/*
Theme Name: Nightbirds Solutions
Theme URI: 
Description: This is a child theme of 2012
Author: Nightbirds Solutions
Author URI: 
Template: twentytwelve
Version: 1.0
*/

@import url("../twentytwelve/style.css");

/* ------------------------------------------------------------------------------- = My Styles
							----------------------------------------------------------------------------------------*/

body {
	font-size: 16px;
	color: #333;
	background-color: #fff;
}

body.custom-font-enabled {
	font-family: 'Montserrat', sans-serif;
}

body .site {
	max-width: 1450px;
	margin: 0 auto;
	box-shadow: none;
	padding: 30px 0 15px;
	overflow: visible;
}

a:visited,
a {
	color: #134171;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #2B79C6;
}

footer.entry-meta {
	margin: 0;
}

.page-template-full-template .site {
    width: 100%;
    display: block;
    max-width: 100%;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.page-template-full-template .site-content {
	float: none;
	width: 100%;
	margin: 0;
}

.site-content {
	width: 68%;
}

.widget-area {
	width: 28%;
}

.widget-area .widget .widget-title {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 20px;
	color: #134171;
	text-transform: none;
}

.widget-area .widget p, 
.widget-area .widget li, 
.widget-area .widget .textwidget {
	font-size: 15px;
	line-height: 26px;
}

.widget-area .widget a {
    color: #21759b;
    text-decoration: none;
}

.single .site-content article,
.page .site-content article {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.entry-header .entry-title {
	font-size: 36px;
	line-height: 42px;
	color: #134171;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	line-height: 30px;
	margin: 0 0 24px;
}

.clear {
	clear: both;
	display: block;
}

.my-container {
	max-width: 1450px;
	width: 100%;
	margin: 0 auto;
}

#my-header {
	padding: 15px 0;
}

#my-banner {
	background-image: url('/wp-content/uploads/2020/12/header-img-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 510px;
	height: auto;
	position: relative;
	box-shadow: 0px 10px 18px #888;
}

#my-header .logo-cont {
	float: left;
	width: 28%;
	padding-right: 20px;
}

#my-header .logo-cont img {
	max-width: 395px;
	width: 100%;
	display: block;
}

#my-header .menu-cont {
	float: right;
	width: 69%;
}

#my-header .menu-cont .main-navigation {
    background-color: #134271;
    margin: 0;
    padding-top: 0px;
    float: right;
}


#my-header .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul,
#my-header .menu-cont  #menu-primary-menu {
	border: 0;
}

#my-header .main-navigation li a,
#my-header .menu-cont  #menu-primary-menu li a {
	font-size: 17px;
	line-height: 21px;
	font-weight: normal;
	color: #fff;
}
.ijs-badge a img {
    height: 100px;
    width: 100px;
}
#my-header .main-navigation li,
#my-header .menu-cont  #menu-primary-menu li {
	margin: 15px 15px 15px 15px;
}
#my-header ul.sub-menu li {
	margin: 0px 23px 0px 0px;
	background-color: #134271;
}
#my-header ul.sub-menu li a{
	background-color: #134271;
}
#my-header .menu-cont  #menu-primary-menu li:last-child {
	margin-right: 0px;
}

#my-banner .contact-info {
    	padding: 20px;
   	box-sizing: border-box;
   	background-color: rgba(0, 42, 94, 0.8);
   	border-radius: 8px;
    	width: 40%;
   	text-align: right;
	margin-top: -70px;
	float: right;
}

#my-banner .contact-info h1 {
	color: #bbbcbe;
	font-size: 47px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#my-banner .contact-info h1 i {
	font-size: 43px;
	line-height: 46px;
	padding-right: 15px;
}

#my-banner .contact-info p {
	margin-top: 20px;
}

#my-banner .contact-info li {
	margin-bottom: 5px;

}

#my-banner .contact-info li i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 23px;
	color: #fff;
	padding-left: 10px;
	padding-right: 15px;
}

#my-banner .contact-info li span a{
    	font-size: 22px;
    	line-height: 25px;
    	color: #fff;
    	display: inline-block;
	vertical-align:middle;
}

#my-banner .contact-info li strong a{
	font-size: 22px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
}

#my-banner .contact-info p span {
	font-size: 22px;
	line-height: 25px;
	color: #999999;
	text-transform: uppercase;
}

#home-section1 ul li{
    	text-align: center;
	color: rgb(19, 65, 113);
	list-style: outside none none;
	float: left;
	width: 22%;	
	margin-top: 40px;
}

#home-section1 ul li span a{
	color: rgb(19, 65, 113);
	font-size: 24px;
	line-height: 27px;
	display: block;
	text-transform: uppercase;
}

#home-section1 ul li i{
	font-size: 45px;
	margin: 0px auto;	
}

.entry-content img, 
.comment-content img, 
.widget img, img.header-image, 
.author-avatar img,
img.wp-post-image {
	max-width: 100%;
   	 border-radius: 0;
    	box-shadow: none;
}

.entry-content li, .comment-content li, .mu_register li{
    	margin: 0 0 0 2.571428571rem;
    	list-style: none;
}

.home .entry-header {
	display:none;
}

#home-section1 p {
	color: #134171;
	font-size: 25px;
	line-height: 27px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
}

