*{
  margin: 0;
  padding: 0;
  /*font-family: 'Montserrat', 'sans-serif';*/
}
html{scroll-behavior: smooth;}
/* Base */
body {
line-height: 1.7;
color: gray;
font-weight: 300;
font-size: 1.1rem; }
::-moz-selection {
background: #000;
color: #fff; }
::selection {
background: #000;
color: #fff; }
a {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;color: rgb(227, 30, 36) }
a:hover {
text-decoration: none; }
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
/*font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/ }
.border-2 {
border-width: 2px; }
.text-black {
color: #000 !important; }
.bg-black {
background: #000 !important; }
.color-black-opacity-5 {
color: rgba(0, 0, 0, 0.5); }
.color-white-opacity-5 {
color: rgba(255, 255, 255, 0.5); }
.site-wrap:before {
display: none;
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
background: rgba(0, 0, 0, 0.6);
content: "";
position: absolute;
z-index: 2000;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden; }
.offcanvas-menu .site-wrap {
height: 100%;
width: 100%;
z-index: 2; }
.offcanvas-menu .site-wrap:before {
opacity: 1;
visibility: visible; }
.btn-primary {
    color: #fff;
    border: none;
    background: linear-gradient(57deg, #a035ec, #0872ba);
    border-color: #7971ea;
}
.btn-primary:hover {
    background: linear-gradient(57deg, #0872ba, #a035ec);
}
button.customPrevBtn {
    color: #fff;
    border: none;
    background: linear-gradient(57deg, #a035ec, #0872ba);
    border-color: #7971ea;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
button.customPrevBtn, button.customNextBtn  {
    color: #fff;
    border: none;
    background: linear-gradient(57deg, #a035ec, #0872ba);
    border-color: #7971ea;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
}
button.customPrevBtn:hover, button.customNextBtn:hover  {
  background: linear-gradient(57deg, #0872ba, #a035ec);
}
button:focus{
  outline: unset;
}
.btn {
text-transform: uppercase;
font-size: 12px;
font-weight: 900;
padding: 14px 30px; }
.btn:hover, .btn:active, .btn:focus {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.btn.btn-black {
border-width: 2px;
border-color: #000;
background: #000;
color: #fff; }
.btn.btn-black:hover {
color: #000;
background-color: transparent; }
.btn.btn-black.btn-outline-black {
color: #000;
background-color: transparent; }
.btn.btn-black.btn-outline-black:hover {
border-color: #000;
background: #000;
color: #fff; }
.btn.btn-white {
border-width: 2px;
border-color: #fff;
background: #fff;
color: #000; }
.btn.btn-white:hover {
color: #fff;
background-color: transparent; }
.btn.btn-white.btn-outline-white {
color: #fff;
background-color: transparent; }
.btn.btn-white.btn-outline-white:hover {
border-color: #fff;
background: #fff;
color: #000; }
.btn.btn-pill {
border-radius: 5px; }
.line-height-1 {
line-height: 1 !important; }
.bg-black {
background: #000; }
.form-control {
height: 48px;
font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
.form-control:active, .form-control:focus {
border-color: #7971ea; }
.form-control:hover, .form-control:active, .form-control:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.site-section {
padding: 2.5em 0; }
.site-section.site-section-sm {
padding: 4em 0; }
.site-section-heading {
padding-bottom: 20px;
margin-bottom: 0px;
position: relative;
font-size: 2.5rem; }
.border-top {
border-top: 1px solid #edf0f5 !important; }
.site-footer {
padding: 4em 0;
background: #333333; }
.site-footer .border-top {
border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
.site-footer p {
color: #737373; }
.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
color: #000; }
.site-footer a {
color: #999999; }
.site-footer a:hover {
color: black; }
.site-footer ul li {
margin-bottom: 10px; }
.site-footer .footer-heading {
font-size: 16px;
color: #000;
text-transform: uppercase;
font-weight: 900; }
.bg-text-line {
display: inline;
background: #000;
-webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
box-shadow: 20px 0 0 #000, -20px 0 0 #000; }
.text-white-opacity-05 {
color: rgba(255, 255, 255, 0.5); }
.text-black-opacity-05 {
color: rgba(0, 0, 0, 0.5); }
.hover-bg-enlarge {
overflow: hidden;
position: relative; }
.hover-bg-enlarge > div {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: .8s all ease-in-out;
-o-transition: .8s all ease-in-out;
transition: .8s all ease-in-out; }
.hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.bg-image-2 {
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
background-position: center center; }
.bg-image {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed; }
.bg-image.overlay {
position: relative; }
.bg-image.overlay:after {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
width: 100%;
background: rgba(0, 0, 0, 0.7); }
.bg-image > .container {
position: relative;
z-index: 1; }
.play-single-big {
width: 90px;
height: 90px;
display: inline-block;
border: 2px solid #fff;
color: #fff !important;
border-radius: 50%;
position: relative;
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out; }
.play-single-big > span {
font-size: 50px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-40%, -50%);
-ms-transform: translate(-40%, -50%);
transform: translate(-40%, -50%); }
.play-single-big:hover {
width: 120px;
height: 120px; }
.overlap-to-top {
margin-top: -150px; }
.ul-check {
margin-bottom: 50px; }
.ul-check li {
position: relative;
padding-left: 35px;
margin-bottom: 15px;
line-height: 1.5; }
.ul-check li:before {
left: 0;
font-size: 20px;
top: -.3rem;
font-family: "icomoon";
content: "\e5ca";
position: absolute; }
.ul-check.white li:before {
color: #fff; }
.ul-check.success li:before {
color: #8bc34a; }
.ul-check.primary li:before {
color: #7971ea; }
.select-wrap, .wrap-icon {
position: relative; }
.select-wrap .icon, .wrap-icon .icon {
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 22px; }
.select-wrap select, .wrap-icon select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%; }
/* Navbar */
.site-logo {
position: relative;
font-weight: 900;
font-size: 1.3rem; }
.site-logo a {
color: #fff; }
.site-navbar {
margin-bottom: 0px;
z-index: 1999;
position: absolute;
width: 100%; }
.site-navbar .container-fluid {
padding-left: 7rem;
padding-right: 7rem; }
.site-navbar .site-navigation.border-bottom {
border-bottom: 1px solid #f3f3f4 !important; }
.site-navbar .site-navigation .site-menu {
margin-bottom: 0; }
.site-navbar .site-navigation .site-menu .active {
color: #7971ea;
display: inline-block;
padding: 5px 20px; }
.site-navbar .site-navigation .site-menu a {
text-decoration: none !important;
display: inline-block; }
.site-navbar .site-navigation .site-menu > li {
display: inline-block; }
.site-navbar .site-navigation .site-menu > li > a {
padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 14px;}
.site-navbar .site-navigation .site-menu > li > a:hover {
color: #fff; }
.site-navbar .site-navigation .site-menu .has-children {
position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {
position: relative;
padding-right: 20px; }
.site-navbar .site-navigation .site-menu .has-children > a:before {
position: absolute;
content: "\e313";
font-size: 16px;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-family: 'icomoon'; }
.site-navbar .site-navigation .site-menu .has-children .dropdown {
visibility: hidden;
opacity: 0;
top: 100%;
position: absolute;
text-align: left;
border-top: 2px solid #7971ea;
-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
border-left: 1px solid #edf0f5;
border-right: 1px solid #edf0f5;
border-bottom: 1px solid #edf0f5;
padding: 0px 0;
margin-top: 20px;
margin-left: 0px;
background: #fff;
-webkit-transition: 0.2s 0s;
-o-transition: 0.2s 0s;
transition: 0.2s 0s; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
position: absolute; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
bottom: 100%;
left: 20%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #fff;
border-width: 10px;
margin-left: -10px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
text-transform: none;
letter-spacing: normal;
-webkit-transition: 0s all;
-o-transition: 0s all;
transition: 0s all;
color: #343a40; }
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
color: #7971ea !important; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
list-style: none;
padding: 0;
margin: 0;
min-width: 200px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
padding: 9px 20px;
display: block; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
background: #f4f5f9;
color: #25262a; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
content: "\e315";
right: 20px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
left: 100%;
top: 0; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
background: #f4f5f9;
color: #25262a; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
color: #7971ea; }
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
cursor: pointer; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
margin-top: 0px;
visibility: visible;
opacity: 1; }
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
color: #000; }
.site-mobile-menu {
width: 300px;
position: fixed;
right: 0;
z-index: 2000;
padding-top: 20px;
background: #fff;
height: calc(100vh);
-webkit-transform: translateX(110%);
-ms-transform: translateX(110%);
transform: translateX(110%);
-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%); }
.site-mobile-menu .site-mobile-menu-header {
width: 100%;
float: left;
padding-left: 20px;
padding-right: 20px; }
/*.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
float: right;
margin-top: 8px; }*/
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
font-size: 20px;
font-weight: bold;
display: inline-block;
/*padding-left: 140px;*/
/*padding-right: 0px;*/
line-height: 1;
float: right;
cursor: pointer;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
color: #25262a; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
float: left;
margin-top: 10px;
margin-left: 0px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
display: inline-block;
text-transform: uppercase; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
max-width: 70px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
text-decoration: none; }
.site-mobile-menu .site-mobile-menu-body {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
position: relative;
padding: 0 20px 20px 20px;
height: calc(100vh - 52px);
padding-bottom: 150px; }
.site-mobile-menu .site-nav-wrap {
padding: 0;
margin: 0;
list-style: none;
position: relative; }
.site-mobile-menu .site-nav-wrap a {
padding: 6px 15px;
display: block;
position: relative;
color: #212529; }
.site-mobile-menu .site-nav-wrap a:hover {
color: #7971ea; }
.site-mobile-menu .site-nav-wrap li {
position: relative;
display: block; }
.site-mobile-menu .site-nav-wrap li .active {
color: #7971ea; }
.site-mobile-menu .site-nav-wrap .arrow-collapse {
position: absolute;
right: 0px;
top: 10px;
z-index: 20;
width: 36px;
height: 36px;
text-align: center;
cursor: pointer;
border-radius: 50%; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
background: #f8f9fa; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
font-size: 12px;
z-index: 20;
font-family: "icomoon";
content: "\f078";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-180deg);
-ms-transform: translate(-50%, -50%) rotate(-180deg);
transform: translate(-50%, -50%) rotate(-180deg);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {
display: block;
position: relative;
float: left;
width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a {
padding-left: 20px;
font-size: 15px; }
.site-mobile-menu .site-nav-wrap > li > ul {
padding: 0;
margin: 0;
list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li {
display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
padding-left: 40px;
font-size: 16px; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
padding: 0;
margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
font-size: 16px;
padding-left: 60px; }
.site-mobile-menu .site-nav-wrap[data-class="social"] {
float: left;
width: 100%;
margin-top: 30px;
padding-bottom: 5em; }
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
width: auto; }
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
padding-left: 15px !important; }
.sticky-wrapper {
position: absolute;
z-index: 100;
width: 100%; }
.sticky-wrapper + .site-blocks-cover {
margin-top: 96px; }
.sticky-wrapper .site-navbar {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.site-menu-toggle.js-menu-toggle{
    background: linear-gradient(57deg, #a035ec, #0872ba);
    border-radius: 5px;
    width: 44px;
    text-align: center;
    height: 35px;
}
.sticky-wrapper .site-navbar .site-menu > li {
display: inline-block; }
.sticky-wrapper .site-navbar .site-menu > li > a.active {
color: #fff;
position: relative; }
.sticky-wrapper .site-navbar .site-menu > li > a.active:after {
height: 2px;
background: #fff;
content: "";
position: absolute;
bottom: 0;
left: 20px;
right: 20px; }
.sticky-wrapper.is-sticky .site-navbar {
-webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
background: #fff; }
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
color: #000; }
.sticky-wrapper.is-sticky .site-navbar .site-menu > li {
display: inline-block; }
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
padding: 5px 10px;
color: #1E4D92;
font-size: 14px;
font-weight: bold;
display: inline-block;
text-decoration: none !important; }
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
color: #00c6a7; }
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
background: #7971ea; }
.sticky-wrapper .shrink {
padding-top: 10px !important;
padding-bottom: 10px !important; }
/* Blocks */
.intro-section {
position: relative; }
.intro-section, .intro-section .container > .row {
height: 100vh;
min-height: 650px; }
/*.intro-section.single-cover, .intro-section.single-cover .container > .row {
height: 50vh;
min-height: 400px; }*/
.intro-section h1 {
font-size: 2.5rem;
font-weight: 700;
color: #fff;
margin-bottom: 1.5rem; }
.intro-section p {
color: rgba(255, 255, 255, 255);
font-size: 1.1rem; }
.img-absolute {
position: absolute;
right: 10%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.img-absolute img {
max-width: 600px;
-webkit-box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4); }
.banner_image img{height: 350px;}
.slide-1 {
height: 680px;
/*background-size: cover;*/
background-position: center; }
.slide-1:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: #1E4D92;*/
    opacity: .7;
}
.mt-22{
    margin-top: 22rem;
}
.slide-1 .slide-text {
opacity: 0;
visibility: hidden;
margin-top: 50px;
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out; }
.slide-1 .slide-text.active {
opacity: 1;
visibility: visible;
margin-top: 0px; }
.form-box {
padding: 40px;
background: #fff;
border-radius: 7px; }
.site-section {
padding: 3em 0;
position: relative; }
.cta a span {
  padding: 14px;
  color: #fff;
  background: linear-gradient(57deg, #a035ec, #0872ba);
  border-radius: 5px;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
  .cta a span:hover {
    background: linear-gradient(57deg, #0872ba, #a035ec);
}
.is-sticky .cta a span {
color: #fff; }
.cta a.active {
border-bottom: none; }
.cta a.active > span {
background-color: #1c4b82;
color: #fff; }
.section-sub-title {
color: #7971ea;
text-transform: uppercase;
font-size: .7rem;
font-weight: 900;
display: block;
margin-bottom: 1.5rem; }
.section-title {
font-size: 2rem;
text-transform: capitalize;
color: rgb(227, 30, 36);
position: relative;
display: inline-block;
margin-bottom: 1.8rem;
font-weight: bold; }
h2.section-title:after {
    /*content: #awesome-features .single_feature h4    position: absolute;
    height: 9px;
    border-bottom: 4px dotted rgb(227, 30, 36);
    border-top: 4px dotted rgb(227, 30, 36);
    top: 50px;
    /*width: 115px;*/
    width: 100%;
    left: 1px;
}
.counter .icon-wrap {
margin-right: 1.5rem; }
.counter .icon-wrap > span {
position: relative;
top: -.2em;
font-size: 2rem; }
.counter .counter-text strong {
line-height: .5;
font-size: 3.5rem;
display: block;
font-weight: 700;
color: #000;
margin-bottom: 1rem; }
.counter .counter-text span {
font-size: 1rem;
line-height: 1; }
.image-absolute-box {
position: relative; }
.image-absolute-box .box {
position: absolute;
background: #7971ea;
padding: 30px;
max-width: 300px;
top: -20%;
right: -20%; }
.image-absolute-box .box .icon-wrap {
color: #fff;
margin-bottom: 1.5rem; }
.image-absolute-box .box .icon-wrap span {
font-size: 2rem; }
.image-absolute-box .box h3 {
font-size: 1.2rem;
color: #fff;
margin-bottom: 1.5rem; }
.image-absolute-box .box p {
color: rgba(255, 255, 255, 0.55); }
.section-1 {
margin-top: 10rem; }
.work-thumb {
position: relative;
display: block;
cursor: pointer; }
.work-thumb:after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background: rgba(121, 113, 234, 0.8);
z-index: 1;
opacity: 0;
visibility: hidden;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.work-thumb .work-text {
position: absolute;
top: 10%;
left: 10%;
z-index: 2;
opacity: 0;
visibility: hidden;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
margin-top: 20px; }
.work-thumb .work-text h3 {
font-size: 1rem;
font-weight: 900;
color: #fff;
margin: 0;
padding: 0; }
.work-thumb .work-text .category {
font-size: .8rem;
color: rgba(255, 255, 255, 0.7); }
.work-thumb:hover {
z-index: 3;
-webkit-transform: scale(1.07);
-ms-transform: scale(1.07);
transform: scale(1.07); }
.work-thumb:hover:after {
opacity: 1;
visibility: visible; }
.work-thumb:hover .work-text {
-webkit-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s;
opacity: 1;
visibility: visible;
margin-top: 0px; }
.nonloop-block-13 .owl-nav {
display: none; }
.nonloop-block-13 .owl-dots {
margin-top: 30px;
width: 100%;
text-align: center; }
.nonloop-block-13 .owl-dots .owl-dot {
display: inline-block;
margin: 5px; }
.nonloop-block-13 .owl-dots .owl-dot span {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #e6e6e6; }
.nonloop-block-13 .owl-dots .owl-dot.active span {
background-color: #7971ea; }
.nonloop-block-14 .owl-nav {
display: none; }
.nonloop-block-14 .owl-dots {
margin-top: 30px;
width: 100%;
text-align: center; }
.nonloop-block-14 .owl-dots .owl-dot {
display: inline-block;
margin: 5px; }
.nonloop-block-14 .owl-dots .owl-dot span {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #e6e6e6; }
.nonloop-block-14 .owl-dots .owl-dot.active span {
background-color: #7971ea; }
.footer-section {
    padding: 5em 0 0;
    /* background-color: #fafafa; */
    background-image: url(../images/hero_2.jpg);
}
.footer-section p {
font-size: 1rem;color: #fff; }
.footer-section h3 {
font-size: 1.2rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 900; }
.footer-section .footer-links li {
margin-bottom: 10px; }
.footer-subscribe .btn {
height: 43px;
line-height: 1; }
.testimony h3 {
color: #fff;
font-size: 1.2rem; }
.testimony blockquote {
font-size: 1.2rem;
font-style: italic;
color: #fff; }
.process, .service {
position: relative; }
.process .number, .service .number {
position: absolute;
top: 50px;
left: -30px;
line-height: 0;
z-index: -1;
font-size: 10rem;
color: whitesmoke;
font-weight: 900; }
.process h3, .service h3 {
font-size: 1.5rem;
color: #000;
font-weight: 700;
margin-bottom: 1.5rem; }
.service {
padding: 4rem;
background: #fff; }
.owl-hero {
position: relative; }
.owl-hero .owl-nav .owl-prev, .owl-hero .owl-nav .owl-next {
color: #fff;
font-size: 3rem;
top: 50%;
position: absolute; }
.owl-hero .owl-nav .owl-prev {
left: 0; }
.owl-hero .owl-nav .owl-next {
right: 0; }
.owl-hero .owl-dots {
position: absolute;
text-align: center;
bottom: 50px;
z-index: 9;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.owl-hero .owl-dots .owl-dot {
position: relative;
display: inline-block;
margin: 2px;
position: relative; }
.owl-hero .owl-dots .owl-dot > span {
width: 7px;
height: 7px;
border-radius: 30px;
display: inline-block;
background: rgba(255, 255, 255, 0.4);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.owl-hero .owl-dots .owl-dot.active > span {
width: 25px;
background: #fff; }
.why-choose-us-box {
-webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.2); transition: .3s all ease}
.why-choose-us-box:hover {
    box-shadow: unset;
}
.why-choose-us-box:hover .custom-icon-wrap.custom-icon-light .custom-icon-inner {
    background: linear-gradient(57deg, #0872ba, #a035ec);
}
.custom-icon-wrap .custom-icon-inner {
display: inline-block;
position: relative;
width: 35px;
height: 35px;
border-radius: 50%;
background: linear-gradient(57deg, #a035ec, #0872ba); }
.custom-icon-wrap .custom-icon-inner .icon {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff;
font-size: .8rem; }
.custom-icon-wrap h3 {
    font-size: 1.05rem;
    color: #1E4D92;
    font-weight: bold;
}
.custom-icon-wrap.custom-icon-light .custom-icon-inner {
    background: linear-gradient(57deg, #a035ec, #0872ba);
    width: 45px;
    height: 45px;
}
.custom-icon-wrap.custom-icon-light h3 {
color: #343a40;
font-size: 1rem; }
.courses-title {
padding-bottom: 10rem;
/*background: #00C6A7; */
}
/*.courses-title .section-title {
color: #fff; }*/
.courses-entry-wrap {
margin-top: -282px; }
.nonloop-block-14 .owl-stage {
padding-top: 5rem;
padding-bottom: 5rem; }
.course {
-webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
top: 0;
position: relative; }
.course .course-inner-text {
position: relative;
padding-top: 35px !important; }
.course .course-price {
  position: absolute;
  padding: 3px 30px;
  background: #1E4D92;
  font-weight: 600;
  color: #fff;
  top: -20px;
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.course .meta {
font-size: .9rem;
display: block;
margin-bottom: .9rem; }
.course .meta span {
margin-right: .5rem; }
.course h3 {
font-size: 1.15rem;
display: block;
/*height: 50px;*/
color: #000; }
/*.course p{display: block;
    height: 120px;}*/
.course h3 a{
font-size: 1.15rem;
color: #1E4D92;font-weight: bold; }
.course .stats {
font-size: .9rem; }
.course:hover {
top: -10px;
-webkit-box-shadow: 0 2px 22px -1px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 22px -1px rgba(0, 0, 0, 0.3); }
.future-blobs {
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
top: 0;
pointer-events: none; }
.future-blobs .blob_1 {
top: 0;
right: -10rem;
position: absolute; }
.future-blobs .blob_2 {
bottom: 0;
left: -10rem;
position: absolute; }
.teacher {
border: 1px solid #e9ecef;
padding: 30px;
transition: 0.5s;
margin-bottom: 5rem; }

.teacher:hover{
  box-shadow: 0px 0px 3px #1E4D92;
  background: linear-gradient(57deg, #a035ec, #0872ba);
  border: none;
  transition: 0.5s;
  color: #fff !important;
}
.teacher:hover h3, .teacher:hover p.position{
  color: #fff !important;
}
.teacher img {
position: relative;
margin-top: -100px; }
.teacher h3 {
font-size: 1.2rem; }
.teacher .position {
color: #adb5bd; }
.course-instructor {
padding: 30px; }
.course-instructor p {
font-size: 1rem; }
.comment-form-wrap {
clear: both; }
.comment-list {
padding: 0;
margin: 0; }
.comment-list .children {
padding: 50px 0 0 40px;
margin: 0;
float: left;
width: 100%; }
.comment-list li {
padding: 0;
margin: 0 0 30px 0;
float: left;
width: 100%;
clear: both;
list-style: none; }
.comment-list li .vcard {
width: 80px;
float: left; }
.comment-list li .vcard img {
width: 50px;
border-radius: 50%; }
.comment-list li .comment-body {
float: right;
width: calc(100% - 80px); }
.comment-list li .comment-body h3 {
font-size: 20px; }
.comment-list li .comment-body .meta {
text-transform: uppercase;
font-size: 13px;
letter-spacing: .1em;
color: #ccc; }
.comment-list li .comment-body .reply {
padding: 5px 10px;
background: #e6e6e6;
color: #000;
text-transform: uppercase;
font-size: 14px; }
.comment-list li .comment-body .reply:hover {
color: #000;
background: #e3e3e3; }
ul.list-unstyled.footer-links li a {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
ul.list-unstyled.footer-links li a:hover {
    color: rgb(227, 30, 36);
}
#awesome-features .single_feature {
    position: relative;
    background: linear-gradient(57deg, #0872ba, #a035ec);
    padding: 40px 36px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 0;
    color: #fff;
    border-radius: 5px;
}
#awesome-features .single_feature:hover{
  box-shadow: 0 2px 22px -1px rgba(0, 0, 0, 0.3);
  top:-10px;
  background: linear-gradient(57deg, #a035ec, #0872ba);
}
#awesome-features .single_feature .icon i {
    font-size: 30px;
}
#awesome-features .single_feature .icon{
  border: none;
  background: #fff;
  width: 60px;
  height: 58px;
  border-radius: 50%;
  padding: 15px 12px;
  color: #7b44e0;
  text-align: center;
}
#awesome-features .single_feature:hover .icon{
  background: #fff;
}
#awesome-features .single_feature:hover .icon i{
  color: #1E4D92;
}
#awesome-features .single_feature h4 {
    font-size: 18px;
    font-weight: bold;
    display: block;
    /*height: 40px;*/
}
#awesome-features .single_feature p {
    margin-bottom: 0px;
    font-size: 14px;
    display: block;
    /*height: 70px;*/
}

#tutors .single_feature {
    position: relative;
    background: #ffff;
    padding: 0px 36px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 0;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 0px #c1c1c1;
}
#tutors .single_feature:hover{
  box-shadow: 0 2px 22px -1px rgba(0, 0, 0, 0.3);
  top:-10px;
  /*background: linear-gradient(57deg, #a035ec, #0872ba);*/
}
#tutors .single_feature .icon i {
    font-size: 30px;
}
#tutors .single_feature .icon {
    border: none;
    background: #fff;
    color: #fff;
    text-align: center;
}
#tutors .single_feature:hover .icon i{
  color: #1E4D92;
}
#tutors .single_feature h4 {
    font-size: 15px;
    font-weight: bold;
    display: block;
    height: 50px;
    color: #000;
}
#tutors .single_feature p {
    margin-bottom: 0px;
    font-size: 14px;
    display: block;
    height: 70px;
}

.testimonials_area {
    position: relative;
}
.testi_slider {
    max-width: 945px;
    margin: auto;
}
.testi_slider .item {
    padding-top: 50px;
}
.testi_slider .testi_item {
    text-align: center;
    border: 2px solid transparent;
    background-image: linear-gradient(57deg, #a035ec, #0872ba), radial-gradient(circle at top left, #186bbf, #1e69c1);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.testi_slider .testi_item img {
    width: 85px;
    margin: auto;
    margin-top: -50px;
    border-radius: 50%;
    height: 84px;
}
.testi_item h4 {
    color: #222;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.testi_item p {
    max-width: 760px;
    margin: auto;
    margin-bottom: 60px;
}
.testi_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #eee;
    display: inline-block;
    margin-right: 10px;
    transition: all 300ms linear 0s;
}
.testi_slider .owl-dots {
    text-align: center;
    margin-top: 50px;
}
.testi_slider .owl-dots .owl-dot:hover, .testi_slider .owl-dots .owl-dot.active {
    background: linear-gradient(57deg, #a035ec, #0872ba);
}
.page-info-section {
    height: 300px;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.site-breadcrumb {
    padding-top: 215px;
}
.site-breadcrumb a {
    color: #fff;
    position: relative;
}
.site-breadcrumb a, .site-breadcrumb span {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    font-weight: 600;
    font-size: 18px;
}
.site-breadcrumb span {
    color: rgb(227, 30, 36);
}
.site-breadcrumb a:after {
    position: absolute;
    content: "/";
    right: -6px;
    top: 0;
    color: #fff;
}
.search-section.ss-other-page .search-warp {
    position: relative;
    padding: 20px 0;
}
.search-warp {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 50px;
    box-shadow: 0px 0px 10px;
} 
.search-section.ss-other-page {
    margin-bottom: 0;
}
.search-section.ss-other-page .search-warp  h2 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    font-size: 24px;
    margin-bottom: 0;
    text-align: center;
}
.search-section.ss-other-page .search-warp h2 span {
    display: inline-block;
    background: #fff;
    padding: 20px 60px 10px;
}
.search-section.ss-other-page .course-search-form {
    background-color: transparent;
    padding: 0;
}
.course-search-form {
    background: #fff;
    padding: 44px 38px;
}
.course-search-form select {
    height: 56px;
    padding: 0px 18px;
    border: none;
    font-size: 14px;
    background: #f6f6f6;
}
.course_details_inner .nav.nav-tabs {
    border: none;
    margin-top: 30px;
}
.course_details_inner .nav.nav-tabs li {
    margin: 0;
    margin-right: 35px;
}
.course_details_inner .nav.nav-tabs li a {
    border: none;
    padding: 0;
    margin-bottom: 0;
    line-height: 55px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid transparent;
}
.course_details_inner .nav.nav-tabs li a.active {
    border-color: #4dbf1c;
}
.course_details_inner .tab-content {
    background: #f9f9ff;
}
.course_details_inner .tab-content .objctive_text {
    padding: 25px;
    border: 1px solid #eee;
}
.course_details_inner .tab-content .objctive_text p {
  font-size: 15px;
}
.course_details_inner .tab-content .objctive_text .list {
    padding-top: 15px;
    padding-bottom: 15px;
}
.course_details_inner .tab-content .objctive_text .list li{
  margin-bottom: 28px;
}
.course_details_inner .tab-content .objctive_text .list li a {
    color: #777;
    font-size: 14px;
    transition: all 300ms linear 0s;
}
.list {
    list-style: none;
    margin-bottom: 40px;
    padding: 0;
}
.c_details_list .list li {
    margin-bottom: 10px;
}
.c_details_list .list li a {
    background: #f9f9ff;
    display: block;
    line-height: 40px;
    font-weight: bold;
    padding: 0 18px;
    font-size: 14px;
    color: #777;
    cursor: default;
}
.c_details_list .list li:first-child a span {
    color: #4dbf1c;
}
.c_details_list .list li a span {
    float: right;
}
.c_details_list .main_btn {
    display: block;
}
.main_btn {
    padding: 15px;
    color: #fff;
    background: linear-gradient(57deg, #a035ec, #0872ba);
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-align: center;
}
.main_btn:hover{
  color: #fff;
  background: linear-gradient(57deg, #0872ba, #a035ec);
}
.c_details_img {
    max-height: 350px;
    overflow: hidden;
}
.c_details_img img {
    height: 340px;
}
.about-wrap p {
    font-size: 15px;
}
.single-feature {
    padding: 30px;
}
.single-feature:hover{
    background: linear-gradient(57deg, #a035ec, #0872ba);
    border-radius: 5px;
    color: #fff;
    /*transition: 0.5s;*/
}
.single-feature:hover .single-feature h4{
    color: #fff;
}
.single-feature h4 {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}
.single-feature p {
    font-size: 14px;
}
.mandatory-text{font-size: 12px;font-weight: bold;color: red;}
.contact-form input, .contact-form select{
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
}
.contact-wrap ul li p span a {
    color: grey;
    font-weight: bold;
    text-transform: lowercase;
}
.contact-wrap ul li:hover a {
    color: #fff !important;
}
.contact-form textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 25px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
}
.contact-wrap ul li {
    position: relative;
    padding: 30px 20px 30px 100px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background: #fff;
    box-shadow: 0px 0px 5px;
    margin-bottom: 25px;
    list-style: none;
    border-radius: 5px;
}
.contact-wrap ul li:hover{
    background: linear-gradient(57deg, #a035ec, #0872ba);
    color: #fff;
}
.contact-wrap ul li i {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 30px;
    font-size: 35px;
    color: #222;
}
.contact-wrap ul li p {
    font-size: 14px;
    margin-top: 8px;
    font-weight: 400;
    text-transform: capitalize;
}
.cont-submit {
    padding: 14px 20px;
    color: #fff;
    background: linear-gradient(57deg, #a035ec, #0872ba);
    border-radius: 5px;
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border: none;
}

/*BLog area*/
#blog-area .widget {
    margin-bottom: 40px;
}
#blog-area .widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333132;
}
#blog-area .sidebar-menu ul li {
    line-height: 30px;
    list-style: none;
}
#blog-area .sidebar-menu ul li a {
    position: relative;
    padding-left: 20px;
    color: #333132;
    font-size: 15px;
    font-weight: bold;
}
#blog-area .sidebar-menu ul li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\f101";
    font-family: fontawesome;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#blog-area .recent-post ul li {
    overflow: hidden;
    margin-bottom: 20px;
    list-style: none;
}
#blog-area .post-content {
    overflow: hidden;
}
#blog-area .post-content a {
    display: block;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333132;
}
#blog-area .post-content p {
    font-size: 12px;
    font-style: italic;
}
#blog-area .tag-wrap {
    margin-bottom: 0px;
}
#blog-area .tag-wrap ul li {
    display: inline-block;
    margin-bottom: 5px;
    list-style: none;
}
#blog-area .tag-wrap ul li a {
    display: block;
    padding: 6px 20px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    color: #333132;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
}
#blog-area .blog-wrap {
    margin-bottom: 30px;
}
#blog-area .blog-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 300px;
}
#blog-area .blog-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    border: 30px solid rgba(0, 0, 0, .3);
    content: "";
    z-index: 9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#blog-area .blog-img img {
    width: 100%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.post-read-more{
    font-size: 12px;
    font-weight: bold;
    transition: 0.5s;
}
.post-read-more i{
    font-size: 10px;
    font-weight: bold;
}
#blog-area .blog-wrap:hover .blog-img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#blog-area .blog-content ul li {
    display: inline-block;
    font-size: 12px;
    list-style: none;
}
#blog-area .blog-content h4 {
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid  #1E4D92;
    padding-bottom: 10px;
    color: #333132;
    margin: 10px 0px 20px;
    display: block;
    height: 80px;
}
#blog-area .blog-content p {
    color: #333132;
    font-size: 15px;
}
#blog-area ul.blog-meta li a{
    color: #333132;
    font-weight: 600;
}
 #blog-area .blog-content h4 a {
    color: #333132;
}
#blog-area .pagination-wrap {
    margin: 20px 0px 30px;
}
#blog-area .pagination-wrap ul li {
    display: inline-block;
    list-style: none;
}
#blog-area .pagination-wrap ul li a, .pagination-wrap ul li span {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #333132;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: block;
}
#blog-area .pagination-wrap ul li span, .pagination-wrap ul li:hover a {
    background: linear-gradient(57deg, #a035ec, #0872ba);
    color: #333132;
}
.blog-details-area .blog-content h4 {
    font-size: 20px !important;
}
.blog-details-area .blog-details-wrap p {
    font-size: 15px !important;
    color: #333132;
}
.socila-link {
    margin-bottom: 100px;
}
.socila-link ul li{list-style: none;display: inline-block;
}
.socila-link ul li a {
    font-size: 16px;
    margin-left: 7px;
}

/*404 error page*/
#notfound {
  position: relative;
  height: 75vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 460px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0px auto 50px;
}

.notfound .notfound-404>div:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(57deg, #a035ec, #0872ba);
  color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: none;
  border-radius: 5px;
}

.notfound .notfound-404>div:first-child:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;
}

.notfound .notfound-404 h1 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-size: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.notfound h2 {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.notfound p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.notfound a {
  display: inline-block;
  padding: 10px 25px;
  background:linear-gradient(57deg, #a035ec, #0872ba);
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  background: linear-gradient(57deg, #0872ba, #a035ec);
}


/*login page*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  /*min-height: 100vh;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wrap-login100 {
  width: 500px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
  border: none;
  box-shadow: 0px 0px 10px;
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}

.label-input100 {
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  padding-left: 7px;
  font-weight: 600;
}

.input100 {
  font-size: 16px;
  color: #333333;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 55px;
  background: transparent;
  padding: 0 7px 0 12px;
}


/*---------------------------------------------*/
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::after {
  content: attr(data-symbol);
  color: #adadad;
  font-size: 22px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 0;
  left: 0;
  padding-left: 13px;
  padding-top: 3px;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #7f7f7f;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.input100:focus + .focus-input100::after {
  color: #a64bf4;
}

.has-val.input100 + .focus-input100::after {
  color: #a64bf4;
}


/*------------------------------------------------------------------
[ Button ]*/

.login100-form-btn {
    font-size: 16px;
    color: #fff !important;
    line-height: 1.2;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    width: 25%;
    height: 35px;
    background: linear-gradient(57deg, #a035ec, #0872ba);
    border-radius: 5px;
    font-weight: bold;
    transition: 0.5s;
    cursor: pointer;
}

.login100-form-btn:hover{
  background: linear-gradient(57deg, #0872ba, #a035ec);
}




/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

 


#login-page input {
    outline: none;
    border: none;
}

#login-page textarea {
  outline: none;
  border: none;
}

#login-page textarea:focus, #login-page input:focus {
  border-color: transparent !important;
}

#login-page input:focus::-webkit-input-placeholder { color:transparent; }
#login-page input:focus:-moz-placeholder { color:transparent; }
#login-page input:focus::-moz-placeholder { color:transparent; }
#login-page input:focus:-ms-input-placeholder { color:transparent; }

#login-page textarea:focus::-webkit-input-placeholder { color:transparent; }
#login-page textarea:focus:-moz-placeholder { color:transparent; }
#login-page textarea:focus::-moz-placeholder { color:transparent; }
#login-page textarea:focus:-ms-input-placeholder { color:transparent; }

#login-page input::-webkit-input-placeholder { color: #adadad;}
#login-page input:-moz-placeholder { color: #adadad;}
#login-page input::-moz-placeholder { color: #adadad;}
#login-page input:-ms-input-placeholder { color: #adadad;}

#login-page textarea::-webkit-input-placeholder { color: #adadad;}
#login-page textarea:-moz-placeholder { color: #adadad;}
#login-page textarea::-moz-placeholder { color: #adadad;}
#login-page textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
/*#login-page button {
    outline: none !important;
    border: none;
    background: transparent;
}*/

#login-page button:hover {
    cursor: pointer;
}

#login-page iframe {
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
#login-page .txt1 {
    font-size: 14px;
    line-height: 3.5;
    color: #666666;
    border-top: 2px solid #1a5c95;
    margin-top: 20px;
}
.forgot-password a {
    color: #333132;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
span.help.text-danger {
    font-size: 12px;
    font-weight: bold;
}
.address-map iframe{
    width: 100% !important;
    height: 420px !important;
}
.form-group i {
    color: #f23a2e !important;
    font-size: 12px;
}
.contact-errormsg{color: red;font-size: 12px;}
.contact-success, .contact-successmsg{color: green;font-size: 12px;}
.apply-now{
    padding: 10px;
    color: #fff;
    background: linear-gradient(57deg, #a035ec, #0872ba);
    border-radius: 5px;
    font-size: .7rem;
    font-weight: 900;
    /* text-transform: uppercase; */
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.apply-now:hover{
    background: linear-gradient(57deg, #0872ba, #a035ec);
    color: #fff;
}

/*register form*/
.form-full-box {
    background: #fff;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.header-box-top {
    background: #9934f0;
    padding: 0 !important;
    /*margin-bottom: 28px;*/
    border-bottom: 6px solid #d9d9d9;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-align: center;
}
.section-header-box {
    margin-bottom: 16px;
}
.header-box-top p {
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    margin-top: 20px !important;
    display: block;
}
.btn.btn-colored {
    color: #fff;
    border: none;
    background: linear-gradient(57deg, #a035ec, #0872ba);
    border-color: #7971ea;
}
.register-form {
    padding: 35px;
}
.btn.btn-warning.disabled{cursor: not-allowed;    pointer-events: unset;}
.register-form h3{font-weight:bold;font-size: 23px;}
.register-form label{
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.btn-small {
    padding: 10px 25px;
    color: #fff;
    background: linear-gradient(57deg, #a035ec, #0872ba);
    border-radius: 5px;
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border: none;
    cursor: pointer;
}
.btn-small:hover{
    background: linear-gradient(57deg, #a035ec, #0872ba);
    color: #fff;
}
.btn-small:focus{
    border: none;
}
.preSelectedProduct td{
     font-size: 13px;font-weight: bold;
}
.course-section-bg {
    background: #f6f6f6;
    padding: 10px;
    /*margin-bottom:2em;*/
}
.side-menu{
    display: flex;
    padding: 9px 0px !important;
}
#downloads-section table tr td {
    font-size: 13px;
    font-weight: bold;
}
a.dwn-btn {
    padding: 8px;
    color: #fff;
    background: linear-gradient(57deg, #a035ec, #0872ba);
    border-radius: 5px;
    font-size: .7rem;
    font-weight: 900;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a.dwn-btn:hover {
    background: linear-gradient(57deg, #0872ba, #a035ec);
}
thead{background: linear-gradient(57deg, #a035ec, #0872ba);
    color: #fff;}

    .terms-wrap h2{
        color: rgb(227, 30, 36);
    }
    .terms-area ol li{
        padding: 20px 0;
    }
    .contact-detail {
    margin: 0px;
}
.contact-detail ul{
    display: flex;
    list-style: none;
    margin-bottom:  0px !important;
}
.top-header ul li i ,.top-header ul li a{
    color: #fff;
    font-weight: bold;
}
.contact-detail li, .social-links li {
    list-style: outside none none;
    float: left;
    padding: 10px 0px;
    margin-bottom: 0px;
    margin-right: 20px;
}
.top-header {
    background: #e31e24;
    position: relative;
    overflow: hidden;
}
.social-links li:last-child {
    margin-right: 0;
}
.social-icons{
    display: flex;
    float: right;
}
#daily_quiz .single-widget.categories {
    box-shadow: 0px 0px 3px 0 darkgrey;
}
.course figure {
    height: 200px;
    overflow: hidden;
}
.course figure img {
    min-height: 200px;
}
ul.social_media{
    list-style: none;
    display: flex;
}
ul.social_media li{
    padding:0 25px 0 0;
}