.container{
    max-width: 1160px;
}
img{
    max-width: 100%;
    height: auto;
}
body {
    font-family:'Open Sans', Arial, sans-serif ;
    font-size: 1rem;
    font-weight: 400;
    color: #222F39;
    line-height: 1.2;
}
h1,
.h1{
    font-size: 3rem;
    font-weight: 300;
    color: #222F39;
    line-height: 1.1;
    letter-spacing: -.5px;
}
h2,
.h2{
    font-size: 2.25rem;
    font-weight: 300;
    color: #222F39;
    line-height: 1.1;
    letter-spacing: -.5px;
}
h3,
.h3{
    font-size: 1.5rem;
    font-weight: 300;
    color: #222222;
    line-height: 1.2;
    letter-spacing: -.5px;
}
h4,
.h4{
    font-size: 1.125rem;
    font-weight: 400;
    color: #222F39;
    line-height: 1.2;
}
h5,
.h5{
    font-size: 1rem;
    font-weight: 400;
    color: #222F39;
    line-height: 1.2;
}
h6,
.h6{
    font-size: .8125rem;
    font-weight: 600;
    color: #222F39;
    line-height: 1.2;
    text-transform: uppercase;
}
p,
.p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
}
a {
    text-decoration: none;
}

.subHeader{
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.2;
}
.eyebrow{
    font-size: .8125rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: .8rem;
}
.sec-pad-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.header {
    padding-top: 25px;
    padding-bottom: 25px;
}
.hero {
    min-height: 820px;
    display: flex;
    margin-bottom: 50px;
}
.hero img{
    max-width: 100%;
    height: auto;
}

.logo img{
    width: 325px;
    height: auto;
    max-width: 100%;
}