#home-section2 {
	background-image:url('/wp-content/uploads/2016/04/bg-ijs_02.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	background-size:cover;
	background-attachment: fixed;
	border-bottom: 4px solid #6583a3;
	padding-top: 130px;
	padding-bottom: 50px;		
} 


#home-section2 .col-left {
	float: left;
	text-align: right;
	width: 43%;
}

#home-section2 .col-right h2,
#home-section2 .col-left h2{
	color: #cfd0d1;
	font-size: 39px;
	line-height: 29px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

#home-section2 .col-left p {
	color: #ffffff;
	font-size: 24px;
	line-height: 38px;
	text-transform: uppercase;
}

#home-section2 .col-left a{
	background-color: #a22136;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	border: 1px solid #fff;
	font-size: 17px;
	line-height: 36px;
}

#home-section2 .col-left strong{
	font-size: 30px;
	line-height: 44px;
	display:block;
	padding-right: 55px;
}

#home-section2 .col-right{
	float: right;
	text-align: left;
	width: 43%;
}

#home-section2 .col-right ul li{
	color: #fff;
	font-size: 24px;
	line-height: 38px;
	text-transform: uppercase;
	margin-left: 0;	
}

.border{
	width: 2%;
	float: left;
	margin-left: 92px;
	margin-top: -75px;
}

#home-section3 .col-left{
	width: 48%;
	float: left;
}

#home-section3 .col-right h2,
#home-section3 .col-left h2{
	text-align: center;
	color: #134171;
	font-size: 35px;
	line-height: 28px;
}

#home-section3 .col-right{
	float: right;
    	width: 41%;
    	display: block;

}


#home-section4 {
	background-image: url('/wp-content/uploads/2016/04/slider-testimonial.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 90px;
	padding-bottom: 55px;
}

#home-section4 .testimonials{
	width: 100%;
	display: block;
	text-align: center;
	padding: 20px;
}


#home-section4 .testimonials h2{
	color: #cfd0d1;
	font-size: 42px;
	line-height: 30px;
}


#home-section4 .testimonials p{
	color: #fff;
	font-size: 26px;
	line-height: 41px;
}


#home-section4 .testimonials span{
	font-style: italic;
}



#home-section5 ul li {
	float: left;
	width: 18%;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
	
}

#home-section5 ul li h2{
	color: #134171;
	font-size: 27px;
	line-height: 24px;
}


#home-section5 ul p {
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #134171;
    display: block;
}

#home-section6{
	background-color: rgb(187, 188, 190);
	padding-top: 50px;
	padding-bottom: 50px;
}


#home-section6 .cont1, #home-section6 .cont2 {
    float: left;
    width: 32%;
    display: block;
    margin: 0 auto;
}

#home-section6 .cont1 h1, .cont2 h1{
	font-size: 28px;
	line-height: 47px;
	color: #fff;
	text-align: center;
}

#home-section6 .cont3 h1{
	text-align:center;
	color:#fff;
}

#home-section6 .cont1 p,
#home-section6 .cont2 p,
#home-section6 .cont3 p{
	font-size: 24px;
	line-height: 40px;
	font-family: century gothic;
	color: #fff;
	text-align: center;
	margin-bottom: 0;

}

#home-section6 .cont3{
	float: right;
	width: 15%;
	margin: 0 auto;
	display: block;
}

#home-section6 .cont1 img {
	padding: 7px 10px;
	vertical-align: top;
}

#home-section6 .cont1 strong {
	display: block;
	margin-top: 45px;
}

#home-section6 .cont2{
    margin-left: 65px;
}

#home-section6 .cont2 p a{
	color: #fff;
	text-decoration: none;
	display: block;
	margin-bottom: 35px;
}

#home-section6 .cont3 i{
	float:left;
	text-al
}

#home-section6 .cont3 label {
    display: block;
    margin-top: 18px;
}

#home-section6 .cont3 p i{
	padding-top: 10px;
}

#home-section6 .cont3 .fa-google{
	background-color: #de2710;
	padding: 10px;
	border-radius: 50px;
	color: #bbbcbe;
}

#home-section6 .cont3 .fa-yelp {
    background-color: #bf2f25;
    padding: 10px 12px;
    border-radius: 50px;
    color: #bbbcbe;
}

#home-section6 .cont3 .fa-facebook {
    background-color: #38599c;
    padding: 11px 16px;
    border-radius: 50px;
    color: #bbbcbe;
}

#home-section6 .cont3 .fa-twitter {
    background-color: #2895f0;
    padding: 10px 11px;
    border-radius: 50px;
    color: #bbbcbe;
}

#home-section6 .cont3 .fa-youtube {
    background-color: #990100;
    padding: 11px 12px;
    border-radius: 50px;
    color: #bbbcbe;
}
#home-section6 .cont3 .fa-linkedin {
    background-color: #0479b7;
    padding: 11px 13px;
    border-radius: 50px;
    color: #bbbcbe;
}
#footer{
	color: #fff;
	background-color: #134171;
	padding-top: 20px;
	padding-bottom: 20px;
}

#f-widgets {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
	padding: 60px 0 30px;
	background-color: #BBBCBE;
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
}

#f-widgets .widget-area {
	margin: 0 auto;
	width: 100%;
	float: none;
	display: block;
	padding: 0;
}

#f-widgets .widget-area .front-widgets {
	width: 30%;
	float: left;
	display: block;
	margin-right: 5%;
	text-align: center;
}

