@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&display=swap');

body {
	font-family: 'Quicksand', sans-serif;
  	font-size: 14px;
	color: #000;
}
a, img {
	text-decoration: none !important;
	outline: none;
	border: none;
}
/*img {
	max-width: 100%;
	height: auto;
}*/
ul{
	margin: 0;
	padding: 0;
}
:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a, a:hover{
	transition: all 0.5s;
}
.header-wrapper{
	/*position: absolute;
    width: 100%;
    z-index: 5;
    top: 0;
    background: rgba(255,255,255,0.6);
    box-shadow: 0 0 35px rgba(0,0,0,0.3);*/
}
.logo-img{
	max-width: 270px;
}
.navbar-brand.logo{
	padding: 0;
}
.navbar-light{
	padding: 0
}
.navbar-light .nav-link {
    color: rgba(0,0,0,.7) !important;
    font-size: 13px;
    font-weight: 600;
    padding: 37px 20px;
}
.navbar-light .nav-link:hover{
	color: #2283dc !important;
}
.navbar-light .current-menu-item .nav-link {
	color: #2283dc !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #2283dc;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
}
.banner-img{
	position: relative;
}
.banner-img:after{
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 740px 570px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.btn-default{
	background: #2295dc;
    padding: 14px 30px;
    border-radius: 0;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}
.btn-default:hover{
	background: #1a4966;
	color: #fff;
}
.banner-wrapper .btn-default{
	min-width: 168px;
	font-size: 22px;
}
.banner-wrapper p{
	font-size: 24px;
    color: #000;
    font-weight: 400;
}
.banner-txt{
	color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    font-size: 47px;
}
.banner-wrapper .carousel-caption{
	top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
}
.banner-right-txt{
	position: relative;
	top: 110px;
}
.newsletter-wrapper{
	background: rgba(34,127,221,1);
background: -moz-linear-gradient(top, rgba(34,127,221,1) 0%, rgba(144,205,235,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,127,221,1)), color-stop(100%, rgba(144,205,235,1)));
background: -webkit-linear-gradient(top, rgba(34,127,221,1) 0%, rgba(144,205,235,1) 100%);
background: -o-linear-gradient(top, rgba(34,127,221,1) 0%, rgba(144,205,235,1) 100%);
background: -ms-linear-gradient(top, rgba(34,127,221,1) 0%, rgba(144,205,235,1) 100%);
background: linear-gradient(to bottom, rgba(34,127,221,1) 0%, rgba(144,205,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#227fdd', endColorstr='#90cdeb', GradientType=0 );
}
.section-padding{
	padding: 65px 0;
}
.newsletter-title{
	color: #fff;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.newsletter-wrapper .dark-blue{
	padding: 18px 30px;
}
.dark-blue{
	background: #1a4966;
}
.dark-blue:hover{
	background: #2295dc;
}
.m-t-55{
	margin-top: 55px;
}
.newsletter-wrapper .form-control{
	background: rgba(27,73,103,0.2);
	border: 0;
	border-radius: 0;
	color: #fff;
	height: 65px;
	padding-left: 27px;
}
.newsletter-wrapper .form-control::placeholder{
	color: #fff;
	font-size: 18px;
}
.newsletter-wrapper .form-control::-moz-placeholder{
	color: #fff;
	font-size: 18px;
}
.newsletter-wrapper .form-control::-webkit-placeholder{
	color: #fff;
	font-size: 18px;
}
.newsletter-wrapper p{
	color: #f1f9fc;
    font-size: 26px;
    font-weight: 400;
    width: 80%;
    margin-bottom: 0;
    margin-top: 10px;
}
.mission-wrapper{
	background: url(../images/mission-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 65px 0;
}
.mission-wrapper p{
    color: #fff;
    font-size: 25px;
    position: relative;
    z-index: 1;
    padding: 0px 60px;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 0;
}
.mission-wrapper:after , .footer-wrapper:after{
	content: '';
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.grey-box{
	background: #F9F9F9;
	padding: 35px 30px;
	display: block;
	transition: all 0.5s;
}
.grey-box-president{
	background: #F9F9F9;
	padding: 35px 30px;
}
.grey-box:hover{
	background: #2295dc;
	transition: all 0.5s;
}
.grey-box:hover p{
	color: #fff;	
}
.grey-box:hover .sub-title{
	color: #fff;
}
.grey-box p{
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	color: #000;
}
.sub-title{
	font-weight: 400;
	font-size: 34px;
	margin-bottom: 25px;
	text-align: center;
	text-transform: capitalize;
	color: #000;
}
.mt-30{
	margin-top: 30px;
}
.president-wrapper h4{
	color: #2295dc;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}
.president-wrapper p{
	font-size: 20px;
    line-height: 28px;
}
.president-img{
	border-radius: 50%;
	width: 100%;
}
.footer-wrapper{
	background: url("https://www.optometricretinasociety.org/wp-content/themes/optometric-retina-society/images/footer-bg1.jpg") no-repeat center;
	background-size: cover;
	padding: 56px 0 35px;
	position: relative;
}
.z-index-1{
	position: relative;
	z-index: 1;
}
footer ul li{
	list-style: none;
	margin-bottom: 2px;
}
footer ul li a{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	padding:0px !important;
}
footer ul li a:hover {
    color: #79ccff;
    text-decoration: underline !important;
}
footer .form-control{
	background: rgba(255,255,255,0.5);
	border: 0;
	border-radius: 0;
	color: #fff !important;
	height: 58px;
	text-align: center;
}
footer .form-control:focus{
	background: rgba(255,255,255,0.5);
}
footer .form-control::placeholder{
	color: #fff;
	text-align: center;
}
footer .form-control::-moz-placeholder{
	color: #fff;
	text-align: center;
}
footer .form-control::-webkit-placeholder{
	color: #fff;
	text-align: center;
}
footer .btn-default{
	background: rgba(255,255,255,0.5);
}
footer .btn-default:hover{
	background: #2295dc
}
.copyright-txt{
	text-align: center;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 0;
	font-size: 16px;
}


/*for 2nd variation*/

.box-content section .p-l-r-50, .box-content footer .p-l-r-50{
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.box-content .section-padding {
    padding: 65px 0 !important;
}
.box-content .mission-wrapper{
	padding: 65px 0 !important;
}
.box-content .footer-wrapper{
    padding: 56px 0 35px !important;
}
.box-content .banner-img:after{
	border-width: 0 0 390px 380px;
}
.box-content .banner-right-txt{
	top: 80px;
}
.box-content .container{
		padding: 0 ;
}
.p-l-50{
	padding-left: 50px !important;
}
.menu-header_menu-container {
    margin-left: auto !important;
}


/*11 06 2019*/

.es_subscription_form input{
    background: rgba(27,73,103,0.2);
    border: 0;
    border-radius: 0;
    color: #fff;
    height: 65px;
    padding-left: 27px;
}

.es_subscription_form input[type=submit]{
	background: #1a4966;
    color: #fff;
    width: 100%;
}
.es_subscription_form input::placeholder{
	color: #fff;
}

/*===== 12-6-19 =====*/

.emaillist .es_subscription_form {
    display: inline-flex;
}

.emaillist .es-field-wrap {
    margin-right: 15px;
}

.emaillist .es_subscription_form input[type=submit], .footer_newslatter .emaillist .es_subscription_form input[type=submit] {
    cursor: pointer;
}

.footer_newslatter .emaillist .es_subscription_form input[type=submit], .footer_newslatter .emaillist .es_subscription_form input {
    width: 250px;
    background: rgba(255,255,255,0.5);
    text-align: center;
    padding: inherit;
}

.emaillist .es_subscription_form input[type=submit]:hover, .footer_newslatter .emaillist .es_subscription_form input[type=submit]:hover {
    background: #2295dc;
}


.emaillist .es_subscription_form input[type=submit], .emaillist .es_subscription_form input {
    width: 345px;
}

.felow_details {
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    min-height: 315px;
}

.felow_details p {
    margin-bottom: 10px;
}

.textwidget ul li a, .join-area a, .resource-area ul li a, .felow_desc a, .felow_email a {
    color: #1a4966; 
    font-weight: 600;
}

.join-area a:hover, .resource-area ul li a:hover, .textwidget ul li a:hover, .felow_desc a:hover, .felow_email a:hover {
    color: #2295dc;
}

.felow_details h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.sidebar_content h2, .title {
    font-size: 20px!important;
    margin-bottom: 20px;
    font-weight: 600;
}


.title-txt h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.sidebar_content .emaillist .es_subscription_form {
    display: inherit;
}

.sidebar_content .emaillist .es_subscription_form input[type=submit], .sidebar_content .emaillist .es_subscription_form input {
    width: 300px;
}

.sidebar_content .emaillist .es_subscription_form input[type=submit] {
    color: #fff;
    padding-left: 0;
}

.sidebar_content .emaillist .es_subscription_form input, .sidebar_content .emaillist .es_subscription_form input::placeholder {
    color: #000;
}

.title-txt ul li {
    list-style: none;
}

.title-txt ul li  {
    list-style-position: inside;
    margin-bottom: 5px;
}

.textwidget ul li {
    text-align: center;
    margin-bottom: 5px;
    
}

.textwidget ul li:last-child {
    margin-bottom: 0;
} 

.textwidget ul {
    margin-bottom: 20px;
}

.sidebar_content h2 {
    color: #fff;
    background: #2295dc;
    padding: 10px;
    display: block;
    font-size: 16px!important;
    margin-bottom: 10px;
} 

.sidebar_content .es_subscription_form input[type="email"], .sidebar_content .es_subscription_form input[type="text"] {
    height: 50px;
    background: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
}

.sidebar_content .es_subscription_form input[type="submit"] {
    height: 50px;
    font-weight: 600;
}

.textwidget ul li {
    text-align: left;
    list-style: none;
    font-size: 16px;
    text-decoration: underline;
}

.textwidget ul li a {
    color: #000;
    font-weight: 400!important;
}

.none-title {
    margin-top: 30px;
}

/*
.textwidget ul li a:hover {
    background: #1a4966;
    color: #fff;
}
*/

.width-span li span {
    width: 100px;
    display: inline-block;
}

.marg-bttm-30 {
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    padding: 30px;
}

.fellow-area, .sidebar_content {
     box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    padding: 30px;
}

.title-txt h3 {
    font-size: 15px;
}

.list-style-inherit ul li {
    list-style: disc;
}

.list-style-inherit .width-span {
    margin-left: 20px;
}

.title-txt h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.innerbanner-area {
    margin-bottom: 70px;
}

.space-bttm .title-txt {
    margin-bottom: 30px;
}

.space-bttm {
    padding: 30px 30px 0;
}

.resource-area h2 {
    margin-bottom: 10px!important;
}

.resource-area ul li {
    margin-bottom: 5px;
}


/*== Contact us ==*/

.gform_wrapper h3.gform_title {
    font-size: 20px!important;
}

.gform_wrapper select {
    margin-bottom: 0!important;
    padding: 9px!important;
}

.gform_wrapper input {
    padding: 8px!important;
    margin-bottom: 10px;
}

.gform_wrapper ul li.gfield {
    margin-top: 10px!important;
}

.gform_wrapper input[type="file"] {
    padding-left: 0!important;
    padding-top: 0!important;
}

.gform_wrapper .gform_footer {
    padding: 0!important;
    margin: 0!important;
	margin-top: 20px !important;
}

.gform_wrapper input[type="submit"] {
    background: #1a4966;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 10px 30px!important;
    font-weight: 600;
}

.gform_wrapper input[type="submit"]:hover {
    background: #2295dc;
}

.felow_email a {
    word-break: break-all;
}

.join-area h3, .join-area h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.join-area  ol {
    padding: 0;
    margin-left: 15px;
}

.join-area ul {
    margin-left: 20px;
}

.join-area ul li {
    margin-bottom: 5px;
}

.join-area ul li ul li {
   list-style: circle;
}

.single-txt, .categ-txt {
    margin-top: 10px;
}
.menu-btn .nav-link {
    color: #fff!important;
    background: #2283dc;
    padding: 20px 10px;
    margin-top: 15px;
}
.menu-btn.current-menu-item .nav-link,.menu-btn .nav-link:hover{
    color:#fff !important;
}