@font-face {
    font-family: 'AntonioRegular';
    src: url('../fonts/AntonioRegular.eot');
    src: url('../fonts/AntonioRegular.eot') format('embedded-opentype'),
         url('../fonts/AntonioRegular.woff2') format('woff2'),
         url('../fonts/AntonioRegular.woff') format('woff'),
         url('../fonts/AntonioRegular.ttf') format('truetype'),
         url('../fonts/AntonioRegular.svg#AntonioRegular') format('svg');
}
@font-face {
    font-family: 'AntonioBold';
    src: url('../fonts/AntonioBold.eot');
    src: url('../fonts/AntonioBold.eot') format('embedded-opentype'),
         url('../fonts/AntonioBold.woff2') format('woff2'),
         url('../fonts/AntonioBold.woff') format('woff'),
         url('../fonts/AntonioBold.ttf') format('truetype'),
         url('../fonts/AntonioBold.svg#AntonioBold') format('svg');
}
@font-face {
    font-family: 'AntonioLight';
    src: url('../fonts/AntonioLight.eot');
    src: url('../fonts/AntonioLight.eot') format('embedded-opentype'),
         url('../fonts/AntonioLight.woff2') format('woff2'),
         url('../fonts/AntonioLight.woff') format('woff'),
         url('../fonts/AntonioLight.ttf') format('truetype'),
         url('../fonts/AntonioLight.svg#AntonioLight') format('svg');
}
@font-face {
    font-family: 'myriadprolight';
    src: url('../fonts/myriadprolight.eot');
    src: url('../fonts/myriadprolight.eot') format('embedded-opentype'),
         url('../fonts/myriadprolight.woff2') format('woff2'),
         url('../fonts/myriadprolight.woff') format('woff'),
         url('../fonts/myriadprolight.ttf') format('truetype'),
         url('../fonts/myriadprolight.svg#myriadprolight') format('svg');
}
@font-face {
    font-family: 'myriadprobold';
    src: url('../fonts/myriadprobold.eot');
    src: url('../fonts/myriadprobold.eot') format('embedded-opentype'),
         url('../fonts/myriadprobold.woff2') format('woff2'),
         url('../fonts/myriadprobold.woff') format('woff'),
         url('../fonts/myriadprobold.ttf') format('truetype'),
         url('../fonts/myriadprobold.svg#myriadprobold') format('svg');
}

form.et-search-form {
    position: relative;
    width: 100%;
    max-width: 70% !important;
    display: table;
    margin: 0 auto;
    float: none;
}
.et-search-form input {
    background: #fff;
    padding: 15px 15px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    top: 300px;
    height: 45px;
}
form.et-search-form {
    position: relative;
    width: 100%;
    max-width: 70% !important;
    display: table;
    margin: 0 auto;
    float: none;
}
.et_search_outer {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
}


.et_pb_section.outer_about_content {
    float: left;
    width: 100%;
	padding: 0px 0 40px;
}
body #page-container .outer_about_content .et_pb_row.about_content_first {
    float: left;
    width: 60%;
}
body #page-container .outer_about_content .et_pb_row.about_content_second {
    float: left;
    width: 60%;
}
body #page-container .outer_about_content .et_pb_row.about_content_third {
    display: table;
    width: 35%;
    padding-left: 0;
    margin-top: 55px;
}
body #page-container .outer_about_content .et_pb_row.about_content_third img {
	width: 100%;
}
.outer_about_content h1 {
    font-size: 36px;
    text-transform: capitalize;
    font-family: 'AntonioRegular';
    font-weight: 600;
    margin: 0 0;
    color: #536165;
}
.outer_about_content p {
    line-height: 30px;
    padding-bottom: 30px;
}
.about_content_second .et_pb_column {
    width: 50%;
    margin: 0;
    float: left;
}
.about_content_second .et_pb_column .et_pb_image img {
    max-width: 85%;
    display: table;
    margin: 0 auto;
}
.about_content_second .et_pb_column.et_pb_column_3 .et_pb_image img {
    max-width: 50%;
}
.et_pb_section.outer_about_content.second_outer_sec {
    padding-top: 0;
}
body #page-container .et_pb_row.abt-association-content {
    float: left;
    width: 60%;
}
body #page-container .et_pb_row.about_content_sec {
    float: left;
    width: 60%;
}
body #page-container .et_pb_row.abt-logo-outer {
    float: left;
    width: 60%;
}
body #page-container .et_pb_row.abt-right-outer {
    display: table;
    width: 35%;
    padding: 0 95px 0 10px;
}
.abt-right-outer .abt-right-content .et_pb_text_inner {
    padding: 30px 35px;
	position:relative;
	float: left;
}
.abt-right-outer .abt-right-content .et_pb_text_inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #bab933;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
    transform: skew(-3deg);
    -webkit-transform: skew(-3deg);
}
.outer_about_content .abt-right-outer p {
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    line-height: 40px;
    text-align: center;
    padding: 0;
}
.et_pb_section.outer_about_content.second_outer_sec {
    padding-bottom: 140px;
}