#f-widgets .widget-area .third.front-widgets {
	margin-right: 0;
}

#f-widgets .widget-area .widget {
	margin: 0 0 24px;
}

#f-widgets .widget-title {
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 30px;
}

#f-widgets li,
#f-widgets p {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}

#f-widgets p {
	margin: 0 0 24px;
}

#f-widgets .f-contact p,
#f-widgets .f-contact p a{
	font-size: 24px;
	line-height: 40px;
	margin: 0 0 30px;
	color:#fff;
}

#f-widgets .f-callus img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

#f-widgets .menu {
	list-style: outside none;
	margin: 0;
	padding: 0;
}

#f-widgets .menu li {
	display: block;
	margin: 0 0 36px;
}

#f-widgets .menu li a {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}

#f-widgets .f-social-icon ul {
	list-style: outside;
	margin: 0;
	padding: 0;
	text-align: center;
}

#f-widgets .f-social-icon ul li {
	display: block;
	margin: 0 auto 15px;
	max-width: 200px;
	clear: both;
}

#f-widgets .f-social-icon ul li:after {
	content: "";
	width: 100%;
	display: block;
	clear: both;
}

#f-widgets .f-social-icon li a {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	display: block;
}

#f-widgets .f-social-icon li i {
	font-size: 30px;
	line-height: 30px;
	display: block;
	float: left;
	background-color: #de2710;
	border-radius: 50%;
	padding: 5px 5px;
	color: #bbbcbe;
	width: 30px;
	height: 30px;
}

#f-widgets .f-social-icon li i.fa-yelp { background-color: #bf2f25;}
#f-widgets .f-social-icon li i.fa-facebook { background-color: #38599c;}
#f-widgets .f-social-icon li i.fa-twitter { background-color: #2895f0;}
#f-widgets .f-social-icon li i.fa-youtube { background-color: #990100;}
#f-widgets .f-social-icon li i.fa-linkedin { background-color: #0479b7;}


.scroll-back-to-top-wrapper:after {
content: "";
display: block;
width: 83px;
height: 82px;
margin: 5px auto 0;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
box-shadow: 0 0 15px #000;
background-image: url('/wp-content/uploads/2016/04/to-top.png');
background-repeat: no-repeat;
background-position: top center;
}


.testimonials-list .quote {
	border: 3px solid #134171;
	padding: 24px 30px;
	box-sizing: border-box;
	border-radius: 15px;
	background: #f6f6f6;
	box-shadow: 0 0 10px #ccc;
	margin: 0 0 30px;
}

.testimonials-slidelist.design-1 .fa-quote-left, 
.testimonials-list.design-1 .fa-quote-left, 
.testimonials-slide-widget.design-1 .fa-quote-left {
	font-size: 35px;
	padding: 5px 0 0;
	color: #134171;
}

.resource-optin {
    float: right;
    margin-left: 25px;
    display: block;
}

.testimonials .fa-quote-left {
	display: none;
}


.testimonials .testimonial-content h4 {
	color: #cfd0d1;
	font-size: 42px !important;
	line-height: 45px  !important;
	margin: 25px 0  !important;
	text-transform: uppercase;
}

.testimonials .testimonials-text p em{
	font-style:normal;
}

.testimonials .testimonial-author strong{
	color: #fff;
	font-style: italic;
	font-size: 28px;
	text-transform: uppercase;}

.testimonials .testimonial-job{
	display:none;
}

#home-section5 ul{
	margin:0;
}

.my-form br {
	display: none;
}

.my-form p {
	margin: 0;
}

.my-form .jotform-form {
	margin: 0;
	padding: 0;
}

.my-form .jotform-form .form-all {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 15px 24px;
	border-radius: 15px;
	background: #ccc;
}

.my-form .form-section {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.my-form .form-section li {
	padding: 0;
	width: 100%;
	display: block;
	clear: both;
	margin: 0 0 10px;
}

.my-form .form-section li.form-line-active {
	background: transparent;
}

.my-form .form-section li label {
	font-size: 20px;
	line-height: 24px;
	color: #134171;
	margin: 0 0 5px;
	padding: 0;
	display: block;
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
}

.my-form .form-section li .form-input {
	width: 100%;
	display: block;
	clear: both;
}

.my-form .form-section li .form-input .form-textarea,
.my-form .form-section li .form-input input {
	width: 100%;
	display: block;
	clear: both;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	padding: 8px 10px;
	border: 0;
	border-radius: 4px;
}

.my-form .form-section li .form-input .form-textarea {
	height: 100px;
}

.my-form .form-section .form-buttons-wrapper {
	display: block;
	margin: 20px 0 0;
}

.my-form .form-section .form-buttons-wrapper button {
	font-size: 25px;
	line-height: 29px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 7px 15px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: #134171;
	box-shadow: none;
}

#stat-req br {
	display: none;
}

#stat-req p {
	margin: 0;
}

#stat-req .jotform-form {
	padding: 0;
	margin: 0;
	clear: both;
}

#stat-req .form-all {
	width: 100%;
	display: block;
	clear: both;
	background: #ccc;
	border-radius: 15px;
	padding: 24px;
	box-sizing: border-box;
}

#stat-req ul {
	list-style: outside none;
	padding: 0;
	margin: 0;
}

#stat-req ul li {
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}

