/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
        Table of Content
   =================================== */
   
/*  - Fonts
    - General Classes
    - Preloader
    - Scroll bar
    - Header And Navigation
    - Slider
    - About
    - Services
    - Gallery
    - Success Story
    - Clients
    - Blog
    - Contact
    - Map
    - Footer
    - Price Page
    - Services Page
    - Project Page
    - Blog Page
    - About  Page
    - Contact Us Page
    - Media Queries
*/

/* ===================================
        Google Fonts
   =================================== */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

body {
    background-color: white;
    overflow-x: hidden;
}

.white_text {
    color: #ffffff !important;
}

a:hover {
    color: #ffffff;
}

section {
    padding-top: 125px;
    padding-bottom: 125px;
}

.padding-up {
    padding-top: 125px;
}

.padding-down {
    padding-bottom: 125px;
}

/* ===================================
        Preloader
   =================================== */
.loader1 {
    overflow: hidden !important;
}

#loading-area {
    width: 100%;
    height: 100%;
    ;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999;
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center;
    background-color: #FFFFFF;
}

.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
}

.spinner {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.container1>div,
.container2>div {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.container1 .circle1,
.container2 .circle4,
.container1 .circle4 {
    border: 5px solid #23ced5;
}

.container1 .circle2,
.container2 .circle1 {
    border: 5px solid #5192e1;
}

.container1 .circle3,
.container2 .circle2,
.container2 .circle3 {
    border: 5px solid #000000;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.circle1,
.circle2 {
    top: 0;
}

.circle1 {
    left: 0;
}

.circle2 {
    right: 0;
}

.circle3,
.circle4 {
    bottom: 0;
}

.circle3 {
    right: 0;
}

.circle4 {
    left: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0.4)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.25);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*
===================================
    Scrollbar
=================================== 
*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #23ced5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
            color-stop(.5, rgba(255, 255, 255, .2)),
            color-stop(.5, transparent), to(transparent));
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

/* ===================================
   Scroll Top
====================================== */
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(21%, #23ced5), to(#5192e1));
    border-radius: 50%;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: slideInRight 1s;
    animation: slideInRight 1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(21%, #23ced5), to(#5192e1));
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.go-top:hover,
.go-top:focus {
    color: #ffffff;
    background-position: right center;
}

.go-top:hover::before,
.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/**********NAV-BAR AFTER SCROLL*******/
.sticky-bottom {
    position: relative;
    background: #fff;
    padding-top: 15px;
}

/* .header-appear {
    height: 80px;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
} */

.navbar-appear {
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fixed-top {
    background-color: #ffffff;
}

.navbar.fixed-menu {
    z-index: 1111;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.navbar-light .navbar-nav .nav-link.active:before,
.square:hover .navbar-light .navbar-nav .nav-link.active:after {
    width: 100%;
}

/***********NAV-BAR FOR LARGE SCREEN*********/

/***********CAPSULED ABSOLUTE NAV-BAR*******/
.rounded-bar {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    padding: 0;
    width: 100%;
}

.navbar-nav .nav-item {
    margin: 16px 1.25rem;
}

.navbar-nav .nav-link {
    padding: 10px 0 2px 0 !important;
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #000000 !important;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.navbar .container {
    background-color: white;
    border-radius: 40px;
}

.logo {
    margin-left: 1.25rem;
}

/* ===================================
        Simple Nav-Bar
   =================================== */
.simple-navbar {
    z-index: 1;
    position: fixed;
    background-color: white;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    width: 100%;
}

/*******NAV-BAR HOVER EFFECT*******/
a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition: 0.5s color ease;
    -o-transition: 0.5s color ease;
    transition: 0.5s color ease;
    text-decoration: none;
}

a.before:before,
a.after:after {
    content: "";
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

a.before:before,
a.after:after {
    height: 2.2px;
    width: 0;
    background: #33c9dd !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #33c9dd !important;
}

/*****MODEL WINDOW FOR NAV-BAR FOR SMALL SCREEN*****/
.outer-window {
    display: none;
    color: white;
}

.inner-window {
    background-color: white;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111111;
}

.inner-window.start-anm {
    animation: 0.8s slideInLeft;
}

.inner-window.end-anm {
    animation: 0.8s slideOutLeft;
}

.outer-window .navbar {
    position: relative;
    background-color: transparent !important;
}

.outer-window .nav-link {
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}

.outer-window .nav-item a {
    text-align: left;
    padding: 15px;
}

.outer-window .navbar-nav {
    margin-top: 10%;
}

.logo_display {
    display: none;
}

.my-tog-btn {
    display: none;
}

.my-tog-btn span {
    background-color: black;
    margin-bottom: 5px;
    height: 2px;
    width: 100%;
}

.outer-window .close-outerwindow {
    position: absolute;
    right: 10%;
    top: 3%;
    z-index: 1111;
}

.outer-window .close-outerwindow i {
    color: #384141;
    font-size: 25px;
}

/*****OVERLAY OF SLIDER*****/
.layer-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.63);
}

.fancybox-slide--video .fancybox-content {
    background: transparent;
}

.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 80%;
    margin: 5% auto 0;
    overflow: hidden;
    padding: 0;
    width: 80%;
}

.tarns-white {
    background-color: transparent;
    border: 1px solid white;
    z-index: 2;
    transition: 0.8s ease !important;
}

.tarns-white:hover {
    color: #384141;
    background-color: white;
}

.gradient-blue-btn {
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 21%, #5192e1 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(21%, #23ced5), to(#5192e1));
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 21%, #5192e1 100%);
    border: 1px solid #5192e1 !important;
    z-index: 2;
}

.gradient-blue-btn:hover {
    background-position: right center !important;
    color: #fff !important;
}

.btn-slider {
    padding: 15px 38px !important;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-weight: 300 !important;
    border-radius: 30px;
    font-size: 15px !important;
    font-family: 'Raleway', sans-serif !important;
    line-height: 17px !important;
    color: #fff;
}

/* ===================================
        About Section
   =================================== */
.about {
    overflow: hidden !important;
}

.img-sc {
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}

.about_img {
    padding: 3%;
    background-color: #f6f6f6;
    position: relative;
}

.margin_aboutimg {
    margin-left: 14%;
}

.about_img img {
    height: 100%;
    width: 100%;
}

.blue_rectangle {
    position: absolute;
    left: 35px;
    width: 60%;
    height: 67%;
    bottom: 1%;
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
}

.colored_heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #23ced5;
    margin-bottom: 0;
    letter-spacing: 0;
}

.about-heading {
    text-align: left;
    margin-top: 70px;
}

.heading {
    font-size: 55px;
    font-family: 'Raleway', sans-serif;
    color: #384141;
    letter-spacing: -1px;
}

.margin_heading {
    margin-top: 30px;
    margin-bottom: 30px;
}

.info {
    color: #808080;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
}

.margin_button {
    margin-top: 30px;
}

.btn.btn-primary:hover {
    background-position: right center;
    color: #ffffff !important;
}

.btn.btn-primary {
    border: none;
    padding: 10px 35px;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.6px;
    color: white !important;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    text-decoration: none;
    flex: 1 1 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
}

/* ===================================
        Services Section
   =================================== */
.services {
    padding-top: 0;
}

.card {
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, .125);
}

