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

.cct-home-banner .item img{
	display: block;
	width: 100%;
	height: auto;
}
.cct-home-banner {
	min-height:900px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	/* background-image:url(../images/home-banner.jpg); */
}
.cct-home-banner h1 {
	color:#ffffff;
	margin-bottom:22px;
}
.cct-home-banner .cct-benner-img {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
    padding:200px 0 220px;
}
.cct-banner-content img.cct-marker-img {
	margin-left: 85px;
	width:auto !important;
	margin-bottom:40px;
	transform:rotate(180deg);
}
.cct-banner-content {
	max-width:100% !important;
}
.cct-home-banner .owl-dots {
    display: grid;
    float: right;
    height: 95px;
    padding-right: 10%;
    position: relative;
    top: -35px;
}
.cct-home-banner .owl-dots .owl-dot:hover span,
.cct-home-banner .owl-dots .owl-dot.active span,
.cct-portfolio-slider .slick-dots li.slick-active button,
.cct-portfolio-slider .slick-dots button:hover  {
    background-color: #f22556;
    width: 16px;
    height: 16px;
    border: 1px solid #f22556;
}
.cct-home-banner .owl-dots .owl-dot span,
.cct-portfolio-slider .slick-dots button  {
    opacity: 1;
    width: 16px;
    height: 16px;
    margin-top: -450px;
    margin-right: 15px;
    margin-left: 15px;
    border: 1px solid #ffffff;
	transition: all 0.3s;
	border-radius: 20px;
	display:block;
}
.cct-portfolio-slider .slick-dots button {
	margin-top:0;
	margin:0;
}

/* Features */

.cct-features-wrap {
	position:relative;
	top: -225px;
	z-index:5;
	margin-bottom:-225px;
}
.cct-features-wrap ul {
	position:relative;
	display:table;
	clear:both;
	width:100%;
	margin:0;
}
.cct-features-wrap ul li {
	float:left;
	width:33.333%;
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
}
.cct-feature-details{
	text-align: left;
    background: #1f1f1f;
    padding: 63px 50px 50px 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
	min-height: 356px;
	transition: all 350ms ease-in;
}
.cct-features-wrap ul li:hover .cct-feature-details{
	background: #f22556 url(../images/feature-box-bg.png) right top/cover no-repeat scroll;
box-shadow: 6px 8px 12.35px 0.65px rgba(35, 35, 35, 0.15);
}
.cct-features-wrap ul li:last-child .cct-feature-details{
	border-right: none;
}
.cct-features-icon {
	height:62px;
	transition: all 350ms ease-in;
	width: 65px;
	font-size:60px;
	color: #f22556;
}
.cct-features-wrap ul li:hover .cct-feature-details .cct-features-icon {
	color: #ffffff;
}
.cct-feature-details h6 {
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: none;
	margin:20px 0 15px;
}
.cct-feature-details p {
	color: #b9b9b9;
	margin-bottom: 0;
}
.cct-features-wrap ul li:hover .cct-feature-details p {
	color: #ffffff;
}
.cct-feature-details svg {
	fill: #f22556;
	vertical-align:top;
}
.cct-features-wrap ul li:hover .cct-feature-details svg {
	fill: #ffffff;
}

/* About us */

