@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@font-face {
    font-family: 'Gordita-Black';
    src: url('../fonts/Gordita-Black.woff2') format('woff2'),
        url('../fonts/Gordita-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita-Bold';
    src: url('../fonts/Gordita-Bold.woff2') format('woff2'),
        url('../fonts/Gordita-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita-Medium';
    src: url('../fonts/Gordita-Medium.woff2') format('woff2'),
        url('../fonts/Gordita-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita-Regular';
    src: url('../fonts/Gordita-Regular.woff2') format('woff2'),
        url('../fonts/Gordita-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita-Light';
    src: url('../fonts/Gordita-Light.woff2') format('woff2'),
        url('../fonts/Gordita-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita-ThinItalic';
    src: url('../fonts/Gordita-ThinItalic.woff2') format('woff2'),
        url('../Gordita-ThinItalic.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-Regular';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad-Bold';
    src: url('../fonts/Myriad-Bold.woff2') format('woff2'),
        url('../fonts/Myriad-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    background-color:#FBFCFC ;
    padding: 0;
    margin: 0;
   font-family: 'Gordita';
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.main-wrapper .banner-section{
    background: url('../images/webinare-banner.png') no-repeat;
    background-size: cover;
    height: 761px;
    position: relative;
}
.banner-section .nav-header{
    padding-left: 64px;
    padding-top: 50px;
    padding-bottom: 15px;
}

.banner-section .nav-header .ittd-logo-web{
  display: inline-block;
}
.webinare-banner-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 810px;
    text-align: center;
}
.webinare-heading{
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 98px;
    line-height: 147px;
    color: #00D878;
}
.webinare-heading img{
    position: relative;
    top:8px;
}
.webinare-deatils {
    background: #00D878;
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    padding: 1px 50px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-top: 15px;
}
.about-drupal{
    
    padding-top: 100px;
    padding-bottom: 50px;
    overflow: hidden;
    /* justify-content: center */
}
.about-drupal .container{
   /* max-width:1366px; */  
   margin-right: 119px;
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.druapl-left-section{
    -ms-flex: 0 0 60%;
    flex: 0 0 65.5%;
    max-width: 65.5%;
    padding-left: 126px;
}
.form-right-section{
    -ms-flex: 0 034.4%;
    flex: 0 0 34.4%;
    max-width: 34.4%;
}
.form-right-section .form-inner{
    min-height: 476px;
    /*background-color: #ddd;*/
}
.drupal-tilte{
    font-family: 'Gordita-Bold';
    font-weight: bold;
    font-size: 36px;
    line-height: 58px;
    color: #030303;
    position: relative;
}
.line-bar::before{
    content: '';
    position: absolute;
    left: -126px;
    top: 28px;
    width: 96px;
    height: 6px;
    background-color: #2ADE7C;
}
.drupal-test{
    font-family: 'Gordita-Regular';
    font-size: 24px;
    line-height: 32px;
    color: #575656;
    margin-top: 38px;
    margin-bottom: 60px;
    max-width: 563px;
}
.drupal-test-list ul{
    list-style: none;
    margin: 0;  
    padding-left: 44px; 
}
.drupal-test-list ul li{
    font-family: 'Gordita-Regular';
    font-size: 20px;
    line-height: 22px;
    color: #7B7B7B;
    margin-bottom: 20px;
    position: relative;
}
.drupal-test-list ul li::before{
    content: '';
    position: absolute;
    left: -28px;
    top:0;
    width:12px;
    height: 19px;
    background: url(../images/right-arrow.png) no-repeat center;
}
strong {
    font-weight: bold;
    font-family: 'Gordita-Bold';
}
.form-inner .luma-button{
background-color: green !important;
}
.form-inner iframe{
    width: 100%;
    height: 840px;
    box-shadow: 10px 10px 30px #0000000F;
}
.container-ctm{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
section.webinar-agenda-main {
    background-color: #1B3C40;
    color: #fff;
    padding-bottom: 80px;
    position: relative;
        z-index: 0;
}
section.webinar-agenda-main:before {
    position: absolute;
    content: "";
    width: 955.28px;
    height: 82.12px;
    background-image: linear-gradient(to right, #00D878 10%, transparent 45%);
    z-index: -1;
}
h2.agenda-title {
    padding: 10px 0;
    font-size: 38px;
    line-height: 50px;
    display: flex;
    align-items: center;
    font-family: 'Gordita-Bold';
}

section.webinar-agenda-main .agenda-title img{
    width: 58px;
    margin-right: 30px;
}
section.webinar-agenda-main ul{
    list-style: none;
    padding-left: 120px;
    padding-top: 65px;
}
section.webinar-agenda-main ul li {
    font-family: Gordita-Light;
    color: #E2E2E2;
    font-size: 24px;
    line-height: 42px;
}
section.webinar-agenda-main ul li b{
        font-family: 'Gordita-Bold';
}
.free-webinar-para p {
    width: 886px;
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
    font-family: Gordita-Regular;
    line-height: 32px;
    color: #000;
}
.free-webinar-para{
        padding: 50px 0;
}
.who-should-attend-main h3, .about-ittdigital-main h3 {
    font-size: 32px;
    font-family: 'Gordita-Bold';
    line-height: 50px;
    margin-bottom: 20px;
    color: #030303;
}
.who-should-attend-main:before, .about-ittdigital-main:before {
    position: absolute;
    content: "";
    width: 96px;
    height: 6px;
    background-color: #2ADE7C;
    margin-top: 25px;
}
section.who-should-attend-main {
    padding: 30px 0;
}
section.who-should-attend-main p {
    font-size: 22px;
    line-height: 32px;
    font-family: 'Gordita-Regular';
    margin-bottom: 20px;
}
section.who-should-attend-main blockquote{
    font-family: 'Gordita-Regular';
    font-style: italic;
    font-size: 22px;
    line-height: 32px;
    color: #7B7B7B;
}
section.about-speaker-main {
    padding: 15px 0 80px 0;
}
.about-ittdigital-main p{
    font-family: 'Gordita-Regular';
    font-size: 22px;
    line-height: 32px;
    color: #000;
}
.about-ittdigital-main p b{
    font-family: 'Gordita-Bold';
}
.reach-us-ittd{
    background-color: #F7F7F7;
    padding-bottom: 0;
    padding-top: 60px;
    margin-top: 49px
}
.reach-us-ittd p{
    max-width: 1023px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    font-family: 'Gordita-Bold';
    line-height: 32px;
    color: #000000;
}
.reach-us-ittd p a{
    color: #00D878;
    text-decoration: none;
}
.footer-future-proof{
    background-color: #00D878;
    color: #fff;
    padding: 30px 0;
    font-family: 'Gordita-Bold';
    font-size: 30px;
    text-align: center;
    line-height: 50px;
}
.social-media-links {
    padding: 50px 0;
    text-align: center;
}
.social-media-links a {
    display: inline-table;
    margin-right: 30px;
}
.about-speaker-dark-green-bg{
    padding: 60px;
    background-color: #0C555B;
    border-radius: 8px;
    box-shadow: 10px 10px 30px #00000039;
}

.about-speaker-dark-green-bg .flex-row {
  display: flex;
  flex-direction: row;
}

.about-speaker-dark-green-bg .flex-item-left {
  flex: 25%;
}

.about-speaker-dark-green-bg  .flex-item-right {
  flex: 75%;
}
.about-speaker-dark-green-bg h4 {
    font-family: 'Gordita-Bold';
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 25px;
    color: #fff;
}
.about-speaker-dark-green-bg h4 span {
    color: #00D878;
}
.about-speaker-dark-green-bg p {
    color: #fff;
    font-size: 18px;
    font-family: 'Gordita-Regular';
    line-height: 26px;
    margin-bottom: 25px;
}
.about-speaker-dark-green-bg ul li {
    color: #fff;
    font-size: 18px;
    font-family: 'Gordita-Regular';
    line-height: 28px;
}
.about-speaker-dark-green-bg .main-list li::marker{
    display: none;
}
.about-speaker-dark-green-bg .main-list li{
list-style: none;
    position: relative;
}
.about-speaker-dark-green-bg .main-list li:before{
    content: '';
    position: absolute;
    left: -30px;
    top:5px;
    width:12px;
    height: 19px;
    background: url(../images/right-arrow.png) no-repeat center;
}
.about-speaker-dark-green-bg .main-list li .sub-list li {
    list-style: none;
}
.about-speaker-dark-green-bg .main-list li .sub-list li:before{
    content: "";
    position: absolute;
    left: -15px;
    top: 12px;
    width: 6px;
    height: 6px;
    background-color: #00D878;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.about-speaker-dark-green-bg .main-list {
    margin-left: 30px;
        margin-bottom: 30px;
}
.about-speaker-dark-green-bg .main-list .sub-list{
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.speaker-image-title{
        text-align: center;
    width: 180px;
}
.speaker-image-title h6{
    font-family: 'Gordita-Bold';
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 5px;
}

.speaker-image-title span{
    font-family: 'Gordita-Regular';
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-top: 15px;
}
.meet-matthew {
    width: 910px;
    margin: 0 auto;
}
@media(min-width:1921px){
    .drupal-test{
        max-width: 1055px;
    }
    .form-right-section {
        -ms-flex: 0 034.4%;
        flex: 0 0 34.4%;
        max-width: 640px;
    }
}
@media all and (min-width:993px) and (max-width:1024px){
    .about-drupal .container{
        margin-right: 60px;
    }
    .druapl-left-section{
        padding-left: 85px;
        padding-right: 15px;
        -ms-flex: 0 0 50.5%;
        flex: 0 0 50.5%;
        max-width: 50.5%;
    }
   .drupal-tilte {
        font-size: 26px;
       line-height: 48px;
    }
    .druapl-left-section{
        padding-right: 15px    
    }
    .drupal-test{
        font-size: 20px;
        line-height: 28px;
    }
    .drupal-tilte {
        font-size: 26px;
       line-height: 48px;
    }   
    .form-right-section {
        -ms-flex: 0 0 48.4%;
        flex: 0 0 48.4%;
        max-width: 48.4%;
    }
}
@media all and (max-width:992px){
    .main-wrapper .banner-section{
        background-position: center;
    }
    .banner-section .nav-header{
        padding-left: 20px;
        padding-top: 30px;
    }
    .banner-section .nav-header .ittd-logo-web svg{
        max-width: 100%;
        width: 190px;
    }
    .webinare-banner-info{
        width: 90%;
    }   
    .webinare-heading{
        font-size: 42px;
        line-height: 80px;
    }
    .webinare-heading > span img{
        width: 205px;
        height: 50px;
    }
    .webinare-deatils{
        font-size: 20px;
        line-height: 28px;
    }

    .about-drupal .container{
        margin-right: 0px;
    }
    .druapl-left-section {
        -ms-flex: 0 0 60%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 70px;
    }
    .drupal-tilte{
        font-size: 26px;
        line-height: 38px;
    }
    .drupal-test{
        max-width: 100%;
        margin-bottom: 40px;
    }
    .drupal-test br{
        display: none;
    }
    .line-bar::before{
        left: -116px;
        top: 18px;
    }
    .about-drupal{
        padding-top: 50px;
    }
    .form-right-section{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 30px;
    }
}
@media all and (max-width:767px){
    .main-wrapper .banner-section{
        height: 530px;
    }   
    .webinare-heading{
        font-size: 42px;
        line-height: 80px;
    }
    .webinare-heading > span img{
        width: 125px;
        height: 31px;
        margin-left: 5px;
        margin-right: 5px;
        top: 0;
    }
    .webinare-deatils{
        font-size: 18px;
        line-height: 26px;
    }
    .druapl-left-section{
        padding-left: 60px;
        padding-right: 15px;
    }
    .drupal-tilte{
        font-size: 18px;
        line-height: 28px;
    }
    .line-bar::before{
        left: -116px;
        top: 13px;
        width: 96px;
        height: 3px;
    }
    .drupal-test{
        font-size: 20px;
        line-height: 28px;
    }
    .drupal-test-list ul li{
        font-size: 16px;
       line-height: 20px;
       margin-bottom: 16px;
    }
}