@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400&subset=latin,latin-ext);
@font-face {
    font-family: 'JaapokkiRegular';
    src: url("../fonts/jaapokki/jaapokki-regular.eot");
    src: url("../fonts/jaapokki/jaapokki-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/jaapokki/jaapokki-regular.woff") format("woff"), url("../fonts/jaapokki/jaapokki-regular.ttf") format("truetype"), url("../fonts/jaapokki/jaapokki-regular.svg#JaapokkiRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

 :root {
    --logo-gradient: linear-gradient(to right top, #f00f0f, #cd302d, #a73f3e, #7e4848, #4e4c4c);
    --black: #000;
    --logo-color: #fe0000;
    --bg_white: #ffffff;
    --br: 5px;
    --bs-sm: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.05);
    --bs-md: 0 1px 3px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.06), 0 3px 8px rgba(0, 0, 0, 0.09);
    --bs-lg: 0 1px 4px rgba(0, 0, 0, 0.09), 0 3px 8px rgba(0, 0, 0, 0.09), 0 4px 13px rgba(0, 0, 0, 0.13);
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
}

b,
strong {
    font-weight: 600;
}

._sng_services .content-tab {
    margin-top: 20px;
    width: 100%;
    padding: 30px;
    padding-bottom: 0;
    -webkit-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
    -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
    box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
}

pt-0 {
    padding-top: 0px;
}

pb-0 {
    padding-bottom: 0px;
}

mt-0 {
    margin-top: 0px;
}

mb-0 {
    margin-bottom: 0px;
}

._sng_services .content-tab h3 {
    font-size: 27px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    color: #747474;
    text-transform: none;
    font-weight: normal;
    border-left: none;
    padding: 0;
    border-bottom: 1px solid #eee;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 29px;
}

#main {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.nav_sng {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 10px 20px;
    margin-top: 40px;
}

.nav-gallary {
    position: relative;
    padding: 0 5px;
    margin: 0 5px;
    font-size: 2em;
    font-weight: 700;
    color: #fe0000 !important;
    text-decoration: none;
    line-height: 1.5;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.25);
}

.nav-gallary:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #222222;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border-radius: 5px;
}

.nav-gallary.active {
    color: black;
    -webkit-transition: all 350ms;
    transition: all 350ms;
}

.nav-gallary.active:before {
    width: 100%;
}

.gallary_1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}


/*.project {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 0 calc(100% - 20px);
    margin: 10px;
}*/

.project:hover .project-info {
    background-image: var(--logo-gradient);
    opacity: 0.8;
}

@media (min-width: 520px) {
    .project {
        -webkit-box-flex: 0;
        flex: 0 0 calc((100% / 2) - 20px);
    }
}

@media (min-width: 860px) {
    .project {
        -webkit-box-flex: 0;
        flex: 0 0 calc((100% / 3) - 20px);
    }
}

.project-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--br);
}

div#map {
    border: 15px solid #fff;
    border-radius: var(--br);
    box-shadow: var(--bs-lg);
}

.about_address {
    border: 15px solid #fff;
    border-radius: var(--br);
    box-shadow: var(--bs-lg);
    padding: 15px;
}

.project-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 40px;
    color: #f6f6f6;
    opacity: 0;
    -webkit-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
}

.project-info:hover {
    opacity: .6;
}

@media (max-width: 520px) {
    .project-info {
        opacity: .8;
    }
}

.project-info-title {
    margin: 0 0 .5em;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    position: relative;
    z-index: 999;
}

.project-info-button {
    padding: .5em 1em;
    color: inherit;
    text-decoration: none;
    border: 1px solid #f6f6f6;
    border-radius: 3px;
    -webkit-transition: all 350ms;
    transition: all 350ms;
}

.project-info-button:hover {
    color: #595959;
    background: #f6f6f6;
    border-color: #f6f6f6;
}

.card {
    height: 100%;
    box-shadow: var(--bs-md);
}

.item.imgpadding .img-fluid {
    border-radius: var(--br);
    margin: 0px !important;
}

.card-header {
    padding: 10px 20px;
}

img.magazineimage {
    border-radius: 5px;
    height: 380px !important;
    width: 100%;
    object-fit: cover;
}

.card-body {
    padding: 10px;
}

.card {
    height: 100%;
}

.card-header.magazin {
    font-size: 20px !important;
    text-align: center;
    font-weight: 600;
    color: #fe0000;
    margin: 0;
    height: auto !important;
    line-height: normal !important;
    text-transform: capitalize;
}

.item.imgpadding {
    padding: 5px;
    background: #fff;
    box-shadow: var(--bs-lg);
    border-radius: var(--br);
}

.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.learn-more {
    width: 12rem;
    height: auto;
}

.learn-more .circle {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2.2rem;
    height: 2.2rem;
    background-image: var(--logo-gradient) !important;
    border-color: var(--logo-gradient) !important;
    border-radius: 1.625rem;
}

.learn-more .circle .icon {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.learn-more .circle .icon.arrow {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.325rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.learn-more .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.35rem 0;
    margin: 0 0 0 .85rem;
    color: var(--logo-color);
    border-color: var(--logo-gradient);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.learn-more:hover .circle {
    width: 100%;
}

.learn-more:hover .circle .icon.arrow {
    background: #fff;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0);
}

.learn-more:hover .button-text {
    color: #fff;
}

.partner-box.medi {
    border: 1px solid #00000014;
    border-radius: var(--br);
    box-shadow: var(--bs-sm);
    background: var(--bg_white);
    padding: 14px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
@media (min-width:991px){
	.partner-box.medi {
		max-height: 160px;
	}
	.partner-box.medi.auto-height {
		max-height: 100%;
	}
}


.img_ser {
    border-radius: var(--br);
    height: 200px;
    width: 100%;
    border: 1px solid #82828214;
    padding: 1px;
}

.partner-box.medi:hover {
    box-shadow: var(--bs-lg);
}

.gy {
    margin-top: 47px;
}

._sng .fade {
    opacity: 1 !important;
    background: #00000063;
}

._sng .modal-title {
    font-size: 20px !important;
    color: #4b4a4a;
    font-weight: 500;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 600px) and (min-width: 200px) {
    .hero .hero-text {
        width: 90%!important;
        height: 30px!important;
        font-size: 12px!important;
        margin-top: 2px!important;
        height: auto!important;
    }
    .imgnon {
        display: none;
    }
    .owl-theme .owl-controls {
        margin-top: 10px;
        text-align: center;
        display: none!important;
    }
    .hero .hero-text p {
        font-size: 12px!important;
        text-align: left!important;
        font-family: unset!important;
        font-weight: 200!important;
        margin-top: 0%!important;
        height: 40px!important;
    }
    .hei {
        height: 90%;
        width: 100%;
    }
}


/* @media only screen and (max-width: 600px) {
  .hero .hero-text {
    width:90%;
    height:70px!important;}
     .hero .hero-text .p{
    font-size:12px!inmportant;text-align:left;font-family: unset;font-weight: 200;margin-top: 0%;
    
  }
} */

.hero .hero-text p {
    padding: 0px;
    margin: 0 auto;
    display: block;
    border-left: 12px solid red!important;
    color: #FFFFFF;
    /*text-transform: uppercase;*/
    font-weight: 700;
    margin-left: 5%;
    height: 100px;
    padding-left: 15px;
    /*padding-right: 20%;*/
}

.hero .hero-text p {
    font-size: 25px;
    text-align: left;
    font-family: unset;
    font-weight: 700;
    margin-top: 1%;
}

#map {
    height: auto;
    width: 100%;
}

#fz {
    margin-top: 15px;
}

.copyright-info {
    margin: 0px auto 0!important;
}

.crunchify-top:hover {
    color: #fff !important;
    background-color: #ed702b;
    text-decoration: none;
}

.crunchify-top {
    display: none;
    position: fixed;
    bottom: 11rem;
    right: 2rem;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.4rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border-radius: 3.2rem;
    text-align: center;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
}

.icon-xl {
    font-size: 200px;
}

.btn.btn-primary {
    color: #323232;
    border-radius: 50px;
    padding: 10px 30px;
    background: none;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.btn.btn-primary:hover {
    color: #fff;
}

.btn.btn-primary.white {
    border: 2px solid #fff;
    color: #fff;
}

.btn.btn-primary.white:hover {
    border: 2px solid transparent;
}

.btn.btn-primary.square {
    border-radius: 0;
    color: #fff;
}

.btn.btn-primary.solid {
    color: #fff;
}

.btn.btn-primary.solid.blank:hover {
    color: #333;
}

.btn.btn-primary.solid:hover {
    background: none;
}

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #6A6A6A;
    background: url(../images/darkgrain.png) repeat scroll 0 0 !important;
}

h1,
h2,
h3 {
    color: #323232;
}

.banner_width {
    width: 100%;
    height: 270px;
}

.project_width {
    width: 100%
}

.widget-titles {
    margin-bottom: -6px;
    font-size: 22px;
    font-weight: 500;
}

.target {
    height: calc(100% - 70px);
}

.case {
    height: 32px;
}

.image_width {
    width: 100%;
    height: 212px;
}

@media (min-width:320px) and (max-width:425px) {
    .fz {
        display: none;
    }
}

.image_icon {
    width: 5.5%;
}

.services_title {
    font-family: cursive;
    margin-left: 1%;
}

.body-inner {
    position: relative;
    overflow: hidden;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a.read-more {
    color: #323232;
}

.ts-padding {
    padding: 50px;
}

.p-0 {
    padding: 0;
}

.media>.float-left {
    margin-right: 20px;
}

.heading {
    padding-bottom: 50px;
    margin-top: -3px;
    transition: all 0.3s ease 0s;
}

.gap-60 {
    clear: both;
    height: 60px;
}

.gap-40 {
    clear: both;
    height: 40px;
}

.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}

a:focus {
    outline: 0;
}

ul.circle,
ul.check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.circle li {
    position: relative;
    margin-left: 30px;
    padding-bottom: 20px;
}

ul.circle li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 8px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    position: absolute;
    left: -33px;
    top: 5px;
}

ul.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.check-list li {
    margin-bottom: 5px;
}

ul.check-list li i {
    margin-right: 10px;
    font-size: 14px !important;
}

ul.arrow li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
}

blockquote p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-style: italic;
    color: #959595;
}

blockquote {
    margin: 20px 0;
    padding: 10px 20px;
}


/* Common styles
================================================== */


/* Angle */

.angle:before {
    background: #fff;
    content: "";
    height: 75px;
    top: -37px;
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
}

.portfolio.angle:before {
    background: #f5f5f5;
}

.portfolio.angle {
    padding-bottom: 120px;
}

.clients.angle {
    padding: 120px 0;
}

.parallax h2,
.parallax h3 {
    color: #fff;
    margin-top: 0;
}

.parallax .btn {
    color: #fff;
}

.parallax h3 {
    margin-bottom: 30px;
}

.parallax .btn.solid {
    margin-left: 10px;
}


/* Deafult title */

.title-icon {
    font-size: 32px;
    margin-right: 15px;
    margin-top: 9px;
    color: #959595;
}

.title-icon.classic {
    margin-top: 0;
}

.title {
    position: relative;
    margin: 0;
    line-height: 32px;
    border-left: 2px solid #e7e7e7;
    display: inline-block;
    padding-left: 15px;
    transition: all 0.3s ease 0s;
}

.title.classic {
    line-height: 40px;
    height: 34px;
}

.title-desc {
    font-family: 'Lato', serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    color: #6A6A6A;
}


/* Title style 2 */

.title2 {
    position: relative;
    margin-top: 30px;
}

.title2:after {
    content: '';
    width: 150px;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    height: 3px;
    background: #dedede;
    position: absolute;
}

.title2 .title-desc {
    padding-top: 30px;
}


/* Title border */

.title-border {
    line-height: normal;
    margin-top: 0;
}

.post-title {
    font-size: 24px;
    line-height: normal;
}

.post-title a {
    color: #323232;
}

.long-desc {
    font-size: 16px;
}


/* Icon pentagon */

.icon-pentagon {
    display: inline-block;
    height: 24px;
    width: 40px;
    position: relative;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.icon-pentagon:hover {
    color: rgba(0, 0, 0, 0.5);
}

.icon-pentagon:before {
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    top: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.icon-pentagon:after {
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    bottom: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.icon-pentagon i {
    font-size: 20px;
    line-height: 24px;
}

.service-icon {
    height: 46px;
    width: 90px;
    margin-bottom: 50px;
}

.service-icon:before {
    border-left: 45px solid rgba(0, 0, 0, 0);
    border-right: 45px solid rgba(0, 0, 0, 0);
    top: -30px;
}

.service-icon:after {
    border-left: 45px solid rgba(0, 0, 0, 0);
    border-right: 45px solid rgba(0, 0, 0, 0);
    bottom: -30px;
}

.service-icon i {
    font-size: 36px;
    line-height: 46px;
}


/* Carousel controller */

.carousel-control {
    width: auto;
}

.ts-carousel-controller {
    text-align: center;
    padding-top: 50px;
    z-index: 1;
    position: relative;
}

.ts-carousel-controller .left,
.ts-carousel-controller .right,
.owl-controls .owl-prev,
.owl-controls .owl-next {
    cursor: pointer;
    background: #f6f6f6;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #989898;
    opacity: 1;
    top: auto;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}

.owl-controls .owl-next {
    margin-left: 6px;
}

.ts-carousel-controller .left:hover,
.ts-carousel-controller .right:hover,
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
    color: #fff;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    display: inline-block;
}


/* Input form */

.form-control {
    box-shadow: none;
    border: 1px solid #dedede;
    padding: 6px 20px;
    height: 50px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}


/*-- Flex slider --*/

.portfolio-slider .flexslider,
.ts-flex-slider .flexslider {
    border: 0;
    box-shadow: none;
}

.portfolio-slider .flex-direction-nav a,
.ts-flex-slider .flex-direction-nav a {
    opacity: 0;
    background: #000;
    color: #fff !important;
    text-align: center;
    text-shadow: none;
    line-height: 40px;
}

.portfolio-slider .flex-direction-nav a:before {
    font-size: 32px;
}

.portfolio-slider .flex-direction-nav a:hover,
.ts-flex-slider .flex-direction-nav a:hover {
    color: #fff;
    opacity: 1;
}

.flexportfolio.flexslider .slides img {
    height: auto;
}


/*-- Pagination --*/

.pagination li a {
    border-radius: 0 !important;
    margin-right: 8px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
    color: #fff;
    border: 1px solid transparent;
}


/* Main navigation */

.navbar {
    padding: 0;
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

@media (max-width: 991px) {
    .navbar-nav .nav-link {
        padding: 10px !important;
    }
}


/* Dropdown */

.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.dropdown-item {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: .2s ease;
}

.dropdown-item:hover {
    background: #fff;
}

.dropdown-menu {
    padding: 0 15px;
    border: 0;
    border-radius: 0px;
    width: 100%;
    box-shadow: none;
    background: none;
    min-width: 217px;
    top: 100%;
    left: -10px;
    border-radius: 0;
    display: block;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background: #fff;
}

@media (max-width: 991px) {
    .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: unset;
        transform-origin: unset;
        text-align: center;
    }
}

.dropdown-menu.show {
    visibility: hidden;
}

@media (max-width: 991px) {
    .dropdown-menu.show {
        visibility: visible;
        display: block;
    }
}


/*-- Header style 1 --*/

@media (max-width: 991px) {
    .header {
        background: #191919;
        box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 991px) {
    .header .navbar {
        padding: 16.5px 0;
    }
}

.header-solid {
    background: #191919;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}


/*-- Logo --*/

.navbar-brand.navbar-bg {
    position: absolute;
    left: 0;
    padding: 3px 15px 10px;
    width: 20%;
    height: 62px;
    line-height: 62px;
}


/* Header Style - 2
================================================== */

.header2 {
    padding: 8px 0;
}

@media (max-width: 991px) {
    .header2 {
        background: #191919;
        box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
    }
}

.header2 .navbar {
    padding: 0;
}

.header2 .navbar-brand {
    background: none;
    padding-top: 3px;
}


/* Header Style - 3
================================================== */

.header3 .navbar {
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.header3 .navbar-brand {
    background: transparent;
}

.header3 .navbar-toggler {
    background: transparent;
}


/* Header Style - 4
================================================== */

.header4 {
    background: #fff;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.header4 .navbar-brand {
    background: transparent;
}

.header4 .navbar-toggler {
    background: transparent;
}


/* Slideshow
================================================== */


/*-- Main slide --*/

.overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/overaly.png);
}

#main-slide .carousel-item img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

#main-slide .carousel-item {
    -webkit-backface-visibility: hidden;
}

#main-slide .carousel-item .slider-content {
    z-index: 1;
    opacity: 0;
    transition: opacity 500ms;
}

#main-slide .carousel-item.active .slider-content {
    opacity: 1;
    transition: opacity 100ms;
}