a.btn-blue {
    display: inline-block;
    background-color: #00008B;
    padding: 12px 55px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
a.btn-blue-border {
    display: inline-block;
    background-color: transparent;
    padding: 10px 50px;
    border-radius: 20px;
    color: #00008B;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    border: 2px solid #00008B;
}

ul {
    padding-left: 20px;    
    margin-bottom: 0;
}
ol {
    padding-left: 15px;  
    margin-bottom: 0;  
}
ul li {
    padding-bottom: 15px;
    font-size: 14px; 
    padding-left: 5px;
    line-height: 1.8;
}
ol li {
    padding-bottom: 15px;
    font-size: 14px; 
    padding-left: 10px;
}

.border-radius-20{
    border-radius: 20px;;
}
.speaker-img img{
    width: 100%;
    max-width: 100%;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    object-position: center;
    height: 430px;
}
.speaker-bio-container{
    padding: 30px 35px;
}

.cta-container{
    padding: 50px;
}
.cta-container img{
    border-radius: 20px;
}
.testimonial-box {
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 0 6px rgb(0,0,0, 15%);
}
.hero-pad-bottom{
    margin-bottom: 50px;
}
.agenda-table {
    border-top: 2px solid #C2D2DF !important;
    border-left: none !important;
    border-bottom: none !important;
    border-right: none !important;
    margin-bottom: 50px;
    width: 100%;
    padding-top: 50px;
}

.blog-img img{
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    right: -25px;
    position: relative;
    bottom: -20px;
    z-index: -1;  
}

.img-blog-border {
    border: 4px solid #9645FF;
    border-radius: 10px;
    z-index: 1;
    margin-right: 25px;
    margin-bottom: 50px;
}

.shared-container{
    border-radius: 20px;
    padding: 60px 50px;
}
.speaker-table td:first-of-type{
    padding-right: 30px;
}
.social-media-icon img{
    margin: 8px 5px;
    cursor: pointer;
}
.form-box{
    padding: 35px;
    box-shadow: 0 0 6PX rgb(0,0,0, 15%);
    border-radius: 20px;
}
section.footer {
    padding-top: 105px;
    padding-bottom: 80px;
    margin-top: 70px;
}
main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sidebar-wrapper>.container>.row>.col-lg-8,
.sidebar-wrapper>.container>.row>.col-lg-12{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-menu a{
    line-height: 2rem;
}
.footer .logo-footer img{
    width: 198px;
    padding-bottom: 30px;
}
.footer p,
.footer a{
    color: #ffffff;
    font-size: 14px;
}
@media screen and (max-width:1280px) {
    .hero {
        min-height: auto;
        padding: 80px 0;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:992px) {
    
    h1,
    .h1{
        font-size: 2.5rem;
    }
    h2,
    .h2{
        font-size: 2rem;
    }
    h3,
    .h3{
        font-size: 1.275rem;
    }
  
    .sec-pad-50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hero {
        padding: 50px 0;
    }
   
    .speaker-bio-container{
        padding: 25px 20px;
    }
    
    .cta-container{
        padding: 40px 20px;
    }
    .testimonial-box {
        padding: 25px;
    }
    .shared-container{
        padding: 50px 30px;
    }
}

@media screen and (max-width:767px) {
    h1,
    .h1{
        font-size: 2.15rem;
        font-weight: 500;
    }
    h2,
    .h2{
        font-size: 1.875rem;
        font-weight: 500;
    }
    
    .logo img{
        width: 250px;
        height: auto;
    }
    .logo {
        text-align: center;
    }
  
    .hero .col-md-5:first-of-type{
        order: 2;
        padding-top: 30px;
    }
    .hero-video-player {
        padding-bottom: 30px;
    }
    .sec-pad-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .column-reverse .col-md-6:first-of-type{
        order: 2;
        padding-top: 30px;
    }
    .mobile-padding-bottom{
        padding-bottom: 30px;
    }
    .mobile-padding-bottom-lg {
        padding-bottom: 20px;
    }
    .form-box{
        padding: 35px 20px;
    }
    section.footer {
        padding-top: 80px;
        padding-bottom: 50px;
        margin-top: 40px;
    }
    
}

@media (min-width: 768px) {
    .sidebar-wrapper>.container>.row>.col-lg-12+.col-lg-4 {
        flex: 0 0 auto;
        width: 100%;
    }
}


/**
 * Marketo Form Styles (Global)
 */
 .mktoImg {
    display: block!important;
 }
 form.mktoForm,
 form.mktoForm .mktoFormRow,
 form.mktoForm .mktoFormCol,
 form.mktoForm .mktoFieldWrap,
 form.mktoForm .mktoHtmlText,
 form.mktoForm .mktoLabel,
 form.mktoForm input[type=text],
 form.mktoForm input[type=url],
 form.mktoForm input[type=email],
 form.mktoForm input[type=tel],
 form.mktoForm input[type=number],
 form.mktoForm input[type=date],
 form.mktoForm textarea.mktoField,
 form.mktoForm select.mktoField,
 form.mktoForm .mktoButtonRow,
 form.mktoForm .mktoButtonRow .mktoButtonWrap {
     font-family: 'Open Sans', Arial, sans-serif !important;
     display: block;
     width: 100% !important;
     margin: 0 !important;
     padding: 0 !important;
     font-size: 14px !important;
 }

 form.mktoForm .mktoButtonRow .mktoButtonWrap {
    text-align: center;
}
 
 form.mktoForm ::placeholder {
     color: #C2D2DF !important;
     opacity: 1 !important;
     font-size: 14px;
 }
 
 form.mktoForm input[type=text],
 form.mktoForm input[type=url],
 form.mktoForm input[type=email],
 form.mktoForm input[type=tel],
 form.mktoForm input[type=number],
 form.mktoForm input[type=date],
 form.mktoForm textarea.mktoField,
 form.mktoForm select.mktoField {
     padding: 8px 20px!important;
     border: 1px solid #C2D2DF!important;
     color: #222F39 !important;
     border-radius: 20px !important;
     font-family: 'Open Sans', Arial, sans-serif !important;
     box-shadow: none !important;
     height: 42px!important;
 }
 
 
 form.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
    width: fit-content!important;
    padding: 0.1em 0.3rem!important;
}
 form.mktoForm .mktoFormRow>.mktoFormCol{
     margin-bottom: 20px !important;
     min-height: auto;
 }
 
 form.mktoForm .mktoButtonRow button {
     font-family: 'Open Sans', Arial, sans-serif !important;
     font-weight: 700 !important;
     position: relative !important;
     font-size: 13px !important;
     background-color: #9645FF !important;
     color: #ffffff !important;
     border-radius: 20px !important;
     padding: 13px 25px !important;
     border: none !important;
     background-image: none !important;
     margin-top: 30px !important;
     width: auto !important;
     text-shadow: none !important;
     font: 700 13px/1.2 'Open Sans', Arial, sans-serif!important;
     box-shadow: none !important;
     text-transform: uppercase !important;
     min-width: 150px!important;
 }

 
 form.mktoForm .mktoRequiredField .mktoAsterix {
     display: none!important;
 }
 
 form.mktoForm .mktoLabel {
     font-family: 'Open Sans', Arial, sans-serif !important;
     color: #222F39 !important;
     display: inline-block !important;
     font-size: 14px !important;
     margin-bottom: 10px !important;
     width: auto !important;
     font-weight: 400 !important;
 }
 
 form.mktoForm textarea.mktoField {
     border: #C2D2DF solid 1px !important;
     box-shadow: none!important;
 }

 form.mktoForm .mktoRadioList>label,
 form.mktoForm .mktoCheckboxList>label {
     margin-left: 30px !important;
     width: calc(100% - 30px) !important;
     color: #222F39 !important;
     font-size: 14px !important;
     cursor: pointer !important;
 }
 input[type="checkbox" i] {
    appearance: none;
 }

form.mktoForm select {
    appearance: none;
 }
 .mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
    width: 16px!important;
    height: 16px!important;
    border-radius: 50%!important;
    border: 1px solid #909EA8;
 }
 .mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p, .mktoForm a {    
    color: #222F39!important;
 }
 form.mktoForm select.mktoField {
    background: #fff url('https://go.opentextsecuritysolutions.com/rs/562-WDC-147/images/form-dropdown-symbol.png') calc(100% - 15px) center no-repeat !important;
    background-color: #FFFFFF !important;
}
@media screen and (max-width:1180px) {
    .mktoForm button.mktoButton, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        width: auto !important;
        max-width: 100%!important;
     }
     form.mktoForm .mktoButtonRow .mktoButtonWrap{
        text-align: left!important;
     }
}
 
