/*!
Theme Name: compelx_plumbing
Theme URI: https://candcdigital.co
Author: candcdigital.co
Author URI: https://candcdigital.co
Description: Custom template for Complex Plumbing
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: plumbing
Tags
*/


html,
body {
    font-weight: normal;
    font-size: 16px;
    color: #444;  
    background-color: #fff;
    font-family: "DM Sans", sans-serif;
	overflow-x:hidden;
}

a {
    color: #444;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

:root {
    --primary-color: #B5291A;
}

.btn, input[type=submit] {
    color: #fff;
    font-size:17px;
    border-radius:0;
    font-weight:800;
	letter-spacing:1px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 35px;
    text-transform: uppercase;
    background-color: #B5291A;
    border: 2px solid #B5291A;
    font-family: "Hepta Slab", serif;
	white-space:nowrap;
}

.btn:hover, input[type=submit]:hover, input[type=submit]:focus {
    color: #B5291A;
    background-color: #fff;
    border-color: #B5291A;
}

.title{
    margin-bottom: 40px;
}

.title-center {
    text-align: center;
}

.title-center .title {
    max-width: 800px;
    display: inline-block;
}

.page-title .title-p {
    display: inline-block;
}

.title h2 {
    font-size: 60px;
    margin-bottom: 20px;
    color: #1C2B41;
    font-weight: 700;
    font-family: "Hepta Slab", serif;
}

.title .icon {
    margin-bottom: 10px;
}

.title-p {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-weight: 800;
    text-transform: uppercase;
}

.bg-color {
    background-color: #EDF5FF;
}

.global-list {
    margin-bottom: 30px;
}

.global-list ul li {
    position: relative;
    padding-left: 30px;
    color: #1D0D0D;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}

.global-list ul li:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 29px;
    background-image: url(../images/others/l1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

section {
    padding: 100px 0;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=number]), 
select, 
textarea {
    color: #000 !important;
    height: 50px;
    width: 100%;
    padding: 6px 20px;
    border-radius: 0;
    border: 0;
    margin-bottom:0px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
}

textarea {
    resize: none;
    height: 100px;
}

input[type="radio"],
input[type="checkbox"] {
    width: inherit;
    height: initial;
}

input:focus, 
textarea:focus, 
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color:  var(--primary-color) !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #9F9C9A;    
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #9F9C9A;    
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #9F9C9A;    
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #9F9C9A;    
}


/*header*/

.header {
    position: relative;
    z-index:99;
}

.header .buttons {
    display: flex;
    align-items: center;
    min-width: 530px;
    justify-content: end;
}

.header .buttons a {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
}

.header .buttons a+a {
    margin-right: 0;
    background-color: #002554;
    border-color: #002554;
}

.header .buttons a+a:hover {
    color: #002554;
    background-color: #fff;
}

.header .buttons a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.phone a i {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    background-color: #41A4C4;
    margin-right: 5px;
}

.phone {
    font-size: 20px;
    color: #1D0D0D;
    font-weight: bold;
}

.phone a {
    color: #1D0D0D;
}

.main-menu {
    background-color: #fff;
}

.menu-content {
    padding: 10px 0;
    padding-left: 100px;
    padding-right: 100px;
}

.is-sticky .main-menu {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.main-menu .logo {
    max-width: 130px;
}

.is-sticky .logo {
    max-width: 100px;
}

.nav {
    padding-left: 0;
    padding-right: 20px;
}

.header .nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial;
}

.nav ul li {
    color: #002554;
    font-size: 16px;
    position: relative;
    margin-right:40px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav ul li.active {
    font-weight: bold;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li:hover a {
	color:#B5291A;
}

.nav ul li a {
    padding:0;
    color: #002554;
    display: block;
	letter-spacing:1px;
}

.nav ul li.current-menu-item>a {
	font-weight:700;
}

.nav ul li a:hover, 
.nav ul li.active>a {
    
}

.navbar-toggler {
    padding: 0;
    height: initial;
    line-height: initial;
}

.navbar-toggler-icon {
    width: initial;
    height: initial;
    color: #0A0A0A;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #0A0A0A;
}

.navbar-toggler-icon:hover {
    color: var(--primary-color);
    border-color:var(--primary-color);
}

.navbar-toggle {
    background: 0 0!important;
    border: none!important;
    float: left!important;
    cursor: pointer;
    padding-left: 0!important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background:#000 !important;
    margin-bottom: 4px!important;
}

.m-phone a {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  display: block;
  float: right;
  z-index: 1;
  text-align: center;
  border-radius: 100%;
  background-color: var(--primary-color);
}

/*hero-section*/

.hero-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0;
}


.hero-text {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.hero-text h1 {
    color: #fff;    
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Hepta Slab", serif;
}

.hero-text p {
    font-weight: 500;
    margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
	max-width:730px;
}

.hero-text .buttons a {
    margin-right: 20px;
    margin-bottom: 5px;
}

.hero-text .buttons a+a {
    color: #002554;
    background-color: #fff;
    border-color: #fff;
    margin-right: 0;
}

.hero-text .buttons a+a:hover {
    color: #fff;
    background-color: #002554;
    border-color: #002554;
}

/*breadcrumb-section*/

.breadcrumb-section {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    font-family: "Hepta Slab", serif;    
}

/*projects-section*/

.project {
    margin-bottom: 30px;
    background-color: #fff;
}

.project .thumb {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.project .text {
    padding:30px 20px;
}

.project .text h3 {
    color: #002554;
    font-size: 28px;
    font-weight: bold;
    font-family: "Hepta Slab", serif;
}

.project .text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.project-list>ul>li {
    padding: 50px 0;
}

.project-list>ul>li:last-child {
    padding-bottom: 0;
}

.project-list>ul>li:nth-child(odd) {
    background-color: #EDF5FF;
}

.project-list>ul>li:nth-child(even) .col-lg-6:first-child {
    order: 6;
}

.project-list .title-p {
    font-size: 18px;
}

.project-list .title {
    margin-bottom: 0;
}

.project-list .title h2 {
    font-size: 36px;
}
.project .btn {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:270px;
	margin-top:20px;
}
.p-meta {
    margin-bottom: 30px;
}

.p-meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.p-meta ul li {
    margin-right: 20px;
	font-weight:700;
	color:#444;
	font-size:18px;
}

.p-meta ul li:last-child {
    margin-right: 0;
}

.project-list .modal {
    z-index: 999;
}

.project-list .modal-header {
    padding: 0;
    border: 0;
}

.modal-content {
    padding: 20px 20px 0;
    text-align: center;
}

.project-list .modal-content .title {
    margin-bottom: 30px;
} 

.modal-content .close {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.modal-content .p-meta ul {
    justify-content: center;
}

.p-gallery .thumb {
    margin-bottom: 30px;
}

/*choose-section*/

.choose {
    text-align: center;
    margin-bottom: 30px;
}

.choose .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 20px;
    background-color: #B5291A;
}

.choose h3 {
    color: #002554;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: "Hepta Slab", serif;
}

/*contact-section*/

.contact-section {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-section .title-p,
.contact-section .title h2 {
    color: #fff;
}

.contact-info {
    text-align: center;
    margin-bottom: 30px;
}

.contact-info h4 {
    font-size: 22px;
    font-weight: bold;
    font-family: "Hepta Slab", serif;
}

.contact-info .icon {
    font-size: 40px;
    color: #B5291A;
}

.contact-info a {
    color: #fff;
}

.contact-info a:hover {
    color: #B5291A;
}


.contact-form form label, .contact-form form legend {
    color: #B5291A;
    font-weight: bold;
    text-transform: uppercase;
	font-size:16px;
}

.contact-form form .btn {
    width: 100%;
}

.ct-thumb {
    height: 820px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gfield--type-radio {
    margin-bottom: 20px;
}

.gfield_radio [type="radio"]:checked,
.gfield_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.gfield_radio [type="radio"]:checked + label,
.gfield_radio [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    text-transform: capitalize;
    display: inline-block;
    color: #002554;
}
.gfield_radio [type="radio"]:checked + label:before,
.gfield_radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #4C5460;
    border-radius: 100%;
    background: #F2F5F2;
}
.gfield_radio [type="radio"]:checked + label:after,
.gfield_radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #B5291A;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gfield_radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.gfield_radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*footer-section*/

.footer-section {
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    background-color: #002554;
}

.footre-widget h3 {
    font-weight: bold;
    font-size: 24px;
    color: #B5291A;
    margin-bottom: 20px;
    font-family: "Libre Bodoni", serif;
}

.footer-logo {
    display: flex;
    color: #fff;
    align-items: center;
}

.footer-logo p {
	margin-bottom:0;
}

.footer-logo .p-logo {
    margin-right: 15px;
    min-width: 80px;
}

.footer-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  
    justify-content: center;  
}

.footer-menu li {
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-right: 35px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-menu li:last-child {
    margin-right: 0;
}

.footer-menu li a {
    color: #fff;
	font-weight:500;
	letter-spacing:1px;
}

.footer-section .buttons a+a {
    color: #002554;
    background-color: #fff;
    border-color: #fff;
    margin-right: 0 !important;
}

.footer-section .buttons a+a:hover {
    color: #fff;
    background-color: #B5291A;
    border-color: #B5291A;
}

.footer-section .buttons {
    text-align: right;
}

.footer-section .buttons .btn {
    padding-left:15px;
    padding-right:15px;
    margin-bottom: 5px;
	margin-right:20px;
}

.footer-bottom {
    color: #fff;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #FFFFFF;
}

.footer-bottom p {
    margin-bottom: 0;
	font-weight:600;
}
.footer-bottom p img { margin-left:2px;}
a, button {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}






/* md */
@media (min-width: 1400px){

	.container	{
		max-width:1320px;
	}

	.header .container,
	.footer-section .container	{
		max-width:100%;
	}
}



@media (min-width: 1600px){
	.container	{
		max-width:1400px;
	}
}




/* md */
@media (min-width: 1400px) and (max-width: 1600px){

	.footer-section .buttons .btn {
		font-size: 12px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav ul li {
		margin-right: 20px;
	}
	.header .buttons {
		min-width: 420px;
	}
	.header .buttons a.btn {
		font-size: 13px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-nav {
		padding-right: 0;
	}
}


/* md */
@media (min-width: 1200px) and (max-width: 1399px){

	.menu-content, 
	.footer-section {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-section .buttons .btn {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 5px;
		font-size: 11px;
	}	
	.nav ul li {
		margin-right: 20px;
	}
	.header .buttons {
		min-width: 415px;
	}
	.header .buttons a.btn {
		font-size: 13px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-nav {
		padding-right: 0;
	}

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.menu-content, 
	.footer-section {
		padding-left: 0;
		padding-right: 0;
	}
	.nav ul li {
		margin-right: 20px;
	}
	.header .buttons {
		min-width: 230px;
	}
	.header .buttons a.btn {
		font-size: 13px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header .buttons a.btn:first-child, 
	.footer-section .buttons .btn:first-child {
		display: none;
	}
	.navbar-nav {
		padding-right: 0;
	}
	.hero-text h1 {
		font-size: 50px;
	}
	.title h2 {
		font-size: 40px;
	}
	.project .thumb {
		height: 230px;
	}
	.footer-menu li {
		margin-right: 20px;
		font-size: 15px;
	}
}

/* md */
@media (max-width: 991px) {
	.header .buttons {
		display: none;
	}
	.menu-content .button {
		display: none;
	}
	.nav {
		padding-right: 0;
	}
	.nav ul li {
		margin-right: 15px;
	}
	.menu-content, 
	.footer-section{
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	.footer-section, 
	.footer-section .buttons {
		text-align: center;
	}
	.footer-logo {
		display: block;
	}
	.footer-logo .p-logo {
		margin-bottom: 15px;
	}
	.footer-section .buttons {
		margin-top: 15px;
	}
	.hero-text h1 {
		font-size: 46px;
	}
	.page-title h1 {
		font-size: 50px;
	}
	.ab-thumb {
		margin-bottom: 30px;
	}
	.project .thumb {
		height: 250px;
	}
	.m-center {
		text-align: center;
	}
	.main-menu .logo {
		display: inline-block;
	}
	.project-list > ul > li:nth-child(2n) .col-lg-6:first-child {
		order: 0;
	}
	.ct-thumb {
		height: 600px;
		margin-bottom: 30px;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
		
	.m-phone {
		position: absolute;
		right: 0;
		z-index: 1;
	}	
	#main-nav {
		margin-right: 60px;
	}

}

/* sm */
@media (max-width: 767px) {
.logo img { max-width:100px;}
.footer-menu {
	margin:20px 0px;
	margin-top:40px;
}
.footer-section .buttons .btn {
	margin-top:12px;
	margin-right:0;
	display:block;
}
.footer-section .buttons .btn + .btn {
	margin-bottom:12px;
	margin-right:0;
}
	.header .nav ul {
		display: block;
		width: 100%;
	}
	.nav ul li {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.hero-text .buttons a {
		margin-right: 0;
	}
	.hero-text .buttons a {
		display:block;
		padding-left:5px;
		padding-right:5px;
		margin-top:10px;
	}
	.title h2 {
		font-size: 34px;
	}
	.project-list .title h2 {
		font-size: 28px;
	}
}

/* xs Portrait */
@media (max-width: 575px) {
	.ct-thumb {
		height: 500px;
	}
}



/* xs Portrait */
@media (max-width: 475px) {
	
	.hero-section {
		padding: 90px 0 70px;
	}
	section {
		padding: 60px 0;
	}
	.title h2 {
		font-size: 32px;
	}
	.hero-text h1 {
		font-size: 38px;
	}
	.page-title h1 {
		font-size: 40px;
	}	
	.contact-form form > ul > li:nth-child(2), 
	.contact-form form > ul > li:nth-child(3) {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}	
}


.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required:after{
	content: "*";
}

span.gfield_required.gfield_required_text {
	display:none !important;
}


/* Gravity Forms CSS Flex */
 
body .gfield + .gfield {
display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gform_fields {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:-10px;
  margin-right:-10px;
}

.gform_footer.top_label {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:0px;
  margin-right:0px;
}


.gform_footer.top_label input[type="submit"] {
	width:100%;
	line-height:48px;
}

.gform_fields fieldset.gfield   {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:0px;
}



.gform_fields div.gfield   {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
}

.ginput_container { width:100%;}

body .gfield.gfield--width-half {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}


body .gfield.gfield--input-type-textarea  {
	 -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}


body .ginput_container.ginput_container_consent {
	padding-left:10px;
	padding-right:10px;
}


body .gfield  > .ginput_container.ginput_container--name {
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  padding-left:0;
  padding-right:0;
  max-width:none;
  padding-bottom:0;
 }
 .validation_message {  font-size:13px;color:red;padding-left:0px; padding-bottom:8px; }
body .gfield + .gfield .validation_message { padding-left:0px;padding-bottom:8px; padding-top:5px;}

h2.gform_submission_error.hide_summary { font-size:20px; margin-bottom:20px;}

body .ginput_container .name_first {
  width:100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:13px;
}

.gform_validation_errors {
	display:none !important;
}


.hidden_label label, .hidden_label legend {
	display:none !important;
}

body .ginput_container  .name_last {
  width: 1000%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
	cursor:pointer;
}

body .sidebar .ginput_container .name_first, body .sidebar .ginput_container .name_last {
	    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}


legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-weight: 500;
    color: #191919;
    text-transform: capitalize;
	font-size:16px;
	padding-left:0px;
	color: #B5291A;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

body .ginput_container .gfield .ginput_container {
 width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
   padding-left:10px;
  padding-right:10px;
}


 
/* Gravity Forms Flex Responsive */
 
@media (max-width:568px) {
	
	body .gfield.gfield--width-half {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}


  body .ginput_container .name_first, body .ginput_container  .name_last {
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}

}


.hidden_sub_label {
	display:none !important;
}







ul.sections {
	margin:0 auto;
	max-width:1400px;
}
ul.sections > li {
background:#EDF5FF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items:center;
}

ul.sections > li > div {
padding-right:0;
padding-left:0;
padding-bottom:0px;
-webkit-box-flex: 0;
-ms-flex: 0 0 56%;
flex: 0 0 56%;
max-width: 56%;
list-style:none;
}

ul.sections > li:nth-child(even)  {
	background:#FFF;
}

ul.sections > li > div:nth-child(odd) div {
	
}


ul.sections > li > div {

}



ul.sections > li {
	position:relative;
	margin-bottom:0px;
	padding-top:40px;
	padding-bottom:40px;
	
}

ul.sections > li:before {
	height:100%;
	position:absolute;
	top:0;
	left:-25000px;
	width:50000px;
	display:block;
	background:inherit;
	content:"";
}


ul.sections > li > div:nth-child(2) {
	position:relative;
	z-index:2;
}
ul.sections > li.active {
	display:flex;
}
ul.sections > li > div {
	position:relative;
	
}

ul.sections > li > div:first-child p {
	margin:0;
	padding:0;
}
@media (min-width:768px) {

	ul.sections > li:nth-child(even) > div:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order:2;
    order:2;
	-ms-flex: 0 0 56%;
flex: 0 0 56%;
max-width: 56%;
}

ul.sections > li > div:first-child {
	
}

ul.sections > li:nth-child(even) > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order:1;
    order:1;
	padding:0px 70px 0px 70px;
	
}

ul.sections > li > div:nth-child(2)  {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	display:flex;
	padding:0px 70px 0px 70px;
	-ms-flex: 0 0 44%;
flex: 0 0 44%;
max-width: 44%;
}

}
.modal-body h2 { font-size:36px !important;}

ul.sections > li > div:nth-child(2) {
	
}
ul.sections > li > div img {
	/*width:100% !important;*/
	height:auto !important;
}

@media (max-width:1199px) {
	ul.sections > li > div:nth-child(1) { padding:25px 15px !important; padding-top:15px !important;}
	
	.btn, ul.sections > li > div:nth-child(1) a { font-size:16px;}
	ul.sections > li { min-height:580px; height:580px; max-height:580px;}
	
}
@media (max-width:767px) {
	
	ul.sections > li:nth-child(even) > div:nth-child(2) {
	padding:20px;
	
}

ul.sections > li > div:nth-child(2) {
	padding:20px;
}


	.footer-widget ul li { font-size:14px;}
	
	ul.sections > li { min-height:0; max-height:none; height:auto;}
	
	ul.sections > li > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		min-height:0;
		height:auto;
	}
	
	ul.sections > li > div:nth-child(2) {}
	
	ul.sections > li.active { display:block;}
	ul.sections > li > div .bg-image { display:none;}
	
	
	ul.sections > li > div:nth-child(1)  {
	
	display:block;
	text-align:center;
	padding:35px 35px;
	padding-bottom:35px;
}

}

	
ul.sections > li > div .bg-image {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-position:center center !important;
}


ul.sections > li:nth-child(odd) > div:nth-child(2) .bg-image {
	background-position:center center !important;
}

ul.sections h2 {
	font-size:36px !important;

}
ul.sections h2 a {}
ul.sections p {
	
}

.modal-header {
	border:none !important;
}