    /*============================================
    <=={Master Stylesheet}==>
    
    Project Name: Haston
    Primary use: CropTheme HTML Template
    Version: 1.0
    
    ============================================
    <=={Table Of Contents}==>
    
    01 - Fonts Style
    02 - Variable Style
    03 - Global Style
    04 - BG Color Style
    05 - Animation Style
    06 - Preloader Style
    07 - Back To Top Style
    08 - Video Btn Style
    09 - Pagination Style
    10 - Main Btn Style
    11 - Main Detail Btn Style
    12 - Hover Style
    13 - Main Section Title Style
    14 - Header Style
    15 - Navbar Style
    16 - Banner Style
    17 - About Style
    18 - Services Style
    19 - Projects Style
    20 - Team Style
    21 - Testimonial Style
    22 - Blog Style
    23 - Footer Style
    24 - FAQ Style
    25 - Counter Style
    27 - Solution Style
    28 - Page Banner Style
    29 - Project Style
    30 - Team Details Style
    31 - Blog Details Style
    
    ============================================
    /*
    
    /*
    01 - Fonts Style
    <<<<======================================================>>>>*/
    @import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");
    @import url("https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700;800&display=swap");
    /*
    02 - Variable Style
    <<<<======================================================>>>>*/
    /*
    03 - Global Style
    <<<<======================================================>>>>*/
    body {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    color: #4a4c59;
    }
    
    .d-table {
    width: 100%;
    height: 100%;
    }
    
    .d-table-cell {
    vertical-align: middle;
    }
    
    a {
    transition: all ease 0.5s;
    text-decoration: none;
    color: #4a4c59;
    }
    a:hover {
    text-decoration: none;
    color: #000248;
    }
    a:focus {
    text-decoration: none;
    }
    
    button {
    outline: 0 !important;
    box-shadow: none;
    border: none;
    padding: 0;
    }
    button:focus {
    box-shadow: none;
    }
    
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000248;
    font-weight: 700;
    font-family: "Mukta", sans-serif;
    }
    
    p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
    }
    p:last-child {
    margin-bottom: 0;
    }
    
    img {
    max-width: 100%;
    height: auto;
    }
    
    .form-control {
    height: 42px;
    border: 1px solid #000248;
    background-color: transparent;
    color: #000248;
    border-radius: 4px;
    font-size: 16px;
 padding: 8px 14px;
    width: 100%;
    }
    .form-control::-moz-placeholder {
    color: #676a6a;
    }
    .form-control::placeholder {
    color: #676a6a;
    }
    .form-control:focus {
    color: #000000;
    background-color: transparent;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #35ad45;
    }
    
    .form-control:hover:focus, .form-control:focus {
    box-shadow: unset;
    }
    
    textarea.form-control {
    height: auto;
    }
    
    .form-group .form-label {
    font-size: 14px;
    }
    
    .form-floating .form-label {
    font-size: 14px;
    }
    
    .ptb-100 {
    padding-top: 60px;
    padding-bottom: 50px;
    }
    
    .ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
    }
    
    .a1{
    color: white;
    padding-top: 9px;
    font-size: 23px;
    background-color: #000248;
    }
    
    .pt-100 {
    padding-top: 60px;
    }
    
    .pb-100 {
    padding-bottom: 60px;
    }
    
    .pt-70 {
    padding-top: 50px;
    }
    
    .pb-76 {
    padding-bottom: 50px;
    }
    
    .ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
    }
    
    .mt-30 {
    margin-top: 30px;
    }
    
    .mb-30 {
    margin-bottom: 30px;
    }
    
    .ps-15 {
    padding-left: 15px;
    }
    
    .pe-15 {
    padding-right: 15px;
    }
    
    .ms-15 {
    margin-left: 15px;
    }
    
    .me-15 {
    margin-right: 15px;
    }
    
    .mt-minus-100 {
    margin-top: -100px;
    }
    
    .logosize{
    width: 114px !important;
    }
    /*
    04 - BG Color Style
    <<<<======================================================>>>>*/
    .bg-color-fff1f2 {
    /*background-color: #fff1f2;*/
    background-color: #35ad45;
    }
    
    .bg-color-fafafb {
    background-color: #f8f7fd;
    }
    
  .bg-color-fff4f5 {
    background-color: #fff4f5;
    } 
    
    .bg-color-f7f8fe {
    background-color: #f7f8fe;
    }
    
    .bg-color-f8f7fd {
    background-color: #f8f7fd;
    }
    
    .bg-color-fff{
        background-color:#fff;
    }
    
    /*
    05 - Animation Style
    <<<<======================================================>>>>*/
    .delay-0-2s {
    animation-delay: 0.2s;
    /*margin-bottom: 205px;*/
    }
    
    .delay-0-4s {
    animation-delay: 0.4s;
    }
    
    .delay-0-6s {
    animation-delay: 0.6s;
    }
    
    .delay-0-8s {
    animation-delay: 0.8s;
    }
    
    .delay-0-1s {
    animation-delay: 1s;
    }
    
    /*
    06 - Preloader Style
    <<<<======================================================>>>>*/
    .preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 99999;
    }
    .preloader .content {
    position: absolute;
    width: 80px;
    height: 80px;
    animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
    left: 50%;
    top: 50%;
    transform: translate(-50px, -50px);
    }
    .preloader .ball {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 11%;
    height: 50%;
    background-color: transparent;
    transform-origin: bottom center;
    overflow: visible;
    }
    .preloader .ball:nth-of-type(2) {
    transform: translate(-50%, 0) rotate(36deg);
    }
    .preloader .ball:nth-of-type(3) {
    transform: translate(-50%, 0) rotate(72deg);
    }
    .preloader .ball:nth-of-type(4) {
    transform: translate(-50%, 0) rotate(108deg);
    }
    .preloader .ball:nth-of-type(5) {
    transform: translate(-50%, 0) rotate(144deg);
    }
    .preloader .ball:nth-of-type(6) {
    transform: translate(-50%, 0) rotate(180deg);
    }
    .preloader .ball:nth-of-type(7) {
    transform: translate(-50%, 0) rotate(216deg);
    }
    .preloader .ball:nth-of-type(8) {
    transform: translate(-50%, 0) rotate(252deg);
    }
    .preloader .ball:nth-of-type(9) {
    transform: translate(-50%, 0) rotate(288deg);
    }
    .preloader .ball:nth-of-type(10) {
    transform: translate(-50%, 0) rotate(324deg);
    }
    .preloader .ball::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 56%;
    border-radius: 70px;
    background-color: #000248;
    }
    .preloader .ball::after {
    position: absolute;
    content: "";
    bottom: -100;
    left: 0;
    width: 100%;
    height: 56%;
    border-radius: 70px;
    background-color: #000248;
    animation: opacity-six 2.5s infinite linear;
    opacity: 0;
    }
    .preloader.preloader-deactivate {
    visibility: hidden;
    }
    
    @keyframes spin-six {
    0% {
    transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
    transform: translate(-50%, -50%) rotate(360deg);
    }
    }
    @keyframes opacity-six {
    20% {
    opacity: 1;
    }
    40% {
    opacity: 1;
    }
    100% {
    opacity: 0;
    }
    }
    /*
    07 - Back To Top Style
    <<<<======================================================>>>>*/
    .back-to-top {
    background-color: #000248;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    }
    
    /*
    08 - Video Btn Style
    <<<<======================================================>>>>*/
    .video-btn {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 0;
    color: #000248;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgb(61 176 76);
    border-radius: 50%;
    transition: all ease 0.5s;
    }
    .video-btn i {
    font-size: 42px;
    color: #ffffff;
    position: absolute;
    top: 2px;
    left: 3px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    }
    .video-btn::after, .video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    transition: all ease 0.5s;
    animation: ripple 1.6s ease-out infinite;
    background-color: rgb(61 176 76);
    }
    .video-btn:hover {
    background-color: rgba(27, 27, 27, 0.8);
    }
    .video-btn:hover::before, .video-btn:hover::after {
    background-color: rgba(27, 27, 27, 0.8);
    }
    
    @keyframes ripple {
    0%, 35% {
    transform: scale(0);
    opacity: 1;
    }
    50% {
    transform: scale(1.5);
    opacity: 0.8;
    }
    100% {
    opacity: 0;
    transform: scale(2);
    }
    }
    /*
    09 - Pagination Style
    <<<<======================================================>>>>*/
    .pagination {
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
    display: block;
    }
    .pagination .page-item {
    display: inline-block;
    }
    .pagination .page-item .page-link {
    width: 45px;
    height: 45px;
    line-height: 36px;
    color: #898c90;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 16px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    border: none;
    }
    .pagination .page-item .page-link:hover, .pagination .page-item .page-link.active {
    color: #ffffff;
    border-color: #000248;
    background-color: #000248;
    }
    .pagination .page-item i {
    font-size: 16px;
    font-weight: normal;
    }
    
    /* Main white Btn Style 
    <<<<=====================================================>>>>*/
    
      .main-wh-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding: 18px 30px;
    transition: all ease 0.5s;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #000248;
    background:#fff;
    }
    .main-wh-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 0;
    background-color: #000248;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-wh-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 0;
    background-color: #000248;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-wh-btn .btn-style::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 25%;
    height: 0;
    background-color: #000248;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-wh-btn .btn-style::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 75%;
    width: 25%;
    height: 0;
    background-color: #1f5171;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-wh-btn:hover {
    color: #fff;
    border-color:#000248;
    }
    .main-wh-btn:hover::before {
    top: auto;
    bottom: 0;
    height: 100%;
    }
    .main-wh-btn:hover::after {
    bottom: auto;
    top: 0;
    height: 100%;
    }
    .main-wh-btn:hover .btn-style::before {
    top: auto;
    bottom: 0;
    height: 100%;
    }
    .main-wh-btn:hover .btn-style::after {
    bottom: auto;
    top: 0;
    height: 100%;
    }
    
    /*
    10 - Main Btn Style
    <<<<======================================================>>>>*/
    

    
    .main-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding: 18px 30px;
    transition: all ease 0.5s;
    border-radius: 4px;
    border: 1px solid #000248;
    color: #fff;
    background:#000248;
    }
    .main-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 0;
    background-color: #fff;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 0;
    background-color: #fff;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-btn .btn-style::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 25%;
    height: 0;
    background-color: #000248;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-btn .btn-style::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 75%;
    width: 25%;
    height: 0;
    background-color: #1f5171;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-btn:hover {
    color: #000248;
    }
    .main-btn:hover::before {
    top: auto;
    bottom: 0;
    height: 100%;
    }
    .main-btn:hover::after {
    bottom: auto;
    top: 0;
    height: 100%;
    }
    .main-btn:hover .btn-style::before {
    top: auto;
    bottom: 0;
    height: 100%;
    }
    .main-btn:hover .btn-style::after {
    bottom: auto;
    top: 0;
    height: 100%;
    }
    .main-btn.active {
    color: #ffffff;
    
    }
    .main-btn.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 100%;
    /*background-color: #000248;*/
    background-color: #000248;
    
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-btn.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    width: 25%;
    height: 100%;
    background-color: #000248;
    /*background-color: #000248;*/
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-btn.active .btn-style::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 25%;
    height: 100%;
    background-color: #000248;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-btn.active .btn-style::after {
    content: "";
    position: absolute;
    top: 0;
    left: 75%;
    width: 25%;
    height: 100%;
    background-color: #000248;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-btn.active:hover {
    color: #fff;
    }
    .main-btn.active:hover::before {
    top: 0;
    bottom: auto;
    height: 0;
    }
    .main-btn.active:hover::after {
    bottom: 0;
    top: auto;
    height: 0;
    }
    .main-btn.active:hover .btn-style::before {
    top: 0;
    bottom: auto;
    height: 0;
    }
    .main-btn.active:hover .btn-style::after {
    bottom: 0;
    top: auto;
    height: 0;
    }
    
    /*
    11 - Main Detail Btn Style
    <<<<======================================================>>>>*/
    .main-detail-btn {
    font-size: 16px;
    color: #000248;
    display: block;
    position: relative;
    font-weight: 500;
    }
    .main-detail-btn i {
    position: relative;
    top: 0;
    margin-left: 5px;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    display: inline-block;
    color: #000248 !important;
    margin-right: 2px;
    transition: all ease 0.5s;
    }
    .main-detail-btn:hover {
    color: #000248;
    }
    .main-detail-btn:hover i {
    color: #000248 !important;
    }
    
    /*
    13 - Main Section Title Style
    <<<<======================================================>>>>*/
    .main-section-title {
    text-align: center;
    margin: -5px auto 50px;
    }
    .main-section-title .up-title {
    font-size: 15px;
    color: #35ad45;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    }
    .main-section-title h2 {
  /*  font-size: 45px;*/
    font-size: 38px;
    margin-bottom: 15px;
    }
    .main-section-title h2:last-child {
    margin-bottom: 0;
    }
    .main-section-title.left-title {
    margin-left: 0;
    text-align: left;
    }
    .main-section-title.white-title h2 {
    color: #ffffff;
    }
    .main-section-title.white-title p {
    color: #ffffff;
    }
    .main-section-title .src-form {
    position: relative;
    margin-bottom: 30px;
    }
    .main-section-title .src-form .form-control {
    border-radius: 0;
    }
    .main-section-title .src-form .src-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: #000248;
    color: #ffffff;
    width: 60px;
    height: 47px;
    }
    
    .p-style {
    color: #ffffff;
    }
    
    /*
    14 - Header Style
    <<<<======================================================>>>>*/
    .header-left-content {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    }
    .header-left-content li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    color:#fff;
    
    }
    .header-left-content li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #fff;
    }
    .header-left-content li:last-child {
    margin-right: 0;
    }
    
    .header-right-content {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right;
    }
    .header-right-content li {
    display: inline-block;
    margin-right: -2px;
    }
    .header-right-content li:last-child {
    margin-right: 0;
    }
    .header-right-content li .form-select {
    background-color: transparent;
    border: none;
    font-size: 14px;
    cursor: pointer;
    background-position: right -2px center;
    }
    .header-right-content li .form-select:focus {
    box-shadow: none;
    }
    
    /*
    15 - Navbar Style
    <<<<======================================================>>>>*/
    .navbar {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    }
    .navbar.navbar-style-one {
    background-color: transparent;
    box-shadow: none;
    }
    .navbar.navbar-style-one .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    }
    .navbar.navbar-style-one .navbar-nav .nav-item .nav-link::after {
    color: #ffffff;
    }
    .navbar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    }
    .navbar.is-sticky.navbar-style-one .navbar-nav .nav-item .nav-link {
    color: #000248;
    }
    .navbar.is-sticky.navbar-style-one .navbar-nav .nav-item .nav-link::after {
    color: #000248;
    }
    .navbar .menu-right-options {
    margin-left: 30px;
    }
    .navbar .menu-right-options ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    }
    .navbar .menu-right-options ul li {
    display: inline-block;
    margin-right: 30px;
    }
    .navbar .menu-right-options ul li:last-child {
    margin-right: 0;
    }
    .navbar .menu-right-options ul li .btn-primary {
    background-color: transparent;
    border: none;
    color: #000248;
    font-size: 25px;
    padding: 0;
    }
    .navbar .menu-right-options ul li .btn-primary:focus {
    box-shadow: none;
    }
    .navbar .menu-right-options ul li .cart-option {
    position: relative;
    top: 5px;
    right: 5px;
    }
    .navbar .menu-right-options ul li .cart-option i {
    font-size: 30px;
    color: #000248;
    }
    .navbar .menu-right-options ul li .cart-option span {
    font-size: 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #000248;
    color: #ffffff;
    border-radius: 50px;
    position: absolute;
    top: -15px;
    right: -10px;
    }
    .navbar .menu-right-options.for-mobile-option {
    display: none;
    }
    
    .navbar-brand {
    margin-right: 0;
    }
    
    .navbar-nav {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    }
    .navbar-nav .nav-item {
    display: inline-block;
    margin-right: 35px;
    position: relative;
    }
    .navbar-nav .nav-item:last-child {
    margin-right: 0;
    }
    .navbar-nav .nav-item .nav-link {
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    color: #000248;
    text-transform: capitalize;
    padding: 22px 0;
    transition: all 0.3s linear 0s;
    text-decoration: none;
    position: relative;
    font-family: "Mukta", sans-serif;
    }
    .navbar-nav .nav-item .nav-link.active {
    color: #35ad45 !important;
    }
    .navbar-nav .nav-item .nav-link.active.dropdown-toggles:after {
    color: #000248;
    }
    .navbar-nav .nav-item .nav-link.dropdown-toggles {
    padding-right: 16px;
    }
    .navbar-nav .nav-item .nav-link.dropdown-toggles:after {
    content: "\eab2";
    font-family: IcoFont !important;
    color: #000248;
    font-size: 18px;
    position: absolute;
    right: -4px;
    top: 23px;
    transition: all ease 0.5s;
    }
    .navbar-nav .nav-item .nav-link:hover:before {
    transform: scale(1);
    }
    .navbar-nav .nav-item .nav-link.active:before {
    transform: scale(1);
    }
    .navbar-nav .nav-item .sub-menu {
    position: absolute;
    width: 250px;
    text-align: left;
    top: 100%;
    transition: all ease 0.5s;
    border-top: 3px solid #000248;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    background: #ffffff;
    display: block;
    border-radius: 0;
    padding-left: 0;
    margin-bottom: 0;
    }
    .navbar-nav .nav-item .sub-menu .nav-item {
    display: block;
    margin: 0;
    }
    .navbar-nav .nav-item .sub-menu .nav-item .nav-link {
    color: #000248;
    padding: 15px 15px;
    display: block;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    }
    .navbar-nav .nav-item .sub-menu .nav-item .nav-link.dropdown-toggles:after {
    right: 15px !important;
    top: 18px !important;
    color: #000248;
    }
    .navbar-nav .nav-item .sub-menu .nav-item .nav-link::before {
    display: none;
    }
    .navbar-nav .nav-item .sub-menu .nav-item .nav-link.active {
    background: #000248;
    color: #ffffff !important;
    }
    .navbar-nav .nav-item .sub-menu .nav-item .nav-link:hover {
    background: #000248;
    color: #ffffff;
    }
    .navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub {
    position: absolute;
    width: 250px;
    text-align: left;
    top: 100%;
    transition: all ease 0.5s;
    border-top: 3px solid #000248;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    background: #ffffff;
    display: block;
    border-radius: 0;
    padding-left: 0;
    margin-bottom: 0;
    left: 250px;
    top: 0 !important;
    }
    .navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item {
    display: block;
    margin: 0;
    }
    .navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item .nav-link {
    color: #000248;
    padding: 15px 15px;
    display: block;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 600;
    }
    .navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item .nav-link::before {
    display: none;
    }
    .navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item .nav-link.active {
    background: #000248;
    color: #ffffff;
    }
    .navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item .nav-link:hover {
    background: #000248;
    color: #ffffff;
    }
    .navbar-nav .nav-item .sub-menu .nav-item:hover .sub-menu-sub {
    top: 100%;
    visibility: visible;
    opacity: 1;
    }
    .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    }
    .navbar-nav .nav-item:hover .sub-menu .nav-item .nav-link.dropdown-toggles:hover:after {
    color: #ffffff;
    }
    
    .menu-slide-bar {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: -360px;
    width: 320px;
    padding: 20px;
    height: 100%;
    display: block;
    background-color: #ffffff;
    z-index: 99999;
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    }
    .menu-slide-bar.show {
    left: 0;
    }
    
    .close-mobile-menu {
    margin-bottom: 15px;
    }
    .close-mobile-menu .close-btn {
    position: absolute;
    font-size: 25px;
    top: 24px;
    right: 20px;
    background-color: #000248;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    color: #ffffff;
    }
    
    .on-side {
    overflow: hidden;
    }
    
    .body-overlay {
    background-color: rgba(39, 18, 115, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: -100%;
    transition: all ease 0.5s;
    }
    .body-overlay.active {
    left: 0;
    }
    
    .side-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
    .side-mobile-menu ul .nav-item .nav-link {
    padding: 13px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    color: #000248;
    font-weight: 600;
    position: relative;
    transition: all ease 0.5s;
    }
    .side-mobile-menu ul .nav-item .nav-link:hover {
    color: #000248;
    padding-left: 5px;
    }
    .side-mobile-menu ul .nav-item .nav-link.active {
    color: #000248;
    padding-left: 5px;
    }
    .side-mobile-menu ul .nav-item ul {
    padding-left: 0;
    list-style: none;
    }
    .side-mobile-menu ul .nav-item ul .nav-item {
    padding-left: 15px;
    }
    .side-mobile-menu ul .nav-item ul .nav-item:hover .nav-link {
    padding-left: 20px;
    }
    .side-mobile-menu ul .nav-item ul .nav-item:hover .nav-link:hover {
    color: #000248;
    }
    .side-mobile-menu ul .nav-item ul .nav-item .nav-link {
    position: relative;
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 13px;
    }
    .side-mobile-menu ul .nav-item ul .nav-item .nav-link.active {
    color: #000248;
    padding-left: 20px;
    }
    .side-mobile-menu ul .has-children .dropdown-toggles:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-width: 0 2px 0 0;
    border-style: solid;
    border-color: initial;
    right: 14px;
    top: 60%;
    transform: rotate(0) translateY(-50%);
    transform-origin: top;
    transition: all 0.3s ease-out;
    }
    .side-mobile-menu ul .has-children .dropdown-toggles:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: initial;
    right: 10px;
    top: 50%;
    transform: rotate(0) translateY(-50%);
    transform-origin: top;
    transition: all 0.3s ease-out;
    }
    .side-mobile-menu ul .has-children a[aria-expanded=true]:before {
    display: none;
    }
    
    .mobile-menu {
    width: 50px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #000248;
    transition: all ease 0.5s;
    float: right;
    display: none;
    }
    .mobile-menu .mobile-menu-btn {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
    }
    .mobile-menu .mobile-menu-btn .mobile-menu-bar {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    top: 0;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-duration: 0.275s;
    }
    .mobile-menu .mobile-menu-btn .mobile-menu-bar:before {
    display: block;
    content: "";
    top: 10px;
    transition: opacity 0.125s ease 0.275s;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    }
    .mobile-menu .mobile-menu-btn .mobile-menu-bar:after {
    display: block;
    content: "";
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    }
    .mobile-menu.open {
    opacity: 1;
    }
    
    .mobileMenus .mm-collapse:not(.mm-show) {
    display: none;
    }
    .mobileMenus .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: 0.35s;
    transition-property: height, visibility;
    }
    
    .for-mobile {
    display: none;
    }
    
    /*
    16 - Banner Style
    <<<<======================================================>>>>*/
    .banner-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    }
    .banner-section.bg-style-two {
    background-image: url(../../assets/images/banner/banner-bg-2.jpg);
    padding-bottom: 0;
    padding-top: 290px;
    }
    .banner-section.bg-style-two::before {
    background-image: url(../../assets/images/banner/banner-bg-shape-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    }
    .banner-section.bg-style-two .shape.shape-2 {
    top: -50px;
    left: 100px;
    }
    .banner-section.bg-style-three {
    background-image: url(../../assets/images/banner/banner-bg-3.png);
    background-color: transparent;
    padding-top: 260px;
    padding-bottom: 260px;
    }
    .banner-section.bg-style-three::before {
    display: none;
    }
    .banner-section.bg-style-three .shape.shape-2 {
    top: -50px;
    left: 100px;
    }
    .banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
    .banner-section .shape {
    position: absolute;
    z-index: -1;
    }
    .banner-section .shape.shape-1 {
    top: 50%;
    transform: translateY(-50%);
    animation: animate-light 5s infinite linear;
    }
    .banner-section .shape.shape-2 {
    top: 50px;
    left: 200px;
    animation: animate-light 10s infinite linear;
    }
    .banner-section .shape.shape-3 {
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    animation: animate-light 15s infinite linear;
    }
    .banner-section .shape.shape-4 {
    bottom: 100px;
    left: 200px;
    margin: auto;
    animation: animate-light 20s infinite linear;
    }
    .banner-section .shape.shape-5 {
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    animation: animate-light 25s infinite linear;
    }
    .banner-section .shape.shape-6 {
    bottom: 50px;
    right: 50px;
    margin: auto;
    animation: animate-light 30s infinite linear;
    }
    .banner-section .shape.shape-7 {
    top: 100px;
    right: 0;
    animation: animate-light 15s infinite linear;
    }
    
    .banner-content {
    position: relative;
    }
    .banner-content .up-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 8px;
    }
    .banner-content h1 {
    font-size: 52px;
    margin-bottom: 25px;
    color:#fff;
    }
    .banner-content p {
    margin-bottom: 34px;
    font-size: 19px;
    max-width: 600px;
    color:#fff;
    }
    .banner-content .banner-btn .main-btn {
    margin-right: 30px;
    }
    .banner-content .banner-btn .main-btn:last-child {
    margin-right: 1px;
    }
    .banner-content.banner-content-style-two {
    padding-bottom: 200px;
    }
    .banner-content.banner-content-style-two h1 {
    color: #ffffff;
    }
    .banner-content.banner-content-style-two p {
    color: #ffffff;
    }
    .banner-content.banner-content-style-three {
    max-width: 760px;
    margin: auto;
    text-align: center;
    }
    .banner-content.banner-content-style-three .video-btn {
    background-color: #ffffff;
    }
    .banner-content.banner-content-style-three .video-btn i {
    color: #000248;
    }
    .banner-content.banner-content-style-three .video-btn::after {
    background-color: #ffffff;
    }
    .banner-content.banner-content-style-three h1 {
    color: #ffffff;
    margin-bottom: 20px;
    }
    .banner-content.banner-content-style-three p {
    color: #ffffff;
    margin: auto;
    margin-bottom: 35px;
    }
    
    .banner-img {
    position: relative;
    text-align: center;
    z-index: 1;
    }
    .banner-img .main-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    }
    .banner-img.banner-img-style-two {
    text-align: right;
    }
    
    @keyframes animate-light {
    0% {
    opacity: 0;
    }
    50% {
    opacity: 1;
    }
    100% {
    opacity: 0;
    }
    }
    /*
    17 - Services Style
    <<<<======================================================>>>>*/
    .main-services-item {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 24px;
    }
    .main-services-item.style-two {
    padding: 30px;
    padding-left: 125px;
    }
    .main-services-item.style-two img {
    position: absolute;
    top: 30px;
    left: 30px;
    }
    .main-services-item.style-two .services-shape {
    left: auto;
    right: -120px;
    top: auto;
    bottom: -120px;
    }
    .main-services-item.style-two:hover .services-shape {
    top: auto;
    bottom: -30px;
    left: auto;
    right: 0;
    }
    .main-services-item img {
    margin-bottom: 20px;
    }
    .main-services-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    }
    .main-services-item h3 a {
    color: #000248;
    }
    .main-services-item p {
    margin-bottom: 20px;
    }
    .main-services-item .services-shape {
    position: absolute;
    top: -120px;
    right: -120px;
    opacity: 0.5;
    transition: all ease 0.5s;
    z-index: -1;
    }
    .main-services-item:hover h3 a {
    color: #000248;
    }
    .main-services-item:hover .services-shape {
    top: 0;
    right: 0;
    }
    .main-services-item:hover .main-detail-btn {
    color: #000248;
    }
    
    /*
    18 - About Us Style
    <<<<======================================================>>>>*/
    .about-us-section {
    position: relative;
    z-index: 1;
    }
    .about-us-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    /*background-color: #fef3f4;*/
    z-index: -1;
    border-radius: 10%/50%;
    }
    
    .about-content .up-title {
    font-size: 15px;
    color: #35ad45;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    }
    .about-content h2 {
/*    font-size: 45px;*/
    font-size: 38px;
    margin-bottom: 25px;
    }
    .about-content p {
    margin-bottom: 35px;
    }
    .about-content .main-achieve-item {
    margin-bottom: 30px;
    }
    .about-content .main-achieve-item h3 {
    font-size: 18px;
    }
    .about-content .main-achieve-item h1 {
    display: inline-block;
    color: #000248;
    font-size: 50px;
    margin-bottom: 0;
    }
    .about-content .agency {
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px;
    }
    .about-content .agency img {
    position: absolute;
    top: 0;
    left: 0;
    }
    .about-content .agency h3 {
    font-size: 25px;
    }
    .about-content .agency p {
    margin-bottom: 0;
    }
    
    .about-img-style-two {
    position: relative;
    text-align: center;
    }
    .about-img-style-two img {
    border-radius: 100%;
    }
    .about-img-style-two .img-one {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 10px solid #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    }
    .about-img-style-two .img-two {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    border: 10px solid #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    }
    
    /*
    19 - Projects Style
    <<<<======================================================>>>>*/
    .main-project-item {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 24px;
    }
    .main-project-item .project-img {
    display: block;
    }
    .main-project-item.bg-img {
    background-image: url(../../assets/images/projects/project-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 290px;
    }
    .main-project-item .main-project-content {
    background-color: #ffffff;
    position: absolute;
    bottom: -100%;
    left: 30px;
    right: 30px;
    padding: 30px;
    transition: all ease 0.5s;
    }
    .main-project-item .main-project-content h3 {
    font-size: 22px;
    }
    .main-project-item .main-project-content h3 a {
    color: #000248;
    }
    .main-project-item .main-project-content span {
    font-size: 16px;
    }
    .main-project-item:hover .main-project-content {
    bottom: 30px;
    }
    .main-project-item:hover .main-project-content h3 a {
    color: #000248;
    }
    
    .filter-btn {
    text-align: center;
    margin-bottom: 40px;
    }
    .filter-btn .control {
    background-color: transparent;
    font-weight: 600;
    color: #000248;
    margin-right: 40px;
    transition: all ease 0.5s;
    }
    .filter-btn .control:last-child {
    margin-right: 0;
    }
    .filter-btn .control:hover {
    color: #000248;
    }
    .filter-btn .control.mixitup-control-active {
    color: #000248;
    }
    
    /*
    20 - Solution Style
    <<<<======================================================>>>>*/
    .our-best-solution-bg {
    padding: 50px;
    border-radius: 4px;
    }
    
    .best-solution-content .up-title {
    font-size: 15px;
    color: #000248;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    }
    .best-solution-content h2 {
    /*font-size: 45px;*/
        font-size: 38px;
    margin-bottom: 25px;
    }
    .best-solution-content p {
    margin-bottom: 35px;
    }
    
    .our-best-solution-bg img {
    border-radius: 4px;
    }
    
    /*
    20 - Team Style
    <<<<======================================================>>>>*/
   .main-team-item {
    text-align: center;
    margin-bottom: 24px;
    transition: all 0.3s linear;
    }
    
    .main-team-item:hover {
      box-shadow: 7px 8px 30px 0px rgba(42, 67, 113, 0.15);
    transition: all 0.5s ease 0s;
        transform: scale(0.9);
    }
    
    .main-team-item .team-img-wrap {
    position: relative;
    z-index: 1;
    }
    .main-team-item .team-img-wrap .social-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    opacity: 0;
    transition: all ease 0.5s;
    }
    .main-team-item .team-img-wrap .social-icon li {
    display: inline-block;
    margin-right: 15px;
    }
    .main-team-item .team-img-wrap .social-icon li:last-child {
    margin-right: 0;
    }
    .main-team-item .team-img-wrap .social-icon li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50px;
    }
    .main-team-item .team-img-wrap .social-icon li a:hover {
  background-color: #000248;  
    color: #ffffff;
    }
   /*  .main-team-item .team-img-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 0;
    background-color: rgba(0, 2, 72, 0.7);
    transition: all ease 0.5s;
    }  
    .main-team-item .team-img-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 25%;
    height: 0;
    background-color: rgba(0, 2, 72, 0.7);
    transition: all ease 0.5s;
    }   */
  .main-team-item .team-img-wrap .hover-style::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 25%;
    height: 0;
    background-color: rgba(0, 2, 72, 0.7);
    transition: all ease 0.5s;
    }
    
    .main-team-item .team-img-wrap .hover-style::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 75%;
    width: 25%;
    height: 0;
    background-color: rgba(0, 2, 72, 0.7);
    transition: all ease 0.5s;
    }
    .main-team-item .team-content {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius:0px 0px 10px 10px;
    border-bottom:5px solid #000248;
    }
    .main-team-item .team-content h3 {
    font-size: 22px;
    }
    .main-team-item .team-content h3 a {
    color: #000248;
    }
    .main-team-item .team-content span {
    font-size: 15px;
    }
    .main-team-item.style-two {
    overflow: hidden;
    }
    .main-team-item.style-two .team-img-wrap {
    overflow: hidden;
    border-radius: 50%;
    }
    .main-team-item.style-two .team-img-wrap img {
    border-radius: 50%;
    }
  .main-team-item.style-two .team-content {
    margin-top: 20px;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    }
 /* .main-team-item:hover .team-img-wrap::before {
    top: auto;
    bottom: 0;
    height: 100%;
    border-radius: 10px 0 0 0;
    }
    .main-team-item:hover .team-img-wrap::after {
    bottom: auto;
    top: 0;
    height: 100%;
    } */
   .main-team-item:hover .team-img-wrap .hover-style::before {
    top: auto;
    bottom: 0;
    height: 100%;
    }
    .main-team-item:hover .team-img-wrap .hover-style::after {
    bottom: auto;
    top: 0;
    height: 100%;
    border-radius: 0px 10px 0 0;
    }
  .main-team-item:hover .team-img-wrap .social-icon {
    opacity: 1;
    z-index: 1;
    }
   .main-team-item:hover .team-content h3 a {
    color: #35ad45;
    }
    
    /*
    21 - Partner Style
    <<<<======================================================>>>>*/
    .main-partner-item {
    cursor: pointer;
    }
    .main-partner-item img {
    width: auto !important;
    margin: auto !important;
    filter: grayscale(100%);
    opacity: 0.5;
    }
    .main-partner-item .color-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease 0.5s;
    }
    .main-partner-item:hover .color-logo {
    opacity: 1;
    }
    
    /*
    22 - Appointment Style
    <<<<======================================================>>>>*/
    .appointment-section {
    background-image: url(../../assets/images/appointment-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
    }
    
    .appointment-form-wrap {
    padding-bottom: 100px;
    margin-left: 100px;
    }
    .appointment-form-wrap .up-title {
    font-size: 15px;
    color: #000248;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    }
    .appointment-form-wrap h2 {
    font-size: 45px;
    margin-bottom: 50px;
    color: #ffffff;
    }
    .appointment-form-wrap .form-group {
    margin-bottom: 15px;
    }
    .appointment-form-wrap .form-group .form-control {
    color: #ffffff;
    }
    .appointment-form-wrap .form-group .form-control.form-select {
    cursor: pointer;
    background-image: url(../../assets/images/down.svg);
    }
    .appointment-form-wrap .form-group .form-control.form-select option {
    color: #000248;
    }
    .appointment-form-wrap .form-group .form-control::-moz-placeholder {
    color: #ffffff;
    }
    .appointment-form-wrap .form-group .form-control::placeholder {
    color: #ffffff;
    }
    .appointment-form-wrap .form-group ::-webkit-calendar-picker-indicator {
    filter: invert(1);
    }
    
    /*
    23 - Video Style
    <<<<======================================================>>>>*/
    .video-section.bg-2 {
    background-image: url(../../assets/images/video-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    }
    .video-section.bg-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 58, 71, 0.82);
    }
    
    .video-content {
    position: relative;
    }
    .video-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    }
    .video-content img {
    border-radius: 6px;
    width:100% !important;
    height:300px !important;
    }
    .video-content .video-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    }
    .video-content.style-two {
    text-align: center;
    }
    .video-content.style-two::before {
    display: none;
    }
    .video-content.style-two h2 {
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 30px;
    }
    
    /*
    24 - Video Style
    <<<<======================================================>>>>*/
    .testimonial-section {
    position: relative;
    z-index: 1;
    }
    .testimonial-section .testimonial-bg {
    position: absolute;
    top: -300px;
    left: 0;
    right: 0;
    z-index: -1;
    }
    
    .main-testimonial-content .testimonial-content {
    font-style: italic;
    margin-bottom: 15px;
    }
    .main-testimonial-content .testimonial-content span {
    font-style: normal;
    color: #35ad45;
    }
    .main-testimonial-content h3 {
    font-size: 25px;
    color:#fff;
    }
    .main-testimonial-content p{
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 26px;
    }
    .main-testimonial-img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    }
    .main-testimonial-img img {
    border-radius: 50%;
    width:75px !important;
    
    }
    .maintestimonial{
    background: #000248;
    padding: 30px 60px;
    border-radius:5px;
    color: #fff;
    text-align:center;
    border-right: 6px solid #38ae48;
position:relative;
    }
    
    
    .maintestimonial:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: -28px;
    border-top: 28px solid #38ae48;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 28px solid transparent;
    transform: rotate(45deg);
}

