
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.form-control {
    height: auto !important;

}


tr th {
    color: White !important;
    background-color: #1f386b !important;
    font-weight: 200 !important;
    font-size: 14px !important;
}

 select {
    padding: 1px !important;
}
    .module-logo-line {
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 15px;
}
.common-dashboard {
    padding: 40px;
    border: 1px dashed;
    height: 450px;
    border-radius: 20px;
    background-image: url(../../NewTheme2023/images/header-back.svg);
    box-shadow: rgba(31, 56, 107, 0.25) 0px 54px 55px, rgba(31, 56, 107, 0.12) 0px -12px 30px, rgba(31, 56, 107, 0.12) 0px 4px 6px, rgba(31, 56, 107, 0.17) 0px 12px 13px, rgba(31, 56, 107, 0.09) 0px -3px 5px;
}

/* profile-css */

.dropdown-toggle::after {

    border-top: 0.0em solid !important;

}



/*   * Dropdown menu css */ 
.dropdown-container {
  position: relative;
  max-width: 400px;
}
.dropdown-container .dropdown-toggle {
  color: #fff;
  font-size: 17px;
  padding:4px 9px;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  border-radius: 10px;

  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.dropdown-container .dropdown-toggle label {
  cursor: pointer;
  width: 100%;
}
.dropdown-container .dropdown-toggle:hover, .dropdown-container .dropdown-toggle:active, .dropdown-container .dropdown-toggle:focus {
  background-color: #0979ce;
  color: #ffffff;
}
.dropdown-container .dropdown-menu {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 110%;
  display: none;
  background-color: #ffffff;
  z-index: 10;
}
.dropdown-container .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}
.dropdown-container .dropdown-menu a {
  text-decoration: none;
  display: block;
  color: #000000;
  font-size: 15px;
  padding:0px 6px;

  transition: all ease-in-out 0.3s;
}
.dropdown-container .dropdown-menu a:hover, .dropdown-container .dropdown-menu a:active, .dropdown-container .dropdown-menu a:focus {
  color: #f8c702;
}

.dropdown-menu,
.dropdown-toggle {
  position: relative;
}
.dropdown-menu::before,
.dropdown-toggle::before {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 5px solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  margin-top: -2.5px;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.2s;
}

.dropdown-menu {
  z-index: 10;
  position: relative;
}
.dropdown-menu::before {
  z-index: -1;
  transform: rotate(-135deg);
      left: 139px;
    top: 0px;
  border-color: #ffffff;
  box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
}

.dropdown-open .dropdown-menu.dropdown-active {
  display: block;
}

.dropdown-container.dropdown-open .dropdown-toggle {
  background-color: #0979ce;
  color: #ffffff;
}
.dropdown-container.dropdown-open .dropdown-toggle:before {
  transform: rotate(-135deg);
}

.dropdown-bordered .dropdown-toggle {
  border: 2px solid #000000;
  border-radius: 10px;
}
.dropdown-bordered .dropdown-toggle:hover, .dropdown-bordered .dropdown-toggle:active, .dropdown-bordered .dropdown-toggle:focus {
  background-color: #0979ce;
  color: #ffffff;
  border-color: #ffffff;
}
.dropdown-bordered .dropdown-menu {
  border: 2px solid #000000;
  border-radius: 10px;
}
.dropdown-bordered .dropdown-menu::before {
  border-color: #000000;
}
.dropdown-bordered .dropdown-menu a {
  box-shadow: none;
  border-bottom: 2px solid #000000;
}
.dropdown-bordered .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.dropdown-gradient .dropdown-toggle,
.dropdown-gradient .dropdown-menu,
.dropdown-gradient a {
  background: #ff3131;
  background: -moz-linear-gradient(262deg, #ff3131 11%, #5400ff 100%);
  background: -webkit-linear-gradient(262deg, #ff3131 11%, #5400ff 100%);
  background: linear-gradient(262deg, #ff3131 11%, #5400ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3131",endColorstr="#5400ff",GradientType=1);
  color: #ffffff;
}
.dropdown-gradient .dropdown-toggle::before {
  color: #ffffff;
}
.dropdown-gradient .dropdown-menu a {
  background: none;
  box-shadow: none;
  color: #ffffff;
}
.dropdown-gradient .dropdown-menu a:hover, .dropdown-gradient .dropdown-menu a:active, .dropdown-gradient .dropdown-menu a:focus {
  background: #ff3131;
  background: -moz-linear-gradient(66deg, #ff3131 11%, #5400ff 100%);
  background: -webkit-linear-gradient(66deg, #ff3131 11%, #5400ff 100%);
  background: linear-gradient(66deg, #ff3131 11%, #5400ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3131",endColorstr="#5400ff",GradientType=1);
}
.dropdown-gradient .dropdown-menu::before {
  box-shadow: none;
  border-color: #ff3131;
}

.dropdown-solid .dropdown-toggle,
.dropdown-solid .dropdown-menu {
  background-color: #0979CE;
  color: #ffffff;
}
.dropdown-solid .dropdown-menu a {
  color: #ffffff;
}
.dropdown-solid .dropdown-menu a:hover, .dropdown-solid .dropdown-menu a:active, .dropdown-solid .dropdown-menu a:focus {
  background-color: #ffffff;
  color: #000000;
}
.dropdown-solid .dropdown-menu::before {
  border-color: #0979CE;
}


.line{line-height: 20px !important;}
.pie-chart-back.mudule-box img {
    width: 72px;

}


.pie-chart-back.mudule-box h5 {
    font-family: math;
    font-size: 18px;
    color: #000;
    padding-top: 5px;
}

.mudule-box {
    background-image: linear-gradient(181deg, #ffeb3b00 0%, rgb(15 50 87 / 20%) 179%) !important;
    transition: 0.3s All;
    min-height: 161px;
    margin-top: 10px;
    cursor: pointer;
    padding: 12px 5px !important;
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

    .mudule-box:hover{transform: scale(1.1);
    transition: 0.3s All;    box-shadow: 0px 4px 10px rgb(31 56 107 / 66%);}



a.Arial8 {
    color: #000;
}

.NoticePeriority.M h4 {
    width: 120px;
    font-size: 18px;
    clip-path: polygon(75% 0%, 90% 51%, 75% 100%, 0% 100%, 7% 49%, 0% 0%);
    background-color: #FF9800;
    color: #fff;
    padding: 6px 21px;
    border: 1px dashed;
}

.NoticePeriority.H h4 {
    width: 113px;
    font-size: 18px;
    clip-path: polygon(75% 0%, 90% 51%, 75% 100%, 0% 100%, 7% 49%, 0% 0%);
    background-color: #ff5900;
    color: #fff;
    padding: 5px 22px;
    border: 1px dashed;
}


.main-top a {
    border: 1px dashed #fff;
    margin-top: -31px;
    color: #fff !important;
    float: right;
    border-radius: 5px;
    background-color: #E91E63;
}


.main-top button {
    color: #fff;
    padding: 3px 20px;
    border-radius: 17px !important;
}


.NoticePeriority.L h4 {
    width: 113px;
    font-size: 18px;
    clip-path: polygon(75% 0%, 90% 51%, 75% 100%, 0% 100%, 7% 49%, 0% 0%);
    background-color: #94a418;
    color: #fff;
    padding: 5px 22px;
    border: 1px dashed;
}

div#divNotice h3 {
    font-size: 22px;
    padding-top: 10px;
    margin-bottom: 6px;
    color: #042d40;
    padding-bottom: 5px;
    border-bottom: 2px dashed #cbcbcb;
}

.main-top p {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    margin-bottom: 30px
}


div#Forms ul li {
    background-color: #fff;
    margin: 5px;
    text-indent: -2px;
    padding: 9px 14px;
    border-radius: 10px;
    border-left: 5px solid #304651;
    text-align: left;
}

    div#Forms ul li a {
        color: #000;
    }

div#Forms table {
    width: 100%;
}

.form-control:focus {
    border-color: #FF9800 !important;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}

.couter-wrapper.text-center.back-c.app-back {
    background-color: #ffffff;
    background-image: radial-gradient(circle at center center, #fdfdfd, #ffffff), repeating-radial-gradient(circle at center center, #fdfdfd, #fdfdfd, 10px, transparent 20px, transparent 10px);
    background-blend-mode: multiply;
    transition: 0.3s All;
}

.min-pop-h {
    min-height: 434px !important;
}

.app-head {
    background-color: rgb(255 255 255 / 79%);
    border-radius: 20px;
}

.couter-wrapper.text-center.back-c.app-back:hover {
    transform: scale(1.1);
    transition: 0.3s All;
}


div#dvCir ul li {
    background-color: #fff;
    margin: 10px;
    text-indent: -10px;
    padding: 5px 33px;
    border-radius: 10px;
    border-left: 5px solid #304651;
    text-align: left;
}

    div#dvCir ul li a {
        display: initial;
        color: #000 !important;
        text-indent: 8px;
        padding-right: 11px;
    }

div#divNews div {
    background-color: #fff;
    margin: 10px;
    text-align: left;
    border-left: 2px solid #607D8B;
    color: #000;
    border-radius: 5px;
}


div#divNews a {
    padding: 6px 0;
    color: #000;
    font-size: 16px !important;
}


div#divNotice .main-top {
    background-color: rgb(255 255 255 / 56%);
    margin: 10px;
    box-shadow: inset 1px 1px 20px #95dbe5;
    text-align: left;
    border: 3px dashed #fff;
    backdrop-filter: blur(2px);
    padding: 10px;
    border-radius: 10px;
}




div#divNotice h3 {
    font-size: 22px;
    padding-top: 10px;
    color: #0b1a6b;
}


div#Tenders ul li {
    background-color: #fff;
    margin: 5px;
    text-indent: -2px;
    padding: 5px 14px;
    border-radius: 10px;
    border-left: 5px solid #304651;
    text-align: left;
}

    div#Tenders ul li a {
        color: #000
    }


button.btn-close.text-dark {
    width: 100%;
    text-align: right;
}

table#ctl00_ContentPlaceHolder1_dlPhotos tr {
    display: flex;
    width: 270px;
    float: left;
}


div#Photos ul li {
    background-color: #fff;
    margin: 5px;
    text-indent: -2px;
    overflow: auto;
    height: 160px;
    padding: 5px 14px;
    border-radius: 10px;
    border-left: 5px solid #304651;
    text-align: left;
}

    div#Photos ul li a {
        color: #000
    }




/*---------------------
  top CSS
-----------------------*/

.slide-in-elliptic-top-fwd{-webkit-animation:slide-in-elliptic-top-fwd .7s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-elliptic-top-fwd .7s cubic-bezier(.25,.46,.45,.94) both}


@-webkit-keyframes slide-in-elliptic-top-fwd{0%{-webkit-transform:translateY(-600px) rotateX(-30deg) scale(0);transform:translateY(-600px) rotateX(-30deg) scale(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:0}100%{-webkit-transform:translateY(0) rotateX(0) scale(1);transform:translateY(0) rotateX(0) scale(1);-webkit-transform-origin:50% 1400px;transform-origin:50% 1400px;opacity:1}}@keyframes slide-in-elliptic-top-fwd{0%{-webkit-transform:translateY(-600px) rotateX(-30deg) scale(0);transform:translateY(-600px) rotateX(-30deg) scale(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:0}100%{-webkit-transform:translateY(0) rotateX(0) scale(1);transform:translateY(0) rotateX(0) scale(1);-webkit-transform-origin:50% 1400px;transform-origin:50% 1400px;opacity:1}}

.heartbeat{-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both}


@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}

.modal-dialog {
    margin-top: 125px;
    max-width: 909px;
}

li.nav-item a {
    font-size: 18px;
        color: #00eaff;
}

.top-menu-left p {
    color: #fff;
}

.topbar{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: -3px 0px 7px #0170ef;
    position: relative;
}

.top-menu { 
  float: right; position: relative; width: auto;margin-right: 0px;
   }
.top-menu ul li { 
  font-family: "Inter", sans-serif;position: relative; display: inline-block; color: #333; padding: 4px 5px; border-left: 1px solid  rgba(255, 255, 255, 0.1); 
}
.top-menu ul li a { 
  display: inline-block; color: #fff;padding: 3px;
   }
.top-menu li a:hover {
 color: #f8c702
  }
.top-menu ul li:last-child { 
  border-right: 1px solid  rgba(255, 255, 255, 0.1);
}

.top-menu ul li:first-child { 
  border-right: 0px solid  rgba(255, 255, 255, 0.1);
}

.top-menu-left { 
  float: left; position: relative; width: auto; margin-left: 7px;
}
.top-menu-left ul li { font-family: "Inter", sans-serif;position: relative; display: inline-block; color: #333; padding: 5px 5px; border-left: 1px solid  rgba(255, 255, 255, 0.1); 
}
.top-menu-left ul li a { 
  display: inline-block; color: #fff;padding: 5px; 
}
.top-menu-left li a:hover {
 color: #f8c702 
}
.top-menu-left ul li:last-child {
 border-right: 1px solid  rgba(255, 255, 255, 0.1);
}

.top-menu p {
    color: #fff;
}

div.header {
    background-color: #1f386b;
    background-image: url("../images/download.svg")
}


a.font-t {
    font-size: 18px;
}

.birthday {
    width: 12%;
    bottom: 30px;
}
.floating {
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 2px;
    margin-top: 5px;
}
@keyframes floating {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 15px);
    }
}
.announcements {
    width: 100%;
    padding: 21px 0 0;
    display: flex;
    margin: 10p;
    justify-content: flex-end;
}
.announcements a {
    word-spacing: 2px;
    display: block;
    border: 1px dashed #208106;
    color: #000;
    border-radius: 10px;
    padding: 10px 11px 10px 28px;
    font-size: 11pt;
    min-width: 128px;
    margin: 0 5px;
    text-align: left;
}
.announcement-button {
      bottom: -4px;
    right: 25px;
    width: 55px;
    border-radius: 50%;
}

.announcement-button,
.birthday {
    cursor: pointer;
    position: fixed;
    z-index: 1;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity 0.5s ease-out, visibility linear;
    visibility: visible;
    opacity: 1;
}


main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #114143;
    position: relative;
    border: 3px;
    padding: 34px;
    border-radius: 50%;
    right: 20px;
    bottom: 90px;
    flex-direction: column-reverse;
}
main::after {
    content: "";
    border-radius: 100px;
    padding: 40px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23ECDB0FFF' stroke-width='7' stroke-dasharray='50%25%2c 13%25' stroke-dashoffset='86' stroke-linecap='butt'/%3e%3c/svg%3e");
    position: absolute;
    background-color: transparent;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 8s ease-out infinite spinner-border;
}
main .notification {
    position: absolute;
    width: 2em;
    height: 2em;
    right: 41px;
}
main .notification svg {
    width: 5em;
    height: 5em;
}
main .notification svg > path {
    fill: #ffffff;
}
main .notification--bell {
    animation: 2.2s linear infinite bell;
    transform-origin: 50% 0%;
}
main .notification--bellClapper {
    animation: 2.2s linear 0.1s infinite bellClapper;
}
main .notification--num {
    position: absolute;
    top: -10%;
    left: 123%;
    font-size: 10pt;
    border-radius: 50%;
    width: 25px;
    font-weight: 700;
    height: 25px;
    background-color: #ff4c13;
    border: 4px solid #ff4c13;
    color: #fff;
    text-align: center;
    animation: 2.2s linear notification;
}
@keyframes bell {
    0%,
    100%,
    25%,
    75% {
        transform: rotate(0);
    }
    40% {
        transform: rotate(10deg);
    }
    45% {
        transform: rotate(-10deg);
    }
    55% {
        transform: rotate(8deg);
    }
    60% {
        transform: rotate(-8deg);
    }
}
@keyframes bellClapper {
    0%,
    100%,
    25%,
    75% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-0.15em);
    }
    45% {
        transform: translateX(0.15em);
    }
    55% {
        transform: translateX(-0.1em);
    }
    60% {
        transform: translateX(0.1em);
    }
}
@keyframes notification {
    0%,
    100%,
    25%,
    75% {
        opacity: 1;
    }
    30%,
    70% {
        opacity: 0;
    }
}