#main-slide .slider-content {
    top: 50%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    color: #fff;
}

#main-slide .carousel-indicators {
    bottom: 70px;
}

.carousel-indicators li {
    width: 30px !important;
    height: 10px !important;
    margin: 1px !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
}

#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
    transition: all 300ms ease;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

#main-slide:hover .carousel-control.left {
    left: 20px;
}

#main-slide:hover .carousel-control.right {
    right: 20px;
}

#main-slide .carousel-control.left span {
    padding: 15px;
}

#main-slide .carousel-control.right span {
    padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
}

@media (min-width:320px) and (max-width:425px) {
    .fz {
        height: 150px;
    }
}

@media (min-width:320px) and (max-width:425px) {
    .maps {
        height: 200px;
        position: relative;
        overflow: hidden;
        margin-top: -45px;
    }
    section {
        padding: 37px 0;
        position: relative;
    }
    .portfolio-fullwidth .dt-sc-one-third {
        width: 31.9%;
        box-shadow: var(--bs-md);
        border-radius: var(--br);
    }
    .portfolio-fullwidth figure {
        margin: 0px;
    }
    .portfolio-fullwidth .tm-service,
    .portfolio-fullwidth .tm-service-frontside::before,
    .portfolio-fullwidth .tm-service-backside,
    .portfolio-fullwidth .tm-service-inner {
        border-radius: var(--br);
    }
}


/* Banner area */

#banner-area {
    position: relative;
}

.banner-title-content {
    position: absolute;
    top: 40%;
    width: 100%;
    height: 100%;
}

.banner-title-content .breadcrumb {
    background: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.banner-title-content .breadcrumb a:hover {
    color: #ccc;
}

@media screen and (min-width: 46em) {
    .hero .hero-text {
        padding: 0 2rem;
        padding: 0 1rem;
        margin: 0 auto;
        display: block;
        border-left: 12px solid #f04732;
        color: #FFFFFF;
        font-weight: 700;
        margin-left: 45px;
        text-size: 30px;
        text-align: left;
        font-size: 12px;
        margin-top: -24px;
    }
}

@media screen and (min-width: 1220px) {
    .hero {
        height: 100vh;
    }
    .hero .hero-text {
        padding: 0 1rem;
        margin: 0 auto;
        display: block;
        border-left: 12px solid #f04732;
        color: #FFFFFF;
        font-weight: 700;
        margin-left: 45px;
        text-size: 30px;
        text-align: left;
        font-size: 25px;
        margin-top: -24px;
    }
    .owl-theme .owl-controls {
        display: none!important;
    }
    .servicescenter {
        text-align: center;
    }
    .titlecase {
        font-family: sans-serif;
        font-weight: 900;
        color: #f04732!important;
    }
    .index_heading {
        padding-bottom: 10px;
        margin-top: 10px;
        transition: all 0.3s ease 0s;
    }
}


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

.textanimation {
    position: relative;
    animation-name: example;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes example {
    from {
        left: 400px;
    }
    to {
        left: 0px;
    }
}

.imageanimation {
    position: relative;
    animation-name: example2;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes example2 {
    from {
        top: 200px;
    }
    to {
        top: 0px;
    }
}

.imageanimation2 {
    /*width: 100px;*/
    /*height: 100px;*/
    /*background: red;*/
    position: relative;
    animation-name: example3;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes example3 {
    from {
        bottom: 400px;
    }
    to {
        bottom: 0px;
    }
}

.active {
    font-weight: bold;
    color: #FF0000;
}

.modal {
    padding-right: 0px !important;
}

@media only screen and (max-width: 600px) {
    .res {
        position: absolute !important;
        left: 0 !important;
        padding: 3px 15px 10px !important;
        width: 38% !important;
        height: 62px !important;
        line-height: 62px !important;
        margin-top: 15px!important;
    }
    .navbar-expand-lg {
        padding-bottom: 0px!important;
    }
    .carousel-inner {
        margin-top: -17px!important;
    }
}

.headingtext {
    text-transform: none!important;
    font-family: sans-serif!important;
    font-weight: bold;
}

.breadcrumb {
    float: right!important;
}

.footer_padding {
    margin-bottom: 0px!important;
    text-transform: capitalize;
    font-family: Lato, sans-serif;
}

@media (min-width:150px) and (max-width:425px) {
    .marginmobile {
        margin-top: 0px!important;
    }
    .mobilemenu {
        color: #fff;
        background: #191919!important;
    }
}

.marginmobile {
    margin-top: -10px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #aaaaaa;
}


/* Section Title */

.section-title {
    margin-bottom: 10px;
    position: relative;
    font-size: 33px;
    font-weight: 500;
}

.section-title-wrap {
    text-align: center;
    width: 100%;
    display: table;
}

.section-title-wrap span.divider {
    height: 3px;
    width: 80px;
    margin: 0 0 15px;
    border-bottom: 2px solid #fd0000;
    position: relative;
    display: inline-block;
}

.section-title-wrap span.divider:before {
    width: 45px;
    height: 2px;
    margin-left: 17px;
    content: "";
    display: block;
    background: #fd0000;
    margin: 5px auto;
}


/* Inner Title */

.section-title-wrap-inner {
    text-align: left;
    width: auto;
    display: block;
}

.section-title-wrap-inner .section-title {
    margin-bottom: 10px;
    position: relative;
    font-size: 33px;
    font-weight: 500;
}

.section-title-wrap-inner span.divider {
    height: 0px;
    width: 200px;
    margin: 0 0 15px;
    border-bottom: 2px solid #fd0000;
    position: relative;
    display: inline-block;
}

.section-title-wrap-inner span.divider:before {
    width: 115px;
    height: 2px;
    content: "";
    display: block;
    background: #fd0000;
    margin: 5px 0;
}

.section-title-wrap-inner .section-title .navi-buttons {
    float: right;
}

.section-title-wrap-inner .section-title .navi-buttons a {
    color: #000;
    background-color: #343a40;
    border-color: #343a40;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: all .3s ease-in-out;
    background: #fff;
}

.section-title-wrap-inner .section-title .navi-buttons a:hover {
    background-color: #fd0000;
    border-color: #fd0000;
}

@media only screen and (max-width:768px) {
    .section-title,
    .section-title-wrap-inner .section-title {
        font-size: 27px;
    }
    .section-title-wrap-inner .section-title .navi-buttons {
        display: none;
    }
}


/* End Inner Title Main*/


/* Services */

section.service {
    padding: 40px 0px 30px;
}

.service-box .icon-bx-wraper {
    position: relative;
    padding: 35px 30px;
    background: var( --bg_white);
    margin-bottom: 30px;
    box-shadow: var(--bs-lg);
    border-radius: var(--br);
    z-index: 1;
    min-height: 375px;
    overflow: hidden;
}

.service-box.icon-bx-wraper:hover,
.service-box .icon-bx-wraper:hover .dlab-tilte,
.service-box .icon-bx-wraper:hover .dlab-tilte a,
.service-box .icon-bx-wraper:hover p,
.service-box .icon-bx-wraper:hover p a,
.service-box .icon-bx-wraper:hover .icon-lg i,
.service-box .icon-bx-wraper:hover:before {
    color: #fff;
}

.service-box .icon-bx-wraper:before {
    content: attr(data-name);
    position: absolute;
    font-size: 80px;
    right: 30px;
    top: 58px;
    line-height: 80px;
    font-weight: 700;
    color: #000;
    opacity: .05;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.service-box .icon-bx-wraper:hover:before {
    opacity: .4;
}

.service-box .icon-lg {
    margin-bottom: 25px;
    width: 80px;
    display: inline-block;
}

.service-box .icon-bx-wraper:after {
    content: "";
    height: 100%;
    width: 0;
    background-image: var(--logo-gradient);
    opacity: .7;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.service-box .icon-bx-wraper:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right;
}

.icon-content {
    overflow: hidden;
}

.service-box .dlab-tilte,
.service-box .dlab-tilte a {
    font-size: 22px;
    font-weight: 700 !important;
    letter-spacing: .9px;
    color: #000;
    margin-bottom: 15px;
    line-height: 30px;
    margin-top: 0;
    position: relative;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    font-weight: 500;
}

.service-box p,
.service-box p a {
    transition: all .3s ease-in-out;
    text-align: justify;
    color: #6A6A6A;
}

.icon-bx-wraper p:last-child {
    margin: 0;
}


/* End Service Box */


/* Testimonial Carousal */

.testimonial-section {
    padding: 0;
}

.testimonial-section .parallax {
    padding: 50px 0 30px;
}

.testimonial-new {
    display: flex;
    align-items: center;
    padding: 0 100px 30px;
    box-sizing: border-box;
}

.testimonial-new.testimonial-box {
    background-color: var(--black);
    box-shadow: var(--bs-lg);
    margin: 30px 100px !important;
    padding: 15px 40px;
    border-radius: var(--br);
    opacity: 0.8;
}

.quote-left,
.quote-right {
    position: relative;
}

.testimonial-new .testimonial-pic {
    width: 250px;
    height: auto;
    min-width: 250px;
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: #fff;
    border: 5px solid #ececec;
    border-radius: 50%;
}

.testimonial-new.testimonial-box .testimonial-detail {
    padding: 50px 20px;
    text-align: left;
}

.testimonial-new.testimonial-box .quote-left:before,
.testimonial-new.testimonial-box .quote-right:after {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.7);
}

.quote-left:before,
.quote-right:after {
    font-family: FontAwesome;
    position: absolute;
    z-index: 10;
    top: 15px;
}

.testimonial-new.testimonial-box .quote-left:before {
    left: 20px;
    top: 25px;
}

.quote-left:before {
    content: "\f10d";
    left: 0;
}

.testimonial-new.testimonial-box .quote-right:after {
    top: auto;
    right: 50px;
    bottom: 50px;
}

.quote-right:after {
    content: "\f10e";
    left: auto;
    right: 0;
}

.testimonial-text {
    padding: 0 0 15px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

.testimonial-new .testimonial-name {
    font-size: 20px;
    line-height: 30px;
    color: #ff8b8b !important;
    font-weight: 500;
    margin-bottom: 5px;
}

.testimonial-name,
.testimonial-position {
    display: block;
}

.testimonial-position {
    font-size: 15px;
    color: #e8e8e8;
}

.testimonial-new.testimonial-box .testimonial-text p {
    line-height: 28px;
    font-size: 16px;
    font-style: italic;
    color: #ececec;
    text-align: justify;
}

.testimonial-slide .testimonial-text:before,
.testimonial-slide .testimonial-text:after {
    content: normal;
}

@media only screen and (max-width:768px) {
    .testimonial-new .testimonial-pic {
        width: 100px;
        min-width: 100px;
        margin-right: 15px;
    }
    .testimonial-new {
        display: block;
    }
    .testimonial-new.testimonial-box {
        margin: 0 30px !important;
        padding: 15px 15px;
        border-radius: 15px;
    }
    .testimonial-new.testimonial-box .testimonial-text p {
        line-height: 22px;
        font-size: 13px;
        text-align: justify;
    }
    .testimonial-new.testimonial-box .quote-right:after {
        right: 0;
    }
}


/* End Testimonial Carousal */


/* Clients Carousal */

section.clients {
    padding: 30px 0;
    position: relative;
}

#client-carousel figure.client_logo {
    background: var(--bg_white);
    border: 1px solid #ececec;
    border-radius: var(--br);
    box-shadow: var(--bs-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    min-height: 124px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    transition: all .3s ease-in-out;
}

#client-carousel figure:hover {
    box-shadow: var(--bs-lg);
}

section.blog {
    padding: 50px 0px !important;
    background-image: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.13)), url(../images/landing/blog_bg_1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

*,
** {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.btn-danger {
    color: #fff;
    background-color: var(--logo-pri) !important;
    border-color: var(--logo-pri) !important;
    text-shadow: 6px 1px 15px rgba(0, 0, 0, 0.22);
    position: relative;
    top: 17px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 0;
    padding: 6px 18px;
    text-decoration: none;
    overflow: hidden;
    top: 8px;
    border-radius: 5px;
    box-shadow: var(--bs-md);
}

.btn-danger:hover {
    color: #15151e !important;
    box-shadow: var(--bs-md);
    text-shadow: 6px 1px 15px rgba(0, 0, 0, 0.22);
}

a.type1 {
    background: #fe0000 !important;
    border: transparent;
    color: #fff !important;
    font-weight: 400;
}

.btn-danger::before {
    position: absolute;
    content: '';
    right: 100%;
    background-image: var(--logo-gradient);
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: -1;
}

.btn-danger:hover:before {
    right: 0;
}

.dt-sc-one-third .tm-service-frontside {
    box-shadow: var(--bs-lg);
    border-radius: var(--br);
}

.type1.active-sort {
    background-image: var(--logo-gradient) !important;
    border: transparent !important;
    box-shadow: var(--bs-lg) !important;
}

.portfolio-fullwidth .tm-service,
.portfolio-fullwidth .tm-service-frontside::before,
.portfolio-fullwidth .tm-service-backside,
.portfolio-fullwidth .tm-service-inner {
    border-radius: var(--br);
}

#map {
    height: auto;
    width: 100%;
}

#fz {
    margin-top: 15px;
}

.copyright-info {
    margin: 0px auto 0!important;
}

.crunchify-top:hover {
    color: #fff !important;
    background-color: #ed702b;
    text-decoration: none;
}

.w-100 {
    width: 100%;
}

.crunchify-top {
    display: none;
    position: fixed;
    bottom: 11rem;
    right: 2rem;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.4rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border-radius: 3.2rem;
    text-align: center;
    cursor: pointer;
}


/* Mohd Saqib (27-05-2020) */

.process-circle {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -30px;
    left: 3px;
    border: 2px solid #ffffff !important;
    background: #b6b6b6 !important;
    color: #ffffff !important;
    box-shadow: 0px 0px 8px rgba(3, 3, 3, 0.2);
}


/* End Mohd Saqib */

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@font-face {
    font-family: 'JaapokkiRegular';
    src: url("fonts/jaapokki/jaapokki-regular.eot");
    src: url("fonts/jaapokki/jaapokki-regular.eot?#iefix") format("embedded-opentype"), url("fonts/jaapokki/jaapokki-regular.woff") format("woff"), url("fonts/jaapokki/jaapokki-regular.ttf") format("truetype"), url("fonts/jaapokki/jaapokki-regular.svg#JaapokkiRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

h1,
.h1 {
    font-size: 36px;
    line-height: 48px;
}

h2,
.h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 18px;
    line-height: 28px;
}

h5,
.h5 {
    font-size: 14px;
    line-height: 24px;
}

.icon-xl {
    font-size: 200px;
}

.btn.btn-primary {
    color: #323232;
    border-radius: 50px;
    padding: 10px 30px;
    background: none;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.btn.btn-primary:hover {
    color: #fff;
}

.btn.btn-primary.white {
    border: 2px solid #fff;
    color: #fff;
}

.btn.btn-primary.white:hover {
    border: 2px solid transparent;
}

.btn.btn-primary.square {
    border-radius: 0;
    color: #fff;
}

.btn.btn-primary.solid {
    color: #fff;
}

.btn.btn-primary.solid.blank:hover {
    color: #333;
}

.btn.btn-primary.solid:hover {
    background: none;
}

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3 {
    color: #323232;
}

.body-inner {
    position: relative;
    overflow: hidden;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a.read-more {
    color: #323232;
}

section {
    position: relative;
}

.ts-padding {
    padding: 50px;
}

.p-0 {
    padding: 0;
}

.media>.float-left {
    margin-right: 20px;
}

.heading {
    padding-bottom: 50px;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
}

.gap-60 {
    clear: both;
    height: 60px;
}

.gap-40 {
    clear: both;
    height: 40px;
}

.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}

a:focus {
    outline: 0;
}

ul.circle,
ul.check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.circle li {
    position: relative;
    margin-left: 30px;
    padding-bottom: 20px;
}

ul.circle li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 8px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    position: absolute;
    left: -33px;
    top: 5px;
}

ul.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.check-list li {
    margin-bottom: 5px;
}

ul.check-list li i {
    margin-right: 10px;
    font-size: 14px !important;
}

ul.arrow li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
}

blockquote p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-style: italic;
    color: #959595;
}

blockquote {
    margin: 20px 0;
    padding: 10px 20px;
}


/* Common styles

================================================== */


/* Angle */

.angle:before {
    background: #fff;
    content: "";
    height: 75px;
    top: -37px;
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
}

.portfolio.angle:before {
    background: #f5f5f5;
}

.portfolio.angle {
    padding-bottom: 120px;
}

.clients.angle {
    padding: 120px 0;
}

.parallax h2,
.parallax h3 {
    color: #fff;
    margin-top: 0;
}

.parallax .btn {
    color: #fff;
}

.parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    /* background-image: var(--logo-gradient);*/
}

.parallax h3 {
    margin-bottom: 30px;
}

.parallax1 {
    background: url(images/parallax/parallax1.jpg) no-repeat;
}

.parallax2 {
    background: url(images/parallax/parallax2.jpg) no-repeat;
}

.parallax3 {
    background: url(../images/parallax/testimonial_bg.jpg) no-repeat !important;
    width: 100%;
    background-attachment: fixed !important;
    background-size: 100% !important;
    background-repeat: no-repeat;
}

.parallax4 {
    background: url(images/parallax/parallax4.jpg) no-repeat;
}

.parallax .btn.solid {
    margin-left: 10px;
}


/* Deafult title */

.title-icon {
    font-size: 32px;
    margin-right: 15px;
    margin-top: 9px;
    color: #959595;
}

.title-icon.classic {
    margin-top: 0;
}

.title {
    position: relative;
    margin: 0;
    line-height: 32px;
    border-left: 2px solid #e7e7e7;
    display: inline-block;
    padding-left: 15px;
    transition: all 0.3s ease 0s;
}

.title.classic {
    line-height: 40px;
    height: 34px;
}

.title-desc {
    font-family: 'Lato', serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    color: #6A6A6A;
}


/* Title style 2 */

.title2 {
    position: relative;
    margin-top: 30px;
}

.title2:after {
    content: '';
    width: 150px;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    height: 3px;
    background: #dedede;
    position: absolute;
}

.title2 .title-desc {
    padding-top: 30px;
}


/* Title border */

.title-border {
    line-height: normal;
    margin-top: 0;
}

.widget-title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
}

