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

h1 {
	color:#232323;
	font-size: 65px;
	font-weight: 700;
	font-family: poppins;
	text-align: left;
	text-transform: none;
	line-height: 75px;
	margin: 0 0 15px 0;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
}
h2{
   font-family: 'Poppins', sans-serif;
   color: #232323;
   font-size: 40px;
   line-height: 60px;
   font-weight: 600;
   margin-bottom: 15px;
   font-weight: 700;
}
h3{
	font-family: 'Poppins', sans-serif;
    color: #232323;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0;
}
h4 {
	font-family: 'Poppins', sans-serif;
    color: #232323;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin: 20px 0;
}
h5 {
   font-family: 'Poppins', sans-serif;
    color: #232323;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0;
}
h6 {
   font-family: 'Poppins', sans-serif;
   color: #232323;
   font-size: 20px;
   line-height: 30px;
   font-weight: 700;
   margin-bottom: 15px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height:28px;
	color: #464646;
	font-weight: 400;
    margin-bottom: 15px;
}
.container {
    max-width: 1400px;
    width: 100%;
}
body{
    top: 0;
    overflow-x: hidden;
    margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #464646;
	font-weight: 400;
	line-height:1.7;
}
a, a:hover, a:focus {
	text-decoration:none;
    outline:none;
}
b, strong {
    font-weight: 700;
}
button:focus {
	outline: none;
}
img {
	max-width:100%;
	height: auto;
}
ul {
  padding-left: 0;
}
.cct-common-btn {
    color: #ffffff;
    background-color: #f22556;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #f22556;
    padding: 18px 40px 18px 40px;
	position: relative;
	display: inline-block;
	transition: all 300ms ease-in;
	overflow: hidden;
}
.cct-common-btn:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #f22556;
}
.cct-scroller:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
	background-color: rgba(0,0,0,1);
	color: #FFFFFF;
}
.cct-scroller {
    position: fixed;
    bottom: 50px;
    right: 10%;
    background-color: rgba(0,0,0,0.5);
    filter: alpha(opacity=50);
    color: #FFFFFF;
    transition: all 500ms;
    width: 60px;
    height: 60px;
	line-height:60px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    transform: scale(1);
    opacity: 1;
    display: none;
	font-size:20px;
}

/*header*/


.cct-header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 0;
	transition: all 300ms;
	padding:23px 0;
	z-index:5;
}
.cct-sticky-header {
	position:fixed;
	width:100%;
	top:0;
	background:rgba(0, 0, 0, 0.6);
	z-index:100;
}
.cct-logo img {
	width:auto !important;
	height:49.5px;
}

