@font-face {
    font-family: 'Arial';
    src: url('../fonts/ArialMT.eot');
    src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArialMT.woff2') format('woff2'),
        url('../fonts/ArialMT.woff') format('woff'),
        url('../fonts/ArialMT.ttf') format('truetype'),
        url('../fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf') format('truetype'),
        url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff'),
        url('../fonts/SegoeUI.ttf') format('truetype'),
        url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --bg-color: #D7263D;
  --white: #ffffff;
  --light-gray: #E5E5E5;
  --dark-gray: #707070;
  --black: #000000;
  --red: #FF0000;
  --light-blue: #BCE0FD;
}

body { font-size: 18px; line-height: 24px; color: var(--black); font-family: 'Roboto', sans-serif; transition: all 0.5s ease-in-out 0s; }
img { max-width: 100%; }
* { box-sizing: border-box; outline: none !important }
ul { list-style: none; margin: 0; padding: 0; }
a, a:hover, .btn, .btn:hover { text-decoration: none; transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; }
a { color: var(--white); }
a:hover { color: var(--black); }
p { margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }
.btn.focus, :focus { box-shadow: none !important; outline: none !important; }

::-webkit-input-placeholder { color: #CCCCCC !important; }
:-ms-input-placeholder { color: #CCCCCC !important; }
::placeholder { color: #CCCCCC !important; }


h1, h2, h3, h4, h5, h6 { margin: 0; }

h1 { font-size: 50px; line-height: 66px; }
h2 { font-size: 40px; line-height: 66px; }
h3 { font-size: 35px; line-height: 46px; }
h4 { font-size: 24px; line-height: 28px; }
h5 { font-size: 21px; line-height: 37px; }
h6 { font-size: 16px; line-height: 19px; }


.container { max-width: 1640px; }
.panel-grid {
    margin-bottom: 0 !important;
}
.so-widget-sow-button .ow-button-base a {
    font-size: 40px !important;
    line-height: 53px !important;
    color: var(--white) !important;
    padding: 9px 86px !important;
    background: var(--bg-color) !important;
    border-radius: 20px !important;
    border: 2px solid var(--bg-color) !important;
    font-weight: bold;
}
.so-widget-sow-button .ow-button-base a:hover {
    color: var(--bg-color) !important;
    background: transparent !important;
}

/* Header */
header {
    background-color: var(--bg-color)
}
header .navbar .center-nav .nav-item .nav-link {
    font-size: 20px;
    line-height: 26px;
    color: var(--white);
}
header .navbar .center-nav .nav-item .nav-link:hover {
    color: var(--black);
}
header .navbar .center-nav .nav-item {
    padding: 0 17px;
}
header .navbar .right-nav .nav-item .nav-link {
    font-size: 30px;
    line-height: 39px;
    font-weight: bold;
    color: var(--white);
}
header .navbar .right-nav .nav-item .nav-link:hover {
    color: var(--black);
}

/* Footer */
footer {
    background-color: var(--bg-color);
}
footer .footer-top {
    padding: 58px 0 67px;
}
footer .footer-top h4, footer .footer-top p {
    color: var(--white);
    font-family: 'Arial';
}
footer .footer-top h4 {
    margin-bottom: 17px;
}
footer .footer-top p {
    font-size: 24px;
    line-height: 1.1;
}
footer .footer-top form {
    margin-top: 44px;
}
footer .footer-top form .form-group input {
    border: 1px solid var(--light-blue);
    background-color: transparent;
    font-size: 14px;
    line-height: 16px;
    color: var(--white);
    width: 274px;
    padding: 11px 15px;
    margin-right: 25px;
    font-family: 'Arial';
}
footer .footer-top form .btn {
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    background-color: var(--black);
    border-color: var(--black);
    padding: 13px 44px;
    font-family: 'Arial';
}
footer .footer-top form .btn:hover {
    background-color: transparent;
    color: var(--black);
}
footer .footer-top .footer-links li:not(:last-child) {
    margin-bottom: 23px;
}
footer .footer-top .footer-links li a {
    font-size: 16px;
    line-height: 21px;
}

footer .footer-bottom {
    background-color: var(--black);
    padding: 18px 0;
}
footer .footer-bottom .social-links svg {
    font-size: 23px;
}
footer .footer-bottom .social-links li {
    margin: 0 22px;
}
footer .footer-bottom .social-links li:last-child {
    margin-right: 0;
}
footer .footer-bottom .social-links li:first-child {
    margin-left: 0;
}
footer .footer-bottom .social-links a:hover {
    color: var(--bg-color);
}

/* Banner Section */
.banner-section {
    min-height: 966px;
}
.banner-section .textwidget h2 {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.banner-section .textwidget h1 {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}
.banner-section .textwidget ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-section .textwidget ul li {
    font-size: 30px;
    line-height: 72px;
    color: var(--white);
    text-transform: uppercase;
    position: relative;
    padding: 0 30px;
}
.banner-section .textwidget ul li:after {
    content: "";
    width: 3px;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    top: 0;
    right: 1.5px;
}
.banner-section .textwidget ul li:last-child:after {
    content: none;
}
.banner-section .textwidget {
    margin-bottom: 90px; 
}

/* Claim Audio Section */
.claim-audio-section {
    padding: 18px 0 25px;
}
.claim-audio-section .textwidget {
    text-align: center;
}
.claim-audio-section .ow-button-base a {
    display: inline-block;
    font-size: 40px;
    line-height: 53px;
    font-weight: bold;
    border: 2px solid var(--bg-color) !important;
    text-transform: uppercase;
    color: var(--white);
    background: var( --bg-color);
    border-radius: 18px;
    padding: 14px 35px;
}
.claim-audio-section .ow-button-base a:hover {
    background: transparent !important;
    color: var(--bg-color) !important;
}

/* About Gary Section */
.about-gary-section .so-widget-sow-image img {
    padding-top: 70px;
    margin: 0 auto;
}
.about-gary-section .widget-title {
    margin-bottom: 30px;
}

/* Podcast Section */
.podcast-section {
    padding: 115px 0;
}
.podcast-section .textwidget h3 {
    font-size: 75px;
    line-height: 99px;
    letter-spacing: 0px;
    color: var(--white);
}
.podcast-section .textwidget h4 {
    font-size: 100px;
    line-height: 133px;
    letter-spacing: 0px;
    color: var(--white);
    font-style: italic;
    margin-top: -15px;
    font-family: 'Segoe UI';
    font-weight: bold;
}
.podcast-section .textwidget p {
    max-width: 536px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 33px;
    color: var(--white);
}

/* Leaders Say Section */
.leaders-say-section {
    padding: 45px 0 65px;
}
.leaders-say-section h2.widget-title {
    text-align: center;
    margin-bottom: 50px;
}
.leaders-say-section .testimonial-slider {
    max-width: 600px;
    margin: 0 auto;
}
.leaders-say-section .testimonial-slider .item img {
    max-width: 260px;
    margin: 0 auto;
}
.leaders-say-section .testimonial-slider .item p {
    max-width: 550px;
    margin: 0 auto;
}
.leaders-say-section .testimonial-slider .owl-nav {
    display: block;
}
.leaders-say-section .testimonial-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -110px;
    font-size: 0;
}
.leaders-say-section .testimonial-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -110px;
    font-size: 0;
}
.leaders-say-section .testimonial-slider .owl-nav .owl-prev::after {
    content: "";
    width: 35px;
    height: 35px;
    border: 3px solid #000;
    display: inline-block;
    transform: rotate(45deg );
    border-top-color: transparent;
    border-right-color: transparent;
}
.leaders-say-section .testimonial-slider .owl-nav .owl-next::after {
    content: "";
    width: 35px;
    height: 35px;
    border: 3px solid #000;
    display: inline-block;
    transform: rotate(45deg );
    border-left-color: transparent;
    border-bottom-color: transparent;
}

/* Letest Videos Section */

.letest-videos-section .widget-title {
    text-align: center;
    margin-bottom: 26px;
}
.letest-videos-section .video-block {
    position: relative;
}
.letest-videos-section .video-block .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 126px;
    height: 126px;
    background: rgb(255 255 255 / 50%);
    border: 1px solid #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}


/* Book Consultation Section */
.book-consultation-section {
    padding: 30px 0 30px;
}
.book-consultation-section h3 {
    color: var(--white);
    font-weight: bold;
}
.book-consultation-section .so-widget-sow-button .ow-button-base a {
    padding: 9px 42px !important;
    background: var(--white) !important;
    color: var(--black) !important;
    border-color: var(--white) !important;
}
.book-consultation-section .so-widget-sow-button .ow-button-base a:hover {
    background: transparent !important;
    color: var(--white) !important;
}


/* Overview Section */
.overview-section {
    padding: 80px 0 40px;
}
.overview-section h2 {
    margin-bottom: 25px;
}
.overview-section p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
}
.overview-section h2:not(:first-child) {
    margin-top: 37px
}
.overview-section .textwidget {
    padding-left: 50px;
}
.overview-box-section {
    padding: 40px 0 47px;
}
.overview-box-section .featured-box {
    max-width: 338px;
    margin: 0 auto;
    background-color: var(--bg-color);
    border-radius: 31px;
    text-align: center;
}
.overview-box-section .featured-box h2 {
    line-height: 53px;
    padding: 43px 20px;
    color: var(--white);
}


/* Social Media Section */
.social-media-section h2.widget-title {
    color: var(--white);
    text-align: center;
}
.social-media-section .social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.social-media-section .social-media .social-icon {
    margin: 0 65px;
}
.social-media-section {
    padding: 74px 0;
}

/***********************/
/* Why Choose Me Page */
/***********************/

.inner-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 437px;
}
.inner-banner h1 {
    color: var(--white);
    text-transform: uppercase;
}

