@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: normal;
    src: url('../font/Vazir.eot');
    src: url('../font/Vazir.eot?#iefix') format('embedded-opentype'), 
    url('../font/Vazir.woff2') format('woff2'), 
    url('../font/Vazir.woff') format('woff'), 
    url('../font/Vazir.ttf') format('truetype');
   }
   @font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: bold;
    src: url('../font/Vazir-Bold.eot');
    src: url('../font/Vazir-Bold.eot?#iefix') format('embedded-opentype'), 
    url('../font/Vazir-Bold.woff2') format('woff2'), 
    url('../font/Vazir-Bold.woff') format('woff'), 
    url('../font/Vazir-Bold.ttf') format('truetype');
   }

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    font-family: Vazir;
    color: #454545;
    direction: rtl;
}
a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #424866;
}
a:focus {
    text-decoration: none;
}
button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #424866;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px;
    
}
h3 {
    font-size: 20px;
    font-weight: 600;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
p {
    font-size: 15px;
    margin-bottom: 15px;
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-control {
    height: 50px;
    color: #6e6e6e;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;   
    background-color: #F2F7FC;
    border-radius: 15px;
    box-shadow: 0 2px 6px 2px rgb(172 191 229 / 40%);
    
}
.form-control::-webkit-input-placeholder {
    color: #6e6e6e;
}
.form-control:-ms-input-placeholder {
    color: #6e6e6e;
}
.form-control::-ms-input-placeholder {
    color: #6e6e6e;
}
.form-control::placeholder {
    color: #6e6e6e;
}
.form-control:focus {
    color: #000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #0057ff;
}
.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
textarea.form-control {
    height: auto;
    height: 250px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-130 {
    padding-top: 130px;
}
.pb-130 {
    padding-bottom: 130px;
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    background-color: #fe5a0e;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #424866;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
   
}
.go-top:hover {
    color: #fff;
    background-color: #424866;
}
.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.go-top:focus {
    color: #fff;
}
.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}
.page-navigation-area {
    text-align: center;
    margin: 20px auto 0;
    display: table;
}
.page-navigation-area .page-link {
    color: #0057ff;
    
    
   background-color:#FFFFFF;
    width: 40px;
    height: 40px;
    border: 1px solid #0057ff;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
    border-radius: 5PX;
}
.page-navigation-area .page-link i {
    margin-right: -4px;
}
.page-navigation-area .page-link:hover {
    color: #fff;
    background-color: #0057FF;
    border: 1px solid #0057FF;
}
.page-navigation-area .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-navigation-area .page-link.page-links i::before {
    margin-left: -4px;
}
.page-navigation-area .page-item {
    padding: 0 8px;
}
.page-navigation-area .page-item:first-child .page-link {
    border-radius: 5PX;
}
.page-navigation-area .page-item:last-child .page-link {
    border-radius: 5PX;
}
.page-navigation-area .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0057FF;
    border-color: #0057ff;
  
}
.video-wrap .video-btn-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrap .video-play {
    position: absolute;
    top: 16px;
    left: 80px;
    text-transform: uppercase;
    width: 129px;
    line-height: 1;
}
.video-wrap .video-play p {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
}
.video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: #fff;
}
.video-btn i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fe5a0e;
}
.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
}
.video-btn::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.video-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.video-btn:hover {
    background-color: #05125e;
    color: #fff;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
.btn2{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    margin: auto;
    justify-content: center;
    background-color: #0057FF;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 14px;
    border-radius: 10px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.default-btn {
    font-size: 14px;
    color: #fff;
    background-color: #0057FF;
    padding: 15px 20px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 2px 11px 0 rgb(144 176 238 / 60%);
}
.default-btn i {
    margin-left: 5px;
}
.default-btn::before {
    content: "";
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.default-btn:hover {
  
        scale:1.1 ;
        transition: all 0.5s;
        color: #fff;
    }
.default-btn:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.default-btn.default-btn-2 {
    background-color: #fff;
    color: #fe5a0e;
}
.default-btn.default-btn-2:hover {
    color: #fff;
}
.read-more {
line-height: 1;
    color: #4081FE;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    justify-content: end;
    padding-bottom: 15px;
    direction: rtl;
    text_align:right;
}
.read-more i {
    position: relative;
    top: 2px;
    padding-left: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.read-more:hover {
    color: #ef394e;
}
.read-more:hover i {
    padding-left: 10px;
}
.section-title {
    max-width: 600px;
    margin: 0 auto 60px;
    text-align: center;
}
.section-title .top-title {
    color: #102a82;
    font-size: 14px;
    display: block;
    margin-top: -7px;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    font-family: rubik, sans-serif;
}
.section-title .top-title::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 15px solid transparent;
    border-right: 15px solid #fe5a0e;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fe5a0e;
    font-size: 20px;
    z-index: -1;
    opacity: 0.2;
    -webkit-animation: rotation 25s infinite linear;
    animation: rotation 25s infinite linear;
    display: none;
}
.section-title h2 {
    margin-bottom: 20px;
    font-size: 35px;
}
.section-title p {
    margin-bottom: 0;
}
.section-title.section-title-2 .top-title {
    color: #fff;
    z-index: 1;
}
.section-title.section-title-2 h2 {
    color: #fff;
}
.section-title.section-title-2 p {
    color: #e9e8e8;
}
.section-title.align-style {
    text-align: left;
    margin-left: 0;
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}
.preloader .lds-ripple {
    position: relative;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preloader .lds-ripple div {
    position: absolute;
    border: 4px solid #fe5a0e;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
.top-header-style-1 {
    padding: 10px 0;
    background-color: #071633;
    color: #fff;
    font-size: 14px;
}
@media (max-width:991.98px) {
  
    .top-header-style-1 {
      font-size: 11px;
    }
   
  
   }
.top-header-style-1 .container{

display: flex;
justify-content: center;
}

.dripli-nav-style-1 .main-nav {
    position: unset;
    background-color: #F9F9F9;
    border: 1px solid #DCDADA;
}
.dripli-nav-style-1 .main-nav .navbar {
    padding: 0;
}
.dripli-nav-style-1 .main-nav .navbar-brand img{
    width: 100px;

}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item a {
    font-weight: 400;
    margin-right: 12px;
    margin-left: 12px;
    text-transform: capitalize;
    color: #333333;
    font-weight: 500;
    font-size: 14px;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    border-radius: 0;
    /* background-color: #fff; */
    background: rgb;
    background: rgba(231,233,231,0.285);
    border: none;
    padding: 15px 0;
    backdrop-filter: blur(10px);
    border-radius: 10px;
   
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 6px 15px;
    margin: 0;
    color: #404040;
    font-weight: 500;
    text-align: right;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0057FF;
    border-radius: 50%;
    right: 0;
    margin: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item a:hover {
    color: #0057FF;
    position: relative;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 5px;
    height: 5px;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item a:focus {
    color: #0057FF;
    position: relative;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item a:focus::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fe5a0e;
    border-radius: 50%;
    right: 0;
    margin: auto;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item a.active {
    color: #0057FF;
    position: relative;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item a.active::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #0057FF;
    border-radius: 50%;
    right: 0;
    margin: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #0057FF;
    position: relative;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
    display: none;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #0057FF;
    position: relative;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    display: none;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #404040;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #ef394e;
}
.dripli-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #ef394e !important;
}
.dripli-nav-style-1 .others-option .language-list {
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 6px;
    margin-right: 10px;
}
.dripli-nav-style-1 .others-option .language-list .nice-select {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
}
.dripli-nav-style-1 .others-option .language-list .nice-select .list {
    background-color: #030749;
    border-radius: 0;
}
.dripli-nav-style-1 .others-option .language-list .nice-select .option:hover {
    background-color: #ef394e;
}
.dripli-nav-style-1 .others-option .language-list .nice-select .option {
    font-size: 14px;
}
.dripli-nav-style-1 .others-option .language-list .nice-select .option.focus {
    background-color: #ef394e;
}
.dripli-nav-style-1 .others-option .language-list .nice-select .option.selected.focus {
    background-color: #ef394e;
}
.dripli-nav-style-1 .others-option .language-list .nice-select::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 8px;
    margin-top: -7px;
    width: 8px;
    right: 16px;
}
.dripli-nav-style-1 .others-option .cart-icon {
    display: inline-block;
    position: relative;
    top: -3px;
    color: #0057ff;
    font-size: 13px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #ffffff;
    padding: 12px 10px;
    border-radius: 18px;
    width: 140px;
    text-align: center;
    box-shadow: 0 2px 11px 0 rgb(144 176 238 / 60%);
    
}
.dripli-nav-style-1 .others-option .cart-icon {
    display: inline-block;
    position: relative;
    top: -3px;
    color: #0057ff;
    font-size: 13px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #ffffff;
    padding: 12px 10px;
    border-radius: 18px;
    width: 130px;
    text-align: center;
    box-shadow: 0 2px 11px 0 rgb(144 176 238 / 60%);
    left: 12px;
    
}

@media (max-width:991.98px) {
  
    .dripli-nav-style-1 .others-option .cart-icon {
        padding: 5px 3px;
        font-size: 10px;
        width: 30px;
        border-radius: 8px;
        padding: 8px 5px;
      
      
    }
   
  
   }

.dripli-nav-style-1 .others-option .cart-icon:hover {
    scale:1.1 ;
    transition: all 0.5s;
}


.dripli-nav-style-1 .others-option .cart-icon p {

    font-size: 13px;
    display: inline-block;

    
}
@media (max-width:991.98px) {
  
    .dripli-nav-style-1 .others-option .cart-icon p{
 display: none;
      
      
    }
   
  
   }
.dripli-nav-style-1 .others-option .cart-icon span {
    position: absolute;
    top: 10px;
    right: 24px;
    background-color:#EF394E;
    width: 14px;
    height: 14px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}
@media (max-width:991.98px) {
  
    .dripli-nav-style-1 .others-option .cart-icon span  {
      
        font-size: 9px;
        right: 6px;
        top: 1px;
        width: 11px;
        height: 11px;
        line-height: 14px;
      
    }
   
  
   }




   .dripli-nav-style-1 .others-option .login-icon {
    display: inline-block;
    position: relative;
    top: -3px;
    color: #0057ff;
    font-size: 13px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #0057ff;
    padding: 12px 10px;
    border-radius: 18px;
    width: 140px;
    text-align: center;
    box-shadow: 0 2px 11px 0 rgb(144 176 238 / 60%);
    
}
.dripli-nav-style-1 .others-option .login-icon {
    display: inline-block;
    position: relative;
    top: -3px;
    color: #ffffff;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #0057ff;
    padding: 12px 10px;
    border-radius: 18px;
    width: 130px;
    text-align: center;
    box-shadow: 0 2px 11px 0 rgb(144 176 238 / 60%);

    
}

@media (max-width:991.98px) {
  
    .dripli-nav-style-1 .others-option .login-icon {
        padding: 5px 3px;
        font-size: 10px;
        width: 30px;
        border-radius: 8px;
        padding: 8px 5px;
  
      
    }
   
  
   }
   
   .dripli-nav-style-1 .others-option .login-icon  img{
    width: 19.38px;
    height: 14.56px;
    
}

   .dripli-nav-style-1 .others-option .login-icon:hover {
    scale:1.1 ;
    transition: all 0.5s;
}


.dripli-nav-style-1 .others-option .login-icon p {

    font-size: 13px;
    display: inline-block;

    
}
@media (max-width:991.98px) {
  
    .dripli-nav-style-1 .others-option .login-icon p{
 display: none;
      
      
    }
   
  
   }
.dripli-nav-style-1 .others-option .login-icon span {
    position: absolute;
    top: 10px;
    right: 27px;
    background-color:#EF394E;
    width: 14px;
    height: 14px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}
@media (max-width:991.98px) {
  
    .dripli-nav-style-1 .others-option .login-icon span  {
      
        font-size: 9px;
        right: 6px;
        top: 1px;
        width: 11px;
        height: 11px;
        line-height: 14px;
      
    }
   
  
   }















.dripli-nav-style-1.dripli-nav-style-2 {
    max-width: 100%;
    margin: auto;
    background-color: #030749;
    position: relative;
}
.dripli-nav-style-1.dripli-nav-style-2::before {
    content: "";
    position: absolute;
    left: -600px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #030749;
}
.dripli-nav-style-1.dripli-nav-style-2.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-animation: 1.5s ease-in-out 0s normal none 1 running heartBeat;
    animation: 1.5s ease-in-out 0s normal none 1 running heartBeat;
    -webkit-transition: all 1s;
    transition: all 1s;
    max-width: 100%;
    margin-top: 0;
    margin: auto;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: -2px;
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    font-size: 14px;
    padding-right: 3px;
}
.dripli-slider-area .owl-dots {
    margin: 0 !important;
    position: absolute;
    top: 58%;
    right: 50px;
    display: -ms-grid;
    display: grid;
}
.dripli-slider-area .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: 0 0 !important;
    border: 1px solid #fe5a0e;
    border-radius: 50% !important;
}
.dripli-slider-area .owl-dots .owl-dot:hover span {
    border-color: #fff;
}
.dripli-slider-area .owl-dots .owl-dot:hover span::before {
    background-color: #fff;
}
.dripli-slider-area .owl-dots .owl-dot.active span {
    border-color: #fe5a0e;
    position: relative;
}
.dripli-slider-area .owl-dots .owl-dot.active span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fe5a0e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    margin: 3px;
}
.dripli-slider-area .owl-theme .owl-nav {
    margin-top: 0 !important;
}
.dripli-slider-area .owl-theme .owl-nav .owl-prev {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 30px;
}
.dripli-slider-area .owl-theme .owl-nav .owl-prev i {
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.dripli-slider-area .owl-theme .owl-nav .owl-next {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 30px;
}
.dripli-slider-area .owl-theme .owl-nav .owl-next i {
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.dripli-slider-area .owl-theme .owl-nav [class*="owl-"]:hover {
    background: 0 0 !important;
    color: #fff;
    text-decoration: none;
}
.dripli-slider-area:hover .owl-theme .owl-nav .owl-prev i {
    color: #fe5a0e;
}
.dripli-slider-area:hover .owl-theme .owl-nav .owl-next i {
    color: #fe5a0e;
}
.dripli-slider-item {
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dripli-slider-item .dripli-slider-text {
    text-align: center;
    max-width: 950px;
    margin: 130px auto 0;
}
.dripli-slider-item .dripli-slider-text span {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-family: rubik, sans-serif;
}
.dripli-slider-item .dripli-slider-text h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 65px;
}
.dripli-slider-item .dripli-slider-text p {
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
}
.dripli-slider-item .dripli-slider-text .sl-btn {
    margin-left: 30px;
    background-color: #fff;
    color: #fe5a0e;
}
.dripli-slider-item .dripli-slider-text.dripli-slider-text-2 {
    text-align: left;
    margin-left: 0;
    max-width: 900px;
}
.dripli-slider-item .video-wrap {
    position: relative;
}
.dripli-slider-item .video-wrap .video-btn-wrap {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.others-option{
   
     margin-right: 639px;
}

.box1{
   
    background-image:linear-gradient(to top,#FFFFFF,#99d1fd);
    margin-top: 100px;

    padding-top: 80px;
}
@media (max-width:768px) {
    .box1 p{
        font-size: 14px;
       
        
    } 
}
.box1  ul li i{ 
   color: #0057ff;

}
.box1  .default-btn{ 
   margin-top: 10px;
   float: left;
   padding: 18px 20px;
 
 }
 .box1  .default-btn img{ 
   padding-right: 5px;
       width: 23px;
    height: 13px;
  
  }
.our-service-area{
    padding-bottom: 30px;
}

  .single-services{
      background-color: #F2F7FC;
      border-radius: 45px;
      margin-bottom: 30px;
     
      box-shadow: 0 2px 6px 2px rgb(172 191 229 / 40%);
      
      padding: 20px;

  }
  .single-services a p{
      color: #333333;
  }
.inbox{
    background-color: #F2F7FC;
    border-radius: 45px;
    padding: 30px 20px;
    box-shadow: 0 2px 6px 2px rgb(172 191 229 / 40%);
    


  }
  .mobile-inbox .inbox {
    background-color: #F2F7FC;
    border-radius: 60px;
    padding: 30px 15px;
    box-shadow: 0 2px 6px 2px rgb(172 191 229 / 40%);
    padding-top: 0;
  }
  @media (max-width:991.98px) {
    .inbox  h2{
text-align: center;
        
    } 
}
  @media (max-width:991.98px) {
    .mobile-inbox .inbox {
        background-color:none;
 
        box-shadow: none;
        
    } 
}
  .inbox img{
    display:block; 
    margin:0px auto 0px auto;
   width: 450px;
    /* height: 500px; */
    border-radius: 35px;
   


  } 

   
  @media (max-width:991.98px) {
    .inbox img{
        display: block;
        margin: 0px auto 0px auto;
        width: 500px;
        /* height: 500px; */
        border-radius: 35px;
        
    } 
   
  
   }
  .inbox p{
    font-size: 28px;
    font-weight: 800;
    padding-top: 20px;

  }
  .inbox ul li{
   font-size: 14px;
   color: #333333;
   padding-top: 20px;
    
      }
      @media (max-width:768px) {
        .inbox ul li{
            font-size: 14px;
            margin:auto;
            
        } 
    }
  .inbox span{
  color: #0057FF;
  font-size: 13px;
  
    }
    @media (max-width:991.98px) {
        .inbox span{
            font-size: 11px;
            
        } 
    }
  @media (max-width:768px) {
    .inbox p{
        font-size: 12px;
        
    } 
}
.our-service-area .section-title h2 {
color: #071633;

}
.our-service-area .section-title p {
    color: #071633;
   
    
    }
    .inbox ul{
    display: flex;
    justify-content: space-between;
    flex-grow: 2;
    margin-left: 5px;
    direction: rtl;
  
      
        }

        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .inbox ul{
            display: block;

            }
        }

 .sub{
     margin: auto;
     display: flex;
     justify-content: center;
     margin-top: 15px;
 } 
 .date ul li i{
     color: #333333;
     font-size: 15px;
     padding-left: 2px;
 }
 .inoxx a .inbox:hover{
     scale:1.02 ;
     box-shadow: 0 2px 6px 2px rgb(172 191 229 / 33%);
     transition: .4s ease-in-out;
    }
    .owl-carousel {
        direction: ltr;
        text-align: center;
        padding-bottom: 100px;
    }
    @media (max-width:991.98px) {
        .owl-carousel {
           
            padding-bottom: 20px;
            
        } 
    }


/* start  style images header */

#circle-font{
    position: relative;
    top: 65px;
    left: -140px;
    width: 410px;
}  
#circle-back{
    position: relative;
    top: 0px;
    left: 20px;
    width: 536px; 
} 
#coin{
    position: relative;
    top: 30px;
    left: 30px;width: 485px;
    height: 532px;
}

#logo3d{
    position: relative;
    top: 115px;
    left: 140px;width: 300px;   
}
#eleman{
    position: relative;
    top: -5px;
    width: 600px; height: 333;
}
/* start  style images header */ 


.aboutus{
    margin-top: 50px;
    padding-bottom: 30px;
}
@media (max-width:991.98px) {
    .aboutus{
        margin-top: 80px;
      
        
    } 
}
.aboutimg{
    background-color: #F2F7FC;
    border-radius: 45px;

    box-shadow: 0 2px 6px 2px rgb(172 191 229 / 40%);
    padding: 15px;
    margin-left: 15px;


  
}
.aboutimg img{
    /*height:569px;*/
    width: 576px;

  
}
.aboutimg img:hover{
    scale:1.01 ;
    transition: all 0.5s;
        filter: blur(1px);

  
}

.aboutus .high-quality-service h2{
    color: #071633;
    font-weight: 700;
   padding-top: 0;
   padding-bottom:2px;

}
@media (max-width:991.98px) {
    .aboutus .high-quality-service h2{
        margin-top: 50px;
        font-size: 28px;
        text-align: center;
        
    } 
}
.aboutus .high-quality-service span{
    color: #424866;
    font-weight: 600;
    font-size: 18px;
   padding-top: 0;

    letter-spacing: 1px;
    
}
@media (max-width:991.98px) {
    .aboutus .high-quality-service span{
       
        font-size: 20px;
        display: flex;
        justify-content: center;
        
    } 
}
.aboutus .high-quality-service p{
margin-top: 20px;
padding-left: 5px;
padding-right: 5px;
font-size: 14px;
}
@media (max-width:991.98px) {
    .aboutus .high-quality-service p{
        font-size: 13px;
        
    } 
}
.aboutus .default-btn {
    margin-top: 20px;
    float: left;
    padding: 18px 20px;
}
.aboutus .high-quality-service ul li i{
    color: #0057ff;
    }
    .aboutus .high-quality-service ul li {
        
        padding-right: 5px;
        }


        .footer-top-area {
            background-color: #071633;
            padding-bottom: 40px;
            padding-top: 50px;
            margin-top: 20px;
        }
        .single-widget {
            margin-bottom: 30px;
        }
        .single-widget img {
            margin-bottom:12px;
                width: 120px;
                height: 100px;
        }
        .single-widget h3 {
            color: #fff;
            margin-bottom: 20px;
        }
        .single-widget p {
            color: #e5e5e5;
            margin-bottom: 26px;
        }
        .single-widget ul li {
            margin-bottom: 16px;
            line-height: 1;
        }
        .single-widget ul li span {
            color: #ef394e;
            font-size: 15px;
            display: block;
            margin-bottom: 14px;
        }
        .single-widget ul li a {
            color: #e5e5e5;
            position: relative;
            font-size: 13px;
        }
        .single-widget ul li a::before {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            background-color: #ef394e;
            width: 100%;
            height: 1px;
            margin: auto;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        .single-widget ul li a i {
            margin-right: 5px;
        }
        .single-widget p{
           font-size: 13px;
        }
        .single-widget ul li:last-child {
            margin-bottom: 0;
        }
        .single-widget ul li:hover a {
            color: #ef394e;
        }
        .single-widget ul li:hover a::before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        .single-widget.single-widget-1 {
            padding-right: 50px;
        }
        @media (max-width:991.98px) {
  
            .single-widget.single-widget-1  {
              
                padding-right: 5px;
            }
           
          
           }
           .single-widget.single-widget-1 a i{
            color: #0057ff;
            margin-left: 8px;
            padding-bottom: 10px;
        }
        .single-widget.single-widget-2 {
            padding-right: 50px;
        }
        @media (max-width:991.98px) {
            .single-widget.single-widget-2  {
              
                padding-right: 5px;
            }
           
          
           }
        .single-widget.single-widget-3 {
            float: right;
        }
        .single-widget .newsletter-form {
            position: relative;
        }
        .single-widget .newsletter-form .form-control {
            color: #fff;
        }
        .single-widget .newsletter-form .form-control::-webkit-input-placeholder {
            color: #eee;
        }
        .single-widget .newsletter-form .form-control:-ms-input-placeholder {
            color: #eee;
        }
        .single-widget .newsletter-form .form-control::-ms-input-placeholder {
            color: #eee;
        }
        .single-widget .newsletter-form .form-control::placeholder {
            color: #eee;
        }
        .single-widget .newsletter-form .default-btn {
            position: absolute;
            top: 0;
            right: 0;
            height: 50px;
            padding: 10px 15px;
        }
        .single-widget .newsletter-form .default-btn:hover {
            background-color: #fff;
            color: #424866;
        }
        .single-widget .newsletter-form .default-btn:hover::before {
            background-color: #fff;
            color: #424866;
        }
        .single-widget #validator-newsletter {
            color: #ef394e;
            margin-top: 15px;
        }
        .footer-bottom-area {
            background-color: #FFFFFF;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .single-widgets .terms {
            margin-top: 5px;
        }
        .single-widgets .terms li {
            display: inline-block;
            color: #8290e4;
            padding-right: 15px;
        }
        .single-widgets .terms li:last-child {
            padding-right: 0;
        }
        .single-widgets .terms li:first-child a::before {
            display: none;
        }
        .single-widgets .terms li a {
            color: #ef394e;
            position: relative;
        }
        .single-widgets .terms li a::before {
            content: "";
            position: absolute;
            top: 12px;
            left: -12px;
            background-color: #ef394e;
            width: 5px;
            height: 2px;
        }
        .single-widgets p {
            text-align: center;
            color: #8290e4;
            margin-top: 5px;
            font-size: 13px;
            display: flex;
    justify-content: start;
        }
        .single-widgets .social-icon {
            display: flex;
            justify-content: end;
        }
        .single-widgets .social-icon li {
            display: inline-block;
            padding-left: 5px;
        }
        .single-widgets .social-icon li:first-child {
            
        }
        .single-widgets .social-icon li a i {
            width: 30px;
            height: 30px;
            line-height: 30px;
            background-color:#0057FF;
            text-align: center;
            border-radius: 50%;
            color: #ffffff;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }
        .single-widgets .social-icon li:hover a i {
            color: #fff;
            background-color: #ef394e;
            -webkit-animation: heartBeat 1000ms infinite linear;
            animation: heartBeat 1000ms infinite linear;
        }    


        .single-blog {
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            margin-bottom: 30px;
            padding: 10px;
            
        
            background-color: #F2F7FC;
            border-radius: 45px;
            box-shadow: 0 2px 6px 2px rgb(172 191 229 / 40%);
           
            margin-left: 15px;
            margin-right: 15px;
        }
        .single-blog .blog-content {
            padding: 10px;
        
            margin-left: 5px;
            margin-right: 5px;
            margin-top: -30px;
            position: relative;
           
            transition: all 0.5s;
            z-index: 1;
            margin-top: 10px;

            
        }
        .text-blog{
            text-align: right;
            direction: rtl;
        }
        .single-blog .blog-content ul {
            margin-bottom: 12px;
            line-height: 1;
        }
        .single-blog .blog-content ul li {
            display: inline-block;
            color: #727272;
            font-size: 15px;
        }
        .single-blog .blog-content ul li a {
            color: #05125e;
            font-size: 14px;
        }
        .single-blog .blog-content h3 {
            line-height: 1.4;
    
            padding-top: 5px;
            font-size: 18px;
        }
        .single-blog .blog-content h3 a {
              color: #0057ff;
    font-size: 18px;
    font-weight: bold;
        }
        .single-blog .blog-content p {
    font-size: 13px;
    color: #333333;
    text-align: right;
    direction: rtl;
        }
        /* .single-blog .blog-content::after {
            position: absolute;
            bottom: 8px;
            right: 8px;
            width: 0;
            height: 0;
            content: "";
            border-top: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #dfdfdf;
            font-size: 20px;
            z-index: -1;
            -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
        } */
        .single-blog .blog-img {
            position: none;
        }
   
        .single-blog:hover .blog-content {
  
        }
        .single-blog:hover .blog-content h3 a {
            color: #fe5a0e;
        }
        .single-blog:hover .blog-content .read-more {
            color: #fe5a0e;
        }
        .single-blog .blog-content ul{
            display: flex;
            justify-content: space-between;
            flex-grow: 2;
            margin-left: 5px;
            direction: rtl;
        }
        .single-blog .blog-content .time-number{
        font-size: 13px;
        }
        .single-blog .blog-content .date ul li  {
            color: #4081FE;
            font-size: 15px;
            padding-left: 2px;
        }

        .single-blog .blog-content .date ul li i {
            color: #333333;
            font-size: 15px;
            padding-left: 2px;
        }





        .blog-area .single-blog:hover{
            scale:1.02 ;
            box-shadow: 0 2px 6px 2px rgb(172 191 229 / 33%);
            transition: .4s ease-in-out;
           }

 .cstumeR{
     background-color: #F9FBFD;
     border: 1px solid #ebebf2 ;
     border-radius: 20px;
     padding: 15px;
     margin: 15px;
 } 
 .cstumeR .boxximg{
   
    width: 140px;
    height: 140px;
    margin: auto;
    border-radius: 50%;
    /*background-image: url(../img/review/2-01.webp);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
   
   

}          
.cstumeR h4{
    font-size: 20px;
    color: #030749;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}   
.cstumeR span{
    font-size: 13px;
    color: #0057FF;
    margin-top: -20px;
    
} 
.cstumeR p{
    font-size: 13px;
    color: #071633;
    padding-top: 10px;
   
    
}   
.cstumeR .star{
    font-size: 14px;
    color: #0057FF;
    padding-bottom: 10px;
 
   
    
}    
.review a:hover{
    scale:1.02 ;
    transition: .4s ease;
}
.signup {

   margin-top: 20px;
   margin-bottom: 50px;
}

.signup .signupform{
    background-color: #F2F7FC;
    border-radius: 45px;
    box-shadow: 0 2px 6px 2px rgb(172 191 229 / 40%);
   margin: auto;
   width: 1000px;
   padding-bottom: 10px;
}
.signupmobile{
    margin: 10px 10px 50px 15px;

}
.signupmobile .signupform{
    background-color: #F2F7FC;
    border-radius: 45px;
    box-shadow: 0 2px 6px 2px rgb(172 191 229 / 40%);
   margin: auto;
   width: 100%;
}
.signupmobile .signupform .contact-form-action .account-desc {
    margin-top: -8px;
    font-weight: 500;
   padding-bottom: 30px;
}
.signupmobile  .titleform h2{
    padding-top: 20px;
}
.signupmobile  .titleform p{
 
    margin-bottom: 15px;
}
.signupmobile  .imgtop{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.signupmobile img{
    /*width: 180px;*/
    /*transform: rotate(10deg);*/
    margin-bottom: 10px;}
.signup .signupform .imagebox{
width: 489px;

}

.sign-up-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.sign-up-area .contact-form-action {


}
.sign-up-area .contact-form-action .form-heading {
    margin-bottom: 33px;
}
.sign-up-area .contact-form-action .form-heading .form-title {
    font-size: 38px;
    color: #233d63;
    font-weight: 600;
    margin-bottom: 10px;
}
.sign-up-area .contact-form-action .form-heading .form-desc {
    font-size: 18px;
    color: #677286;
    font-weight: 500;
}
.sign-up-area .contact-form-action .form-heading .reset-desc {
    line-height: 30px;
    margin-top: 15px;
}
.sign-up-area .contact-form-action .form-heading .reset-desc a {
    color: #0057ff;
}
.sign-up-area .contact-form-action .form-heading .reset-desc {
    font-size: 16px;
}
.sign-up-area .contact-form-action .form-heading .reset-desc a {
    font-weight: 600;
}
.sign-up-area .contact-form-action form .submit-btn {
    margin-top: 24px;
}
.sign-up-area .contact-form-action form .default-btn {
    cursor: pointer;
    margin-bottom: 30px;
    padding: 16px 20px;
    border-radius: 15px;
}
.sign-up-area .contact-form-action form .default-btn::before {

    border-radius: 45px;
}
.sign-up-area .contact-form-action form .default-btn i {
    margin-right: 5px;
}

.sign-up-area .contact-form-action form .reset-btn {
    margin-top: 0;
}
.sign-up-area .contact-form-action form .form-condition {
    margin-bottom: 20px;
}
.sign-up-area .contact-form-action form .form-condition .agree-label {
    font-weight: 600;
}
.sign-up-area .contact-form-action form .form-condition .agree-label a {
    color: #0057ff;
}
.sign-up-area .contact-form-action form .form-group {
    margin-bottom: 30px;
}
.sign-up-area .contact-form-action .account-desc {
    margin-top: -8px;
    font-weight: 500;
}
.sign-up-area .contact-form-action .account-desc a {
    color: #0057ff;
    margin-left: 10px;
    font-weight: 600;
}
.sign-up-area .contact-form-action #chb1 {
    position: relative;
    top: 1px;
}
.sign-up-area .contact-form-action #chb2 {
    position: relative;
    top: 1px;
}
.sign-up-area .contact-form-action .forget {
    float: right;
    color: #0057ff;
    font-weight: 600;
}
.sign-up-area .contact-form-action .now-register {
    font-weight: 600;
    float: right;
}
.sign-up-area .contact-form-action .now-register a {
    color: #0057ff;
}
.sign-up-area .contact-form-action .now-log-in {
    color:#0057ff;
    font-weight: 600;
}
.sign-up-area .contact-form-action .now-log-in .font-q {
    font-weight: 600;
}
.sign-up-area:before {

}
.sign-up-area::after {

}
.form-control::after {

    content: "\f0d7";

}

