/*
------------------------------------------------------------------
	[TABLE OF CONTENTS]
		- Global Styles
		- Padding and Spacing
		- Intro / Top slider
		- Slider Section
		- Services
		- Featured Works
		- Video Wrap
		- About
		- Mission
		- Skills
		- Services / 2
		- Clients info
		- Team
		- Portfolio
		- Parallax Wrap
		- Contact
		- Map Wrap
		- Footer
		- Page Header
		- Blog
		- Blog Single
		- Post Tag
		- PostShare
		- Comments
		- Extras / Animated styles
		- Loading
		- THEME SWITCHER
		- Error Section
	
	## Responsive
		- Min Width: 1400 to Max Width: 2700
		- Min Width: 992
		- Min Width: 992 to Max Width: 1199
		- Max Width: 991
		- Min Width: 768 to Max Width: 991
		- Max Width: 767
		- Min Width: 600 to Max Width: 767
		- Min Width: 601 to Max Width: 767
		- Max Width: 639
		- Max Width: 600
		- Max Width: 479
		- Max Width: 400

-------------------------------------------------------------------*/

/* - Global Styles */
body {
    font-family: 'Lato', sans-serif;
	word-wrap: break-word;
	overflow-x: hidden;
}

.body {
    position: relative;
    width: 100%;   
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
	word-wrap: break-word;
}

/* - Padding and Spacing */
.no-padding {
    padding: 0 !important;
}
.space10 {
    margin-bottom: 10px;
}
.space20 {
    margin-bottom: 20px;
}
.space30 {
    margin-bottom: 30px;
}
.space40 {
    margin-bottom: 40px;
}
.space50 {
    margin-bottom: 50px;
}
.space60 {
    margin-bottom: 60px;
}
.space70 {
    margin-bottom: 70px;
}
.space80 {
    margin-bottom: 80px;
}
.space90 {
    margin-bottom: 90px;
}

/* - Intro / Top slider */
.slider-home {
    background: #000;
}
.sep { 
    margin: 50px auto;
}
.sep-small {
    background: #ccc;
    height: 1px;
    width: 50px;
    margin: 17px 0;
}
.sep2 {  
    margin: 60px 0;
}
.btn-home {
    font-size: 18px;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 5px 25px 3px;
    display: table;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: Lato;
	cursor: pointer;
	text-decoration: none !important;
}
.btn-home:hover,
.inner-wrap2 a:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-home:before,
.btn-home:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 3px;
    transition: all 0.3s ease-in-out 0s;
    font-size: 40px;
    font-weight: 700;
    background: #21C2F8;
    width: 3px;
    height: 32px;
    transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-home:after {
    content: "";
    left: 0px;
}
.btn-home:hover:before,
.btn-home:hover:after {
    content: "";
    transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.panel-grid-cell .so-panel {
	margin-bottom: 0 !important;
}

/* - Menu Setting Info */
.menu-setting-info {
	display: inline-block;
	margin-left: 15px;
	font-size: 20px;
}
.menu-setting-info a {
	color: #20c1f8;
	text-decoration: none;
}
.navbar-fixed-top .menu-setting-info {
	margin-top: 25px;
}

/* - Slider Section */
#rev_slider_one .tparrows {
	background-color: rgba(0,0,0,1);
}
#rev_slider_one .tparrows.custom {
	height: 40px;
	width: 40px;
	border-radius: 100%;
}
#rev_slider_one .custom.tparrows::before {
	font-size: 19px;
	font-weight: 700;
}
#rev_slider_one .custom .tp-bullet {
	width: 15px;
	height: 5px;
	background-color: rgba(125, 125, 125, 0.7);
}
#rev_slider_one .custom .tp-bullet.selected {
	background-color: #fff;
}
#rev_slider_one .tp-caption.Concept-Title,
#rev_slider_one .Concept-Title {
	letter-spacing: 1px !important;
}
#rev_slider_one span {
	color: #fff;
}

/* - Services */
.calltoaction {
    background: #fff;
    padding: 60px 0;
    position: relative;
    border-top: 6px solid #eee;
    border-bottom: 2px solid #eee;
}

.calltoaction .nav-tabs li.active > a:hover,
.calltoaction .nav-tabs li.active > a:focus,
.calltoaction .nav-tabs li a {
	outline: none;
	border: 0 none;
	background-color: transparent;
}
.calltoaction li {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.calltoaction li.active [class*="fa-"] {
	color: #21c2f8;
	font-size: 85px;
}
.skills-wrap h4,
.clients-info h3,
.calltoaction h3,
.featured-work h3,
.about-section h3,
.services-style2 h3,
.section-team h3,
.portfolio-section h2,
.map-wrap h3,
.main-content h3 {
    font-size: 26px;
    color: #222222;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 25px;
	line-height: 35px;
	margin: 0 0 20px;
    letter-spacing: 2px;
	position: relative;
	word-wrap: break-word;
}
.skills-wrap h4::before,
.clients-info h3::before,
.calltoaction h3::before,
.featured-work h3::before,
.about-section h3::before,
.services-style2 h3::before,
.section-team h3::before,
.portfolio-section h2::before,
.map-wrap h3::before,
.main-content h3::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 32px;
	height: 5px;
	background-color: #20c1f8;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
}
.skills-wrap h4::after,
.clients-info h3::after,
.calltoaction h3::after,
.featured-work h3::after,
.about-section h3::after,
.services-style2 h3::after,
.section-team h3::after,
.portfolio-section h3::after,
.map-wrap h3::after,
.main-content h3::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 100px;
	height: 1px;
	background-color: #fff;
	bottom: 2px;
	margin: 0 auto;
}

.featured-work h3,
.about-section h3,
.services-style2 h3,
.section-team h3,
.portfolio-section h2,
.map-wrap h3,
.main-content h3 {
    margin: 0px 0px 25px;
}

