/* CSS Index
-----------------------------------
Game-institute Complet CSS

*/


html,
body {
    max-width: 100%;
    overflow-x: hidden;
      scroll-behavior: smooth;
}

/* #### Generated By: http://www.cufonfonts.com #### */

    @font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'), url('../fonts/Poppins-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Italic'), url('../fonts/Poppins-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Thin'), url('../fonts/Poppins-Thin.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Thin Italic'), url('../fonts/Poppins-ThinItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraLight'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraLight Italic'), url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Light'), url('../fonts/Poppins-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Light Italic'), url('../fonts/Poppins-LightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Medium'), url('../fonts/Poppins-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Medium Italic'), url('../fonts/Poppins-MediumItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins SemiBold'), url('../fonts/Poppins-SemiBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins SemiBold Italic'), url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold'), url('../fonts/Poppins-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold Italic'), url('../fonts/Poppins-BoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraBold'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraBold Italic'), url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Black';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Black'), url('../fonts/Poppins-Black.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Black Italic'), url('../fonts/Poppins-BlackItalic.woff') format('woff');
    }


/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Oxanium:400,500,600,700,800|Poppins:400,400i,500,500i,600,600i,700&display=swap');

@font-face {
    font-family: 'grinddemolished';
    src: url('../fonts/grind_demolished-webfont.woff2') format('woff2'),
        url('../fonts/grind_demolished-webfont.woff') format('woff'),
        url('../fonts/321impact.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Oxanium';
    src: url('../fonts/Oxanium-Bold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Poppins' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
    color: #d4d4d4;
}
.menu-style-two .navbar-wrap ul li a {
    padding: 15px 23px;
        font-family: 'Oxanium' , cursive !important;
}

.logo{
    width: 250px;
    padding-top: 20px;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #2B96CC;
    text-decoration: none;
}

a,
button {
    color: #1696e7;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oxanium', cursive;
    color: #fff;
    margin-top: 0px;
    font-style: normal;
    font-weight: 800;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    color: #adadad;
    padding-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.pb-1x {
    padding-bottom: 10px !important;
}
.pt-1x {
    padding-top: 10px !important;
}


*::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}

/* button style */
.btn {
    -moz-user-select: none;
    border: medium none;
    border-radius: 5px;
    color: #1c1121;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 44px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.btn:hover {
    color: #1c1121;
}

/*.btn::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: -5px;*/
/*	background-image: url(../img/images/btn_overlay.png);*/
/*	width: 100%;*/
/*	height: 55px;*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	border-radius: 5px;*/
/*	z-index: -1;*/
/*	transition: .3s linear;*/
/*}*/
.btn:hover::before {
    bottom: 0;
}

.btn i {
    margin-right: 5px;
}

.btn.transparent-btn {
    border: 2px solid #9f999d;
    background: transparent;
    color: #fff;
}

.btn.transparent-btn:hover {
    border: 2px solid #e30613;
    color: #1c1121;
}

.btn.transparent-btn::before {
    display: none;
}

.btn.btn-style-two {
    background: transparent;
    padding: 20px 35px;
    margin: 80px 8px;
}

.btn.btn-style-two::before {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    height: 100%;
    width: 5px;
    transform: skewX(-16deg);
    z-index: 1;
    opacity: 1;
    background-image: none;
    bottom: 0;
    border-radius: 0;
    left: auto;
    background-color: #e30613;
}

.btn.btn-style-two::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-16deg);
    z-index: -1;
    opacity: 1;
    background-image: none;
    bottom: 0;
    border-radius: 0;
    left: auto;
    background-color: #e30613;
}

.btn.btn-style-two:hover::before {
    right: 0;
}

.breadcrumb>.active {
    color: #888;
}
.accessories-content p {
    color: white !important;
}

/* scrollUp */
#scrollUp {
    background: #e30613;
    height: 40px;
    width: 40px;
    right: 50px;
    bottom: 50px;
    color: #1c1121;
    text-align: center;
    border-radius: 0;
    font-size: 22px;
    line-height: 38px;
}

#scrollUp:hover {
    background: #444;
    color: #fff;
}


/* 2. Header */
.header-top-area {
    background: #1c1121;
}

.container-full-padding {

    padding: 110px 260px;
}

.s-container-full-padding {
    padding: 0 230px;
}

.header-top-offer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top-offer p,
.time-count {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: #a5a5a5;
}

.header-top-offer .time-count {
    display: none;
}

.header-top-offer .time-count:first-child {
    display: block;
}

.header-top-offer .time-count>span {
    display: inline-block;
    padding: 16px 25px;
    font-weight: 900;
    font-size: 18px;
    color: #1c1121;
    position: relative;
    z-index: 1;
}

.header-top-offer .time-count>span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/images/offer_count_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-social ul {
    display: flex;
    flex-wrap: wrap;
}

.header-social ul li {
    margin-left: 15px;
    display: inline-block;
}

.header-social ul li:first-child {
    margin-left: 0;
}

.header-social ul li a {
    color: #b4b0b5;
    font-size: 13px;
}

.header-social ul li a:hover,
.header-top-mail p span,
.header-top-mail p i,
.header-action ul li.header-search a,
ul.minicart .cart-content a:hover,
.navbar-wrap ul li .submenu li.active>a,
.navbar-wrap ul li .submenu>li:hover>a,
.minicart .del-icon>a,
#search-modal .modal-dialog .modal-content form button,
.slider-content h6,
.slider-content h2 span,
.section-title h2 span,
.latest-games-content h4 a:hover,
.latest-games-content h4 span,
.latest-games-content p span,
.latest-games-active.owl-carousel .owl-nav button:hover,
.product-active .slick-arrow:hover,
.testimonial-active.owl-carousel .owl-nav button:hover,
.match-team-name a:hover,
.coming-match-info h5 span,
.tournament-schedule-content h3 span,
.tournament-schedule-content h3 a:hover,
.coming-match-time .time-count span,
.tournament-menu button.active,
.tournament-schedule-meta h5 span,
.tournament-schedule-meta a,
.product-content h4 a:hover,
.blog-post-content h5 a:hover,
.product-price h5,
.product-cart-action a,
.blog-meta ul li i,
.testi-avatar-info span,
.features-item .features-list-content .product-tag a,
.features-list-content h6 a:hover,
.newsletter-form-grp i,
.newsletter-form button:hover,
.fw-link ul li a:hover,
.copyright-text p a {
    color: #e30613;
}

.header-top-action ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-top-mail p {
    margin-bottom: 0;
    font-size: 12px;
    color: #bcbcbc;
}

.header-top-mail p a {
    color: #bcbcbc;
}

.header-top-action {
    margin-left: 20px;
}

.header-top-action ul li:last-child {
    margin-left: 15px;
    overflow: hidden;
}

.header-top-mail p span {
    display: inline-block;
    margin-right: 15px;
}

.header-top-mail p i {
    margin-right: 10px;
}

.header-user-login>a {
    display: block;
    background: #181719;
    color: #edeaea;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0 0 2px 2px;
    height: 35px;
    line-height: 35px;
    padding: 0 18px 0 0;
    border-top: 1px solid #e30613;
}

.header-user-login>a i {
    display: inline-block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
    color: #1c1121;
}

.main-header {
    background-image: url(../img/bg/header_bg.jpg);
    background-position: right center;
    background-size: cover;
    position: relative;
}

.main-menu nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.navbar-wrap {
    display: flex;
    flex-grow: 1;
}

.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
}

.navbar-wrap ul li {
    position: relative;
}

.navbar-wrap ul li a {
    font-size: 18px;

    text-transform: uppercase;
    color: #edeaea;
    padding: 43px 26px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;

    font-style: italic;
}

.navbar-wrap ul li.show a::before,
.navbar-wrap ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-10deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

.navbar-wrap ul li.show a::after,
.navbar-wrap ul li.active a::after,
.navbar-wrap ul li:hover>a::after {
    content: "";
    position: absolute;
    height: 3px;
    background: #e30613;
    right: 40px;
    left: 0;
    bottom: 0;
}

.navbar-wrap ul li:hover>a {
    color: #1c1121;
}

.navbar-wrap ul li.show,
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li:hover>a::before {
    opacity: 1;
}

.navbar-wrap ul li.show>a {
    color: white;
}

.navbar-wrap ul li.active>a::before {
    opacity: 1;
}

.header-action>ul {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.header-action>ul li {
    position: relative;
    margin-left: 40px;
}

.header-action ul li:first-child {
    margin-left: 0;
}

.header-action ul li a {
    color: #edeaea;
    font-size: 14px;
}

.header-shop-cart a span {
    position: absolute;
    right: -13px;
    top: -2px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    color: #1c1121;
}

.header-action ul li.header-search a {
    width: 56px;
    height: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    background: #111111;
    border-radius: 5px;
    font-size: 13px;
    box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2), inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
}

.header-shop-cart ul.minicart {
    background: #1c1121;
    opacity: 0;
    padding: 25px;
    position: absolute;
    right: -15px;
    top: 63px;
    transition: all 0.5s ease 0s;
    width: 350px;
    z-index: 9;
    box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
    visibility: hidden;
    transform: translateY(20px);
}

.header-shop-cart ul.minicart::before {
    position: absolute;
    content: '';
    left: 0px;
    top: -40px;
    width: 100%;
    height: 45px;
    display: block;
}

.header-shop-cart:hover ul.minicart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    z-index: 9;
}

.header-shop-cart .minicart>li {
    display: block;
    margin-bottom: 22px;
    margin-left: 0;
    overflow: hidden;
    padding: 0;
}

.header-shop-cart .minicart .cart-img {
    float: left;
}

ul.minicart .cart-img img {
    width: 100px;
}

.header-shop-cart .minicart .cart-content {
    float: left;
    padding-left: 15px;
    text-align: left;
    padding-right: 25px;
}

.cart-content h4 {
    color: #fff;
    font-family: 'Poppins';
    font-size: 20px;
}

ul.minicart .cart-content a {
    font-size: 14px;
    background: none;
    font-weight: 600;
}

ul.minicart .cart-price span {
    color: #747691;
    font-size: 13px;
    font-weight: 500;
}

ul.minicart .cart-price .new {
    font-size: 14px;
    color: #a5a5a5;
}

.header-shop-cart .minicart .del-icon {
    float: right;
    margin-top: 30px;
}

.minicart .del-icon>a {
    font-size: 18px;
}
.centeredde img {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
		margin-top: -250px;    
    /*margin-top: -100px;*/
}

.total-price {
    border-top: 1px solid #473151;
    overflow: hidden;
    padding-top: 25px;
    margin-top: 10px;
}

.total-price span {
    color: #a5a5a5;
    font-weight: 500;
}

.header-shop-cart .minicart>li:last-child {
    margin-bottom: 0;
}

.header-shop-cart .minicart .checkout-link a {
    color: #1c1121;
    display: block;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header-shop-cart .minicart .checkout-link a.red-color {
    background: #291b35;
    color: #fff;
}

.menu-style-two .navbar-wrap ul li.show a::after,
.menu-style-two .navbar-wrap ul li:hover>a::after {
    display: none;
}

.menu-style-two {
 
    border-radius: 0 0 14px 14px;

    background-position: right center;
    background-size: cover;
    position: relative;
}

.transparent-header {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: auto;
    z-index: 9;
}

.s-header-top-area .header-top-offer .time-count>span {
    padding: 9px 25px;
}

.menu-style-two .navbar-wrap ul li a {
    padding: 15px 23px;
}

.menu-style-two .navbar-wrap ul li.show a::before,
.menu-style-two .navbar-wrap ul li a::before {
    transform: skewX(-16deg);
    transition: .3s linear;
}

.s-header-top-area {
    background: #131014;
}

.navbar-wrap ul li>.submenu {
    position: absolute;
    z-index: 9;
    background-color: #fff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    display: block;
    left: -9px;
    opacity: 0;
    padding: 18px 0;
    right: 0;
    top: 100%;
    visibility: hidden;
    min-width: 230px;
    border: 1px solid #3a2746;
    background: #1c1421;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    margin: 0;
    border-radius: 2px;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li>.submenu li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.navbar-wrap ul li>.submenu li a {
    padding: 0 10px 0 25px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.navbar-wrap ul li>.submenu li a::before,
.navbar-wrap ul li>.submenu li a::after {
    display: none;
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 99;
    background-image: url(../img/bg/header_bg.jpg);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}


.t-header-top-area .header-top-social ul {
    display: flex;
    align-items: center;
}

.t-header-top-area .header-top-social ul li:first-child {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: 'Oxanium', cursive;
    line-height: 1;
    letter-spacing: 2px;
    margin-right: 5px;
}

.t-header-top-area .header-top-social ul li+li {
    margin-left: 10px;
}

.t-header-top-area .header-top-social ul li a {
    background-image: url(../img/bg/header_social_bg.jpg);
    display: block;
    width: 38px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
    color: #ff4800;
    font-size: 12px;
}

.t-header-top-area .header-top-login ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.t-header-top-area .header-top-login ul li.or {
    margin: 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oxanium', cursive;
}

.t-header-top-area .header-top-login ul li a {
    display: block;
    background: #23262d;
    text-transform: uppercase;
    color: #cfcdcd;
    font-weight: 700;
    font-size: 11px;
    font-family: 'Oxanium', cursive;
    padding: 2px 23px 2px 7px;
    border-top: 2px solid #2a2b37;
    border-bottom: 2px solid #2a2b37;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
}

.t-header-top-area .header-top-login ul li a i {
    width: 29px;
    height: 25px;
    box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2), inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
    text-align: center;
    line-height: 25px;
    background: #1d1e29;
    margin-right: 15px;
    color: #ff4800;
}

.t-header-top-area .header-top-login ul li a:hover {
    color: #ff4800;
}

.t-header-top-area {
    background: transparent;
    padding: 14px 0;
    border-bottom: 1px solid rgb(50 49 49 / .7);
}

.third-header-bg {
    position: relative;
    z-index: 9;
}

.third-header-bg .bg {
    background-image: url(../img/bg/h3_header_bg.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 129px;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.third-header-bg .menu-style-two {
    background-image: none;
    padding: 0;
}

.custom-container {
    max-width: 1330px;
}

.custom-container-two {
    max-width: 1430px;
}

.third-header-bg .navbar-wrap ul li.show a::before,
.third-header-bg .navbar-wrap ul li a::before {
    display: none;
}

.third-header-bg .navbar-wrap ul li.show>a,
.third-header-bg .navbar-wrap ul li:hover>a,
.third-header-bg .navbar-wrap ul li .submenu li.active>a,
.third-header-bg .navbar-wrap ul li .submenu li:hover>a,
.third-header-bg .header-action ul li.header-search a,
.third-header-bg #search-modal .modal-dialog .modal-content form button,
.third-banner-content h2 span,
.third-title-style h2 span,
.third-title-style .vertical-title {
    color: #ee5519;
}

.third-header-bg .menu-style-two .navbar-wrap>ul>li>a {
    padding: 35px 0;
}

.third-header-bg .menu-style-two .navbar-wrap>ul>li+li {
    margin-left: 42px;
}

.third-header-bg .navbar-wrap .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -62px;
    z-index: 9;
}

.third-header-bg .navbar-wrap ul.left {
    margin-left: 0;
    margin-right: auto;
}

.header-bottom-bg {
    background-image: url(../img/bg/header_bottom_bg.png);
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    width: 1499px;
    height: 28px;
    margin: 0 auto;
    z-index: -1;
}

.third-header-bg .header-action ul li.header-search a {
    background: #262831;
}

.third-header-bg .navbar-wrap ul li>.submenu {
    border: 1px solid #ee551945;
    background: #1c1f26;
}

.third-header-bg .header-action>ul {
    margin-left: 30px;
}

.third-header-bg .sticky-menu .navbar-wrap .logo {
    top: 0;
}

.third-header-bg .sticky-menu {
    background-image: url(../img/bg/h3_header_bg.jpg);
}

.header-style-four .header-top-area {
    background-image: url(../img/bg/fourth_header_top_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 22px 0;
}

.header-style-four .header-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-style-four .header-social span {
    color: #fff;
    font-family: 'Oxanium', cursive;
    font-weight: 700;
    margin-right: 15px;
}

.header-style-four .header-social ul li+li {
    margin-left: 8px;
    display: block;
}

.header-style-four .header-social ul li a {
    display: block;
    width: 35px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 3px 5.58px 0.42px rgba(33, 34, 47, 0.27);
    font-size: 12px;
    color: #e9a401;
    border: 1px solid rgb(40, 40, 46);
    background: rgb(51, 52, 66);
}

.header-style-four .menu-style-two {
    padding: 0;
    border-radius: 0;
    background-image: none;
    background-position: unset;
    background-size: cover;
    position: relative;
}

.header-four-wrap {
    background: #252634;
    border-top: 1px solid #1e1e2a;
    padding: 18px 0;
    position: relative;
}

.header-four-wrap .menu-style-two .navbar-wrap>ul>li>a {
    padding: 12px 23px;
}

.header-four-wrap .menu-style-two .navbar-wrap ul li.show a::before,
.header-four-wrap .menu-style-two .navbar-wrap ul li a::before {
    transform: skewX(-20deg);
}

.header-four-wrap .header-action ul li.header-search a {
    width: 52px;
    height: 46px;
    line-height: 46px;
    background: #252634;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 20%), inset 0px 3px 7px 0px rgb(0 0 0 / 40%);
}

.header-four-wrap .header-shop-cart ul.minicart {
    background: #252634;
    top: 53px;
}

.header-four-wrap .header-shop-cart .minicart .checkout-link a.red-color {
    background: #333442;
}

.header-four-wrap::before {
    content: "";
    position: absolute;
    width: 29%;
    background: #e9a401;
    height: 100%;
    top: 0;
    clip-path: polygon(0px 0px, 91% 0px, 100% 100%, 0% 100%);
}

.header-four-wrap.sticky-menu {
    position: fixed;
    border-top: none;
}

/* 3. Search modal */
#search-modal {
    background-color: rgba(23, 26, 33, .95);
}

#search-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    outline: 0;
    margin: 0;
}

#search-modal .modal-dialog .modal-content {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

#search-modal .modal-dialog .modal-content form {
    width: 555px;
    position: relative;
}

#search-modal .modal-dialog .modal-content form input {
    width: 100%;
    font-size: 36px;
    border: none;
    border-bottom: 3px solid rgba(255, 255, 255, .1);
    background: 0 0;
    color: #fff;
    padding-bottom: 12px;
    padding-right: 40px;
}

#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
    font-size: 35px;
}

#search-modal .modal-dialog .modal-content form input::placeholder {
    font-size: 35px;
}

#search-modal .modal-dialog .modal-content form button {
    position: absolute;
    right: 0;
    margin-bottom: 3px;
    font-size: 30px;
    background: 0 0;
    border: none;
    cursor: pointer;
    top: 11px;
}

.modal-backdrop {
    z-index: 1;
}

.modal-open .header-top {
    z-index: 2;
}

.btn,
.header-user-login>a i,
.navbar-wrap ul li a::before,
.header-shop-cart a span,
.header-shop-cart .minicart .checkout-link a,
.lg-tag a::before,
.product-content .product-tag a::before,
.tournament-menu button::before,
.tournament-schedule-meta a:hover,
.product-cart-action a:hover,
.newsletter-form button,
.footer-newsletter button,
.transparent-btn:hover,
.fw-title h5::before,
.features-item .product-tag a::before,
.shop-area.black-bg .product-cart-action a:hover,
.latest-match-box .tournament-schedule-meta a:hover,
.features-item .features-list-content .product-tag a:hover::before {
    background: #00c5ff;
}

/* 4. Breadcrumb */
.breadcrumb-bg {
  padding-bottom: 150px;
    background-position: center;
    background: black;
        height: 230px;
}

.breadcrumb-bg2 {
    background-image: url(../img/images/cer-bg.jpg);
    padding-top: 275px;
    padding-bottom: 825px;
    background-position: top;
    background-size: cover;
}
section.certi-bg-covr {
    background: url(../img/images/cer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
}
.s-breadcrumb-bg {
    background-image: url(../img/bg/breadcrumb_bg02.jpg);
}

.third-breadcrumb-bg {
    background-image: url(../img/bg/breadcrumb_bg03.jpg);
}

.breadcrumb-content h2 {
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: .8;
}

.breadcrumb-content .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
}

.breadcrumb-content .breadcrumb li {
    text-transform: uppercase;
    font-weight: 600;
    color: #00c5ff;
}

.breadcrumb-content h2 span {
    color: #f2a900;
}

.breadcrumb-content .breadcrumb li a {
    color: #fff;
}

.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff;
    content: "\f101";
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 12px;
}

.game-overview-breadcrumb .breadcrumb-content .breadcrumb {
    justify-content: flex-start;
    margin-bottom: 25px;
}

.game-overview-img {
    margin-left: -100px;
}

.game-overview-status ul li {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.game-overview-status ul li:last-child {
    margin-bottom: 0;
}

.game-overview-status {
    margin-bottom: 40px;
}

.game-overview-status ul li span {
    min-width: 115px;
    display: inline-block;
    color: #fff;
}

.game-overview-status ul li:first-child {
    color: #e9a301;
}

.game-overview-breadcrumb .breadcrumb-content h2 {
    margin-bottom: 36px;
}

.game-overview-breadcrumb.breadcrumb-bg {
    padding-top: 225px;
    padding-bottom: 120px;
}


/* 5. Slider */
.slider-bg {
    background-image: url(../img/slider/slider_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 260px 0;
}

.slider-content h6 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0 18px;
}

.slider-content h6::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 135px 5px 0;
    border-color: transparent #fff transparent transparent;
}

.slider-content h6::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 135px;
    border-color: transparent transparent transparent #fff;
}

.slider-content h2 {
    font-size: 100px;
    font-weight: 800;
    line-height: .9;
    margin-bottom: 12px;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.slider-content h2 .word1>span {
    color: #fff;
}

.slider-content p {
    font-weight: 600;
    color: #ededed;
    width: 73%;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 1.6;
}

.slider-style-two {
    background-image: url(../img/slider/slider_bg02.jpg);
    padding: 290px 0 190px;
    position: relative;
    z-index: 1;
    height: 1000px;

}

.slider-style-two .slider-content h6::before,
.slider-style-two .slider-content h6::after {
    display: none;
}

.slider-style-two .slider-content h2 {
    font-size: 60px;
    text-transform: capitalize;
    font-family: Poppins ExtraBold;
}

.slider-style-two .slider-content p {
    font-weight: 400;
    color: #dbdbdb;
    width: 80%;
    margin: 0 0 45px;
    font-size: 16px;
    line-height: 30px;
}

.slider-style-two .slider-content h6 {
    margin-bottom: 15px;
    display: block;
    padding: 0;
}

.slider-img {
    position: absolute;
    right: 135px;
    bottom: 0;
}

.slider-img.slider-img2 {
    right: 295px;
    z-index: -1;
}

.slider-circle-shape {
    position: absolute;
    right: 410px;
    bottom: 0;
    z-index: -2;
    opacity: .07;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1;
}

.slider-active .slick-next {
    right: 120px;
    left: auto;
}

.third-banner-bg {
    background-image: url(../img/slider/third_banner_bg.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 150px 0 130px;
    margin-top: -20px;
}

.rotated-btn {
    font-size: 16px;
    background: #ff5917;
    border-radius: 0;
    color: #fff;
    padding: 19px 31px;
    margin-left: 17px;
    margin-right: 17px;
}

.rotated-btn:hover {
    color: #fff;
}

.rotated-btn::before {
    background-image: none;
    bottom: 0;
    border-radius: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 54px solid #ff5917;
    left: -17px;
    border-left: 17px solid transparent;
    transition: all 0.3s ease 0s;
}

.rotated-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-radius: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 54px solid #ff5917;
    right: -17px;
    border-right: 17px solid transparent;
    transition: all 0.3s ease 0s;
}

.rotated-btn:hover {
    background: #2a2a32;
}

.rotated-btn:hover::before {
    border-top-color: #2a2a32;
}

.rotated-btn:hover::after {
    border-top-color: #2a2a32;
}

.third-banner-content h2 {
    font-size: 120px;
    text-transform: uppercase;
    line-height: .8;
    font-family: 'grinddemolished';
    font-weight: normal;
    margin-bottom: 14px;
}


.third-banner-content h6 {
    text-transform: uppercase;
    font-family: 'grinddemolished';
    font-weight: normal;
    letter-spacing: 10px;
    line-height: 1.6;
    font-size: 20px;
    margin-bottom: 30px;
}

.third-banner-img {
    text-align: center;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
}

.third-banner-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 20px;
    width: 1065px;
    background: #ee5519;
    margin: 0 auto;
    right: 0;
    opacity: .35;
}

.third-banner-content {
    position: relative;
    z-index: 1;
}

.home-four-slider .slider-bg {
    background-image: url(../img/slider/fourth_banner_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 205px 0 205px;
}

.home-four-slider .custom-container-two {
    position: relative;
}

.home-four-slider .slider-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    bottom: auto;
}