.space{
    display: flex;
    justify-content: center;
}
.space button{
  width: 100%;
}

.account{
    display: flex;
    justify-content: center;
}
.titleform {
    text-align: center;

}
.titleform h2{
    text-align: center;
   padding-bottom: 10px;
}
.titleform p{
    text-align: center;
    margin-bottom: 30px;
}
.page-title-area {
    position: relative;
    z-index: 1;
    padding-top: 220px;
    padding-bottom: 20px;

    text-align: center;

}
.page-title-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
   
    opacity: 0.8;
}
.page-title-area .page-title-content h2 {
    margin-bottom: 0;
    color: #0d6efd;
    font-size: 45px;
    font-weight: 700;
}
.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}
.page-title-area .page-title-content ul li {
    display: inline-block;
    color: #0d6efd;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}
.page-title-area .page-title-content ul li i {
    font-size: 12px;
    margin: 0 10px;
}
.page-title-area .page-title-content ul li a {
    color: #333333;
}
.page-title-area .page-title-content ul li a:hover {
    color: #0d6efd;
}
.page-title-area .page-title-content ul li a i {
    font-size: 12px;
    margin: 0 10px;
}

.sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #343A40;
    position: fixed;
    height: 100%;
    overflow: auto;
    top: 0;
    }
    
    .sidebar a {
    display: block;
    color: rgb(255, 255, 255);
    padding: 16px 36px 16px 16px;
    text-decoration: none;
    }
    .sidebar a i {
            padding-left: 10px;
        }
    
    .sidebar a.active {
    background-color: #0057FF;
    color: white;
    }
    
    .sidebar a:hover:not(.active) {
    background-color: rgb(157, 157, 158);
    color: white;
    }
    
    div.content {
    margin-right: 200px;
    padding: 1px 16px;
    height: 1000px;
    
    }
    @media screen and (max-width: 991px) {
        div.content {
            margin-right: 0;
            font-size: 10px;
      
            
            }}
       
    div.content h1 {
  padding-bottom: 25px;
  padding-bottom: 25px;
  padding-top: 50px;
        
        }

        @media screen and (max-width: 991px) {
            div.content h1 {

                padding-bottom: 5px;
          
                margin-top: 30px;
                text-align: center;
                      
                      }}
    div.content .listsale h2{
      
  
        }
    .sidebar img {
     

        display: flex;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
 
        margin: auto;
        }
