:root {
  --theme-color-1: #b52121;
}

body {overflow-x: hidden;}
body { font-family: 'Raleway', sans-serif;}

h1, h2, h3, h4, h5, h6 {color:#3a3a3a; font-weight: 600;}
p {color:#828282; font-weight: 400;}

/* donut chart - start */

.font-60 {font-size: 60px;}

.design-top-img {top: -30px; left: 0; right: 0; margin: 0 auto;}
.design-bottom-img {bottom: -35px; left: 0; right: 0; margin: 0 auto;}

.single-chart {width: 100%; justify-content: space-around;}
.circular-chart {display: block; margin: 10px auto; max-width: 100%; max-height: 250px; }
.circle-bg {fill: none; stroke: #eee; 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.purple .circle {stroke: #9400d3;}
.circular-chart.green .circle {stroke: #4cc790;}
.circular-chart.red .circle {stroke: #ff5757;}
.circular-chart.yello .circle {stroke: #ffc107;}

.circular-chart.orange-new .circle {stroke: #f5812b;}
.circular-chart.green-new .circle {stroke: #28a745;}
.circular-chart.blue-new .circle {stroke: #007bff;}
.circular-chart.pink-new .circle {stroke: #ef4b89;}

.percentage {fill: #666; font-family: sans-serif; font-size: 0.5em; text-anchor: middle;}

/* donut chart - end */
.front-banner {max-width: 60%; margin: 0 auto;}
.tokens-bg-img {position: absolute; top: 0px; left: 0px; height: 100%; z-index: 0;}
.shade {min-height: 271px; position: relative; color: #fff;}
.shade-1 {background:#f8791e;}
.shade-2 {background:#d2352e;}
.shade-3 {background:#1cc2ea;}
.shade-4 {background:#19a79f;}
.practice-bg-img {background-size: cover; background-repeat: no-repeat;}
.practice-back-img {
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px 30px;
}

.inner-bold-text > p {font-weight: bold; color:#343a40;}

.font-36 {font-size: 36px!important;}

.border-radius {border-radius: 10px;}

.theme-line {background: #ffa8a9; width: 90px; position: relative; height: 5px; border-radius: 30px;}
.theme-line::before {content: ''; position: absolute; width: 10px; height: 10px; background: #e90708; top: -3px; border-radius: 50%;
		animation: example 4s infinite;}
.outer-box.show {position: fixed; top: 0px; z-index: 999999999; background: #fff; right: 0px; left: 0px; box-shadow: 0px 5px 5px #00000014;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {color: #ffffff!important; background: #e80707!important;}
.nav-tabs .nav-link {color: #000;}

.hover-box {cursor: pointer;}
.hover-box:hover ul {display: inline-block!important; cursor: pointer; box-shadow:0px 10px 10px #0000001f; position: absolute;
    background: #fff; width: 100%; list-style: none; left: 0px; top: 56px; z-index: 9}
.hover-box:hover ul li {text-decoration: none; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #dee2e6;}
.hover-box:hover ul li:last-child {padding-bottom: 0px; margin-bottom: 0px; border-bottom: 0px;}
.hover-box:hover ul a:hover {text-decoration: none;color: #de0b0b!important; display: block;}
.hover-box:hover {background: linear-gradient(#bc1818, #ed0606); color: #fff;}
.gradient-theme {background: linear-gradient(#bc1818, #ed0606);}

.hide-caret.dropdown-toggle::after {display: none!important;}

.mn-h-162 {min-height: 162px;}
.font-14 {font-size: 14px;}
.font-16 {font-size: 18px;}
.font-20 {font-size: 20px;}
.font-26 {font-size: 26px;}
.font-36 {font-size: 36px!important;}
.font-55 {font-size: 55px!important;}
.box-left {width:19%;}
.box-right {width:66%;}
.w-custom-lg-50 {width: 50%!important;}
.btn-accordion-cstm:focus, .btn-accordion-cstm:hover {box-shadow: none; text-decoration: none;}

.line-climb {display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}


.outer-box.show .t-menu {display: none!important;}
.outer-box.show .navbar-brand {margin-bottom: 5px!important; margin-top: 5px;}
.outer-box.show .navbar-brand:before {background: transparent!important;}
.outer-box.show .navbar .menu li a {padding: 35px 0px 21px 0px!important}

.registration-css .form-control  {height: 45px!important;}

.banner-content {position: absolute; max-width:80%; margin: 0 auto; z-index: 9; width: 100%; height: 100%; left: 100px;
    padding: 10px 100px;}

.navbar-header.dashboard .navbar-brand:before {background: transparent;}

.border-red-1 {border-left:1px solid #e90708; border-right: 1px solid #e90708;}

.em_work_progress-number {position: relative; z-index: 1;}
.em_work_progress-number span {background: #e90708; border-radius: 50%; color: #fff; font-weight: 600; position: relative;
    height: 45px; width: 45px; line-height: 45px; display: inline-block; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.em_work_progress-number span:before {position: absolute; left: -20px; top: -20px; height: 85px; width: 85px;
    content: ""; background: #e90708; z-index: -1; border-radius: 50%; right: 0; margin: auto; opacity: .2;
    -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.em_work_progress-number span:after {position: absolute; left: -10px; top: -10px; height: 65px; width: 65px;
	content: ""; background: #e90708; z-index: -1; border-radius: 50%; right: 0; margin: auto; opacity: .4;
    -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.em_work_progress-number:first-child {background-image: none;}
.em_work_progress-number.line:before {position: absolute; top: 22px; width: calc(100% - 100px); height: 1px;
    background-image: -webkit-gradient(linear,left top,right top,from(#0c5adb),color-stop(40%,#0c5adb),color-stop(40%,transparent),to(transparent));
    background-image: -o-linear-gradient(left,#0c5adb,#0c5adb 40%,transparent 40%,transparent 100%);
    background-image: linear-gradient(90deg,#0c5adb,#0c5adb 40%,transparent 40%,transparent 100%); background-size: 12px 1px;
    content: ""; left: -143px;}

footer {background: #101010; color: #fff;}
footer ul {list-style: none; padding-left: 20px; margin-top: 20px; font-size: 14px;}
footer ul li {margin-bottom: 5px;}
footer ul li a {color: #fff; text-decoration: none; position: relative;}
footer ul li a:before {position: absolute; content: ""; left: -20px; top: 10px; background: #f8f9fe; height: 1px; width: 10px; font-size: 14px;}
footer ul li a:hover {color: #e90708; text-decoration: none;}

@keyframes example {0% {left:0px;} 50% {left:80px;} 100% {left:0px;}}

.circle-img {height: auto;
  position: absolute;
  width: 58%!important;
z-index: -9; left: -90px; animation: circle-animation 4s infinite; margin-top: 180px;}
@keyframes circle-animation {0% {top:0px;} 50% {top:20px;} 100% {top:0px;}}

.bg-layer {position: absolute; z-index: 9; color: #fff; left: 0px; bottom: 0px; right: 0px;}

.navbar .menu li a {font-size: 14px; color: #151515!important; font-weight: 400; margin-left: 26px; padding: 25px 0px 15px 0px!important;}
.navbar .menu li.active a, .navbar .menu li:hover a {border-bottom: 4px solid #e90708;}
.navbar .top-menu li a {font-size: 14px; color: #151515!important; font-weight: 400; margin-left: 20px;}
.navbar .t-menu:before {position: absolute; content: ''; top: 0; bottom: 0; left: -7px; width: 100vw; background: #fff5f5;
  transform: skewX(16deg); transform-origin: 50% 90%; will-change: transform; pointer-events: none; z-index: 0;}
.navbar .t-menu > .navbar-nav {position: relative;}
.navbar-brand > img {position: relative;}
.h-70 {height: 70px;}
.navbar .top-menu li a.text-theme, .r {color: #e90708!important;}
.navbar .login-menu li a:hover {color:#e90708!important}
.testimonials .carousel-control-prev-icon {background-image: url('../../assets/images/angle-arrow-left.png');}
.testimonials .carousel-control-next-icon {background-image: url('../../assets/images/angle-arrow-right.png');}

.navbar-brand {height: 70px; padding: 0px;}
/*.navbar-brand:before {position: absolute; content: ''; top: 0; right: 66%; bottom: 12px; width: 100vw; background: #fff5f5;
    transform: skewX(16deg); transform-origin: 50% 100%; will-change: transform; pointer-events: none; z-index: 0;}*/
.navbar-brand img, .img-custom {object-fit: contain; width: 100%; height: 100%; object-position: left;}



.owl-carousel .owl-dots {display: none;}
.owl-carousel .owl-nav {position: absolute; top: 50%; font-size: 60px; width: 100%; max-width: 1170px; margin: 0 auto; left: 0px; right: 0px;}
.owl-carousel .owl-nav .owl-prev {float: left;}
.owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-next:focus, .owl-carousel .owl-nav .owl-prev span:focus, .owl-carousel .owl-nav .owl-next span:focus {outline: 0px;}
.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {background: transparent!important; color: black!important}
.owl-carousel .owl-nav .owl-next {float: right;}
.owl-carousel .owl-nav span {background: #ffffff91; padding: 0px 20px 10px 20px;}

.owl-nav .owl-prev, .owl-nav .owl-next {display: none!important;}

.custom-button-our {
    min-width: 250px;
    padding: 12px!important;
}

.hover-text-deco-none:hover {text-decoration: none!important;}

@media only screen and (max-width: 1024px) {
  .design-top-img {top: -30px!important;}
}

@media only screen and (max-width: 992px) {
    .box-left {width:100%;}
    .box-right, .w-custom-lg-50 {width:100%;}
    .navbar .menu li a {margin-left: 0px;}
    .banner-content {max-width: 100%; left: 0px; margin-top: 90px; padding: 15px;}
    .navbar-brand:before {display: none;}
}

@media only screen and (max-width: 768px) {
  .em_work_progress-number.line:before {display: none;}
}

@media only screen and (max-width: 480px) {
  .w-small-100 {width: 100%;}
}


/* dashboard css - start */
.nav-list {list-style: none; padding: 0px; margin-top: 20px;}
.nav-list li {margin-bottom: 10px;}

.menu-nav {list-style: none; padding: 0px; display:flex}
.menu-nav li {margin-right: 10px;}

.navbar-nav .nav-link {margin-right: 20px;}
.navbar-nav .nav-link:hover {color: #e90708!important;}

.input-inner {position: relative;}
.input-inner input {border-radius: 20px; padding: 5px 15px; font-size: 14px; background:#ffe1e1; border: 0px;}
.input-inner input:focus {outline: none;}
.input-inner .search-inner {position: absolute; top: 7px; right: 10px; font-size: 14px;}
.carousel { max-height: 600px;}

/* dashboard css - end */

.label-top {position: absolute; top: -10px; font-size: 14px; background: #fff; left: 10px; padding: 0px 5px;}



/* custom-radio -- start */

.custom-radio .content {display: block; position: relative; padding-left: 25px; margin-bottom: 12px; cursor: pointer; font-size: 16px;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-weight: 600;}
.custom-radio .content input {position: absolute; opacity: 0; cursor: pointer;}
.custom-radio .checkmark {position: absolute; top: 6px; left: 0; height: 16px; width: 16px; background-color: #eee; border-radius: 50%;}
.custom-radio .content:hover input ~ .checkmark {background-color: #ccc;}
.custom-radio .content input:checked ~ .checkmark {background-color: #e90708;}
.custom-radio .checkmark:after {content: ""; position: absolute; display: none;}
.custom-radio .content input:checked ~ .checkmark:after {display: block;}
.custom-radio .content .checkmark:after {top: 4px; left: 4px; width: 8px; height: 8px; border-radius: 50%; background: white;}

/* custom-radio -- end */

/* dashbaord css */

.text-theme {color: var(--theme-color-1)!important}
.bg-theme {background: var(--theme-color-1)!important}
.border-r-20 {border-radius: 20px!important;}
.font-12 {font-size: 12px!important;}
.font-14 {font-size: 14px!important;}
.font-15 {font-size: 15px!important;}
.w-h-40 {width: 40px; height: 40px;}
.w-13 {width: 13px;}
.bg-fb {background: #36569b}
.w-70 {width: 70%;}
.rounded-5 {border-radius: 5px;}
.rounded-10 {border-radius: 10px;}
section .embed-responsive {overflow: hidden; border-radius: 40px;}
section .embed-responsive video {transition: all 2s;}
section .embed-responsive video:hover {transform: scale(1.1);}
section .video-button-hover {width: 195px;}
section .video-button-hover .video-text-unhover {display: none;}
section .video-button-hover:hover .video-text-hover {display: none;}
section .video-button-hover:hover .video-text-unhover {display: inline-block;}
section .review-para {max-height: 148px; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden;}
section .news-para {max-height :88px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;}
.partner-hover .image-color {display: none;}
.partner-hover .image-grey {display: inline-block;}
.partner-hover:hover .image-color {display: inline-block;}
.partner-hover:hover .image-grey {display: none;}
.news-btn {padding-left: 0px; padding-right: 0px; transition: all 2s;}
.news-btn:hover {padding-left:15px!important; padding-right:15px!important; box-shadow: 0px 10px 25px #ccccccad;}


.border-l-theme {border-left: 3px solid #e20909;}
.badge-custom {border-radius: 20px; font-size: 14px!important; padding: 3px 13px!important; color: #fff;}
.outline-none-focus:focus {box-shadow: none!important;}
.header {position: fixed; width: 100%; background: #fff; z-index: 99;}
header .navbar-nav .nav-link {font-weight: 400;}
.navbar-header {width: 322px; background: #fff;}
.navbar-brand {display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 0px 20px 0px 0px; height: 80px;}
.left-sidebar {background: #212120; position: fixed; width: 260px; height: 100%; top: 0; z-index: 10; margin-top: 80px;
  box-shadow: 0 3px 9px 0 rgba(169,184,200,.15); -webkit-box-shadow: 0 3px 9px 0 rgba(169,184,200,.15); -moz-box-shadow: 0 3px 9px 0 rgba(169,184,200,.15);
}
a:hover.bg-dark-imgs {text-decoration: none!important;}
.hover-theme-btn:hover {background-color: #9c0000!important;}

/*.bg-dark-imgs > div {background-image: url(assets/images/banner.png); background-size: cover; background-repeat: no-repeat;
    background-position: center; min-height:182px;}*/
.w-33 {width: 33.33%;}
.font-12 {font-size: 12px;}
.font-14 {font-size: 14px;}
.font-18 {font-size: 18px!important;}
.font-20 {font-size: 20px;}
.font-30 {font-size: 30px!important;}

.shdaow-custom-cover {box-shadow: 0px 0px 10px #00000012}
.text-line-through {text-decoration: line-through;}

.sidebar-nav ul li {list-style: none;}
.wt-snowrap {white-space: nowrap;}
.page-breadcrumb {padding: 80px 35px 0;}

.sidebar-nav #sidebarnav .sidebar-item .sidebar-link:hover {text-decoration: none; color: #de0b0b;}

.sidebar-nav #sidebarnav .nav-small-cap {font-size: 12px; padding: 0 30px; white-space: nowrap; display: flex; align-items: center;
	line-height: 30px; color: #000; opacity: 1; margin-bottom: 5px; text-transform: uppercase; font-weight: 500;}
.sidebar-nav ul {padding: 0px; margin: 0px}
.list-divider {height: 1px; background: #818181; display: block; margin: 10px 0 20px 30px; opacity: .1;}
.asid-icons {width: 20px; height: 20px; display: block; margin-top: -5px;}

.img-big.icon-show img {max-width: 20px;}
.icon-show.right {border-radius: 50%; width: 35px; height: 35px;}
.page-wraper {padding-top: 80px; height: 100%; padding-left: 260px; background: #f9f9f9; min-height: 100vh; padding-bottom: 50px;}
#main-wrapper[data-layout=vertical][data-sidebar-position=fixed][data-sidebartype=full] .topbar .top-navbar .navbar-collapse {
	margin-left: 260px;
}
.customize-input .form-control {padding: 8px 80px 8px 20px; color: #b8c3d5; display: inline-block; line-height: 13px; border-radius: 60px;}
.form-control-icon {position: absolute; top: 1px; right: 0px; height: 17px; width: 67px;}
.notify-no {position: absolute; top: -10px; right: -30px; line-height: 11px; padding: 4px 6px;}
.badge-primary {color: #fff; background-color: #e90708!important;}
.loader-box {height: calc(100vh - 130px);}

.plans-box.border-active-box {border: 3px solid #e90708;}
.plans-box {box-shadow: 0 0 15px #ececec; background-color: #fff; border-radius: 25px; text-align: center; padding-top: 40px;
  padding-bottom: 40px; transition: all 1s; cursor: pointer; position: relative; margin-bottom: 20px;
  border: 3px solid #e3e3e3;
}
.plans-box .icon {font-size: 30px; color: #e90708;}
.check-icon {position: absolute; right: 10px; top: 10px; background-color: #5cb85c; border-radius: 50%;
  font-size: 16px; color: #fff; width: 40px; height: 40px; line-height: 40px;}
.btn-buy {background-color: #e90708; border-radius: 25px; border: 1px solid #e90708; color: #fff;
  box-shadow: -2px 4px 8px #0000002b; font-size: 16px; padding: 9px 30px;}
.btn-buy:hover {color: #ffffff; text-decoration: none; outline: none; background-color: #d20b0c;}

.ellipsis-after-2 {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.progress-r1 {width:100%; display: flex; height: 14px; overflow: hidden; font-size: .75rem; background-color: #c5c5c5; border-radius: 2rem; margin-bottom: 15px;}

.progress-custom>span {width: 50%; height: 100%; overflow: hidden; position: absolute; top: 0; z-index: 1;}
.progress.yellow .progress-value {color: #fa8500;}
.progress.green .progress-value {color: #1abc9c;}
.progress.pink .progress-value {color: red;}
.progress.progress-custom.yellow, .progress.yellow .progress-bar {border-color: #fa8500; box-shadow: 0px 0px 10px #fa8500;}
.progress.green .progress-bar, .progress.progress-custom.green {border-color: #1abc9c; box-shadow: 0px 0px 10px #1abc9c;}
.progress.pink .progress-bar, .progress.progress-custom.pink {border-color: red; box-shadow: 0px 0px 10px #f00;}
.progress-custom .progress-value {width: 85%; height: 85%; border-radius: 50%; border: 0px solid #ebebeb; margin-top:30px; font-weight: bold;
  font-size: 32px; line-height: 125px; text-align: center; position: absolute;top: 7.5%; left: 7.5%;}
.progress-custom, .sm-progrs-cstm .progress-custom {width: 200px; height: 200px!important; line-height: 150px!important; background: 0 0; margin: 0 auto; background: #fff!important;
  box-shadow: none; border: 5px solid #fff; border-radius: 25px!important; position: relative;}
.progress-bar {display: flex; flex-direction: column; justify-content: center; color: #fff;
  text-align: center; white-space: nowrap; background-color: #207eff; transition: width .6s ease;}
.progress-custom .progress-left {left: 0;}
.progress-custom .progress-right {right: 0;}
.redText {color: red; cursor: pointer;}
.greenText {color: green; cursor: pointer;}

.w-20 {width:20%;}


.sidebar-nav {max-height: 100vh; overflow-y: auto; overflow-x: hidden;}
.sidebar-nav #sidebarnav .sidebar-item .sidebar-link {color:#ffffff;font-size: 14px; padding: 15px 15px 15px 20px; display: flex; white-space: nowrap;
  align-items: center; line-height: 27px; font-weight: 500; margin-right: 10px; opacity: 0.7;}
.sidebar-nav #sidebarnav .sidebar-item .sidebar-link.active {position: relative;}
.sidebar-nav #sidebarnav .sidebar-item .sidebar-link.active:after {content: ''; right: -15px; top: 6px; bottom: 0px; position: absolute; width: 0; height: 0; border-top: 20px solid transparent;
  border-right: 20px solid #fff5f5; border-bottom: 20px solid transparent;}
.sidebar-nav #sidebarnav .sidebar-item .sidebar-link.inner {padding-left: 35px;}
.sidebar-nav #sidebarnav .sidebar-item .sidebar-link i {font-size: 20px;}
.icon-show img {max-width: 20px;}

.sidebar-nav::-webkit-scrollbar {width: 6px;}
.sidebar-nav::-webkit-scrollbar-track {background: #212120;}
.sidebar-nav::-webkit-scrollbar-thumb {background: #737373; border-radius: 20px;}
.sidebar-nav::-webkit-scrollbar-thumb:hover {background: #737373;}

/* loader css start */


.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  animation-delay: 1s;
}

.item-1 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eed968;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-1:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eed968;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-2 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eece68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-2:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eece68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 400ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-3 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eec368;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-3:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eec368;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 600ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-4 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eead68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-4:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eead68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 800ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-5 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #ee8c68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-5:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ee8c68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  transform: scale(1);
}


/* loader css end */

.board-box {
  box-shadow: 0 6px 20px #207effb3;
  background-color: #207eff;
  border-radius: 50%;
  text-align: center;
  transition: all 1s;
  position: relative;
  border: 3px solid #207eff;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;}

  .board-box.red-bg {
    box-shadow: 0 6px 20px #fc466ba8;
    background-color: #fc466b;
    border: 3px solid #fc466b;}

.board-box.purple-bg {
      box-shadow: 0 6px 20px #ba16e096;
      background-color: #ba16e0;
      border: 3px solid #ba16e0;}

      .board-box.orange-bg {
        box-shadow: 0 6px 20px #ff6a0096;
        background-color: #ff6a00;
        border: 3px solid #ff6a00;}

.top-border {
          border-top: 1px solid #eee;
          padding-top: 20px;}

.yellow-clr {color: #fff200; font-size: 2.5rem!important}
.w-380 {width: 380px}
.gr-r {
  background-color: rgba(255,0,0,.2);
  cursor: pointer;
}
.lang-tool-title {
  background: #3d62f7;
  font-weight: 700;
  padding: 3px 6px 3px 10px;
  display: block;
  color: #fff!important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.dropdown-menu.lang-tool {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  min-width: 5rem!important;
}

.final_span a:hover{
  text-decoration: none!important;
}

.op-b-c {
  background-color: #1e9604;
  color: #fff;
}
.drog-box1 {
  min-width: 93px;
  min-height: 25px;
  display: inline-block;
  background: #e7e7e7;
  cursor: pointer;
  border: 1px solid #000;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  margin-right: 0;
}
.drog-box-t1 {
  min-width: 93px;
  min-height: 28px;
  display: inline-block;
  background: #e7e7e7;
  cursor: pointer;
  border: 0 solid #000;
  line-height: 25px;
  vertical-align: middle;
  margin-bottom: 0;
  text-align: center;
  margin-right: 4px;
  font-weight: 700;
}

.drog-box {
  min-width: 95px;
  min-height: 30px;
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  vertical-align: -webkit-baseline-middle;
  margin-bottom: 0;
}

.g {
  color: green;
  font-weight: bold;
}

.g-h {
  color: green;
  display: none;
}


.display_blank111122 {
  background: #06f;
}

.display_blank1112233 {
  background: #e90708;
}

.d-n {
  display: none;
}

.display_blank {
  background: #BDF8BA;
}

.h-q {
  background-color: #ff0;
}

.bh {
  background-color: #e90708;
  color: #fff;
}


.mt-30 {
  margin-top: 30px;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem!important;
}

.list-image-w {
  width: 200px;
  height: 200px;
  position: relative;
  border: 1px solid #bbb;
  background-size: cover;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.border-l-theme .active {background: #383838!important; color: #fff!important; border-radius: 0px!important;}
.border-l-theme .active:hover, .border-l-theme .active:focus {color: #fff!important;}

.circle-box {height: 80px; width: 80px; border-radius: 50%; position: relative; margin: 0 auto; border: 3px solid #207eff;}
.circle-box .inner-circle-box {position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: 0 auto;}
.hover-bg-secondary:hover {background: #dee2e6; cursor: pointer;}
.wht-no {white-space: nowrap;}
.b {background-color: #212120;}
.h-logo{border-bottom: 1px solid #333;}

.l-f {
  padding-top: 0px;
  padding-bottom: 0px;
}

.y {
  color: yellow;
}

.w-h-15 {width: 15px; height:15px;}
.w-h-20 {width: 20px; height:20px;}

.my-extra-border td {border-top: 3px dashed #dee2e6!important;}
.my-extra-border.table thead th {padding: 25px;}
.my-extra-border.table td {padding: 15px 25px;}
.my-extra-border tbody tr td:nth-of-type(odd) {background-color: rgb(248 249 250);}

.scoring-section h5 {font-size: 24px; line-height:32px;}
.news-section h5 {font-size: 24px; font-weight: bold; line-height:32px;}
.practice-section h5 > span, .practice-section h5 {font-size: 28px; font-weight: bold; line-height:37px;}

/* home page css start */

main section {overflow: hidden;}

    .toolkit-left-box .hover-left-img, .toolkit-left-box .hover-right-text {top: 16%; left: -150px;
      position: absolute; opacity: 0; transition: 0.5s; cursor: pointer; bottom: auto;}
    .toolkit-left-box .hover-right-text {bottom: 12%; top: auto; right: -150px; left: auto;}
    /* .toolkit-left-box .hover-left-img img {width: 100px;} */
    .toolkit-left-box .hover-left-img img {width: 70px; text-align: center;}
    .toolkit-left-box:hover .hover-left-img, .toolkit-left-box:hover .hover-right-text {opacity: 1; left: 0px; right: 0px; margin: 0 auto;}

    .toolkit-right-box {height: 164px; overflow: auto; list-style: none;}
    .toolkit-right-box::-webkit-scrollbar {width: 5px;} /* width */
    .toolkit-right-box::-webkit-scrollbar-track {background: #ccc; border-radius: 2px;} /* Track */
    .toolkit-right-box::-webkit-scrollbar-thumb {background: red;  border-radius: 10px;} /* Handle */
    .toolkit-right-box::-webkit-scrollbar-thumb:hover {background: #b30000;} /* Handle on hover */
    .toolkit-right-box li {font-size: 14px; padding-top: 5px; padding-bottom: 5px;}
    .toolkit-right-box li:before {content: "\2022"; color: red; font-weight: bold; display: inline-block;  width: 1em; margin-left: -1em;}

    .hover-coaching .inner-box {overflow: hidden;}
    .hover-coaching .inner-box img {transition: 2s all; cursor: pointer;}
    .hover-coaching .inner-box:hover img {transform: scale(1.2);}

    .label-top {position: absolute; top: -10px; font-size: 12px; background: #fff; left: 10px; padding: 0px 5px;}
    .bg-home-theme {background-color: var(--theme-color-1)!important;}
    .color-theme {color: var(--theme-color-1);}
    .bg-light-theme, .light-input {background-color: #db6f6f;}
    .light-input::placeholder {color: #fff;}
    .inner-iframe iframe {border-radius: 30px; overflow: hidden; padding: 0px!important;}
    .embed-responsive {min-height: 480px;}
    .rounded-20 {border-radius: 20px;}
    .rounded-30 {border-radius: 30px!important;}
    .rounded-30-b {border-radius: 0px 0px 30px 30px; border-top: 0px!important;}
    .rounded-30-t {border-radius: 30px 30px 0px 0px;}
    .font-14 {font-size: 14px;}
    .font-13 {font-size: 13px;}
    .font-12 {font-size: 12px;}
    .top-left-pos {left: -300px; top: 50px;}
    .top-right-pos {right: -290px; top: -30px;}

    .friction-hover .inner-box {height: 250px; transition: 2s all;}
    .friction-hover .extra-box {height: 220px; transition: 2s all}
    .friction-hover .inner-box h5 {opacity: 0; transition: 2s all; font-size: 20px!important; line-height: 24px!important;}
    .friction-hover .extra-box h5 {display: inline-block; font-size: 20px!important; line-height: 24px!important;}
    .friction-hover:hover .extra-box h5 {display: none;}
    .friction-hover:hover .extra-box .extra-box-inner {background-color: var(--theme-color-1);}
    .friction-hover:hover .inner-box h5 {opacity: 1;}
    .friction-hover:hover .inner-box {height: 300px;}
    .friction-hover:hover .extra-box {height: 170px;}

    /*.friction-hover {transition: all 1s;}
    .friction-hover .inner-box {height: 265px; transition: all 1s;}
    .friction-hover .inner-box > img {transition: all 2s;}
    .friction-hover:hover .inner-box > img {transform: scale(1.2);}
    .friction-hover:hover .inner-box:before {content: ''; position: absolute; background-color: #0000008c; width: 100%; height: 100%; z-index: 9;}
    .friction-hover:hover .bg-home-theme > h5 > span {display: none;}
    .friction-hover:before {content: ''; position: absolute; right: 0px; bottom: 0px; top: 0px; left: 0px; background: #cccccc91; z-index: 0; cursor: pointer;}
    .friction-hover:hover .inner-box h5 {display: inline-block; left: 0px; z-index: 999; position: absolute; bottom: 0px;}*/
    .w-20-rspns {width: 20%;}

    section {padding-top: 50px; padding-bottom: 50px;}
    .logo-width {width: 250px!important;}
    .review-hover, .news-hover {cursor: pointer; transition: 0.5s all; border-radius: 30px;}
    .review-hover:hover, .news-hover:hover {box-shadow: 15px 15px 20px #dcdcdc9e;}
    .help-hover:hover h5, .news-hover:hover h5 {color: var(--theme-color-1);}
    .help-hover:hover .help-inner {background-color: var(--theme-color-1); background-image: url(../../../assets/images/new-img/testing-1-hover.png); cursor: pointer;}
    .help-inner {background-image: url(../../../assets/images/new-img/testing-1.png); background-repeat: no-repeat; height: 172px; width:172px; background-position: center;}

    .help-hover.two .help-inner {background-image: url(../../../assets/images/new-img/testing-2.png);}
    .help-hover.two:hover .help-inner {background-image: url(../../../assets/images/new-img/testing-2-hover.png);}

    .help-hover.three .help-inner {background-image: url(../../../assets/images/new-img/testing-3.png);}
    .help-hover.three:hover .help-inner {background-image: url(../../../assets/images/new-img/testing-3-hover.png);}

    .help-hover.four .help-inner {background-image: url(../../../assets/images/new-img/testing-4.png);}
    .help-hover.four:hover .help-inner {background-image: url(../../../assets/images/new-img/testing-4-hover.png);}

    .help-hover.five .help-inner {background-image: url(../../../assets/images/new-img/testing-5.png);}
    .help-hover.five:hover .help-inner {background-image: url(../../../assets/images/new-img/testing-5-hover.png);}

    .hover-banner {border-radius: 30px; overflow: hidden; box-shadow: 15px 15px 20px #dcdcdc;}
    .hover-banner img, .news-hover img {transition: all 1s; cursor: pointer;}
    .hover-banner img:hover, .news-hover img:hover {transform: scale(1.1);}
    /*h1, h2, p, span, h3, h5 {font-family: myFirstFont}*/
    .banner-bck-img img {left: -230px;}

    .about-study:hover {background-color: #b52222!important; cursor: pointer;}
    .about-study:hover .about-study-inner h5, .about-study:hover .about-study-inner p {color: #fff}
    .about-study .about-study-circle {opacity: 0;}
    .about-study:hover .about-study-circle {opacity: 1;}

    .about-study .about-hover-none-me {display: none;}
    .about-study:hover .about-hover-me {display: none;}
    .about-study:hover .about-hover-none-me {display: block;}

    .other-services {transition: 0.5s all;}
    .other-services:hover {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important}
    .other-services:hover .other-services-inner h5 {color: var(--theme-color-1);}
    .other-services:hover .other-services-inner button {background-color: var(--theme-color-1)!important; color: #fff;}

    .custom .owl-carousel .owl-stage-outer {padding-bottom:20px!important; margin-right:-20px;}

    @media only screen and (max-width: 1400px) {
      .banner-bck-img img {left: -230px;}
    }
    @media only screen and (max-width: 992px) {
      .banner-bck-img img {left: -250px; top: -20px;}
      .w-20-rspns {width: 50%;}
      .w-20-rspns h5 {float: none!important;}
      main .navbar-collapse>ul.navbar-nav {background: #fff; margin: 0px!important; padding: 15px; border-radius: 5px; border: 1px solid #ccc; position: absolute; left: 0px; width: 100%; z-index: 999}
      main .navbar-collapse>ul.navbar-nav input {width: 90%}
      .help-inner {height: 172px; width:100%;}
    }
    @media only screen and (max-width: 768px) {
      .w-20-rspns {width: 100%;}
    }

    @media only screen and (max-width: 767px) {
      .practice-section h5 > span, .practice-section h5 {font-size: 18px; font-weight: bold; line-height:25px;}
    }


    @media only screen and (max-width: 480px) {
      .logo-width {width: 210px!important;
      }
    }



/* home page css end */

.focus-none:focus {outline: none; box-shadow: none;}
.focus-blue:focus {border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);}
.inner-iframe .embed-responsive {min-height: auto; cursor: pointer;}



.textPDark {
  color: #343a40!important;
  font-size: 14px!important;
  margin-bottom: 8px!important;
}

.img-hundrd{
  width: 100%;
}


.red-clr{
  color: red;
}
