<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Zora
Theme URI: https://wordpress.org/
Author: Lordwordpress
Author URI: https://wordpress.org/
Version: 1.0
*/

@import 'assets/css/bootstrap.min.css';
@import 'assets/css/font-awesome.min.css';
@import 'assets/css/components/component.css';

/*------------------------------------------------------------------
Common Stylesheet

Project:   Zora
Build:     Bootstrap 3.3.7
Author:    Enamul Haque
Author URL: http://www.enamul.me

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


/* ----------------------------------------------------------------
    typography
-----------------------------------------------------------------*/

@font-face {
    font-family: 'Sailec';
    src: url('assets/fonts/Sailec.eot');
    src: url('assets/fonts/Sailec.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Sailec.woff2') format('woff2'),
    url('assets/fonts/Sailec.woff') format('woff'),
    url('assets/fonts/Sailec.ttf') format('truetype'),
    url('assets/fonts/Sailec.svg#Sailec') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sailec';
    src: url('assets/fonts/Sailec-Medium.eot');
    src: url('assets/fonts/Sailec-Medium.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Sailec-Medium.woff2') format('woff2'),
    url('assets/fonts/Sailec-Medium.woff') format('woff'),
    url('assets/fonts/Sailec-Medium.ttf') format('truetype'),
    url('assets/fonts/Sailec-Medium.svg#Sailec-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('assets/fonts/AvenirLTStd-Black.eot');
    src: url('assets/fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/AvenirLTStd-Black.woff2') format('woff2'),
    url('assets/fonts/AvenirLTStd-Black.woff') format('woff'),
    url('assets/fonts/AvenirLTStd-Black.ttf') format('truetype'),
    url('assets/fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('assets/fonts/AvenirLTStd-Medium.eot');
    src: url('assets/fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/AvenirLTStd-Medium.woff2') format('woff2'),
    url('assets/fonts/AvenirLTStd-Medium.woff') format('woff'),
    url('assets/fonts/AvenirLTStd-Medium.ttf') format('truetype'),
    url('assets/fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Sailec';
    font-weight: normal
}

a:active,
a:focus,
input,
select,
textarea {
    outline: none !important;
}

img {
    max-width: 100%;
}

a,
.container {
    text-decoration: none !important;
    transition: all .5s;
}

a:hover,
a:focus {
    color: #323232;
}

a:hover,
.btn,
button,
.btn:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Sailec';
    font-weight: normal
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-family: 'Sailec';
    font-weight: normal
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    font-family: 'Avenir LT Std';
    font-weight: 900;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
    color: #141618;
}

p {
    font-size: 17px;
    font-family: 'Sailec';
    font-weight: normal;
    color: #505455;
	line-height: 34px;
}


/* Zora content */

.zora-header {
    background: url(assets/img/zora-bg.jpg) no-repeat scroll center center / cover;
    min-height: 100vh;
}

.container {
    max-width: 1170px;
    margin: auto;
}

.col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.zora-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
    text-align: center;
}

.zora-logo {
    width: 100%;
    padding: 50px 0;
}

.zora-logo-image {
    width: 200px;
    margin: auto;
}

.zora-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex: 1;
    padding: 30px 0 20px;
    font-family: 'Glacial Indifference';
    font-weight: normal;
    max-width: 900px;
    margin: auto;
}

.zora-left-text {
    width: 40%;
    text-align: left;
    margin-right: 30px;
}