/* 6. Brand */
.brand-bg {
    background-image: url(../img/bg/brand_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

.brand-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.brand-item img {
    display: inline-block;
    width: 100%;
    filter: grayscale(1);
}

.slick-slide:focus {
    outline: none;
}

.t-brand-bg {
    background: #131418;
    padding: 80px 0;
}

.t-brand-item {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-brand-item img {
    max-width: 100%;
}

.home-four-brand.brand-bg {
    background-image: url(../img/bg/s_brand_bg.jpg);
}

/* area-bg */
.area-bg-one {
    background-image: url(../img/bg/area_bg01.jpg);
    background-position: center;
    background-size: cover;
}

.area-bg-two {
    background-image: url(../img/bg/area_bg02.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 55px;
}

.home-four-area-bg {
    position: relative;
}

.home-four-area-bg .bg {
    background-image: url(../img/bg/home_four_area_bg.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1390px;
    background-position: bottom center;
    background-size: cover;
}

/* 7. Product-area */
.section-title>span {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    color: #c8c8c8;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: -2px;
}

.latest-games-items {
    position: relative;
    box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.35);
}

.latest-games-thumb img {
    width: 100%;
}

.latest-games-content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(23, 13, 28, 0.929);
    box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.35);
    width: 100%;
    padding: 35px 30px;
    z-index: 1;
}

.lg-tag {
    position: absolute;
    left: 30px;
    top: -30px;
    z-index: 1;
}

.lg-tag a,
.product-content .product-tag a,
.features-item .product-tag a {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1c1121;
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 20px;
}

.lg-tag a::before,
.product-content .product-tag a::before,
.features-item .product-tag a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-10deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.latest-games-content h4 {
    font-size: 22px;
    margin-bottom: 13px;
    line-height: 1;
}

.latest-games-content p {
    line-height: 1;
    margin-bottom: 0;
    color: #c9c9c9;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
}

.latest-games-active.owl-carousel .owl-nav,
.testimonial-active.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -85px;
    z-index: 1;
}

.latest-games-active.owl-carousel .owl-nav button,
.testimonial-active.owl-carousel .owl-nav button {
    width: 37px;
    height: 33px;
    color: #bebac0;
    border: 3px solid #bebac0;
    display: inline-block;
    transition: .3s linear;
}

.latest-games-active.owl-carousel .owl-nav button.owl-next,
.testimonial-active.owl-carousel .owl-nav button.owl-next {
    margin-left: 10px;
}

.latest-games-active.owl-carousel .owl-nav button:hover,
.product-active .slick-arrow:hover,
.testimonial-active.owl-carousel .owl-nav button:hover {
    border-color: #e30613;
}

.home-four-title h2 {
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 0;
}

.home-four-title.black-title h2 {
    color: #1c1121;
}

.home-four-latest-games .latest-games-content h4 {
    font-size: 20px;
    text-transform: uppercase;
}

/* 8. About-us */
.about-img {
    padding: 15px;
    background-color: rgba(245, 58, 7, 0);
    box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.23);
    position: relative;
}

.about-img>img {
    width: 100%;
    box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.23);
    border-radius: 6px;
}

.about-img .popup-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.title-style-two,
.title-style-three {
    padding-bottom: 35px;
    position: relative;
}

/*.title-style-two::before,
.title-style-three::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/images/title_bar.png);
	width: 270px;
	height: 13px;
	background-repeat: no-repeat;
}*/
/*.title-style-three::before {
	background-image: url(../img/images/title_bar02.png);
}*/
.title-style-three h2 {
    color: #1c1121;
    font-size: 45px;
    margin-bottom: 10px;
}

.title-style-three p {
    color: #6c6c6c;
    margin-bottom: 0;
}

.about-content {
    padding-right: 70px;
}

.about-content p:first-child {
    margin-bottom: 20px;
}

.about-content p:nth-child(2) {
    margin-bottom: 55px;
}

.inner-about-area .title-style-three {
    padding-bottom: 30px;
}

.inner-about-area .title-style-three h2 {
    margin-bottom: 0;
}

.inner-about-content h5 {
    font-size: 30px;
    color: #00c5ff;
    margin-bottom: 20px;
}

p.sec4-p {
    margin-left: 115px;
    color: white !important;
}

.inner-about-content p {
    color: #6c6c6c;
    margin-bottom: 12px;
}

.inner-about-content p:nth-child(3) {
    margin-bottom: 35px;
}

.inner-about-img img {
    margin-left: 115px;
    border-radius: 10px;
}

.inner-about-img img:nth-child(2) {
    margin-left: 10px;
    margin-top: -315px;
    box-shadow: 0px 2px 21px 0px rgba(17, 8, 23, 0.1);
    border-radius: 10px;
}

.inner-about-img img:nth-child(3) {
    margin-top: -200px;
    margin-left: -65px;
    border-radius: 4px;
}

.inner-about-area {
    position: relative;
    /*padding-bottom: 120px;*/
    padding-top: 105px;
}

.inner-about-shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.third-about-bg {
    background-image: url(../img/bg/third_about_bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.third-about-img .shadow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.third-title-style h2 {
    font-family: 'grinddemolished';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 17px;
    letter-spacing: -1px;
}

.third-title-style .inner {
    padding-left: 45px;
    position: relative;
    margin-bottom: 45px;
}

.third-title-style .vertical-title {
    font-family: 'grinddemolished';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    transform: rotate(-90deg);
    left: -50px;
    margin-bottom: 0;
    top: 65px;
}

.third-title-style .inner p {
    font-size: 16px;
    margin-bottom: 0;
}

.my-info-box {
    text-align: center;
}

.third-section-title h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'grinddemolished';
    font-weight: normal;
    margin-bottom: 0;
}

.third-section-title h2 span {
    color: #ff5917;
}

.third-section-title {
    padding-bottom: 25px;
    position: relative;
}

.third-section-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/images/section_line.png);
    width: 120px;
    height: 8px;
    margin: 0 auto;
}

.my-info-box {
    text-align: center;
    background: #18191f;
    box-shadow: 0px 3px 24px 0px rgba(55, 17, 2, 0.52);
    position: relative;
}

.my-info-box-top {
    background-image: url(../img/bg/my_info_box_bg.png);
    min-height: 48px;
    width: 100%;
    background-position: center;
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: -7px;
}

.my-info-box-top h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #dcdcdc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poppins', sans-serif;
    transition: .3s linear;
}

.my-info-box-content {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 30px;
}

.mt-award img {
    max-width: 100%;
}

.my-info-box-top .info-box-top-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s linear;
    opacity: 0;
    z-index: -1;
}

.my-info-box:hover .my-info-box-top .info-box-top-hover {
    opacity: 1;
}

.my-info-box:hover .my-info-box-top h6 {
    color: #fff;
}

.my-info-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.my-info-social ul li {
    margin: 5px 6px;
}

.my-info-social ul li a {
    display: block;
    background: #202020;
    padding: 10px 20px;
    line-height: 1;
    color: #d3d3d3;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
}

.my-info-social ul li a i {
    margin-right: 5px;
    color: #ff5917;
    font-weight: 400;
}

.my-clan-wrap {
    display: flex;
    align-items: center;
}

.clan-logo {
    margin-right: 20px;
}

.my-clan-info {
    text-align: left;
}

.my-clan-info h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'grinddemolished';
    font-weight: normal;
    line-height: 1;
    margin-bottom: 8px;
}

.my-clan-info>span {
    display: block;
    text-transform: uppercase;
    color: #dcdcdc;
    font-size: 12px;
    font-weight: 700;
}

.my-clan-info h4 span {
    color: #ff5917;
}

/* Live-match */
.home-four-title.text-center h2 {
    position: relative;
}

.home-four-title.text-center h2::after {
    content: "";
    display: block;
    background-image: url(../img/images/title_bar04.png);
    width: 126px;
    height: 13px;
    margin: 17px auto 0;
}

.live-match-wrap {
    position: relative;
}

.live-match-wrap>img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0px 5px 12.09px 0.91px rgba(1, 31, 87, 0.19);
}

.live-match-wrap .popup-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.live-match-time>span {
    display: block;
    max-width: 264px;
    background: #e8a301;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 auto 80px;
}

.live-match-time .time {
    font-size: 70px;
    color: #1c1121;
    line-height: 1;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    padding: 0 50px;
    display: inline-block;
    position: relative;
}

.live-match-time .time::before,
.live-match-time .time::after {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 1px;
    background: #d3d1d1;
}

.live-match-time .time::after {
    right: -50px;
    left: auto;
}

.live-match-time .live-overlay-text {
    font-size: 378px;
    text-transform: uppercase;
    color: #f6f5f5;
    font-weight: 700;
    letter-spacing: -25px;
    position: absolute;
    top: 0;
    line-height: .8;
    margin-bottom: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.live-match-team {
    position: relative;
}

.live-match-team::before {
    content: "";
    position: absolute;
    background-image: url(../img/images/dots.png);
    width: 566px;
    height: 560px;
    right: 35px;
    top: -140px;
    z-index: -1;
}

.live-match-team.right::before {
    left: 35px;
    right: auto;
}

.live-match-team.right {
    text-align: right;
}

/* 9. Game Released */
.released-game-item {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 1px 13px 0px rgba(128, 18, 40, 0.1);
    position: relative;
    z-index: 1;
    padding: 20px 20px 20px;
    margin: 50px 0;
}
.responsive-iframe {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 515px;
}
.released-game-img {
    margin-right: 35px;
    position: relative;
    z-index: 2;
}

.released-game-item-bg {
    background-image: url(../img/bg/released_slide_bg.jpg);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: .05;
}

.released-game-rating {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.released-game-rating h5 {
    font-size: 16px;
    font-weight: 700;
    color: #413b43;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    margin-right: 10px;
}

.released-rating {
    display: flex;
    font-size: 14px;
    color: #e9a301;
    align-items: center;
}

.released-game-content h4 {
    margin-bottom: 30px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #1c1121;
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.released-game-content h4::before {
    content: "";
    background-image: url(../img/images/released_game_brush.png);
    position: absolute;
    right: -50px;
    top: 0;
    height: 100%;
    width: 324px;
    background-repeat: no-repeat;
    z-index: -1;
}

.released-game-content h4>span {
    color: #fff;
}

.released-game-list ul li {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #6c6c6c;
    margin-bottom: 10px;
}

.released-game-list ul li:last-child {
    margin-bottom: 0;
}

.released-game-list ul li span {
    color: #413b43;
    font-weight: 600;
    margin-right: 20px;
}

.released-game-content p {
    font-size: 14px;
    font-weight: 500;
    color: #6c6c6c;
    margin-bottom: 30px;
}

.released-game-content .btn {
    font-size: 14px;
    padding: 16px 26px;
}

.released-game-nav-item {
    margin: 10px 0;
}

.released-game-nav-item img {
    width: 100%;
    box-shadow: 0px 1px 13px 0px rgba(128, 18, 40, 0.1);
    cursor: pointer;
}

.released-game-active .slick-dots {
    position: absolute;
    left: 85px;
    bottom: 100px;
    z-index: 1;
    display: flex;
    align-items: center;
}

.released-game-active .slick-dots li {
    line-height: 0;
    margin: 0 15px;
}

.released-game-active .slick-dots li button {
    text-indent: -999999px;
    border: none;
    padding: 0;
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: .3s linear;
}

.released-game-active .slick-dots li button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 20px;
    border: 1px solid #e30613;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: .3s linear;
    opacity: 0;
}

.released-game-active .slick-dots li.slick-active button::before {
    opacity: 1;
}

.released-game-active .slick-dots li.slick-active button {
    background: #e30613;
}

/* 10. Game Manage */
.title-style-two.text-center::before,
.title-style-three.text-center::before {
    right: 0;
    margin: 0 auto;
}

.game-mange-bg {
    background-image: url(../img/bg/game_manage_bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.coming-match-team {
    display: flex;
    align-items: first baseline;
    justify-content: space-between;
    text-align: center;
    padding: 30px 35px 40px;
}

.coming-match-item {
    border-top: 5px solid #e30613;
    background-color: rgb(33, 19, 44);
    box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}

.match-team-name a {
    font-size: 14px;
    text-transform: uppercase;
    color: #d7d5d5;
    font-weight: 800;
    display: block;
    line-height: 1;
    margin-top: 20px;
}

.coming-match-status {
    margin: 0 25px;
}

.coming-match-info {
    padding: 35px 35px;
    text-align: center;
    background: #1b1024;
}

.coming-match-info h5,
.tournament-schedule-content h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.coming-match-info h5 span,
.tournament-schedule-content h3 span,
.tournament-schedule-content h3 a:hover {
    transition: .3s linear;
}

.match-rating i {
    font-size: 12px;
    color: #e30613;
}

.match-rating {
    line-height: 1;
}

.match-info-action .btn {
    font-size: 12px;
    padding: 17px 17px;
}

.match-info-action .btn::before {
    height: 100%;
    bottom: 0;
}

.match-info-action {
    margin-top: 30px;
}

.match-info-action .transparent-btn {
    padding: 15px 17px;
    margin-left: 25px;
}

.coming-match-time .coming-time {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #20132b;
    padding: 20px 35px;
}

.coming-match-time .time-count span {
    display: block;
    text-align: center;
    font-size: 19px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
}

.coming-match-time .time-count {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 22px;
    margin-right: 22px;
    position: relative;
}

.coming-match-time .time-count:last-child {
    padding-right: 0;
    margin-right: 0;
}

.coming-match-time .time-count::before {
    content: ":";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #5e5e5e;
    font-weight: 500;
}

.coming-match-time .time-count:last-child::before {
    display: none;
}

/* 11. Featured-Games */
.featured-game-item {
    box-shadow: 0px 1px 13px 0px rgba(12, 11, 15, 0.32);
    position: relative;
    z-index: 1;
}

.featured-game-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(233, 163, 1, 0.749);
    transition: .3s linear;
    opacity: 0;
}

.featured-game-thumb img {
    width: 100%;
}

.featured-game-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 35px;
    z-index: 1;
    transition: .3s linear;
}

.featured-game-icon {
    margin-bottom: 20px;
}

.featured-game-content h4 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.featured-game-content h4 span,
.featured-game-meta i {
    color: #e9a301;
}

.featured-game-content h4 a:hover {
    color: #fff;
}

.featured-game-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e3e3e3;
}

.featured-game-meta i {
    margin-right: 5px;
}

.featured-game-overlay-content {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    bottom: auto;
    opacity: 0;
}

.featured-game-overlay-content .featured-game-meta {
    justify-content: center;
    color: #fff;
}

.featured-game-overlay-content h4,
.featured-game-overlay-content h4 a:hover {
    color: #1c1121;
}

.featured-game-overlay-content h4 span,
.featured-game-overlay-content .featured-game-meta i {
    color: #fff;
}

.featured-game-item:hover .featured-game-content {
    opacity: 0;
    visibility: hidden;
}

.featured-game-item:hover .featured-game-overlay-content,
.featured-game-item:hover::before {
    opacity: 1;
    visibility: visible;
}

.featured-game-bg {
    background-image: url(../img/bg/featured_game_bg.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.featured-game-icon img {
    display: inline-block;
}

.featured-game-area .container-full {
    padding-left: 60px;
    padding-right: 60px;
}

.new-released-game-area .no-gutters [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.new-released-game-area {
    background: #f7f7f7;
}

/* 12. Cta */
.cta-bg {
    background-image: url(../img/images/small-baner.jpg);

    background-position: center;
    background-size: cover;

}

.cta-bg2 {
    background-image: url(../img/images/small-banner2.jpg);
    background-position: top;
    background-size: contain;

    background-repeat: no-repeat;
}

.cta-bg3 {
 background-image: url(../img/images/large-banner.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
        padding-top: 10rem;
    padding-bottom: 2rem;
}
.container.topyt {
    top: 10px;
    position: absolute;
    left: 65px;
}

.cta-bg4 {
    background-image: url(../img/images/small-banner4.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    top: -12px;
    position: relative;
    height: 525px;
}

.cta-bg5 {
    background-image: url(../img/images/small-banner5.jpg);
    background-position: right;
    background-size: inherit;
    background-repeat: no-repeat;
    top: -12px;
    position: relative;
}

.cta-content {
    padding: 0 50px;
}

.cta-content .section-title h2 {
    font-size: 50px;
    margin-bottom: 5px;
}


/* 13. Tournament */
.tournament-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: rgb(32, 19, 43);
    box-shadow: 0px 4px 5.58px 0.42px rgba(0, 0, 0, 0.13), inset 0px 1px 16px 0px rgba(228, 161, 1, 0.17);
    padding: 25px 30px;
}

.tournament-title h2 {
    font-size: 26px;
    letter-spacing: -1px;
}

.tournament-menu {
    display: flex;
    flex-wrap: wrap;
}

.tournament-menu button {
    font-size: 14px;
    border: none;
    background: transparent;
    padding: 0;
    color: #a0a0a0;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
    transition: .4s linear;
}

.tournament-menu button:first-child {
    margin-left: 0;
}

.tournament-menu button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    opacity: 0;
    transition: .4s linear;
}

.tournament-menu button.active::before {
    opacity: 1;
}

.tournament-area {
    background-color: rgb(27, 16, 36);
    box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}

.tournament-schedule-wrap {
    padding: 30px 30px 15px;
}

.tournament-schedule-item {
    display: flex;
    align-items: center;
    background: #23162e;
    padding: 37px 20px;
    justify-content: space-between;
    height: 100%;
}

.tournament-schedule-content {
    padding: 35px 35px;
    position: relative;
    background: #20132b;
    height: 100%;
}

.tournament-schedule-content h3 a:hover span {
    color: #fff;
}

.tournament-schedule-content p {
    margin-bottom: 0;
}

.tournament-schedule-meta {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.tournament-schedule-meta h5 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    color: #c9c9c9;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.tournament-schedule-meta h5 span {
    margin-left: 5px;
}

.tournament-schedule-meta a {
    display: block;
    border: 1px dashed #383838;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 12px 13px;
    line-height: 1;
    margin-left: 18px;
}

.tournament-schedule-meta a:hover {
    border: 1px solid #e30613;
    color: #1c1121;
}

.latest-match-bg {
    background-image: url(../img/bg/latest_match_bg.jpg);
    background-position: center;
    background-size: cover;
}

.latest-match-box {
    display: flex;
    align-items: center;
    background: #211e23;
    padding: 15px;
    box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}

.latest-match-box .tournament-schedule-content {
    padding: 41px 30px;
    background: #1c181e;
}

.latest-match-box .tournament-schedule-content p {
    font-size: 13px;
    line-height: 2;
    padding-right: 20px;
}

.latest-match-box .tournament-schedule-meta a {
    color: #d7d5d5;
    background: #222225;
}

.latest-match-box .tournament-schedule-meta a:hover {
    color: #1c1121;
}

.team-member-thumb {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.team-member-thumb img {
    width: 100%;
    transition: .3s linear;
}

.team-member-social {
    position: absolute;
    right: 20px;
    top: 30px;
    transform: translateX(30px);
    opacity: 0;
    transition: .3s linear;
}

.team-member-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e9a301;
    transition: .3s linear;
    opacity: 0;
}

.team-member-content h4 {
    font-size: 20px;
    color: #1c1121;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}

.team-member-box:hover .team-member-content h4 a {
    color: #e8a301;
}

.team-member-box:hover .team-member-thumb img {
    box-shadow: 0px 2px 21px 0px rgba(17, 8, 23, 0.16);
}

.team-member-box:hover .team-member-thumb::before {
    opacity: .9;
}

.team-member-box:hover .team-member-social {
    transform: translateX(0px);
    opacity: 1;
}

.team-member-content span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #6c6c6c;
}

.team-member-social ul li {
    display: block;
    margin-bottom: 13px;
}

.team-member-social ul li a {
    color: #fff;
    font-size: 15px;
}

.team-bg {
    background-image: url(../img/bg/third_team_bg.jpg);
    background-position: bottom center;
    background-size: cover;
    padding: 110px 0 90px;
}

.third-team-content {
    position: relative;
    padding: 20px 50px;
    z-index: 1;
}

.third-team-content .main-bg {
    background-image: url(../img/bg/team_content_bg.png);
    width: 302px;
    height: 93px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    top: -10px;
}

.third-team-content .hover-bg {
    background-image: url(../img/bg/team_content_hover_bg.png);
    width: 302px;
    height: 93px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    top: -10px;
    opacity: 0;
    transition: .3s linear;
}

.third-team-content h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    margin-bottom: 5px;
}

.third-team-content span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ff5917;
    transition: .3s linear;
}

.third-team-content h5 a:hover {
    color: #fff;
}

.third-team-item:hover .third-team-content .hover-bg {
    opacity: 1;
}

.third-team-item:hover .third-team-content span {
    color: #1f2026;
}

/* Game-gallery */
.game-gallery-area.position-relative {
    z-index: 1;
    padding: 120px 0 0;
    margin-bottom: -150px;
}

.game-gallery-bg {
    background-image: url(../img/bg/game_gallery_bg.png);
    background-position: top center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 715px;
    z-index: -1;
}

.game-gallery-item img {
    max-width: 100%;
    display: inline-block;
}

.game-gallery-item {
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
}

.game-gallery-active .slick-active.slick-center {
    margin-top: 0;
}

.game-gallery-active .slick-slide {
    margin-top: 80px;
    transition: .4s linear;
}

.game-gallery-area .slider-nav {
    max-width: 1080px;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-nav>span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #bebebe;
    cursor: pointer;
    transition: .3s linear;
}

.slider-nav>span.slick-next i {
    margin-left: 5px;
}

.slider-nav>span.slick-prev i {
    margin-right: 5px;
}

.slider-nav>span:hover {
    color: #ff5917;
}

/* 14. Just-gamers */
.just-gamers-bg {
    /*	background-image: url(../img/bg/just_gamer_bg.jpg);*/
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.just-gamers-bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    /*	background-image: url(../img/images/gamers_bg_conve01.png);*/
    width: 467px;
    height: 169px;
    margin: 0 auto;
    top: -4px;
    background-repeat: no-repeat;
    z-index: -1;
}

.just-gamers-bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../img/images/gamers_bg_conve02.png);
    width: 420px;
    height: 152px;
    margin: 0 auto;
    bottom: -20px;
    background-repeat: no-repeat;
    z-index: -1;
}

.title-style-three.white-title h2 {
    color: #fff;
}

.title-style-three.white-title p {
    color: #000000;

}

.title-style-three.white-title::before {
    background-image: url(../img/images/title_bar03.png);
}

.just-gamers-list ul li {
    margin-bottom: 40px;
    padding-right: 20px;
    overflow: hidden;
}

.just-gamers-list-icon {
    float: left;
    background-image: url(../img/bg/gamer_list_icon_bg.jpg);
    width: 97px;
    height: 97px;
    text-align: center;
    line-height: 85px;
    display: block;
    border: 6px solid #333240;
    margin-right: 25px;
    transition: .3s linear;
}

.just-gamers-list-content h5 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.just-gamers-list-content p {
    margin-bottom: 0;
}

.just-gamers-list ul li:hover .just-gamers-list-icon {
    border-color: #e9a301;
}

.just-gamers-list ul li:last-child {
    margin-bottom: 0;
}

.just-gamers-list-content {
    position: relative;
    top: 5px;
}

.just-gamers-img {
    position: absolute;
    width: 100%;
    top: -83px;
    right: 0;
}

.just-gamers-circle-shape {
    position: absolute;
    bottom: 215px;
    left: 145px;
    z-index: -1;
}

.just-gamers-circle-shape img:nth-child(2) {
    position: absolute;
    top: 46px;
    right: -67px;
}

.gamers-chart-shape {
    position: absolute;
    right: 0;
    top: 70px;
}

/* 15. Features */
.features-bg {
    background-image: url(../img/bg/features_bg.jpg);
    background-position: center;
    background-size: cover;
}

.features-item {
    border-radius: 10px;
    background-color: rgb(29, 18, 39);
    box-shadow: 0px 5px 27px 0px rgba(17, 8, 23, 0.2);
    padding: 45px 35px;
}

.features-item .product-tag a {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.features-head h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.features-head p {
    margin-bottom: 0;
}

.features-head .product-tag {
    margin-bottom: 20px;
}

.features-list-wrap ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 25px 0;
    position: relative;
}

.features-list-wrap ul li:last-child {
    padding-bottom: 0;
}

.features-list-wrap ul li::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 50%;
    background-color: rgb(39, 26, 48);
    box-shadow: 0px 2px 0px 0px rgba(17, 8, 23, 0.004);
}

.features-list-img img {
    border-radius: 6px;
}

.features-list-content .product-tag {
    margin-bottom: 15px;
}

.features-list-content h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.features-list-content h6 a {
    display: inline-block;
}

.features-list-content .product-tag a::before {
    background: #3a3042;
}

.features-item .features-list-content .product-tag a:hover {
    color: #1d1227;
}

.features-list-img {
    margin-left: 50px;
}

/* 16. Fact */
.fact-item {
    display: flex;
    align-items: first baseline;
    margin-bottom: 50px;
}

.fact-icon {
    margin-right: 20px;
}

.fact-content h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: .9;
    margin-bottom: 10px;
}

.fact-content>span {
    display: block;
    font-weight: 700;
    color: #dfdede;
}

/* 17. Shop */
.shop-item {
    background-color: rgb(31, 21, 40);
    box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.16);
}

.shop-item .product-thumb img {
    width: 100%;
}

.product-content {
    padding: 35px 25px 25px;
    position: relative;
}

.product-content .product-tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    z-index: 1;
}

.product-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-price h5 {
    margin-bottom: 0;
    font-size: 16px;
}

.product-cart-action a {
    background: #291b35;
    border: 1px solid #2c2135;
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 34px;
    border-radius: 4px;
    font-size: 13px;
}

.product-cart-action a:hover,
.shop-area.black-bg .product-cart-action a:hover {
    color: #1c1121;
    border-color: #e30613;
}

.product-active .slick-arrow {
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 33px;
    color: #bebac0;
    border: 3px solid #bebac0;
    display: inline-block;
    transition: .3s linear;
    background: transparent;
    cursor: pointer;
    z-index: 1;
}

.product-active .slick-arrow.slick-next {
    right: -70px;
    left: auto;
}

.product-active .slick-track {
    padding-bottom: 30px;
    padding-top: 30px;
}

.shop-area.black-bg .shop-item {
    background-color: #1e1b20;
}

.shop-area.black-bg .product-cart-action a {
    background: #1c1a1d;
    border: 1px solid #2c2135;
}

.shop-area.black-bg .product-active .slick-arrow {
    color: #6e6b6f;
    border: 3px solid #6e6b6f;
}

.shop-area.black-bg .product-active .slick-arrow:hover {
    color: #e30613;
    border-color: #e30613;
}

.accessories-thumb img {
    width: 100%;
}

.accessories-content {
    position: relative;
}

.accessories-content h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 5px;
}

.accessories-content h5 a:hover {
    color: #e90101;
}

.accessories-content span {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    transition: .3s linear;
}

.accessories-content .shop-add-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    font-weight: 500;
    color: #e90101;
}