/*     
    @media screen and (max-width: 700px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }
    .sidebar a {float: right;}
    div.content {margin-right: 0;}
    }
    
    @media screen and (max-width: 400px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
    } */

    .cart-table table {
        margin-bottom: 0;
    }
    .cart-table table thead {
        text-align: center;
    }
    .cart-table table thead tr th {
        border-bottom-width: 0;
        vertical-align: middle;
        padding: 0 0 15px;
        text-transform: uppercase;
        border: none;
        font-weight: 700;
        font-size: 16px;
       
        
    padding-top: 15px;
        color:  #0057ff;
    }
    .cart-table table tbody tr td {
        vertical-align: middle;
        color: #666;
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        border-color: #eaedff;
        border-left: none;
        border-right: none;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .cart-table table tbody tr td.product-thumbnail img {
        width: 60px;
        height: 60px;
    }
    .cart-table table tbody tr td.product-thumbnail a {
        display: block;
    }
    .cart-table table tbody tr td.product-name a {
        color: #666;
        font-weight: 600;
        display: inline-block;
    }
    .cart-table table tbody tr td.product-name a:hover {
        color: #424866;
    }
    .cart-table table tbody tr td.product-price span {
        font-weight: 500;
    }
    .cart-table table tbody tr td.product-subtotal {
        overflow: hidden;
    }
    .cart-table table tbody tr td.product-subtotal .remove {
        color: #666;
        float: right;
        position: relative;
        top: 1px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .cart-table table tbody tr td.product-subtotal .remove i {
        font-size: 22px;
    }
    .cart-table table tbody tr td.product-subtotal .remove:hover {
        color: red;
    }
    .cart-table table tbody tr td.product-subtotal span {
        font-weight: 500;
    }
    .cart-table table tbody tr td.product-quantity .input-counter {
        max-width: 130px;
        min-width: 130px;
        text-align: center;
        display: inline-block;
        position: relative;
    }
    .cart-table table tbody tr td.product-quantity .input-counter span {
        position: absolute;
        top: 0;
        background-color: transparent;
        cursor: pointer;
        color: #d0d0d0;
        width: 40px;
        height: 100%;
        line-height: 48px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .cart-table table tbody tr td.product-quantity .input-counter span:hover {
        color: #424866;
    }
    .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
        left: 0;
    }
    .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
        right: 0;
    }
    .cart-table table tbody tr td.product-quantity .input-counter input {
        height: 45px;
        color: #424866;
        outline: 0;
        display: block;
        border: none;
        background-color: #f8f8f8;
        text-align: center;
        width: 100%;
        font-size: 17px;
        font-weight: 600;
    }
    .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
        color: #424866;
    }
    .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
        color: #424866;
    }
    .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
        color: #424866;
    }
    .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
        color: #424866;
    }
    .cart-buttons {
        margin-top: 30px;
    }
    .cart-totals {
        padding: 20px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        margin-bottom: 30px;
        padding: 30px;
        background-color: #eff8ff;
        border: 1px solid #ddd;
        border-radius: 20px;
        /* box-shadow: 0 2px 6px 2px rgb(172 191 229 / 40%); */
        margin-left: 15px;
        margin-right: 15px;
    
    }
    .cart-totals h3 {
        margin-bottom: 25px;
        font-weight: 700;
        padding-top: 20px;
    }
    .cart-totals ul {
        padding: 0;
        margin: 0 0 25px;
        list-style-type: none;
    }
    .cart-totals .default-btn {
        display: flex;
     
        justify-content: center;
    }
    .cart-totals ul li {
        border: 1px solid #eaedff;
        padding: 10px 15px;
        color: #242222;
        overflow: hidden;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
    }
    .cart-totals ul li:first-child {
        border-bottom: none;
    }
    .cart-totals ul li:last-child {
        border-top: none;
    }
    .cart-totals ul li span {
        float: right;
        color: #666;
        font-weight: 400;
    }
    .cart-area .nice-select {
        height: 50px;
        line-height: 49px;
        border-radius: 0;
        width: 100%;
        margin-bottom: 18px;
    }
    .cart-area .coupon-wrap {
        margin-top: 50px;
        background-color: #fff;
        padding: 40px;
        -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    }
    .cart-area .coupon-wrap h3 {
        padding-bottom: 25px;
    }
    .cart-area .coupon-wrap .form-group {
        margin-bottom: 18px;
    }
    .cart-area .text-right {
        text-align: right;
    }
    .cart-wraps {
   
        padding: 20px;
    
        -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 30px;
    padding: 30px;
    background-color: #F2F7FC;
    border-radius: 20px;
    box-shadow: 0 2px 6px 2px rgb(172 191 229 / 40%);
    margin-left: 15px;
    margin-right: 15px;
    }
    @media screen and (max-width: 991px) {
  .cart-wraps {
    margin-left: 0;
    margin-right: 0;

        }}
    tr{
        border-style: none;
    }
    .cart-wraps thead  {

background-color: #c9cdd5;

    
    }
    .cart-wraps tbody  tr {

    border-bottom: 1px solid #ccc;
        
            
            }

