@charset "utf-8";
/* CSS Document */

.cct-contact-address {
	position:relative;
	padding:240px 0 230px;
}
.cct-contact-address::before,
.cct-contact-address::after,
.cct-news-letter:before,
.cct-news-letter:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 80px;
    background-image: url(../images/section-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 80px;
    left:0;
}
.cct-contact-address::after,
.cct-news-letter::after {
	bottom:80px;
	top:auto;
	transform:rotate(180deg);
}
.cct-contact-address h2,
.cct-news-letter h2 {
	text-align:center;
	margin-bottom:7px;
}
.cct-contact-address h6,
.cct-news-letter h6 {
	text-align:center;
	font-weight:normal;
	margin-bottom:53px;
}
.cct-contact-address ul {
	margin:0 auto;
	padding:0;
	clear:both;
	width:100%;
	display:table;
	max-width:1150px;
}
.cct-contact-address ul li {
	float: left;
	width:33.333%;
	list-style:none;
}
.cct-contact-address ul li .cct-contact-address-icon {
	display:table-cell;
	width: 62px;
	height: 62px;
	padding-top: 5px;
}
.cct-contact-address ul li .cct-contact-address-icon svg {
    fill: #f22556;
	max-width: 100%;
max-height: 100%;
}
.cct-contact-address ul li .cct-contact-address-details {
	display:table-cell;
	vertical-align:top;
	padding-left: 25px;
}
.cct-contact-address ul li .cct-contact-address-details p small {
	color: #838382;
	font-size: 16px;
	font-weight: 400;
	text-transform:none;
}
.cct-contact-address ul li .cct-contact-address-details p {
	color: #232323;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}
.cct-contact-address ul li .cct-contact-address-details p a {
	color: #232323;
	display:block;
}

/* Contact form */

.cct-contact-form {
	display: table;
	width: 100%;
	position: relative;
}
.cct-contact-form  .container-fluid {
	padding:0;
}
.cct-contact-map {	
    padding:0;
	width:50%;
	float:left;
	height:775px;
}
.cct-contact-form-wrap {
	float:right;
	width:50%;
	padding: 47px 15px 30px 5.2%;
}
.cct-contact-form-wrap  h2 {
	margin-bottom: 7px;
}
.cct-contact-form-wrap  h6 {
	font-weight: 400;
	margin-bottom:53px;
}
.cct-contact-form-wrap ul li {
	display:block;
	list-style:none;
	margin-bottom:30px;
	max-width:470px;
}
.cct-contact-form-wrap ul li input[type="text"],
.cct-contact-form-wrap ul li input[type="email"],
.cct-contact-form-wrap ul li input[type="tel"],
.cct-contact-form-wrap ul li textarea {
	color: #232323;
	background: #ffffff;
	font-size: 16px;
	line-height: 52px;
	width: 100%;
	height: 52px;
	border: 1px solid #e8e8e8;
	border-radius: 0px 0px 0px 0px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	outline:none !important;  
}
.cct-contact-form-wrap ul li textarea {
	height:160px;
}
.cct-contact-form-wrap ul li input[type="text"]:hover,
.cct-contact-form-wrap ul li input[type="email"]:hover,
.cct-contact-form-wrap ul li input[type="tel"]:hover,
.cct-contact-form-wrap ul li textarea:hover,
.cct-contact-form-wrap ul li input[type="text"]:focus,
.cct-contact-form-wrap ul li input[type="email"]:focus,
.cct-contact-form-wrap ul li input[type="tel"]:focus,
.cct-contact-form-wrap ul li textarea:focus {
	border: 1px solid #f22556;	
}
.cct-submit-btn {
	color: #ffffff;
	background: #f22556;
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	box-shadow: none;
	border: 1px solid #f22556;
	border-radius: 0px 0px 0px 0px;
	padding:0 40px;
	transition: all 300ms;
	height:52px;
	margin-top:27px;
	cursor:pointer;
	outline:none !important;  
}
.cct-submit-btn:hover,
.cct-submit-btn:focus {
    color: #ffffff;
    background: #1b1b1b;
    border: 1px solid #1b1b1b;
}

/*  News Letter */


.cct-news-letter {
	position:relative;
	padding:223px 0 220px;
	text-align:center;
}
.cct-news-letter h6 {
    margin-bottom: 53px;
}
.cct-news-letter ul li {
	display:inline-block;
	vertical-align:top;
}
.cct-news-letter input[type="email"] {
	width:490px;
    color: #232323;
    background: rgba(255, 255, 255, 0);
    font-size: 16px;
    line-height: 52px;
    height: 52px;
    border: 1px solid #e8e8e8;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
	padding-right: 90px;
	outline:none !important;

}
.cct-news-letter input[type="email"]:hover,
.cct-news-letter input[type="email"]:focus {
	box-shadow: none;
	border: 1px solid #f22556;
}
.cct-news-letter-btn {
    color: #ffffff;
    background: transparent url(../images/icon-form.png) center center/auto no-repeat scroll !important;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0)  !important;
    border-radius: 0px 0px 0px 0px;
    margin-left: -87px;
	width: auto !important;
	transition: all 300ms;
	outline:none !important;
	position:relative;
	z-index:10;
    height: 52px;
}
.cct-news-letter-btn:hover,
.cct-news-letter-btn:focus {
    background: #ffffff url(../images/icon-form.png) center center/auto no-repeat scroll!important;
    border: 1px solid #f22556 !important;
    padding-right: 40px;
    padding-left: 40px;
}
.cct-news-letter input[type="email"]::-webkit-input-placeholder,
.cct-news-letter input[type="email"]::-moz-placeholder,
.cct-news-letter input[type="email"]:placeholder { 
color: #646464; opacity: 1; 
}
.cct-news-letter input[type="email"]:hover::-moz-placeholder,
.cct-news-letter input[type="email"]:focus::-moz-placeholder {
color: #646464; opacity: 1; 
}
.cct-news-letter input[type="email"]:hover::-webkit-input-placeholder,
.cct-news-letter input[type="email"]:focus::-webkit-input-placeholder {
color: #646464; 
opacity: 1;
}
.cct-news-letter  div.wpcf7-mail-sent-ok,
.cct-news-letter  .wpcf7 form.sent .wpcf7-response-output,
.cct-news-letter  div.wpcf7-response-output {
	text-align:center;
}

