/**@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap"); */

@import url("https://fonts.bunny.net/css?family=rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.bunny.net/css?family=barlow-condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap");

body {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    color: #ffffff;
    background: #000000;
    overflow-x: hidden;
}

.training-new-name{
	font-size: 22px !important;
}

.ylb-group span{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    color: #adadad !important;
}

.ylb-group span a{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    color: #adadad !important;
}

.fixed-application-form {
    position: absolute;
    left: -126px;
    bottom: 14px;
    z-index: -1;
    background: #ffffff;
    padding: 1px 8px 1px 8px;
    border-radius: 8px 0 0 8px;
}

.fixed-whatsapp {
    position: absolute;
    left: -85px;
    bottom: 14px;
    z-index: -1;
    background: #ffffff;
    padding: 1px 8px 1px 8px;
    border-radius: 8px 0 0 8px;
}

.dropbtn-new {
    background-color: transparent;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
}

.dropbtn-new i {
    font-size: 11px;
    padding-left: 4px;
}

.dropdown-new {
    position: relative;
    display: inline-block;
}

.dropdown-content-new {
    display: none;
    position: absolute;
    background-color: #191c21;
    min-width: 370px;
    width: 370px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    overflow-y: scroll;
    height: 500px;
    border: 1px solid #272c33;
    border-radius: .25rem;
}

.dropdown-content-new-two {
    display: none;
    position: absolute;
    background-color: #191c21;
    min-width: 11rem;
    width: 11rem;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    padding: .4rem 0;
    border: 1px solid #272c33;
    border-radius: .25rem;
}

.dropdown-content-new a,
.dropdown-content-new-two a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content-new a:hover,
.dropdown-content-new-two a:hover {
    background-color: #272c33;
}

.dropdown-new:hover .dropdown-content-new,
.dropdown-new:hover .dropdown-content-new-two {
    display: block;
}

.dropdown-new:hover .dropbtn-new {
    background-color: transparent;
}

.row:before,
.row:after {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

.bg {
    background-color: #191c21;
}

.bg-two {
    background-color: #17191e;
}

a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container-fluid-bg {
    background-color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-weight: 700;
    font-size: 60px;
}

h2 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1.1px;
}

h6 {
    font-size: 18px;
}

h5 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.8px;
}

.faq-area h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #e9e9e9;
}

.faq-area h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
}

.trainees-slider p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.trainees-slider h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: bold;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.form-control {
    height: 50px;
    color: #0e0129;
    border: 1px solid #e8e8e8;
    background-color: #f2f9fc;
    border-radius: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}

.form-control::-webkit-input-placeholder {
    color: #495057;
}

.form-control:-ms-input-placeholder {
    color: #495057;
}

.form-control::-ms-input-placeholder {
    color: #495057;
}

.form-control::placeholder {
    color: #495057;
}

.form-control:focus {
    color: #000000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #d80650;
}

.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

textarea.form-control {
    height: auto;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.partner-area .play {
    width: 50%;
    height: 20%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 50px;
    z-index: 1;
}

.pt-100 {
    padding-top: 100px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-100 {
    margin-top: -100px;
}

.pr-120 {
    padding-right: 120px;
}

.p-50 {
    padding: 50px;
}


/*
Bg-color Style*/

.bg-color {
    background-color: #010c16;
}


/*
Default Btn Area Style*/

.default-btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #ffffff;
    padding: 17px 5px;
    line-height: 1;
    transition: 0.3s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    width: 156px;
}

.training-btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    padding: 9px;
    line-height: 1;
    transition: 0.3s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    border: 1px solid #97989b;
    width: 120px;
}

.trainees-area-page .modal-body p {
    font-size: 15px;
}

.morelink h1 {
    font-size: 13px;
    font-weight: 500;
    color: #97989b;
    letter-spacing: 0;
    margin: 0;
}

.training-two-btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    padding: 9px 10px 6px 3px;
    padding-bottom: 5px;
    line-height: 1;
    transition: 0.3s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #97989b;
    width: 100px;
}

.default-btn-dark {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    padding: 17px 5px;
    line-height: 1;
    transition: 0.3s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #272c33;
    border-radius: 5px;
    width: 156px;
}


/*
.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #c53850;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.default-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #c53850;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
} */

.default-btn.active {
    margin-left: 20px;
    color: #0e0129;
    background-color: #ffffff;
}

.default-btn:hover {
    background-color: #d4324d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.default-btn:hover::before {
    left: auto;
    right: 0;
    width: 50%;
}

.default-btn:hover::after {
    left: 0;
    right: 0;
    width: 50%;
}

.default-btn-dark:hover::before {
    left: auto;
    right: 0;
    width: 50%;
}

.default-btn-dark:hover::after {
    left: 0;
    right: 0;
    width: 50%;
}

.default-btn-dark:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.training-btn:hover::before {
    left: auto;
    right: 0;
    width: 50%;
}

.training-btn:hover::after {
    left: 0;
    right: 0;
    width: 50%;
}

.training-btn:hover {
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.training-btn.pink:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.training-two-btn:hover::before {
    left: auto;
    right: 0;
    width: 50%;
}

.training-two-btn:hover::after {
    left: 0;
    right: 0;
    width: 50%;
}

.training-two-btn:hover {
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-training-text .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    opacity: 0.9;
    height: 100%;
    background: linear-gradient(to top, rgb(0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 45%) center center no-repeat;
}


/*
Read More Area Style*/

.read-more {
    line-height: 1;
    color: #d80650;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.read-more i {
    position: relative;
    top: 2px;
}

.read-more:hover {
    color: #d80650;
}

.read-more:hover i {
    color: #d80650;
    -webkit-animation: rotation 0.5s linear infinite;
    animation: rotation 0.5s linear infinite;
}


/*===== DEFAULT STYLE END ======*/


/*====================================================
HOME PAGE ONE STYLE
======================================================*/


/*
Header Area Style
======================================================*/

.header-area .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.header-area .top-header-area {
    border-bottom: 1px solid #11132d;
    background-color: rgba(17, 19, 45, 0.2);
    padding: 15px 0;
}

.header-area .top-header-area .header-content-left li {
    display: inline-block;
    padding-right: 20px;
    color: #ffffff;
    font-size: 14px;
}

.header-area .top-header-area .header-content-left li:last-child {
    padding-right: 0;
}

.header-area .top-header-area .header-content-left li a {
    color: #ffffff;
    display: inline-block;
}

.header-area .top-header-area .header-content-left li i {
    color: #ffffff;
    margin-right: 5px;
    font-size: 15px;
    position: relative;
    top: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header-area .top-header-area .header-content-left li:hover a {
    color: #d80650;
}

.header-area .top-header-area .header-content-left li:hover a i {
    color: #d80650;
}

.header-area .top-header-area .header-content-right {
    float: right;
    line-height: 1;
}

.header-area .top-header-area .header-content-right li {
    display: inline-block;
}

.header-area .top-header-area .header-content-right li a {
    color: #ffffff;
    padding: 0 10px;
}

.header-area .top-header-area .header-content-right li a i {
    font-size: 16px;
}

.header-area .top-header-area .header-content-right li:last-child a {
    padding-right: 0;
}

.header-area .top-header-area .header-content-right li:hover a {
    color: #d80650;
}

.header-area .top-header-area .header-content-right li:hover a i {
    color: #d80650;
}


/*
Nav Area Style
======================================================*/

.navbar-brand, .underline-element {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    vertical-align: middle;
}

.navbar-brand::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    width: 0%;
    bottom: -3px;
    background: linear-gradient(117deg, rgba(180, 19, 47, 1) 0%, rgba(222, 56, 85, 1) 47%, rgba(176, 47, 70, 1) 100%);
    height: 2px;
    transition-property: width;
    transition-duration: 0.50s;
    transition-timing-function: ease-out;
}

#red-underline {
    position: relative;
    margin-right: 40px;
    display: flex;
    align-items: center;
    height: 100%;
}

#red-underline:hover .navbar-brand:after,
#red-underline .navbar-brand:focus:after,
#red-underline .navbar-brand:active:after {
    right: 0;
    left: auto;
    width: 100%;
}

.dropdown-item {
    padding: 0.8rem 1rem;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.typeahead.dropdown-menu {
    display: block !important;
    overflow-y: scroll;
    max-height: 500px;
}

.dropdown-menu.trainings {
    min-width: 18rem;
}

.menu-block {
    width: 22rem;
}

.menu-block .dropdown-item {
    padding: 0.8rem 1rem;
}

.dropdown-menu.trainings span {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.dropdown-menu.trainings p {
    font-size: 13px;
    color: #ffffff !important;
    opacity: 0.6;
}

.text-truncate span {
    font-size: 15.5px;
    font-weight: 600;
    color: #ffffff;
}

.text-truncate p {
    font-size: 12.5px;
    color: #ffffff !important;
    opacity: 0.6;
}

.owl-theme .owl-nav {
    margin-top: -15px !important;
}

.typeahead p {
    font-size: 13px;
    color: #ffffff !important;
    opacity: 0.6;
}

.navbar-toggler {
    padding: .25rem 1rem .25rem 0px;
}

nav .navbar-nav .dropdown.screen-large .btn {
    padding: 8px 15px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.3s;
}

nav .navbar-nav .dropdown.screen-large .btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

nav .navbar-nav .dropdown.screen-large .dropdown-toggle::after {
    border-top: 0;
}

nav .navbar-nav .dropdown.screen-large .dropdown-menu #search-bar {
    background-color: transparent;
    border: none;
    color: #ffffff;
    margin-left: 20px;
}

nav .navbar-nav .dropdown.screen-large .dropdown-menu {
    margin: 0.2rem 0 0;
    min-width: 370px;
    width: 370px;
    left: -207px;
    padding: 0px;
    top: 28px;
}

nav .navbar-nav .dropdown.screen-large .dropdown-menu .search-btn {
    top: 0;
}

nav .navbar-nav button.close {
    padding: 10px;
    padding-top: 18px;
    font-weight: 100;
    margin-top: -10px;
    font-size: 2.5rem;
}

/* Mobil Menü Kapatma Butonu */
.close-menu-btn {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    padding: 15px 20px !important;
    margin: 0 !important;
    position: absolute !important;
    top: 10px !important;
    right: 15px !important;
    z-index: 1051 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    line-height: 1 !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.close-menu-btn:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: rotate(90deg) !important;
}

.close-menu-btn i {
    font-size: 24px !important;
    color: #ffffff !important;
}

nav .navbar-nav .border-bottom {
    border-bottom: 1px solid #272c33!important;
    position: relative !important;
    padding-top: 60px !important;
}

nav .navbar-nav .dropdown-menu a:hover,
nav .navbar-nav .dropdown-menu a:focus {
    color: #ffffff;
    background-color: #272c33;
}

.mobile #search-bar {
    background-color: transparent;
    border: none;
    color: #ffffff;
    margin-left: 25px;
}

.mobile .hr {
    position: absolute;
    border-top: 1px solid #272c33;
    width: 100%;
    top: 47px;
}

.mobile .dropdown {
    position: static;
}

.mobile .dropdown .dropdown-toggle::after {
    display: none;
}

.mobile .dropdown-menu {
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
}

.mobile .typeahead.dropdown-menu {
    top: 100px !important;
    border-top: 1px solid #272c33;
}

.mobile .typeahead.dropdown-menu .dropdown-item:focus,
.mobile .typeahead.dropdown-menu .dropdown-item:hover {
    color: #ffffff;
    background-color: #272c33;
}

.mobile .dropdown-menu button.close {
    padding: 10px;
    font-weight: 100;
    margin-top: -10px;
    font-size: 2.5rem;
}

.dropdown-toggle::after {
    vertical-align: middle;
    color: #d3d3d3;
}

.partner-wrap-six.owl-carousel .owl-nav.disabled {
    display: block !important;
	pointer-events: all !important;
    cursor: auto !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: .4rem 0;
    margin: 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #191c21;
    background-clip: padding-box;
    border: 1px solid #434348;
    border-radius: .25rem;
}

.nav-area .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.nav-area .navbar-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background: rgba(0, 0, 0, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100% !important;
}

.nav-area .navbar-area .main-nav {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-area .navbar-area .main-nav .navbar {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
    min-height: 70px;
    display: flex;
    align-items: center;
}

nav .navbar-nav .nav-item a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #d3d3d3;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    padding: 8px 15px;
    display: inline-block;
    white-space: nowrap;
    line-height: 1.5;
}

nav .navbar-nav .nav-item {
    margin: 0 5px;
}

nav .navbar-nav .nav-item a {
    color: #d3d3d3;
}

nav .navbar-nav .nav-item a.active {
    color: #ffffff;
}

nav .navbar-nav .nav-item a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 0 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 5px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #ffffff;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #ffffff;
    border-bottom: 1px solid #c83232;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    top: 100%;
    left: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 13px;
    color: #0e0129;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #eeeeee;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #d80650;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #d80650;
    background-color: #f3f3f3;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #d80650;
    background-color: #f3f3f3;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    top: 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: 0px !important;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    top: 100%;
    -webkit-transform: scaleX(1);
    visibility: visible;
    transform: scaleX(1);
}


/*
.nav-area .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background: linear-gradient(#000 50%, #0000) !important;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
} */

.nav-area.nav-area-three .navbar-area .main-nav {
    background-color: rgba(0, 2, 11, 0.88);
    border: none;
}

.nav-area.nav-area-three .navbar-area .main-nav .others-option .call-us a {
    color: #ffffff;
    position: relative;
    padding-left: 45px;
    line-height: 1;
    top: -4px;
}

.nav-area.nav-area-three .navbar-area .main-nav .others-option .call-us a i {
    font-size: 35px;
    color: #d80650;
    position: absolute;
    top: -10px;
    left: 0;
}

.nav-area .others-option {
    position: relative;
}

.navbar .get-quote {
    display: inline;
    position: relative;
    overflow: hidden;
    margin-left: 0;
}

.navbar .get-quote:after  {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: -8px;
    background: linear-gradient(117deg, rgba(180, 19, 47, 1) 0%, rgba(222, 56, 85, 1) 47%, rgba(176, 47, 70, 1) 100%);
    height: 2px;
    transition-property: width;
    transition-duration: 0.50s;
    transition-timing-function: ease-out;
}
.underline-element::after{
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: -2px;
    background: linear-gradient(117deg, rgba(180, 19, 47, 1) 0%, rgba(222, 56, 85, 1) 47%, rgba(176, 47, 70, 1) 100%);
    height: 2px;
    transition-property: width;
    transition-duration: 0.50s;
    transition-timing-function: ease-out;
}

#red-underline:hover .get-quote:after,
#red-underline .get-quote:focus:after,
#red-underline .get-quote:active:after,
#red-underline:hover .underline-element:after,
#red-underline .underline-element:focus:after,
#red-underline .underline-element:active:after {
    left: 0;
    right: auto;
    width: 100%;
}

.navbar .get-quote img {
    vertical-align: middle;
}

.navbar .get-quote a {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #d3d3d3;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 4px;
    transition: all 0.3s;
    line-height: 1.5;
}

.navbar .get-quote a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.nav-area .others-option .get-quote .default-btn {
    padding: 12px 20px;
}

.nav-area .others-option .burger-menu {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.nav-area .others-option .burger-menu i {
    font-size: 40px;
    color: #ffffff;
    position: relative;
    top: -2px;
}

.custom-control-label p {
    font-size: 12px !important;
    color: #a2a4a7;
    margin-top: 6px;
    margin-left: 4px;
}

.custom-control-label:before {
    background-color: #191c21;
    border: none;
    box-shadow: inset 0 0 0 1px #272c33;
    width: 20px;
    height: 20px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #191c21;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
}

.custom-control-input:active~.custom-control-label::before {
    background-color: #191c21;
}

.hover-disable-button:hover {
    cursor: no-drop;
    border: none !important;
}


/** focus shadow pinkish **/

.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: inset 0 0 0 1px #272c33;
    background-color: #191c21;
}

.custom-control-input {
    z-index: 1 !important;
}


/*
Banner Area Style
======================================================*/

.trainings-area .modal .close,
.trainees-area-page .modal .close,
.trainees-says-page .modal .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 100;
}

.trainings-area .home-training-text h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.8px;
}

.trainings-area .home-training-text h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 2px;
}

.trainings-area .home-training-text h6 {
    font-size: 14px;
    color: #97989b;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1.5;
    padding-top: 5px;
}

.trainings-area .home-training-text h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: 0.8px;
}

.trainings-area .home-training-text i {
    color: #97989b;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
}