.cart-wraps .month {

     display: flex;
     margin-bottom: 30px;
                
}
.cart-wraps .month {
    display: flex;
    justify-content: space-between;

               
}
.cart-wraps .month h3 {
padding-top: 10px;
padding-bottom: 0;
color: #0057ff;

               
}
.cart-wraps .nice-select {
width: 200px;
               
}
select{
    border: 1px solid #0057FF;
    border-radius: 5px;
    padding: 5px;
    color: #0057ff;
    width: 155px;
    
}
select option {

}



 .responsive-menu {

   
            margin: 0;
            padding: 0;
            width: 200px;
            
            position: fixed;
            height: 100%;
            overflow: auto;
            top: 0;
            background-color: #343A40;

       
	}
    
.side i{
    padding: 10px;
    color: #fff;
    font-size: 24px;
}
	#responsive-menu-list {
		display:block;
        
	}

	.menu-item {
		display:inline-block;
		padding: 0px 15px;
		border-right: #E8C47D 1px solid;
	}
	.menu-item a {
		color:#FFF;text-decoration:none;
	}
		
	#menu-expand-collapse{
		display:none;cursor:pointer;
       
	}
    #responsive-menu-list img{
		width: 110px;
        margin: auto;
        display: flex;
        padding-top: 30px;
	}
    #responsive-menu-list a {
        display: block;
        color: #fff;
        margin-top: 10px;
    }
    #responsive-menu-list  .active{
        background-color: #0057FF;
        color: white;
    }

    #responsive-menu-list a i{
        font-size: 18px;
    }
    .side{
        background-color: #343A40;
        display: none;
        width: 100%;
        height: 100%;
    }
    	

    .verify{
        background-color: #e1e1e1 !important;
        display: flex;
        align-items: center;
        height: 120vh;
      
      }


      @media only screen and (min-width: 377px) and (max-width: 991px) {
        .verify{
    
            height: 110vh;
          }
    }


    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .verify{
    
            height: 120vh;
          }
    }
    @media only screen and (min-width: 1824px) {
        .verify{
    
            height: 120vh;
          }
    }
      
    @media (max-width:376px) {
        .verify{
     
            height: 135vh;
          }
      }
      .verify .card{
        border: none !important;
        display: flex;
        width: 400px;
        align-items: center;
        justify-content: center;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        border-radius: 15px;
      }
      
      .verify .card-header{
        color:#0057ff !important;
    background: #f2f7fc !important;
    text-align: center;
    width: 100%;
    border-radius: 15px 15px 0 0;
      }






      
      .verify .card-header > img{
        width: 250px;
      }
      
      .verify .input-container input {
        width: 40px;
        
        height: 40px;
        
        box-shadow: none !important;
        border: 1px solid #c4d3f0;
        border-radius: 5px;
      }

      .verify input select{
        border: 1px solid #3366FF !important;
      }
      
      .verify input:focus{
        box-shadow: none !important;
        border: 1px solid #3366FF !important;
        
      }

      
      
      .verify-btn{
        border-radius: 10px !important;
        border: 0px !important;
        width: 240px;
        background-color: #3366FF !important;
        box-shadow: 0 2px 11px 0 rgb(144 176 238 / 60%);
      }
    .verify-btn a{
        color: #fff;
    }
      .verify-btn:hover{
        scale:1.1 ;
        transition: all 0.5s;
      }
    .verify h5 {
   padding-top: 10px;
      }
      
      .timer
      {
          margin: auto;
          width: 100px;
      }
      .timer p 
      {
          display: inline;
          font-size: 20px;
      }


