/*
/*
Copyright (c) 2017
[Master Stylesheet]
Theme Name : Creative Landing Page
Version    : 1.0
Author     : UiSuMo Team
Author URI : https://uisumo.com
Support    : uisumo@gmail.com
*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------

1. body
2. header
3. slider
4. service
5. Creative Studio
6. typography
7. responsive
-------------------------------------------------------------------*/

/***********************************************************************************
1. body start
***********************************************************************************/
body{
    background-color: #ffffff;	
	font-family: 'Open Sans', sans-serif;
    color: #777777;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;	
}
a {
	color: #e6196e;
	text-decoration: none;
	cursor:pointer;
}
a:hover, a:focus {
	text-decoration: none;
}
a:focus {
	outline: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
	color:#444444;
}
/***********************************************************************************
1. body end
***********************************************************************************/


/***********************************************************************************
2. header start
***********************************************************************************/
.tl_header{
	top:0;
	left:0;
	right:0;
	padding: 10px 0;
	z-index:999;
	}
.tl_header.fixed{
	background-color:#ffffff;
	}	
.tl_header .tl_logo{
	float:left;
	}	
.tl_header .tl_logo > a{
	display:block;
	margin:8px auto;
	}	
.tl_header .tl_header_right{
	float:right;
	}	
.tl_menu{
	float:left;
	}	
.tl_menu > ul{
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	}
.tl_menu > ul > li{
	display:inline-block;
	}		
.tl_menu > ul > li > a{
	font-size:16px;
	color:#333333;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	padding:11px;
	display:block;
	}	
.tl_menu > ul > li > a:hover{
	color:#e6196e;
	}
.tl_header_action{
	float:left;
	margin-left:34px;
	}	
.tl_header_action .tl_search_wrapper{
	width:40px;
	height:40px;
	margin:5px auto;
	}	
.tl_header_action .tl_search_wrapper > .icon{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:40px;
	background-color:#e4e4e4;
	color:#acacac;
	font-size:12px;
	cursor: pointer;
	}
.cr_menu_btn {
    display: none;
}	

#wrap {
	margin: 0px 15px;
    display: inline-block;
    position: relative;
    height: 60px;
    float: right;
    padding: 0;
    position: relative;
}

#wrap  input[type="text"] {
  height: 50px;
  font-size: 16px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

#wrap  input[type="text"]:focus:hover {
  border-bottom: 1px solid #e6196e;
}

#wrap  input[type="text"]:focus {
  width: 650px;
  z-index: 1;
  border-bottom: 1px solid #e6196e;
  cursor: text;
  background-color:#ffffff;
  }
#wrap  input[type="submit"] {
  height: 67px;
  width: 63px;
  display: inline-block;
  color:red;
  float: right;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}

#wrap  input[type="submit"]:hover {
  opacity: 0.8;
}
/***********************************************************************************
3. first section start
***********************************************************************************/		
.tl_slider_wrapper{
	padding-top:calc(10% + 72px);
	padding-bottom:20%;
	background-size:cover;
	background-repeat:no-repeat;
	float: left;
    width: 100%;	
	}	
.tl_slider_wrapper .tl_slide_subtitle{
	font-size: 22px;
    color: #e6196e;
    font-style: italic;
    margin-bottom: 35px;
    display: block;;
	}
.tl_slider_wrapper .tl_slide_title{
	font-size: 55px;
    font-weight: 500;
    color: #333333;
    margin: 0;
    margin-bottom: 35px;
	}	
/***********************************************************************************
4. second section
***********************************************************************************/	
.cr_section_one{
	float: left;
	width: 100%;
	padding: 150px 0px 50px;
	background-color: #ffffff;
}
/***********************************************************************************
5. third section
***********************************************************************************/
.cr_section_two{
	float: left;
	width: 100%;
	padding: 50px 0px;
	background-color: #ffffff;
}
/***********************************************************************************
6. third section
***********************************************************************************/
.cr_section_three{
	float: left;
	width: 100%;
	padding: 50px 0px;
	background-color: #ffffff;
}
.tl_service{
	margin-bottom:30px;
	}
.tl_service > .icon{
	width:50px;
	height:50px;
	line-height:50px;
	}
.tl_service > h3{
	font-size:22px;
	margin:20px auto;
	}
.tl_service > p{
	font-size:15px;
	padding-right:20%;
	}
.tl_service_mockup{
	margin:100px auto;
	}			
/***********************************************************************************
7. fourth section
***********************************************************************************/
.section_creative_studio{
	background-color:#fafafa;
	float: left;
	width: 100%;
	padding: 150px 0px;
}
.section_creative_studio h3{
	margin:30px auto;
	font-size:36px;
	font-weight:700;
}	
.section_creative_studio p{
	padding-bottom:50px;
	margin-bottom:30px;
	border-bottom:1px solid #e9e9e9;
	}	