#stat-req ul li.form-line-active { 
	background: transparent;
}

#stat-req ul li label {
	width: 100% !important;
	display: block;
	float: none;
	font-size: 18px;
	line-height: 26px;
	color: #134171;
	margin: 0;
	padding: 0;
}

#stat-req ul li .form-input {
	width: 100%;
	display: block;
	clear: both;
}

#stat-req ul li .form-input textarea,
#stat-req ul li .form-input input {
	width: 100%;
	display: block;
	clear: both;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: normal;
	padding: 8px 15px;
	box-sizing: border-box;
	border: 0;
	border-radius: 5px;
	box-shadow: none;
}

#stat-req ul li .form-input textarea {
	height: 160px;
}

#stat-req ul li .form-buttons-wrapper {
	padding: 20px 0 0;
}

#stat-req ul li .form-buttons-wrapper button {
	width: 100%;
	display: block;
	margin: 0;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 15px;
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	background: #134171;
}

#stat-req ul li .form-buttons-wrapper button:focus,
#stat-req ul li .form-buttons-wrapper button:hover {
	opacity: 0.7;
}

.resource-optin  .jotform-form {
	padding:0;
}

.resource-optin p{
	margin: 0;
}	

.resource-optin br {
	display: none;
}

.resource-optin ul {
	background-color: #bbbcbe;
	border: 0 !important;
	border-radius: 10px !important;
}

.resource-optin ul li {
	margin-left: 0;	
	border-bottom:0 !important;
	background:transparent;
	
}


.resource-optin ul li.form-line-active,
.resource-optin ul li:active{
	background:transparent;
}

.resource-optin li label {
	font-size: 16px;
   	color: #134171;
	padding-top: 10px;

	}

.resource-optin h2{
	color: #134171 !important;
	text-align: center;
	font-size: 22px !important;
	margin: 0
	padding-bottom:10px;	
}

.resource-optin input{
	border-radius:4px;
}

.resource-optin .form-submit-button{
	width: 100% !important;
	margin-top: 25px;
	margin-bottom: 20px;
	background: #134171;
	border: none !important;
	box-shadow: none;
	box-sizing: border-box;
	border-radius: 0;
	font-size:18px;
}

.resource-optin .form-submit-button:hover{
	background: #134171;
	width: 100% !important;
	border: none !important;
	box-shadow: none;
}



.resource-optin ul li:active{
	background:transparent;
}


#contact-form .form-all ul {
    background: #ccc;
    border: none;
    border-radius: 10px;
}

#contact-form .form-all label {
    width: 100% !important;
    color: #134171;
    font-size: 17px;
}

#contact-form .form-all li {
    margin-left: 0 !important;
    box-sizing: border-box;
}

#contact-form .form-all ul .form-single-column{
	width:100%;
	margin:0 auto;
}


#contact-form .form-all .form-input{
    width: 100% !important;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
    max-width: 100% !important;
}

#contact-form .form-textbox{
     border-radius: 4px;
    
}

#contact-form .form-textbox, .form-textarea{
    max-width: 100% !important; 
}

#contact-form .form-all .form-submit-button {
    width: 100%;
    background: #134171;
    border: none !important;
    box-shadow: none !important;
    font-size: 20px;
    border-radius: 0;
    box-sizing: border-box;	
}

#contact-form .form-all .form-buttons-wrapper{
	margin-left: 0 !important;
}


#contact-form .form-all textarea .form-textarea{ 
	border-radius: 4px;
    	width: 100% !important;
}


#contact-form .form-all ul li{
	background:transparent;
}

#contact-form .jotform-form{
	padding-top: 0;
}

#contact-form .form-all{
	margin: 0 auto;
}


#contact-form br {
    display: none;
}

.resource-optin .form-all{
	border-radius:10px;
}

.resource-optin .form-all {
    width: 400px;
}
 
/* -----------------------------------------------------------------------------------  = My Responsive Styles
                                                                             -----------------------------------------------------------------------------------------*/

@media screen and (max-width: 1500px) {
	body .site,
	.my-container {
		max-width: 1200px;
	}
	#my-banner {
		min-height: 480px;
	}
	#my-header .logo-cont {
		width: 25%;
	}
	#my-header .menu-cont {
		width: 72%;
	}
	#my-header .main-navigation li,
	#my-header .menu-cont #menu-primary-menu li {
		margin-right: 15px;
	}
	#my-header .main-navigation li a,
	#my-header .menu-cont #menu-primary-menu li a {
		font-size: 16px;
		line-height: 20px;
	}
	#my-banner .contact-info {
		margin-top: -36px;
	}
	#home-section1 ul li span {
		font-size: 20px;
		line-height: 24px;
	}
	#home-section1 p {
		font-size: 22px;
		line-height: 26px;
	}
	#home-section2 {
		padding: 80px 0 0;
	}
	#home-section2 .col-right h2, 
	#home-section2 .col-left h2 {
		font-size: 32px;
		line-height: 36px;
		padding-bottom: 0;
		margin: 0 0 24px;
	}
	#home-section2 .col-right ul li,
	#home-section2 .col-left strong,
	#home-section2 .col-left p {
		font-size: 20px;
		line-height: 32px;
	}
	#home-section3 .col-right h2,
	#home-section3 .col-left h2 {	
		font-size: 30px;
		line-height: 36px;
	}
	#home-section3 .col-left {
		width: 46%;
	}
	#home-section3 .col-right {
		width: 44%;
	}
	#home-section4 {
		padding: 60px 0;
	}
	#home-section4 .testimonials h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 24px;
	}
	#home-section4 .testimonials p {
		font-size: 20px;
		line-height: 30px;
	}
	#home-section5 ul li {
		width: 17%;
		margin: 0 1.4%;
	}
	#home-section5 ul li img {
		max-height: 90px;
	}
	#f-widgets .widget-title {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 24px;
	}
	#f-widgets .f-contact p {
		font-size: 18px;
		line-height: 32px;
		margin: 0 0 24px;
	}
	#f-widgets .menu li {
		margin: 0 0 30px;
	}
	#f-widgets .f-social-icon li a,
	#f-widgets .menu li a {
		font-size: 20px;
		line-height: 24px;
	}
	#f-widgets .f-social-icon li i {
		font-size: 26px;
		line-height: 26px;
		width: 26px;
		height: 26px;
		padding: 4px 4px;
	}
}