.what-i-offer-section .offer-desc {
    font-size: 20px;
    line-height: 26px;
    margin-left: 200px;
}
.what-i-offer-section .offer-desc h2 {
    margin-bottom: 30px;
}


.my-achievements-section {
    padding: 90px 0;
}
.my-achievements-section .widget-title {
    text-align: center;
}

.my-achievements-slider {
    max-width: 920px;
    margin: 0 auto;
}
.my-achievements-slider .owl-item {
    padding-top: 69px;
}
.my-achievements-slider .owl-item h1 {
    font-size: 100px;
    line-height: 132px;
    color: var(--bg-color);
    font-weight: bold;
}
.my-achievements-slider .owl-item p {
    font-size: 20px;
    line-height: 26px;
    color: var(--black);
    max-width: 730px;
    margin: 0 auto;
}
.my-achievements-slider .owl-dots {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.my-achievements-slider .owl-dots .owl-dot {
    width: 76px;
    height: 76px;
    border: 5px solid var(--bg-color);
    border-radius: 50%;
    background: #FFF;
}
.my-achievements-slider .owl-dots::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 5px;
    background-color: var(--bg-color);
    z-index: -1;
}
.my-achievements-slider .owl-dots .owl-dot.active {
    background-color: var(--bg-color);
}


/****************/
/* Rave Reviews */
/****************/

