/* ======= Google Fonts  ======= */
@import url('https://fonts.googleapis.com/css?family=Mukta:300,400,700,900|Playfair+Display:400,400i,700,700i,900,900i&display=swap');

/* ======= Default style  ======= */
html, body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    font-family: 'Mukta', sans-serif;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 400;
    color: #000;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}
p, ol li, ul li {
    font-family: 'Mukta', sans-serif;
    font-size: 17px;
    line-height: 1.75em;
    font-weight: 400;
    margin: 0 0 15px 0;
    color: #000;
}
ul {
    list-style-type: none;
}
ul.disc {
    list-style-type: disc !important;
}
ul.circle{
	list-style-type: circle !important;
}
ol li{
	padding-left: 10px !important;
}
a {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
    color: #000;
    outline: none;
    text-decoration: none !important;
}
a:link {
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    width: 100%;
    height: auto;
}
.small, small {
    font-size: 90%;
}
b, strong {
    color: #000;
}
span, a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
/* form element */
button, input, optgroup, select, textarea {
    font-family: 'Playfair Display', serif;
}
textarea{
	resize:none;
}
input[type="password"]:focus, input[type="email"]:focus, input[type="text"]:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="textarea"]:focus, textarea:focus {
    outline: none;
    border: 2px solid #f4f4f4;
}
input[type="password"], input[type="email"], input[type="text"], input[type="file"], input[type="radio"], input[type="checkbox"], textarea {
    max-width: 100%;
    margin-bottom: 15px;
    border: none;
    padding: 9px 15px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-family: 'Mukta', sans-serif;
    font-size: 15px;
    line-height: 1.7em;
    color: #777;
    background-image: none;
    border: 2px solid #f4f4f4;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    text-shadow: none;
    padding: 12px 27px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #008282;
    margin-top: 0px;
    border-radius: 50px;
    font-family: 'Mukta', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: #333;
}
.alert-success {
    background: transparent;
    color: #777;
    border: 1px solid #008282;
    border-radius: 0px;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #777;
}
:-moz-placeholder {
    color: #777;
}
::-moz-placeholder {
    color: #777;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #777;
}
select {
    padding: 10px;
    border-radius: 5px;
}
table, th, tr, td {
    border: 1px solid #f4f4f4;
}
th, tr, td {
    padding: 10px;
}
input[type="radio"], input[type="checkbox"] {
    display: inline;
}
#message {
    font-family: 'Mukta', sans-serif;
    height: 150px;
    padding: 12px;
    border: 2px solid #f4f4f4;
    background-color: #fff;
}

