            .container{
              max-width: 1170px;
              width: 100%;
              margin: 0 auto;
            }
            h1, h2, h3, h4, h5, h6 {
            font-weight: 700;
            margin-top:0;
            }
            h1{
            font-size: 48px;
            line-height: 58px;
            margin-bottom: 50px;
            }
            h2{
            font-size: 32px;
            line-height: 38px;
            margin-bottom: 30px;
            }
            h3{
            font-size: 28px;
            line-height: 34px;
            margin-bottom: 30px;
            }
            h4{
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 20px;
            }
            h5{
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 10px;
            }
            p, ul li{
            font-size: 20px;
            line-height: 30px;
            font-weight: 300;
            }
            .text-white{
            color: #ffffff;
            }
            .text-black{
            color: #212529;
            }
            .flex{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            }
            .flex2{
            display: flex;
            flex-wrap: wrap;
            }
            .flex::before, .flex2::before{
            display: block;
            }
            .d-table{
            display: table;
            }
            .d-table-cell{
            display: table-cell;
            }
            .Content{
            padding: 20px 100px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            }
			.Content:before{
			display: block;
			}
            .text-wrapper{
            max-width: 920px;
            width: 100%;
            margin: 0 auto;
            }
            ol, ul {
            margin-top: 15px;
            margin-bottom: 15px;
            }
            .section-padding50{
            padding: 50px 0;
            }
            .section-padding100{
            padding: 100px 0;
            }
            .background{
            position: relative;
            background-size: cover;
            background-repeat: no-repeat;	
            background-position: center center;
            }
            .overlay {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            }
            .nopad{
            padding-left:0;
            padding-right:0;
            }
            /*--------------------HEADER-------------------------*/
            header{
            padding: 15px;
            }
            /*--------------------BANNER-------------------------*/
            .banner-btn{
            padding: 12px 38px;
            font-size: 20px;
            line-height: 22px;
            border-radius: 5px;
            color: #fff;
            text-align: center;
            background-color: #007bff;
            border-color: #007bff;
            transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            border: 1px solid transparent;
            font-weight: 400;
            text-decoration: none;
            display: inline-block;
            }
            .banner-btn:focus{
            box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
            text-decoration: none;
            }
            .banner-btn:hover {
            color: #fff;
            text-decoration: none;
            background-color: #0069d9;
            border-color: #0062cc;
            }
            /*--------------------TWO COLUMN-------------------------*/
            .form-wrapper {
            max-width: 600px;
            width: 100%;
            float: right;
            padding: 25px 17px;
            border-radius: 5px;
            }
            /*--------------------CENTER FORM-------------------------*/
            .form-wrapper2 {
            max-width: 750px;
            width: 100%;
            float: none;
            padding: 25px 17px;
            border-radius: 5px;
            margin: 0 auto;
            }
            /*--------------------VIDEO/IMAGE-------------------------*/
            iframe{
           
            margin: 0 auto;
            }
            /*--------------------CENTER FORM-------------------------*/
           
            /*--------------------THREE COLUMN-------------------------*/
            #three-column h3{
            margin-top: 15px;  
            margin-bottom: 15px;
            }
            .inner-box{
            max-width: 330px;
            width: 100%;
            margin:0 auto;
            display: block;
            }
            /*--------------------TWO COLUMN LEFT / RT IMG-------------------------*/
            .flex2 img{
            width: 100%;
            max-width: 100%;	
            }
            #TwoColRightImg h2, #TwoColLeftImg h2, #TwoCol2RightImg h2{
            margin-bottom: 10px;
            }
            /*--------------------THREE COLUMN 2-------------------------*/
            .box-shadow{
            margin: 20px auto 20px auto;
            text-align: center;
            }
            .box-shadow img{
            border-radius: 50%;
            webkit-box-shadow: 0 5px 5px 0 #adb5bd;
            box-shadow: 0 5px 5px 0 #adb5bd;
            }
            #three-column2 p{
            font-size: 16px;
            line-height: 24px;
            }
            /*--------------------FOOTER-------------------------*/
            .list-inline {
            display: block;
            margin: 0 0 10px -3px!IMPORTANT;
            }
            #footer-social-links ul.list-inline {
            margin: 15px 0 10px 0px!IMPORTANT;
            }
            #footer-links ul li a,#footer-social-links ul li a{
            color: #007bff;
            text-decoration: none;
            background-color: transparent;
            font-size: 16px;
            line-height: 24px;
            }
            #footer-links ul li a:hover {
            color: #0056b3;
            text-decoration: underline;
            }
            #footer-social-links ul li a:hover{
            color: #0056b3;
            }
            .text-muted p {
            color: #6c757d!important;
            }
            .small p{
            font-size: 13px;
            line-height: 19px;
            }
            /*--------------------MEDIA QUERIES-------------------------*/
            @media(max-width: 991px){
				 iframe{
            max-width: 900px !important;
            width: 100% !important;
            margin: 0 auto;
            }
            .flex2 img{
            width: 100%;
            max-width: 100%;
			height: auto;	
            }
            .align-center{
            text-align: center;
            }
            h1{
            font-size: 32px;
            line-height: 38px;
            }
            .section-padding50{
            padding: 30px 0;
            }
            .section-padding100{
            padding: 50px 0;
            }
            .pad-top{ padding-top: 0px;}  
            .form-wrapper{
            float: none;
            margin: 0 auto;
            }
            .padding-top50{
            padding-top: 50px; 
            }
            .Content{
            padding: 100px;
            }  
            }
            @media(max-width: 767px){
			.banner-btn{
			width: 100%;
			}
			#banner{
			padding: 100px 0;
			}
            .Content{
            padding: 100px 50px;
            }
            }