.cct-mobile-menu {
	display:none;
}
.cct-logo-wrap {
	display:inline-block;
	vertical-align:top;
}
.cct-outer-menu {
    position: relative;
}
.cct-outer-menu ul li a {
    font-size: 16px;
	line-height: 15px;
	color: #ffffff;
	font-weight: 600;
	text-transform: none;
	margin:0;
	padding:0;
}
.cct-outer-menu ul li a::before,
.cct-outer-menu ul li a:focus::before,
.cct-outer-menu ul li a:active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    margin: auto;
    background-color: #f22556;
    height:1px;    
	width:0%;
	transition: width .2s ease-in-out;
}
.cct-outer-menu ul li.menu-item-has-children a::after{
    content: '\f078';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    vertical-align: top;
	font-weight:900;
	position:absolute;
	font-size: 9px;
	color: #ffffff;
	top: 2px;
	right: -16px;
}
.cct-outer-menu ul li.menu-item-has-children a {
	position:relative;
}
.cct-outer-menu ul li a:hover::before,
.cct-outer-menu ul li.current-menu-item a::before,
.cct-outer-menu ul li.current-menu-ancestor a::before,
.cct-outer-menu ul li.menu-item-has-children:hover a::before,
.cct-outer-menu ul li a.menu-open::before {
	 width:100%;
}
.cct-outer-menu ul li a:hover::before {
    width:100%;
}
.cct-outer-menu ul li {
	margin: 13px 40px 10px 20px;
    padding: 0;
    position: relative;
}
.cct-outer-menu ul li:last-child {
	margin-right:0;
}
.cct-outer-menu ul li::before,
.sub-menu {
    display: none;
}
.cct-outer-menu ul li ul.sub-menu {
    padding: 27px 0 17px 0;
    background:transparent;
    border:none;
    top: 100%;
	opacity: 0;
	transition: -webkit-transform 0.4s, opacity 0.4s;
	transform-origin: 0% 0%;
	z-index:10;
	left: 0px;
	min-width:210px;
	position:absolute;
}
.cct-outer-menu ul li:hover ul.sub-menu {
	left: 0;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	display:block;
}
.cct-outer-menu ul li ul.sub-menu  li {
	position:relative;
	list-style:none;
	margin:0;
	 background: #1f1f1f;
	 padding:0 15px 0 20px;
}
.cct-outer-menu ul li ul.sub-menu  li:first-child {
	padding-top:10px;
}
.cct-outer-menu ul li ul.sub-menu  li:last-child {
	padding-bottom:10px;
}
.cct-outer-menu ul li ul.sub-menu  li ul.sub-menu {
	left:100%;
	top:0;
	position:absolute;
	padding:0;
	opacity: 0;
	min-width:170px;
}
.cct-outer-menu ul li ul.sub-menu li:hover ul.sub-menu {
	opacity: 1;
	display:block;
}
.cct-outer-menu ul li ul.sub-menu  li a {
	font-size: 14px;
	line-height: 19px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
	background: rgba(255, 255, 255, 0);
	padding: 10px 15px 10px 0px;
	display:block;
	transition: all 0.4s;
}
.cct-outer-menu ul li.menu-item-has-children  ul.sub-menu li a::after,
.cct-outer-menu ul li ul.sub-menu  li a:before {
	display:none !important;
}
.cct-outer-menu ul li ul.sub-menu  li a:hover {
	color: #f22556;
	background: rgba(35, 35, 35, 0);
	padding-right: 9px;
	padding-left: 6px;
}
.cct-outer-menu ul li ul.sub-menu  li a:hover,
.cct-outer-menu ul li ul.sub-menu  li.current-menu-item a,
.cct-outer-menu ul li ul.sub-menu  li.current-menu-ancestor a  {
	color: #f22556;
	padding-left: 6px;
}
.cct-outer-menu ul li ul.sub-menu  li.current-menu-item ul.sub-menu li a,
.cct-outer-menu ul li ul.sub-menu  li.current-menu-ancestor ul.sub-menu li a {
	color: #ffffff;
	padding-left: 0;
}
.cct-outer-menu ul li ul.sub-menu  li ul.sub-menu li.current-menu-item a,
.cct-outer-menu ul li ul.sub-menu  li ul.sub-menu li a:hover,
.cct-outer-menu ul li ul.sub-menu  li ul.sub-menu li.current-menu-ancestor a:hover  {
	color: #f22556;
	padding-left: 6px;
}
.navbar  {
	float:right;
	margin:0;
	padding:0;
}


/* footer */