.cct-about-wrap {
    position: relative;
    padding: 240px 0 240px;
}
.fancybox-slide--iframe .fancybox-content {
	max-width:100% !important;
	max-height:100% !important;
}
.cct-about-wrap::before,
.cct-about-wrap::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-about-wrap::after {
	bottom:80px;
	top:auto;
	transform:rotate(180deg);
}
.cct-about-details {
	padding-right:10%;
}
.cct-about-details h2 {
	margin-top: 12px;
	margin-bottom: 7px;
}
.cct-about-details h6 {
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: 400;
}
.cct-about-details p {
	margin: 10px 0 25px 0;
}
.cct-progress-bar {
	padding:20px 0 0;
}
.progress-bar{
   background:#f22556; 
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}
.cct-progress-item {
	margin-bottom:23px;
}
.cct-label {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
	padding: 0;
	color: #333;
	position: relative;
}
.cct-progress-bar-item {
	position: relative;
	background: #e4e4e4;
}
.cct-progress {
	position:relative;
	height:10px;
	z-index: 2;
	width:0;
}
.cct-value-label {
    text-transform: uppercase;
    color: #272727;
    position: absolute;
    right: 0;
    margin-left: 12px;
    white-space: nowrap;
    bottom: 100%;
	display:none;
}
.cct-video-wrap {
	position:relative;
	text-align:center;
	overflow: hidden;
	position: relative;
	width: auto;
	transition: all 300ms ease-in;
	display: table;
}
.cct-video-wrap img {
	transition: all 400ms;
}
.cct-video-wrap:hover img {
	transform: scale(1.1);
	transition: all 400ms;
}
.cct-play-btn {
	background-color: #f22556;
	text-align: center;
	width: 80px;
	height: 80px;
	line-height:80px;
	display: block;
	line-height:80px;
	border-radius: 80px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	padding:28px 30.5px;
}
.cct-play-btn:hover {
	background-color: #232323;
}
.cct-play-btn .fa-play {
	color: #ffffff;
	font-size: 24px;
	display: block;
	margin:auto;
}

/* Our Services */

.cct-our-services {
	position:relative;
	padding:0 0 1px;
}
/*
.cct-our-services::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 80px;
    background-image: url(../images/section-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    left:0;
	bottom:80px;
	top:auto;
}
*/
.cct-our-services::before {
	position:absolute;
	content:"";
	background:url(../images/pattern-bg-img1.png) no-repeat 0 0;
	bottom: -230px;
	top:auto;
	margin-left: -550px;
	opacity: 0.10;
	width:1426px;
	height:1175px;
	display:none;
}
.cct-our-services h2 {
	margin-bottom:7px;
	text-align:center;
}
.cct-our-services h6 {
	font-weight:normal;
	margin-bottom:55px;
	text-align: center;
}
.cct-our-services ul {
	display:table;
	clear:both;
	float:none;
	width:100%;	
}
.cct-our-services ul li {
	float:left;
	width:33.333%;
	list-style:none;
}
.cct-service-details {
    text-align: left;
    height: 334px;
    margin-bottom: 0px;
	padding:60px 55px 30px 60px;
    border: 1px solid rgba(232, 232, 232, 0);
	transition: all 350ms ease-in;
	position:relative;
	z-index:10;
}
.cct-service-icon {
	width:60px;
	height:60px;
	color: #232323;
	font-size:60px;
	background-position: center top;
	background-repeat:no-repeat;	
}
.cct-service-icon svg {
    fill: #232323;
}
.cct-service-details h6 {
	margin:20px 0 0 0;
	text-align: left;
	font-weight:bold;
}
.cct-service-details p {
	line-height: 1.4em;
}
.cct-arrow-btn {
    color: #ffffff;
	font-size:18px;
	position:relative;
	opacity:0;
	transition: all 300ms ease-in;
}
.cct-our-services ul li:nth-child(2),
.cct-our-services ul li:nth-child(5),
.cct-our-services ul li:nth-child(8) {
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
}
.cct-our-services ul li:nth-child(4),
.cct-our-services ul li:nth-child(5),
.cct-our-services ul li:nth-child(6),
.cct-our-services ul li:nth-child(7),
.cct-our-services ul li:nth-child(8),
.cct-our-services ul li:nth-child(9) {
	border-top: 1px solid #e8e8e8;
}
.cct-our-services ul li:nth-child(1):hover .cct-service-details {
	background: #f22556 url(../images/service-icon3.png) 100% 100%/auto no-repeat local;
	box-shadow: 6.157px 7.88px 12.35px 0.65px rgba(35, 35, 35, 0.15);
}
.cct-our-services ul li:nth-child(2):hover .cct-service-details {
	background: #f22556 url(../images/service-icon4.png) 100% 100%/auto no-repeat local;
	box-shadow: 6.157px 7.88px 12.35px 0.65px rgba(35, 35, 35, 0.15);
}
.cct-our-services ul li:nth-child(3):hover .cct-service-details {
	background: #f22556 url(../images/service-icon1.png) 100% 100%/auto no-repeat local;
	box-shadow: 6.157px 7.88px 12.35px 0.65px rgba(35, 35, 35, 0.15);
}
.cct-our-services ul li:nth-child(4):hover .cct-service-details {
	background: #f22556 url(../images/service-icon4.png) 100% 100%/auto no-repeat local;
	box-shadow: 6.157px 7.88px 12.35px 0.65px rgba(35, 35, 35, 0.15);
}
.cct-our-services ul li:nth-child(5):hover .cct-service-details {
	background: #f22556 url(../images/service-icon2.png) 100% 100%/auto no-repeat local;
	box-shadow: 6.157px 7.88px 12.35px 0.65px rgba(35, 35, 35, 0.15);
}
.cct-our-services ul li:nth-child(6):hover .cct-service-details {
	background: #f22556 url(../images/service-icon3.png) 100% 100%/auto no-repeat local;
	box-shadow: 6.157px 7.88px 12.35px 0.65px rgba(35, 35, 35, 0.15);
}
.cct-our-services ul li:nth-child(7):hover .cct-service-details {
    background: #f22556 url(../images/service-icon2.png) 100% 100%/auto no-repeat local;
	box-shadow: 6.157px 7.88px 12.35px 0.65px rgba(35, 35, 35, 0.15);
}
.cct-our-services ul li:nth-child(8):hover .cct-service-details {
	background: #f22556 url(../images/service-icon5.png) 100% 100%/auto no-repeat local;
	box-shadow: 6.157px 7.88px 12.35px 0.65px rgba(35, 35, 35, 0.15);
}
.cct-our-services ul li:nth-child(9):hover .cct-service-details {
	background: #f22556 url(../images/service-icon6.png) 100% 100%/auto no-repeat local;
	box-shadow: 6.157px 7.88px 12.35px 0.65px rgba(35, 35, 35, 0.15);
}
.cct-our-services ul li:hover .cct-service-details h6 {
	margin:6px 0 0 0;
	color:#ffffff;
}
.cct-our-services ul li:hover .cct-service-icon svg {
    fill: #ffffff;
}
.cct-our-services ul li:hover .cct-service-icon {
	color:#ffffff;
	background-position:center -90px;
}
.cct-our-services ul li:nth-child(3):hover .cct-service-icon,
.cct-our-services ul li:nth-child(4):hover .cct-service-icon,
.cct-our-services ul li:nth-child(5):hover .cct-service-icon {
	background-position:center -88px;
}
.cct-our-services ul li:nth-child(6):hover .cct-service-icon {
	background-position:center -92px;
}
.cct-our-services ul li:hover .cct-service-details p {
	color:#ffffff;
	margin-bottom:20px;
}
.cct-our-services ul li:hover .cct-arrow-btn {
	opacity:1;
}
.cct-arrow-btn:hover {
	margin-left:10px;
	color:#ffffff;
}



