/*
This file contains the common info of this theme.
*/


/*------------------------------------------------------------------------------
[Table of contents]
    * preloader css
    * Back to top css
    * Header & Navigation
        * Header top
        * Navigation
    * Slider Area
    * Homescreen
    * About Us
    * Team
    * Projects
    * Services
    * pricing
    * Blog
    * Contact Us
    * Footer
    * pages
        * Home-slider
        * Home video
        * Home-particals
        * Home-2
        * About us - 1
        * About us - 2
        * About us - 3
        * Blog detail
        * Blog grid view
        * Blog grid view right menu
        * Blog grid view left menu
        * Blog list view right menu
        * Blog list view left menu
        * Service - 1
        * Service - 2
        * Service - 3
    
------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Roboto:400,400i,500,500i,700,700i');

html {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}

ul,
ol {
    list-style: none;
    margin-bottom: 0;
}

a {
    color: #444;
}

span {
    color: #ffffff;
}

a:focus,
a:hover {
    text-decoration: none;
    border-color: transparent;
    outline: 0;
    color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'Lora', serif;
    line-height: 24px;
    margin: 0;
}

p {
    margin: 0;
}

section {
    padding: 100px 0;
    position: relative;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px !important;
}

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

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

.common {
    padding-bottom: 60px;
}

.header-color h2,
.header h2 {
    text-align: center;
    font-size: 40px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
}

.header-color span,
.header span {
    color: #00bdff;
    font-weight: 700;
}

.header-color,
.header {
    position: relative;
}

.text-color {
    color: #00bdff;
}

.txt-left {
    text-align: left !important;
}


/* Button Big*/

.header-btn-group .boxed-btn {
    margin: 10px auto;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    background: #00bdff;
    font-family: 'Roboto', sans-serif;
}

.header-btn-group .boxed-btn:hover {
    background: #fff;
    color: #00bdff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 185, 231, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 185, 231, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 185, 231, 0.5);
}

.boxed-btn {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 30px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600;
}

.boxed-btn.blank {
    background-color: transparent;
    padding: 15px 40px;
}

.header-btn-group .boxed-btn.blank {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-left: 15px;
}

.header-btn-group .boxed-btn.blank:hover {
    background: #ffffff;
    color: #00bdff;
}


/* Button small */

.header-btn-group {
    margin-top: 10px;
}

.header-btn-group .small-btn {
    margin: 0 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: #00bdff;
    font-family: 'Roboto', sans-serif;
}

.single-pricing-plan.active .small-btn,
.single-pricing-plan:hover .small-btn,
.header-btn-group .small-btn:hover {
    background-color: #8EC448;
    color: #ffffff;
}

.small-btn {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 25px;
    color: #fff;
    background-color: #00bdff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600;
}

.small-btn.blank {
    background-color: transparent;
    padding: 13px 38px;
    border: 2px solid #c1c1c1;
}

.header-btn-group .small-btn.blank {
    background-color: transparent;
    color: #b8baed;
    border-color: rgba(255, 255, 255, 0.2);
}

.header-btn-group .small-btn.blank:hover {
    background-color: #00bdff;
    border-color: #00bdff;
    color: #ffffff;
}


/* Square Button Start */


/* Button Big*/

.btn-square {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 0px;
    color: #ffffff;
    background-color: #00bdff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600;
    border: 1px solid transparent;
}


/* Button small */

.btn-square-small {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 0px;
    color: #ffffff;
    background-color: #00bdff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600;
}


/* Square Button End */

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-t-30 {
    padding-top: 30px;
}

.p-r-0 {
    padding-right: 0;
}

.p-l-0 {
    padding-left: 0;
}


/*---------------------------------
        PRELOADER
--------------------------------*/

#preloader {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #ffffff;
    text-align: center;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #8ec448;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00bdff;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #14d6d8;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* back to top */

#top-to i {
    background: #00bdff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    z-index: 999;
}

#top-to i:hover {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 185, 231, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 185, 231, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 185, 231, 0.5);
}


/* =========================== 
Colour Vertion Style Start
=========================== */

nav.navbar.bootsnav .bootsnav-color {
    background-color: #00bdff !important;
}

nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent;
}

nav.navbar.bootsnav .navbar-toggle i {
    color: #ffffff;
}


/* =========================== 
Colour Vertion Style End
=========================== */


/* =========================== 
Navbar Style Start
=========================== */

nav.navbar .navbar-brand img.logo {
    width: 100px;
}

.navbar-brand {
    padding: 7px 15px;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    top: 0px;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 5px;
    font-size: 14px;
    position: relative;
    top: 2px;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu {
    background-color: #222222;
}

nav.navbar-inverse.navbar-full .navbar-toggle {
    background-color: #222222 !important;
    color: #6f6f6f;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 5px;
    margin-top: 2px;
}

@media (max-width: 992px) {
    nav.navbar .navbar-brand {
        margin-top: 0;
        position: relative;
        top: -2px;
    }

    nav.navbar .navbar-brand img.logo {
        width: 30px;
    }

    nav.navbar.navbar-mobile ul.nav>li>a {
        padding: 15px 15px;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu>li>a {
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    nav.navbar-full .navbar-brand {
        top: 0;
        padding-top: 10px;
    }
}

@media(max-width:920px) {

    nav.navbar .dropdown .megamenu-content .col-menu ul>li>a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover {
        color: #00bdff !important;
    }
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #ffffff;
    background-color: transparent;
    outline: none;
    margin-bottom: -2px;
}

nav.navbar.bootsnav {
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #00bdff;
    border: none;
    z-index: 9;
}

.attr-nav>ul>li>a {
    color: #ffffff;
    display: block;
    padding: 28px 15px;
    position: relative;
}

.top-search {
    background-color: #212121;
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        background: #ffffff;
        border: solid 0px #e0e0e0;
        border-top: 0px !important;
    }
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
        padding: 10px 15px;
        border-bottom: solid 0px #e0e0e0;
    }
}

nav.navbar li.dropdown ul.dropdown-menu {
    border-top-color: #ffffff !important;
}

@media (min-width: 1024px) {

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover,
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
        background-color: #00bdff;
        color: #ffffff;
    }
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
}