.section_creative_studio ul{
	list-style:none;
	padding:0;
	margin:0;
	float: left;
    width: 100%;
    clear: both;	
}	
.section_creative_studio ul > li{
	width:25%;
	float:left;
}
.section_creative_studio ul > li > h4{
	font-size:28px;
	color:#e6196e;
	margin:0;
}
.section_creative_studio ul > li > span{
	font-size:14px;
	color:#333333;
}
	
/***********************************************************************************
8. six section// what we do
***********************************************************************************/
.cr_section_six{
	float: left;
	width: 100%;	
	background-color: #ffffff;
	padding: 100px 0px;
}
.tl_main_heading h3{
    font-size: 36px;
    line-height: 28px;
    color: #444444;
    font-weight: bold;
    padding-bottom: 35px;
    margin: 0px;	
}
.tab-content h2{
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 30px;
}
.cr_section_six ul.nav-tabs{
    float: left;
    width: 100%;
    margin-top: 50px;
    border: none;
}
.cr_section_six ul.nav-tabs li{
	float: left;
    width: 25%;
    text-align: center;	
	background-color: #fbfafa;
	border: 1px solid #e0e0e0;
}
.cr_section_six ul.nav-tabs li a {
    float: left;
    width: 100%;
    padding: 50px 0px;
	border-top: 5px solid transparent;
}
.cr_section_six ul.nav-tabs li a span{
    float: left;
    width: 100%;
    min-height: 40px;
}
.cr_section_six ul.nav-tabs li.active a{
	border: none;
	border-top: 5px solid #e6196e;
	border-radius: 0px;
}
.cr_section_six ul.nav-tabs li a img{
	display: inline-block;
}
.cr_section_six ul.nav-tabs li a .cr_li_text{
	font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    color: #444444;
}
.cr_section_six .tab-content{
	float: left;
	width: 100%;
	margin-top: 60px;
}
/***********************************************************************************
9. seventh section start
***********************************************************************************/
.cr_seventh_section{
	float: left;
	width: 100%;
	background: url(../images/creative_process_bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 180px 0px;	
	position: relative;
}
.cr_seventh_overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.77);
    width: 100%;
    height: 100%;
}
.cr_seventh_section img{
	display: inline-block;
}
.cr_seventh_section h4{
	font-size: 26px;
	line-height: 28px;
	color: #ffffff;
}
.cr_seventh_section .modal-dialog {
    margin: 10% auto;
}
/***********************************************************************************
10. eigth section start
***********************************************************************************/
.cr_eigth_section{
	float: left;
	width: 100%;
	padding: 150px 0px 120px; 
}
.cr_bottom_spacer60{
	margin-bottom: 60px;
}
.cr_price_box{
	float: left;
	width: 100%;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	transition: all 0.3s ease-in-out 0s;
	margin-bottom: 30px;
}
.cr_price_box:hover{
	border: 1px solid #e6196e;
}
.cr_price_box:hover a{
	background:#e6196e;
}
.cr_price_box h5{
	color: #e6196e;
	font-size: 20px;
	float: left;
	width: 100%;
	line-height: 26px;
	padding-top: 20px;
}
.cr_price_box h1{
	color: #333333;
	font-size: 50px;
	float: left;
	width: 100%;
	line-height: 26px;
	margin: 0px;
	padding: 25px 0px;
}
.cr_price_box p{
    color: #777777;
    font-size: 15px;
    line-height: 28px;
    float: left;
    width: 100%;
    border-bottom: 3px double #e7e7e7;
    padding-bottom: 25px;
    margin: 0px;
}
.cr_price_box ul{
	float: left;
	width: 100%;
	padding: 30px 0px 20px;
	margin: 0px;
}
.cr_price_box ul li{
	float: left;
	width: 100%;
	list-style: none;
	color: #333333;
	font-size: 15px;
	line-height: 40px;
}
.cr_price_box a{
	display: inline-block;
	margin-bottom: 40px;
}
/***********************************************************************************
11. ninth section start
***********************************************************************************/
.cr_ninth_section{
	float: left;
	width: 100%;
	padding: 100px 0px;
	background-color: #fafafa;
}
.cr_ninth_section h3{
	font-size: 36px;
	line-height: 26px;
	color: #444444;
	padding: 100px 0px 35px;
	margin: 0px;
}
.cr_ninth_section p{
	margin-bottom: 25px;
}
.cr_ninth_section ul li a{
    padding: 0px 30px;
}
/***********************************************************************************
50. footer start
***********************************************************************************/
.cr_footer_section{
	float: left;
	width: 100%;
	background: #222222;
	padding: 80px 0px;
}
.cr_footer_section ul.cr_social{
	float: left;
	width: 100%;
    margin-top: 20px;	
}
.cr_footer_section ul.cr_social li, .cr_footer_section ul.cr_card li{
	float: left;
    padding: 0px 10px;	
}
ul.cr_card.list-inline li{
	float: right;
}
.cr_footer_section ul.cr_card{
	float: right;
    margin-top: 20px;	
	width: 100%;
}
.cr_footer_section ul.cr_social li a, .cr_footer_section ul.cr_card li a{
	color: #cdcdcd;	
	transition: all 0.3s ease-in-out 0s;
}
.cr_footer_section ul.cr_social li a:hover{
	color: #e6196e;
}
.cr_footer_section img.ft_logo{
	display: inline-block;
	margin-bottom: 35px;
}
.cr_footer_section p{
	font-size: 14px;
	color: #dddddd;
}
/***********************************************************************************
50. typography start
***********************************************************************************/
.btn{
	height: 50px;
    line-height: 48px;
    padding: 0 50px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    border: none;
    box-shadow: none;
	background-color:#333333;
	color:#ffffff;
	}