.trainings-area .home-training-text p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
    letter-spacing: 0.6px;
}

.home-training-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.home-training-image::after {
    position: absolute;
    content: "";
    height: 300px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8323704481792717) 0%, rgba(0, 0, 0, 0.835171568627451) 4%, rgba(0, 0, 0, 0.8323704481792717) 7%, rgba(0, 0, 0, 0.8295693277310925) 11%, rgba(0, 0, 0, 0.7651435574229692) 17%, rgba(0, 0, 0, 0.2329306722689075) 32%, rgba(0, 0, 0, 0.165703781512605) 48%, rgba(0, 0, 0, 0.04245448179271705) 72%, rgba(0, 0, 0, 0.028448879551820738) 87%, rgba(0, 0, 0, 0) 100%);
}

.home-training-image:hover::after {
    background-image: none;
}

.home-training-image .home-training-text {
    opacity: 1;
    position: absolute;
    bottom: 2px;
    transition: all 1000ms;
}

.home-training-image:hover .home-training-text {
    opacity: 0;
    position: absolute;
    bottom: -50px;
    transition: all 1000ms;
}

.home-training-image img {
    z-index: -1;
    width: 100%;
    transform-origin: center;
    transform: scale(1);
    -webkit-transition: transform 5s ease;
    -webkit-transition: -webkit-transform 5s ease;
    transition: -webkit-transform 5s ease;
    -o-transition: -o-transform 5s ease;
    -moz-transition: transform 5s ease, -moz-transform 5s ease;
    transition: transform 5s ease;
    transition: transform 5s ease, -webkit-transform 5s ease, -moz-transform 5s ease, -o-transform 5s ease;
}

.home-training-image:hover img {
    transform: scale(1.05);
}

.slider-bg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.home-slider h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 28px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.teacher-image {
    position: relative;
    margin-top: 190px;
}

.teacher-image img {
    top: -231px;
    width: 255px;
    position: absolute;
    z-index: -1;
}

.home-slider h2 {
    font-size: 26px;
    color: #d8d8d8;
    letter-spacing: 2px;
    border-bottom: 1.5px solid #ffffff;
    padding-bottom: 3px;
    text-transform: uppercase;
    display: inline;
    line-height: 2;
}

.home-slider p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 28px;
    color: #d8d8d8;
}

.banner-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    padding-top: 220px;
    padding-bottom: 100px;
}

.banner-area .banner-text {
    position: relative;
    max-width: 690px;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 20%;
}

.bg-black {
    background: #000000;
    z-index: 1;
}

.training-detail-content-back h2 {
    font-weight: 650;
    font-size: 30px;
    letter-spacing: 0;
}

.training-detail-content-back {
    background-color: #000000;
}

.training-detail-content-back p {
    font-weight: 400;
    font-size: 18px;
    color: #cccccc;
}

.banner-area .banner-text span {
    color: #ffffff;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
}

.banner-area .banner-text p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 30px;
}

.banner-area .video-btn {
    margin: auto;
    display: block;
}

.banner-area.banner-area-two {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    background-color: #000000;
}

.banner-area.banner-area-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/asd.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px !important;
}

.banner-area.banner-area-two .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.banner-area.banner-area-two .banner-text {
    margin-top: 100px;
}

.banner-area.banner-area-two .banner-text h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.banner-area.banner-area-two .banner-text .img-top img {
    position: relative;
    top: 25px;
}

.banner-area.banner-area-two .banner-text p {
    font-size: 20px;
    font-weight: 500;
}

.banner-area.banner-area-two .banner-text h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
}

.banner-area.banner-area-two .banner-site-img {
    position: relative;
    top: 60px;
}

.banner-area.banner-area-two .banner-site-img.four {
    top: -5px;
}

.training-image img {
    height: 100vh;
    object-fit: cover;
}

.player {
    display: block;
}

.area-image img {
    height: 440px;
    object-fit: cover;
}
.h-manuel{
    height: 80px;
}

.arrow img {
    width: 40px;
    height: 40px;
    filter: invert(29%) sepia(0%) saturate(3%) hue-rotate(39deg) brightness(96%) contrast(84%);
}

.arrow img:hover {
    filter: invert(88%) sepia(0%) saturate(3%) hue-rotate(39deg) brightness(96%) contrast(84%);
    padding-top: 1px;
}

.training-circle {
    border: 4px solid #00c14e;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 3.3rem;
    font-weight: 500;
}

.header-title-trainings h2 {
    font-size: 2.4rem;
    font-weight: 600;
}

.training-categories.categories h1 {
    font-size: 2.9rem;
}

.header-title-trainings p {
    opacity: 0.6 !important;
    font-size: 16px;
}


/*
Lines Area Style
======================================================*/

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
}

.lines .line {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    -webkit-animation: moveLeftBounces-one 20s linear infinite;
    animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line:nth-child(1) {
    margin-left: -25%;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
    margin-left: 25%;
}

.lines .line-two {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line-two::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #d80650;
    -webkit-animation: moveLeftBounces-two 20s linear infinite;
    animation: moveLeftBounces-two 20s linear infinite;
}

.lines .line-two:nth-child(1) {
    margin-left: -25%;
}

.lines .line-two:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line-two:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line-two:nth-child(3) {
    margin-left: 25%;
}

.lines .line-three {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line-three::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #d80650;
    -webkit-animation: moveLeftBounces-one 20s linear infinite;
    animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line-three:nth-child(1) {
    margin-left: -25%;
}

.lines .line-three:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line-three:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line-three:nth-child(3) {
    margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/*
FocuS Area Style
======================================================*/

@-webkit-keyframes FocuS {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes FocuS {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
Hero Slider Area Style
======================================================*/

.hero-slider-area {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.hero-slider-area .slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.hero-slider-area .slider-item.slider-item-bg-1 {
    background-image: url(../img/slider-img/1.html);
}

.hero-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../img/slider-img/2.html);
}

.hero-slider-area .slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 55, 130, 0.9);
    z-index: -1;
}

.hero-slider-area .slider-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 55, 130, 0.9);
    z-index: -1;
}

.hero-slider-area .slider-item .slider-text {
    position: relative;
    max-width: 690px;
    z-index: 1;
    overflow: hidden;
    margin-top: 100px;
}

.hero-slider-area .slider-item .slider-text span {
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.hero-slider-area .slider-item .slider-text h1 {
    font-size: 80px;
    color: #ffffff;
    margin-bottom: 30px;
}

.hero-slider-area .slider-item .slider-text p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 35px;
}

.hero-slider-area .slider-item .video-btn {
    margin: auto;
    display: block;
    margin-top: 100px;
}

.hero-slider-area .owl-item.active .slider-item::before {
    -webkit-animation: 3s .3s fadeInUp both;
    animation: 3s .3s fadeInUp both;
}

.hero-slider-area .owl-item.active .slider-item::after {
    -webkit-animation: 3s .3s fadeInDown both;
    animation: 3s .3s fadeInDown both;
}

.hero-slider-area .owl-item.active .slider-text.overflow-hidden {
    overflow: hidden;
}