.mktoForm .mktoRadioList > input:checked, .mktoForm .mktoCheckboxList > input:checked {
    background: #9645FF !important;
 }


p{
	font-family: 'Inter', sans-serif;
	margin: 0;
	
	font-size: 24px;
	line-height: 32px;
	color: #222F39;
	font-weight: 400;

}
h1,h2,h3,h4,h5,h6{
	font-family: 'Inter', sans-serif;
	
	color: #222F39;
	font-weight: 700;
	

}
body{
	background-color: #fff;
}





h1{
	font-size: 44px;
	line-height: 50px;
	font-family: 'Inter', sans-serif;
	
	font-weight: 700;
}
h2{
	font-size: 60px;
	line-height: 70px;
	font-family: 'Inter', sans-serif;
	
}
h3{
	font-size: 30px;
}

.btn a{
	text-decoration: none;
	font-weight: 500;
	color: #000000;
	display: inline-block;
	padding: 20px 70px;
	background-color: #FFE300;
	font-size: 17px;
	border-radius: 30px;
}

/* section-1 */
.section-1{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding-top: 65px;
	padding-bottom: 60px;
}
.section-1 .first-texts{
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	
	box-sizing: border-box;
}
.first-texts h1{
	margin: 0;
	color: #1A6AFF;
	font-size: 44px;
	line-height: 50px;
}
.first-texts p{
	font-size: 24px;
	line-height: 32px;
	margin-top: 15px;
}

/* two-col-sec */

.two-col-sec{
	width: 100%;
	max-width: 100%;
	display: table;
	padding-top: 40px;
	box-sizing: border-box;
}