@media screen and (max-width: 1485px){
    .my-form .supernova .form-all, .form-all {
        background-color : none;
        border : 1px solid transparent;
        box-shadow : none;
        width : 73%;
    }

    .my-form .form-section.page-section {
        border : 0 !important;
        border-radius : 10px;
        width : 89%;
        box-shadow : none;
        display : block;
        margin : 0 auto;
    }

}

@media screen and (max-width: 1280px) {
	body .site,
	.my-container {
		max-width: 960px;
	}
	#my-banner {
		min-height: 420px;
	}
	#my-header .logo-cont {
		width: 20%;
	}
	#my-header .menu-cont {
		width: 77%;
	}
	#my-header .main-navigation li,
	#my-header .menu-cont #menu-primary-menu li {
		margin-right: 11px;
	}
	#my-header .main-navigation li a,
	#my-header .menu-cont #menu-primary-menu li a {
		font-size: 14px;
		line-height: 20px;
	}
	#my-banner .contact-info {
		margin-top: -20px;
	}
	#my-banner .contact-info h1 {
		font-size: 36px;
		line-height: 40px;
	}
	#my-banner .contact-info p span,
	#my-banner .contact-info li strong,
	#my-banner .contact-info li span {
		font-size: 18px;
		line-height: 24px;
	}
	#my-banner .contact-info li span {
		width: 140px;
	}
	#my-banner .contact-info li i {
		font-size: 16px;
		line-height: 16px;
		padding-left: 6px;
		padding-right: 8px;
	}
	#home-section1 ul {
		text-align: center;
	}
	#home-section1 ul li {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 22%;
		margin: 30px 1% 24px;
	}
	#home-section1 ul li span {
		font-size: 16px;
		line-height: 20px;
	}
	#home-section1 ul li i {
		font-size: 32px;
	}
	#home-section1 p {
		font-size: 18px;
		line-height: 24px;
	}
	#home-section2 {
		padding: 60px 0 0;
	}
	#home-section2 .col-right h2, #home-section2 .col-left h2 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 20px;
	}
	#home-section2 .col-right ul li, 
	#home-section2 .col-left strong, 
	#home-section2 .col-left p {
		font-size: 16px;
		line-height: 26px;
	}
	.border {
		margin-left: 75px;
		margin-top: -45px;
	}
	.border img {
		width: 12px;
	}
	#home-section2 .col-left a {
		padding: 12px 15px;
		font-size: 16px;
		line-height: 24px;
	}
	#home-section3 .col-right h2, #home-section3 .col-left h2 {
		font-size: 26px;
		line-height: 30px;
	}
	#home-section3 .col-left {
		width: 50%;
	}
	#home-section3 .col-right {
		width: 46%;
	}
	#home-section4 {
		padding: 48px 0;
	}
	#home-section4 .testimonials h2 {
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 20px;
	}
	#home-section4 .testimonials p {
		font-size: 16px;
		line-height: 26px;
	}
	#home-section5 ul {
		text-align: center;
	}
	#home-section5 ul li {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 30%;
		margin: 24px 1% 30px;
	}
	#my-banner .contact-info {
		width: 46%;
	}
	#my-banner .contact-info li span {
		width: 170px;
		display: inline-block;
	}
	#my-header .main-navigation li a, 
	#my-header .menu-cont #menu-primary-menu li a {
		font-size: 13px;
	}
	#home-section1 ul li span a {
		font-size: 16px;
		line-height: 22px;
	}
	#home-section1 ul li img {
		display: block;
		margin: 0 auto;
		max-width: 85%;
	}
	.testimonials .testimonial-content h4 {
		font-size: 30px !important;
		line-height: 34px !important;
		margin: 0 0 24px !important;
	}
	#home-section4 .testimonials p {
		font-size: 15px;
		line-height: 24px;
	}
	.testimonials .testimonial-author strong {
		font-size: 18px;
	}
	#home-section5 ul li {
		width: 30%;
		margin: 0 1%;
		padding: 15px 0 0;
	}
	#home-section5 ul li br {
		display: none
	}
	#home-section5 ul li h2 {
		color: #134171;
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	#home-section5 ul p {
		font-size: 12px;
		line-height: 19px;
		margin: 0 0 15px;
	}
	#f-widgets .widget-title {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 20px;
	}
	#f-widgets .f-contact p,
	#f-widgets 
	.f-contact p a {
		font-size: 16px;
		line-height: 30px;
		margin: 0 0 24px;
	}
	#f-widgets .menu li {
		margin: 0 0 24px;
	}
	#f-widgets .f-social-icon li a, #f-widgets .menu li a {
		font-size: 16px;
		line-height: 24px;
	}
	
	.resource-form .form-header-group .form-header {
    		color: #555555;
    		font-size: 19px !important;
	}

	.resource-form. h2.form-header {
    		font-size: 19px;
	}
}

