/*	
	Theme Name: Alinti
	Created : 	
	Updated : 	
	Version: 1.0
*/

/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */
/*	
	## Shortcodes		
		-- Photo Slider		
		-- About Studio	    
		-- About Section		
		-- About Studio Tab		
		-- Team Section		
		-- Service Section		
		-- Service Section 1		
		-- Video Section		
		-- Gallery Section		
		-- Call Out 1		
		-- Call Out		
		-- Pricing Section		
		-- Recent Blog		
		-- Latest Blog		
		-- Discover Section
		-- Client		
		-- Contact Section		
		-- Testimonial Section			
		-- Client 1		
		-- Contact Us		
		-- Portfolio Detail		
		-- Blog Left		
		-- Blogsingle Left		
		-- Error Page			
		
	## Responsive				
		-- min-width: 1200		
		-- min-width: 992		
		-- min-width: 768		
		-- max-width: 1200		
		-- min-width: 992 to max-width: 1199				
		-- max-width: 991		
		-- min-width: 768 to max-width: 991		
		-- max-width: 767		
		-- max-width: 639		
		-- max-width: 479
*/
/* ## Shortcodes */

/* -- Photo Slider */
.photo-slider {
    position: relative;
}
.photo-slider .carousel-control {
    background-image: none;
    top: 50%;
    width: auto;
    bottom: auto;
    z-index: 11;
    opacity: 1;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.photo-slider .carousel-control.left {
    left: 15px;
}
.photo-slider .carousel-control.right {
    right: 15px;
}
.photo-slider .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.photo-slider .carousel-fade .carousel-inner .active {
    opacity: 1;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.photo-slider .carousel-fade .carousel-inner .active.left,
.photo-slider .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.photo-slider .carousel-fade .carousel-inner .next.left,
.photo-slider .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.photo-slider .carousel-fade .carousel-control {
    z-index: 2;
}
.photo-slider .item {
    text-align: center;
}
.photo-slider .item > img {
    display: inline-block;
}
.photo-slider .item::before {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.photo-slider .carousel-caption {
    bottom: auto;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.photo-slider .carousel-caption h5,
.photo-slider .carousel-caption h4 {
    font-family: 'Lora', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    letter-spacing: 7px;
    animation-delay: 1s;
}
.photo-slider .carousel-caption h1,
.photo-slider .carousel-caption h2,
.photo-slider .carousel-caption h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    text-shadow: none;
    text-transform: uppercase;
    animation-delay: 2s;
}
.photo-slider .carousel-caption h1 {
    font-size: 48px;
    letter-spacing: 8.1px;
}
.photo-slider .carousel-caption h2 {
    font-size: 22px;
    letter-spacing: 4.8px;
    line-height: 1.45;
}
.photo-slider .carousel-caption h3 {
    font-size: 22px;
    letter-spacing: 3.2px;
    line-height: 1.5;
}
.photo-slider .carousel-caption a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-shadow: none;
    background-color: #e6ae48;
    padding: 16px 28px;
    display: inline-block;
    letter-spacing: 2.16px;
    text-decoration: none;
    animation-delay: 3s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.photo-slider .carousel-caption a:hover {
    color: #e6ae48;
    background-color: #fff;
}
/* -- About Studio */
.about-section .about-img-box {
    overflow: hidden;
}
.about-section .about-content img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.about-section .about-content:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.about-studio .about-content h5 {
    position: relative;
    text-transform: uppercase;
    font-family: 'montserratsemi_bold';
    font-size: 20px;
    margin-top: 0;
    letter-spacing: 2px;
    color: #333;
    padding-bottom: 20px;
    word-wrap: break-word;
}
.about-studio .about-content h5::after {
    content: "";
    position: absolute;
    background-color: #333;
    width: 34px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.about-section.about-studio .about-content h3 {
    font-weight: normal;
}
.about-studio .about-content p {
    margin-bottom: 25px;
}
.about-studio .about-content p span {
    font-family: 'Lora', serif;
    font-weight: 700;
    color: #333;
}
.about-studio .skill-progress-box {
    position: relative;
}
.about-section.about-studio .skill-progress-box h3 {
    font-size: 11px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-top: 8px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.about-studio .skill-progress-box h3 span {
    padding-left: 8px;
}
.about-studio .skill-progress-box h3 span::before {
    content: "-";
    padding-right: 3px;
}
.about-studio .skill-progress-box h3 span::after {
    content: "%";
    padding-left: 3px;
}
.about-studio .skill-progress-box .progress {
    height: 8px;
    margin-bottom: 16px;
    border-radius: 0;
    padding: 3px 0 3px 3px;
    background-color: #efefef;
    box-shadow: none;
}
.about-studio .skill-progress-box .progress-bar {
    background-color: #000;
    height: 2px;
    -webkit-transition: all ease 5s;
    -moz-transition: all ease 5s;
    -o-transition: all ease 5s;
    -ms-transition: all ease 5s;
    transition: all ease 5s;
}
.about-studio .about-content a {
    border: 1px solid #e9b85f;
    display: inline-block;
    text-decoration: none;
    font-size: 10px;
    font-family: 'montserratlight';
    margin-top: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #444;
    padding: 10px 16px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.about-studio .about-content a:hover {
    border: 1px solid #333;
    color: #e9b85f;
}
/* -- About Section */
.about-section .about-content h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 18px;
    color: #333;
    font-weight: 600;
    margin-top: 26px;
    word-wrap: break-word;
}
.about-section .about-content p {
    font-family: 'Lora', serif;
    font-size: 14px;
    color: #888;
    letter-spacing: 0.28px;
    line-height: 26px;
}
/* -- Team Section */
.team-section {
    background-color: #252525;
}
.team-section .section-header.left-header h3 {
    color: #fff;
}
.team-section .section-header.left-header h2 {
    color: #fff;
}
.team-member {
    position: relative;
}
.team-social-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 60px 35px;
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    opacity: 0;
    transition: opacity ease-out 0.3s;
 /* vendorless fallback */
    -o-transition: opacity ease-out 0.3s;
 /* opera */
    -ms-transition: opacity ease-out 0.3s;
 /* IE 10 betas, not needed in final build. */
    -moz-transition: opacity ease-out 0.3s;
 /* Firefox */
    -webkit-transition: opacity ease-out 0.3s;
 /*safari and chrome */;
}
.team-member:hover .team-social-icon {
    opacity: 1;
    transition: opacity 2s ease-in;
 /* vendorless fallback */
    -o-transition: opacity 2s ease-in;
 /* opera */
    -ms-transition: opacity 2s ease-in;
 /* IE 10 betas, not needed in final build. */
    -moz-transition: opacity  2s ease-in;
 /* Firefox */
    -webkit-transition: opacity 2s ease-in;
 /*safari and chrome */;
}
.team-member:hover .counter-block {
    opacity: 1;
    bottom: 0;
}
.team-section .team-social-icon h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #e6ae48;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-top: 0;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 15px;
}
.team-section .team-social-icon h3::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: #5b5b5b;
    bottom: 0;
    left: 0;
}
.team-section .team-social-icon h5,
.team-section .team-social-icon h4 {
    font-family: 'Lora', serif;
    font-style: italic;
    letter-spacing: 1.2px;
    font-size: 12px;
    color: #9e9e9e;
    margin-bottom: 20px;
}
.team-section .team-social-icon p {
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    color: #f8f8f8;
    text-transform: uppercase;
    line-height: 30px;
}
.team-section .team-social-icon .social-icons li a {
    color: #fff;
}
.counter-block {
    position: absolute;
    bottom: 50%;
    opacity: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 1.3s ease 0s;
    -moz-transition: all 1.3s ease 0s;
    -o-transition: all 1.3s ease 0s;
    transition: all 1.3s ease 0s;
}
.statistics-box {
    text-align: center;
    padding: 10px 30px;
}
.statistics-box.html-color {
    background-color: #404040;
}
.statistics-box.photo-color {
    background-color: #333;
}
.statistics-box.illustrator-color {
    background-color: #262626;
}
.statistics-box h3 {
    text-transform: capitalize;
    font-size: 11px;
    font-family: 'Lora', serif;
    display: inline-block;
    font-style: italic;
    letter-spacing: 1.32px;
    color: #fff;
    margin-bottom: 3px;
    margin-top: 0;
}
.statistics-box  span {
    font-family: 'Droid Serif', serif;
    font-size: 11px;
    display: block;
    letter-spacing: 1.32px;
    color: #fff;
    font-style: italic;
}
.statistics-box  span::after {
    content: "%";
}
/* -- Common Social Icons*/
.social-icons {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}
.social-icons li {
    display: inline-block;
    margin-right: 10px;
}
.social-icons li a {
    color: #333;
    font-size: 13px;
    height: 33px;
    width: 33px;
    line-height: 32px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid transparent;
    text-align: center;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.social-icons li a:hover {
    display: inline-block;
    height: 33px;
    width: 33px;
    line-height: 32px;
    border-radius: 50px;
    border: 1px solid #e0aa47;
    color: #e0aa47;
}
/* -- Service Section */
.service-section .srv-img {
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
.service-section-1.service-section .srv-box {
    border-bottom: none;
    border: 1px solid #ececec;
    padding: 72px 23px 72px;
    background-color: #f8f8f8;
}
.service-section-1.service-section .srv-box::after {
    display: none;
}
/* -- Service Section 1 */
.service-section-1 {
    background-color: #f8f8f8;
}
.service-section-1 .srv-box {
    text-align: center;
    background-color: #fff;
    border-bottom: 3px solid #e6ae48;
    padding: 52px 23px 60px;
    position: relative;
}
.service-section-1 .srv-box::after {
    border: 1px solid #f6f6f6;
    bottom: 50px;
    content: "";
    display: inline-block;
    left: 16px;
    position: absolute;
    right: 16px;
    top: 16px;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.service-section-1 .srv-box i {
    min-height: 50px;
    display: inline-block;
}
.service-section-1 .srv-box h3 {
    color: #333;
    position: relative;
    padding-top: 18px;
    font-family: 'montserratsemi_bold';
    font-size: 12px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.service-section-1 .srv-box h3::after {
    content: "";
    background-color: #333;
    display: inline-block;
    width: 34px;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.service-section-1 .srv-box p {
    font-family: 'Lora', serif;
    font-size: 13px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 10px;
    color: #999;
    letter-spacing: 1.3px;
}
.service-section-1 a.read-more {
    background-color: #e6ae48;
    color: #fff;
    font-family: 'montserratsemi_bold';
    font-size: 9px;
    padding: 10px 0;
    text-transform: uppercase;
    bottom: 50%;
    left: 0;
    margin: 0 auto;
    letter-spacing: 1.08px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.service-section-1 a.read-more:hover {
    color: #333;
}
.service-section-1 .srv-box:hover a.read-more {
    bottom: 0;
    z-index: 1;
}
.service-section-1 .srv-box:hover a.read-more,
.service-section-1 .srv-box:hover::after {
    opacity: 1;
}
/* -- Video Section */
.video-section {
    background-image: url("../images/video-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-height: 552px;
    min-height: 552px;
    text-align: center;
}
.video-section::before {
    background-color: rgba(0, 0, 0,0.75);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.video-section .video-section-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video-section .video-section-content a {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    display: inline-block;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
}
.video-section a i {
    margin-left: 5px;
}
.video-section .video-section-content h3 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    letter-spacing: 1.6px;
    font-weight: 500;
}
.video-section .video-section-content h3 span {
    font-weight: 700;
}
/* -- Call Out */
.call-out {
    background-color: #252525;
    padding: 65px 0;
	color: #fff;
}
.call-out .call-out-content {
    padding-left: 80px;
    padding: 8px 0;
    vertical-align: middle;
}
.call-out .call-out-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1.68px;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
}
.call-out .call-out-content p img {
	margin-right: 40px;
}
.call-out .col-md-5 {
    text-align: right;
}
.call-out a.learn-more {
    margin-right: 15px;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 12px 30px;
    display: inline-block;
}
.call-out a {
    text-decoration: none;
    border-radius: 0;
    background-color: #e6ae48;
    padding: 14px 30px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 12px;
    float: right;
    margin-top: 5px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.call-out a:hover {
    background-color: #fff;
    color: #e6ae48;
}
.call-out a {
    margin-top: 0;
}
/* -- Recent Blog */
.recent-blog .entry-cover {
    position: relative;
}
.recent-blog .entry-cover img {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.recent-blog .entry-cover img:hover {
    opacity: 0.6;
}
.recent-blog .post-date {
    background-color: #252525;
    color: #ffffff;
    font-size: 20px;
    height: 86px;
    padding: 14px;
    width: 80px;
    text-align: center;
    position: relative;
}
.recent-blog .post-date::before {
    background-color: #e6ae48;
    bottom: 0;
    content: "";
    left: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    margin: 0 auto;
    top: 50%;
    height: 1px;
    width: 40px;
    margin-top: 8px;
}
.recent-blog .post-date span {
    display: block;
    font-family: 'Droid Serif', serif;
    font-size: 26px;
    letter-spacing: 2.08px;
}
.recent-blog .post-date span:last-child {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 8px;
}
.recent-blog .recent-blog-content {
    position: absolute;
    bottom: 0;
    right: 0;
}
.recent-blog .recent-blog-content > a {
    display: inline-block;
    background-color: #e6ae48;
    font-family: 'Lora', serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 4px 10px;
    text-decoration: none;
}
.recent-blog .recent-blog-content > a:hover {
    color: #252525;
}
.recent-blog .post-content {
    background-color: #f9f9f9;
    text-align: center;
    padding: 36px 0 28px;
}
.recent-blog .post-content h3 {
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
	padding: 0 15px;
	line-height: 18px;
}
.recent-blog .post-content h3 a {
    color: #333;
	display: inline-block;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.recent-blog .post-content h3 a:hover {
    color: #e6ae48;
}
.recent-blog .post-content .byline p {
    color: #999;
    font-family: 'Lora', serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-style: italic;
}
.recent-blog .post-content .byline a {
    color: #999;
    text-decoration: none;
}
.recent-blog .post-content .byline a:hover {
    color: #e6ae48;
}
/* -- Latest Blog */
.latest-blog .recent-blog-content {
    position: relative;
}
.latest-blog .post-date {
    height: 100px;
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
}
.latest-blog .post-date span:last-child {
    margin-top: 18px;
}
.latest-blog .post-content {
    background-color: transparent;
    padding-bottom: 13px;
    padding-left: 100px;
    padding-top: 28px;
    text-align: left;
}
.latest-blog .post-content .entry-meta {
    margin-top: 15px;
}
.latest-blog .post-content .entry-meta a {
    margin-right: 20px;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 11px;
    letter-spacing: 1.32px;
    color: #333;
    text-decoration: none;
    display: inline-block;
}
.latest-blog .post-content .entry-meta a:hover {
    color: #e6ae48;
}
.latest-blog .post-content .entry-meta i {
    display: inline-block;
    height: 29px;
    width: 29px;
    border: 1px solid #333;
    border-radius: 100%;
    margin-right: 15px;
    text-align: center;
    line-height: 27px;
    color: #333;
}
.latest-blog .post-content .entry-content p {
    font-family: 'Lora', serif;
    color: #777;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.1px;
    margin-top: 20px;
    line-height: 28px;
}
/* -- Client */
.client {
    background-color: #252525;
    padding: 10px 0;
}
.client .clients-carousel .item  a {
    text-align: center;
    line-height: 180px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    min-height: 180px;
    max-height: 180px;
}
/* -- Contact Section */
.contact-section {
    background-color: #f9f9f9;
}
.contact-section .section-header {
    margin-bottom: 50px;
}
.contact-section .contact-section-content {
    padding: 140px 125px;
}
.contact-section-single .contact-section-content-centered {
    max-width: 860px;
    margin: 0 auto;
    float: none;
}
.contact-section-single .contact-section-form {
    max-width: 520px;
    margin: 0 auto;
}
.contact-section .input-group {
    border-bottom: 2px solid #d1d1d1;
}
.contact-section .form-control {
    background-color: #f3f3f3;
    border: none;
    border-radius: 0;
    height: 52px;
    padding: 6px 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}
.contact-section .btn {
    background-color: #e0aa47;
    border-radius: 0;
    color: #fff;
    margin-left: -1px;
    padding: 15px 25px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.contact-section .btn:hover {
    background-color: #333;
}
.contact-section .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}
.contact-section .form-control::-webkit-input-placeholder {
    color: #555;
}
.contact-section .form-control:-moz-placeholder {
    color: #555;
}
.contact-section .form-control::-moz-placeholder {
    color: #555;
}
.contact-section .form-control:-ms-input-placeholder {
    color: #555;
}
/* -- max-width: 1200px */
@media (max-width: 1200px) {
	/* -- Photo Slider */    
    .photo-slider .carousel-caption h1 {
        font-size: 28px;
    }
    .photo-slider .carousel-caption h2 {
        font-size: 20px;
    }
    .photo-slider .carousel-caption h3 {
        font-size: 18px;
    }	
	/* -- Latest Blog */    
	.latest-blog .post-content h3 {
        font-size: 11px;
    }
    .latest-blog .post-content .entry-meta a {
        margin-right: 10px;
    }
    .latest-blog .post-content .entry-meta i {
        margin-right: 5px;
    }
	/* -- Contact Section */    
	.contact-section .contact-section-content {
        padding: 50px;
    }
}
/* -- min-width: 1201 to max-width: 1366 */
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
	/* -- Photo Slider */    
    .photo-slider .carousel-caption h1 {
        font-size: 30px;
    }
    .photo-slider .carousel-caption h2 {
        font-size: 22px;
    }
    .photo-slider .carousel-caption h3 {
        font-size: 20px;
    }
	/* -- Contact Section */    
	.contact-section .contact-section-content {
        padding: 140px 50px;
    }
}
/* -- min-width: 1200 to max-width: 1366 */
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
	/* -- Service Section */   
	.service-section .srv-box {
        padding: 50px 23px;
    }
}
/* -- min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* -- Photo Slider */    
    .photo-slider .carousel-caption h5,
    .photo-slider .carousel-caption h4 {
        margin-bottom: 20px;
    }	
	/* -- Team Section */    
	.team-social-icon {
        padding: 30px;
    }
    .team-section .team-social-icon p {
        line-height: 24px;
    }
    .team-section .social-icons {
        margin-top: 12px;
    }
    .statistics-box {
        padding: 10px 15px;
    }	
	/* -- Service Section */
    .service-section .col-md-4 {
        width: 50%;
    }
    .service-section .srv-box {
        padding: 30px 22px;
    }
}
/* -- max-width: 991 */
@media (max-width: 991px) {
	/* -- Team Section */    
	.team-member {
        margin-bottom: 30px;
    }	
	/* -- About Section */    
	.about-section .about-content {
        margin-bottom: 30px;
    }	
	/* -- About Studio */    
	.about-studio .col-sm-6.col-xs-6:nth-child(2n+1) {
        clear: left;
    }	
	/* -- Service Section */    
	.service-section {
        background-image: none;
    }
    .service-section .srv-img {
        display: block;
        text-align: center;
    }
    .service-section .col-md-7.col-sm-7.col-xs-7 {
        width: 100%;
        display: block;
    }
    .service-section .srv-box {
        margin-bottom: 0;
    }
	/* -- Call Out */
	.call-out,
	.call-out .col-md-5 {
		text-align: center;
	}
	.call-out a {
		float: none;
		display: inline-block;
		margin-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
	/* -- Latest Blog */    
	.latest-blog .post-content {
        padding-left: 0;
        padding-top: 15px;
    }
    .latest-blog .post-content h3 {
        padding-left: 80px;
        line-height: 22px;
    }
    .latest-blog .post-date {
        height: 60px;
        width: 60px;
        padding: 8px;
    }
    .latest-blog .post-date::before {
        top: 43%;
    }
    .latest-blog .post-date span {
        font-size: 15px;
    }
    .latest-blog .post-date span:last-child {
        margin-top: 8px;
    }
    .latest-blog .post-content .entry-meta a {
        margin-right: 5px;
        margin-bottom: 5px;
    }
}
/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-section.about-studio .skill-progress-box h3 {
		font-size: 9px;
	}
}
/* -- max-width: 767 */
@media (max-width: 767px) {
	/* -- About Studio */    
	.about-studio .about-content {
        margin-bottom: 35px;
    }	
	/* -- Team Section */    
	.team-social-icon {
        padding: 25px 30px;
    }
    .team-section .team-social-icon p {
        line-height: 22px;
    }
    .team-section .social-icons {
        margin-top: 10px;
    }
    .statistics-box {
        padding: 10px 12px;
    }	
	/* -- Call Out */    
    .call-out .call-out-content p {
        font-size: 15px;
    }	
	/* -- Latest Blog */    
	.latest-blog .post-content .entry-meta i {
        border: none;
        margin-right: -2px;
        font-size: 10px;
    }
    .latest-blog .post-content .entry-meta a {
        margin-right: -4px;
    }
}
/* --  max-width: 639 */
@media (max-width: 639px) {
	/* -- Photo Slider */    
    .photo-slider .carousel-caption h5,
    .photo-slider .carousel-caption h4 {
        margin-bottom: 15px;
    }
    .photo-slider .carousel-caption h1 {
        font-size: 20px;
    }
    .photo-slider .carousel-caption h2 {
        font-size: 14px;
    }
    .photo-slider .carousel-caption h3 {
        font-size: 14px;
    }
    .photo-slider .carousel-caption a {
        padding: 10px 24px;
    }	
	/* -- Team Section */    
	.team-section .col-xs-6 {
        width: 100%;
        text-align: center;
    }
    .team-section .team-social-icon {
        text-align: left;
        padding: 35px;
    }
    .team-section .team-social-icon p {
        line-height: 30px;
    }
    .team-section .social-icons {
        margin-top: 20px;
    }
    .team-section .team-member {
        max-width: 370px;
        display: block;
        margin: 0 auto 30px;
    }	
	/* -- Service Section 1 */    
	.service-section-1 .col-xs-6 {
        width: 100%;
    }
    .service-section-1 .srv-box {
        max-width: 400px;
        display: block;
        margin: 0 auto 30px;
    }	
	/* -- Call Out */    
	.call-out .col-xs-8 {
        width: 100%;
        margin-bottom: 40px;
    }
    .call-out .col-xs-4 {
        width: 100%;
    }
	/* -- Latest Blog */    
	.latest-blog .entry-cover {
        max-width: 570px;
        margin: 0 auto;
        display: block;
    }
    .latest-blog .col-xs-6 {
        width: 100%;
    }
    .latest-blog .post-content h3 {
        padding-left: 90px;
    }
    .latest-blog .post-content .entry-meta {
        margin-top: 30px;
        text-align: center;
    }
    .latest-blog .post-content .entry-meta a {
        margin-right: 5px;
    }
    .latest-blog .post-content .entry-meta i {
        border: 1px solid #333;
        margin-right: 5px;
    }
    .latest-blog .post-content .entry-content {
        text-align: center;
	}
}
/* --  max-width: 479 */
@media (max-width: 479px) {
	/* -- Photo Slider */    
	.photo-slider .carousel-caption h5,
	.photo-slider .carousel-caption h4 {
        font-size: 13px;
        letter-spacing: 4px;
        margin-bottom: 8px;
    }
    .photo-slider .carousel-caption h1 {
        font-size: 16px;
        letter-spacing: 5px;
        margin-bottom: 12px;
    }
    .photo-slider .carousel-caption h2 {
        font-size: 11px;
        letter-spacing: 3px;
        margin-bottom: 12px;
    }
    .photo-slider .carousel-caption h3 {
        font-size: 12px;
        letter-spacing: 2.5px;
        margin-bottom: 12px;
    }	
	/* -- About Section */   
	.about-section .col-xs-6 {
        width: 100%;
    }
	.about-studio .about-content {
		max-width: 370px;
		display: block;
		margin: 0 auto 35px;
    }	
	/* -- Team Section */    
	.team-section .team-social-icon p {
        line-height: 20px;
    }
    .team-section .social-icons {
        margin-top: 10px;
	}
	/* -- Recent Blog */    
}

/* -- Homepage Client Carousel Fallback */
.client .clients-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.client .clients-carousel::-webkit-scrollbar {
    display: none;
}
.client .clients-carousel .item {
    float: none;
    width: 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    scroll-snap-align: start;
}

@media (max-width: 999px) {
    .client .clients-carousel .item {
        width: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }
}

@media (max-width: 599px) {
    .client .clients-carousel .item {
        width: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 499px) {
    .client .clients-carousel .item {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
