#loadOverlay
    {display: none;
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #aaa;
}
.btn, a {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    color: #260616;
}
a:focus {
    text-decoration: none!important;
}
a:focus, a:hover {
    color: #260616;
    text-decoration: none!important;
}
a, button, input {
    outline: medium none!important;
    color: #260616;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #260616;
    margin-top: -.5px;
    margin-bottom: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
}
h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
}
h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
ul {
    margin: 0;
    padding: 0;
}
hr {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #aaa;
}
.label {
    color: #fff!important;
    font-size: 9px!important;
}
::-moz-selection {
    background: #2046f2;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #2046f2;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #2046f2;
    color: #fff;
    text-shadow: none;
}
div.imgcontainer {
    background-color: #520620;
    width: 1920px;
    height: 900px;
    opacity: .8;
    background-image: revolution/assets/web.jpg;
}
mark {
    backgroundund: #2046f2;
    color: #fff;
}
ol {
    padding: 0;
    margin: 0;
}
ol li {
    list-style: decimal inside;
    padding: 0;
    margin: 0;
    line-height: 30px;
}
ol.alpha li {
    list-style: decimal-leading-zero inside;
    padding: 0;
    margin: 0;
}
ol.roman li {
    list-style: lower-roman inside;
    padding: 0;
    margin: 0;
}
ul {
    padding: 0;
    margin-left: : 3px;
}
ul li {
    padding: 0;
    margin: 3px;
    line-height: 25px;
}
ul.disc li {
    list-style: disc inside;
    padding: 0;
    margin: 0;
    line-height: 30px;
}
ul.list-style-1 li {
    list-style: none;
}
blockquote {
    display: block;
    border-radius: 5px;
    background: #260616;
    position: relative;
    font-size: 18px;
    border-left: 0 solid #f5f5f5;
    font-style: italic;
    padding-right: 0;
    padding-left: 0;
    line-height: 32px;
}
blockquote:before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 100px;
    font-weight: 700;
    color: #cb9d06;
    position: absolute;
    left: 0;
    top: -20px;
}
blockquote:after {
    content: ""}
blockquote cite {
    font-size: 14px;
    margin-top: 15px;
    display: block;
    font-weight: 600;
}
blockquote.default {
    background: #260616;
    padding: 30px;
    border-radius: 30px;
}
blockquote.default:before {
    left: 20px;
    top: 60px;
}
blockquote.default {
    padding-left: 100px;
}
blockquote.default cite {
    font-size: 16px;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 4px 0;
    line-height: 0;
}
select {
    width: 100%;
    background: #f6f7f8;
    border: 0;
    padding: 15px 18px 15px 30px;
    border-radius: 30px;
}
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #e3e3e3;
    width: 100%;
    height: 50px;
}
.select-styled {
    text-align: left;
    font-size: 14px;
    color: #aaa;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    background-color: #f6f7f8;
    padding: 13px 30px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 30px;
}
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #bfbfbf transparent transparent transparent;
    position: absolute;
    top: 23px;
    right: 20px;
}
.select-styled.active:after, .select-styled:active:after {
    top: 15px;
    border-color: transparent transparent #bfbfbf transparent;
}
.select-options {
    text-align: left;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}