/* Happy customer */

.cct-happy-customer {
	padding: 240px 0;
	position:relative;
}
.cct-happy-customer::before,
.cct-happy-customer::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;
	transform:rotate(180deg);
}
.cct-happy-customer::after {
	bottom:80px;
	top:auto;
	transform:rotate(0deg);
}
.cct-happy-customer .container-fluid,
.cct-get-in-touch .container-fluid {
	padding:0;
}
.cct-happy-customer h2 {
    margin-top: 12px;
    margin-bottom: 7px;
	text-align:center;
}
.cct-happy-customer h6 {
	font-weight: 400;
	margin-bottom:55px;
	text-align:center;
}
.cct-happy-customer-wrap,
.cct-get-in-touch-wrap {
	display:table;
	width:100%;
	clear:both;
}
.cct-happy-customer-left {
    padding:0 2%;
	float:left;
	width:50%;
}
.cct-happy-customer-left ul li {	
	float:left;
	width:33.33%;
	position:relative;
	list-style:none;
	height:170px;
	line-height:170px;
	text-align:center;
	filter: grayscale(100%);
	transition: all 300ms ease-in;
	padding: 0 5px;
}
.cct-happy-customer-left ul li:hover {
    -webkit-filter: grayscale(0) !important;
    filter: none !important;	
}
.cct-happy-customer-left ul li img {
	transition: all 400ms;
	filter: grayscale(100%);
	max-width:200px;
}
.cct-happy-customer-left ul li:hover img {
	transform: rotateX(360deg);
	transition: all 400ms;
	-webkit-filter: grayscale(0) !important;
    filter: none !important;	
}
.cct-customer-logo {
    overflow: hidden;
    display: inline-block;
	vertical-align: middle;
    width: 100%;
    height: 100%;
	margin:0 auto;
}
.cct-happy-customer-right {
    background-color: #f22556;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:auto 100%;
    padding: 8% 15px 8% 5.2%;
	width:50%;
	float:right;
	min-height: 600px;
	position:relative;
}
.cct-happy-customer-right h4 {
	color: #ffffff;
	font-size: 28px;
	line-height: 40px;
	font-weight: 300;
	margin:10px 0 30px;
}
.cct-signature,
.cct-signature-text {
	display:inline-block;
	vertical-align:top;
}
.cct-signature-text {
	padding: 20px 0 0 20px;
}
.cct-signature-text p {
	color: #ffffff;
	line-height: 26px;
	font-weight: 600;
}
.cct-signature-text p small {
	font-size:100%;
	display:block;
}
.cct-happy-customer-text {
	position: absolute;
top: 50%;
transform: translate(0, -50%);
}

