﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins',sans-serif;
    background: #f8f8f8;
    color: #0a2d6f;
}
.master-trainer {
    width: 100%;
    padding: 50px 20px 140px;
    background: #fff;
    position: relative;
}
.container {
    max-width: 1100px;
    margin: auto;
}
.master-trainer::before {
    content: "";
    background-image: url('../img/pngbottom.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 460px;
    width: 100%;
}
.badge-icon-wrrap img {
    height: 200px;
    filter: brightness(0) saturate(100%) invert(54%) sepia(75%) saturate(420%) hue-rotate(1deg) brightness(89%) contrast(99%);
}

/*============================
Hero
=============================*/

.hero {
    text-align: center;
}
    .hero h1 {
        font-size: 50px;
        line-height: 60px;
        color: #011c53;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
.hero h1 span {
    display: block;
}
.in-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 5px 0;
}
.in-line span {
    width: 170px;
    height: 2px;
    background: #c79a2d;
}
.in-line h4 {
    color: #092c72;
    font-size: 28px;
    letter-spacing: 4px;
}
.course-name {
    color: #b67f08;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}
.course-box {
    display: inline-block;
    padding: 10px 25px;
    background: #011c53;
    color: #fff;
    font-size: 26px;
    border-radius: 2px;
    font-weight: 500;
    font-family: Georgia;
}

/*=========================
Presented By
==========================*/

.presented {
    text-align: center;
    margin-top: 50px;
}
.small-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.small-title span {
    width: 90px;
    height: 2px;
    background: #c79a2d;
}
.small-title h5 {
    font-size: 22px;
    color: #b67f08;
    font-weight: 600;
}
.presented h2 {
    font-size: 40px;
    margin-top: 0;
    color: #092c72;
    font-weight: 700;
    line-height: 50px;
}
.small-divider {
    width: 170px;
    height: 2px;
    background: #c79a2d;
    margin: 10px auto;
}
.presented h3 {
    font-size: 35px;
    color: #092c72;
    margin-bottom: 0px;
    font-weight: 700;
}
.presented p {
    font-size: 25px;
    font-style: italic;
    color: #3f4b67;
    text-align: center;
    font-family: Georgia;
}
/*============================
Feature Area
=============================*/
.feature-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    margin-top: 40px;
}
    .feature-area .feature-box ul {
        padding: 0 0 0 18px;
    }
.feature-box {
    position: relative;
}
.feature-box:first-child {
    border-right: 2px solid #e7d4a2;
    padding-right: 45px;
}
.feature-box:last-child {
    padding-left: 45px;
}
.feature-title {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.feature-title .icon {
    width: 65px;
    height: 65px;
    background: #011c53;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    margin-right: 20px;
}
.feature-title h3 {
    font-size: 24px;
    color: #092c72;
    font-weight: 700;
    line-height: 35px;
    font-family: "Lora", serif;
}
.feature-box ul {
    list-style: none;
}
.feature-box ul li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 8px 0;
    border-bottom: 2px solid #b67f084d;
    position: relative;
    padding-left: 35px;
}
.feature-area .feature-box ul.firstdomain li {
    padding-left: 45px;
}
.feature-box ul li:last-child {
    border: none;
}
.feature-box ul li span {
    font-size: 20px;
    color: #011c53;
    line-height: 30px;
    font-weight: 600;
    font-family: "Lora", serif;
}
.feature-box ul li span {
    font-size: 20px;
    color: #011c53;
    line-height: 30px;
    font-weight: 600;
}
.feature-title .icon img.pngicont {
    height: 40px;
    filter: brightness(0) saturate(100%) invert(54%) sepia(75%) saturate(420%) hue-rotate(1deg) brightness(89%) contrast(99%);
}
.feature-box ul li i {
    color: #c08a22;
    font-size: 25px;
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
}
/*============================
Recognition
=============================*/
.recognition {
    margin-top: 40px;
    text-align: center;
}
.recognition .title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.recognition .title span {
    width: 120px;
    height: 2px;
    background: #c79a2d;
}
.recognition .title h3 {
    font-size: 28px;
    color: #092c72;
    font-weight: 700;
}
.recognition h2 {
    color: #b67f08;
    font-size: 32px;
    margin: 10px 0 10px;
    font-weight: 700;
    font-family: "Lora", serif;
    line-height: 42px;
}
.badge-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}
.badge-icon {
    width: 120px;
    height: 120px;
    border: 4px solid #c79a2d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #c79a2d;
}
.badge-content small {
    display: block;
    color: #092c72;
    font-size: 23px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: Georgia;
    margin-left: -150px;
}
.badge-content h3 {
    font-size: 42px;
    color: #092c72;
    margin-bottom: 12px;
    font-weight: 700;
}
.badge-content p {
    color: #092c72;
    font-size: 36px;
    font-family: "Lora", serif;
    font-weight: 700;
    text-align: center;
}
.small-divider.fullwidth {
    width: 100%;
    margin: 0 0 10px;
}
.contact {
    text-align: center;
    margin-top: 40px;
}
/*============================
Contact
=============================*/
.contact {
    text-align: center;
    margin-top: 40px;
}
.contact h2 {
    font-size: 42px;
    color: #092c72;
    margin-bottom: 0;
    font-weight: 700;
}
.contact-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px;
}
.contact-list .item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #092c72;
    font-size: 24px;
    font-family: 'Lora';
    font-weight: 700;
}
.contact-list .item i {
    color: #c79a2d;
    font-size: 28px;
}
.presentedbysection {
    position: relative;
    padding: 40px 0 70px;
    background: linear-gradient(135deg,#ffffff,#f7f9fc);
    overflow: hidden;
    font-family: Georgia, serif;
}
/* Decorative Background */
.presentedbysection::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(199,154,45,.08);
    top: -160px;
    left: -120px;
}
.presentedbysection::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(9,44,114,.05);
    right: -120px;
    bottom: -150px;
}
.section-title {
    text-align: center;
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
}
.sub-heading {
    display: inline-block;
    color: #c79a2d;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}
.tposheading {
    font-size: 58px;
    color: #092c72;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Georgia, serif;
}
.tposheading span {
    color: #c79a2d;
    position: relative;
}
.heading-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
.heading-divider span {
    width: 90px;
    height: 2px;
    background: #c79a2d;
}
.heading-divider i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #092c72;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
/* Video Box */
.video-box {
    position: relative;
    max-width: 100%;
    margin: auto;
    z-index: 2;
}
video::-webkit-media-controls{
    display:none !important;
}

video::-webkit-media-controls-enclosure{
    display:none !important;
}
.video-box video {
    width: 100%;
    display: block;
    border-radius: 22px;
    border: 6px solid #ffffff;
    box-shadow: 0 0 0 3px #c79a2d, 0 18px 50px rgba(9,44,114,.25);
    transition: .4s;
    background: #000;
}
.video-box:hover video {
    transform: translateY(-8px);
}
/* Floating Circles */
.gold-circle {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #c79a2d;
    opacity: .12;
    left: -60px;
    top: -45px;
}
.blue-circle {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #092c72;
    opacity: .08;
    right: -70px;
    bottom: -60px;
}
.section-title h1 span, .section-title h2 span {
    color: #c79a2d;
}
.master-trainer .hero {
    padding: 0;
}
section.trustedbylogo {
    padding: 50px 0 100px;
    background: #fff;
    position: relative;
}
.trustedlogowrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 25px;
    flex-wrap: wrap;
}
.trustedlogowrap .logoitem {
    background: #ffff;
    width: 25%;
    padding: 20px 40px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    box-shadow: 0 0 140px 0 #0000001c;
    position: relative;
    transform: scale(1);
    transition: 0.5s;
}
.trustedlogowrap .logoitem:hover {
    transform: scale(1.1);
}
.trustedlogowrap .logoitem a {
    display: block;
}
.trustedlogowrap .logoitem a img {
    height: 100%;
    width: 100%;
}
section.trustedbylogo::before {
    content: "";
    background-image: url('../img/pngbottom.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 450px;
    width: 100%;
}
.commonbtn a {
    font-family: "poppins", serif;
    font-size: 20px;
    line-height: 65px;
    display: inline-block;
    color: #fff;
    background: linear-gradient(135deg, #081A4B 0%, #3e0000 45%, #601818 100%);
    position: relative;
    padding: 0 60px 0 20px;
    font-weight: 400;
    border-radius: 50px;
    transition: 0.5s;
}
    .commonbtn a:hover {
        background: linear-gradient(135deg, #081A4B 0%, #601818 45%, #3e0000 100%);
    }
    .commonbtn a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #c79a2d;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px auto;
    transform: translate(-10px, -50%);
    transition: all 0.4s ease-in-out;
}
.commonbtn {
    text-align: center;
    margin: 50px 0 0 0;
}
/*============================
Responsive
=============================*/

@media(max-width:991px) {

    .hero h1 {
        font-size: 48px;
    }

    .course-name {
        font-size: 28px;
    }

    .course-box {
        font-size: 18px;
        padding: 15px 25px;
    }

    .presented h2 {
        font-size: 34px;
    }

    .presented h3 {
        font-size: 28px;
    }

    .presented p {
        font-size: 20px;
    }

    .feature-area {
        grid-template-columns: 1fr;
    }

    .feature-box:first-child {
        border: none;
        padding-right: 0;
    }

    .feature-box:last-child {
        padding-left: 0;
    }

    .badge-box {
        flex-direction: column;
    }

    .badge-content h3 {
        font-size: 28px;
    }

    .contact-list {
        flex-direction: column;
        gap: 20px;
    }
}
@media(max-width: 768px) {
    .trustedlogowrap {
        gap: 20px;
    }
    .trustedlogowrap .logoitem {
        min-height: 150px;
    }
    .section-title {
        margin-bottom: 25px;
    }
    .commonbtn {
        margin: 30px 0 0 0;
    }
}
@media(max-width: 767px) {
    .commonbtn a {
        font-size: 16px;
        line-height: 50px;
        padding: 0 50px 0 20px;
    }
    .trustedlogowrap .logoitem {
        width: 46%;
        padding: 20px 15px;
        min-height: 161px;
    }
    .trustedlogowrap {
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
    }
    section.trustedbylogo {
        padding: 30px 0 70px;
    }
    section.trustedbylogo {
        padding: 30px 0 50px;
    }
    section.trustedbylogo::before {
        height: 230px;
    }
    .commonbtn a::before {
        width: 30px;
        height: 30px;
    }
}
    @media(max-width:576px) {

        .hero h1 {
            font-size: 34px;
        }

        .course-name {
            font-size: 20px;
        }

        .in-line span {
            width: 70px;
        }

        .presented h2 {
            font-size: 26px;
        }

        .presented h3 {
            font-size: 22px;
        }

        .feature-title h3 {
            font-size: 22px;
        }

        .feature-box ul li span {
            font-size: 18px;
        }

        .badge-content h3 {
            font-size: 22px;
        }

        .contact h2 {
            font-size: 28px;
        }

        .contact-list .item {
            font-size: 18px;
        }
    }

    /*****#011c53**************/