.post-title {
    font-size: 24px;
    line-height: normal;
}

.post-title a {
    color: #323232;
}

.long-desc {
    font-size: 16px;
}


/* Icon pentagon */

.icon-pentagon {
    display: inline-block;
    height: 24px;
    width: 40px;
    position: relative;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.icon-pentagon:hover {
    color: rgba(0, 0, 0, 0.5);
}

.icon-pentagon:before {
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    top: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.icon-pentagon:after {
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    bottom: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.icon-pentagon i {
    font-size: 20px;
    line-height: 24px;
}

.service-icon {
    height: 46px;
    width: 90px;
    margin-bottom: 50px;
}

.service-icon:before {
    border-left: 45px solid rgba(0, 0, 0, 0);
    border-right: 45px solid rgba(0, 0, 0, 0);
    top: -30px;
}

.service-icon:after {
    border-left: 45px solid rgba(0, 0, 0, 0);
    border-right: 45px solid rgba(0, 0, 0, 0);
    bottom: -30px;
}

.service-icon i {
    font-size: 36px;
    line-height: 46px;
}


/* Carousel controller */

.carousel-control {
    width: auto;
}

.ts-carousel-controller {
    text-align: center;
    padding-top: 50px;
    z-index: 1;
    position: relative;
}

.ts-carousel-controller .left,
.ts-carousel-controller .right,
.owl-controls .owl-prev,
.owl-controls .owl-next {
    cursor: pointer;
    background: #f6f6f6;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #989898;
    opacity: 1;
    top: auto;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}

.owl-controls .owl-next {
    margin-left: 6px;
}

.ts-carousel-controller .left:hover,
.ts-carousel-controller .right:hover,
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
    color: #fff;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    display: inline-block;
}


/* Input form */

.form-control {
    box-shadow: none;
    border: 1px solid #dedede;
    padding: 6px 20px;
    height: 50px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}


/*-- Flex slider --*/

.portfolio-slider .flexslider,
.ts-flex-slider .flexslider {
    border: 0;
    box-shadow: none;
}

.portfolio-slider .flex-direction-nav a,
.ts-flex-slider .flex-direction-nav a {
    opacity: 0;
    background: #000;
    color: #fff !important;
    text-align: center;
    text-shadow: none;
    line-height: 40px;
}

.portfolio-slider .flex-direction-nav a:before {
    font-size: 32px;
}

.portfolio-slider .flex-direction-nav a:hover,
.ts-flex-slider .flex-direction-nav a:hover {
    color: #fff;
    opacity: 1;
}

.flexportfolio.flexslider .slides img {
    height: auto;
}


/*-- Pagination --*/

.pagination li a {
    border-radius: 0 !important;
    margin-right: 8px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
    color: #fff;
    border: 1px solid transparent;
}


/* Main navigation */

.navbar {
    padding: 0;
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    padding: 36px 8px 20px !important;
    transition: .2s ease;
    font-size: 15px;
    transition: all .3s ease-in-out;
}

@media (max-width: 991px) {
    .navbar-nav .nav-link {
        padding: 10px !important;
    }
}


/* Dropdown */

.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.dropdown-item {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: .2s ease;
}

.dropdown-item:hover {
    background: #fff;
}

.dropdown-menu {
    padding: 0 15px;
    border: 0;
    border-radius: 0px;
    width: 100%;
    box-shadow: none;
    background: none;
    min-width: 217px;
    top: 100%;
    left: -10px;
    border-radius: 0;
    display: block;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background: #fff;
}

@media (max-width: 991px) {
    .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: unset;
        transform-origin: unset;
        text-align: center;
    }
}

.dropdown-menu.show {
    visibility: hidden;
}

@media (max-width: 991px) {
    .dropdown-menu.show {
        visibility: visible;
        display: block;
    }
}


/*-- Header style 1 --*/

@media (max-width: 991px) {
    .header {
        background: #191919;
        box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 991px) {
    .header .navbar {
        padding: 16.5px 0;
    }
}

.fixed-top.header-solid {
    background: #fff;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.5);
}

.fixed-top.header-solid .navbar-dark .navbar-nav .nav-link {
    color: #191919;
}

.fixed-top.header-solid .navbar-brand.navbar-bg img {
    max-width: 187px;
}


/*.header-solid {

  background: #191919;

  box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);

}*/


/*-- Logo --*/

.navbar-brand.navbar-bg {
    /*margin-left:17%;
    position: absolute;
    left: 0;
    padding: 9px 15px 10px;
    width: 14%;
    height: 62px;
    line-height: 62px;
    transition: all .3s ease-in-out;*/
    margin-left: 0;
    position: relative;
    left: 0;
    padding: 6px 0px 10px;
    width: 194px;
    height: 62px;
    line-height: 62px;
    transition: all .3s ease-in-out;
}


/* Header Style - 2

================================================== */

.header2 {
    padding: 8px 0;
}

@media (max-width: 991px) {
    .header2 {
        background: #191919;
        box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
    }
}

.header2 .navbar {
    padding: 0;
}

.header2 .navbar-brand {
    background: none;
    padding-top: 3px;
}


/* Header Style - 3

================================================== */

.header3 .navbar {
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.header3 .navbar-brand {
    background: transparent;
}

.header3 .navbar-toggler {
    background: transparent;
}


/* Header Style - 4

================================================== */

.header4 {
    background: #fff;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.header4 .navbar-brand {
    background: transparent;
}

.header4 .navbar-toggler {
    background: transparent;
}


/* Slideshow

================================================== */


/*-- Main slide --*/

.overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(images/overaly.png);
}

#main-slide .carousel-item img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

#main-slide .carousel-item {
    -webkit-backface-visibility: hidden;
}

#main-slide .carousel-item .slider-content {
    z-index: 1;
    opacity: 0;
    transition: opacity 500ms;
}

#main-slide .carousel-item.active .slider-content {
    opacity: 1;
    transition: opacity 100ms;
}

#main-slide .slider-content {
    top: 50%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    color: #fff;
}

#main-slide .carousel-indicators {
    bottom: 70px;
}

.carousel-indicators li {
    width: 30px !important;
    height: 10px !important;
    margin: 1px !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
}

#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
    transition: all 300ms ease;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

#main-slide:hover .carousel-control.left {
    left: 20px;
}

#main-slide:hover .carousel-control.right {
    right: 20px;
}

#main-slide .carousel-control.left span {
    padding: 15px;
}

#main-slide .carousel-control.right span {
    padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
    left: 0;
}

#main-slide .carousel-control .fa-angle-right {
    right: 0;
}

#main-slide .carousel-control i {
    background: none;
    color: #fff;
    line-height: 56px;
    width: 56px;
    height: 56px;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 36px;
    transition: all 500ms ease;
}

#main-slide .carousel-control i:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

#main-slide .slider-content h2 {
    font-size: 52px;
    text-transform: uppercase;
    color: #fff;
}

#main-slide .slider-content h3 {
    font-size: 28px;
    margin-top: 40px;
    color: #fff;
}

.slider.btn {
    padding: 10px 35px;
    margin-top: 40px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.slider.btn.solid {
    margin-left: 15px;
}

.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
}

.slider-content-right {
    position: relative;
}


/*-- Animation */

.carousel .carousel-item.active .animated2,
.flex-active-slide .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .carousel-item.active .animated3,
.flex-active-slide .animated3 {
    -webkit-animation: bounceInLeft 2s ease-in-out 800ms both;
    animation: bounceInLeft 1.5s ease-in-out 800ms both;
}

.carousel .carousel-item.active .animated4,
.flex-active-slide .animated4 {
    -webkit-animation: flipInX 2s ease-in 800ms both;
    animation: flipInX 2s ease-in 800ms both;
}

.carousel .carousel-item.active .animated5,
.flex-active-slide .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .carousel-item.active .animated6,
.flex-active-slide .animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated7,
.flex-active-slide .animated7 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated8,
.flex-active-slide .animated8 {
    -webkit-animation: bounceInDown 1s ease-in 800ms both;
    animation: bounceInDown 1s ease-in 800ms both;
}


/* Flex slider */

.ts-flex-slider {
    position: relative;
}

.ts-flex-slider .flexSlideshow {
    width: 100%;
    overflow: hidden;
}

.overlay2 {
    position: relative;
}

.overlay2 img {
    width: 100%;
}

.overlay2::before {
    position: absolute;
    content: '';
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(images/overaly.png);
}

.ts-flex-slider .flexslider .slides {
    z-index: 0;
}

.ts-flex-slider .slider-content {
    z-index: 3;
}

.ts-flex-slider .flex-direction-nav a {
    width: 55px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
}

.ts-flex-slider .flex-direction-nav a.flex-next {
    border-radius: 3px;
}

.ts-flex-slider .flex-direction-nav a.flex-prev {
    border-radius: 3px;
}

.service-heading {
    padding-bottom: 30px;
    text-align: center;
}

.service-content h3 {
    font-size: 24px;
    color: #414141;
    font-weight: 500;
}

.feature-icon {
    font-size: 28px;
    margin-top: 5px;
}