.rave-reviews-tabing {
    overflow: hidden;
}
.rave-reviews-tabing .rave-reviews-tabing-logo {
    background: #E5E5E5;
    position: relative;
    z-index: 999;
}
.rave-reviews-tabing .rave-reviews-tabing-logo .nav-item .nav-link {
    width: 400px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 0;
    position: relative;
}
.rave-reviews-tabing .rave-reviews-tabing-logo .nav-item .nav-link.active {
    background-color: var(--bg-color);
}
.rave-reviews-tabing .rave-reviews-tabing-logo .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 49px;
    height: 42px;
    background: url(../images/triangle.svg);
}
.rave-reviews-tabing .tab-content .rave-reviews-tabing-content {
    margin-left: 140px;
    margin-right: 15px;
}
.rave-reviews-tabing .tab-content .rave-reviews-tabing-content h1 {
    margin-bottom: 20px;
}
.rave-reviews-tabing .tab-content .rave-reviews-tabing-content p {
    font-size: 20px;
    line-height: 26px;
    color: var(--black);
}

.rave-reviews-tabing .tab-content .rave-reviews-tabing-video {
    position: relative;
}
.rave-reviews-tabing .tab-content .rave-reviews-tabing-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.contact-page {
    padding: 80px 0;
}
.contact-page .contact-form {
    max-width: 570px;
}
.contact-form label {
    display: block;
}
.contact-form label input,.contact-form label textarea {
    max-width: 570px;
    width: 100%;
    padding: 15px 10px;
    border: 3px solid var(--bg-color);
    border-radius: 0px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
}
.contact-form label textarea {
    height: 200px;
}
.contact-form input.wpcf7-submit {
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: 3px solid var(--bg-color);
    background-color: var(--bg-color);
    color: #FFFFFF;
    font-size: 20px;
    line-height: 44px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.contact-form input.wpcf7-submit:hover {
    background: transparent;
    color: var(--bg-color);
}
.contact-page .panel-grid-cell .widget-title {
    color: var(--bg-color);
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 15px;
}
.contact-page .contact-detail img {
    width: 552px;
}