.accessories-item:hover .accessories-content .shop-add-action {
    opacity: 1;
    visibility: visible;
}

.accessories-item:hover .accessories-content span {
    opacity: 0;
    visibility: hidden;
}

.home-four-shop-area {
    background-image: url(../img/bg/home_four_shop_bg.jpg);
    background-position: center;
    background-size: cover;
}

.home-four-shop-area .shop-item {
    background-color: #1e1b20;
}

.home-four-shop-area .product-cart-action a {
    background: #1c1a1d;
    border: 1px solid #3d2f48;
}

.home-four-shop-area .product-cart-action a:hover {
    background: #e9a301;
    border: 1px solid #e9a301;
}

.home-four-shop-area .product-content {
    padding: 40px 25px 25px;
}

h1.sech1-pricing1.cut {
    text-decoration: line-through;
    color: red;
}

.home-four-shop-area .product-content h4 {
    text-transform: uppercase;
}

.home-four-title p {
    margin-bottom: 0;
    margin-top: 20px;
}

/* 18. Upcoming-games */
.upcoming-game-item {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
    padding: 30px 25px 35px;
}

.uc-game-head-title>span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #e8a301;
    font-family: 'Oxanium', cursive;
    margin-bottom: 6px;
}

.uc-game-head-title h4 {
    font-size: 22px;
    color: #1c1121;
    text-transform: uppercase;
    margin-bottom: 0;
}

.uc-game-head-title h4 a:hover {
    color: #e9a301;
}

.upcoming-game-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.uc-game-head-title {
    margin-right: 50px;
}

.uc-game-price h5 {
    margin-bottom: 0;
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding: 6px 25px;
    margin-right: 7px;
}

.uc-game-price h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-20deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    background: #e30613;
    box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.upcoming-game-item p {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 24px;
    margin-bottom: 30px;
}

.upcoming-game-thumb {
    position: relative;
}

.upcoming-game-thumb img {
    width: 100%;
}

.upcoming-game-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e30613;
    opacity: 0;
    transition: .3s linear;
}

.upcoming-game-cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.upcoming-game-cart a.btn {
    border-color: #1c1121;
    color: #1c1121;
    font-size: 14px;
    padding: 13px 24px;
    transform: translateY(20px);
    transition: .4s linear;
    opacity: 0;
}

.upcoming-game-cart a.btn:hover {
    border-color: #fff;
    background: #fff;
    color: #1c1121;
}

.upcoming-game-item:hover .upcoming-game-thumb::before {
    opacity: .77;
}

.upcoming-game-item:hover .upcoming-game-cart a.btn {
    opacity: 1;
    transform: translateY(0px);
}

.upcoming-games-bg {
    background-image: url(../img/bg/upc_game_bg.jpg);
    background-position: center;
    background-size: cover;
}

.inner-about-padding {
    padding-bottom: 172px;
}

.game-single-content {
    box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 50px 40px;
    overflow: hidden;
}

.game-single-content .upcoming-game-head {
    display: block;
    margin-bottom: 35px;
}

.game-single-content .uc-game-head-title {
    margin-right: 0;
    margin-bottom: 25px;
}

.game-single-content .uc-game-head-title h4,
.game-single-title h4 {
    font-size: 24px;
    color: #1c1121;
    text-transform: uppercase;
    margin-bottom: 0;
}

.game-single-content .uc-game-head-title h4>span,
.game-single-title h4 span {
    color: #e8a301;
}

.game-single-content .uc-game-head-title>span {
    margin-bottom: 10px;
}

.game-single-content .uc-game-price h5 {
    display: inline-block;
    margin-left: 7px;
}

.game-single-content p {
    font-size: 14px;
    color: #6c6c6c;
    margin-bottom: 20px;
}

.game-single-content p>span {
    font-weight: 600;
    color: #1c1121;
}

.game-single-img img {
    width: 100%;
    margin-bottom: 30px;
}

.game-single-img {
    margin-top: 40px;
    margin-bottom: 5px;
}

.game-single-info ul li {
    color: #6c6c6c;
    font-size: 14px;
    display: block;
    padding-bottom: 18px;
    border-bottom: 1px solid #e6e5e4;
    margin-bottom: 16px;
}

.game-single-info ul li:last-child {
    margin-bottom: 0;
}

.game-single-info ul li span {
    font-size: 16px;
    font-weight: 600;
    color: #413f3f;
    margin-right: 40px;
}

.game-single-gallery img {
    width: 100%;
    margin-top: 30px;
}

.game-single-shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    z-index: -1;
}

/* 19. Game-overview */
.game-overview-content .upcoming-game-head {
    margin-bottom: 25px;
}

.overview-history-img img {
    width: 100%;
}

.overview-history-content {
    padding-right: 42px;
}

.overview-history-content p {
    margin-bottom: 35px;
}

.overview-history-list ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #e5e4e4;
    border-bottom: 1px solid #e5e4e4;
    margin-bottom: 10px;
}

.overview-history-list ul li:last-child {
    margin-bottom: 0;
}

.overview-list-thumb {
    margin-right: 20px;
}

.overview-list-content h4 {
    font-size: 16px;
    color: #1c1121;
    margin-bottom: 5px;
}

.overview-list-content h4 a:hover {
    color: #e9a301;
}

.overview-list-content span {
    display: block;
    font-size: 14px;
    color: #6c6c6c;
}

.overview-list-content {
    padding-right: 50px;
    margin-right: 30px;
    position: relative;
}

.overview-list-content::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background: #dadada;
    height: 60px;
    border-radius: 50%;
}

.overview-list-price h4 {
    font-size: 18px;
    color: #e9a301;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

/* Donation */
.donation-bg {
    background-image: url(../img/bg/donation_bg.jpg);
    background-position: center;
    background-size: cover;
}

.donation-wrap {
    padding: 0 80px;
}

.donation-content .third-title-style .vertical-title {
    left: -33px;
    top: 52px;
    letter-spacing: 2px;
}

/* 20. Blog */
.blog-post-wrap {
    background-color: rgb(27, 16, 36);
    box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
    padding: 30px;
}

.blog-style-one {
    display: flex;
    align-items: center;
    background-color: rgb(32, 19, 43);
    box-shadow: 0px 7px 7.44px 0.56px rgba(18, 18, 18, 0.16);
    margin-bottom: 15px;
}

.blog-style-one:last-child {
    margin-bottom: 0;
}

.blog-style-one .blog-post-content {
    padding: 18px 30px;
}

.blog-meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.blog-meta ul li {
    font-size: 14px;
    font-weight: 500;
    color: #9b9b9b;
    position: relative;
}

.blog-meta ul li i {
    margin-right: 5px;
}

.blog-meta ul li::after {
    content: "/";
    margin: 0 10px;
    color: #434344;
}

.blog-meta ul li:last-child::after {
    display: none;
}

.blog-style-one .blog-post-content h5 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.blog-style-one .blog-post-content p {
    margin-bottom: 0;
    font-style: italic;
}

.blog-style-one .blog-thumb img {
    width: 170px;
}

.blog-post-content h5 a {
    display: inline-block;
}

.blog-style-two .blog-thumb img {
    width: 100%;
    box-shadow: 0px 5px 10px 0px rgba(11, 11, 11, 0.14);
}

.blog-style-two .blog-post-content h4 {
    font-size: 22px;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-style-two .blog-post-content h4 a:hover {
    color: #e9a301;
}

.blog-style-two .blog-meta ul li,
.blog-style-two .blog-meta ul li a {
    font-size: 12px;
    color: #7f7a84;
    font-style: italic;
}

.blog-style-two .blog-meta ul {
    margin-bottom: 20px;
}

.blog-style-two .blog-post-content p {
    color: #6c6c6c;
    margin-bottom: 0;
}

.blog-list-post {
    box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
    background: #fff;
    margin-bottom: 50px;
}

.blog-list-post-thumb img {
    width: 100%;
}

.blog-list-post-content {
    padding: 40px;
}

.blog-list-post-tag a {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    padding: 14px 23px;
    position: relative;
    z-index: 1;
    margin-left: 7px;
}

.blog-list-post-tag a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-20deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    background: #e30613;
    box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-list-post-content h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #1c1121;
    margin-bottom: 10px;
}

.blog-list-post-content h2 a:hover {
    color: #e30613;
}

.blog-list-post-content .blog-meta ul {
    margin-bottom: 20px;
}

.blog-list-post-content .blog-meta ul li {
    text-transform: uppercase;
    font-size: 12px;
    color: #909090;
    display: inline-block;
}

.blog-list-post-content .blog-meta ul li a {
    font-weight: 500;
    color: #494949;
}

.blog-list-post-content p {
    font-size: 14px;
    color: #6c6c6c;
    margin-bottom: 0;
}

.blog-list-post-bottom ul {
    background: #252525;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 23px 40px 8px;
}

.blog-list-post-bottom ul li {
    display: inline-block;
    margin-bottom: 15px;
}

.blog-list-post-bottom ul li>a,
.blog-list-post-bottom ul li>span {
    font-size: 14px;
    text-transform: uppercase;
    color: #dcdada;
    font-family: 'Oxanium', cursive;
    font-weight: 800;
}

.blog-list-post-bottom ul li>span,
.blog-post-share {
    line-height: 1;
}

.blog-post-share {
    margin-top: -3px;
}

.blog-list-post-bottom ul li>a i {
    margin-left: 10px;
    color: #e30613;
}

.blog-list-post-bottom ul li:last-child {
    display: flex;
    align-items: center;
}

.blog-list-post-bottom ul li .blog-post-share a {
    font-size: 12px;
    color: #ffffff;
    margin-left: 15px;
}

.blog-list-post-bottom ul li a:hover {
    color: #e30613;
}

.blog-sidebar {
    background: #000000;
    margin-left: 20px;
    padding: 25px;
    margin-top: 20px;
    border-radius: 20px;
    margin-right: 30px;
}

.sidebar-about-thumb img {
    width: 100%;
    margin-bottom: 30px;
}

.sidebar-widget-title h4 {
    font-size: 22px;
    line-height: 1;
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.sidebar-widget-title h4 span {
    color: #e30613;
}

.sidebar-widget-title h4::before,
.sidebar-widget-title h4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 22px;
    background: #e30613;
}

.sidebar-widget-title h4::after {
    left: 7px;
    top: -4px;
}

.sidebar-about-content p {
    font-size: 14px;
    color: #a3a3a3;
    margin-bottom: 0;
}

.sidebar-search form {
    position: relative;
}

.sidebar-search form input {
    width: 100%;
    background: #1d1d1d;
    color: #fff;
    border: 1px solid #2b2b2b;
    padding: 15px 16px;
    font-size: 12px;
    padding-right: 50px;
    font-weight: 500;
}

.sidebar-search form input::placeholder {
    color: #909090;
    font-size: 12px;
}

.sidebar-search form button {
    position: absolute;
    right: 18px;
    font-size: 12px;
    padding: 0;
    background: none;
    border: none;
    color: #e9a301;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.sidebar-cat ul li {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #2e2e2e;
    margin-bottom: 10px;
}

.sidebar-cat ul li:last-child,
.rc-post-list ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}

.sidebar-cat ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #a3a3a3;
    display: inline-block;
}

.sidebar-cat ul li a:hover,
.rc-post-content h5 a:hover {
    color: #e9a301;
}

.rc-post-list ul li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #2e2e2e;
}

.rc-post-thumb {
    margin-right: 20px;
}

.rc-post-thumb img {
    border-radius: 6px;
}

.rc-post-content h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.rc-post-content span {
    font-size: 12px;
    color: #909090;
    display: block;
}

.sidebar-trending-match ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1d1d1d;
    border: 1px solid #2b2b2b;
    border-radius: 4px;
    padding: 17px 20px;
    position: relative;
}

.sidebar-trend-match-thumb {
    display: flex;
    height: 65px;
    align-items: center;
}

.sidebar-trend-match-action {
    font-size: 22px;
    font-weight: 800;
    font-family: 'Oxanium', cursive;
    display: flex;
    align-items: center;
}

.sidebar-trend-match-action span:last-child {
    color: #e30613;
}

.sidebar-trend-match-action span:nth-child(2) {
    color: #838383;
    margin: 0 20px;
}

.sidebar-trend-match-date {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    width: 140px;
    background: #252525;
    font-size: 12px;
    color: #909090;
    padding: 6px 14px;
    line-height: 1;
    border-radius: 4px;
}

.sidebar-tag-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-tag-list ul li {
    margin: 0 10px 10px 0px;
}

.sidebar-tag-list ul li a {
    display: block;
    background: #1d1d1d;
    color: #dcdada;
    text-transform: uppercase;
    border: 1px solid #2b2b2b;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Oxanium', cursive;
    line-height: 1;
    padding: 15px 20px;
}

.sidebar-tag-list ul li a:hover {
    color: #e30613;
}

.blog-details-wrap .blog-list-post-content {
    padding: 45px 35px;
}

.blog-details-img img {
    width: 100%;
}

.blog-details-wrap .blog-list-post-content h4 {
    font-size: 24px;
    color: #1c1121;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blog-details-wrap .blog-list-post-content p {
    margin-bottom: 30px;
}

.blog-details-img {
    margin-bottom: 30px;
}

.blog-details-wrap blockquote {
    margin: 30px 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #434243;
    font-weight: 700;
    line-height: 26px;
    padding-left: 20px;
    border-left: 4px solid #e30613;
}

.blog-details-list li {
    font-size: 14px;
    font-weight: 500;
    color: #434243;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.blog-details-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background-color: rgb(120, 119, 119);
    width: 6px;
    height: 6px;
}

.blog-details-list li:last-child {
    margin-bottom: 0;
}

.blog-details-list {
    margin-bottom: 30px;
}

.blog-details-wrap .blog-list-post-bottom ul {
    background: transparent;
    padding: 25px 0 0;
    border-top: 1px solid #ececec;
    margin-top: 60px;
}

.blog-details-wrap .blog-list-post-bottom ul li .blog-post-share a {
    color: #434243;
}

.blog-details-wrap .blog-list-post-bottom ul li>a {
    color: #6c6c6c;
    font-weight: 600;
    margin-left: 8px;
}

.blog-details-wrap .blog-list-post-bottom ul li>span {
    color: #434243;
}

.blog-details-wrap .blog-list-post-bottom ul li>i {
    color: #e30613;
    font-size: 12px;
    margin-right: 5px;
}

.blog-details-wrap .blog-list-post-bottom ul li>a:hover,
.blog-details-wrap .blog-list-post-bottom ul li .blog-post-share a:hover,
.comment-avatar-info h4 a:hover,
.community-post-content span a:hover {
    color: #e30613;
}

.sidebar-widget-title.blog-details-title h4 {
    font-size: 24px;
    color: #1c1121;
}

.blog-details-wrap {
    margin-bottom: 75px;
}

.blog-comment ul li {
    box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
    background: #fff;
    margin-bottom: 10px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
}

.comment-avatar-thumb {
    margin-right: 25px;
}

.comment-avatar-thumb img {
    border-radius: 6px;
}

.comment-avatar-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 13px;
}

.comment-avatar-info h4 {
    font-size: 16px;
    color: #1c1121;
    text-transform: uppercase;
    margin-bottom: 0;
}

.comment-avatar-info h4 span {
    font-size: 12px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #6c6c6c;
    margin-left: 20px;
}

.comment-reply a {
    font-size: 12px;
    color: #e30613;
}

.comment-text p {
    font-size: 14px;
    color: #6c6c6c;
    margin-bottom: 0;
    padding-right: 50px;
    line-height: 24px;
}

.blog-comment ul li.comment-children {
    margin-left: 50px;
}

.comment-form textarea {
    width: 100%;
    padding: 20px 20px;
    border: none;
    margin-bottom: 20px;
    background: #f1f1f1;
    height: 160px;
    transition: .3s;
    font-size: 14px;
    font-weight: 500;
    color: #6c6c6c;
}

.comment-form input {
    width: 100%;
    padding: 19px 20px;
    border: none;
    margin-bottom: 20px;
    background: #f1f1f1;
    color: #6c6c6c;
    transition: .3s;
    font-size: 14px;
    font-weight: 500;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
    color: #989797;
}

.comment-form .btn {
    margin-top: 10px;
    padding: 20px 47px;
}

.comment-form .btn::before {
    display: none;
}

.comment-check-box input {
    width: auto;
    margin: 5px 10px 0 0;
}

.comment-check-box label {
    font-size: 13px;
    font-weight: 500;
    color: #939393;
    margin: 0;
    user-select: none;
}

.comment-check-box {
    display: flex;
    align-items: flex-start;
}

.home-four-title.black-title p {
    color: #6c6c6c;
}

.blog-thumb img {
    max-width: 100%;
}

.home-four-blog-post .blog-meta ul li::after {
    content: "-";
    margin: 0 10px;
    color: #a5a4a4;
}

.home-four-blog-post .blog-meta ul li {
    font-size: 12px;
    font-weight: 600;
    color: #a5a4a4;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.home-four-blog-post .blog-meta ul li a {
    color: #a5a4a4;
}

.home-four-blog-post .blog-post-content h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #282828;
    margin-bottom: 12px;
}

.home-four-blog-post .blog-post-content p {
    color: #6c6c6c;
    margin-bottom: 22px;
}

.home-four-blog-post .blog-post-content .read-more {
    text-transform: uppercase;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 700;
}

.home-four-blog-post .blog-post-content .read-more i {
    color: #e9a401;
    margin-left: 5px;
}

.home-four-blog-post .blog-post-content .read-more:hover,
.home-four-blog-post .blog-post-content h4 a:hover,
.home-four-blog-post .blog-meta ul li a:hover {
    color: #e9a401;
}

/* 21. Pagination */
.pagination-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pagination-wrap ul li {
    margin-right: 10px;
}

.pagination-wrap ul li a {
    display: block;
    background: #000000;
    color: #e30613;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    font-family: 'Poppins';
    padding: 16px 24px;
    margin-left: 50px;
    margin-bottom: 50px;
}

.pagination-wrap ul li a:hover {
    background: #e30613;
    color: #252525;
}

/* My match */
.my-match-bg {
    background-image: url(../img/bg/my_match_bg.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 190px;
}

.my-match-wrap {
    padding: 0 83px;
}

.my-match-box-wrap {
    position: relative;
    margin-top: -32px;
}

.my-match-box-wrap>img {
    max-width: 100%;
}

.my-match-box-wrap ul {
    display: flex;
    align-items: center;
    position: absolute;
    top: 80px;
    left: 120px;
    right: 100px;
}

.my-match-team {
    display: flex;
    align-items: center;
}

.my-match-box-wrap ul li:first-child {
    width: 400px;
    flex: 0 0 400px;
}

.my-match-box-wrap ul li:nth-child(2) {
    width: 350px;
    flex: 0 0 350px;
}

.my-match-box-wrap ul li:last-child {
    flex-grow: 1;
    text-align: right;
}

.my-match-team .vs {
    margin: 0 25px;
}

.my-match-info {
    padding: 0 35px;
}

.my-match-info .live-btn {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding: 7px 18px;
    z-index: 1;
    margin: 0 6px 10px;
}

.my-match-info .live-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-25deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #ff5917;
}

.my-match-info .live-btn:hover,
.watch-stream:hover {
    color: #ff5917;
}

.my-match-info .live-btn:hover::before {
    background: #fff;
}

.my-match-info h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.my-match-info>span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ff5917;
}

.watch-stream {
    font-size: 12px;
    text-transform: uppercase;
    color: #a19f9f;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.watch-stream i {
    font-size: 20px;
    color: #d1d1d1;
    margin-right: 10px;
}

/* 22. Testimonial */
.testimonial-active {
    background-color: rgb(27, 16, 36);
    box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
    position: relative;
    padding: 70px 0 63px;
}

.testimonial-item {
    padding: 0 45px;
}

.testi-quote {
    position: absolute;
    right: 45px;
    bottom: 45px;
    z-index: 1;
}

.testimonial-content h5 {
    margin-bottom: 15px;
}

.testimonial-rating i {
    font-size: 14px;
    color: #e30613;
}

.testimonial-content p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0;
}

.testimonial-avatar {
    display: flex;
    align-items: center;
}

.testi-avtar-img {
    margin-right: 20px;
}

.testi-avatar-info h6 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
}

.testi-avatar-info span {
    font-size: 15px;
    font-style: italic;
    line-height: 1;
}

.testimonial-active.owl-carousel .owl-nav {
    top: auto;
    bottom: 50px;
    left: 45px;
    right: auto;
    margin-left: 45px;
    margin-right: 45px;
    margin-top: 55px;
    position: unset;
}

.testimonial-active.owl-carousel .owl-nav button {
    color: #4b4550;
    border-color: #4b4550;
}

/* 23. Community */
.community-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.community-bg-shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .07;
}

.community-wrap table {
    background: #fff;
    box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
}

.community-wrap thead tr th {
    vertical-align: middle;
    padding: 24px 25px;
    border-bottom: 1px solid #ededed;
}

.community-wrap thead tr {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #6d6d6d;
    font-family: 'Oxanium', cursive;
}

.community-wrap tr th:first-child {
    text-align: left;
}

.community-wrap tr th,
.community-wrap tr td {
    text-align: center;
}

.community-post-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.community-post-content span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    margin-top: 5px;
}

.community-post-content span a {
    font-weight: 500;
    color: #636363;
}

.community-post-content>a {
    font-size: 16px;
    font-weight: 600;
    color: #413f3f;
}

.community-post-tag {
    margin-left: 15px;
}

.community-post-tag a {
    font-size: 12px;
    font-weight: 600;
    color: #413f3f;
    position: relative;
    z-index: 1;
    padding: 7px 20px;
    margin: 5px 2px 0;
    display: inline-block;
}

.community-post-tag a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-20deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    background: #e30613;
    box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.community-wrap tbody td,
.community-wrap tbody th {
    padding: 20px 25px;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #ededed;
}

.community-wrap .community-post-type th {
    padding: 25px 0 0 25px;
    border: none;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
}

.community-wrap tbody td {
    font-size: 16px;
    font-weight: 500;
    color: #868686;
}

.community-wrap .community-bell {
    position: relative;
}

.community-wrap .community-bell a {
    color: #e30613;
}

.community-wrap .community-bell::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 1px;
    height: 50px;
    background-color: rgb(223, 223, 223);
}

.create-topic {
    background: #fff;
    box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
    padding: 25px 25px 45px;
}

.create-topic span {
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    display: block;
    margin-bottom: 20px;
}

.create-topic form input {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 18px 20px;
    font-size: 14px;
    color: #636363;
    margin-bottom: 20px;
}

.create-topic form input::placeholder {
    font-size: 14px;
    color: #9b9b9b;
}

.create-topic form .btn::before {
    bottom: 0;
}

.create-topic form .btn {
    padding: 16px 39px;
    overflow: hidden;
}

.community-widget {
    background: #fff;
    box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
    padding: 35px;
}

.community-widget-title h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #515151;
    margin-bottom: 0;
}

.community-sidebar-social ul li a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #747373;
    background: #fbfbfb;
    border: 1px solid #e5e4e4;
    line-height: 58px;
}

.community-sidebar-social ul li a i {
    margin-right: 10px;
}

.community-sidebar-social ul li {
    margin-bottom: 15px;
}

.community-sidebar-social ul li:last-child {
    margin-bottom: 0;
}

.community-sidebar-social ul li a:hover {
    background: #e30613;
    color: #fff;
    border-color: #e30613;
}

.community-sidebar-game ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.community-sidebar-game ul li:last-child {
    margin-bottom: 0;
}

.sidebar-new-game-thumb {
    margin-right: 20px;
}

.sidebar-new-game-thumb img {
    border-radius: 12px;
}

.sidebar-new-game-content span {
    font-size: 14px;
    line-height: 1;
    color: #9b9b9b;
    display: block;
    margin-bottom: 5px;
}

.sidebar-new-game-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #413f3f;
    font-family: 'Poppins' !important;
    margin-bottom: 0;
    line-height: 24px;
}

.sidebar-new-game-content h5 a:hover,
.contact-form button:hover {
    color: #e30613;
}


/* 24. Contact */
#contact-map {
    width: 100%;
    height: 445px;
    display: block;
    box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.35);
}

.contact-area .title-style-three {
    padding-bottom: 0;
}

.contact-area .title-style-three::before {
    display: none;
}

.contact-area .title-style-three h2 {
    font-size: 30px;
    letter-spacing: -1px;
}

.contact-info-list ul li {
    color: #6c6c6c;
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}

.contact-info-list ul li:last-child {
    margin-bottom: 0;
}

.contact-info-list ul li i {
    margin-right: 10px;
    color: #e30613;
}

.contact-form textarea {
    width: 100%;
    border: none;
    font-size: 14px;
    border-bottom: 2px solid #eeeeee;
    height: 105px;
    margin-bottom: 50px;
    padding: 0 0 20px;
    transition: .3s linear;
}

.contact-form textarea::placeholder,
.contact-form input::placeholder {
    font-size: 14px;
    color: #9e9e9e;
}

.contact-form textarea:focus,
.contact-form input:focus {
    border-color: #e30613;
}

.contact-form input {
    width: 100%;
    border: none;
    font-size: 14px;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 50px;
    padding: 0 0 20px;
    transition: .3s linear;
}

.contact-form button {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    color: #1c1121;
    text-transform: uppercase;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 2px solid #00c5ff;
    margin-top: 16px;
    transition: .3s linear;
}