@media screen and (max-width: 1200px){
    .my-form .supernova .form-all {
        background-color : none;
        border : 1px solid transparent;
        box-shadow : none;
        width : 100%;
    }

    .my-form .form-section.page-section {
        border : 2px solid #134171;
        border-radius : 10px;
        width : 100%;
        box-shadow : none;
    }

}

@media screen and (max-width: 1000px) {
	body .site,
	.my-container {
		max-width: 750px;
	}
	#my-banner {
		min-height: 355px;
	}
	#my-header .logo-cont {
		width: 30%;
	}
	#my-header .menu-cont {
		width: 60%;
	}
	#my-header .menu-cont .main-navigation {
		display: none;
	}
	#mob-menu {
		display: block;
		text-align: right;
		margin: 0;
		padding: 0;
	}
	#mob-menu #click-menu {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		padding: 0;
	}
	#my-banner .contact-info {
		margin-top: -15px;
		width: 45%;
	}
	#my-banner .contact-info h1 {
		font-size: 28px;
		line-height: 34px;
	}
	#my-banner .contact-info h1 i {
		font-size: 32px;
		line-height: 32px;
		padding-right: 12px;
	}
	#my-banner .contact-info li span {
		width: 118px;
	}
	#my-banner .contact-info p span,
	#my-banner .contact-info li strong, 
	#my-banner .contact-info li span {
		font-size: 15px;
		line-height: 20px;
	}
	#my-banner .contact-info li i {
		font-size: 14px;
		line-height: 14px;
		padding-left: 5px;
		padding-right: 2px;
	}
	#home-section1 ul li span {
		font-size: 13px;
		line-height: 17px;
	}
	#home-section1 ul li i {
		font-size: 25px;
		line-height: 25px;
	}
	#home-section1 p {
		font-size: 16px;
		line-height: 22px;
	}
	#home-section2 .col-left {
		width: 45%;
	}
	#home-section2 .col-right h2, 
	#home-section2 .col-left h2 {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 15px;
	}
	.border {
		margin-left: 38px;
		margin-top: -60px;
	}
	#home-section4 {
		padding: 36px 0;
	}
	#home-section4 .testimonials h2 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 15px;
	}
	#home-section4 .testimonials p {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	#f-widgets .widget-title {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 20px;
	}
	#f-widgets .f-contact p {
		font-size: 14px;
		line-height: 26px;
		margin: 0 0 20px;
	}
	#f-widgets .widget-area .front-widgets {
		width: 32%;
		margin-right: 2%;
	}
	#f-widgets .f-social-icon ul li {
		margin: 0 auto 12px;
		max-width: 170px;
	}
	#f-widgets .f-social-icon li a,
	#f-widgets .menu li a {
		font-size: 18px;
		line-height: 24px;
	}
	#footer {
		font-size: 12px;
		line-height: 20px;
	}
	body {
		font-size: 14px;
	}
	.entry-header .entry-title {
		font-size: 30px;
		line-height: 36px;
	}
	.entry-content p, 
	.entry-summary p,
	.comment-content p, 
	.mu_register p {
		line-height: 26px;
		margin: 0 0 24px;
	}
	.widget-area .widget .widget-title {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 15px;
	}
	.widget-area .widget p, 
	.widget-area .widget li, 
	.widget-area .widget .textwidget {
		font-size: 14px;
		line-height: 24px;
	}
	#my-banner .contact-info {
		width: 45%;
		padding: 15px;
	}
	#my-banner .contact-info h1 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 5px;
	}
	#my-banner .contact-info li span {
		width: auto;
		display: inline;
	}
	#my-banner .contact-info li span a,
	#my-banner .contact-info li strong a {
		font-size: 16px;
		line-height: 20px;
	}
	#my-banner .contact-info li span a {
		
	}
	#my-banner .contact-info p {
		margin-top: 10px;
	}
	#home-section1 ul li span a {
		font-size: 13px;
		line-height: 18px;
	}
	#home-section4 {
		padding: 20px 0 0;
	}
	.testimonials .testimonial-content h4 {
		font-size: 20px !important;
		line-height: 26px !important;
		margin: 0 0 15px !important;
	}
	#home-section4 .testimonials p {
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 10px;
	}
	.testimonials .testimonial-author strong {
		font-size: 14px;
	}
	#f-widgets .f-contact p, 
	#f-widgets .f-contact p a {
		font-size: 14px;
		line-height: 26px;
		margin: 0 0 20px;
	}
	#f-widgets .f-social-icon li a, 
	#f-widgets .menu li a {
		font-size: 14px;
		line-height: 22px;
	}
	#f-widgets .menu li {
		margin: 0 0 15px;
	}
}