.select-options li {
    list-style: none;
    font-size: 14px;
    padding-left: 15px;
    color: #323232;
}
.selected-box.auto-hight .select-options {
    height: 300px;
    overflow: auto;
}
.page-section-ptb {
    padding: 10px 0 20px;
}
.page-section-pt {
    padding: 50px 0 0;
}
.page-section-pb {
    padding: 50px 0 20px;
}
.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: 10px;
}
.mt-2 {
    margin-top: 20px;
}
.mt-3 {
    margin-top: 30px;
}
.mt-4 {
    margin-top: 40px;
}
.mt-5 {
    margin-top: 50px;
}
.mt-8 {
    margin-top: 80px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: 10px;
}
.mb-2 {
    margin-bottom: 20px;
}
.mb-3 {
    margin-bottom: 30px;
}
.mb-4 {
    margin-bottom: 40px;
}
.mb-5 {
    margin-bottom: 50px;
}
.pt-4 {
    padding-top: 40px;
}
.pb-0 {
    padding-bottom: 0;
}
.plr-6 {
    padding-left: 60px!important;
    padding-right: 60px!important;
}
.text-blue {
    color: #2046f2;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #360616;
    font-size: 15px;
}
.text-black a:hover {
    color: #ffb400;
}
.text-black a {
    color: #260616;
}
.white-bg {
    background: #fff;
}
.blue-bg {
    background: #260616;
}
.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
#loading {
    background-color: #f7f7f7;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden!important;
    right: 0;
    z-index: 999999;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center img {
    text-align: center;
    width: 320px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    margin: 0 auto;
}
.section-title {
    margin-bottom: 10px;
    margin-top: 20px;
}
.section-title span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.button {
    background: #260616;
    padding: 10px 30px;
    color: #260616;
    border: 2px solid #260616;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
}
.button:hover {
    background: #cb9d06;
    color: #260616;
    border-color: #353535;
}
.button.black {
    background: #353535;
    color: #fff;
    border: 2px solid #353535;
}
.button.black.active, .button.black:hover {
    background: #2046f2;
    color: #fff;
    border-color: #2046f2;
}
.button.white {
    background: #fff;
    color: #2046f2;
    border: 2px solid #2046f2;
}
.button.white:hover {
    background: #353535;
    color: #fff;
    border: 2px solid #353535;
}
.button.border {
    background: 0 0;
    border: 2px solid #e0e0e0;
    color: #aaa;
}
.button.border:hover {
    background: #2046f2;
    color: #fff;
    border-color: #2046f2;
}
.button.border-bule {
    background: 0 0;
    border: 2px solid #2046f2;
    color: #2046f2;
}
.button.border-bule:hover {
    background: #2046f2;
    color: #fff;
}
.button.border-white {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
}
.button.border-white:hover {
    background: #fff;
    color: #2046f2;
    border-color: #fff;
}
.button.border-black {
    background: 0 0;
    border: 2px solid #260616;
    color: #260616;
}
.button.border-black:hover {
    background: #260616;
    color: #fff;
    border-color: #260616;
}
.button.icon i {
    margin-right: 10px;
}
.button.arrow {
    background: 0 0;
    border: none;
    color: #2046f2;
    padding: 0;
    font-weight: 600;
}
.button.arrow i {
    padding-left: 10px;
    font-size: 16px;
}
.button.arrow:hover {
    color: #353535;
}
.button.arrow.white {
    color: #fff;
    border: none;
}
.button.arrow.white:hover {
    color: #aaa;
    background: 0 0;
}
.button.rev-btn {
    padding: 12px 35px!important;
    text-transform: uppercase!important;
    font-weight: 400!important;
    display: inline-block!important;
    border-radius: 30px!important;
    text-align: center!important;
    font-size: 14px!important;
    line-height: 24px!important;
    border: none!important;
}
.rev-btn.button.black:hover {
    background: #fff;
    color: #2046f2;
}
.bg.fixed {
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: relative;
    z-index: 0;
    background-attachment: fixed!important;
}
.bg {
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover!important;
    position: relative;
    z-index: 0;
}
.bg-overlay-black-70:before {
    background: rgba(38, 6, 22, .9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-black-99:before {
    background: rgba(38, 6, 22, .9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-black-80:before {
    background: rgba(38, 2, 22, .8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#header {
    height: 80px;
    transition: all .5s;
    z-index: 997;
    transition: all .5s;
    padding: 20px 0;
    background: #260616;
}
#header.header-transparent {
    background: 0 0;
}
#header.header-scrolled {
    background: rgba(38, 6, 22, .8);
    height: 60px;
    padding: 10px 0;
}
#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 4px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#header .logo h1 a, #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}
#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}
#main {
    margin-top: 5px;
}
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}
.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 15px;
    transition: .3s;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.nav-menu .active>a, .nav-menu a:hover, .nav-menu li:hover>a {
    color: #fff645;
    text-decoration: none;
}
.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: ease all .3s;
}
.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}
.nav-menu .drop-down ul a {
    padding: 10px 20px;
    /*font-size: 14px;*/
    font-weight: 400;
    text-transform: none;
    color: #1c3745;
}
.nav-menu .drop-down ul .active>a, .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul li:hover>a {
    color: #ffb400;
}
.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%}
.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}
.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}
@media (max-width:1366px) {
    .nav-menu .drop-down .drop-down ul {
    left: -90%}
.nav-menu .drop-down .drop-down:hover>ul {
    left: -100%}
.nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d"}
}
@media (max-width:1200px) {
    #header .logo img {
    display: none;
}
}
@media (max-width:990px) {
    #header .logo img {
    display: inherit;
}
}


.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(38, 6, 22, .8);
    transition: .4s;
    max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE/Edge */
}

.mobile-nav::-webkit-scrollbar {
  display: none;              /* Chrome, Safari */
}

.mobile-social-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 10px 0;
}

.mobile-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #444; /* default icon color */
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.mobile-social-icons a:hover {
  background-color: #e6e6e6;
  color: #260616; /* icon color on hover */
}

.mobile-social-icons i {
  display: block;
  line-height: 1;
}


.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 10px;
}
.mobile-nav .active>a, .mobile-nav a:hover, .mobile-nav li:hover>a {
    color: #fff645;
    text-decoration: none;
}
.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}
/* Make parent turn orange if any child is active */
.mobile-nav .drop-down.active > a,
.nav-menu .drop-down.active > a {
  color: #fff645;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa0";
    color: #fff645;
}

.mobile-nav .drop-down>a {
    color: #fff;
    padding-right: 35px;
}
.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}
.mobile-nav .drop-down li {
    padding-left: 20px;
}
.mobile-nav .drop-down.dropdown-toggled > a {
  color: #ccc; /* subtle hint of expansion, NOT orange */
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: all .4s;
    outline: 0!important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}
.mobile-nav-toggle i {
    color: #fff;
}
.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(38, 6, 22, .9);
    overflow: hidden;
    display: none;
}
.mobile-nav-active {
    overflow: hidden;
}
.mobile-nav-active .mobile-nav {
    left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}