.btn:hover, .btn:focus, .btn:active{
	background-color:#e6196e;
	box-shadow:none;
	color:#ffffff;
    transition:all 1s ease;
	}	
.btn.btn-primary{
	background-color:#e6196e;
	}	
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active{
	background-color:#333333;
    transition:all 1s ease;
	}
.btn.btn-outline{
	border:1px solid #e6196e;
	color:#777777;
	background-color:transparent;
	}	
.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active{
	background-color:#e6196e;
	color:#ffffff;
    transition:all 1s ease;
	}	
.cr_top_spacer30{
	margin-top: 30px;
}	
/***********************************************************************************
50. responsive css start
***********************************************************************************/
@media (max-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (min-width: 768px) and (max-width: 992px) {
	#wrap  input[type="text"]:focus {
		width: 720px !important;
	}
	.cr_ninth_section h3{
		padding-top: 0px;
		font-size: 28px;
	}
	.cr_footer_section ul.cr_card, .cr_footer_section ul.cr_social{
		float: none;
		text-align: center;
		display: inline-block;
	}
	.cr_footer_section ul.cr_card li, .cr_footer_section ul.cr_social li{
		float: none;
	}
	.cr_footer_section ul.cr_card{
	 margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.cr_menu_btn {
		display: block;
		float: none;
		position: absolute;
		top: 10px;
		right: 15px;
		border: none;
		width: 40px;
		height: 30px;
		font-size: 16px;
		color: #ffffff;
		background-color: #e6196e;
		border-radius: 3px;
		z-index: 1;
    }
	.tl_header_action{
		float: left !important;
	}
	.tl_header_right{}
	
	.tl_header_right ul {
		width: 100%;
		float: left;
		padding-top: 30px;
    }
    .tl_header_right ul li {
        width: 100%;
    }
	.tl_menu > ul > li > a {
		font-size: 16px;
		color: #ffffff;
    }
	#wrap  input[type="text"]{
		left: 0px;
	}
	#wrap  input[type="text"]:focus {
		width: 250px !important;
	}
    .tl_header_right {
        width: 300px;
        z-index: 2;
        position: fixed;
        left: 0px;
        top: 0px;
        bottom: 0px;
        background-color: #000000;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .tl_header_right {
        width: 300px;
    }
    .tl_header_right.cr_main_menu_hide {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
	
	
	.tl_service{
		text-align: center;
	}
	.tl_service .icon{
		display: inline-block;
	}
	.tl_service p{
		padding: 0px;
	}
	.cr_section_six ul.nav-tabs li a .cr_li_text {
		font-size: 15px;
		line-height: 15px;	
	}	
	.cr_footer_section ul.cr_card, .cr_footer_section ul.cr_social{
		float: none;
		text-align: center;
		display: inline-block;
	}
	.cr_footer_section ul.cr_card li, .cr_footer_section ul.cr_social li{
		float: none;
	}
	.cr_footer_section ul.cr_card{
	 margin-bottom: 40px;
	}
}
@media (max-width: 660px) {
	.cr_section_six ul.nav-tabs li a {
		padding: 30px 0px;
	}
}
@media (max-width: 479px) {
	.section_creative_studio ul > li {
		width: 50%;
		float: left;
		text-align: center;
	}	
	.cr_ninth_section ul li a {
		padding: 0px 20px;
	}
}


/* ----------------------------------
Page Preloder
---------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F6F6F6;
    z-index: 99999;
}

#preloader > img {
    margin: 400px auto;
    display: block;
}

@media(min-width:768px) and (max-width:1023px){
    #preloader > img {
    margin: 350px auto;
    display: block;
  }
}

@media(min-width:576px) and (max-width:767px){
    #preloader > img {
    margin: 300px auto;
    display: block;
  }
}


@media(min-width:300px) and (max-width:575px){
    #preloader > img {
    margin: 200px auto;
    display: block;
  }
}

/* ----------------------------------
Page Preloder
---------------------------------- */
/* ----------------------------------
Back to top
---------------------------------- */

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 3.4rem;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #ffffff;
}

.back-to-top.show {
    opacity: 1;
    background-color:#e6196e;
}

.back-to-top.show:hover {
    box-shadow: 0 0 4px rgba(230, 25, 110, 0.14), 0 4px 8px rgba(230, 25, 110, 0.28);
}

@media(max-width:768px) {    
    .copyright {
        text-align: center;
    }
}
/* ----------------------------------
Back to top
---------------------------------- */