/* ======= Helpfull Classes ======= */
.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
.o-hidden {
    overflow: hidden;
}
.pos-re {
    position: relative;
}
.full-width {
    width: 100% !important;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pt-60 {
    padding-top: 60px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-90 {
    padding-bottom: 90px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-60 {
    margin-bottom: 60px;
}
.flex-grow-1 {
    flex-grow: 1;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.flex-center-x {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.imgtop {
    padding-top: 90px;
    padding-bottom: 90px;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
blockquote {
    border-left: 5px solid #008282;
    padding: 20px 40px;
    text-align: left;
    font-family: 'Playfair Display', serif;
}
blockquote h3 {
    font-size: 20px;
    font-weight: 400;
}
blockquote span {
    font-style: italic;
}


/* ======= Scrollbar style ======= */
::-webkit-scrollbar {
    width:0px;
}
::-webkit-scrollbar-track {
    background: #000;
}
::-webkit-scrollbar-thumb {
    background: #008282;
}
::-webkit-scrollbar-thumb:hover {
    background: #008282;
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: rgba(0, 130, 130, 0.5);
}
::-moz-selection {
    color: #fff;
    background: rgba(0, 130, 130, 0.5);
}
::selection {
    color: #fff;
    background: rgba(0, 130, 130, 0.5);
}

/* ======= Owl Carousel style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
    line-height: .7;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    border-radius: 50%;
    background: #ddd;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #008282;
}
.owl-theme .owl-nav [class*=owl-] {
    background-color: rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 0;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #fbba00;
    font-size: 13px;
	font-weight: 600;
    margin: 5px;
    padding: 4px 7px;
    background: #fbba00;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.owl-theme .owl-nav [class*=owl-] {
    background-color: rgba(0, 0, 0, 0.4);
    width: 30px;
    height: 30px;
    line-height: 20px;
	border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fbba00;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}


/* ======= Section Style ======= */
.sopnav-services,
.sopnav-about,
.sopnav-team,
.sopnav-cases,
.sopnav-faqs,
.sopnav-contact {
    padding-top: 90px;
    padding-bottom: 90px;
    clear: both;
    width: 100%;
    display: block;
}
.back-gray {
    background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
    .sopnav-services,    
    .sopnav-about,
    .sopnav-team,
    .sopnav-cases,
    .sopnav-blog,
    .sopnav-post,
    .sopnav-faqs,
    .sopnav-comments,
    .sopnav-contact {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .heading-meta {
        margin-bottom: 30px;
    }
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* ======= Sidebar Style ======= */
#sopnav-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#sopnav-aside {
    padding: 60px 30px 30px 30px;
    width: 20%;
    position: fixed;
    bottom: 0;
    top: 0;
    overflow-x: hidden;
    z-index: 1001;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    background: #fff;
    scrollbar-width: none;
}
@media screen and (max-width: 1200px) {
    #sopnav-aside {
        width: 25%;
    }
}
@media screen and (max-width: 768px) {
    #sopnav-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        padding: 30px 30px 15px 30px;
    }
}
#sopnav-aside .sopnav-logo {
    text-align: center;
    padding: 0;
    display: block;
    width: 100%;
}
#sopnav-aside .sopnav-logo h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 15px;
}
#sopnav-aside .sopnav-logo h1 a {
    color: #008282;
}
#sopnav-aside .sopnav-logo span {
    display: block;
    text-align: center;
    font-size: 12px;
    letter-spacing: 3px;
    color: #777;
    font-weight: 500;
    line-height: 1.75em;
    font-family: 'Mukta', sans-serif;
    text-transform: uppercase;
}
#sopnav-aside .sopnav-logo img {
    width: 75%;
    height: auto;
    margin-bottom: 0px;
}
#sopnav-logo-footer {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    width: 100%;
}
@media screen and (max-width: 768px) {
    #sopnav-aside #sopnav-logo {
        margin-bottom: 60px;
    }
}
#sopnav-aside #sopnav-logo a {
    display: inline-block;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
}
#sopnav-logo-footer a {
    display: inline-block;
    text-align: center;
    color: #fff;
}
#sopnav-aside #sopnav-logo a span {
    display: block;
    margin-top: 0px;
    text-align: center;
}
/* ======= Menu ======= */
#sopnav-aside #sopnav-main-menu,
#sopnav-aside #sopnav-main-menu ul,
#sopnav-aside #sopnav-main-menu ul li,
#sopnav-aside #sopnav-main-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sopnav-aside #sopnav-main-menu ul li a img{
	width: auto !important;	
}
#sopnav-aside #sopnav-main-menu ul li:hover a img:first-child, #sopnav-aside #sopnav-main-menu ul li a:hover img:first-child{
	display: none;	
}
#sopnav-aside #sopnav-main-menu ul li:hover a img:last-child, #sopnav-aside #sopnav-main-menu ul li a:hover img:last-child{
	display: inline-block;	
}
#sopnav-aside #sopnav-main-menu ul li a img:first-child{
	display: inline-block;	
}
#sopnav-aside #sopnav-main-menu ul li a img:last-child{
	display: none;	
}
#sopnav-aside #sopnav-main-menu ul li.active a img:first-child{
	display: none;	
}
#sopnav-aside #sopnav-main-menu ul li.active a img:last-child{
	display: inline-block;	
}
#sopnav-aside #sopnav-main-menu {
    padding: 30px 0;
}
#sopnav-aside #sopnav-main-menu ul ul {
    display: none;
}
#sopnav-aside #sopnav-main-menu > ul > li > a {
    margin: 3px 0 0 0;
    padding: 0 0 3px 0;
    list-style: none;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    line-height: 1.75em;
    color: #1b1b1b;
}
#sopnav-aside #sopnav-main-menu > ul > li > a > i {
    font-size: 8px;
    vertical-align: middle;
    margin-right: 5px;
}
#sopnav-aside #sopnav-main-menu > ul > li > a:hover,
#sopnav-aside #sopnav-main-menu > ul > li.active > a,
#sopnav-aside #sopnav-main-menu > ul > li.open > a {
    color: #008282;
}
#sopnav-aside #sopnav-main-menu > ul > li.open > a {
    margin: 3px 0 0 0;
    padding: 0 0 3px 0;
    list-style: none;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    line-height: 1.75em;
    color: #999;
}
#sopnav-aside #sopnav-main-menu > ul > li:last-child > a,
#sopnav-aside #sopnav-main-menu > ul > li.last > a {}
.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.holder::after,
.holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    right: 7px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.holder::after {
    top: 10px;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
}
.holder::before {
    top: 10px;
    border-top: 1px solid #008282;
    border-left: 1px solid #008282;
}
#sopnav-aside #sopnav-main-menu ul ul li a {
    margin: 3px 0 0 0;
    padding: 3px 0 3px 30px;
    list-style: none;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    line-height: 1.75em;
    color: #999;
}
#sopnav-aside #sopnav-main-menu ul ul li:hover > a,
#sopnav-aside #sopnav-main-menu ul ul li.open > a,
#sopnav-aside #sopnav-main-menu ul ul li.active > a {
    color: #008282;
}
#sopnav-aside #sopnav-main-menu ul ul ul li a {
    margin-left: 30px;
    padding-top: 3px;
}
#sopnav-aside #sopnav-main-menu ul ul li.sopnav-sub > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    right: 7px;
    z-index: 10;
    top: 12px;
    border-top: 1px solid #008282;
    border-left: 1px solid #008282;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#sopnav-aside .sopnav-footer {
    position: relative;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 30px 0px 0px 0px;
    text-align: center;
}
#sopnav-aside .copyright p {
    color: #777;
    text-align: center;
    line-height: 1.5em;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