#hero {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
}
#hero::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    background: linear-gradient(to right, rgba(38, 6, 22, .8), rgba(38, 6, 22, .6)), url(../assets1/img/e_large.webp) center center / contain no-repeat;
    background-position-y: center;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0);
}
@media (max-width: 768px) {
  #hero::after {
    background-size: cover !important;
    background-position: center top !important;
  }
}

#hero::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    background: #260616;
    opacity: .3;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
}
#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
}
#hero p {
    width: 80%;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    margin: 0 auto 30px auto;
    color: #fff;
}
#hero .btn-get-started {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: .5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    border: 2px solid #fff;
}
#hero .btn-get-started:hover {
    background: #ffb400;
    color: #260616;
    border: 2px solid #260616;
    text-decoration: none;
}
@media (min-width:1024px) {
    #hero p {
    width: 60%}
}
@media (max-width:768px) {
    #hero h2 {
    font-size: 26px;
}
#hero p {
    font-size: 14px;
}
#hero::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0);
}
#hero::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
}
}
@media (max-width:575px) {
    #hero: :after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0);
}
#hero::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
}
}
#hero1 {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
}
#hero1::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    background: linear-gradient(to right, rgba(38, 6, 22, .8), rgba(38, 6, 22, .6)), url(../assets1/img/ass.jpg) center top no-repeat;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0);
}
#hero1::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    background: #260616;
    opacity: .3;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
}
#hero1 .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero1 h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
}
#hero1 p {
    width: 80%;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    margin: 0 auto 30px auto;
    color: #fff;
}
#hero1 .btn-get-started {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: .5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    border: 2px solid #fff;
}
#hero1 .btn-get-started:hover {
    background: #ffb400;
    color: #260616;
    border: 2px solid #260616;
    text-decoration: none;
}
@media (min-width:1024px) {
    #hero1 p {
    width: 60%}
}
@media (max-width:768px) {
    #hero1 h2 {
    font-size: 26px;
}
#hero1 p {
    font-size: 14px;
}
#hero1::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0);
}
#hero1::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
}
}
@media (max-width:575px) {
    #hero1: :after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0);
}
#hero1::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
}
}
#hero2 .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero2 .btn-get-started {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: .5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    border: 2px solid #fff;
}
#hero2 .btn-get-started:hover {
    background: #ffb400;
    color: #260616;
    border: 2px solid #260616;
    text-decoration: none;
}
@media (min-width:1024px) {
    #hero2 p {
    width: 60%}
}
@media (max-width:768px) {
    #hero2 h2 {
    font-size: 26px;
}
}
@media (max-width:575px) {
    #hero2: :after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0);
}
}
.feature-box-01 .feature-box-button .button.arrow {
    color: #aaa;
}
.feature-box-01 .feature-box-button .button.arrow:hover {
    color: #2046f2;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.accordion .acd-group .acd-heading:before {
    font-family: fontawesome;
}
.accordion .acd-group .acd-heading:before {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 20px;
    display: block;
    padding: 3px 6px 2px;
    content: "\f105";
    font-size: 22px;
    line-height: 38px;
}
.accordion .acd-group>.acd-heading>span {
    margin-right: 15px;
}
.accordion .acd-heading {
    position: relative;
    padding: 20px 30px;
    color: #260616;
    line-height: normal;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 20px;
    display: block;
    font-family: Roboto, sans-serif;
    border-radius: 90px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.acd-des {
    padding: 0 40px 20px;
}
.accordion .acd-group.acd-active .acd-heading {
    color: #fff;
    background: #260616;
}
.accordion .acd-group.acd-active .acd-heading:before {
    content: "\f107"}
.accordion .acd-group.acd-active .acd-heading span {
    color: #fff;
}
.accordion.simple .acd-group .acd-heading {
    background: 0 0;
    box-shadow: none;
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .5);
    text-transform: inherit;
    font-weight: 700;
    padding: 20px 30px 0;
}
.accordion.simple .acd-group.acd-active .acd-heading {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}
.accordion.simple .acd-group .acd-heading::before {
    display: none;
}
.accordion.simple .acd-group .acd-des {
    padding: 0 30px 20px;
    color: #fff;
}
.accordion.simple.black .acd-group .acd-heading {
    color: #260618;
}
.accordion.simple.black .acd-group.acd-active .acd-heading {
    color: #260616;
    background-color: #ffffff;
}
.accordion.simple.black .acd-group .acd-des {
    color: #260618;
}
.accordion.icon .acd-group .acd-heading:before {
    display: none;
}
.accordion.icon .acd-heading {
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.accordion.icon .acd-heading span {
    display: inline-block;
    color: #2046f2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    border-radius: 90px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.accordion.icon .acd-group.acd-active .acd-heading {
    background: 0 0;
    color: #260616;
    margin-bottom: 0;
}
.accordion.icon .acd-group.acd-active .acd-heading span {
    color: #fff;
    background: #260616;
}
.accordion.icon .acd-des {
    padding: 0 0 20px 70px;
}
.faq .accordion .acd-heading {
    margin-bottom: 20px;
}
.faq .accordion .acd-des {
    padding: 0 40px 40px;
}
.faq .accordion .acd-heading i {
    margin-right: 10px;
}
.pricing .pricing-title .section-title {
    margin-bottom: 0;
}
.about-section .counter span {
    font-size: 30px;
}
.newsletter .form-group {
    width: 100%}
.newsletter .button {
    padding: 11px 30px;
}
.newsletter .button:hover {
    background: #fff;
    color: #2046f2;
    border-color: #fff;
}
.newsletter.blue-bg {
    background: #2046f2;
    position: relative;
    z-index: 1;
    padding-top: 50px;
}
.newsletter.blue-bg:before {
    background: url(../images/bg-element/03.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: -120px;
}
.footer {
    background: #2046f2;
    color: #fff;
    padding: 70px 0 0;
}
.footer h5, .footer h6 {
    color: #fff;
}
.footer.footer-topbar img {
    height: 40px;
}
.footer.footer-topbar .top {
    margin-bottom: -3px;
}
.footer.footer-topbar hr {
    margin-bottom: 60px;
    border-color: #4d6bf5;
}
.footer.footer-topbar .social {
    float: right;
}
.footer .social ul {
    background: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 0 10px;
}
.footer .social ul li {
    display: inline-block;
}
.footer .social ul li a {
    display: block;
    padding: 0;
    text-align: center;
    display: inline-block;
    text-align: center;
}
.footer .social ul li a i {
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: 0 0;
    color: #2046f2;
    display: inline-block;
    float: none;
}
.footer .social ul li a i:hover {
    color: #353535;
}
.footer .usefull-link ul li {
    display: block;
    border-bottom: 0;
    line-height: 24px;
    padding: 5px 0;
}
.footer .usefull-link ul li a i {
    padding-right: 10px;
}
.footer .usefull-link ul li a {
    color: #fff;
}
.footer .usefull-link ul li a:hover {
    color: #cb9d06;
}
.contact-box .contact-icon {
    display: table-cell;
    padding-right: 20px;
}
.contact-box .contact-icon i {
    background: 0 0;
    line-height: normal;
    font-size: 34px;
}
.contact-box .contact-info {
    display: table-cell;
    vertical-align: top;
}
.footer .copyright {
    background: #1239e7;
    padding: 15px 0 0;
}
.footer .copyright ul li a {
    color: #fff;
    text-transform: capitalize;
}
.footer .copyright ul li a:hover {
    color: #cb9d06;
}
.footer.light {
    background: #fff;
    color: #353535;
    position: relative;
}
.footer.light h6 {
    color: #2046f2;
}
.footer.footer-topbar hr {
    border-color: #d9d9d9;
}
.footer.light .social ul {
    background: #f6f7f8;
}
.footer.light .social ul li a i {
    color: #353535;
}
.footer.light .social ul li a i:hover {
    color: #2046f2;
}
.footer.light .usefull-link ul li a {
    color: #353535;
}
.footer.light .usefull-link ul li a:hover {
    color: #cb9d06;
}
.footer.light .footer-contact {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    margin-bottom: 80px;
    margin-top: -220px;
    padding: 60px 0;
}
.footer.light .contact-box {
    text-align: center;
}
.footer.light .contact-box .contact-icon {
    display: block;
    padding-right: 0;
    color: #2046f2;
}
.footer.light .contact-box .contact-info {
    display: block;
}
.footer.light .contact-box .contact-info .section-title {
    margin-bottom: 0;
}
.footer.light .contact-box .contact-info h5 {
    color: #353535;
}
.footer.light .copyright {
    background: #260616;
}
.footer.light .copyright ul li a {
    color: #fff;
}
.footer.light .copyright ul li a:hover {
    color: #cb9d06;
}
div#main {
    z-index: 1;
    position: relative;
}
.footer.footer-topbar hr {
    border-color: rgba(0, 0, 0, .1);
}
.form.white .form-group {
    margin-bottom: 20px;
}
.form.white .button:hover {
    color: #2046f2;
    background: #fff;
    border-color: #fff;
}
.footer-dark .copyright {
    background: #260616;
    padding: 30px 0 20px;
}
.footer-dark .copyright ul li a {
    color: #fff;
    text-transform: capitalize;
}
.footer-dark .copyright ul li a:hover {
    color: #cb9d06;
}
.footer.footer-bg h6 {
    color: #fff;
}
.contact-box.top .section-title {
    margin-bottom: 0;
}
.footer.footer-bg.footer-topbar .top {
    margin-top: 30px;
}
.footer.footer-bg .usefull-link ul li a:hover {
    color: #cb9d06;
}
.footer.footer-bg .social ul li a i {
    color: #353535;
}
.footer.footer-bg .social ul li a i:hover {
    color: #2046f2;
}
.footer.footer-bg .copyright {
    background: 0 0;
    border-top: 1px solid #2b2621;
}
.footer .copyright ul li a:hover {
    color: rgba(203, 157, 6);
}
.feature-box-01.round {
    padding: 0 20px;
}
.feature-box-01.round a:hover {
    color: inherit;
}
.feature-box-01.round .feature-box-img {
    display: inline-block;
    background: linear-gradient(145deg, #e6e4da, #ffffff);
    box-shadow: 6px 6px 10px #cfcdc4, -6px -6px 10px #ffffff;
    width: 160px;
    height: 160px;
    border-radius: 90px;
    text-align: center;
    line-height: 160px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.feature-box-01.round .feature-box-img img {
    display: inline-block;
}
.feature-box-01.round:hover .feature-box-img {
    box-shadow: 0 30px 30px #cfcdc4, -6px -6px 10px #ffffff;
}
.feature-box-01.box-shadow .feature-box-img {
    display: inline-block;
    width: 160px;
    height: 160px;
    border-radius: 90px;
    text-align: center;
    line-height: 160px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}
.feature-box-02 .icon {
    float: left;
    border-radius: 90px;
    height: 60px;
    width: 60px;
    line-height: 68px;
    text-align: center;
    margin-right: 20px;
    background: #2046f2;
    color: #fff;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.feature-box-02 .icon i {
    font-size: 24px;
}
.feature-box-02 .icon span {
    font-size: 30px;
}
.feature-box-02 .info {
    display: table-cell;
}
.feature-box-02.right .icon {
    float: right;
    border-radius: 90px;
    margin-left: 20px;
    height: 60px;
    width: 60px;
    line-height: 68px;
    text-align: center;
    margin-right: 0;
}
.feature-box-02:hover .icon {
    background: #353535;
}
.feature-box-02.image .icon {
    background: 0 0;
}
.service-block .feature-box-02 .info {
    display: table;
}
.service-block.media .feature-box-02 .icon {
    width: 20px;
}
.service-block .feature-box-02 .icon span {
    font-size: 20px;
}
.feature-box-04 .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
.feature-box-04 .icon img {
    display: inline-block;
    width: 40%}
.feature-main .no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.sec-relative {
    position: relative;
    overflow: hidden;
}
.animated-text {
    position: absolute;
    left: 0;
    top: 50px;
    font-family: Arial, sans-serif;
    font-size: 150px;
    line-height: 150px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
}
.animated-text.white {
    color: rgba(255, 255, 255, .7);
}
.animated-text.white2 {
    color: rgba(255, 255, 255, .05);
}
.animated-text.dark {
    color: rgba(0, 0, 0, .03);
}
.our-story .play-video a {
    color: #fff;
    font-size: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    padding-left: 10px;
}
.our-story .play-video a:hover {
    border-color: #2046f2;
    background: #2046f2;
}
.testimonial .testimonial-bg {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    padding-bottom: 12px;
}
.testimonial .testimonial-bg .owl-carousel .owl-nav {
    opacity: 1;
    top: inherit;
    bottom: 80px;
    border-radius: 25px;
}
.testimonial .testimonial-bg .owl-carousel .owl-nav .owl-next {
    right: 43%}
.testimonial .testimonial-bg .owl-carousel .owl-nav .owl-prev {
    left: 43%}
.testimonial-01 .testimonial-avtar {
    width: 90px;
    background: #f5f6f7;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
}
.testimonial-01 .testimonial-avtar img {
    display: inline-block;
    border-radius: 25px;
}
.testimonial-02 p {
    color: rgba(38, 6, 22, .6);
}
.testimonial-02 .testimonial-bg {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 0;
    padding-bottom: 0;
}
.testimonial-02 .testimonial-block:after, .testimonial-02 .testimonial-block:before {
    display: none;
}
.testimonial-02 .testimonial-block {
    border-radius: 0;
    padding: 30px;
}
.testimonial-02 .testimonial-block .testimonial-avtar {
    width: 100px;
    height: 100px;
    background: #f5f6f7;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.testimonial-02 .testimonial-block .testimonial-avtar img {
    border-radius: 50%}
.testimonial-02 .testimonial-title {
    position: relative;
    padding: 80px 30px 0;
    height: 100%;
    z-index: 9;
}
.testimonial-02 .testimonial-title h3 {
    line-height: 40px;
}
.testimonial-02 .testimonial-title:before {
    position: absolute;
    content: "\f10d";
    font-size: 110px;
    color: rgba(0, 0, 0, .2);
    top: 50px;
    left: 30px;
    font-family: fontawesome;
    z-index: -1;
}
.testimonial-02 .testimonial-title:after {
    position: absolute;
    content: "\f10e";
    font-size: 110px;
    color: rgba(0, 0, 0, .2);
    bottom: 50px;
    right: 30px;
    font-family: fontawesome;
    z-index: -1;
}
.testimonial-02 .testimonial-bg .owl-carousel .owl-nav {
    opacity: 1;
    top: inherit;
    top: 15%;
    bottom: inherit;
}
.testimonial-02 .testimonial-bg .owl-carousel .owl-nav .owl-next {
    right: 20%}
.testimonial-02 .testimonial-bg .owl-carousel .owl-nav .owl-prev {
    left: 20%}
.testimonial-02 .testimonial-bg .owl-carousel:hover .owl-nav .owl-prev {
    left: 20%}
.testimonial-02 .testimonial-bg .owl-carousel:hover .owl-nav .owl-next {
    right: 20%}
.testimonial-03 {
    position: relative;
    background: #fff;
    padding: 20px 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 65px;
    border-radius: 25px;
}
.testimonial-03:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #f6f7f8 transparent transparent transparent;
}
.testimonial-03 .testimonial-avatar {
    float: left;
    height: 115px;
    width: 115px;
    display: inline-block;
    margin-right: 20px;
}
.testimonial-03 .testimonial-avatar img {
    border-radius: 90px;
}
.testimonial-03 .testimonial-info {
    display: table-cell;
    vertical-align: middle;
}
.testimonial-03 .testimonial-info h6 {
    position: absolute;
    content: "";
    bottom: -70px;
    left: 50px;
}
.testimonial-03 .testimonial-info h6 span {
    display: block;
    font-family: Roboto, sans-serif;
    color: #aaa;
    font-size: 14px;
}
.service-contact .owl-carousel .owl-controls .owl-dot {
    margin-top: 0;
}
.counter b {
    font-size: 30px;
    display: block;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin: 10px 0;
}
.counter span {
    font-size: 40px;
    color: #fff;
}
.counter.light b, .counter.light h6 {
    color: #353535;
}
.counter.light span {
    color: #2046f2;
}
.our-clients.blue-bg {
    padding: 60px 0 170px;
}
.touch-in {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-bottom: 0;
    padding: 60px 0;
    width: 100%}
.touch-in .contact-box {
    text-align: center;
}
.touch-in .contact-box .contact-info {
    display: block;
}
.touch-in .contact-box .contact-info .section-title {
    margin-bottom: 0;
}
.touch-in .contact-box .contact-icon {
    display: block;
    margin-bottom: 10px;
    padding-right: 0;
}
.gray-form .form-group {
    margin-bottom: 20px;
}
.gray-form .button {
    margin-right: 20px;
}
section .container-fluid {
    padding: 0 15px;
}
section.plr-60 {
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.contact-map {
    height: 400px;
}
.contact-map .container-fluid {
    padding: 0;
}
.contact-map .container-fluid iframe {
    border: 0;
    width: 100%;
    height: 400px;
}
.error-info .button.black {
    margin-left: 15px;
}
.owl-carousel {
    display: block;
}
.owl-carousel .owl-item img {
    width: auto;
    border-radius: 35px;
    border-color: #fff;
    border-top: 10px;
    margin: auto;
    display: block;
}
.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
}
.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    left: 0;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity .3s ease 0s, left .3s ease 0s;
    -moz-transition: opacity .3s ease 0s, left .3s ease 0s;
    -ms-transition: opacity .3s ease 0s, left .3s ease 0s;
    -o-transition: opacity .3s ease 0s, left .3s ease 0s;
    transition: opacity .3s ease 0s, left .3s ease 0s;
}
.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    right: 0;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity .3s ease 0s, right .3s ease 0s;
    -moz-transition: opacity .3s ease 0s, right .3s ease 0s;
    -ms-transition: opacity .3s ease 0s, right .3s ease 0s;
    -o-transition: opacity .3s ease 0s, right .3s ease 0s;
    transition: opacity .3s ease 0s, right .3s ease 0s;
}
.owl-carousel .owl-nav i {
    font-size: 20px;
    border-radius: 50%;
    box-shadow: -1px 6px 13px rgba(0, 0, 0, .1);
    width: 44px;
    height: 44px;
    line-height: 42px;
    padding-left: 2px;
    display: inline-block;
    color: #2046f2;
    background: #fff;
    border: 1px solid #e3e3e3;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.owl-carousel .owl-nav i:hover {
    background: #260616;
    color: #fff;
    border-color: #260616;
}
.owl-carousel:hover .owl-nav {
    opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
    left: -2%}