.hero-slider-area .owl-item.active .slider-text.one h1 {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one p {
    -webkit-animation: 3s .3s fadeInUpBig both;
    animation: 3s .3s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one .slider-btn {
    -webkit-animation: 4s .4s fadeInUpBig both;
    animation: 4s .4s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.two h1 {
    -webkit-animation: 2s .2s fadeInLeft both;
    animation: 2s .2s fadeInLeft both;
}

.hero-slider-area .owl-item.active .slider-text.two p {
    -webkit-animation: 2s .2s fadeInRight both;
    animation: 2s .2s fadeInRight both;
}

.hero-slider-area .owl-item.active .slider-text.two .slider-btn {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .one.video-btn-animat {
    -webkit-animation: 2s .2s zoomIn both;
    animation: 2s .2s zoomIn both;
}

.hero-slider-area .owl-item.active .two.video-btn-animat {
    -webkit-animation: 2s .2s zoomIn both;
    animation: 2s .2s zoomIn both;
}

.hero-slider-area .owl-prev i {
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.hero-slider-area .owl-prev i:hover {
    border-color: #d80650;
}

.hero-slider-area .owl-next i {
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.hero-slider-area .owl-next i:hover {
    border-color: #d80650;
}

.hero-slider-area .owl-next {
    position: absolute;
    top: 50%;
    right: -100px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.hero-slider-area .owl-next i {
    background-color: #d80650;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 0;
}

.hero-slider-area .owl-next i:hover {
    background-color: #d80650 !important;
}

.hero-slider-area .owl-prev {
    position: absolute;
    top: 50%;
    left: -100px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.hero-slider-area .owl-prev i {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 0;
}

.hero-slider-area .owl-prev i:hover {
    background-color: #d80650 !important;
}

.hero-slider-area:hover .owl-prev {
    left: 30px;
}

.hero-slider-area:hover .owl-next {
    right: 30px;
}

.hero-slider-area .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.hero-slider-area .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}


/*
Features Area Style
======================================================*/

.features-area {
    margin-top: -100px;
}

.features-area .container {
    max-width: 1110px;
}

.features-area .single-features {
    background-color: #010414;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-right: 1px solid #101323;
}

.features-area .single-features::before {
    width: 0;
    height: 2px;
    bottom: 0;
    top: unset;
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.features-area .single-features:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.features-area .single-features:hover h3 {
    color: #d80650;
}

.features-area .single-features:hover h3 i {
    color: #d80650;
}

.features-area .single-features:hover p {
    color: #212121;
}

.features-area .single-features:hover::after {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#ffffff));
    background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
}

.features-area .single-features:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    width: 100%;
}

.features-area .col-lg-4:nth-child(3) .single-features {
    border: none;
}

.single-features {
    background-color: #140f14;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.single-features::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #d80650;
    z-index: -1;
}

.single-features::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#d2044d), to(#ff5e68));
    background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-features h3 {
    color: #d80650;
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-features h3 i {
    color: #d80650;
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: -4px;
    left: -3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-features p {
    color: #ffffff;
    margin-bottom: 0;
}

.single-features span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 80px;
    color: #292529;
    opacity: 0.5;
}

.single-features:hover h3 {
    color: #ffffff;
}

.single-features:hover h3 i {
    color: #ffffff;
}

.single-features:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}


/*
Partner Area Style
======================================================*/

.partner-area .partner-item {
    background-color: transparent;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

.partner-area .owl-carousel .owl-item img {
    width: unset;
    margin: auto;
}


/*
Security Area Style
======================================================*/

.security-area .container {
    max-width: 1300px;
}

.security-area-two {
    background-image: url(../images/information-security-policy/index.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
}

.security-area-two .container {
    max-width: 1300px;
}

.security-area-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #090218;
    opacity: 0.9;
    z-index: -1;
}

.single-security {
    background-color: #fef4f8;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-security i {
    font-size: 30px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#d2044d), to(#ff5e68));
    background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-security h3 {
    font-size: 22px;
    margin-bottom: 9px;
}

.single-security:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-security:hover i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}


/*
Approach Area Style
======================================================*/

.approach-content {
    margin-top: -10px;
}

.approach-content h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.approach-content ul {
    margin-top: 30px;
}

.approach-content ul li {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.approach-content ul li:last-child {
    margin-bottom: 0;
}

.approach-content ul li i {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #efefef;
    text-align: center;
    border-radius: 50%;
    color: #d80650;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.approach-content ul li h3 {
    margin-bottom: 12px;
}

.approach-content ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.approach-content ul li:hover i {
    background-color: #d80650;
    color: #ffffff;
}


/*
Solutions Area Style
======================================================*/

.single-solutions {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-solutions.solutions-time-bg-1 {
    background-image: url(../img/solution-img/1.html);
}

.single-solutions.solutions-time-bg-2 {
    background-image: url(../img/solution-img/2.html);
}

.single-solutions.solutions-time-bg-3 {
    background-image: url(../img/solution-img/3.html);
}

.single-solutions.solutions-time-bg-4 {
    background-image: url(../img/solution-img/4.html);
}

.single-solutions.solutions-time-bg-5 {
    background-image: url(../img/solution-img/5.html);
}

.single-solutions.solutions-time-bg-6 {
    background-image: url(../img/solution-img/6.html);
}

.single-solutions.solutions-time-bg-7 {
    background-image: url(../img/project/1.html);
}

.single-solutions.solutions-time-bg-8 {
    background-image: url(../img/project/2.html);
}

.single-solutions.solutions-time-bg-9 {
    background-image: url(../img/project/3.html);
}

.single-solutions::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(1, 4, 20, 0.99)));
    background-image: linear-gradient(to bottom, transparent, rgba(1, 4, 20, 0.99));
    z-index: -1;
}

.single-solutions::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 6, 80, 0.9)), to(rgba(216, 6, 80, 0.9)));
    background-image: linear-gradient(to bottom, rgba(216, 6, 80, 0.9), rgba(216, 6, 80, 0.9));
    opacity: 0.8;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-solutions .solutions-content {
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.single-solutions h3 {
    color: #ffffff;
    margin-bottom: 13px;
}

.single-solutions p {
    color: #ffffff;
}

.single-solutions:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-solutions:hover .read-more {
    color: #ffffff;
}

.single-solutions:hover::after {
    height: 100%;
    top: 0;
    bottom: auto;
}


/*
Electronic Area Style
=================================================*/

.electronic-content {
    margin-top: -8px;
    margin-bottom: -8px;
}

.electronic-content h2 {
    font-size: 40px;
    margin-bottom: 50px;
    color: #ffffff;
}

.electronic-content .electronic-tab-wrap .electronic-tab .tabs {
    border-bottom: 2px solid #2f3840;
    margin-bottom: 30px;
}

.electronic-content .electronic-tab-wrap .electronic-tab .tabs li {
    padding: 0;
    margin-right: 30px;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.electronic-content .electronic-tab-wrap .electronic-tab .tabs li::before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #d80650;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.electronic-content .electronic-tab-wrap .electronic-tab .tabs li a {
    padding-left: 0 !important;
    color: #ffffff;
}

.electronic-content .electronic-tab-wrap .electronic-tab .tabs .current a {
    color: #d80650;
}

.electronic-content .electronic-tab-wrap .electronic-tab .tabs .current::before {
    width: 100%;
    right: auto;
    left: 0;
}

.electronic-content .electronic-tab-wrap .electronic-tab p {
    color: #ffffff;
}

.electronic-content .electronic-tab-wrap .electronic-tab .default-btn {
    width: unset !important;
    margin-top: 15px;
}

.electronic-content .tab .tabs_item {
    display: none;
}

.electronic-content .tab .tabs_item:first-child {
    display: block;
}


/*
Electronic Area Style
=================================================*/

.complete-area {
    position: relative;
}

.complete-area .complete-shape {
    position: absolute;
    top: 150px;
    right: 0;
    z-index: -1;
    opacity: 0.6;
}

.complete-area .complete-shape.two {
    right: unset;
    left: 0;
}

.complete-content {
    margin-top: -8px;
    max-width: 540px;
    margin-right: auto;
}

.complete-content h2 {
    font-size: 40px;
}

.complete-content .single-security {
    position: relative;
    z-index: 1;
}

.complete-content .single-security::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#d2044d), to(#ff5e68));
    background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.complete-content .single-security i {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.complete-content .single-security h3 {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.complete-content .single-security p {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.complete-content .single-security:hover i {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#ffffff));
    background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
    color: #d80650;
}

.complete-content .single-security:hover h3 {
    color: #ffffff;
}

.complete-content .single-security:hover p {
    color: #ffffff;
}

.complete-content .single-security:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.complete-img {
    background-image: url(../img/complete-img.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}


/*
Client Area Style
======================================================*/

.client-area {
    background-image: url(../img/client-img/bg.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
}

.client-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #010e19;
    opacity: 0.82;
    z-index: -1;
}

.client-area .owl-item.active.center .single-client {
    background-color: #d80650;
}

.client-area .owl-item.active.center .single-client .quotes {
    background-color: #d80650;
    color: #ffffff;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.client-area .owl-item.active.center .single-client::before {
    border-top: 45px solid #d80650;
}

.client-area .owl-item.active.center .single-client p {
    color: #ffffff;
}

.client-area .owl-item.active.center .single-client ul li i {
    color: #ffffff;
}

.single-client {
    text-align: center;
    background-color: #ffffff;
    position: relative;
    margin-top: 30px;
    margin-bottom: 165px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.single-client .quotes {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    color: #d80650;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-client p {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-client ul li {
    display: inline-block;
}

.single-client ul li i {
    font-size: 20px;
    color: #d80650;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-client::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 45px solid #ffffff;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 50px solid transparent;
    bottom: -24px;
    left: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.client-img {
    position: absolute;
    left: 30px;
    bottom: -170px;
}

.client-img img {
    border-radius: 10px;
    margin-bottom: 15px;
}

.client-img h3 {
    margin-bottom: 0;
    font-size: 20px;
    color: #ffffff;
}

.client-img span {
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: #d80650;
}


/*
Cybersecurity Area Style
======================================================*/

.cybersecurity-area.colo-bg {
    background-color: #010414;
}

.cybersecurity-content {
    max-width: 540px;
    margin-left: auto;
    margin-top: -8px;
}

.cybersecurity-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.cybersecurity-content p {
    margin-bottom: 30px;
}

.cybersecurity-content ul li {
    display: inline-block;
    background-color: #fdeff4;
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.cybersecurity-content ul li:last-child {
    margin-bottom: 0;
}

.cybersecurity-content ul li i {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #d80650;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cybersecurity-content ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#d2044d), to(#ff5e68));
    background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.cybersecurity-content ul li:hover {
    color: #ffffff;
}

.cybersecurity-content ul li:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.cybersecurity-content ul li:hover i {
    color: #ffffff;
}

.cybersecurity-content.three h2 {
    color: #ffffff;
}

.cybersecurity-content.three p {
    color: #ffffff;
}

.cybersecurity-img {
    background-image: url(../img/cybersecurity-img.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.cybersecurity-img.bg-2 {
    background-image: url(../img/cybersecurity-img-2.html);
}

.cybersecurity-img.bg-3 {
    background-image: url(../img/cybersecurity-img-3.html);
}


/*
Blog Area Style
======================================================*/

.trainings-area .trainings .detail h4 {
    font-size: 20px;
    opacity: 0.8;
    font-weight: 300;
}

.trainings-area .trainings .detail h5 {
    font-size: 22px;
    opacity: 0.8;
    font-weight: 400;
}

.trainings-area .trainings .detail h1 {
    font-size: 64px;
    opacity: 0.8;
    line-height: 0.8;
    margin-bottom: 0;
}

.trainings-area .trainings h3 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
}

.trainings-area .trainings p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-bottom: 13px;
}

.trainings-area .list-group-item {
    background-color: transparent !important;
    padding: 1rem 1rem 0.7rem 0;
    border: none;
    border-bottom: 1px solid #4c4c4c;
    font-size: 14px;
    font-weight: 300;
}

.trainings-area .list-group {
    border-radius: 0;
}

.trainings .trainings-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 30px;
    padding-bottom: 23px;
    width: 51%;
}

.single-blog {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px;
}

.single-blog img {
    border-radius: 2px;
}

.single-blog::before {
    content: "";
    position: absolute;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px;
    top: 0;
    border-radius: .25rem !important;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, rgb(0, 0, 0) 0px, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 45%) center center no-repeat;
    opacity: 0.8;
}

.single-blog span {
    background-color: #ffffff;
    color: #212121;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 8px 20px;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-blog .blog-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 30px;
}

.single-blog .blog-content-slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}

.single-blog .blog-content .date {
    color: #ffffff;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.single-blog .blog-content .date i {
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 25px;
}

.single-blog .blog-content h3 {
    margin-bottom: 12px;
}

.single-blog .blog-content h6 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #ffffff;
}

.single-blog .blog-content h3 a {
    color: #ffffff;
}

.single-blog .blog-content p {
    color: #ffffff;
    font-size: 14px;
}

.single-blog .blog-content .mt-use {
    margin-top: 20px;
}

.single-blog:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.single-blog:hover span {
    color: #d80650;
}


/*
Footer Top Area Style
======================================================*/

.footer-top-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
}

.footer-top-area .container {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-top-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
}

.single-widget {
    margin-bottom: 30px;
}

.single-widget h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
}

.single-widget h3::before {}

.single-widget ul li {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 15px;
}

.single-widget ul li:last-child {
    margin-bottom: 0;
}

.single-widget ul li span {
    color: #ffffff;
}

.single-widget ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 2.2;
    letter-spacing: 0.4px;
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}

.single-widget ul li a img {
    display: inline-block;
    margin-right: 2px;
    font-size: 18px;
    position: relative;
    width: 16px;
}

.single-widget p {
    color: #ffffff;
}

.single-widget ul li a i {
    display: inline-block;
    margin-right: 2px;
    font-size: 18px;
    color: #d80650;
    position: relative;
    top: 3px;
}

.single-widget ul li a:hover {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

.single-widget.contact ul li {
    position: relative;
    padding-left: 30px;
}

.single-widget.contact ul li a {
    position: relative;
    padding-left: 30px;
}

.single-widget.contact ul li a i {
    position: absolute;
    top: 4px;
    left: 0;
    color: #d80650;
    font-size: 20px;
}

.single-widget.contact ul li a span {
    display: block;
    font-weight: 600;
}

.single-widget.contact ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #d80650;
    font-size: 20px;
}

.single-widget.contact ul li span {
    display: block;
    font-weight: 600;
}

/* Footer İletişim Bilgileri Kutusu */
.contact-info-box {
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 8px;
    padding: 25px;
    position: relative;
}

.contact-info-box h3 {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #ffffff;
}

.contact-list li:last-child {
    margin-bottom: 0;
}

.contact-list li i {
    margin-right: 12px;
    font-size: 18px;
    color: #ffffff;
    min-width: 24px;
}

.contact-list li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.contact-list li a:hover {
    color: #ffffff;
    opacity: 0.8;
}

/* Footer Logo Bölümü */
.footer-logo-section {
    color: #ffffff;
}

.footer-logo-section p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.social-media-icons a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.social-media-icons a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/*
Footer Bottom Area Style
======================================================*/

.footer-logo p,
.footer-logo span {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    margin-top: 7px;
}

.footer-logo a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-logo a:hover {
    color: #ffffff;
    opacity: 0.8;
}

.footer-bottom-area .copy-right p {
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
}

.footer-bottom-area .copy-right p a {
    color: #ffffff;
}

.footer-bottom-area .copy-right p a:hover {
    color: #d80650;
}

.footer-bottom-area .condition-privacy {
    float: right;
}

.footer-bottom-area .condition-privacy ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.footer-bottom-area .condition-privacy ul li::before {
    content: "";
    position: absolute;
    top: 11px;
    right: -7px;
    width: 10px;
    height: 2px;
    background-color: #ffffff;
}

.footer-bottom-area .condition-privacy ul li:last-child {
    padding-right: 0;
}

.footer-bottom-area .condition-privacy ul li:last-child::before {
    display: none;
}

.footer-bottom-area .condition-privacy ul li a {
    color: #ffffff;
}

.footer-bottom-area .condition-privacy ul li a:hover {
    color: #d80650;
}


/*====================================================
HOME TWO STYLE AREA
======================================================*/


/*
Manual Area Style
======================================================*/

.manual-content {
    max-width: 540px;
    margin-left: auto;
    margin-top: -8px;
}

.manual-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #ffffff;
}

.manual-content p {
    margin-bottom: 30px;
    color: #ffffff;
}

.manual-content ul li {
    display: inline-block;
    background-color: #fdeff4;
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.manual-content ul li:last-child {
    margin-bottom: 0;
}

.manual-content ul li i {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #d80650;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.manual-content ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#d2044d), to(#ff5e68));
    background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.manual-content ul li:hover {
    color: #ffffff;
}

.manual-content ul li:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.manual-content ul li:hover i {
    color: #ffffff;
}


/*
Counter Area Style
======================================================*/

.single-counter {
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
}

.single-counter i {
    background-color: #e3f7fc;
    color: #d80650;
    font-size: 40px;
    line-height: 1;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 25px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-counter p {
    color: #d80650;
    line-height: 1;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.single-counter h2 {
    color: #0e0129;
    line-height: 1;
    font-size: 40px;
    margin-top: -8px;
    margin-bottom: 10px;
}

.single-counter:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-counter:hover i {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}


/*
Pricing Area Style
======================================================*/

.pricing-area {
    padding-bottom: 120px;
}

.pricing-area .section-title {
    margin-bottom: 110px;
}

.single-pricing {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    color: #596170;
}

.single-pricing::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/shape/5.html);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.5;
}

.single-pricing.active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 2;
    position: relative;
}

.single-pricing .pricing-content {
    background-color: #fef4f8;
    padding: 30px;
    margin-bottom: 30px;
}

.single-pricing h3 {
    color: #596170;
    ;
    margin-bottom: 0;
}

.single-pricing h1 sub {
    font-size: 14px;
    font-weight: normal;
    color: #9e9b9b;
}

.single-pricing ul li {
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #fef4f8;
}

.single-pricing ul li i {
    color: #d80650;
    font-size: 25px;
    position: relative;
    top: 5px;
}

.single-pricing ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.single-pricing ul li span {
    color: #9e9b9b;
}

.single-pricing ul li span i {
    color: #9e9b9b;
}

.single-pricing {
    margin-top: 30px;
    margin-bottom: -8px;
}

.single-pricing:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-pricing:hover.active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/*
Transform Area Style
======================================================*/

.transform-area {
    position: relative;
    background-color: #191c21;
    z-index: 0;
    height: 685px;
}

.transform-area .shape-1 {
    position: absolute;
    top: -50%;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}

.transform-area .shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
}

.transform-content {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #272c33;
    padding: 45px;
    margin-right: -50px;
    margin-top: 10%;
    color: #ffffff;
}

.transform-img {
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 0;
}

.border-left {
    border-left: 1px solid #c83232 !important;
}

.underline u {
    text-decoration: none;
    border-bottom: 1.5px solid #ffffff;
}

.title-underline {
    display: inline-block;
    text-decoration: none;
}

.title-underline::after {
    content: '';
    display: block;
    width: 58%;
    margin-top: 10px;
    height: 1px;
    background: #ffffff;
    transition: width 1s;
}

.title-underline:hover::after {
    width: 90%;
    background: #f13050;
}

.training-categories .title-underline {
    display: inline-block;
    text-decoration: none;
}

.training-categories .title-underline::after {
    content: '';
    display: block;
    width: 100%;
    margin-top: 5px;
    height: 1px;
    background: #ffffff;
}

.trainees-underline {
    display: inline;
    position: relative;
    overflow: hidden;
}

.trainees-underline:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: -1px;
    background: #ffffff;
    height: 1px;
    transition-property: width;
    transition-duration: 0.75s;
    transition-timing-function: ease-out;
}

#animation:hover .trainees-underline:after,
#animation .trainees-underline:focus:after,
#animation .trainees-underline:active:after {
    left: 0;
    right: auto;
    width: 100%;
}

.underline h6 {
    color: #a4a8ab;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.announcement h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #d2d7de;
}

.announcement h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
}

.announcement p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

em {
    font-style: normal;
    font-size: 14px;
    color: #a8a19f;
}

.transform-content p {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.transform-content h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
}

.transform-content .skill-bar {
    margin-bottom: 20px;
}

.transform-content .skill-bar .progress-title-holder {
    position: relative;
}

.transform-content .skill-bar .progress-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.transform-content .skill-bar .progress-number-wrapper {
    width: 100%;
    z-index: 10;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
    margin-bottom: 0;
    margin-bottom: 0 !important;
}

.transform-content .skill-bar .progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#ff5e68), to(#d2044d));
    background-image: linear-gradient(to bottom right, #ff5e68, #d2044d);
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 0 !important;
}

.transform-content .skill-bar .down-arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #d80650;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #d80650;
    margin-bottom: 0 !important;
}

.transform-content .skill-bar .progress-content-outter {
    height: 6px;
    background-color: #ebeded;
    border-radius: 50px;
}

.transform-content .skill-bar .progress-content {
    height: 6px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#d2044d), to(#ff5e68));
    background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
    border-radius: 50px;
    width: 0%;
}

.transform-content .skill-bar .percent {
    margin-bottom: 0 !important;
    color: #ffffff !important;
}


/*
Performance Area Style
======================================================*/

.performance-area {
    background-image: url(../img/performance-bg.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.performance-area.bg-none {
    background-image: none;
}

.performance-area.bg-none::before {
    display: none;
}

.performance-area.bg-none .single-security {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.performance-area.bg-none .single-security img {
    position: absolute;
    bottom: 0;
    left: -90px;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.performance-area.bg-none .single-security:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.performance-area.bg-none .single-security:hover img {
    left: -20px;
}

.performance-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #010a1b;
    opacity: 0.78;
}

.performance-area .single-security {
    text-align: center;
    background-color: #010414;
}

.performance-area .single-security h3 {
    margin-bottom: 10px;
    color: #ffffff;
}

.performance-area .single-security p {
    margin-bottom: 10px;
    color: #ffffff;
}

.performance-area .single-security:hover {
    background-color: #ffffff;
}

.performance-area .single-security:hover h3 {
    color: #0e0129;
}

.performance-area .single-security:hover p {
    color: #0e0129;
}

.performance-area .owl-theme .owl-dots {
    line-height: 1;
}

.performance-area .owl-theme .owl-dots .owl-dot span {
    background-color: #ffffff;
    width: 10px;
    height: 5px;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 3px 3px;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: .5;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    height: 5px;
    border-radius: 30%;
    opacity: 1;
    background-color: #ffffff;
}

.trainings-detail-slider .owl-theme .owl-nav {
    margin-top: 30px;
}

.performance-area .owl-theme .owl-dots .owl-dot.active span {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#d2044d), to(#ff5e68));
    background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
    width: 20px;
}


/*
Choose Area Style
======================================================*/

.choose-area {
    background-image: url(../img/choose-bg.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.choose-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a031b;
    opacity: 0.63;
    z-index: -1;
}

.choose-wrap {
    background-color: #010c16;
    max-width: 540px;
    margin: auto;
    padding: 50px;
}

.choose-wrap h2 {
    color: #ffffff;
    font-size: 40px;
    margin-top: -11px;
    margin-bottom: 22px;
}

.choose-wrap p {
    color: #ffffff;
    margin-bottom: 20px;
}

.choose-wrap ul li {
    color: #ffffff;
    position: relative;
    padding-left: 35px;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.choose-wrap ul li:last-child {
    margin-bottom: 0;
}

.choose-wrap ul li i {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #221b31;
    color: #d80650;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.choose-wrap ul li:hover i {
    background-color: #ffffff;
}

.choose-wrap .default-btn {
    margin-bottom: -8px;
}

.choose-area-four {
    background-color: #010c16;
}


/*
Graph Area Style
======================================================*/

.graph-content h2 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;
}

.graph-content p {
    color: #ffffff;
}

.graph-content h3 {
    color: #ffffff;
    max-width: 300px;
    margin-bottom: 25px;
    line-height: 1.5;
}


/*
Project Area Style
======================================================*/

.project-area .owl-item.active.center .single-solutions {
    height: 430px;
    margin-top: 0;
}

.project-area .owl-item.active.center .single-solutions::after {
    height: 100%;
    top: 0;
    bottom: auto;
}

.project-area .owl-item.active.center .single-solutions .read-more {
    color: #ffffff;
}

.project-area .single-solutions {
    margin-bottom: 0;
    margin-top: 30px;
}


/*====================================================
INNER PAGE STYLE AREA
======================================================*/


/*

/*
Page Title Area Style
=====================================================*/

.page-title-area {
    position: relative;
    padding-top: 240px;
    padding-bottom: 150px;
    text-align: center;
    z-index: 1;
    background-color: #0e0129;
}

.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/page-bg/page-bg.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: FocuS 1s linear 1s infinite;
    animation: FocuS 1s linear 1s infinite;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding-right: 15px;
    padding-left: 15px;
    color: #ffffff;
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -7px;
    background-color: #d80650;
    width: 10px;
    height: 10px;
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none;
}

.page-title-area .page-title-content ul li a {
    color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
    color: #d80650;
}

.page-title-area .page-title-content ul .active {
    color: #d80650;
}


/*
Client Page Area Style
=====================================================*/

.client-area-page .single-client {
    background-color: #fef4f8;
    margin-bottom: 195px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.client-area-page .single-client::before {
    border-top: 45px solid #fef4f8;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
    left: 0;
    right: 0;
    margin: auto;
}

.client-area-page .single-client .client-img {
    left: 0;
    right: 0;
}

.client-area-page .single-client .client-img h3 {
    color: #0e0129;
}

.client-area-page .single-client:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/*
Team Area Style
=================================================*/

.team-area .container {
    max-width: 1300px;
}

.single-team {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-team .image {
    position: relative;
}

.single-team .image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#d2044d), to(#ff5e68));
    background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
    opacity: 0.50;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-team .image .social {
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}

.single-team .image .social li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}

.single-team .image .social li a {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #0e0129;
    text-align: center;
    position: relative;
    font-size: 15px;
    color: #ffffff;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-team .image .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.single-team .image .social li a:hover {
    color: #ffffff;
    background-color: #d80650;
}

.single-team .image .social li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-team .image .social li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single-team .image .social li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.single-team .image .social li:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.single-team .content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    margin: -30px auto 0;
    max-width: 250px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-team .content h3 {
    margin-bottom: 0;
    font-size: 20px;
}

.single-team .content span {
    display: block;
    color: #d80650;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 600;
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-team:hover .content {
    max-width: 100%;
}

.single-team:hover .image::before {
    width: 100%;
    left: 0;
    right: auto;
}

.single-team:hover .image .social li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.home-training-text .btn {
    display: block;
    border: none;
}

.hidden-stores {
    display: none;
}


/*
FAQ Area CSS
======================================================*/

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion-trainings {
    overflow: auto;
    height: 328px;
}
.maxWith img{
    max-height: 424px
}
.training-accordion {
    position: relative;
}

.training-accordion .accordion .accordion-item .active {
    position: absolute;
    top: 76%;
    z-index: 1;
    transition: none;
}

.training-accordion .accordion .accordion-item .active .close-detail {
    display: block;
}

.training-accordion .accordion .accordion-item .active .open-detail {
    display: none !important;
}

.training-accordion .accordion .accordion-item .pt-10 {
    padding-top: 15px !important;
}

.training-accordion .accordion .accordion-title i {
    /* position: absolute; */
    /* right: 15px; */
    /* width: 47px; */
    /* height: 23px; */
    /* text-align: center; */
    color: #ffffff;
    /* padding-top: 1px; */
    /* border-radius: 20px; */
    /* top: -2px; */
    font-size: 12px;
    -webkit-transition: 0s;
    transition: 0s;
}

.training-accordion .accordion .accordion-title.active .active-class {
    display: none;
}

.training-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -4px;
}

.training-accordion .accordion .accordion-title {
    position: absolute;
    width: 100%;
    top: 5px;
    font-size: 13px;
    -webkit-transition: 0s;
    transition: 0s;
    color: #97989b;
    font-weight: 600;
}

.training-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: 5px;
    padding-bottom: 16px;
    border-radius: 5px;
    transition: none;
}

.training-accordion .accordion .accordion-content .comment p {
    font-size: 11px;
    opacity: 0.6 !important;
}

.training-accordion .accordion .accordion-content .absolute {
    position: absolute;
    top: 92%;
    left: 0;
}

.faq-accordion .accordion .accordion-item .active {
    border-radius: 5px;
    display: block;
    background-color: #272c33;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-accordion-trainings .accordion .accordion-item .active {
    border-radius: 5px;
    display: block;
    background-color: #191c21;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion .accordion-item:hover {
    background-color: #272c33;
}

.faq-accordion-trainings .accordion .accordion-item:hover {
    background-color: #191c21;
}

.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    background-color: #191c21;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-accordion-trainings .accordion .accordion-item {
    border-radius: 0;
    display: block;
    background-color: #191c21;
    margin-bottom: 1px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 20px 62px 20px 22px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #e9e9e9;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.faq-accordion-trainings .accordion .accordion-title {
    padding: 15px 16px 12px 15px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #e9e9e9;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 40px;
    -webkit-transition: none;
    transition: none;
}

.faq-accordion-trainings .accordion .accordion-title i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    -webkit-transition: none;
    transition: none;
}

.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #c83232;
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 22px;
    background-color: #272c33;
    border-radius: 5px;
}

.faq-accordion-trainings .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: 0;
    padding-bottom: 10px;
    padding-right: 23px;
    padding-left: 15px;
    background-color: #191c21;
    border-radius: 5px;
}