.zora-left-text h1 {
    font-size: 36px;
    color: #fff;
    line-height: 1.3;
    font-family: 'Glacial Indifference';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.zora-right-text {
    flex: 1;
    text-align: left;
    margin-left: 50px;
}

.zora-right-text p {
    font-size: 20px;
    color: #fff;
    font-family: 'Glacial Indifference';
    font-weight: normal;
}

.zora-footer {
    padding: 30px 0 10px;
    width: 100%;
    text-align: center;
}

.zora-footer p {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    font-family: 'Glacial Indifference';
    opacity: .4;
}



/*============== Start Homepage Stylesheet ==============*/

.header-top-section {
    border-bottom: 1px solid #e9e9ed;
    position: relative;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ht-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    -ms-align-items: center;
    align-items: center;
}

.logo {
    margin-right: 7%;
}

.homelogo {
    width: 150px;
}

.m20-0 {
    margin: 20px 0;
}

.hb-img {
    margin-top: 60px;
}

.request {
    color: #ff5e4f;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #ff5e4f;
    padding: 8px 20px;
    border-radius: 2px;
}

.btn2:hover,
.request:hover {
    color: #fff;
    background: #ff5e4f;
}

.header-menu ul li {
    display: inline-block;
}

.header-menu ul li a.active,
.header-menu ul li a:hover {
    color: #5f51ff;
}

.header-menu ul li a {
    display: block;
    color: #637282;
    font-size: 16px;
    margin: 0 10px;
    padding: 30px 5px;
    font-family: 'Avenir LT Std';
    font-weight: 500;
    position: relative;
}

.header-menu ul li a:before{
	position: absolute;
	content: "";
	width: 30px;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
	transition: .3s;
}

.header-menu ul li a.active:before,
.header-menu ul li a:hover:before{
	border-bottom: 2px solid #5f51ff;
}

.mobile-menu {
    display: none;
}

.slicknav_menu {
    background: transparent;
    margin: 0;
    padding: 0;
}

.slicknav_btn {
    border-radius: 2px;
    margin: 0;
    background: #ff5e4f;
    padding: 9px 13px;
}

.slicknav_nav {
    background: #ff5e4f;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 9;
}

.slicknav_nav ul {
    margin: 0;
    padding: 0;
}

.slicknav_nav ul li a {
    margin: 0;
    padding: 10px 20px;
}

.slicknav_nav ul li a:hover {
    border-radius: 0;
}

.row.flex,
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.row.flex:before,
.row.flex:after {
    content: unset;
}

input[type="submit"].btn1,
.btn1 {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 30px;
    border-radius: 2px;
    margin: 5px 0;
    background-color: rgb(248, 126, 98);
    box-shadow: 0px 12px 46px 0px rgba(248, 126, 98, 0.3);
    font-family: 'Avenir LT Std';
    font-weight: 500;
    border: 0;
}
input[type="submit"].btn1 {
    color: #fff;
    font-size: 16px;
    padding: 15px 35px;
    text-transform: unset;
}

.btn1:hover {
    background: #e14537;
    color: #fff;
}

.play-circle i {
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #ff5e4f;
    border: 3px solid #ff5e4f;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    padding-left: 2px;
    margin-right: 8px;
}

.play-circle {
    font-size: 14px;
    font-weight: 700;
    color: #263547;
    text-transform: uppercase;
    margin-left: 30px;
}

.hb-right h1 {
    color: #263547;
    font-weight: 700;
    font-size: 48px;
}

.section-padding {
    padding: 80px 0;
    border-bottom: 1px solid #e9e9ed;
}

.section-title {
    margin-bottom: 50px;
}

.section-title p{
	margin-top: 20px;
}

.lm:hover {
    color: #ff5e4f;
}

.lm {
    color: #5f51ff;
    font-size: 18px;
    font-weight: 600;
}


.btn2 {
    color: #ff5e4f;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #ff5e4f;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 2px;
}

.client-section .flex {
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.single-client {
    padding: 40px 10px;
    border: 1px solid #f1f1f1;
    height: 100%;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.quote-section {
    padding: 40px 0;
}

.quote-left p {
    margin: 10px 0;
}


/* Hero section */

.header-banner {}

.header-banner h1 {
    font-size: 50px;
}

.sec1-right h2 {
    font-size: 45px;
    margin-bottom: 40px;
}

.sec1-right p {
    margin: 10px 0;
	line-height: 30px;
}

.sec1-right ul {
    margin-bottom: 20px;
}

.sec1-right li {
    color: #5f51ff;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    font-family: 'Sailec';
    font-weight: 500;
}


/*=============== Start Label Section =================*/

.label-section {
    background: #f9f8ff;
    color: #fff;
    padding: 70px 0;
}

.labels p {
    margin: 15px 0 20px;
    color: #5f51ff;
    font-family: 'Sailec';
    font-weight: 500;
    line-height: 1.6;
}

.labels span {
    color: #5f51ff;
    opacity: .8;
}



/*================ Start Footer Section =================*/

.footer-top-section {
    border-top: 1px solid #e9e9ed;
    padding: 80px 0;
    background: #f7f7f7;
}

.call {
    display: block;
    color: #ff5e4f;
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0;
}

.footer-left p {
    margin-bottom: 30px;
    line-height: 30px;
}

.footer-left h3,
.footer-right h3 {
    font-size: 36px;
    margin-bottom: 30px;
}

.footer-left span {
    display: block;
    color: #505455;
    font-size: 25px;
    margin-bottom: 35px;
}

.footer-title {
    color: #1b2733;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}

.single-footer ul li a:hover {
    color: #ff5e4f;
}

.single-footer ul li a {
    display: block;
    color: #637282;
    font-size: 16px;
    margin: 10px 0;
}

.m0 {
    margin: 0 !important;
}

.copyright-left {
    display: flex;
    align-items: center;
}
.copyright-left ul{
    white-space: nowrap;
    margin-right: 20px;
}
.copyright-left ul li {
    display: inline-block;
}

.copyright-left ul li a {
    display: block;
    color: #637282;
    font-size: 20px;
    margin: 0 10px;
}

.footer-copyright-section {
    background: #f7f7f7;
}


.copyright-row{
    border-top: 1px solid #e5e5e7;
    padding: 50px 0;
}

.copyright-left p {
    margin: 0;
    color: #bcbbc1;
    font-size: 15px;
}

.copyright-right p {
    text-align: right;
    color: #bcbbc1;
    font-size: 15px;
}

.go-top {
    position: fixed;
    right: 30px;
    bottom: 85px;
    z-index: 999;
    display: none;
}

#top {
    display: inline-block;
    cursor: pointer;
}

.copyright-left ul li a:hover {
    color: #ff5e4e;
}

.footer-top-section h3 {
    margin-bottom: 20px;
}

.footer-left h4 {
    font-weight: normal;
    margin-bottom: 50px;
    font-size: 21px;
}

.vms-input {
    width: 100%;
    border: 0;
    padding: 12px 15px;
    border-radius: 3px;
    margin: 5px 0;
    font-family: 'Sailec';
    font-weight: normal;
}

input[type="submit"].vms-input {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Sailec';
    font-weight: 500;
    border-radius: 2px;
    background-color: rgb(249, 136, 110);
    box-shadow: 0px 12px 46px 0px rgba(248, 126, 98, 0.3);
    padding: 20px 10px;
}

.requets-img {
    display: block;
    margin-bottom: 60px;
}

.align-top {
    align-items: flex-start !important;
}

.vms-input.submit {
    width: unset;
    display: inline-block;
    padding: 15px 30px;
}

.contact-left h3 {
    margin-bottom: 15px;
}

.contact-section {
    padding-bottom: 120px;
}

.contact-left h3,
.contact-right h3 {
    font-weight: 600;
}

.contact-right p {
    font-size: 18px;
}

/*=============== Start Startup Kit =============*/
.sk-block-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 25px;
    position: absolute;
    bottom: 0;
}

.flex-end{
	display: flex;
	align-items: flex-end;
}
.flex-start{
	align-items: flex-start !important;
}

.floral-white-bg{
	background: #efedff;
}
.blue-bg{
	background: #5f51ff;
}
.pink-bg{
	background: #fddbd3;
}
.red-bg{
	background: #f9886e;
}

.w100{
	width: 100%;
}

.grid-sizer,
.sk-single-block.w32{
	width: 32%;
	max-width: 370px;
}

.sk-single-block.w70{
	width: 66%;
	max-width: 750px;
}

.sk-single-block.w50 {
	width: 49%;
	max-width: 560px;
}
.h370{
	height: 370px;
}
.h500{
	height: 500px;
}
.sk-single-block {
	border-radius: 10px;
}

.sk-block-left h4 {
	color: #141618;
}
.red-bg .sk-block-left h4,
.blue-bg .sk-block-left h4 {
	color: #fff;
}
.justify-center{
    justify-content: center !important;
}
.h100{
    height: 100%;
}

/*====== Instead of Isotop ======*/
.sk-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sk-single-block {
	margin: 12px 0;
    position: relative;
}
/*====== Instead of Isotop ======*/

.row.flex,
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.row.flex:before,
.row.flex:after{
    content: unset;
}

.sk-bottom {
	border: 2px solid #efedff;
	border-radius: 10px;
	padding: 40px;
	margin-top: 70px;
}
.sk-b-left h1{
	font-size: 18px;
	line-height: 30px;
}
.sk-b-right{
	text-align: right;
}

.single-feature {
	padding: 30px 0;
}

.featureb-img,
.feature-img {
	margin-bottom: 15px;
}

.featureb-title {
	font-size: 25px;
	color: #5f51ff;
	text-align: center;
	font-family: 'Avenir LT Std';
	display: block;
}

.featureb-content {
	display: flex;
	justify-content: space-between;
}

.single-featureb {
	border: 2px solid #efedff;
	border-radius: 10px;
	padding: 20px;
	margin: 15px 0;
}

.radius10{
	border-radius: 10px;
}

.breadcrumb-section {
	padding: 10px 0;
}

.bredcum-menu ul li{
    font-size: 16px;
    color: #637282;
    display: block;
    float: left;
    position: relative;
    padding: 5px 15px;
}
.bredcum-menu ul li:first-child{
    padding-left: 0;
}
.bredcum-menu ul li:before{
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f105";
    color: #5f51ff;
    font-family: 'FontAwesome';
}
.bredcum-menu ul li:last-child:before{
    content: "";
}
.bredcum-menu ul li a{
    color: #5f51ff;
}
.bredcum-menu ul li a:hover{}

.tte-left h1 {
	margin-bottom: 30px;
}

.tte-tab-menu ul li {
	display: inline-block;
	width: 33%;
}

.tte-tab-menu ul li a {
	display: block;
	color: #505455;
	font-size: 18px;
	border: 2px solid;
	border-color: transparent;
	border-radius: 10px 10px 0 0;
	padding: 20px 5px;
	text-align: center;
}

.tte-tab-menu ul li.active a{
	color: #5f51ff;
	border-color: #efedff;
	border-bottom-color: transparent;
}

.tte-tabs-content .tab-content {
	border: 2px solid #efedff;
	padding: 30px;
	border-radius: 0 0 10px 10px;
}

.single-zinput{
	margin-bottom: 20px;
}

.single-zinput p {
	color: #505455;
	font-size: 16px;
	margin-bottom: 8px;
    line-height: 30px;
}

.z-input {
	display: block;
	width: 100%;
	border: 2px solid #f1f1f1;
	border-radius: 2px;
	padding: 14px;
	margin: 2px 0;
}

.z-checkbox{
	display: block;
	padding-left: 40px;
	margin: 10px 0;
	position: relative;
}

.z-checkbox input{
	display: none;
}

.z-checkbox span{
	font-size: 16px;
	color: #505455;
	font-weight: normal;
}

.z-checkbox span:before{
	content: "";
	position: absolute;
	height: 24px;
	width: 24px;
	border: 2px solid #f1f1f1;
	border-radius: 2px;
	background: transparent;
	left: 0;
}

.z-checkbox input[type="checkbox"]:checked + span:before{
	background: url('assets/img/checked.png') no-repeat scroll center center / cover;
	border: 0;
}

.schedul-top p {
	margin-bottom: 25px;
	font-size: 20px;
	color: #505455;
}

.schedul-bottom {
	margin-top: 40px;
}

.tte-tab-section .section-title {
	margin-bottom: 70px;
}

.p18 p{
	font-size: 18px;
}

.mt30{
	margin-top: 30px;
}

.why-section{
	background: #f7f7f7;
}

.why-head h3 {
	color: #f87e62;
	position: relative;
	margin-bottom: 30px;
}
.why-head h3::before {
	content: "";
	position: absolute;
	width: 100px;
	border: 2px solid #f7d2ca;
	top: 12px;
	left: 70px;
}

.why-body h2 {
	margin-bottom: 30px;
}

.single-why {
	padding: 30px 0;
}

.process-logo {
	display: flex;
	border: 2px solid #f1f1f1;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.process-s-left {
	width: 110px;
}

.single-process {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 50px 0;
}

.process-s-right {
	width: calc(100% - 130px);
}
.process-s-right h2 {
	margin-bottom: 25px;
}

.single-team {
	border: 2px solid #efedff;
	border-radius: 10px;
	padding: 30px;
	margin: 15px 0;
}

.member-name {
	margin: 20px 0;
}

.member-name h3 {
	margin-bottom: 10px;
}

.member-name span {
	color: #505455;
	font-size: 18px;
}

.social-pro li{
	display: inline-block;
}

.social-pro li a:hover {
	color: #f9886e;
	border-color: #f9886e;
}

.social-pro li a {
	display: flex;
	width: 44px;
	height: 44px;
	justify-content: center;
	align-items: center;
	color: #bcbbc1;
	border: 2px solid #bcbbc1;
	border-radius: 50%;
	font-size: 20px;
	margin: 5px 10px 5px 0;
}

.member-social {
	margin-top: 25px;
}

.member-detail p{
	font-size: 16px;
}

.blog-date {
	font-size: 16px;
	color: #505455;
}

.blog-left h2 {
	margin: 20px 0;
}

.blog-left a {
	color: #5f51ff;
	font-size: 16px;
	display: inline-block;
	margin-top: 20px;
}

.blog-left a img{
	margin-left: 10px;
}

.blog-img img{
	border-radius: 10px;
}

.single-blog {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0;
}

.blog-left {
	width: 50%;
}

.blog-right {
	width: 40%;
}

.zpagination li{
	display: inline-block;
}

.zpagination li a {
	font-size: 16px;
	display: flex;
	height: 40px;
	width: 40px;
	justify-content: center;
	align-items: center;
	border: 2px solid transparent;
	border-radius: 50%;
	font-weight: 500;
	color: #bcbbc1;
}

.zpagination li a.active{
	border-color: #efedff;
	color: #5f51ff;
}

.call-to-action p {
	margin: 25px 0;
}

.action-input input {
	background: #f7f7f7;
	border: 0;
	padding: 18px 25px;
	width: calc(100% - 70px);
}

.action-plus {
	display: inline-block;
	width: 55px;
	box-shadow: 0px 12px 46px 0px rgba(248, 126, 98, 0.3);
}

.sp-banner {
	min-height: 500px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 80px;
}

.sp-banner h1{
	color: #fff;
}

.single-blog-post p {
	margin: 20px 0;
}

.p25{
	padding: 25px;
}

.single-post-widget {
	border-bottom: 1px solid #f1f1f1;
	padding: 25px 0;
}

.single-post-widget:first-child{
	padding-top: 0;
}

.single-post-widget:last-child{
	border: 0;
}

.single-post-widget a {
	display: inline-block;
	margin-bottom: 16px;
}

.single-post-widget a img{
	margin-left: 10px;
}
.single-post-widget h4 a{
	color: #141618;
}

.widgets {
	margin-top: 70px;
}

.project-title {
    margin-bottom: 40px;
    text-align: center;
}

.project-title h2 {
    margin-bottom: 15px;
}







/*=============== Start Responsive Stylesheet =================*/

@media all and (max-width: 1199px) {
    .hb-right h1 {
        font-size: 42px;
    }
}

@media all and (max-width: 991px) {
    .header-menu {
        display: none;
    }
    .mobile-menu {
        display: block;
    }

    .footer-left,
    .hb-left {
        margin-bottom: 50px;
    }

    .copyright-right,
    .footer-copyright-section {
        text-align: center;
    }
    .copyright-left {
        justify-content: center;
        margin-bottom: 10px;
    }
    .header-top-section{
    	padding: 15px 0;
    }
    .sk-b-left {
		text-align: center;
		margin-bottom: 30px;
	}
	.sk-b-right {
		text-align: center;
	}
}

@media all and (max-width: 767px) {
    .xs-mb40 {
        margin-bottom: 40px;
    }
    .tab-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .tab-right {
        width: 100%;
    }
    .quote {
        text-align: center;
        display: block;
    }
    .single-footer {
        margin-bottom: 30px;
    }
    .col-reverse {
        flex-direction: column-reverse;
    }
    .contact-right {
        padding: 40px;
    }
    
    .sk-single-block.w32,
    .sk-single-block.w50,
    .sk-single-block.w70{
    	width: 100%;
    }
    .xs-mb40{
    	margin-bottom: 40px;
    }
    .tte-tab-menu ul li{
    	width: unset;
    }
    .tte-tab-menu ul li a{
    	font-size: 16px;
    	padding: 15px;
    }
    .single-team {
		max-width: 400px;
		margin: 20px auto;
	}
	.single-blog {
		flex-direction: column-reverse;
	}
	.blog-left{
		width: 100%
	}
	.blog-right {
		margin-bottom: 30px;
		width: 100%;
	}
}

@media all and (max-width: 575px) {
    .ht-left {
        width: 100%;
        justify-content: space-between;
    }
    .tab-right {
        padding: 0;
    }
    .section-title h1,
    .hb-right h1 {
        font-size: 28px;
    }
    .sk-bottom{
    	padding: 20px;
    }
    .feature-section{
    	text-align: center;
    }
    .feature-section .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.featureb-section .col-xs-6 {
		width: 100%;
	}
	.single-featureb {
		max-width: 350px;
		margin: 15px auto;
	}
	.process-logo{
		width: 70px;
		height: 70px;
	}
	.process-s-left {
		width: 90px;
	}
	.process-s-right {
		width: calc(100% - 90px);
	}
}

@media all and (max-width: 400px) {
    .play-circle {
        margin-left: 2px;
    }
    .go-top {
        bottom: 40px;
        right: 15px;
    }
    #top {
        height: 40px;
        width: 40px;
    }
    .contact-left,
    .contact-right,
    .request-right {
        padding: 20px;
    }
}











/*============= Start Responsive Stylesheet ===============*/

@media all and (max-width: 767px) {
    .zora-left-text {
        margin-right: 20px;
    }
    .zora-right-text {
        margin-left: 20px;
    }
    .text-xs-center{
        text-align: center;
    }
    .sec1-right h2,
    .section-title h1,
    .header-banner h1{
        font-size: 35px;
    }
    .footer-left h3, .footer-right h3{
        font-size: 25px;
    }
}

@media all and (max-width: 700px) {
    .zora-text {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .zora-left-text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .zora-right-text {
        margin-left: 0;
        width: 100%;
    }
}




div.wpcf7-validation-errors {
    border: 2px solid #f00; 
	background:#f00; 
	color:#fff;
}



div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	color:#fff; 
	background:#398f14;
}


.wpmi_subscription {
    width: 95%; 
	
}

p.wpmi_input_container {
    /*display: block;*/
	display: inline;
    margin-left:-4px;
}

.wpmi_submit_container{
 display: inline;
}

.wpmi_btn{
background-image: url( 'assets/img/plus.png' );
width:55px; 
height:55px;
background-position: center; 
margin-left:10px; 
}

.sec1-right p {
    line-height: 34px;
    margin-bottom: 34px;
}

.sec1-right li {
    margin-bottom: 18px;
}

</pre></body></html>