.owl-carousel:hover .owl-nav .owl-next {
    right: -2%}
.owl-carousel .owl-controls .owl-dot {
    display: inline-block;
    margin-top: 20px;
}
.owl-carousel .owl-dots {
    display: inline-block;
    position: relative;
    text-indent: inherit;
    width: 100%;
    cursor: pointer;
    text-align: center;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #6b6b6b;
    border-radius: 30px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    cursor: pointer;
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #260616;
    width: 24px;
}
.map-location {
    position: relative;
}
.map-location-tooltip .tooltip {
    position: absolute;
    z-index: 9;
    width: 2.2em;
    height: 2.2em;
    opacity: 1;
    cursor: pointer;
}
@-webkit-keyframes pulse {
    from {
    -webkit-transform: scale3d(.5, .5, 1);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
}
}
@-ms-keyframes pulse {
    from {
    -ms-transform: scale3d(.5, .5, 1);
}
to {
    -ms-transform: scale3d(1, 1, 1);
}
}
@-o-keyframes pulse {
    from {
    -o-transform: scale3d(.5, .5, 1);
}
to {
    -o-transform: scale3d(1, 1, 1);
}
}
@-moz-keyframes pulse {
    from {
    -moz-transform: scale3d(.5, .5, 1);
}
to {
    -moz-transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
    from {
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
.map-location-tooltip .tooltip:first-child {
    top: 39%;
    left: 20%}
.map-location-tooltip .tooltip:nth-child(2) {
    top: 7%;
    left: 35%}
.map-location-tooltip .tooltip:nth-child(3) {
    top: 17%;
    right: 19%}
.map-location-tooltip .tooltip:nth-child(4) {
    top: 37%;
    right: 24%}
.map-location-tooltip .tooltip:nth-child(5) {
    bottom: 24%;
    right: 12%}
@-webkit-keyframes pulse {
    from {
    -webkit-transform: scale3d(.5, .5, 1);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
}
}
@-o-keyframes pulse {
    from {
    -o-transform: scale3d(.5, .5, 1);
}
to {
    -o-transform: scale3d(1, 1, 1);
}
}
@-ms-keyframes pulse {
    from {
    -ms-transform: scale3d(.5, .5, 1);
}
to {
    -ms-transform: scale3d(1, 1, 1);
}
}
@-moz-keyframes pulse {
    from {
    -moz-transform: scale3d(.5, .5, 1);
}
to {
    -moz-transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
    from {
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
.fancy-team-tooltip .tooltip:first-child {
    top: 0;
    left: 15%}
.fancy-team-tooltip .tooltip:nth-child(2) {
    top: 2%;
    left: 29%}
.fancy-team-tooltip .tooltip:nth-child(3) {
    top: -5%;
    left: 41%}
.fancy-team-tooltip .tooltip:nth-child(4) {
    top: 3%;
    right: 42%}
.fancy-team-tooltip .tooltip:nth-child(5) {
    top: -4%;
    right: 29%}
.fancy-team-tooltip .tooltip:nth-child(6) {
    top: -3%;
    right: 16%}
.fancy-team-tooltip ul.social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.fancy-team-tooltip ul.social li a {
    color: #fff;
}
.fancy-team-tooltip ul.social li a:hover {
    color: rgba(255, 255, 255, .65);
}
.back-to-top {
    position: fixed;
    bottom: -220px;
    right: 2%;
    z-index: 9999;
    opacity: 1;
    cursor: pointer;
}
.back-to-top img {
    width: 80px;
}
.back-to-top.show {
    bottom: 0!important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.back-to-top.back-run {
    bottom: 100%!important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.back-to-top.back-down {
    -webkit-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.icon-rounded {
    height: 60px;
    line-height: 63px;
    border: 2px solid #000;
    text-align: center;
    display: inline-block;
    min-width: 60px;
    font-size: 24px;
}
.list-unstyled .media .icon i {
    font-size: 40px;
    color: #2046f2;
    background: 0 0;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.progress-bar .progress-number {
    margin-top: -24px;
    position: relative;
    top: -13px;
    font-size: 15px;
    margin-right: 11px;
    text-align: right;
}
.progress-bar .progress-type {
    margin-top: -18px;
    position: relative;
    top: -13px;
    margin-right: 0;
    font-size: 15px;
    text-align: right;
}
.table-bordered td, .table-bordered th {
    padding: 6px 6px;
}
@media (max-width:1366px) {
    .muzeeyi p {
    width: 60%}
.muzeeyi h2 {
    font-size: 40px;
    margin-top: 25px;
}
}
@media (max-width:1200px) {
    .muzeeyi p {
    width: 80%}
}
@media (max-width:1000px) {
    .muzeeyi p {
    width: 100%}
.muzeeyi h2 {
    font-size: 25px;
    margin-top: 10px;
}
}
.service-details .card {
    border: 0;
    padding: 0 30px;
    margin-bottom: 60px;
    position: relative;
}
.service-details .card:hover img {
    transform: scale(1.1);
}
.services {
    padding-bottom: 20px;
}
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 5px 26px 0 rgba(68, 88, 144, .14);
    transition: all .3s ease-in-out;
    text-align: center;
    border: 1px solid #fff;
}
.services .icon {
    margin: 0 auto 20px auto;
    padding-top: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
}
.services .icon i {
    font-size: 36px;
    line-height: 1;
}
.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.services .title a {
    color: #111;
}
.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    color: rgba(38, 6, 22, .7);
}
.services .icon-box-pink .icon {
    background: #fceef3;
}
.services .icon-box-pink .icon i {
    color: #ff689b;
}
.services .icon-box-pink:hover {
    border-color: rgba(38, 6, 22, .3);
    box-shadow: 0 6px 30px rgba(38, 6, 22, .3);
}
.services .icon-box-cyan .icon {
    background: #e6fdfc;
}
.services .icon-box-cyan .icon i {
    color: #3fcdc7;
}
.services .icon-box-green .icon {
    background: #eafde7;
}
.services .icon-box-green .icon i {
    color: #41cf2e;
}
.services .icon-box-blue .icon {
    background: #e1eeff;
}
.services .icon-box-blue .icon i {
    color: #2282ff;
}
.nav.nav-tabs {
    border: none;
    text-align: center;
    margin-bottom: 30px;
}
.nav.nav-tabs li {
    margin-bottom: 0;
    float: none;
    display: inline-block;
    color: #260616;
}
.nav.nav-tabs li a {
    color: #260616;
    border-color: #260616;
    line-height: normal;
    margin-right: 10px;
    border-radius: 90px;
    padding: 12px 30px;
    background: #260616;
    color: #fff;
}
.nav.nav-tabs>li a.active, .nav.nav-tabs>li.active>a, .nav.nav-tabs>li.active>a:focus, .nav.nav-tabs>li.active>a:hover {
    border-color: #260616;
    background: #fff;
    color: #260616;
}
.nav.nav-tabs.round {
    margin-bottom: 50px;
}
.nav.nav-tabs.round>li a.active{
    border-color: #260616;
    background: #fff;
    color: #260616;
}
.nav.nav-tabs.round li a {
    color: #260616;
    border-color: #260616;
    line-height: normal;
    margin-right: 10px;
    border-radius: 90px;
    padding: 12px 30px;
    background: #260616;
    color: #fff;
}
.nav.nav-tabs.simple {
    margin-top: 60px;
    text-align: left;
}
.nav.nav-tabs.simple {
    border-bottom: 1px solid #e0e0e0;
}
.nav.nav-tabs.simple li a {
    border-radius: 0;
    margin-right: 0;
}
.provide-services .feature-box-02 .icon { background: transparent; }
.provide-services .feature-box-02 .icon i { font-size: 40px; color: #2046f2; background: transparent; }
.provide-services .play-video { position: relative; }
.provide-services .play-video a { display: block; position: absolute; text-indent: inherit; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); left: 50%; margin-left: -35px; width: 100%; color: #ffffff; font-size: 40px; border: 2px solid #ffffff; border-radius: 50%; width: 80px; height: 80px; line-height: 80px; text-align: center; padding-left: 10px; }
.provide-services .play-video a:hover { border-color: #260616; background: #2046f2; }

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
}

.why-us .icon-box + .icon-box {
  margin-top: 50px;
}

.why-us .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f3f8fa;
  border-radius: 6px;
  transition: 0.5s;
}

.why-us .icon-box .icon i {
  color: #68A4C4;
  font-size: 32px;
}

.why-us .icon-box:hover .icon {
  background: #68A4C4;
}

.why-us .icon-box:hover .icon i {
  color: #fff;
}

.why-us .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.why-us .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.why-us .icon-box .title a:hover {
  color: #ffb400;
}

.why-us .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.why-us .video-box {
  position: relative;
}

.why-us .video-box img {
  padding-top: 15px;
  padding-bottom: 15px;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#260616 50%, rgba(38, 6, 22, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #260616;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.bg-schedule {
  background: url(images/schedule-bg.png) no-repeat;
  background-size: cover;
}
.schedule .schedule-tab {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 14px;
}

.schedule .schedule-tab ul li.nav-item {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .schedule .schedule-tab ul li.nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.schedule .schedule-tab ul li.nav-item a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #ff6600;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
}

.schedule .schedule-tab ul li.nav-item a span {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 1rem;
  color: #848484;
  font-weight: 400;
}

.schedule .schedule-tab ul li.nav-item a.active {
  background: #ff6600;
  color: #fff;
  position: relative;
}

.schedule .schedule-tab ul li.nav-item a.active span {
  color: #fff;
}

.schedule .schedule-tab ul li.nav-item a.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #260616 transparent transparent;
}

@media (max-width: 767px) {
  .schedule .schedule-tab ul li.nav-item a.active:after {
    content: none;
  }
}

.schedule .schedule-contents {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.schedule .schedule-contents .schedule-item ul {
  margin-bottom: 0;
}

.schedule .schedule-contents .schedule-item ul li {
  list-style: none;
}

.schedule .schedule-contents .schedule-item ul li div {
  display: inline-block;
}

.schedule .schedule-contents .schedule-item ul li .time {
  width: 23%;
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 37%;
  }
}

@media (max-width: 575px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 37%;
  }
}

.schedule .schedule-contents .schedule-item ul li .activity {
  width: 23%;
}

/*.schedule .schedule-contents .schedule-item ul li .details {
  width: 20%;
}*/

@media (max-width: 991px) {
  .schedule .schedule-contents .schedule-item ul li .activity {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .activity {
    width: 60%;
   
  }
}

@media (max-width: 575px) {
  .schedule .schedule-contents .schedule-item ul li .activity {
    display: none;
    /*width:%*/
  }
}

@media (max-width: 575px) {
  .schedule .schedule-contents .schedule-item ul li .activity img {
    display: none;
  }
}

.schedule .schedule-contents .schedule-item ul li .subject {
  width: 33%;
}

#subject-name :hover div.subject  {
    color: #ff6600;
}

@media (max-width: 1200px) {
  .schedule .schedule-contents .schedule-item ul li .subject {
    /*display: none;*/
    width: 30%
  }
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .details {
    display: none;
  }
}

.schedule .schedule-contents .schedule-item li.headings {
  padding: 22px 40px;
  background: #260616;
}

.schedule .schedule-contents .schedule-item li.headings div {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.schedule .schedule-contents .schedule-item li.schedule-details {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e5e5e5;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block {
  padding: 10px 40px;
  background: #fff;
  width: 100%;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div {
  color: #222222;
  font-family: "Montserrat", sans-serif;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div i {
  font-size: 1.1875em;
  color: #c7c8c9;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div img {
  border-radius: 10%;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.time {
  margin-left: 5px;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
  margin-left: 20px;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}


.schedule .schedule-contents .schedule-item li.schedule-details .block:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover span.name {
  color: #ff6600;
}

.schedule .download-button {
  padding-top: 40px;
  margin-bottom: 30px;
}


/* Popup box BEGIN */
.hover_bkgr_fricc{
    /*background:rgba(0,0,0,.4);*/
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}

.popupCloseButton {
    background-color: #fff;
    border: 1px solid #260616;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #260616;
    color: #ffb400;
}