.feature-content {
    padding-right: 20px;
    padding-left: 55px;
}

.feature-content h3 {
    margin-top: 0;
    font-size: 18px;
}


/* Feature center */

.feature-center-content .feature-center-icon {
    font-size: 72px;
    margin-bottom: 5px;
    display: inline-block;
}

.feature-center-content h3 {
    font-size: 18px;
}


/* Image Block

================================================== */

.image-block {
    background: #f4f4f4;
}

.img-block-right {
    padding-right: 140px;
}

.img-block-head h2 {
    font-size: 18px;
    line-height: normal;
    margin: 5px 0 0 0;
}

.img-block-head h3 {
    font-size: 40px;
    line-height: 100%;
}

.image-block-content {
    padding: 0 50px;
    margin-bottom: 30px;
}

.image-block-content .feature-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

.image-block-content .feature-content {
    padding-left: 85px;
}

.image-block-content .feature-content h3 {
    margin-bottom: 0;
}


/* About us

================================================== */


/* Landing Tab */

.landing-tab .nav-link {
    position: relative;
    color: #6A6A6A;
    transition: .2s ease;
    font-weight: bold;
}

.landing-tab .nav-link i {
    font-size: 30px;
}

.landing-tab .nav-link:hover {
    color: inherit !important;
}

.landing-tab .nav-link:hover i {
    transition: inherit;
}

.landing-tab .nav-link::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    right: -3px;
    top: 0;
    opacity: 0;
}

.landing-tab .nav-link.active {
    background: transparent;
    color: #6A6A6A;
}

.landing-tab .nav-link.active::before {
    opacity: 1;
}


/* Featured Tab */

.featured-tab .nav-link {
    position: relative;
    background: #f2f2f2;
    border-radius: 0;
    padding: 10px;
    transition: all 300ms ease;
}

.featured-tab .nav-link.active:hover {
    color: #fff !important;
}

.featured-tab .nav-link::before {
    left: 100%;
    border: transparent solid;
    content: "";
    position: absolute;
    border-width: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color: #f2f2f2;
    transition: inherit;
}


/* Portfolio

================================================== */

.portfolio {
    background: #f5f5f5;
    padding-bottom: 0;
}

#main-container.portfolio {
    background: none;
}


/*-- Isotope Portfolio start --*/

#isotope .isotope-item {
    padding: 0;
}

.isotope-nav {
    margin: -80px auto 80px;
    display: inline-block;
    float: right;
    position: relative;
    z-index: 100;
}

.isotope-nav ul {
    list-style: none;
    margin: 0;
}

.isotope-nav ul li {
    float: left;
    margin-right: 10px;
}

.isotope-nav ul li a {
    color: #323232;
    padding: 5px 15px 8px;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

.isotope-nav ul a.active,
.isotope-nav ul a:hover {
    color: #fff;
    position: relative;
    border: 1px solid transparent;
}

.isotope-nav ul a.active:after,
.isotope-nav ul a:hover:after {
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -13px;
    margin-left: -8px;
    left: 50%;
    border-width: 7px;
    border-style: solid;
}

#isotope .isotope-item .grid {
    position: relative;
    margin-bottom: -8px;
}

.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    width: 100%;
    height: 100%;
}

.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-oscar {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 5px 5px 5px 5px #666666;
}

figure.effect-oscar img {
    display: block;
    width: 100%;
    opacity: 1;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-oscar figcaption {
    padding: 2.5em;
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
}

figure.effect-oscar h3 {
    font-size: 18px;
    color: #fff;
    opacity: 0;
    margin: 25% 0 10px 0;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-oscar a {
    color: #fff;
    font-size: 18px;
    margin: 20px 5px 0;
    display: inline-block;
    z-index: 1;
    position: relative;
    transition: all 0.35s;
}

figure.effect-oscar a.link i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar a {
    opacity: 0;
    transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, transform 0.35s;
    transition: all 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar:hover h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover h3,
figure.effect-oscar:hover a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(0, 0, 0, 0.5);
}

figure.effect-oscar:hover img {
    opacity: 0.4;
}


/* Portfolio box */

.portfolio-box {
    padding-bottom: 80px;
}

.portfolio-box .isotope-nav {
    margin: 0 auto 60px;
    float: none;
}


/* Portfolio details */

.portfolio-static-item {
    padding-bottom: 20px;
}

.portfolio-static-item figure.effect-oscar a {
    margin-top: 70px;
}

.portfolio-static-desc h3 {
    font-size: 16px;
    margin: 5px 0 -5px 0;
    line-height: normal;
}

.portfolio-static-desc a {
    color: #6A6A6A;
}


/* Portfolio details */

.portfolio-desc h3 {
    margin-top: 0;
}

.portfolio-desc .project-btn {
    margin-top: 20px;
    padding: 8px 25px;
}


/* Counter

================================================== */

.facts-wrapper {
    background: #2a2d32;
    color: #fff;
}

.facts {
    position: relative;
    padding: 46px 40px 30px;
    transition: all 300ms ease;
}

.facts:hover {
    background: #000 !important;
}

.facts.one {
    background: rgba(0, 0, 0, 0.3);
}

.facts.two {
    background: rgba(0, 0, 0, 0.2);
}

.facts.three {
    background: rgba(0, 0, 0, 0.15);
}

.facts.four {
    background: rgba(0, 0, 0, 0.09);
}

.facts i {
    font-size: 36px;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}

.facts-num span {
    font-size: 42px;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
}

.facts h3 {
    font-size: 18px;
    margin-top: 8px;
    color: #fff;
}


/* Counter parallax bg */

.ts_counter_bg .facts {
    padding: 0 15px;
}

.ts_counter_bg .facts:hover {
    background: none !important;
}

.ts_counter_bg .facts-num span {
    margin: 30px 0 20px;
}

.ts_counter.elements .facts {
    padding: 15px;
}


/* Team

================================================== */

.img-hexagon span {
    position: absolute;
    display: block;
    float: left;
    border-left: 120px solid #fff;
    border-right: 120px solid #fff;
}

.img-top {
    top: 0;
    border-top: 0px solid transparent;
    border-bottom: 75px solid transparent;
}

.img-bottom {
    bottom: 0px;
    border-bottom: 0px solid transparent;
    border-top: 75px solid transparent;
}

.img-hexagon {
    width: 240px;
    height: 250px;
    position: relative;
    display: inline-block;
}

.img-hexagon img {
    width: 100%;
    height: 100%;
}

.team-content h3 {
    margin-bottom: 0;
    font-size: 20px;
}

.team-content p {
    color: #959595;
}

.team-social a {
    background: #d5d5d5;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    transition: all 300ms ease;
}

.team-social a.fb:hover {
    background: #325c94;
}

.team-social a.twt:hover {
    background: #00abdc;
}

.team-social a.gplus:hover {
    background: #dd4b39;
}

.team-social a.linkdin:hover {
    background: #007bb6;
}

.team-social a.dribble:hover {
    background: #ea4c89;
}


/* Team list */

.team-list .img-hexagon {
    float: left;
    margin-right: 30px;
}


/* Team list square */

.team-list-square .img-square {
    float: left;
    margin-right: 30px;
}


/* Pricing table

================================================== */

.pricing {
    padding-bottom: 80px;
}

.plan {
    border: 1px solid #dedede;
}

.plan-name {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding: 20px 0;
    color: #959595;
}

.plan-price {
    font-size: 48px;
    padding: 30px 0;
    margin-bottom: 30px;
    position: relative;
    background: #f2f2f2;
}

.plan-price:after {
    bottom: -30px;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-width: 15px;
    border-top-color: #f2f2f2;
    left: 50%;
    margin-left: -16px;
}

.plan.featured .plan-name {
    color: #323232;
}

.plan.featured .plan-price {
    color: #fff;
}

.plan-price .currency {
    top: -0.9em;
    font-size: 50%;
    left: -0.01em;
    font-weight: 700;
}

.plan-name small {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}

.plan-price sub {
    font-size: 18px;
    font-weight: 700;
}

.plan ul {
    background: #fff;
    padding: 0;
    margin-bottom: 0;
}

.plan ul li {
    border-top: 1px dashed #dedede;
    padding: 12px 29px;
    font-weight: 500;
}

.plan ul li:first-child {
    border-top: 0 !important;
}

.plan a.btn {
    color: #323232;
    background: #fff;
    margin-top: 25px;
    margin-bottom: -20px;
    padding: 8px 30px;
}

.plan a.btn:hover {
    color: #fff;
}


/* Testimonial

================================================== */

.testimonial-thumb img {
    border: 1px solid #8E8E8E;
    padding: 3px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.testimonial-slide .testimonial-content h3.name {
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
}

.testimonial-slide .testimonial-content h3 span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: -10px;
}

.testimonial-slide .owl-buttons {
    display: none;
}

.testimonial-slide .testimonial-text {
    font-size: 16px;
    line-height: 24px;
    max-width: 800px;
    padding-top: 30px;
    display: inline-block;
    position: relative;
    color: #fff;
}


/*.testimonial-slide .testimonial-text:before {
    content: '\f10d';
    font-family: FontAwesome;
    padding-right: 10px;
}

.testimonial-slide .testimonial-text:after {
    content: '\f10e';
    font-family: FontAwesome;
    padding-left: 10px;
}*/

.testimonial-slide.owl-theme .owl-controls .owl-page span {
    background: none;
    border: 1px solid #fff;
    opacity: .7;
}

.testimonial-slide.owl-theme .owl-controls .owl-page.active span {
    border: 1px solid transparent;
}


/* Video block

================================================== */

.featured-video {
    background: #fff;
}

.video-block-head h2 {
    font-size: 16px;
    margin: 0;
    line-height: normal;
}

.video-block-head h3 {
    font-size: 24px;
    line-height: normal;
    margin: 0;
}

.video-block-content {
    padding: 10px 0;
}

.video-block-content h3 {
    margin: 0;
    line-height: normal;
}

.video-block-content .btn.btn-primary {
    color: #fff;
    margin: 5px 0 0 40px;
    padding: 8px 25px;
}

.video-block-content .btn.btn-primary:hover {
    color: #333;
}


/* Recent Post

================================================== */

.post-img-wrapper {
    position: relative;
}

.post-img-overlay {
    position: relative;
    display: inline-block;
}

.post-img-overlay::before {
    position: absolute;
    border-radius: 1px;
    background-color: rgba(0, 0, 0, 0);
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.35s;
}

.post-img-overlay:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.post-img-overlay a {
    position: absolute;
    right: 0;
    color: #fff;
    background: #666666;
    padding: 15px 20px;
    opacity: 0;
    transition: all 0.35s;
}

.post-img-overlay a.link {
    right: 0;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.post-img-overlay:hover a.link {
    left: 0;
    right: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.post-img-overlay a.view {
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.post-img-overlay:hover a.view {
    bottom: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.recent-post {
    padding: 0 15px;
}

.recent-post .post-body h3 {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 700;
}

.recent-post .post-body h3 a {
    color: #323232;
}

.recent-post .post-body .post-meta a {
    font-weight: 400;
    font-size: 13px;
}

.recent-post .post-body .post-meta span,
.recent-post .post-body .post-meta span i {
    padding-right: 5px;
}

.recent-post .post-excerpt {
    padding-top: 10px;
}

.recent-post .post-excerpt a.read-more {
    padding: 6px 18px;
    border-width: 1px;
    font-size: 12px;
    margin-top: 10px;
}


/* Clients

================================================== */

.clients {
    color: #fff;
    padding-bottom: 80px;
}

.clients-content {
    padding: 40px 0;
}

.clients h2.title {
    border-left: 0;
    color: #fff;
}


/*.client-carousel .item a {

  margin-right: 20px;

  border: 1px solid #e7e7e7;

  border-radius: 3px;

  display: inline-block;

  padding: 10px;

  transition: all 350ms;

}*/


/* Twitter

================================================== */

.ts_twitter {
    padding: 100px 0;
}

.twitter-feed .twitter-icon i {
    font-size: 78px;
    color: #1dcaff;
}

.twitter-feed .tweet a {
    color: #1dcaff;
}

.twitter-feed .tweet a:hover {
    color: #000;
}

.twitter-feed .tweet p {
    font-size: 18px;
    font-style: italic;
    padding-top: 20px;
}


/* Contact

================================================== */

#contact-form {
    margin-top: 25px;
}

#contact-form label {
    font-weight: normal;
}

.map-wrapper {
    position: relative;
}

.map {
    height: 400px;
    z-index: 1;
}

.contact-info-inner h3 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #fff;
}

.contact-info h3 {
    margin-top: 42px;
    font-size: 24px;
}

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

.contact-info i {
    font-size: 18px;
    margin-right: 10px;
}


/* Contact inside Map */

.contact-info-inner {
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    padding: 25px 30px;
    max-width: 400px;
    max-height: 400px;
    text-align: left;
}

.contact-info-inner p {
    overflow: hidden;
    margin-bottom: 25px;
}

.contact-info-inner p strong {
    display: block;
}

.contact-info-inner i {
    margin-right: 20px !important;
    font-size: 24px;
    margin-top: 5px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-map {
    padding-bottom: 60px;
}

.footer2 {
    background: #2e2e2e;
}

.footer .widget-title {
    color: #fff;
}

.footer .social-icon {
    padding: 10px 0 20px;
}


/* Latest Post */

.footer-widget .latest-post-image img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 4px solid rgba(255, 255, 255, 0.5);
}

.footer-widget .latest-post-content h4 a {
    color: #fff;
}

.latest-post-items {
    margin-bottom: 10px;
}

.latest-post-image img {
    width: 70px;
    height: 60px;
}

.footer-widget .post-meta,
.footer-widget .post-meta a {
    color: #fff;
}

.latest-post-content h4 {
    font-size: 14px;
    line-height: normal;
}


/* Image Gallery */

.footer-widget .img-gallery {
    margin-top: 5px;
    display: inline-block;
}

.img-gallery a.thumb-holder {
    overflow: hidden;
    position: relative;
}

.img-gallery a.thumb-holder img {
    margin: 0 15px 15px 0;
    display: inline-block;
    width: 95px;
    height: 85px;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img-gallery a.thumb-holder:hover img {
    opacity: 0.7;
}

.footer2 .img-gallery a.thumb-holder img {
    width: 90px;
    height: 75px;
}


/* Footer about us */

.footer-about-us h4 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}

.subscribe {
    margin-top: 20px;
}

.subscribe input.form-control {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.subscribe .input-group-addon {
    background: none;
    border-radius: 0;
    border: 0;
    padding: 0;
}

.subscribe button {
    padding: 13px 20px;
    color: #fff;
}

.subscribe button:hover {
    background: #222;
    color: #fff;
}

.subscribe button i {
    font-size: 20px;
}


/* Footer links */

.footer ul li {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer ul.arrow li {
    width: 50%;
    float: left;
}

ul.arrow li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
}

.footer ul li a {
    color: #fff;
}


/* Copyright

================================================== */

#copyright {
    padding: 30px 0;
    background: #191919;
    color: #fff;
}

.copyright-info {
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    max-width: 850px;
    margin: 30px auto 0;
    padding-top: 15px;
}

.copyright.angle:before {
    background: #191919;
    height: 50px;
    top: -25px;
    -webkit-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
}

.footer-social {
    position: relative;
    z-index: 10;
}

.footer-social .icon-pentagon i {
    font-size: 16px;
}


/* Footer sytle 2 */

.footer2 .social-icon {
    padding-bottom: 15px;
}

.footer2 .copyright-info {
    color: #323232;
    border-top: 1px solid #e7e7e7;
}

#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    -webkit-backface-visibility: hidden;
}

#back-to-top.affix {
    bottom: 60px;
}

#back-to-top .btn.btn-primary {
    border-radius: 100%;
    padding: 0;
    font-size: 18px;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid transparent;
    color: #fff;
    opacity: .5;
}

