/*!
Theme Name: case-studies-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: case-studies-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #565656;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    color: rgb(6, 42, 131);
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
}

.page-header {
    padding-top: 200px;
    text-align: center;
    background-size: cover;
    background-position: center;
    height: 900px;
}

.page-header-inner {
    height: 450px;
}

.front-page-content {
    padding-top: 200px;
}

.button{
	background: #EB8700;
    padding: 5px 20px;
    border-radius: 15px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 25px #FAC600;
	display: inline-block;
	transition:0.3s
}

.button a{
	color:#fff;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	transition:0.3s;
}

.button:hover{
	opacity: 0.8;
}

.buttons{
	background: #EB8700;
    padding: 5px 20px;
    border-radius: 15px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 25px #FAC600;
    display: inline-block;
    transition: 0.3s;
    color: #fff;
    border: 0;
}
#wpmem_login .button_div, #wpmem_reg .button_div {
    width: auto !important;
    padding: 6px 0;
    text-align: center !important;
}
.req-text {
    display: none;
}

.contact-info {
    color: #fff;
	display: flex;
    align-items: center;
	font-size: 20px;
	
}

.contact-number a,
.logout a {
	color:#fff;
	text-decoration:none;
	transition:0.3s
}
.contact-number a:hover,
.logout a:hover {
	color: #FEAF01;
}
.contact-info i{
	color: #FEAF01;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.title-1 {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 3px #000;
}
.title-2 {
    font-size: 60px;
    color: #FFC926;
	font-weight: 400;
	margin-top: 1rem;
}
.title-3 {
    font-size: 35px;
    color: #fff;
}
.video-attachment {
    max-width: 1018px;
    margin: auto;
}
.section-title {
    font-size: 45px;
    color: #1071C0;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    margin-bottom: 25px;
    margin-top: 30px;
}

.case-number-wrapper {
	position: relative;
}

.case-number-wrapper .number{
	font-size: 250px;
	color: rgba(165,165,165,.2);
    line-height: normal;
}

.case-number {
    font-size: 21px;
    color: #1071C0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    line-height: 22px;
    background: #fff;
	height: 75px;

}
.case-number span{
	font-size: 45px;
    color: #1071C0;
    display: block;
    margin-top: 10px;
}
.wrapper-left {
    height: 300px;
    background-size: cover;
    background-position: right;
    width: 100%;
}
.wrapper-right{
	padding: 0 1.5rem;
}
.case-title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
}
.exerpt {
    font-size: 16px;
	color: #fff;
	margin: 0rem 0 2rem 0;
}

.footer-1 {
    background: #116FBE;
    padding: 3rem 0;
    color: #fff;
    text-align: center;
}

.footer-2 {
    background: #01308E;
    color: #fff;
    padding: 2rem 0;
}

.footer-2 a {
	color:#fff;
	transition:0.3s;
	text-decoration: none;
}
.footer-2 a:hover{
	color:#FFC926;
}

.page-title {
    font-size: 70px;
    color: #FFC926;
    font-weight: 600;
}
.page-title span{
	color:#fff;
}

#wpmem_login .div_text, #wpmem_reg .div_checkbox, #wpmem_reg .div_date, #wpmem_reg .div_file, #wpmem_reg .div_image, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_number, #wpmem_reg .div_radio, #wpmem_reg .div_select, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_url{
	width:100% !important;
}
.form-wrapper {
    max-width: 600px;
    margin: auto;
    width: 100%;
}
legend {
    display: none;
}
.form-wrapper {
    background: #fff;
    padding: 70px 70px;
    box-shadow: 5px 5px 10px rgba(220, 220, 220, 0.3);
    position: relative;
    margin-bottom: 50px;
    margin-bottom: 50px;
    border-radius: 5px;
}

.page-id-34,
.page-id-11,
.page-id-98 {
    background-color: #f5f5f5;
    padding: 50px 0 50px 0;
}
.page-id-34,
.page-id-98 {
    /* height: 100vh;
    max-height: 937px;
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center; */
}
.page-id-34 #primary {
	min-height: 369px;
}
.page-id-11 #primary {
    min-height: 475px;
}