footer {
	background: #1f1f1f;
	padding: 100px 0 0;
}
.cct-footer-logo {
	padding: 5px 0 20px;
	display:table;
}
.cct-footer-logo img {
	width:auto;
	height:50px;
}
footer p {
	color:#b9b9b9;
	margin-bottom:25px;
}
footer p strong {
	color: #ffffff;
	font-weight: 700;
}
.cct-social-icons {
	margin-top:-11px;
	margin-bottom:0;
}
.cct-social-icons li {
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
}
footer h6 {
	color: #ffffff;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	padding-bottom: 10px;
	margin-bottom:20px;
	position:relative;
}
footer h6:after {
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	width:58px;
	height:1px;
	background:#f22556;
}
footer ul li {
	list-style:none;
}
footer ul li a {
	color: #b9b9b9;
	line-height: 33px;
	transition: all 0.4s;
}
footer ul li a:hover {
	margin-left:5px;
	color: #f22556;
}
.cct-social-icons li a {
	margin:3px;
	color: #9d9d9d;
	font-size: 17px;
}
.cct-social-icons li a:hover {
	color: #f22556;
	margin:3px;
}
.cct-footer-bottom {
	margin-top:85px;
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.cct-footer-bottom p {
	margin:10px 0;
	color: #a7a7a7;
	font-size: 14px;
}
.cct-footer-bottom p a {
	color: #ffffff;
}
.cct-footer-bottom p a:hover,
.cct-footer-bottom ul li a:hover {
	color: #f22556;
}
.cct-footer-bottom ul li {
	padding:8px 10px 10px 20px;
	display:inline-block;
	vertical-align:top;
}
.cct-footer-bottom ul li a {
	color: #9d9d9d;
	font-size: 28px;
	margin:0 !important;
}
.cct-footer-bottom ul {
	margin:0;
}

/* portfolio */

.cct-our-portfolio {
	background: #1f1f1f;
	padding-top: 96px;
	padding-bottom: 160px;
	position:relative;
	overflow:hidden;
}
.cct-our-portfolio::before {
	position:absolute;
	content:"";
	background:url(../images/pattern-bg-img3.png) no-repeat 0 0;
	opacity: 0.03;
	left:0;
	width:971px;
	height:1059px;
	top:0;
	z-index:1;
}
.cct-our-portfolio::after {
	position:absolute;
	content:"";
	background:url(../images/pattern-bg-img4.png) no-repeat 0 0;
	opacity: 0.03;
	left:70%;
	width:734px;
	height:806px;
	top:0;
	z-index:1;
}
.cct-our-portfolio h2 {
	color:#ffffff;
	margin-top: 12px;
	margin-bottom: 7px;
}
.cct-our-portfolio h6 {
	color: rgba(255, 255, 255, 0.60);
	font-weight: 400;
	margin-bottom:55px;
}
.cct-portfolio-slider .slick-slide {
    margin-right: 7px;
    margin-left: 8px;
} 
.cct-our-portfolio .filter {
    text-align: right;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
	margin-top:-65px;
}
.cct-our-portfolio  .filter li {
	display:inline-block;
	vertical-align:top;
}
.cct-our-portfolio .filter li .cct-filter-item.current {
    color: #f22556;
	opacity: 1;
}
.cct-our-portfolio .filter li .cct-filter-item {
    background: rgba(255, 255, 255, 0);
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins;
    text-transform: uppercase;
    text-decoration: none;
	padding: 5px;
    padding-bottom: 50px;
	transition: all 200ms;
	opacity: 0.7;
	margin: 0 10px;
	border: none;
}
.cct-our-portfolio .filter li .cct-filter-item.current::after {
    background-color: #f22556;
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    margin-top: 3px;
}
.cct-portfolio-slider .slick-slide img {
	width:100%;
	height:auto;
	filter: grayscale(100%);
	transition: all 400ms;
}
.cct-portfolio-slider {
	margin-left: -10%;
	width: 120%;
	position:relative;
	z-index:10;
}
.cct-portfolio-slider .slick-list {
	padding:0;
}
.cct-portfolio-slider .slick-slide {
	position:relative;
	overflow:hidden;
	transition: all 400ms;
}
.cct-portfolio-slider .slick-slide:hover img{
	transform: scale(1.1);
	filter: none !important;
}
.cct-slick-slide-text {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 30;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	text-align: center;
	opacity: 0;
	transition: all 400ms;
	display: flex;
-webkit-box-align: center;
align-items: center;
}
.cct-portfolio-slider .slick-slide:hover .cct-slick-slide-text{
	opacity: 1;
}
.cct-slick-slide-text div {
	display:block;
	width:100%;
}
.cct-slick-slide-text h6  {
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	line-height:24px;
}
.cct-slick-slide-text h6 a {
    color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight:bold;
}
.cct-slick-slide-text h6 a:hover {
    color: #f22556 !important;
}
.cct-slick-slide-text p {
    color: #cdcdcd;
    line-height: 24px;
    padding-right: 35px;
    padding-left: 25px;
	margin-bottom:0;
}
.cct-slick-slide-img {
	display: flex;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.cct-portfolio-slider .slick-dots {
    position: relative;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.cct-portfolio-slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    cursor: pointer;
}
.cct-portfolio-slider .slick-dots button {
	font-size:0;
	background:none;
	margin:0;
	padding:0;
	cursor: pointer;
}

/* inner banner */
.cct-inner-banner{
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 268px 0 56px;
	min-height:472px;
	background-image:url(../images/inner-banner.jpg);
}
.cct-inner-banner h1{
    font-size: 56px;
    line-height: 64px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}

.cct-breadcrumbs{
   padding-top: 65px;
}
.cct-breadcrumbs ul li{
    display: inline-block;
	vertical-align: top;
	padding-right: 24px;
	margin-right: 15px;
	position: relative;
	color: rgba(255, 255, 255, 0.60);
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans',sans-serif;
	line-height: 24px;
}
.cct-breadcrumbs ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.cct-breadcrumbs ul li:last-child::before{
    display: none;
}
.cct-breadcrumbs ul li a{
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.60);
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
   
}
.cct-breadcrumbs ul li::before{
    position: absolute;
    content: '';
    width: 8px;
    height: 7px;
    background-color: #f22556;
    right: 0;
    top: 11px;
}
.cct-breadcrumbs ul li a:hover{
    text-decoration: underline;
}
.cct-breadcrumbs ul li:last-child a{
    color: rgba(255, 255, 255, 0.60) !important;
}
blockquote{
	padding: 50px 50px 0 100px;
	position: relative;
    border-left: 2px solid #333;
    margin: 48px 0 48px;
    background-image: url(../images/blockquote-bg.png);
    background-repeat: no-repeat;
    background-position: 44px top;
background-size: 48px;
}

 blockquote p{
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 24px;
    line-height: 41px;
    margin-bottom: 44px;
}
 blockquote cite {
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
    color: #464646;
    font-style: normal;
}
/* inner banner */

/*error msg*/
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 13px;
    font-weight: normal;
    display: block;
	margin-top: 6px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
    border: none !important;
    font-size: 13px;
    margin: 0px !important;
    padding: 0px !important;
    color: #f00;
	line-height: 18px;	
	text-align: left;
}
div.wpcf7-response-output {
	margin:15px 0 0 0px !important;
}
div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
    border: none !important;
    color: #398f14;
    margin:15px 0 0 0px !important;
    padding: 0px !important;
    font-size: 13px;
	line-height: 20px;
	text-align: left;
}
div.wpcf7 .ajax-loader {
	display:none;
}
/* Pagination */       
.cct-pagination{
    text-align: center;
    padding-top: 15px;
}
.cct-pagination ul {
    margin-bottom: 0;
}
.cct-pagination ul li{
    margin: 0 5px 10px 5px !important;
    width: auto !important;
    display: inline-block;
    vertical-align: top;
    padding: 0 !important;
}
.cct-pagination li .page-numbers{
    display: block;
    text-decoration: none;
    text-align: center;
border: 1px rgba(242,37,86,1) solid;
padding: 0;
font-weight: bold;
font-size: 18px;
color: rgba(242,37,86,1);
transition: all 200ms;
border-radius: 50%;
width: 60px;
height: 60px;
line-height: 56px;
}
.cct-pagination li .page-numbers.current{
    opacity: .7;
}
.cct-pagination ul li a:hover{
    background: #f22556;
color: #fff;
border-color: #f22556;
}
.cct-pagination li .page-numbers.dots {
border: none;
width: auto;
}
/*  Media query */
@media screen and (max-width:1400px){
.cct-outer-menu ul li ul.sub-menu  li ul.sub-menu {
	left:auto;
	right:100%;
}
}
@media screen and (max-width:1300px){
.cct-inner-banner {
	padding: 160px 0 56px;
	min-height: 395px;
}
.cct-portfolio-slider .slick-dots button {
	width: 14px !important;
	height: 14px !important;
}
.cct-portfolio-slider .slick-dots li {
	margin:0 10px !important;
}
}
@media screen and (max-width:1200px){
h1 {
    font-size: 60px;
    line-height: 70px;
}
.cct-our-portfolio {
	padding-top: 100px;
	padding-bottom: 120px;
}
.cct-inner-banner h1 {
    font-size: 50px;
    line-height: 54px;
}
.cct-footer-bottom ul li {
    padding: 8px 0 10px 15px;
}
.cct-footer-bottom ul {
	text-align:right;
}
.cct-inner-banner {
	min-height: 395px;
}
}