.two-col-sec .two-col{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
}
.two-col-sec .first-col{
	padding-right: 40px;
	box-sizing: border-box;
}
.two-col-sec .last-col{
	padding-left: 40px;
	box-sizing: border-box;
}

.two-col-sec .two-col img{
	width: 100%;
	display: block;
	margin-top: 35px;
}

/* Form */
.two-col-sec .two-col .form{
	width: 100%;
	box-sizing: border-box;
	border:1px solid #C5D2DE;
	padding: 30px;
	border-radius: 20px;
}

.two-col-sec .first-col p{
	font-size: 24px;
	line-height: 32px;
	margin: 0;
}
.two-col-sec .first-col .mt15{
	margin-top: 20px;
}

.two-col-sec .first-col ul{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	padding-left: 20px;padding-top: 15px;
}

.two-col-sec .first-col ul p{
	font-weight: bold;
}

.two-col-sec .first-col ul li{
	line-height: 60px;
}



/*  */

.section-2{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding-top: 70px;
	padding-bottom: 80px;
	background-color: #F4F5F8;
}

.section-2 .two-col-sec{
	width: 100%;
	max-width: 100%;
	display: table;
	padding-top: 0px;
	box-sizing: border-box;
}

.section-2 .two-col-sec .two-col{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
}
.section-2 .two-col-sec .first-col{
	padding-right: 35px;
	box-sizing: border-box;
}
.section-2 .two-col-sec .last-col{
	padding-left: 35px;
	box-sizing: border-box;
}



.section-2 .two-col-sec .two-col .line{
	max-width: 190px;
	width: 100%;
	box-sizing: border-box;
}
.section-2 .two-col-sec .two-col .line img{
	width: 100%;
}
.section-2 .two-col-sec .two-col .text{
	width: 100%;
	box-sizing: border-box;
}
.section-2 .two-col-sec .two-col .text h1{
	margin: 0;
	color: #000000;
	font-size: 44px;
	line-height: 50px;
	margin-top: 20px;
}
.section-2 .two-col-sec .two-col .text p{
	margin-top: 15px;
}
.section-2 .two-col-sec .two-col .text img{
	width: 100%;
	margin-top: 55px;
	display: block;
}
.section-2 .two-col-sec .two-col .text .button{
	width: 100%;
	text-align: left;
	padding-top: 37px;
}
.section-2 .two-col-sec .two-col .text .button .btn{
	background-color: #0078FF;
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
	padding: 8px 50px;
	border-radius: 10px;
}


/* section-3 */
.section-3{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 60px;
	background-color: #ffffff;
}
.section-3 .line{
	max-width: 190px;
	width: 100%;
	box-sizing: border-box;
}
.section-3 .line img{
	width: 100%;
}
.section-3 .text h1{
	margin: 0;
	color: #000000;
	font-size: 44px;
	line-height: 50px;
	margin-top: 20px;
}
.section-3 .text p{
	margin-top: 20px;
}

.section-3 .three-col-sec{
	width: 100%;
	max-width: 100%;
	display: table;
	padding-top: 50px;
	box-sizing: border-box;
}
.section-3 .three-col-sec .three-col{
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 25px;
}

.section-3 .three-col-sec .three-col .icon{
	max-width: 80px;
	

}
.section-3 .three-col-sec .three-col .icon img{
	width: 100%;

}
.section-3 .three-col-sec .three-col .text-sm{
	padding-top: 10px;
	width: 100%;
	box-sizing: border-box;
}

.section-3 .two-col-sec{
	width: 100%;
	max-width: 100%;
	display: table;
	padding-top: 60px;
	box-sizing: border-box;
}

.section-3 .two-col-sec .col-2{
	display: inline-block;
	
	vertical-align: middle;
	box-sizing: border-box;
	
}
.section-3 .two-col-sec .first-col{
	width: 50%;	
	display: inline-block;
	padding-right: 20px;
	vertical-align: middle;
	box-sizing: border-box;
}
.section-3 .two-col-sec .last-col{
	width: 50%;	
	display: inline-block;
	padding-left: 0px;
	vertical-align: middle;
	box-sizing: border-box;
}
.section-3 .two-col-sec .first-col h3{
	margin: 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 34px;
}
.section-3 .two-col-sec .last-col img{
	width: 100%;
	display: block;
}