.maintestimonial:after {
    content: "";
    position: absolute;
    top: -28px;
    left: -28px;
    border-top: 28px solid #38ae48;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 28px solid transparent;
    transform: rotate(135deg);
}
    
    .testimonial-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    bottom: -66px;
    right: 0;
    left:0;
    }
    .testimonial-slider.owl-theme .owl-nav .owl-prev, .testimonial-slider.owl-theme .owl-nav .owl-next {
    background-color: #ffffff;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #000248;
    border-radius: 50px;
    margin-left: 10px;
    transition: all ease 0.5s;
    color: #000248;
    font-size: 30px;
    }
    .testimonial-slider.owl-theme .owl-nav .owl-prev:hover, .testimonial-slider.owl-theme .owl-nav .owl-next:hover {
    background-color: #000248;
    color: #ffffff;
    }
    
    .contatc-us-box{
        background:#000248;
        border-radius:20px;
            padding: 50px 30px;
    }
    
    /*
    25 - Blog Style
    <<<<======================================================>>>>*/
    .main-blog-item {
    margin-bottom: 24px;
        box-shadow: 0px 0px 16px -9px #000248;
    }
    
     .main-blog-item img{
   border-radius:10px 10px 0px 0px;
    }
    .main-blog-item .main-blog-content {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    padding-top: 40px;
    position: relative;
    z-index: 1;
      border-radius:0px 0px 10px 10px;
    }
    .main-blog-item .main-blog-content .tag {
    position: absolute;
    top: -20px;
    left: 30px;
    background-color: #ffffff;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    z-index: -1;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    transition: all ease 0.5s;
    border-radius: 4px;
    cursor: pointer;
    }
    

    .main-blog-item .main-blog-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    }
    .main-blog-item .main-blog-content h3 a {
    color: #000248;
    }
    .main-blog-item .main-blog-content p {
    margin-bottom: 25px;
        overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    }
    .main-blog-item .main-blog-content .main-btn {
    padding: 15px 25px;
    }
    .main-blog-item:hover .main-blog-content .tag {
    background-color: #000248;
    color: #ffffff;
    }
    

    
    /*
    26 - Footer Style
    <<<<======================================================>>>>*/
    .footer-section {
    background-color: #101f2e;
    background-image: url(../../assets/images/footer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    }
    
    .main-widget-item {
    padding-bottom: 24px;
    }
    .main-widget-item h3 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 25px;
    }
    .main-widget-item .logo {
    margin-bottom: 25px;
    display: inline-block;
    }
    .main-widget-item p {
    color: #ffffff;
    margin-bottom: 25px;
    }
    .main-widget-item .social-icon {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    }
    .main-widget-item .social-icon li {
    display: inline-block;
    margin-right: 10px;
    }
    .main-widget-item .social-icon li:last-child {
    margin-right: 0;
    }
    .main-widget-item .social-icon li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border: 1px solid #aaaaaa;
    text-align: center;
    color: #aaaaaa;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    }
    .main-widget-item .social-icon li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 0;
    background-color: #35ad45;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-widget-item .social-icon li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 25%;
    height: 0;
    background-color: #35ad45;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-widget-item .social-icon li a .btn-style::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 25%;
    height: 0;
    background-color: #35ad45;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-widget-item .social-icon li a .btn-style::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 75%;
    width: 25%;
    height: 0;
    background-color: #35ad45;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-widget-item .social-icon li a:hover {
    color: #ffffff;
    border-color: #35ad45;
    }
    .main-widget-item .social-icon li a:hover::before {
    top: auto;
    bottom: 0;
    height: 100%;
    }
    .main-widget-item .social-icon li a:hover::after {
    bottom: auto;
    top: 0;
    height: 100%;
    }
    .main-widget-item .social-icon li a:hover .btn-style::before {
    top: auto;
    bottom: 0;
    height: 100%;
    }
    .main-widget-item .social-icon li a:hover .btn-style::after {
    bottom: auto;
    top: 0;
    height: 100%;
    }
    .main-widget-item .gallery {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    margin-right: -10px;
    margin-bottom: -10px;
    }
    .main-widget-item .gallery li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
    }
    .main-widget-item .gallery li a img {
    max-width: 95px;
    }
    .main-widget-item .quick-links {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    }
    .main-widget-item .quick-links li {
    margin-bottom: 15px;
    }
    .main-widget-item .quick-links li:last-child {
    margin-bottom: 0;
    }
    .main-widget-item .quick-links li a {
    color: #ffffff;
    position: relative;
    padding-left: 15px;
    }
    .main-widget-item .quick-links li a::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #ffffff;
    transition: all ease 0.5s;
    }
    .main-widget-item .quick-links li a:hover {
    color: #35ad45;
    }
    .main-widget-item .quick-links li a:hover::before {
    background-color: #35ad45;
    }
    .main-widget-item .contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    }
    .main-widget-item .contact-info li {
    color: #ffffff;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    }
    .main-widget-item .contact-info li:last-child {
    margin-bottom: 0;
    }
    .main-widget-item .contact-info li i {
    color: #35ad45;
    position: absolute;
    top: 4px;
    left: 0;
    }
    .main-widget-item .contact-info li a {
    color: #ffffff;
    display: block;
    }
    .main-widget-item .contact-info li a:hover {
    color: #35ad45;
    }
    .main-widget-item.ml-30 {
    margin-left: 30px;
    }
    
    /*
    27 - Copy Right Style
    <<<<======================================================>>>>*/
    .copy-wrap {
    border-top: 1px solid #878d94;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    }
    .copy-wrap p {
    color: #ffffff;
    }
    .copy-wrap p span {
    color: #000248;
    }
    .copy-wrap ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right;
    }
    .copy-wrap ul li {
    display: inline-block;
    margin-right: 20px;
    }
    .copy-wrap ul li:last-child {
    margin-right: 0;
    }
    .copy-wrap ul li a {
    color: #ffffff;
    }
    .copy-wrap ul li a:hover {
    color: #35ad45;
    }
    
    /*
    28 - FAQ Style
    <<<<======================================================>>>>*/
    .faq-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    }
    .faq-section .faq-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    }
    
    .faq-content .up-title {
    font-size: 15px;
    color: #000248;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    }
    .faq-content h2 {
    font-size: 45px;
    margin-bottom: 25px;
    }
    .faq-content p {
    margin-bottom: 40px;
    }
    
    .faq-content-list .accordion-item {
    margin-bottom: 20px;
    border-radius: 4px;
    border: none;
    }
    .faq-content-list .accordion-item:last-child {
    margin-bottom: 0;
    }
    .faq-content-list .accordion-item .accordion-header .accordion-button {
    border-radius: 4px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    font-size: 20px;
    font-weight: 500;
    padding: 15px;
    }
    .faq-content-list .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
    }
    .faq-content-list .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #000248;
    color: #ffffff;
    box-shadow: none;
    border-radius: 4px 4px 0 0;
    border-color: #ffffff;
    }
    .faq-content-list .accordion-item .accordion-header .accordion-button:not(.collapsed) i {
    background-color: #ffffff;
    color: #000248;
    }
    .faq-content-list .accordion-item .accordion-header .accordion-button::after {
    content: "\ea86";
    font-family: IcoFont !important;
    background-image: unset;
    font-size: 25px;
    width: auto;
    height: auto;
    }
    .faq-content-list .accordion-item .accordion-header .accordion-button i {
    color: #ffffff;
    background-color: #000248;
    border-radius: 50px;
    margin-right: 10px;
    transition: all ease 0.5s;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    display: inline-block;
    }
    .faq-content-list .accordion-item .accordion-body {
    border: none;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: #ffffff;
    padding: 15px;
    }
    .faq-content-list .accordion-item:first-of-type .accordion-button {
    border-radius: 4px;
    }
    .faq-content-list .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 4px;
    }
    
    /*
    29 - Counter Style
    <<<<======================================================>>>>*/
    .main-counter-item {
    /* background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); */
    padding: 15px;
    transition: all ease 0.5s;
    height:100%;
    border:1px solid #000248;
    
    }
    
  
    .main-counter-item{
    text-align:center;
    border-radius: 5px;
    }
    
    .main-counter-item h2 {
    display: inline-block;
    color: #fff !important;
    font-size: 28px !important;
    margin-bottom: 20px;
    }
    .main-counter-item h3 {
    display:block;
    font-size: 18px;
    color:#fff;
    }
    .main-counter-item:hover {
  border: 1px solid #ffffff;
    }
    
    /*
    30 - Pricing Style
    <<<<======================================================>>>>*/
    .main-pricing-item {
    text-align: center;
    margin-bottom: 24px;
    }
    .main-pricing-item h3 {
    font-size: 25px;
    background-color: green;
    color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    }
    .main-pricing-item h3::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background-color: green;
    transform: rotate(45deg);
    }
    .main-pricing-item .main-pricing-content {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    }
    .main-pricing-item .main-pricing-content h2 {
    font-size: 50px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    }
    .main-pricing-item .main-pricing-content ul {
    padding-left: 0;
    margin-bottom: 30px;
    list-style-type: none;
    }
    .main-pricing-item .main-pricing-content ul li {
    margin-bottom: 20px;
    font-size: 18px;
    }
    .main-pricing-item .main-pricing-content ul li:last-child {
    margin-bottom: 0;
    }
    .main-pricing-item.active h3 {
    background-color: #1e343f;
    }
    .main-pricing-item.active h3::before {
    background-color: #1e343f;
    }
    
    /*
    31 - Page Banner Style
    <<<<======================================================>>>>*/
    .page-banner-section {
    background-image: url(https://www.shutterstock.com/image-photo/concept-taxes-paid-by-individuals-260nw-1901581936.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    }
    .page-banner-section .shape {
    position: absolute;
    z-index: -1;
    }
    .page-banner-section .shape.shape-1 {
    top: 50%;
    transform: translateY(-50%);
    animation: animate-light 5s infinite linear;
    }
    .page-banner-section .shape.shape-2 {
    top: 50px;
    left: 200px;
    animation: animate-light 10s infinite linear;
    }
    .page-banner-section .shape.shape-3 {
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    animation: animate-light 15s infinite linear;
    }
    .page-banner-section .shape.shape-4 {
    bottom: 100px;
    left: 200px;
    margin: auto;
    animation: animate-light 20s infinite linear;
    }
    .page-banner-section .shape.shape-5 {
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    animation: animate-light 25s infinite linear;
    }
    .page-banner-section .shape.shape-6 {
    bottom: 50px;
    right: 50px;
    margin: auto;
    animation: animate-light 30s infinite linear;
    }
    .page-banner-section .shape.shape-7 {
    top: 100px;
    right: 0;
    animation: animate-light 15s infinite linear;
    }
    .page-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(5, 62, 86, 0.8), rgba(0, 0, 0, 0.9));
    z-index: -1;
    }
    
    .page-banner-content h1 {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 15px;
    }
    .page-banner-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    line-height: 1;
    }
    .page-banner-content ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    }
    .page-banner-content ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    transform: rotate(15deg);
    }
    .page-banner-content ul li:last-child {
    margin-right: 0;
    }
    .page-banner-content ul li.active {
    color: #35ad45;
    }
    .page-banner-content ul li a {
    color: #ffffff;
    }
    .page-banner-content ul li a:hover {
    color: #35ad45;
    }
    .page-banner-content ul li:last-child {
    padding-right: 0;
    }
    .page-banner-content ul li:last-child::before {
    display: none;
    }
    
    /*
    32 - Error Style
    <<<<======================================================>>>>*/
    .error-content {
    text-align: center;
    }
    .error-content img {
    margin-bottom: 30px;
    }
    .error-content p {
    margin-bottom: 30px;
    font-size: 20px;
    }
    
    /*
    33 - Appointment Style
    <<<<======================================================>>>>*/
    .contact-form-wrap {
    padding-bottom: 100px;
    margin-left: 0px !important;
    }
    .contact-form-wrap .up-title {
    font-size: 17px;
    color: #000248;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    }
    .contact-form-wrap h2 {
   /* font-size: 45px;
    margin-bottom: 50px;  */
        font-size: 30px;
    margin-bottom: 35px;
    
    }
    .contact-form-wrap .form-group {
    margin-bottom: 30px;
    }
    .contact-form-wrap .form-group .form-control.form-select {
    cursor: pointer;
    }
    
    /*
    34 - Team Details Style
    <<<<======================================================>>>>*/
    .team-details-content .team-contact-info {
    padding-left: 0;
    margin-bottom: 30px;
    list-style-type: none;
    }
    .team-details-content .team-contact-info li {
    position: relative;
    padding-left: 50px;
    }
    .team-details-content .team-contact-info li i {
    position: absolute;
    top: -7px;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px dashed #000248;
    text-align: center;
    color: #000248;
    border-radius: 50px;
    transition: all ease 0.5s;
    }
    .team-details-content .team-contact-info li:hover i {
    background-color: #000248;
    color: #ffffff;
    }
    .team-details-content .main-services-item {
    margin-top: 20px;
    margin-bottom: 30px;
    }
    
    .services-img img {
    height: 487px;
    }
    
    .teamimg{
    width: 100%;
    height: 305px;
    border-radius: 10px 10px 0px 0px;
    }
    
    /*
    35 - Project Details Style
    <<<<======================================================>>>>*/
    .project-imgss {
    margin-bottom: 50px;
    }
    
    .project-info h3 {
    font-size: 25px;
    margin-bottom: 20px;
    }
    .project-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    border: 1px solid #dddddd;
    }
    .project-info ul li {
    position: relative;
    padding: 20px;
    padding-left: 200px;
    border-bottom: 1px solid #dddddd;
    }
    .project-info ul li:last-child {
    border-bottom: none;
    }
    .project-info ul li span {
    font-weight: 600;
    color: #000248;
    position: absolute;
    top: 20px;
    left: 20px;
    }
    .project-info ul li a {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #000248;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    }
    .project-info ul li a:last-child {
    margin-right: 0;
    }
    .project-info ul li a:hover {
    background-color: #000248;
    }
    
    .project-contents {
    padding-top: 50px;
    }
    
    /*
    36 - Blog Details Style
    <<<<======================================================>>>>*/
    .blog-details-content .blog-details-main-img {
    margin-bottom: 30px;
    }
    .blog-details-content ul {
    padding-left: 0;
    margin-bottom: 15px;
    list-style-type: none;
    }
    .blog-details-content ul li {
    display: inline-block;
    margin-right: 30px;
    }
    .blog-details-content ul li:last-child {
    margin-right: 0;
    }
    .blog-details-content ul li i {
    margin-right: 5px;
    }
    .blog-details-content .related-blog {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #dddddd;
    }
    .blog-details-content .related-blog .related-content {
    margin-bottom: 50px;
    }
    .blog-details-content .accordion.style-two {
    margin-top: 50px;
    margin-bottom: 50px;
    }
    .blog-details-content .blog-details-img {
    background-image: url(../../assets/images/blog/blog-5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    }
    .blog-details-content .comment-wrap {
    margin-bottom: 50px;
    }
    .blog-details-content .comment-wrap h3 {
    font-size: 30px;
    margin-bottom: 30px;
    }
    .blog-details-content .comment-wrap ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    }
    .blog-details-content .comment-wrap ul li {
    position: relative;
    padding-left: 110px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
    }
    .blog-details-content .comment-wrap ul li h4 {
    font-size: 20px;
    }
    .blog-details-content .comment-wrap ul li img {
    position: absolute;
    top: 0;
    left: 0;
    }
    .blog-details-content .comment-wrap ul li.replay {
    margin-left: 100px;
    }
    .blog-details-content .comment-wrap ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    }
    .blog-details-content .comment-wrap p a {
    margin-left: 50px;
    color: #000248;
    }
    .blog-details-content .comment-form {
    border-top: 1px solid #dddddd;
    padding-top: 50px;
    }
    .blog-details-content .comment-form h2 {
    font-size: 25px;
    margin-bottom: 30px;
    }
    .blog-details-content .comment-form .form-comment .form-group {
    margin-bottom: 30px;
    }
    .blog-sidebar {
    margin-left: 30px;
    }
    .blog-sidebar .blog-sidebar-item .src-form {
    position: relative;
    margin-bottom: 30px;
    }
    .blog-sidebar .blog-sidebar-item .src-form .form-control {
    border-radius: 0;
    }
    .blog-sidebar .blog-sidebar-item .src-form .src-btn {
   position: absolute;
    top: 0;
    right: 0;
    background-color: #000248;
    color: #ffffff;
    width: 60px;
    height: 41px;
    }
    .blog-sidebar .about-us-img .experience {
    max-width: 124px;
    bottom: -60px;
    }
    .blog-sidebar .about-us-img .experience .experience-bg {
    width: 75px;
    height: 75px;
    }
    .blog-sidebar .about-us-img .experience .experience-bg span {
    font-size: 15px;
    }
    .blog-sidebar .recent-post {
    border: 1px solid #000248;
    padding: 30px;
    margin-top: 40px;
    }
    .blog-sidebar .recent-post h3 {
    font-size: 25px;
    margin-bottom: 25px;
    margin-bottom: 20px;
    }
    .blog-sidebar .recent-post ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    }
    .blog-sidebar .recent-post ul li {
    margin-bottom: 20px;
    }
    .blog-sidebar .recent-post ul li:last-child {
    margin-bottom: 0;
    }
    .blog-sidebar .recent-post ul li img {
    max-width: 100px;
    }
    .blog-sidebar .recent-post ul li span {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    }
    .blog-sidebar .recent-post ul li span i {
    margin-right: 5px;
    }
    .blog-sidebar .recent-post ul li h4 {
    font-size: 18px;
    }
    .blog-sidebar .recent-post ul li h4 a {
    color: #000248;
    }
    .blog-sidebar .recent-post ul li:hover h4 a {
    color: #000248;
    }
    .blog-sidebar .categories {
    border: 1px solid #000248;
    padding: 30px;
    margin-top: 40px;
    }
    .blog-sidebar .categories h3 {
    font-size: 25px;
    margin-bottom: 25px;
    }
    .blog-sidebar .categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    }
    .blog-sidebar .categories ul li {
    margin-bottom: 10px;
    }
    .blog-sidebar .categories ul li:last-child {
    margin-bottom: 0;
    }
    .blog-sidebar .categories ul li a {
    display: block;
    }
    .blog-sidebar .categories ul li a span {
    float: right;
    }
    .blog-sidebar .tags {
    border: 1px solid #000248;
    padding: 30px;
    margin-top: 40px;
    }
    .blog-sidebar .tags h3 {
    font-size: 25px;
    margin-bottom: 25px;
    }
    .blog-sidebar .tags ul {
    padding-left: 0;
    margin-bottom: -10px;
    list-style: none;
    margin-right: -8px;
    }
    .blog-sidebar .tags ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 8px;
    }
    .blog-sidebar .tags ul li a {
    border: 1px solid #000248;
    padding: 8px 10px;
    display: inline-block;
    }
    .blog-sidebar .tags ul li a:hover {
    background-color: #000248;
    color: #ffffff;
    border-color: #000248;
    }
    .blog-sidebar .authors-img {
    margin-top: 40px;
    }
    
    /*============================================================
    For Every Design This Style
    <<<<======================================================>>>>*/
    /*
    33 - Sign In And Sign Up Style
    <<<<======================================================>>>>*/
    .sign-up-img {
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSokpHlvOs0y3eHDH-vFAuedlU87dYjGA87KA&s);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 10px 0 0 10px;
    }
    .sign-up-img.bg-2 {
    background-image: url(https://img.freepik.com/free-vector/forgot-password-concept-illustration_114360-1095.jpg);
    }
    
    .sign-up-form {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 50px;
    border-radius: 0 10px 10px 0;
    }
    .sign-up-form h2 {
    font-size: 30px;
    margin-bottom: 15px;
    }
    .sign-up-form p {
    margin-bottom: 35px;
    }
    .sign-up-form .form-wrap .form-group {
    position: relative;
    margin-bottom: 30px;
    }
    .sign-up-form .form-wrap .form-group span {
    position: absolute;
    top: 22px;
    right: 20px;
    cursor: pointer;
    }
    .sign-up-form .form-wrap .submit-btn {
    margin-bottom: 30px;
    }
    .sign-up-form .form-wrap .submit-btn .main-btn {
    width: 100%;
    display: block;
    background-color: #000248;
    }
    .sign-up-form .form-wrap .already {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    }
    .sign-up-form .form-wrap .already a {
    color: #35ad45;
    }
    .sign-up-form .form-wrap .or {
    display: block;
    position: relative;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    }
    .sign-up-form .form-wrap .or::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    border-top: 1px solid rgba(164, 174, 198, 0.2);
    width: calc(50% - 1.5rem);
    }
    .sign-up-form .form-wrap .or::after {
    content: "";
    position: absolute;
    top: 60%;
    border-top: 1px solid rgba(164, 174, 198, 0.2);
    right: 0;
    width: calc(50% - 1.5rem);
    }
    .sign-up-form .footer-social-link {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: center;
    }
    .sign-up-form .footer-social-link li {
    display: inline-block;
    margin-right: 10px;
    }
    .sign-up-form .footer-social-link li:last-child {
    margin-right: 0;
    }
    .sign-up-form .footer-social-link li a {
    width: 116px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    background-color: #000248;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    }
    .sign-up-form .footer-social-link li a:hover {
    background-color: #000248;
    }
    
    /*
    34 - 404 Style
    <<<<======================================================>>>>*/
    .error-content {
    text-align: center;
    }
    .error-content img {
    margin-bottom: 30px;
    }
    .error-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
    }
    .error-content p {
    max-width: 860px;
    margin: auto;
    margin-bottom: 30px;
    font-size: 18px;
    }
    
    /*
    35 - Privacy & Conditions Style
    <<<<======================================================>>>>*/
    .privacy-and-conditions-list {
    position: sticky;
    top: 100px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    border: 1px solid rgba(164, 174, 198, 0.2);
    }
    .privacy-and-conditions-list .nav-link {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #000248;
    }
    .privacy-and-conditions-list .nav-link:last-child {
    border: none;
    }
    .privacy-and-conditions-list .nav-link.active {
    color: #000248;
    }
    
    .terms-conditions-section p strong{
    color: #000248;
}
    
    .privacy-and-conditions-item {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(164, 174, 198, 0.2);
    }
    .privacy-and-conditions-item h3 {
    font-size: 30px;
    margin-bottom: 20px;
    }
    .privacy-and-conditions-item ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-bottom: 15px;
    }
    .privacy-and-conditions-item ul li {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 25px;
    }
    .privacy-and-conditions-item ul li:last-child {
    margin-bottom: 0;
    }
    .privacy-and-conditions-item ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #000248;
    }
    .privacy-and-conditions-item a {
    color: #000248;
    font-weight: 600;
    }
    
    /*
    36 - Products Style
    <<<<======================================================>>>>*/
    .product-result {
    margin-bottom: 50px;
    }
    .product-result p {
    font-size: 16px;
    }
    .product-result p span {
    font-weight: 600;
    color: #000248;
    }
    .product-result .form-select {
    cursor: pointer;
    max-width: 400px;
    float: right;
    }
    
    .main-product-item {
    margin-bottom: 30px;
    }
    .main-product-item .product-img {
    position: relative;
    overflow: hidden;
    }
    .main-product-item .product-img img {
    border-radius: 4px;
    width: 100%;
    }
    .main-product-item .product-img ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: absolute;
    left: -60px;
    top: 30px;
    transition: all ease 0.5s;
    }
    .main-product-item .product-img ul li {
    margin-bottom: 10px;
    }
    .main-product-item .product-img ul li:last-child {
    margin-bottom: 0;
    }
    .main-product-item .product-img ul li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    background-color: #000248;
    color: #ffffff;
    transition: all ease 0.5s;
    }
    .main-product-item .product-img ul li a:hover i {
    background-color: #000248;
    color: #ffffff;
    }
    .main-product-item .product-img .main-btn {
    width: 100%;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    transition: all ease 0.5s;
    border-radius: 0 0 4px 4px;
    background-color: #000248;
    color: #ffffff;
    }
    .main-product-item .main-product-content {
    padding-top: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    }
    .main-product-item .main-product-content .tag {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    }
    .main-product-item .main-product-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    }
    .main-product-item .main-product-content h3 a {
    color: #000248;
    }
    .main-product-item .main-product-content .price {
    font-size: 15px;
    font-weight: 500;
    display: block;
    }
    .main-product-item .main-product-content .price del {
    opacity: 0.7;
    margin-right: 10px;
    }
    .main-product-item .main-product-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    line-height: 1;
    }
    .main-product-item .main-product-content ul li {
    display: inline-block;
    }
    .main-product-item .main-product-content ul li i {
    color: #fcc032;
    }
    .main-product-item:hover .product-img ul {
    left: 30px;
    }
    .main-product-item:hover .main-btn {
    bottom: 0;
    }
    
    /*
    37 - Shopping Cart Style
    <<<<======================================================>>>>*/
    .shopping-cart {
    border: 1px solid #edeff3;
    border-bottom: none;
    margin-bottom: 50px;
    border-radius: 4px;
    }
    .shopping-cart .table > :not(:first-child) {
    border: none !important;
    }
    .shopping-cart .table-bordered > :not(caption) > * {
    border-color: #edeff3;
    }
    .shopping-cart table {
    margin-bottom: 0;
    }
    .shopping-cart table thead tr {
    border-style: none;
    }
    .shopping-cart table thead tr th {
    border: none;
    color: #000248;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 30px;
    }
    .shopping-cart table tbody tr td {
    vertical-align: middle;
    border: none;
    white-space: nowrap;
    padding: 15px;
    }
    .shopping-cart table tbody tr .cart-thumbnail a {
    color: #000248;
    font-weight: 600;
    display: block;
    text-align: left;
    font-size: 15px;
    }
    .shopping-cart table tbody tr .cart-thumbnail a img {
    width: 85px;
    border-radius: 4px;
    border: 1px solid #edeff3;
    padding: 2px;
    }
    .shopping-cart table tbody tr .cart-thumbnail a:hover {
    color: #000248;
    }
    .shopping-cart table tbody tr .cart-thumbnail span {
    display: block;
    text-align: left;
    font-weight: 400;
    color: #4a4c59;
    font-size: 14px;
    }
    .shopping-cart table tbody tr .cart-price .amount {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    }
    .shopping-cart table tbody tr .cart-price del {
    opacity: 0.9;
    margin-right: 10px;
    }
    .shopping-cart table tbody tr .cart-total-price .total-price {
    font-weight: 600;
    font-size: 14px;
    }
    .shopping-cart table tbody tr .cart-quantity {
    width: 145px;
    padding: 0;
    }
    .shopping-cart table tbody tr .cart-quantity .quantity-input {
    position: relative;
    }
    .shopping-cart table tbody tr .cart-quantity .quantity-input input {
    height: 45px;
    color: #000248;
    outline: 0;
    display: block;
    border: none;
    background-color: transparent;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    border-top: 1px solid #edeff3;
    border-bottom: 1px solid #edeff3;
    }
    .shopping-cart table tbody tr .cart-quantity .quantity-input input::-moz-placeholder {
    color: #000248;
    }
    .shopping-cart table tbody tr .cart-quantity .quantity-input input::placeholder {
    color: #000248;
    }
    .shopping-cart table tbody tr .cart-quantity .quantity-input .plus, .shopping-cart table tbody tr .cart-quantity .quantity-input .minus {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
    color: #000248;
    width: 40px;
    height: 100%;
    line-height: 43px;
    transition: all ease 0.5s;
    border: 1px solid #edeff3;
    }
    .shopping-cart table tbody tr .cart-quantity .quantity-input .plus i, .shopping-cart table tbody tr .cart-quantity .quantity-input .minus i {
    font-weight: 700;
    font-size: 12px;
    }
    .shopping-cart table tbody tr .cart-quantity .quantity-input .plus:hover, .shopping-cart table tbody tr .cart-quantity .quantity-input .minus:hover {
    color: #ffffff;
    background-color: #000248;
    }
    .shopping-cart table tbody tr .cart-quantity .quantity-input .plus {
    left: auto;
    right: 0;
    }
    .shopping-cart table tbody tr .cart-quantity .quantity-input .plus:hover {
    color: #ffffff;
    background-color: #000248;
    }
    .shopping-cart table tbody tr .product-delete {
    text-align: center !important;
    }
    .shopping-cart table tbody tr .product-delete .delete {
    color: #000248;
    font-size: 20px;
    }
    .shopping-cart table tbody tr .product-delete .delete:hover {
    color: #e2626b;
    }
    
    .coupon-form {
    margin-bottom: 0;
    border: 1px solid #edeff3;
    padding: 30px;
    border-radius: 4px;
    }
    .coupon-form .form-floating label {
    font-size: 15px;
    }
    .coupon-form .form-floating .main-btn {
    background-color: #000248;
    color: #ffffff;
    }
    .coupon-form .main-btn {
    background-color: #000248;
    color: #ffffff;
    }
    .coupon-form .main-btn.update {
    padding: 14px 30px;
    height: 58px;
    line-height: 28px;
    }
    
   .your-order {
    padding: 25px;
    border: 1px solid #edeff3;
    background-color: #ffffff;
    border-radius: 4px;
}
    .your-order h3 {
    padding-bottom: 30px;
    border-bottom: 1px solid #edeff3;
    font-size: 22px;
    }
    .your-order ul {
    padding-left: 0;
    margin: 0 0 25px;
    list-style-type: none;
    }
    .your-order ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #edeff3;
    font-weight: 500;
    color: #000248;
    font-size: 15px;
    }
    .your-order ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
    }
    .your-order ul li span {
    float: right;
    }
    .your-order ul li .discount {
    color: #e2626b;
    }
    .your-order ul li.total-amount {
    font-weight: 700;
    }
    .your-order .main-btn {
    display: block;
    background-color: #000248;
    color: #ffffff;
    }
    .your-order .main-btn:hover {
    color: #ffffff;
    }
    
    /*
    39 - Checkout Style
    <<<<======================================================>>>>*/
    .alert-icon {
    background-color: #ecf2fc;
    font-size: 16px;
    margin-bottom: 30px;
    }
    .alert-icon i {
    margin-right: 5px;
    }
    .alert-icon a {
    position: relative;
    }
    .alert-icon a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #000248;
    transition: all ease 0.5s;
    }
    .alert-icon a:hover::before {
    width: 100%;
    right: auto;
    left: 0;
    }
    
    .billing-address {
    padding: 30px;
    border: 1px solid #edeff3;
    border-radius: 4px;
    }
    .billing-address h3 {
    margin-bottom: 20px;
    font-size: 22px;
    }
    .billing-address .form-floating {
    margin-bottom: 20px;
    }
    .billing-address .form-floating > label {
    color: #959ca9;
    font-size: 15px;
    }
    .billing-address .form-floating .form-control.textarea {
    height: 200px;
    }
    .billing-address .form-selectr .form-select {
    color: #959ca9;
    }
    .billing-address .form-selectr .form-select option {
    color: #000248;
    }
    .billing-address .mb-20 {
    margin-bottom: 20px;
    }
    .billing-address .form-check {
    margin-bottom: 20px;
    }
    .billing-address .form-check .form-check-label {
    color: #4a4c59;
    font-size: 16px;
    }
    .billing-address .form-check .form-check-input[type=checkbox] {
    width: 18px;
    height: 18px;
    position: relative;
    }
    .billing-address .form-check .form-check-input[type=checkbox]:focus {
    box-shadow: none;
    }
    
    .shopping-carts {
    border: 1px solid #edeff3;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 4px;
    }
    .shopping-carts h3 {
    font-size: 22px;
    margin-bottom: 30px;
    }
    .shopping-carts .shopping-cart-item {
    border-bottom: 1px solid #edeff3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    }
    .shopping-carts .shopping-cart-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    }
    .shopping-carts .shopping-cart-item .product-img {
    width: 120px;
    border-radius: 4px;
    border: 1px solid #edeff3;
    padding: 2px;
    }
    .shopping-carts .shopping-cart-item .post-title {
    font-size: 16px;
    }
    .shopping-carts .shopping-cart-item .amount {
    font-weight: 500;
    color: #000248;
    }
    
    .shipping-option {
    border: 1px solid #edeff3;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    }
    .shipping-option h3 {
    font-size: 22px;
    margin-bottom: 30px;
    }
    .shipping-option .form-check {
    margin-bottom: 20px;
    }
    .shipping-option .form-check .form-check-label {
    font-size: 15px;
    font-weight: 600;
    }
    .shipping-option .form-check:last-child {
    margin-bottom: 0;
    }
    .shipping-option .form-check .form-check-input:checked[type=radio] {
    box-shadow: none;
    }
    .shipping-option .form-check .form-check-input:focus {
    box-shadow: none;
    }
    
    /*
    41 - Product Details Area Style
    <<<<======================================================>>>>*/
    .product-main-image {
    text-align: center;
    }
    .product-main-image img {
    border-radius: 4px;
    border: 1px solid #ecf2fc;
    padding: 3px;
    width: 100%;
    }
    
    .product-details-main-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
    }
    .product-details-main-content .old-recent-price {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    }
    .product-details-main-content .old-recent-price span {
    padding: 0 5px;
    color: #000248;
    }
    .product-details-main-content .old-recent-price del {
    margin-right: 10px;
    color: #4a4c59;
    opacity: 0.5;
    }
    .product-details-main-content .stock {
    display: block;
    margin-bottom: 10px;
    color: #008000;
    font-weight: 600;
    }
    .product-details-main-content .client-review {
    position: relative;
    margin-bottom: 20px;
    }
    .product-details-main-content .client-review .rating i {
    color: #fcc032;
    }
    .product-details-main-content .client-review .total-reviews {
    position: absolute;
    top: 0;
    left: 120px;
    }
    .product-details-main-content p {
    margin-bottom: 30px;
    }
    .product-details-main-content .choose-size {
    margin-bottom: 30px;
    }
    .product-details-main-content .choose-size h4 {
    font-size: 18px;
    font-weight: 600;
    }
    .product-details-main-content .choose-size label {
    position: relative;
    inline-size: 2rem;
    block-size: 2rem;
    margin-right: 0.5rem;
    isolation: isolate;
    display: grid;
    place-items: center;
    cursor: pointer;
    display: inline-block;
    }
    .product-details-main-content .choose-size label > span {
    position: absolute;
    inset: 0;
    block-size: 100%;
    inline-size: 100%;
    }
    .product-details-main-content .choose-size label[for*=size] > span {
    font-size: 16px;
    line-height: 1;
    display: grid;
    place-items: center;
    padding: 0.5rem;
    background: rgba(164, 174, 198, 0.2);
    border-radius: 4px;
    }
    .product-details-main-content .choose-size input, .product-details-main-content .choose-size select, .product-details-main-content .choose-size textarea {
    -webkit-appearance: none !important;
    }
    .product-details-main-content .choose-size label[for*=size] > input:checked ~ span {
    background-color: #000248;
    color: #fff;
    }
    .product-details-main-content .choose-color h4 {
    font-size: 18px;
    font-weight: 600;
    }
    .product-details-main-content .choose-color input[type=radio] {
    display: none;
    }
    .product-details-main-content .choose-color input[type=radio]:checked + label span {
    transform: scale(1.25);
    }
    .product-details-main-content .choose-color input[type=radio]:checked + label .red {
    border: 1px solid #711313;
    }
    .product-details-main-content .choose-color input[type=radio]:checked + label .orange {
    border: 1px solid #873a08;
    }
    .product-details-main-content .choose-color input[type=radio]:checked + label .yellow {
    border: 1px solid #816102;
    }
    .product-details-main-content .choose-color input[type=radio]:checked + label .olive {
    border: 1px solid #505a0b;
    }
    .product-details-main-content .choose-color input[type=radio]:checked + label .green {
    border: 1px solid #0e4e1d;
    }
    .product-details-main-content .choose-color input[type=radio]:checked + label .teal {
    border: 1px solid #003633;
    }
    .product-details-main-content .choose-color input[type=radio]:checked + label .blue {
    border: 1px solid #103f62;
    }
    .product-details-main-content .choose-color input[type=radio]:checked + label .violet {
    border: 1px solid #321a64;
    }
    .product-details-main-content .choose-color input[type=radio]:checked + label .purple {
    border: 1px solid #501962;
    }
    .product-details-main-content .choose-color input[type=radio]:checked + label .pink {
    border: 1px solid #851554;
    }
    .product-details-main-content .choose-color label {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 4px;
    }
    .product-details-main-content .choose-color label span {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease-in-out;
    border-radius: 4px;
    }
    .product-details-main-content .choose-color label span.red {
    background: #DB2828;
    }
    .product-details-main-content .choose-color label span.orange {
    background: #F2711C;
    }
    .product-details-main-content .choose-color label span.yellow {
    background: #FBBD08;
    }
    .product-details-main-content .choose-color label span.olive {
    background: #B5CC18;
    }
    .product-details-main-content .choose-color label span.green {
    background: #21BA45;
    }
    .product-details-main-content .choose-color label span.teal {
    background: #00B5AD;
    }
    .product-details-main-content .choose-color label span.blue {
    background: #2185D0;
    }
    .product-details-main-content .choose-color label span.violet {
    background: #6435C9;
    }
    .product-details-main-content .choose-color label span.purple {
    background: #A333C8;
    }
    .product-details-main-content .choose-color label span.pink {
    background: #E03997;
    }
    .product-details-main-content .choose-color label:hover span {
    transform: scale(1.25);
    }
    .product-details-main-content .quantity-add-wish {
    margin-top: 20px;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    }
    .product-details-main-content .quantity-add-wish li {
    margin-right: 30px;
    }
    .product-details-main-content .quantity-add-wish li:last-child {
    margin-right: 0;
    }
    .product-details-main-content .quantity-add-wish li .cart-quantity {
    padding: 0;
    }
    .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input {
    position: relative;
    }
    .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input input {
    height: 45px;
    color: #000248;
    outline: 0;
    display: block;
    border: none;
    background-color: transparent;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    border-top: 1px solid #edeff3;
    border-bottom: 1px solid #edeff3;
    }
    .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input input::-moz-placeholder {
    color: #000248;
    }
    .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input input::placeholder {
    color: #000248;
    }
    .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .plus, .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .minus {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
    color: #000248;
    width: 40px;
    height: 100%;
    line-height: 43px;
    transition: all ease 0.5s;
    border: 1px solid #edeff3;
    text-align: center;
    border-radius: 4px 0 0 4px;
    }
    .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .plus i, .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .minus i {
    font-weight: 700;
    font-size: 12px;
    }
    .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .plus:hover, .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .minus:hover {
    color: #ffffff;
    background-color: #000248;
    }
    .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .plus {
    left: auto;
    right: 0;
    border-radius: 0 4px 4px 0;
    }
    .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .plus:hover {
    color: #ffffff;
    background-color: #000248;
    }
    .product-details-main-content .main-btn {
    background-color: #000248;
    color: #ffffff;
    }
    
    .product-details-tab .nav-tabs {
    display: block;
    border: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #ecf2fc;
    padding-bottom: 15px;
    }
    .product-details-tab .nav-tabs .nav-item {
    display: inline-block;
    margin-right: 30px;
    }
    .product-details-tab .nav-tabs .nav-item:last-child {
    margin-right: 0;
    }
    .product-details-tab .nav-tabs .nav-item .nav-link {
    padding: 0;
    border: none;
    color: #000248;
    position: relative;
    transition: all ease 0.5s;
    font-weight: 600;
    font-size: 18px;
    }
    .product-details-tab .nav-tabs .nav-item .nav-link span {
    color: #000248;
    }
    .product-details-tab .nav-tabs .nav-item .nav-link.active {
    border: none;
    color: #000248;
    background-color: transparent;
    }
    .product-details-tab .nav-tabs .nav-item .nav-link:hover {
    color: #000248;
    }
    .product-details-tab h4 {
    font-size: 20px;
    }
    .product-details-tab .best-product {
    margin-bottom: 24px;
    }
    .product-details-tab .product-additional-info .info-table {
    border: 1px solid #ecf2fc;
    }
    .product-details-tab .product-additional-info .table > :not(caption) > * > * {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #4a4c59;
    }
    .product-details-tab .product-additional-info .table > :not(caption) > * > * {
    border-left: 1px solid #ecf2fc;
    }
    .product-details-tab .product-instructions-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    }
    .product-details-tab .product-instructions-info ul li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    }
    .product-details-tab .product-instructions-info ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #000248;
    }
    .product-details-tab .product-instructions-info ul li:last-child {
    margin-bottom: 0;
    }
    .product-details-tab .product-review-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    }
    .product-details-tab .product-review-content .total-review {
    padding-left: 0;
    margin-bottom: 30px;
    list-style-type: none;
    }
    .product-details-tab .product-review-content .total-review li {
    display: inline-block;
    }
    .product-details-tab .product-review-content .total-review li i {
    color: #faca51;
    font-size: 20px;
    }
    .product-details-tab .product-review-content .progresss-bar {
    position: relative;
    padding-left: 50px;
    padding-right: 30px;
    margin-bottom: 30px;
    }
    .product-details-tab .product-review-content .progresss-bar:last-child {
    margin-bottom: 0;
    }
    .product-details-tab .product-review-content .progresss-bar .star {
    position: absolute;
    top: -5px;
    left: 0;
    color: #4a4c59;
    font-weight: 600;
    font-size: 16px;
    }
    .product-details-tab .product-review-content .progresss-bar .count {
    position: absolute;
    top: -5px;
    right: 0;
    color: #4a4c59;
    font-weight: 600;
    font-size: 16px;
    }
    .product-details-tab .product-review-content .bg-success {
    background-color: #faca51 !important;
    }
    .product-details-tab .product-review-content .product-review-form .form-floating {
    margin-bottom: 30px;
    }
    .product-details-tab .product-review-content .product-review-form .form-floating .form-control.textarea {
    height: 150px;
    }
    .product-details-tab .product-review-content .review-list-wrap {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    }
    .product-details-tab .product-review-content .review-list-wrap .review-list {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
    padding-right: 150px;
    border-radius: 4px;
    margin-bottom: 30px;
    }
    .product-details-tab .product-review-content .review-list-wrap .review-list:last-child {
    margin-bottom: 0;
    }
    .product-details-tab .product-review-content .review-list-wrap .review-list .review-img {
    margin-right: 20px;
    }
    .product-details-tab .product-review-content .review-list-wrap .review-list .review-img img {
    border-radius: 4px;
    padding: 3px;
    border: 1px solid #ecf2fc;
    width: 100px;
    }
    .product-details-tab .product-review-content .review-list-wrap .review-list .review-content h4 {
    font-size: 18px;
    margin-bottom: 0;
    }
    .product-details-tab .product-review-content .review-list-wrap .review-list .review-content span {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    }
    .product-details-tab .product-review-content .review-list-wrap .review-list .review-content .total-reviews {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    position: absolute;
    top: 20px;
    right: 20px;
    }
    .product-details-tab .product-review-content .review-list-wrap .review-list .review-content .total-reviews li {
    display: inline-block;
    }
    .product-details-tab .product-review-content .review-list-wrap .review-list .review-content .total-reviews li i {
    color: #faca51;
    font-size: 18px;
    }
    .product-details-tab .product-review-content .review-list-wrap .review-list .review-content p {
    margin-bottom: 0;
    }
    .product-details-tab .product-review-content .review-list-wrap .review-list .review-content .reply {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 600;
    font-size: 16px;
    }
    
    /*
    40 - Payment Style
    <<<<======================================================>>>>*/
    .payment-content {
    max-width: 600px;
    margin: auto;
    border: 1px solid #ecf2fc;
    padding: 50px;
    padding-bottom: 26px;
    }
    .payment-content h3 {
    font-size: 24px;
    }
    .payment-content .form-check {
    margin-bottom: 20px;
    cursor: pointer;
    }
    .payment-content .form-check .form-check-input:checked {
    background-color: #000248;
    border-color: #000248;
    }
    .payment-content .form-check .form-check-input:checked[type=radio] {
    box-shadow: none;
    }
    .payment-content .form-check .form-check-input:focus {
    box-shadow: none;
    }
    .payment-content .form-floating {
    margin-bottom: 24px;
    }
    .payment-content .form-floating .form-control {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    }
    .payment-content .main-btn {
    background-color: #000248;
    color: #ffffff;
    }
    
    /*
    40 - Coming Soon Style
    <<<<======================================================>>>>*/
    .coming-soon-area {
    background-image: url(../../assets/images/coming-soon-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    }
    
    .count-down {
    margin-bottom: 0;
    }
    .count-down h1 {
    line-height: 1;
    font-size: 45px;
    color: #ffffff;
    }
    .count-down p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    text-transform: capitalize;
    color: #ffffff;
    }
    .count-down div div {
    display: inline-block;
    padding: 0 30px;
    }
    .count-down .cd-row {
    display: inline-block;
    }
    
    .coming-soon-wrapper {
    text-align: center;
    max-width: 700px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px;
    border-radius: 4px;
    }
    .coming-soon-wrapper h2 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 20px;
    }
    .coming-soon-wrapper h3 {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 15px;
    }
    .coming-soon-wrapper p {
    color: #ffffff;
    margin-bottom: 50px;
    }
    .coming-soon-wrapper .notify-form {
    margin-bottom: 30px;
    }
    .coming-soon-wrapper .notify-form .form-floating {
    position: relative;
    }
    .coming-soon-wrapper .notify-form .form-floating .form-control {
    background-color: #ffffff;
    border-color: #ffffff;
    }
    .coming-soon-wrapper .notify-form .form-floating .main-btn {
    background-color: #000248;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    height: 58px;
    }
    .coming-soon-wrapper .social-icon {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    }
    .coming-soon-wrapper .social-icon li {
    display: inline-block;
    margin-right: 10px;
    }
    .coming-soon-wrapper .social-icon li:last-child {
    margin-right: 0;
    }
    .coming-soon-wrapper .social-icon li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border: 1px solid #aaaaaa;
    text-align: center;
    color: #aaaaaa;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    }
    .coming-soon-wrapper .social-icon li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 0;
    background-color: #000248;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .coming-soon-wrapper .social-icon li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 25%;
    height: 0;
    background-color: #000248;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .coming-soon-wrapper .social-icon li a .btn-style::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 25%;
    height: 0;
    background-color: #000248;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .coming-soon-wrapper .social-icon li a .btn-style::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 75%;
    width: 25%;
    height: 0;
    background-color: #000248;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .coming-soon-wrapper .social-icon li a:hover {
    color: #ffffff;
    border-color: #000248;
    }
    .coming-soon-wrapper .social-icon li a:hover::before {
    top: auto;
    bottom: 0;
    height: 100%;
    }
    .coming-soon-wrapper .social-icon li a:hover::after {
    bottom: auto;
    top: 0;
    height: 100%;
    }
    .coming-soon-wrapper .social-icon li a:hover .btn-style::before {
    top: auto;
    bottom: 0;
    height: 100%;
    }
    .coming-soon-wrapper .social-icon li a:hover .btn-style::after {
    bottom: auto;
    top: 0;
    height: 100%;
    }
    
    .rtl-btn {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    }
    .rtl-btn .main-btn {
    padding: 18px 10px;
    }
    .rtl-btn .videos-btn {
    background-color: #000248;
    color: #ffffff;
    padding: 19px 16px;
    border-radius: 50px;
    }
    
    /*
    08 - Video Btn Style
    <<<<======================================================>>>>*/
    .videos-btn {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    }
    .videos-btn span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    }
    /*.videos-btn span::after {*/
    /*  top: 50%;*/
    /*  left: 50%;*/
    /*  transform: translate(-50%, -50%);*/
    /*  position: absolute;*/
    /*  content: "";*/
    /*  width: 100%;*/
    /*  height: 100%;*/
    /*  border-radius: 50%;*/
    /*  border: 0.1px solid #000248;*/
    /*  animation: videoTwo 8s linear infinite;*/
    /*}*/
    /*.videos-btn span::before {*/
    /*  top: 50%;*/
    /*  left: 50%;*/
    /*  transform: translate(-50%, -50%);*/
    /*  position: absolute;*/
    /*  content: "";*/
    /*  width: 100%;*/
    /*  height: 100%;*/
    /*  border-radius: 50%;*/
    /*  border: 0.1px solid #000248;*/
    /*  animation: videoTwo 8s linear infinite;*/
    /*}*/
    /*.videos-btn span:nth-child(1)::after {*/
    /*  animation-delay: 1s;*/
    /*}*/
    /*.videos-btn span:nth-child(1)::before {*/
    /*  animation-delay: 5s;*/
    /*}*/
    /*.videos-btn span:nth-child(2)::after {*/
    /*  animation-delay: 2s;*/
    /*}*/
    /*.videos-btn span:nth-child(2)::before {*/
    /*  animation-delay: 6s;*/
    /*}*/
    /*.videos-btn span:nth-child(3)::after {*/
    /*  animation-delay: 3s;*/
    /*}*/
    /*.videos-btn span:nth-child(3)::before {*/
    /*  animation-delay: 7s;*/
    /*}*/
    /*.videos-btn span:nth-child(4)::after {*/
    /*  animation-delay: 4s;*/
    /*}*/
    /*.videos-btn i {*/
    /*  width: 50px;*/
    /*  height: 50px;*/
    /*  line-height: 40px;*/
    /*  text-align: center;*/
    /*  border-radius: 50%;*/
    /*  display: block;*/
    /*  background: #ffffff;*/
    /*  color: #000248;*/
    /*  border: 5px solid #000248;*/
    /*  font-size: 30px;*/
    /*}*/
    
    @keyframes videoTwo {
    0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    }
    100% {
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
    }
    }/*# sourceMappingURL=style.css.map */
    
    .containerwidth{
     width:1140px;   
    }
    @media(max-width:991px){
    .containerwidth{
     width:100%;   
    }
    }
    
    
    /*==============Price css============*/
    
    .blue {
    color: #888888;
    }
    .mt_4{
    margin-top: 25px;
    }
    .pricingTable {
    background: #fff;
    text-align: center;
    padding: 0 0 25px;
    margin: 0 6px;
    border-radius: 20px;
    box-shadow:8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    position: relative;
    z-index: 1;
    height:100%;
    transition:all 0.3s linear;
    }
    
      .pricingTable:hover {
        transform: translateY(-15px);
        transition:0.6s;
    }
    
    .pr-tb-h{
    height:290px;
    }
    
 /*   .pricingTable:before {
    content: "";
    border: 10px solid #000248;
    border-top: none;
    border-bottom: none;
    border-radius: 10px;
    position: absolute;
    top: 55px;
    bottom: 55px;
    left: -10px;
    right: -10px;
    z-index: -1;
    } */ 
    .pricingTable-header {
    color: rgb(0 2 72);
    text-transform: capitalize;
    position: relative;
    margin: 0 0 30px;
    }
    .title_1 {
      color: #fff;
    background: #000248;
    font-size: 16px !important;
    font-weight: 500;
    width: 80%;
    padding:9px 7px;
    margin: 0 auto 30px;
    border-radius: 0 0 50px 50px;
    }
    .ribbon {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    }
    .ribbon-top-right {
    top: -10px;
    right: -10px;
    }
    .ribbon::before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #000;
    }
    .ribbon-top-right::before {
    top: 0;
    /* left: 32px; */
    left:60px;
    }
    .ribbon span {
    position: absolute;
    display: block;
    width: 207px;
      padding: 4px 0;
    background-color: #35ad45;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    }
    .ribbon-top-right span {
     /*left: -22px;
    top: 22px; */
    left:-6px;
    top: 10px;
    transform: rotate(45deg);
    z-index: 1;
    }
    .amount {
    font-size:36px;
    font-weight:400;
    line-height: 53px;
    }
    .amount_span {
    font-size: 14px;
    margin-right: 0;
    /*color: #000;*/
    padding: 4px;
    position: relative;
    top: 0;
    border: solid 1px transparent;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    }
    .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #000;
    }
    .ribbon-top-right::after {
    /* bottom: 32px; */
    right: 0;
    bottom: 59px;
    }
    .duration {
    font-size: 17px;
    line-height: 17px;
    display: block;
    }
    .pricing-plan {
    font-size: 16px;
    color: black;
    display: flex;
   align-items: start;
    margin-bottom: 7px;
    }
    
  .pricing-plan i {
    margin-right: 5px;
    margin-top: 4px;
}
    
    .fa-check {
    color: green;
    font-size: 16px;
    margin-right: 5px;
    }
    .pricing-plan_1 {
    border-bottom: 1px solid #ededed;
    line-height: 2.9;
    font-size: 1em;
    color: #777;
    }
    .fa-times {
    color: red;
    font-size: 17px;
    margin-right: 8px;
    }
    .price-btn {
    text-align: center;
    padding-bottom: 25px;
    margin-top: 25px;
    }
    .price-btn-one {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 30px;
    text-transform: capitalize;
    background-image: -webkit-linear-gradient(-145deg, rgb(253, 200, 48) 0%, rgb(243, 115, 53) 100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    }
    
    
     .aaa1 {
    border: 1px solid #000248;
    padding: 15px;
    border-radius: 10px;
    height: 155px;
    box-shadow:0px 0px 103px -59px #000248;
    
    }
    
    .btn-t-b{
    background: linear-gradient(to bottom, #000248 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: left bottom;
    transition: 0.6s;
}
    .btn-t-b:hover {
        background-position: right top;
        color: white;
    }
    
   .btn-t-b:hover .textcenters{
        color: white;
    }
    
    .btn-t-b:hover .aaa2{
           background: #fff;
    }
    
    .blue-bg{
        background:#000248;
    }


    
    .aaa2{
    border-radius: 50%;
    width: 70px !important;
    margin: auto;
    background: #000248;
    padding: 10px;
    height: 70px;
    }
    .textcenters{
    font-size: 21px;
    color: #000248;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }

    .main-services-item.style-two {
    padding: 30px;
    padding-top: 115px;
    text-align: center;
    height: 290px;
    }
    .main-services-item.style-two img {
    position: absolute;
    top: 20px;
    left: 107px;
    width: 80px;
    background: #000248;
    padding: 20px;
    border-radius: 50%;
    }
    .reason_list li {
    padding-bottom: 15px;
    font-size: 18px;
    }
    .reason_list{
    list-style: none;
    margin: 0px;
    padding: 0px;
    }
    .reason_list i {
    color:#4caf50
    }
    .item {
    background: #fff;
    text-align: center;
    padding: 20px 20px;
  /*  -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
     border:1px solid #000248; */ 
    border-radius: 20px;
   
    margin-bottom: 18px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 255px;
    }
    .item:hover{
    background:#000248;
   /* box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0; */
    box-shadow:7px 8px 30px 0px rgba(42, 67, 113, 0.15);
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    }
    .item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    }
    .item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    }
    .item .icon {
    font-size: 40px;
    margin-bottom:15px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .item .feature_box_col_one{
    background:rgb(248 247 253);
    color:#000248;
    }
    .item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942;
    }
    .item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
    }
    .item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
    }
    .item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
    }
    .item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
    }
    .item p{
    font-size:15px;
    line-height:22px;
    }
    .item h6 {
    margin-bottom:10px;
    color:#2f2f2f;
    }
    .mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    }
    .mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    }
    .mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
    }
    .skills {
    padding-top:0px;
    }
    .skills .prog-item {
    margin-bottom: 25px;
    }
    .skills .prog-item:last-child {
    margin-bottom: 0;
    }
    .skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
    }
    .skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
    }
    .skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
    }
    .skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
    }
    
    
    
    .contact-form-border{
     /*   border: 1px solid #d7d7d7; */
  /*  border: 1px solid-pink; */
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 7px #d7d7d7;
    }
    
    
    .contact_form_box{
        background: #ffffff;
    padding: 25px 35px;
    /* border: 1px solid #d7d7d7; */
       box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    }
    
    .contact-contant{
        padding: 25px 35px;
    }
    
    
    .fs-25{
        font-size:25px !important;
    }
    
    
    .choose{
        margin-bottom: 7px;
    border-bottom: none;
    }