.faq-accordion .accordion .accordion-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 300;
}

.faq-accordion-trainings .accordion .accordion-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #bcbcbc;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
    background-color: #272c33;
}

.faq-contact-area #contactForm {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 50px;
}

.faq-contact-area #contactForm .form-group {
    margin-bottom: 30px;
}

.faq-contact-area #contactForm .default-btn {
    margin: 0 auto -8px;
    display: table;
}

.faq-contact-area #contactForm #msgSubmit {
    margin-bottom: 0;
    text-align: center;
    margin-top: 30px;
}

.faq-contact-area #contactForm .hidden {
    display: none;
}

.faq-contact-area #contactForm .list-unstyled {
    margin-top: 10px;
    color: #dc3545;
}


/*
Terms Conditions Area CSS
======================================================*/

.terms-conditions-area h3 {
    margin-bottom: 30px;
}

.terms-conditions-area ul li {
    margin-bottom: 20px;
}

.terms-conditions-area ul li p {
    position: relative;
    padding-left: 35px;
}

.terms-conditions-area ul li p strong {
    position: absolute;
    left: 0;
    top: 0;
}

.single-privacy h3 {
    margin-bottom: 30px;
}

.single-privacy ul li {
    margin-bottom: 20px;
}

.single-privacy ul li p {
    position: relative;
    padding-left: 35px;
}

.single-privacy ul li p strong {
    position: absolute;
    left: 0;
    top: 0;
}


/*
Sign In & Log In  Area Style
=====================================================*/

.user-area-all-style {
    position: relative;
    z-index: 1;
}

.user-area-all-style .contact-form-action {
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin: auto;
    max-width: 570px;
}

.user-area-all-style .contact-form-action form .submit-btn {
    margin-top: 24px;
}

.user-area-all-style .contact-form-action form .default-btn {
    font-size: 14px;
    padding: 15px 40px;
    margin-bottom: 30px;
}