.bg-theme-colored {
    /* background-color: #1F386B !important; */
    background-color: #1F386B;
opacity: 1;
background-size: 10px 10px;
background-image: repeating-linear-gradient(45deg, #324a78 0, #324a78 1px, #1F386B 0, #1F386B 50%);

}
.bg-theme-colored-darker2 {
    /* background-color: #1c325f !important; */
    background-color: #1c325f;
opacity: 1;
background-size: 10px 10px;
background-image: repeating-linear-gradient(45deg, #324a78 0, #324a78 1px, #1c325f 0, #1c325f 50%);

}

.bg-theme-colored-darker3 {
   /*  background-color: #192e57 !important; */
   background-color: #192e57;
opacity: 1;
background-size: 10px 10px;
background-image: repeating-linear-gradient(45deg, #324a78 0, #324a78 1px, #192e57 0, #192e57 50%);

}

.bg-theme-colored-darker4 {
    /* background-color: #172a4f !important; */
    background-color: #172a4f;
opacity: 1;
background-size: 10px 10px;
background-image: repeating-linear-gradient(45deg, #324a78 0, #324a78 1px, #172a4f 0, #172a4f 50%);

}

.sm-height-auto{transition-duration: 0.3s;
    transition-property: transform;}
.sm-height-auto:hover {
    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;

}


.category-text h2 { font-family: "Inter", sans-serif;
	font-weight: 100;
}

.category-text p {
    font-family: "Inter", sans-serif;
    font-weight: 100;
    color: #fffa01;
    padding: 0px 50px 0px 53px;
}

a.main-btn li {
	font-family: "Inter", sans-serif;
}


div#patnar-logo {
    position: absolute;
    margin: 26px 160px;
        border-radius: 80px;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='60' height='60' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(47, 100%, 50%, 1)'/><path d='M0 40.438c3.235 0 6.096 1.79 6.992 4.48 1.035 3.104.483 6.002-1.586 8.209C3.476 55.194 2.53 57.605 2.527 60M0 19.562c3.22 0 5.766-1.241 7.008-4.828 1.034-3.103.417-5.793-1.653-8C3.337 4.716 2.495 2.313 2.527 0m54.946 0c-.001 2.395-.95 4.806-2.88 6.873-2.068 2.207-2.62 5.105-1.585 8.209.896 2.69 3.757 4.48 6.992 4.48m-30-9.125c-3.235 0-6.096 1.791-6.992 4.481-1.035 3.104-.483 6.002 1.586 8.209 1.93 2.067 2.877 4.478 2.879 6.873-.001 2.395-.95 4.806-2.88 6.873-2.068 2.207-2.62 5.105-1.585 8.209.896 2.69 3.757 4.48 6.992 4.48 3.22 0 5.766-1.241 7.008-4.828 1.034-3.103.417-5.793-1.653-8-2.018-2.018-2.86-4.421-2.828-6.734-.033-2.313.81-4.716 2.828-6.734 1.294-1.38 2.019-2.948 2.13-4.688.066-1.044-.09-2.15-.477-3.314-1.242-3.587-3.787-4.827-7.008-4.827zm30 30c-3.235 0-6.096 1.791-6.992 4.481-1.035 3.104-.483 6.002 1.586 8.209 1.93 2.067 2.877 4.478 2.879 6.873'  stroke-width='1' stroke='hsla(259, 0%, 100%, 0.19)' fill='none'/><path d='M59.985 32.527c-2.313-.033-4.716.81-6.735 2.828-1.379 1.294-2.947 2.019-4.687 2.13-1.044.066-2.15-.09-3.314-.477-3.587-1.242-4.827-3.787-4.827-7.008 0-3.235 1.791-6.096 4.48-6.992 1.165-.388 2.3-.553 3.38-.498 1.8.09 3.45.79 4.83 2.084 2.067 1.93 4.478 2.877 6.873 2.879M10.438 0c0 3.22 1.241 5.766 4.828 7.008 3.103 1.034 5.793.417 8-1.653 2.018-2.018 4.421-2.86 6.734-2.828 2.313-.033 4.716.81 6.734 2.828 1.38 1.294 2.948 2.019 4.688 2.13 1.044.066 2.15-.09 3.314-.477C48.323 5.766 49.563 3.22 49.563 0M0 32.527c2.313-.033 4.716.81 6.734 2.828 1.38 1.294 2.948 2.019 4.688 2.13 1.044.066 2.15-.09 3.314-.477 3.587-1.242 4.827-3.787 4.827-7.008 0-3.235-1.791-6.096-4.481-6.992-1.164-.388-2.298-.553-3.379-.498-1.8.09-3.45.79-4.83 2.084C4.806 26.524 2.395 27.47 0 27.473M49.563 60c0-3.235-1.791-6.096-4.481-6.992-3.104-1.035-6.002-.483-8.209 1.586-2.067 1.93-4.478 2.877-6.873 2.879-2.395-.001-4.806-.95-6.873-2.88-1.38-1.292-3.027-1.992-4.828-2.083a8.191 8.191 0 00-.82 0h0a9.62 9.62 0 00-2.561.498c-2.69.896-4.48 3.757-4.48 6.992'  stroke-width='1' stroke='hsla(259, 0%, 100%, 0.19)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}


.modal-content{background-image: url('../images/popup-back.jpg');background-repeat: no-repeat;
   background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: rgb(0 0 0 / 56%) 0px 22px 70px 4px;
    border-radius: 60px;
    text-align: center;
    min-height: 560px;
    border: 4px dotted#e2f4f6;}

/* --------------------icon-popup------------------ */
.scroll{height: 455px;
overflow: auto;}

.box1 img {
    width: 42px;
}

.box1 {
    padding: 10px;
    width: 135px;

    color: #000;
    font-size: 15px;
opacity: 0.8;
background-image: radial-gradient(circle at center center, #f9f5d5, #ffeb3b), repeating-radial-gradient(circle at center center, #f9f5d5, #f9f5d5, 10px, transparent 20px, transparent 10px);
background-blend-mode: multiply;
    border-radius: 10px;
    margin: 15px 4px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
     transition: all .3s;
}
button.close.bt {
    padding: 0px 40px;
    font-size: 30px;
}

.box1:hover {
    transition: all .3s;
    transform: scale(.9);
    transform: all;
}


.box.d-flex.flex-wrap {
    height: 410px;
    overflow: auto;
}

footer#footer-part {
   /* margin-top: 120px;*/
}


.border {


  background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
  background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
  padding: 10px;
  animation: border-dance 4s infinite linear;
}
@keyframes border-dance {
  0% {
    background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
}

a#open-button {
    background-color: #0b1447;
    color: #fff;
}



/* scrollbar css start */
::-webkit-scrollbar {
  width: 9px;
  height:9px
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    border: thin solid transparent;
    box-shadow: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d7d7d7;
    border: thin solid #c3bfbf73;
    border-radius: 46px;
}
/* only body scroll code */
.All-body-scroll::-webkit-scrollbar-thumb {
    background: #e2e2e2;
    border: thin solid #c3bfbf73;
    border-radius: 0px;
}
.All-body-scroll::-webkit-scrollbar-thumb {
    background: #ec6a60;
    border: thin solid #ec6a60;
}
.All-body-scroll::-webkit-scrollbar-track {
background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 10%) inset;
}


h5#exampleModalLabel {
    font-size: 22px;
    background-color: #ffeb3b;
    padding: 0px 57px;
    /* display: flex; */
    position: relative;
    border-radius: 20px;
    justify-content: center;
    align-items: flex-end;
    left: 38%;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}

.popup-box-title{
    padding-bottom: -10px;
    text-align: center;
    font-size: 22px;
    border-radius: 56px;
    width: 380px;
    border-bottom: 6px double#ffffff;
}


ul.noti li:before {
    content: '\f140';
    font-family: 'FontAwesome';
    padding: 0px 21px 0px 0px;
    position: absolute;
    left: -17px;
    color: #ff9800;
}
ul.noti li {
    border-bottom: 1p;
    padding: 9px;
    left: 20px;
    position: relative;
    border-bottom: 1px dashed#9bdfe8;
}


div#home ul {
    height: 384px;
    overflow: auto;
}

.singel-course ul {
    min-height: 209px;
    max-height: 209px;
    overflow: auto;
}

ul.d-flex.flex-wrap.h1 {
    height: 119px;
    overflow: auto;
}


a.js-menu-toggle.menu-toggle {
    color: #ffeb3b;
}
.blink {animation: blinker 0.9s linear infinite;}
@keyframes blinker {  50% {    opacity: 0;  }}

blink {animation: blinker 0.9s linear infinite;}
@keyframes blinker {  50% {    opacity: 0;  }}

.service-icon img {
    width: 40px;
}

.serviceBox{
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 10px 10px 0;
    position: relative;
    transition: all .3s;
}

.serviceBox:hover {
    transform: scale(1.1);
    transition: all .3s;
}


.serviceBox:before{
    content: "";
    background: #a0d0d7;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 15px;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%)
}
.serviceBox .service-icon{
   color: #fff;
    background: #F97F51;
    font-size: 40px;
    line-height: 51px;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    box-shadow: 7px 0 10px rgb(0 0 0 / 30%), 0 0 0 3px #fff, 5px 0 20px rgb(0 0 0 / 40%);
    border-radius: 10px;
    transform: rotate(360deg);
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBox .service-icon i{ transform: rotate(-45deg); }


.serviceBox .title{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.serviceBox .description{
    color: #9f9f9f;
    font-size: 15px;
    line-height: 23px;
}
.serviceBox.green .service-icon{ background: linear-gradient(#438F51,#93D16D); }
.serviceBox.green .title{ color: #438F51; }
.serviceBox.blue .service-icon{ background: linear-gradient(#3983A5,#4EDCE3); }
.serviceBox.blue .title{ color: #3983A5; }
.serviceBox.purple .service-icon{ background: linear-gradient(#9835C4,#E244E9); }
.serviceBox.purple .title{ color: #9835C4; }
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
}

.nice-select {
    font-size: 1.1rem;
    line-height: 35px;
}

.hamburger {
  position: absolute;
  left: 80px;
  top: 16px;
  display: flex;
  height: 18px;
  width: 24px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}
.hamburger__icon {
  display: inline-block;
  height: 2px;
  width: 24px;
  background: #fff;
  border-radius: 2px;
}
.share h4 {
    border-bottom: 1px dashed#fff;
    padding: 10px;
}

.sidebar {
  height: 100vh;
  width: 320px;
  background-color: #e2f6f9;
opacity: 1;
background-image: radial-gradient(circle at center center, #f0fcfe, #e2f6f9), repeating-radial-gradient(circle at center center, #f0fcfe, #f0fcfe, 5px, transparent 10px, transparent 5px);
background-blend-mode: multiply;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 2;
  flex-direction: column;
  transform: translatex(-100%);
  transition: transform 0.4s ease-in-out;
}
.sidebar__close {
  position: absolute;
  top: 50%;
  right: -30px;
  background: #1f386b;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translatex(-100%);
  cursor: pointer;
  transition: transform 0.4s ease-in-out 0.2s;
}
.sidebar__close::before, .sidebar__close::after {
  content: "";
  height: 2px;
  background: #fff;
  width: 24px;
  display: block;
  position: absolute;
}
.sidebar__close::after {
  transform: rotate(90deg);
}
.sidebar__menu {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  font-size: 36px;
  margin-top: 80px;
  margin-bottom: 80px;
  color: #898989;
}
.sidebar__menu a {
  color: currentcolor;
  text-decoration: none;
  transform: translatex(-80%);
  transition: transform 0.4s ease-in-out;
}
.sidebar__menu a::before {
  content: "";
  height: 2px;
  background: #898989;
  width: 120px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: translatex(-50%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.4s linear;
}
.
.sidebar__social {
  display: flex;
  list-style: none;
  padding: 0;
}
.sidebar__social li {
  margin: 4px;
}
.sidebar__social a, .sidebar__social svg {
  display: inline-block;
  height: 18px;
  width: 18px;
}

.menu-control {
  display: none;
}
.menu-control:checked + .sidebar {
  transform: translatex(0);
}
.menu-control:checked + .sidebar .sidebar__close {
  transform: translatex(0) rotate(45deg);
}
.menu-control:checked + .sidebar .sidebar__menu a {
  transform: translatex(0);
}


/*===========================
      table-css-start 
===========================*/

.demo{
    background-color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
}

.panel{
    padding: 20px;
    border-radius: 0;
    border: none;
}

.panel .panel-heading{
    padding: 0 0 20px 0;
    border-radius: 0;
    margin: 0;
}

.panel .panel-heading .title{
    color: #566787;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 6px 0;
}

.panel .panel-heading .title span{ font-weight: 700; }

.panel .panel-heading .search-box1{ position: relative; }

.panel .panel-heading .search-box1 i{
    color: #a0a5b1;
    font-size: 13px;
    position: absolute;
    top: 11px;
    left: 15px;
}

.panel .panel-heading .search-box1 .form-control{
    padding: 0 0 0 40px;
    border-color: #ddd;
    border-radius: 20px;
}

.panel .panel-heading .search-box1 .form-control:focus{
    border-color: #3FBAE4;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.panel .panel-body{ padding: 0; }

.panel .panel-body .table{ margin: 0; }

.panel .table-responsive .table-bordered{ border: 1px solid #ddd; }

.panel .panel-body .table thead tr th{
    font-size: 17px;
    font-weight: 600;
    padding: 12px;
}

.panel .panel-body .table tbody tr td{
    color: #555;
    font-size: 16px;
    padding: 15px 12px;
    vertical-align: middle;
}

.panel .panel-body .table tbody .action-list{
    padding: 0;
    margin: 0;
    list-style: none;
}

.panel .panel-body .table tbody .action-list li{
    display: inline-block;
    margin: 0 5px;
}

.panel .panel-body .table tbody .action-list li a{
    color: #03A9F4;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.panel .panel-body .table tbody .action-list li a:hover{ text-shadow: 0 0 2px rgba(0,0,0,0.3); }

.panel .panel-body .table tbody .action-list li a.edit{ color: #FFC107; }

.panel .panel-body .table tbody .action-list li a.delete{ color: #E34724; }

.panel .panel-body .table tbody .action-list li a:before,
.panel .panel-body .table tbody .action-list li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #111;
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 4px;
    text-transform: capitalize;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -32px;
    transition: all 0.3s ease 0s;
}

.panel .panel-body .table tbody .action-list li a:after{
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -18px;
    z-index: -1;
}

.panel .panel-body .table tbody .action-list li a:hover:before,
.panel .panel-body .table tbody .action-list li a:hover:after{
    display: block;
}

.panel .panel-footer{
    color: #999;
    background-color: transparent;
    padding: 15px 0 0;
    border: none;
}

.panel .panel-footer .col{ line-height: 35px; }

.pagination{ margin: 0; }

.pagination li a{
    color: #999;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 32px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    padding: 0;
    margin: 0 2px;
    border: none;
}

.pagination li:first-child a,
.pagination li:last-child a{
    border-radius: 30px;
}

.pagination li a:hover{
    color: #999;
    background: #e9ecef;
}

.pagination li a:focus,
.pagination li.active a{
    color: #fff;
    background-color: #03a9f4;
}

@media only screen and (max-width:767px){
    .panel .panel-heading .title{
        text-align: center;
        margin: 0 0 10px;
    }
}
.label-success {
    background-color: #5cb85c;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

/*===========================
      table-css-end 
===========================*/



/*===========================
    1. Theme default css 
===========================*/



/* :root {
  --dark: #333333;
  --white:#fff;
  --background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='58' height='100.23' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M.111-33.307l-28.997 16.744zm.012.006l28.993 16.738-.004 33.485L.115 33.492l-28.997-16.57.004-33.485m40.992 43.198v-5.672l4.937 2.85M29.113 9.995L12.117.18l17-9.815M6.114 30.062L6.114 10.57l16.967 9.798m-51.963-3.446l57.998-33.485m-29 50.055l-.005-66.8m29.001 50.23l-57.99-33.485m57.992 19.63l-5-2.887 5.002-2.887m28.872-30.805L28.99-16.768zm.012.006l28.993 16.738-.004 33.485-28.997 16.57-28.997-16.57.004-33.485m-.004 33.485l57.998-33.485M57.992 33.287l-.004-66.799m29 50.229C67.615 5.529 48.285-5.633 28.999-16.768M28.998 2.86l4.998-2.886-4.998-2.886m6.029 23.076l16.964-9.794.002 19.49m-6-3.43v-5.67l-4.936 2.85M28.995 9.789L45.994-.026 28.998-9.84M-.003 66.943L-29 83.687zm.012.006l28.993 16.738-.004 33.485m0 0L.001 133.742m0 0l-28.997-16.57m0 0l.004-33.485m57.991 26.557l-16.996-9.814 17-9.815m-58 26.557l57.999-33.485M.001 133.742l-.004-66.8m29.001 50.23l-57.99-33.485m45.994-6.928l-5.005 2.89V73.87m11.005 6.353L5.999 90.04l-.002-19.633M29 103.317l-5-2.887 5.002-2.887m28.99-30.6L28.993 83.687zm.011.006l28.993 16.738-.004 33.485m0 0l-28.997 16.57m0 0l-28.997-16.57m0 0l.004-33.485m22.99-13.28v19.627l-16.995-9.813m-5.999 36.95l57.998-33.484m-29 50.055l-.005-66.8m29.001 50.23l-57.99-33.485M29 103.314L34 100.428 29 97.542m11.996-20.786l4.996 2.885v-5.77m-16.994 36.373l17-9.815L29 90.615M57.998 66.94l-.003-33.484zm-.012.008l-28.992 16.74L-.002 66.94l.148-33.397 28.849-16.827L57.99 33.463M.084 47.363L4.997 50.2.06 53.05m5.936 17.356l16.998-9.812v19.63m35.003-20.212L41 50.2l16.996-9.812m-57.878.067l16.88 9.745L.03 59.996m28.966-43.28v66.971M.144 33.544L57.999 66.94m-58 .001L57.99 33.463M40.994 76.759v-5.78l5.004 2.89m-5.004-50.221v5.772l5-2.886m-11 53.689V60.589l17.004 9.815m-40.003 3.467l5-2.887v5.775m41.002-29.444L53 50.2l4.998 2.885M22.995 20.217v19.589l-16.88-9.744m5.97-3.481l4.91 2.835v-5.7m18-3.535v19.63l16.997-9.813'  stroke-linecap='square' stroke-width='1' stroke='hsla(259, 0%, 99%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

:root.dark {
  --background-color: var(--dark);
  --light-color: var(--white);
}

body.dark {
  background-color: var(--background-image);

}

body {
  background-color: var(--background-color);

} */

:root {
  --background-color: #fff;
  --dark-bg-color: #333;
  --white: #fff;
  --dark-blue: #07294d;


}

:root.dark {
  --background-color: var(--dark-bg-color);
  --white-color: var(--white);
}

body.dark {
  background-color: var(--dark-bg-color);
  color: var(--dark-blue);
}

body {
  background-color: var(--background-color);

}



.navigation .navbar .navbar-nav li a{
    font-size: 20px;
    font-family: "Inter", sans-serif;
   color: var(--white-color);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 12px 10px;
    border-right: 1px solid #ccc;
}


.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--background-color);
    z-index: 2;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
    -webkit-animation: sticky 2s;
    animation: sticky .6s;
}



.header-logo-support.pt-10.pb-10 {
    background-image: url("../images/header-back.svg")
}




.switch {
  position: relative;
  display: inline-block;
  width: 50px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderone {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sliderone:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .sliderone {
  background-color: #7f7ff1;
}

input:focus + .sliderone {
  box-shadow: 0 0 1px #7f7ff1;
}

input:checked + .sliderone:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.sliderone.round {
  border-radius: 34px;
}

.sliderone.round:before {
  border-radius: 50%;
}


button#btn-decrease {
    color: #fff;
}
button#btn-orig {
    color: #fff;
}
button#btn-increase {
    color: #fff;
}



@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

button {
    background: transparent;
    border: 0;
   
    font-size: 18px;
    cursor: pointer;
}

body {
 font-family: Roboto, sans-serif;
   /* font-family: "Inter", sans-serif;*/
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: "Inter", sans-serif;
    src: url(../fonts/"Inter", sans-serif.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Inter", sans-serif;
    src: url(../fonts/"Inter", sans-serif.ttf);
    font-display: swap;
}

img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover{
	text-decoration: none;
}

i,
span,
a{
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "Inter", sans-serif;
    /*font-family: '"Inter", sans-serif', sans-serif;*/
    font-weight: 400;
    color: #1d2025;
    margin: 0px;
}

h1 {
	font-weight: 500;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul,ol {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #505050;
	margin: 0px;
}

.bg_cover{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: top;
}

/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border: 1px solid #ffc600; */
    padding: 0 20px;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-top: 10px;
    line-height: 40px;
    border-radius: 5px;
    border-radius: 30px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='27' ry='27' stroke='%2307356BFF' stroke-width='5' stroke-dasharray='15%2c 15%2c 1' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 27px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: rgb(198 237 244 / 50%);
}
.main-btn:hover{
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
}


.arrowMove {
  animation: 
    nudge 1s linear infinite alternate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -webkit-animation-delay: 0s;
}



@keyframes nudge {
  0%, 40% {
    transform: translate(0px, 0);
  }
  20% {
    transform: translate(10px, 0);
  }
}


/*===== All Section Title Style =====*/

.section-title{}
.section-title h5{
    color: #07294d;
    position: relative;
    padding-bottom: 12px;
}
.section-title h5::before{
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #ffc600;
    bottom: 0;
    left: 0;
}
.section-title h2{
    font-size: 48px;
    color: #000;
    padding-top: 10px;
}

/*===== Preloader Style =====*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
}
.preloader .color-1{
    background-color: #ffc600 !important;
}
.rubix-cube {
	border: 1px solid #FFF;
	width: 48px;
	height: 48px;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.rubix-cube .layer{
	width:14px;
	height:14px;
	background-color:#07294d;
	border:1px solid #FFF;
	position:absolute;
	
}
.rubix-cube .layer-1{
	left:0px;
	top:0px;
	-webkit-animation: rubixcube4 2s infinite linear;
	animation: rubixcube4 2s infinite linear; 
}
.rubix-cube .layer-2{
	left:16px;
	top:0px;
	-webkit-animation: rubixcube3 2s infinite  linear;
	animation: rubixcube3 2s infinite  linear; 
}
.rubix-cube .layer-3{
	left:32px;
	top:0px;
}
.rubix-cube .layer-4{
	left:0px;
	top:16px;
	-webkit-animation: rubixcube5 2s infinite linear;
	animation: rubixcube5 2s infinite linear; 
	
}
.rubix-cube .layer-5{
	left:16px;
	top:16px;
	-webkit-animation: rubixcube2 2s infinite linear;
	animation: rubixcube2 2s infinite linear; 
}
.rubix-cube .layer-6{
	left:32px;
	top:16px;
	-webkit-animation: rubixcube1 2s infinite linear;
	animation: rubixcube1 2s infinite linear; 
}
.rubix-cube .layer-7{
	left:0px;
	top:32px;
	-webkit-animation: rubixcube6 2s infinite linear;
	animation: rubixcube6 2s infinite linear; 
}
.rubix-cube .layer-8{
	left:16px;
	top:32px;
	-webkit-animation: rubixcube7 2s infinite linear;
	animation: rubixcube7 2s infinite linear; 
	
}
@-webkit-keyframes rubixcube1{
	20%{ top:16px; left:32px;}
	30%{ top:32px; left:32px; }
	40%{ top:32px; left:32px; }
	50%{ top:32px; left:32px; }
	60%{ top:32px; left:32px; }	
	70%{ top:32px; left:32px; }	
	80%{ top:32px; left:32px; }	
	90%{ top:32px; left:32px; }	
	100%{ top:32px; left:16px; }
	
}
@keyframes rubixcube1{
	20%{ top:16px; left:32px;}
	30%{ top:32px; left:32px; }
	40%{ top:32px; left:32px; }
	50%{ top:32px; left:32px; }
	60%{ top:32px; left:32px; }	
	70%{ top:32px; left:32px; }	
	80%{ top:32px; left:32px; }	
	90%{ top:32px; left:32px; }	
	100%{ top:32px; left:16px; }
	
}
@-webkit-keyframes rubixcube2{
	30%{ left:16px;}
	40%{ left:32px;}
	50%{ left:32px;}
	60%{ left:32px;}
	70%{ left:32px;}
	80%{ left:32px;}
	90%{ left:32px;}
	100%{ left:32px;}
}
@keyframes rubixcube2{
	30%{ left:16px;}
	40%{ left:32px;}
	50%{ left:32px;}
	60%{ left:32px;}
	70%{ left:32px;}
	80%{ left:32px;}
	90%{ left:32px;}
	100%{ left:32px;}
}

@-webkit-keyframes rubixcube3{
	30%{ top:0px;}
	40%{ top:0px;}
	50%{ top:16px;}
	60%{ top:16px;}
	70%{ top:16px;}
	80%{ top:16px;}
	90%{ top:16px;}
	100%{ top:16px;}
}

@keyframes rubixcube3{
	30%{ top:0px;}
	40%{ top:0px;}
	50%{ top:16px;}
	60%{ top:16px;}
	70%{ top:16px;}
	80%{ top:16px;}
	90%{ top:16px;}
	100%{ top:16px;}
}
@-webkit-keyframes rubixcube4{
	50%{ left:0px;}
	60%{ left:16px;}
	70%{ left:16px;}
	80%{ left:16px;}
	90%{ left:16px;}
	100%{ left:16px;}
}
@keyframes rubixcube4{
	50%{ left:0px;}
	60%{ left:16px;}
	70%{ left:16px;}
	80%{ left:16px;}
	90%{ left:16px;}
	100%{ left:16px;}
}
@-webkit-keyframes rubixcube5{
	60%{ top:16px;}
	70%{ top:0px;}
	80%{ top:0px;}
	90%{ top:0px;}
	100%{ top:0px;}
}
@keyframes rubixcube5{
	60%{ top:16px;}
	70%{ top:0px;}
	80%{ top:0px;}
	90%{ top:0px;}
	100%{ top:0px;}
}
@-webkit-keyframes rubixcube6{
	70%{ top:32px;}
	80%{ top:16px;}
	90%{ top:16px;}
	100%{ top:16px;}
}
@keyframes rubixcube6{
	70%{ top:32px;}
	80%{ top:16px;}
	90%{ top:16px;}
	100%{ top:16px;}
}
@-webkit-keyframes rubixcube7{
	80%{ left:16px;}
	90%{ left:0px;}
	100%{ left:0px;}
}
@keyframes rubixcube7{
	80%{ left:16px;}
	90%{ left:0px;}
	100%{ left:0px;}
}




.slide-popup{
        height: 100vh;
    overflow: auto;
}



/*=====================================================
   ABOUT PAGE CSS START 
======================================================*/


.common p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    font-family: '"Inter", sans-serif';
}

/*=====================================================
   ABOUT PAGE CSS END
======================================================*/

/*=====================================================
    2. HEADER css 
======================================================*/


/*===== Header top =====*/

.header-top{
    background-color: #07294d;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-contact{}
.header-contact ul{}
.header-contact ul li{
    display: inline-block;
    margin-right: 10px;
}
.header-contact ul li:last-child{
    margin-right: 0;
}

.header-contact ul li img{}
.header-contact ul li span {
	color: #dee2e6;
	font-size: 15px;
	font-weight: 400;
	margin-left: 10px;
}

.header-opening-time{}
.header-opening-time p {
	color: #dee2e6;
	font-size: 15px;
	font-weight: 400;
}

/*===== Header Logo support =====*/

.header-logo-support{
    border-bottom: 1px solid #dbecff;
}

.support-button{}
.support-button .support {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 7px;
}
.support-button .support .icon{}
.support-button .support .cont{
    margin-left: 15px;
    margin-top: -2px;
}
.support-button .support .cont p{
    font-size: 13px;
    color: #8a8a8a;
    line-height: 18px
}
.support-button .support .cont span{
    font-size: 18px;
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.support-button .button{
    margin-left: 25px;
}

/*===== Header Menu =====*/

.navigation {
    border-bottom: 1px solid #dbecff;
}

.navigation.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
    -webkit-animation: sticky 2s;
    animation: sticky .6s;
}

@-webkit-keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.navigation .navbar{
    padding: 0;
}

   /* .navigation .navbar .navbar-nav {
        flex-flow: wrap;
    }*/
.navigation .navbar .navbar-nav li{
    
    position: relative;
}
.navigation .navbar .navbar-nav li:last-child{
    margin-right: 0;
}

.navigation .navbar .navbar-nav li a{
    font-size: 20px;
    font-family: "Inter", sans-serif;
/*     color: #07294d; */
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 12px 10px;
    border-right: 1px solid #ccc;
}

.navigation .navbar .navbar-nav > li > a.active,
.navigation .navbar .navbar-nav > li > a:hover{
    color: #ffc600;
}

.navigation .navbar .navbar-nav li .sub-menu{
    background-color: #ffbc07;
    position: absolute;
    top: 110%;
    left: 0;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='120' height='20' patternTransform='scale(1) rotate(25)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(47, 100%, 50%, 1)'/><path d='M-50.129 12.685C-33.346 12.358-16.786 4.918 0 5c16.787.082 43.213 10 60 10s43.213-9.918 60-10c16.786-.082 33.346 7.358 50.129 7.685'  stroke-width='1' stroke='hsla(33, 90%, 65%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
    width: 200px;
    border-radius: 0px 0px 8px 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 99;
}
.navigation .navbar .navbar-nav li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.navigation .navbar .navbar-nav li .sub-menu li{
    margin-right: 0;
}
.navigation .navbar .navbar-nav li .sub-menu li a{
    padding: 6px 15px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #000000;
    font-size: 16px;
}
.navigation .navbar .navbar-nav li .sub-menu li a.active,
.navigation .navbar .navbar-nav li .sub-menu li a:hover{
    padding-left: 20px;
    color: #ffffff;
}

.sub-nav-toggler{
    display: none;
}

.navigation .navbar .navbar-nav li .sub-menu li:last-child a{
    border-bottom: 0;
}

.navbar .navbar-toggler {
	padding: 3px 8px;
	margin: 18px 0;
     -webkit-transform: all 0.2s linear;
    transform: all 0.2s linear;
}

.navbar .navbar-toggler .icon-bar {
	width: 30px;
	height: 2px;
	background-color: #07294d;
	display: block;
	margin: 5px 0;
    position: relative;
     -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1){
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    top: 7px;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(2){
    opacity: 0;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(3){
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    top: -7px;
}

.right-icon{}
.right-icon ul li{
    display: inline-block;
    margin-right: 17px;
    padding: 10px 0;
}
.right-icon ul li:last-child{
    margin-right: 0;
}

.right-icon ul li a{
    font-size: 18px;
    color: #07294d;
    position: relative;
    padding-right: 7px;
}
.right-icon ul li a span{
    font-size: 12px;
    color: #fff;
    background-color: #ffc600;
    border-radius: 50%;
    padding: 0px 4px;
    position: absolute;
    top: -5px;
    right: 0;
}

/*===== Index-2 =====*/

.header-social ul li{
    display: inline-block;
    margin-left: 10px;
}
.header-social ul li:first-child{
    margin-left: 0;
}

.header-social ul li a{
    font-size: 15px;
    color: #dee2e6;
}

.navigation-2 .navbar .navbar-nav li{
    margin-right: 40px;
}

.navigation-2 .navbar .navbar-nav li a{
	padding: 45px 0;
}
.navigation-2 .right-icon ul li {
	padding: 42px 0;
}
.navigation-2.sticky .navbar .navbar-nav li a{
    padding: 30px 0;
}
.navigation-2.sticky .right-icon ul li{
    padding: 25px 0;
}

/*===== Index-3 =====*/

.navigation-3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 99;
}

.navigation-3 .navbar .navbar-nav li a,
.navigation-3 .right-icon ul li a{
    color: #fff;
}

.navigation-3.sticky .navbar .navbar-nav li a,
.navigation-3.sticky .right-icon ul li a{
    color: #07294d;
}
.navigation-3.sticky .navbar .navbar-nav > li > a.active,
.navigation-3.sticky .navbar .navbar-nav > li > a:hover{
    color: #ffc600;
}

.navigation-3 .navbar .navbar-toggler .icon-bar{
    background-color: #fff;
}
.navigation-3.sticky .navbar .navbar-toggler .icon-bar{
    background-color: #07294d;
}



/*===== SEARCH BOX =====*/

.search-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='120' height='20' patternTransform='scale(1) rotate(25)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 0%, 0.29)'/><path d='M-50.129 12.685C-33.346 12.358-16.786 4.918 0 5c16.787.082 43.213 10 60 10s43.213-9.918 60-10c16.786-.082 33.346 7.358 50.129 7.685'  stroke-width='1' stroke='hsla(33, 0%, 100%, 0.17)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
    /* background-color: rgba(7, 41, 77, 0.5); */
    z-index: 999;
    display: none;
}

.closebtn {
	position: absolute;
	top: 20px;
	right: 50px;
	cursor: pointer;
	width: 30px;
	height: 25px;
}
.closebtn span{
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: relative;
    display: block;
}
.closebtn span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 11px;
}
.closebtn span:nth-of-type(2){
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	top: 9px;
}

.search-box .serach-form input {
	width: 50%;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 2px solid #07294d;
	color: #07294d;
	padding-left: 20px;
	border-radius: 50px;
}
.search-box .serach-form button {
	position: absolute;
	top: 50%;
	left: 72%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #07294d;
    cursor: pointer;
    font-size: 16px;
}


/*=====================================================
    3. SLIDER css 
======================================================*/

.single-slider{
    padding-bottom: 300px;
}

.slider-cont{
    position: relative;
    z-index: 5;
}
.slider-cont h1{
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    padding-bottom: 25px;
}
.slider-cont p{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 50px;
}
.slider-cont ul {}
.slider-cont ul li{
    display: inline-block;
    margin-right: 15px;
}
.slider-cont ul li:last-child{
    margin-right: 0;
}

.slider-active .slick-arrow{
    font-size: 50px;
	position: absolute;
	top: 50%;
	left: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.slider-active .next.slick-arrow {
    left: auto;
    right: 0;
}

.slider-active:hover .slick-arrow{
    left: 30px;
    opacity: 1;
    visibility: visible;
}

.slider-active:hover .next.slick-arrow {
    left: auto;
    right: 30px;
}

/*===== Index-2 =====*/

.slider-2 .slider-cont h1 {
	padding-bottom: 40px;
}
.slider-2.single-slider{
    padding-top: 230px;
    padding-bottom: 250px;
}

/*===== Index-3 =====*/

#slider-part-3{
    position: relative;
    padding-top: 220px;
    padding-bottom: 120px;
}
#slider-part-3::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.slider-cont-3{
    position: relative;
    z-index: 5;
    background-color: rgba(7, 41, 77, 0.8);
    padding: 70px 100px 80px;
}
.slider-cont-3 h2{
    color: #fff;
    font-size: 48px;
    padding-bottom: 8px;
}
.slider-cont-3 span{
    font-size: 24px;
    color: #fff;
}

.slider-search{
    background-color: #fff;
    border-radius: 5px;
}

.slider-search .nice-select {
	width: 100%;
	height: 55px;
	line-height: 55px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}
.slider-search .nice-select span {
	font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #07294d;
    font-weight: 400;
}
.slider-search .nice-select .list {
	width: 100%;
	border-radius: 0;
	margin: 0;
}
.slider-search .nice-select::after {
	border-bottom: 0;
	border-right: 8px solid #07294d;
	border-top: 8px solid transparent;
	height: 0px;
	margin-top: -4px;
	width: 0px;
}

.slider-search input{
    width: 100%;
    height: 55px;
    border: 0;
    border-left: 1px solid #a8a8a8;
    padding-left: 25px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #8a8a8a;
}
.slider-search .main-btn {
	line-height: 53px;
	width: 100%;
	padding: 0;
}
.slider-search .main-btn:hover{
    border-color: #07294d;
}


.slider-feature{}
.singel-slider-feature{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-align: start; 
    -ms-flex-align: start; 
    align-items: flex-start;
}
.singel-slider-feature .icon{}
.singel-slider-feature .cont{
    padding-left: 30px;
}
.singel-slider-feature .cont h3{
    color: #fff;
    padding-bottom: 3px;
    margin-top: -3px;
    font-size: 24px;
}
.singel-slider-feature .cont span{
    color: #fff;
    font-size: 15px;
}


/*=====================================================
    4. CATEGORY css 
======================================================*/

.color-1{
    background-color: #4785ff;
   background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(220, 100%, 64%, 1)'/><path d='M14.498 16.858L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-width='1' stroke='hsla(220, 79%, 58%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}
.color-2{
    background-color: #b6d56c;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(78, 56%, 63%, 1)'/><path d='M14.498 16.858L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-width='1' stroke='hsla(78, 48%, 57%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}
.color-3{
    background-color: #ff7070;
   background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 100%, 72%, 1)'/><path d='M14.498 16.858L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-width='1' stroke='hsla(0, 73%, 65%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.category{
    background-color: #3163c4;
    background-image: url("../images/slider-back.svg");
    border-radius: 10px;
    margin-top: -150px;
    position: relative;
    
}

.category-text{
}
.category-text h2{
    font-size: 36px;
    color: #fff;
    padding: 0 50px;
}

.singel-category {
	padding: 20px 0;
	border-radius: 120px 120px 12px 10px;
	display: block;
}
.singel-category .icon{
    display: inline-block;
}
.singel-category .cont {
	display: block;
}
.singel-category .cont span{
    color: #fff;
    font-size: 18px;
    padding-top: 0 67px 0px 72px;
    
}

.category-slied{}
.category-slied a{
    display: block;
}
.category-slied .slick-arrow {
	position: absolute;
	top: 50%;
	right: -50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.category-slied .prev.slick-arrow{
    right: auto;
    left: -50px;
}

.category-slied .slick-arrow i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.category-slied .slick-arrow i:hover{
    background-color: #ffc600;
}



/*=====================================================
    5. ABOUT css 
======================================================*/

#about-part{
    position: relative;
    padding-bottom: 20px;
}
.about-bg{
    position: absolute;
    bottom: -850px;
    right: 0;
    z-index: -2;
}
.about-bg::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255,255,255,0)), to(rgba(255,255,255,1)));
    background: linear-gradient(180deg, rgba(255,255,255,0) -2%, rgba(255,255,255,1) 100%);
}

.about-bg img{
    width: 100%;
}

.about-cont p{
    padding-top: 20px;
}

.about-event{
    box-shadow: 0px 5px 6px #e4e2e2;
  /*   -webkit-box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06); */
    padding: 30px 35px 37px;
    background-color: rgba(255, 255, 255, 0.95);
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='50' height='50' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 93%, 1)'/><path d='M50 25L37.5 50 25 25 37.5 0zm-25 0L12.5 50 0 25 12.5 0z'  stroke-width='1' stroke='hsla(259, 0%, 100%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}
.about-event .event-title h3{
    font-family: "Inter", sans-serif;
    font-size: 26px;
    color: #fff;
    padding-bottom: 5px;
}
.about-event ul li .singel-event{
    
    border-bottom: 1px solid #cecece;
    padding: 10px
}
.about-event ul li:last-child .singel-event{
    border-bottom: 0;
}

.about-event ul li .singel-event span{
    font-size: 14px;
    color: #bed4eb;
    margin-right: 20px;
}
.about-event ul li .singel-event span i{
    color: #ffc600;
    margin-right: 3px;
}
.about-event ul li .singel-event a{
    display: block;
}
.about-event ul li .singel-event a h4{
    padding-top: 5px;
    padding-bottom: 10px;

    color: #fff;
    line-height: 24px;
    font-size: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.about-event ul li .singel-event a:hover h4{
    color: #ffc600;
}

.back-c{box-shadow: 0px 0px 191px 0px rgb(0 0 0 / 6%);
    padding: 13px 22px 22px;
    min-height: 229px;
    border-radius: 20px;
    background-color: #07284b;
    background-image: url("../images/common-back.svg")
}


.nav-tabs {
    border-bottom: 1px dashed#857f7f;
    background-color: rgb(62 79 176 / 30%);
    border-radius: 5px;
}


.chip a {
   
   margin: 5px 5px;
    border-radius: 18px;
    width: 120px;
  
    font-size: 18px !important;
    padding: 8px 13px;
    background-color: #ffad15;
}

    .chip h4 {
    font-size: 18px;
    font-family: "Inter", sans-serif;
}

.chip h4::before {
    content: '\f0ed';
    font-family: 'FontAwesome';
    padding: 0px 4px;
    color: #fff;
}


.couter-wrapper.text-center.back-c {
    background-color: #7f5a83;
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
}

.link a {
   
   margin: 5px 5px;
    border-radius: 18px;
    width: auto;
   background-color: #f44034;
    padding: 8px 13px;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='50' height='50' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(4, 90%, 58%, 1)'/><path d='M50 25L37.5 50 25 25 37.5 0zm-25 0L12.5 50 0 25 12.5 0z'  stroke-width='1' stroke='hsla(259, 0%, 100%, 0.22)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}


.link h4 {
    font-size: 16px;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.link h4::before {
    content: '\f110';
    font-family: 'FontAwesome';
    padding: 0px 4px;
    color: #fff;
}


.clearfix{clear: both;}

.nav-link {
    display: block;
    padding: 0.5rem 0.2rem;
}

ul#myTab li a::before {
    content: '\f101';
    font-family: 'FontAwesome';
    padding: 0px 4px;
    color: #fff;
    font-size: 16px;
}







.couter-wrapper-2 span {
    color: #fff;
}



.couter-wrapper-2 h3 {
    color: #b8b8b8;
}

.couter-wrapper img {
    margin-bottom: 24px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    border-radius: 5px;
    color: #ffc600;
    margin: 8px;
    padding: 0 10px;
    border-color: #ffc600;
    background-color: transparent;
}



/*=====================================================
    6. APPLY css 
======================================================*/


.apply{
    margin-top: -100px;
    position: relative;
}

.apply-color-1{
    background-color: #07294d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.apply-color-2{
    background-color: #092e56;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.apply .apply-cont {
    padding: 45px 50px 50px;
}
.apply .apply-cont h3{
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
}
.apply .apply-cont p{
    color: #fff;
    padding-bottom: 45px;
}
.apply .apply-cont .main-btn:hover{
    border-color: #ffc600;
}


/*=====================================================
    7. COURSE css 
======================================================*/

.singel-course{
    
    border-radius: 5px;
    padding: 6px;
    overflow: hidden;
        min-height: 209px;
}
.singel-course > .thum{
    position: relative;
}
.singel-course .thum .image{
    overflow: hidden;
}
.singel-course .thum .image img{
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-course:hover .thum .image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.singel-course .thum .price{
    position: absolute;
    right: 60px;
    bottom: -24px;
}
.singel-course .thum .price span{
    font-size: 14px;
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ffc600;
    text-align: center;
}
.singel-course .cont{
    padding-top: 28px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}
.singel-course .cont > ul{
    display: inline-block;
    margin-right: 10px;
}
.singel-course .cont ul li{
    display: inline-block;
    margin: 1px;
}
.singel-course .cont ul li > i{
    font-size: 13px;
    color: #ffc600;
}

.singel-course .cont span{
    font-size: 13px;
    color: #000;
}
.singel-course .cont h4{
    font-weight: 600;
    font-size: 24px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 40px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-course .cont h4:hover{
    color: #ffc600;
}

.singel-course .course-teacher{
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    overflow: hidden;
}
.singel-course .course-teacher > .thum{
    display: inline-block;
}
.singel-course .course-teacher > .thum img{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.singel-course .course-teacher .name {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	bottom: 13px;
}
.singel-course .course-teacher .name a h6{
    font-size: 15px;
    color: #24486e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-course .course-teacher .name a:hover h6{
    color: #ffc600;
}

.singel-course .course-teacher .admin{
    display: inline-block;
    float: right;
    overflow: hidden;
}
.singel-course .course-teacher .admin ul {
	margin-top: 8px;
}
.singel-course .course-teacher .admin ul li{
    margin-right: 20px;
}
.singel-course .course-teacher .admin ul li:last-child{
    margin-right: 0;
}
.singel-course .course-teacher .admin ul li a{
    font-size: 15px;
    color: #8a8a8a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-course .course-teacher .admin ul li a:hover{
    color: #ffc600;
}

.singel-course .course-teacher .admin ul li a span{
    color: #8a8a8a;
    margin-left: 3px;
}

.news-slied{}
.news-slied .slick-arrow {
	position: absolute;
	top: -45px;
	right: 4px;
}
.news-slied .prev.slick-arrow{
    left: auto;
    right: 40px;
}
.news-slied .slick-arrow i{
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 5px;
    color: #fff;
    border: 2px dashed #f9f9f9;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.news-slied .slick-arrow:hover i{
    border-color: #ffc600;
    background-color: #ffc600;
}


.couter-wrapper.text-center.back-c {
    min-height: 100px !important;
}

/*=====================================================
    8. VIDEO FEATURES css 
======================================================*/

#video-feature{
    position: relative;
}
.feature-bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.9);
}

.video{
    padding-left: 80px;
}
.video i{
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    background-color: #ffc600;
    color: #07294d;
    border-radius: 50%;
}

.feature{
    position: relative;
    z-index: 5;
}
.feature .feature-title{}
.feature .feature-title h3{
    font-size: 36px;
    color: #fff;
    padding-bottom: 15px;
}

.feature ul li .singel-feature{
    padding-top: 55px;
    overflow: hidden;
}
.feature ul li .singel-feature .icon{
    float: left;
    overflow: hidden;
    display: inline-block;
    padding-right: 30px;
}
.feature ul li .singel-feature .cont {
	width: 78%;
	float: left;
    overflow: hidden;
}
.feature ul li .singel-feature .cont h4{
    font-size: 24px;
    color: #fff;
    padding-bottom: 15px;
}
.feature ul li .singel-feature .cont p{
    color: #fff;
}


/*=====================================================
    9. TEACHERS css 
======================================================*/

.teachers-cont{}
.teachers-cont p{
    padding-top: 30px;
}

.singel-teachers{
    position: relative;
}
.singel-teachers .image{
    border-radius: 5px;
    overflow: hidden;
}
.singel-teachers .image img{
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
}
.singel-teachers:hover .image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.singel-teachers .cont{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 80%;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 15px;
}
.singel-teachers .cont a{
    display: block;
}
.singel-teachers .cont a h6{
    color: #000;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-teachers .cont a:hover h6{
    color: #ffc600;
}

.singel-teachers .cont span{
    font-size: 14px;
    color: #8a8a8a;
}




/*=====================================================
    11. TEASTIMONIAL css 
======================================================*/

#testimonial{}
#testimonial .section-title{
    position: relative;
    z-index: 5;
}
#testimonial .section-title h5,
#testimonial .section-title h2{
    color: #fff;
}
#testimonial .section-title h5::before{
    background-color: #fff;
}

.testimonial-slied{
    position: relative;
    z-index: 5;
}
.singel-testimonial{
    position: relative;
}
.singel-testimonial .testimonial-thum{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.singel-testimonial .testimonial-thum img{
    border-radius: 5px;
}
.singel-testimonial .testimonial-thum .quote{
    position: absolute;
    right: -22px;
    top: -22px;
}
.singel-testimonial .testimonial-thum .quote i{
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #ffc600;
    border-radius: 50%;
    color: #07294d;
    font-size: 18px;
}
.singel-testimonial .testimonial-cont {
    padding-left: 140px;
}
.singel-testimonial .testimonial-cont p {
    color: #fff;
    padding-bottom: 32px;
}
.singel-testimonial .testimonial-cont h6 {
    color: #fff;
    padding-bottom: 4px;
}
.singel-testimonial .testimonial-cont span {
    color: #fff;
    font-size: 18px;
}

.testimonial-slied .slick-dots{
    margin: 0 auto;
}
.testimonial-slied .slick-dots li{
    display: inline-block;
    margin-top: 15px;
}
.testimonial-slied .slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    padding: 0;
    border: 0;
    margin: 0 3px;
    cursor: pointer;
}

.testimonial-slied .slick-dots li.slick-active button{
    background-color: #ffc600;
}




/*=====================================================
    13. FOOTER css 
======================================================*/

.footer-top{
    background-color: #07284b;
    background-image: url("../images/footer_back.svg")
}

.footer-about {
	padding-right: 50px;
}
.footer-about p{
    color: #fff;
    padding-top: 15px;
}
.footer-about ul li{
    display: inline-block;
    margin-right: 15px;
}
.footer-about ul li:last-child{
    margin-right: 0;
}

.footer-about ul li a{
    width: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background-color: #021d3a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    
}
.footer-about ul li a:hover{
    background-color: #ffc600;
    color: #021d3a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    
}


.footer-title h6{
    font-size: 18px;
    color: #fff;
}

.footer-link{
    overflow: hidden;
}
.footer-link ul{
    width: 50%;
    float: left;
    overflow: hidden;
}
.footer-link ul li{
    line-height: 35px;
}
.footer-link ul li a{
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-link ul li a i{
    margin-right: 8px;
    color: #ffc600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-link ul li a:hover {
    color: #ffc600;
}
.footer-link ul li a:hover i{
    margin-right: 15px;
}

.support ul{
    float: none;
    width: 100%;
}

.footer-address ul li{
    position: relative;
    margin-bottom: 10px;
}
.footer-address ul li:last-child{
    margin-bottom: 0;
}

.footer-address ul li .icon i{
    font-size: 18px;
    color: #ffc600;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-address ul li .cont{
    padding-left: 35px;
}
.footer-address ul li .cont p{
    color: #fff;
}

.footer-copyright{
    background-color: #021d3a;
}
.footer-copyright .copyright p{
    color: #fff;
}
.footer-copyright .copyright p span{
    font-weight: 600;
}

.back-to-top{
    position: fixed;
    right: 46px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #ffc600;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}
.back-to-top:hover{
    color: #fff;
    background-color: #021d3a;
}





/*=====================================================
    19. COUNT DOWN css 
======================================================*/

.count-down-cont{
    position: relative;
    z-index: 5;
}
.count-down-cont h3{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 5px;
}
.count-down-cont h2{
    font-size: 72px;
    color: #ffc600;
    font-weight: 700;
    padding-bottom: 37px;
}

.count-down-time{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
}
.count-down-time .singel-count{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
}
.count-down-time .singel-count .number{
    font-size: 72px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
}
.count-down-time .singel-count .title{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: block;
}

span.cont p{
    color: #fff;
}

.category-form-3{
    margin-top: 0;
    position: relative;
    z-index: 5;
}
.category-form-3 .form-title {
	background-color: #ffc600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.category-form-3 .form-title h3 {
	color: #07294d;
}
.category-form-3 .form-title span {
    font-weight: 600;
}
.category-form-3 .main-btn{
    color: #fff;
}
.category-form-3 .main-btn:hover{
    color: #ffc600;
    border-color: #07294d;
}


/*=====================================================
    20. PAGE BANNER  css 
======================================================*/

.page-banner-cont{
    position: relative;
    z-index: 1;
}
.page-banner-cont h2{
    font-size: 52px;
    color: #fff;
  
}
.page-banner-cont .breadcrumb{
    margin: 0;
    background: none;
    padding: 0;
}
.page-banner-cont .breadcrumb .breadcrumb-item {
	color: #ffc600;
	font-size: 18px;

	margin-bottom: 2px;
}
.page-banner-cont .breadcrumb .breadcrumb-item a{
    color: #fff;
}
.page-banner-cont .breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	content: "/";
    font-size: 18px;
}


/*=====================================================
    21. ABOUT PAGE css 
======================================================*/

.about-image img {
    width: 100%;
    border-radius: 5px;
}

.about-singel-items{}
.about-singel-items span{
    font-size: 60px;
    color: #dbdbdb;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 46px;
    padding-bottom: 22px;
}
.about-singel-items h4{
    color: #000;
    font-size: 24px;
    padding-bottom: 25px;
}


.t1{font-family: "Inter", sans-serif;font-size: 17px !important;}

.tab-content{}
.tab-content .singel-course .course-teacher .name {
    bottom: 0;
}

.modal-open .modal {
    overflow-y: clip !important;
}

@media (max-width: 768px) {
    .common-dashboard {
        height:auto
    }
        .hamburger {
            left: 28px;
    top: 12px;
    }


.top-menu-left ul li{
    display: none;
}

div#patnar-logo {
    position: relative;
    margin: -184px 15px;
    top: 188px;
    border-radius: 90px;
    background-image: url("../images/logo-back.svg");
}


#about-part {
    padding-bottom: 19px;
    padding-top: 15px;
}

footer#footer-part {
    margin-top: 310px;
}

}





/* dashboard-css */

.dashboard-back{ 

background-color: #f3f3f3;
opacity: 0.8;
background-size: 10px 10px;
background-image: repeating-linear-gradient(45deg, #e5e5e5 0, #e5e5e5 1px, #f3f3f3 0, #f3f3f3 50%);
    padding: 20px;
    min-height: 400px;
    width: 100%;
    border: 5px solid#f7f7f7;
    border-radius: 31px;
}

.dashboard h5 {
    line-height: 38px;
    padding-right: 11px;
}

.dashboard .nice-select {
    width: 179px;
    margin-right: 13px;
        height: 39px;
}

.dash-header-back{
padding: 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px;
    border-radius: 18px;
    border-bottom: 4px solid#897524;
    background-color: #ffd868;
}


.fieldset {
    border: 2px dashed #dcdcdc;
    padding: 13px 40px 29px 40px;
    border-radius: 6px;
    margin-top: 32px;
    background-color: rgba(255,255,255,0.6);
}
h6.pt-1 {
    font-size: 18px;
}



    legend h4 {
   background-color: #ffd868;
    width: 330px;
    padding: 2px 19px;
    box-shadow: inset 0px 0px 6px 0px #a2a2a2;
    clip-path: polygon(75% 0%, 80% 50%, 75% 100%, 0% 100%, 2% 50%, 0% 0%);
}
legend{width:18% ;}

    .display-date {
     text-align: center;
    font-size: .9rem;
    font-weight: 600;
    margin-right: 10px;
}

.display-time {
    font-size: 14px;
}

.pei-count{background-color: #4ab516;
    width: 96px;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 8px;}


  .pei-count-two {
    background-color: #03a9f4;
    width: 96px;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 8px;
}  

 .pei-count-three {
    background-color: #d66db0;
    width: 96px;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 8px;
} 

.pei-count-common {
    background-color: #d66db0;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 8px;
} 

 .pie-chart-back{ /*background-color: #f9ea8f; */
background-image: linear-gradient(315deg, #f9ea8f 0%, #aff1da 74%);
    padding: 12px;
    border-radius: 5px;}

.pie-chart-back-two{ background-color: #aee1f9;
background-image: linear-gradient(315deg, #aee1f9 0%, #f6ebe6 74%);
    padding: 12px;
    border-radius: 5px;}

.pie-chart-back-three{ background-color: #f6f0c4;
    background-image: linear-gradient(315deg, #f6f0c4 0%, #f5dcee 74%);
    padding: 12px;
    border-radius: 5px;margin-bottom: 20px;}

input[type="date"] {
    border: 0;
    padding: 5px;
    border-radius: 3px;
    margin-left: 14px;
}



.widget {
    width:350px;
    background-color: #222D3A;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px #06060d;

}

.chart-header{
    background-color: #29384D;
    height:40px;
    color:#929DAF;
    text-align: center;
    line-height: 40px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: 400;
    font-size: 1.5em;
    text-shadow: 1px 1px #06060d;
}


.chart-container{
    padding:25px;
}

.shadow-inner {
    -webkit-filter: drop-shadow( 0px 3px 3px rgba(0,0,0,.5) );
    filter: drop-shadow( 0px 3px 3px rgba(0,0,0,.5) );
}


.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}



.circular-chart {
  display: block;
  width: 80px;

}

.circle-bg {
  fill: none;
  stroke: #fff;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #4ab516;
}

.circular-chart.pink .circle {
  stroke: #d16cad;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}





/* profile-css */

.dropdown-toggle::after {
    border-top: 0.0em solid !important;
}



* Dropdown menu css */
.dropdown-container {
    position: relative;
    max-width: 240px;
}

.dropdown-container .dropdown-toggle {
    color: #fff;
    font-size: 17px;
    padding: 4px 9px;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    transition: all ease-in-out 0.3s;
}

    .dropdown-container .dropdown-toggle label {
        cursor: pointer;
        width: 100%;
    }

    .dropdown-container .dropdown-toggle:hover, .dropdown-container .dropdown-toggle:active, .dropdown-container .dropdown-toggle:focus {
        background-color: #0979ce;
        color: #ffffff;
    }

.dropdown-container .dropdown-menu {
    width: 150px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
    margin-top: 0px;
    position: absolute;
    left: 0;
    top: 110%;
    display: none;
    background-color: #ffffff;
    z-index: 10;
}

    .dropdown-container .dropdown-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
        border-radius: 10px;
        z-index: 10;
    }

    .dropdown-container .dropdown-menu a {
        text-decoration: none;
        display: block;
        color: #000000;
        font-size: 15px;
        padding: 0px 6px;
        transition: all ease-in-out 0.3s;
    }

        .dropdown-container .dropdown-menu a:hover, .dropdown-container .dropdown-menu a:active, .dropdown-container .dropdown-menu a:focus {
            color: #f8c702;
        }

.dropdown-menu,
.dropdown-toggle {
    position: relative;
}

    .dropdown-menu::before,
    .dropdown-toggle::before {
        content: "";
        position: absolute;
        right: 9px;
        top: 44%;
        transform: translateY(-50%) rotate(45deg);
        border: 5px solid;
        border-top-color: rgba(0, 0, 0, 0);
        border-left-color: rgba(0, 0, 0, 0);
        margin-top: -2.5px;
        background-color: rgba(0, 0, 0, 0);
        transition: all ease-in-out 0.2s;
    }

.dropdown-menu {
    z-index: 10;
    position: relative;
}

    .dropdown-menu::before {
        z-index: -1;
        transform: rotate(-135deg);
        left: 139px;
        top: 0px;
        border-color: #ffffff;
        box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
    }

.dropdown-open .dropdown-menu.dropdown-active {
    display: block;
}

.dropdown-container.dropdown-open .dropdown-toggle {
    background-color: #0979ce;
    color: #ffffff;
}

    .dropdown-container.dropdown-open .dropdown-toggle:before {
        transform: rotate(-135deg);
    }

.dropdown-bordered .dropdown-toggle {
    border: 2px solid #000000;
    border-radius: 10px;
}

    .dropdown-bordered .dropdown-toggle:hover, .dropdown-bordered .dropdown-toggle:active, .dropdown-bordered .dropdown-toggle:focus {
        background-color: #0979ce;
        color: #ffffff;
        border-color: #ffffff;
    }

.dropdown-bordered .dropdown-menu {
    border: 2px solid #000000;
    border-radius: 10px;
}

    .dropdown-bordered .dropdown-menu::before {
        border-color: #000000;
    }

    .dropdown-bordered .dropdown-menu a {
        box-shadow: none;
        border-bottom: 2px solid #000000;
    }

    .dropdown-bordered .dropdown-menu li:last-child a {
        border-bottom: 0;
    }

.dropdown-gradient .dropdown-toggle,
.dropdown-gradient .dropdown-menu,
.dropdown-gradient a {
    background: #ff3131;
    background: -moz-linear-gradient(262deg, #ff3131 11%, #5400ff 100%);
    background: -webkit-linear-gradient(262deg, #ff3131 11%, #5400ff 100%);
    background: linear-gradient(262deg, #ff3131 11%, #5400ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3131",endColorstr="#5400ff",GradientType=1);
    color: #ffffff;
}

    .dropdown-gradient .dropdown-toggle::before {
        color: #ffffff;
    }

    .dropdown-gradient .dropdown-menu a {
        background: none;
        box-shadow: none;
        color: #ffffff;
    }

        .dropdown-gradient .dropdown-menu a:hover, .dropdown-gradient .dropdown-menu a:active, .dropdown-gradient .dropdown-menu a:focus {
            background: #ff3131;
            background: -moz-linear-gradient(66deg, #ff3131 11%, #5400ff 100%);
            background: -webkit-linear-gradient(66deg, #ff3131 11%, #5400ff 100%);
            background: linear-gradient(66deg, #ff3131 11%, #5400ff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3131",endColorstr="#5400ff",GradientType=1);
        }

    .dropdown-gradient .dropdown-menu::before {
        box-shadow: none;
        border-color: #ff3131;
    }

.dropdown-solid .dropdown-toggle,
.dropdown-solid .dropdown-menu {
    background-color: #0979CE;
    color: #ffffff;
}

    .dropdown-solid .dropdown-menu a {
        color: #ffffff;
    }

        .dropdown-solid .dropdown-menu a:hover, .dropdown-solid .dropdown-menu a:active, .dropdown-solid .dropdown-menu a:focus {
            background-color: #ffffff;
            color: #000000;
        }

    .dropdown-solid .dropdown-menu::before {
        border-color: #0979CE;
    }


.line {
    line-height: 20px !important;
}

.pie-chart-back.mudule-box img {
    width: 72px;
}


.pie-chart-back.mudule-box h5 {
    font-family: math;
    font-size: 18px;
    color: #000;
    padding-top: 5px;
}

.mudule-box {
    background-image: linear-gradient(181deg, #ffeb3b00 0%, rgb(15 50 87 / 20%) 179%) !important;
    transition: 0.3s All;
    min-height: 161px;
    margin-top: 10px;
    cursor: pointer;
    padding: 12px 5px !important;
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

    .mudule-box:hover {
        transform: scale(1.1);
        transition: 0.3s All;
        box-shadow: 0px 4px 10px rgb(31 56 107 / 66%);
    }
/*---------------------
  top CSS
-----------------------*/

.slide-in-elliptic-top-fwd {
    -webkit-animation: slide-in-elliptic-top-fwd .7s cubic-bezier(.25,.46,.45,.94) both;
    animation: slide-in-elliptic-top-fwd .7s cubic-bezier(.25,.46,.45,.94) both
}


@-webkit-keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1
    }
}

@keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1
    }
}

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both
}


@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.modal-dialog {
    margin-top: 125px;
    max-width: 909px;
}

li.nav-item a {
    font-size: 16px;
    color: #00eaff;
}

.top-menu-left p {
    color: #fff;
}

.topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: -3px 0px 7px #0170ef;
    position: relative;
}

.top-menu {
    float: right;
    position: relative;
    width: auto;
    margin-right: 0px;
}

    .top-menu ul li {
        font-family: "Inter", sans-serif;
        position: relative;
        display: inline-block;
        color: #333;
        padding: 0px 5px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

        .top-menu ul li a {
            display: inline-block;
            color: #fff;
            padding: 3px;
        }

    .top-menu li a:hover {
        color: #f8c702
    }

    .top-menu ul li:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .top-menu ul li:first-child {
        border-right: 0px solid rgba(255, 255, 255, 0.1);
    }

.top-menu-left {
    float: left;
    position: relative;
    width: auto;
    margin-left: 7px;
}

    .top-menu-left ul li {
        /*font-family: "Inter", sans-serif;*/
		font-family: "Inter", sans-serif;
        position: relative;
        display: inline-block;
        color: #333;
        padding: 0px 5px;
        height: 28px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

        .top-menu-left ul li a {
            display: inline-block;
            color: #fff;
            padding: 5px;
        }

    .top-menu-left li a:hover {
        color: #f8c702
    }

    .top-menu-left ul li:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

.top-menu p {
    color: #fff;
}

div.header {
    background-color: #1f386b;
    background-image: url("../images/download.svg")
}


a.font-t {
    font-size: 18px;
}

.birthday {
    width: 21%;
    bottom: 30px;
}

.floating {
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 2px;
    margin-top: 5px;
}

@keyframes floating {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 15px);
    }
}

.announcements {
    width: 100%;
    padding: 21px 0 0;
    display: flex;
    margin: 10p;
    justify-content: flex-end;
}

    .announcements a {
        word-spacing: 2px;
        display: block;
        border: 1px dashed #208106;
        color: #000;
        border-radius: 10px;
        padding: 10px 11px 10px 28px;
        font-size: 11pt;
        min-width: 128px;
        margin: 0 5px;
        text-align: left;
    }

.announcement-button {
    bottom: -4px;
    right: 25px;
    width: 55px;
    border-radius: 50%;
}

.announcement-button,
.birthday {
    cursor: pointer;
    position: fixed;
    z-index: 1;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity 0.5s ease-out, visibility linear;
        visibility: visible;
        opacity: 1;
    }


main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #114143;
    position: relative;
    border: 3px;
    padding: 34px;
    border-radius: 50%;
    right: 20px;
    bottom: 90px;
    flex-direction: column-reverse;
}

    main::after {
        content: "";
        border-radius: 100px;
        padding: 40px;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23ECDB0FFF' stroke-width='7' stroke-dasharray='50%25%2c 13%25' stroke-dashoffset='86' stroke-linecap='butt'/%3e%3c/svg%3e");
        position: absolute;
        background-color: transparent;
        -webkit-animation: 0.75s linear infinite spinner-border;
        animation: 8s ease-out infinite spinner-border;
    }

    main .notification {
        position: absolute;
        width: 2em;
        height: 2em;
        right: 41px;
    }

        main .notification svg {
            width: 5em;
            height: 5em;
        }

            main .notification svg > path {
                fill: #ffffff;
            }

    main .notification--bell {
        animation: 2.2s linear infinite bell;
        transform-origin: 50% 0%;
    }

    main .notification--bellClapper {
        animation: 2.2s linear 0.1s infinite bellClapper;
    }

    main .notification--num {
        position: absolute;
        top: -10%;
        left: 123%;
        font-size: 10pt;
        border-radius: 50%;
        width: 25px;
        font-weight: 700;
        height: 25px;
        background-color: #ff4c13;
        border: 4px solid #ff4c13;
        color: #fff;
        text-align: center;
        animation: 2.2s linear notification;
    }

@keyframes bell {
    0%, 100%, 25%, 75% {
        transform: rotate(0);
    }

    40% {
        transform: rotate(10deg);
    }

    45% {
        transform: rotate(-10deg);
    }

    55% {
        transform: rotate(8deg);
    }

    60% {
        transform: rotate(-8deg);
    }
}

@keyframes bellClapper {
    0%, 100%, 25%, 75% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-0.15em);
    }

    45% {
        transform: translateX(0.15em);
    }

    55% {
        transform: translateX(-0.1em);
    }

    60% {
        transform: translateX(0.1em);
    }
}

@keyframes notification {
    0%, 100%, 25%, 75% {
        opacity: 1;
    }

    30%, 70% {
        opacity: 0;
    }
}


.bg-theme-colored {
    /* background-color: #1F386B !important; */
    background-color: #1F386B;
    opacity: 1;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(45deg, #324a78 0, #324a78 1px, #1F386B 0, #1F386B 50%);
}

.bg-theme-colored-darker2 {
    /* background-color: #1c325f !important; */
    background-color: #1c325f;
    opacity: 1;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(45deg, #324a78 0, #324a78 1px, #1c325f 0, #1c325f 50%);
}

.bg-theme-colored-darker3 {
    /*  background-color: #192e57 !important; */
    background-color: #192e57;
    opacity: 1;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(45deg, #324a78 0, #324a78 1px, #192e57 0, #192e57 50%);
}

.bg-theme-colored-darker4 {
    /* background-color: #172a4f !important; */
    background-color: #172a4f;
    opacity: 1;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(45deg, #324a78 0, #324a78 1px, #172a4f 0, #172a4f 50%);
}

.sm-height-auto {
    transition-duration: 0.3s;
    transition-property: transform;
}

    .sm-height-auto:hover {
        transform: translateY(-6px);
        animation-name: hover;
        animation-duration: 1.5s;
        animation-delay: 0.3s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }


.category-text h2 {
    font-family: "Inter", sans-serif;
    font-weight: 100;
}

.category-text p {
    font-family: "Inter", sans-serif;
    font-weight: 100;
    color: #fffa01;
    padding: 0px 50px 0px 53px;
}

a.main-btn li {
    font-family: "Inter", sans-serif;
}


div#patnar-logo {
    position: absolute;
    margin: 22px 160px;
    border-radius: 80px;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='60' height='60' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(47, 100%, 50%, 1)'/><path d='M0 40.438c3.235 0 6.096 1.79 6.992 4.48 1.035 3.104.483 6.002-1.586 8.209C3.476 55.194 2.53 57.605 2.527 60M0 19.562c3.22 0 5.766-1.241 7.008-4.828 1.034-3.103.417-5.793-1.653-8C3.337 4.716 2.495 2.313 2.527 0m54.946 0c-.001 2.395-.95 4.806-2.88 6.873-2.068 2.207-2.62 5.105-1.585 8.209.896 2.69 3.757 4.48 6.992 4.48m-30-9.125c-3.235 0-6.096 1.791-6.992 4.481-1.035 3.104-.483 6.002 1.586 8.209 1.93 2.067 2.877 4.478 2.879 6.873-.001 2.395-.95 4.806-2.88 6.873-2.068 2.207-2.62 5.105-1.585 8.209.896 2.69 3.757 4.48 6.992 4.48 3.22 0 5.766-1.241 7.008-4.828 1.034-3.103.417-5.793-1.653-8-2.018-2.018-2.86-4.421-2.828-6.734-.033-2.313.81-4.716 2.828-6.734 1.294-1.38 2.019-2.948 2.13-4.688.066-1.044-.09-2.15-.477-3.314-1.242-3.587-3.787-4.827-7.008-4.827zm30 30c-3.235 0-6.096 1.791-6.992 4.481-1.035 3.104-.483 6.002 1.586 8.209 1.93 2.067 2.877 4.478 2.879 6.873'  stroke-width='1' stroke='hsla(259, 0%, 100%, 0.19)' fill='none'/><path d='M59.985 32.527c-2.313-.033-4.716.81-6.735 2.828-1.379 1.294-2.947 2.019-4.687 2.13-1.044.066-2.15-.09-3.314-.477-3.587-1.242-4.827-3.787-4.827-7.008 0-3.235 1.791-6.096 4.48-6.992 1.165-.388 2.3-.553 3.38-.498 1.8.09 3.45.79 4.83 2.084 2.067 1.93 4.478 2.877 6.873 2.879M10.438 0c0 3.22 1.241 5.766 4.828 7.008 3.103 1.034 5.793.417 8-1.653 2.018-2.018 4.421-2.86 6.734-2.828 2.313-.033 4.716.81 6.734 2.828 1.38 1.294 2.948 2.019 4.688 2.13 1.044.066 2.15-.09 3.314-.477C48.323 5.766 49.563 3.22 49.563 0M0 32.527c2.313-.033 4.716.81 6.734 2.828 1.38 1.294 2.948 2.019 4.688 2.13 1.044.066 2.15-.09 3.314-.477 3.587-1.242 4.827-3.787 4.827-7.008 0-3.235-1.791-6.096-4.481-6.992-1.164-.388-2.298-.553-3.379-.498-1.8.09-3.45.79-4.83 2.084C4.806 26.524 2.395 27.47 0 27.473M49.563 60c0-3.235-1.791-6.096-4.481-6.992-3.104-1.035-6.002-.483-8.209 1.586-2.067 1.93-4.478 2.877-6.873 2.879-2.395-.001-4.806-.95-6.873-2.88-1.38-1.292-3.027-1.992-4.828-2.083a8.191 8.191 0 00-.82 0h0a9.62 9.62 0 00-2.561.498c-2.69.896-4.48 3.757-4.48 6.992'  stroke-width='1' stroke='hsla(259, 0%, 100%, 0.19)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}


.modal-content {
    background-image: url('../images/popup-back.jpg');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: rgb(0 0 0 / 56%) 0px 22px 70px 4px;
    border-radius: 30px;
    text-align: center;
    min-height: 560px;
    border: 4px dotted#e2f4f6;
}

/* --------------------icon-popup------------------ */
.scroll {
    height: 455px;
    overflow: auto;
}

.box1 img {
    width: 42px;
}

.box1 {
    padding: 10px;
    width: 135px;
    color: #000;
    font-size: 15px;
    opacity: 0.8;
    background-image: radial-gradient(circle at center center, #f9f5d5, #ffeb3b), repeating-radial-gradient(circle at center center, #f9f5d5, #f9f5d5, 10px, transparent 20px, transparent 10px);
    background-blend-mode: multiply;
    border-radius: 10px;
    margin: 15px 4px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    transition: all .3s;
}

button.close.bt {
    padding: 0px 40px;
    font-size: 30px;
}

.box1:hover {
    transition: all .3s;
    transform: scale(.9);
    transform: all;
}


.box.d-flex.flex-wrap {
    height: 410px;
    overflow: auto;
}

footer#footer-part {
    /*margin-top: 87px;*/
}


.border {
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 10px;
    animation: border-dance 4s infinite linear;
}

@keyframes border-dance {
    0% {
        background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
    }

    100% {
        background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
    }
}

a#open-button {
    background-color: #0b1447;
    color: #fff;
}



/* scrollbar css start */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    border: thin solid transparent;
    box-shadow: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d7d7d7;
    border: thin solid #c3bfbf73;
    border-radius: 46px;
}
/* only body scroll code */
.All-body-scroll::-webkit-scrollbar-thumb {
    background: #e2e2e2;
    border: thin solid #c3bfbf73;
    border-radius: 0px;
}

.All-body-scroll::-webkit-scrollbar-thumb {
    background: #ec6a60;
    border: thin solid #ec6a60;
}

.All-body-scroll::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 10%) inset;
}


h5#exampleModalLabel {
    font-size: 22px;
    background-color: #ffeb3b;
    padding: 0px 57px;
    /* display: flex; */
    position: relative;
    border-radius: 20px;
    justify-content: center;
    align-items: flex-end;
    left: 38%;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}

.popup-box-title {
    padding-bottom: -10px;
    text-align: center;
    font-size: 22px;
    border-radius: 56px;
    width: 380px;
    border-bottom: 6px double#ffffff;
}


ul.noti li:before {
    content: '\f140';
    font-family: 'FontAwesome';
    padding: 0px 21px 0px 0px;
    position: absolute;
    left: -17px;
    color: #ff9800;
}

ul.noti li {
    border-bottom: 1p;
    padding: 9px;
    left: 20px;
    position: relative;
    border-bottom: 1px dashed#9bdfe8;
}


div#home ul {
    height: 384px;
    overflow: auto;
}

.singel-course ul {
    min-height: 209px;
    max-height: 209px;
    overflow: auto;
}

ul.d-flex.flex-wrap.h1 {
    height: 119px;
    overflow: auto;
}


a.js-menu-toggle.menu-toggle {
    color: #ffeb3b;
}

.blink {
    animation: blinker 0.9s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

blink {
    animation: blinker 0.9s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.service-icon img {
    width: 40px;
}

.serviceBox {
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 10px 10px 0;
    position: relative;
    transition: all .3s;
}

    .serviceBox:hover {
        transform: scale(1.1);
        transition: all .3s;
    }


    .serviceBox:before {
        content: "";
        background: #a0d0d7;
        width: 100%;
        height: 50px;
        position: absolute;
        top: 15px;
        left: 0;
        clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%)
    }

    .serviceBox .service-icon {
        /*padding: 10px;*/
        color: #fff;
        background: #F97F51;
        font-size: 40px;
        line-height: 51px;
        width: 60px;
        height: 60px;
        margin: 0 auto 10px;
        box-shadow: 7px 0 10px rgb(0 0 0 / 30%), 0 0 0 3px #fff, 5px 0 20px rgb(0 0 0 / 40%);
        border-radius: 10px;
        transform: rotate(360deg);
        position: relative;
        transition: all 0.3s ease 0s;
    }

        .serviceBox .service-icon i {
            transform: rotate(-45deg);
        }


    .serviceBox .title {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 10px;
        text-transform: capitalize;
        letter-spacing: 1px;
    }

    .serviceBox .description {
        color: #9f9f9f;
        font-size: 15px;
        line-height: 23px;
    }

    .serviceBox.green .service-icon {
        background: linear-gradient(#438F51,#93D16D);
    }

    .serviceBox.green .title {
        color: #438F51;
    }

    .serviceBox.blue .service-icon {
        background: linear-gradient(#3983A5,#4EDCE3);
    }

    .serviceBox.blue .title {
        color: #3983A5;
    }

    .serviceBox.purple .service-icon {
        background: linear-gradient(#9835C4,#E244E9);
    }

    .serviceBox.purple .title {
        color: #9835C4;
    }

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

.nice-select {
    font-size: 1.1rem;
    line-height: 35px;
}

.hamburger {
    position: absolute;
    left: 80px;
    top: 8px;
    display: flex;
    height: 18px;
    width: 24px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.hamburger__icon {
    display: inline-block;
    height: 2px;
    width: 24px;
    background: #fff;
    border-radius: 2px;
}

.share h4 {
    border-bottom: 1px dashed#fff;
    padding: 10px;
}

.sidebar {
    height: 100vh;
    width: 320px;
    background-color: #e2f6f9;
    opacity: 1;
    background-image: radial-gradient(circle at center center, #f0fcfe, #e2f6f9), repeating-radial-gradient(circle at center center, #f0fcfe, #f0fcfe, 5px, transparent 10px, transparent 5px);
    background-blend-mode: multiply;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    z-index: 2;
    flex-direction: column;
    transform: translatex(-100%);
    transition: transform 0.4s ease-in-out;
}

.sidebar__close {
    position: absolute;
    top: 50%;
    right: -30px;
    background: #1f386b;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translatex(-100%);
    cursor: pointer;
    transition: transform 0.4s ease-in-out 0.2s;
}

    .sidebar__close::before, .sidebar__close::after {
        content: "";
        height: 2px;
        background: #fff;
        width: 24px;
        display: block;
        position: absolute;
    }

    .sidebar__close::after {
        transform: rotate(90deg);
    }

.sidebar__menu {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    font-size: 36px;
    margin-top: 80px;
    margin-bottom: 80px;
    color: #898989;
}

    .sidebar__menu a {
        color: currentcolor;
        text-decoration: none;
        transform: translatex(-80%);
        transition: transform 0.4s ease-in-out;
    }

        .sidebar__menu a::before {
            content: "";
            height: 2px;
            background: #898989;
            width: 120px;
            position: absolute;
            bottom: -2px;
            left: 0;
            transform: translatex(-50%);
            opacity: 0;
            transition: transform 0.4s ease-in-out, opacity 0.4s linear;
        }

.
.sidebar__social {
    display: flex;
    list-style: none;
    padding: 0;
}

.sidebar__social li {
    margin: 4px;
}

.sidebar__social a, .sidebar__social svg {
    display: inline-block;
    height: 18px;
    width: 18px;
}

.menu-control {
    display: none;
}

    .menu-control:checked + .sidebar {
        transform: translatex(0);
    }

        .menu-control:checked + .sidebar .sidebar__close {
            transform: translatex(0) rotate(45deg);
        }

        .menu-control:checked + .sidebar .sidebar__menu a {
            transform: translatex(0);
        }


/*===========================
      profile-slide
===========================*/


.profile {
    height: 100vh;
    width: 300px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #253e70;
    background-blend-mode: multiply;
    position: fixed;
    top: 0;
    right: -21px;
    display: flex;
    z-index: 2;
    flex-direction: column;
    transform: translatex(100%);
    transition: transform 0.4s ease-in-out;
}

.profile__close {
    position: absolute;
    top: 50%;
    right: 266px;
    background: #1f386b;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    transform: translatex(100%);
    cursor: pointer;
    transition: transform 0.4s ease-in-out 0.2s;
}

    .profile__close::before, .profile__close::after {
        content: "";
        height: 2px;
        background: #fff;
        width: 24px;
        display: block;
        position: absolute;
    }

    .profile__close::after {
        transform: rotate(90deg);
    }

.profile__menu {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    font-size: 36px;
    margin-top: 80px;
    margin-bottom: 80px;
    color: #898989;
}

    .profile__menu a {
        color: currentcolor;
        text-decoration: none;
        transform: translatex(-80%);
        transition: transform 0.4s ease-in-out;
    }

        .profile__menu a::before {
            content: "";
            height: 2px;
            background: #898989;
            width: 120px;
            position: absolute;
            bottom: -2px;
            left: 0;
            transform: translatex(-50%);
            opacity: 0;
            transition: transform 0.4s ease-in-out, opacity 0.4s linear;
        }

.
.profile__social {
    display: flex;
    list-style: none;
    padding: 0;
}

.profile__social li {
    margin: 4px;
}

.profile__social a, .profile__social svg {
    display: inline-block;
    height: 18px;
    width: 18px;
}

.profile-control {
    display: none;
}

    .profile-control:checked + .profile {
        transform: translatex(0);
    }

        .profile-control:checked + .profile .profile__close {
            transform: translatex(0) rotate(45deg);
        }

        .profile-control:checked + .profile .profile__menu a {
            transform: translatex(0);
        }

/*===========================
      table-css-start 
===========================*/

.demo {
    background-color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
}

.panel {
    padding: 20px;
    border-radius: 0;
    border: none;
}

    .panel .panel-heading {
        padding: 0 0 20px 0;
        border-radius: 0;
        margin: 0;
    }

        .panel .panel-heading .title {
            color: #566787;
            font-size: 22px;
            font-weight: 400;
            text-transform: capitalize;
            margin: 6px 0;
        }

            .panel .panel-heading .title span {
                font-weight: 700;
            }

        .panel .panel-heading .search-box1 {
            position: relative;
        }

            .panel .panel-heading .search-box1 i {
                color: #a0a5b1;
                font-size: 13px;
                position: absolute;
                top: 11px;
                left: 15px;
            }

            .panel .panel-heading .search-box1 .form-control {
                padding: 0 0 0 40px;
                border-color: #ddd;
                border-radius: 20px;
            }

                .panel .panel-heading .search-box1 .form-control:focus {
                    border-color: #3FBAE4;
                    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
                }

    .panel .panel-body {
        padding: 0;
    }

        .panel .panel-body .table {
            margin: 0;
        }

    .panel .table-responsive .table-bordered {
        border: 1px solid #ddd;
    }

    .panel .panel-body .table thead tr th {
        font-size: 17px;
        font-weight: 600;
        padding: 12px;
    }

    .panel .panel-body .table tbody tr td {
        color: #555;
        font-size: 16px;
        padding: 15px 12px;
        vertical-align: middle;
    }

    .panel .panel-body .table tbody .action-list {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .panel .panel-body .table tbody .action-list li {
            display: inline-block;
            margin: 0 5px;
        }

            .panel .panel-body .table tbody .action-list li a {
                color: #03A9F4;
                font-size: 16px;
                position: relative;
                z-index: 1;
                transition: all 0.3s ease 0s;
            }

                .panel .panel-body .table tbody .action-list li a:hover {
                    text-shadow: 0 0 2px rgba(0,0,0,0.3);
                }

                .panel .panel-body .table tbody .action-list li a.edit {
                    color: #FFC107;
                }

                .panel .panel-body .table tbody .action-list li a.delete {
                    color: #E34724;
                }

                .panel .panel-body .table tbody .action-list li a:before,
                .panel .panel-body .table tbody .action-list li a:after {
                    content: attr(data-tip);
                    color: #fff;
                    background-color: #111;
                    font-size: 12px;
                    padding: 5px 7px;
                    border-radius: 4px;
                    text-transform: capitalize;
                    display: none;
                    transform: translateX(-50%);
                    position: absolute;
                    left: 50%;
                    top: -32px;
                    transition: all 0.3s ease 0s;
                }

                .panel .panel-body .table tbody .action-list li a:after {
                    content: '';
                    height: 15px;
                    width: 15px;
                    padding: 0;
                    border-radius: 0;
                    transform: translateX(-50%) rotate(45deg);
                    top: -18px;
                    z-index: -1;
                }

                .panel .panel-body .table tbody .action-list li a:hover:before,
                .panel .panel-body .table tbody .action-list li a:hover:after {
                    display: block;
                }

    .panel .panel-footer {
        color: #999;
        background-color: transparent;
        padding: 15px 0 0;
        border: none;
    }

        .panel .panel-footer .col {
            line-height: 35px;
        }

.pagination {
    margin: 0;
}

    .pagination li a {
        color: #999;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        line-height: 32px;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        padding: 0;
        margin: 0 2px;
        border: none;
    }

    .pagination li:first-child a,
    .pagination li:last-child a {
        border-radius: 30px;
    }

    .pagination li a:hover {
        color: #999;
        background: #e9ecef;
    }

    .pagination li a:focus,
    .pagination li.active a {
        color: #fff;
        background-color: #03a9f4;
    }

@media only screen and (max-width:767px) {
    .panel .panel-heading .title {
        text-align: center;
        margin: 0 0 10px;
    }
}

.label-success {
    background-color: #5cb85c;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

/*===========================
      table-css-end 
===========================*/



/*===========================
    1. Theme default css 
===========================*/



/* :root {
  --dark: #333333;
  --white:#fff;
  --background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='58' height='100.23' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M.111-33.307l-28.997 16.744zm.012.006l28.993 16.738-.004 33.485L.115 33.492l-28.997-16.57.004-33.485m40.992 43.198v-5.672l4.937 2.85M29.113 9.995L12.117.18l17-9.815M6.114 30.062L6.114 10.57l16.967 9.798m-51.963-3.446l57.998-33.485m-29 50.055l-.005-66.8m29.001 50.23l-57.99-33.485m57.992 19.63l-5-2.887 5.002-2.887m28.872-30.805L28.99-16.768zm.012.006l28.993 16.738-.004 33.485-28.997 16.57-28.997-16.57.004-33.485m-.004 33.485l57.998-33.485M57.992 33.287l-.004-66.799m29 50.229C67.615 5.529 48.285-5.633 28.999-16.768M28.998 2.86l4.998-2.886-4.998-2.886m6.029 23.076l16.964-9.794.002 19.49m-6-3.43v-5.67l-4.936 2.85M28.995 9.789L45.994-.026 28.998-9.84M-.003 66.943L-29 83.687zm.012.006l28.993 16.738-.004 33.485m0 0L.001 133.742m0 0l-28.997-16.57m0 0l.004-33.485m57.991 26.557l-16.996-9.814 17-9.815m-58 26.557l57.999-33.485M.001 133.742l-.004-66.8m29.001 50.23l-57.99-33.485m45.994-6.928l-5.005 2.89V73.87m11.005 6.353L5.999 90.04l-.002-19.633M29 103.317l-5-2.887 5.002-2.887m28.99-30.6L28.993 83.687zm.011.006l28.993 16.738-.004 33.485m0 0l-28.997 16.57m0 0l-28.997-16.57m0 0l.004-33.485m22.99-13.28v19.627l-16.995-9.813m-5.999 36.95l57.998-33.484m-29 50.055l-.005-66.8m29.001 50.23l-57.99-33.485M29 103.314L34 100.428 29 97.542m11.996-20.786l4.996 2.885v-5.77m-16.994 36.373l17-9.815L29 90.615M57.998 66.94l-.003-33.484zm-.012.008l-28.992 16.74L-.002 66.94l.148-33.397 28.849-16.827L57.99 33.463M.084 47.363L4.997 50.2.06 53.05m5.936 17.356l16.998-9.812v19.63m35.003-20.212L41 50.2l16.996-9.812m-57.878.067l16.88 9.745L.03 59.996m28.966-43.28v66.971M.144 33.544L57.999 66.94m-58 .001L57.99 33.463M40.994 76.759v-5.78l5.004 2.89m-5.004-50.221v5.772l5-2.886m-11 53.689V60.589l17.004 9.815m-40.003 3.467l5-2.887v5.775m41.002-29.444L53 50.2l4.998 2.885M22.995 20.217v19.589l-16.88-9.744m5.97-3.481l4.91 2.835v-5.7m18-3.535v19.63l16.997-9.813'  stroke-linecap='square' stroke-width='1' stroke='hsla(259, 0%, 99%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

:root.dark {
  --background-color: var(--dark);
  --light-color: var(--white);
}

body.dark {
  background-color: var(--background-image);

}

body {
  background-color: var(--background-color);

} */

:root {
    --background-color: #fff;
    --dark-bg-color: #333;
    --white: #fff;
    --dark-blue: #07294d;
}

    :root.dark {
        --background-color: var(--dark-bg-color);
        --white-color: var(--white);
    }

body.dark {
    background-color: var(--dark-bg-color);
    color: var(--dark-blue);
}

body {
    background-color: var(--background-color);
}



.navigation .navbar .navbar-nav li a {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    color: var(--white-color);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 12px 10px;
    border-right: 1px solid #ccc;
}


.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--background-color);
    z-index: 2;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
    -webkit-animation: sticky 2s;
    animation: sticky .6s;
}



.header-logo-support.pt-20.pb-20 {
    background-image: url("../images/header-back.svg")
}




.switch {
    position: relative;
    display: inline-block;
    width: 50px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderone {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .sliderone:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: #fff;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

input:checked + .sliderone {
    background-color: #7f7ff1;
}

input:focus + .sliderone {
    box-shadow: 0 0 1px #7f7ff1;
}

input:checked + .sliderone:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.sliderone.round {
    border-radius: 34px;
}

    .sliderone.round:before {
        border-radius: 50%;
    }


button#btn-decrease {
    color: #fff;
}

button#btn-orig {
    color: #fff;
}

button#btn-increase {
    color: #fff;
}



@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700');


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


button {
    background: transparent;
    border: 0;
    font-size: 18px;
    cursor: pointer;
}

body {
   /* font-family: "Inter", sans-serif;*/
	font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: "Inter", sans-serif;
    src: url(../fonts/"Inter", sans-serif.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Inter", sans-serif;
    src: url(../fonts/"Inter", sans-serif.ttf);
    font-display: swap;
}

img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: '"Inter", sans-serif', sans-serif;
    font-weight: 400;
    color: #1d2025;
    margin: 0px;
}

h1 {
    font-weight: 500;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #505050;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: top;
}

/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border: 1px solid #ffc600; */
    padding: 0 20px;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-top: 10px;
    line-height: 40px;
    border-radius: 5px;
    border-radius: 30px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='27' ry='27' stroke='%2307356BFF' stroke-width='5' stroke-dasharray='15%2c 15%2c 1' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 27px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: rgb(198 237 244 / 50%);
}

    .main-btn:hover {
        color: #ffc600;
        border-color: #07294d;
        background-color: #07294d;
    }


.arrowMove {
    animation: nudge 1s linear infinite alternate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
}



@keyframes nudge {
    0%, 40% {
        transform: translate(0px, 0);
    }

    20% {
        transform: translate(10px, 0);
    }
}


/*===== All Section Title Style =====*/

.section-title {
}

    .section-title h5 {
        color: #07294d;
        position: relative;
        padding-bottom: 12px;
    }

        .section-title h5::before {
            content: '';
            position: absolute;
            width: 35px;
            height: 2px;
            background-color: #ffc600;
            bottom: 0;
            left: 0;
        }

    .section-title h2 {
        font-size: 48px;
        color: #000;
        padding-top: 10px;
    }

/*===== Preloader Style =====*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

    .preloader .color-1 {
        background-color: #ffc600 !important;
    }

.rubix-cube {
    border: 1px solid #FFF;
    width: 48px;
    height: 48px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .rubix-cube .layer {
        width: 14px;
        height: 14px;
        background-color: #07294d;
        border: 1px solid #FFF;
        position: absolute;
    }

    .rubix-cube .layer-1 {
        left: 0px;
        top: 0px;
        -webkit-animation: rubixcube4 2s infinite linear;
        animation: rubixcube4 2s infinite linear;
    }

    .rubix-cube .layer-2 {
        left: 16px;
        top: 0px;
        -webkit-animation: rubixcube3 2s infinite linear;
        animation: rubixcube3 2s infinite linear;
    }

    .rubix-cube .layer-3 {
        left: 32px;
        top: 0px;
    }

    .rubix-cube .layer-4 {
        left: 0px;
        top: 16px;
        -webkit-animation: rubixcube5 2s infinite linear;
        animation: rubixcube5 2s infinite linear;
    }

    .rubix-cube .layer-5 {
        left: 16px;
        top: 16px;
        -webkit-animation: rubixcube2 2s infinite linear;
        animation: rubixcube2 2s infinite linear;
    }

    .rubix-cube .layer-6 {
        left: 32px;
        top: 16px;
        -webkit-animation: rubixcube1 2s infinite linear;
        animation: rubixcube1 2s infinite linear;
    }

    .rubix-cube .layer-7 {
        left: 0px;
        top: 32px;
        -webkit-animation: rubixcube6 2s infinite linear;
        animation: rubixcube6 2s infinite linear;
    }

    .rubix-cube .layer-8 {
        left: 16px;
        top: 32px;
        -webkit-animation: rubixcube7 2s infinite linear;
        animation: rubixcube7 2s infinite linear;
    }

@-webkit-keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }

    30% {
        top: 32px;
        left: 32px;
    }

    40% {
        top: 32px;
        left: 32px;
    }

    50% {
        top: 32px;
        left: 32px;
    }

    60% {
        top: 32px;
        left: 32px;
    }

    70% {
        top: 32px;
        left: 32px;
    }

    80% {
        top: 32px;
        left: 32px;
    }

    90% {
        top: 32px;
        left: 32px;
    }

    100% {
        top: 32px;
        left: 16px;
    }
}

@keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }

    30% {
        top: 32px;
        left: 32px;
    }

    40% {
        top: 32px;
        left: 32px;
    }

    50% {
        top: 32px;
        left: 32px;
    }

    60% {
        top: 32px;
        left: 32px;
    }

    70% {
        top: 32px;
        left: 32px;
    }

    80% {
        top: 32px;
        left: 32px;
    }

    90% {
        top: 32px;
        left: 32px;
    }

    100% {
        top: 32px;
        left: 16px;
    }
}

@-webkit-keyframes rubixcube2 {
    30% {
        left: 16px;
    }

    40% {
        left: 32px;
    }

    50% {
        left: 32px;
    }

    60% {
        left: 32px;
    }

    70% {
        left: 32px;
    }

    80% {
        left: 32px;
    }

    90% {
        left: 32px;
    }

    100% {
        left: 32px;
    }
}

@keyframes rubixcube2 {
    30% {
        left: 16px;
    }

    40% {
        left: 32px;
    }

    50% {
        left: 32px;
    }

    60% {
        left: 32px;
    }

    70% {
        left: 32px;
    }

    80% {
        left: 32px;
    }

    90% {
        left: 32px;
    }

    100% {
        left: 32px;
    }
}

@-webkit-keyframes rubixcube3 {
    30% {
        top: 0px;
    }

    40% {
        top: 0px;
    }

    50% {
        top: 16px;
    }

    60% {
        top: 16px;
    }

    70% {
        top: 16px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@keyframes rubixcube3 {
    30% {
        top: 0px;
    }

    40% {
        top: 0px;
    }

    50% {
        top: 16px;
    }

    60% {
        top: 16px;
    }

    70% {
        top: 16px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@-webkit-keyframes rubixcube4 {
    50% {
        left: 0px;
    }

    60% {
        left: 16px;
    }

    70% {
        left: 16px;
    }

    80% {
        left: 16px;
    }

    90% {
        left: 16px;
    }

    100% {
        left: 16px;
    }
}

@keyframes rubixcube4 {
    50% {
        left: 0px;
    }

    60% {
        left: 16px;
    }

    70% {
        left: 16px;
    }

    80% {
        left: 16px;
    }

    90% {
        left: 16px;
    }

    100% {
        left: 16px;
    }
}

@-webkit-keyframes rubixcube5 {
    60% {
        top: 16px;
    }

    70% {
        top: 0px;
    }

    80% {
        top: 0px;
    }

    90% {
        top: 0px;
    }

    100% {
        top: 0px;
    }
}

@keyframes rubixcube5 {
    60% {
        top: 16px;
    }

    70% {
        top: 0px;
    }

    80% {
        top: 0px;
    }

    90% {
        top: 0px;
    }

    100% {
        top: 0px;
    }
}

@-webkit-keyframes rubixcube6 {
    70% {
        top: 32px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@keyframes rubixcube6 {
    70% {
        top: 32px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@-webkit-keyframes rubixcube7 {
    80% {
        left: 16px;
    }

    90% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

@keyframes rubixcube7 {
    80% {
        left: 16px;
    }

    90% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}




.slide-popup {
    height: 100vh;
    overflow: auto;
}



/*=====================================================
   ABOUT PAGE CSS START 
======================================================*/


.common p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    font-family: '"Inter", sans-serif';
}

/*=====================================================
   ABOUT PAGE CSS END
======================================================*/

/*=====================================================
    2. HEADER css 
======================================================*/


/*===== Header top =====*/

.header-top {
    background-color: #07294d;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-contact {
}

    .header-contact ul {
    }

        .header-contact ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .header-contact ul li:last-child {
                margin-right: 0;
            }

            .header-contact ul li img {
            }

            .header-contact ul li span {
                color: #dee2e6;
                font-size: 15px;
                font-weight: 400;
                margin-left: 10px;
            }

.header-opening-time {
}

    .header-opening-time p {
        color: #dee2e6;
        font-size: 15px;
        font-weight: 400;
    }

/*===== Header Logo support =====*/

.header-logo-support {
    border-bottom: 1px solid #dbecff;
}

.support-button {
}

    .support-button .support {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 7px;
    }

        .support-button .support .icon {
        }

        .support-button .support .cont {
            margin-left: 15px;
            margin-top: -2px;
        }

            .support-button .support .cont p {
                font-size: 13px;
                color: #8a8a8a;
                line-height: 18px
            }

            .support-button .support .cont span {
                font-size: 18px;
                color: #07294d;
                font-family: 'Montserrat', sans-serif;
                font-weight: 700;
            }

    .support-button .button {
        margin-left: 25px;
    }

/*===== Header Menu =====*/

.navigation {
}

    .navigation.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        border-bottom: 1px solid #cecece;
        -webkit-box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
        box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
        -webkit-animation: sticky 2s;
        animation: sticky .6s;
    }

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.navigation .navbar {
    padding: 0;
}

    .navigation .navbar .navbar-nav {
    }

        .navigation .navbar .navbar-nav li {
            position: relative;
        }

            .navigation .navbar .navbar-nav li:last-child {
                margin-right: 0;
            }

            .navigation .navbar .navbar-nav li a {
                font-size: 18px;
               font-family: "Inter", sans-serif;
                   color:#FFFFFF;
                -webkit-transition: all 0.4s linear;
                transition: all 0.4s linear;
                padding: 6px 22px;
                border-right: 1px solid #ccc;
            }

        .navigation .navbar .navbar-nav > li > a.active,
        .navigation .navbar .navbar-nav > li > a:hover {
            color: #ffc600;
        }

        .navigation .navbar .navbar-nav li .sub-menu {
            background-color: #ffbc07;
            position: absolute;
            top: 110%;
            left: 0;
            background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='120' height='20' patternTransform='scale(1) rotate(25)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(47, 100%, 50%, 1)'/><path d='M-50.129 12.685C-33.346 12.358-16.786 4.918 0 5c16.787.082 43.213 10 60 10s43.213-9.918 60-10c16.786-.082 33.346 7.358 50.129 7.685'  stroke-width='1' stroke='hsla(33, 90%, 65%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
            width: 200px;
            border-radius: 0px 0px 8px 8px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
            z-index: 99;
        }

        .navigation .navbar .navbar-nav li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            top: 100%;
        }

        .navigation .navbar .navbar-nav li .sub-menu li {
            margin-right: 0;
        }

            .navigation .navbar .navbar-nav li .sub-menu li a {
                padding: 6px 15px;
                display: block;
                border-bottom: 1px solid rgba(255, 255, 255, 0.5);
                color: #000000;
                font-size: 16px;
            }

                .navigation .navbar .navbar-nav li .sub-menu li a.active,
                .navigation .navbar .navbar-nav li .sub-menu li a:hover {
                    padding-left: 20px;
                    color: #ffffff;
                }

.sub-nav-toggler {
    display: none;
}

.navigation .navbar .navbar-nav li .sub-menu li:last-child a {
    border-bottom: 0;
}

.navbar .navbar-toggler {
    padding: 3px 8px;
    margin: 18px 0;
    -webkit-transform: all 0.2s linear;
    transform: all 0.2s linear;
}

    .navbar .navbar-toggler .icon-bar {
        width: 30px;
        height: 2px;
        background-color: #07294d;
        display: block;
        margin: 5px 0;
        position: relative;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(46deg);
        transform: rotate(46deg);
        top: 7px;
    }

    .navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(134deg);
        transform: rotate(134deg);
        top: -7px;
    }

.right-icon {
}

    .right-icon ul li {
        display: inline-block;
        margin-right: 17px;
        padding: 10px 0;
    }

        .right-icon ul li:last-child {
            margin-right: 0;
        }

        .right-icon ul li a {
            font-size: 18px;
            color: #07294d;
            position: relative;
            padding-right: 7px;
        }

            .right-icon ul li a span {
                font-size: 12px;
                color: #fff;
                background-color: #ffc600;
                border-radius: 50%;
                padding: 0px 4px;
                position: absolute;
                top: -5px;
                right: 0;
            }

/*===== Index-2 =====*/

.header-social ul li {
    display: inline-block;
    margin-left: 10px;
}

    .header-social ul li:first-child {
        margin-left: 0;
    }

    .header-social ul li a {
        font-size: 15px;
        color: #dee2e6;
    }

.navigation-2 .navbar .navbar-nav li {
    margin-right: 40px;
}

    .navigation-2 .navbar .navbar-nav li a {
        padding: 45px 0;
    }

.navigation-2 .right-icon ul li {
    padding: 42px 0;
}

.navigation-2.sticky .navbar .navbar-nav li a {
    padding: 30px 0;
}

.navigation-2.sticky .right-icon ul li {
    padding: 25px 0;
}

/*===== Index-3 =====*/

.navigation-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 99;
}

    .navigation-3 .navbar .navbar-nav li a,
    .navigation-3 .right-icon ul li a {
        color: #fff;
    }

    .navigation-3.sticky .navbar .navbar-nav li a,
    .navigation-3.sticky .right-icon ul li a {
        color: #07294d;
    }

    .navigation-3.sticky .navbar .navbar-nav > li > a.active,
    .navigation-3.sticky .navbar .navbar-nav > li > a:hover {
        color: #ffc600;
    }

    .navigation-3 .navbar .navbar-toggler .icon-bar {
        background-color: #fff;
    }

    .navigation-3.sticky .navbar .navbar-toggler .icon-bar {
        background-color: #07294d;
    }



/*===== SEARCH BOX =====*/

.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='120' height='20' patternTransform='scale(1) rotate(25)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 0%, 0.29)'/><path d='M-50.129 12.685C-33.346 12.358-16.786 4.918 0 5c16.787.082 43.213 10 60 10s43.213-9.918 60-10c16.786-.082 33.346 7.358 50.129 7.685'  stroke-width='1' stroke='hsla(33, 0%, 100%, 0.17)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
    /* background-color: rgba(7, 41, 77, 0.5); */
    z-index: 999;
    display: none;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 50px;
    cursor: pointer;
    width: 30px;
    height: 25px;
}

    .closebtn span {
        width: 30px;
        height: 2px;
        background-color: #fff;
        position: relative;
        display: block;
    }

        .closebtn span:nth-of-type(1) {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 11px;
        }

        .closebtn span:nth-of-type(2) {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 9px;
        }

.search-box .serach-form input {
    width: 50%;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 2px solid #07294d;
    color: #07294d;
    padding-left: 20px;
    border-radius: 50px;
}

.search-box .serach-form button {
    position: absolute;
    top: 50%;
    left: 72%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #07294d;
    cursor: pointer;
    font-size: 16px;
}


/*=====================================================
    3. SLIDER css 
======================================================*/

.single-slider {
    padding-bottom: 300px;
}

.slider-cont {
    position: relative;
    z-index: 5;
}

    .slider-cont h1 {
        font-size: 60px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #fff;
        padding-bottom: 25px;
    }

    .slider-cont p {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        padding-bottom: 50px;
    }

    .slider-cont ul {
    }

        .slider-cont ul li {
            display: inline-block;
            margin-right: 15px;
        }

            .slider-cont ul li:last-child {
                margin-right: 0;
            }

.slider-active .slick-arrow {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.slider-active .next.slick-arrow {
    left: auto;
    right: 0;
}

.slider-active:hover .slick-arrow {
    left: 30px;
    opacity: 1;
    visibility: visible;
}

.slider-active:hover .next.slick-arrow {
    left: auto;
    right: 30px;
}

/*===== Index-2 =====*/

.slider-2 .slider-cont h1 {
    padding-bottom: 40px;
}

.slider-2.single-slider {
    padding-top: 230px;
    padding-bottom: 250px;
}

/*===== Index-3 =====*/

#slider-part-3 {
    position: relative;
    padding-top: 220px;
    padding-bottom: 120px;
}

    #slider-part-3::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

.slider-cont-3 {
    position: relative;
    z-index: 5;
    background-color: rgba(7, 41, 77, 0.8);
    padding: 70px 100px 80px;
}

    .slider-cont-3 h2 {
        color: #fff;
        font-size: 48px;
        padding-bottom: 8px;
    }

    .slider-cont-3 span {
        font-size: 24px;
        color: #fff;
    }

.slider-search {
    background-color: #fff;
    border-radius: 5px;
}

    .slider-search .nice-select {
        width: 100%;
        height: 55px;
        line-height: 55px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: 0;
    }

        .slider-search .nice-select span {
            font-size: 16px;
            font-family: 'Poppins', sans-serif;
            color: #07294d;
            font-weight: 400;
        }

        .slider-search .nice-select .list {
            width: 100%;
            border-radius: 0;
            margin: 0;
        }

        .slider-search .nice-select::after {
            border-bottom: 0;
            border-right: 8px solid #07294d;
            border-top: 8px solid transparent;
            height: 0px;
            margin-top: -4px;
            width: 0px;
        }

    .slider-search input {
        width: 100%;
        height: 55px;
        border: 0;
        border-left: 1px solid #a8a8a8;
        padding-left: 25px;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        color: #8a8a8a;
    }

    .slider-search .main-btn {
        line-height: 53px;
        width: 100%;
        padding: 0;
    }

        .slider-search .main-btn:hover {
            border-color: #07294d;
        }


.slider-feature {
}

.singel-slider-feature {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .singel-slider-feature .icon {
    }

    .singel-slider-feature .cont {
        padding-left: 30px;
    }

        .singel-slider-feature .cont h3 {
            color: #fff;
            padding-bottom: 3px;
            margin-top: -3px;
            font-size: 24px;
        }

        .singel-slider-feature .cont span {
            color: #fff;
            font-size: 15px;
        }


/*=====================================================
    4. CATEGORY css 
======================================================*/

.color-1 {
    background-color: #4785ff;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(220, 100%, 64%, 1)'/><path d='M14.498 16.858L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-width='1' stroke='hsla(220, 79%, 58%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.color-2 {
    background-color: #b6d56c;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(78, 56%, 63%, 1)'/><path d='M14.498 16.858L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-width='1' stroke='hsla(78, 48%, 57%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.color-3 {
    background-color: #ff7070;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 100%, 72%, 1)'/><path d='M14.498 16.858L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-width='1' stroke='hsla(0, 73%, 65%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.category {
    background-color: #3163c4;
    background-image: url("../images/slider-back.svg");
    border-radius: 10px;
    margin-top: -100px;
    position: relative;
}

.category-text {
}

    .category-text h2 {
        font-size: 36px;
        color: #fff;
        padding: 0 50px;
    }

.singel-category {
    padding: 20px 0;
    border-radius: 120px 120px 12px 10px;
    display: block;
}

    .singel-category .icon {
        display: inline-block;
    }

    .singel-category .cont {
        display: block;
    }

        .singel-category .cont span {
            color: #fff;
            font-size: 18px;
            padding-top: 0 67px 0px 72px;
        }

.category-slied {
}

    .category-slied a {
        display: block;
    }

    .category-slied .slick-arrow {
        position: absolute;
        top: 50%;
        right: -50px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .category-slied .prev.slick-arrow {
        right: auto;
        left: -50px;
    }

    .category-slied .slick-arrow i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        font-size: 24px;
        color: #333;
        cursor: pointer;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

        .category-slied .slick-arrow i:hover {
            background-color: #ffc600;
        }



/*=====================================================
    5. ABOUT css 
======================================================*/

#about-part {
    position: relative;
    padding-bottom: 20px;
}

.about-bg {
    position: absolute;
    bottom: -850px;
    right: 0;
    z-index: -2;
}

    .about-bg::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: rgb(255,255,255);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255,255,255,0)), to(rgba(255,255,255,1)));
        background: linear-gradient(180deg, rgba(255,255,255,0) -2%, rgba(255,255,255,1) 100%);
    }

    .about-bg img {
        width: 100%;
    }

.about-cont p {
    padding-top: 20px;
}

.about-event {
    box-shadow: 0px 5px 6px #e4e2e2;
    /*   -webkit-box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06); */
    padding: 30px 35px 37px;
    background-color: rgba(255, 255, 255, 0.95);
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='50' height='50' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 93%, 1)'/><path d='M50 25L37.5 50 25 25 37.5 0zm-25 0L12.5 50 0 25 12.5 0z'  stroke-width='1' stroke='hsla(259, 0%, 100%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

    .about-event .event-title h3 {
        font-family: "Inter", sans-serif;
        font-size: 26px;
        color: #fff;
        padding-bottom: 5px;
    }

    .about-event ul li .singel-event {
        border-bottom: 1px solid #cecece;
        padding: 10px
    }

    .about-event ul li:last-child .singel-event {
        border-bottom: 0;
    }

    .about-event ul li .singel-event span {
        font-size: 14px;
        color: #bed4eb;
        margin-right: 20px;
    }

        .about-event ul li .singel-event span i {
            color: #ffc600;
            margin-right: 3px;
        }

    .about-event ul li .singel-event a {
        display: block;
    }

        .about-event ul li .singel-event a h4 {
            padding-top: 5px;
            padding-bottom: 10px;
            color: #fff;
            line-height: 24px;
            font-size: 16px;
            -webkit-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

        .about-event ul li .singel-event a:hover h4 {
            color: #ffc600;
        }

.back-c {
    box-shadow: 0px 0px 191px 0px rgb(0 0 0 / 6%);
    padding: 13px 22px 22px;
    min-height: 223px;
    border-radius: 20px;
    background-color: #07284b;
    background-image: url("../images/common-back.svg")
}


.nav-tabs {
    border-bottom: 1px dashed#857f7f;
    background-color: rgb(62 79 176 / 30%);
    border-radius: 5px;
}


.chip a {
    margin: 5px 5px;
    border-radius: 18px;
    width: 187px;
    font-size: 18px !important;
    padding: 8px 13px;
    background-color: #ffad15;
}

.chip h4 {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    display: flex;
}

    .chip h4::before {
        content: '\f0ed';
        font-family: 'FontAwesome';
        padding: 0px 4px;
        color: #fff;
    }


.couter-wrapper.text-center.back-c {
    background-color: #7f5a83;
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
}

.link a {
    margin: 5px 5px;
    border-radius: 18px;
    width: auto;
    background-color: #f44034;
    padding: 8px 13px;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='50' height='50' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(4, 90%, 58%, 1)'/><path d='M50 25L37.5 50 25 25 37.5 0zm-25 0L12.5 50 0 25 12.5 0z'  stroke-width='1' stroke='hsla(259, 0%, 100%, 0.22)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}


.link h4 {
    font-size: 16px;
    color: #fff;
    font-family: "Inter", sans-serif;
}

    .link h4::before {
        content: '\f110';
        font-family: 'FontAwesome';
        padding: 0px 4px;
        color: #fff;
    }


.clearfix {
    clear: both;
}

.nav-link {
    display: block;
    padding: 0.5rem 0.2rem;
}

ul#myTab li a::before {
    content: '\f101';
    font-family: 'FontAwesome';
    padding: 0px 4px;
    color: #fff;
    font-size: 16px;
}





.couter-wrapper span {
    font-size: 36px;
    display: block;
    line-height: 1;
   
    color: #fff;
}

.couter-wrapper-2 span {
    color: #fff;
}

.couter-wrapper h3 {
    margin: 0;
    line-height: 1;
    font-size: 20px;
    /* font-weight: 600; */
    color: #ffc107;
    margin-top: 14px;
}

.couter-wrapper-2 h3 {
    color: #b8b8b8;
}

.couter-wrapper img {
    margin-bottom: 24px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    border-radius: 5px;
    color: #ffc600;
    margin: 8px;
    padding: 0 10px;
    border-color: #ffc600;
    background-color: transparent;
}



/*=====================================================
    6. APPLY css 
======================================================*/


.apply {
    margin-top: -100px;
    position: relative;
}

.apply-color-1 {
    background-color: #07294d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.apply-color-2 {
    background-color: #092e56;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.apply .apply-cont {
    padding: 45px 50px 50px;
}

    .apply .apply-cont h3 {
        font-size: 30px;
        color: #fff;
        padding-bottom: 15px;
    }

    .apply .apply-cont p {
        color: #fff;
        padding-bottom: 45px;
    }

    .apply .apply-cont .main-btn:hover {
        border-color: #ffc600;
    }


/*=====================================================
    7. COURSE css 
======================================================*/

.singel-course {
    border-radius: 5px;
    padding: 6px;
    overflow: hidden;
    min-height: 209px;
}

    .singel-course > .thum {
        position: relative;
    }

    .singel-course .thum .image {
        overflow: hidden;
    }

        .singel-course .thum .image img {
            width: 100%;
            -webkit-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

    .singel-course:hover .thum .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .singel-course .thum .price {
        position: absolute;
        right: 60px;
        bottom: -24px;
    }

        .singel-course .thum .price span {
            font-size: 14px;
            color: #07294d;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            width: 55px;
            height: 55px;
            line-height: 55px;
            border-radius: 50%;
            background-color: #ffc600;
            text-align: center;
        }

    .singel-course .cont {
        padding-top: 28px;
        padding-bottom: 34px;
        padding-left: 30px;
        padding-right: 30px;
    }

        .singel-course .cont > ul {
            display: inline-block;
            margin-right: 10px;
        }

        .singel-course .cont ul li {
            display: inline-block;
            margin: 1px;
        }

            .singel-course .cont ul li > i {
                font-size: 13px;
                color: #ffc600;
            }

        .singel-course .cont span {
            font-size: 13px;
            color: #000;
        }

        .singel-course .cont h4 {
            font-weight: 600;
            font-size: 24px;
            color: #000;
            padding-top: 15px;
            padding-bottom: 40px;
            -webkit-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

            .singel-course .cont h4:hover {
                color: #ffc600;
            }

    .singel-course .course-teacher {
        border-top: 1px solid #e0e0e0;
        padding-top: 20px;
        overflow: hidden;
    }

        .singel-course .course-teacher > .thum {
            display: inline-block;
        }

            .singel-course .course-teacher > .thum img {
                border-radius: 50%;
                width: 40px;
                height: 40px;
            }

        .singel-course .course-teacher .name {
            display: inline-block;
            margin-left: 10px;
            position: relative;
            bottom: 13px;
        }

            .singel-course .course-teacher .name a h6 {
                font-size: 15px;
                color: #24486e;
                -webkit-transition: all 0.4s linear;
                transition: all 0.4s linear;
            }

            .singel-course .course-teacher .name a:hover h6 {
                color: #ffc600;
            }

        .singel-course .course-teacher .admin {
            display: inline-block;
            float: right;
            overflow: hidden;
        }

            .singel-course .course-teacher .admin ul {
                margin-top: 8px;
            }

                .singel-course .course-teacher .admin ul li {
                    margin-right: 20px;
                }

                    .singel-course .course-teacher .admin ul li:last-child {
                        margin-right: 0;
                    }

                    .singel-course .course-teacher .admin ul li a {
                        font-size: 15px;
                        color: #8a8a8a;
                        -webkit-transition: all 0.4s linear;
                        transition: all 0.4s linear;
                    }

                        .singel-course .course-teacher .admin ul li a:hover {
                            color: #ffc600;
                        }

                        .singel-course .course-teacher .admin ul li a span {
                            color: #8a8a8a;
                            margin-left: 3px;
                        }

.news-slied {
}

    .news-slied .slick-arrow {
        position: absolute;
        top: -45px;
        right: 4px;
    }

    .news-slied .prev.slick-arrow {
        left: auto;
        right: 40px;
    }

    .news-slied .slick-arrow i {
        width: 30px;
        height: 30px;
        line-height: 27px;
        border-radius: 5px;
        color: #fff;
        border: 2px dashed #f9f9f9;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .news-slied .slick-arrow:hover i {
        border-color: #ffc600;
        background-color: #ffc600;
    }


.couter-wrapper.text-center.back-c {

    min-height: 100px !important;
}

/*=====================================================
    8. VIDEO FEATURES css 
======================================================*/

#video-feature {
    position: relative;
}

.feature-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.9);
}

.video {
    padding-left: 80px;
}

    .video i {
        width: 120px;
        height: 120px;
        line-height: 120px;
        text-align: center;
        font-size: 24px;
        background-color: #ffc600;
        color: #07294d;
        border-radius: 50%;
    }

.feature {
    position: relative;
    z-index: 5;
}

    .feature .feature-title {
    }

        .feature .feature-title h3 {
            font-size: 36px;
            color: #fff;
            padding-bottom: 15px;
        }

    .feature ul li .singel-feature {
        padding-top: 55px;
        overflow: hidden;
    }

        .feature ul li .singel-feature .icon {
            float: left;
            overflow: hidden;
            display: inline-block;
            padding-right: 30px;
        }

        .feature ul li .singel-feature .cont {
            width: 78%;
            float: left;
            overflow: hidden;
        }

            .feature ul li .singel-feature .cont h4 {
                font-size: 24px;
                color: #fff;
                padding-bottom: 15px;
            }

            .feature ul li .singel-feature .cont p {
                color: #fff;
            }


/*=====================================================
    9. TEACHERS css 
======================================================*/

.teachers-cont {
}

    .teachers-cont p {
        padding-top: 30px;
    }

.singel-teachers {
    position: relative;
}

    .singel-teachers .image {
        border-radius: 5px;
        overflow: hidden;
    }

        .singel-teachers .image img {
            -webkit-transition: all 0.4s linear;
            transition: all 0.4s linear;
            width: 100%;
        }

    .singel-teachers:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .singel-teachers .cont {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        width: 80%;
        background-color: #fff;
        border-radius: 5px;
        margin: 0 auto;
        padding: 15px;
    }

        .singel-teachers .cont a {
            display: block;
        }

            .singel-teachers .cont a h6 {
                color: #000;
                font-size: 15px;
                -webkit-transition: all 0.4s linear;
                transition: all 0.4s linear;
            }

            .singel-teachers .cont a:hover h6 {
                color: #ffc600;
            }

        .singel-teachers .cont span {
            font-size: 14px;
            color: #8a8a8a;
        }




/*=====================================================
    11. TEASTIMONIAL css 
======================================================*/

#testimonial {
}

    #testimonial .section-title {
        position: relative;
        z-index: 5;
    }

        #testimonial .section-title h5,
        #testimonial .section-title h2 {
            color: #fff;
        }

            #testimonial .section-title h5::before {
                background-color: #fff;
            }