/* sidebar contact info */
.sopnav-contact-info {
    padding: 15px 0px;
}
.sopnav-contact-info .feat-inner {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sopnav-contact-info .feat-inner:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.05);
}
.sopnav-contact-info .icon {
    width: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    position: relative;
    z-index: 3;
    float: left;
    color: #008282;
    opacity: 0.9;
}
.sopnav-contact-info .feat-info {
    overflow: hidden;
}
.sopnav-contact-info h5 {
    font-size: 23px;
    margin-bottom: 0px;
    margin-top: 3px;
    font-family: 'Mukta', sans-serif;
    color: #1b1b1b;
}
.sopnav-contact-info h6 {
    color: #008282;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Mukta', serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/* footer contact info 2 */
.sopnav-contact-info2 {
    padding: 10px 0px;
}
.sopnav-contact-info2 .feat-inner2 {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sopnav-contact-info2 .feat-inner2 span:before {
    margin-left: 0;
}
.sopnav-contact-info2 .feat-inner2:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.05);
}
.sopnav-contact-info2 .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    position: relative;
    z-index: 3;
    float: left;
    color: #008282;
}
.sopnav-contact-info2 .feat-info2 {
    overflow: hidden;
}
.sopnav-contact-info2 h5 {
    font-size: 17px;
    margin-bottom: 2px;
    margin-top: 0px;
    font-family: 'Playfair Display', serif;
    color: #000;
}
.sopnav-contact-info2 h6 {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Mukta', sans-serif;
}
/* sidebar footer */
.sopnav-footer p {
    margin-bottom: 0;
    line-height: 1em;
    font-size: 15px;
    color: #fff;
}
@media screen and (max-width: 768px) {
    #sopnav-aside .sopnav-footer {
        position: relative;
    }
}
#sopnav-aside .sopnav-footer span {
    display: block;
}
#sopnav-aside .sopnav-footer ul {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
}
#sopnav-aside .sopnav-footer ul:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #008282;
    top: 50%;
    margin-top: -1px;
    right: 100%;
}
#sopnav-aside .sopnav-footer ul:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #008282;
    top: 50%;
    margin-top: -1px;
    right: auto;
    left: 100%;
}
#sopnav-aside .sopnav-footer ul li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #008282;
	background-color: #008282;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3 ease-in-out;
    border-radius: 50%;
}
#sopnav-aside .sopnav-footer ul li a img:first-child{
	display: inline-block;	
}
#sopnav-aside .sopnav-footer ul li a img:last-child{
	display: none;	
}
#sopnav-aside .sopnav-footer ul li:hover a img:first-child, #sopnav-aside .sopnav-footer ul li a:hover img:first-child{
	display: none;	
}
#sopnav-aside .sopnav-footer ul li:hover a img:last-child, #sopnav-aside .sopnav-footer ul li a:hover img:last-child{
	display: inline-block;	
}
#sopnav-aside .sopnav-footer ul li:last-child {
    margin-right: 0px
}
#sopnav-aside .sopnav-footer ul li:hover {
    background-color: transparent;
    border: 1px solid #008282;
}
#sopnav-aside .sopnav-footer ul li a {
    color: #fff;
}
#sopnav-aside .sopnav-footer ul li a:hover,
#sopnav-aside .sopnav-footer ul li a:active,
#sopnav-aside .sopnav-footer ul li a:focus,
#sopnav-aside .sopnav-footer ul li:hover a,
#sopnav-aside .sopnav-footer ul li:hover a i{
    text-decoration: none;
    outline: none;
    color: #008282;
}


