/* ===================================
    Table of Content
====================================== */


/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */


/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');


.main-font{font-family: 'Roboto', sans-serif;}
.alt-font{font-family: 'Poppins', sans-serif;}


/* ===================================
    General
====================================== */

body {font-family: "Poppins", sans-serif;, sans-serif; font-size: 16px;color: #2b2b2b;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.2; font-weight: 500; font-family: 'Poppins', sans-serif;}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
.section-top-margin{margin-top: 7.5rem;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #40b7ea;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 7.5rem 0;}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 17px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Poppins', sans-serif; font-weight: 500; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:12px; padding: 6px 1.8em;}
.btn.btn-large {font-size:14px; padding: 9px 34px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* button background */
.btn.btn-white {background:#ffffff; border-color: #ffffff; color: #585858}
.btn.btn-white:hover, .btn.btn-white:focus {background: transparent !important; border-color: #ffffff; color:  #ffffff !important}
.btn.btn-transparent-white {background:transparent; border-color: #ffffff; color:  #ffffff}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {background: #ffffff !important; color: #585858 !important}
.btn.btn-transparent-black {background:transparent; border-color: #2b2b2b; color: #2b2b2b}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {background: #2b2b2b !important; color: #ffffff !important}
.btn.btn-transparent-purple {background:transparent; border-color: #40b7ea; color: #40b7ea}
.btn.btn-transparent-purple:hover, .btn.btn-transparent-purple:focus {background: #40b7ea !important; color: #ffffff !important}
.btn.btn-black {background: #2b2b2b; border-color: #2b2b2b; color: #ffffff}
.btn.btn-black:hover, .btn.btn-black:focus {background: transparent !important; border-color: #2b2b2b; color: #2b2b2b !important}
.btn.btn-purple {background: #40b7ea; border-color: #40b7ea; color: #ffffff}
.btn.btn-purple:hover, .btn.btn-purple:focus {background: transparent !important; border-color: #40b7ea; color: #40b7ea !important}
.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {background: #ffffff !important; border-color: #ffffff; color: #585858 !important}

/* background color */
.bg-main{background: #40b7ea;}
.bg-black{background: #000000;}
.bg-dark {background-color: #1d1d21 !important;}
.bg-blue {background-color: #40b7ea;}
.bg-pink {background-color: #f033b5;}
.bg-purple {background-color: #9556f5;}

/* text-color */
.main-color{color: #40b7ea;}

/*Max Width*/
.mx-570{
    max-width: 570px;
    display: inline-block;
}

/* ===================================
   Social Icon Bg
====================================== */

.social-icon-bg a i.fa-facebook-f {background-color: #3B5998;}
.social-icon-bg a i.fa-twitter {background-color: #40b7ea;}
.social-icon-bg a i.fa-google-plus {background-color: #DD4B39;}
.social-icon-bg a i.fa-linkedin-in {background-color: #0976B4;}
.social-icon-bg a i.fa-instagram {background-color: #c13584;}
.social-icon-bg a i.fa-youtube {background-color: #dd4b39;}
.social-icon-bg a i.fa-pinterest-p {background-color: #B7242A;}
.social-icon-bg a i.fa-instagram {background-color: #e8715c;}
.social-icon-bg a i.fa-vimeo {background-color: #1ab7ea;}
.social-icon-bg a i.fa-vk {background-color: #4c75a3;}
.social-icon-bg a i.fa-youtube {background-color: #cd201f;}
.social-icon-bg a i.fa-pinterest {background-color: #bd081c;}
.social-icon-bg a i.fa-tumblr {background-color: #34465d;}
.social-icon-bg a i.fa-behance {background-color: #131418;}
.social-icon-bg a i.fa-dribbble {background-color: #ea4c89;}
.social-icon-bg a i.fa-google-plus {background-color: #dd4b39;}
.social-icon-bg a i.fa-xing {background-color: #026466;}
.social-icon-bg a i.fa-yelp {background-color: #af0606;}
.social-icon-bg a i.fa-vine {background-color: #00b489;}

/* ===================================
   Social Icon Bg Hover
====================================== */

.social-icon-bg-hvr a:hover i.fa-facebook-f {background-color: #3B5998;}
.social-icon-bg-hvr a:hover i.fa-twitter {background-color: #40b7ea;}
.social-icon-bg-hvr a:hover i.fa-google-plus {background-color: #DD4B39;}
.social-icon-bg-hvr a:hover i.fa-linkedin-in {background-color: #0976B4;}
.social-icon-bg-hvr a:hover i.fa-instagram {background-color: #c13584;}
.social-icon-bg-hvr a:hover i.fa-youtube {background-color: #dd4b39;}
.social-icon-bg-hvr a:hover i.fa-pinterest-p {background-color: #B7242A;}
.social-icon-bg-hvr a:hover i.fa-instagram {background-color: #e8715c;}
.social-icon-bg-hvr a:hover i.fa-vimeo {background-color: #1ab7ea;}
.social-icon-bg-hvr a:hover i.fa-vk {background-color: #4c75a3;}
.social-icon-bg-hvr a:hover i.fa-youtube {background-color: #cd201f;}
.social-icon-bg-hvr a:hover i.fa-pinterest {background-color: #bd081c;}
.social-icon-bg-hvr a:hover i.fa-tumblr {background-color: #34465d;}
.social-icon-bg-hvr a:hover i.fa-behance {background-color: #131418;}
.social-icon-bg-hvr a:hover i.fa-dribbble {background-color: #ea4c89;}
.social-icon-bg-hvr a:hover i.fa-google-plus {background-color: #dd4b39;}
.social-icon-bg-hvr a:hover i.fa-xing {background-color: #026466;}
.social-icon-bg-hvr a:hover i.fa-yelp {background-color: #af0606;}
.social-icon-bg-hvr a:hover i.fa-vine {background-color: #00b489;}

/* ===================================
   Social Icon Color
====================================== */

.social-icon-clr a i.fa-facebook-f {color: #3B5998;}
.social-icon-clr a i.fa-twitter {color: #0976B4;}
.social-icon-clr a i.fa-google-plus {color: #DD4B39;}
.social-icon-clr a i.fa-linkedin-in {color: #0976B4;}
.social-icon-clr a i.fa-instagram {color: #c13584;}
.social-icon-clr a i.fa-youtube {color: #dd4b39;}
.social-icon-clr a i.fa-pinterest-p {color: #B7242A;}
.social-icon-clr a i.fa-instagram {color: #e8715c;}
.social-icon-clr a i.fa-vimeo {color: #1ab7ea;}
.social-icon-clr a i.fa-vk {color: #4c75a3;}
.social-icon-clr a i.fa-youtube {color: #cd201f;}
.social-icon-clr a i.fa-pinterest {color: #bd081c;}
.social-icon-clr a i.fa-tumblr {color: #34465d;}
.social-icon-clr a i.fa-behance {color: #131418;}
.social-icon-clr a i.fa-dribbble {color: #ea4c89;}
.social-icon-clr a i.fa-google-plus {color: #dd4b39;}
.social-icon-clr a i.fa-xing {color: #026466;}
.social-icon-clr a i.fa-yelp {color: #af0606;}
.social-icon-clr a i.fa-vine {color: #00b489;}

/* ===================================
   Social Icon Hover
====================================== */

.social-icon-clr-hvr a i:hover.fa-facebook-f {color: #3B5998;}
.social-icon-clr-hvr a i:hover.fa-twitter {color: #0976B4;}
.social-icon-clr-hvr a i:hover.fa-google-plus {color: #DD4B39;}
.social-icon-clr-hvr a i:hover.fa-linkedin-in {color: #0976B4;}
.social-icon-clr-hvr a i:hover.fa-instagram {color: #c13584;}
.social-icon-clr-hvr a i:hover.fa-youtube {color: #dd4b39;}
.social-icon-clr-hvr a i:hover.fa-pinterest-p {color: #B7242A;}
.social-icon-clr-hvr a i:hover.fa-instagram {color: #e8715c;}
.social-icon-clr-hvr a i:hover.fa-vimeo {color: #1ab7ea;}
.social-icon-clr-hvr a i:hover.fa-vk {color: #4c75a3;}
.social-icon-clr-hvr a i:hover.fa-youtube {color: #cd201f;}
.social-icon-clr-hvr a i:hover.fa-pinterest {color: #bd081c;}
.social-icon-clr-hvr a i:hover.fa-tumblr {color: #34465d;}
.social-icon-clr-hvr a i:hover.fa-behance {color: #131418;}
.social-icon-clr-hvr a i:hover.fa-dribbble {color: #ea4c89;}
.social-icon-clr-hvr a i:hover.fa-google-plus {color: #dd4b39;}
.social-icon-clr-hvr a i:hover.fa-xing {color: #026466;}
.social-icon-clr-hvr a i:hover.fa-yelp {color: #af0606;}
.social-icon-clr-hvr a i:hover.fa-vine {color: #00b489;}

/* ===================================
        Header
   ====================================== */


 ::-webkit-scrollbar {
  width: 10px;
  background-color:#fff;
 }

 ::-webkit-scrollbar-track {
  background: transparent; 
 }
 
 ::-webkit-scrollbar-thumb {
  /*background: #00aeef; */
  background: #1b4e9b ;
  border-radius: 25px;
 }
/* nav top default */

header a.logo img {
    max-width: 232px;
    vertical-align: sub;
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 90px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}


.header-appear .navbar-top-default {
    height: 70px;
    position: fixed;
    z-index: 99;
    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);
}

.header-appear .navbar-top-default{
    background: #fff;

}

.navbar-top-default #megaone{
    margin-right: -30px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 15px;
    color: #2b2b2b;
    font-weight: 400;
    text-align: center;
    padding: 0.4rem 1.5rem;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background-color: #40b7ea;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    color: #40b7ea;
}

/*nav line*/

.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: -28px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #40b7ea;
    visibility: hidden;
    opacity: 0;
}

/* ===================================
    Side Menu
====================================== */


.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #40b7ea;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #2b2b2b;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}
@-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;
    }
}


/* ===================================
        Slider
   ====================================== */

.home-banner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    padding: 0;
    /*background: url("../img/slider-bg.png");*/
    /*padding-top: 40px;*/
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

/*.heading-box h2 {
    font-size: 53px;
    line-height: 80px;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: #1b4e9b;
}*/
.heading-box h2 {
    font-size: 36px;
    line-height: 41px;
    font-weight: 400;
    margin-bottom: 1.25rem;
    color: #1b4e9b;
}
svg.slider-shape{
    overflow: visible;
}


/* ===================================
      About Us
  ==================================== */

.heading-area .title{
    font-size: 3rem;
    margin-bottom: 25px;
}

.heading-area .sub-title{
    margin-bottom: 15px;
    font-weight: 400;
}

.about-list{
    padding: 0;
    padding-top: 10px;
    margin: 0;
    list-style: none;
}


.about-list li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.about-list li .a-icon{
    font-size: 25px;
    margin-right: 15px;
    color:#40b7ea;
}

/* ===================================
   Parallax
====================================== */

.parallax-box{
    padding: 3rem 0;
    text-align: center;
}
.parallax-box i{
    font-size: 2.5rem;
    display: inline-block;
    margin-bottom: 25px;
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.parallax-box:hover i{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.parallax-box h2{
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.parallax-box h5{
    font-weight: 400;
    font-size: 1.1rem;
}


/* ===================================
   Team
====================================== */

.services-skill{
    margin: 0;
    padding: 0;
}

.services-skill li{
    list-style: none;
    margin-top: 25px;
}
.services-skill li:first-child{
    margin-top: 0;
}

.services-skill .progress{
    border-radius: 50px;
    height: 5px;
}

.services-skill .progress-bar{
    border-radius: 50px;
    background-color: #40b7ea;
}

.progress-item b{
    font-weight: 600;
}

/* ===================================
    Team
====================================== */

.team-detail {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    top: -78px;
    margin-bottom: -78px;
    background: #fff;
    padding-top: 20px;
    overflow: hidden;
    text-align: center;
}

.team-detail .social-icon {
    margin: 0;
    list-style: none;
    background: #40b7ea;
    padding: 22px 0;
}

.team-detail .social-icon li{
    display: inline-block;
}

.team-detail .social-icon li a i{
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    border: 1px solid;
    border-radius: 50px;
    margin: 0 2px;
    color: #fff;
}

.team-detail .social-icon li a i:hover{
    background-color: #fff;
    border-color:#fff;
}


/* ===================================
    Cube Portfolio
====================================== */

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item{
    background: transparent;
    border: none;
    margin: 10px 4px 6px 4px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    font-family:'Poppins', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cube-portfolio1 #js-filters-mosaic-flat{
    margin: 0;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active{
    color: #40b7ea;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item:hover{
    color : #40b7ea;
}

.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: #40b7ea;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: .8;
}

.cbp-l-caption-alignCenter{
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-alignCenter {
    opacity: 1;
}

.cbp-l-caption-body p{
    font-size: 12px;
}

.cbp-l-caption-body h5{
    font-weight: 400;
}

.plus {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}


.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}
.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}


/* ===================================
     Testimonial
====================================== */


.testimonial-two{
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
.testimonial-post {
    overflow: hidden;
    display: table;
}
.testimonial-post .post, .testimonial-post .text-content {
    display: table-cell;
}
.testimonial-post .post {
    height: 60px;
    width: 60px;
}
.testimonial-post .post > img {
    width: 100%;
    border-radius: 50%;
}
.testimonial-post .text-content {
    vertical-align: middle;
    padding-left: 10px;
}
.testimonial-post:hover a, .testimonial-post:focus a {
    color: #f1c30f;
}
.testimonial-two .testimonial-para:before{
    display: block;
    font-size: 33px;
    color: #535353;
    margin-bottom: 15px;
    content: "\E989";
    font-family: 'LineIcons';
}
.testimonial-two .testimonial-item h5{
    margin-top: 10px;
    margin-bottom: 4px;
}
.testimonial-two .testimonial-item .rating{
    margin-top: 5px;
}
.testimonial-two .testimonial-item .rating i{
    font-size: 15px;
    color: #f1c30f;
}

/* ===================================
   Lates Blog
====================================== */

.news-item{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item img{
    width: 100%;
}

.news-item:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

}

.news-item .news-text-box{
    padding: 30px;
    background-color: #fff;
}

.news-item .date{
    font-weight: 400;
}

.news-item .news-title{
    margin: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item .news-title:hover{
    color: #40b7ea;
}

.news-item .author{
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 10px;
}


.news-item .author > img{
    max-width: 50px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 15px;
}

.news-item .author .author-name{
    font-size: 15px;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item .author .author-name:hover{
    color: #40b7ea;
}

/* ===================================
   Contact Us
====================================== */


.contact-form {
    max-width: 750px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.contact-form .form-control {
    border: none;
    border-bottom:1px solid #e2e2e2;
    padding: 12px 0;
    background: #fff;
    letter-spacing: .7px;
    font-weight: 300;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    color: #a5a5a5;
    font-size: 14px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form textarea {
    min-height: 175px;
    resize: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}


#client-nav button:hover > span{
    color: #fff;
}


/* ===================================
   Partner
====================================== */


.partners-slider{
    margin: 4rem 0;
}

.partners-slider .logo-item{
    text-align: center;
}

.partners-slider .logo-item img{
    max-width: 170px;
    opacity: .5;
    display: inline-block;
}

/* ===================================
   Footer
====================================== */

.footer-style-1{
    padding: 5rem 0;
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

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

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-social li a:hover{
    background-color:#40b7ea;
    color: #ffffff;
}

.company-about{
    font-size: 14px;
}


/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #40b7ea;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.scroll-top-arrow:hover {
    background-color: #40b7ea; }



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

.bg-img1{
    background-image: url("../img/bg-img-1.jpg");
}

.bg-img2{
    background-image: url("../img/bg-img-2.jpg");
}

[class*=bg-img]{
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* ===================================
        Preloader
   ====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ffffff;
    z-index: 999;
}

.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    position: relative;
}
.full-width {
    max-width: 100%;
    width: 100%;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.preloader .spinner {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #40b7ea;
    opacity: 1;
    -webkit-animation: loader-bounce 2s infinite ease-in-out;
    animation: loader-bounce 2s infinite ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.preloader .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    opacity: 0.1;
}

@-webkit-keyframes loader-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }

}

@keyframes loader-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

}

/* ===================================
   Other Page
====================================== */

.page-title{
    position:relative;
    text-align:center;
    margin-top: 90px;
    padding:125px 0px 125px;
    /*background:url("../img/blog-cover.jpg");*/
    background-size: cover;
    background-position: top center;
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#ffffff;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:3.5rem;
    text-transform:capitalize;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0px;
    margin-right:0px;
}

.page-breadcrumb li a{
    color:#fff;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#40b7ea;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}

.blog-classic{
    padding: 4rem 0;
    border-bottom: 1px solid #efefef;
    text-align: left;
}

.blog-classic:first-child{
    padding-top: 0;
}

#searchform input{
    border-radius: 50px;
    padding: 10px 20px;
}

.post-thumbnail{
    margin-bottom: 2.5rem;
}

.post-details .post-categories{
    display: block;
    margin-bottom: 1rem;
}

.post-details .post-categories a{
    position: relative;
    color: #40b7ea;
    padding: 4px 15px;
    margin-right: 3px;
    display: inline-block;
    border: 1px solid #40b7ea;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-details .post-categories a:hover{
    color: #fff;
    background-color: #40b7ea;
}

.post-details{
    font-size: 13px;
    line-height: 2;
    font-weight: 400;
    color: #939393;
    margin-bottom: .8rem;
}

.post-separator{
    margin: 0 5px;
}

.post-title{
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

/* blog post navigation */
.blog-post-navigation {
    padding-top: 4rem; }

.blog-post-navigation i.fa-long-arrow-left {
    padding-right: 10px; }

.blog-post-navigation i.fa-long-arrow-right {
    padding-left: 10px; }

.blog-post-navigation .page-link {
    position: relative;
    display: block;
    padding: 0.7rem 1.1rem;
    color: #3E3939;
    text-decoration: none; }

.blog-post-navigation .page-link.current {
    z-index: 1;
    color: #3E3939;
    background-color: #e9ecef;
    border-color: #dee2e6; }

.blog-detail-nav {
    margin-top: 2.5rem;
    position: relative;
    display: block;
    text-align: left;
    line-height: 1;
}

.blog-single .footer-meta{
    padding-top: 4rem;
}

.blog-single .post-title{
    margin-bottom: 1.8rem;
}

.blog-single .post-tags span {
    display: block; }

.blog-single .post-tags a {
    background-color: #f7f8fa;
    display: inline-block;
    padding: 6px 17px;
    margin: 0 5px 5px 0;
    color: #3E3939;
    text-decoration: none;
    font-weight: 500;
    font-size: 11px;
    text-transform: capitalize; }

.blog-single .post-tags a:hover {
    background-color: #40b7ea;

    color: #fff; }

.blog-single .post-details.alt-font {
    margin-bottom: 25px; }

.blog-single .post-social{
    text-align: right;
}

.blog-single .post-social > ul{
    margin: 0;
    padding: 0;
}

.blog-single .post-social > ul > li{
    display: inline-block;
    list-style: none;
}

.blog-single .post-social > ul > li > a:last-child {
    margin-right: 0; }

.blog-single .post-social > ul > li > a > i {
    color: #fff;
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }


.blog-single .post-social > ul > li > a:hover i{
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.studio-author {
    padding: 50px;
    border: 1px solid #f8f9fa;
    background-color: #f8f9fa;
    margin-top: 4rem; }

.post-navigation ~ .studio-author{
    margin-top: 0;
}

.author-avatar {
    width: 125px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    float: left;
    overflow: hidden; }

.author-content {
    padding-left: 1.9rem;
    overflow: hidden; }

.author-content a:not(:hover):not(:focus) {
    text-decoration: none; }

.author-content span {
    color: #939393;
    font-size: 14px;
}

.author-content h6 {
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 1.3rem;
}

.author-content h6 a:not(:hover):not(:focus) {
    color: #232323; }



/* ===================================
     Widget Area
   =================================== */


.studio-widget > .widget {
    padding: 40px 48px;
    background-color: #f8f9fa;
    margin-bottom: 30px;
    text-align: left;}

.studio-widget > .widget_media_image {
    padding: 0;
    text-align: center;
    background-color: transparent; }

.studio-widget > .widget_media_image img {
    width: 100%; }

.studio-widget > .widget .widget-title {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 24px; }

.btn-search {
    height: 38px;
    width: 38px;
    border-radius: 50px;
    border: 0;
    padding: 0;
    text-align: center;
    line-height: 38px;
    position: absolute;
    right: 0;
    z-index: 5;
    cursor: pointer;
    background: #40b7ea;
    color: #fff;
}

.studio-widget > .widget .widget-title a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    font-weight: 700; }

.studio-widget > .widget .blog-latest-post > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }

.studio-widget > .widget .blog-latest-post > li:nth-last-child(1) {
    margin-bottom: 0; }

.studio-widget > .widget .blog-latest-post > li .post-head {
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    max-width: 160px;
    font-weight: 400;
}

.studio-widget > .widget .blog-latest-post > li .post-head > .title {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 5px;
    display: block; }

.studio-widget > .widget .blog-latest-post > li figure {
    min-width: 90px;
    max-width: 90px;
    margin-right: 15px;
    border-radius: 50px;
    display: inline-block;
    float: left;
    margin-bottom: 0; }

.studio-widget > .widget ol, .studio-widget > .widget ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.studio-widget > .widget li a:not(:hover):not(:focus) {
    color: #3E3939; }

.widget_archive ul li, .widget_categories ul li {
    display: block;
    overflow: hidden;
    position: relative; }

.widget li:not(:last-child) {
    margin-bottom: 12px;
    position: relative; }

.widget .counts {
    font-weight: 600; }

.widget_archive ul li .dots:before, .widget_categories ul li .dots:before {
    content:". . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . ";
    white-space: nowrap;
    display: block;
    width: 100%;
    height: 2px;
    opacity: 1;
    position: absolute;
    z-index: 0;
    line-height: 1;
    top: 0;
    display: block; }

.widget_archive ul li a, .widget_categories ul li a {
    position: relative;
    z-index: 1;
    text-decoration: none; }

.widget .counts {
    position: absolute;
    right: 0;
    z-index: 1; }

.widget .studio-accordion-nav + .counts {
    right: 20px; }

.widget_archive ul li a, .widget_categories ul li a {
    padding-right: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.widget .counts {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 10px;
    line-height: 1.3; }

.widget .alignnone {
    margin: 0 auto; }

.widget .wp-caption {
    margin-bottom: 25px; }

.widget .counts, .widget li a, .widget .studio-accordion-nav {
    background-color: #f8f9fa; }

.widget li a {
    text-decoration: none;
    font-weight: 500; }


/* post navigation */
.post-navigation {
    padding: 4rem 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-nav-content h6 {
    font-size: 1.0rem;
    color: #232323;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
    word-break: break-word;
    max-width: 250px;
    overflow: hidden; }

.post-navigation .post-nav-content p {
    font-size: 12px;
    font-weight: 400;
    opacity: .8;
    line-height: 1.2;
    margin-bottom: 5px;
    padding: 0 2px;
    color: #2b2b2b; }

.post-navigation .post-previous, .post-navigation .post-next {
    max-width: 400px; }

.post-navigation .post-previous {
    float: left; }

.post-navigation .post-next {
    float: right; }

.post-navigation a {
    text-decoration: none; }

.post-navigation .post-previous .post-nav-content {
    padding-left: 25px;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-previous:hover .post-nav-content {
    padding-left: 15px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-next .post-nav-content {
    padding-right: 25px;
    text-align: right;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-next:hover .post-nav-content {
    padding-right: 15px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-previous i, .post-navigation .post-next i {
    font-size: 20px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #232323;
    color: #232323;
    border-radius: 50px;
    position: relative;
    overflow: hidden; }

.post-navigation .post-previous i::before, .post-navigation .post-next i::before {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    color: #000;
    top: -1px;
    border-radius: inherit;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }

.post-navigation .post-previous:hover i::before, .post-navigation .post-next:hover i::before {
    color: #fff;
    background: #232323;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.studio-author {
    padding: 50px;
    border: 1px solid #f8f9fa;
    background-color: #f8f9fa;
    margin-top: 4rem; }

.post-navigation ~ .studio-author{
    margin-top: 0;
}

.author-avatar {
    width: 125px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    float: left;
    overflow: hidden; }

.author-content {
    padding-left: 1.9rem;
    overflow: hidden; }

.author-content a:not(:hover):not(:focus) {
    text-decoration: none; }

.author-content span {
    color: #939393;
    font-size: 14px;
}

.author-content h6 {
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 1.3rem;
}

.author-content h6 a:not(:hover):not(:focus) {
    color: #232323; }

/*Contact form*/

.blog-comment {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    clear: both; }

input.inputerror, textarea.inputerror, select.inputerror {
    border: 1px solid #ff0000; }

.text-outside-line-full {
    position: relative;
    display: inline-block; }

.comments-title, .comment-form-title {
    position: relative;
    width: 100%;
    color: #232323;
    display: block;
    text-align: center;
    padding: 4rem 0;
    font-weight: 600; }

.text-outside-line-full::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100px;
    display: block;
    border-bottom: 1px solid #dedede;
    right: 100%;
    margin-right: 25px; }

.text-outside-line-full::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100px;
    display: block;
    border-bottom: 1px solid #dedede;
    left: 100%;
    margin-left: 25px; }

.blog-comment .comment-fields {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: transparent;
    -ms-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
    padding: 12px 20px;
    font-size: 14px;
    line-height: normal;
    border-radius: 10px;
    width: 100%;
}

.blog-comment .comment-fields:focus {
    border: 1px solid #464545; }

.blog-comment p:last-of-type {
    margin-bottom: 0; }

.blog-comment-form {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s; }

.blog-comment-form a {
    text-decoration: none;
    font-weight: 400; }


/* ===================================
    Media Queries
   ====================================== */


@media screen and (max-width:991px){

    body{
        text-align: center;
    }

    .home-banner{
        padding: 10rem 0 7.5rem;
    }
    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }

    .slider-right {
        float: none;
        margin-top: 6rem;
    }

    .heading-box h2 {
        font-size: 3.5rem;
        line-height: 1.1;
    }

    .heading-area{
        margin-bottom: 3rem;
    }

    .heading-area .title {
        font-size: 2.5rem;
    }

    .services-skill{
        margin-bottom: 2rem;
    }

    .team-item{
        margin-top: 4rem;
    }

    .about-list li{
        display: inline-block;
    }

    .testimonial-post{
        display: inline-block;
    }

    .testimonial-post .post{
        display: inline-block;
    }

    #blog .col-lg-4:not(:nth-last-child(1)) .news-item{
        margin-bottom: 3rem;
    }

    #blog .heading-area {
        margin: 0;
        padding: 7.5rem 0;
    }
    .address-item{
        margin: 3rem 0;
    }
    .footer-social{
        margin-bottom: 1rem;
    }
    .blog-comment{
        margin-bottom: 4rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .blog-post-navigation{
        padding: 4rem 0;
    }
}


@media screen and (max-width:767px){

    section{
        padding: 4.5rem 0;
    }
    .home-banner{
        padding: 7rem 0 4.5rem;
    }
    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }
    .parallax-box {
        padding: 1.5rem 0;
    }
    .parallax-box i {
        font-size: 2.2rem;
    }
    .parallax-box h2 {
        font-size: 2.2rem;
    }
    .parallax-box h5 {
        font-size: 1rem;
    }

    .partners-slider {
        margin:0;
    }

    .slider-right {
        float: none;
        margin-top: 5rem;
    }

    .heading-box h2 {
        font-size: 2.3rem;
        line-height: 1.1;
    }
    .heading-area{
        margin-bottom: 3rem;
    }
    .heading-area .title {
        font-size: 2rem;
    }
    #blog .heading-area {
        margin: 0;
        padding: 4.5rem 0;
    }
    .address-item{
        margin: 3rem 0;
    }
    .footer-social{
        margin-bottom: 1rem;
    }
    .side-menu {
        width: 380px;
    }
}
.single-about-content {
  padding: 10%;
  border-radius: 0.375rem;
  box-shadow: 5px 8px 28px rgba(23, 23, 36, 0.1);
  margin-bottom: 50px; 
}
  .single-about-content h4 {
    font-size: 18px;
    text-transform: capitalize; 
    font-weight: 600;
}
    .single-about-content h4 span {
      font-size: 28px;
      margin-right: 8px; 
  }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-about-content h4 {
        font-size: 16px; } 
    }
  .single-about-content p {
    font-size: 14px;
    margin-bottom: 0; 
    line-height: 1.7;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.bg-primary-cu {
  background-color: #1a4d9a !important; 
}
.single-about-content h4 span {
    font-size: 28px;
    margin-right: 8px;
}
.text-white-cu {
    color: rgba(255, 255, 255, 0.95);
}
.text-primary-cu {
    color: #1a4d9a;
}
.bg-gray {
    background-color: #f1f6fd !important;
}

.about-us-heading {
  margin-bottom: 50px; 
}
.about-us-heading p{
    line-height: 1.7;
    color: #6c757d;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
  .about-us-heading h4 {
    font-size: 34px; 
}
@media only screen and (max-width: 767px) {
  .about-us-heading h4 {
    font-size: 26px; } 
}
.border-line {
  height: 5px;
  width: 100px;
  background-color: rgba(77, 91, 237, 0.5);
  margin: 8px auto 8px;
  display: inline-block;
  border-radius: 2px;
  position: relative;
  z-index: 1; 
}
.border-dot {
  overflow: visible;
  position: absolute;
  content: "";
  top: -3.5px;
  left: 50%;
  transform: translateX(-50%);
  height: 12px;
  width: 12px;
  background-color: #1b4e9b;
  border-radius: 50%;
  display: inline-block; 
}
.border-dot::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
  -webkit-animation: border-dot-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: border-dot-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1; 
}

@-webkit-keyframes border-dot-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.9);
    transform: scale(1.9); } }
@keyframes border-dot-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.9);
    transform: scale(1.9); } 
}

/*============================
    Counters
==========================*/

.hr-line {
    width: 40px;
    height: 3px;
    display: block;
    margin-top: 16px;
}

.icon {
    transition: all 1s;
}

.icon i {
    font-size: 40px;
}

.counters i{
    font-weight: 700;
}
.blue {
    color: #4c4c4c;
}

.bluee{
    color: #40b7ea;
}

.icon-block:hover .counters h3, .icon-block:hover .counters h3 i {
    color: #40b7ea;
}


.icon-block.two:hover .counters h3, .icon-block.two:hover .counters h3 i{
    background: #3264f5;
    background: -moz-linear-gradient(left,  #643094, #00bcd4);
    background: -webkit-linear-gradient(left,  #643094, #00bcd4);
    background: linear-gradient(to right,  #643094, #00bcd4);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#643094', endColorstr='#643094',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-block:hover .icon {
    transform: rotateY(360deg);
    transition: all 1.2s;
}

.bg-blue{
    background: #161922;
}


.icon-block.two.white-color:hover .counters h3, .icon-block.two.white-color:hover .counters h3 i{
    background: none;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
}

.num-conuter{
    /*font-size: 30px;*/
}
.pstyle{
    font-family: "Open-Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #9da0b2;
    line-height: 1.3rem;
}
.gradient-bg1 {
    background: #1a4d9a;
}
.counterhead h3 {
    font-family: 'Raleway',sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #161922;
}
/*=============================
    Counters End
============================*/

.imporoving-text h2 {
  margin-bottom: 15px;
  font-size: 34px; 
    font-family: "Poppins", sans-serif;
    color: #243f67;
    line-height: 1.4;
    font-weight: 600;
}
  @media only screen and (max-width: 767px) {
    .imporoving-text h2 {
      font-size: 26px; } 
  }
  .imporoving-text h2 span {
    list-style: armenian; 
}
.imporoving-text p {
  font-size: 16px;
  color: #222;
  margin-bottom: 20px;
  font-weight: 500; 
}

.improving-list {
  background-color: #1a4d9a;
  padding: 20px;
  border-radius: 3px; 
}
.improving-list li{
    list-style: none; 
}
  .improving-list li p {
    font-size: 14px;
    margin-bottom: 10px !important;
    display: inline-block;
    color: rgba(255, 255, 255, 0.94); 
}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .improving-list li p {
        font-size: 13px; } 
    }
  .improving-list li i {
    font-size: 13px;
    color: #ffffff;
    margin-right: 3px; 
}
#overlapBarMobile {
  height: 350px;
  width: 100%; 
}

.contact-information {
    position: relative;
    z-index: 99;
}
.contact-information {
    background-color: rgb(77, 91, 237);
    padding: 50px 20px;
    border-radius: 10px;
}
.bg-img {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.single-contact-info .icon {
    top: 34%;
    left: -16%;
    animation-delay: 0.6s;
    animation-name: bounce_fountainG;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}
.single-contact-info .icon {
    height: 40px !important;
    -webkit-box-flex: 0;
    width: 40px !important;
    max-width: 40px !important;
    background-color: rgb(255, 255, 255);
    color: rgb(77, 91, 237);
    text-align: center !important;
    line-height: 40px !important;
    font-size: 17px !important;
    margin-right: 15px !important;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 20px 15px;
    flex: 0 0 40px;
    border-radius: 50%;
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}
/* :: Footer CSS */
.contact-information {
  background-color: #1b4e9b;
  padding: 50px 20px;
  border-radius: 10px; }

.contact-information {
  position: relative;
  z-index: 99; }

.single-contact-info .icon {
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  max-width: 40px;
  background-color: #fff;
  color: #1b4e9b;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  margin-right: 15px;
  -webkit-box-shadow: 0 0 20px 15px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 20px 15px rgba(255, 255, 255, 0.2); }

.contact-info h5 {
  color: #fff;
  line-height: 1.2;
  font-size: 18px; }

.contact-info p {
  color: rgba(255, 255, 255, 0.85);    
}

.single-contact-info .icon {
  top: 34%;
  left: -16%;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-name: bounce_fountainG;
  animation-name: bounce_fountainG;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

@keyframes bounce_fountainG {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.form-control {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 20px;
  height: 50px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #eff3ff;
  border: 1px solid #e3eaff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.form-text-area {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 20px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #eff3ff;
  border: 1px solid #e3eaff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.form-text-area:focus,
.form-control:focus {
  background-color: #fff;
  border-color: #1b4e9b;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 320px) and (max-width: 479px) {
    .heading-box h2{
        margin-top: 42px;
    }
    .contact-info h5,p{
        text-align: left !important;
    }
  .contact-bg-pattern::after {
    height: 380px;
    width: 295px;
    top: -36px;
    left: -10px;
    border-radius: 78px 68px 175px 42px; }

  .single-contact-info .icon {
    margin-right: 10px; 
}
  .contact-info h5 {
    font-size: 18px !important; 
  } 
}
@media (min-width: 480px) and (max-width: 575px) {
  .contact-bg-pattern::after {
    height: 350px;
    width: 400px;
    left: -19px; } 
}
/* ----- Footer Contact CSS ----- */

.btn:focus {
  box-shadow: none; }

.onita-btn {
  height: 46px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 0;
  margin-bottom: 10px;
  min-width: 140px;
  background-color: #1b4e9b;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms; }
  .onita-btn:focus {
    color: #ffffff; }
  .onita-btn:hover {
    font-weight: 500;
    background-color: #24CDD5;
    border: 1px solid #24CDD5;
    color: #ffffff; 
}
.bg-overlay-4 {
  position: relative;
  z-index: 1; }
  .bg-overlay-4::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(77, 91, 237, 0.7);
    border-radius: 10px; 
}
.mb-1{
    margin-bottom: 0.25rem !important;
}
.single-contact-info .icon i {
    font-size: 18px !important;
}
.contact-info h5 {
    color: rgb(255, 255, 255);
    line-height: 1.2;
    font-size: 18px;
}
.mt-50 {
    margin-top: 50px;
}
.heading-title {
    margin-bottom: 80px;
}
.busimg img{
    /*margin-top: 150px !important;*/
    /*border-radius: 0.375rem;*/
    /*box-shadow: 5px 8px 28px rgba(23, 23, 36, 0.1);*/
}
@media (max-width: 1024px) {
    .contact-info p {
          width: 274px;
        word-wrap: break-word;
    }
}
@media (max-width: 900px) {
    .busimg img{
        margin-top: 0px !important;
    }
    .contact-info h5,p{
        text-align: left !important;
    }
    .contact-info p {
          /*width: 274px;*/
        word-wrap: unset;
    }
}
@media (max-width: 768px) {
    .busimg img{
        margin-top: 0px !important;
    }
    .heading-box h2{
        margin-top: 48px;
    }
    .contact-info h5,p{
        text-align: left !important;
    }
    .contact-info p {
          /*width: 274px;*/
        word-wrap: unset;
    }
}
@media (max-width: 600px) {
    .busimg img{
        margin-top: 0px !important;
    }
    .contact-info p {
          /*width: 274px;*/
        word-wrap: unset;
    }
}
@media (max-width: 480px) {
    .busimg img{
        margin-top: 0px !important;
    }
    .contact-info p {
          /*width: 274px;*/
        word-wrap: unset;
    }
}
@media (max-width: 425px) {
    .busimg img{
        margin-top: 0px !important;
    }
    .contact-info p {
          width: 274px;
        word-wrap: break-word;
    }
}
@media (max-width: 375px) {
    .busimg img{
        margin-top: 0px !important;
    }
    .contact-info p {
          width: 226px;
        word-wrap: break-word;
    }
    .about-us-heading p{
        text-align: justify !important;
    }
}
@media (max-width: 320px) {
    .busimg img{
        margin-top: 0px !important;
    }
    .contact-info p {
          width: 184px;
        word-wrap: break-word;
    }
    .about-us-heading p{
        text-align: justify !important;
    }

}

/* Slider Section */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  /*border: 1px solid black;*/
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #1b4e9b;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #1b4e9b;
}
@media (min-width: 320px) and (max-width: 479px) {
.carousel-control-next{
    display: none !important;
}
.carousel-control-prev|{
    display: none !important;
 }
}
/* end Slider Section */

/* Aboutus Page */
    .about-us-area .about--us-content h3 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px; 
}
  @media only screen and (max-width: 767px) {
    .about-us-area .about--us-content h3 {
      font-size: 26px; 
   } 
  }
  .about-us-area .about--us-content h3 span {
    color: #4d5bed;
    font-weight: 700; 
}
    .section-padding-0-50 {
  padding-top: 0 !important;
  padding-bottom: 50px !important; 
}

  .about-us-area .about--us-content h3 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px; 
}
  @media only screen and (max-width: 767px) {
    .about-us-area .about--us-content h3 {
      font-size: 26px; 
   } 
  }
  .about-us-area .about--us-content h3 span {
    color: #4d5bed;
    font-weight: 700; 
}
/* End Aboutus Page */

/* Service Page */
.section-padding-100-50 {
  padding-top: 100px;
  padding-bottom: 50px; }

  .single-feature-area {
  -webkit-box-shadow: 0px 6px 40px 0px rgba(148, 146, 245, 0.2);
  box-shadow: 0px 6px 40px 0px rgba(148, 146, 245, 0.2);
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  background-color: #fff;
  margin-bottom: 30px; }
  .single-feature-area::before {
    position: absolute;
    content: "";
    width: 95%;
    height: 95%;
    z-index: -1;
    bottom: 0;
    left: 1px;
    border-radius: 12px;
    background-color: #4d5bed;
    outline: 1px solid transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .single-feature-area .feature-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    background-color: #F6F4FD;
    border-radius: 36px 6px 41px 6px;
    font-size: 30px;
    color: #4d5bed;
    margin-bottom: 20px;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms; }
  .single-feature-area h5 {
    font-size: 17px; }
  .single-feature-area p {
    margin-bottom: 0;
    font-size: 14px; }
  .single-feature-area:hover {
    background-color: #fff; }
    .single-feature-area:hover .feature-icon {
      background-color: #4d5bed;
      color: #ffffff; }
    .single-feature-area:hover::before {
      -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
      -ms-transform: rotate(2deg) translateX(-5px) translateY(16px);
      transform: rotate(2deg) translateX(-5px) translateY(16px); }


      /* ----------------------
* Dots
---------------------------*/
.dots-icon {
  position: relative; }

.dots {
  z-index: 0;
  animation: dots 6s infinite linear; }

.dots .dot {
  width: 5px;
  height: 5px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px; }

.dots .dot1 {
  background-color: #4c4f8d;
  transform: translate(15px, 5px);
  animation: dot1 1.5s infinite alternate; }

.dots .dot2 {
  background-color: #b8a6f7;
  transform: translate(-8px, 8px);
  animation: dot2 1.5s infinite alternate;
  animation-delay: .5s; }

.dots .dot3 {
  background-color: #24CDD5;
  transform: translate(-5px, -12px);
  animation: dot3 1.5s infinite alternate;
  animation-delay: 1s; }

@keyframes dots {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(0); } }
@keyframes dot1 {
  from {
    transform: translate(15px, 5px);
    opacity: 1; }
  to {
    transform: translate(25px, 5px);
    opacity: 1; } }
@keyframes dot2 {
  from {
    transform: translate(-8px, 8px);
    opacity: 1; }
  to {
    transform: translate(-19px, 19px);
    opacity: 1; } }
@keyframes dot3 {
  from {
    transform: translate(-5px, -12px);
    opacity: 1; }
  to {
    transform: translate(-10px, -24px);
    opacity: 1; } }
.better-desgin-area .better-desgin .dots-icon {
  position: relative; }
.better-desgin-area .better-desgin .dots {
  z-index: 0;
  animation: dots 6s infinite linear; }
.better-desgin-area .better-desgin .dots2 .dot1 {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px; }
.better-desgin-area .better-desgin .dots2 .dot2 {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 50%; }
.better-desgin-area .better-desgin .dots2 .dot3 {
  border: 2px solid rgba(31, 35, 113, 0.5);
  height: 15px;
  width: 15px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 0; }
.better-desgin-area .better-desgin .dots2 .dot1 {
  background-color: rgba(76, 79, 141, 0.5);
  transform: translate(15px, 5px);
  animation: dot1 1.5s infinite alternate; }
.better-desgin-area .better-desgin .dots2 .dot2 {
  background-color: rgba(0, 184, 148, 0.5);
  transform: translate(-8px, 8px);
  animation: dot2 1.5s infinite alternate;
  animation-delay: .5s; }
.better-desgin-area .better-desgin .dots2 .dot3 {
  transform: translate(-5px, -12px);
  animation: dot3 1.5s infinite alternate;
  animation-delay: 1s; }
@keyframes dots {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(0); } }
@keyframes dot1 {
  from {
    transform: translate(15px, 5px);
    opacity: 1; }
  to {
    transform: translate(25px, 5px);
    opacity: 1; } }
@keyframes dot2 {
  from {
    transform: translate(-8px, 8px);
    opacity: 1; }
  to {
    transform: translate(-19px, 19px);
    opacity: 1; } }
@keyframes dot3 {
  from {
    transform: translate(-5px, -12px);
    opacity: 1; }
  to {
    transform: translate(-10px, -24px);
    opacity: 1; } 
}

/* End Service Page */



/* gallery */
.single-project-style1{
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 6;
}
.single-project-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 5;
    height: 225px !important;
}
.single-project-style1 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
    height: 210px;
    object-fit: cover;
}
.single-project-style1:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);  
}
.single-project-style1 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(18, 18, 18, 0.90);
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
}
.single-project-style1:hover .overlay-content{
    transform: scaleY(1);
}
.single-project-style1 .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style1 .overlay-content .inner-content .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-45px);
    transition: all 300ms ease 100ms;
}
.single-project-style1:hover .overlay-content .inner-content .title-box{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px); 
    transition: all 700ms ease 500ms;
}
.single-project-style1 .overlay-content .inner-content .title-box h3{}
.single-project-style1 .overlay-content .inner-content .title-box h3 a {
    color: #ffffff;
    transition: all 500ms ease;
}
.single-project-style1 .overlay-content .inner-content .title-box h3 a:hover{
    color: #40b7ea;
}


.single-project-style1 .img-holder .link-zoom-button {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    display: block;
    background: transparent;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    opacity: 0;
    transition: all 300ms ease 200ms;
    z-index: 3;
}
.single-project-style1:hover .img-holder .link-zoom-button{
    transform: translate3d(0px, 0px, 0px); 
    opacity: 1;
    transition: all 700ms ease 800ms;    
}
.single-project-style1 .img-holder .link-zoom-button .single-button{
    position: relative;
    display: block;
    width: 60%;
    float: right;
}
.single-project-style1 .img-holder .link-zoom-button .single-button a{
    position: relative;
    display: block;
    color: #131313;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    background: #fec727;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}
.single-project-style1 .img-holder .link-zoom-button .single-button a:hover{
    color: #ffffff;
    background: #171717;    
}
.single-project-style1 .img-holder .link-zoom-button .single-button a span:before{
    position: relative;
    top: 2px;
    font-size: 18px;
    display: inline-block;
    padding-right: 8px;
}
.single-project-style1 .img-holder .link-zoom-button .single-button a.zoom{
    color: #ffffff;
    background: #131313;
}
.single-project-style1 .img-holder .link-zoom-button .single-button a.zoom:hover{
    color: #131313;
    background: #f8c01e;    
}

.single-project-style1 .img-holder .link-zoom-button {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    display: block;
    background: transparent;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    opacity: 0;
    transition: all 300ms ease 200ms;
    z-index: 3;
}
.single-project-style1:hover .img-holder .link-zoom-button{
    transform: translate3d(0px, 0px, 0px); 
    opacity: 1;
    transition: all 700ms ease 800ms;    
}
.single-project-style1 .img-holder .link-zoom-button .single-button{
    position: relative;
    display: block;
    width: 60%;
    float: right;
}
.single-project-style1 .img-holder .link-zoom-button .single-button a{
    position: relative;
    display: block;
    color: #131313;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    background: #40b7ea;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}
.single-project-style1 .img-holder .link-zoom-button .single-button a:hover{
    color: #ffffff;
    background: #171717;    
}
.single-project-style1 .img-holder .link-zoom-button .single-button a span:before{
    position: relative;
    top: 2px;
    font-size: 18px;
    display: inline-block;
    padding-right: 8px;
}
.single-project-style1 .img-holder .link-zoom-button .single-button a.zoom{
    color: #ffffff;
    background: #131313;
}
.single-project-style1 .img-holder .link-zoom-button .single-button a.zoom:hover{
    color: #131313;
    background: #40b7ea;    
}
/* end gallery */

.aboutsec{
    padding-bottom: 30px !important;
}