.user-area-all-style .contact-form-action form .default-btn.btn-two {
    display: table;
    margin: 0 auto 0;
    padding: 15px 40px;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(1) .default-btn {
    background-color: #db4a39;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(2) .default-btn {
    background-color: #3b5998;
    display: table;
    margin: 0 auto 30px;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(3) .default-btn {
    background-color: #00acee;
    float: right;
}

.user-area-all-style .contact-form-action form .reset-btn {
    margin-top: 0;
}

.user-area-all-style .contact-form-action form .form-condition {
    margin-bottom: 20px;
}

.user-area-all-style .contact-form-action form .form-condition .agree-label {
    font-weight: 600;
}

.user-area-all-style .contact-form-action form .form-condition .agree-label a {
    color: #d80650;
}

.user-area-all-style .contact-form-action form .form-group {
    margin-bottom: 30px;
}

.user-area-all-style .contact-form-action .account-desc {
    margin: 25px auto 0;
    display: table;
    font-weight: 600;
}

.user-area-all-style .contact-form-action .account-desc a {
    color: #d80650;
    margin-left: 10px;
    font-weight: 600;
}

.user-area-all-style .contact-form-action #chb1 {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.user-area-all-style .contact-form-action #chb2 {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.user-area-all-style .contact-form-action .forget {
    float: right;
    color: #d80650;
    font-weight: 600;
}

.user-area-all-style .contact-form-action .now-register {
    font-weight: 600;
    float: right;
    margin-bottom: 30px;
}

.user-area-all-style .contact-form-action .now-register a {
    color: #d80650;
}

.user-area-all-style .contact-form-action .now-log-in {
    color: #d80650;
    font-weight: 600;
}

.user-area-all-style .contact-form-action .now-log-in .font-q {
    font-weight: 600;
}

.user-area-all-style .log-in-img {
    background-image: url(../img/log-in-img.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.user-area-all-style .sign-in-img {
    background-image: url(../img/sign-in-img.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.recover-password-area .contact-form-action {
    max-width: 570px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.recover-password-area .contact-form-action .form-heading h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.recover-password-area .contact-form-action .form-heading p {
    margin-bottom: 30px;
}


/*
Coming Soon Area Style
=====================================================*/

.coming-soon-area {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-image: url(../img/coming-soon-bg.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.coming-soon-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212121;
    opacity: 0.4;
}

.coming-soon-area .coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    background-color: #fef4f8;
    padding: 70px 30px;
}

.coming-soon-area .coming-soon-content h1 {
    margin-bottom: 0;
    color: #0e0129;
    font-size: 60px;
    margin-top: -18px;
}

.coming-soon-area .coming-soon-content p {
    font-size: 16px;
    max-width: 600px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 30px;
}

.coming-soon-area .coming-soon-content #timer div {
    display: inline-block;
    color: #0e0129;
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
    font-size: 45px;
    font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: -15px;
    font-size: 16px;
    font-weight: normal;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
    margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
    display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
    margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -10px;
    font-size: 70px;
    color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    color: #ffffff;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #0e0129;
    color: #212121;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
    border-color: #d80650;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
    outline: 0;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
    border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
    border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
    color: #ffffff;
    background-color: #d80650;
}

.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
}

.coming-soon-area .coming-soon-content ul {
    margin-top: 30px;
}

.coming-soon-area .coming-soon-content ul li {
    display: inline-block;
    margin: 0 5px;
}

.coming-soon-area .coming-soon-content ul li a {
    width: 30px;
    height: 30px;
    line-height: 36px;
    background-color: #d80650;
    border-radius: 50%;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.coming-soon-area .coming-soon-content ul li a i {
    font-size: 18px;
}

.coming-soon-area .coming-soon-content ul li a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.coming-soon-area #validator-newsletter {
    text-align: left;
    color: #dc3545 !important;
}


/*
404 Error Area Style
=====================================================*/

.error-area {
    padding: 50px 0;
    height: 100vh;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}

.error-area .error-content-wrap {
    z-index: 1;
    position: relative;
}

.error-area .error-content-wrap h1 {
    font-size: 300px;
    line-height: 1;
    color: #0e0129;
}

.error-area .error-content-wrap h1 .a {
    -webkit-animation: bounce 3s infinite linear;
    animation: bounce 3s infinite linear;
    display: inline-block;
}

.error-area .error-content-wrap h1 .red {
    color: #ff0000;
    -webkit-animation: bounce 2s infinite linear;
    animation: bounce 2s infinite linear;
    display: inline-block;
}

.error-area .error-content-wrap h1 .b {
    -webkit-animation: bounce 3s infinite linear;
    animation: bounce 3s infinite linear;
    display: inline-block;
}

.error-area .error-content-wrap h3 {
    margin: 30px 0 0;
    position: relative;
    color: #ff0000;
}

.error-area .error-content-wrap p {
    margin: 20px 0 20px;
    font-size: 19px;
    color: #0e0129;
}


/*
Product Area Style
=====================================================*/

.product-area .woocommerce-topbar {
    margin-bottom: 40px;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering {
    text-align: right;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
    background-color: #ffffff;
    color: #d80650;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    float: unset;
    height: unset;
    line-height: initial;
    padding: 17px 35px 13px 20px;
    font-size: 16px;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
    background-color: #d80650 !important;
    color: #ffffff;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
    font-weight: 700;
    color: #d80650;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
    right: 20px;
}

.product-area .single-product-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.product-area .single-product-box .product-image {
    overflow: hidden;
    position: relative;
    text-align: left;
}

.product-area .single-product-box .product-image a img {
    -webkit-transition: .6s;
    transition: .6s;
}

.product-area .single-product-box .product-image .add-to-cart-btn {
    position: absolute;
    bottom: -46px;
    left: 0;
    width: 100%;
    background-color: #0e0129;
    color: #ffffff;
    padding: 18px 20px 13px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.product-area .single-product-box .product-image .add-to-cart-btn i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-area .single-product-box .product-image .add-to-cart-btn:hover {
    background-color: #d80650;
    color: #ffffff;
}

.product-area .single-product-box .product-image .sale-btn {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #d80650;
    color: #ffffff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.product-area .single-product-box .product-content {
    padding: 20px;
}

.product-area .single-product-box .product-content h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
}

.product-area .single-product-box .product-content h3 a {
    display: inline-block;
    color: #0e0129;
    text-decoration: none;
}

.product-area .single-product-box .product-content .price {
    color: #0e0129;
    font-weight: 500;
    font-size: 15px;
}

.product-area .single-product-box .product-content .price span {
    padding: 0 5px;
}

.product-area .single-product-box .product-content .price .old {
    text-decoration: line-through;
    color: #d80650;
    font-size: 14px;
}

.product-area .single-product-box .product-content .rating {
    margin-top: 8px;
    color: #ffb708;
    font-size: 15px;
}

.product-area .single-product-box .product-content .rating i {
    margin-right: -1px;
}

.product-area .single-product-box:hover .product-image .add-to-cart-btn {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .6s;
    transition: .6s;
    text-decoration: none;
}


/*
Cart Area Style
=====================================================*/

.cart-area .cart-table table {
    margin-bottom: 0;
}

.cart-area .cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    font-size: 15px;
}

.cart-area .cart-table table tbody tr td {
    vertical-align: middle;
    color: #666666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
}

.cart-area .cart-table table tbody tr td.product-thumbnail img {
    width: 60px;
    height: 60px;
}

.cart-area .cart-table table tbody tr td.product-thumbnail a {
    display: block;
}

.cart-area .cart-table table tbody tr td.product-name a {
    color: #666666;
    font-weight: 600;
    display: inline-block;
}

.cart-area .cart-table table tbody tr td.product-name a:hover {
    color: #0e0129;
}

.cart-area .cart-table table tbody tr td.product-price span {
    font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove {
    color: #666666;
    float: right;
    position: relative;
    top: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove i {
    font-size: 22px;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
    color: red;
}

.cart-area .cart-table table tbody tr td.product-subtotal span {
    font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #0e0129;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #d80650;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #0e0129;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #0e0129;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #0e0129;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #0e0129;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #0e0129;
}

.cart-area .cart-buttons {
    margin-top: 30px;
}

.cart-area .cart-totals {
    background: #ffffff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
    margin: auto;
    margin-top: 50px;
}

.cart-area .cart-totals h3 {
    margin-bottom: 25px;
}

.cart-area .cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-area .cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #323232;
    overflow: hidden;
    font-weight: 600;
}

.cart-area .cart-totals ul li:first-child {
    border-bottom: none;
}

.cart-area .cart-totals ul li:last-child {
    border-top: none;
}

.cart-area .cart-totals ul li span {
    float: right;
    color: #666666;
    font-weight: normal;
}

.cart-area .cart-area .nice-select {
    height: 50px;
    line-height: 49px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 18px;
}

.cart-area .cart-wraps {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 40px;
}

.cart-area .coupon-wrap {
    margin-top: 50px;
    background-color: #ffffff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-area .coupon-wrap .nice-select {
    background-color: #f2f9fc;
}

.cart-area .coupon-wrap .nice-select .list {
    width: 100%;
}

.cart-area .coupon-wrap .nice-select .option {
    color: #0e0129 !important;
}

.cart-area .coupon-wrap .nice-select .option:hover {
    color: #ffffff !important;
    background-color: #1089d4 !important;
}

.cart-area .coupon-wrap select .option.focus,
.cart-area .coupon-wrap .nice-select .option.selected.focus {
    background-color: #1089d4 !important;
    color: #ffffff !important;
}

.cart-area .coupon-wrap h3 {
    padding-bottom: 25px;
}

.cart-area .coupon-wrap .form-group {
    margin-bottom: 18px;
}

.cart-area .coupon-wrap .nice-select {
    height: 50px;
    width: 100%;
    margin-bottom: 19px;
    border-radius: 0;
}

.cart-area .coupon-wrap .nice-select .current {
    position: relative;
    top: 4px;
}


/*
Checkout Area Style
=====================================================*/

.checkout-area .user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #d80650;
    position: relative;
    color: #d80650;
}

.checkout-area .user-actions::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.checkout-area .user-actions i {
    color: #d80650;
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.checkout-area .user-actions span {
    display: inline-block;
    font-weight: 500;
    color: #0e0129;
}

.checkout-area .user-actions span a {
    display: inline-block;
    color: #d80650;
    font-size: 15px;
}

.checkout-area .user-actions span a:hover {
    color: #d80650;
}

.checkout-area .user-actions span a:focus {
    color: #d80650;
}

.checkout-area .checkout-area .title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}

.checkout-area .billing-details {
    background-color: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .billing-details .form-group {
    margin-bottom: 20px;
}

.checkout-area .billing-details .form-group label {
    display: block;
    color: #0e0129;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.checkout-area .billing-details .form-group label .required {
    color: red;
}

.checkout-area .billing-details .form-group .nice-select {
    float: unset;
    line-height: 45px;
    color: #0e0129;
    padding-top: 0;
    padding-bottom: 0;
}

.checkout-area .billing-details .form-group .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.checkout-area .billing-details .form-group .nice-select .list .option {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 20px;
    padding-right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
    background-color: #d80650 !important;
    color: #ffffff;
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent;
}

.checkout-area .billing-details .form-group .nice-select:after {
    right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus {
    background-color: #d80650 !important;
    color: #ffffff !important;
}

.checkout-area .billing-details .form-group textarea {
    padding-top: 13px;
}

.checkout-area .billing-details .form-check {
    margin-bottom: 20px;
}

.checkout-area .billing-details .form-check .form-check-label {
    color: #0e0129;
}

.checkout-area .billing-details .form-check label {
    position: relative;
    top: 1px;
    font-size: 14px;
    font-weight: 500;
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.checkout-area .order-details .order-table {
    background-color: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .order-details .order-table table {
    margin-bottom: 0;
}

.checkout-area .order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    font-weight: 700;
}

.checkout-area .order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #0e0129;
    border-color: #eaedff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a {
    color: #0e0129;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a:hover {
    color: #0e0129;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
    color: #0e0129;
    font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.order-shipping span {
    color: #0e0129;
    font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.total-price span {
    color: #0e0129;
    font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.shipping-price {
    font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal-price {
    font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.product-subtotal {
    font-weight: 600;
}

.checkout-area .order-details .payment-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked {
    display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #d80650;
    position: relative;
    margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d80650;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
    display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #0e0129;
    position: relative;
    margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d80650;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkout-area .order-details .payment-box .btn.order-btn {
    display: block;
    margin-top: 25px;
}

.checkout-area .order-details .payment-box .default-btn {
    margin-top: 20px;
    display: block;
    text-align: center;
}


/*
Product Details Area Style
=====================================================*/

.product-details-area .product-details-desc h3 {
    margin-bottom: 12px;
    font-weight: 700;
}

.product-details-area .product-details-desc p {
    margin-bottom: 0;
}

.product-details-area .product-details-desc .price {
    margin-bottom: 10px;
    color: #333333;
    font-weight: 700;
}

.product-details-area .product-details-desc .price span {
    padding: 0 5px;
}

.product-details-area .product-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893;
    font-size: 13px;
}

.product-details-area .product-details-desc .product-review {
    margin-bottom: 15px;
}

.product-details-area .product-details-desc .product-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 14px;
}

.product-details-area .product-details-desc .product-review .rating i {
    color: #ffba0a;
}

.product-details-area .product-details-desc .product-review .rating-count {
    display: inline-block;
    color: #333333;
    border-bottom: 1px solid #333333;
    line-height: initial;
}

.product-details-area .product-details-desc .product-review .rating-count:hover {
    color: #d80650;
    border-color: #d80650;
}

.product-details-area .product-details-desc .product-add-to-cart {
    margin-top: 20px;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
    color: #0e0129;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
    height: 45px;
    color: #333333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .default-btn {
    border: none;
    cursor: pointer;
    float: right;
}

.product-details-area .product-details-desc .product-add-to-cart .btn {
    height: 45px;
    top: -2px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .btn i {
    margin-right: 2px;
}

.product-details-area .product-details-desc .buy-checkbox-btn {
    margin-top: 20px;
}

.product-details-area .product-details-desc .buy-checkbox-btn .default-btn::before {
    display: none;
}

.product-details-area .product-details-desc .buy-checkbox-btn input {
    display: none;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #333333;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:last-child {
    padding-left: 4px;
    color: #57647c;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
    border-color: #333333;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
    background: #333333;
    border-color: #333333;
    -webkit-animation: wave 0.4s ease;
    animation: wave 0.4s ease;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product-details-area .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 15px;
}

.product-details-area .product-details-desc .buy-checkbox-btn .btn {
    display: block;
    width: 100%;
}

.product-details-area .product-details-desc .buy-checkbox-btn .default-btn {
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.product-details-area .product-details-desc .custom-payment-options {
    margin-top: 20px;
}

.product-details-area .product-details-desc .custom-payment-options span {
    display: block;
    color: #57647c;
    margin-bottom: 15px;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a {
    display: inline-block;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a img {
    width: 40px;
    margin-right: 5px;
}

.product-details-area .product-details-image {
    text-align: center;
    background-color: #f7f7f7;
}

.product-details-area .tab .tabs_item {
    display: none;
}

.product-details-area .tab .tabs_item:first-child {
    display: block;
}

.product-details-area .products-details-tab {
    margin-top: 50px;
}

.product-details-area .products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0;
}

.product-details-area .products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px;
}

.product-details-area .products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #333333;
    border: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-left: 48px;
    font-weight: 700;
}

.product-details-area .products-details-tab .tabs li a .dot {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    width: 12px;
    height: 12px;
    border: 1px solid #333333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.product-details-area .products-details-tab .tabs li a .dot::before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    margin: 2px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-area .products-details-tab .tabs li a:hover {
    color: #ffffff;
    background-color: #d80650;
    border-color: #d80650;
}

.product-details-area .products-details-tab .tabs li a:hover .dot {
    border-color: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:hover .dot::before {
    background: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:focus {
    color: #ffffff;
    background-color: #d80650;
    border-color: #d80650;
}

.product-details-area .products-details-tab .tabs li a:focus .dot {
    border-color: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:focus .dot::before {
    background: #ffffff;
}

.product-details-area .products-details-tab .tabs li:last-child {
    margin-right: 0;
}

.product-details-area .products-details-tab .tabs li.current a {
    color: #ffffff;
    background-color: #d80650;
    border-color: #d80650;
}

.product-details-area .products-details-tab .tabs li.current a .dot {
    border: 1px solid #ffffff;
}

.product-details-area .products-details-tab .tabs li.current a .dot::before {
    background: #ffffff;
}

.product-details-area .products-details-tab .tab_content {
    border: 1px solid #eeeeee;
    padding: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
    margin-bottom: 20px;
    font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
    margin-bottom: 0;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
    border: 1px solid #eeeeee;
    border-bottom: none;
    padding: 10px 15px;
    color: #57647c;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
    border-bottom: 1px solid #eeeeee;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
    display: inline-block;
    width: 30%;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
    margin-bottom: 15px;
    font-weight: 700;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
    position: relative;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
    display: inline-block;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
    color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
    color: #ffba0a;
    font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 10px 11px;
    font-size: 11px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 4px;
    background-color: #0e0129;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
    margin-top: 35px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eeeeee;
    padding-top: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
    color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
    font-size: 14px;
    color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
    font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
    margin-bottom: 0;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    right: 0;
    color: #57647c;
    top: 40px;
    text-decoration: underline;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
    color: #ff4800;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
    margin-top: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
    margin-bottom: 20px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
    color: #444444;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
    padding-top: 15px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
    font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}


/*
Solutions Area Style
=====================================================*/

.solutions-area.section-width .container {
    max-width: 1300px;
}


/*
Blog Details Area Style
=====================================================*/

.blog-details-area {
    /*
	Sidebar Widget Area Style
	================================*/
}

.blog-details-area .blog-details-desc .article-content {
    margin-top: 0;
    margin-bottom: 30px;
}

.blog-details-area .blog-details-desc .article-content .article-image {
    margin-bottom: 30px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta {
    margin-bottom: -10px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 15px;
    list-style-type: none;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #d80650;
    margin-right: 21px;
    font-size: 14px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li span {
    display: inline-block;
    color: #d80650;
    font-weight: 500;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #666666;
    font-size: 13px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #d80650;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li i {
    color: #d80650;
    margin-right: 2px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: #d80650;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none;
}

.blog-details-area .blog-details-desc .article-content h3 {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 30px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-area .blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #d80650;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #666666;
    font-weight: 600;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a:hover {
    color: #d80650;
}

.blog-details-area .blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #666666;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #ffffff;
    width: 32px;
    height: 32px;
    line-height: 33px;
    border-radius: 50%;
    background-color: #d80650;
    text-align: center;
    font-size: 14px;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a:hover {
    -webkit-animation: rubberBand 1s linear;
    animation: rubberBand 1s linear;
}

.blog-details-area .blog-details-desc .post-navigation {
    margin-top: 30px;
}

.blog-details-area blockquote {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 50px !important;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 4px;
}

.blog-details-area blockquote p {
    color: #0e0129;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 17px !important;
    text-align: left;
}

.blog-details-area blockquote cite {
    display: none;
}

.blog-details-area blockquote::before {
    color: #d80650;
    content: "\ed67";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: 'boxicons';
    font-size: 140px;
    font-weight: 900;
    opacity: 0.1;
}

.blog-details-area blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #d80650;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-details-area .post-navigation {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-details-area .post-navigation .navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details-area .post-navigation .navigation-links .nav-previous {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-area .post-navigation .navigation-links .nav-previous a i {
    margin-right: 0;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.blog-details-area .post-navigation .navigation-links .nav-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}

.blog-details-area .post-navigation .navigation-links .nav-next a i {
    margin-left: 0;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.blog-details-area .post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 600;
    color: #0e0129;
}

.blog-details-area .post-navigation .navigation-links div a:hover {
    color: #d80650;
}

.blog-details-area .comments-area {
    padding: 0;
    margin-top: 30px;
}

.blog-details-area .comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 22px;
}

.blog-details-area .comments-area ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .comments-area .children {
    margin-left: 40px;
}

.blog-details-area .comments-area .comment-body {
    border-bottom: 1px solid #eeeeee;
    padding-left: 65px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog-details-area .comments-area .comment-body.border-none {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-details-area .comments-area .comment-body .reply {
    margin-top: 15px;
}

.blog-details-area .comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #0e0129;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 500;
}

.blog-details-area .comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #d80650;
    border-color: #d80650;
}

.blog-details-area .comments-area .comment-meta {
    margin-bottom: .8em;
}

.blog-details-area .comments-area .comment-author {
    font-size: 16px;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}

.blog-details-area .comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
    border-radius: 50%;
}

.blog-details-area .comments-area .comment-author .fn {
    font-weight: 500;
    color: #0e0129;
    font-size: 16px;
}

.blog-details-area .comments-area .comment-author .says {
    display: none;
}

.blog-details-area .comments-area .comment-metadata {
    color: #666666;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.blog-details-area .comments-area .comment-metadata a {
    color: #666666;
    font-size: 11px;
}

.blog-details-area .comments-area .comment-metadata a:hover {
    color: #d80650;
}

.blog-details-area .comments-area .comment-content p {
    font-size: 14px;
}

.blog-details-area .comments-area .comment-respond {
    margin-top: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title {
    margin-bottom: 15px;
    font-size: 22px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.blog-details-area .comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.blog-details-area .comments-area .comment-respond .comment-form-comment {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.blog-details-area .comments-area .comment-respond label {
    display: block;
    font-weight: 500;
    color: #0e0129;
    margin-bottom: 5px;
}

.blog-details-area .comments-area .comment-respond input[type="datetime-local"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="datetime-local"]:focus {
    border-color: #d80650;
}

.blog-details-area .comments-area .comment-respond input[type="week"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="week"]:focus {
    border-color: #d80650;
}

.blog-details-area .comments-area .comment-respond input[type="month"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="month"]:focus {
    border-color: #d80650;
}

.blog-details-area .comments-area .comment-respond input[type="text"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="text"]:focus {
    border-color: #d80650;
}

.blog-details-area .comments-area .comment-respond input[type="email"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="email"]:focus {
    border-color: #d80650;
}

.blog-details-area .comments-area .comment-respond input[type="url"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="url"]:focus {
    border-color: #d80650;
}

.blog-details-area .comments-area .comment-respond input[type="password"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="password"]:focus {
    border-color: #d80650;
}

.blog-details-area .comments-area .comment-respond input[type="search"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="search"]:focus {
    border-color: #d80650;
}

.blog-details-area .comments-area .comment-respond input[type="tel"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="tel"]:focus {
    border-color: #d80650;
}

.blog-details-area .comments-area .comment-respond input[type="number"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="number"]:focus {
    border-color: #d80650;
}

.blog-details-area .comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond textarea:focus {
    border-color: #d80650;
}

.blog-details-area .comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 6px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #666666;
    font-weight: normal;
}

.blog-details-area .comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.blog-details-area .comments-area .comment-respond .form-submit input {
    background: #d80650;
    border: none;
    color: #ffffff;
    padding: 14px 30px 12px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    font-size: 14px;
}

.blog-details-area .comments-area .comment-respond .form-submit input:hover {
    color: #ffffff;
    background-color: #0e0129;
}

.blog-details-area .comments-area .comment-respond .form-submit input:focus {
    color: #ffffff;
    background-color: #d80650;
}

.blog-details-area .related-posts {
    margin-bottom: 20px !important;
    font-size: 25px !important;
}

.blog-details-area .b-d-s-item {
    position: relative;
    margin-bottom: 0;
}

.blog-details-area .b-d-s-item img {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

.blog-details-area .b-d-s-item .s-date {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    padding: 10px 24px;
    line-height: 1.5;
    display: inline-block;
}

.blog-details-area .b-d-s-item h3 {
    margin-bottom: 10px !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
}

.blog-details-area .b-d-s-item p {
    margin-bottom: 12px;
    margin-top: 10px;
}

.blog-details-area .widget-area .widget {
    margin-top: 35px;
}

.blog-details-area .widget-area .widget .post-wrap {
    padding-top: 20px;
}

.blog-details-area .widget-area .widget:first-child {
    margin-top: 0;
}

.blog-details-area .widget-area .widget .widget-title {
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #0e0129;
    position: relative;
}

.blog-details-area .widget-area .widget_search form {
    position: relative;
}

.blog-details-area .widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.blog-details-area .widget-area .widget_search form .screen-reader-text {
    display: none;
}

.blog-details-area .widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .widget-area .widget_search form .search-field:focus {
    border-color: #d80650;
}

.blog-details-area .widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    border: none;
    color: #ffffff;
    background-color: #d80650;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.blog-details-area .widget-area .widget_search form button:hover {
    background-color: #0e0129;
}

.blog-details-area .widget-area .widget-peru-posts-thumb {
    position: relative;
    overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    background-color: #0e0129;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
    background-image: url(../img/blog-details/popular-posts-1.html);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
    background-image: url(../img/blog-details/popular-posts-2.html);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
    background-image: url(../img/blog-details/popular-posts-3.html);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
    background-image: url(../img/blog-details/popular-posts-4.html);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info {
    overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info span {
    display: block;
    color: #666666;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
    display: inline-block;
    color: #474c40;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
    color: #d80650;
}

.blog-details-area .widget-area .widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666666;
    padding-left: 17px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}

.blog-details-area .widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.blog-details-area .widget-area .widget_recent_entries ul li::before {
    background: #d80650;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
}

.blog-details-area .widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #666666;
    margin-top: 4px;
}

.blog-details-area .widget-area .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .widget-area .widget_categories ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #666666;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.blog-details-area .widget-area .widget_categories ul li::before {
    background: #d80650;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 7px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.blog-details-area .widget-area .widget_categories ul li a {
    display: block;
    color: #666666;
    font-weight: normal;
    font-size: 14px;
}

.blog-details-area .widget-area .widget_categories ul li a span {
    float: right;
    font-size: 13px;
}

.blog-details-area .widget-area .widget_categories ul li a:hover {
    color: #d80650;
}

.blog-details-area .widget-area .widget_categories ul li .post-count {
    float: right;
}

.blog-details-area .widget-area .widget_meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .widget-area .widget_meta ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #666666;
    padding-left: 17px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget_meta ul li a {
    color: #212121;
    color: #666666;
}

.blog-details-area .widget-area .widget_meta ul li a:hover {
    color: #d80650;
}

.blog-details-area .widget-area .widget_meta ul li:last-child {
    margin-bottom: 0;
}

.blog-details-area .widget-area .widget_meta ul li::before {
    background: #d80650;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.blog-details-area .widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 0;
}

.blog-details-area .widget-area .tagcloud a {
    display: inline-block;
    color: #666666;
    font-weight: normal;
    font-size: 14px !important;
    padding: 7px 10px;
    border: 1px dashed #eeeeee;
    margin-top: 10px;
    margin-right: 10px;
    text-transform: capitalize;
}

.blog-details-area .widget-area .tagcloud a:hover {
    background-color: #d80650;
    color: #ffffff;
}

.blog-details-area .widget-area .tagcloud a:focus {
    background-color: #d80650;
    color: #ffffff;
    border-color: #d80650;
}

.blog-details-area .widget-area .widget_services_list ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #ffffff;
}

.blog-details-area .widget-area .widget_services_list ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 35px;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
}

.blog-details-area .widget-area .widget_services_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #252920;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.blog-details-area .widget-area .widget_services_list ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_services_list ul li a:hover {
    background-color: #d80650;
    color: #ffffff;
    padding-left: 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active {
    background-color: #d80650;
    color: #ffffff;
    padding-left: 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.blog-details-area .widget-area .widget_services_list ul li:last-child a {
    border-bottom: none;
}

.blog-details-area .widget-area .widget_download ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #ffffff;
}

.blog-details-area .widget-area .widget_download ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 35px;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
}

.blog-details-area .widget-area .widget_download ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #252920;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.blog-details-area .widget-area .widget_download ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_download ul li a:hover {
    background-color: #d80650;
    color: #ffffff;
    padding-left: 20px;
}

.blog-details-area .widget-area .widget_download ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.blog-details-area .widget-area .widget_download ul li a.active {
    background-color: #d80650;
    color: #ffffff;
    padding-left: 20px;
}

.blog-details-area .widget-area .widget_download ul li a.active::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.blog-details-area .widget-area .widget_download ul li:last-child a {
    border-bottom: none;
}

.blog-details-area .widget-area .info time {
    font-size: 13px;
    color: #929292;
    display: block;
    margin-bottom: 4px;
}


/*
Contact Info Area Style
=====================================================*/

.single-contact-info {
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 100px 30px;
}

.single-contact-info i {
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #d80650;
    color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 15px;
}

.single-contact-info h3 {
    margin-bottom: 10px;
}

.single-contact-info p {
    margin-bottom: 5px;
}

.single-contact-info a {
    display: block;
    margin-bottom: 5px;
}

.single-contact-info a:last-child {
    margin-bottom: 0;
}

.single-contact-map iframe {
    height: 395px;
    width: 100%;
}


/*
Contact Info Area Style
=====================================================*/

.services-details h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.services-details img {
    margin-bottom: 20px;
}

.services-details p {
    margin-bottom: 20px;
}

.services-details .choose-wrap {
    background-color: #fcf2f6 !important;
    max-width: unset !important;
    margin-bottom: 20px;
}

.services-details .choose-wrap h2 {
    color: #ffffff;
    font-size: 28px;
}

.services-details .choose-wrap p {
    color: #212121;
}

.services-details .choose-wrap ul li {
    color: #0e0129;
}


/*
Transform Area Style
=====================================================*/

.transform-area-five .transform-img {
    background-image: url(../img/transform-img.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.transform-area-five .transform-content-five {
    padding: 35px;
    margin: 0;
}


/*====================================================
OTHERS STYLE AREA
======================================================*/


/*
Preloader Area Style*/

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    z-index: 9999;
}

.loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #000000;
    z-index: 10;
}

.loader-wrapper .loader-section.section-left {
    left: 0;
}

.loader-wrapper .loader-section.section-right {
    right: 0;
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation: spin-reverse .6s linear infinite;
    animation: spin-reverse .6s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.loaded .loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.loaded .loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


/*
Go Top Style*/

.go-top {
    position: fixed;
    cursor: pointer;
    top: 93%;
    right: -10%;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #ffffff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 1%;
    top: 82%;
}


/*
Video wave Style*/

.video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 89px;
    text-align: center;
    border-radius: 0;
    color: #d80650;
    position: relative;
    top: 3px;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#d2044d), to(#ff5e68));
    background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
}

.video-btn i {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#d2044d), to(#ff5e68));
    background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
}

.video-btn::before {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
    background-color: #d80650;
}

.video-btn:hover i {
    color: #ffffff;
}

.video-btn:hover::after,
.video-btn:hover::before {
    background-color: #d80650;
}

@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}


/*
Section Title Area Style*/

.section-title {
    max-width: 660px;
    margin: -12px auto 0px;
    text-align: center;
    position: relative;
}

.section-title span {
    color: #d80650;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.section-title.white-title span {
    color: #ffffff;
}

.section-title.white-title h2 {
    color: #ffffff;
}

.section-title.white-title p {
    color: #ffffff;
}


/*
Nice select Area Style*/

.nice-select {
    line-height: 28px;
}

.nice-select .list:hover {
    background-color: #000000;
}

.nice-select .list {
    width: 100%;
}

.nice-select .option {
    background-color: #000000;
}

.nice-select .option:hover {
    background-color: #ffffff;
    color: #ffffff;
}

.nice-select .option.selected.focus {
    color: #ffffff;
    background-color: #ffffff;
}


/*
Page-navigation Area Style*/

.page-navigation-area {
    text-align: center;
    margin: 20px auto 0;
    display: table;
}

.page-navigation-area .page-link {
    color: #d80650;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px #d0d0d0;
    box-shadow: 0 0 15px #d0d0d0;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
}

.page-navigation-area .page-link i {
    margin-right: -4px;
    font-size: 21px;
}

.page-navigation-area .page-link:hover {
    color: #ffffff;
    background-color: #d80650;
    border: 1px solid #d80650;
}

.page-navigation-area .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-navigation-area .page-link.page-links i::before {
    margin-left: -4px;
}

.page-navigation-area .page-item {
    padding: 0 8px 0;
}

.page-navigation-area .page-item:first-child .page-link {
    border-radius: none;
}

.page-navigation-area .page-item:last-child .page-link {
    border-radius: none;
}

.page-navigation-area .page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #d80650;
    border-color: #d80650;
}

.training_background {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #191c21;
}

.training_background img.rounded {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
    opacity: 0.7;
}

.training_background img.play {
    min-width: 80px;
    min-height: 42px;
    z-index: 1;
    transition: 0.3s;
    cursor: pointer;
}

.training_background img.play:hover {
    opacity: 0.8;
}

.training_title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(transparent, black);
}

.title {
    position: absolute;
    bottom: 0;
}

.training-detail-content {
    position: relative;
}

.training-detail-content .gradient-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 500px;
    background: linear-gradient(0deg, #000 0, transparent 100%, transparent);
}

.training-categories .gradient-bottom {
    position: absolute;
    bottom: -2px;
    left: -3px;
    display: block;
    width: 102%;
    height: 500px;
    background: linear-gradient(0deg, #000 0, transparent 100%, transparent);
}

.trainings-area .trainings .col-sm-6 {
    padding-left: 9px;
    padding-right: 9px;
}

.gradient-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #000 0, transparent 100%, transparent);
}
.gradient-bottom-mobile{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #000 0, transparent 100%, transparent);
}

.gradient-bottom-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 500px;
    background: linear-gradient(0deg, #000 30%, transparent 100%, transparent);
    background: -moz-linear-gradient(0deg, #000 30%, transparent 100%, transparent);
    /* FF 3.6+ */
    background: -ms-linear-gradient(0deg, #000 30%, transparent 100%, transparent);
    /* IE10 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #000000));
    /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(90deg, #000 30%, transparent 100%, transparent);
    /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(0deg, #000 30%, transparent 100%, transparent);
    /* Opera 11.10 */
}

.img-block .gradient-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 84px;
    background: linear-gradient(0deg, #000 0, transparent 100%, transparent);
}

.gradient-left {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg, #000 0, transparent 100%, transparent);
    margin-left: 15px;
}

.gradient-top {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 26px;
    background: linear-gradient(to top, transparent 0%, black 100%);
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 0em 0;
    padding: 0;
}

.owl-carousel .nav-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: 40%;
    background-color: #272c33;
    border-radius: 50%;
    color: white;
    font-size: 25px;
}
.owl-carousel .nav-btn:hover {
    background-color: #1d2229;
}


.owl-carousel .nav-btn-two {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: 37%;
    background-color: #272c33;
    border-radius: 50%;
    color: white;
    font-size: 25px;
}
.owl-carousel .nav-btn-two:hover {
    background-color: #1d2127;
}

.owl-carousel .nav-btn-five {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: -12%;
    border-radius: 50%;
    color: white;
    font-size: 25px;
}

.owl-carousel .nav-btn-six {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: 30%;
    color: white;
    font-size: 25px;
}

.owl-carousel .nav-btn-three {
    position: absolute;
    cursor: pointer;
    top: -12%;
    color: white;
    font-size: 25px;
}

.owl-carousel .next-slide-two {
    right: 10px;
}

.owl-carousel .prev-slide-two {
    left: 10px;
}

.owl-carousel .next-slide-five {
    right: 10px;
}

.owl-carousel .prev-slide-five {
    right: 50px
}

.owl-carousel .next-slide-six {
    right: -30px;
}

.owl-carousel .prev-slide-six {
    left: -30px;
}

.owl-carousel .nav-btn-two .carousel-control-prev-icon,
.owl-carousel .nav-btn-two .carousel-control-next-icon {
    position: relative;
    width: 20px;
    height: 20px;
    top: 15%;
    color: white;
    opacity: 0.7;
}
.owl-carousel .nav-btn-two:hover .carousel-control-prev-icon,
.owl-carousel .nav-btn-two:hover .carousel-control-next-icon {
    opacity: 1;
}

.owl-carousel .nav-btn-six .carousel-control-prev-icon,
.owl-carousel .nav-btn-six .carousel-control-next-icon {
    position: relative;
    width: 20px;
    height: 20px;
    top: -24%;
    color: white;
    opacity: 0.7;
}
.owl-carousel .nav-btn-six:hover .carousel-control-prev-icon,
.owl-carousel .nav-btn-six:hover .carousel-control-next-icon {
    opacity: 1;
}

.owl-carousel .nav-btn .carousel-control-prev-icon,
.owl-carousel .nav-btn .carousel-control-next-icon {
    position: relative;
    width: 20px;
    height: 20px;
    top: 15%;
    color: white;
    opacity: 0.7;
}
.owl-carousel .nav-btn:hover .carousel-control-prev-icon,
.owl-carousel .nav-btn:hover .carousel-control-next-icon {
    opacity: 1;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    left: -15px;
}

.owl-carousel .next-slide {
    right: -15px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

#carouselIndicators .carousel-control-next,
#carouselIndicators .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

#carousel .carousel-control-next,
#carousel .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.home-training-text .btn {
    border: none;
}

.modal-backdrop {
    opacity: 0.95 !important;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 95%;
}

.modal-content {
    background-color: #000000;
    border: none;
}

.form-group .form-control {
    color: #ffffff;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    border-radius: 0.25rem;
    font-size: 14px;
    padding: 10px 15px;
    width: 100%;
}

.form-group .form-control .list {
    overflow: auto;
    height: 250px;
    width: 100%;
    background-color: black;
}

.form-group .modal-list .list {
    overflow: auto;
    height: 250px;
    width: 415px;
    background-color: black;
}

.input-button {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
}

.input-button:hover {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
}

label {
    display: inline-block;
    margin-bottom: .1rem;
}

.modal-footer-text p {
    font-size: 9px;
    opacity: 0.5;
}

#carousel .carousel-control-next,
#carousel .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.5%;
    text-align: center;
    opacity: 0.7;
    height: 50px;
    transition: opacity .15s ease;
    background-color: #272c33;
    border-radius: 50%;
    text-align: center;
    margin: auto;
}
#carousel .carousel-control-next:hover,
#carousel .carousel-control-prev:hover {
opacity: 1;
}

.carousel-control-prev-icon {
    background-image: url(../img/prev.png);
}

.carousel-control-next-icon {
    background-image: url(../img/next.png);
}

.trainees-says .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.trainees-says {
    position: relative;
    z-index: 1;
    height: 32em;
    margin-bottom: 1em;
}

.trainees-says-button {
    position: absolute;
    z-index: 3;
    /* put .gold-box above .green-box and .dashed-box */
    width: 20%;
    left: 2.1em;
    height: 4em;
    top: 26.8em;
}

.trainees-says-box {
    position: absolute;
    z-index: 3;
    /* put .gold-box above .green-box and .dashed-box */
    background-color: #272c33;
    width: 640px;
    left: 80px;
    height: 330px;
    top: 61px;
}

.trainees-says-box a {
    text-decoration: underline;
    font-size: 15px;
    color: #a2a4a7 !important;
}

.bg-trainees .content a {
    text-decoration: underline;
    font-size: 15px;
    color: #a2a4a7 !important;
}

.trainees-says-img {
    position: absolute;
    z-index: 2;
    /* put .green-box above .dashed-box */
    width: 360px;
    left: 60%;
    top: 0.5em;
    height: 460px;
    opacity: 0.9;
}

.trainees-says-box h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
}

.resim {
    width: 60px;
    overflow: hidden;
    position: relative;
    height: 60px;
}

.training-background-two {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 210px;
}

.training-background-two img {
    position: absolute;
    left: 50%;
    top: 65%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.3);
    transform-origin: center;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.trainings-detail-content .important-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.trainings-detail-content .important-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
    width: 100%;
    height: 100%;
}

.about-image,
.about-image-two {
    min-height: 225px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.about-image img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    height: 100%;
    border-radius: 0 3px 3px 0;
    opacity: 0.6;
}

.about-image-two img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    height: 100%;
    border-radius: 3px 0 0 3px;
    opacity: 0.6;
}

.mission,
.vission {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 360px;
}

.mission img,
.vission img {
    position: absolute;
    left: 50%;
    top: 52%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.1);
    transform-origin: center;
    z-index: -1;
    filter: blur(1px);
}

.about-area-page .team-image {
    height: 495px;
}

.about-area-page p {
    color: #d3d3d3;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans';
    line-height: 1.6;
}

.team-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 359px;
}

.management .team-image {
    height: 495px;
}

.team-image::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.8;
    left: 0;
    background: linear-gradient(180deg, rgba(25, 28, 33, 0) 55.21%, rgba(25, 28, 33, 0.6) 74.48%, #191c21 100%);
}

.team-image:hover::after {
    background-image: none;
}

.team-image img {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%) scale(1.05);
    transform-origin: center;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.team-image:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.team-image .text,
.team-image .team-text {
    opacity: 1;
    position: absolute;
    bottom: 2px; 
    transition: all 600ms;
}

.team-image:hover .text,
.team-image:hover .team-text {
    opacity: 0;
    position: absolute;
    bottom: -50px;
    transition: all 600ms;
}

.team-image .text h5 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 4px;
}

.team-image .text p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
}