#back-to-top .btn.btn-primary:hover {
    color: #fff;
    opacity: 1;
}


/* Sub pages

================================================== */


/* About Us */

.about-message {
    background: #f4f4f4;
    min-height: 374px;
}

.about-message ul li a {
    color: #6A6A6A;
}


/* Services */


/* Call to Action */

.call-to-action {
    color: #fff;
    padding: 40px 0;
}

.call-to-action.dark {
    background: #2a2d32;
}

.call-to-action h3 {
    color: #fff;
    float: left;
    margin: 10px 0 0;
    font-size: 20px;
}

.call-to-action .btn.btn-primary.white:hover {
    background: #000;
}

.call-to-action .btn.btn-primary.solid {
    margin-left: 15px;
}


/* Career */

.accordion .card-header a {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.accordion .card-header a::before,
.accordion .card-header a.collapsed::before {
    font-family: FontAwesome;
    position: absolute;
    z-index: 0;
    font-size: 16px;
    left: 10px;
    padding: 0 5px;
    text-align: center;
}

.accordion .card-header a::before {
    content: "\f056";
}

.accordion .card-header a.collapsed::before {
    content: "\f055";
}


/* Testimonial */

.ts-testimonial-content {
    position: relative;
    padding: 30px 30px 15px 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #e7e7e7;
    margin-bottom: 40px;
}

.ts-testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 45px;
    border-style: solid;
    border-width: 40px 0px 0 30px;
    border-color: #e7e7e7 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.ts-testimonial-content img {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.ts-testimonial-text {
    padding-left: 110px;
}

.ts-testimonial-author {
    position: absolute;
    bottom: -60px;
    left: 90px;
}

.ts-testimonial-author h3.name {
    font-size: 14px;
    margin: 10px 0 0;
}

.ts-testimonial-author h3 span {
    display: block;
    font-size: 13px;
    margin-top: -10px;
    text-transform: capitalize;
    color: #555;
}


/* Faq Page */

.faq-box {
    margin-bottom: 45px;
}

.faq-box h4 {
    margin-bottom: 25px;
}


/* 404 page */

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700;
}


/* Blog

================================================== */


/* Blog Listing */

.post {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #F5F5F5;
}

.post.post-last {
    border-bottom: 0;
}

.post-image-wrapper {
    margin-bottom: 20px;
    position: relative;
}

.blog-date {
    position: absolute;
    top: 50px;
    left: 0;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
    font-weight: 700;
}

.blog-date a {
    color: #fff;
}

.post-footer .btn.btn-primary {
    font-size: 12px;
    padding: 8px 20px;
    margin-top: 15px;
}


/* Blog Single */

.post-meta {
    color: #959595;
    font-weight: 400;
    font-size: 13px;
}

.post-meta span {
    padding-right: 10px;
}

.post-meta a {
    color: #959595;
}

.post-meta-author a,
.post-meta-cats a {
    color: #323232;
}

.entry-content {
    padding: 20px 0 10px;
}


/* Blog author */

.about-author {
    background: #f2f2f2;
    padding: 15px 20px;
    margin: 20px 0;
}

.author-img img {
    width: 120px;
    height: 120px;
    margin-right: 30px;
    border-radius: 100%;
    margin-top: 20px;
}

.author-url span a {
    color: #959595;
}

.author-info h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
}

.author-info h3 span {
    font-size: 14px;
    color: #959595;
    border-left: 1px solid #AFAFAF;
    padding-left: 8px;
    margin-left: 5px;
}


/* Blog post comments */

.comments-counter {
    font-size: 18px;
}

.comments-counter a {
    color: #323232;
}

.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.comments-list .comment {
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comments-list .comment.last {
    border-bottom: 0;
}

.comments-list img.comment-avatar {
    width: 84px;
    height: 84px;
    margin-right: 30px;
    border-radius: 100%;
}

.comments-list .comment-body {
    margin-left: 120px;
}

.comments-list .comment-author {
    margin-bottom: 0;
}

.comments-list .comment-date {
    font-style: italic;
    color: #959595;
    margin-bottom: 20px;
}

.comments-list .comment-reply {
    text-transform: uppercase;
    color: #323232;
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

.comments-form .btn.btn-primary {
    padding: 10px 20px;
}

.comments-form label {
    font-weight: normal;
    color: #959595;
}


/* Sidebar */

.sidebar h3.widget-title {
    font-size: 18px;
    line-height: normal;
    margin-top: 0;
}

.widget-categories ul.category-list li {
    margin-bottom: 0px;
    border-bottom: 1px solid #dedede !important;
}

.sidebar .widget {
    margin-bottom: 0px;
}

.sidebar-right {
    padding-left: 20px;
}


/* Blog search */

.sidebar #search .input-group-btn .btn.btn-primary {
    padding: 11px 12px;
}


/*-- Blog tab widget --*/

.widget-tab .nav-tabs {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

.widget-tab .nav-tabs>li:first-child {
    margin-left: 10px;
}

.widget-tab .nav-tabs>li>a {
    background: #f2f2f2;
    color: #323232;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 3px 3px 0 0;
    margin-right: -1px;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
}

.widget-tab .nav-tabs>li.active>a {
    background: #fff;
    color: #323232;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
}

.widget-tab .tab-content {
    border-top: 0;
    padding: 10px 0 0;
}

.widget-tab .posts-thumb img {
    display: block;
    width: 85px;
    height: 65px;
    margin-right: 20px;
}

.widget-tab .posts-avator img {
    display: block;
    width: 62px;
    height: 62px;
    margin-right: 20px;
    border-radius: 100%;
}

.widget-tab h4.entry-title {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 5px;
}

.widget-tab h4.entry-title a {
    color: #323232;
}

.widget-tab .post-meta span {
    padding-right: 5px;
}

.widget-tab ul.posts-list li {
    padding-bottom: 10px;
}


/*-- Blog category widget --*/

.widget-categories ul.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-categories ul.category-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    transition: all 0.3s ease 0s;
}

.widget-categories ul.category-list li:hover {
    padding-left: 10px;
}

.widget-categories ul.category-list li a {
    color: #323232;
}

.widget-categories ul.category-list li:last-child {
    border-bottom: 0;
}


/*-- Blog tags widget --*/

.widget-tags ul>li {
    float: left;
    margin: 6px;
}

.widget-tags ul>li a {
    background: #f2f2f2;
    color: #6A6A6A;
    display: block;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 25px;
    transition: all 0.3s ease 0s;
}

.widget-tags ul>li a:hover {
    color: #fff;
}


/* Landing page

================================================== */


/* Header */

.landing-header.header-bgnone {
    background: rgba(0, 0, 0, 0.8);
}

.hero-section {
    height: 100%;
    background-image: url(images/landing/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-bottom: 0;
    padding-top: 200px;
    overflow: hidden;
}

.hero-section .container {
    height: 100%;
}

.hero-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.hero-text {
    display: table-cell;
    vertical-align: bottom;
    color: #fff;
    padding-right: 20%;
    width: 100%;
    padding-bottom: 10%;
}

.hero-title {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}

.hero-description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.hero-images {
    display: block;
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 50%;
    max-height: 100%;
}

.hero-images img {
    display: block;
    position: relative;
    max-height: 100%;
    width: auto;
}

.hero-buttons a.btn {
    color: #fff;
    padding: 15px 50px;
}

.hero-buttons a.btn.solid {
    margin-left: 10px;
}

.hero-buttons a i {
    margin-left: 5px;
}


/* Facts */

.landing_facts {
    color: #fff;
    padding: 50px 0;
}

.landing_facts .facts i {
    font-size: 36px;
}

.landing_facts .facts-num span {
    font-size: 56px;
}


/* Video and video background */

.video-embed {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 */
    height: 0;
    background-color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

iframe {
    border: 0;
}

@media (min-width: 768px) {
    .video-section {
        padding: 100px 0;
    }
}

@media (min-width: 992px) {
    .video-section {
        padding: 120px 0;
    }
}


/* Screenshot image */

.app-gallery .grid {
    display: block;
    margin: 0 15px 20px;
    padding: 5px;
}

.app-gallery figure.effect-oscar a {
    margin: 125px 5px 0;
}

.app-gallery figure.effect-oscar figcaption::before {
    border: 0;
}


/* Subscribe Form */

.newsletter-form {
    position: relative;
}

.newsletter-form button {
    position: absolute;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 14px 30px 12px !important;
}

.newsletter-form button:hover {
    color: #323232 !important;
}


/* Clients */

.landing_page_clients {
    padding-top: 30px;
}


/* Elements page

================================================== */

.testimonial.elements .testimonial-text,
.testimonial.elements .testimonial-content h3.name,
.testimonial.elements .testimonial-content h3 span {
    color: #323232;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial.elements .testimonial-slide.owl-theme .owl-controls .owl-page span {
    border: 1px solid #e7e7e7;
}


/* Style Swithcer

================================================== */

.style-switch-wrapper {
    position: fixed;
    top: 100px;
    right: -250px;
    width: 250px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    border-bottom-right-radius: 4px;
    padding: 20px 20px;
    z-index: 1000;
    transition: all 0.35s;
}

.style-switch-wrapper h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}

.style-switch-wrapper.active {
    right: 0;
}

.style-switch-button {
    position: absolute;
    top: 0;
    right: 250px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.75);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 1000;
    cursor: pointer;
}

.style-switch-button i {
    color: #FFF;
    position: relative;
    line-height: 1;
    top: 15px;
    left: 15px;
    font-size: 20px;
}

.style-switch-wrapper button {
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
    padding: 0 !important;
    margin-right: 2px;
    border: 0 !important;
}

a.close-styler {
    color: #fff !important;
    padding: 7px 20px !important;
    margin-right: 6px;
}

.style-switch-wrapper button:active,
.style-switch-wrapper button:focus {
    border: 2px solid #FFF;
}

.style-switch-wrapper #preset1 {
    background-color: #49a2e7;
}

.style-switch-wrapper #preset2 {
    background-color: #81c83c;
}

.style-switch-wrapper #preset3 {
    background-color: #ee3b24;
}

.style-switch-wrapper #preset4 {
    background-color: #ffc400;
}

.style-switch-wrapper #preset5 {
    background-color: #334F96;
}

.style-switch-wrapper #preset6 {
    background-color: #8C42BA;
}


/* Responsive styles

================================================== */


/* Large Devices, Wide Screens */


/* Medium Devices, Desktops */

@media (min-width: 992px) {
    .flexslider .slides img,
    .ts-flex-slider .flexSlideshow {
        height: 750px;
    }
    .dropdown i {
        display: none;
    }
}


/* Small Devices, Tablets */

@media (min-width: 768px) and (max-width: 991px) {
    /* Common */
    .parallax {
        padding: 60px 0;
    }
    /* Slideshow */
    #main-slide .slider-content h2 {
        font-size: 36px;
    }
    #main-slide .slider-content h3 {
        font-size: 22px;
        margin: 20px 0;
    }
    .slider.btn {
        padding: 5px 25px;
        margin-top: 5px;
        font-size: 16px;
    }
    #main-slide .carousel-indicators {
        bottom: 20px;
    }
    /* Cd Hero Slider */
    .cd-hero-slider .cd-btn {
        margin-top: 15px !important;
        font-size: 12px !important;
    }
    .cd-slider-nav ul li.video {
        display: none;
    }
    .cd-slider-nav {
        bottom: 40px !important;
    }
    /* Portfolio */
    .isotope-nav {
        margin: 0 auto 40px;
    }
    figure.effect-oscar figcaption {
        padding: 1.5em;
    }
    figure.effect-oscar figcaption::before {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    figure.effect-oscar h3 {
        margin-top: 0;
        font-size: 16px;
    }
    /* Feature */
    .feature-content h3,
    .feature-center-content h3 {
        font-size: 14px;
        line-height: normal;
    }
    /* Featured tab */
    .featured-tab .tab-pane img {
        width: 45%;
    }
    .featured-tab .tab-pane i.big {
        font-size: 150px;
    }
    .featured-tab .tab-pane,
    .landing-tab .tab-pane {
        text-align: left;
    }
    /* Team */
    .team {
        padding-bottom: 50px;
    }
    /* Pricing */
    .plan {
        margin-bottom: 60px;
    }
    /* Testimonial */
    .testimonial-content {
        padding: 0 30px;
    }
    /* Recent post */
    .recent-post {
        padding-bottom: 40px;
    }
    /* Back to top */
    #back-to-top.affix {
        bottom: 35px;
    }
    /* Video block */
    .video-block-head {
        margin-top: 30px;
    }
    /* Call to action */
    .call-to-action .btn.btn-primary {
        font-size: 12px;
    }
    /*-- Landing ---*/
    .hero-text {
        width: 95%;
    }
    .hero-title {
        font-size: 36px;
    }
    .hero-buttons a.btn {
        padding: 10px 20px;
    }
    .app-gallery figure.effect-oscar a {
        margin-top: 105px;
    }
    /* Blog single */
    .blog-post {
        padding-bottom: 40px;
    }
}


/* Small Devices Potrait */