@media screen and (max-width: 980px) {
	.details{
		clear:both;
	}

	.resource-optin .form-all{
		width:100%;
	}

	.resource-optin {
   	 	float: none;
    		margin-left: 25px;
    		display: block;
   	 	margin: 0 auto;
    		max-width: 500px;
	}

	.resource-optin h2 {
   		 font-size: 20px !important;
	}

	.resource-optin .form-submit-button {
    		margin-top: 15px;
    		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	body .site,
	.my-container {
		max-width: 600px;
	}
	#my-banner .contact-info {
		margin-top: -15px;
		width: 55%;
	}
	#home-section1 ul li {
		width: 34%;
		margin: 30px 6% 24px;
	}
	#home-section2 .col-left {
		width: 100%;
		float: none;
		display: block;
		padding: 0 0 15px;
	}
	#home-section2 .col-left a {
		padding: 8px 13px;
		font-size: 14px;
		line-height: 20px;
	}
	.border {
		display: none;
	}
	#home-section2 .col-right {
		float: none;
		text-align: left;
		width: 100%;
	}
	#home-section2 {
			padding: 24px 0 0;
	}
	#home-section3 .col-right,
	#home-section3 .col-left {
		width: 100%;
		float: none;
	}
	#home-section4 .testimonials h2 {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 10px;
	}
	#home-section4 .testimonials p {
		margin: 0 0 10px;
	}
	#home-section4 {
		padding: 15px 0;
	}
	#home-section5 ul li {
		margin: 10px 1% 10px;
	}
	#f-widgets .widget-area .front-widgets {
		width: 100%;
		float: none;
		margin: 0 auto 24px;
	}
	.scroll-back-to-top-wrapper {
		right: 5px !important;
	} 
	.site-content {
		width: 100%;
		float: none;
	}
	.widget-area {
		width: 100%;
		float: none;
	}
	.testimonials .testimonial-content h4 {
		font-size: 24px !important;
		line-height: 28px !important;
	}

	.resource-optin ul li {
		margin-left: 0;	
		border-bottom:0 !important;
		background:transparent;
	}

	.resource-optin .form-all ul {
    		width: 100%;
    		margin: 0 auto !important;
    		display: block;
		float:none;
	}

	.resource-optin {
    		float: none !important;
    		margin: 0 auto !important;
    		display: block !important;
    		width: 90% !important;
	}

	.resource-optin p{

	}

	
}

@media screen and (max-width: 660px) {
	body .site,
	.my-container {
		max-width: 400px;
	}
	#my-header .logo-cont {
		width: 45%;
	}
	#my-header .menu-cont {
		width: 45%;
	}
	#my-banner .contact-info {
		margin-top: -8px;
		width: 72%;
		padding: 8px;
	}
	#my-banner .contact-info h1 {
		font-size: 20px;
		line-height: 24px;
	}
	#my-banner .contact-info li {
		margin-bottom: 2px;
	}
	#my-banner .contact-info li span {
		width: 105px;
	}
	#my-banner .contact-info p span, 
	#my-banner .contact-info li strong,
	#my-banner .contact-info li span {
		font-size: 14px;
		line-height: 18px;
	}
	#home-section1 ul li {
		width: 40%;
		margin: 20px 3% 12px;
	}
	#home-section5 ul li {
		margin: 0px 1% 10px;
		width: 45%;
	}
	#home-section5 ul li h2 {
		font-size: 20px;
		line-height: 24px;
		margin: 15px 0;
	}
	#f-widgets {
		padding: 32px 0 24px;
	}
	#f-widgets .menu li {
		margin: 0 0 12px;
	}
	#footer {
		font-size: 10px;
		line-height: 18px;
	}
	.entry-header .entry-title {
		font-size: 24px;
		line-height: 30px;
	}
	.widget-area .widget .widget-title {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 12px;
	}
	.resource-optin {
   		 float: none;
   		 margin: 
	}
	#my-banner .contact-info {
		width: 77%;
	}
	.testimonials .testimonial-content h4 {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	#home-section4 .testimonials p {
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 2px;
	}
	.testimonials .testimonial-author strong {
		font-size: 10px;
	}
}


@media screen and (max-width: 600px) {
	body .site,
	.my-container {
		max-width: 380px;
	}

	.resource-optin .form-section.page-section {
    		float: none;
    		width: 100%;
    		margin: 0 auto;
    		margin-right: 0;
    		box-sizing: border-box;
	}

	.resource-optin{
		margin-left:0;
	}

}