/* Get in touch */

.cct-get-in-touch {
	padding: 0 0 210px;
	position:relative;
}
.cct-get-in-touch::before {
	position:absolute;
	content:"";
	background:url(../images/pattern-bg-img5.png) no-repeat 0 0;
	opacity: 0.1;
	left:auto;
	right:-700px;
	width:1304px;
	height:1488px;
	top:-240px;
	display:none;
}
.cct-get-in-touch::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 80px;
    background-image: url(../images/section-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: 60px;
    left:0;
	transform:rotate(180deg);
}
.cct-get-in-touch-left {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
    padding: 4.5% 6% 9.5% 5%;
	width:50%;
	float:left;
}
.cct-get-in-touch-right {
	float:right;
	width:50%;
	padding: 35px 15px 30px 8.5%;
}
.cct-counter-wrap {
	text-align: left;
	width: 285px;
	padding: 42px 0 0 15px;
	margin:0 auto;
	position:relative;
}
.cct-counter-wrap h2 {
	color: #ffffff;
	font-size: 50px;
	line-height: 60px;
	font-weight: 500;
	margin-bottom:15px;
}
.cct-counter-wrap h6 {
	color:#ffffff;
	margin-bottom:5px;
}
.cct-counter-wrap p {
	color: rgba(255, 255, 255, 0.60);
	line-height:1.7;
	margin-bottom:10px;
}
.cct-counter-wrap h2 strong {
	color: #f22556;
	font-weight: 500;
	vertical-align: baseline;
	margin-left:6px;
}
.cct-get-in-touch-left ul li {	
	float:left;
	width:50%;
	position:relative;
	list-style:none;
}
.cct-get-in-touch-right h2 {
	margin-bottom: 7px;
}
.cct-get-in-touch-right h6 {
	font-weight: 400;
	margin-bottom:53px;
}
.cct-get-in-touch-right ul li {
	display:block;
	list-style:none;
	margin-bottom:30px;
	max-width:470px;
}
.cct-get-in-touch-right ul li input[type="text"],
.cct-get-in-touch-right ul li input[type="email"],
.cct-get-in-touch-right ul li input[type="tel"],
.cct-get-in-touch-right 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-get-in-touch-right ul li textarea {
	height:160px;
}
.cct-get-in-touch-right ul li input[type="text"]:hover,
.cct-get-in-touch-right ul li input[type="email"]:hover,
.cct-get-in-touch-right ul li input[type="tel"]:hover,
.cct-get-in-touch-right ul li textarea:hover,
.cct-get-in-touch-right ul li input[type="text"]:focus,
.cct-get-in-touch-right ul li input[type="email"]:focus,
.cct-get-in-touch-right ul li input[type="tel"]:focus,
.cct-get-in-touch-right 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;
	outline:none;
	margin-top:30px;
	cursor:pointer;
	outline:none !important;
}
.cct-submit-btn:hover,
.cct-submit-btn:focus {
    color: #ffffff;
    background: #1b1b1b;
    border: 1px solid #1b1b1b;
}

/* Our Client says */