@media (max-width: 767px) {
    /* Common */
    .parallax {
        padding: 60px 0;
    }
    .owl-item a.video-thumb.js-trigger-video-modal {
        width: 70%;
    }
    .style-switch-button {
        display: none;
    }
    .heading {
        text-align: center;
        margin-top: 10px;
    }
    .heading .title-icon {
        float: none !important;
        margin: 0 0 20px;
        display: inline-block;
    }
    h2.title {
        font-size: 28px;
        border-left: 0;
    }
    .title-desc {
        line-height: normal;
        padding: 6px 55px 0;
    }
    .btn.btn-primary {
        padding: 8px 22px;
    }
    h2 {
        font-size: 28px;
    }
    /* Slideshow */
    #main-slide .slider-content {
        margin-top: -35px;
    }
    #main-slide .slider-content h2 {
        font-size: 18px;
        line-height: normal;
    }
    #main-slide .slider-content h3 {
        font-size: 12px;
        line-height: normal;
        margin: 0;
    }
    .slider.btn {
        display: none;
    }
    #main-slide .carousel-control {
        display: none;
    }
    #main-slide .carousel-indicators {
        bottom: 0;
    }
    /* About */
    .about {
        padding-top: 40px;
    }
    .about.angle:before {
        position: relative;
    }
    /* Service */
    .service-content {
        display: inline-block;
        margin-bottom: 30px;
    }
    /* Portfolio */
    .isotope-nav {
        margin: 0 auto 40px;
    }
    .isotope-nav ul li a {
        padding: 5px 10px;
        margin-bottom: 10px;
        display: inline-block;
    }
    figure.effect-oscar h3 {
        margin-top: 25%;
    }
    #isotope .isotope-item .grid {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* Image block */
    .img-block-right {
        padding-right: 50px;
    }
    .img-block-head h2 {
        font-size: 16px;
    }
    .img-block-head h3 {
        font-size: 28px;
    }
    .image-block-content {
        padding: 0;
    }
    /* Featured tab */
    .featured-tab {
        padding: 0 30px;
    }
    .featured-tab .tab-pane i.big {
        font-size: 150px;
    }
    .featured-tab .tab-pane,
    .landing-tab .tab-pane {
        text-align: left;
        padding-left: 0;
        padding-top: 30px;
    }
    /* Facts */
    .facts {
        padding-bottom: 20px;
    }
    .facts-num span {
        font-size: 48px;
        margin-top: 20px;
    }
    .facts i {
        font-size: 32px;
    }
    /* Team */
    .team {
        padding-bottom: 50px;
    }
    /* Pricing */
    .plan {
        margin-bottom: 60px;
    }
    /* Testimonial */
    .testimonial-content {
        padding: 0 30px;
    }
    /* Recent post */
    .recent-post {
        padding-bottom: 40px;
    }
    /* Footer */
    .footer-widget {
        display: inline-block;
    }
    /* Copyright */
    .copyright-info {
        font-size: 13px;
    }
    #back-to-top {
        right: 20px;
    }
    #back-to-top.affix {
        bottom: 20px;
    }
    /* Call action */
    .call-to-action .btn.btn-primary {
        float: none !important;
        margin-top: 20px;
    }
    /*-- Landing ---*/
    .hero-section {
        padding-top: 90px;
    }
    .hero-text {
        width: 100%;
        padding-right: 0;
    }
    .hero-title {
        font-size: 36px;
    }
    .hero-buttons a.btn {
        padding: 10px 20px;
    }
    .app-gallery figure.effect-oscar a {
        margin-top: 105px;
    }
    .hero-images img {
        display: none;
    }
    .landing_facts .facts-num span {
        font-size: 48px;
        margin-top: 20px;
    }
    .landing_facts .facts i {
        font-size: 30px;
    }
    /* Blog single */
    .blog-post {
        padding-bottom: 40px;
    }
}


/* Extra Small Devices, Phones */

@media (max-width: 479px) {
    /* Slideshow */
    #main-slide .slides img {
        height: 230px;
    }
    #main-slide .item img {
        height: 250px;
    }
}

.footer {
    padding: 20px 0 50px!important;
    background: #2e2e2e url(../images/parallax3.png) no-repeat center 0;
    background-size: cover;
    color: #fff;
    font-size: 14px;
}

.target {
    height: calc(100% - 80px);
}

.bt {
    margin-bottom: -100px;
}

.image_icon {
    width: 5.5%;
}

.services_title {
    font-family: cursive;
    margin-left: 1%;
}

.titles {
    text-transform: capitalize;
}

.designation_color {
    font-weight: bold;
    color: #FF0000;
}

@media (max-width: 425px) and (min-width: 320px) {
    .banner_widths {
        height: 209px;
    }
    .breadcrumbs_padding {
        padding-right: 20px;
    }
    .gaps {
        margin-top: -57px;
    }
    .hids {
        display: none;
    }
    .team-list-square .img-square {
        margin-right: -3px;
    }
}

@media only screen and (min-width: 250px) and (max-width: 400px) {
    .displaynonek {
        display: none;
    }
    .servicesk {
        padding-top: 0px!important;
    }
}

.text_justify {
    text-align: justify;
}

a#toTop {
    display: none!important;
}

.portfolio-fullwidth figure {
    margin: 0 12px;
    margin-bottom: 8px;
}

.dt-sc-portfolio-container .portfolio {
    background: transparent;
}

.isotope_sng {
    padding: 0;
}

nav {
    float: right;
}

.modal-backdrop {
    z-index: 100!important;
}


/* video thumbnail grid */

.poshan-slider {
    position: relative;
    font-size: 0;
    /* collapse the white-space */
}

.video-thumb {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    /* calculate the width, gutters, and aspect ratio */
    width: 100%;
    height: 220px;
    margin: 0;
    /* gutters */
    overflow: hidden;
    /* clipping */
    position: relative;
    /* enable positioning for inner content */
    font-size: 1rem;
    /* reset the font size */
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

.video-thumb:hover {
    /*-webkit-transform: scale(1.05);
        transform: scale(1.05);*/
    box-shadow: 0 2px 4px rgba(13, 1, 61, 0.35);
}

.video-thumb img {
    display: block;
    width: auto;
    height: 100%;
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
    /* position inside the 16:9 container */
    position: relative;
    /* clipping for source images that are letterboxed */
    object-fit: cover;
    object-position: 50% 50%;
    background: #2b2b2b;
    border: 5px solid #fff;
}

a.video-thumb::after {
    content: "\f06e";
    font-family: 'FontAwesome';
    opacity: 1;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 206px;
    font-size: 39px;
    color: #ffffff;
    text-shadow: 1px 1px 6px #030303;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin: 7px 7px;
}

a.video-thumb:hover::after {
    opacity: 1;
    background-image: var(--logo-gradient);
    color: #ff0101;
    margin: 1px 2px;
    opacity: .3;
}

.poshan-slider .owl-nav {
    margin-top: -12% !important;
    margin-bottom: 12% !important;
    text-align: center;
    z-index: 0;
    position: relative;
}

.poshan-slider button span {
    font-size: 12px;
}

.poshan-slider.owl-carousel .owl-nav button.owl-next,
.poshan-slider.owl-carousel .owl-nav button.owl-prev {
    color: #FFF;
    zoom: 1;
    display: inline-block;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 24px;
    padding: 10px 10px !important;
    font-size: 8px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 50%;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.poshan-slider.owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -37px;
}

.poshan-slider.owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -37px;
}

.poshan-slider.owl-carousel .owl-nav button.owl-next:hover,
.poshan-slider.owl-carousel .owl-nav button.owl-prev:hover {
    background: #fe0000;
    opacity: 1;
}

.poshan-slider.owl-carousel .owl-nav button.owl-next.disabled:hover,
.poshan-slider.owl-carousel .owl-nav button.owl-prev.disabled:hover {
    background: #9e9e9e;
    opacity: 1;
}

.poshan-slider .owl-controls {
    margin-top: -12% !important;
    margin-bottom: 12% !important;
    text-align: center;
    z-index: 0;
    position: relative;
}

.poshan-slider .owl-controls .owl-buttons div {
    color: #FFF;
    zoom: 1;
    display: inline-block;
    margin: 5px;
    padding: 10px 10px !important;
    font-size: 8px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.poshan-slider .owl-controls .owl-buttons .owl-prev {
    float: left;
    margin-left: -44px;
}

.poshan-slider .owl-controls .owl-buttons .owl-next {
    float: right;
    margin-right: -44px;
}

.poshan-slider .owl-controls .owl-buttons:hover div {
    background: #fe0000;
}

.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    /* Flexbox display */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* Vertical alignment */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay {
    z-index: 0;
    background: rgba(117, 117, 117, 0.82);
    opacity: 0.0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);
}

@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);
    }
}

@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
    }
}

.close-video-modal {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

.show-video-modal .video-modal {
    opacity: 1.0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
    opacity: 1.0;
}

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

h3.main-heading {
    font-size: 25px;
    font-weight: 800;
    color: #444444;
    margin-bottom: 20px;
}

#question,
.voicecenter {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #444444;
    margin-bottom: 30px !important;
    text-shadow: var(--bs-sm) !important;
    margin-top: 40px !important;
}

.comment-form {
    padding: 15px 25px;
    border: 1px solid #ececec;
    margin-top: 0;
    background: #fff;
}

.comment-form h3 {
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 8px;
    padding-bottom: 12px;
    color: #000000;
    border-bottom: 1px solid #fe0000;
}

.comment-form .form-control {
    display: block;
    width: 100%;
    border-radius: 0px;
    height: 41px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}

.comment-form textarea.form-control {
    height: auto;
}

.comment-form .nice-select {
    margin-bottom: 10px;
    line-height: 27px;
}

.comment-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    color: #995757;
}

.comment-form .btn.submit-btn {
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 30px;
    background: #fe0000;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin-top: 15px;
}

.comment-form .btn.submit-btn:hover,
.comment-form .btn.submit-btn:focus {
    color: #fff;
    background: #fff;
    border-color: #fe0000 !important;
    ;
    outline: none;
    color: #333;
}

btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #fe0000 !important;
    border-color: #fe0000 !important;
}

.question-answers {}

.question-answers .qa-box {
    border-bottom: 1px solid #ccc;
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.question-answers .qa-box .question {
    display: block;
    background: #fe0000;
    padding: 3px 8px;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}

.question-answers .qa-box .question h3 {
    margin: 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
}

.question-answers .qa-box .answer-box {
    display: table;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 8px;
    width: 100%;
}

.question-answers .qa-box .answer-box:last-child {
    border-bottom: none;
}

.question-answers .qa-box .answer-box .qa-img {
    display: table-cell;
    width: 85px;
    vertical-align: top;
    padding: 2px;
}

.question-answers .qa-box .answer-box .qa-img img {
    object-fit: cover;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 3px;
}

.question-answers .qa-box .answer-box .qa-details {
    padding-left: 20px;
    height: 100%;
}

.question-answers .qa-box .qa-details h4 {
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 4px;
    color: #171717;
    text-transform: none;
}

.question-answers .qa-box .qa-details p {
    font-size: 14px !important;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
    text-align: justify;
}

@media (max-width: 768px) {
    .question-answers .qa-box .answer-box {
        /*display: block;
        text-align: center;*/
    }
    .question-answers .qa-box .answer-box .qa-img {
        /*display: block;*/
        width: 78px;
        height: 78px;
        margin: 0 auto;
    }
    .question-answers .qa-box .answer-box .qa-img img {
        width: 78px;
        height: 75px;
    }
    .services {
        padding-top: 10px !important;
    }
    .container {
        width: 100% !important;
    }
}

.seperate-box {
    padding: 15px;
    -moz-box-shadow: var(--bs-lg);
    -webkit-box-shadow: var(--bs-lg);
    -o-box-shadow: var(--bs-lg);
    box-shadow: var(--bs-lg);
    border-radius: var(--br);
    background: #fff;
    margin-bottom: 25px;
}

.seperate-box .heading-style-inner {
    background-image: var(--logo-gradient);
    margin: -15px;
    padding: 15px 25px;
    margin-bottom: -35px;
    border-radius: var(--br);
}

.heading-style-inner h3.heading-main {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    text-align: left;
    display: block;
    border-bottom: 1px dashed #fff;
    margin-bottom: 10px;
    padding-bottom: 7px;
    text-transform: none;
    margin-top: 10px;
}

.heading-style-inner h3.heading-main a {
    color: #fff;
}

.heading-style-inner p {
    margin-bottom: 25px;
    color: #fff;
    font-size: 16px;
}

.mt-56 {
    margin-top: 56px;
}

.accordion-container {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fefefe;
    margin-bottom: 6px;
    box-shadow: var(--bs-sm);
    border-radius: var(--br);
}

.set>a {
    display: block;
    padding: 14px 15px;
    text-decoration: none !important;
    color: #555;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set>a i {
    float: right;
    margin-top: 2px;
}

.set>a.active {
    background-image: var(--logo-gradient);
    color: #fff;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.set>a.active:focus,
.set>a.active:hover {
    color: #fff;
}

.set>a:hover,
.set>a:focus,
.set>a:active {
    color: #fe0101;
}

.accordion-content {
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
    border-top: none;
}

a.video-link {
    border: 1px solid #c0c0c0;
    padding: 4px 8px;
    text-decoration: none;
    color: #7f7f7f;
    font-size: 12px;
    margin-bottom: 2px;
    display: inline-block;
}

a.video-link i {
    padding: 5px 5px;
    background: #fe0000;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
    line-height: 10px;
    height: 17px;
    width: 17px;
}

a.video-link:hover {
    border: 1px solid #fe0000;
    background: #fe0000;
    color: #fff;
    text-decoration: none !important;
}

a.video-link:hover i {
    color: #fe0000;
    text-decoration: none;
    background: #fff;
}

a.fb-share {
    padding: 0;
    margin-top: -3px;
    text-decoration: none;
    color: #4267b2;
    font-size: 11px;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 3px;
    float: right;
}

a.fb-share i {
    padding: 4px;
    background: #4267b2;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
    line-height: 10px;
    height: 17px;
    width: 17px;
}

a.fb-share:hover {
    color: #000;
    text-decoration: none !important;
}

.videos-card {
    margin-top: 15px;
    display: block;
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: var(--bs-sm);
    border-radius: var(--br);
}

.videos-card .video-box {
    width: auto;
    float: left;
    display: inline-block;
    margin: 5px;
}

.videos-card .video-thumb {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 100%;
    height: 145px;
}

.videos-card a.video-thumb::after {
    content: "\f04b";
    line-height: 140px;
    font-size: 29px;
    background-color: rgba(0, 0, 0, .2);
    text-shadow: 1px 1px 6px #030303;
}

.videos-card a.video-thumb:hover::after {
    opacity: .5;
    background-color: rgba(0, 0, 0, .7);
    color: #ff0101;
}

.videos-card .video-thumb.sidebar img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    -o-object-fit: cover;
}

.body-inner {
    background-image: linear-gradient( rgba(242, 242, 242, 0.9), rgba(255, 255, 255, 0.9)), url(bg2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.angle:before {
    background: #fff;
    content: "";
    height: 49px;
    top: -37px;
    z-index: 0;
    -webkit-transform: skew(0deg, 1deg);
    transform: skew(0deg, 1deg);
}


/* Nikesh Singh*/

#youtube {
    height: 100%;
    width: 100%;
}


/*End*/

.voicecenter {
    text-align: center!important;
}

.blog-post {
    position: relative;
    margin-bottom: 30px;
    border-radius: var(--br);
    box-shadow: var(--bs-md);
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.blog-post:hover {
    border-radius: 4px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 5px 40px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 5px 40px rgba(0, 0, 0, .05);
}

.blog-post .dlab-info {
    background: #fff;
    border: 1px solid #eee;
    background: #fff;
    padding: 20px;
    border-top: none;
    min-height: 295px;
}

.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
    position: relative;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

.blog-post .dlab-post-media {
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
}

.blog-post .dlab-post-media img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.blog-post .dlab-post-meta {
    margin-bottom: 10px;
}

.blog-post .dlab-post-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: capitalize;
}

.blog-post .dlab-post-meta ul li {
    padding: 0;
    display: inline-block;
    color: #CCC;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.blog-post .dlab-post-meta ul li strong {
    color: #fe0101;
    font-weight: 600;
}

.blog-post .dlab-post-title .post-title {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 2px;
    padding-bottom: 5px;
    font-size: 19px;
    line-height: 25px;
}

.blog-post .dlab-post-title .post-title a {
    color: #878787;
    text-transform: none;
    font-weight: 400;
}

.blog-post .dlab-post-title .post-title a:hover {
    color: #fe0101;
}

.blog-post .dlab-post-text p {
    font-size: 13px;
    line-height: 23px;
    text-align: justify;
}

.blog-post .dlab-post-readmore a {
    color: #323232;
    border-radius: 50px;
    padding: 7px 18px;
    background: none;
    font-size: 11px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border: 1px solid #e6e6e6;
}

.blog-post .dlab-post-readmore a:hover {
    color: #fff;
    background: #fe0101;
    border: 1px solid #fe0101;
}

@media only screen and (max-width: 767px) {
    section.blog .blog-post {
        padding-bottom: 0;
    }
}


/* End Blogs Homepage Section */


/* Clients Homepage Popup */

.clients-popups .modal-header {
    background: #fd0000;
}

.clients-popups .modal-header {
    background: #fd0000;
}

.clients-popups .modal-title {
    color: #fff;
}

.clients-popups .modal-footer .btn {
    background: #000;
    padding: 12px;
    line-height: 7px;
    font-size: 15px;
    color: #fff;
    height: auto;
}

.clients-popups .modal-footer {
    padding: .5rem .8rem;
}


/* End Clients Homepage Popup */


/* Footer & copyright */

.footer {
    padding: 20px 0 10px!important;
}

.footer .widget-title {
    color: #ffffff;
    text-shadow: 0px 0px 2px #000000;
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 5px;
    margin-bottom: 21px !important;
}

footer ul.connect-with {
    list-style: none;
    margin-top: 0;
    padding: 0;
}

footer ul.connect-with li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 45px;
    font-size: 13px;
    line-height: 22px;
}

footer ul.connect-with li>span {
    position: absolute;
    left: 0;
    top: 12px;
    text-align: center;
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 22px;
}

footer ul.connect-with li>span>span {
    display: inline-block;
    height: 20px;
    width: 32px;
    position: relative;
    color: #fff;
    transition: all 0.3s ease 0s;
    text-align: center;
    background: #ee3b24
}

footer ul.connect-with li>span>span:before {
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #ee3b24;
    top: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

footer ul.connect-with li>span>span:after {
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #ee3b24;
    bottom: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

footer ul.connect-with li strong {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
}

footer ul.services {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding: 0;
    list-style: none;
    padding-left: 25px;
}

.footer ul.services li {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 10px;
    position: relative;
}

.footer ul.services li a {
    font-size: 15px;
    font-weight: 600;
}

.footer ul.services li:before {
    content: "\f105";
    position: absolute;
    left: -25px;
    top: 0;
    display: block;
    font-family: FontAwesome;
}

.copyright.angle:before {
    top: 0;
    -webkit-transform: none;
    transform: none;
    display: none;
}

.copyright-info {
    font-size: 14px;
    border-top: none;
    max-width: 100%;
    margin: 0 !important;
    padding-top: 0;
}

#copyright {
    padding: 16px 0 12px;
}

#copyright .copyright-left {
    text-align: left;
}

#copyright .copyright-right {
    text-align: right;
}