.third-contact-bg {
    background-image: url(../img/bg/third_contact_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 120px 0;
}

.third-title-style ul li+li {
    margin-top: 10px;
}

.third-title-style ul li {
    font-size: 14px;
    color: #d3d3d3;
}

.third-title-style ul li span {
    font-family: 'grinddemolished';
    font-weight: normal;
    color: #fff;
    margin-right: 5px;
}

.third-contact-wrap .third-title-style .vertical-title {
    left: -35px;
    margin-bottom: 0;
    top: 50px;
    letter-spacing: 2px;
}

.third-contact-form input,
.third-contact-form textarea {
    width: 100%;
    border: none;
    background: #292a2e;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 19px 25px;
    margin-bottom: 20px;
}

.third-contact-form textarea {
    min-height: 160px;
    max-height: 160px;
}

.third-contact-form input::placeholder,
.third-contact-form textarea::placeholder {
    color: #b5b4b4;
    font-size: 14px;
    font-weight: 500;
}

/* 25. Newsletter */
.newsletter-wrap {
    border-radius: 80px;
    background-color: rgb(25, 14, 34);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 65px;
    margin-top: -55px;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.newsletter-form form {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.newsletter-form-grp {
    position: relative;
}

.newsletter-form-grp i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    left: 15px;
}

.newsletter-form form input {
    width: 495px;
    background: #24182d;
    border: none;
    color: #fff;
    padding: 17px 40px;
    font-size: 14px;
    font-weight: 500;
}

.newsletter-form form input::placeholder {
    color: #a0a0a0;
}

.newsletter-form-grp::before,
.newsletter-form button::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 55px 20px;
    border-color: transparent transparent #24182d transparent;
}

.newsletter-form-grp::after,
.newsletter-form button::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 20px 0 0;
    border-color: #24182d transparent transparent transparent;
}

.newsletter-title h2 {
    font-size: 26px;
    letter-spacing: -1px;
}

.newsletter-form button {
    border: none;
    color: #1c1121;
    font-size: 14px;
    font-weight: 800;
    padding: 17px 15px;
    margin-left: 30px;
    position: relative;
    cursor: pointer;
    transition: .3s linear;
}

.newsletter-form button::before {
    border-color: transparent transparent #e30613 transparent;
    transition: .3s linear;
}

.newsletter-form button::after {
    border-color: #e30613 transparent transparent transparent;
    transition: .3s linear;
}

.newsletter-form button:hover {
    background: #fff;
}

.newsletter-form button:hover::before {
    border-color: transparent transparent #fff transparent;
}

.newsletter-form button:hover::after {
    border-color: #fff transparent transparent transparent;
}

.newsletter-form button i {
    font-size: 12px;
    margin-left: 5px;
}

.s-newsletter-area .newsletter-wrap {
    background-color: #1c181e;
}

.s-newsletter-area .newsletter-title h2 {
    letter-spacing: 0;
    text-transform: uppercase;
}

.s-newsletter-area .newsletter-form form input {
    background: #262228;
}

.s-newsletter-area .newsletter-form-grp::after {
    border-color: #262228 transparent transparent transparent;
}

.s-newsletter-area .newsletter-form-grp::before {
    border-color: transparent transparent #262228 transparent;
}


/* 26. Footer */
.footer-bg {
    background-image: url(../img/bg/footer_bg.jpg);
    background-color: #f9f9f9;
    background-position: top center;
    background-size: cover;
    padding-bottom: 65px;
    position: relative;
    z-index: 1;
}

.third-footer-bg {
    background-image: url(../img/bg/t_footer_bg.jpg);
    padding-top: 90px;
    padding-bottom: 40px;
}

.footer-text p {
    font-size: 15px;
    color: #90949c;
    margin-bottom: 15px;
}

.footer-contact ul li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #90949c;
    line-height: 28px;
}

.footer-contact ul li i {
    margin-right: 10px;
}

.footer-contact ul li span {
    font-weight: 500;
}

.footer-contact ul li:last-child {
    margin-bottom: 0;
}

.fw-title h5 {
    font-size: 18px;
    color: #c8c8c8;
    margin-bottom: 0;
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
}

.fw-title h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
}

.fw-link ul li {
    display: block;
}

.fw-link ul li a {
    color: #90949c;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
}

.fw-link ul li a:hover {
    padding-left: 5px;
}

.footer-social ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-social ul li {
    display: block;
    margin-right: 9px;
}

.footer-social ul li a {
    width: 36px;
    height: 36px;
    background-color: rgb(59, 89, 152);
    display: block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
}

.footer-social ul li:nth-child(2) a {
    background: #55acee;
}

.footer-social ul li:nth-child(3) a {
    background: #d71e18;
}

.footer-social ul li:nth-child(4) a {
    background: #1565c0;
}

.footer-newsletter input {
    width: 100%;
    background: #24182d;
    border: none;
    padding: 12px 20px;
    color: #fff;
    padding-right: 60px;
    font-size: 14px;
}

.footer-newsletter input::placeholder {
    color: #7c7c7d;
    font-size: 14px;
}

.footer-newsletter form {
    position: relative;
}

.footer-newsletter button {
    position: absolute;
    width: 53px;
    height: 100%;
    border: none;
    color: #1c1121;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 14px;
}

.footer-fire {
    position: absolute;
    left: 90px;
    bottom: 0;
    z-index: -1;
}

.footer-fire-right {
    left: auto;
    right: 90px;
}

.copyright-wrap {
    background: #140a1c;
    padding: 20px 0;
}

.copyright-text p {
    font-size: 14px;
    color: #90949c;
    margin-bottom: 0;
}

.copyright-text p a {
    font-weight: 500;
}

.s-footer-bg {
    background-image: url(../img/bg/s_footer_bg.jpg);
}

.s-footer-bg .fw-title h5 {
    font-size: 16px;
    text-transform: uppercase;
}

.s-footer-bg .footer-newsletter input {
    background: #262228;
}

.s-copyright-wrap {
    background: #161417;
}

.fw-text p {
    font-size: 14px;
    line-height: 28px;
    padding-right: 70px;
    margin-bottom: 20px;
}

.fw-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fw-social ul li+li {
    margin-left: 15px;
}

.fw-social ul li a {
    display: block;
    font-size: 14px;
    color: #a6a6a5;
    line-height: 1;
}

.fw-social ul li a:hover,
.fw-quick-link ul li a:hover,
.fw-title h3>span,
.third-copyright-wrap .copyright-text p a {
    color: #ff5917;
}

.fw-title h3 {
    font-size: 26px;
    font-family: 'grinddemolished';
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
}

.fw-quick-link ul li a {
    display: inline-block;
    font-size: 14px;
    color: #b5b5b5;
    font-weight: 500;
}

.fw-quick-link ul li+li {
    margin-top: 10px;
}

.third-copyright-wrap {
    background: #131418;
}

/* 27. Preloader */
#preloader {
    background-color: #161417;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 99;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sec-img1 {
    display: inline-block;
    margin-left: 15%;
    margin-right: 15%;
    width: 100%;
}

h2.sec-h2 {
    text-align: center;
    color: black;
    padding-top: 100px;
}

p.sec-p {
    padding-left: 36%;
    text-align: left;
    font-size: 20px;
}

h2.sec-rg-h2 {
    text-align: left;
    color: black;
    padding-top: 100px;
    padding-left: 50px;
}

.sec-img-seen {

    width: 155px;

}


a.btn.btn-style-two.new-btn {
    margin-left: 35%;
}

p.sec3-p {
    color: #e30613 !important;
    font-size: 20px;
    padding-top: 40px;
}

h2.sec3-h2 {
    color: black !important;
        font-family: 'Poppins ExtraBold';
}

img.sec3-img {
    margin: 70px 0px;
}

.sec-img-seen1 {

    width: 150%;
    height: 225px;
    padding-bottom: 10px;
}

.sec-img-seen2 {

    width: 150%;
    height: 215px;
    margin-left: 105px;

}

.sec-img-seen3 {

    width: 150%;
    height: 215px;
}

.sec-img-seen4 {

    width: 150%;
    height: 215px;
    margin-left: 105px;

}

.price-table-wrapper {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-top: 10px;
}

.price-table-wrapper h2,
.price-table-wrapper h3 {
    margin: 0px
}

.price-table-wrapper .featured-table {
    box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.5);
    border: 2px solid #e94266 !important;
}

.price-table-wrapper .pricing-table {
    display: inline-block;
    border: 2px solid #494949;
    border-radius: 10px;
    background: white;
    padding-bottom: 70px;
    margin: 20px;
    min-width: 300px;
    width: 425px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    vertical-align: top;
}

.price-table-wrapper .pricing-table__header1 {
    padding: 35px 30px;
    border-radius: 9px 9px 0px 0px;
    font-size: 36px;
    color: #ffffff;
    text-align: left;
	background: #222222;
    /*background: #c53b5d;*/
}

.price-table-wrapper .pricing-table__header2 {
    padding: 35px 30px;
    border-radius: 9px 9px 0px 0px;
    font-size: 36px;
    color: #ffffff;
    text-align: left;
    background: #2739cf;
}

.price-table-wrapper .pricing-table__header3 {
    padding: 35px 30px;
    border-radius: 9px 9px 0px 0px;
    font-size: 36px;
    color: #ffffff;
    text-align: left;
    background: #d9ad1b;
}

.price-table-wrapper .featured-table .pricing-table__header {
    background-color: #fbd3da;
}

.price-table-wrapper .pricing-table__price {
    color: #080009;
    padding: 20px 10px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
}