/* ======= Content Style ======= */
#sopnav-main {
    width: 80%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 1200px) {
    #sopnav-main {
        width: 80%;
    }
}
@media screen and (max-width: 768px) {
    #sopnav-main {
        width: 100%;
    }
}
#sopnav-hero {
    min-height: 700px;
    background: #fff url(../images/loader.gif) no-repeat center center;
    width: 100%;
    float: left;
    margin-bottom: 0;
    clear: both;
}
#sopnav-hero .btn {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#sopnav-hero .btn.btn-primary {
    padding: 15px 30px !important;
}

/* ======= Slider Style ======= */
#sopnav-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}
#sopnav-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}
#sopnav-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    min-height: 100vh;
}
#sopnav-hero .flexslider .flex-control-nav {
    bottom: 30px;
    z-index: 1000;
    right: 5px;
    float: right;
    width: auto;
}
#sopnav-hero .flexslider .flex-control-nav li {
    display: block;
    margin-bottom: 6px;
}
#sopnav-hero .flexslider .flex-control-nav li a {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 2px solid #fff;
}
#sopnav-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: transparent;
    border: 2px solid #008282;
}
#sopnav-hero .flexslider .flex-direction-nav {
    display: none;
}
#sopnav-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 100vh;
    padding: 15px 15px;
    z-index: 9;
}
#sopnav-hero .flexslider .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 100vh;
    padding: 2em;
    position: relative;
}
#sopnav-hero .flexslider .slider-text > .slider-text-inner .desc {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 30px;
    background: #fff;
}
@media screen and (max-width: 768px) {
    #sopnav-hero .flexslider .slider-text > .slider-text-inner {
        text-align: left;
    }
}
#sopnav-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin: 0;
    line-height: 1.75em;
}
#sopnav-hero .flexslider .slider-text > .slider-text-inner p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
@media screen and (max-width: 768px) {
    #sopnav-hero .flexslider .slider-text > .slider-text-inner h1 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.3em;
    }
    #sopnav-hero .flexslider .slider-text > .slider-text-inner p {
        font-size: 14px;
        line-height: 1.3em;
    }
}
#sopnav-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 50px;
}
@media screen and (max-width: 768px) {
    #sopnav-hero .flexslider .slider-text > .slider-text-inner .heading-section {
        font-size: 30px;
    }
}
#sopnav-hero .flexslider .slider-text > .slider-text-inner p {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    #sopnav-hero .flexslider .slider-text > .slider-text-inner .btn {
        /*        width: 100%;*/
    }
}
body.offcanvas {
    overflow-x: hidden;
}
body.offcanvas #sopnav-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    z-index: 999;
    position: fixed;
}
body.offcanvas #sopnav-main,
body.offcanvas .sopnav-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}