.testimonial-slied {
    position: relative;
    z-index: 5;
}

.singel-testimonial {
    position: relative;
}

    .singel-testimonial .testimonial-thum {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .singel-testimonial .testimonial-thum img {
            border-radius: 5px;
        }

        .singel-testimonial .testimonial-thum .quote {
            position: absolute;
            right: -22px;
            top: -22px;
        }

            .singel-testimonial .testimonial-thum .quote i {
                width: 45px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                background-color: #ffc600;
                border-radius: 50%;
                color: #07294d;
                font-size: 18px;
            }

    .singel-testimonial .testimonial-cont {
        padding-left: 140px;
    }

        .singel-testimonial .testimonial-cont p {
            color: #fff;
            padding-bottom: 32px;
        }

        .singel-testimonial .testimonial-cont h6 {
            color: #fff;
            padding-bottom: 4px;
        }

        .singel-testimonial .testimonial-cont span {
            color: #fff;
            font-size: 18px;
        }

.testimonial-slied .slick-dots {
    margin: 0 auto;
}

    .testimonial-slied .slick-dots li {
        display: inline-block;
        margin-top: 15px;
    }

        .testimonial-slied .slick-dots li button {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #fff;
            font-size: 0;
            padding: 0;
            border: 0;
            margin: 0 3px;
            cursor: pointer;
        }

        .testimonial-slied .slick-dots li.slick-active button {
            background-color: #ffc600;
        }




/*=====================================================
    13. FOOTER css 
======================================================*/

.footer-top {
    padding-top:0px;
    background-color: #07284b;
    background-image: url("../images/footer_back.svg")
}

.footer-about {
    padding-right: 50px;
}

    .footer-about p {
        color: #fff;
        padding-top: 15px;
    }

    .footer-about ul li {
        display: inline-block;
        margin-right: 15px;
    }

        .footer-about ul li:last-child {
            margin-right: 0;
        }

        .footer-about ul li a {
            width: 35px;
            line-height: 35px;
            font-size: 15px;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            background-color: #021d3a;
            -webkit-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

            .footer-about ul li a:hover {
                background-color: #ffc600;
                color: #021d3a;
                -webkit-transition: all 0.4s linear;
                transition: all 0.4s linear;
            }


.footer-title h6 {
    font-size: 18px;
    color: #fff;
    padding-top:7px
}

.footer-link {
    overflow: hidden;
}

    .footer-link ul {
        width: 50%;
        float: left;
        overflow: hidden;
    }

        .footer-link ul li {
            line-height: 35px;
        }

            .footer-link ul li a {
                color: #fff;
                font-size: 15px;
                -webkit-transition: all 0.4s linear;
                transition: all 0.4s linear;
            }

                .footer-link ul li a i {
                    margin-right: 8px;
                    color: #ffc600;
                    -webkit-transition: all 0.4s linear;
                    transition: all 0.4s linear;
                }

                .footer-link ul li a:hover {
                    color: #ffc600;
                }

                    .footer-link ul li a:hover i {
                        margin-right: 15px;
                    }

.support ul {
    float: none;
    width: 100%;
}

.footer-address ul li {
    position: relative;
    margin-bottom: 10px;
}

    .footer-address ul li:last-child {
        margin-bottom: 0;
    }

    .footer-address ul li .icon i {
        font-size: 18px;
        color: #ffc600;
        position: absolute;
        left: 0;
        top: 5px;
    }

    .footer-address ul li .cont {
        padding-left: 35px;
    }

        .footer-address ul li .cont p {
            color: #fff;
        }

.footer-copyright {
    background-color: #021d3a;
}

    .footer-copyright .copyright p {
        color: #fff;
    }

        .footer-copyright .copyright p span {
            font-weight: 600;
        }

.back-to-top {
    position: fixed;
    right: 46px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #ffc600;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}

    .back-to-top:hover {
        color: #fff;
        background-color: #021d3a;
    }





/*=====================================================
    19. COUNT DOWN css 
======================================================*/

.count-down-cont {
    position: relative;
    z-index: 5;
}

    .count-down-cont h3 {
        font-size: 30px;
        color: #fff;
        font-weight: 500;
        padding-bottom: 5px;
    }

    .count-down-cont h2 {
        font-size: 72px;
        color: #ffc600;
        font-weight: 700;
        padding-bottom: 37px;
    }

.count-down-time {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .count-down-time .singel-count {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
    }

        .count-down-time .singel-count .number {
            font-size: 72px;
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            display: block;
        }

        .count-down-time .singel-count .title {
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 18px;
            display: block;
        }

span.cont p {
    color: #fff;
}

.category-form-3 {
    margin-top: 0;
    position: relative;
    z-index: 5;
}

    .category-form-3 .form-title {
        background-color: #ffc600;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .category-form-3 .form-title h3 {
            color: #07294d;
        }

        .category-form-3 .form-title span {
            font-weight: 600;
        }

    .category-form-3 .main-btn {
        color: #fff;
    }

        .category-form-3 .main-btn:hover {
            color: #ffc600;
            border-color: #07294d;
        }


/*=====================================================
    20. PAGE BANNER  css 
======================================================*/

.page-banner-cont {
    position: relative;
    z-index: 1;
}

    .page-banner-cont h2 {
        font-size: 52px;
        color: #fff;
        font-family: revert !important;
    }

    .page-banner-cont .breadcrumb {
        margin: 0;
        background: none;
        padding: 0;
    }

        .page-banner-cont .breadcrumb .breadcrumb-item {
            color: #ffc600;
            font-size: 18px;
            margin-bottom: 2px;
        }

            .page-banner-cont .breadcrumb .breadcrumb-item a {
                color: #fff;
            }

    .page-banner-cont .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
        content: "/";
        font-size: 18px;
    }


/*=====================================================
    21. ABOUT PAGE css 
======================================================*/

.about-image img {
    width: 100%;
    border-radius: 5px;
}

.about-singel-items {
}

    .about-singel-items span {
        font-size: 60px;
        color: #dbdbdb;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        line-height: 46px;
        padding-bottom: 22px;
    }

    .about-singel-items h4 {
        color: #000;
        font-size: 24px;
        padding-bottom: 25px;
    }


.t1 {
    font-family: "Inter", sans-serif;
    font-size: 17px !important;
}

.tab-content {
}

    .tab-content .singel-course .course-teacher .name {
        bottom: 0;
    }

.modal-open .modal {
    overflow-y: clip !important;
}

@media (max-width: 768px) {

    .hamburger {
        left: 28px;
        top: 12px;
    }


    .top-menu-left ul li {
        display: none;
    }

    div#patnar-logo {
        position: relative;
        margin: -184px 15px;
        top: 188px;
        border-radius: 90px;
        background-image: url("../images/logo-back.svg");
    }


    #about-part {
        padding-bottom: 19px;
        padding-top: 15px;
    }

    footer#footer-part {
        margin-top: 310px;
    }
}