#wpmem_login .link-text {
    padding: 4px 0;
    width: 100%;
    text-align: center;
}
.link-text-register a {
	text-decoration: none;
	transition: 0.3s;
}
.link-text-register a:hover{
	color:#FFC926;
}
#wpmem_login .link-text {
    padding: 4px 0;
    width: 100% !important;
    text-align: center !important;
}
.wpmem_msg {
    width: 100%;
}

form#login-form p {
    margin-bottom: 0;
}
form#login-form input {
    width: 100%;
    padding: 10px;
}

p.login-submit {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.gform_wrapper li.hidden_label input {
    width: 100% !important;
    padding: 10px !important;
}

.gform_wrapper .gform_footer {
    text-align: center;
}

.gform_wrapper .button {
    width: 150px !important;
    padding: 10px !important;
}


/* 
.disclaimer-2 {
    max-width: 685px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
} */

input::placeholder,
textarea::placeholder,
select::placeholder  {
    color: #bbb;
}
input,
textarea,
select {
    border: 1px solid #e0e0e0;
}

form a:hover,
.form-wrapper a:hover {
    color: #376cb5;
}
form a,
.form-wrapper a {
    color: #565656;
}

form,
.form-wrapper {
    font-size: 14px;
}

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

.font-14 {
    font-size: 14px;
}

.content ul {
    padding-left: 20px;
}

.content ul li {
    margin-bottom: 5px;
    line-height: 1.5em;
}
.content p {
    margin-bottom: 15px;
}
.content {
    line-height: 2em;
}

.content.disclaimer {
    border-top: 1px solid #f2f2f2;
    padding-top: 50px;
}

.title {
    color: #28377c;
}


input#gform_submit_button_1 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    padding: 14px 45px !important;
    width: auto !important;
    font-size: 24px;
    font-style: italic;
    border-radius: 15px !important;
}
input#wp-submit,
input#gform_submit_button_2 {
    color: #fff;
    border-radius: 15px !important;
    font-weight: 900;
}

.gform_wrapper div.validation_error {
    display: none;
}

header#header {
    box-shadow: 1px 1px 15px rgba(175, 175, 175, 0.3);
}

.font-60 {
    font-size: 60px;
} 

.font-30 {
    font-size: 30px;
}

.color-blue {
    color: rgb(6, 42, 131);
}

.font-weight-black {
    font-weight: 900;
}

.countdown:before {
    content: '';
    border: 1px dashed #777;
    width: 30%;
    position: absolute;
    top: 0;
}
.countdown {
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
}

.countdown > div > span {
    background-color: #FEE068;
    width: 65px;
    height: 65px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 30px;
    font-weight: normal;
    line-height: normal;
    border: 2px solid rgba(0,0,0,0.2);
}

.bg-lightgray {
    background-color: rgb(242, 242, 242);
}

.bg-blue {
    background-color: #0174c7;
}

.text-shadow {
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.btn-download {
    background-color: #f5ad43;
    color: #fff;
    padding: 10px 25px;
    font-family: Oswald;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 3px;
    animation: glow 1s infinite alternate;
}

.button-wrapper {
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.box-shadow {
    box-shadow: 1px 1px 5px rgba(109, 109, 109, 1);
}

.box-shadow-2 {
    box-shadow: 1px 1px 10px rgba(173, 173, 173, 0.4);
}

.footer {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.color-black {
    color: #000;
}

.transition {
    transition: 0.3s ease-in-out;
}

.hover-blue:hover {
    color: rgb(6, 42, 131);
}

.hover-opacity:hover {
    opacity: .7;
}

.color-gray {
    color: #565656;
}

.font-24 {
    font-size: 24px;
}

.font-18 {
    font-size: 18px;
}

.color-white {
    color: #ffffff;
}

textarea,
input.text,
input,
input[type=password]
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none !important;
}




@keyframes glow {
    0% {
        box-shadow: 0 0 5px -3px #fff;
    }

    100% {
      box-shadow: 0 0 5px 3px #fff;
    }
  }

  
@media (max-width: 991px) {
    .title,
    .content h1 {
        font-size: 36px;
    }
    .subtitle {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    footer .h6 {
        font-size: 14px;
    }
}


@media (max-width: 575px) {
    .form-wrapper {
        padding: 50px 20px; 
    }
    input#gform_submit_button_1 {
        padding: 13px 30px !important;
        font-size: 18px;
    }

    .title, .content h1 {
        font-size: 30px;
    }
}