.card-body {
    padding: 0;
}

.cover:hover {
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 15px #e1e1e1;
    box-shadow: 2px 2px 15px #e1e1e1;
}

.cover:hover .numbering {
    background: -webkit-linear-gradient(180deg, #384141 85%, #384141 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cover:hover .card-title {
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 21%, #5192e1 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(21%, #23ced5), to(#5192e1));
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 21%, #5192e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cover {
    padding: 25px;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.cover .card-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    color: #384141;
    -webkit-transition: 1.5s ease;
    -o-transition: 1.5s ease;
    transition: 1.5s ease;
}

.cover .numbering {
    font-size: 62px;
    font-family: 'Open Sans', sans-serif;
    line-height: 0.867;
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 21%, #5192e1 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(21%, #23ced5), to(#5192e1));
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 21%, #5192e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: 1.5s ease;
    -o-transition: 1.5s ease;
    transition: 1.5s ease;
}

/* ===================================
        Portfolio Section
   =================================== */
.padding_color {
    background: white !important;
}

.small-screen {
    display: none;
}

.portfolio-heading {
    text-align: center;
    margin-top: 65px;
}

.portfolio-heading1 {
    text-align: left;
    margin-top: 25px;
}

.info_margin {
    margin-bottom: 50px;
}

.main_heading {
    font-size: 38px;
    font-family: 'Raleway', sans-serif;
    color: #384141;
    line-height: 1.133;
    letter-spacing: 0;
}

.heading_color {
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text_color {
    color: #384141 !important;
}

/*PORTFOLIO MASONRY STYLE*/
.portfolio_top {
    position: relative;
    overflow: hidden !important;
    background-color: #f6f6f6;
    padding: 0 0;
}

.portfolio_top::before,
.portfolio_top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    height: 90px;
    width: 100%;
}

.portfolio_top::after {
    bottom: 0;
}

.text_wrap {
    padding: 50px 2rem 0.5rem 2rem;
}

.padding_box {
    border: 20px solid #fff;
}

.bottom-text>.cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

/*PORTFOLIO HOVER EFFECT*/
.portfolio_top .cbp-item:hover img {
    -webkit-animation: 1 zoomeff;
    animation: 1 zoomeff;
}

@-webkit-keyframes zoomeff {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes zoomeff {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.plus {
    display: block;
    margin: 0 auto 1rem auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden !important;
}

.plus_icon {
    font-size: 65px;
}

.hover_heading {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

figure.snip0015 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    text-align: center;
}

figure {
    margin: 0 0 0 !important;
}

figure.snip0015 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

figure.snip0015 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

figure.snip0015:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

figure.snip0015 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3em 3em;
    width: 100%;
    height: 100%;
}

figure.snip0015 figcaption::before {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 50%;
    left: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 0;
    background-color: white;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

figure.snip0015 h3,
figure.snip0015 p,
figure.snip0015 .plus_icon {
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s, transform 0.35s;
}

figure.snip0015 h3 figcaption .plus_icon {
    word-spacing: -0.15em;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transform: translate3d(0%, 50%, 0);
    transform: translate3d(0%, 50%, 0);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0015 h3 span {
    font-weight: 800;
}

figure.snip0015 p {
    font-weight: 200;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

figure.snip0015 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}

figure.snip0015:hover img {
    opacity: 0.15;
}

figure.snip0015:hover figcaption h3 {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0015:hover figcaption .plus_icon {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0015:hover figcaption p {
    opacity: 0.9;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

figure.snip0015:hover figcaption::before {
    background: rgba(255, 255, 255, 0);
    top: 30px;
    bottom: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.caption_center {
    margin-top: 130px;
}

/* ===================================
        Counter Section
   =================================== */
.counters {
    overflow: hidden !important;
}

.counter-heading {
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}

.info_width {
    max-width: 693px;
}

.wrapper {
    margin-top: 50px;
    cursor: pointer;
}

.end {
    margin-right: 0 !important;
}

.counter {
    background-color: #ffffff;
    padding: 20px 0 0 0;
    border-radius: 5px;
    text-align: center;
}

.counter_plus {
    font-size: 22px;
    font-weight: 900;
    color: #5192e1;
}

.count-title {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 0);
    font-weight: bold;
    line-height: 1.333;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 21%, #5192e1 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(21%, #23ced5), to(#5192e1));
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 21%, #5192e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.wrapper:hover .counter_icon {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.heading_mainc {
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    color: #384141;
    line-height: 0.899;
}

.count-text {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(33, 35, 49);
    margin-bottom: 0;
    text-align: center;
}

.counter_icon {
    margin: 0 auto;
    float: none;
    display: table;
    color: #384141;
    font-size: 55px;
    padding-bottom: 5px;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.other {
    height: 1500px;
}

/* ===================================
        Video Modal Window
   =================================== */
.success-story {
    background: #f6f6f6;
    overflow: hidden !important;
}

.vedio-heading {
    text-align: center;
}

.vedio-heading .info {
    width: 95%;
    margin-left: auto;
}

.fancy-box-content {
    width: 100% !important;
}

.img-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.img-list li {
    border: 5px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    float: left;
    position: relative;
    cursor: pointer;
}

.img-list img {
    max-width: 100%;
    vertical-align: middle;
}

/* ===================================
        Team Section
   =================================== */
.team {
    overflow: hidden !important;
}

span.team-icons {
    font-size: 20px;
    color: #a2a1a1f0;
}

span.team-icons i:hover {
    background-color: white;
}

span.team-icons i {
    margin: 8px 2px 0 0;
    padding: 7px;
    border-radius: 50%;
    background-color: transparent;
    transition: 0.8s ease;
}

span.team-icons i.lab.la-facebook-f:hover {
    color: #3B5998;
}

span.team-icons i.lab.la-google:hover {
    color: #B23121;
}

span.team-icons i.lab.la-linkedin-in:hover {
    color: #0e76a8;
}

.testimonial-box {
    background: #f6f6f6;
    overflow: hidden;
    padding: 65px 45px 45px 45px;
    margin: 50px 10px 10px 10px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    cursor: pointer;
    border-radius: 10px;
}

.owl-team .owl-item:not(.center) .testimonial-box:hover {
    background-color: #384141;
}

.testimonial-box:hover .infot_margin,
.testimonial-box:hover span.team-icons {
    color: white;
}

.center .testimonial-box .infot_margin,
.center .testimonial-box span.team-icons {
    color: white;
}

.center .testimonial-box {
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 61%, #5192e1 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(61%, #23ced5), to(#5192e1));
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 61%, #5192e1 100%);
    color: #FFFFFF;
}

.margin-p {
    text-align: center;
}

.testimonial_img {
    position: absolute;
    left: 35%;
    top: 60%;
    height: 100px;
    width: 100px;
}

.testimonial_img img {
    height: 100% !important;
    width: 100% !important;
}

.infot_margin {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 22px;
    position: relative;
    z-index: 999;
}

.testimonial_name {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    color: rgb(33, 35, 49);
    text-align: center;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0;
}

.blue_text {
    color: #23ced5;
}

.team .text {
    position: absolute;
    text-align: center;
    top: 84%;
    left: 32%;
}

.team .item {
    padding-bottom: 120px;
}

.owl-team .owl-dots {
    margin-top: 30px !important;
}

.owl-team .owl-dots .owl-dot.active span,
.owl-team .owl-dots .owl-dot:hover span {
    background: #23ced5;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.owl-team .owl-dots .owl-dot span {
    background: #384141;
    font-size: 30px;
    padding: 6px;
}

.owl-team .center .infot_margin {
    padding-top: 10px;
    padding-bottom: 40px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

/* ===================================
        Blog Section
   =================================== */
.blog {
    background-color: #f6f6f6;
    overflow: hidden !important;
}

.blog_text {
    text-align: center;
    margin-bottom: 11.5%;
    margin-top: 11.5%;
}

.blog_text .info {
    width: 96%;
}

.padding_blog {
    padding: 90px;
}

.blog_img {
    width: 100%;
    height: 100%;
}

/* ===================================
        Contact Section
   =================================== */
.contact {
    overflow: hidden !important;
}

.contact_text {
    text-align: center;
}

.contact_margin {
    margin-left: auto;
    margin-right: auto;
}

.information_process {
    padding-bottom: 0;
}

/* ===================================
        Map Section
   =================================== */
.map {
    padding: 0 !important;
    overflow: hidden !important;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
}

.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* ===================================
        Footer Section
   =================================== */
ul.footer_ul {
    list-style: none;
    display: inline-block;

}

li.footer_list {
    display: inline-block;
    margin-right: 15px;
    font-size: 19px;
    color: rgb(42, 42, 42);
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: transparent;
    border-radius: 50px;
    padding-top: 17px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

li.footer_list:hover {
    color: white;
    background-color: #5192e1;
    -webkit-animation: .8s ease;
    animation: .8s ease;
}

.footer_text {
    text-align: center;
}

.footer {
    padding: 60px !important;
}

/* ===================================
        Services Page
   =================================== */

.header1_img {
    background: url(../img/services/header_img1.jpg);
    background-attachment: fixed;
}

.img {
    height: 100%;
    width: 100%;
}

.overlay {
    background-color: #000000bd;
}

.header_tittle1 {
    font-size: 72px;
    font-family: 'Raleway', sans-serif;
    color: rgb(255, 255, 255);
}

.header_tittle2 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 2;
    font-weight: lighter;
}

.header_tittle {
    text-align: center;
    padding-top: 8%;
    padding-bottom: 8.5%;
    letter-spacing: 0;
    font-weight: 100 !important;
}

/*****INFORMATION PROCESS SECTION START*****/

.information_process {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*****DETAIL SERVICES SECTION START*****/

.detail_process {
    background: #f6f6f6;
    overflow: hidden !important;
}

.process_text {
    padding: 85px;
    text-align: center;
}

.margin-col {
    margin-top: auto;
    margin-bottom: auto;
}

.width {
    width: 352px;
    margin-left: auto;
    margin-right: auto;
}

/****IMAGE HOVER*****/
.figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.figure:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 100%;
    }
}

@keyframes shine {
    100% {
        left: 100%;
    }
}

/* ===================================
        Price Section
   =================================== */

.header2_img {
    background: url(../img/header_img2.jpg);
    background-attachment: fixed;
}

.price-item {
    background-color: #ffffff;
    margin-top: 1.5rem;
    padding: 0;
    -webkit-box-shadow: 1px 1px 8px #e1e1e1;
    box-shadow: 1px 1px 8px #e1e1e1;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.price_header {
    background-color: #f2f2f2;
    padding: 20px 0 20px 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border-bottom: 1px solid transparent;
}

.price_header_text {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: rgba(51, 51, 51, 0.6);
    position: relative;
    z-index: 1;
}

.actual_price {
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    color: rgb(51, 51, 51);
    text-align: center;
    padding-top: 35px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative;
    z-index: 1;
}

.small_font {
    font-size: 14px;
    font-weight: bold;
}

.price-list {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}

.price-list li {
    padding: 7px;
    text-align: center;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: rgb(51, 51, 51);
}

.btn-green {
    padding: 10px 39px 10px 39px;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.6px;
    color: white !important;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background-color: #384141;
    border: 1px solid white;
}

.btn-green-margin {
    margin-bottom: 35px;
}

.btn-green:hover {
    background-color: white;
    color: #384141 !important;
    border: 1px solid #384141;
}

.price-item-center:hover .actual_price {
    color: white;
}

.price-item:hover .price_header_text {
    color: white;
}

.price-item:hover .actual_price {
    color: white;
}

.colored_hover {
    position: absolute;
    height: 0;
    width: 92%;
    -webkit-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    z-index: 1;
}

.colored_hover-center {
    position: absolute;
    height: 0;
    width: 92%;
    -webkit-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    z-index: 1;
    opacity: 0;
}

.price-item:hover .colored_hover {
    background-color: #384141 !important;
    height: 175px;
}

.price-item-center:hover .colored_hover-center {
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 31%, #5192e1 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(31%, #23ced5), to(#5192e1));
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 31%, #5192e1 100%);
    height: 220px;
    opacity: 1;
}

.price-item-center {
    background-color: #ffffff;
    padding: 0;
    -webkit-box-shadow: 1px 1px 8px #e1e1e1;
    box-shadow: 1px 1px 8px #e1e1e1;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.price_header-center {
    padding-top: 45px;
    padding-bottom: 45px;
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 31%, #5192e1 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(31%, #23ced5), to(#5192e1));
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 31%, #5192e1 100%);
}

.color-white {
    color: #ffffff !important;
}

/* ===================================
        Project Page
   =================================== */

.header4_img {
    background: url(../img/project/header4_img.jpg);
    background-attachment: fixed;
}

/*filters*/

.cbp {
    margin-top: 25px;
}

.cbp-item-off {
    display: none;
}

.cbp-l-filters .cbp-filter-item {
    cursor: pointer;
    margin: 15px;
    display: inline-block;
}

.cbp-l-filters .cbp-filter-item span {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #212331;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.cbp-l-filters .cbp-filter-item-active {
    cursor: default;
}

.cbp-l-filters .cbp-filter-item:hover span {
    color: #00bcd4;
}

.cbp-l-filters .cbp-filter-item-active span,
.cbp-l-filters .cbp-filter-item:focus span {
    color: #00bcd4;
    cursor: pointer;
}

/*portfolio hover*/
.flat-gallery .cbp-item figure:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.snip1577 *,
.snip1577:before,
.snip1577:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.snip1577 img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: top;
}

.snip1577:before,
.snip1577:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '';
    background-color: #ffffff;
    z-index: 1;
    opacity: 0;
}

.snip1577:before {
    width: 0;
    height: 1px;
}

.snip1577:after {
    height: 0;
    width: 1px;
}

.snip1577 figcaption {
    text-align: center;
    position: absolute;
    left: 55px;
    bottom: 60px;
    padding: 15px 20px;
}

.snip1577 .icon-show {
    background-color: white;
    height: 55px !important;
    width: 55px !important;
    border-radius: 50% !important;
    padding: 14px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px;
}

.snip1577 p {
    font-size: 18px;
    font-weight: normal;
    opacity: 0;
}

.snip1577 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.snip1577:hover img,
.snip1577.hover img {
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.1s !important;
    -o-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}

.snip1577:hover:before,
.snip1577.hover:before {
    width: 45px;
}

.snip1577:hover:after,
.snip1577.hover:after {
    height: 45px;
}

.snip1577:hover p,
.snip1577.hover p {
    opacity: 1;
}

.snip1577:hover p,
.snip1577.hover p {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.hover_text {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: rgb(255, 255, 255);
}

.white_bg {
    background-color: white;
}

.hover_search {
    font-size: 24px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(21%, #23ced5), to(#5192e1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===================================
        Blog Page
   =================================== */

.header5_img {
    background: url(../img/blog/header5-img.jpg);
    background-attachment: fixed;
}

.grey_bg {
    background-color: #f6f6f6;
}

/*..............SEARCH...........*/

.pt-lg-10 {
    padding-top: 7rem;
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
}

.search_outerbox {
    background-color: #f6f6f6;
    width: auto;
    height: auto;
}

.input-group {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 38px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00bcd4;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
}

.form-control {
    font-family: 'Raleway', sans-serif;
}

.form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ced4da;
}

.btn-search {
    background-color: #00bcd4;
    border-radius: 0;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #00bcd4;
    -webkit-animation: 0.8s ease;
    animation: 0.8s ease;
}

.btn-search:link,
.btn-search:visited,
.btn-search:focus {
    color: #fff;
}

.btn-search:active,
.btn-search:hover {
    background-color: #ffffff;
    color: #00bcd4;
    border-color: #00bcd4;
}

/*............TOPIC..............*/

.topic_outerbox {
    height: auto;
    width: auto;
    background-color: #f6f6f6;
    padding-bottom: 12px;
}

.topic_outerbox h2 {
    color: #384141;
    font-size: 26px;
    padding-left: 42px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.topic_outerbox ul {
    list-style: none;
    padding: 0;
}

.topic_outerbox li {
    text-decoration: none;
    color: #333333;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 500;
    overflow: hidden !important;
    font-family: 'Raleway', sans-serif;
}

.topic_outerbox li a {
    text-decoration: none;
    color: black;
    padding-right: 5px;
}

.topic_outerbox li a:hover {
    color: #00bcd4;
}

.dots {
    letter-spacing: 6.5px;
    font-size: 16px;
    font-weight: normal;
}

.inner-box {
    margin-left: 13%;
    margin-right: 13%;
    text-align: center
}

.inner-box1 {
    margin-left: 12%;
    margin-right: 13%;
    text-align: center;
}

.image {
    height: 100%;
    width: 100%;
}

/*.............POPULAR POST..............*/
.outer_popular {
    height: auto;
    width: auto;
    background-color: #f6f6f6;
    padding-bottom: 35px;
}

.outer_popular h2 {
    color: #384141;
    font-size: 26px;
    padding-left: 42px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.pt-lg-4 {
    padding-top: 2rem;
}

.popular_image {
    height: 100%;
    width: 35%;
}

.outer {
    margin-right: 13%;
    margin-left: 13%;
}

.text_post {
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: auto;
}

.main {
    color: black;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    line-height: 18px;
    letter-spacing: 0;
    font-family: 'Raleway', sans-serif;
}

.date {
    color: gray;
    font-size: 14px;
    margin-bottom: 4px;
    font-family: 'Raleway', sans-serif;
}

.text_post span {
    color: black;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    letter-spacing: 0;
    font-family: 'Raleway', sans-serif;
}

.main:hover {
    color: #00bcd4;
}

.text_post span:hover {
    color: #00bcd4;
}

/*..............TAGS.................*/

.outer_tag {
    height: auto;
    width: auto;
    background-color: #f6f6f6;
    padding-bottom: 30px;
}

.main_tag {
    color: #384141;
    font-size: 26px;
    padding-left: 42px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

span {
    display: unset;
}

.inner_tag {
    margin-left: 13%;
    margin-right: 13%;
}

.tag_text a:hover {
    color: white;
    background-color: #00bcd4;
    border: solid 1px transparent;
}

.tag_text a {
    text-decoration: none;
    font-size: 14px;
    color: black;
    border: solid 1px #ced4da;
    padding: 5px 12px 5px 12px;
    margin-top: 9px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

.sale_img {
    width: 100%;
    height: 100%;
}

.img-area img {
    height: 100%;
    width: 100%;
}

/*..............MINIMAL POST.................*/

.text_minimal {
    padding-top: 20px;
    margin-left: 2px;
    letter-spacing: 0;
}

.text_minimal a {
    text-decoration: none;
}

.text_minimal h2 {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #333333;
    letter-spacing: 0;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor: pointer;
}

.text_minimal h2:hover {
    color: #00bcd4;
}

.text_minimal .date {
    color: grey;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
}

.verticle_line {
    height: 25px;
    width: 2px;
    background-color: grey;
}

.margin_1 {
    margin-left: 20px;
}

.text_minimal span {
    color: grey;
    cursor: pointer;
    margin-left: 20px;
    font-weight: 400;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    font-family: 'Raleway', sans-serif;
}

.text_minimal span:hover {
    color: #00bcd4;
}

.text_dummy {
    color: #808080;
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
    letter-spacing: 0.2px;
}

.display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.divider {
    border: 0.1px solid #dbdbdb;
    margin-top: 3.5rem;
}

.divider1 {
    border: 0.5px solid #dbdbdb;
    margin-top: 3rem;
}

.mt-sm-10 {
    margin-top: 30px;
}

/*IMAGE*/
.min-post {
    width: 100%;
    margin: 0 auto;
    line-height: 0;
    position: relative;
}

.min-post img {
    width: 100%;
}

.min-post article {
    position: absolute;
    top: 0;
    width: 100%;
    background: white;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.1fr 16px 1fr 16px 0.5fr;
    grid-template-columns: 1.1fr 1fr 0.5fr;
    grid-gap: 16px;
    mix-blend-mode: lighten;
}

.minimal_image .min-post div {
    background: black;
    height: 17.25vw;
}

.min-post div:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
}

/*.......AUDIO.......*/

.mejs__container {
    margin-top: -40px;
}

.mt-10 {
    margin-top: 3.5rem;
}

/*...............PORTFOLIO..............*/

.box4 {
    position: relative;
    height: 100%;
    width: 100%;
}

.box4:before {
    width: 0;
    height: 200%;
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 31%, #5192e1 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(31%, #23ced5), to(#5192e1));
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 31%, #5192e1 100%);
    position: absolute;
    top: 0;
    left: -250px;
    bottom: 0;
    -webkit-transform: skewX(-36deg);
    -ms-transform: skewX(-36deg);
    transform: skewX(-36deg);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: .8;
    z-index: 1;
}

.box4:hover:before {
    width: 220%
}

.box4 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 1;
    margin-top: 100px;
    text-align: center
}

.box4 .icon,
.box5 .icon {
    list-style: none;
    padding: 0
}

.box4:hover .box-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.box4 .title {
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    z-index: 1
}

.box4 .post {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Raleway', sans-serif
}

.box4 .icon {
    margin: 0
}

.box4 .icon li {
    display: inline-block
}

.box4 .icon li {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 28px;
    color: #FFFFFF;
    margin-right: 10px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
}

.box5 .icon,
.box5 .icon li {
    display: inline-block
}

.box1 img,
.box1:after,
.box1:before {
    width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.box1 .icon,
.box2,
.box3,
.box4,
.box5 .icon li a {
    text-align: center
}

.box10:after,
.box10:before,
.box1:after,
.box1:before,
.box2 .inner-content:after,
.box3:after,
.box3:before,
.box4:before,
.box5:after,
.box5:before,
.box6:after,
.box7:after,
.box7:before {
    content: ""
}

.box1,
.box11,
.box12,
.box13,
.box14,
.box16,
.box17,
.box18,
.box2,
.box20,
.box21,
.box3,
.box4,
.box5,
.box5 .icon li a,
.box6,
.box7,
.box8 {
    overflow: hidden
}

.box1 .title,
.box10 .title,
.box4 .title,
.box7 .title {
    letter-spacing: 1px
}

.box3 .post,
.box4 .post,
.box5 .post,
.box7 .post {
    font-style: italic
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mb-30 {
    margin-bottom: 30px
}

.box1 .icon,
.box1 .title {
    margin: 0;
    position: absolute
}

.box1 {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    position: relative
}

.box1:after,
.box1:before {
    height: 50%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg)
}

.box1:after {
    top: auto;
    bottom: 0;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.box1:hover:after,
.box1:hover:before {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotateZ(0)
}

.box1 img {
    height: auto;
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}

.box1:hover img {
    -webkit-filter: sepia(80%);
    filter: sepia(80%);
    -webkit-transform: scale(1.3) rotate(10deg);
    -ms-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg)
}

.box1 .title {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 1px #004cbf;
    bottom: 10px;
    left: 10px;
    opacity: 0;
    z-index: 2;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease .2s;
    -o-transition: all .5s ease .2s;
    transition: all .5s ease .2s
}

.box1:hover .title {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.box1 .icon {
    padding: 7px 5px;
    list-style: none;
    background: #004cbf;
    border-radius: 0 0 0 10px;
    top: -100%;
    right: 0;
    z-index: 2;
    -webkit-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .2s
}

.box1:hover .icon {
    top: 0
}

.box1 .icon li {
    display: block;
    margin: 10px 0
}

.box1 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.box2 .icon li a,
.box3 .icon a:hover,
.box4 .icon li a:hover,
.box5 .icon li a,
.box6 .icon li a {
    border-radius: 50%
}

/*.............PAGINATION............*/

.page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #333333;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 16px;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.page-item .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4;
    opacity: .9;
}

.page-item .page-link:focus {
    color: white !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-item .page-link:hover {
    color: #00bcd4;
    background-color: #ffffff;
    border-color: #00bcd4;
    opacity: .8;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.margin_footer-top {
    padding-top: 120px !important;
}

.pagination li {
    margin: 5px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #00bcd4;
    background-color: #ffffff;
    border-color: #00bcd4;
    opacity: .8;
}

/* ===================================
        Blog Detail Page
   =================================== */

.header6_img {
    background: url(../img/blog/header6_img.jpg);
    background-attachment: fixed;
}

.minimal_image .min-post .large_post div {
    background: black;
    height: 24.8vw;
}

.blog_detail-heading {
    color: #384141;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
}

.text_minimal ul {
    color: #384141;
}

.mt-40 {
    margin-top: 70px;
}

.mejs__controls:not([style*='display: none']) {
    background: black;
}

.quote_text .quote {
    color: #333333;
    font-style: italic;
    font-size: 24px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: right;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.quote_text:hover .quote {
    color: #33c9dd;
}

.quote_text:hover .verticle_lineQ {
    background-color: #333333;
}

.quote_text {
    margin-bottom: 20px;
}

.verticle_lineQ {
    width: 2.3px;
    height: 75px;
    background-color: #33c9dd;
    text-align: right;
    margin-top: -87px;
    margin-left: 38.7rem;
}

.blogN_images img {
    height: 100%;
    width: 100%;
}

.pt-6 {
    padding-top: 40px;
}

.written_outerbox {
    height: auto;
    width: auto;
    background-color: #f6f6f6;
}

.written_outerbox .written_img {
    width: 20%;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-left: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.written_text {
    margin-top: auto;
    margin-left: 20px;
    margin-bottom: auto;
}

.main_written {
    color: #333333;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
}

.comment_text {
    color: #333333;
    font-size: 24px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.user_icon {
    color: lightgray;
    font-size: 65px;
    background: #f6f6f6;
    width: 100px;
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 50px;
    padding-left: 21px;
    padding-right: 15px;
}

.icon_text {
    margin-bottom: auto;
    margin-top: auto;
    padding-left: 20px;
}

.height {
    line-height: 25px;
    font-size: 17px;
    padding-top: 10px;
}

.font {
    font-size: 21px;
}

.icon_comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}

.margin_days {
    font-size: 18px;
    margin-bottom: 10px;
}

.mt-6 {
    margin-top: 70px;
}

/* ===================================
        About Page
   =================================== */

.header8_img {
    background: url(../img/about/header8_img.jpg);
    background-attachment: fixed;
}

.right-0 {
    right: 10px;
}

.about_descp {
    text-align: left;
}

.blue-right {
    left: auto;
}

.img-sc1 {
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.testimonial-sec {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url("../img/about/bg-testinomial.jpg");
    position: relative;
}

.bg-testimonial {
    padding: 0
}

.testimonial-sec .testimonial-card {
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
}

.testimonial-sec .testimonial-review {
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-sec .testimonial-review .client-info {
    margin-bottom: 30px;
}

.testimonial-sec .testimonial-review .client-info .client-name {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: bold;
    display: inline-block;
}

.testimonial-sec .testimonial-review .client-info .client-designation {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.testimonial-sec .testimonial-review .review-detail .text-des {
    color: #FFFFFF;
}

.testimonial-sec .testimonial-review .review-detail ul.test-review {
    padding-left: 0;
}

.testimonial-sec .testimonial-review .review-detail ul.test-review li {
    list-style: none;
    display: inline-block;
}

.testimonial-sec .testimonial-review .review-detail ul.test-review li i {
    font-size: 20px;
    color: yellow;
}

.testimonial-sec .owl-carousel .owl-nav button.owl-next,
.testimonial-sec .owl-carousel .owl-nav button.owl-prev,
.testimonial-sec .owl-carousel button.owl-dot {
    margin-bottom: 10px;
    display: block;
    font-size: 60px;
    position: absolute;
    top: 15%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    color: #23ced5;
}

.testimonial-sec .owl-next {
    position: absolute;
    right: 0;
}

.testimonial-sec .owl-prev {
    position: absolute;
    left: 0;
}



/* ===================================
        BLOG PAGES MEDIA QUERIES
   =================================== */

@media screen and (min-width:1600px) {
    .bg-img .text1 {
        margin-left: 20px;
    }

    .bg-img .text {
        position: absolute;
        margin-left: 18px;
    }

    .minimal_image .min-post div {
        background: black;
        height: 13.76vw;
    }

    .minimal_image .min-post .large_post div {
        background: black;
        height: 19.85vw;
    }
}

@media screen and (width:768px) {

    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .padding-down {
        padding-bottom: 60px;
    }

    .padding-up {
        padding-top: 60px;
    }

    .navbar-nav .nav-item {
        margin: 16px 1.25rem 0;
    }

    .portfolio_top::after {
        display: none;
    }

    .portfolio_top::before {
        display: none;
    }

    .portfolio-heading {
        text-align: center;
        margin-top: 0;
    }

    .portfolio-heading1 {
        margin-top: 0;
    }

    .navbar-nav .nav-item {
        margin: 16px 1.25rem 0;
    }

    .team .text {
        left: 39%;
    }

    .testimonial_img {
        left: 42%;
    }

    .vedio-heading {
        text-align: center;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .vedio-heading .info {
        width: 79%;
        margin-left: auto;
        margin-right: auto;
    }

    .blog_text .info {
        width: 82%;
        margin-left: auto;
        margin-right: auto;
    }

    .colored_hover {
        width: 96%;
    }

    .colored_hover-center {
        width: 96%;
    }


    .logo {
        text-align: left;
        margin-right: auto;
        margin-top: 0px;
        margin-left: 30px;
    }

    .my-tog-btn {
        display: -ms-inline-grid;
        display: inline-grid;
        width: 25px;
        height: auto;
        margin-left: 0;
        margin-right: 60px;
    }

    .margin_navbar-logo {
        margin-bottom: 15px;
    }

    .minimal_image .min-post div {
        background: black;
        height: 28.9vw;
    }

    .popular_image {
        height: 100%;
        width: 22%;
    }

    .minimal_image .min-post .large_post div {
        background: black;
        height: 27vw;
    }

    #portfolio-measonry {
        height: 3180px !important;
    }
}

@media screen and (max-width:767px) {
    .navbar-nav .nav-item {
        margin: 16px 1.25rem 0;
    }

    #portfolio-measonry {
        height: 1700px !important;
    }

    .vedio-heading .info {
        margin-left: auto;
        margin-right: auto;
    }

    .blog_text .info {
        margin-left: auto;
        margin-right: auto;
    }

    .padding_blog-img {
        padding-top: 10px;
    }

    .navbar-nav {
        background: white;
        margin-top: 32px;
    }

    .btn-model {
        padding: 9px 35px 9px 35px;
    }

    .bg-img .text1 {
        margin-top: 90px;
        text-align: center;
        padding-bottom: 3.3%;
    }

    .modal.show .modal-dialog {
        -webkit-transform: none;
        margin-top: 30px;
    }

    .input-group {
        padding-left: 10%;
        padding-right: 10%;
        text-align: left;
    }

    .inner-box {
        margin-left: 20px;
        margin-right: 5%;
    }

    .box4 .box-content {
        margin-top: 35px;
    }

    .text_post {
        margin-bottom: 15px;
    }

    .mt-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .minimal_image .min-post div {
        background: black;
        height: 28.4vw;
    }

    .minimal_image .min-post .large_post div {
        background: black;
        height: 26.39vw;
    }

    .pr-6 {
        padding-right: 30px;
    }

    .box4:hover:before {
        width: 470%;
    }

    .box4 .post {
        font-size: 12px;
    }

    .box4 .icon li a {
        font-size: 22px;
    }

    .divider {
        border: 0.5px solid #dbdbdb;
    }

    .pt-lg-10 {
        padding-top: 1.5rem;
    }

    .footer {
        /*  padding-top: 0;*/
        padding-bottom: 2rem;
    }

    .footer_icon ul {
        padding-left: 0;
    }

    .footer_icon ul li {
        margin: 20px;
    }

    .verticle_lineQ {
        margin-top: -86px;
        margin-left: 21.2rem;
    }

    .quote_text .quote {
        font-size: 21px;
        width: 325px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 60px;
    }

    .text1 h1 {
        font-size: 1.2rem;
        margin-left: 0;
        text-align: center;
    }

    .text1 p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 17px;
    }

    .written_text {
        padding-bottom: 22px;
        text-align: center;
        margin-left: 0;
    }

    .written_img {
        width: 40%;
        margin-left: 100px;
    }

    .written_outerbox {
        text-align: center;
    }

    .written_outerbox .written_img {
        width: 40%;
        margin-left: 0;
    }

    .written .display {
        display: inline-block;
    }

    .icon_text {
        margin-top: auto;
        margin-bottom: auto;
    }

    .form-control {
        text-align: left;
    }

    .icon_comment {
        margin-left: 55px;
    }

    .height {
        text-align: center;
    }
}

@media screen and (max-width:992px) {
    .navbar-nav {
        background: white;
    }

    .min-post {
        margin-top: 20px;
    }
}

/*****REV SLIDER BULLETS*****/
#rev_slider_2_1 .zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1)
}

#rev_slider_2_1 .zeus.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative
}

#rev_slider_2_1 .zeus.tparrows.tp-leftarrow:before {
    content: "\e824"
}

#rev_slider_2_1 .zeus.tparrows.tp-rightarrow:before {
    content: "\e825"
}

#rev_slider_2_1 .zeus .tp-title-wrap {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 50%
}

#rev_slider_2_1 .zeus .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s
}

#rev_slider_2_1 .zeus.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(100%);
    -webkit-transform: translatex(100%)
}

#rev_slider_2_1 .zeus.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    opacity: 1
}

#rev_slider_2_1 .zeus.tparrows:hover .tp-title-wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.tp-bullets.awaza.vertical.nav-pos-hor-left.nav-pos-ver-center.nav-dir-vertical {
    display: none;
}

.request-form-textfield label span {
    color: red;
    font-size: 10px;
    text-align: left;
}

.hide {
    display: none;
}

.iti.iti--allow-dropdown.iti--show-flags {
    width: 100%;
}

span#valid-msg {
    position: absolute;
    color: green;
    right: 55px;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
}

span#error-msg {
    position: absolute;
    color: red;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 400;
    right: 55px;
    opacity: 0;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
}

button.iti__selected-country {
    height: 50px !important;
}

#contact-form-data label.error {
    font-size: 13px;
    color: red;
    margin-left: 12px;
}