.team-image .team-text h5 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.team-image .team-text p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #ffffff;
}

.training_background_three {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.trainees-says-text p {
    line-height: 1.8;
    font-size: 13px;
}

.trainees-says-text h6 {
    line-height: 1.8;
    font-size: 13px;
}

.trainees-says-text {
    height: 210px;
    background-color: #272c33
}
.new-trainings h1{
    font-size: 42px;
    line-height: 1;
    letter-spacing: -2px;
}
.new-trainings p{
    font-size: 14px;
    opacity: 0.6;
    font-weight: 500;
}
.block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.center-element{
    display: grid;
    flex-wrap: wrap;
    align-content: center;
}

.center-element img{
    margin-left: 4px;
    width: 22px;
    filter: invert(99%) sepia(15%) saturate(473%) hue-rotate(
227deg
) brightness(119%) contrast(100%);
}


.center-element-home img{
    margin-left: 4px;
    width: 22px;
    filter: invert(99%) sepia(15%) saturate(473%) hue-rotate(
227deg
) brightness(119%) contrast(100%);
}
.center-element h2{
    font-size: 14px;
}
.center-element p{
    font-size: 12px !important;
}
.video-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgb(0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 12%, rgba(0, 0, 0, 0) 35%) center center no-repeat;
    opacity: 0.9;
}

.bg-gradient {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;
}

.bg-gradient::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(31, 33, 38, 0) 0%, rgba(31, 33, 38, 0.3085609243697479) 61%, rgba(31, 33, 38, 0.65) 100%);
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(31, 33, 38, 1)); */
}

.gradient-on {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;
}

.gradient-on::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8939950980392157) 0%, rgba(0, 0, 0, 0.8687850140056023) 100%);
}

.block-in {
    position: relative;
    z-index: 1;
    background: #191c21;
    margin: 0 25px;
    box-shadow: 0 0 40px #000;
}

.block-in h3 {
    font-size: 24px;
    font-weight: normal;
}

.block-in p {
    font-size: 14px;
}
#playerjs{
    display: flex;
    height: 400px;
}

.block-in .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #191c21;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    max-width: 23em;
}

.trainings .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #191c21;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.img-block {
    position: relative;
    height: auto;
    width: 100%;
    opacity: 1;
}