@media screen and (max-width: 440px) {
	body .site,
	.my-container {
		max-width: 280px;
	}
	#my-banner {
		min-height: 300px;
	}
	#my-header .logo-cont {
		width: 55%;
	}
	#my-header .menu-cont {
		width: 35%;
	}
	#my-banner .contact-info {
		margin-top: 0;
		width: 100%;
		padding: 8px;
		float: none;
	}
	#home-section1 ul li {
		width: 47%;
		margin: 15px 1% 12px;
	}
	#home-section1 ul li span {
		font-size: 10px;
		line-height: 13px;
	}
	#home-section1 ul li i {
		font-size: 18px;
		line-height: 20px;
	}
	#home-section1 p {
		font-size: 14px;
		line-height: 20px;
	}
	#home-section2 .col-right h2, 
	#home-section2 .col-left h2 {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	#home-section2 .col-right ul li, 
	#home-section2 .col-left strong, 
	#home-section2 .col-left p {
		font-size: 14px;
		line-height: 20px;
	}
	#home-section2 .col-left a {
		padding: 6px 10px;
		font-size: 12px;
		line-height: 18px;
	}
	#home-section2 .col-left {
		padding: 0 0 10px;
	}
	#home-section2 {
		padding: 15px 0 0;
	}
	#home-section3 .col-right h2, #home-section3 .col-left h2 {
		font-size: 18px;
		line-height: 22px;
	}
	#home-section5 ul li {
		margin: 0px 1% 10px;
		width: 47%;
	}
	#home-section5 ul li h2 {
		font-size: 16px;
		line-height: 20px;
		margin: 10px 0;
	}
	#home-section5 ul p {
		font-size: 10px;
		line-height: 16px;
		margin: 0 0 10px;
	}
	#home-section5 ul li img {
		max-height: 60px;
	}
	#f-widgets .widget-title {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	.scroll-back-to-top-wrapper {
		display: none !important;
	}
	.testimonials-list .quote {
		border: 2px solid #134171;
		padding: 15px;
		margin: 0 0 24px;
	}
	.testimonials-list h4,
	.testimonials-slidelist h4,
	.testimonials-slide-widget h4 {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.testimonials-list .testimonials-text p,
	.testimonials-slidelist .testimonials-text p,
	.testimonials-slide-widget .testimonials-text p {
		font-size: 13px;
		text-align: center;
		line-height: 20px;
	}
	#my-banner .contact-info h1 {
		font-size: 18px;
		line-height: 20px;
	}
	#my-banner .contact-info h1 i {
		font-size: 20px;
		line-height: 20px;
		padding-right: 8px;
	}
	#my-banner .contact-info p span, 
	#my-banner .contact-info li strong, 
	#my-banner .contact-info li span {
		font-size: 10px;
		line-height: 14px;
	}
	#my-banner .contact-info li span a, 
	#my-banner .contact-info li strong a {
		font-size: 13px;
		line-height: 16px;
	}
	#my-banner .contact-info li span a {
		width: 98px;
	}
	.my-form .form-section li label {
		font-size: 16px;
		line-height: 20px;
	}
	.my-form .form-section li .form-input .form-textarea, 
	.my-form .form-section li .form-input input {
		font-size: 14px;
		line-height: 20px;
	}
	.my-form .form-section li .form-input .form-textarea {
		height: 70px;
		width: 100% !important;
	}
	.my-form .form-section .form-buttons-wrapper button {
		font-size: 18px;
		line-height: 20px;
	}
	#home-section5 ul li {
		margin: 0 auto;
		width: 100%;
	}
	#stat-req .form-all {
		border-radius: 8px;
		padding: 15px;
	}
	#stat-req ul li {
		margin: 0 0 12px;
	}
	#stat-req ul li label {
		font-size: 14px;
		line-height: 20px;
	}
	#stat-req ul li .form-input textarea, 
	#stat-req ul li .form-input input {
		font-size: 14px;
		line-height: 20px;
		border-radius: 3px;
	}
	#stat-req ul li .form-input textarea {
		height: 100px;
		width: 100% !important;
	}
	#stat-req ul li .form-buttons-wrapper {
		padding: 10px 0 0;
	}
	#stat-req ul li .form-buttons-wrapper button {
		font-size: 18px;
		line-height: 24px;
		padding: 6px 10px;
	}
}

@media screen and (max-width: 300px) {
	.my-container {
		max-width: 90%;
	}
	#my-banner {
		min-height: 240px;
	}
	#my-banner .contact-info h1 {
		font-size: 15px;
		line-height: 18px;
	}
	#my-banner .contact-info h1 i {
		font-size: 16px;
		line-height: 16px;
		padding-right: 6px;
	}
	#my-banner .contact-info li {
		margin-bottom: 1px;
	}
	#my-banner .contact-info li span {
		width: 92px;
	}
	#my-banner .contact-info p span, 
	#my-banner .contact-info li strong,
	#my-banner .contact-info li span {
		font-size: 12px;
		line-height: 15px;
	}
	#my-banner .contact-info p {
		margin-top: 0;
	}
	#home-section1 ul li {
		width: 80%;
		margin: 15px auto 12px;
		display: block;
	}
	#home-section1 img {
		max-width: 96px;
	}
	#home-section1 p {
		font-size: 13px;
		line-height: 18px;
	}
	#home-section2 .col-right h2, #home-section2 .col-left h2 {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 6px;
	}
	#home-section2 .col-right ul li, 
	#home-section2 .col-left strong, 
	#home-section2 .col-left p {
		font-size: 11px;
		line-height: 16px;
	}
	#home-section4 .testimonials h2 {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 6px;
	}
	#home-section4 .testimonials {
		padding: 0;
	}
	#home-section4 .testimonials p {
		font-size: 12px;
		line-height: 17px;
		margin: 0 0 8px;
	}
	#home-section5 ul li {
		margin: 0px auto 10px;
		width: 100%;
	}
	#f-widgets .menu li {
		margin: 0 0 6px;
	}
	#f-widgets .f-social-icon li a, 
	#f-widgets .menu li a {
		font-size: 15px;
		line-height: 20px;
	}
	#f-widgets .f-social-icon ul li {
		margin: 0 auto 10px;
		max-width: 135px;
	}
}