#timer{
  

    color: #0057ff;
 
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: none !important;
    border: none;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 8px;
    border-radius: 5px;
    background: #fff;
    
    text-align: center;
    
    margin-top: 10px;
   
}



.pop{
    margin-top: 100px;
}
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button2 {
    background-color: rgb(255, 255, 255);
    color: #0057ff;
    font-weight: 600;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    font-family: Vazir;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    width: 240px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 2px 11px 0 rgb(144 176 238 / 60%);
    font-family: Vazir;
  }
  
  /* The popup form - hidden by default */
  .page-popup{
 
    z-index: 9;
    width: 500px;
    display: flex;
    margin: auto;
    background-color: #F2F7FC;
    border-radius: 45px;
    box-shadow: 0 2px 6px 2px rgb(172 191 229 / 40%);
  
  
   
    z-index: 9;
  }
  @media (max-width:991.98px) {
    .page-popup {
       
     
      width: 370px;
        
    } 
  }
  /* Add styles to the form container */
  .page-popup .page-container {
    max-width: 400px;
    padding: 10px;
  
    margin: auto;
  }
  @media (max-width:991.98px) {
    .page-popup .page-container {
        max-width: 310px;
        padding: 10px;
      
        margin: auto;
      }
  }
  .page-popup .page-container img{
    width: 100px;
    display: flex;
    margin: auto;
  }
  .page-popup .page-container h1 {
padding-top: 0;
padding-bottom: 5px;
text-align: center;
  }
  .page-container .btn {
  
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }

  
  
  /* Add a red background color to the cancel button */
  .page-popup .page-container .cancel {
    font-size: 14px;
    color: #fff;
    /*background-color: #0057FF;*/
    padding: 15px 20px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 2px 11px 0 rgb(144 176 238 / 60%);
    font-family: Vazir;
   
  }
  
  /* Add some hover effects to buttons */
  .page-popup .page-container .btn:hover, .open-button:hover {
    opacity: 1;
  }
  
  .pagee table th , table td{
    text-align: center;

}