/* section-4 */
.section-4{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding-top: 90px;
	padding-bottom: 110px;
	background-color: #1A6AFF;
}
.section-4 .line{
	max-width: 190px;
	width: 100%;
	box-sizing: border-box;
}
.section-4 .line img{
	width: 100%;
}
.section-4 .text h1{
	margin: 0;
	color: #000000;
	font-size: 44px;
	line-height: 50px;
	margin-top: 20px;
}
.section-4 .text p{
	margin-top: 20px;
}

.section-4 .three-col-sec{
	width: 100%;
	max-width: 100%;
	display: table;
	padding-top: 65px;
	box-sizing: border-box;
}
.section-4 .three-col-sec .three-col{
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 25px;
}
.section-4 .three-col-sec .width-50{
	width: 50%;
}
.section-4 .three-col-sec .three-col .icon{
	max-width: 80px;
	

}
.section-4 .three-col-sec .three-col .icon img{
	width: 100%;

}
.section-4 .three-col-sec .three-col .text-sm{
	padding-top: 10px;
	width: 100%;
	box-sizing: border-box;
}
.section-4 .three-col-sec .three-col .text-sm h4{
	margin: 0;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
	font-weight: 800;
}
.section-4 .three-col-sec .three-col .text-sm p{
	margin: 0;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	margin-top: 15px;
}
.section-4 .two-col-sec{
	width: 100%;
	max-width: 100%;
	display: table;
	padding-top: 60px;
	box-sizing: border-box;
}

.section-4 .two-col-sec .col-2{
	display: inline-block;
	
	vertical-align: middle;
	box-sizing: border-box;
	
}
.section-4 .two-col-sec .first-col{
	width: 50%;	
	display: inline-block;
	padding-right: 20px;
	vertical-align: middle;
	box-sizing: border-box;
}
.section-4 .two-col-sec .last-col{
	width: 50%;	
	display: inline-block;
	padding-left: 0px;
	vertical-align: middle;
	box-sizing: border-box;
}
.section-4 .two-col-sec .first-col h3{
	margin: 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 34px;
}
.section-4 .two-col-sec .last-col img{
	width: 100%;
	display: block;
}
.section-4 .pt100{
	padding-top: 100px;
}

.section-4 .pt50{
	padding-top: 40px;
}



/* section-5 */

