@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

h1 { font-family: 'Oswald', sans-serif; font-weight:600; font-size:4em; line-height:1em; letter-spacing:0; padding:0; margin: 0; }
h2 { font-family: 'Oswald', sans-serif; font-weight:500; font-size:3.2em; line-height:1em; letter-spacing:0; padding:0; margin: 0; } 
h3 { font-family: 'Oswald', sans-serif; font-weight:500; font-size:2.3em; line-height:1.2em; letter-spacing:0; padding:0; margin: 0; }  
h4 { font-family: 'Oswald', sans-serif; font-weight:500; font-size:2em; line-height:1.2em; letter-spacing:0; padding:0; margin: 0; }  

h5 {font-family: 'Open Sans', sans-serif; font-weight:600; font-size:1.35em;line-height:1.5em; padding:0; margin: 20px 0 20px 0; letter-spacing:0; color:#686868;  }
h6 {font-family: 'Open Sans', sans-serif; font-weight:400; font-size:1.2em;line-height:1.5em; padding: 0; margin: 20px 0 20px 0; letter-spacing:0; color:#686868;  }
ul { margin: 0 0 0 21px;}
a { color:#bc2359; text-decoration: none; }
a:hover { color:#006c8a; text-decoration: none; }
p{ padding-top:0; margin-top:0; }

body { font-family: 'Open Sans', sans-serif; }
.top-header { width:100%; margin-top: 1%; }
.container { width: 1140px; margin: 0 auto; }
.top-header ul { width: 100%; text-align: center; padding: 10px 0 0px 0; border-bottom: 1px solid #006c8a; margin:0; }
.top-header ul li { font-weight: 600; display: inline-block; margin: 0 0 0 2px; letter-spacing: 0.6px; }
.top-header ul li:first-child { margin:0; }
.top-header ul li a { color: #bc2359; }
.top-header ul li a:hover { text-decoration: none; box-shadow:none; color: #006c8a; }
header { width: 100%; padding: 23px 0 15px 0; float: left; }
.logo { padding: 0 0 0 10px; float: left; }
.top-nav { float: right; }
.top-nav ul { width: 100%; padding: 20px 0 0 0; margin:0; }
.top-nav ul li { list-style-type: none; display: inline-block; font-size:14px; position: relative; }
.top-nav ul li a { color: #006c8a; padding-left: 18px; padding-right: 18px;    padding-top: 13px; padding-bottom: 13px; text-transform: uppercase; line-height: 20px; position: relative; font-size: 100%; font-weight: 600; }
.top-nav ul li a:hover, .top-nav ul li.current-menu-item a { background-color: #bc2359; color:#fff; }
.top-nav ul li.current-menu-item ul li a { background: none; }
footer { font-size:14px; line-height: 1.5em;width: 100%; overflow: hidden; width: 100%; transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; padding: 20px 0; }
footer .container { display: flex; }
footer h3 { text-align: center; margin-bottom: 30px; }
footer .footer-first { float: left; width: 22.456%; }
footer .footer-second { float: left; width: 26.14%; }
footer .footer-third { float: left; width: 10.7%; margin-right: 20px; }
footer .footer-third ul { width: 100%; margin:0; }
footer .footer-third ul li { float: left; list-style-type:none; margin: 0 0 0 10px; width: 46px; }
footer .footer-third ul li:first-child { margin :0; }
footer .footer-fourth { float: left; width: 16.404%; background-color: #bc2359; padding: 10px; display: flex; }
footer .footer-fourth:hover { background-color: #006c8a; }
footer .footer-fourth h4 { line-height: 30px; font-weight:500; }
footer .footer-fourth a { color:#fff; line-height: 38px; display: block; height:100%; }
footer .footer-fifth { width: 22.806%; float: right; box-sizing: border-box; padding: 0 0 0 10px; }
footer .footer-fifth ul li { list-style-type:none; width: 100%; display: block;float: left; margin-top: 10px; padding: 10px 0 0 0; border-top: 1px solid #fff; font-weight: bold; }
footer .footer-fifth ul li:first-child { margin:0; padding:0; border-top:0; }
footer .footer-fifth ul li a { display: block; font-weight: normal; }
.footer-top { border-bottom: 2px solid #fff; }
.copy-txt { text-align: center; font-size: 12px; font-weight: 300; line-height: 1.3em; padding-top:10px; }
.top-nav ul.sub-menu { position: absolute; top: auto; left: 0px; background-color: #f2f2f2; font-family: "Open Sans", Sans-serif; font-size: 1em; z-index: 3; width: 243px; margin:0; padding: 0 10px 10px 10px; display: none; }
.top-nav ul.sub-menu li { border-bottom: 1px solid #d43366; width:100%; }
.top-nav ul li:hover ul.sub-menu { display: block; }
.top-nav ul li:hover ul.sub-menu ul.sub-menu { display: none; }
.top-nav ul.sub-menu li a { display: block; color:#bc2359; padding: 10px 13px; }
.top-nav ul.sub-menu li.current-menu-item a { color:#fff; }
.top-nav ul.sub-menu li a:hover { background: none; color: #006c8a; }
.top-nav ul li.menu-item-has-children a:before { content:"\f0d7"; position: absolute; right:5px; top: 12px; font-family: FontAwesome; }
.top-nav ul li.menu-item-has-children ul li a:before { content: none; }
.top-nav ul.sub-menu li.menu-item-has-children a:before { content:"\f0da"; position: absolute; right:10px; top: 12px; font-family: FontAwesome; }
.top-nav ul.sub-menu li.menu-item-has-children ul li a:before { content: none; }
.top-nav ul.sub-menu ul.sub-menu { display: none; position: absolute; top: 0; left: 218px; }
.top-nav ul.sub-menu li { position: relative; }
.top-nav ul.sub-menu li:hover ul.sub-menu { display: block !important; }
.highlighted-txt h4 { background:#bc2359; width: 100%; box-sizing: border-box;     padding: 14px; margin: 0 0 10px 0; }
.highlighted-txt h4:hover { background: #006c8a; }
.form-sec { width: 100%; margin: 0 auto 60px auto; display: block; float: none; overflow: hidden; }
.form-sec .left-frm { width: 50%; float: left; padding: 0 10px 0 0; }
.form-sec .right-frm { width: 50%; float: right; padding: 0 0 0 10px; }
.wpcf7-form-control-wrap { margin: 0 0 20px 0; display: block; }
form input[type="submit"] { background:#bc2359; color:#fff; font-size: 16px;    font-weight: normal; }
form input[type="submit"]:hover { background: #006c8a; }
.box-sec h4 { background: #bc2359; }

.divider_page { overflow: hidden; }
.full_banner { width: 100%; float: left; padding: 465px 0 10px 0; margin: 0 0 70px 0; }
.full_banner h1 { padding: 0 30px; } 
.two-column-text { width: 100%; overflow: hidden; margin: 0 0 30px 0; }
.two-column-text h3 { text-align: center; margin: 0 0 20px 0; }
.two-column-text .left-txt { float: left; width: 50%; padding: 0 20px 0 0; box-sizing: border-box; }
.two-column-text .right-txt { float: right; width: 50%; padding: 0 0 0 20px; box-sizing: border-box; }
.container .full_banner { padding: 0 0 10px 0; margin: 0 0 30px 0; min-height:338px; position: relative; }
.container .full_banner h2 { position: absolute; bottom: 37px; width:100%; }
.three-column-text { width: 100%; overflow: hidden; margin: 0 0 30px 0; }
.three-column-text h3 { text-align: right; margin: 0 0 20px 0; }
.three-column-text .left-txt { float: left; width: 33%; padding: 0 20px 0 0; box-sizing: border-box; }
.three-column-text .mid-txt { float: left; width: 33%; padding: 0 20px 0 20px; box-sizing: border-box; }
.three-column-text .right-txt { float: right; width: 33%; padding: 0 0 20px 0; box-sizing: border-box; }
ol li { background:#bc2359; width: 100%; box-sizing: border-box; padding: 14px; margin: 0 0 10px 0; font-family: "Oswald", Sans-serif;  font-size: 2em;  font-weight: 500; line-height: 1.5em; list-style-type: none; color:#fff; }
ol li:hover { background: #006c8a; }
ol.small li { padding: 10px; font-size: 1.6em; line-height: 1em; margin: 0 0 5px 0; }
ol.small li a { color:#fff; display:block;}
.custom_title {  width: 100%; overflow: hidden; margin: 0 0 30px 0; }
.single-image { text-align:center; padding:0 0 30px 0; }
.single-image img { display: block; margin: 0 auto; }
.box_layout { width: 100%; overflow: hidden; padding: 0 0 30px 0; }
/*.box_layout .container { display: grid; display: -ms-grid; grid-gap: 20px; grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));}*/




.img-box { min-height:333px; background-position: center center; background-size: cover; background-repeat: no-repeat; padding: 20px; position: relative; width: 353px;
float: left;
margin: 0 0 20px 20px; }
.img-box a { width: 100%; height: 100%; display: block;
position:absolute;
top:0;
left:0;
padding:20px;
box-sizing:border-box;
}
.img-box h3 { position: absolute;  bottom: 20px; }
.img-box:hover:before { position: absolute; left:0; top:0; content: ""; width: 100%; height: 100%; display: block; background: #116476; opacity:0.2; }

.box_layout_highlighted_title { width: 100%; overflow: hidden; padding: 0 0 30px 0; }
.box_layout_highlighted_title .container { display: grid; grid-gap: 20px; grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)); }
.box_layout_highlighted_title .img-box {  min-height:400px;  }
.box_layout_highlighted_title h3 { display: block; width: 100%; left: 0; bottom: 0;  padding: 20px; text-align: center; }
.box_layout_highlighted_title a:hover h3 { background: #006c8a !important; }
.image-title-sec { width: 100%; overflow: hidden; margin: 0 0 30px 0; }
.image-title-sec .container { display: flex; }
.image-title-sec .title-left { width: 34%; padding: 0 30px 0 0; box-sizing: border-box; }
.image-title-sec .title-left h2 a { color: #006c8a; }
.image-title-sec .title-left h2 a:hover { color:#bc2359; }
.image-title-sec .img-right { width: 66%; }
.footer-fifth img{ float: left; width: 80px; padding: 0; margin: 0 10px 0 0;
}
.default-container { padding: 0 0 30px 0;}
.flag-icon { float: right; margin: 10px 0 0 100px; }
.blog-cont { width: 70%; float: left; padding: 0 2% 0 0; }
.blog-sidebar { width: 30%; float: right; padding: 0 0 0 2%; }
.blog-sidebar #secondary { width: 100% !important; padding: 20px; background: #f7f7f7; }
.blog-sidebar #secondary .search-form { position: relative; }
.blog-sidebar #secondary .search-form .search-submit{ position: absolute; top:0; right:0; }
.blog-sidebar #secondary .search-form .search-field { padding: 11px 100px 11px 11px; }
.blog-sidebar .widget { margin: 0 0 20px 0; }
.blog-sidebar .widget-title, .blog-sidebar h3 { font-size: 20px; margin: 0 0 10px 0; }
.blog-area { width: 20px 0 0 0; }
.blog-cont h2 { font-size: 36px; line-height: 42px; padding: 0 0 20px 0; }
.blog-cont .post { padding: 0 0 30px 0; border-bottom: 1px solid #ccc; margin: 0 0 30px 0; }
.blog-cont .post:nth-child(3), .blog-cont .post:nth-child(4) { width: 48%; float: left; }
.blog-cont .post:nth-child(3) { margin: 0 2% 0 0; }
.blog-cont .post:nth-child(4) { margin: 0 0 0 2%; }
.blog-cont .pagination { border:0; }
.back-news { margin: 0 0 40px 0; display: block; }
div.wpcf7-mail-sent-ok, div.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { width: 100%; border:0 !important; padding: 0; margin: 10px 0 0 0; }
.single-post .blog-cont h1 { font-size: 26px; }

.single-post .blog-cont h4, .single-post .blog-cont h5 { font-size: 18px; }
.pdf-sec br { display: none; }
.pdf-sec .pdf-img { display: inline-block; float: left; margin: 0 15px 0 0; }
.pdf-sec img { width: 200px; height: auto; }
.btn { background: #bc2359; color: #fff; font-size: 16px; font-weight: normal;
    padding: 4px 10px; }
.pdf-sec h4 { font-size: 20px; line-height: 24px; margin: 0 0 15px 0; color: #006c8a; } 
footer .footer-top.new .footer-second { width: 23.14%; }
footer .footer-top.new .footer-third { width: 21.7%; }
footer .footer-top.new .footer-fourth { width: 19.404%; }
footer .footer-top.new .footer-fifth {  width: 8.806%; }
.mid-footer { border-bottom: 2px solid #fff; }
.mid-footer ul { padding: 20px 0; width: 100%; }
.mid-footer ul li { float: left; list-style-type: none; width: 50%; }
.mid-footer img { float: left; margin: 0 10px 0 0; }

/**login page**/

.login_form_page{
float:left;
width:100%;
}
.login_banner {
    height: 30vw;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	 float: left;
    width: 100%;
}
.login_content {
    float: left;
    width: 100%;
    background: #ffffff;
	    margin: 3em 0;
}
.login_content p {
    font-size: 26px;
    text-align: center;
    color: #686869;
    max-width: 79%;
    margin: 0 auto;
    font-weight: bold;
    line-height: 30px;
}
.login_ban_title {
    position: absolute;
    bottom: 8%;
    z-index: 9999;
	left:0;
	right:0;
	margin:0 auto;
}
.login_ban_title h4 {
    font-size: 4em;
    text-align: center;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
	letter-spacing:0.8px;
}

/**form***/
.lft_log_bg {
    float: left;
    width: 41%;
}
.register_form {
    background: #cce2eb;
    padding: 30px;
    border-radius: 0px;
    position: relative;
	margin-top:0;
	padding-bottom: 4em;
}
.right_reg_bg {
    float: right;
    width: 50%;
}
.login_form {
    background: transparent;
    padding: 30px;
    border-radius: 0px;
    padding-bottom: 0;
    padding-left: 0;
}
.login_form input#user_login{
    border: 3px solid #e3507e;
	width:100%;
}
.login_form input#user_pass{
    border: 3px solid #e3507e;
	width:100%;
}

.login_logo h4{
    margin-bottom: 0;
    color: #006c8c;
    font-size: 38px;
    text-align: left;
    font-weight: 600;
	 font-family: 'Oswald', sans-serif;
}
.login_logo{
border-bottom:unset;
margin-bottom:1em;
}
.login_form h4{
    color: #006c8c;
    font-size: 30px;
    text-align: left;
    font-weight: bold;
	 font-family: 'Oswald', sans-serif;
	 margin-bottom:1em;
}
label.tml-label {
    font-size: 18px;
    color: #686975b5;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 600;
}
.log_content .tml-field {
    width: 100%;
}
.reset_desc input.tml-button {
    border: 0;
    padding: 12px 0px;
    font-size: 19px;
    text-transform: uppercase;
    min-width: 130px;
    background: #db1e5a;
    color: #fff;
    border-radius: 22px;
    cursor: pointer;
}
.log_content input.tml-button:hover{
    background: rgb(219 30 90 / 70%);
	transition:all 0.2s linear;
}
li.tml-lostpassword-link {
    display: none;
}
ul.tml-links {
    display: none;
}
.reset_form input#user_login{
 border: 3px solid #e3507e;
	width:92%;
}
.reset_form label.tml-label {
    display: none;
}
.login_form .tml-field-wrap.tml-rememberme-wrap {
    display: none;
}
.reset_desc p {
    font-size: 18px;
    text-align: left;
    color: #686869bf;  
    line-height: 23px;
    font-weight: 600;
}
.log_content .tml-field-wrap.tml-submit-wrap {
    text-align: left;
}
.login_form input.tml-button {
    border: 0;
    padding: 12px 0px;
    font-size: 19px;
    text-transform: uppercase;
    min-width: 130px;
    background: #db1e5a;
    color: #fff;
    border-radius: 22px;
    cursor: pointer;
}
.register_form input.tml-button {
    border: 0;
    padding: 12px 0px;
    font-size: 19px;
    text-transform: uppercase;
    min-width: 130px;
    background: #db1e5a;
    color: #fff;
    border-radius: 22px;
    cursor: pointer;
}
button.tml-button {
    border: 0;
    padding: 12px 0px;
    font-size: 19px;
    text-transform: uppercase;
    min-width: 130px;
    background: #db1e5a;
    color: #fff;
    border-radius: 22px;
    cursor: pointer;
}
.full_block_reg {
    float: left;
    width: 100%;
    margin: 0em 0 4em 0;
}
#pass-strength-result{
opacity:1;
}
button.tml-button:hover{
    background: rgb(219 30 90 / 70%);
	transition:all 0.2s linear;
}


/**responsive**/

@media only screen and (max-width: 992px) {
.login_form h4
{
    font-size: 26px;
}
.login_logo h4{
    font-size: 26px;
}
.login_ban_title{
bottom:15%;
}
.login_content p {
    font-size: 24px;
    max-width: 87%;
}
.login_content .container {
    padding: 0;
}
.log_content input.tml-button {
    border: 0;
    padding: 8px 0px;
    font-size: 22px;
    text-transform: uppercase;
    min-width: 120px;
}

}

@media only screen and (max-width: 767px) {
.lft_log_bg {
    float: left;
    width: 100%;
}
.right_reg_bg{
    float: left;
    width: 100%;
}
.login_content {
    margin: 1em 0;
}
.login_content p {
    font-size: 20px;
}
.login_banner {
    height: 40vw;
}
.login_ban_title h4 {
    font-size: 3.3em;
}
.right_reg_bg {
    margin-top: 4%;
}
.log_content {
    margin-bottom: 0;
}
.register_form{
padding-bottom:4em;
}
.login_form{
padding:30px;
}
.reset_form {
    padding: 0 30px;
}

}

@media only screen and (max-width: 480px) {
.login_banner {
    height: 47vw;
}
.login_ban_title h4 {
    font-size: 3em;
}
.login_content p {
    font-size: 20px;
	max-width:100%;
}
.login_form{
padding:10px;
}
.register_form {
    background: #cce2eb;
    padding: 10px;
}
.reset_form {
    padding: 0 20px;
}
.log_content input.tml-button {
    border: 0;
    padding: 5px 0px;
    font-size: 20px;
    text-transform: uppercase;
    min-width: 108px;
}
.login_content p {
    font-size: 16px;
	line-height:28px;
	
}
}