@media (max-width: 767px) {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav {
        border-top: solid 1px #222222;
    }
}


/*
Border
=========================== */

ul.cart-list>li.total>.btn {
    border-color: #00bdff;
}

nav.navbar li.dropdown ul.dropdown-menu {
    border-top-color: #00bdff !important;
}


/*
Background
=========================== */

ul.cart-list>li.total>.btn,
.attr-nav>ul>li>a span.badge,
nav.navbar .share ul>li>a:hover,
nav.navbar .share ul>li>a:focus {
    background-color: #00bdff;
}

ul.cart-list>li.total>.btn:hover,
ul.cart-list>li.total>.btn:focus {
    background-color: #00bdff !important;
}


/*
Background
=========================== */

ul.cart-list>li.total>.btn,
.attr-nav>ul>li>a span.badge,
nav.navbar .share ul>li>a:hover,
nav.navbar .share ul>li>a:focus {
    background-color: #00bdff;
}

ul.cart-list>li.total>.btn:hover,
ul.cart-list>li.total>.btn:focus {
    background-color: #00bdff !important;
}

nav.navbar.bootsnav.navbar-fixed {
    z-index: 99;
    /*    border-bottom: 1px solid #ffffff;*/
}


/* =========================== 
Navbar Style End
=========================== */


/* =========================== 
Banner Style Start
=========================== */