.icon-pentagon {
    display: inline-block;
    height: 20px;
    width: 32px;
    position: relative;
    color: #fff;
    transition: all 0.3s ease 0s;
    text-align: center;
}

.icon-pentagon:before {
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    top: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.icon-pentagon:after {
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    bottom: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.footer-social .icon-pentagon i {
    font-size: 14px;
    line-height: 18px;
    display: block;
}

@media only screen and (max-width:768px) {
    #copyright .copyright-left {
        text-align: center;
    }
    #copyright .copyright-right {
        text-align: center;
    }
    #copyright .copyright-info {
        font-size: 13px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width:480px) {
    footer ul.services {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}


/* End Footer & copyright */


/* Back to Top */

#back-to-top .btn.btn-primary {
    line-height: 15px;
}


/* End Back to Top */


/* Navigation & Dropdown Menu */

.dropdown-menu ul.sub-menu {
    padding: 0;
    list-style: none;
}

.dropdown-menu ul.sub-menu>li>a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #f2f2f2;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    position: relative;
}

.dropdown-menu ul.sub-menu>li>a>i {
    display: inline-block;
    float: right;
    line-height: 25px;
}

.navbar-nav>li>.dropdown-menu {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.dropdown-menu ul.sub-menu>li>ul.inside-menu {
    padding: 0;
    list-style: none;
    position: absolute;
    left: 100%;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    min-width: 170px;
    display: block;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.dropdown-menu ul.sub-menu>li>ul.inside-menu.right {
    left: auto;
    right: 100%;
}

.dropdown-menu ul.sub-menu>li>ul.inside-menu>li>a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #f2f2f2;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    position: relative;
}

.dropdown-menu ul.sub-menu>li:hover>ul.inside-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.dropdown-menu ul.sub-menu>li:last-child>a,
.dropdown-menu ul.sub-menu>li>ul.inside-menu>li:last-child>a {
    border-bottom: none;
}

@media only screen and (max-width:768px) {
    .container {
        width: 100%;
    }
    header.header .container {
        width: 100% !important;
        max-width: 100%;
    }
    header.header .navbar-toggler {
        margin: 15px 0;
    }
    header.header .navbar-nav {
        margin: 0 !important;
    }
    header.header .navbar {
        padding: 0px;
    }
    .navbar-brand.navbar-bg {
        width: 32% !important;
        margin: 0 !important;
        padding: 6px !important;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar {
        margin-bottom: 0;
        width: 100%;
    }
    .isotope-item.isotope_sng {
        width: 100%;
    }
    .navbar-nav .nav-link {
        padding: 10px !important;
        text-align: left;
        border-bottom: 1px solid #353535;
    }
    header.header .dropdown-toggle::after {
        float: right;
        margin-top: 10px;
    }
    header.header .dropdown-menu.mobilemenu>ul {
        display: none;
    }
    header.header .dropdown-menu.mobilemenu.show>ul {
        display: block;
    }
    .mobilemenu {
        color: #fff;
        background: #f8f8f8!important;
        padding: 0;
    }
    .dropdown-menu ul.inside-menu {
        display: none !important;
        position: relative !important;
        visibility: visible !important;
        opacity: 1 !important;
        -webkit-transform: scaleX(1) !important;
        transform: scaleX(1) !important;
    }
    .dropdown-menu ul.sub-menu>li>a {
        text-align: left;
        padding: 5px 10px;
    }
    .dropdown-menu ul.inside-menu.show {
        display: block !important;
        left: 0 !important;
    }
    header.header-solid .navbar-nav .nav-link {
        border-bottom: 1px solid #f2f2f2;
    }
}

@media only screen and (max-width: 668px) {
    .navbar-brand.navbar-bg {
        width: 24% !important;
    }
}

@media only screen and (max-width: 370px) {
    .navbar-brand.navbar-bg {
        width: 44% !important;
    }
}


/* End Navigation & Dropdown Menu */


/* Inner Header */

.angle:before {
    content: "";
    height: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transform: none;
    transform: none;
    display: none;
}

#banner-area {
    position: relative;
    height: 280px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.banner-title-content .breadcrumb {
    background: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}

.banner-title-content {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
}

.banner-title-content h1 {
    color: #ffffff;
    font-size: 36px;
    text-align: left;
}

.banner-title-content .main-page-title,
.banner-title-content .breadcrumb-div {
    padding: 0 25px;
}

.breadcrumb-div {
    background: rgb(12 8 8 / 50%);
    display: block;
}

.breadcrumb-div::after {
    content: '';
    clear: both;
    display: block;
}

@media only screen and (max-width:767px) {
    #banner-area {
        height: 155px !important;
    }
}

.dlab-team {
    box-shadow: var(--bs-lg);
    margin-bottom: 30px;
}

.dlab-media {
    overflow: hidden;
    position: relative;
}

.dlab-media,
.dlab-post-media {
    background-color: #fff;
    position: relative;
    box-shadow: var(--bs-md);
}

.dlab-media img,
.dlab-post-media img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.dlab-team:hover .dlab-media img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.dlab-team .dlab-media .dlab-info-has {
    position: absolute;
    height: auto;
    background-image: var(--logo-gradient);
    border-radius: 20px 0 0 20px;
    top: 32%;
    bottom: auto;
    margin-bottom: 0;
    right: 0;
    padding: 5px 12px;
    width: auto;
    left: auto;
    margin-right: -60px;
    z-index: 2;
    opacity: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.dlab-team .dlab-title {
    background-color: #5e5e5e;
    font-weight: 500;
    bottom: 0;
    position: absolute;
    color: #fff;
    display: block;
    left: 0;
    font-size: 22px;
    letter-spacing: 3px;
    height: 100%;
    transition: all .8s;
    writing-mode: tb-rl;
    top: 0;
    margin: 0;
    transform-origin: left;
    text-align: right;
    line-height: 24px;
    text-transform: uppercase;
    opacity: .8;
    -ms-opacity: .8;
}

.dlab-team:hover .dlab-title {
    background-image: var(--logo-gradient);
}

.dlab-team .dlab-title a {
    color: #fff;
    display: block;
    padding: 25px 10px;
    text-align: center;
}

.dlab-team .dlab-title a span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 15px;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.dlab-social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center;
}

.dlab-media .dlab-social-icon li {
    display: block;
    margin: 5px 0;
    padding: 0;
    font-size: 12px;
}

.dlab-team .dlab-social-icon li a {
    display: block;
    padding: 5px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    font-size: 12px;
    color: #4b4848;
    line-height: 17px;
    background-color: #fff8f8;
}

.dlab-team .dlab-social-icon li a:hover {
    color: #fff;
}

.dlab-team .dlab-social-icon li a.fb:hover {
    background: #325c94;
}

.dlab-team .dlab-social-icon li a.twt:hover {
    background: #00abdc;
}

.dlab-team .dlab-social-icon li a.gplus:hover {
    background: #dd4b39;
}

.dlab-team .dlab-social-icon li a.linkdin:hover {
    background: #007bb6;
}

.dlab-team .dlab-social-icon li a.dribble:hover {
    background: #ea4c89;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.dlab-box:hover .dlab-info-has,
.dlab-media:hover .dlab-info-has {
    opacity: 1;
    bottom: auto;
    margin-bottom: 0;
    margin-right: 0;
}


/* Team Details */

.team-img {
    position: relative;
}

.team-img img {
    box-shadow: var(--bs-lg);
    margin-bottom: 30px;
}

.team-img:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/round.png);
    opacity: .2;
    left: 25px;
    width: 100%;
    height: 84%;
    bottom: 85px;
    z-index: -1;
}

.section-title-wrap-inner span.designation,
.section-title-wrap span.designation {
    display: block;
    font-size: 15px;
    letter-spacing: 5px;
    color: #c0c0c0;
    line-height: 14px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

hr.team-inner-hr {
    background: #f4f2f3;
    margin-bottom: 25px;
    border: none;
}

.ttm-tabs {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width:768px) {
    .ttm-tabs ul.tabs {
        display: -webkit-flex;
        display: flex;
        width: 100%;
        border: 1px solid #f0f0f0;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        list-style: none;
    }
}

.ttm-tabs ul.tabs li:first-child {
    margin-left: 0;
}

.ttm-tabs ul.tabs li {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    display: inline-block;
    border: none;
    overflow: visible;
}

.ttm-tabs ul.tabs li a {
    display: block;
    cursor: pointer;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    padding: 15px 15px 23px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-width: 200px;
    max-width: 100%;
    margin: 0 auto;
}

.ttm-tabs ul.tabs li img {
    max-width: 80px;
    margin-bottom: 10px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 2px;
    color: #2d4a8a;
    filter: brightness(1) contrast(1) sepia(0);
    -webkit-filter: brightness(1) contrast(1) sepia(0);
}

.ttm-tabs ul.tabs li.active img {
    filter: brightness(1000) contrast(1) sepia(1);
    -webkit-filter: brightness(1000) contrast(1) sepia(1);
}

.ttm-tabs ul.tabs li.active a {
    background-color: #323232;
    color: #fff;
    border-color: #323232;
}

.ttm-tabs ul.tabs li.active a:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 13px;
    height: 13px;
    border-width: 0 0 1px 1px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transition-delay: 0.07s;
    -moz-transition-delay: 0.07s;
    -o-transition-delay: 0.07s;
    transition-delay: 0.07s;
    background-color: #323232;
}

.ttm-tabs ul.tabs li:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 76%;
    background-color: red;
    z-index: 9;
    top: 12%;
    background-color: #f0f0f0;
}

.ttm-tabs .content-tab {
    margin-top: 20px;
    width: 100%;
    padding: 30px;
    padding-bottom: 0;
    background: var(--bg_white);
    -webkit-box-shadow: var(--bs-md);
    -moz-box-shadow: var(--bs-md);
    box-shadow: var(--bs-md);
}

.ttm-tabs .content-tab h3 {
    font-size: 27px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    color: #747474;
    text-transform: none;
    font-weight: normal;
    border-left: none;
    padding: 0;
    border-bottom: 1px solid #eee;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 29px;
}

.list-items {
    list-style: none;
    width: 100%;
    padding-left: 55px;
}

.list-items .item {
    display: flex;
    min-height: 60px;
    align-items: center;
    clear: both;
    counter-increment: list;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    text-align: justify;
    color: #5e5e5e;
    font-weight: 500;
}

.content-tab {
    margin-top: 20px;
    width: 100%;
    padding: 30px;
    padding-bottom: 0;
    -webkit-box-shadow: var(--bs-md);
    -moz-box-shadow: var(--bs-md);
    box-shadow: var(--bs-md) !important;
    background: var(--bg_white) !important;
}