.pagee .table tr:nth-child(even){
    /*background-color: #d0ebff;*/
}

.pagee .pagination li:hover{
    cursor: pointer;
}

.pagee .table {
 direction: rtl;
}
.pagee .pagin{
    display: flex;
    justify-content: center;
}

.pagee h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 700;
}
.pagee tbody {
border: 1px solid #DCDADA;
}
.pagee .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.pagee  .form-group {
    margin-bottom: 15px;
  }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 999;
    color: #fff;
    cursor: default;
    background-color: #0057ff;
    border-color: #0057ff;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .glyphicon-menu-down:before {
    content: "\e259";
  }

  .dropdown {
    position: relative;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    /* background-color: #fff; */
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    /* background-color: #f5f5f5; */
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #777;
  }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .open > .dropdown-menu {
    display: block;
  }
  .open > a {
    outline: 0;
  }
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
  }
  .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }


  @media (max-width:991px) {
    .listsale h1{
        margin-top: 30px;
        text-align: center;
      }
  }

  .view{
      background-color: #ef394e;
      width: 500px;
      display: flex;
      margin: auto;
      margin-top: 50px;
  }

  .view  .imgview{
      width: 60px;
      opacity: 25%;
  }
  .view  .titleview{
    display: flex;
  justify-content: end;
}
.view  .titleview h4{
padding-top: 10px;
padding-bottom: 10px;
font-size: 20px;
}
.view  .titleview span 
{

    padding-bottom: 10px;
    font-size: 24px;
    padding-right: 10px;
    font-weight: 700;
    color: #fff;

    }