.banner {
    position: relative;
    background: url(../images/banner-image.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    min-height: 750px;
}

.banner:after {
    position: absolute;
    content: '';
    bottom: 0%;
    left: 0%;
    right: 0;
    background: rgba(1, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in;
    z-index: 0;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1;
    width: 100%;
}

.carousel-control.left {
    background-image: unset;
    filter: unset;
    background-repeat: unset;
}

.carousel-control.right {
    background-image: unset;
    filter: unset;
    background-repeat: unset;
}

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-shadow: unset;
    background: #00bdff;
    opacity: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/**
 * Change animation duration
 */

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.into-text h1 {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    line-height: 80px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.into-text h1 span {
    color: #00bdff !important;
}

.into-text {
    position: absolute;
    top: 53.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50%;
    z-index: 11;
}

.toggleHeading {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -moz-transition: none !important;
}

.toggleCaption {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -moz-transition: none !important;
}


/* head slider part css */

.slide {
    position: relative;
}

.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.overlay {
    background-color: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider,
.slide {
    height: 100vh;
    width: 100%;
    min-height: 750px;
}

.slide .slide__img img {
    width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.slide .slide__content {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide .slide__content--headings {
    text-align: center;
    color: #FFF;
}

.slide .slide__content--headings h2 {
    color: #fff;
    font-size: 62px;
    text-transform: capitalize;
    padding-bottom: 20px;
    line-height: 1.5;
}

.slide .slide__content--headings h3 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 40px 0 20px;
}

.slide .slide__content--headings .animated {
    transition: all .5s ease;
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}


/* /////////// IMAGE ZOOM /////////// */

@-webkit-keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}


/* end slider area */


/*** VEDIO SECTION start **/

#Video_sec {
    position: relative;
    height: 100vh;
    min-height: 750px;
}

.video-section .pattern-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.video-section h1,
.video-section h3 {
    text-align: center;
    color: #ffffff;
}

.video-section .buttonBar {
    display: none;
}

.player {
    font-size: 1px;
}

.pattern-overlay {
    z-index: 999;
    height: 100vh;
    min-height: 750px;
}


/*** end of Video section ***/


/* ------- particals ------*/

.large-header canvas {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* =========================== 
Banner Style End
=========================== */


/* =========================== 
About Us Style Start
=========================== */

#about {
    background: #f1f1f1;
}

.about-text {
    text-transform: capitalize;
}

.about-text h3 {
    color: #222222;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 30px;
}

h4 {
    color: #222;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 25px;
}

p {
    color: #444;
    font-size: 14px;
    line-height: 24px;
}

.about-text ul li {
    padding-bottom: 15px;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    text-align: left;
}

.about-text p {
    padding-bottom: 20px;
    text-align: justify;
}

.about-text h4 {
    text-align: justify;
}

.about-text ul li i {
    color: #00bdff;
    padding-right: 10px;
}


/* =========================== 
About Us Style End
=========================== */


/*=====================================
 Start of Service Part Css
=======================================*/

.service-card {
    text-align: center;
    padding: 20px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

.service-col img {
    width: 60px;
    margin: 0 auto;
}

.service-content h4 span {
    font-size: 20px;
    color: #222;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}

.service-content h4 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.service-content p {
    font-size: 14px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 25px;
}

.service-col img {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.service-card:hover {
    background: #00bdff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transform: translateY(-4px);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: 1px solid #00bdff;
}

.service-card:hover>.service-content>h4>span {
    color: #ffffff;
}

.service-card:hover>.service-content>p {
    color: #ffffff;
}

.service-card:hover .service-pic2 {
    display: none;
}

.service-pic2 {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.service-pic {
    margin: 0 auto;
    padding-top: 20px;
}


/*=====================================
 End of Service Part Css
=======================================*/


/* =========================== 
Blog Style Start
=========================== */

.blog-slick {
    margin-top: 40px;
}

.blog-content {
    padding: 30px 25px 30px 25px;
}

#blog-list-page .blog-content {
    padding: 30px 0px 30px 45px;
}

.blog-inner {
    outline: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px -3px rgb(117, 116, 117);
    box-shadow: 0 0 10px -3px rgb(117, 116, 117);
    margin: 0 0 30px;
}

.single-blog {
    outline: 0;
}

.single-blog .bimg {
    position: relative;
}

.single-blog .bimg a {
    display: block;
    position: relative;
    outline: 0;
}

.single-blog .bimg a::before {
    background: #00bdff none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-blog:hover .bimg a::before {
    opacity: 0.5;
}

.single-blog .bimg a .blog-icon {
    background: #00bdff none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    left: 50%;
    line-height: 56px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    -o-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 9;
}

.single-blog:hover .bimg a .blog-icon {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    -o-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.list-shadow,
.blog-inner {
    background: #ffffff;
}

.single-blog .blog-content h4 {
    padding-bottom: 10px !important;
}

.single-blog .blog-content .blog-title,
.single-blog .blog-content .blog-title a {
    color: #222222;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 700;
}

.single-blog:hover .blog-content .blog-title,
.single-blog:hover .blog-content .blog-title a {
    color: #00bdff;
}

.single-blog .blog-content .text {
    font-size: 14px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    margin: 15px 0 15px;
    display: inline-block;
}

.blog-comment li {
    margin-right: 20px;
}

.single-blog .blog-content .blog-meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
}

.single-blog .blog-content .blog-meta::after {
    background: #222222 none repeat scroll 0 0;
    content: "";
    height: 10px;
    position: absolute;
    right: 39%;
    top: 10px;
    width: 1px;
}

.single-blog .blog-content .blog-meta .blog-author {
    -webkit-flex: 1 1 60%;
    -moz-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    -o-flex: 1 1 60%;
    flex: 1 1 60%;
    overflow: hidden;
}

.single-blog .blog-content .blog-meta .blog-author .blog-img {
    float: left;
    width: 25px;
    margin-right: 15px;
}

.slidNext4 {
    position: absolute;
    right: 14px;
    top: -40px;
    height: 35px;
    width: 40px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #00bdff;
    z-index: 9;
    padding-left: 3px;
    padding-top: 1px;
    color: #00bdff;
}

.slidprev4 {
    position: absolute;
    right: 60px;
    height: 35px;
    width: 40px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #00bdff;
    top: -40px;
    z-index: 9;
    padding-top: 1px;
    color: #00bdff;
}

.slidNext4:hover,
.slidprev4:hover {
    color: #ffffff;
    background: #00bdff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}

.single-blog .blog-content .blog-meta .blog-author .blog-name {
    overflow: hidden;
}

.single-blog .blog-content .blog-meta .blog-author .blog-name p {
    color: #222222;
    font-weight: 400;
    line-height: 30px;
}

.single-blog .blog-content .blog-meta .blog-dateblog-date {
    -webkit-flex: 1 1 30%;
    -moz-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    -o-flex: 1 1 30%;
    flex: 1 1 30%;
    padding-left: 18px;
}

.single-blog .blog-content .blog-meta .blog-date p {
    color: #222222;
    font-weight: 400;
    line-height: 30px;
}

.single-blog .blog-content .blog-meta .blog-date p span {
    color: #222222;
    margin-right: 4px;
}

.blog-carousel .owl-dots {
    margin: 20px 0 0;
    text-align: center;
}

.blog-carousel .owl-dots .owl-dot {
    background: #00324c none repeat scroll 0 0;
    border-radius: 100px;
    display: inline-block;
    height: 8px;
    margin-right: 17px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 8px;
}

.blog-carousel .owl-dots .owl-dot.active {
    background: #00bdff none repeat scroll 0 0;
}

.blog-comment ul {
    padding: 5px 0 20px 0;
}

.blog-content ul li {
    float: left;
}

.blog-comment ul li a span {
    margin-left: 5px;
}

.blog-content ul li:last-child {
    padding-right: 0;
}

.blog-comment ul li a {
    color: #777;
}

.blog-comment ul li a:hover {
    color: #0094f2;
}


/* =========================== 
Blog Style End
=========================== */


/* =========================== 
Pricing Style Start
=========================== */

.price-main {
    margin-top: 100px;
}

.price-item {
    background: #f1f1f1;
    transition: all linear .3s;
}

.single-pricing-plan {
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 50px 45px 50px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s linear;
    background: #ffffff;
}

.price-category h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00bdff;
    display: block;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.price-details p {
    font-weight: 400;
    color: #444;
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.price-rate {
    width: 130px;
    height: 130px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    top: -5px;
    left: 50%;
    border: 5px solid #00bdff;
    transform: translate(-50%);
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s linear;
}

.rate {
    position: absolute;
    top: 35px;
    left: 26px;
}

.rate h2 {
    font-size: 32px;
}

.price-details {
    margin: 30px 0;
}

.single-pricing-plan.active {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.single-pricing-plan.active h2,
.single-pricing-plan:hover h2 {
    color: #8EC448;
}

.single-pricing-plan.active .price-rate,
.single-pricing-plan:hover .price-rate {
    border: 5px solid #8EC448;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.single-pricing-plan.active,
.single-pricing-plan:hover {
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
}


/* =========================== 
Pricing Style End
=========================== */


/*== Video Area CSS Start ==*/

#video-area {
    background-image: url("../images/banner-image-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

#video-area:after {
    background-color: #222222;
    content: "";
    left: 0;
    opacity: 0.65;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.video-icon {
    background-color: #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 30px;
    height: 115px;
    line-height: 115px;
    margin: auto;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 115px;
}

.video-icon i {
    color: #00bdff;
}

.video-block .videos {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    height: 250px;
    left: 50%;
    opacity: 0;
    margin-left: -125px;
    margin-top: -125px;
    position: absolute;
    top: 50%;
    width: 250px;
}


/*Video Area Button*/

.video-block .videos {
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: waves;
    animation-name: waves;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.video-block .wave-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.video-block .wave-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.video-block .wave-3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes videos {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*== Video Area CSS End ==*/


/* ================================================
 Testimonials style start
 ================================================ */

.testimonials-wrapper {
    text-align: center;
    background-image: url("../images/banner-image-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 80px;
    padding-bottom: 112px;
}

.testimonials-wrapper:after {
    background-color: #222222;
    content: "";
    left: 0;
    opacity: 0.7;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.header-color h2 {
    color: #ffffff !important;
}

.testimonials-wrapper .item i {
    color: #ffffff;
    font-size: 50px;
}

.testimonials-wrapper .item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    padding: 4px;
    margin: 33px auto 30px;
}

.testimonials-wrapper h4 {
    color: #00bdff;
    font-size: 24px;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 20px !important;
}

.testimonials-wrapper p {
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    font-style: normal;
    line-height: 24px;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    top: 90%;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    margin: 60px 5px 0;
    padding: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #00bdff;
    background: transparent;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

.slick-dots .slick-active {
    background: #00bdff;
}


/* ================================================
 Testimonials style end
 ================================================ */


/* ================================================
 Team Style Start
 ================================================ */

#team {
    background: #f1f1f1;
}

.team-text h3 {
    color: #222222;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: -5px;
    word-spacing: 2px;
    font-size: 26px;
}

.details-item img,
.team img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.details-item img,
.team img:hover {
    border: 3px solid #00bdff;
    border-radius: 50%;
    padding: 5px;
}

.team-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.team-text p {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.7;
}

.team-section {
    border-bottom: 1px solid #00bdff;
    position: relative;
}

.team h2 {
    font-size: 18px;
    text-align: center;
    color: #222222;
    text-transform: capitalize;
    margin-top: 18px;
}

.team ul {
    display: flex;
    justify-content: center;
    width: 80%;
}

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

.team ul li a i {
    color: #222222;
    font-size: 18px;
    margin-top: 15px;
}

.team ul li a i:hover {
    color: #00bdff;
}

.slidNext {
    position: absolute;
    bottom: -5%;
    left: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #00bdff;
    z-index: 9;
    padding-left: 3px;
    padding-top: 1px;
    color: #00bdff;
}

.slidprev {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #00bdff;
    bottom: -5%;
    left: 40%;
    z-index: 9;
    padding-top: 1px;
    color: #00bdff;
}

.slidNext:hover,
.slidprev:hover {
    color: #ffffff;
    background: #00bdff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}

.team-slider-img {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-content img {
    width: 400px;
    margin: 0 auto;
}

.team-slider-img .col-md-12,
.item,
.details-item {
    outline: 0;
}


/* ================================================
 Team style end
 ================================================ */


/* ================================================
 Project style start
 ================================================ */

#project {
    background: #f1f1f1;
}

.project-text {
    background: #ffffff;
    padding: 60px 30px 80px 30px;
    height: 100%;
}

.project-text h2 {
    font-size: 24px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0px 0 18px 0;
}

.project-text p {
    font-size: 14px;
    color: #444444;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: justify;
}

.project-inner {
    outline: 0;
}

.project-slick {
    margin-top: 30px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.project-img {
    position: relative;
}

.project-img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00bdff;
    padding: 15px;
}

.project-img-text h2 {
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
}


/* ================================================
 Project style end
 ================================================ */


/* ================================================
 Partner style Start
 ================================================ */

#Partner {
    background: #f1f1f1;
    outline: 0;
    padding: 60px 0;
}

.partner-slide {
    min-width: 61vw;
}

.counter-one {
    outline: 0;
}

.slick-slide img {
    margin: 0 auto;
}


/* ================================================
 Partner style end
 ================================================ */


/* ================================================
 Contact And Footer style Start
 ================================================ */

.main-footer {
    background: #212121;
    padding-top: 60px;
}

.footer-logo a {
    display: inline-block;
}

.media {
    margin-top: 20px;
}

.footer-inner {
    margin-bottom: 30px;
}

.footer-inner .media .media-left i {
    height: 35px;
    width: 35px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    margin-top: 5px;
    color: #ffffff;
}

.footer-logo a img {
    width: 140px;
    padding: 15px 0 5px;
}

.footer-inner .media .media-left i:hover {
    height: 35px;
    width: 35px;
    border: 1px solid #00bdff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    margin-top: 5px;
    color: #00bdff;
}

.footer-inner .media .media-body a {
    display: block;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
}

.footer-inner h3 {
    font-size: 20px;
    padding-bottom: 30px;
    position: relative;
    color: #ffffff;
}

.footer-inner h3:before {
    position: absolute;
    content: '';
    top: 60%;
    left: 0;
    width: 50px;
    height: 2px;
    background: #00bdff;
}

.footer-inner.tag a {
    height: 31px;
    padding: 0 10px;
    border: 1px solid #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(51, 51, 51);
    display: inline-block;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 10px 5px 0 0;
    font-size: 14px;
    color: #ffffff;
    outline: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff;
}

.footer-inner p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.post-title a p:hover {
    color: #00bdff;
}

.bottom-text p {
    font-size: 14px;
    color: #f1f1f1;
}

.post-content {
    margin-bottom: 5px;
    display: inline-block;
}

.post-img {
    float: left;
}

.post-img img {
    width: 70px;
}

.post-title {
    float: right;
    width: 68%;
}

.post-title a p {
    display: inline-block;
    text-decoration: none;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
}

.post-title p {
    margin: 0;
}

.post-title span {
    color: #ffffff;
    font-size: 13px;
}

.newsletter {
    margin-top: 24px;
}

.newsletter .form-control {
    border: 1px solid #ffffff;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0 10px;
    /*    margin-top: 34px;*/
}

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

.newsletter .all-btn {
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #00bdff;
    outline: 0;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid transparent;
    padding: 10px;
}

.newsletter .all-btn:hover {
    background: #ffffff;
    color: #00bdff;
}

.bottom-footer {
    border-top: 1px solid #00bdff;
    padding: 15px 0;
    color: #ffffff;
    position: relative;
    z-index: 9;
}

.bottom-text p a {
    color: #00bdff;
    text-transform: uppercase;
    margin-left: 2px;
}

.bottom-social {
    text-align: right;
}

.bottom-social ul li {
    display: inline-block;
    padding-right: 30px;
}

.bottom-social ul li a {
    font-size: 14px;
    color: #cccccc;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.bottom-social ul li:last-child {
    margin-right: 0px;
}

.bottom-social ul li:hover a {
    color: #ffffff;
}


/* ================================================
 Contact And Footer style end
 ================================================ */


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

                                        Other's Page Css Start


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


/* ================================================
 All Blog Pages  style Start
 ================================================ */


/* Breadcramb Start */

#page-breadcrumb {
    height: 250px;
    position: relative;
    z-index: 1;
    background: url(../images/breadcramb-bg.jpg) left top no-repeat;
    background-size: cover;
    background-position: center;
}

.page-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .85);
    z-index: 0;
}

.breadcrumb-menu {
    color: #ffffff;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: capitalize;
    text-align: center;
}

.breadcrumb-menu h3 {
    font-size: 36px;
    text-transform: capitalize;
    line-height: 1.5;
    letter-spacing: 1px;
}

.breadcrumb-menu .breadcrumb {
    background-color: transparent;
    border-style: none;
    border-radius: 0px;
    padding: 0;
}

.breadcrumb li a {
    color: #ffffff;
    font-size: 18px;
}

.breadcrumb>li+li::before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
}

.breadcrumb>.active,
.breadcrumb li a:hover {
    color: #00bdff;
}


/* Breadcramb end */

.pagination {
    margin: 30px 0 0;
    border-radius: 0px;
}

.blog-pagination>ul>li>a {
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    width: 50px;
    color: #222;
    font-size: 14px;
    font-weight: 400;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #00bdff;
    border-color: #00bdff;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #00bdff;
    border-color: #00bdff;
    color: #ffffff;
}


/* ============================== blog page sidebar css ====================== */

.blog {
    background: #f1f1f1;
}

.grid-right-row .single-blog {
    transform: translateY(0);
}

.blog-grid-right {
    margin-left: -20px;
}

.sidebar-search {
    padding-top: 0px;
    margin-top: -8px;
}

.pull-right {
    float: right;
}

.sidebar-search form {
    min-width: 350px;
    margin: 6px 0 0;
    position: relative;
}

.sidebar-search form input {
    background: #ffffff;
    padding: 15px 15px;
    border: 0 none;
    width: 100%;
    border: 2px solid #dddddd;
    outline: 0;
}

.sidebar-search form::after {
    position: absolute;
    right: 30px;
    bottom: 18px;
    font-size: 18px;
    color: #000000;
    content: "\f002";
    font-family: fontawesome;
}

.sidebar-categori {
    background: #ffffff;
    padding: 20px 15px;
    margin-top: 12px;
}

.side-tab {
    background: #ffffff;
    padding: 20px 15px;
    margin-top: 30px;
}

.blog-tag h2,
.sidebar-categori h2 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 700;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.sidebar-categori tr td a {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #222222;
    line-height: 2.25;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none;
}

.sidebar-categori table {
    border: none;
    width: 100%;
}

.sidebar-categori table td {
    color: #222222;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px 5px;
}

.cat-right {
    text-align: right;
}

.cat-right:hover {
    color: #000000;
    font-weight: 600;
}

.sidebar-categori table tr:hover td,
.sidebar-categori table tr:hover td a,
.sidebar-categori table tr td a:focus {
    color: #000000;
    font-weight: 600;
    margin-left: 10px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

side-tab ul li {
    border: none;
}

.side-tab ul li a {
    font-size: 20px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 0;
    padding: 0 10px 0 0;
}

.side-tab ul li.active a:hover,
.side-tab ul li.active a {
    border: none;
    background: none;
    color: #00bdff;
}

.side-tab ul li :hover {
    border: transparent;
    background: none;
    color: #000000 !important;
}

.nav-tabs {
    border: none;
}

.nav-tabs li {
    border: none;
}

.nav-tabs>li>a:hover {
    border: none;
    background: transparent;
    color: #000000 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #00bdff;
    cursor: default;
    background-color: #ffffff;
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 0;
}

.tab-content .media {
    border-bottom: 1px solid #222222;
    padding: 20px 0;
    margin-top: 0;
    background: #ffffff;
}

.tab-content .media:last-child {
    border-bottom: none;
}

.tab-content .media-left {
    width: 100px;
    height: 100px;
    text-align: center;
    padding-right: 0;
}

.tab-content .media-left .overlay {
    box-shadow: 0 0 0 5px rgba(129, 130, 135, .5) inset;
    -webkit-box-shadow: 0 0 0 5px rgba(129, 130, 135, .5) inset;
}

.tab-content .media-left .img-inner {
    width: 100%;
}

.img-inner {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.tab-content .media-heading {
    font-size: 14px;
    color: #222222;
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}

.tab-content .media-body {
    width: 250px;
    padding-left: 27px;
}

.tab-content .media-body span {
    font-size: 14px;
    color: #444;
    padding-right: 4px;
    text-transform: capitalize;
}

.tab-content .media-body span i {
    padding-right: 5px;
}

.tab-content .media:hover .overlay-side,
.home-gallary-img:hover .overlay-side,
.home-blog-div:hover .home-gallary-img .overlay-side {
    height: 100%;
    opacity: 1;
}

.tab-img-div {
    position: relative;
    z-index: 1;
}

.tab-content .media:hover .media-heading {
    color: #222222 !important;
}

.home-gallary-img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
}

.tab-content .media:hover img {
    transform: scale(1.2);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

.overlay-side {
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    background: rgba(20, 214, 216, 0.5);
    opacity: 0;
}

.over-link {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.over-link a:hover {
    color: #222222;
}

.blog-tag {
    background: #ffffff;
    padding: 20px 15px;
    margin-top: 30px;
}

.blog-tag a {
    height: 31px;
    padding: 0 10px;
    border: 1px solid #222222;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 10px 0px 0 0;
    font-size: 14px;
    color: #222222;
    outline: 0;
    text-transform: capitalize;
}

.blog-tag a:hover {
    border-color: #222222;
    color: #222222;
}


/* ================== blog list ============== */

.single-list-blog {
    border-radius: 3px;
    margin-left: 1px;
    margin-right: 0;
}

.list-shadow {
    -webkit-box-shadow: 0 0 10px -3px rgb(117, 116, 117);
    box-shadow: 0 0 10px -3px rgb(117, 116, 117);
    margin-bottom: 30px;
}

.single-list-blog .bimg {
    margin-left: -15px;
    padding: 0;
    margin-right: -15px;
}

.single-list-blog img {
    border-radius: 0 !important;
}


/* ===================================================================================
                    Here is the Blog Detail part Start
===================================================================================== */


/* === blog-details page start === */

.blg-dtls-content h4 {
    font-size: 24px;
    color: #222222;
    font-weight: 700;
    line-height: 1.5;
    padding: 30px 0 10px;
    text-transform: capitalize;
}

.blg-dtls-content h4 span {
    float: right;
    color: #000000;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.blg-dtls-content ul li:first-child,
.blg-dtls-content ul li:nth-child(2) {
    float: left;
}

.blg-dtls-content ul li a {
    color: #000000;
    margin-right: 15px;
}

.blg-dtls-content ul li a span {
    font-size: 13px;
    text-transform: capitalize;
    padding-left: 6px;
    color: #000000;
}

.blg-dtls-content p {
    text-align: left;
    line-height: 24px;
    padding: 0px 0px 30px;
    color: #444;
    text-align: justify;
}

.blg-dtls-content p:first-child {
    padding-bottom: 30px;
}

.blg-dtls-content .list-inline {
    margin-bottom: 30px;
}

.blg-dtls-content .blog-highlights p {
    background-color: #ffffff;
    padding: 26px 10px 26px 30px;
    margin-bottom: 30px;
    border-left: 3px solid #14d6d8;
    font-style: italic;
    color: #444;
    font-size: 14px;
}

.pdl {
    padding-left: 0;
}

.blog-comments h4 {
    font-size: 24px;
    color: #222222;
    font-weight: 700;
    line-height: 24px;
    padding: 0px 0 10px;
    text-transform: uppercase;
}

.blog-comments .media {
    padding: 15px 0;
}

.media-first {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.blog-comments .media .media-left img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    object-fit: cover;
    -o-object-fit: cover;
}

.blog-comments .blog-media .media-left {
    padding-right: 30px;
}

.blog-media .media-heading {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 600;
    color: #222222;
}

.blog-media .media-heading span {
    float: right;
    color: #444444;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.blog-media p {
    padding: 10px 0 5px !important;
}

.blog-media a {
    color: #000000;
}

.blog-media a:hover {
    color: #222222;
}

.blogdetails-form h4 {
    padding: 0px 0 40px !important;
}

.blogdetails-form form .form-group.col-sm-12 textarea {
    width: 100%;
    height: 120px;
    padding: 5px 10px;
}

.blogdetails-form form .form-group input,
.blogdetails-form form .form-group textarea {
    color: #ddd;
    text-transform: capitalize;
    resize: none;
    border: 1px solid #dddddd;
    border-radius: 0px;
    font-size: 13px;
}

.blogdetails-form form .form-group input:focus,
.blogdetails-form form .form-group textarea:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(20, 214, 216, 0.5);
}

.blogdetails-form .book-btn {
    width: 100%;
}

.blog-grid-btn a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.blogdetails-form {
    margin-top: 30px;
}

.blog-detail-img img {
    width: 100%;
    margin: 50px 0 0;
}

.browser-btn2 {
    text-align: center;
    background-color: #00bdff;
    padding: 10px 0;
    border: 1px solid #00bdff;
    width: 100%;
    transition: padding 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53), margin 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 9;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


/* ================================================
 All Blog Pages  style End
 ================================================ */


/* ================================================
 All About Us Pages  style Start
 ================================================ */


/* About us - 1 Start */

#about-details {
    background-image: url("../images/aboutus-background-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#about-details:after {
    background-color: #ffffff;
    content: "";
    left: 0;
    opacity: 0.10;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.about-image {
    width: 100%;
}

.about-card {
    padding: 30px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #f1f1f1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.about-card:hover {
    background: #00bdff;
}

.about-card:hover .card-content h4 {
    color: #ffffff;
}

.about-card:hover .card-content p {
    color: #ffffff;
}

.about-card:hover .card-content i {
    color: #ffffff;
}

/*.about-container {
    padding-bottom: 80px;
}*/

.card-content h4 {
    color: #00bdff;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding: 0;
}

.card-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.card-content i {
    color: #00bdff;
    font-size: 48px;
    margin-bottom: 20px;
}


/* counter start */

#counter {
    background-image: url("../images/counter-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#counter:after {
    background-color: #000000;
    content: "";
    left: 0;
    opacity: 0.80;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.count-in img {
    margin: 10px auto;
    padding-bottom: 15px;
}

.cointer-img {
    background: transparent;
    border: 2px solid #00bdff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 0px auto 30px;
    padding-top: 14px;
}

.counter-text h4 {
    color: #00bdff;
    margin-bottom: 20px;
    font-size: 40px;
    padding-bottom: 0;
}

.counter-text h5 {
    color: #00bdff;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: capitalize;
}

.counter-text p {
    padding-top: 20px;
    color: #ffffff;
}


/* counter end */


/* join us Start */

#joinus {
    background-image: url("../images/joinus-background-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#joinus:after {
    background-color: #000000;
    content: "";
    left: 0;
    opacity: 0.70;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.joinus-inner {
    text-align: center;
}

.joinus-inner h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
}


/* join us End */


/* About us - 1 End */


/* About Us - 2 Start */


/* about us stction start */

#about-two {
    background-image: url("../images/aboutus-background-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#about-two:after {
    background-color: #ffffff;
    content: "";
    left: 0;
    opacity: 0.10;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}


/* about us stction end */


/* about-testimonial stction Start */

.about-testimonial {
    margin-top: 0 !important;
}

.header-about h2 {
    text-align: center;
    font-size: 40px;
    color: #00bdff;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.about-test {
    margin-top: 30px;
}

.about-test p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: capitalize;
}

.about-test .item i {
    color: #222222;
    font-size: 50px;
}

.about-test h4 {
    color: #00bdff;
    font-size: 24px;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.about-test p {
    font-size: 16px;
    color: #222222;
    text-transform: capitalize;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
}


/* about-testimonial stction end */


/* About Us - 2 End */


/* About Us - 3 Start */


/* about section start */

.about-content p {
    text-align: left;
    padding: 0 0 20px;
    color: #444444;
    font-size: 14px;
    margin-top: 0;
    text-transform: capitalize;
}


/* about-vedio part start */

.about-vedio {
    position: relative;
}

.about-vedio:before {
    background-color: #000000;
    content: "";
    left: 0;
    opacity: 0.65;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.youtube-video a img {
    text-decoration: none;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background: #00bdff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* about section end */


/* join-us section start */

.join-us {
    background-image: url("../images/joinus-background-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.join-us:after {
    background-color: #000000;
    content: "";
    left: 0;
    opacity: 0.70;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.join-details h1 {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 0px;
    line-height: 1.3;
    color: #00bdff;
    text-transform: capitalize;
    word-spacing: 1.5px;
    font-weight: 700;
}

.join-details p {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.jn-btn {
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    background: #00bdff;
    border: 2px solid #00bdff;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    z-index: 999;
    border-radius: unset;
    font-size: 16px;
    transition: 0.3s ease all;
}

.jn-btn:hover {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #00bdff;
}


/* about skill start */

.about-progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.about-progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.about-progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.about-progress .about-progress-left {
    left: 0;
}

.about-progress .about-progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.about-progress .about-progress-left .about-progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.about-progress .about-progress-right {
    right: 0;
}

.about-progress .about-progress-right .about-progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.about-progress .about-progress-value {
    width: 85%;
    height: 85%;
    border-radius: 50%;
    font-size: 32px;
    line-height: 125px;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
}

.about-progress.blue .about-progress-bar {
    border-color: #00bdff;
}

.about-progress.blue .about-progress-value {
    color: #00bdff;
}

.about-progress.blue .about-progress-left .about-progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.about-progress.yellow .about-progress-bar {
    border-color: #00bdff;
}

.about-progress.yellow .about-progress-value {
    color: #00bdff;
}

.about-progress.yellow .about-progress-left .about-progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.about-progress.pink .about-progress-bar {
    border-color: #00bdff;
}

.about-progress.pink .about-progress-value {
    color: #00bdff;
}

.about-progress.pink .about-progress-left .about-progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.about-progress-text {
    text-align: center;
    text-transform: capitalize;
}

.about-progress-text h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin: 20px 0 20px;
}

.about-progress-text p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}


/* about skill end */


/* join-us section end */


/* About Us - 2 End */


/* About Us - 3 Start */

.video-sec {
    min-height: 30vh;
}

.video-card {
    background: #f1f1f1;
    padding: 50px 16px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.video-card:hover {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1);
    background: #ffffff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    cursor: pointer;
}

.video-content {
    padding-top: 30px;
}

.video-card-content {
    text-align: center;
}

.video-card-content i {
    color: #00bdff;
    font-size: 48px;
    margin-bottom: 20px;
}

.video-card-content h4 {
    color: #00bdff;
    font-size: 22px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.video-card-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    color: #444;
}


/* history section start */

.history {
    background: #f1f1f1;
}

.timeline {
    position: relative;
    z-index: 1;
}

.timeline:before {
    display: block;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 1px;
    top: 0;
    border-right: 1px solid #00bdff;
    z-index: -1;
}

.timeline .date-title {
    text-align: center;
    margin: 0px 50px 40px;
}

.timeline .date-title span {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #00bdff;
    border-radius: 4px;
}

.news-item.right {
    float: right;
    margin-top: 40px;
}

.news-item .news-content {
    margin: 20px 30px 0 0;
    position: relative;
    padding: 30px;
    padding-left: 100px;
    background: #ffffff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-item:hover .news-content {
    background: #00bdff;
    color: #ffffff;
}

.news-item.right .news-content {
    margin: 20px 0 0 30px;
}

.news-item .news-content:after {
    display: block;
    content: "";
    position: absolute;
    top: 50px;
    right: -40px;
    width: 0px;
    height: 0px;
    background: transparent;
    border: 20px solid transparent;
    border-left: 20px solid #ffffff;
    -webkit-transition: border-left-color .3s ease-out;
    transition: border-left-color .3s ease-out;
}

.news-item.right .news-content:after {
    position: absolute;
    left: -40px;
    right: auto;
    border-left: 20px solid transparent;
    border-right: 20px solid #ffffff;
    -webkit-transition: border-right-color .3s ease-out;
    transition: border-right-color .3s ease-out;
}

.news-item:hover .news-content:after {
    border-left-color: #00bdff;
}

.news-item.right:hover .news-content:after {
    border-left-color: transparent;
    border-right-color: #00bdff;
}

.news-item .news-content:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: -55px;
    top: 60px;
    background: #00bdff;
    border: 3px solid #ffffff;
    border-radius: 50%;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.news-item.right .news-content:before {
    left: -55px;
    right: auto;
}

.news-content .date {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 10px;
    text-align: center;
    color: #00bdff;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.news-item:hover .news-content .date {
    color: #ffffff;
}

.news-content .date p {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.news-content .date small {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
}

.news-content .news-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
}

.news-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #222222;
    text-align: justify;
}

.news-item.right:hover>.news-content>.date>p {
    color: #ffffff;
}

.news-item.right:hover>.news-content>.news-title {
    color: #ffffff;
}

.news-item.right:hover>.news-content>p {
    color: #ffffff;
}

.news-item:hover>.news-content>.date>p {
    color: #ffffff;
}

.news-item:hover>.news-content>.news-title {
    color: #ffffff;
}

.news-item:hover>.news-content>p {
    color: #ffffff;
}


/* history section end */

/* newsletter start */

.about-newsletter {
    background-image: url("../images/service-newsletter-bg-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.about-newsletter:after {
    background-color: #000000;
    content: "";
    left: 0;
    opacity: 0.70;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.newsletter-text {
    text-transform: capitalize;
}

.newsletter-text h3 {
    color: #ffffff;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}


/* newsletter end */


/* About Us - 3 End */


/* ================================================
 All About Us Pages  style End
 ================================================ */


/* ================================================
 All Service Pages  style Start
 ================================================ */


/* service - 1 Start */

.join-us-service {
    background-image: url("../images/service-newsletter-bg-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 60px !important;
}

.join-us-service:after {
    background-color: #000000;
    content: "";
    left: 0;
    opacity: 0.70;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}


/* send message start */

.cont-inline .cont-group .form-control,
.cont-inline .cont-group textarea {
    width: 100%;
    border-style: none;
    border: 1px solid #f6f6f6;
    padding: 5px 10px;
    height: 40px;
    color: #000000 !important;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    border-radius: 0;
}

.cont-inline .cont-group textarea {
    height: 120px;
    resize: none;
}


/* send message end */


/* service - 1 End */


/* service - 2 Start */

.service-two-text h4 {
    font-size: 22px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 0;
}

.service-two-text p {
    text-align: justify;
}

.service-two-text {
    padding: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #f1f1f1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.service-two-text:hover {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .2);
    background: rgba(0, 185, 231, 1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    cursor: pointer;
}

.service-two-text:hover h4,
.service-two-text:hover p {
    color: #fff;
}

.feature-text p {
    text-align: justify;
}

/* feature start */

#service-features {
    background: #f1f1f1;
}

.service-features-text {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 20px;
}

.service-features-text:hover {
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.service-features-text h4 {
    font-size: 22px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 0;
}

.service-features-text img {
    margin: 20px auto;
}


/* feature end */


/* service - 2 End */


/* service - 3 Start */

#service-inner-one,
#service-inner-three {
    background: #f1f1f1;
}

.service-inner-text h3 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 30px;
}

.service-inner-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #222222;
    font-weight: 400;
    text-align: justify;
}


/* subscribe */

.main-newsletter {
    background-image: url("../images/joinus-background-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
    position: relative;
    padding: 60px 0 !important;
}

.main-newsletter:after {
    background-color: #000000;
    content: "";
    left: 0;
    opacity: 0.75;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.main-newsletter h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 45px;
    margin-top: 0;
}

.subscribe {
    width: 70%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.subscribe h6 {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

.subscribe input[type="email"] {
    outline: none;
    border: none;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #222222;
    font-size: 15px;
    box-sizing: border-box;
    width: 100%;
}

.subscribe input[type="submit"] {
    color: #00bdff;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: 'Lora', serif;
    font-weight: 600;
    padding: 9.5px 0px;
    text-transform: capitalize;
    width: 100%;
    border: none;
    outline: none;
    background: #ffffff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 30px;
}

input[type="submit"]:hover {
    background: #f1f1f1;
    color: #00bdff;
}


/* service - 3 End */


/* ================================================
 All Service Pages  style End
 ================================================ */


/* ================================================
 404 Page  style Start
 ================================================ */

.error-page {
    background: #f1f1f1;
}

.search-container {
    height: 125px;
}

input.search-btn {
    width: 150px;
    background: #00bdff;
    color: #ffffff;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 10px;
    border: unset;
}

input.search-btn:hover {
    background: #8EC448;
    color: #ffffff;
}

input.search-page {
    width: 50%;
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
}

.error-text {
    text-align: center;
}

.error-text h2 {
    font-family: 'Lora', serif;
    font-size: 200px;
    font-weight: 700;
    text-align: center;
    padding: 60px 0;
    color: #222222;
}

.error-text span {
    color: #00bdff;
}

.error-text h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    padding-top: 50px;
    color: #222222;
    padding-bottom: 30px;
}

/* ================================================
404 page style End
 ================================================ */


/* ================================================
 plcaholder color selection color style Start
 ================================================ */

textarea::-webkit-input-placeholder {
    color: #dddddd;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #dddddd;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #dddddd;
}

textarea:-ms-input-placeholder {
    color: #dddddd;
}

p::-moz-selection {
    background: #00bdff;
    color: #ffffff;
}

p::-webkit-selection {
    background: #00bdff;
    color: #ffffff;
}

p::selection {
    background: #00bdff;
    color: #ffffff;
}


/* placeholder color */

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #222222 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #222222 !important;
}

.footer-form::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ffffff !important;
}

.top-search input.form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}






















ul.langs li {
    display: inline-block;
    padding: 2px 0 2px 10px;
}

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

ul.langs li a:hover {
    color: #00bdff;
}

ul.langs li a.active {
    color: #8EC448;
}

.sidebar-categori {
    margin-top: 0;
}

.sppb-ajax-contact-status {
    display: none;
    background: #8EC448;
    border: 1px solid #506b2c;
    padding: 15px;
    margin-top: 15px;
}






.swiper-slide--one .product-wrraper {
    border-radius: 50%;
    width: 100%;
    height: auto;
    position: relative;
    background: #045ded;
    background-image: linear-gradient(#00b8fc, #045ded);
    padding-top: 100%;
    margin: 0 auto;
    border: 1px solid #ccda6b;
    overflow: hidden;
}

.swiper-slide-prev .product-wrraper {
    margin-right: 0;
    margin-left: auto;
    width: 75%;
    padding-top: 75%;
    margin-top: 12%;
}

.swiper-slide-next .product-wrraper {
    margin-left: 0;
    margin-right: auto;
    width: 75%;
    padding-top: 75%;
    margin-top: 12%;
}

.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-left {
    background-image: none !important;
}

.product-wrraper>img {
    width: 70%;
    position: absolute;
    left: 15%;
    height: auto;
    top: 20%;
}

.swiper-slide--one .product-title {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 30px 0;
    font-size: 2.2rem;
}

.swiper-slide--one .product-title a {
    color: #fff !important;
}

.swiper-slide-prev .product-title,
.swiper-slide-next .product-title {
    display: none;
}




.project-wrraper {
    position: relative;
}

.project-wrraper>img {
    width: 100%;
    height: auto;
}

.project-wrraper .project-title {
    position: absolute;
    display: none;
    background: rgba(0, 205, 159, 0.8);
    color: #fff;
    font-size: 2.4rem;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
    vertical-align: middle;
}

.project-wrraper:hover .project-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-wrraper .project-title a {
    color: #fff !important;
}
.project-detail tr td:last-child {
    color: #00bdff;
    text-align: left;
    font-weight: 600;
}