.img-block img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.underline em {
    font-size: 14px;
    margin-left: 5px;
    line-height: 2;
}

.trainings-area .card-body {
    padding: 0;
}

.trainings .button {
    display: flex;
}
.button-see-detail{
    width: 66px;
    padding: 5px;
    background: #ffffff;
    border-radius: 5px;
}
.relative {
    position: relative;
    width: 100%;
}

.trainings-header {
    position: absolute;
    width: 100%;
    height: 117px;
    top: -74px;
    background: linear-gradient(180deg, rgba(14, 17, 21, 0) 0%, rgba(14, 17, 21, 0.06766456582633051) 3%, rgba(14, 17, 21, 0.40379901960784315) 10%, rgba(14, 17, 21, 0.6699054621848739) 17%, rgba(14, 17, 21, 0.8855917366946778) 26%, rgba(14, 17, 21, 1) 35%, rgba(14, 17, 21, 0.9640231092436975) 51%, rgba(14, 17, 21, 0.3617822128851541) 73%, rgba(14, 17, 21, 0.12368697478991597) 83%, rgba(14, 17, 21, 0.0032387955182072714) 91%, rgba(14, 17, 21, 0) 100%);
}

.trainings .card-body h6 {
    font-size: 14px;
    font-weight: 600;
    color: #cfcfcf;
    letter-spacing: 0.4px;
}

.trainings .card-body h5 {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.4px;
}

.trainings .card-body h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 1.3;
}

.trainings .card-body p {
    font-size: 12px;
    color: #cfcfcf;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}

.trainings .btn {
    background-color: #272c33;
    color: #ffffff;
    font-size: 11px;
    padding: 3px 10px 1px 8px;
}

.trainings .ml {
    margin-left: 11px;
}

.trainings .mr {
    margin-right: 14px;
}

.trainings .button .detail .btn {
    background-color: #272c33;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    width: 130px;
    padding: 10px
}

.trainings .button .detail .btn:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.trainings .button .apply .btn {
    background-color: #3b424d;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    width: 130px;
    padding: 10px;
}

.trainings .button .apply .btn:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bx-caret-right:before {
    content: "\e9e6";
    position: relative;
    top: 1px;
}

.faqs {
    width: 100%;
}

.carousel-indicators .active {
    width: 20px;
    height: 5px;
    border-radius: 44%;
}


/* width */

.form-group .form-control .list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}


/* Track */

.form-group .form-control .list::-webkit-scrollbar-track {
    background: #150e0f;
}


/* Handle */

.form-group .form-control .list::-webkit-scrollbar-thumb {
    background: #ffffff;
}

.faq-accordion-trainings::-webkit-scrollbar {
    width: 10px;
}

.faq-accordion-trainings::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ffffff;
}

.faq-accordion-trainings::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #7a7a7a;
    height: 20px;
}

.dropdown-menu.trainings::-webkit-scrollbar {
    width: 5px;
}

.dropdown-menu.trainings::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ffffff;
}

.dropdown-menu.trainings::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #686868;
    height: 20px;
}

.btn.my-color,
a.my-color {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn.my-color:hover,
a.my-color:hover {
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}

.btn.my-color2,
a.my-color2 {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.btn.my-color2:hover,
a.my-color2:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

.button-home .btn {
    background-color: transparent;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1.5px;
    padding: 14px 14px 16px 14px;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 50%);
}

.button-home .btn:hover {
    box-shadow: inset 0 0 0 1px #fff;
}

.announcement .btn {
    background-color: transparent;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1.5px;
    padding: 16px 40px 15px 40px;
}

.info-block h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.1px;
}

.info-block p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #a4a8ab;
    letter-spacing: 1.1px;
}

.trainings-detail a {
    display: block;
    z-index: 1;
}

.training-detail .modal-content {
    background-color: transparent;
}

.home-trainees .modal-content {
    background-color: #272c33 !important;
}

.home-trainees .close {
    color: #ffffff;
    font-weight: 300;
    padding: 14px;
}

.trainings-detail-btn {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 13px;
    transition: 0.3s;
}

.trainings-detail-btn.my-color {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #ffffff;
}
.trainings-detail-btn.my-color:hover {
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
    color: #ffffff;
}

.trainings-detail-btn.my-color2 {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #ffffff;
}
.trainings-detail-btn.my-color2:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
    color: #ffffff;
}

.trainings-detail p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #bcbcbc;
    letter-spacing: 0px;
}

.trainings-detail h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0px;
    margin-top: 6px;
    color: #bcbcbc;
}

.trainings-detail h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.training-introduction-video {
    cursor: pointer;
    background-color: #191c21;
    margin-bottom: 7px;
    padding: 10px 15px 8px 15px;
}

.training-introduction-video:hover {
    background-color: #272c33;
}

.trainings-detail .writing p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.3px;
    color: #9a9a9a;
}

.trainings-detail .writing:hover .next img {
    width: 18px;
}

.trainings-detail .writing h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0px;
    color: #9a9a9a;
    margin-bottom: 5px;
    margin-top: auto;
}

.trainings-detail .writing h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 0.5px;
}

.grey-hr hr {
    border-top: 1px solid #535353;
}

.grey-hr-two hr {
    border-top: 1px solid #5e6164;
}

.blue-hr hr {
    border-top: 2px solid #191c21;
}

.ok img {
    position: absolute;
    right: 0;
    top: 35%;
    width: 16px;
}

.trainings-detail-identification {
    min-height: 255px;
    height: auto;
}

.trainings .list-group span {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.trainings .list-group .fa:before {
    display: none;
}

.trainings-detail-identification h2 {
    font-weight: 550;
    letter-spacing: 0.2px;
}

.single-widget-two span {
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.single-widget-two .fa {
    padding-top: 10px;
    padding-bottom: 10px;
}

.single-widget-two img {
    filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(295deg) brightness(112%) contrast(88%);
}

.single-widget-two h3 {
    font-size: 13px;
    letter-spacing: 0.5px;
    display: inline-block;
    color: #9d9d9d;
    position: relative;
}

.single-widget-two ul li {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 15px;
}

.single-widget-two ul li:last-child {
    margin-bottom: 0;
}

.single-widget-two ul li span {
    color: #ffffff;
}

.single-widget-two p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 2.5;
    letter-spacing: 0.2px;
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 30px;
}

.single-widget-two img {
    display: inline-block;
    margin-right: 10px;
    margin-top: 8px;
    font-size: 18px;
    position: relative;
    width: 16px;
}

.single-widget-two p {
    color: #ffffff;
}

.trainings-detail-background {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 334px;
}

.trainings-detail-background img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    /* min-height: 100%; */
    transform: translate(-50%, -50%) scale(1.7);
    transform-origin: center;
}

.trainings-categories-background {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%
}

.trainings-categories-background img {
    width: 100%;
    height: 100%;
}

.trainees-background.left {
    border-radius: 0 5px 5px 0;
}

.trainees-background.right {
    border-radius: 5px 0 0 5px;
}


/*
.trainees-says-background {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.trainees-says-background img {
  position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%; 
    transform: translate(-50%, -50%) scale(1.7);
    transform-origin: center;
} */

.trainees-background {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 231px;
    min-height: 100%;
}

.trainees-say-background.left {
    border-radius: 0 5px 5px 0;
}

.trainees-say-background.right {
    border-radius: 5px 0 0 5px;
}

.trainees-background img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%) scale(1.0);
    transform-origin: center;
}

.trainings-detail-slider h5 {
    letter-spacing: 0.2px;
    font-weight: 400;
    margin-bottom: 5px;
}

.trainings-detail-slider p {
    letter-spacing: 0.2px;
    font-weight: 200;
    font-size: 16px;
    color: #e8e8e8;
}

.trainings-detail-content h5 {
    letter-spacing: 0.2px;
}

.trainings-detail-content .instructor {
    overflow: auto;
    height: 276px;
}

.trainings-detail-content .instructor::-webkit-scrollbar {
    width: 10px;
}

.trainings-detail-content .instructor::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ffffff;
}

.trainings-detail-content .instructor::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #7a7a7a;
    height: 20px;
}

.trainings-detail-content .instructor .bottom-hr {
    border-bottom: 1px solid #272c33;
}

.trainings-detail-content .instructor .image-circle {
    height: 92px;
    width: 92px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
}

.trainees-play:hover .trainees-play-icon {
    height: 26px;
    width: 25px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    position: absolute;
    z-index: -1;
    margin: 4px;
}

.trainees-play .btn {
    display: contents;
}

.trainings-detail-content .instructor .image-circle img {
    height: 100%;
    width: 100%;
    position: absolute;
}

.trainings-detail-content .instructor p {
    font-size: 15px;
    color: #bcbcbc;
    margin-top: 5px;
}

.trainings-detail-content .instructor h3 {
    font-size: 15px;
    color: #ffffff;
}

.trainings-detail-content .instructor h6 {
    font-size: 14px;
    color: #afb0b1;
    font-weight: 600;
    margin-bottom: 4px;
}

.trainings-detail-content .instructor h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.trainings-detail .embed-responsive-item {
    z-index: -1;
}

.trainings-detail-content .instructor h4 {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2;
}

.trainings-detail-content .lifetime-access p {
    font-size: 13px;
    color: #bcbcbc;
}

.trainings-detail-content .lifetime-access h5 {
    font-size: 15px;
    font-weight: 600;
}

.trainings-detail-content .content-text h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.trainings-detail-content .content-text p {
    font-size: 15px;
    font-weight: 400;
    color: #bcbcbc;
    letter-spacing: 0.2px;
    margin-bottom: 18px;
}

.trainings-detail-content .content-text h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.trainings-detail-content .content-text .article {
    position: absolute;
    width: 535px;
    z-index: 1;
}

.bg-white {
    background-color: #ffffff;
}

.trainings-detail-content .content-text .bg-white h3 {
    font-size: 26px;
    color: #88898e;
    font-weight: 500;
    margin-bottom: 10px;
}

.trainings-detail-content .content-text .bg-white p {
    color: #6c6c6c;
}

.address h5 {
    font-size: 17px;
    font-weight: 700;
}
.new-info .rounded{
    border: 1px solid #272c33;
}
.new-info h1{
    font-size: 24px;
    font-weight: 600;
}

.new-info .info-p-5{
    padding: 1.8rem;
}
.new-info h5{
    opacity: 0.6;
}
.block-tv{
    position: absolute;
    top: 4.2%;
    left: 1%;
    width: 98%;
    height: 90%;
    z-index: 1;
}
.new-info p{
    font-size: 15px;
    opacity: 0.6;
}

.small-line{
    display: block;
    height: 5px;
    margin: auto;
    width: 32px;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    background-color: #ffffff;
}
.address h6 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
    letter-spacing: 0.8px;
    line-height: 1.5;
}

.contact-area-page .address .p-5 {
    padding: 3.2rem !important;
}

.address .gradient {
    position: absolute;
    top: 0;
    opacity: 0.5;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, #1f2126 0, transparent 100%, transparent);
    background: -moz-linear-gradient(90deg, #1f2126 0, transparent 100%, transparent);
    /* FF 3.6+ */
    background: -ms-linear-gradient9(0deg, #1f2126 30%, transparent 100%, transparent);
    /* IE10 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #1f2126));
    /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(90deg, #1f2126 0, transparent 100%, transparent);
    /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(90deg, #1f2126 0, transparent 100%, transparent);
    /* Opera 11.10 */
}

.front {
    z-index: 1;
}

.contact-area-page h2 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.2px;
}

.contact-area-page p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 4px;
}

.franchising-area-page h2 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.2px;
}

.franchising-area-page p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 4px;
}

.form-group.material-style {
    position: relative;
    margin-top: 1rem;
}

.form-group.material-style .form-control {
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0px;
    padding-top: 25px;
    padding-right: 0px;
    border-color: #535353;
}

.form-group.material-style.padding-text .form-control {
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0px;
    padding-top: 15px;
    padding-right: 0px;
    border-color: #535353;
}

.form-group.material-style .form-control:placeholder-shown+label {
    top: 20px;
    left: 0px;
    font-weight: 100;
}

.form-group.material-style .form-control:focus {
    border-color: #535353;
}

.form-group.material-style .form-control:focus+label {
    top: -5px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 100;
}

.form-group.material-style label {
    position: absolute;
    top: -5px;
    font-weight: 100;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    z-index: -1;
}

.message-border .form-group .form-control {
    border: 1px solid #535353;
}

.message-border .form-group .form-control::placeholder {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 100;
}

.contact-area-page .nice-select .option {
    padding-left: 5px;
}

.franchising-area-page .block {
    z-index: 1;
}

.franchising-area-page .contact img {
    min-height: 240px;
    max-height: 240px;
    min-width: 100%;
    opacity: 0.8;
}

.franchising-area-page .address h6 {
    letter-spacing: 0.3px;
}

.media-we-area-page .modal-content {
    background-color: transparent;
}

.media-we-area-page .close {
    color: #ffffff;
    font-weight: 300;
}

.about-area-page .branches.background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.about-area-page .branches {
    min-height: 940px;
    height: auto;
    position: relative;
    overflow: hidden;
    background-image: url(../images/about/subeler-bg.jpg);
}

.branch-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 210px;
    height: auto;
}

.branch-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transform-origin: center;
}
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(70%);
}

.branch-map {
    min-height: 210px;
}

.quality-policy-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    padding-top: 220px;
    padding-bottom: 100px;
}

.quality-policy-area.quality-policy {
    height: 440px;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url(../images/quality-policy/kalite.jpg);
}

.customer-policy-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    padding-top: 220px;
    padding-bottom: 100px;
}

.positive-policy-area.positive-policy {
    height: 440px;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url(../images/positive-discrimination-policy/tarafsizlik.jpg);
}

.positive-policy-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    padding-top: 220px;
    padding-bottom: 100px;
}

.kvkk-policy-area.kvkk-policy {
    height: 440px;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url(../images/kvkk/kvkk.jpg);
}

.kvkk-policy-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    padding-top: 220px;
    padding-bottom: 100px;
}

.customer-policy-area.customer-policy {
    height: 440px;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url(../images/customer-policy/musteri-sikayetleri-politikasi.jpg);
}

.security-policy-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    padding-top: 220px;
    padding-bottom: 100px;
}

.security-policy-area.security-policy {
    height: 440px;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url(../images/information-security-policy/bilgi-guvenligi.jpg);
}

body.modal-open {
    overflow: initial;
}

.trainees-area-page .modal::before,
.trainings-area .modal::before,
.trainigs-area .modal::before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
}

.trainees-area-page .modal-dialog,
.trainees-says-page .modal-dialog,
.our-news .modal-dialog,
.trainigs-area .modal-dialog {
    width: 100%;
    margin: 0 auto;
}

.trainees-area-page .modal-content,
.trainees-says-page .modal-content,
.our-news .modal-content,
.trainings-area .modal-content {
    background-color: transparent;
}

.trainees-area-page .modal-content .close,
.trainees-says-page .modal-content .close,
.our-news .modal-content .close,
.trainings-area .modal-content .close {
    color: #ffffff;
    font-weight: 100;
    opacity: 1;
    margin-bottom: 10px;
    margin-top: 10px;
}

.header-title {
    z-index: 1;
}

.header-title h1 {
    font-size: 48px;
    letter-spacing: 0px;
    font-weight: 600;
}

.header-title h2 {
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

#map {
    height: 100%;
}

#map-eskisehir {
    height: 100%;
}

#map-izmir {
    height: 100%;
}

#map-balikesir {
    height: 100%;
}

#map-bursa2 {
    height: 100%;
}

#map-newyork {
    height: 100%;
}

.training-categories-content .gradient-right {
    position: absolute;
    bottom: 0;
    top: 0;
    right: -1px;
    display: block;
    width: 50px;
    height: 100%;
    background: linear-gradient(270deg, #191c21 0, transparent 100%, transparent);
    z-index: 1;
}

.training-categories-image img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.trainees-says-area-page .content h6,
.trainees-says-area-page .content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    color: #e9e9e9;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 0;
}

.trainees-area-page p {
    font-size: 12px;
    color: #bababa;
    font-weight: 500;
}

.about-area-page .gradient-right {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg, #191c21 0, transparent 100%, transparent);
    z-index: 1;
}

.about-area-page .gradient-left {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    display: block;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, #191c21 0, transparent 100%, transparent);
    z-index: 1;
    margin-left: 0;
}