/* ======= Heading Style ======= */
.sopnav-heading {
    font-size: 30px;
    color: #000;
    margin-bottom: 0px;
}
.sopnav-heading span {
    display: block;
}
.sopnav-about-heading {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}
.sopnav-about-heading span {
    color: #008282;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    font-style: italic;
}
.sopnav-post-heading {
    color: #000;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 25px;
}
.sopnav-contact-heading {
    color: #008282;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
}
.sopnav-post-heading span {
    display: block;
}
.heading-meta {
    display: block;
    font-family: 'Mukta', serif;
    font-size: 12px;
    color: #008282;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
    .sopnav-post-heading {
        margin-bottom: 15px;
    }
}
.signature {
    width: 120px;
    text-align: right;
    margin-top: 20px;
}

/* ======= Navigation Style ======= */
.sopnav-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}
.sopnav-nav-toggle.active i::before,
.sopnav-nav-toggle.active i::after {
    background: #fff;
}
.sopnav-nav-toggle.dark.active i::before,
.sopnav-nav-toggle.dark.active i::after {
    background: #000;
}
.sopnav-nav-toggle:hover,
.sopnav-nav-toggle:focus,
.sopnav-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.sopnav-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 1px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: -2px;
}
.sopnav-nav-toggle i::before,
.sopnav-nav-toggle i::after {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.sopnav-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.sopnav-nav-toggle.dark i::before,
.sopnav-nav-toggle.dark i::after {
    background: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.sopnav-nav-toggle i::before {
    top: -7px;
}
.sopnav-nav-toggle i::after {
    bottom: -7px;
}
.sopnav-nav-toggle:hover i::before {
    top: -10px;
}
.sopnav-nav-toggle:hover i::after {
    bottom: -10px;
}
.sopnav-nav-toggle.active i {
    background: transparent;
}
.sopnav-nav-toggle.active i::before {
    top: -2px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.sopnav-nav-toggle.active i::after {
    bottom: 2px;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.sopnav-nav-toggle {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 11px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #008282;
    margin: 15px 15px;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .sopnav-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}
.js .animate-box {
    opacity: 0;
}
/* sticky style */
#sticky_item {
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#sticky_item.is_stuck {
    margin-top: 10px;
}
@media screen and (max-width: 992px) {
    .sticky-parent {
        clear: both;
        height: inherit !important;
        float: left;
        padding-top: 30px;
    }
}

/* ======= Team Style ======= */
.team .item {
    -webkit-box-shadow: 0 25px 75px rgba(0, 0, 0, 0.05);
    box-shadow: 0 25px 75px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.team .item:hover .info .social {
    top: 0;
}
.team .info {
    background-color: #fff;
    text-align: center;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}
.team .info h5 {
    margin-bottom: 0px;
    font-size: 20px;
}
.team .info h6 {
    color: #008282;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
    font-style: italic;
}
.team .info p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}
.team .info .social {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.team .info .social a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #008282;
    margin: 0 1px;
    font-size: 15px;
}
.team .info .social a:hover {
    color: #008282;
}


/* ======= Case Style ======= */
.sopnav-cases .item {
    position: relative;
    margin-bottom: 90px;
}
.sopnav-cases .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.sopnav-cases .item:hover .con {
    bottom: 0;
}
.sopnav-cases .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(70%);
}
.sopnav-cases .item .con {
    margin: -80px 20px 20px;
    padding: 15px;
    background-color: #fff !important;
    border-top: none;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -48px;
    position: relative;
}
.sopnav-cases .item .con h5 {
    font-size: 20px;
    color: #333;
    margin-bottom: 0px;
    text-transform: none;
}
.sopnav-cases .item .con p {
    color: #999;
    font-size: 15px;
    margin-bottom: 0px;
}
.sopnav-cases .item .con i {
    color: #fff;
    font-size: 20px;
}
.sopnav-cases .item .con h5 a {
    color: #fff;
}
.sopnav-cases .item .con .btn {
    margin-left: 0;
    border-radius: 30px;
    border-color: #fff;
    padding: 11px 30px;
}
.sopnav-cases .item .con .btn:hover {
    border-color: #008282;
}
.sopnav-cases .item .con .icon {
    padding: 0px;
    color: #008282;
    font-size: 32px;
}

/* ======= Services Style ======= */
.sopnav-services-container {
    position: relative;
    text-align: left;
    margin: 0;
    margin-bottom: 30px;
    padding: 30px;
    padding-bottom: 0;
    background: #fff;
    border-bottom: 3px solid transparent;
    transition: .2s;
    overflow: hidden;
    z-index: 3;
    box-shadow: 0 44px 98px 0 rgba(0, 0, 0, .12);
    z-index: 100;
    border-bottom: 3px solid #008282;
}
.sopnav-services-container .sopnav-services-heading {
    font-size: 20px;
}
.sopnav-services-container:hover {
    
}
.sopnav-services-text-area p {
    font-family: inherit !important;
    color: #777;
}
.sopnav-services-container:hover .sopnav-services-text-area p {
    opacity: 1
}
.sopnav-services-text-area ul {
    font-family: inherit !important;
    opacity: 0;
    color: #777;
    margin-bottom: -35px
}
.sopnav-services-container:hover .sopnav-services-text-area ul {
    opacity: 1
}
.sopnav-services-img-area,
.sopnav-services-text-area {
    display: inline-block;
    vertical-align: bottom;
    transition: transform .2s ease-in-out
}
.sopnav-services-img-area {
    margin-right: 0;
    float: left;
    width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}
.sopnav-services-container .sopnav-services-img-area img {
    margin-bottom: 5px;
    max-height: 60px;
    width: auto
}


/* ======= FAQs Style ======= */
.faqs-accordion .accordion .item {
    margin-bottom: 30px;
}
.faqs-accordion .accordion .title {
    padding: 18px 60px 18px 20px;
    background: #fff;
    -webkit-box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
}
.faqs-accordion .accordion .title:after {
    content: '-';
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    top: 18px;
    right: 20px;
}
.faqs-accordion .accordion .title h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.faqs-accordion .accordion .accordion-info {
    display: none;
    padding: 0px 15px;
    margin-top: 30px;
    border-left: 1px dotted #ccc;
}
.faqs-accordion .accordion .active {
    display: block;
}
.faqs-accordion .accordion .active .title {
    color: #fff;
    background: #008282;
    -webkit-box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
}
.faqs-accordion .accordion .active .title:after {
    content: '+';
}
.faqs-accordion .accordion .active .title h6 {
    color: #fff;
}


/* =======  Gallery Style  ======= */
.gallery-item {
    position: relative;
    padding: 15px 15px 5px 15px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.gallery-box .gallery-detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
    font-size: 16px;
}
.gallery-box .gallery-detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery-box:hover .gallery-img:after {
    background: rgba(0, 0, 0, 0.5);
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}


/* ======= Contact Style ======= */
.map-section {
    overflow: hidden;
    margin-bottom: 60px;
}
#contactMap {
    width: 100%;
    height: 540px;
}
/* Form */
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 0px solid #e5e5e5;
    height: 54px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    line-height: 1.75em;
    font-weight: 400;
}
.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ececec;
}
.btn-contact {
    font-family: 'Mukta', serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    text-shadow: none;
    padding: 14px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    margin-top: 15px;
    border-radius: 50px;
    background-color: #008282;
}
.btn-contact:hover {
    background-color: #101010;
}
.btn-contact a:hover {
    color: #fff;
}