.section-5{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding-top: 75px;
	padding-bottom: 55px;
	background-image: url(https://go.zixcorp.com/rs/406-QBF-138/images/Webinar-series-header.png?version=0);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.section-5 .line{
	max-width: 190px;
	width: 100%;
	box-sizing: border-box;
}
.section-5 .line img{
	width: 100%;
}
.section-5 .text{
	padding-top: 15px;
}
.section-5 .text h1{
	margin: 0;
	color: #1A6AFF;
	font-size: 44px;
	line-height: 50px;
	margin-top: 5px;
}
.section-5 .text p{
	margin-top: 20px;
	color: #fff;
}


.section-5 .text .button {
	width: 100%;
	text-align: left;
	padding-top: 25px;
}
.section-5 .text .button .btn {
	background-color: #0078FF;
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
	padding: 8px 30px;
	border-radius: 10px;
}



/* footer */

.footer{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding-top: 110px;
	padding-bottom: 100px;
	background-color: #252F38;
	
}

.footer .four-col-sec{
	width: 100%;
	max-width: 100%;
	display: table;
	
	box-sizing: border-box;
}
.footer .four-col-sec .first-col-l{
	display: inline-block;
	width: 40%;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 20px;
}

.footer .four-col-sec .second-col-l{
	display: inline-block;
	width: 20%;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 20px;
}
.footer .four-col-sec .third-col-l{
	display: inline-block;
	width: 20%;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 20px;
}

.footer .four-col-sec .forth-col-l{
	display: inline-block;
	width: 20%;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 0px;
}

.footer .four-col-sec .first-col-l .footer-logo{
	max-width: 220px;
}
.footer .four-col-sec .first-col-l .footer-logo img{
	width: 100%;
}
.footer .four-col-sec .first-col-l .f-text p{
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin-top: 20px;
}
.footer .second-col-l p{
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
	color: #fff;
}
.footer .third-col-l p{
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
	color: #fff;
}
.footer .forth-col-l p{
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
	color: #fff;
}



/* Responsive */
@media only screen and (max-width:1425px){
	br{
		display: none;
	}
}

@media only screen and (max-width:1280px){
	
}
@media only screen and (max-width:1270px){
	h1{
		font-size: 36px !important;
		line-height: 44px !important;
	}
}
@media only screen and (max-width:1230px){

}
@media only screen and (max-width:1190px){

}
@media only screen and (max-width:1130px){
	h1{
		font-size: 30px !important;
		line-height: 38px !important;
	}
	p{
		font-size: 18px !important;
		line-height: 26px !important;
	}

	.footer .forth-col-l p {
		font-size: 14px !important;
		line-height: 20px !important;

	}
	.footer .third-col-l p {
		font-size: 14px !important;
		line-height: 20px !important;

	}
	.footer .second-col-l p {
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.footer .four-col-sec .first-col-l .f-text p {
		font-size: 14px !important;
		line-height: 20px !important;
	}

	.footer .four-col-sec .first-col-l{
		display: inline-block;
		width: 25% !important;

	}

	.footer .four-col-sec .second-col-l{
		display: inline-block;
		width: 25% !important;
		padding-left: 20px;

	}
	.footer .four-col-sec .third-col-l{
		display: inline-block;
		width: 25% !important;
		padding-left: 20px;

	}

	.footer .four-col-sec .forth-col-l{
		display: inline-block;
		width: 25% !important;
		padding-left: 20px;

	}


}
@media only screen and (max-width:1120px){

}
@media only screen and (max-width:1024px){
	
}
@media only screen and (max-width:980px){

}
@media only screen and (max-width:900px){
	.footer .four-col-sec .forth-col-l {
		display: block;
		width: 100% !important;
		padding-left: 0px; 
		padding-top: 30px;
	}

	.section-3 .three-col-sec .three-col .icon {
		max-width: 50px;
	}
	.section-4 .three-col-sec .three-col .icon {
		max-width: 50px;
	}

}


@media only screen and (max-width:500px){
	.two-col-sec .two-col {
    display: block;
    width: 100%;
   padding-left: 0;
   padding-right: 0;
}
.section-2 .two-col-sec .two-col {
    display: block;
    width: 100%;
   padding-left: 0;
   padding-right: 0;
}
.section-3 .three-col-sec .three-col {
    display: block;
    width: 100%;
   padding-left: 0;
   padding-right: 0;
   padding-top: 15px;
}
.section-3 .two-col-sec .first-col {
     display: block;
    width: 100%;
   padding-left: 0;
   padding-right: 0;
}
.section-3 .two-col-sec .last-col {
    display: block;
    width: 100%;
   padding-left: 0;
   padding-right: 0;
   padding-top: 25px;
}
.section-4 .three-col-sec .three-col {
    display: block;
    width: 100%;
   padding-left: 0;
   padding-right: 0;
   padding-top: 15px;
}
.section-4 .pt100 {
    padding-top: 50px;
}
.section-4 .three-col-sec {
    
    padding-top: 25px;
   
}

.footer .four-col-sec .first-col-l{
		display: block;
		width: 100% !important;

	}

	.footer .four-col-sec .second-col-l{
		display: block;
		width: 100% !important;
		padding-left: 0px;
		padding-top: 30px;
		

	}
	.footer .four-col-sec .third-col-l{
		display: block;
		width: 100% !important;
		padding-left: 0px;
		padding-top: 30px;
		

	}

	.footer .four-col-sec .forth-col-l{
		display: block;
		width: 100% !important;
		padding-left: 0px;
		padding-top: 30px;
		

	}

}