.trainees-gradient-right {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    display: block;
    width: 225px;
    height: 100%;
    background: linear-gradient(270deg, #17191e 5%, transparent 100%, transparent);
    z-index: 1;
}

.trainees-gradient-left {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    display: block;
    width: 255px;
    height: 100%;
    background: linear-gradient(90deg, #17191e 5%, transparent 100%, transparent);
    z-index: 1;
    margin-left: 0;
}

.trainees-says-gradient-right {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    display: block;
    width: 300px;
    height: 100%;
    background: linear-gradient(270deg, #0c0f12 5%, transparent 100%, transparent);
    z-index: 1;
}

.trainees-says-gradient-left {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    display: block;
    width: 300px;
    height: 100%;
    background: linear-gradient(90deg, #0c0f12 5%, transparent 100%, transparent);
    z-index: 1;
    margin-left: 0;
}

.trainees-area-page h4 {
    font-size: 16px;
    color: #bababa;
    font-weight: 600;
}

.trainees-area-page h3 {
    font-size: 24px;
    letter-spacing: 0.7px;
    line-height: 2.2;
}

.trainees-area-page h5 {
    font-size: 14px;
    color: #bababa;
}

.page-link {
    color: #ffffff;
    border: 0;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.page-link:hover {
    background-color: transparent;
    color: #888383;
    border-color: transparent;
    border: 0;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0;
    color: #ffffff;
    border-color: transparent;
    border: 0;
}

.page-item.active .page-link {
    z-index: 3;
    background-color: transparent;
    border-color: transparent;
    border: 0;
}

.page-link:focus span {
    color: #ffffff;
}

.video {
    width: 90%;
    height: 10px;
    border-radius: 20px;
    border: 1px solid white;
    z-index: 1;
}

.video.right {
    margin-left: 25px;
    margin-bottom: 20px;
}

.video.left {
    margin-left: 10px;
    margin-bottom: 20px;
}

.video .video-filling {
    width: 4%;
    height: 100%;
    background-color: #ad364b;
    border-radius: 20px 0 0 20px;
}

.standard-content h2 {
    font-size: 34px;
    letter-spacing: 0;
}

.standard-content p {
    color: #e9e9e9;
    line-height: 1.9;
    margin-bottom: 28px;
}

.button img {
    padding-bottom: 3px;
}

.button-two img {
    padding-bottom: 5px;
    width: 8px;
}


/*Search box*/

.custom-search {
    position: absolute;
    top: 1px;
}

#express-form-typeahead {
    background-color: transparent;
    background-image: url(../img/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    border: none;
    cursor: pointer;
    height: 30px;
    padding: 0 0 0 30px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
    margin-right: 5px;
    top: -5px;
}


/*
#express-form-typeahead:focus {
    background-color: transparent;
    border-bottom: 1px solid #575757;
    cursor: text;
    outline: 0;
    width: 230px;
    margin-right: 5px;
    color: #d3d3d3;
}
*/

.search-btn {
    position: absolute;
    top: 38%;
    background-color: transparent;
    bottom: 0;
    left: 10px;
}

input[type="search"] {
    -webkit-appearance: textfield;
}


/*  /Search box  */

.vertical-border {
    height: 20px;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    align-self: center;
}


#someid {
    margin: 0;
    padding: 3px 12px;
}

.logos .box-shadow {
    -webkit-box-shadow: -1px 5px 5px 0px rgba(25, 28, 33, 0.64);
    -moz-box-shadow: -1px 5px 5px 0px rgba(25, 28, 33, 0.64);
    box-shadow: -1px 5px 5px 0px rgba(25, 28, 33, 0.64);
}

.hr-1 {
    border: 0;
    height: 100%;
    width: 2px;
    background: rgb(36, 36, 36);
    background: linear-gradient(180deg, rgba(36, 36, 36, 0.0760679271708683) 0%, rgba(36, 36, 36, 0.5298494397759104) 12%, rgba(36, 36, 36, 1) 50%, rgba(36, 36, 36, 0.5662640056022409) 89%, rgba(36, 36, 36, 0.028448879551820738) 100%);
    margin-left: 30px;
}

.about-area-page h3 {
    font-size: 30px;
}

.media-we-area-page .image {
    position: relative;
}

.media-we-area-page h6 {
    font-weight: 600;
}

.media-we-area-page p {
    font-size: 14px;
    font-weight: 500;
    color: #b8b8b8;
}

.media-we-area-page .content:hover h6 {
    color: #f8536f;
}

.modal-dialog.modal-lg img {
    width: 800px;
    border-radius: .3rem;
}


/*
.media-we-area-page .content .media-image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
*/

.media-we-area-page .circle {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.navbar.text-light {
    background: rgba(14, 17, 21, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bg-light {
    background-color: transparent !important;
}

.navbar {
    padding-bottom: 1rem;
    padding-top: 1rem;
    background-color: rgba(14, 17, 21, 0.95) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

.navbar .container-lg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
}

@media (min-width: 992px) {
    .navbar .navbar-collapse {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
    }
}

@media (min-width: 992px) {
    .navbar .navbar-nav.mr-auto {
        margin-right: 0 !important;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .navbar .navbar-nav.navbar-right {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    .navbar .navbar-nav.navbar-right li {
        margin-left: 10px;
    }
}

.franchising-area-page .franchising-bg {
    position: relative;
    z-index: 1;
}

.franchising-area-page .franchising-bg::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    z-index: -1;
    background-image: url(../images/franchising/fr-bg.png);
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.fade.active:not(.show) {
    opacity: 1;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    box-shadow: rgba(223, 34, 34, 0.35) 0px 5px 15px;
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid #d5c3c3;
    box-shadow: rgba(155, 153, 153, 0.35) 0px 5px 15px;
    border-radius: .25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: none
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.trainees-says-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(12, 15, 18, 1) 26%, rgba(12, 15, 18, 1) 50%, rgba(12, 15, 18, 0.6615021008403361) 100%);
    z-index: 1;
}

.bg-trainees-says {
    background-image: linear-gradient(to right, #000000, #0c0f12);
}

.bg-trainees-left {
    background-image: linear-gradient(to left, #000000, #0c0f12);
}

.bg-trainees {
    background-color: #17191e;
}

.teams-my-text p {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    line-height: 30px;
    color: #cfcfcf;
}

.trainees-area-page .img-width {
    width: 800px;
}

.partner-wrap-four a {
    display: block;
}

.trainees-says-page .single-blog .blog-content h6 {
    font-size: 13px;
}

.trainees-says-page .single-blog .blog-content p {
    font-size: 10px;
}

.e-newsletter-registration h4 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.e-newsletter-registration p {
    font-size: 14px;
    color: #a2a4a7;
    font-weight: 600;
}

.e-newsletter-registration .form-group .form-control {
    border: none;
    background-color: #191c21;
    box-shadow: inset 0 0 0 1px #272c33;
    height: 48px;
}

.e-newsletter-registration .form-group .form-control:focus {
    box-shadow: inset 0 0 0 2px #596170;
}

.e-newsletter-registration .form-group .form-control::placeholder {
    color: #a2a4a7;
}

.e-newsletter-registration .border {
    border: 1px solid #3a3a3c !important;
}

.e-newsletter-registration .btn {
    color: #a2a4a7;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 14px;
    transition: 0.3s;
}

.button-hover-border:hover {
    border: 1px solid #fff !important;
}

.e-newsletter-registration .form-check-label {
    font-size: 12px;
    color: #a2a4a7;
}

.pagination .page-item.disabled .page-link {
    background-color: transparent !important;
}

.page-item.active .page-link {
    color: #ffffff;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ============================================
   MODERN KURSIYERLERIMIZ SAYFASI TASARIMI
   ============================================ */

/* Modern Rating Card */
.modern-rating-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.modern-rating-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.rating-icon {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
}

.modern-rating-card:hover .rating-icon {
    transform: scale(1.1) rotate(5deg);
}

.rating-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 10px;
}

.rating-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.8px;
    line-height: 1.6;
}

/* Modern Tab Menü */
.modern-tabs {
    border-bottom: none;
    justify-content: center;
}

.modern-tab-link {
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 12px !important;
    padding: 12px 24px !important;
    margin: 0 8px;
    background: rgba(255, 255, 255, 0.05) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-tab-link:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.modern-tab-link.active {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
    border-color: #dc3545 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

.modern-tab-link i {
    font-size: 16px;
}

/* Modern Kursiyer Kartları */
.modern-trainee-card {
    margin-bottom: 40px;
    padding: 25px !important;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.modern-trainee-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.trainee-video-link {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    transition: all 0.4s ease;
}

.trainee-video-link:hover {
    transform: scale(1.02);
}

.trainee-video-link:hover .trainee-image {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.trainee-image {
    transition: all 0.4s ease;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.modern-play-icon {
    transition: all 0.3s ease;
    z-index: 10;
}

.trainee-video-link:hover .modern-play-icon {
    transform: scale(1.15);
    filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.5));
}

/* Modern Kursiyer Bilgileri */
.modern-trainee-info {
    padding: 20px;
}

.modern-trainee-name {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.modern-trainee-card:hover .modern-trainee-name {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.2);
}

.modern-trainee-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.modern-trainee-card:hover .modern-trainee-title {
    color: rgba(255, 255, 255, 0.95);
}

/* Hero Section İyileştirmeleri */
.trainees-says-area-page .header-title h1 {
    font-size: 48px;
    font-weight: 700;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

/* Modern Section Title */
.modern-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.modern-section-title i {
    color: #dc3545;
    font-size: 32px;
}

@media only screen and (max-width: 767px) {
    .modern-section-title {
        font-size: 28px;
    }
    
    .modern-section-title i {
        font-size: 24px;
    }
}

/* Buton İyileştirmeleri */
.trainees-says-area-page .button .btn {
    border-radius: 12px;
    padding: 15px 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.trainees-says-area-page .button .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
}

/* Responsive İyileştirmeler */
@media only screen and (max-width: 767px) {
    .modern-rating-card {
        padding: 20px;
        border-radius: 12px;
    }
    
    .rating-title {
        font-size: 18px;
    }
    
    .rating-subtitle {
        font-size: 13px;
    }
    
    .modern-tab-link {
        padding: 10px 16px !important;
        font-size: 14px !important;
        margin: 0 4px;
    }
    
    .modern-trainee-card {
        padding: 15px !important;
        border-radius: 16px;
    }
    
    .modern-trainee-name {
        font-size: 24px;
    }
    
    .modern-trainee-title {
        font-size: 14px;
    }
    
    .trainees-says-area-page .header-title h1 {
        font-size: 36px;
    }
}

/* ============================================
   HEADER AUTH BUTTONS (Giriş Yap / Kayıt Ol)
   ============================================ */

.header-auth-buttons {
    gap: 10px;
}

/* Giriş Yap Butonu */
.btn-login-header {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
}

.btn-login-header:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.btn-login-header i {
    font-size: 14px;
}

/* Kayıt Ol Butonu */
.btn-register-header {
    background: #dc3545 !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 8px 20px !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-register-header:hover {
    background: #c82333 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.btn-register-header:active {
    transform: translateY(0);
}

/* Mobil Görünüm */
.header-auth-buttons-mobile {
    gap: 10px;
    padding: 0 15px;
}

.header-auth-buttons-mobile .btn-login-header,
.header-auth-buttons-mobile .btn-register-header {
    flex: 1;
    justify-content: center;
    font-size: 14px !important;
    padding: 10px 16px !important;
}

/* Responsive */
@media only screen and (max-width: 991px) {
    .header-auth-buttons {
        gap: 8px;
    }
    
    .btn-login-header,
    .btn-register-header {
        font-size: 14px !important;
        padding: 8px 14px !important;
    }
}

@media only screen and (max-width: 767px) {
    .header-auth-buttons {
        gap: 6px;
    }
    
    .btn-login-header,
    .btn-register-header {
        font-size: 13px !important;
        padding: 7px 12px !important;
    }
    
    .btn-login-header i {
        font-size: 12px;
        margin-right: 4px !important;
    }
}

/* ============================================
   MODERN İLETİŞİM SAYFASI TASARIMI
   ============================================ */

/* Modern Contact Intro */
.modern-contact-intro {
    padding: 20px 0;
}

.modern-section-title-contact {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.modern-section-title-contact i {
    color: #dc3545;
    font-size: 32px;
}

.modern-intro-text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Modern Contact Form Card */
.modern-contact-form-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.modern-contact-form-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Modern Form Inputs */
.modern-contact-form-card .form-control {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    padding: 14px 18px !important;
    transition: all 0.3s ease !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 15px !important;
    text-align: left !important;
    line-height: 1.5 !important;
}

.modern-contact-form-card .form-control:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
    color: #ffffff !important;
    outline: none !important;
}

.modern-contact-form-card .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    text-align: left !important;
    opacity: 1 !important;
}

.modern-contact-form-card .material-style {
    position: relative;
    margin-bottom: 0;
}

.modern-contact-form-card .material-style label {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px !important;
    position: absolute;
    left: 18px;
    top: 14px;
    pointer-events: none;
    transition: all 0.3s ease;
    background: transparent;
}

.modern-contact-form-card .material-style input:focus + label,
.modern-contact-form-card .material-style input:not(:placeholder-shown) + label {
    top: -8px;
    left: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 6px;
    border-radius: 4px;
}

.modern-contact-form-card textarea.form-control {
    min-height: 150px;
    resize: vertical;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.modern-contact-form-card textarea.form-control::placeholder {
    text-align: left !important;
    vertical-align: top !important;
}

.modern-contact-form-card select.form-control {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

/* Modern Vimeo Video Section */
.modern-videos-section {
    margin-top: 40px;
    margin-bottom: 60px;
}

.modern-videos-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.modern-videos-title i {
    color: #dc3545;
    font-size: 32px;
}

.modern-video-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 15px;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.modern-video-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.2);
}

.vimeo-video-wrapper {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.vimeo-video-wrapper > div {
    border-radius: 15px;
    overflow: hidden;
}

.vimeo-video-wrapper iframe {
    border-radius: 15px;
}

.modern-contact-form-card select.form-control option {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

.modern-contact-form-card textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

/* Modern Submit Button */
.modern-submit-btn {
    border-radius: 12px !important;
    padding: 12px 40px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3) !important;
}

.modern-submit-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4) !important;
}

.modern-submit-btn i {
    font-size: 16px;
}

/* Modern Branch Section (Image + Content Layout) */
.modern-branch-section {
    margin-top: 40px;
}

.branch-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.branch-image-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.branch-main-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.branch-content-wrapper {
    padding: 30px;
}

.branch-subtitle {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.branch-main-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.branch-description {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin-bottom: 30px;
}

.branch-contact-info {
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item i {
    color: #dc3545;
    font-size: 18px;
    min-width: 24px;
    margin-right: 15px;
    margin-top: 2px;
}

.contact-item span,
.contact-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    flex: 1;
}

.contact-item a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.branch-detail-btn {
    background: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: #ffffff !important;
    padding: 12px 30px !important;
    border-radius: 8px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.branch-detail-btn:hover {
    background: #138496 !important;
    border-color: #117a8b !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(23, 162, 184, 0.3);
    color: #ffffff !important;
    text-decoration: none !important;
}

.google-map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Responsive İyileştirmeler */
@media only screen and (max-width: 991px) {
    .modern-section-title-contact {
        font-size: 28px;
    }
    
    .modern-section-title-contact i {
        font-size: 24px;
    }
    
    .modern-intro-text {
        font-size: 15px;
    }
    
    .branch-content-wrapper {
        padding: 20px;
    }
    
    .branch-main-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .modern-contact-intro {
        padding: 15px 0;
    }
    
    .modern-section-title-contact {
        font-size: 24px;
    }
    
    .modern-section-title-contact i {
        font-size: 20px;
        margin-right: 8px !important;
    }
    
    .modern-intro-text {
        font-size: 14px;
    }
    
    .modern-contact-form-card {
        border-radius: 16px;
    }
    
    .branch-content-wrapper {
        padding: 20px 15px;
    }
    
    .branch-subtitle {
        font-size: 12px;
    }
    
    .branch-main-title {
        font-size: 24px;
    }
    
    .branch-description {
        font-size: 14px;
    }
    
    .contact-item {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .contact-item i {
        font-size: 16px;
        min-width: 20px;
        margin-right: 12px;
    }
    
    .google-map-wrapper iframe {
        height: 350px !important;
    }
    
    .modern-submit-btn {
        padding: 10px 30px !important;
        font-size: 14px !important;
    }
    
    .branch-detail-btn {
        padding: 10px 25px !important;
        font-size: 14px !important;
    }
}