.cct-client-says {
	position:relative;
	padding:0 0 0;
	z-index: 2;
}
.cct-testimonial-slider-main {
	position:relative;
	z-index:2;
	margin-bottom: -481px;
	padding-bottom:146px;
}
.cct-testimonial-slider-main:after {
	position: absolute;
    content: '';
    width: 100%;
    height: 80px;
    background-image: url(../images/marker.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: 60px;
    left:0;
}
.cct-client-says h2 {
	text-align:center;
	margin-bottom:7px;
}
.cct-client-says h6 {
	text-align:center;
	font-weight:normal;
	margin-bottom:50px;
}
.cct-testimonial-slider {
	padding-top:20px;
}
.cct-testimonial-bg {
	padding-top: 466px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.cct-testimonial-slider-controls .slick-list {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}
.cct-testimonial-slider-controls .slick-list li img {
    border: 1px solid rgba(255, 255, 255, 0) !important;
    border-radius: 50% 50% 50% 50%;
    width: 130px;
    vertical-align: middle;
}
.cct-testimonial-slider-controls .slick-list li {
    vertical-align: middle;
    display: table-cell;
    float: none;
    height: 100px;
	filter: grayscale(100%);
}
.cct-testimonial-slider-controls .slick-center.slick-active {
	filter: grayscale(0%);
}
.cct-testimonial-slider-controls .slick-center.slick-active img {
    transform: scale(2);
    padding: 45px 15px;	
}
.cct-testimonial-slider-controls .cct-testimonial-controls-nav {
    width: 390px;
    margin: 0px auto 0px auto;
    padding-left: 0px;
}
.cct-testimonial-slider p {
    text-align: center;
	color:#ffffff;
	margin: 10px auto 25px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 720px;
}
.cct-testimonial-slider p small {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.cct-slick-nav-right, 
.cct-slick-nav-left {
   width: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 18px;
	line-height: 58px;
	background-color: rgba(27, 27, 27, 0);
	border: 1px solid #f22556;
	border-radius: 50% 50% 50% 50%;
	padding-left: 18px;
	margin-right: 100px;
	margin-left: 100px;
	position:absolute;
	padding:0;
	text-align:center;
	top: 50%;
	transform: translate(0, -30%);
	z-index:10;
}
.cct-slick-nav-right {
	right:0;
}
.cct-slick-nav-right:hover, 
.cct-slick-nav-left:hover  {
    color: #ffffff;
    background-color: #f22556;
}

/* Media Query */

@media screen and (max-width:1500px){
.cct-happy-customer-left {
	padding: 0 2%;
}
.cct-get-in-touch-left { 
	padding: 4.5% 15px 9.5% 3%;
	}
}
@media screen and (max-width:1400px){
	.cct-home-banner .cct-benner-img {
		padding: 180px 0 220px;
	}
	.cct-home-banner {
		min-height:804px;
	}
	.cct-happy-customer-left {
    	padding: 0 1%;
	}
	.cct-happy-customer-right {
		padding: 11.5% 15px 11.5% 5.2%;
	}
	.cct-get-in-touch-left { 
	padding: 4.5% 15px 9.5% 0;
	}
}
@media screen and (max-width:1200px){
	.cct-home-banner .cct-benner-img {
		padding: 150px 0 200px;
	}
	.cct-home-banner {
		min-height:712px;
	}
	.cct-feature-details {
		padding: 65px 30px 50px 40px;
	}
	.cct-about-wrap,
	.cct-happy-customer {
		padding:200px 0;
	}
	.cct-about-wrap::before,
	.cct-happy-customer::before  {
		top:60px;
	}
	.cct-about-wrap::after,
	.cct-our-services::after,
	.cct-happy-customer::after,
	.cct-get-in-touch::after {
		bottom:60px;
	}
	.cct-get-in-touch {
		padding-bottom:200px;
	}	
	.cct-our-services{
		padding-bottom: 43px;
	}
	.cct-happy-customer-left {
    	padding: 0 1%;
	}
	.cct-get-in-touch-left {
		padding: 4.5% 0 9.5% 0;
	}
	.cct-counter-wrap {
		padding: 42px 30px 0 15px;
	}
	.cct-get-in-touch-right {
		padding: 15px 15px 30px 40px;
	}
	.cct-testimonial-slider-main {
		padding-bottom:150px;
	}
	.cct-testimonial-slider-main::after { 
		bottom:40px;
	}
	.cct-about-details {
		padding-right: 30px;
	}
	.cct-service-details {
		padding: 30px 15px 30px 15px;
		height: 300px;
	}
	.cct-happy-customer-right {
		padding: 13.5% 15px 13.5% 5.2%;
	}
}
@media screen and (max-width:1100px){
	.cct-home-banner .cct-benner-img {
		padding: 130px 0 180px;
	}
	.cct-home-banner {
		min-height:673px;
	}
	.cct-feature-details {
		padding: 45px 15px 30px 25px;
		min-height: 321px;
	}
	.cct-home-banner .owl-dots {
		top: 13%;
	}
	.cct-portfolio-slider .slick-dots li {
		margin: 0 10px;
	}
	.cct-happy-customer-right {
		padding: 15% 15px 15% 5.2%;
	}
	.cct-counter-wrap {
		width: 275px;
	}
	.cct-slick-nav-right, .cct-slick-nav-left {
		margin-right: 30px;
		margin-left: 30px;
	}
}
@media screen and (max-width:991px){
.cct-features-wrap {
    position: relative;
    top: -38px;
	z-index: 5;
	margin-bottom: -51px;
}
.cct-about-wrap {
	padding-top:175px;
}
.cct-home-banner .cct-benner-img {
	padding: 137px 0 80px;
}
.cct-home-banner {
	min-height:553px;
}
.cct-features-wrap ul {
	width:60%;
	margin:0 auto;
}
.cct-features-wrap ul li {
	width:100%;
	margin-bottom:10px;
}
.cct-feature-details {
	padding: 40px 15px 40px 15px;
	min-height:auto;
}
.cct-home-banner .owl-dots {
	top: 125px;
}
/*.cct-banner-content {
    max-width: 650px;
}*/
.cct-about-wrap .col-md-6 {
	-webkit-box-flex: 0;
-ms-flex: 100%;
flex: 100%;
max-width:100%;
}
.cct-about-details h6 {
    margin-bottom: 25px;
}
.cct-about-details {
	padding-right: 15px;
}
.cct-video-wrap {
	margin: 20px auto 0;
}
.cct-our-services ul li {
	width:50%;
	border-left:none !important;
	border-right: 1px solid #e8e8e8;
}
.cct-our-services ul li:nth-child(3n)  {
	border-right: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}
.cct-our-services ul li:nth-child(2n) {
	border-right:none;
}
.cct-our-services ul li:last-child {
    border-right: 1px solid #e8e8e8;
    margin-top: -1px;
}
 .cct-our-services ul li:nth-child(8){
 	border-bottom: 1px solid #e8e8e8;
 }
.cct-happy-customer-left,
.cct-happy-customer-right,
.cct-get-in-touch-left,
.cct-get-in-touch-right  {
	width:100%;
}
.cct-get-in-touch-right {
    padding: 45px 15px 0 15px;
}
.cct-slick-nav-right, .cct-slick-nav-left {
	margin:0;
}
.cct-get-in-touch-form {
	display:table;
	margin:0 auto;
}
.cct-testimonial-slider-main {
    padding-bottom: 109px;
	margin-bottom: -469px;
}
.cct-testimonial-slider p {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 600px;
    margin: 10px auto 25px;
}
.cct-happy-customer-left ul li {
	height: 150px;
	line-height: 150px;
}
.cct-happy-customer h6 {
	margin-bottom:0;
}
.cct-happy-customer-right {
	margin-top:30px;
}
}
@media screen and (max-width:767px){
.cct-home-banner .owl-dots {
    top: 180px;
}
.cct-slick-nav-right, .cct-slick-nav-left {
	width: 40px;
	height: 40px;
	line-height: 36px;
}
.cct-features-wrap ul {
	width:75%;
}
.cct-testimonial-slider p {
    max-width: 490px;
    margin: 0 auto 15px;
}
.cct-home-banner {
    min-height: 522px;
}
.cct-home-banner .cct-benner-img {
	padding: 139px 0 80px;
}
.fancybox-slide--iframe .fancybox-content {
    height: 400px !important;
}
.cct-happy-customer::before {
    top: 36px;
}
.cct-happy-customer {
    padding: 171px 0;
}
/*.cct-banner-content {
    max-width: 600px;
}*/
}
@media screen and (max-width:600px){
.cct-home-banner .cct-benner-img {
    padding: 111px 0 50px;
}
.cct-home-banner {
	min-height:472px;
}
.cct-banner-content img.cct-marker-img {
    margin-left: 50px;
    width: auto !important;
    margin-bottom: 30px;
    transform: rotate(180deg);
}
.cct-home-banner .owl-dots {
	padding-right: 5%;
}
.cct-happy-customer h6 {
	margin-bottom:0;
	padding: 0 10px;
}
.cct-testimonial-slider-controls .slick-center.slick-active img {
}
.cct-get-in-touch-right {
    padding: 45px 15px 0 15px;
}
.cct-our-services ul li {
	border:none !important;
	width:100%;
}
.cct-testimonial-slider-main {
	    margin-bottom: -446px;
}
.cct-service-details {
	height:250px;
}
.cct-features-wrap ul {
	width:85%;
	margin:0 auto;
}
.cct-about-details h6 {
    margin-bottom: 15px;
}
.cct-testimonial-slider p {
    max-width: 390px;
    margin: 0 auto 15px;
	font-size: 14px;
line-height: 24px;
}
.cct-our-services ul li:hover .cct-service-details p {
    color: #fff;
    margin-bottom: 15px;
}
.cct-testimonial-bg {
    padding-top: 430px;
}
.cct-testimonial-slider-main::after {
    bottom: 35px;
}
.cct-client-says h6 {
    margin-bottom: 20px;
}
.cct-slick-nav-right, .cct-slick-nav-left {
    top:57%;
}
.cct-our-services {
    padding-bottom: 30px;
}
}
@media screen and (max-width:500px){
.cct-get-in-touch-left ul li {
	width:100%;
}
.cct-counter-wrap {
    padding: 42px 15px 0 15px;
}
.cct-testimonial-slider-controls .slick-list li img {
	width:90px;
}
.cct-testimonial-slider-controls .cct-testimonial-controls-nav {
    width: 270px;
}
.cct-testimonial-slider p {
	padding-right: 0;
	padding-left: 0;
	    max-width: 350px;
}
.cct-slick-nav-right, .cct-slick-nav-left {
	top:180px;
}
.cct-features-wrap ul {
	width:100%;
	margin:0 auto;
}
.cct-happy-customer {
	padding-top:175px;
}
.cct-label,
.cct-value-label {
	font-size:14px;
}
.cct-our-services ul li:hover .cct-service-details p {
    margin-bottom: 5px;
}
.cct-service-details {
    height: 265px;
}
	.cct-happy-customer-left ul li {
		width: 50%;
	}
.cct-happy-customer-left ul li img {
    max-width: 150px;
}
.cct-slick-nav-left {
	left:36%;
}
.cct-slick-nav-right {
	right:36%;
}
.cct-testimonial-slider-main {
    margin-bottom: -449px;
}
.cct-counter-wrap {
    text-align: center;
}
.cct-home-banner {
	min-height:445px;
}
.cct-home-banner .cct-benner-img {
    padding: 114px 0 50px;
}
.fancybox-slide--iframe .fancybox-content {
    height: 300px !important;
}
}
@media screen and (max-width:400px){
.cct-home-banner .owl-dots {
	padding-right: 5%;
	top: 230px;
}
.cct-happy-customer-left ul li {
	width: 100%;
	height: 100px;
line-height: 100px;
}
.cct-happy-customer-right h4 {
	font-size: 22px;
	line-height: 32px;
}
.cct-signature-text {
    padding: 20px 0 0 15px;
}
.cct-label,
.cct-value-label {
	font-size:12px;
}
.cct-testimonial-slider p {
	max-width: 270px;
}
.cct-service-details {
    height: 275px;
	padding: 20px 15px;
}
.cct-slick-nav-left {
	left:33%;
}
.cct-slick-nav-right {
	right:33%;
}
.cct-testimonial-slider-main {
    margin-bottom: -471px;
}
.cct-testimonial-slider-main::after {
    bottom: 40px;
}
}
 