.mgr{
        margin-left: 35px;
}

/* use area */ 

/* user sidebar */

.user-area{
    background:#F6F9FC;
}
.user-area .sidebar {
  background:#fff;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 15px;
}

.user-area .sidebar-top {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.user-area .sidebar-profile-img {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px auto;
  border-radius: 50px;
  padding: 4px;
  border: 3px solid #3db04c;
}

.user-area .sidebar-profile-img .side-word {
 font-size:70px;
 border-radius:50%;
 padding:0;
 margin:0;
}

.user-area .sidebar-profile-img button {
  position: absolute;
  border-radius: 50px;
  background: #3db04c;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: none;
  right: 0;
  bottom: 0;
}

.user-area .profile-img-file {
  display: none;
}

.user-area .sidebar-list{
    list-style-type:none;
    padding:0;
    margin:0;
}

.user-area .sidebar-list li {
  margin: 5px 0;
}

.user-area .sidebar-list li a {
  color: #081828;
  padding: 6px 6px 6px 15px;
  display: block;
  font-weight: 500;
  transition:all .5s ease-in-out;
}

.user-area .badge-danger {
    background: #FEE2E2;
    color: #EF4444;
}

.user-area .sidebar-list li a:hover {
  padding-left: 20px;
}

.user-area .sidebar-list li a i {
  margin-right: 5px;
  color: #3db04c;
}

.user-area .sidebar-list .active i {
  color: #fff;
}

.user-area .sidebar-list .active {
  background: #3db04c;
  color: #fff;
  border-radius: 8px;
}

.user-area .sidebar-list li a span{
  float: right;
  line-height: unset;
  padding: 0px 6px;
  border-radius: 10px;
  margin-top: 3.7px;
}

.user-area .user-wrapper .user-card {
    background:#fff;
    padding: 15px 20px 20px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.user-area .user-wrapper .user-card-title {
    color: #081828;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.user-area .user-wrapper .dashboard-widget.color-1 {
    background: rgba(168, 85, 247, .08);
    color: #A855F7;
}

.user-area .user-wrapper .dashboard-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    border-radius: 10px;
    margin: 10px 0;
}

.user-area .user-wrapper .dashboard-widget-info h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.user-area .user-wrapper .user-area .user-wrapper .dashboard-widget-info span{
    font-weight: 500;
    font-size:16px;
}

.user-area .user-wrapper .dashboard-widget.color-1 .dashboard-widget-icon {
    background: #A855F7;
    color: #fff;
}

.user-area .user-wrapper .dashboard-widget.color-1 h1 {
    color: #A855F7;
}

.user-area .user-wrapper .dashboard-widget.color-2 h1 {
    color: #11B76B;
}

.user-area .user-wrapper .dashboard-widget.color-3 h1 {
    color: #F05454;
}


.user-area .user-wrapper .dashboard-widget.color-2 {
    background: rgba(17, 183, 107, .08);
    color: #11B76B;
}

.user-area .user-wrapper .dashboard-widget.color-3 {
    background: rgba(240, 84, 84, .08);
    color: #F05454;
}

.dashboard-widget.color-2 .dashboard-widget-icon {
    background: #11B76B;
    color: #fff;
}
.dashboard-widget.color-1 .dashboard-widget-icon{
    background: #A855F7;
    color: #fff;
}
.dashboard-widget.color-3 .dashboard-widget-icon {
    background: #F05454;
    color: #fff;
}

.user-area .user-wrapper .dashboard-widget-icon {
    width: 65px;
    height: 65px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50px;
}

.user-card-header-right {
    display: flex
;
    align-items: center;
    gap: 20px;
}

.user-card-header {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.user-card-header .theme-btn {
    padding: 8px 15px;
    position: relative;
    font-size: 16px;
    background:#3db04c;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    box-shadow:0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
    z-index: 1;
}

.user-area .table {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-bottom: 0;
}

.user-area .user-card .table>:not(caption)>*>* {
    vertical-align: middle;
    padding: 0.8rem 0.8rem;
}

.user-area .table th {
    color: #757F95;
}

.user-area .table tbody tr {
    background:#f6f9fc;
    margin-bottom: 10px;
}

.user-area .table td:first-child {
    border-left-style: solid;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.user-area .table td {
    background: unset;
}

.user-area .user-card .table>:not(caption)>*>*
 {
    vertical-align: middle;
    padding: 0.8rem 0.8rem;
}

.user-area .table-list-code {
    color:#8493CA;
    font-weight: 500;
}

.user-area .badge-info {
    background: #F3E8FF;
    color: #A855F7;
}

.user-area .badge {
    border-radius: 50px;
    padding: 5px 12px;
}


.custom-form-group {
  position: relative;
  margin-bottom: 25px;
}

.custom-form-group input {
    width: 100%;
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #9d9d9d;
    outline: none;
    background: #fff;
    color:#838282;
}

.custom-form-group textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
    border-radius: 4px;
    border: 1px solid #9d9d9d;
  resize: vertical;
  outline: none;
  background: #fff;
  min-height: 100px;
}

.custom-form-group label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #8d8d8d;
    transition: 0.3s ease;
    background: #fff;
    padding: 0 0px;
    font-size: 15px;
    pointer-events: none;
}

.custom-form-group .label-1 {
    position: absolute;
    top: 20%;
    left: 20px;
    transform: translateY(-50%);
    color: #8d8d8d;
    transition: 0.3s ease;
    background: #fff;
    padding: 0 0px;
    font-size: 15px;
    pointer-events: none;
}

.custom-form-group input:focus + label,
.custom-form-group input:not(:placeholder-shown) + label {
  top: 0px;
  font-size: 15px;
  color: #1d5474;
}


.custom-form-group textarea:focus + label,
.custom-form-group textarea:not(:placeholder-shown) + label {
  top: 0px;
  left: 15px;
  font-size: 15px;
  color: #1d5474;
}


.best-solution-content p
 {
    margin-bottom: 35px;
    text-align: justify;
}


.main-blog-item .main-blog-content h3 {
    font-size: 18px !important;
    margin-bottom: 15px;
}




.border-n{
    border: none !important;
}


.box-card{
        box-shadow: 0 0 3px #b1b1b1;
}



.mb-mins-40{
	    margin-bottom:-40px;
	}
	
	    .orderformcardheader{
	            font-size: 20px;
    padding: 9px;
    border-radius: 5px;
    margin-bottom: 25px;
   /*  background: #000248; */ 
        background-image: linear-gradient(99deg, #32a444, #000248 );
	    }
	    
	    .orderformcardheader h2{
	        font-size:18px;
	        color:white;
	    }
	    
	    .table thead tr th {
	        background:#000248;
	         border-color:#000248;
	         color:#fff;
	    }
	    
	     .table tr ,  .table tr td {
	        border-color:#000248;
	    }
	    
 .form-control{
    border-color:#000248; 
	    }
	    
	
	.card{
	    padding: 15px;
    margin-top: 30px;
        border-color: #000248;
	}    
	
	.single-input{
	    margin-bottom:15px;
	}
	
	.formbox{
	border: none;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
	}
	
.login-register-form-middle .single-input {
    width: 33.3333333333%;
    position: relative;
    margin-bottom: 25px;
}

.orderform-btn{
        background-color: rgb(0, 2, 72);
        color:#fff;
}

.orderform-btn:after , .orderform-btn:before{
        background-color:#f0f0f0;
        color: #4a4c59;
}

.orderform-btn:hover{
        background-color: #f0f0f0;
        color: #4a4c59;
}
	
.nice-select{
    display:none !important;
}
.a5{
    height: 37px !important;
}

#productvalue {
    display:block !important;
}

#productvalue1 {
    display:block !important;
}