/* dashboard-css */

.dashboard-back {
    background-color: #f3f3f3;
    opacity: 0.8;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(45deg, #e5e5e5 0, #e5e5e5 1px, #f3f3f3 0, #f3f3f3 50%);
    padding: 20px;
    min-height: 400px;
    width: 100%;
    border: 5px solid#f7f7f7;
    border-radius: 31px;
}

.dashboard h5 {
    line-height: 38px;
    padding-right: 11px;
}

.dashboard .nice-select {
    width: 179px;
    margin-right: 13px;
    height: 39px;
}

.dash-header-back {
    padding: 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px;
    border-radius: 18px;
    border-bottom: 4px solid#897524;
    background-color: #ffd868;
}


.fieldset {
    border: 2px dashed #dcdcdc;
    padding: 13px 40px 29px 40px;
    border-radius: 6px;
    margin-top: 32px;
    background-color: rgba(255,255,255,0.6);
}

h6.pt-1 {
    font-size: 18px;
}



legend h4 {
    background-color: #ffd868;
    width: 330px;
    padding: 2px 19px;
    box-shadow: inset 0px 0px 6px 0px #a2a2a2;
    clip-path: polygon(75% 0%, 80% 50%, 75% 100%, 0% 100%, 2% 50%, 0% 0%);
}

legend {
    width: 18%;
}

.display-date {
    text-align: center;
    font-size: .9rem;
    font-weight: 600;
    margin-right: 10px;
}

.display-time {
    font-size: 14px;
}

.pei-count {
    background-color: #4ab516;
    width: 96px;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 8px;
}


.pei-count-two {
    background-color: #03a9f4;
    width: 96px;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 8px;
}

.pei-count-three {
    background-color: #d66db0;
    width: 96px;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 8px;
}

.pei-count-common {
    background-color: #d66db0;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 8px;
}

.pie-chart-back { /*background-color: #f9ea8f; */
    background-image: linear-gradient(315deg, #f9ea8f 0%, #aff1da 74%);
    padding: 12px;
    border-radius: 5px;
}

.pie-chart-back-two {
    background-color: #aee1f9;
    background-image: linear-gradient(315deg, #aee1f9 0%, #f6ebe6 74%);
    padding: 12px;
    border-radius: 5px;
}

.pie-chart-back-three {
    background-color: #f6f0c4;
    background-image: linear-gradient(315deg, #f6f0c4 0%, #f5dcee 74%);
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 20px;
}

input[type="date"] {
    border: 0;
    padding: 5px;
    border-radius: 3px;
    margin-left: 14px;
}



.widget {
    width: 350px;
    background-color: #222D3A;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px #06060d;
}

.chart-header {
    background-color: #29384D;
    height: 40px;
    color: #929DAF;
    text-align: center;
    line-height: 40px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: 400;
    font-size: 1.5em;
    text-shadow: 1px 1px #06060d;
}


.chart-container {
    padding: 25px;
}

.shadow-inner {
    -webkit-filter: drop-shadow( 0px 3px 3px rgba(0,0,0,.5) );
    filter: drop-shadow( 0px 3px 3px rgba(0,0,0,.5) );
}


.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}



.circular-chart {
    display: block;
    width: 80px;
}

.circle-bg {
    fill: none;
    stroke: #fff;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #4ab516;
}

.circular-chart.pink .circle {
    stroke: #d16cad;
}

.circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

/* User Profile Card 3*/

table.table tr td {
    text-indent: 2px;
}

td.text-error div {
    margin-left: 39px;
    font-size: 14px;
}

.profile-scrool {
    height: 450px;
    overflow-y: scroll !important;
    overflow-x: hidden;
}

table.table {
    margin-left: 0px;
}
/*Profile Card 3*/
.profile-card-3 {

    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    height: 368px;
    border: none;
}

    .profile-card-3 .background-block {
        float: left;
        width: 100%;
        height: 140px;
        overflow: hidden;
        background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='58' height='100.23' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(220, 55%, 27%, 1)'/><path d='M.111-33.307l-28.997 16.744zm.012.006l28.993 16.738-.004 33.485L.115 33.492l-28.997-16.57.004-33.485m40.992 43.198v-5.672l4.937 2.85M29.113 9.995L12.117.18l17-9.815M6.114 30.062L6.114 10.57l16.967 9.798m-51.963-3.446l57.998-33.485m-29 50.055l-.005-66.8m29.001 50.23l-57.99-33.485m57.992 19.63l-5-2.887 5.002-2.887m28.872-30.805L28.99-16.768zm.012.006l28.993 16.738-.004 33.485-28.997 16.57-28.997-16.57.004-33.485m-.004 33.485l57.998-33.485M57.992 33.287l-.004-66.799m29 50.229C67.615 5.529 48.285-5.633 28.999-16.768M28.998 2.86l4.998-2.886-4.998-2.886m6.029 23.076l16.964-9.794.002 19.49m-6-3.43v-5.67l-4.936 2.85M28.995 9.789L45.994-.026 28.998-9.84M-.003 66.943L-29 83.687zm.012.006l28.993 16.738-.004 33.485m0 0L.001 133.742m0 0l-28.997-16.57m0 0l.004-33.485m57.991 26.557l-16.996-9.814 17-9.815m-58 26.557l57.999-33.485M.001 133.742l-.004-66.8m29.001 50.23l-57.99-33.485m45.994-6.928l-5.005 2.89V73.87m11.005 6.353L5.999 90.04l-.002-19.633M29 103.317l-5-2.887 5.002-2.887m28.99-30.6L28.993 83.687zm.011.006l28.993 16.738-.004 33.485m0 0l-28.997 16.57m0 0l-28.997-16.57m0 0l.004-33.485m22.99-13.28v19.627l-16.995-9.813m-5.999 36.95l57.998-33.484m-29 50.055l-.005-66.8m29.001 50.23l-57.99-33.485M29 103.314L34 100.428 29 97.542m11.996-20.786l4.996 2.885v-5.77m-16.994 36.373l17-9.815L29 90.615M57.998 66.94l-.003-33.484zm-.012.008l-28.992 16.74L-.002 66.94l.148-33.397 28.849-16.827L57.99 33.463M.084 47.363L4.997 50.2.06 53.05m5.936 17.356l16.998-9.812v19.63m35.003-20.212L41 50.2l16.996-9.812m-57.878.067l16.88 9.745L.03 59.996m28.966-43.28v66.971M.144 33.544L57.999 66.94m-58 .001L57.99 33.463M40.994 76.759v-5.78l5.004 2.89m-5.004-50.221v5.772l5-2.886m-11 53.689V60.589l17.004 9.815m-40.003 3.467l5-2.887v5.775m41.002-29.444L53 50.2l4.998 2.885M22.995 20.217v19.589l-16.88-9.744m5.97-3.481l4.91 2.835v-5.7m18-3.535v19.63l16.997-9.813'  stroke-linecap='square' stroke-width='1' stroke='hsla(220, 52%, 32%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
    }

        .profile-card-3 .background-block .background {
            width: 100%;
            vertical-align: top;
            opacity: 0.9;
            -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
            -webkit-transform: scale(1.8);
            transform: scale(2.8);
        }

    .profile-card-3 .card-content {
        width: 100%;
        padding: 9px 22px;
        color: #232323;
        float: left;
        background: #fff;
        height: 50%;
        border-radius: 0 0 5px 5px;
        position: relative;
        z-index: 9999;
    }

        .profile-card-3 .card-content::before {
            content: '';
            background: #fff;
            width: 120%;
            height: 100%;
            left: 13px;
            border-radius: 12px;
            bottom: 51px;
            position: absolute;
            z-index: -1;
            transform: rotate(-13deg);
        }

    .profile-card-3 .profile {
        border-radius: 50%;
        position: absolute;
        bottom: 50%;
        left: 50%;
        max-width: 100px;
        opacity: 1;
        box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
        border: 2px solid rgba(255, 255, 255, 1);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        z-index: 99999;
        height: 100px;
        top: 10%;
    }

    .profile-card-3 h2 {
        margin: 0 0 5px;
        font-weight: 600;
        
        font-size: 16px;
        color: #061568;
    }

        .profile-card-3 h2 small {
            display: block;
            font-size: 15px;
            margin-top: 10px;
        }

    .profile-card-3 i {
        display: inline-block;
        font-size: 16px;
        color: #c1c1c1;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        margin: 0 0px;
    }

    .profile-card-3 .icon-block {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

        .profile-card-3 .icon-block a {
            text-decoration: none;
        }

  /*Dashboard Counter*/
.couter-wrapper img {
    max-width: 54px;
    margin-bottom: 24px;
}
ul#MyPage div.singel-event {
    border-bottom: dashed 1px #1a497c;
}

li.dynamic {
    border-bottom: 1px solid #ffc107 !important;
}

.couter-wrapper.text-center.back-c.app-back img {
    max-width: 120px;
}


.couter-wrapper.text-center.back-c.app-back {
    width: 200px;
    border: 3px dashed #ededed;
}

a.inside {
    float: none;
    color: #3661af !important;
    background: none;
}