/* Media Query */

@media screen and (max-width:1200px){
.cct-contact-address,
.cct-news-letter {
	padding:200px 0;
}
.cct-contact-address::before,
.cct-news-letter:before  {
	top:60px;
}
.cct-contact-address::after,
.cct-news-letter:after {
	bottom:60px;
}
.cct-contact-form-wrap {
	padding: 15px 15px 30px 40px;
}
}
@media screen and (max-width:1100px){
.cct-contact-address ul li .cct-contact-address-details p {
	font-size: 14px;
	line-height: 22px;
}
.cct-contact-address ul li .cct-contact-address-details p small {
	font-size: 14px;
}
}
@media screen and (max-width:991px){
.cct-contact-map,
.cct-contact-form-wrap {
	width:100%;
}
.cct-contact-form-wrap {
    padding: 45px 15px 0 15px;
}
.cct-contact-address ul li {
    width: 50%;
    list-style: none;
    margin: 0 auto 25px;
}
.cct-contact-address ul {
	max-width: 575px;
}
.cct-contact-address ul li:last-child {
	float:none;
}
.cct-contact-address ul li:last-child,
.cct-contact-form-wrap ul li:last-child,
.cct-contact-form-wrap ul {
	margin-bottom:0;	
}
.cct-contact-form-wrap ul li {
	max-width: 100%;
}
.cct-contact-form-wrap h6,
.cct-news-letter h6 {
    margin-bottom: 35px;
}
.cct-submit-btn {
	margin-top: 10px;
}
.cct-contact-map iframe,
.cct-contact-map {
	height:600px !important;
}
.cct-contact-address, .cct-news-letter {
    padding:170px 0 177px;
}
.cct-contact-address::before,
.cct-news-letter:before  {
	top:50px;
}
.cct-contact-address::after,
.cct-news-letter:after {
	bottom:50px;
}
.cct-news-letter ul {
	margin:0;
}
}
@media screen and (max-width:600px){
.cct-news-letter input[type="email"] {
	width:450px;
}
.cct-contact-map iframe,
.cct-contact-map {
	height:500px !important;
}
.cct-contact-address ul li {
    float: none;
    width: 290px;
    list-style: none;
    margin: 0 auto 25px;
}
.cct-contact-address ul {
	width: 100%;
}
}
@media screen and (max-width:500px){
.cct-news-letter input[type="email"] {
	width:353px;	
    padding-right: 75px;
}
.cct-news-letter-btn {
	margin-left: -69px;
}
.cct-contact-map iframe,
.cct-contact-map {
	height:450px !important;
}
.cct-news-letter-btn:hover,
.cct-news-letter-btn:focus  {
    padding-right: 30px;
    padding-left: 30px;
}
.cct-contact-address, .cct-news-letter {
    padding: 160px 0 167px;
}
}
@media screen and (max-width:400px){
.cct-news-letter input[type="email"] {
	width:272px;
	padding-left: 15px;
	padding-right: 60px;
}
.cct-contact-form-wrap ul li input[type="text"],
.cct-contact-form-wrap ul li input[type="email"],
.cct-contact-form-wrap ul li input[type="tel"],
.cct-contact-form-wrap ul li textarea {
	padding-left:15px;
}
.cct-news-letter-btn {
	margin-left: -48px;
}
.cct-contact-map iframe,
.cct-contact-map {
	height:400px !important;
}
.cct-news-letter-btn:hover,
.cct-news-letter-btn:focus  {
    padding-right: 20px;
    padding-left: 20px;
}
.cct-contact-form-wrap ul li {
	margin-bottom: 20px;
}
.cct-contact-form-wrap h6, .cct-news-letter h6 {
    margin-bottom: 25px;
}
}