.form-border{
    border:none !important;
}

.brr-6{
    border-radius: 0px 6px 6px 0px !important;
}



    .ordr-box {
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    background: #fff;
    border: 1px solid #dbdbdb;
    }
    .ordr-top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f0f2f1bf;
    padding: 15px 20px;
    border-bottom: 1px solid #dbdbdb;
    gap: 30px;
    flex-wrap: wrap;
    }
    .odr-top-bx {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    }
    .odr-top-desgn h5 {
    font-size: 16px;
    margin: 0;
    }
    .odr-top-desgn a {
    font-size: 16px;
    color: #ff0066;
    display: inline-block;
    }
    .odr-top-desgn p {
    font-size: 15px;
    color: #161619;
    margin: 0 0 5px;
    }
    .mr-4, .mx-4 {
    margin-right: 1.5rem !important;
    }
    .odr-cntr-box {
    padding: 15px 20px;
    }
    .cntr-txt-bx h5 {
    color: #353676;
    font-size: 19px;
    }
    .mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
    }
    .cntr-txt-bx a{
    color: #161619;
    }
    .cntr-txt-bx h5:hover a{
    color: #ff0066;
    }
    .cntr-txt-bx p {
    font-size: 15px;
    margin: 0 0 8px;
    }
    .odr-btm-box {
    padding: 10px 20px;
    border-top: 1px solid #dbdbdb;
    }
    .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    }
    .odr-btm-box a {
    font-size: 16px;
    color: #353676;
    display: inline-block;
    font-weight: 500;
    }
    @media (max-width: 576px) {
    .cntr-txt-bx {
        text-align: center;
    }
    .cntr-txt-bx p {
            display: none;
    }
    .cntr-txt-bx h5 {
    color: #353676;
    font-size: 17px;
    }
    }
    @media (min-width: 992px) {
    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }
    }
    
   
    .custom-btn {
        border-color: rgb(29, 84, 116) !important; 
        color: rgb(29, 84, 116) !important; 
    }
    .custom-btn:hover {
        background-color: rgb(29, 84, 116) !important; 
        color: white !important; 
    }
    .custom-edit-btn {
        border-color: rgb(25, 135, 84) !important; 
        color: rgb(25, 135, 84) !important; 
    }
    .custom-edit-btn:hover {
        background-color: rgb(25, 135, 84) !important; 
        color: white !important; 
    }




.float-r{
        float: right;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}


.border_r {
    border-right: 1px solid #e5e5e5;
}