.dat{
    width: 100%;
}
.dat ul{
    display: flex;
    justify-content: space-between;
    flex-grow: 2;
    margin-left: 5px;
    direction: rtl;
}


.pop2 .center {
    top: 20%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.pop2 .popup {
	opacity: 0;
	top: -200%;
	z-index: 2;
	width: 450px;
	height: 400px;
	padding: 30px 20px;
    /* background: #dcefff; */
    backdrop-filter: blur(20px);
    border: 1px solid #99d1fd;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	transform: translate(-50%, -50%) scale(0.5);
	transition: opacity 300ms ease-in-out, top 1000ms ease-in-out,
		transform 1000ms ease-in-out;
}

.pop2 .popup {
	opacity: 0;
	top: -200%;
	z-index: 2;
	width: 350px;
	height: 300px;
	padding: 30px 20px;
    /* background: #dcefff; */
    backdrop-filter: blur(20px);
    border: 1px solid #99d1fd;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	transform: translate(-50%, -50%) scale(0.5);
	transition: opacity 300ms ease-in-out, top 1000ms ease-in-out,
		transform 1000ms ease-in-out;
}

.pop2 .popup.active {
	top: 40%;
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	transition: transform 300ms cubic-bezier(0.18, 0.89, 0.43, 1.19);
}

.pop2 .popup .icon {
	width: 50px;
	height: 50px;
	margin: 5px 0px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #0057ff;
}

.pop2 .popup .icon i.fa {
	color: #0057ff;
	font-size: 30px;
}
.pop2 .popup .title {
	margin: 5px 0px;
	font-size: 30px;
	font-weight: 600;
}
.pop2 .popup .description {
	color: #222;
	padding: 5px;
	font-size: 15px;
}
.pop2 .popup .dismiss-btn {
	margin-top: 5px;
}

.pop2 .popup .dismiss-btn button {
	outline: none;
	color: #e0d8de;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	background: #0057ff;
	padding: 5px 30px;
	border-radius: 10px;
	border: 2px solid #0057ff;
	transition: all 300ms ease-in-out;
    box-shadow: 0 2px 11px 0 rgb(144 176 238 / 60%);
}

.pop2 .popup .dismiss-btn button:hover {
    scale:1.1 ;
    transition: all 0.5s;
}

.pop2 .popup > div {
	top: 10px;
	opacity: 0;
	position: relative;
}

.pop2 .popup.active > div {
	top: 0px;
	opacity: 1;
}

.pop2 .popup.active .icon {
	transition: all 300ms ease-in-out 250ms;
}

.pop2 .popup.active .title {
	transition: all 300ms ease-in-out 300ms;
}

.pop2 .popup.active .description {
	transition: all 300ms ease-in-out 350ms;
}

.pop2 .popup.active .dismiss-btn {
	transition: all 300ms ease-in-out 400ms;
}

.playervideo .container{
    max-width: 1320px;
    margin-top: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap:20px;
    direction: ltr;
    margin-bottom: 50px;
 }
 @media(max-width:991px){
    .playervideo .container {
        max-width: 1320px;
        margin-top: 109px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 20px;
        direction: ltr;
        margin-bottom: 50px;
    }
 }
 
.playervideo .container .main-video-container {
    flex: 1 1 798px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    background-color: #fff;
    /* padding: 271px; */
    padding-bottom: 37.5%;
    position: relative;
    width: 100%;
}
.playervideo .container .main-video-container video {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;

}
 @media (max-width:991px){
 
     .playervideo .container .main-video-container{
       position: relative;
       padding-bottom: 56.25%;
       padding-top: 0px;
       height: 0;
       overflow: hidden;
  
     
    }
 }
 
 @media (max-width:991px){
 
   .playervideo video{
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background: #000;
    }
 }
 
 
 .playervideo .container .main-video-container .main-video{
    margin-bottom: 7px;
    border-radius: 5px;
    width: 100%;
 }
 
 .playervideo .container .main-video-container .main-vid-title{
    font-size: 20px;
    color:#444;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    direction: rtl;

 }
 
 .playervideo .container .video-list-container{
    flex:1 1 350px;
    height: 518px;
    overflow-y: scroll;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    background-color: #fff;
    padding:15px;
    direction: rtl;
 }
 
 .playervideo .container .video-list-container::-webkit-scrollbar{
    width: 10px;
 }
 
 .playervideo .container .video-list-container::-webkit-scrollbar-track{
    background-color: #fff;
    border-radius: 5px;
 }
 
 .playervideo .container .video-list-container::-webkit-scrollbar-thumb{
       background-color: #bec0c2;
    border-radius: 5px;

 }
 
 .playervideo .container .video-list-container .list{
    display: flex;
    align-items: center;
    gap:15px;
    padding:10px;
    background-color: #eee;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
 }
 
 .playervideo .container .video-list-container .list:last-child{
    margin-bottom: 0;
 }
 
 .playervideo .container .video-list-container .list.active{
    background-color: #071633;
 }
 
 .playervideo .container .video-list-container .list.active .list-title{
    color:#fff;
 }
 
 .playervideo .container .video-list-container .list .list-video{
    width: 100px;
    border-radius: 5px;
 }
 
 .playervideo .container .video-list-container .list .list-title{
    font-size: 14px;
    color:#444;
    padding-top: 0;

 }

 
 

 
 @media (max-width:450px){
 
    .playervideo .container .main-video-container .main-vid-title{
       font-size: 15px;
       text-align: center;
    }
 
   .playervideo .container .video-list-container .list{
       flex-flow: column;
       gap:10px;
    }
 
    .playervideo .container .video-list-container .list .list-video{
       width: 100%;
    }
 
    .playervideo .container .video-list-container .list .list-title{
       font-size: 15px;
       text-align: center;
    }
 
 }
 
 .playervideo .list a{

    width: 100%;
    display: flex;
    margin: auto;
    justify-content: start;
 }
 .playervideo .list .list-title{
padding-top: 12px;
 }
.section-title2 h2{
    text-align: center;
}
.section-title2 p{
   text-align: right;
  
   font-size: 16px;
}
@media(max-width:991px)
{
    .section-title2 p{
  
        padding: 10px 10px;
        font-size: 14px;
     } 
}
.description{
    margin: 50px 0;
}
.codex-editor__redactor{
    padding:50px !important;
  }
  .det{
 
    font-size: 16px;
    color: #0057FF;
    font-weight: bold;
    margin-bottom: -2px;
    }
.det i{
padding-left: 5px;
font-size: 18px;
color: #0057FF;
}
.titleform h2{
    padding-top: 30px !important;
    padding-bottom: 20px;
    font-size: 28px;

}
.edescription{
    color: #8f9093;
        font-size: 14px;
}
.det2{
 
    font-size: 16px;
    color: #8f9093;
    font-weight: normal;
    margin-bottom: -2px;
    }
.det2 i{
padding-left: 5px;
font-size: 18px;
color: #8f9093;
}
.edescription2{
    color: #0057FF;
    font-weight: bold;
    display: flex;
    justify-content: center;
    font-size: 18px;
}
/* .edescription2 span{
    font-size: 14px;
    padding: 0 15px;
    text-decoration-line: line-through;
    color: #8f9093;
    font-weight: normal;

} */


.searchbar .wrapper{

    margin-right: 120px;
  }
@media (max-width:991px){
.searchbar .wrapper{
margin-right: 0;
display: flex;
margin: auto;
justify-content: center;
width: 60%;
}
    }
  .searchbar .wrapper .search-input{
    /* background: #fff; */
    width: 100%;
    border-radius: 15px;
    position: relative;
  }
  
  .searchbar .search-input input{
    height: 50px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 15px;
    padding: 0 50px 0 20px;
    font-size: 16px;

    /* box-shadow: 0px 1px 5px rgb(0 0 0 / 10%); */
    border: 1px solid #ddd;
  }
  @media (max-width:991px){
    .searchbar .search-input input{
        height: 30px;
        width: 70%;
        outline: none;
        border: none;
        border-radius: 10px;
        padding: 0 40px 0 20px;
        font-size: 13px;
        /* box-shadow: 0px 1px 5px rgb(0 0 0 / 10%); */
        border: 1px solid #ddd;
      }
  }

  
  
  .searchbar .search-input.active input{
    border-radius: 5px 5px 0 0;
  }
  
  .searchbar .search-input .autocom-box{
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
  }
  
  .searchbar .search-input.active .autocom-box{
    /* padding: 10px 8px; */
    opacity: 1;
    pointer-events: auto;
  }
  
  .searchbar .autocom-box li{
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
  }
  
  .searchbar .search-input.active .autocom-box li{
    display: block;
  }
  .searchbar .autocom-box li:hover{
    background: #efefef;
  }
  
  .searchbar .search-input .icon{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #cbc6c6;
    cursor: pointer;
  }        

  @media (max-width:991px){
    .searchbar .search-input .icon{
        position: absolute;
        right: 5px;
        top: 0px;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 36px;
        font-size: 16px;
        color: #cbc6c6;
       
      }   

  }


@media(max-width:991px){
.searchbar {

position: absolute;
top: 9px;
left: 10px;
width: 80%;
}  
}      

.namedore{
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: right;
}


.call{
    padding:50px 10px;
    background-color: #F9F9F9;
    margin: 50px 0;
}

.call h2{

  padding-top: 10px;
  text-align: center;
}
.call .des3{
    text-align: center;
    padding-top: 10px;
  }

  @media (max-width:991px){
    .call .des3{
        text-align: right;
        padding-top: 10px;
      }}
.call .contact {
    margin: auto;
    display: flex;
    justify-content: center;
}
@media (max-width:991px){
    .call .contact {
        margin: auto;
        display: block;
        
    }}
.call .contact .B1{
    border-radius: 10px;
    border: 1px solid #0057FF;
    background-color: #fff;
    color: #0057FF  ;
    padding: 15px 30px;
    margin: 10PX 5px;
    font-weight: 600;
}
@media (max-width:991px){
    .call .contact .B1{
       
        display: block;
        /* margin: auto; */
        text-align: center;
}}
.call .contact .B1 i{
font-size: 20px;
padding-left: 3px;
}
.call .contact .B1:hover{
background-color: #0057FF;
color: #fff;
}

.call .contact .B2{
    border-radius: 10px;
        width: 250px;
        height: 183px;
 

    color: #0057FF  ;
    padding: 15px 30px;
    margin: 10PX 5px;
    font-weight: 600;
}
@media (max-width:991px){
    .call .contact .B2{
       
    margin: auto;
    text-align: center;
    width: 180px;
    height: auto;
    display: flex;
}}

.call .contact .B2 img{
/* width: 150px; */
}
@media (max-width:991px){
    .call .contact .B2 img{
        width: 170px;
        }}

.search2{
    display: flex;
    justify-content: center;
    padding: 10px;
    background: #f9f9f9;
}
.search2 #search{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 35px;
    padding: 0 5px;
    margin: 0 5px;

}
.searchicon2{
    height: 35px;
    width: 35px;
    border-radius: 5px;
    background-color: #e9e9e9;
}
.searchicon2 i{
color: #0057FF;
}

.intro{
        border-radius: 40px;
          
        padding: 10px 10px 0px 10px;
}
.mobile-inbox h2{
    text-align: center;
}
    
}