.list-items .item:before {
    font: bold 14px Montserrat, Roboto, Helvetica, Arial, sans-serif;
    content: counter(list);
    width: 43px;
    height: 43px;
    float: left;
    margin: 0 1.5rem 0.75rem 0;
    background: #fd0001 linear-gradient( to bottom right, #fd0001 25%, #ffefef);
    text-shadow: 0 0 2px #fd0001;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    shape-outside: ellipse();
    z-index: 1;
    position: absolute;
    top: 0;
    left: -55px;
    color: #fff;
}

.list-items .item:after {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: -55px;
    content: "";
    background: #fd0001;
    z-index: -1;
    border-top-left-radius: 3px;
}

.process-circle {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -30px;
    left: 3px;
    border: 2px solid #ffffff !important;
    background: #b6b6b6 !important;
    color: #ffffff !important;
    box-shadow: 0px 0px 8px rgba(3, 3, 3, 0.2);
}

@media only screen and (min-width:1191px) {
    .ttm-tabs ul.tabs li a,
    .ttm-tabs ul.tabs li {
        min-width: 290px;
        max-width: 290px;
    }
}

@media only screen and (max-width:767px) {
    .ttm-tabs ul.tabs {
        padding-left: 0;
    }
    .ttm-tabs ul.tabs li {
        margin: 0 2px;
        display: inline-block;
        float: left;
        max-width: 140px;
    }
    .ttm-tabs ul.tabs li a {
        border: 1px solid #f0f0f0;
        margin-bottom: 15px;
        padding: 7px 10px;
        text-transform: none;
        min-width: 138px;
        display: flex;
        align-items: center;
        line-height: 16px;
        font-size: 14px;
        justify-content: center;
        min-height: 47px;
    }
    .ttm-tabs ul.tabs li:not(:first-child):before {
        content: normal;
    }
    .ttm-tabs ul.tabs li img {
        display: none;
    }
    .ttm-tabs .content-tab {
        margin-top: 0;
    }
    .ttm-tabs .content-tab h3 {
        font-size: 20px;
    }
}

.process-circle {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -30px;
    left: 3px;
    border: 2px solid #ffffff !important;
    background: #b6b6b6 !important;
    color: #ffffff !important;
    box-shadow: 0px 0px 8px rgba(3, 3, 3, 0.2);
}

.circle-no {
    position: absolute;
    top: 20%;
    left: 40%;
}

.process-body {
    margin-top: 20px;
}

.process-icon {
    color: #fe0000;
}

.process-text {
    margin-top: 10px;
}

.process-text {
    align-items: center;
}

.gallary_sng li,
.gallary_sng ul {
    list-style: none;
}

.gallary_1>.gallery__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(69px, 1fr));
    grid-template-rows: repeat(1, 231px);
    grid-gap: 1rem;
    width: 100%;
}

.gallary_1>.gallery__list>li:nth-child(4n),
.thumbnail_1 {
    grid-column: span 2;
    grid-row: span 2;
}

.gallary_1>.gallery__list>li:nth-child(8n) {
    grid-column: span 3;
    grid-row: span 3;
}

.gallary_1>.gallery__list>li>figure {
    height: 100%;
    border: 4px solid white;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 5px rgba(159, 159, 159, 0.07);
}

.gallery_1>.gallery__list>li>figure>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/**/

main.gallary_1 {
    padding: 2rem;
}

.gallary_1>h1 {
    font-size: 3rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin-bottom: 1rem;
    color: #333333;
    font-weight: 100;
}

.thumbnail_1 {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.thumbnail_1 img {
    width: 100%;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.thumbnail_1 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 4;
    left: 0;
    top: -100%;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.thumbnail_1 .overlay .zoom-btn {
    opacity: 0;
    top: 150px;
    -moz-transition: 0.4s 0.2s;
    -o-transition: 0.4s 0.2s;
    -webkit-transition: 0.4s;
    -webkit-transition-delay: 0.2s;
    -webkit-transition: 0.4s 0.2s;
    transition: 0.4s 0.2s;
    color: red;
}

.thumbnail_1 .overlay h2 {
    position: relative;
    margin: 0 auto 15px;
    font-size: 20px;
    color: #fff;
    -moz-transition: 0.3s 0.25s;
    -o-transition: 0.3s 0.25s;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 0.25s;
    -webkit-transition: 0.3s 0.25s;
    transition: 0.3s 0.25s;
}

.thumbnail_1.open {
    border-color: #222;
    pointer-events: none;
}

.thumbnail_1.open:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    bottom: 0;
    border: 15px solid transparent;
    border-bottom-color: #222;
    border-radius: 5px;
}

.thumbnail_1:hover img,
.thumbnail_1.open img {
    -webkit-transform: rotate(-45deg) scale(2);
    transform: rotate(-45deg) scale(2);
    border-radius: 5px;
}

.thumbnail_1:hover .overlay,
.thumbnail_1.open .overlay {
    top: 0;
}

.thumbnail_1:hover .overlay h2,
.thumbnail_1.open .overlay h2 {
    margin-top: 15%;
    font-size: 20px;
    color: #fff;
}

.thumbnail_1:hover .overlay .zoom-btn,
.thumbnail_1.open .overlay .zoom-btn {
    top: 0;
    opacity: 1;
}

.zoom-btn {
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 2px solid;
    color: #f00;
    border-radius: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
    border-radius: 5px;
}

.zoom-btn:before {
    content: '+';
    position: absolute;
    left: 3.1px;
    top: -6px;
    color: red;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 5px;
}

.zoom-btn:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    background: #f00;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}

.widget-categories ul.category-list li {
    border-bottom: transparent;
    padding-left: 20px !important;
}


/* Product Page CSS */

.parallax-overlay {
    background-image: linear-gradient(to right top, #313131, #020202, #000000);
}

.post-header .widget-titles {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    color: #ee3b24;
}

.entry-content {
    padding: 10px 0 10px;
}

.entry-content ol.list-items {
    margin-top: 20px;
}

.left-sidebar .card-header {
    min-height: 57px;
    padding: 10px 15px;
    margin-bottom: 0;
    background-color: rgb(254 0 0);
    border-bottom: none;
}

.left-sidebar .card-header h2 {
    color: #fff;
    margin: 0;
}

.left-sidebar .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #d4d4d4;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    box-shadow: none !important;
}

#client-left-carousel figure.client_logo {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    box-shadow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    min-height: 94px;
    max-height: 94px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    transition: all .3s ease-in-out;
}

#client-left-carousel figure.client_logo a img {
    padding: 15px;
    max-width: 120px;
}

.sidebar-features .card-body {
    padding: 20px;
}

.go-corner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #2f2f2f;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.key-features {
    display: flex;
    position: relative;
    max-width: 100%;
    min-height: 77px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px 14px;
    margin: 0 0 5px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    align-items: center;
}

.key-features:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #2f2f2f;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.7s ease-out;
    transition: -webkit-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transition: transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}

.key-features:hover:before {
    -webkit-transform: scale(21);
    transform: scale(21);
}

.key-features h3 {
    font-size: 15px;
    margin: 0;
    line-height: 20px;
}

.key-features:hover h3 {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.other-product .card-body {
    padding: 0px;
}

.other-product .widget-categories ul.category-list li {
    border-bottom: transparent;
    padding-left: 0px !important;
    background: transparent;
    padding: 0;
    margin: 0;
}

.other-product .widget-categories ul li a,
.other-product .widget-services ul li a {
    display: block;
    font-weight: 400;
    color: #222;
    padding: 5px 15px;
}

.other-product .widget-categories ul.category-list li a:hover {
    color: #fff;
    background: #4e4e4e;
}

.other-product .widget-categories ul li a:before,
.widget-services ul li a:before {
    content: "\f29f";
    font-family: Ionicons;
    padding-right: 15px;
    font-size: 15px;
    color: #9a9a9a;
}

.other-product .widget-categories ul.category-list li a:hover:before {
    color: #fff;
}

.entry-content.para_content .list-items .item {
    display: flex;
    min-height: 60px;
    align-items: center;
    clear: both;
    counter-increment: list;
    padding-bottom: 18px;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    text-align: justify;
    color: #6A6A6A;
    font-weight: 400;
}

.entry-content.para_content .list-items .item:after {
    z-index: 0;
    background: transparent;
}

.entry-content.para_content .list-items .item:before {
    font-family: Ionicons;
    font-size: 17px;
    content: "\f109";
    width: 33px;
    height: 33px;
    float: left;
    margin: 0 1.5rem 0.75rem 0;
    background: #fd0001 linear-gradient( to bottom right, #f95859 25%, #8e1717);
    text-shadow: 0 0 2px #fd0001;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    shape-outside: ellipse();
    z-index: 1;
    position: absolute;
    top: 4px;
    left: -55px;
    color: #fff;
}

.vid-story {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 0px;
}

.vid-story .vid-story-img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    padding: 8px;
    border: 1px solid #F4F4F4;
    overflow: hidden;
    display: flex;
    position: relative;
    background: #fff;
}

.vid-story .vid-story-img img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.vid-story .vid-story-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 70%);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 100%;
    transition: all .3s ease-in-out;
}

.vid-story .vid-story-img a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: 0;
    font-size: 40px;
    color: #000000;
    z-index: 113;
    transition: all .6s ease-in-out;
}

.vid-story:hover .vid-story-img:before {
    top: 0;
}

.vid-story:hover .vid-story-img a {
    bottom: 0;
}

.vid-story .vid-story-data {
    position: absolute;
    bottom: 0px;
    background: rgb(255 255 255 / 80%);
    left: 0;
    padding: 20px 40px;
    padding-top: 7px;
    min-height: 85px;
    display: flex;
    align-items: center;
    z-index: 100;
    transition: all .3s ease-in-out;
}

.vid-story .vid-story-data h3 {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin: 0px 0;
    color: #000;
    transition: all .3s ease-in-out;
}

.vid-story:hover .vid-story-data {
    background: transparent;
}

.vid-story:hover .vid-story-data h3 {
    color: #000000;
}

@media only screen and (max-width:768px) {
    .key-features:hover:before {
        -webkit-transform: scale(41);
        transform: scale(41);
    }
    .sidebar-right {
        padding-left: 0px;
    }
}


/* End Product Page CSS */


/* Home Clients */

@media only screen and (max-width: 700px) and (min-width: 200px) {
    .corearea-focus-mobile {
        margin-top: -40px!important;
    }
    .information-communication {
        margin-top: -60px!important;
        font-size: 15px!important;
    }
    .business-mobile {
        margin-top: -60px!important;
    }
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients .clients-wrap {
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

.clients .client-logo {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    background: #fff;
    height: 100px;
}

.clients .client-logo img {
    transition: all 0.3s ease-in-out;
    height: 62px;
    -webkit-filter: grayscale(10%);
    filter: grayscale(10%);
}

.clients .client-logo:hover img {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.1);
}


/* About Page CSS */

@media only screen and (max-width: 700px) and (min-width: 200px) {
    .abouttext-mobile {
        margin-left: -14px!important;
    }
    .abouttext2para-mobile {
        margin-left: -36px!important;
    }
}

.item.imgpadding img {
    border-radius: 10px;
    box-shadow: 2px 1px 5px 8px rgba(0, 0, 0, 0.03);
}


/* Team Page */

demo {
    background: #e5e5e5;
}

.our-team {
    border: 2px solid #ff3232;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    z-index: 1;
    position: relative;
}

.our-team:before,
.our-team:after {
    content: "";
    width: 100%;
    height: 104%;
    background: #ff3232;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    transition: all 0.3s ease 0s;
}

.our-team:after {
    width: 106%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.25);
}

.our-team:hover:before {
    transform: translateY(-50%) scaleX(0.7);
}

.our-team:hover:after {
    transform: translate(-50%, -50%) scaleY(0.7);
}

.our-team img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.our-team .team-content {
    width: 93%;
    padding: 25px 0 10px;
    background: rgb(0 0 0 / 72%);
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.5, 0.2, 0.1, 0.9);
}

.our-team:hover .team-content {
    bottom: 10px;
    opacity: 1;
}

.our-team .title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}

.our-team .post {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.our-team .social {
    padding: 0;
    margin: 0;
    list-style: none;
}

.our-team .social li {
    display: inline-block;
    margin: 0 5px;
}

.our-team .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #ff3232;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
    background: linear-gradient(to bottom, #ff3232, darkred);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

.our-team .team-content .post {
    margin: 0 0 26px;
    padding: 0 0 12px;
}


/* Services Page */

.service_card {
    position: relative;
    padding-left: 50px;
}

.service-content {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 29px;
    border-radius: 50%;
    margin-top: 0;
}

.service-heading {
    padding-bottom: 0px;
    text-align: left;
}

.service-heading h3 {
    font-size: 16px;
    line-height: normal;
    margin: 0px !important;
}

.service-text {
    margin-left: 15px;
}

.service-text p {
    margin: 4px 0;
    text-align: justify;
}

.partner-box.medi .service_text_area p {
    text-align: justify!important;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.partner-box.medi .service-content {
    display: inline-block;
    position: relative;
    left: 0;
    width: 100%;
    line-height: 50px;
    color: #fff;
    font-size: 29px;
    border-radius: 50%;
    margin-top: 0;
    height: 100%;
}

.partner-box.medi .learn-more .button-text {
    padding: 0 0;
    margin: 0 0 0 0;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 39px;
}

.card .shikhaguru-card {
    height: auto;
}

.card .cardheader {
    height: 57px;
}

.item .img-thumbnail img {
    width: 162px;
    height: 76px;
}

.mt-15 {
    margin-top: 15px;
}
.entry-content.para_content.new-custom .list-items {
    list-style: none;
    width: 100%;
    padding-left: 28px;
}
.entry-content.para_content.new-custom .list-items .item {
    display: flex;
    min-height: 28px;
    align-items: center;
    clear: both;
    counter-increment: list;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 19px;
    position: relative;
    text-align: justify;
    color: #6A6A6A;
    font-weight: 400;
    margin-left: 0;
}
.entry-content.para_content.new-custom .list-items .item:before {
       font-family: Ionicons;
    font-size: 11px;
    content: "";
    width: 8px;
    height: 8px;
    float: left;
    margin: 0 .5rem 0.3rem 0;
    background: #5d5353 linear-gradient( to bottom right, #212121 25%, #636363);
    text-shadow: none;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    shape-outside: ellipse();
    z-index: 1;
    position: absolute;
    top: 11px;
    left: -24px;
    color: #fff;
}
@media(min-width:768px){
	.sidebar.sidebar-right.left-sidebar .card-body.widget.widget-categories .col-md-6{
		padding: 5px 5px;
	}	
	.sidebar.sidebar-right.left-sidebar .card-body.widget.widget-categories .row{
		padding: 0 10px;
	}
}
.tm-service-inner p.text-justify {
    font-size: 14px;
    line-height: 18px;
}