.price-table-wrapper .pricing-table__button {
    display: block;
    background: #e94266;
    text-decoration: none;
    padding: 20px;
    color: white;
    position: relative;
    overflow: hidden;
    font-size: 1.3em;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.price-table-wrapper .pricing-table__button:before {
    position: absolute;
    left: -20%;
    top: -30%;
    content: '';
    width: 80%;
    height: 300%;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: white;
    opacity: .2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.price-table-wrapper .pricing-table__button:after {
    position: absolute;
    content: '>';
    top: 0;
    right: 0;
    font-size: 25px;
    padding: 15px;
    padding-right: 40px;
    color: white;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.price-table-wrapper .pricing-table__button:hover {
    background: black;
}

.price-table-wrapper .pricing-table__list {
    padding: 0px !important;
    color: #080009;
}

.price-table-wrapper ul {
    list-style: none;
    text-align: left;
}

.pricing-table__list {
    padding-top: 0px !important;
    margin-top: 0px;
}

.price-table-wrapper .ion-checkmark {
    opacity: 0.7;
    color: #008e4a;
    padding-right: 10px;
}

.price-table-wrapper .pricing-table__list li.section {
    background-color: #F2F2F2 !important;
}

.price-table-wrapper .pricing-table__list li {
    padding: 10px 15px;
    border-bottom: 1px solid #C8C8C8;
}

.price-table-wrapper .pricing-table__list li strong {
    font-size: 1.2em;

}

.price-table-wrapper .pricing-table__list li:first-child {
    padding: 10px 15px 10px 15px;
}

.price-table-wrapper .pricing-table__list li:last-child {
    border: none;
}

.price-table-wrapper .pricing-table:hover {
    box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}

.price-table-wrapper .pricing-table:hover .pricing-table__button {
    padding-left: 0;
    padding-right: 35px;
}

.price-table-wrapper .pricing-table:hover .pricing-table__button:before {
    top: -80%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
}

.price-table-wrapper .pricing-table:hover .pricing-table__button:after {
    opacity: 1;
    padding-right: 15px;
}

p.sec-price {
    padding: 45px;
    color: #7c7c7c;
    font-size: 20px;
}

h3.sec-h3-course1 {
    color: #c63b5c;
    font-size: 20px;
    padding-bottom: 40px;
}

h3.sec-h3-course2 {
    color: #2738d1;
    font-size: 20px;
    padding-bottom: 40px;
}

h3.sec-h3-course3 {
    color: #d5a71c;
    font-size: 20px;
    padding-bottom: 40px;
}

h1.sech1-pricing1 {
    color: black;
    font-family: 'Poppins' !important;
    font-weight: 800;
}

a.btn.btn-style-two.new {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

img.secimg-4 {
    width: 50%;
    margin-top: 200px;
    margin-left: 110px;
}

h2.sec4-h2 {
    margin-left: 120px;
    margin-top: 30px;
    font-size: 38px;
}

p.sec4-p {
    margin-left: 115px;
}

a.btn.btn-style-two.three {
    margin: 40px;
    margin-left: 110px;
}

li.secfnt-p {
    padding-left: 170px;
    padding-top: 38px;
    color: #343434;
    font-weight: 900;
}

.testimonial-page {
    padding: 40px 0px;
}

.card-reviews {
    padding-bottom: 30px;
    height: 100%;
}

.test-reviews .card {
    height: 100%;
    transition: 0.8s;
    background: rgb(255 255 255);
    margin: 0 auto;
    box-shadow: -9px -6px #f1f1f1;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 7px !important;
}

.test-reviews .card:after {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    z-index: 9999;
    height: 100%;
    pointer-events: none;
}

.test-reviews .description {
    font-size: 14px;
    hyphens: none;
    color: #2c2c2c;
    margin-bottom: 10px;
    text-align: center;
}

.test-reviews .card-title img {
    z-index: 99999 !important;
}

/*.test-reviews .card .layer {*/
/*position: absolute;*/
/*    top: calc(100% - 5px);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-image: linear-gradient( to bottom, #e30613, #e30613, #1e1623, #000000, #0071bd );*/
/*    left: 0;*/
/*    z-index: 1;*/
/*    transition: 0.5s;*/
/*}*/
.test-reviews .card:hover {
    cursor: pointer;
    box-shadow: -5px 50px 100px rgba(223, 241, 223, 0.5);
}

.test-reviews .card:hover hr {
    background-color: #fff;
}

.test-reviews .card:hover .layer {
    top: 0;
}

.test-reviews .card .content {
    position: relative;
    z-index: 2;
}

.test-reviews .card .content .img-1 {
    width: 100px;
    height: 100px;
    margin: 20px auto 0px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid white !important;
}

.test-reviews .card .content .img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.test-reviews hr {
    background-color: rgb(117, 117, 117);
    width: 80% !important;
    transition: 1s;
}

.test-reviews .card-bottoms {
    text-align: center;
    padding: 0px 20px 25px;
}

.test-reviews .card-bottoms .user-name {
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
    font-family: 'Poppins' !important;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
}

/*.test-reviews .card:hover .description,*/
/*.test-reviews .card:hover .card-bottoms .user-name {*/
/*  color: #fff;*/
/*}*/

.card-reviews .owl-user-imgs {
    padding: 10px 10px 20px;
}

.card-reviews .owl-user-imgs .user-upload-img {
    width: 60px;
    border-radius: 5px;
    height: 60px;
    margin: 0px auto;
}

.card-reviews .owl-user-imgs .user-upload-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.owl-user-imgs {
    display: flex;
}

h1.sec5-h2 {
    color: #1c1c1c;
    font-family: 'Poppins' !important;
    font-weight: 700;
    padding-top: 90px;
}

footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #f8f8f8;
}

.footer-widget ul li {

    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #e30613;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}



.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

footer.footer-section {
    background: black;
}

span.btn-sec {
    color: #e30613;
    font-weight: 900;
}

h2.sec6-h1 {
    font-size: 31px;
}

span.ftr-p {
    color: white;
    font-weight: bolder;
}

p.new-fot-p {
    font-size: 12.5px;
}

img.img-sec6 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.footer-cta {
    border-bottom: 1px solid #e30613;
}

.copyright-area {
    background: #e30613;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.footer-menu li a {
    font-size: 14px;
    color: #ffffff;
}

.footer-widget-heading h3 {
    color: #e30613;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 40px;
    position: relative;
}

.css-button {
    font-family: 'Poppins';
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 36px;
    background: #e30613;
    text-shadow: 1px 1px 1px #528ecc;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 200px;
    padding: 0px;
}


.css-button1 {
    font-family: 'Poppins';
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 36px;
    background: #e30613;
    text-shadow: 1px 1px 1px #528ecc;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 250px;
    margin-top: 0px;
}

.css-button2 {
   font-family: 'Poppins';
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 36px;
    background: #e30613;
    text-shadow: 1px 1px 1px #528ecc;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 205px;
    margin-left: 210px;
    margin-top: 0px;
    margin-bottom: 80px;


}

.css-button3 {
    font-family: 'Poppins';
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 36px;
    background: #e30613;
    text-shadow: 1px 1px 1px #528ecc;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 195px;
    margin-top: 80px;

}

.css-button4 {
    font-family: 'Poppins';
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 36px;
    background: #e30613;
    text-shadow: 1px 1px 1px #528ecc;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 195px;
    margin-top: 35px;

}

.css-button5 {
    font-family: 'Poppins';
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 36px;
    background: #3e3e3e;
    text-shadow: 1px 1px 1px #528ecc;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 180px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.css-button6 {
    font-family: 'Poppins';
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 36px;
    background: #e30613;
    text-shadow: 1px 1px 1px #528ecc;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 195px;
    margin-top: 35px;
    margin-left: 100px;
}




.css-button:hover {
    background: linear-gradient(180deg, #ff0000 5%, #ff0004 100%);
}

.css-button-icon {
    padding: 10px 10px;
    border-radius: 36px 36px 36px 36px;
    color: #000000;
    background-color: #ffffff;
    margin-left: 15%;
}

.css-button-icon svg {
    vertical-align: middle;
    position: relative;
}

.css-button-text {
    padding: 15px 29px;
}

.css-button-text {
    padding: 15px 30px;
    font-size: 13px;
}

.footer-logo {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
}

.footer-social-icon {
    margin-left: 125px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins';

}

.tp-bar {
    background: #111111;
    height: 65px;
    width: 100%;
    position: fixed;
    z-index: 10;
}

p#demo {
    text-align: center;

    font-size: 20px;
    color: white;
}

h2.tb-h2 {
	font-family: "Abel";
    text-align: center;
    font-size: 22px;
    font-weight: 200;
	letter-spacing: 0px;
    padding-top: 20px;
}

.tb-h2a {
	font-family: "Abel";
    text-align: center;
    font-size: 22px;
    font-weight: 200;
	letter-spacing: 0px;
    padding-top: 20px;
}


.tp-bar span#demo {
    padding-left: 20px;
}

span.cnt-sp {
    padding-left: 20px;
    color: #e30613;
}

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #e30613;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}



@media (max-width: 1600px) {}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {


    .sec-img-seen1 {
        width: 100%;
        height: 160px;
        padding-bottom: 10px;
    }

    .sec-img-seen2 {
        width: 100%;
        height: 160px;
        padding-bottom: 10px;
        margin-left: 0px;
    }

    .sec-img-seen3 {
        width: 100%;
        height: 160px;
        padding-bottom: 10px;
    }

    .sec-img-seen4 {
        width: 100%;
        height: 160px;
        padding-bottom: 10px;
        margin-left: 0px;
    }

    p.sec-p {
        padding: 25px;
        text-align: left;
        font-size: 20px;
    }

    h2.sec-h2 {
        text-align: center;
        color: black;
        padding-top: 40px;
    }

    .css-button2 {
        font-family: 'Poppins';
        color: #FFFFFF;
        font-size: 14px;
        border-radius: 36px;
        background: #e30613;
        text-shadow: 1px 1px 1px #528ecc;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        width: 205px;
        margin-left: 400px;
        margin-top: 20px;
    }

    img.sec1-image {
        padding-top: 80px;
        margin-left: auto;
    margin-right: auto;
    display: block;
    }

    .transparent-header {
        position: absolute;
        left: 0;
        top: 70px;
        width: 100%;
        height: auto;
        z-index: 9;
    }
}

@media (max-width: 1600px) {



    .col-xl-5.col-lg-6.sr-c {
        padding-left: 20px;
        padding-right: 20px;
    }

    .css-button2 {
        font-family: 'Poppins';
        color: #FFFFFF;
        font-size: 14px;
        border-radius: 36px;
        background: #e30613;
        text-shadow: 1px 1px 1px #528ecc;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        width: 205px;
        margin-left: 120px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    p.sec-p {
        padding-left: 30%;
        text-align: left;
        font-size: 18px;
    }
}

@media (max-width: 768px) {


    li.secfnt-p {
        padding: 18px;
        color: #ffffff;
        font-weight: 900;
    }

    .cta-bg4 {
        background-image: url(../img/images/small-banner4.jpg);
        background-position: initial;
        background-size: cover;
        background-repeat: no-repeat;
        top: -12px;
        position: relative;
        height: 525px;
    }

    img.secimg-4 {
        width: 50%;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    h2.sec4-h2 {
        margin-left: 0px;
        margin-top: 90px;
        font-size: 38px;
    }

    p.sec4-p {
        margin-left: 0px;
        margin-top: 50px;
    }

    .css-button6 {
        font-family: 'Poppins';
        color: #FFFFFF;
        font-size: 14px;
        border-radius: 36px;
        background: #e30613;
        text-shadow: 1px 1px 1px #528ecc;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        width: 195px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .row.newvc {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    img.new-frame {
        width: 100%;
    }

    .css-button2 {
        font-family: 'Poppins';
        color: #FFFFFF;
        font-size: 14px;
        border-radius: 36px;
        background: #e30613;
        text-shadow: 1px 1px 1px #528ecc;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        width: 205px;
        margin-left: 295px;
        margin-top: 20px;
    }

    p.sec3-p {
        color: #e30613 !important;
        font-size: 20px;
        padding-top: 40px;
        text-align: center;
    }

    .slider-style-two {
        background-image: url(../img/slider/slider_bg02.jpg);
        padding: 290px 0 190px;
        position: relative;
        z-index: 1;
        height: 650px;
    }
}


@media (max-width: 425px) {
    .logo img {
        width: 50%;
    }


    img.sec1-image {
        width: 100%;
        padding-top: 100px;

    }

    h2.sec-rg-h2 {
        text-align: left;
        color: black;
        padding-top: 50px;
        padding-left: 50px;
    }

    .slider-style-two {
        background-image: url(../img/slider/slider_bg02.jpg);
        padding: 290px 0 190px;
        position: relative;
        z-index: 1;
        height: 520px;
    }

    img.new-frame {
        width: 100%;
        padding-bottom: 50px;
    }

    p.sec-p {
        text-align: center;
        font-size: 20px;
        padding: 20px;
    }

    .css-button2 {
        font-family: 'Poppins';
        color: #FFFFFF;
        font-size: 14px;
        border-radius: 36px;
        background: #e30613;
        text-shadow: 1px 1px 1px #528ecc;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        width: 205px;
        margin-left: 120px;
        margin-top: 20px;
    }

    p.sec3-p {
        color: #e30613 !important;
        font-size: 18px;
        padding-top: 40px;
        text-align: center;
    }

    img.sec3-img {
        margin-top: 80px;
    }

    .sec-img-seen1 {
        width: 100%;
        height: 150px;
        padding-bottom: 10px;
    }

    .sec-img-seen2 {
        width: 100%;
        height: 150px;
        padding-bottom: 10px;
        margin-left: 0px;
    }

    .sec-img-seen3 {
        width: 100%;
        height: 150px;
        padding-bottom: 10px;
    }

    .sec-img-seen4 {
        width: 100%;
        height: 150px;
        padding-bottom: 10px;
        margin-left: 0px;
    }

    .price-table-wrapper .pricing-table {
        display: inline-block;
        border: 2px solid #494949;
        border-radius: 10px;
        background: white;
        padding-bottom: 70px;
        margin: 20px;
        min-width: 300px;
        width: 80%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        vertical-align: top;
    }

    .cta-bg3 {
        background-image: url(../img/images/large-banner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: inherit;
    }

    h2.sec4-h2 {
        margin-top: 30px;
        text-align: center;
        margin-left: 0px;
    }

    p.sec4-p {
        margin-left: 0px;
    }

    .title-style-three.white-title p {
        color: #ffffff;
    }

    .css-button6 {
        font-family: 'Poppins';
        color: #FFFFFF;
        font-size: 14px;
        border-radius: 36px;
        background: #e30613;
        text-shadow: 1px 1px 1px #528ecc;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        width: 195px;
        margin-top: 35px;
        margin-left: 20px;
    }

    .cta-bg4 {
        background-image: url(../img/images/small-banner4.jpg);
        background-position: inherit;
        background-size: cover;
        background-repeat: no-repeat;
        top: -12px;
        position: relative;
        height: auto;
    }

    li.secfnt-p {
        color: #ffffff;
        font-weight: 900;
        padding: 20px;
    }

    h1.sec5-h2 {
        color: #e30613;
        font-family: 'Poppins';
        font-weight: 700;
        padding-top: 90px;
    }

    p.new-mob {
        color: black !important;
    }

    .row.newvc {
        margin-top: 0px;
    }

    img.sec3-img.sec1-image {
        margin-top: 80px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .title-style-two,
    .title-style-three {
        padding-bottom: 0px;
        position: relative;
    }

    h2.tb-h2 {
        text-align: center;
        font-size: 14px;
        padding-top: 20px;
    }
	
	.tb-h2a {
		text-align: center;
		font-size: 14px;
		padding-top: 20px;
	}

    .css-button1 {

        margin-top: 0px;
    }
}

@media (max-width: 480px) {
    
    .logo{
    width: 100%;
    padding-top: 20px;
}
.transparent-header .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
    top: 0px;
}

    .css-button2 {

        margin-left: 100px;

    }
    .slider-style-two {
    padding: 120px 0 120px !important;
}
    .col.mobile-displaynone {
    display: none;
}
img.sec3-img {
    margin: 0px !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
    img.sec1-image {
        padding-top: 80px;
        width: 100%;
    }
    
    .sec-img-seen1 {
    width: 100%;
    height: auto !important;
    padding-bottom: 10px;
}
.sec-img-seen2 {
    width: 100%;
    height: auto !important;
    padding-bottom: 10px;
    margin-left: 0px;
}
.sec-img-seen4 {
    width: 100%;
    height: auto !important;
    padding-bottom: 10px;
    margin-left: 0px;
}
.sec-img-seen3 {
    width: 100%;
    height: auto !important;
    padding-bottom: 10px;
}

    .cta-bg3 {
        background-image: url(../img/images/large-banner.jpg);
        background-position: revert;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 5rem;
    }
    .container.topyt {
     
    top: 0px;
    position: relative;
    left: 0px;

}

    .cta-bg5 {
        background-image: url(../img/images/small-banner5.jpg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        top: -12px;
        position: relative;
    }

    .slider-style-two {
        background-image: url(../img/slider/slider_bg02.jpg);
        padding: 290px 0 190px;
        position: relative;
        z-index: 1;
        height: 570px;
    }

    h2.sec-rg-h2 {
        text-align: left;
        color: black;
        padding-top: 40px;
        padding-left: 50px;
    }

}

@media (max-width: 734px){
    
    .content {
    padding-left: 30px !important;
    width: 100% !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 30px !important;
}

}

@media (max-width: 375px) {

    .footer-logo img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100%;
            padding-top: 1rem;
    }
    .row.align-items-center.mob-rev {
    display: flex;
    flex-direction: column-reverse;
}
.inner-about-area .title-style-three {
    padding-bottom: 0px;
}
.inner-about-area {
    position: relative;
    padding-bottom: 25px;
    padding-top: 105px;
}

    .slider-style-two {
    padding: 120px 0 120px !important;
}
    
    .content {
    padding-left: 50px;
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 50px;
}

    .footer-social-icon {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 55%;
    }

    .css-button1 {
        margin-top: -20px;
    }

    .css-button2 {
        margin-left: 90px;
    }

    img.sec3-img {
       margin: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    }

    .sec-img-seen {
        width: 145px;
    }
}

@media (max-width: 1336px) {

    .sec-img-seen1 {
        width: 100%;
        height: 200px;
        padding-bottom: 10px;
    }

    .sec-img-seen2 {
        width: 100%;
        height: 200px;
        padding-bottom: 10px;
        margin-left: 0px;
    }

    .sec-img-seen3 {
        width: 100%;
        height: 200px;
        padding-bottom: 10px;
    }

    .sec-img-seen4 {
        width: 100%;
        height: 200px;
        padding-bottom: 10px;
        margin-left: 0px;
    }
}

.card-body {
    font-size: 15px;
    font-weight: 300;
}

a.btn-block.text-left {
	color: #777777;
	font-size: 20px;
    cursor: pointer !important;
}

p.pay-p {
    color: black;
    padding: 20px;
}

.ab-sect {
    color: #e30613;
}

.pagination-outer {
    text-align: center;
}

.pagination {
    font-family: 'Ubuntu', sans-serif;
    display: inline-flex;
    position: relative;
}

.pagination li a.page-link {
    color: #fff;
    background-color: #e30613;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    height: 38px;
    width: 38px;
    padding: 0;
    margin: 0 6px 6px;
    border: none;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
    color: #fff;
    background: #0a3d62;
    transform: rotate(360deg);
}

.pagination li a.page-link:before {
    content: '';
    background: #e30613;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px #3c6382;
    opacity: 0.5;
    transform: scale(0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before {
    transform: scale(1.25);
}

@media only screen and (max-width: 480px) {
    .pagination {
        font-size: 0;
        display: inline-block;
    }

    .pagination li {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 10px;
    }
}

span.arrow-fnt {
    font-size: 35px;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 50%;
}

.page-item:last-child .page-link {
    border-radius: 50%;
}

.section-title.title-style-three.white-title.text-center.mb-70 p {
    color: white;
}

.container.d-flex {
    max-width: 1485px;
}

section.shop-area.pt-120.pb-90.bg-cover {
        background-repeat: no-repeat !important;
    background: linear-gradient(
0deg, rgb(32 32 32 / 52%), rgb(255 0 0 / 30%)), url(../img/images/bg-cover.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

section.shop-area.pt-120.pb-90.bg-cover2 {
    background-position: left;
    background-repeat: no-repeat;
    background: black;
}

.sec-1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    width: 24%;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-sm {
    width: 150px;
    padding: 10px 20px;
    font-size: smaller;
}

.foot-wrapper {
    position: relative;
    margin-top: 35%;
}

.accessories-content {
    position: relative;
    height: 65px;
}

.sec-1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    width: 24%;
    height: 685px;
}
.pricing.mt-5.d-flex.justify-content-between span {
    font-size: 20px;
    color: white;
    font-weight: 600;
}

.container.new-cs {
    max-width: 90%;
}

/* Layout */


article {
    display: flex;
    align-items: flex-start;
}

#heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Styling */

#heading h1 span {
    font-size: 1em;
    color: #71BC2F;
}

article {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 50px;
    background-color: black;
    margin-top: 20px;
    border-radius: 20px;
    margin-left: 30px;
}

article:hover {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 50px;
    background-color: #e30613;
    margin-top: 20px;
}

article img {
    margin-right: 15px;
    width: 15%;
}



@media (max-width: 779px) {

    article {
        flex-direction: column;
    }

    article img {
        width: 100%;
        margin-bottom: 20px;
    }
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #e30613;
}

.text-muted {
    color: #1e1623 !important;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
    color: red;
}

.text-success {
    color: #00c5ff !important;
}

.modal-login {
    color: #e30613;
    width: 350px;
}

.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}

.modal-login h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}

.modal-login .form-control:focus {
    border-color: #e30613;
}

.modal-login .form-control,
.modal-login .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-login .modal-footer {
    background: #000000;
    border-color: #dee4e7;
    text-align: center;
    justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
}

.modal-login .modal-footer a {
    color: #999;
}

.modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #e30613;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-login .avatar img {
    width: 100%;
}

.modal-login.modal-dialog {
    margin-top: 80px;
}

.modal-login .btn,
.modal-login .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #e30613 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-login .btn:hover,
.modal-login .btn:focus {
    background: #e30613 !important;
    outline: none;
}

.trigger-btn {
    display: inline-block;

}

.navbar-wrap ul li.show>a {
    color: white;
    display: none;
}

span.sale\=price {
    text-decoration: line-through;
}

aside.blog-sidebar.c {
    width: 100%;
    border-radius: 0px;
    padding-top: 50px;
    margin-bottom: 50px;
}

aside.blog-sidebar.c .blog-list-post-tag.mb-25 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 75%;
}

a.new-btn:before {
    transform: none !important;
    width: 170px;
    text-align: center;

}

article.newart {
    border-radius: 0;
}

/* 
  Inspired from 
  Settings - Daily UI 007
  by Dillon Morris
  https://dribbble.com/shots/4290939-Settings-Daily-UI-007
*/



form {
    width: 550px;
}

form * {
    font-weight: bold;
}

form label {
    font-size: 18px;
    color: #8f9096;
}

form .form-control,
form .form-control:focus {
    border-color: transparent;
    border-bottom-color: #bebcc1;
    box-shadow: none;
}

form .btn {
    border-radius: 0px;
    border-color: transparent;
}

.btn.btn-default {
    background: #ebebeb;
    color: #8f9096;
}

.btn.btn-primary {
    background: #e30613;
    color: white;
}

.sidebar {
    height: 100vh !important;
    bottom: 0;
    padding-left: 20px;
    font-size: 1.3rem;
    background: #e30613;
}

@media screen and (max-width:940px) {
    .sidebar {
        font-size: 1rem;
        padding-left: 0px;
    }
}


.sidebar .nav-link {
    margin-bottom: 20px;
    color: #dddce5;
}

.nav-link.active {
    color: #fff;
}

.main>.row {
    height: 100%;
}

@media screen and (max-width:768px) {
    .content {
        padding-left: 50px;
        width: 100%;
        padding-top: 200px;
        padding-bottom: 50px;
    }

    form {
        width: 100%;
        margin: auto;
    }

}

.menu {
    position: absolute;
    right: 10%;
    top: 30px;
    margin: auto;
    display: none;
    cursor: pointer;
    z-index: 5;
    height: 33px;
    width: 30px;
}

.bar,
.bar:after,
.bar:before {
    width: 30px;
    height: 3px;
    background: #6c63ff;
    transition: all 0.2s;
}

.bar {
    position: relative;
}

.bar:after {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    transition: top 0.2s 0.2s, transform 0.2s;
}

.bar:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 10px;
    transition: bottom 0.2s 0.2s, transform 0.2s;
}

.bar.animate {
    background: transparent;
}

.bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 0.2s, transform 0.2s 0.2s;
    background: #fff;
}

.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 0.2s, transform 0.2s 0.2s;
    background: #fff;
}

.expand-menu {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: #6c63ff;
    transition: width 0.5s;
    width: 0%;
}

.expand-menu .nav-link {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    color: #dddce5;
    font-size: 1.5rem;
    display: none;
    opacity: 0;
    transition: all 0.5s;
}

.expand-menu .nav-link.animate {
    display: block;
}

.expand-menu .nav-link.animate-show {
    opacity: 1;
}

.expand-menu .nav-link.active {
    color: #fff;
}

.expand-menu.animate {
    width: 100%;
}

.mt-auto,
.my-auto {
    margin-top: 50px !important;
}

.col-md-9.size {
    top: -165px;
}

.d-inline img {
    margin-left: 30px !important;
    margin-bottom: 20px !important;
}

.centered2 {
   position: absolute;
    top: 580px;
    left: 25%;
    transform: translate(-50%, -50%);
}

h2.styleh2 {
    font-size: 75px;
    padding-left: 300px;
    padding-right: 110px;
}

p.pat-cet {
    text-align: left;
    padding-left: 300px;
    font-size: 25px;
    line-height: 35px;
}

.col.small-bg {
    background: url(../img/images/col1.jpg);
    background-repeat: no-repeat;
    height: 100%;
    background-color: #1a1c1b;
    background-size: 100%;
    border-radius: 20px;
    padding-bottom: 2rem;
}

.col.small-bg2 {
    background: url(../img/images/col2.jpg);
    background-repeat: no-repeat;
    height: 100%;
    background-color: #1a1c1b;
    background-size: 100%;
    border-radius: 20px;
    padding-bottom: 2rem;
}

h3.h3-ceti {
    text-align: left;
    padding-left: 165px;
    padding-top: 85px;
    font-size: 45px;
}


p.sec-p-certi {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 300;
    color: white;
}

img.redline-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 25px;
}

li.sec-li-img {
    padding: 10px;
    padding-left: 40px;
    font-size: 23px;
    color: white;
}

h2.pric-cert {
    text-align: center;
    color: #e30613;
    font-size: 85px;
    padding-right: 130px;
    padding-top: 22px;
}

h4.p-viewd {
    margin-left: 390px;
    margin-right: auto;
    margin-top: -85px;
    font-weight: 100;
}

.sec-pta {
    margin: 20px;
}


/* testimonail certification */


section.testibg {
    background: url(../img/images/testi-bg.jpg);
    height: 730px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.col-xl.br-tes {
    border: solid;
    border-radius: 20px;
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
    background: #000000bf;

}
section.acedmic-cert img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}

p.test-p {
    padding-top: 90px;
    padding-left: 50px;
    color: white;
    padding-right: 50px;
    font-size: 20px;
}

h5.test-h3 {
    padding-left: 50px;
    padding-bottom: 100px;
    padding-top: 15px;
}

/* acadmic */

section.acedmic-cert {
    background: black;
}


h1.acad-h1 {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}


/* ball-glory-page */

section.breadcrumb-area.glorybg {

    background: url(../img/images/main.jpg);
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

section.balls-sec2 {
    
    background: url(../img/images/vdeio2.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
section.balls-sec3-yt {
    
    background: url(../img/images/video.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
    background-size: cover;
}

section.balls-sec3 {
    
       background: url(../img/images/last-2.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
        padding-top: 50px;
    padding-bottom: 50px;
}
.centered3 {
     position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered4 {
    position: absolute;
    top: 975px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered4::before {
    content: url(../img/images/candy.png);
    float: right;
    top: 975px;
    left: 200px;
    position: relative;
}

.centered4::after {
    content: url(../img/images/candy2.png);
    float: left;
    top: -101px;
    left: -150px;
    position: relative;
}

.centered5 {
  
    top: 800px;
    
}

.centered5::before {
    content: url(../img/images/candy.png);
    float: right;

    top: 80px;
    left: 200px;
    position: relative;
    transform: rotate(98deg);
}

.centered5::after {
    content: url(../img/images/candy2.png);
    float: left;
    top: -101px;
    left: -150px;
    position: relative;
    transform: rotate(91deg);
}

.centered6 {
    position: absolute;
    top: 1700px;
    left: 25%;
    transform: translate(-50%, -50%);
}

.centered6::after {
    content: url(../img/images/umb.png);
    float: left;
    left: -221px;
    top: -259px;
    position: relative;
    transform: rotate(295deg);
}

.centered7 {
    position: absolute;
    top: 1600px;
    left: 90%;
    transform: translate(-50%, -50%);
}

.centered7::before {
    content: url(../img/images/umb.png);
    float: right;
    top: -230px;
    left: 160px;
    position: relative;
}

.centered7::after {
    content: url(../img/images/candy.png);
    float: right;
    top: 0px;
    left: 0px;
    position: relative;
    transform: rotate(354deg);

}

.col.bg-br {
    border: solid 1px white;
}

.nwex {
    border: solid 1px;
    border-radius: 35px;
}

.sec-brd {
    border: solid 1px black;
    background: #000000eb;
    padding: 50px 60px 50px 60px;
    border-radius: 50px;
    height: 100%;
  
}

.sec-brd::after {
  
  content: url(../img/images/candy2.png);
  bottom: 0;
    position: relative;
    right: 190px;
    transform: rotate(42deg);
}
.sec-brd::before {
  
content: url(../img/images/candy.png);
    position: relative;
    float: right;
    top: 300px;
    left: 140px;

}
section.balls-sec3-yt::after{
    
 margin-top: -176px;
    content: url(../img/images/umb.png);
    position: absolute;
    float: right;
    right: 60px;
    transform: rotate(1deg);
}
section.balls-sec3-yt::before{
    
    content: url(../img/images/candy2.png);
   position: relative;
    float: left;
    left: 125px;
    transform: rotate(260deg);
    top: 420px;
}

section.balls-sec3::before{
    
    
    content: url(../img/images/umb.png);
    position: absolute;
    margin-top: 400px;
    left: 40px;
    transform: rotate(300deg);
}

section.balls-sec3::after{
    

    content: url(../img/images/candy.png);
    float: right;
    position: relative;
    right: 200px;
    top: 20px;
    transform: rotate(343deg);
}
img.redline-cen {
    width: 100%;
    height: 2px;
}

img.glory-img {
    width: 90%;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

p.glory-p {
    font-size: 20px;
}

section.sec-gol {
    background: black;
    padding: 50px;
}

button.btn-cus {
  text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    display: block;
    background: #e30613;
    border-radius: 30px;
    padding: 11px;
    border: 3px;
    padding-left: 50px;
    padding-right: 50px;
}

a,
button.btn-cus {

    color: white;
}


/* Death Earth Page */


section.breadcrumb-area.deathbg {
    background: url(../img/images/de-banner.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 1090px;
}

section.yt-death {
    background: black;
}

.centeredde {
    position: absolute;
    top: 450px;
    left: 50%;
    transform: translate(-50%, -50%);
}


section.new-deadeath {

    background: url(../img/images/deadearthbg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 1190px;
}

section.new-deadeath::after {

    content: url(../img/images/gun2.png);

    position: relative;
    top: -360px;
    left: 55px;
}

/*section.yt-death::before {*/
    
/*         content: url(../img/images/zombie-design.png);*/
/* position: absolute;*/
/*    float: right;*/
/*    right: 65px;*/
/*    margin-top: 160px;*/
    
   
/*}*/

/*section.yt-death::after {*/
    
/*         content: url(../img/images/gun-man.png);*/
/*   position: absolute;*/
/*    float: left;*/
/*    margin-top: -706px;*/
    
   
/*}*/


h1.de-color {
    color: #e30613;
    padding-bottom: 50px;
    font-weight: 700;
}

li.sec-li-img2 {
    padding: 10px;
    padding-left: 40px;
    font-size: 22px;
    color: #ada2a2;
}

.row.cus-wid {
    margin-left: 50px;
    margin-right: 50px;
}

.col.gap-cus {
    padding-top: 80px;
}

ul.ul-cus {
    padding-top: 100px;
}

button.btn-cus2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 12%;
    margin-top: 100px;
    display: block;
    background: #e30613;
    border-radius: 35px;
    padding: 11px;
    border: 1px;
}

a,
button.btn-cus2 {

    color: white;
    font-size: 14px;
}

section.sec3-deadeath {
    background: black;
    padding-top: 80px;
    padding-bottom: 80px;
}




img.sec3-img-zomb {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
}



.row.cus-wid2 {
    margin-left: 105px;
    margin-right: 105px;
}



li.sec-li-img3 {
    padding: 10px;
    padding-left: 40px;
    font-size: 16px;
    color: #ada2a2;
}

img.ico-img-c {
    margin-top: -11px;
    padding-right: 5px;
}

.row.cus-wid2.sec4-ga {
    padding-top: 80px;
}

section.sec5-gallery {
    background: black;
    padding-top: 10px;
    padding-bottom: 80px;
}

h1.sec-gallery {
    text-align: center;
    padding-bottom: 50px;
}

section.testibg {
    background: url(../img/images/tes-banner.jpg);
    height: 730px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.col-md.br-tes2 {
    border: solid;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
     background: #00000078;
}

h1.test-h1 {
    padding-top: 55px;
    font-weight: 800;
}


/* 
	Mobile Responsive Work Death Earth PAge*/

@media (max-width: 1600px) {}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

@media (max-width: 800px) {

	section.breadcrumb-area.deathbg {
		background: url(../img/images/deathearth-bg.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
		height: 855px;
	}
	.centeredde {
		position: absolute;
		top: 280px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.centeredde2 {
		position: absolute;
		top: 730px;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	section.new-deadeath {
		background: black;
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
		height: 100%;
	}
	li.sec-li-img2 {
		padding: 10px;
		padding-left: 0px;
		font-size: 15px;
		color: #ada2a2;
	}
	section.new-deadeath::after {
		content: url(../img/images/gun2.png);
		position: relative;
		display: none;
		top: -360px;
		left: 55px;
	}
	button.btn-cus2 {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 30%;
		margin-top: 100px;
		display: block;
		background: #e30613;
		border-radius: 35px;
		padding: 11px;
		border: 1px;
	}
	.row.cus-wid2 {
		margin-left: 25px;
		margin-right: 25px;
	}
	img.sec3-img-zomb {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 100%;
	}
	li.sec-li-img3 {
		padding: 10px;
		padding-left: 10px;
		font-size: 16px;
		color: #ada2a2;
	}
	img.gi-3 {
		border-radius: 0px;
		padding-bottom: 10px;
		width: 100%;
		height: 240px;
	}
	section.sec5-gallery {
		background: black;
		padding-top: 40px;
		padding-bottom: 80px;
	}
	section.testibg {
		background: url(../img/images/gi-sec6.jpg);
		height: 600px !important;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	p.test-p {
		padding-top: 30px;
		padding-left: 10px;
		color: white;
		padding-right: 10px;
		font-size: 20px;
	}
	h5.test-h3 {
		padding-left: 50px;
		padding-bottom: 30px;
		padding-top: 15px;
	}
}

@media (max-width: 768px) {

	section.breadcrumb-area.deathbg {
		background: url(../img/images/de-banner.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
		height: 857px;
	}
	.centeredde img {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
}
.responsive-iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 300px;
}
	.centeredde {
		position: absolute;
		top: 280px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.centeredde2 {
		position: absolute;
		top: 730px;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	section.new-deadeath {
		background: black;
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
		height: 100%;
	}
	li.sec-li-img2 {
		padding: 10px;
		padding-left: 0px;
		font-size: 15px;
		color: #ada2a2;
	}
	section.new-deadeath::after {
		content: url(../img/images/gun2.png);
		position: relative;
		display: none;
		top: -360px;
		left: 55px;
	}
	button.btn-cus2 {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 30%;
		margin-top: 100px;
		display: block;
		background: #e30613;
		border-radius: 35px;
		padding: 11px;
		border: 1px;
	}
	.row.cus-wid2 {
		margin-left: 25px;
		margin-right: 25px;
	}
	img.sec3-img-zomb {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 100%;
	}
	li.sec-li-img3 {
		padding: 10px;
		padding-left: 10px;
		font-size: 16px;
		color: #ada2a2;
	}col-xl br-tes2
	img.gi-3 {
		border-radius:12px;
		padding-bottom: 10px;
		width: 100%;
		height: 240px;
	}
	section.sec5-gallery {
		background: black;
		padding-top: 40px;
		padding-bottom: 80px;
	}
	section.testibg {
		background: url(../img/images/gi-sec6.jpg);
		height: 600px !important;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	p.test-p {
		padding-top: 30px;
		padding-left: 10px;
		color: white;
		padding-right: 10px;
		font-size: 20px;
	}
	.col-xl.br-tes2 {
    border: 2px solid;
    border-radius: 25px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
	h5.test-h3 {
		padding-left: 50px;
		padding-bottom: 30px;
		padding-top: 15px;
	}
}

.col-xl.br-tes2 {
       border: 2px solid;
    border-radius: 25px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 480px) {
    
    
    .col.bfr-pic::before {
    
  	    display:none;
 
}

section.sec5-gallery::after {
    
   display:none;
}


	section.breadcrumb-area.deathbg {
        background: url(../img/images/deathearth-bg.jpg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        height: 500px;
    }

    .centeredde {
        position: absolute;
        top: 185px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .centeredde2 {
        position: absolute;
        top: 450px;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .centeredde2::after {
        content: url(../img/images/gun.png);
        display: none;
        float: right;
        top: 104px;
        left: 665px;
        position: absolute;
        z-index: -1;
    }

    section.new-deadeath {

        background: black;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        height: 100%;
    }

    section.new-deadeath::after {

        content: url(../img/images/gun2.png);
        display: none;
        position: relative;
        top: -360px;
        left: 55px;
    }

    h1.de-color {
        color: #e30613;
        padding-bottom: 50px;
        font-weight: 700;
        padding-top: 50px;
    }

    li.sec-li-img2 {
        padding: 10px;

        font-size: 17px;
        color: #ada2a2;
    }

    .row.cus-wid {
        margin-left: 10px;
        margin-right: 10px;
    }

    .col.gap-cus {
        padding-top: 50px;
    }

    ul.ul-cus {
        padding-top: 0px;
    }

    button.btn-cus2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        margin-top: 100px;
        display: block;
        background: #e30613;
        border-radius: 35px;
        padding: 11px;
        border: 1px;
    }

    a,
    button.btn-cus2 {

        color: white;
        font-size: 20px;
    }

    section.sec3-deadeath {
        background: black;
        padding-top: 50px;
        padding-bottom: 0px;
    }


    img.sec3-img-zomb {
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-bottom: 50px;
    }

    .row.cus-wid2 {
        display: contents;
    }



    li.sec-li-img3 {
        padding: 10px;
        padding-left: 0px;
        font-size: 16px;
        color: #ada2a2;
    }

    img.ico-img-c {
        margin-top: -11px;
        padding-right: 5px;
    }

    .row.cus-wid2.sec4-ga {
        padding-top: 80px;
    }

    section.sec5-gallery {
        background: black;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    h1.sec-gallery {
        text-align: center;
        padding-bottom: 50px;
    }

    section.testibg {
        background: url(../img/images/tes-banner.jpg);
        height: 100% !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .sec-pta {
        margin: 0px;
    }

    .col-md.br-tes2 {
        border: solid;
        border-radius: 20px;
        margin-top: 50px;
        margin-bottom: 50px;
        display: block;
        background: #00000078;
    }

    h1.test-h1 {
        padding-top: 55px;
        font-weight: 800;
    }

    p.test-p {
        padding: 20px !important;
    }	
}

@media (max-width: 414px) {


	section.breadcrumb-area.deathbg {
        background: url(../img/images/de-banner.jpg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        height: 400px;
        top: 100px;
        position: relative;
    }
section.yt-death {
    background: black;
    position: relative;
    top: 100px;
}
    .centeredde {
      position: absolute;
    top: 168px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62%;
    }

    .centeredde2 {
        position: absolute;
        top: 355px;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .centeredde2::after {
        content: url(../img/images/gun.png);
        display: none;
        float: right;
        top: 104px;
        left: 665px;
        position: absolute;
        z-index: -1;
    }

    section.new-deadeath {

        background: black;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        height: 100%;
    }

    section.new-deadeath::after {

        content: url(../img/images/gun2.png);
        display: none;
        position: relative;
        top: -360px;
        left: 55px;
    }

    h1.de-color {
        color: #e30613;
        padding-bottom: 50px;
        font-weight: 700;
        padding-top: 50px;
    }

    li.sec-li-img2 {
        padding: 10px;

        font-size: 17px;
        color: #ada2a2;
    }

    .row.cus-wid {
        margin-left: 10px;
        margin-right: 10px;
    }

    .col.gap-cus {
      padding-top: 140px;
    }
    .centeredde2 {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


    ul.ul-cus {
        padding-top: 0px;
    }

    button.btn-cus2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        margin-top: 100px;
        display: block;
        background: #e30613;
        border-radius: 35px;
        padding: 11px;
        border: 1px;
    }

    a,
    button.btn-cus2 {

        color: white;
        font-size: 20px;
    }

    section.sec3-deadeath {
        background: black;
        padding-top: 50px;
        padding-bottom: 0px;
    }


    img.sec3-img-zomb {
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-bottom: 50px;
    }

    .row.cus-wid2 {
        display: contents;
    }



    li.sec-li-img3 {
        padding: 10px;
        padding-left: 0px;
        font-size: 16px;
        color: #ada2a2;
    }

    img.ico-img-c {
        margin-top: -11px;
        padding-right: 5px;
    }

    .row.cus-wid2.sec4-ga {
        padding-top: 80px;
    }

    section.sec5-gallery {
        background: black;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    h1.sec-gallery {
        text-align: center;
        padding-bottom: 50px;
    }

    section.testibg {
        background: url(../img/images/tes-banner.jpg);
        height: 100% !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .sec-pta {
        margin: 0px;
    }

    .col-md.br-tes2 {
        border: solid;
        border-radius: 20px;
        margin-top: 50px;
        margin-bottom: 50px;
        display: block;
         background: #00000078;
    }

    h1.test-h1 {
        padding-top: 55px;
        font-weight: 800;
    }

    p.test-p {
        padding: 20px !important;
    }
}

@media (max-width: 375px) {
    section.breadcrumb-area.deathbg {
        background: url(../img/images/de-banner.jpg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        height: 385px;
    top: 100px;
    position: relative;
    }

    .centeredde {
       position: absolute;
    top: 170px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62%;

    }

   
.responsive-iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 250px;
}
    section.yt-death {
    background: black;
    position: relative;
    top: 100px;
}

    section.new-deadeath {

        background: black;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        height: 100%;
    }

    section.new-deadeath::after {

        content: url(../img/images/gun2.png);
        display: none;
        position: relative;
        top: -360px;
        left: 55px;
    }

    h1.de-color {
        color: #e30613;
        padding-bottom: 50px;
        font-weight: 700;
        padding-top: 50px;
    }

    li.sec-li-img2 {
        padding: 10px;

        font-size: 17px;
        color: #ada2a2;
    }

    .row.cus-wid {
        margin-left: 10px;
        margin-right: 10px;
    }

    .col.gap-cus {
        padding-top: 50px;
    }

    ul.ul-cus {
        padding-top: 0px;
    }

    button.btn-cus2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        margin-top: 100px;
        display: block;
        background: #e30613;
        border-radius: 35px;
        padding: 11px;
        border: 1px;
    }

    a,
    button.btn-cus2 {

        color: white;
        font-size: 15px;
    }

    section.sec3-deadeath {
        background: black;
        padding-top: 50px;
        padding-bottom: 0px;
    }


    img.sec3-img-zomb {
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-bottom: 50px;
    }

    .row.cus-wid2 {
        display: contents;
    }



    li.sec-li-img3 {
        padding: 10px;
        padding-left: 0px;
        font-size: 16px;
        color: #ada2a2;
    }

    img.ico-img-c {
        margin-top: -11px;
        padding-right: 5px;
    }

    .row.cus-wid2.sec4-ga {
        padding-top: 80px;
    }

    section.sec5-gallery {
        background: black;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    h1.sec-gallery {
        text-align: center;
        padding-bottom: 50px;
    }

    section.testibg {
        background: url(../img/images/tes-banner.jpg);
        height: 100% !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .sec-pta {
        margin: 0px;
    }

    .col-md.br-tes2 {
        border: solid;
        border-radius: 20px;
        margin-top: 50px;
        margin-bottom: 50px;
        display: block;
         background: #00000078;
    }

    h1.test-h1 {
        padding-top: 55px;
        font-weight: 800;
    }

    p.test-p {
        padding: 20px !important;
    }
}

@media (max-width: 360px) {



	section.breadcrumb-area.deathbg {
        background: url(../img/images/deathearth-bg.jpg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        height: 500px;
    }

    .centeredde {
        position: absolute;
        top: 185px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .centeredde2 {
        position: absolute;
        top: 450px;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .centeredde2::after {
        content: url(../img/images/gun.png);
        display: none;
        float: right;
        top: 104px;
        left: 665px;
        position: absolute;
        z-index: -1;
    }

    section.new-deadeath {

        background: black;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        height: 100%;
    }

    section.new-deadeath::after {

        content: url(../img/images/gun2.png);
        display: none;
        position: relative;
        top: -360px;
        left: 55px;
    }

    h1.de-color {
        color: #e30613;
        padding-bottom: 50px;
        font-weight: 700;
        padding-top: 50px;
    }

    li.sec-li-img2 {
        padding: 10px;

        font-size: 17px;
        color: #ada2a2;
    }

    .row.cus-wid {
        margin-left: 10px;
        margin-right: 10px;
    }

    .col.gap-cus {
        padding-top: 50px;
    }

    ul.ul-cus {
        padding-top: 0px;
    }

    button.btn-cus2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        margin-top: 100px;
        display: block;
        background: #e30613;
        border-radius: 35px;
        padding: 11px;
        border: 1px;
    }

    a,
    button.btn-cus2 {

        color: white;
        font-size: 15px;
    }

    section.sec3-deadeath {
        background: black;
        padding-top: 50px;
        padding-bottom: 0px;
    }


    img.sec3-img-zomb {
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-bottom: 50px;
    }

    .row.cus-wid2 {
        display: contents;
    }



    li.sec-li-img3 {
        padding: 10px;
        padding-left: 0px;
        font-size: 16px;
        color: #ada2a2;
    }

    img.ico-img-c {
        margin-top: -11px;
        padding-right: 5px;
    }

    .row.cus-wid2.sec4-ga {
        padding-top: 80px;
    }

    section.sec5-gallery {
        background: black;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    h1.sec-gallery {
        text-align: center;
        padding-bottom: 50px;
    }

    section.testibg {
        background: url(../img/images/tes-banner.jpg);
        height: 100% !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .sec-pta {
        margin: 0px;
    }

    .col-md.br-tes2 {
        border: solid;
        border-radius: 20px;
        margin-top: 50px;
        margin-bottom: 50px;
        display: block;
         background: #00000078;
    }

    h1.test-h1 {
        padding-top: 55px;
        font-weight: 800;
    }

    p.test-p {
        padding: 20px !important;
    }


}



/* 
	Mobile Responsive Work death earth end PAge*/

/* 
	Mobile Responsive Work Certification PAge*/



@media only screen and (width: 1600px) {section.yt-death {
    background: black;
    display:none;
}}

@media only screen and (width: 1920px) {section.yt-death {
    background: black;
    
    display:none;
}}


@media only screen and (width: 1366px) {
    section.yt-death {
    background: black;
    display:none;
}
}
@media only screen and (width: 1280px) {
    
    section.yt-death {
    background: black;
    display:none;
}
    
}

@media (max-width: 480px) {
    
.yt-img3 {
    position: relative;
    top: 235px !important;
}


}

@media only screen and (width: 1024px) {
    
    .breadcrumb-bg {
    padding-bottom: 150px;
    background-position: center;
    background: black;
    height: 170px;
}


}

@media only screen and (width: 768px) {
    
    .breadcrumb-bg {
    padding-bottom: 150px;
    background-position: center;
    background: black;
    height: 170px;
}


}

@media only screen and (width: 736px) {
    
    .breadcrumb-bg {
    padding-bottom: 150px;
    background-position: center;
    background: black;
    height: 170px;
}


}

@media only screen and (width: 667px) {
    
    .breadcrumb-bg {
    padding-bottom: 150px;
    background-position: center;
    background: black;
    height: 170px;
}


}

@media only screen and (width: 684px) {
    
    .breadcrumb-bg {
    padding-bottom: 150px;
    background-position: center;
    background: black;
    height: 170px;
}


}


@media only screen and (width: 734px) {
    
    .breadcrumb-bg {
    padding-bottom: 150px;
    background-position: center;
    background: black;
    height: 170px;
}


}



@media (max-width: 768px) {}

@media (max-width: 480px) {
    
    h2.styleh2 {
    font-size: 22px !important;
    padding-left: 115px;
    padding-right: 0px;
}
    
    p.pat-cet {
    text-align: left;
    padding-left: 300px;
    font-size: 15px;
    line-height: 20px;
}
    
    section.certi-bg-covr {
    background: url(../img/images/cer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}
.breadcrumb-bg {
    padding-bottom: 150px;
    background-position: center;
    background: black;
    height: 160px;
}

    /* Slider Responsive */

    section.shop-area.pt-120.pb-90.bg-cover2 {
        background-position: left;
        background-repeat: no-repeat;
        background: black;
        padding-top: 50px;
        width: 100%;
    }
     a,
    button.btn-cus2 {

        color: white;
        font-size: 15px !important;
    }
h2.tb-h2 {
    text-align: center;
    font-size: 12px !important;
    padding-top: 20px;
}

.tb-h2a {
    text-align: center;
    font-size: 12px !important;
    padding-top: 20px;
}

h2.sec6-h1 {
    font-size: 27px !important;
}

    .breadcrumb-bg2 {
        background-image: url(../img/images/cer-bg.jpg);
        background-position: top;
        background-size: cover;
        width: 100%;
        padding: 150px;
    }

    h2.styleh2 {
        font-size: 26px;
        padding-left: 135px;
        padding-right: 0px;
    }

    .centered2 {
        top: 255px;
        width: 100%;
    }

    p.pat-cet br {
        display: none;
    }

    p.pat-cet {
        text-align: left;
        padding-left: 140px;
    }

    /* other sections */
    h3.h3-ceti {
        text-align: left;
        padding-left: 120px;
        padding-top: 60px;
        font-size: 30px;
    }


    h4.p-viewd {
        margin-left: 335px;

    }

    li.sec-li-img {
        padding: 10px;
        padding-left: 25px;
        font-size: 18px;
        color: white;
    }

    .col-md.br-tes {
        border: solid;
        border-radius: 20px;
        display: contents;
    }

    h5.test-h3 {
        padding-left: 50px;
        padding-bottom: 0px;
        padding-top: 15px;
    }

    section.testibg {
        background: url(../img/images/tes-banner.jpg);
        height: 540px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
    }

    h1.acad-h1 {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.acedmic-cert {
        background: black;
        padding-bottom: 50px;
    }

    img.redline-img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding: 25px;
        width: 100%;
    }
    .col.small-bg {
    background: url(../img/images/col1.jpg);
    background-repeat: no-repeat;
    height: 1020px;
    background-color: #1a1c1b;
    background-size: 100%;
    border-radius: 20px;
    margin-bottom: 40px;
}
}

@media (max-width: 414px) {
    section.shop-area.pt-120.pb-90.bg-cover2 {
        background-position: left;
        background-repeat: no-repeat;
        background: black;
        padding-top: 50px;
        width: 100%;
    }

    .breadcrumb-bg2 {
        background-image: url(../img/images/cer-bg.jpg);
        background-position: top;
        background-size: cover;
        width: 100%;
        height:450px;
    }

    h2.styleh2 {
        font-size: 25px;
        padding-left: 115px;
        padding-right: 0px;
    }

    .centered2 {
        top: 320px;
        width: 100%;
    }

    p.pat-cet br {
        display: none;
    }

    p.pat-cet {
        text-align: left;
        padding-left: 115px;
    }

    /* other sections */
    h3.h3-ceti {
        text-align: left;
        padding-left: 95px;
        padding-top: 50px;
        font-size: 30px;
    }


    h4.p-viewd {
        margin-left: 265px;
        padding-top: 10px;
    }

    li.sec-li-img {
        padding: 10px;
        padding-left: 25px;
        font-size: 12px;
        color: white;
    }

    .col-md.br-tes {
        border: 1px solid white;
    border-radius: 20px;
    display: block;
    }

    h5.test-h3 {
        padding-left: 50px;
        padding-bottom: 0px;
        padding-top: 15px;
    }

    section.testibg {
        background: url(../img/images/tes-banner.jpg);
        height: 540px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
    }

    h1.acad-h1 {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.acedmic-cert {
        background: black;
        padding-bottom: 50px;
    }

    img.redline-img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding: 25px;
        width: 100%;
    }

    h2.pric-cert {
        text-align: center;
        color: #e30613;
        font-size: 65px;
        padding-right: 100px;
        padding-top: 45px;
    }

    p.test-p {
        padding-top: 50px;
    }
    .col.small-bg {
    background: url(../img/images/col1.jpg);
    background-repeat: no-repeat;
    height: 1020px;
    background-color: #1a1c1b;
    background-size: 100%;
    border-radius: 20px;
    margin-bottom: 40px;
}

}

@media (max-width: 375px) {

    section.shop-area.pt-120.pb-90.bg-cover2 {
        background-position: left;
        background-repeat: no-repeat;
        background: black;
        padding-top: 50px;
        width: 100%;
    }
    .col.mobile-displaynone {

    display: none;
}
       .sec-img-seen1 {
        width: 100%;
        height: auto !important;
        padding-bottom: 10px;
    }

    .sec-img-seen2 {
        width: 100%;
      height: auto !important;
        padding-bottom: 10px;
        margin-left: 0px;
    }

    .sec-img-seen3 {
        width: 100%;
        height: auto !important;
        padding-bottom: 10px;
    }

    .sec-img-seen4 {
        width: 100%;
        height: auto !important;
        padding-bottom: 10px;
    }

    .breadcrumb-bg2 {
        background-image: url(../img/images/cer-bg.jpg);
        background-position: top;
        background-size: cover;
        width: 100%;
        height: 450px;
    }

    h2.styleh2 {
        font-size: 25px;
        padding-left: 115px;
        padding-right: 0px;
    }

    .centered2 {
        top: 320px;
        width: 100%;
    }

    p.pat-cet br {
        display: none;
    }

    p.pat-cet {
        text-align: left;
        padding-left: 115px;
    }

    /* other sections */
    h3.h3-ceti {
        text-align: left;
        padding-left: 95px;
        padding-top: 50px;
        font-size: 30px;
    }


    h4.p-viewd {
        margin-left: 250px;
        padding-top: 10px;
    }

    li.sec-li-img {
        padding: 10px;
        padding-left: 25px;
        font-size: 12px;
        color: white;
    }

    .col-md.br-tes {
        border: 1px solid white;
    border-radius: 20px;
    display: block;
    }

    h5.test-h3 {
        padding-left: 50px;
        padding-bottom: 0px;
        padding-top: 15px;
    }

    section.testibg {
        background: url(../img/images/tes-banner.jpg);
        height: 540px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
    }

    h1.acad-h1 {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.acedmic-cert {
        background: black;
        padding-bottom: 50px;
    }

    img.redline-img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding: 25px;
        width: 100%;
    }

    h2.pric-cert {
        text-align: center;
        color: #e30613;
        font-size: 65px;
        padding-right: 65px;
        padding-top: 30px;
    }

    p.test-p {
        padding-top: 50px;
    }
    .col.small-bg {
    background: url(../img/images/col1.jpg);
    background-repeat: no-repeat;
    height: 1020px;
    background-color: #1a1c1b;
    background-size: 100%;
    border-radius: 20px;
    margin-bottom: 40px;
}

}

@media (max-width: 360px) {


    section.shop-area.pt-120.pb-90.bg-cover2 {
        background-position: left;
        background-repeat: no-repeat;
        background: black;
        padding-top: 50px;
        width: 100%;
    }

    .breadcrumb-bg2 {
        background-image: url(../img/images/cer-bg.jpg);
        background-position: top;
        background-size: cover;
        width: 100%;
        padding: 150px;
    }

    h2.styleh2 {
        font-size: 25px;
        padding-left: 115px;
        padding-right: 0px;
    }

    .centered2 {
        top: 240px;
        width: 100%;
    }

    p.pat-cet br {
        display: none;
    }

    p.pat-cet {
        text-align: left;
        padding-left: 115px;
    }

    /* other sections */
    h3.h3-ceti {
        text-align: left;
        padding-left: 95px;
        padding-top: 50px;
        font-size: 30px;
    }


    h4.p-viewd {
        margin-left: 265px;
        padding-top: 10px;
    }

    li.sec-li-img {
        padding: 10px;
        padding-left: 25px;
        font-size: 12px;
        color: white;
    }

    .col-md.br-tes {
        border: solid;
        border-radius: 20px;
        display: contents;
    }

    h5.test-h3 {
        padding-left: 50px;
        padding-bottom: 0px;
        padding-top: 15px;
    }
    
 

    section.testibg {
        background: url(../img/images/tes-banner.jpg);
        height: 540px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
    }

    h1.acad-h1 {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.acedmic-cert {
        background: black;
        padding-bottom: 50px;
    }

    img.redline-img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding: 25px;
        width: 100%;
    }

    h2.pric-cert {
        text-align: center;
        color: #e30613;
        font-size: 65px;
        padding-right: 65px;
        padding-top: 45px;
    }

    p.test-p {
        padding-top: 50px;
    }
    .col.small-bg {
    background: url(../img/images/col1.jpg);
    background-repeat: no-repeat;
    height: 1020px;
    background-color: #1a1c1b;
    background-size: 100%;
    border-radius: 20px;
    margin-bottom: 40px;
}


}



/* Balls of Glory Page  Responsive */




@media (max-width: 1600px) {}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

@media (max-width: 800px) {}

@media (max-width: 768px) {}

@media (max-width: 480px) {

	main.glorybg {
		background: url(../img/images/fullbgglory.jpg);
		height: 1220px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	button.btn-cus {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
		display: block;
		background: #e30613;
		border-radius: 20px;
		padding: 11px;
		border: 1px;
	}
	.container.bg-overlay {
		background: #000000bf;
	}
	.centered4 {
		position: relative;
		top: 610px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.centered4::before {
		content: url(../img/images/candy.png);
		display: none;
		float: right;
		top: 280px;
		left: 200px;
		position: relative;
	}
	p.glory-p {
		font-size: 15px;
	}
	.centered5::before {
		content: url(../img/images/candy.png);
		float: right;
		display: none;
		top: 80px;
		left: 200px;
		position: relative;
		transform: rotate(
	98deg);
	}
	.centered7::before {
		content: url(../img/images/umb.png);
		float: right;
		display: none;
		top: -230px;
		left: 160px;
		position: relative;
	}
	.centered7::after {
		content: url(../img/images/candy.png);
		float: right;
		display: none;
		top: 0px;
		left: 0px;
		position: relative;
		transform: rotate(
	354deg);
	}
	.centered5::after {
		content: url(../img/images/candy2.png);
		float: left;
		display: none;
		top: -101px;
		left: -150px;
		position: relative;
		transform: rotate(
	91deg);
	}
	.centered5 img{
		width: 100%;
	}
	.centered6 img{
		width: 100%;
	}
	.centered7 img{
		width: 100%;
	}
	.centered3 {
		position: absolute;
		top: 200px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.centered3 img {
		width: 100%;
	}
	.sec-brd {
		border: solid 1px black;
		background: #000000eb;
		padding: 50px 60px 50px 60px;
		border-radius: 50px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: contents;
	}
	.centered5 {
		position: relative;
		top: 45px;
		left: 0px;
		transform: none;
	}
	.centered6::after {
		content: url(../img/images/umb.png);
		float: left;
		display: none;
		left: -221px;
		top: -259px;
		position: relative;
		transform: rotate(
	295deg);
	}
	.centered6 {
		position: relative;
		top: 180px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.centered7 {
		position: relative;
		top: 200px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	section.yt-death::before {
display:none;
}
	
}

@media (max-width: 414px) { 

	main.glorybg {
		background: url(../img/images/fullbgglory.jpg);
		height: 1650px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	
		section.yt-death::before {
display:none;
}
	button.btn-cus {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
		display: block;
		background: #e30613;
		border-radius: 20px;
		padding: 11px;
		border: 1px;
	}
	.container.bg-overlay {
		background: #000000bf;
	}
	.centered4 {
		position: relative;
		top: 530px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.centered4::before {
		content: url(../img/images/candy.png);
		display: none;
		float: right;
		top: 280px;
		left: 200px;
		position: relative;
	}
	p.glory-p {
		font-size: 15px;
	}
	.centered5::before {
		content: url(../img/images/candy.png);
		float: right;
		display: none;
		top: 80px;
		left: 200px;
		position: relative;
		transform: rotate(
	98deg);
	}
	.centered7::before {
		content: url(../img/images/umb.png);
		float: right;
		display: none;
		top: -230px;
		left: 160px;
		position: relative;
	}
	.centered7::after {
		content: url(../img/images/candy.png);
		float: right;
		display: none;
		top: 0px;
		left: 0px;
		position: relative;
		transform: rotate(
	354deg);
	}
	.centered5::after {
		content: url(../img/images/candy2.png);
		float: left;
		display: none;
		top: -101px;
		left: -150px;
		position: relative;
		transform: rotate(
	91deg);
	}
	.centered5 img{
		width: 100%;
	}
	.centered6 img{
		width: 100%;
	}
	.centered7 img{
		width: 100%;
	}
	section.breadcrumb-area.glorybg {
    background: url(../img/images/main.jpg);
    height: 360px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sec-brd::after {
  
 display:none;
}
.sec-brd::before {
  
 display:none;

}
section.balls-sec3-yt::after{
     display:none;

}
section.balls-sec3-yt::before{
    
   display:none;
}

section.balls-sec3::before{
     display:none;
  
}

section.balls-sec3::after{
    

    display:none;
}
	.centered3 {
		position: absolute;
		top: 270px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.centered3 img {
		width: 100%;
	}
	.sec-brd {
		border: solid 1px black;
		background: #000000eb;
		padding: 50px 60px 50px 60px;
		border-radius: 50px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: contents;
	}
	.centered5 {
		position: relative;
		top: 45px;
		left: 0px;
		transform: none;
	}
	.centered6::after {
		content: url(../img/images/umb.png);
		float: left;
		display: none;
		left: -221px;
		top: -259px;
		position: relative;
		transform: rotate(
	295deg);
	}
	.centered6 {
		position: relative;
		top: 180px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.centered7 {
		position: relative;
		top: 200px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
		section.balls-sec2 {
    background: url(../img/images/vdeio2.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.balls-sec3 {
    background: url(../img/images/last-2.jpg);
    height: 670px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
}

@media (max-width: 375px) {

	main.glorybg {
		background: url(../img/images/fullbgglory.jpg);
		height: 1700px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
		section.yt-death::before {
display:none;
}
	button.btn-cus {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
		display: block;
		background: #e30613;
		border-radius: 20px;
		padding: 11px;
		border: 1px;
	}
	.container.bg-overlay {
		background: #000000bf;
	}
	section.balls-sec2 {
    background: url(../img/images/vdeio2.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.balls-sec3 {
    background: url(../img/images/last-2.jpg);
    height: 665px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


	.centered4 {
		position: relative;
		top: 525px;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.centered4::before {
		content: url(../img/images/candy.png);
		display: none;
		float: right;
		top: 280px;
		left: 200px;
		position: relative;
	}
	p.glory-p {
		font-size: 15px;
	}
	.centered5::before {
		content: url(../img/images/candy.png);
		float: right;
		display: none;
		top: 80px;
		left: 200px;
		position: relative;
		transform: rotate(
	98deg);
	}
	.centered7::before {
		content: url(../img/images/umb.png);
		float: right;
		display: none;
		top: -230px;
		left: 160px;
		position: relative;
	}
	.centered7::after {
		content: url(../img/images/candy.png);
		float: right;
		display: none;
		top: 0px;
		left: 0px;
		position: relative;
		transform: rotate(
	354deg);
	}
	.centered5::after {
		content: url(../img/images/candy2.png);
		float: left;
		display: none;
		top: -101px;
		left: -150px;
		position: relative;
		transform: rotate(
	91deg);
	}
	.centered5 img{
		width: 100%;
	}
	.centered6 img{
		width: 100%;
	}
	.centered7 img{
		width: 100%;
	}
	section.breadcrumb-area.glorybg {
    background: url(../img/images/main.jpg);
    height: 360px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sec-brd::after {
  
 display:none;
}
.sec-brd::before {
  
 display:none;

}
section.balls-sec3-yt::after{
     display:none;

}
section.balls-sec3-yt::before{
    
   display:none;
}

section.balls-sec3::before{
     display:none;
  
}

section.balls-sec3::after{
    

    display:none;
}
	.centered3 {
		position: absolute;
		top: 270px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.centered3 img {
		width: 100%;
	}
	.sec-brd {
		border: solid 1px black;
		background: #000000eb;
		padding: 50px 60px 50px 60px;
		border-radius: 50px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: contents;
	}
	.centered5 {
		position: relative;
		top: 45px;
		left: 0px;
		transform: none;
	}
	.centered6::after {
		content: url(../img/images/umb.png);
		float: left;
		display: none;
		left: -221px;
		top: -259px;
		position: relative;
		transform: rotate(
	295deg);
	}
	.centered6 {
		position: relative;
		top: 180px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.centered7 {
		position: relative;
		top: 200px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
}

@media (max-width: 360px) {

	main.glorybg {
		background: url(../img/images/fullbgglory.jpg);
		height: 1220px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	button.btn-cus {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
		display: block;
		background: #e30613;
		border-radius: 20px;
		padding: 11px;
		border: 1px;
	}
		section.yt-death::before {
display:none;
}
	.container.bg-overlay {
		background: #000000bf;
	}
	.centered4 {
		position: relative;
		top: 610px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.centered4::before {
		content: url(../img/images/candy.png);
		display: none;
		float: right;
		top: 280px;
		left: 200px;
		position: relative;
	}
	p.glory-p {
		font-size: 15px;
	}
	.centered5::before {
		content: url(../img/images/candy.png);
		float: right;
		display: none;
		top: 80px;
		left: 200px;
		position: relative;
		transform: rotate(
	98deg);
	}
	.centered7::before {
		content: url(../img/images/umb.png);
		float: right;
		display: none;
		top: -230px;
		left: 160px;
		position: relative;
	}
	.centered7::after {
		content: url(../img/images/candy.png);
		float: right;
		display: none;
		top: 0px;
		left: 0px;
		position: relative;
		transform: rotate(
	354deg);
	}
	.centered5::after {
		content: url(../img/images/candy2.png);
		float: left;
		display: none;
		top: -101px;
		left: -150px;
		position: relative;
		transform: rotate(
	91deg);
	}
	.centered5 img{
		width: 100%;
	}
	.centered6 img{
		width: 100%;
	}
	.centered7 img{
		width: 100%;
	}
	.centered3 {
		position: absolute;
		top: 200px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.centered3 img {
		width: 100%;
	}
	.sec-brd {
		border: solid 1px black;
		background: #000000eb;
		padding: 50px 60px 50px 60px;
		border-radius: 50px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: contents;
	}
	.centered5 {
		position: relative;
		top: 45px;
		left: 0px;
		transform: none;
	}
	.centered6::after {
		content: url(../img/images/umb.png);
		float: left;
		display: none;
		left: -221px;
		top: -259px;
		position: relative;
		transform: rotate(
	295deg);
	}
	.centered6 {
		position: relative;
		top: 180px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.centered7 {
		position: relative;
		top: 200px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
}


/* GI RACing PAge */

section.breadcrumb-area.giracing {
    background: url(../img/images/giracing.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 1040px;
}

section.new-gi2 {

    background: url(../img/images/gi2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 1300px;
}


.giyoutube {
    position: absolute;
    top: 955px;
    left: 50%;
    transform: translate(-50%, -50%);
}

img.youtube-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: solid;
    padding: 20px;
}

img.youtube-img1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;

}

img.youtube-img2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;

}


h1.sec-gi-he {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 78px;
    letter-spacing: 4px;
    font-family: '321impact';
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

h1.sec-gi-he2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 78px;
    letter-spacing: 4px;
    font-family: '321impact';
    color: white;
    text-transform: uppercase;
}

p.sec-gi-p {
    font-size: 22px;
    text-align: center;
    padding-top: 50px;
    line-height: 35px;
    margin:auto;
}

@font-face {
    font-family: '321impact';
    src: url(../fonts/321impact.ttf);
}
@font-face {
    font-family: 'Oxanium';
    src: url('../fonts/Oxanium-Bold.ttf');
}

section.sec3-gi3 {
    background: url(../img/images/gi3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

img.sec3-img-gi {
    left: 120px;
    position: absolute;
    top: -255px;
}

.col.giborder {
    background: black;
}

.col.giborder {
    background: #000000b8;
    border-radius: 20px;
    padding: 25px;
}

img.gi-3 {
    padding-bottom: 5px;
	border-radius:12px;
    width: 100%;
    height: auto;
}

section.testibg {
 
    background: linear-gradient( 
174deg, rgb(32 32 32 / 52%), rgb(255 18 18 / 55%)), url(../img/images/dead-earth-bg.jpg);
    height: 100% !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.sec5-gallerygi {
    background: black;

    padding-bottom: 80px;
}

img.sec-5-gi {
    margin-left: auto;
    display: block;
    margin-right: auto;
    padding-top: 70px;
}

h1.sec-7-h1 {
    color: #fa9d37;
    text-align: center;
    padding-top: 20px;
}

p.sec-last-p {
    text-align: center;
    padding-left: 21%;
    padding-right: 21%;
    padding-bottom: 50px;
}

section.gi-cert {
    background: url(../img/images/last-gi-b.jpg);
    height: 590px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

button.btn-sec-gi {
    background: #e30613;
    color: white;
    padding: 15px 45px;
    border-radius: 47px;
    border: solid 1px red;
    margin-left: auto;
    margin-right: auto;
}
/* Reviews Redesign Page */
.reviews-bg {

    background: url(../img/images/fullbgglory.jpg);
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;


}

.title {position: absolute;left: 40%;top: 50%;}
.r-main-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
    font-family: inherit;
}
.r-sub-title {
    text-align: center;
    text-transform: uppercase;
}
.gallery {
     background: url(../img/images/fullbgglory.jpg);
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;

}

/* reviews page */
section.breadcrumb-area.review-bg{

    background: url(../img/images/reviews-bg.jpg);
    height: 640px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 275px;
    padding-bottom: 170px;
    
}

h1.sec1-review-h1 {
    text-align: center;
    font-size: 95px;
    letter-spacing: 4px;
    font-family: '321impact';
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
h5.sec1-review-h5 {
    text-transform: uppercase;
    top: -25px;
    position: relative;
    margin-top: -35px;
    font-size: 25px;
    font-style: italic;
    color: #b9b9b9;
}

.span_12 {
    max-width: 1400px;
    margin: auto;
}
.col-sm-4 {
    width: 31.914893614%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-left: 1%;
    box-sizing: border-box;
}
.oranges-flip-box {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}
.oranges-flip-box .flip-box-front[data-text-color="light"],
.oranges-flip-box .flip-box-back[data-text-color="light"],
.oranges-flip-box .flip-box-front[data-text-color="light"] h1,
.oranges-flip-box .flip-box-back[data-text-color="light"] h1,
.oranges-flip-box .flip-box-front[data-text-color="light"] h2,
.oranges-flip-box .flip-box-back[data-text-color="light"] h2,
.oranges-flip-box .flip-box-front[data-text-color="light"] h3,
.oranges-flip-box .flip-box-back[data-text-color="light"] h3,
.oranges-flip-box .flip-box-front[data-text-color="light"] h4,
.oranges-flip-box .flip-box-back[data-text-color="light"] h4,
.oranges-flip-box .flip-box-front[data-text-color="light"] h5,
.oranges-flip-box .flip-box-back[data-text-color="light"] h5,
.oranges-flip-box .flip-box-front[data-text-color="light"] h6,
.oranges-flip-box .flip-box-back[data-text-color="light"] h6 {
    color: #fff;
}
.oranges-flip-box .flip-box-front,
.oranges-flip-box .flip-box-back {
    background-size: cover;
    background-position: center;
    transition: -webkit-transform 0.75s cubic-bezier(.45, .2, .2, 1);
    transition: transform 0.75s cubic-bezier(.45, .2, .2, 1);
    transition: transform 0.75s cubic-bezier(.45, .2, .2, 1), -webkit-transform 0.75s cubic-bezier(.45, .2, .2, 1);
    -webkit-transition: transform 0.75s cubic-bezier(.45, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: inherit;
    perspective: inherit;
}
.oranges-flip-box[data-shadow="light_visibility"] .flip-box-back,
.oranges-flip-box[data-shadow="light_visibility"] .flip-box-front {
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
}
.oranges-flip-box[data-shadow="heavy_visibility"] .flip-box-back,
.oranges-flip-box[data-shadow="heavy_visibility"] .flip-box-front {
    box-shadow: 0px 30px 75px rgba(0, 0, 0, 0.4);
}
.oranges-flip-box .flip-box-back[data-bg-overlay="true"]:after,
.oranges-flip-box .flip-box-front[data-bg-overlay="true"]:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    display: block;
    opacity: 0.6;
    background-color: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
}
.oranges-flip-box:hover .flip-box-front,
.oranges-flip-box:hover .flip-box-back {
    transition: -webkit-transform 0.75s cubic-bezier(.45, .2, .2, 1);
    transition: transform 0.75s cubic-bezier(.45, .2, .2, 1);
    transition: transform 0.75s cubic-bezier(.45, .2, .2, 1), -webkit-transform 0.75s cubic-bezier(.45, .2, .2, 1);
    -webkit-transition: transform 0.75s cubic-bezier(.45, .2, .2, 1);
}
.oranges-flip-box .flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
}
.oranges-flip-box .oranges-button {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.oranges-flip-box[data-h_text_align="center"] .flip-box-back,
.oranges-flip-box[data-h_text_align="center"] .flip-box-front {
    text-align: center;
}
.oranges-flip-box[data-h_text_align="right"] .flip-box-back,
.oranges-flip-box[data-h_text_align="right"] .flip-box-front {
    text-align: right;
}
.oranges-flip-box[data-v_text_align="center"] .flip-box-back .inner,
.oranges-flip-box[data-v_text_align="center"] .flip-box-front .inner {
    transform: translateY(-50%) translateZ(60px) scale(.88);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.88);
    top: 50%;
}
.oranges-flip-box[data-v_text_align="bottom"] .flip-box-back .inner,
.oranges-flip-box[data-v_text_align="bottom"] .flip-box-front .inner {
    -ms-transform: translateZ(60px) scale(.88);
    transform: translateZ(60px) scale(.88);
    -webkit-transform: translateZ(60px) scale(.88);
    bottom: 0;
}
.oranges-flip-box[data-v_text_align="top"] .flip-box-back .inner,
.oranges-flip-box[data-v_text_align="top"] .flip-box-front .inner {
    -ms-transform: translateZ(60px) scale(.88);
    transform: translateZ(60px) scale(.88);
    -webkit-transform: translateZ(60px) scale(.88);
    top: 0;
}
.oranges-flip-box[data-flip-direction="vertical-to-top"] .flip-box-back .inner,
.oranges-flip-box[data-flip-direction="vertical-to-top"] .flip-box-front .inner,
.oranges-flip-box[data-flip-direction="vertical-to-bottom"] .flip-box-back .inner,
.oranges-flip-box[data-flip-direction="vertical-to-bottom"] .flip-box-front .inner {
    -ms-transform: translateZ(50px) scale(.9);
    transform: translateZ(50px) scale(.9);
    -webkit-transform: translateZ(50px) scale(.9);
}
.oranges-flip-box[data-v_text_align="center"][data-flip-direction="vertical-to-bottom"] .flip-box-back .inner,
.oranges-flip-box[data-v_text_align="center"][data-flip-direction="vertical-to-bottom"] .flip-box-front .inner,
.oranges-flip-box[data-v_text_align="center"][data-flip-direction="vertical-to-top"] .flip-box-back .inner,
.oranges-flip-box[data-v_text_align="center"][data-flip-direction="vertical-to-top"] .flip-box-front .inner {
    -ms-transform: translateY(-50%) translateZ(50px) scale(.9);
    transform: translateY(-50%) translateZ(50px) scale(.9);
    -webkit-transform: translateY(-50%) translateZ(50px) scale(.9);
}
.oranges-flip-box .flip-box-back .inner,
.oranges-flip-box .flip-box-front .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 60px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}
.oranges-flip-box[data-flip-direction="horizontal-to-left"] .flip-box-back,
body:not(.using-mobile-browser) .oranges-flip-box[data-flip-direction="horizontal-to-right"]:hover .flip-box-front,
.owl-carousel.moving .oranges-flip-box[data-flip-direction="horizontal-to-left"] .flip-box-back {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.oranges-flip-box[data-flip-direction="horizontal-to-right"].flipped .flip-box-front {
    -ms-transform: rotateY(180deg)!important;
    -webkit-transform: rotateY(180deg)!important;
    transform: rotateY(180deg)!important;
}
.oranges-flip-box[data-flip-direction="horizontal-to-left"] .flip-box-front,
body:not(.using-mobile-browser) .oranges-flip-box[data-flip-direction="horizontal-to-left"]:hover .flip-box-back,
.oranges-flip-box[data-flip-direction="horizontal-to-right"] .flip-box-front,
body:not(.using-mobile-browser) .oranges-flip-box[data-flip-direction="horizontal-to-right"]:hover .flip-box-back,
.owl-carousel.moving .oranges-flip-box[data-flip-direction="horizontal-to-left"] .flip-box-front,
.owl-carousel.moving .oranges-flip-box[data-flip-direction="horizontal-to-right"] .flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    cursor: pointer;
}
.oranges-flip-box[data-flip-direction="horizontal-to-left"].flipped .flip-box-back,
.oranges-flip-box[data-flip-direction="horizontal-to-right"].flipped .flip-box-back {
    -ms-transform: rotateY(0deg)!important;
    -webkit-transform: rotateY(0deg)!important;
    transform: rotateY(0deg)!important;
}
body:not(.using-mobile-browser) .oranges-flip-box[data-flip-direction="horizontal-to-left"]:hover .flip-box-front,
.oranges-flip-box[data-flip-direction="horizontal-to-right"] .flip-box-back,
.owl-carousel.moving .oranges-flip-box[data-flip-direction="horizontal-to-right"] .flip-box-back {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.oranges-flip-box[data-flip-direction="horizontal-to-left"].flipped .flip-box-front {
    -ms-transform: rotateY(-180deg)!important;
    -webkit-transform: rotateY(-180deg)!important;
    transform: rotateY(-180deg)!important;
}
.oranges-flip-box[data-flip-direction="vertical-to-top"] .flip-box-back,
body:not(.using-mobile-browser) .oranges-flip-box[data-flip-direction="vertical-to-bottom"]:hover .flip-box-front {
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.oranges-flip-box[data-flip-direction="vertical-to-bottom"].flipped .flip-box-front {
    -ms-transform: rotateX(180deg)!important;
    -webkit-transform: rotateX(180deg)!important;
    transform: rotateX(180deg)!important;
}
.oranges-flip-box[data-flip-direction="vertical-to-top"] .flip-box-front,
body:not(.using-mobile-browser) .oranges-flip-box[data-flip-direction="vertical-to-top"]:hover .flip-box-back,
.oranges-flip-box[data-flip-direction="vertical-to-bottom"] .flip-box-front,
body:not(.using-mobile-browser) .oranges-flip-box[data-flip-direction="vertical-to-bottom"]:hover .flip-box-back {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.oranges-flip-box[data-flip-direction="vertical-to-top"].flipped .flip-box-back,
.oranges-flip-box[data-flip-direction="vertical-to-bottom"].flipped .flip-box-back {
    -ms-transform: rotateX(0deg)!important;
    -webkit-transform: rotateX(0deg)!important;
    transform: rotateX(0deg)!important;
}
body:not(.using-mobile-browser) .oranges-flip-box[data-flip-direction="vertical-to-top"]:hover .flip-box-front,
.oranges-flip-box[data-flip-direction="vertical-to-bottom"] .flip-box-back {
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.oranges-flip-box[data-flip-direction="vertical-to-top"].flipped .flip-box-front {
    -ms-transform: rotateX(-180deg)!important;
    -webkit-transform: rotateX(-180deg)!important;
    transform: rotateX(-180deg)!important;
}
.oranges-flip-box .flip-box-front i {
    margin-bottom: 20px;
    height: auto!important;
    display: block;
    width: auto!important;
}
.oranges-flip-box .flip-box-front .inner {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    font-size: 30px;
    font-weight: 900;
    color: white;
}
.oranges-flip-box .flip-box-back .inner,
.oranges-flip-box .flip-box-front .inner {
    position: absolute;
    left: 0px;
    width: 100%;
    padding: 60px 0px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

section.sec2-review-flip {
    background: black;
    height: auto;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
:root {
    --star-size: 60px;
    --star-color: #fff;
    --star-background: #fc0;
}
.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: 'Poppins';
    line-height: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 5px;
    padding-bottom: 40px;
}
h2.course-title {
    color: black;
    font-size: 25px;
}
p.description {
    color: black;
}
h4.user-name {
    text-align: center;
    color: black;
}
.Stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:30px;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    color: black !important;
}
.modal-dialog.modal-dialog-centered.modal-lg .Stars {
    text-align: left;
    padding-left: 20px;
}
.img-rewies-slider {
    background-repeat: no-repeat;
  
    background-position: left;
}


/*Reviews mobile responsive*/


@media (max-width: 1600px) {}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {}
@media (max-width: 800px) {}
@media (max-width: 768px) {
    
    	section.yt-death::before {
display:none;
}
    
    section.sec2-review-flip {
     background: black;
    height: auto;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
section.breadcrumb-area.review-bg {
    background: url(../img/images/reviews-bg.jpg);
    height: 640px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 170px;
}
h1.sec1-review-h1 {
    text-align: center;
    font-size: 70px;
    letter-spacing: 4px;
    font-family: '321impact';
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
}
@media (max-width: 480px) {
    
    	section.yt-death::before {
display:none;
}
    
    section.sec2-review-flip {
     background: black;
    height: auto;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
section.breadcrumb-area.review-bg {
    background: url(../img/images/reviews-bg.jpg);
    height: 640px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 170px;
}
h1.sec1-review-h1 {
    text-align: center;
    font-size: 70px;
    letter-spacing: 4px;
    font-family: '321impact';
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
}
@media (max-width: 414px) {
    
    section.sec2-review-flip {
     background: black;
    height: auto;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
section.breadcrumb-area.review-bg {
    background: url(../img/images/reviews-bg.jpg);
    height: 640px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 170px;
}
h1.sec1-review-h1 {
    text-align: center;
    font-size: 70px;
    letter-spacing: 4px;
    font-family: '321impact';
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
}
@media (max-width: 375px) {
    
    section.sec2-review-flip {
     background: black;
    height: auto;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
section.breadcrumb-area.review-bg {
    background: url(../img/images/reviews-bg.jpg);
    height: 640px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 170px;
}
h1.sec1-review-h1 {
    text-align: center;
    font-size: 70px;
    letter-spacing: 4px;
    font-family: '321impact';
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
}
@media (max-width: 360px) {
    
    section.sec2-review-flip {
   background: black;
    height: auto;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
section.breadcrumb-area.review-bg {
    background: url(../img/images/reviews-bg.jpg);
    height: 640px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 170px;
}
h1.sec1-review-h1 {
    text-align: center;
    font-size: 70px;
    letter-spacing: 4px;
    font-family: '321impact';
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
}


/*catalog page mobile res*/


@media (max-width: 1600px) {}
@media only (max-width: 1366px) {
    
    .sec-1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    width: 30%;
    height: 710px;
    margin-bottom: 20px;
}
}
@media only (max-width: 1280px) {
    
    .sec-1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    width: 30%;
    height: 710px;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 1024px) {
    
    .sec-1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    width: 40%;
    height: 710px;
    margin-bottom: 20px;
}
}
@media (max-width: 800px) {
    
    .sec-1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    width: 30%;
    height: 710px;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 768px) {
    
    .sec-1 {
       background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    height: 900px;
    width: 100%;
    margin-bottom: 50px;
}
.foot-wrapper {
    position: relative;
    margin-top: 15%;
}
}
@media (max-width: 480px) {
    
    .sec-1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    width: 24%;
    height: 710px;
    width: 100%;
    margin-bottom: 50px;
}
}
@media (max-width: 414px) {
    
    .sec-1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    width: 24%;
    height: 710px;
    width: 100%;
    margin-bottom: 50px;
}
}
@media (max-width: 375px) {
    
    .sec-1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    width: 24%;
    height: 725px;
    width: 100%;
    margin-bottom: 50px;
}
.foot-wrapper {
    position: relative;
    top: 100px;
}
}
@media (max-width: 360px) {
    
    .sec-1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    width: 24%;
    height: 710px;
    width: 100%;
    margin-bottom: 50px;
}
}

/*GI Racing Mob Res*/



@media (max-width: 1600px) {}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {}
@media (max-width: 800px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {
    
    section.breadcrumb-area.giracing {
    background: url(../img/images/giracing.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 315px;
}
.centeredde img {
    width: 100%;
        position: relative;
    bottom: 65px;
}
section.new-gi2 {
    background: url(../img/images/gi2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
section.sec3-gi3 {
    background: url(../img/images/gi3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
section.gi-cert {
    background: url(../img/images/last-gi-b.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
}
section.slider-area {
    padding-top: 100px;
}

}
@media (max-width: 414px) {
    
    section.breadcrumb-area.giracing {
    background: url(../img/images/giracing.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 375px;
}
.centeredde img {
    width: 100%;
        position: relative;
    bottom: 50px;
}
section.new-gi2 {
    background: url(../img/images/gi2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
section.sec3-gi3 {
    background: url(../img/images/gi3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
section.gi-cert {
    background: url(../img/images/last-gi-b.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
}
section.slider-area {
    padding-top: 100px;
}

}
@media (max-width: 375px) {
    
    section.breadcrumb-area.giracing {
    background: url(../img/images/giracing.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 375px;
}
.col-xl.br-tes2 {
    border: 2px solid;
    border-radius: 25px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.centeredde img {
    width: 100%;
        position: relative;
    bottom: 50px;
}
section.new-gi2 {
    background: url(../img/images/gi2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
section.sec3-gi3 {
    background: url(../img/images/gi3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
section.gi-cert {
    background: url(../img/images/last-gi-b.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
}
.centeredde2 {
    position: absolute;
    top: 350px !important;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
}
@media (max-width: 360px) {
    
    
    section.breadcrumb-area.giracing {
    background: url(../img/images/giracing.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 315px;
}
.centeredde img {
    width: 100%;
        position: relative;
    bottom: 65px;
}
section.new-gi2 {
    background: url(../img/images/gi2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
section.sec3-gi3 {
    background: url(../img/images/gi3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
section.gi-cert {
    background: url(../img/images/last-gi-b.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
}
}
  img.sec3-img-girac {
    
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}



/*landscape death earth mode css*/

@media only screen and (max-width: 1024px) {
    
    section.yt-death::before{
        
        display:none;
    }
    section.new-deadeath {
    background: url(../img/images/deadearthbg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 100%;
}

section.new-deadeath::after{
    
    display:none;
}
}





/*landscape mode css*/

@media (max-width: 375px) {
    
h1.sec-gi-he2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 40px;
    letter-spacing: 4px;
    font-family: '321impact';
    color: white;
    text-transform: uppercase;
}
section.slider-area {
    padding-top: 100px;
}

}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media only (max-width: 1024px) {
    
    .foot-wrapper {
    position: relative;
    margin-top: 90%;
}

h3.h3-ceti {
    text-align: left;
    padding-left: 250px;
    padding-top: 160px;
    font-size: 45px;
}
p.sec-p-certi {
    padding-top: 165px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 300;
    color: white;
}
h4.p-viewd {
    margin-left: 570px;
    margin-right: auto;
    margin-top: -85px;
    font-weight: 100;
}
section.new-deadeath::after {
    content: url(../img/images/gun2.png);
    position: relative;
    top: -360px;
    left: 55px;
    display:none;
}
section.sec3-deadeath {
    background: black;
    padding-top: 80px;
    padding-bottom: 80px;
}
section.new-deadeath {
    background: url(../img/images/deadearthbg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 100%;
    padding-bottom: 5rem;
}

}
@media only (max-width: 1024px) {
    
    h3.h3-ceti {
    text-align: left;
    padding-left: 265px;
    padding-top: 155px;
    font-size: 45px;
}
p.sec-p-certi {
    padding-top: 170px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 300;
    color: white;
}
h4.p-viewd {
    margin-left: 550px;
    margin-right: auto;
    margin-top: -85px;
    font-weight: 100;
}
}
@media (max-width: 734px) {
    
    .sec-1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    width: 24%;
    height: auto;
    width: 100%;
    margin-bottom: 50px;
}
.foot-wrapper {
    position: relative;
    margin-top: 20%;
}

img.gi-3 {
    /* padding-bottom: 34px; */
    width: 100%;
    height: 100%;
}


}

@media (max-width: 736px) {
    
    .sec-1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    width: 24%;
    height: auto;
    width: 100%;
    margin-bottom: 50px;
}
.foot-wrapper {
    position: relative;
    margin-top: 20%;
}
.centeredde2 {
    position: absolute;
    top: 640px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

}

@media only (max-width: 768px) {
    
    .sec-1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    width: 24%;
    height: auto;
    width: 100%;
    margin-bottom: 50px;
}
.foot-wrapper {
    position: relative;
    margin-top: 20%;
}

/*h3.h3-ceti {*/
/*    text-align: left;*/
/*    padding-left: 180px;*/
/*    padding-top: 104px;*/
/*    font-size: 45px;*/
/*}*/
p.sec-p-certi {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 300;
    color: white;
}

h4.p-viewd {
    margin-left: 430px;
    margin-right: auto;
    margin-top: -85px;
    font-weight: 100;
}

.centeredde2 {
    position: absolute;
    top: 660px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

}
@media (max-width: 480px) {}
@media (max-width: 414px) {
    
    .foot-wrapper {
    position: relative;
    margin-top: 15%;
}

}


@media only screen and (min-width: 736px){
    

.centered4 {
    position: relative;
    top: 450px;
    left: 0;
    transform: none;
}
}
@media only screen and (min-width: 734px){
    
.centered4 {
    position: relative;
    top: 450px;
    left: 0;
    transform: none;
}
.centered7 {
    position: absolute;
    top: 2360px;
    left: 47%;
    transform: translate(-50%, -50%);
}
.centered6 {
    position: absolute;
    top: 1700px;
    left: 50%;
    transform: translate(-50%, -50%);
}
main.glorybg {
    background: url(../img/images/fullbgglory.jpg);
    height: 3200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

}

@media only screen and (min-width: 684px){
    

.centered4 {
    position: relative;
    top: 450px;
    left: 0;
    transform: none;
}

.centered7 {
    position: absolute;
    top: 2360px;
    left: 47%;
    transform: translate(-50%, -50%);
}
.centered6 {
    position: absolute;
    top: 1700px;
    left: 50%;
    transform: translate(-50%, -50%);
}
main.glorybg {
    background: url(../img/images/fullbgglory.jpg);
    height: 3200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

}

@media only screen and (min-width: 667px){
    

.centered4 {
    position: relative;
    top: 450px;
    left: 0;
    transform: none;
}

.centered7 {
    position: absolute;
    top: 2360px;
    left: 47%;
    transform: translate(-50%, -50%);
}
.centered6 {
    position: absolute;
    top: 1700px;
    left: 50%;
    transform: translate(-50%, -50%);
}
main.glorybg {
    background: url(../img/images/fullbgglory.jpg);
    height: 3200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

}

@media (max-width: 1024px) {
    .sec-brd::after {
  
 display:none;
}
.sec-brd::before {
  
 display:none;

}
section.balls-sec3-yt::after{
     display:none;

}
section.balls-sec3-yt::before{
    
   display:none;
}

section.balls-sec3::before{
     display:none;
  
}

section.balls-sec3::after{
    

    display:none;
}
}
@media (max-width: 800px) {}
@media  (max-width: 768px) {
    .sec-brd::after {
  
 display:none;
}
.sec-brd::before {
  
 display:none;

}
section.balls-sec3-yt::after{
     display:none;

}
section.balls-sec3-yt::before{
    
   display:none;
}

section.balls-sec3::before{
     display:none;
  
}

section.balls-sec3::after{
    

    display:none;
}
}
@media (max-width: 736px) {
    
    .sec-brd::after {
  
 display:none;
}
.sec-brd::before {
  
 display:none;

}
section.balls-sec3-yt::after{
     display:none;

}
section.balls-sec3-yt::before{
    
   display:none;
}

section.balls-sec3::before{
     display:none;
  
}

section.balls-sec3::after{
    

    display:none;
}
}
@media (max-width: 667px) {
    .sec-brd::after {
  
 display:none;
}
.sec-brd::before {
  
 display:none;

}
section.balls-sec3-yt::after{
     display:none;

}
section.balls-sec3-yt::before{
    
   display:none;
}

section.balls-sec3::before{
     display:none;
  
}

section.balls-sec3::after{
    

    display:none;
}
}

@media (max-width: 684px) {
    .sec-brd::after {
  
 display:none;
}
.sec-brd::before {
  
 display:none;

}
section.balls-sec3-yt::after{
     display:none;

}
section.balls-sec3-yt::before{
    
   display:none;
}

section.balls-sec3::before{
     display:none;
  
}

section.balls-sec3::after{
    

    display:none;
}
}
@media (max-width: 734px) {
    .sec-brd::after {
  
 display:none;
}
.sec-brd::before {
  
 display:none;

}
section.balls-sec3-yt::after{
     display:none;

}
section.balls-sec3-yt::before{
    
   display:none;
}

section.balls-sec3::before{
     display:none;
  
}

section.balls-sec3::after{
    

    display:none;
}
}


.yt-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
img.res-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width:100%;
  
}
iframe.responsive-iframe2 {
    width: 100%;
    height:  316.05px;
}
iframe.responsive-iframe3 {
    width: 80%;
    height:  546.68px;
    top: 543px;
    position: relative;
        margin-left: auto;
    margin-right: auto;
    display: block;
}

/*certification landscape*/

@media only screen and (width: 734px) {
    
    .breadcrumb-bg2 {
    background-image: url(../img/images/cer-bg-land.jpg);

}
.inner-about-area .title-style-three {
    padding-bottom: 0px;
}
.inner-about-area {
    padding-top: 50px !important;
}
.inner-about-area {
    position: relative;
    padding-bottom: 30px;
    padding-top: 105px;
}

    .row.align-items-center.mob-rev {
    display: flex;
    flex-direction: column-reverse;
}
p.pat-cet {
    text-align: left;
    padding-left: 300px;
    font-size: 21px;
}
h3.h3-ceti {
    text-align: left;
    padding-left: 150px;
    padding-top: 70px;
    font-size: 45px;
}
.ptpb-mob {
    padding-bottom: 45px;
    padding-top: 45px;
}
}
@media only screen and (width: 684px) {
    
    .breadcrumb-bg2 {
    background-image: url(../img/images/cer-bg-land.jpg);

}
.inner-about-area .title-style-three {
    padding-bottom: 0px;
}
.inner-about-area {
  padding-top: 50px !important;
}
.inner-about-area {
    position: relative;
    padding-bottom: 30px;
    padding-top: 105px;
}
    .row.align-items-center.mob-rev {
    display: flex;
    flex-direction: column-reverse;
}
p.pat-cet {
    text-align: left;
    padding-left: 300px;
    font-size: 21px;
}
h3.h3-ceti {
    text-align: left;
    padding-left: 150px;
    padding-top: 70px;
    font-size: 45px;
}
.ptpb-mob {
    padding-bottom: 45px;
    padding-top: 45px;
}
}
@media only screen and (width: 667px) {
    
    .breadcrumb-bg2 {
    background-image: url(../img/images/cer-bg-land.jpg);

}
.inner-about-area .title-style-three {
    padding-bottom: 0px;
}
.inner-about-area {
    padding-top: 50px !important;
}
.inner-about-area {
    position: relative;
    padding-bottom: 30px;
    padding-top: 105px;
}
    .row.align-items-center.mob-rev {
    display: flex;
    flex-direction: column-reverse;
}
p.pat-cet {
    text-align: left;
    padding-left: 300px;
    font-size: 21px;
}
h3.h3-ceti {
    text-align: left;
    padding-left: 150px;
    padding-top: 70px;
    font-size: 45px;
}
.ptpb-mob {
    padding-bottom: 45px;
    padding-top: 45px;
}
}
@media only screen and (width: 736px) {
    
    .breadcrumb-bg2 {
    background-image: url(../img/images/cer-bg-land.jpg);

}
.inner-about-area .title-style-three {
    padding-bottom: 0px;
}
.inner-about-area {
   padding-top: 50px !important;
}
.inner-about-area {
    position: relative;
    padding-bottom: 30px;
    padding-top: 105px;
}
    .row.align-items-center.mob-rev {
    display: flex;
    flex-direction: column-reverse;
}
p.pat-cet {
    text-align: left;
    padding-left: 300px;
    font-size: 21px;
}
h3.h3-ceti {
    text-align: left;
    padding-left: 140px;
    padding-top: 70px;
    font-size: 45px;
}
h4.p-viewd {
    margin-left: 355px;
    margin-right: auto;
    margin-top: -85px;
    font-weight: 100;
}
.ptpb-mob {
    padding-bottom: 45px;
    padding-top: 45px;
}

}
@media only screen and (width: 768px) {
    
    .breadcrumb-bg2 {
    background-image: url(../img/images/cer-bg-land.jpg);

}
.inner-about-area .title-style-three {
    padding-bottom: 0px;
}
.inner-about-area {
  padding-top: 50px !important;
}
.inner-about-area {
    position: relative;
    padding-bottom: 30px;
    padding-top: 105px;
}
    .row.align-items-center.mob-rev {
    display: flex;
    flex-direction: column-reverse;
}
p.pat-cet {
    text-align: left;
    padding-left: 300px;
    font-size: 21px;
}
h3.h3-ceti {
    text-align: left;
    padding-left: 185px;
    padding-top: 85px;
    font-size: 60px;
}
.col.small-bg {
    background: url(../img/images/col1.jpg);
    background-repeat: no-repeat;
    height: 100%;
    background-color: #1a1c1b;
    background-size: 100%;
    border-radius: 20px;
    padding-bottom: 2rem;
    margin-bottom: 50px;
}
h4.p-viewd {
    margin-left: 430px;
    margin-right: auto;
    margin-top: -85px;
    font-weight: 100;
}
.inner-about-area {
    position: relative;
    padding-bottom: 0px;
    padding-top: 60px;
}
.ptpb-mob {
    padding-bottom: 45px;
    padding-top: 45px;
}
}
@media only screen and (width: 1024px) {
    
    .breadcrumb-bg2 {
    background-image: url(../img/images/cer-bg-land.jpg);

}
.inner-about-area .title-style-three {
    padding-bottom: 0px;
}
p.pat-cet {
    text-align: left;
    padding-left: 300px;
    font-size: 21px;
}
p.sec-p-certi {
    padding-top: 190px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 300;
    color: white;
}
h3.h3-ceti {
    text-align: left;
    padding-left: 250px;
    padding-top: 150px;
    font-size: 50px;
}
h4.p-viewd {
    margin-left: 550px;
    margin-right: auto;
    margin-top: -85px;
    font-weight: 100;
}
.col.small-bg {
    background: url(../img/images/col1.jpg);
    background-repeat: no-repeat;
    height: 100%;
    background-color: #1a1c1b;
    background-size: 100%;
    border-radius: 20px;
    padding-bottom: 2rem;
    margin-bottom: 50px;
}
.ptpb-mob {
    padding-bottom: 45px;
    padding-top: 45px;
}
.contact-area .title-style-three {
    padding-bottom: 0;
    padding-top: 50px;
}
.inner-about-area {
    position: relative;
    padding-bottom: 0px;
    padding-top: 60px;
}
}
@media only  (max-width: 1366px) {}
@media only (max-width: 1280px) {}

@media (max-width: 480px) {

   
    .row.align-items-center.mob-rev {
    display: flex;
    flex-direction: column-reverse;
}
.inner-about-area .title-style-three {
    padding-bottom: 0px;
}
.inner-about-area {
    position: relative;
    padding-bottom: 25px;
    padding-top: 105px;
}
    
    .inner-about-area {
    padding-top: 50px !important;
}
#contact-map {

    display: none;
}
.ptpb-mob {
    padding-bottom: 45px;
    padding-top: 45px;
}
.breadcrumb-bg {
    padding-top: 0px !important;
    padding-bottom: 100px !important;
}


}

.pb-120x {
    padding-bottom: 60px !important;
}
.pt-120x {
    padding-top: 60px !important;
}


/*home page landscape */

@media only screen and (width: 734px){
    
    .cta-bg3 {
    background-image: url(../img/images/large-banner.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 5rem;
}
img.secimg-4 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    display: block;
}
    h2.sec4-h2 {
    margin-left: 0px;
    margin-top: 50px;
    font-size: 38px;
}
p.sec4-p {
    margin-left: 0px;
    margin-top: 30px;
}
.cta-bg4 {
    background-image: url(../img/images/small-banner4.jpg);
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
    top: -12px;
    position: relative;
    height: 410px;
}
.content {
    padding-left: 0px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
p.sec-p {
    font-size: 18px;
    text-align: center;
        padding-left: 2%;

}
.container.topyt {
    top: 0px;
    position: relative;
    left: 0px;
}
}
@media only screen and (width: 684px){
    
    .cta-bg3 {
    background-image: url(../img/images/large-banner.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 5rem;
}
img.secimg-4 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    display: block;
}
    h2.sec4-h2 {
    margin-left: 0px;
    margin-top: 50px;
    font-size: 38px;
}
p.sec4-p {
    margin-left: 0px;
    margin-top: 30px;
}
.cta-bg4 {
    background-image: url(../img/images/small-banner4.jpg);
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
    top: -12px;
    position: relative;
    height: 410px;
}
.content {
    padding-left: 0px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
p.sec-p {
    font-size: 18px;
    text-align: center;
        padding-left: 2%;

}
.container.topyt {
    top: 0px;
    position: relative;
    left: 0px;
}
}

@media only screen and (width: 667px){
    
    .cta-bg3 {
    background-image: url(../img/images/large-banner.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 5rem;
}
img.secimg-4 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    display: block;
}
    h2.sec4-h2 {
    margin-left: 0px;
    margin-top: 50px;
    font-size: 38px;
}
p.sec4-p {
    margin-left: 0px;
    margin-top: 30px;
}
.cta-bg4 {
    background-image: url(../img/images/small-banner4.jpg);
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
    top: -12px;
    position: relative;
    height: 410px;
}
.content {
    padding-left: 0px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
p.sec-p {
    font-size: 18px;
    text-align: center;
        padding-left: 2%;

}
.slider-style-two {
    background-image: url(../img/slider/slider_bg02.jpg);
    padding: 290px 0 190px;
    position: relative;
    z-index: 1;
    height: 740px;
}
.container.topyt {
    top: 0px;
    position: relative;
    left: 0px;
}
}
@media only screen and (width: 736px){
    
    .cta-bg3 {
    background-image: url(../img/images/large-banner.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 5rem;
}
img.secimg-4 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    display: block;
}
    h2.sec4-h2 {
    margin-left: 0px;
    margin-top: 50px;
    font-size: 38px;
}
p.sec4-p {
    margin-left: 0px;
    margin-top: 30px;
}
.cta-bg4 {
    background-image: url(../img/images/small-banner4.jpg);
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
    top: -12px;
    position: relative;
    height: 410px;
}
.content {
    padding-left: 0px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
p.sec-p {
    font-size: 18px;
    text-align: center;
        padding-left: 2%;

}
.container.topyt {
    top: 0px;
    position: relative;
    left: 0px;
}
}

@media only screen and (width: 768px){
    
    .cta-bg3 {
    background-image: url(../img/images/large-banner.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 5rem;
}
img.secimg-4 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    display: block;
}
    h2.sec4-h2 {
    margin-left: 0px;
    margin-top: 50px;
    font-size: 38px;
}
p.sec4-p {
    margin-left: 0px;
    margin-top: 30px;
}
.cta-bg4 {
    /*background-image: url(../img/images/small-banner4.jpg);*/
    background-image: url(../img/images/tstbg.jpg);
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
    top: -12px;
    position: relative;
    height: 410px;
}
.content {
    padding-left: 0px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
p.sec-p {
    font-size: 18px;
    text-align: center;
        padding-left: 2%;

}
.container.topyt {
    top: 0px;
    position: relative;
    left: 0px;
}
}

@media only screen and (width: 1024px){
    
    .cta-bg3 {
    background-image: url(../img/images/large-banner.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 5rem;
}
.container.topyt {
    top: 0px;
    position: relative;
    left: 0px;
}
img.secimg-4 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    display: block;
}
    h2.sec4-h2 {
    margin-left: 0px;
    margin-top: 50px;
    font-size: 38px;
}
p.sec4-p {
    margin-left: 0px;
    margin-top: 30px;
}
h2.sec-h2 {
    text-align: left;
    color: black;
    padding-top: 40px;
    padding-left: 5%;
}
p.sec-p {
    padding-left: 5%;
    text-align: left;
    font-size: 18px;
}
.css-button2 {
    font-family: 'Poppins';
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 36px;
    background: #e30613;
    text-shadow: 1px 1px 1px #528ecc;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 205px;
    margin-left: 60px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.css-button6 {
    font-family: 'Poppins';
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 36px;
    background: #e30613;
    text-shadow: 1px 1px 1px #528ecc;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 195px;
    margin-top: 35px;
    margin-left: 0px;
}
}



.yt-img3 {
    position: relative;
    top: 543px;
}



/* Container */

/* 
.carousel {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #ddd;
} */

/* Images */

.carousel-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  -webkit-transition: opacity ease-out 0.5s;
  transition: opacity ease-out 0.5s;
}

.carousel-img-displayed {
  display: block;
  opacity: 1;
  z-index: 2;
  height:auto;
  width:100%;
}

.carousel-img-hidden {
  display: block;
  opacity: 0;
  z-index: 1;
}

.carousel-img-noDisplay {
  display: none;
}

/* Flèches de défilement */

.carousel-arrow {
  z-index: 3;
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  background-image: url("http://res.cloudinary.com/dnqehhgmu/image/upload/v1509720334/blue-arrow_jk1ydw.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  cursor: pointer;
  -webkit-transition: background-size 0.15s ease-out;
  transition: background-size 0.15s ease-out;
}

.carousel-arrow:hover,
.carousel-arrow:focus {
  background-size: 22px 22px;
}

.carousel-arrow-next {
  right: 20px;
}

.carousel-arrow-prev {
  left: 20px;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}




/*Catalog Inner Page CSS*/


section.catalog-banner {
    /*background-image: url(../img/images/catalog-banner.jpg);*/
    background-image: url(../img/images/gir2_shot2.jpg);
    background-color: black;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    padding-top: 18rem;
}

section.catalog-banner-2 {
    /*background-image: url(../img/images/catalog-banner.jpg);*/
    background-image: url(../img/images/projects_bg.jpg);
    background-color: black;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    padding-top: 18rem;
}

section.catalog-desc-banner {
    /* background-image: url(../img/images/catalog-banner.jpg); */
    background-color: black;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    padding-top: 18rem;
}



h1.pm-h1{
    color: #ffffff;
    text-align: center;
    font-weight: bold;
	font-size: 45px;
}

h2.lt-h2 {
    text-align: center;
    padding-bottom: 150px;
    padding-left: 0; /*19rem;*/
}

h4.item-category{
    color: #ff000f;
    padding-left: 3rem;
}

h4.items-catalog {
    padding-left: 3rem;
}

span.cst-btn-cata {
    background: #ff1616;
    padding: 10px 30px 10px 30px;
        margin-right: 0px;
    margin-left: 30px;
}

section.catalog-banner .container {
    max-width: 100%;
}

h2.lt-h2 a {
    width: 120px;
    background: #00c5ff;
    height: 40px;
    position: absolute;
    transform: skew(
336deg
);
    padding-top: 8px;
    margin-left: -63px;
}

section.sec2-catalog-list  {
    background: black;
    height: auto;
    background-position: center;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

section.sec2-catalog-list .container{
    
    max-width:100%;
    padding-left:5rem;
    padding-right:5rem;
}
section.sec2-catalog-list .row {
    background: #131313;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 40px;
}


span.view-lesson-a {
    text-align: center;

}

h4.view-lesson-a {
    text-align: center;
    padding-top: 70px;
}

h4.view-lesson-a a {
    background: #00c5ff;
    padding: 10px 40px 10px 40px;
}

img.cata-inner-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*catalog home page design css completed.*/



/*Responsive design catalog inner page */

@media only screen and (width: 1440px) {
    
        span.cst-btn-cata {
    background: #ff1616;
    padding: 10px 10px 10px 10px;
    margin-right: 0px;
    margin-left: 5px;
}
h4.view-lesson-a a {
    background: #00c5ff;
    padding: 10px 10px 10px 10px;
}
}
@media only screen and (width: 1366px) {
    
    span.cst-btn-cata {
    background: #ff1616;
    padding: 10px 10px 10px 10px;
    margin-right: 0px;
    margin-left: 5px;
}
h4.view-lesson-a a {
    background: #00c5ff;
    padding: 10px 10px 10px 10px;
}
}
@media only screen and  (width: 1280px) {
    
    span.cst-btn-cata {
    background: #ff1616;
    padding: 10px 10px 10px 10px;
    margin-right: 0px;
    margin-left: 5px;
}
h4.view-lesson-a a {
    background: #00c5ff;
    padding: 10px 10px 10px 10px;
}
}
@media only screen and (width: 1024px) {
    
    span.cst-btn-cata a {
    font-size: 15px;
}
h4.items-catalog {
    padding-left: 1rem;
}
h4.item-category {
    color: #ff000f;
    padding-left: 1rem;
}
span.cst-btn-cata {
    background: #ff1616;
    padding: 7px 10px 7px 10px;
    margin-right: 0px;
    margin-left: 5px;
}
section.sec2-catalog-list img.cata-inner-img {
    padding-bottom: 60px;
}
section.sec2-catalog-list .row .col-8 {
    max-width: 100%;
    flex: auto;
}
section.sec2-catalog-list .container {
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
}


}
@media only screen and (width: 800px) {}
@media only screen and (width: 768px) {
    
    h2.lt-h2 {
    text-align: center;
    padding-bottom: 85px;
    padding-left: 19rem;
}

h4.items-catalog {
    padding-left: 2rem;
}
h4.item-category {
    color: #ff000f;
    padding-left: 2rem;
    padding-bottom: 38px;
}
section.sec2-catalog-list .row .col-8 {
    max-width: 100%;
    flex: auto;
}
section.sec2-catalog-list img.cata-inner-img {
    padding-bottom: 60px;
}
}
@media only screen and (max-width: 480px) {
    
    section.catalog-banner {
    background-image: url(../img/images/catalog-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 645px;
    padding-top: 14rem;
}
    
    h2.lt-h2 a {
    width: 120px;
    background: #00c5ff;
    height: 40px;
    position: absolute;
    transform: skew( 
336deg
 );
    padding-top: 10px;
    margin-left: -170px;
}

h4.item-category {
    color: #ff000f;
    padding-left: 1rem;
}
h4.items-catalog {
    padding-left: 1rem;
}
section.catalog-banner .container {
    max-width: 100%;
    margin-top: -70px;
}
span.cst-btn-cata {
    background: #ff1616;
    padding: 10px 10px 10px 10px;
    margin-right: 0px;
    margin-left: 16px;
}
h4.item-category {
    color: #ff000f;
    padding-left: 1rem;
    padding-bottom: 54px;
}
section.sec2-catalog-list .row .col-8 {
    max-width: 100%;
    width: 100%;
    flex: auto;
    padding-top: 40px;
}
h4.view-lesson-a {
    text-align: center;
    padding-top: 40px;
}
section.sec2-catalog-list .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}
}
@media only screen and (width: 736px) {
    
    h2.lt-h2 {
    text-align: center;
    padding-bottom: 90px;
    padding-left: 19rem;
}
h4.item-category {
    color: #ff000f;
    padding-left: 3rem;
    padding-bottom: 30px;
}
span.cst-btn-cata {
    background: #ff1616;
    padding: 10px 30px 10px 30px;
    margin-right: 0px;
    margin-left: 50px;
}
section.sec2-catalog-list .row .col-8 {
    max-width: 100%;
    flex: auto;
}
section.sec2-catalog-list img.cata-inner-img {
    padding-bottom: 60px;
}
}
@media only screen and (width:  667px) {
    
    h2.lt-h2 {
    text-align: center;
    padding-bottom: 90px;
    padding-left: 19rem;
}
h4.items-catalog {
    padding-left: 1rem;
}
h4.item-category {
    color: #ff000f;
    padding-left: 1rem;
    padding-bottom: 30px;
}
span.cst-btn-cata {
    background: #ff1616;
    padding: 10px 30px 10px 30px;
    margin-right: 0px;
    margin-left: 50px;
}
section.sec2-catalog-list .row .col-8 {
    max-width: 100%;
    flex: auto;
}
section.sec2-catalog-list img.cata-inner-img {
    padding-bottom: 60px;
}
}
@media only screen and (width: 684px) {
    
            h2.lt-h2 {
    text-align: center;
    padding-bottom: 90px;
    padding-left: 19rem;
}
h4.item-category {
    color: #ff000f;
    padding-left: 3rem;
    padding-bottom: 30px;
}
span.cst-btn-cata {
    background: #ff1616;
    padding: 10px 30px 10px 30px;
    margin-right: 0px;
    margin-left: 50px;
}
section.sec2-catalog-list .row .col-8 {
    max-width: 100%;
    flex: auto;
}
section.sec2-catalog-list img.cata-inner-img {
    padding-bottom: 60px;
}
}

@media only screen and (width: 734px) {
    
            h2.lt-h2 {
    text-align: center;
    padding-bottom: 90px;
    padding-left: 19rem;
}
h4.item-category {
    color: #ff000f;
    padding-left: 3rem;
    padding-bottom: 30px;
}
span.cst-btn-cata {
    background: #ff1616;
    padding: 10px 30px 10px 30px;
    margin-right: 0px;
    margin-left: 50px;
}
section.sec2-catalog-list .row .col-8 {
    max-width: 100%;
    flex: auto;
}
section.sec2-catalog-list img.cata-inner-img {
    padding-bottom: 60px;
}
}

@media (min-width: 320px) and (max-width: 768px){

	h1.pm-h1 {
		color: #ffffff;
		text-align: center;
		font-weight: bold;
		font-size: 25px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}

}


/*Responsive end design catalog inner page */


/*certification mobile */


@media only screen and (width: 540px) {
	h2.styleh2 {
		font-size: 50px;
		padding-left: 300px;
		padding-right: 110px;
	}

}

@media (max-width: 480px) {
	
    section.certi-bg-covr {
    background: url(../img/images/cer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
   }

    p.pat-cet {
    text-align: left;
    padding-left: 115px;
    color: white !important;
	}
}

@media (max-width: 360px){
	h2.styleh2 {
		font-size: 25px;
		padding-left: 115px;
		padding-right: 0px;
		padding-top: 170px;
	}
}

/*certification mobile */






/*certification landscape*/

@media only screen and (width: 734px) {
    
    .breadcrumb-bg2 {
    background-image: url(../img/images/cer-bg-land.jpg);

}
.centered2 {
    position: absolute;
    top: 535px;
    left: 17%;
    transform: translate(-50%, -50%);
}

h2.styleh2 {
    font-size: 50px;
    padding-left: 300px;
    padding-right: 110px;
}
.inner-about-area .title-style-three {
    padding-bottom: 0px;
}
.inner-about-area {
    padding-top: 50px !important;
}
.inner-about-area {
    position: relative;
    padding-bottom: 30px;
    padding-top: 105px;
}

    .row.align-items-center.mob-rev {
    display: flex;
    flex-direction: column-reverse;
}
p.pat-cet {
    text-align: left;
    padding-left: 300px;
    font-size: 21px;
}
h3.h3-ceti {
    text-align: left;
    padding-left: 150px;
    padding-top: 70px;
    font-size: 45px;
}
.ptpb-mob {
    padding-bottom: 45px;
    padding-top: 45px;
}
}
@media only screen and (width: 684px) {
    
    .breadcrumb-bg2 {
    background-image: url(../img/images/cer-bg-land.jpg);

}
.centered2 {
    position: absolute;
    top: 535px;
    left: 17%;
    transform: translate(-50%, -50%);
}

h2.styleh2 {
    font-size: 50px;
    padding-left: 300px;
    padding-right: 110px;
}
.inner-about-area .title-style-three {
    padding-bottom: 0px;
}
.inner-about-area {
  padding-top: 50px !important;
}
.inner-about-area {
    position: relative;
    padding-bottom: 30px;
    padding-top: 105px;
}
    .row.align-items-center.mob-rev {
    display: flex;
    flex-direction: column-reverse;
}
p.pat-cet {
    text-align: left;
    padding-left: 300px;
    font-size: 21px;
}
h3.h3-ceti {
    text-align: left;
    padding-left: 150px;
    padding-top: 70px;
    font-size: 45px;
}
.ptpb-mob {
    padding-bottom: 45px;
    padding-top: 45px;
}
}
@media only screen and (width: 667px) {
    
    .breadcrumb-bg2 {
    background-image: url(../img/images/cer-bg-land.jpg);

}
.centered2 {
    position: absolute;
    top: 535px;
    left: 17%;
    transform: translate(-50%, -50%);
}

h2.styleh2 {
    font-size: 50px;
    padding-left: 300px;
    padding-right: 110px;
}
.inner-about-area .title-style-three {
    padding-bottom: 0px;
}
.inner-about-area {
    padding-top: 50px !important;
}
.inner-about-area {
    position: relative;
    padding-bottom: 30px;
    padding-top: 105px;
}
    .row.align-items-center.mob-rev {
    display: flex;
    flex-direction: column-reverse;
}
p.pat-cet {
    text-align: left;
    padding-left: 300px;
    font-size: 21px;
}
h3.h3-ceti {
    text-align: left;
    padding-left: 150px;
    padding-top: 70px;
    font-size: 45px;
}
.ptpb-mob {
    padding-bottom: 45px;
    padding-top: 45px;
}
}
@media only screen and (width: 736px) {
    
    .breadcrumb-bg2 {
    background-image: url(../img/images/cer-bg-land.jpg);

}
.centered2 {
    position: absolute;
    top: 535px;
    left: 17%;
    transform: translate(-50%, -50%);
}

h2.styleh2 {
    font-size: 50px;
    padding-left: 300px;
    padding-right: 110px;
}
.inner-about-area .title-style-three {
    padding-bottom: 0px;
}
.inner-about-area {
   padding-top: 50px !important;
}
.inner-about-area {
    position: relative;
    padding-bottom: 30px;
    padding-top: 105px;
}
    .row.align-items-center.mob-rev {
    display: flex;
    flex-direction: column-reverse;
}
p.pat-cet {
    text-align: left;
    padding-left: 300px;
    font-size: 21px;
}
h3.h3-ceti {
    text-align: left;
    padding-left: 140px;
    padding-top: 70px;
    font-size: 45px;
}
h4.p-viewd {
    margin-left: 355px;
    margin-right: auto;
    margin-top: -85px;
    font-weight: 100;
}
.ptpb-mob {
    padding-bottom: 45px;
    padding-top: 45px;
}

}

/*certification end landscape*/