.calltoaction .nav-tabs li:active [class*="fa-"] {
    color: #21c2f8;
    font-size: 85px;
}
.calltoaction ul {
	padding: 0;
	position: relative;
	border: 0 none;
}
.calltoaction .tab-content .tab-pane.active {	
	margin-top: 20px;
	opacity: 1;
	padding-top: 45px;
	position: relative;
}
.calltoaction .tab-content .tab-pane.active::before {	
	position: absolute;
	content: "\f107";
	font-family:"FontAwesome";
	font-size: 20px;
	color: #20c1f8;
	top: 0;	
	left: 0;
	right: 0;
}
.calltoaction ul li {
	width: 20%;
	float: left;
	color: #fff;
	text-align: center;
	list-style: none;
	position: relative;
	padding-top: 59px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.calltoaction ul li [class*="fa-"] {
    font-size: 60px;
	color: #696969;
}
.calltoaction .tab-content {
	text-align: center;
}
.calltoaction .tab-content h4 {
    font-size: 19px;
	line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 0 20px;
    color: #000;
}
.calltoaction p {
    font-size: 16px;
    color: #878787;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0 12%;
}

.s1-main h4,
.s2-main h4,
.s3-main h4,
.s4-main h4 {
    visibility: hidden !important;
    position: relative;
    top: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* - Featured Works */
.fwork {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.featured-work {
	background-repeat: no-repeat;
	background-position: top center;
    padding: 50px 0;
    position: relative;
    border-top: 50px solid transparent;
    margin-top: -50px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.fworks-info h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
	line-height: 28px;
    margin: 35px 0 20px;
}
.fworks-info p {
    color: #868686;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 45px;
    padding: 0 14%;
}
#owl-fworks .item {
    display: table;
    margin: 0 auto;
}
#owl-fworks .item img {
    width: auto;
	max-width: 625px;
}
#owl-fworks .owl-prev {
    display: block;
    width: 14px;
    height: 14px;
    opacity: 1;
    font-size: 0px;
    position: relative;
    float: left;
    background: transparent;
}
#owl-fworks .owl-next {
    display: block;
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    font-size: 0px;
    float: right;
    background: transparent;
}
#owl-fworks .owl-prev:before,
#owl-fworks .owl-next:before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    font-size: 28px;
    right: 0px;
    left: 0px;
    top: -14px;
    color: #adadad;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#owl-fworks .owl-next:before {
    content: "\f105";
}
#owl-fworks .owl-prev:hover:before,
#owl-fworks .owl-next:hover:before {
    color: #21c2f8;
}
#owl-fworks .owl-buttons {
    height: 14px;
    background: transparent;
    display: table;
    width: 100%;
    position: absolute;
    top: 35%;
    padding: 0 30px;
}
.form-submit,
.s-btn,
.wpcf7-submit,
.contact_submit {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
	text-decoration: none;
    border: none;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    background: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	cursor: pointer;
}
div.wpcf7 .ajax-loader {
	float: none;
}
.contact_submit {
	padding: 0;
}
.c-form .contact_submit {
    float: right;
    margin: 0px 0px;
}
.form-submit:hover,
.s-btn:hover,
.contact_submit:hover,
.contact_submit:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-submit:after,
.form-submit:before,
.s-btn:before,
.s-btn:after,
.contact_submit:before,
.contact_submit:after {
    content: "";
    position: relative;
	display: inline-block;
    top: 8px;
    font-size: 40px;
    font-weight: 700;
    background: #21C2F8;
    width: 3px;
    height: 28px;
    transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-submit:after,
.s-btn:after,
.contact_submit:after {
    right: -15px;
}

.form-submit:before,
.s-btn:before,
.contact_submit:before {
    left: -15px;
}
.form-submit:hover:after,
.form-submit:hover:before,
.s-btn:hover:before,
.s-btn:hover:after,
.contact_submit:hover:before,
.contact_submit:hover:after {
    content: "";
    transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* - Video Wrap */
.video-section {
    position: relative;
	display: inline-block;
	width: 100%;
}
.video-section iframe {
	min-height: 420px;
}
.video-section .pause-btn,
.video-section .play-btn {
	width: 132px;
	height: 132px;
	position: absolute;
	z-index: 1;
	top: 132px;
	left: 0px;
	right: 0px;
	display: inline-block;
	margin: 0 auto;
} 
.video-section .play-btn {
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
}
.video-section .pause-btn {	
	background-image: url(../images/pause.png);
	background-repeat: no-repeat;	
}
.video-section-vimeo {
	min-height: 400px;
}
.video-section h3 {
    font-size: 38px;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
	line-height: 50px;
	padding: 0 15px;
	max-height: 150px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 50px;
}


/* - About */
.about-section {
    background: #fff;
    padding: 70px 0 0px;
    position: relative;
    border-top: 70px solid transparent;
    margin-top: -70px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.about ul {
    padding: 0 !important;
}
.about ul li {
    list-style: none;
    display: table;
    width: 100%;
    cursor: pointer;
    margin-bottom: 43px;
	position: relative;
}
.about ul li::before {
    background-color: #ddd;
    bottom: -43px;
    content: "";
    display: inline-block;
    left: 28px;
    position: absolute;
    top: 58px;
    width: 1px;
    z-index: 1;
}
.about ul li:last-of-type::before {
	width: 0;
	display: none;
}
.a-ico {
    width: 59px;
    float: left;
}
.a-ico [class*="fa-"] {
    width: 59px;
    height: 59px;
	padding: 12px;
    border-radius: 50%;
    background: #21c2f8;
    color: #fff;
    font-size: 25px;
    line-height: 59px;
    text-align: center;
    border: 1px solid #21c2f8;
}
.about ul li:hover i,
.about ul li:hover[class*="fa-"] {
    background: #fff;
    color: #999999;
    border: 1px solid #ddd;
}
.about ul li h4 {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 7px;
    margin-bottom: 14px;
	line-height: 20px;
}
.a-info {
    margin-left: 77px;
}
.a-info h4 {
    font-size: 14px !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
}
.title-sub {
    font-size: 14px;
    color: #3d3d3d;
    padding: 0 10% !important;
    margin-bottom: 50px;
    text-align: center;
}
.a-info p {
    font-size: 14px !important;
    color: #3d3d3d !important;
}

.about ul li [class*="fa-"],
.about ul li:hover [class*="fa-"] {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.a-img {
    margin: 0 auto;
    display: table;
    width: 90%;
    padding: 0 5%;
    border-bottom: 4px solid #eeeeee;
}
.about-inner {
    background: url(../images/xtra/pattern.png);
    padding: 70px 0 50px;
    border-bottom: 2px solid #eeeeee;
}
.about-inner .col-md-4 {
    cursor: pointer;
	margin-bottom: 30px;
}
.about-inner h2 {
    font-size: 20px !important;
    line-height: 29px;
    color: #000;
    text-transform: uppercase;
	position: relative;
	padding-right: 60px;
	min-height: 55px;
}
.about-inner h2 span {
    background: #21c2f8;
	position: absolute;
	right: 0;
	top: 0;
    color: #fff;
    width: 56px;
    height: 56px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.about-inner p {
    font-size: 14px !important;
    line-height: 23px;
    color: #3d3d3d;
}
.about-inner .col-md-4:hover span {
    background: #fff;
    color: #a1a1a1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* - Mission */
.mission {
    background: #fff;
    padding-top: 65px;
    padding-bottom: 40px;
}
.mission .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
    color: #000;
	line-height: 28px;
}
.mission .subtitle {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 30px;
    font-style: italic;
    color: #3d3d3d;
    padding: 0 5%;
    line-height: 26px;
}
.mission h6 {
    font-size: 18px;
	line-height: 26px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin: 40px 0px 40px 0;
}
.m-img {
    width: 110%;
    max-width: 100%;
    position: relative;
    right: 10%;
}

/* - Skills */
.skills-wrap ul li canvas {
	border-radius: 100%;
}
.skills-wrap .skill_box::before {
	position: absolute;
	content:"";
	left: 5px;
	right: 5px;
	bottom: 5px;
	top: 5px;
	display: inline-block;
	border-radius: 100%;
	border: 5px solid #000;
	z-index: 1;
}
.skills-wrap .skill_box::after {
	position: absolute;
	content:"";
	left: 5px;
	right: 5px;
	bottom: 5px;
	top: 5px;
	display: inline-block;
	border-radius: 100%;
	background-color: #444;
}
.skills-wrap .skill_box {
	position: relative;
	margin: 0 auto !important;
	text-align: center;
	width: 163px;
	height: 163px;
}
.skills-wrap .skill_percentage {
	margin: 0 auto;	
	padding: 0 !important;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 34px;
	margin: 0;
	color: #fff;
	font-weight: 400;
	font-family: "Lato",sans-serif;
	z-index: 1;
}
.skills-wrap .skill_percentage:after {
    content: "%";
    font-size: 32px;
    color: #fff;
    right: 0;
    position: relative;
}
.skills-wrap ul {
    padding: 0px;
    width: 100%;
    display: inline-block;
    margin: 30px auto 0;
}
.skills-wrap ul li {
    width: 20%;
    list-style: none;
    float: left;
	margin-bottom: 58px;
}
.skills-wrap ul li h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 27px 0 12px;
	line-height: 24px;
}
.star {
    display: inline-block;
	width: 100%;
	text-align: center;
    margin: 0 auto;
}
.star .yes {
    color: #21c2f8;
    font-size: 15px;
}
.star .no {
    color: #999999;
    font-size: 15px;
}

/* - Skills */
.facts {
	background-position: center top !important;
	background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 110px 0 110px;
}
.facts ul {
    padding: 0;
}
.facts ul li {
    list-style: none;
    float: left;
    width: 25%;
}
.facts ul li [class*="fa-"] {
    font-size: 100px;
    color: #21c2f8;
    text-align: center;
    border-top: 0;
    display: table;
    margin: 0 auto;
    line-height: 143px;
}
.facts ul li h4 {
    margin: 10px 0 0;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    font-style: italic;
    line-height: 30px;
}
.facts ul li h4 span {
    display: block;
    font-size: 52px;
    font-style: normal;
	line-height: 60px;
	color: #fff;
}
.facts h3,
.inner-wrap2 h3 {
    font-size: 60px;
    text-transform: uppercase;
    color: #21c2f8;
    font-weight: 600;
    text-align: center;
    font-family: Arial;
    margin: 0 0 70px;
    line-height: 45px;
}
.facts h3 span,
.inner-wrap2 h3 span {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    position: relative;
}
.facts h3 span:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 1px;
    left: 5px;
}
.inner-wrap2 h3 span:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -2px;
    left: 1px;
}

/* - Services / 2 */
.services-style2 {
    padding: 80px 0 30px;
    position: relative;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: url(../images/sep-big.png) no-repeat center bottom;
}
.services2-content ul {
    padding: 0;
}
.services2-content ul li {
    list-style: none;
    display: table;
    cursor: pointer;
    margin-bottom: 45px;
}
.services2-content .a-ico {
    width: 86px;
    float: left;
}
.vp-portfolio__filter-wrap {margin-bottom: 20px;}
.services2-content ul li [class*="fa-"] {
    width: 86px;
    height: 86px;
	padding: 20px;
    border-radius: 50%;
    background: #fff;
    color: #999999;
    font-size: 40px;
    line-height: 86px;
    text-align: center;
    border: none;
}
.services2-content ul li:hover [class*="fa-"] {
    background: #21c2f8;
    color: #fff;
}
.services2-content ul li h4 {
    color: #000;
    font-weight: 400 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    margin-top: 12px !important;
    margin-bottom: 10px !important;
	line-height: 26px;
}
.services2-content ul li:hover h4 {
    color: #21c2f8;
}
.services2-content ul li p {
    color: #999;
    font-size: 16px;
}
.services2-content .a-info {
    margin-left: 105px;
}
.services2-content ul li [class*="fa-"],
.services2-content ul li:hover [class*="fa-"] {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* - Clients info */
.client-quote {
    background: #fff;
    padding: 70px 0 60px;
}

.client-quote h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px;
    color: #000;
	line-height: 29px;
}
.clients-info .container > .row {
	text-align: center;
}
.cq-info {
	margin-bottom: 30px;
}
.clients-info [class*="col-"] img {
    display: inline-block;
    text-align: center;
}
.cq-info p {
    font-size: 18px;
    color: #3d3d3d;
    font-weight: 300;
    font-style: italic;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.cq-info h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin: 0 0 7px;
}
.cq-info span {
    font-size: 14px;
    color: #21c2f8;
    font-style: italic;
    text-align: center;
    width: 100%;
    display: table;
    margin-bottom: 36px;
	line-height: 23px;
}
.cq-author {
    border: 1px solid #ebebeb;
    height: 90px;
    overflow: hidden;
	margin: 0 auto;
}
.cq-author i {
    width: 90px;
    float: left;
    text-align: center;
    line-height: 90px;
    height: 90px;
    color: #ccc;
    font-size: 30px;
	width: 20%;
}
.cq-author img {
    float: right;
}
.clients-info {
    position: relative;
    padding: 70px 0 45px;
	overflow-x: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.clients-info h3 {
    text-align: center;
    margin: 0 0 15px;
}
.clients-info img {
    margin-bottom: 25px;
}
.inner-wrap {
    background-color: #000;
	background-position: center top;
	background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}
.inner-wrap img {
    max-width: 93%;
    margin: 0 auto;
    display: table;
}
.inner-wrap h4,
.inner-wrap2 h4 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 50px 0;
    text-align: center;
	line-height: 44px;
}
.skills-wrap .inner-wrap h4 {
	margin-bottom: 0;
}

/* - Team */
.section-team {
    position: relative;
    background: #fff;
    padding: 80px 0 70px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.team-info {
    padding: 25px;
    background: #efeff1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.folio-inner {
    padding: 25px 25px 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-info h4,
.folio-inner h4 {
    font-size: 18px;
    margin: 5px 0 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    position: relative;
	line-height: 24px;
}
.team-info h4 span {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #21c2f8;
    display: block;
    margin-top: 5px;
	line-height: 20px;
}

#owl-team .item:hover h4 span {
    font-style: normal;
}
#owl-team .item {	
	margin-bottom: 30px;
}

.folio-inner h4 span {
    font-size: 14px;
    font-weight: 400;
    color: #21c2f8;
    display: block;
    margin-top: 5px;
}
.section-team .item:hover,
.folio-info:hover {
    cursor: pointer;
}
.section-team .item:hover .team-info {
    background: #21c2f8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.folio-info:hover .folio-inner {
    background: #21c2f8;
    border-color: #21c2f8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.section-team .item:hover .team-info h4,
.section-team .item:hover .team-info h4 span,
.folio-info:hover .folio-inner h4,
.folio-info:hover .folio-inner h4 span {
    color: #fff;
}
.section-team .item:hover .team-info p {
    color: #fff;
}
.section-team .item:hover .team-info h4:before,
.folio-info:hover .folio-inner h4:before {
    content: "";
    background: #fff;
}
#owl-folio .item {
    position: relative;
    z-index: 8787;
}
#owl-team .owl-controls .owl-page span {
    display: block;
    width: 16px;
    height: 4px;
    margin: 50px 4px 0;
    opacity: 1;
    border-radius: 0;
    background: #ccc;
}
#owl-team .owl-controls .owl-page.active span {
    background: #21c2f8;
}
.team-staff {
    position: relative;
}
.team-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 0%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#owl-team .item:hover .team-overlay {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    visibility: visible;
}
.team-overlay .social {
    height: 35px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -100px;
    width: 100%;
    background: #21c2f8;
    padding: 30px 0 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-overlay .social ul {
    display: table;
    margin: 0 auto;
    padding: 0px;
}
.team-overlay .social ul li a {
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-overlay .social ul li a:hover {
    background: rgba(255, 255, 255, 1);
	color: #20c1f8;   
}
#owl-team .item:hover .team-overlay .social {
    bottom: 0px;
    visibility: visible;
    opacity: 1;
}

/* - Portfolio */
.filter {
	display: inline-block;
	margin-bottom: 50px;
	text-align: center;
	width: 100%;
	padding: 0 15px;
}
.filter li a {
	outline: none;
	padding: 7px 12px;
	list-style: none;
	color: #999;
}
.filter li {
	outline: none;
	list-style: none;
	margin: 0 1px 20px;
	display: inline-block;
	background: #fff;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.filter li a:hover,
.filter li a.active {
	list-style: none;
	text-decoration: none;
	background-color: #21c2f8;
	outline: none;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio-wrapper .items.col-3.row {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.portfolio-wrapper .items .item {
    width: 20%;
}
.portfolio-wrapper .items .item .p-overlay a,
.portfolio-wrapper .items .item .p-overlay a:hover,
.portfolio-wrapper .items .item .p-overlay a:focus {
	text-decoration: none;
	outline: none;
}

.portfolio-wrapper .items .item .p-overlay a:hover h5 {
	color: #21c2f8;
}
.og-details p span em b {
    color: #000;
    font-weight: 400;
}
.og-details p span em {
    display: block;
    font-style: normal;
    margin-bottom: 5px;
}
.og-details a {
	color: #000;
	text-decoration: none;
}
.og-fullimg {
	width: 42%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.og-details {
	width: 58%;
	float: left;
	height: 100%;
	position: relative;
	padding: 0px 0px 0px 33px;
}
.og-fullimg img {
	float: left;
}
.og-details h3 {
	font-weight: 400;
	font-size: 20px;
	color: #000;
	text-transform:uppercase;
	padding: 0px 0 10px;
	margin: 5px 0 10px;
	line-height: 28px;
}
.og-details p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #aaa;
	margin-bottom: 10px;
}
.og-details .launch-button {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	border:none;
	display: inline-block;
	position: relative;
	margin: 20px 0;
	margin-left: 15px;
	background:transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.og-details .launch-button:before,
.og-details .launch-button:after {
    content: "";
    position: relative;
	display: inline-block;
    top: 8px;
    font-size: 40px;
    font-weight: 700;
    background: #21C2F8;
    width: 3px;
    height: 28px;
    transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.og-details .launch-button:after {
    right: -15px;
}
.og-details .launch-button:before {
    left: -15px;
}
.og-details .launch-button:hover:before ,
.og-details .launch-button:hover:after {
    content: "";
	transform:rotate(-14deg);
	-ms-transform:rotate(-14deg);
	-webkit-transform:rotate(-14deg);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pthumb {
    overflow: hidden;
    position: relative;
}
.p-overlay {
    position: absolute;
    top: 50%;
    right: 100%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.65);
    padding: 15px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pthumb:hover .p-overlay {
    right: 0%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.p-overlay h5 {
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    right: -200%;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	line-height: 26px;
	max-height: 130px;
	overflow:  hidden;
}
.pthumb:hover .p-overlay h5 {
    right: 0%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-section {
    background: #fff;
    padding: 75px 0 0px;
    position: relative;
    width: 100%;
    display: inline-block;
}

/* - Parallax Wrap */
.inner-wrap2 {
    overflow: hidden;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
    background-size: 100% auto;
    position: relative;
    padding: 15px 0 60px 0;
}
.inner-wrap2 p {
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    margin: -25px 0 0;
    padding: 0 12%;
}

/* - Contact */
.cinfo {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: 50px;
    position: relative;
}
.cinfo:before {
    content: "";
    width: 21px;
    height: 2px;
    background: #21c2f8;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: 0 auto;
}
.cinfo span {
    display: block;
    font-size: 26px;
    font-weight: 300;
    text-transform: none;
    color: #fff;
}
.cinfo span a {
    color: #fff;
}

.contact-form {
	text-align: center;
}
.contactform-section {
    background: #fff;
    padding: 20px 0 65px;
    border-top: 70px solid transparent;
    margin-top: -70px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.contactform-section h4 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 70px 0 45px;
    text-align: center;
    color: #000;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.c-form input {
    height: 45px;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px 15px;
    margin-bottom: 20px;
    font-size: 14px;
	outline: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.contact-form textarea,
.c-form textarea {
    height: 173px;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px 15px;
    margin-bottom: 28px;
    font-size: 14px;
	outline: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.c-form input:focus,
.contact-form textarea:focus,
.c-form textarea:focus {
	border: 1px solid #000;
}
.c-form {
    margin-top: 45px;
}
.contact-info {
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.7);
}
.ci-inner {
    margin-bottom: 20px;
}
.ci-inner i {
    font-size: 75px;
    color: #21c2f8;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.ci-inner p a,
.ci-inner p {
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    color: #fff;	
	text-decoration: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.contact-info .ci-inner p a:hover {
	color: #20c1f8;
}
.contact-form div.wpcf7-validation-errors {
	float: left;
	border-color: #000;
}
.contact-form span.wpcf7-not-valid-tip {
	text-align: left;
}
.contact-info .container {
    padding: 0 50px;
	position: relative;
	z-index: 1;
}
.social-big {
    padding: 0;
    display: table;
    margin: 0 auto 15px;
    padding-bottom: 40px;
}
.social-big-wrap {
    background: url(../images/sep-big.png) no-repeat center bottom;
}
.social-big li {
    list-style: none;
    float: left;
    margin: 0 3px;
}
.social-big li a {
    width: 60px;
    height: 60px;
    background: transparent;
    color: #cccccc;
    border-radius: 50%;
    display: table;
    text-align: center;
    line-height: 60px;
    font-size: 45px !important;
}
.social-big li a:hover {
    color: #21c2f8;
}

/* - Map Wrap */
.map-wrap {
    background: #fff;
    padding-top: 75px;
    position: relative;
    overflow: hidden;
}
.map .gm-style .gm-style-iw {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
}

/* - Footer */
footer {
    background: #000;
    padding: 20px 0 25px;
}
footer p {
    text-align: center;
    text-transform: uppercase;
    margin-top: 23px;
    font-size: 14px;
    color: #c7c7c7;
}
footer p a {
    color: #c7c7c7;
}
footer p a:hover {
    color: #21c2f8;
}
.social {
    padding: 0;
    display: table;
    margin: 0 auto;
}
.social li {
    list-style: none;
    float: left;
    margin: 0 4px;
}
.social li a {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #21c2f8;
    border-radius: 50%;
    display: table;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
}
.social li a:hover {
    background: #21c2f8;
    color: #000;
}

/* - Page Header */
.bcrumbs {
    padding: 0px;
    margin: -10px auto 50px;
    display: table;
}
.bcrumbs li {
    float: left;
    margin: 0 17px;
    list-style: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #999;
    position: relative;
}
.bcrumbs li a {
    color: #21c2f8;
}
.bcrumbs li a:hover {
    color: #000;
}
.bcrumbs li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #999;
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 13px;
}
.bcrumbs li:last-child:before {
    display: none;
}

/* - Blog */
.rmore {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    position: relative;
    margin: 15px 0 0;
    background: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.rmore:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.rmore:before,
.rmore:after {
	content: "";
	position: relative;
	display: inline-block;
	top: 8px;
	font-size: 40px;
	font-weight: 700;
	background: #21C2F8;
	width: 3px;
	height: 28px;
	transform: rotate(14deg);
	-ms-transform: rotate(14deg);
	-webkit-transform: rotate(14deg);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.rmore:before {
   left: -15px;
}
.rmore:after {
    right: -15px;
}
.rmore:hover:before,
.rmore:hover:after {
    content: "";
    transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.post-head {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
article[class*="type-"] h4.entry-title {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    margin-left: 75px;
    margin-top: 12px;
    margin-bottom: 10px;
}
article[class*="type-"].no-post-thumbnail h4 {
	margin-top: 0;
	margin-left: 0;
}
article[class*="type-"] h4.entry-title {
	line-height: 34px;
}
article[class*="type-"] h4 a {
    color: #000;
	text-decoration: none;
}
article[class*="type-"] h4 a:hover {
    color: #21c2f8;
}
article[class*="type-"] .post-meta {
    font-size: 13px;
	line-height: 18px;
    color: #aaaaaa;
    margin-left: 5px;
}
article[class*="type-"] .post-meta > span {
	position: relative;
	margin-right: 15px;
	display: inline-block;
}
article[class*="type-"] .post-meta > span:last-of-type {
	margin-right: 0;
}
article[class*="type-"] .post-meta > span::after {
	color: #999;
	content: "|";
	font-size: 14px;
	position: relative;
	right: -9px;
}
article[class*="type-"] .post-meta > span:last-of-type::after {
	content: "";
}

.post-meta a {
    color: #aaa;
	text-transform: capitalize;
}
.post-meta em {
    position: relative;
    margin: 0 10px;
}
.p-ico {
    width: 70px;
    height: 90px;
    float: left;
}
.p-ico i {
    width: 70px;
    height: 70px;
    color: #21c2f8;
    font-size: 40px;
    line-height: 85px;
}
article[class*="type-"] p {
    font-size: 15px;
    color: #858585;
    line-height: 23px;
	font-family: 'Lato', sans-serif;
}
article[class*="type-"] {
    background: url(../images/sep-big.png) no-repeat center bottom;
    padding-bottom: 40px;
    margin-bottom: 40px;
	font-family: 'Lato', sans-serif;
}
.video,
.iaudio {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 0;
}
.iaudio {
    padding-bottom: 22.25%;
}
.video iframe,
.video object,
.video embed,
.iaudio iframe,
.iaudio object,
.iaudio embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.blog-main #intro {
    padding: 85px 0px 42px;
    border-bottom: 6px solid #eeeeee;
}

/* - Blog Single */
.single-post .p-ico,
.single-post  .p-ico i{
	width: 55px;
	height: auto;
	line-height: normal;
}
.single-post .post-head {
	margin-bottom: 10px;
}
blockquote {
    font-size: 16px;
    color: #05759a;
    font-style: italic;
    width: 100%;
    position: relative;
    font-weight: 300;
	background: #eee;
	padding: 1px 0;
	border-left: 6px solid #21c2f8;
	margin: 30px 0;
}
blockquote:before {  
    width: 60px;
	font-size: 34px;
    height: 100%;
	content: "\f10e";
	font-family:"FontAwesome";	
	left: 55px;
	position: absolute;
	top: 32%;
	color: #21c2f8;
}
article[class*="type-"]  blockquote p ,
blockquote p {
	color: #05759a;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	left: 40.5px;
	margin: 35px auto 40px;
	position: relative;
	width: 79%;
}
article[class*="type-"]  blockquote p:last-child ,
blockquote p:last-child {
	margin-bottom: 40px;
}

.single-post article[class*="type-"] .post-meta {
	display: inline-block;
	margin-top: 10px;
}

.single-post article[class*="type-"].format-audio  iframe,
.single-post article[class*="type-"].format-video  iframe,
.single-post .entry-cover img {
	margin-bottom: 30px;
}

/* - Post Tag */
.post-detail [class*="post-"] span {
	color: #525252;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	margin-right: 5px;
}
.post-categories a,
.post-tag a{
	margin-right: 5px;
	font-size: 14px;
	line-height: 23px;
	color: #525252;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	position: relative;	
	text-decoration: none;
	word-wrap: break-word;
	text-transform: capitalize;
}
.post-categories a:hover,
.post-tag a:hover {
	color: #000;
}
.post-categories a::after,
.post-tag a::after {
	position: relative;
	content: ",";
}
.post-categories a:last-of-type::after,
.post-tag a:last-of-type::after {
	content: "";
}

/* - PostShare */
.post-share ul {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
}
.post-share ul.share-social li{
	display: inline-block;
}
.post-share ul li a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #525252;
	font-size: 16px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.post-share ul li a:hover {
	color: #21c2f8;
}

/* - Comments */
.comment-section h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.comments {
    padding: 0;
}
.comments li {
    border-top: 1px solid #ddd;
    padding: 40px 0;
    list-style: none;
}
.comments li:first-child {
    border-top: 1px solid transparent;
}
.c-author {
    width: 120px;
    float: left;
}
.c-info {
    margin-left: 145px;
    position: relative;
}
.c-info h4 {
    margin: 0 0 6px;
    color: #525252;
    font-size: 16px;
    font-weight: 400;
}
.c-time {
    color: #aaaaaa;
    font-size: 12px;
}
.c-info p {
    font-size: 14px;
    color: #3d3d3d;
    padding: 15px 0;
}
.reply {
    font-size: 12px;
    color: #21C2F8;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0px 5px 20px;
    display: table;
    position: relative;
    position: absolute;
    top: 20px;
    right: 0px;
}
.reply:hover {
    color: #21C2F8;
}
.reply:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    transition: all 0.3s ease-in-out 0s;
    font-size: 40px;
    font-weight: 700;
    background: #21C2F8;
    width: 3px;
    height: 20px;
    transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.reply:hover:after {
    content: "";
    transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.comment-form {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

/* - Extras / Animated styles */
.overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.main-content {
    position: relative;
    background: #fff;
    padding: 60px 0 105px;
}
.animated-out,
.animated-in {
    -webkit-transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
    -o-transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
    transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.animated-out {
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -o-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.animated-in {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.lmore {
    width: 170px;
    height: 40px;
    background-color: #fff;
    border: solid 1px #eee;
    text-align: center;
    line-height: 40px;
    color: #878787;
    font-size: 14px;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.lmore:hover {
    background: #21c2f8;
    color: #fff;
    border: 1px solid #21c2f8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.flogo {
    font-size: 34px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.flogo span {
    display: block;
    font-size: 14px;
    color: #20c1f8;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
}
.btop {
    color: #21C2F8;
    font-size: 100px;
    text-align: center;
    margin: 0px auto -10px;
    display: table;
    line-height: 2px;
}
.btop:hover {
    color: #777;
}
.clients-info h3 {
	position: relative;
	z-index: 1;
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
    margin: 0px 0px;
    letter-spacing: 2px;
}
.folio-filter {
    display: table;
    padding: 0px;
    margin: -10px auto 20px;
}
.folio-filter li {
    float: left;
    margin: 0 1px;
    list-style: none;
    background: #fff;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    padding: 7px 12px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.folio-filter li:hover,
.folio-filter li.active {
    background: #21c2f8 !important;
    color: #fff !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.l-no {
    left: 0px !important;
    right: 0px !important;
    margin: 0 auto !important;
    display: table !important;
    text-align: center !important;
}
.s1,
.s2,
.s3,
.s4 {
    display: none;
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
}
.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}
.tp-banner {
    width: 100%;
    position: relative;
}
.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

/* - Loading */
#mask {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10000000;
}
.loader {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    top: 50%;
    left: 50%;
}

/* - THEME SWITCHER */
#customizer {
    position: fixed;
    top: 130px;
    z-index: 999999999;
    height: 100%;
}
.corner {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(../images/color/corner-open.png);
    position: absolute;
    top: 50px;
    left: -50px;
}
.s-close {
    right: -205px !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.s-open {
    right: 0 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.corner.expanded {
    background: url(../images/color/corner.png);
}
#options {
    width: 205px;
    height: 250px;
    background: #fff;
    padding: 0;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.heading {
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#options h6 {
    color: #5c5c5c;
    margin-bottom: 10px;
    font-size: 13px;
}
.options-segment {
    margin-bottom: 20px;
}
.customize-button {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    color: #5c5c5c !important;
    background: #f7f7f7;
    border: 1px solid #e9e9e9;
    padding: 3px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.color-head {
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    color: #525252;
    line-height: 40px;
    background-position: 92.5% 50%;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    font-weight: 800;
}
.fonts-head {
    font-family: Bitter;
    font-size: 16px;
    color: #525252;
    line-height: 23px;
    margin-bottom: 15px !important;
}
.customize-button:hover {
    background: #fff;
}
.customize-button:first-of-type {
    margin-right: 5px;
}
.color-scheme {
    padding: 0;
}
.color-scheme li {
    float: left;
    list-style: none;
}
.color-scheme a {
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 4.25px 10px;
}
.fonts-sel {
    padding: 20px 25px;
    margin-bottom: 0;
}
.colors-sel {
    padding: 20px 25px 15px;
    margin-bottom: 0;
}
.headers-sel {
    padding: 15px;
    margin-bottom: 0;
}
.green a {
    background: url(../images/color/green.jpg);
}
.orange a {
    background: url(../images/color/orange.jpg);
}
.blue a {
    background: url(../images/color/blue.jpg);
}
.red a {
    background: url(../images/color/red.jpg);
}
.violet a {
    background: url(../images/color/violet.jpg);
}
.pale-green a {
    background: url(../images/color/pale-green.jpg);
}
.yellow a {
    background: url(../images/color/yellow.jpg);
}
.fblack a {
    background: url(../images/color/black.jpg);
}
.version {
    padding: 0;
    margin-bottom: -20px;
    display: table;
    width: 100%;
}
.version li {
    list-style: none;
    width: 44%;
    margin-right: 9%;
    float: left;
}
.version li a {
    padding: 21px;
    display: table;
}
.version li:last-child {
    margin-right: 0;
}
.options-head {
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
}

/* - Error Section */
.error-section {
	text-align: center;
}
.error-section a {
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	border: 2px solid #21c2f8;
	color: #21c2f8;
	text-decoration: none;
	margin-top: 15px;
}
.error-section a:hover {
	border-color: #000;
	color: #000;
}

/* ## Responsive */
/* - Min Width: 1400 to Max Width: 2700 */
@media only screen and (min-width: 1440px) and (max-width: 2700px) {	
    .owl-fworks-info {
        width: 90%;
        margin-left: 5%;
    }
    #owl-fworks .owl-buttons {
        top: 45%;
    }
}

/* - Min Width: 992 */
@media (min-width: 992px) {
	/* - About Section */
	.about-section .about-inner .container [class*="col-md-"]:nth-child(3n+1){
		clear: both;
	}
	
	/* - Fact Section */
	.facts ul li:nth-child(4n+1){
		clear: both;
	}
	
	/* - Services Style2  */
	.services-style2 .services2-content ul li:nth-child(2n+1){
		clear: both;
	}	
	
	.client-quote .container [class*="col-md-"]:nth-of-type(3n+1){
		clear: both;
	}	
	
	.section-team #owl-team .item:nth-child(4n+1) {
		clear: both;
	}
	
	/* - Clients Section */
	.clients-info .row [class*="col-md-"]:nth-child(4n+1) {
		clear: both;
	}
	
	/* - Contact Details */
	.contact-info .container .ci-inner:nth-of-type(3n+1){
		clear: both;
	}	
	
	.skills-wrap ul li:nth-of-type(5n+1){
		clear: both;
	}	
}

/* - Min Width: 992 to Max Width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#owl-fworks .item img {
		max-width: 500px;
	}
	
	.about.mission .m-img {
		left: 0;
		right: 0;
		max-width: 100%;
	}
	
	.cq-author {
		height: 74px;
	}
	.cq-author i {
		line-height: 75px;
	}
	.cq-author img {
		width: 80%;
	}

	.skills-wrap ul {
		width: 100%;
	}
	
	/* - Portfolio Section */
	.portfolio-wrapper .items .item {
		width: 25%;
	}
	.portfolio-wrapper  .p-overlay {
		padding: 10px 0;
	}
	.p-overlay h5 {
		font-size: 14px;
		line-height: 22px;
		max-height: 65px;
		overflow: hidden;
	}	
	
	blockquote::before {
		left: 35px;
	}
	
	.comments-area .comment-form-author, 
	.comments-area .comment-form-email,
	.comments-area .comment-form-url {
		width: 31%;
	}
}

/* - Max Width: 991 */
@media (max-width: 991px) {	

	.menu-setting-info {
		margin: 0 0 10px;
		text-align: center;
	}
	.navbar-fixed-top .menu-setting-info {
		margin-top: 0;
	}
	.navbar-fixed-top  .menu-setting-info a {
		position: relative;
		top: -5px;
	}
	
	.skills-wrap ul li {
		width: 33%;
		margin-bottom: 100px;
	}
	
	/* - Portfolio Section */
	.portfolio-section .portfolio-wrapper .items .item {
		width: 25%;
	}
	.portfolio-wrapper  .p-overlay {
		padding: 10px 0;
	}
	.p-overlay h5 {
		font-size: 14px;
		line-height: 22px;
	}
	
	/* - About Section */	
	.about-inner h2 {
		min-height: auto;
	}
	.about-inner p {
		padding-right: 65px;
	}
	
	/* - Fact Section */
	.facts ul li [class*="fa-"] {
		font-size: 70px;
	}
	.facts ul li h4 span {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 10px;
	}
	.facts ul li h4 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.about.mission .m-img {
		left: 0;
		right: 0;
		max-width: 100%;
	}
	
	/* - Services Style2 */
	.services2-content ul li [class*="fa-"] {
		height: 65px;
		width: 65px;
		line-height: 65px;
		font-size: 30px;
	}
	.services2-content .a-info {
		margin-left: 90px;
	}
	
	.cq-info p {
		margin-bottom: 10px;
	}	
	.cq-info span {
		margin-bottom: 15px;
	}
	
	.inner-wrap h4,
	.inner-wrap2 h4 {
		font-size: 24px;
		line-height: 34px;
	}
	
	/* - Team Section */
	.team-info {
		padding: 12px;
	}
	.team-info h4,
	.folio-inner h4 {
		font-size: 15px;
		line-height: 22px;
	}
	.team-info h4 span {
		font-size: 13px;
		line-height: 19px;
	}
	article[class*="type-"] blockquote p,
	blockquote p {		
		left: 20px;
		width: 80%;
	}	
	blockquote::before {
		left: 20px;
		font-size: 26px;
		top: 41%;
	}
	.reply {
		position: relative;
	}
	.reply::after {
		left: 90px;
	}
	.comments-area .comment-form-author,
	.comments-area .comment-form-email,
	.comments-area .comment-form-url {
		width: 100%;
	}
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"],
	.comment-form textarea {
		padding: 10px;
		min-height: 40px;
	}
}

/* - Min Width: 768 to Max Width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	/* - Team Section */
	#owl-team .team-overlay .social li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }	
	#owl-team .item:nth-child(3n+1){
		clear: both;
	}
	
    .calltoaction p {
        padding: 0px 5%;
    }
    .calltoaction ul li h4 {
        font-size: 17px;
    }
    .calltoaction ul li h4.active,
    .calltoaction ul li h4 {
        margin-top: 2px;
    }
    .video-section h3 span {
        font-size: 42px;
    }
    .video-container {
        height: 500px;
    }
    .facts ul li [class*="fa-"] {
        width: 98%;
        height: 140px;
    }
    .cinfo {
        font-size: 15px;
    }
    .cinfo span {
        font-size: 20px;
    }
    .facts {
        background-size: 130% auto;
    }
    .inner-wrap {
        background-size: 130% auto;
    }
    .inner-wrap2 {
        background-size: 130% auto;
    }
    .contact-info {
        background-size: 130% auto;
    }
    .navbar-nav li {
        margin: 0 13px;
    }
    
    #owl-fworks .item {
        margin: 0px auto;
    }
    #owl-fworks .owl-prev {
        right: 50px;
    }
    #owl-fworks .owl-next {
        right: -50px;
    }
    .mission h6 {
        margin: 25px 0px 40px 0px;
    }
   
    .cq-author {
        width: 100%;
        height: 60px;
        overflow: hidden;
        margin-bottom: 40px;
        width: 233px;
        margin: 0 auto 40px;
    }
    .cq-author i {
        width: 50px;
        line-height: 60px;
        height: 50px;
        font-size: 20px;
    }
    .cq-author img {
        width: 181px;
        float: right;
    }
	
	/* - Fact Section */
	.facts ul li:nth-child(4n+1){
		clear: both;
	}
	
	/* - Services Style2  */
	.services-style2 .services2-content ul li:nth-child(2n+1){
		clear: both;
	}	
	
	.section-team #owl-team .item:nth-child(4n+1) {
		clear: both;
	}
	
	.portfolio-section .portfolio-wrapper .items .item {
		width: 33.3333333%
	}
	
	/* - Clients Section */
	.clients-info .row [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}

	/* - Contact Details */
	.contact-info .container .ci-inner:nth-of-type(3n+1){
		clear: both;
	}	

	.skills-wrap ul li:nth-of-type(3n+1){
		clear: both;
	}	
}

/* - Max Width: 767 */
@media (max-width: 767px) {		
    .hide-on-hover {
        display: block !important;
    }
    .s1,
    .s2,
    .s3,
    .s4 {
        display: none !important;
    }
    .s1-main h4,
    .s2-main h4,
    .s3-main h4,
    .s4-main h4,
    .hide-on-hover h4.active {
        visibility: hidden !important;
        position: relative;
        top: 0px;
        -webkit-transition: all .3s ease-in-out !important;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .s1-main:hover h4,
    .s2-main:hover h4,
    .s3-main:hover h4,
    .s4-main:hover h4,
    .hide-on-hover:hover h4.active {
        visibility: visible !important;
        position: relative;
        top: -8px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }  
    .blog-content {
        padding-right: 15px;
    }
    .page-head h2 span {
        font-size: 50px;
    }
	/* - Call to Action */
    .calltoaction ul {
        height: auto;
        padding: 0px;
    }
    .calltoaction ul:before {
        content: "";
        display: none;
    }
	.calltoaction ul li {
        float: left;
        width: 20%;
        height: 150px;
        padding-top: 59px;
    }
    .calltoaction ul li:before {
        content: "";
        display: none !important;
    }
    .calltoaction ul li:hover h4 {
        background: transparent;
        padding-top: 0 !important;
        margin-top: 20px !important;
    }
    .calltoaction ul li h4.active {
        padding-top: 0px;
        margin-top: 20px;
    }
    .calltoaction p {
        padding: 0px;
    }	
	.calltoaction ul li [class*="fa-"] {
		font-size: 55px;
	}
	.calltoaction .nav-tabs li:active [class*="fa-"],
	.calltoaction li.active [class*="fa-"] {
		font-size: 65px;
	}
	
    #owl-fworks .item {
        display: block;
        margin: 0px auto;
    }
	
    .video-container {
        height: 500px;
    }
    .video-section h3 {
        font-size: 20px;
        line-height: 28px;
		max-height: 140px;
    }
    .calltoaction h3,
    .featured-work h3,
    .about-section h3,
    .services-style2 h3,
    .section-team h3,
    .portfolio-section h2,
    .map-wrap h3,
    .main-content h3 {
        font-size: 22px;
		line-height: 30px;
    }
    .title-sub {
        padding: 0px 5% !important;
    }
    .mission h6 {
        font-size: 18px;
        margin: 40px 0px 40px 0px;
        line-height: 26px;
    }
	
    .video-section h3 span:nth-child(1):before {
        content: "";
        height: 1px;
        top: 0;
        left: 2px;
    }
	
	.facts ul li [class*="fa-"] {
		font-size: 50px;
		line-height: 80px;
	}
	.facts ul li {
        list-style: none;
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .facts ul li:last-child {
        margin-bottom: 0;
    }
	
	.services2-content ul li {
		margin-bottom: 20px;
	}
	
	/* - Team Section */
    .team-staff {
        position: relative;
        margin: 0px auto;
    }
    .team-info {
        padding: 15px;
        margin: 0px auto;
        background: none repeat scroll 0% 0% #EFEFF1;
        transition: all 0.3s ease-in-out 0s;
    }
	.team-overlay .social ul li {
		margin: 0 3px;
	}
	.team-overlay .social ul li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}	
	
    .cq-author {
       height: 80px;
	   max-width: 350px;
    }
	.cq-author img {
		width: auto;
	}
	.cq-author i {
		line-height: 80px;
		font-size:  20px;
		height: 80px;
	}
	
    .skills-wrap ul {
        padding: 0px;
        width: 100%;
        display: table;
        margin: 80px auto 0;
    }
    .skills-wrap ul li canvas {
        margin: 0 auto;
    }
	
    .og-grid li > a,
    .og-grid li > a img {
        width: 100%;
    }
    .og-grid li {
        line-height: 0px;
    }
    .folio-filter li {
        font-size: 11px;
        padding: 7px 5px;
    }
	
    .contact-info ul li {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-info ul li:last-child {
        margin-bottom: 0;
    }
    .og-grid li {
        display: inline-block;
        margin: 0 -1.5px;
        vertical-align: top;
        height: auto;
        width: 100% !important;
        padding: 0px;
    }
    .og-expander-inner {
        padding: 35px 0px !important;
        width: 100%;
        max-width: 1230px;
        margin: 0px auto;
        height: 100%;
    }
	
    .clients-info img {
        display: table;
        margin: 15px auto;
    }
	
	/* - Contact Section */
	.ci-inner i {
		font-size: 45px;
	}
    .contact-info {
        height: auto;
        padding: 40px 0px;
        background: #000;
        position: relative;
        bottom: 0px;
        right: 0px;
        left: 0px;
    }
	.ci-inner p a,
	.ci-inner p {
		font-size: 16px;
		padding-top: 10px;
	}    
	.facts,
	.inner-wrap2,
    .inner-wrap {
        background-size: auto 130%;
    }
	
    .contact-info .container {
        padding: 0px 00px;
    }
    .og-grid li h3 span {
        display: block;
        margin-left: 0px;
    }
    .jCProgress {
        display: table !important;
        margin: 0 auto !important;
    }
    .inner-wrap2 h4 {
        margin: 50px 0px -30px;
    }
	
	.fworks-info p {
		padding: 0 15px;
	}
	.about.mission .m-img {
		left: 0;
		right: 0;
		max-width: 100%;
	}
	
	/* - Portfolio Section */
	.portfolio-section .portfolio-wrapper .items .item {
		width: 33.3333333%
	}
	.filter {
		margin-bottom: 30px;
	}
	
	/* - Clients Section */
	.clients-info .row [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	
	.og-grid li {
        display: inline-block;
        margin: 0 -1.5px;
        vertical-align: top;
        height: auto;
        width: 50% !important;
        padding: 0px;
    }
    #owl-fworks .item img {
        display: table;
		max-width: 450px;
        margin: 0 auto;
    }
    .folio-filter li {
        font-size: 13px;
        padding: 7px 10px;
    }
	
	.contact-form textarea,
	.c-form textarea {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	
	#rev_slider_one  .btn-home {
		font-size: 20px !important;
	}
	
	.rmore{
		margin-left: 15px;
	}
}

/* - Min Width: 600 to Max Width: 767 */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .facts ul li {
        list-style: none;
        float: left;
        width: 50%;
        margin-bottom: 40px;
    }
    .video-container {
        height: 500px;
    }
    .video-section h3 span {
        font-size: 35px;
    }
	
	/* - Fact Section */
	.facts ul li:nth-child(2n+1){
		clear: both;
	}
	
	/* - Team Section */
	#owl-team .item:nth-child(3n+1){
		clear: both;
	}
	
	/* - Contact Details */
	.contact-info .container .ci-inner:nth-of-type(2n+1){
		clear: both;
	}
}	

/* - Min Width: 601 to Max Width: 767 */
@media only screen and (min-width: 601px) and (max-width: 767px) {
	.skills-wrap ul li:nth-of-type(3n+1){
		clear: both;
	}
}

/* - Max Width: 639 */
@media (max-width: 639px) {
	
	#owl-fworks .item img {
		max-width: 350px;
    }
	
	/* - Call to Action */
	.calltoaction ul li [class*="fa-"] {
		font-size: 45px;
	}
	.calltoaction .nav-tabs li:active [class*="fa-"],
	.calltoaction li.active [class*="fa-"] {
		font-size: 55px;
	}
	
	/* - Team Section */
	.section-team .col-md-12{
		max-width: 600px;
		margin: 0 auto;
	}
	#owl-team .item {
		width: 50%;
		max-width: 285px;
	}
	#owl-team .item:nth-child(2n+1){
		clear: both;
	}	
	
	/* - Portfolio Section */
	.portfolio-section .portfolio-wrapper .items .item {
		width: 50%;
	}
}

/* - Max Width: 600 */
@media (max-width: 600px) {

	.modal-content .og-details,
	.modal-content .og-fullimg {
		width: 100%;
	}

	.modal-content .og-details {
		margin-top: 20px;
		padding: 0;
	}

	.portfolio-section .portfolio-wrapper .items .item {
		width: 50%;
	}

    .skills-wrap ul li {
        width: 50%;
		margin-bottom: 60px;
    }
	
	.contact-info .container .ci-inner {
		width: 100%;
	}
	
	.skills-wrap ul li:nth-of-type(2n+1){
		clear: both;
	}
}

/* - Max Width: 479 */
@media (max-width: 479px) {
	#owl-fworks .owl-buttons {
		padding: 0;
	}
	#owl-fworks .item img {
		max-width: 250px;
    }
	.about-inner h2 span {
		top: -10px;
	}
	
	/* - Slider Section */
	.rev_slider .btn-home::before, 
	.rev_slider .btn-home::after {
		height: 22px;
	}
	
	/* - Call to Action */
	.calltoaction ul li {
		padding-top: 25px;
		height: 65px;
	}
	.calltoaction ul li [class*="fa-"] {
		font-size: 30px;
	}
	.calltoaction .nav-tabs li:active [class*="fa-"],
	.calltoaction li.active [class*="fa-"] {
		font-size: 40px;
	}
	.calltoaction .tab-content .tab-pane.active {
		padding-top: 25px;
	}
	.calltoaction .tab-content h4 {
		margin-bottom: 10px;
	}
	.calltoaction .nav-tabs li a {
		padding: 0;
	}
	
	.facts ul li h4 span {
		font-size: 26px;
		line-height: 35px;
	}
	.facts ul li h4 {
		font-size: 16px;
		line-height: 24px;
	}	
	
	.cq-author {
		height: 68px;
	}
	.cq-author i {
		line-height: 74px;
	}	
	.cq-author img {
		width: 80%;
	}
	
	.inner-wrap h4,
	.inner-wrap2 h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.reply::after {
		left: 77px;
	}
	
	article[class*="type-"] blockquote p,
	blockquote p {
		width: 65%;
	}
}

/* - Max Width: 400 */
@media (max-width: 400px) {
    .skills-wrap ul li {
        width: 100%;
    }
	
	/* - Portfolio Section */
	.portfolio-wrapper {
		max-width: 381px;
		margin: 0 auto;
	}
	.portfolio-section .portfolio-wrapper .items .item {
		width: 100%;
	}
	
	/* - Team Section */
	.section-team .col-md-12{
		max-width: 285px;
		margin: 0 auto;
	}
	#owl-team .item {
		width: 100%;
		max-width: 285px;
	}
	
	/* - Clients Section */
	.clients-info .row [class*="col-md-"] {
		width: 100%;
	}
}