@media screen and (max-width:1100px){
.cct-social-icons li {
    margin-right: 15px;
}
footer {
    background: #1f1f1f;
    padding: 70px 0 0;
}
.cct-footer-bottom {
    margin-top: 50px;
}
blockquote {
	padding: 50px 50px 0 80px;
	background-position: 30px top;
}
.cct-portfolio-slider .slick-dots li {
    margin: 0 7px !important;
}
}

@media screen and (max-width:991px){
h1 {
    font-size: 55px;
    line-height: 65px;
}
h2 {
    font-size: 35px;
    line-height: 42px;
}
h3{
    font-size: 27px;
    line-height: 36px;
}
h4{
    font-size: 23px;
    line-height: 30px;
}
h5 {
    font-size: 21px;
    line-height: 28px;
}
h6 {
    font-size: 18px;
    line-height: 26px;
}
.cct-sticky-header {
	position:absolute;
}
.cct-outer-menu .navbar {
    padding: 0;
    width: 100%;
    text-align: left;
    display: inline-block;
}
.cct-outer-menu .navbar-light .navbar-toggler {
	color: #fff;
	cursor: pointer;
	margin: 0;
	position: relative;
	border:none;
	border-radius:0;
	float:right;
	margin-top:-35px;
	margin-bottom:10px;
}
.cct-outer-menu .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.cct-outer-menu  .navbar-collapse {
    background: #0b0b0b;
    border-radius: 0;
    box-shadow:none;
    left: 0;
    max-width: 100%;
    padding: 12px 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99;
}
.cct-outer-menu ul li a {
    color: #fff;
	display: inline-block;
	position:relative;
}
.cct-outer-menu ul li.menu-item-has-children a::after {
	top:3px;
}
.cct-outer-menu ul li { 
	margin: 15px 15px 15px 20px;
}
.cct-outer-menu .navbar-nav {
    text-align: left;
}
.cct-outer-menu ul li .cct-arrow {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 9px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 25px;
    color: #fff;
}
.cct-outer-menu ul li::before .cct-arrow {
background-image: url(../images/arrow-menu.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.cct-outer-menu ul li.menu-item-has-children a::after {
	display:none;
}
.cct-outer-menu ul li .cct-arrow {
    background-image: url(../images/arrow-menu.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 9px;
height: 9px;
top: 4px;
bottom: 0;
text-align: center;
right: 8px;
margin: 0;
content: "";
position: absolute;
}
.cct-outer-menu ul li .cct-arrow.cct-submenu-open {
    background-image: url(../images/arrow-menu-h.png);
}
.cct-outer-menu ul li ul.sub-menu {
    top: 0;
    padding:20px 0 0;
    position: relative;
    opacity: 1;
    background: transparent;
    box-shadow: none;
    margin-top: 0;
    visibility: unset;
    z-index: inherit;
    clip: inherit;
    transition: none;
    display: none;
	min-width:auto;
}
.cct-outer-menu ul li:hover ul.sub-menu,
.cct-outer-menu ul li ul.sub-menu li:hover ul.sub-menu {
	display:none;
}
.cct-outer-menu ul li ul.sub-menu li {
	display:block;
	padding-bottom:10px;
	padding-left:15px;
}
.cct-outer-menu ul li ul.sub-menu li:last-child {
    padding-bottom: 12px;
}
.cct-outer-menu ul li ul.sub-menu li ul.sub-menu li:last-child {
    padding-bottom: 0;
}
.cct-outer-menu ul li ul.sub-menu li a {
	padding:0;
}
.cct-outer-menu ul li ul.sub-menu li ul.sub-menu {
	padding:0;
	right:auto;
	min-width:auto;
	width:100%;
	left:0;
	top:0;
	opacity:1;
	position: relative;
}
.cct-outer-menu ul li ul.sub-menu li ul li {
	padding-bottom:0;
	padding-left:15px;
}
.cct-outer-menu ul li ul.sub-menu li ul li a {
	color:rgba(255, 255, 255, 0.7);
}
.cct-header-wrap .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex:100%;
    flex: 100%;
    max-width: 100%;
	padding:0;
}
.cct-outer-menu ul li ul.sub-menu li a:hover, 
.cct-outer-menu ul li ul.sub-menu li.current-menu-item a, 
.cct-outer-menu ul li ul.sub-menu li.current-menu-ancestor a,
.cct-outer-menu ul li ul.sub-menu  li ul.sub-menu li.current-menu-item a,
.cct-outer-menu ul li ul.sub-menu  li ul.sub-menu li a:hover,
.cct-outer-menu ul li ul.sub-menu  li ul.sub-menu li.current-menu-ancestor a:hover {
	padding-left:0;
}
footer .col-md-3,
.cct-footer-bottom .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.cct-footer-bottom .col-md-9,
.cct-footer-bottom .col-md-3 {
	text-align:center;
	 -webkit-box-flex: 0;
    -ms-flex:100%;
    flex:100%;
    max-width:100%;
}
.cct-footer-bottom ul {
    text-align: center;
}
.cct-social-icons {
	margin-bottom:30px;
}
.cct-footer-bottom ul li:first-child {
	padding-left:0;
}
footer {
    background: #1f1f1f;
    padding: 50px 0 0;
}
.cct-footer-bottom {
    margin-top: 30px;
}
.cct-our-portfolio .filter {
    text-align: left;
    margin-top: -20px;
}
.cct-our-portfolio .filter li .cct-filter-item {
	padding-bottom:20px;
}
.cct-inner-banner {
   padding: 150px 0 55px;
   min-height: 345px;
}
.cct-inner-banner h1 {
    font-size: 44px;
    line-height: 50px;
}
.cct-breadcrumbs {
    padding-top: 40px;
}
.cct-breadcrumbs ul li:before {
	top:9px;
}
.cct-our-portfolio h6 {
	margin-bottom:30px;
}
.cct-slick-slide-text h6 {
    margin-bottom: 15px;
}
}
@media screen and (max-width:767px){
h1 {
    font-size: 50px;
    line-height: 60px;
}
.cct-inner-banner {
    padding: 140px 0 50px;
	min-height: 311px;
}
.cct-inner-banner h1 {
    font-size: 38px;
    line-height: 42px;
}
.cct-breadcrumbs {
    padding-top: 30px;
}
.cct-portfolio-slider {
    margin-left: 0;
    width: 100%;
}
blockquote p {
            font-size: 22px;
            line-height: 38px;
            margin-bottom: 30px;
        }
      blockquote{
            margin: 42px 0 42px;
 background-position: 20px top;
 padding: 50px 20px 0 70px;
        }
}
@media screen and (max-width:600px){
.cct-inner-banner h1 {
    font-size: 34px;
    line-height: 40px;
}
blockquote p {
    font-size: 20px;
    line-height: 36px;
 }
}
@media screen and (max-width:500px){
footer .col-md-3,
.cct-footer-bottom .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex:100%;
    flex:100%;
    max-width:100%;
}
.cct-footer-bottom {
    margin-top:10px;
}
footer ul {
    margin-bottom: 30px;
}
h1 {
    font-size: 40px;
    line-height: 50px;
}
h2 {
    font-size: 30px;
    line-height: 38px;
}
h3{
    font-size: 25px;
    line-height: 33px;
}
.cct-our-portfolio .filter li .cct-filter-item {
	font-size:14px;
}
.cct-portfolio-slider .slick-dots li {
    margin: 0 6px !important;
}
.cct-inner-banner {
    padding: 125px 0 40px;
	min-height: 270px;
}
.cct-inner-banner h1 {
    font-size: 30px;
    line-height: 34px;
}
.cct-breadcrumbs {
    padding-top: 20px;
}
blockquote {
    padding: 50px 15px 0 25px;
    margin: 32px 0 32px;
}
blockquote p {
	font-size: 18px;
	line-height: 32px;
}
.cct-pagination li .page-numbers{
    width: 50px;
    height: 50px;
    line-height: 46px;
    }

}
@media screen and (max-width:400px){
	blockquote p {
	font-size: 16px;
	line-height: 28px;
	}
	.cct-pagination li .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
}
.cct-portfolio-slider .slick-dots button {
	width: 12px !important;
	height: 12px !important;
}
h1 {
    font-size: 38px;
    line-height: 48px;
}
}