/* ======= Footer Style ======= */
#sopnav-footer2 {
    padding: 60px;
    background: #008282;
}
#sopnav-footer2 h2 {
    font-weight: 500;
    font-size: 27px;
    line-height: 1.5em;
    margin-bottom: 0;
    color: #fff;
}
#sopnav-footer2 h2 span {
    display: block;
    text-align: center;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: none;
    color: #fff;
    font-weight: 500;
    line-height: 1.75em;
    font-family: 'Mukta', sans-serif;
    text-transform: uppercase;
}
#sopnav-footer2 p {
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#sopnav-footer2 .sopnav-logo {
    text-align: center;
    padding-bottom: 20px;
    display: block;
    width: 100%;
}
#sopnav-footer2 .sopnav-logo img {
    max-width: 95px;
}
@media screen and (max-width: 768px) {
    #sopnav-footer2 {
        padding: 60px 0;
        text-align: center;
    }
}
.sopnav-lead {
    font-size: 14px;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 20px;
}
/* social 2 */
#sopnav-footer2 .sopnav-footer {
    position: relative;
    right: 0;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
#sopnav-footer2 .sopnav-footer ul {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
}
#sopnav-footer2 .sopnav-footer ul:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 50%;
    margin-top: -1px;
    right: 100%;
}
#sopnav-footer2 .sopnav-footer ul:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 50%;
    margin-top: -1px;
    right: auto;
    left: 100%;
}
#sopnav-footer2 .sopnav-footer ul li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    ;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3 ease-in-out;
    border-radius: 50%;
}
#sopnav-footer2 .sopnav-footer ul li:last-child {
    margin-right: 0px
}
#sopnav-footer2 .sopnav-footer ul li:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
#sopnav-footer2 .sopnav-footer ul li a {
    color: #fff;
}
#sopnav-footer2 .sopnav-footer ul li a:hover,
#sopnav-footer2 .sopnav-footer ul li a:active,
#sopnav-footer2 .sopnav-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}




.link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.link__arrow {
  display: inline-flex;
  margin-left: -12px;
}
.link__arrow span {
  position: relative;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  overflow: hidden;
  background: #bebdbe;
  z-index: 2;
}
.link__arrow span:nth-child(1) {
  transform-origin: left bottom;
  transform: rotate(45deg) translate3d(8px, -10px, 0);
}
.link__arrow span:nth-child(2) {
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
.link__arrow span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #008282;
}
.link__line {
  position: relative;
  margin-left: -14px;
  margin-right: 10px;
  width: 30px;
  height: 2px;
  background: #bebdbe;
  overflow: hidden;
  z-index: 1;
}
.link__line:after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  width: 20px;
  height: 2px;
  background: #008282;
}
.link__text {
  color: #7f7f7f;
  font-size: 18px;
}
.link:hover .link__line:after {
  animation: animation-line 1.5s forwards;
}
.link:hover .link__arrow span:after {
  animation: animation-arrow 1.5s forwards;
  animation-delay: 1s;
}

@keyframes animation-line {
  0% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes animation-arrow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.tccon ul li, .tccon ul li ul li{
	margin: 0px 0px 5px 0px !important;
}