/* ===================================
    Google font
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dosis&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');

.mt-auto{margin-top:auto;}
.pt-8{padding-top:80px;}
.pb-8{padding-bottom:80px;}
.no-padding{padding:0px;}
.tb-equal-zero{padding:0px;}
.tb-equal{
	padding:80px 0px;
	overflow:hidden;
}
.pb-40{padding-bottom:40px;}
.no-padding-top{padding-top:0px !important;}
.theme-color{color:#30A9F4;}
.zero-space-top{padding-top:0px;}
.zero-space-bottom{padding-bottom:0px;}

.space-10{margin-top:10px;}
.space-20{margin-top:20px;}
.space-30{margin-top:30px;}
.space-40{margin-top:40px;}
.space-50{margin-top:50px;}

.pt-none{padding-top:0px !important;} .pb-none{padding-bottom:0px !important;}

.background-size-cover{
	background-size:cover !important;
}
.bg-light-gray{background:#f7f8fa}
.vheight-10{height:10px;}

.flex-row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.d-flex{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.align-items{
	/* align-items */
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.d-wrap{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}
/* ===================================
    General
====================================== */
.body-wrapper{overflow:hidden;}
body {font-family: 'Raleway', sans-serif;font-size: 14px;color: #858793;font-weight:500;line-height: 26px;letter-spacing: 0.3px;overflow-x: hidden;-webkit-font-smoothing: antialiased; background:#fff;}
a {color:inherit;}

a:hover, a:active {text-decoration: none;}
a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none;text-decoration: none}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.4s;-webkit-transition: ease-in-out 0.4s;-moz-transition: ease-in-out 0.4s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
ul{list-style: none;padding: 0;}
:focus{outline: none;}
img {max-width: 100%}

section,.section-padding {position: relative; clear: both; width: 100%;}
.section-top-margin{margin-top: 7.5rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: 'Roboto Condensed', sans-serif; letter-spacing:0px;}

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

/* 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;}

/* 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;}

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

/* z index */
.z-index-1{z-index: 1;}
.z-index-2{z-index: 2;}
.z-index-2{z-index: 3;}
.z-index-2{z-index: 4;}
.z-index-2{z-index: 5;}

h3{line-height: normal;}


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

/* backround color */

.bg-black{
    background: #000000;}
.bg-dark {background-color: #1d1d21 !important;}

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

/*icon bg bover * /
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important;border: 1px solid #4267B2 !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important;border: 1px solid #1DA1F2 !important;}
.instagram-bg-hvr:hover{background:#C32AA3 !important;color: #fff !important;border: 1px solid #C32AA3 !important;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !important;border: 1px solid #0077B5 !important;}
.pinterest-bg-hvr:hover{background:#BD081C !important;color: #fff !important;border: 1px solid #BD081C !important;}
.google-bg-hvr:hover{background:#DB4437 !important;color: #fff !important;border: 1px solid #DB4437 !important;}

/*icon text bover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/* ===================================
    Header & Navigation
====================================== */

/*===================================
          side nav
 ====================================*/
/*-----Side Menu----*/
.side-menu {
    width: 20%;
    position: fixed;
    right: 0;
    top: 0;
    background: #ffffff;
    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;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-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;
}
.just-sidemenu .side-menu {
    background: -webkit-linear-gradient(90deg, #423f9c, #862359);
    background: -webkit-gradient(linear, left top, right top, color-stop(#423f9c), color-stop(#862359));
    background: -webkit-linear-gradient(left, #423f9c, #862359);
    background: -o-linear-gradient(left, #423f9c, #862359);
    background: -webkit-gradient(linear, left top, right top, from(#423f9c), to(#862359));
    background: linear-gradient(90deg, #423f9c, #862359);
}
.transparent-sidemenu .side-menu {
    background: rgba(0,0,0,.95);
}
.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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 60px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.just-sidemenu #sidemenu_toggle {
    position: fixed;
    z-index: 999;
    /*background: #fff;*/
    right: 0;
    top: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #000000;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-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;
    position: absolute;
}
.sidemenu_btn.left {
    left: 15px;
    right: auto;
}
.sidemenu_btn > span {
    height: 2px;
    width: 100%;
    background: #212331;
    display: block;
}
.center-brand .sidemenu_btn > span,
.transparent-bg .sidemenu_btn > span,
.fixed-bottom .sidemenu_btn > span,
.just-sidemenu .toggle_white.sidemenu_btn > span,
.bg-invisible .sidemenu_btn > span,
.boxed-nav .sidemenu_btn > span {
    background: #fff;
}
.center-brand.fixedmenu .sidemenu_btn > span,
.bg-invisible.fixedmenu .sidemenu_btn > span,
.boxed-nav.fixedmenu .sidemenu_btn > span {
    background: #212331;
}


.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    -webkit-flex-wrap: wrap;
    -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);
    -o-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);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #000000;
    padding: 7px 20px 7px 20px !important;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link::after {
    display: none;
}
.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-color: #000000;
    color: #ffffff;
    margin-right: 15px;
    margin-left: -5px;
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover,
.transparent-sidemenu .side-nav .navbar-nav .nav-link:focus {
    margin-left: 5px;
}
.side-menu p{
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

/*Header Social Icons*/
.navbar .social-icons li a {
    height: 28px; width: 28px;
    line-height: 28px;
    font-size: 14px;
}
.sidebar-nav .social-icons {
    position: absolute;
    bottom: 30px;
}
.side-menu .social-icons-simple li a:hover,
.side-menu .social-icons-simple li a:focus {
    color: #fff;
}

/*wrapper on opened sidebar*/
.wrapper {
    padding-left: 290px;
}
.wrapper .full-screen {
    width: 100% !important;
}


@media (max-width: 1366px) {
    .center-brand .sidemenu_btn {
        right: 0;
    }
}
@media (max-width: 1200px) {

    .side-menu .inner-wrapper {
        padding: 2rem 3.5rem;
    }

}
@media (min-width: 1025px) and (max-width: 1091px) {
    .navbar-nav.ml-auto {
        margin-right: 30px;
    }
    .sidemenu_btn {
        right: 0;
    }
}
@media (max-width: 1024px) {

    .boxed-nav .sidemenu_btn {
        display: none !important;
    }
    .center-brand .navbar-brand{
        width: 100px;
    }
    .navbar-nav .nav-link {
        font-size: 13px;
    }
}
@media (min-width: 810px) and (max-width: 1024px) {
    .sidemenu_btn {
        position: relative;
    }
}
@media (max-width: 992px) {
    .boxed-nav {
        background: #fff;
    }
    .center-brand .navbar-brand {
        position: relative;
        top: auto;
        margin: 16px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .navbar-nav .nav-item {
        margin: 5px 0;
    }
    .center-brand .navbar-nav .nav-link,
    .transparent-bg .navbar-nav .nav-link {
        background: #00bcd4;
        color: #fff;
    }
    .center-brand.fixedmenu .navbar-nav .nav-link,
    .transparent-bg.fixedmenu .navbar-nav .nav-link {
        background: transparent;
    }

    .side-menu {
        width: 50%;
    }
    .side-menu .inner-wrapper {
        padding: 2rem 2.5rem;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 0.875rem;
    }

}
@media (max-width: 768px) {
    .center-brand .navbar-brand{
        width: 100px;
    }
    .side-menu {
        width: 55%;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .navbar.sidebar-nav {
        width: 100%;
        height: auto;
        padding: 0 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wrapper {
        padding-left: 0;
    }
    .sidemenu_btn {
        margin-top: 4px;
        right: 0;
        position: absolute;
    }
    .side-menu {
        width: 300px;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 5px 0;
    }
    .side-nav p {
        display: none;
    }
    .sidebar-nav .social-icons{
        display: none;
    }
}



header {
    position: relative;
    width: 100%;
    z-index: 99;
}

.navbar-top{
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}

.header-icon{
    display: inline-block;
    float: right;
    margin-left: auto;
    margin-bottom: 0;
}
.header-icon li{
    display: inline-block;
}
.header-icon li a{
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
}


.sidemenu_btn{
    position: relative;
    display: inline-block;
    float: right;
	display:none;
}

.sidemenu_btn span {
    position: relative;
    display: block;
    height: 2px;
    width: 25px;
    background: #000000;
    margin-top: 4px;
}
.sidemenu_btn span:nth-child(3) {
    width: 15px;
    float: right;
}
.scroll-btn {height: 100px; width: 32px; background-color: black; color: white; position: absolute;
    bottom: 6px;
    left: 48px;}
.top a:hover {background-color: #666666;}
.explore {    transform: rotate(-90deg);
    top: 38%;
    font-size: 10px;
    position: relative;}
.explore-icon {text-align: center;
    top: 25%;
    position: relative;}
.top a {color: #ffffff;}


/*=============================
            ibdex-2
===============================*/
.side-nav .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav {    
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.static-nav li {margin-left: 50px; }
.index-2 .header-icon {
    margin-left: 0px;
    display: inline-block;
    float: right;
    margin-bottom: 0;
}
.index-2 .navbar-brand img {width: 70%;}
.index-2 .navbar {
    position: absolute;
    display: block;
    background-color: white;
    padding: .5rem 2.5rem;
    -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);
}
.index-2 .header-appear .navbar {
    position: fixed;
    padding: .5rem 2.5rem;
    -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);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-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;
        -o-transform: none;
        transform: none;
    }
}
.tp-rightarrow {top: 93.1%!important;
    left: 98%!important;
}
.tp-leftarrow {
    top:93.1%!important;
    left:90.1%!important;
}
.tparrows {background-color: #000000;
    opacity: 1 !important;
    visibility: visible !important;
}
.index-2 .verticle-text {
    display: inline-block;
    position: absolute;
    font-size: 12px;
    width: auto;
    color: #545454;
    transform: rotate(-90deg);
    right: -84px;
    vertical-align: middle;
    text-align: left;
    top: 45%;
}
.index-2 .scroll-btn {height: 100px; width: 32px; background-color: black; color: white; position: absolute;
    bottom: 0;
    left: 50px;}
.index-2 .navbar-nav {transform: translateX(0%)}
.index-2 .side-menu .navbar-nav {transform: translateX(18%)}
.tparrows:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
.tparrows.tp-rightarrow:before {
    content: '\f0da';
}
.tparrows.tp-leftarrow:before {
    content: '\f0d9';
}

/*============================
          index-4
 ==============================*/
.header-icon {
    margin-left: 0px;
    display: inline-block;
    float: right;
    margin-bottom: 0;
}
.slider-h2 {font-size: 40px;}
.slider-h1 {font-size: 50px;}
.header-icon a {color: white;-webkit-transition: ease-in-out 0.1s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;}
.header-appear .header-icon a {color: #000000;}
.navbar-brand img {width: 70%;}
.navbar {
    top: 0;
    width: 100%;
    left: 0;
    padding: 15px 0px;
    color: #fff;
    z-index: 100;
    background: inherit;
    border: none;
    border-radius: 0px;
	margin-bottom:0px;
}
.header-appear .navbar {
    position: fixed;
    background-color: #ffffff;
    padding: 20px 0px;
    -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);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
	border:none;
	border-radius:0px;
}
header.header-appear .main-manu-style li a{
	color: #000000 !important;
}

.btn-quote{
	border-left:1px solid #ddd;	
	padding-left:20px;
}
.btn-quote a {
    background: #30A9F4;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
.btn-quote a:hover{
	background:#ffd37a;
	color:#fff;
}
.btn-social{
	padding-left:10px;
}
.btn-social i{color:#30A9F4;}
.btn-social i:hover{color:#232e38;}

.verticle-text {
    display: inline-block;
    position: absolute;
    font-size: 12px;
    width: auto;
    color: #545454;
    transform: rotate(-90deg);
    right: -84px;
    vertical-align: middle;
    text-align: left;
    top: 45%;
}
.scroll-btn {height: 100px; width: 32px; background-color: black; color: white; position: absolute;
    bottom: 0;
    left: 50px;}
.sidemenu_btn span {background-color: white;}
.header-appear .sidemenu_btn span {background-color: #000000;}
.static-nav a {color: white;}
.side-menu .navbar-nav {transform: translateX(18%)}
.counters-line {
    height: 40px;
    margin: 0 auto;
    top: 22px;
    right: 0;
    width: 2px;
    background-color: #ff6666;
    position: absolute;
}


.item-titles {vertical-align: middle;}
.center-block{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/*---  fixed bottom  ---*/
.fixed-bottom {
    bottom: 0;
}
.navbar.bottom-fixedmenu {
    position: fixed;
    top: 0;
    bottom: auto;

}
.static-nav .fixed-bottom {
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}
.navbar.bottom-fixedmenu {
    position: fixed;
    top: 0;
    bottom: auto;

}
.static-nav .fixed-bottom {
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}

.center-brand, .transparent-bg, .fixed-bottom, .bg-transparent-light, .bg-transparent-white, .bg-invisible, .boxed-nav {
    position: absolute;
    width: 100%;
}
.fixed-bottom .navbar-nav .nav-link{
    color: #fff;
}
.header-appear .fixed-bottom {bottom: auto;}
/*-- fixed-menu --*/
/*---------------------
      bg-index-8
 ----------------------*/
.index-8 {
    background: url(../img/index-8.jpg) no-repeat;
}
.classic-box{
    max-width: 800px;
    margin: 0 auto;
}
.button-play {
    height: 70px;
    width: 70px;
    margin: 15px 10px 20px 10px;
    line-height: 73px;
    padding-left: 5px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00bcd4;
    -webkit-animation: pulse_effect 1s infinite;
    -o-animation: pulse_effect 1s infinite;
    animation: pulse_effect 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.button-play:hover {background-color: #ffffff;}
@-webkit-keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}
@-o-keyframes pulse_effect {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}
@keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}

.classic-box h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 1.4rem 0;
}

/*----------------------
        index-6
 -----------------------*/

/* logo change */

header .logo .logo-dark, header .logo .logo-light {visibility: hidden; opacity: 0; width: 0; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header .logo .logo-dark.default, header .logo .logo-light.default {visibility: visible; opacity: 1; width: auto; transition-duration:0.5s;  -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.header-appear nav .logo .logo-ligh{visibility: visible;  opacity: 1; width: auto; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.header-appear nav .logo .logo-dark{visibility: hidden; opacity: 0; width: 0; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.header-appear nav .logo .logo-dark{visibility: visible;  opacity: 1; width: auto; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.header-appear nav .logo .logo-light{visibility: hidden; opacity: 0; width: 0; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header a.logo {vertical-align: middle;line-height: 0; display: block;}
header a.logo img {max-height:40px; max-width: 100%; vertical-align: sub;}
.header-appear header a.logo img {max-height:35px; max-width: 100px;vertical-align: sub;}
/*============================
            particles
 =============================*/
.single-cover {
    height: 100vh;
    width: 100%;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

.single-cover .center-item{
    margin-top: 3rem;
}

.single-cover h2{
    font-size: 4rem;
}
.single-cover p{
    letter-spacing: 2px;
}

.rev-gradient{
    height: 100vh;
    width: 100%;
}
/*=============================
          index-3
 ==============================*/
.index-3 .header-icon {
    margin-left: 0px;
    display: inline-block;
    float: right;
    margin-bottom: 0;
}
.index-3 .navbar-brand img {width: 70%;}
.index-3 .navbar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 2.5rem;

}
.index-3 .header-appear .navbar {
    position: fixed;
    height:90px;
    background-color: white;
    padding: .5rem 2.5rem;
    -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);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index-3 .verticle-text {
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    width: auto;
    position: absolute;
    color: #000000;
    transform: rotate(1deg);
    right: 62px;
    vertical-align: middle;
    text-align: left;
    top: 45%;
}
.index-3 .scroll-btn {height: 100px; width: 32px; background-color: black; color: white; position: absolute;
    bottom: 0;
    left: 62px;}
.index-3 .navbar-nav {transform: translateX(0%)}
.index-3 .side-menu .navbar-nav {transform: translateX(18%)}


/* ===================================
  Single Porfolio parallax
====================================== */
.item-one {
    background: url(../img/bg-single1.jpg) no-repeat;
}
.item-two {
    background: url(../img/bg-single-2.jpg) no-repeat;
}
.item-three {
    background: url(../img/bg-single-3.jpg) no-repeat;
}
.item-four {
    background: url(../img/bg-single-4.jpg) no-repeat;
}
.item-five {
    background: url(../img/bg-single-5.jpg) no-repeat;
}
.item-six {
    background: url(../img/bg-single-6.jpg) no-repeat;
}
.item-seven {
    background: url(../img/bg-single-7.jpg) no-repeat;
}
.item-eight {
    background: url(../img/bg-single-8.jpg) no-repeat;
}
.item-nine {
    background: url(../img/bg-single-9.jpg) no-repeat;
}

.single-items {
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    height:100vh;
}
.single-items h2 strong {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .7);
}
.item-titles {vertical-align: middle;}
.center-block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


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



.slider-text{
    text-transform: capitalize;
    font-size: 3rem;
    letter-spacing: 2px;
    line-height: 60px;
}
.slider-rev{
    width: 100%;
    display: inline-block;
}
.slider{
    width: 100%;
    max-width: 550px;
    padding-right: 50px;
    display: inline-block;
}

.slider-img {
    max-height: 100vh;
    width: 100%;
}

    #owl-thumbs{
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: -46px;
    background:rgba(60, 57, 57, 0.6);
    width: 80%;
    height: 46px;
}
#owl-thumbs .owl-dot{
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: transparent;
    color: white;
    border: 0;
}
.slider-name {font-size: 12px; font-weight: 600; margin-top:5px;}
#owl-thumbs .owl-dot .slider-name{
    display: none;
}
button:focus {
    outline: none;
}
#owl-thumbs .owl-dot.active .slider-name{
    display:inline-block;
}

#owl-thumbs .owl-dot.active .triangle-up:before
{   content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    bottom: -10px;

}

#owl-client .owl-nav{
    position: absolute;
    bottom: 0px;
    right: 0;
    display: inline-block;
    z-index: 3;
    color: white;
    background: black;
    width: 20%;
    line-height: 46px;
}
.owl-dots button {margin-left: 20px;}
#owl-client .owl-prev { width: 50px;}
#owl-client .owl-next {width:50px; border-left: 1px solid #484848;}

/* verticle text */

.information,.information p{
    position: relative;
    display: inline-block;
    margin: 0;
}

.verticle-text{
    display: inline-block;
    position: absolute;
    font-size: 12px;
    width: auto;
    color: #545454;
    transform: rotate(-90deg);
    right: -127px;
    vertical-align: middle;
    text-align: left;
    top: 45%;
   }


/* ===================================
    About US
====================================== */

.hr-line {
    width: 30px;
    height: 1px;
    background: #ff6666;
    display: block;
    margin: 0 auto;
}

.ico-res:not(:last-child){
    margin-bottom: 3rem;
}


.services-icon {
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 20px;
    color: #dfdfdf;
}
.services-cat {color: #666666;}


/*=============================
           portfolio
 ==============================*/


.filters button{color: #000000; background-color: transparent; margin-right: 40px; cursor: pointer; }
.filters button:hover,.filters button.active {color: #ff6666;}
.img-detail {bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    background: rgba(10, 10, 10, 0.6);
    padding: 1.625rem 2rem;}
.port-line {background-color: #b4b3b3; width: 2px;
    height:2.5rem;}
.port-detail-mid {
}
.img-detail-icon {position: absolute; top: -35px;
    left: 50px;
    width:15px;
    color: #b4b3b3; }

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    width :518px;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.9;
    cursor: pointer;
}
.gallery-thumbs .swiper-slide img{
    width: 100%;
}

.gallery-thumbs .swiper-button-next, .gallery-thumbs .swiper-button-prev{
    background-image: none;
}
.description-headig {font-size: 36px; color:#ffffff;  }
.description-sub {font-size: 12px; font-weight: 500; line-height: 18px;}
.description-sup {font-size: 24px; line-height: 22px; font-weight: 500;}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.portfolio-perv {left:auto; right: 0; background-color: black; text-align: center; line-height: 79px; top: 65%; width: 4%;  height: 55%; }
.portfolio-next {right:0; text-align: center; border-bottom: 2px solid; line-height: 96px; top: 10%; background-color: black; width: 4%; height: 55%;}
.portfolio-arrows {width: 60px;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {opacity: 1;pointer-events:auto;}
.border-3px-tb {border-top: 2px solid; border-bottom: 2px solid;}
.border-3px-right {border-right: 2px solid;}


#portfolio.active{
    transform: translate3d(0px, 0px, 0px) !important;
}
.big-popup {width: 100%; height:100%; max-width: 100%;overflow-y: scroll !important; display: none; -webkit-overflow-scrolling:touch;}

.tile {
    display: none;
    visibility: hidden;
}

.scale-anm {
    display: block;
    visibility:visible;
}

/*new */
.tab-pane {
    text-align:center;
}
.hide{
    display: none;
}
.project{
    border: 1px solid #eaeaea;
    margin: 20px;
    padding: 20px;
}




/* ===================================
    project details fancy
====================================== */
.port-detail-text {font-size: 20px; line-height: 30px; font-weight: 400;}
.project-img {width :100%;}
.outdoor {font-size: 24px; color:#000000;
    float: left; cursor: pointer;}
.cata-geory { font-weight: 100; margin: 0 auto; padding-right: 20px; }
.details-prev-next { font-weight: 100; margin: 0 auto; padding-right: 47px; }
.cata-geory {padding-right: 10px;}
.hiking {font-size: 24px; cursor: pointer; color:#000000; float: left;}
.project-line {
    height: 26px;
    width: 1px;
    background-color: #545454;
    display: block;
    margin: 0px 21px;
    float: left;
}
.fancybox-close-small:after {
    color: #ffffff;
    font: 26px/30px open,sans-serif;
    font-weight: 600;
    top: 6px;
    right: 6px;
}
.fancybox-close-small:hover:after {color: #ffffff; background-color: transparent;}
.fancybox-close-small {
    position: absolute;
    width: 44px;
    height: 44px;
    color: white;
    padding: 0;
    margin: 0;
    border: 0;
    background: #ff6666;
    z-index: 10;
    cursor: pointer;
}
/* ===================================
       Facts & Figure
   ====================================== */


.counters{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    position: relative;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.ist-counter {    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    float: left;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;}
.ist-counter .number {
    font-size: 3.625rem;
    font-weight: 200;
    line-height: normal;
    padding-right: 1rem;
}

.counters .number {
    font-size: 3.625rem;
    font-weight: 200;
    line-height: normal;
    padding-right: 1rem;
}


.count-text span {
    display: block;
}

.count-text .main-text{
    font-size: 1.5rem;
    font-weight: 200;
    margin-bottom: 3px;
}
.counters-line {
    height: 40px;
    margin: 0 auto;
    margin-right: 15px;
    top: 22px;
    right: 0;
    width: 2px;
    background-color: #ff6666;
    position: absolute;
}
.index-2 .counters-line {
    height: 40px;
    margin: 0 auto;
    top: 22px;
    right: 0;
    width: 2px;
    background-color: #ff6666;
    position: absolute;
}

.index-3 .counters-line {
    height: 40px;
    margin: 0 auto;
    top: 22px;
    right: 0;
    width: 2px;
    background-color: #ff6666;
    position: absolute;
}

.counters .number{
    margin-left: auto;
}

.counters .count-text{
    margin-right: auto;
}

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

.static-img {position: relative}
.static-text {letter-spacing: 15px;
    position: absolute;
    color: white;
    text-align: center;
    display: block;
    top: 50%;
    width: 100%;
    max-width: 952px;
    margin: 0 auto;
    line-height: 1;
    left: 50%;
    transform: translate(-50%,-50%);
}
.by {
    letter-spacing: 2px;
    color: white;
    padding-right: 15px;
    text-align: right;
    display: block;
    width: 100%;
}
.relax {font-size: 60px;}



/* ===================================
            Price
   ====================================== */

.price-list li{
    display: inline-block;
    float: left;
    color: #666666;
    min-width: 12.5%;
    font-size: 11px;
}
.price-line{
    height: 40px;
    float: left;
    width: 1px;
    background-color: #ff6666;
    position: relative;
}
.margin-4rem-bottom {margin-bottom: 4rem;}
.deal-item { font-weight: 600; font-size: 14px!important;}
.main-heading p {color: #666666;}
.price-list li:nth-child(n+6){
    text-align: center;
}

.price-list li.chart img{
    margin-top: -18px;
}
.price-list li.price-dol{
    font-size: 35px;
    line-height: 10px;
}

.price-list li.price-button a{
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background: black;
    color: white;
    display:block;
    position: relative;
    margin-top: -22px;
}
.price-list li.price-button a:hover {background-color: #666666;}
.price-head p, .price-body p{
    font-size: 12px;
}

/* ===================================
             insta feed
   ====================================== */


#instafeed-gallery-feed {
    width: 100%;
    margin: 0 auto;
}
.owl-carousel.owl-drag .owl-item {
    cursor: all-scroll;
}

/* ===================================
             Contact Map
   ====================================== */

.map-adress {
    width: 350px;
    height: 184px;
    background-color: white;
    position: absolute;
    top: 150px;
    left: 13px;  }
.map-adress-details {padding: 20px; }
.map-img {width: 100%; overflow: hidden; position: relative;}

/* ===================================
    Blog Page
====================================== */

.page-header i{
    font-size: 11px;
}

.page-title{
    padding: 4rem 0 1rem;
}

/* blog list */
.blog-list-item{
    margin-bottom: 4rem;
}
.blog-list-item:last-child{
    margin-bottom: 1rem;
}
.blog-pagination li{
    display: inline-block;
}
.blog-pagination li a{
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 5px;
    line-height: 30px;
    text-align: center;
    color: #a0a0a0;
}
.blog-pagination li a i{
    font-size: 12px;
}
.blog-pagination li a:hover,.blog-pagination li.active a,.blog-pagination li a:focus{
    color: #ff6666;
}
.widget {
    padding:2rem;
    margin-bottom: 3rem;
    -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);
}
.widget:last-child{
    margin-bottom: 0;
}
.widget .search{
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #e6e6e6;
    border-right: none;
}
.widget .search-btn{
    position: relative;
    width: 40px;
    line-height: 39px;
    text-align: center;
    border: none;
    color: #FFFFFF;
    background: #ff6666;
    cursor: pointer;
}
.recent-post {
    margin-bottom: .5rem;
}
.recent-post:last-child {
    margin-bottom:0;
}
.recent-post img{
    width: 80px;
    height: 75px;
    margin-right: 15px;
}
.recent-post .text a{
    line-height: 24px;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
}
.recent-post .text .date{
    font-size: 12px;
}
.blog-category li{
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    font-size: .8rem;

}
.blog-tags li{
    display: inline-block;
    margin-bottom: 6px;
}
.blog-tags li a{
    padding: 6px 15px;
    background: #666666;;
    font-size: 13px;
    color: #FFFFFF;
}
.blog-tags li a:hover,.blog-tags li a:focus{
    background:#ff6666;
    color: #FFFFFF;
}
.hover-effect{
    position: relative;
    overflow: hidden;
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* blog detail */
.blog-detail-item blockquote{
    font-size: 1.1rem;
    line-height: 1.7rem;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 15px;
    border-left: 5px solid #eee;
}
.blog-detail-item .blog-share{
    margin: 0;
    display: inline-block;
    float: right;
}
.blog-detail-item .blog-share li{
    display: inline-block;
}
.blog-detail-item .blog-share li a{
    display:block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #ededed;
    text-align: center;
    color: #a9a9a9;
}
.blog-detail-tag{
    padding:15px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin: 3rem 0;
    color: #969696;
}
.blog-detail-tag a{
    margin: 0 3px;
}
.blog-detail-tag .btn.btn-transparent-gray{
    color: #a6a6a6;
    border:1px solid #ededed;
}
.blog-detail-tag .btn.btn-transparent-gray:hover,.blog-detail-tag .btn.btn-transparent-gray:focus{
    color: #FFFFFF;
}
.blog-detail-nav{
    margin-top: 2rem;
    position: relative;
    display:flow-root;
}
.blog-detail-item .date{
    color: #a6a6a6;
}
.blog-comment {list-style: none; margin: 0; padding: 0;}
.blog-comment .avatar{width: 110px; margin-right: 20px}
.blog-comment .comment-text{vertical-align: top;}
.blog-comment .date{font-size: 12px; margin-bottom: .5rem; color: #b3aeae;}
.blog-comment li {padding: 50px 0; border-bottom: 1px solid #ededed; position: relative}
.blog-comment > li:first-child {padding-top: 0}
.blog-comment li:last-child {border-bottom: none; padding-bottom: 0}
.blog-comment li ul.child-comment {margin-left: 40px; list-style: none}
.blog-comment li ul.child-comment li {border: none; padding-bottom: 0; border-top: 1px solid #ededed; margin-top: 50px}
.main-color{color:#ff6666;}
.btn-pink {background: #ff6666; padding: 10px 30px; color: #FFFFFF;border: 2px solid #ff6666;}
.btn-pink:hover {background: #ffffff;color: #ff6666;border: 2px solid #ff6666;}
.btn-blue {background: #00bcd4; padding: 10px 30px; color: #FFFFFF;border: 2px solid #00bcd4;}
.btn-blue:hover {background: #ffffff;color: #00bcd4;border: 2px solid #00bcd4;}
.btn-transparent {background: transparent; color: #FFFFFF;border: 2px solid #ffffff;}
.btn-transparent:hover {background: #ffffff;color: #ff6666;border: none;}

.btn-gray{background: #666666;color: #FFFFFF;border: 2px solid #666666;}
.btn-transparent-gray{color: #666666;background:transparent;border: 2px solid #666666;}
.btn-transparent-gray:hover,.btn-transparent-gray:focus{color: #FFFFFF; background-color: #666666;}
.btn-transparent-gray{color: #666666;background:transparent;border: 2px solid #666666;}
.btn-transparent-pink{color: #ff6666;background:transparent;border: 2px solid #ff6666;}
.btn-transparent-pink:hover,.btn-transparent-pink:focus{color: #FFFFFF;background-color: #ff6666;}
.comment-form .form-control{
    border-radius:0;
}
.comment-form .form-control:focus{
    border-color:#ced4da;
    outline: 0;
    box-shadow: none;
}
.comment-form textarea{
    margin-bottom: 1.2rem;
    resize: none;
}
.bg-3{ background: url(../img/bg-img3.jpg) no-repeat; background-size: cover;
    height:500px;}
.bg-2 {background: url(../img/bg-2.jpg) no-repeat; background-size: cover;
    height:100vh;}
/*===================================
               Loader
 ====================================*/
#loader {width: 100%; position: fixed; height: 100%; z-index: 999; background-color: #ffffff;}
.load-inner {position: relative; top: 50%; transform: translateY(-50%);}
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff6666;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: #ff6666;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #ff6666;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    background-color: #ff6666;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}
@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}
.map{
    height: 500px;
    width: 100%;
}
/* ===================================
       Media Queries
   ====================================== */


@media screen and (min-width: 1410px){

    #banner-main .tp-parallax-wrap{
        margin-left: -90px !important;
    }
    .index-6 .tp-leftarrow {top: 48%!important;
        left: 92.4%!important;}
    .index-6 .tp-rightarrow {
        top: 41%!important;
        left: 97.7%!important;}

}

@media screen and (min-width: 1899px){

    #banner-main .tp-parallax-wrap{
        margin-left: -280px !important;
    }
    .index-6 .tp-rightarrow {
        top: 42%!important;
        left: 98.2%!important;
    }
    .index-6 .tp-leftarrow {
        top: 48%!important;
        left: 94.2%!important;
    }
    .tp-rightarrow {
        top: 95%!important;
        left: 98.1%!important;
    }
    .tp-leftarrow {
        top: 95%!important;
        left: 92.3%!important;
    }
}
@media screen and (max-width: 1024px){
    .static-nav li {margin-left: 15px; }
    .index-2 .verticle-text {display: none;}
    .index-4 .verticle-text {display: none;}
    .index-6 .verticle-text {display: none;}
}
    @media screen and (max-width: 991px) {

    .filters{
        margin-bottom: 1rem;
    }
    .counters {
        display: block!important;
        float: none;
        left: 0;
        margin: 0 auto;
    }
        .ist-counter {
            display: block!important;
            float: none;
        }
    .divider{
        display: none !important;
    }
    .col-lg-3:not(:last-child) .counters{
        margin-bottom: 3rem;
    }
        .col-lg-3:not(:last-child) .ist-counter{
            margin-bottom: 3rem;
        }
    .price-body .price-list{
        display: flex;
    }
    .price-list li {
        display:block;
        float: none;
        min-width: 100%;
        font-size: 11px;
    }
        .price-list li.price-button a {
            width:auto;
            padding: 8px 30px;
            display: inline-block;
            position: relative;
            margin-top:0;
        }
        .price-list li.price {
            font-size: 35px;
            line-height: 40px;
        }
        .price-list li.chart img {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .portfolio-next {
            right: 0;
            text-align: center;
            line-height: 46px;
            top: 23%;
            background-color: black;
            width: 4%;
            height: 55%;
        }
        .portfolio-perv {
            left: auto;
            right: 0;
            background-color: black;
            text-align: center;
            line-height: 40px;
            top: 78%;
            width: 4%;
            height: 50%;
        }

        .header-icon  {display: none;}
        #owl-client .owl-prev  {width: 24px;}
        #owl-client .owl-next {width :30px;}
        body {margin: 0;}
        .static-nav {display: none;}
        .index-2 .header-icon {display: none;}
        .index-2 .verticle-text {display: none;}
        .index-4 .header-icon {display: none;}
        .index-4 .verticle-text {display: none;}
        .index-6 .header-icon {display: none;}
        .index-6 .verticle-text {display: none;}
        .index-3 .header-icon {display: none;}
        .index-3 .verticle-text {display: none;}
    }
@media screen and (max-width: 767px) {
.navbar-top .logo{
    max-width: 130px;
}
.slider-text {
    text-transform: capitalize;
    padding: 7rem 0 2.5rem;
    font-size: 2rem;
    line-height: 40px;
    text-align: center;
}
.slider{
    display: block;
    max-width: 100%;
    padding-right: 0;
    text-align: center;
    margin: 0 auto;
}
    .port-detail-mid {
        margin-bottom: -7px;
    }
    .img-detail {
        bottom: 3px;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        line-height: 1;
        background: rgba(10, 10, 10, 0.6);
        padding: .5rem .8rem;
    }
    .img-detail-icon {
        display: none;
        position: absolute;
        top: -26px;
        left: -40px;
        width: 7px;
        color: #b4b3b3;
        transform: translateX(188px);
    }
    .description-sup {font-size: 8px; line-height: 14px;}
    .description-sub {font-size: 7px; line-height: 10px;}
    .description-headig {font-size: 9px;}
    .port-line {display: none;}
    .hiking {font-size: 14px;}
    .details-prev-next {padding-right: 0px;}
    .outdoor {font-size: 14px;}
    .big-popup {display: none;}
    .sub-pad {display: none;}
    .portfolio-next {
        right: 0;
        text-align: center;
        line-height: 14px;
        top: 69%;
        background-color: black;
        width: 4%;
        height: 55%;
    }
    .portfolio-next i {font-size:5px;}
    .swiper-button-prev i {font-size:5px;}
    .portfolio-perv {
        left: auto;
        right: 0;
        background-color: black;
        text-align: center;
        line-height: 9px;
        top: 125%;
        width: 4%;
        height: 50%;
    }
    .price {padding: 30px 10px 0px 10px; }
     .price-dol {line-height: 0; margin: 20px 0; }
    .price-list li.price-dol {font-size: 20px;}
     .price-head {    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
         box-shadow: 0 0 10px rgba(0, 0, 0, .05); margin: 0px 0px 20px 0px;}
    .price-head  {padding-bottom: 20px!important;}
     .main-heading {margin: 20px 0px;}
     .price-list {margin-bottom: 0;}
     .relax {font-size: 0.9rem; letter-spacing: 3px; }
    .static-text {letter-spacing: 5px; top:42%;}
    .by {
        letter-spacing: 1px;
        color: white;
        font-size: 10px;
        padding-right: 58px;
        text-align: right;
        display: block;
        width: 100%;
    }
    .filters button {
        color: #000000;
        background-color: transparent;
        margin-right: 0px;
        font-size: 11px;
        cursor: pointer;
    }
    .map-img {height: 400px; margin-bottom: 20px;}
    .ico-res:not(:last-child) {margin-bottom: 1.5rem;}
    .about-text p {margin-bottom: 0;}
    section {padding-top: 2.5rem;  padding-left: 0px; padding-right: 0px;}
    .counters .number {font-size: 2rem;}
    .counters-line {display: none;}
    .counters-line-last  {display: none;}
    .ist-counter .number {font-size: 2rem;}
    .ist-counter {margin-bottom: 20px;}
    .blog-box h4{
        padding: 0;
        border-left: none;
    }
    .side-menu .btn-close {right:10px;}
    .map-adress {
        top: 0px;
        left: 0px;
    }
    .map-adress-details {padding: 9px;}
    .services-align {margin-bottom: 1rem;}
    .small-font {font-size: 1.2rem}
    .services-align-last {margin-bottom: 48px;}
    .verticle-text {display: none;}
    #owl-client .owl-prev {width: 26px;}
    #owl-client .owl-next {width: 26px;}
    .static-nav {display: none;}
    .classic-box h2 {font-size: 1.5rem;}

    .blog-detail-tag{
        text-align: center;
    }
    .blog-detail-item .blog-share {
        text-align: center;
        display: block;
        float: none;
        margin-top: .7rem;
    }
    .gallery-thumbs .swiper-slide img{
        width: 100%;
        height:27px;
    }
    .fancybox-close-small {
        left:86%; width:45px; height:44px;
    }
    .margin-4rem-bottom {margin-bottom: 0.5rem;}
    .blog {text-align: center;}
    .blog .navbar-brand {text-align: left;}
    .page-title {    padding: 12rem 0 1rem;}
}


/************ HOME SLIDER CSS **************/

	.home-slider{
		padding:0rem;
		margin:0px;
	}
	
	.home-slider .slide-text {
		position: absolute;
		top: 50%;
		width: 420px;
		left: 23.6%;
		transform: translate(-50%, -50%);
		text-align: left;
	}

/************ HOME SLIDER CSS END **************/

.main-manu-style{
	margin-left:auto;
}
ul.main-manu-style li{
	margin-left:0px;
}
ul.main-manu-style li.active a{background-color:inherit !important;}
ul.main-manu-style li a {
    padding: 0px 12px;
    color: #4e4e4e !important;
    font-weight: 600;
    font-family: 'Questrial', sans-serif;
    font-size: 15px;
}
ul.main-manu-style li a:hover{
	color:#30A9F4 !important;
}
.main-manu-style li.active a{color:#30a9f4 !important; position:relative;}
.main-manu-style li.active a:after {
    content: "";
    position: absolute;
    left: 13px;
    bottom: -2px;
    width: 20px;
    height: 2px;
    background: #d3ecfb;
}

.quote {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    padding: 0px 22px !important;
    border-radius: 50px;
    border: 2px solid #fff;
}
.quote:hover{
	background:#fff !important;
	color:#373737 !important;
}

.slide-text small{
	color:#fff;
	font-weight:300;
	font-size:17px;
}
.slide-text h1 {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    margin: 10px 0px 25px;
    line-height: 55px;
    padding-left: 50px;
    position: relative;
}
.slide-text h1:after {
    position: absolute;
    content: "";
    left: 0px;
    width: 40px;
    height: 2px;
    background: #fff;
    top: 16px;
}
.slide-text h1 strong{
	font-weight:700;
	color:#30A9F4;
}
.slide-text a {
    background: #fff;
    font-size: 14px;
    color: #282828;
    padding: 15px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-family: 'Questrial', sans-serif;
	margin-left:45px;
}
.slide-text a:hover{
    background: #30a9f4;
    color: #fff;
}
.services-boxed{
	padding-bottom:40px;	
}
.services-boxed-in {
    text-align: center;
    padding: 50px 15px 30px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    top: -100px;
    margin-bottom: 40px;
    margin: 0px 5px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.services-boxed-in h2 {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    font-size: 16px;
    font-weight:600;
    color: #00b8fe;
    padding-top: 30px;
	padding-bottom: 10px;
}
.services-boxed-in p {
	font-family: 'Open Sans', sans-serif;
	line-height:23px;
    font-weight: 400;
    font-size: 15px;
	padding-bottom: 10px;
}
.services-boxed-in img{display:block; margin:auto; position:relative;}

.services-boxed-in .normal-hide{display:none;}

.services-boxed-in:hover .hover-hide{display:none;}
.services-boxed-in:hover .hover-show{display:block;}

.services-boxed-in:hover{
	box-shadow:0px -3px 12px #ffffff54;
	top: -120px;
}
.services-boxed-in:before {
    content: "";
    width: 100%;
    height: 100%;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.services-boxed-in:hover:before{
	background: #2073af;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #86A8E7, #2073af);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #0ea2bd, #2073af); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.services-boxed-in:hover h2, .services-boxed-in:hover p{
	color:#ffffff;
	position:relative;
}
h2.title-one {
    color: #414248;
    font-size: 32px;
    font-weight: 400;
    margin: 0px 0px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
}
p.sub-t {
    color: #414248;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 10px 0px 0px;
}

a.blue-bt {
    background: #30A9F4;    
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 50px;
    font-family: 'Roboto Condensed', sans-serif;
	transition: all 0.5s ease;
}
a.blue-bt:hover {
    background: #ffd37a;
	position:relative;
}

a.blue-bt-rev {
    background: #ffd37a;    
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 8px 25px;
	display: inline-block;
    border-radius: 50px;
    font-family: 'Roboto Condensed', sans-serif;
	transition: all 0.5s ease;
}
a.blue-bt-rev:hover {
    background: #30A9F4;
	position:relative;
}

a.blue-bt-text{
	color:#ffd37a;
	font-size: 15px;
    font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
}

.list-check-blue{
	padding:0px;
	margin:0px 0px 30px;
}
.list-check-blue li {
    padding: 0px 0px 5px 22px;
    margin: 0px;
    position: relative;
}
.list-check-blue li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #03A9F4;
    position: absolute;
    left: 0;
}

.list-img {
    list-style-image: url(../images/list-tick.png);
    list-style-position: outside;
    margin-left: 30px;
}
.list-img li a {
    position: relative;
    top: -2px;
}

.experience{background:#f2f4f8;}
.exp-text{padding:10% 10%;}
.exp-text h2{
	font-weight:600;
	font-size:30px;
	line-height: 35px;
	margin:0px 0px 20px;
}
.exp-text p{
	font-size:15px;
}

.we-do p{
    color: #414248;
    font-size: 17px;
	font-family: 'Questrial', sans-serif;
    line-height: 25px;
    font-weight: 500;
    margin: 10px 0px 20px;
}

/**********      ***********/
.feature-all{/* background:#f7f8fa; */ padding:70px 0px;}

.space-top-40{margin-top:40px;}
.content-services{
	padding:30px 25px 40px;
}
.feature-column {
    background: #fff;
    margin-bottom: 30px;
}
.feature-column h2 {
    color: #474747;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 0;
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.5px;
}
.feature-column p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0px 0px;
}

/**********   HOME FLEX CSS   ***********/

.flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

/**********   HOME SKILLS   ***********/
.section-skills{
	padding:0px;
}
.section-skills .row {
    display: table;
}

.section-skills .row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.left-block {
    padding: 80px 5% 100px 5%;
}
.left-block h2 {
    color: #414248;
    font-size: 32px;
    font-weight: 400;
    margin: 0px 0px 0px;
	letter-spacing:0px;
	text-transform:uppercase;
}
.left-block p{
	color: #474747;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}
.line-2-white {
    width: 60px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 25px;
}
.left-block p {
    margin-top:10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.right-block {
    text-align: center;
    background: url(../images/sec-9-back-video.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* Progress bar */
.progress_w_border {
  border: 1px solid #eee;
}

.progress_round {
  border-radius: 11px;
}

.progress_round .progress-bar {
  border-radius: 11px;
}

.progress_shadow {
  box-shadow: inset 0.5px 0.9px 2px rgba(1, 1, 1, 0.1);
}

.progress_background {
  background-color: #f7f7f7;
}

.progress_high {
  height: 22px;
}

.progress_border_primary, .progress_border_secondary {
  border-width: 2px;
  border-style: solid;
}

.progress__title {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.progress__title {
    font-family: 'Questrial', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.progress-1 .progress-bar {
  background-color: #ff523a;
}

.progress-2 .progress-bar {
  background-color: #00d547;
}

.progress-3 .progress-bar {
  background-color: #9160ff;
}

.progress-block-group {
  padding-right: 40px;
  margin-top: 30px;
}

.progress-block-group .progress-block {
  margin-bottom: 15px;
}
.progress-block-group .progress-block:last-child{
	margin-bottom:0px;
}
.progress-w-number {
    background-color: #f1f1f1;
    height: 16px;
    padding: 5px;
    border-radius: 50px;
    box-shadow: 0px 1px 2px #90909059 inset;
}
.progress-w-number .progress-bar {
	position: relative;
	background: #31b5f1;    
	border-radius: 50px;
}

.progress-w-number .progress-bar__number {
  position: absolute;
  top: -24px;
  right: 0px;
  font: 400 11px 'Dosis', sans-serif; 
}

.progress-w-number_mod-a {
  background-color: #eff2f7;
  position: relative;
  padding-right: 53px;
}

.progress-w-number_mod-a .progress-bar {
  position: static;
}

.progress-w-number_mod-a .progress-bar__number {
  right: -47px;
  top: -6px;
}

.marketing-needs{
	padding:80px 0px 80px;
	margin:0px;
	background:#f7f8fa;
}

/*** 

====================================================================
		Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position: relative;
	padding: 100px 0 100px;
}

.testimonial-section-two:before{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 50%;
	background:#f5f8fb url(../images/white-pattran.jpg)repeat;
	content: "";
}

.testimonial-block-three{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.testimonial-block-three .inner-box{
	position: relative;
	text-align: center;
}

.testimonial-block-three .thumb{
	position: relative;
	display: inline-block;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 25px;
}

.testimonial-block-three .thumb img{
	width: 100%;
	height: auto;
}

.testimonial-block-three .text {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #232e38;
    font-weight: 500;
    margin-bottom: 35px;
}

.testimonial-block-three .info-box{
	position: relative;
	padding-left: 25px;
}

.testimonial-block-three .info-box:before{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -13px;
	height: 51px;
	width: 58px;
	background-image: url(../images/icons/icon-1.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

.testimonial-block-three .info-box h5 {
    position: relative;
    display: block;
    font-size: 26px;
    color: #222222;
    font-weight: 400;
}
.testimonial-block-three .info-box span{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 18px;
	color: #30A9F4;
	font-weight: 400;
}

.testimonial-block-three .image-column{
	position: relative;
}

.testimonial-block-three .image-column .inner-column{
	position: relative;
	padding-left: 60px;
}

.testimonial-block-three .image{
	position: relative;
	margin-bottom: 0;
}

.testimonial-section-two .owl-nav{
	display: none;
}

.testimonial-section-two .owl-dots{
	position: absolute;
	right: 0px;
	top: 25%;
	margin-top: 20px;
	direction: rtl;
}

.testimonial-section-two .owl-dot{
	position: relative;
	display: block;
	height: 8px;
	width: 10px;
	background-color:#cccccc;
	margin-bottom: 12px;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-section-two .owl-dot.active,
.testimonial-section-two .owl-dot:hover{
	width: 18px;
	background-color:#30A9F4;
}

.testimonial-section-two.style-two:before{
	display: none;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}
.sec-title .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #30A9F4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 32px;
    text-transform:uppercase;
    color: #222222;
	margin: 0;
    font-weight: 400;
}

/*** 

====================================================================
			Call To Action Two
====================================================================

***/

.call-to-action-two{
	position: relative;
	padding: 60px 0;
	background: rgb(39,105,191);
	background: -moz-linear-gradient(left, rgba(39,105,191,1) 0%, rgba(57,139,245,1) 100%);
	background: -webkit-linear-gradient(left, rgba(39,105,191,1) 0%,rgba(57,139,245,1) 100%);
	background: linear-gradient(to right, rgba(39,105,191,1) 0%,rgba(57,139,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2769bf', endColorstr='#398bf5',GradientType=1 );
	overflow: hidden;
}
.call-to-action-two .icon-layer {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: 100px;
    height: 180px;
    width: 163px;
    background-image: url(../images/notification.png);
    background-size: cover;
    content: "";
    opacity: .05;
}
.call-to-action-two .title-column{
	position: relative;
	float: left;
	max-width: 700px;
}
.call-to-action-two .title-column .inner{
	position: relative;
	padding-left: 60px;
}
.call-to-action-two .title-column .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 48px;
	color: #ffd37a;
	font-weight: 400;
}
.call-to-action-two .title-column h3{
	position: relative;
	display: block;
	font-size: 28px;
	color: #ffffff;
	font-weight: 400;
	margin: 0px 25px 0px 0px;
}
.call-to-action-two .btn-column{
	position: relative;
	float: right;
}
.call-to-action-two .btn-column .btn-box{
	position: relative;
	padding: 10px 0;
}
.call-to-action-two .btn-column .theme-btn{
	position: relative;
	display: inline-block;
	font-family:'Questrial', sans-serif;
	font-size: 17px;
	line-height: 30px;
	color: #ffd37a;
	font-weight: 600;
	padding: 11px 40px;
	border: 1px solid #ffd37a;
}
.call-to-action-two .btn-column .theme-btn i{
	line-height: 30px;
	float: left;
	margin-right: 10px;
}
.call-to-action-two .btn-column .theme-btn:hover{
	color: #282828;
	background-color:#ffd37a;
}


/*-------------------------- Theme Footer One -------------------*/
 .theme-footer-one {
     position: relative;
     padding-top: 80px;
}
 .theme-footer-one .shape-two {
     position: absolute;
     right: 10%;
     top:50%;
     animation: rotated 18s infinite linear;
}
 .theme-footer-one.top-border {
    border-top: 1px solid #ededed;
     padding-top: 95px;
}
 .theme-footer-one .about-widget .email {
    font-size: 16px;
    color: #76797e;
    margin: 15px 0 5px;
    display: block;
}
 .theme-footer-one .about-widget .phone {
    font-size: 23px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}
.theme-footer-one .about-widget .phone:hover{
	color:#30A9F4;
}
.theme-footer-one .top-footer .title {
    font-size: 19px;
    padding: 0px 0px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #474747;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
}
.theme-footer-one .top-footer .footer-list ul li a {
    display: block;
    line-height: 28px;
    font-size: 15px;
    color: #474747;
    font-family: 'Questrial', sans-serif;
    font-weight: 500;
}
.footer-list ul li a:hover{color: #30A9F4 !important;}
.theme-footer-one .top-footer .footer-information p {
    padding: 0 0 15px;
	font-family: 'Questrial', sans-serif;
    color: #76797e;
    font-size: 16px;
}
 .theme-footer-one .top-footer .footer-information ul li {
    display: inline-block;
}
 .theme-footer-one .top-footer .footer-information ul li a {
     width: 40px;
     height: 40px;
     border:1px solid #000;
     border-radius: 50%;
     text-align: center;
     line-height: 40px;
     color: #000;
	 display: block;
     margin-right: 5px;
}
 .theme-footer-one .top-footer .footer-information ul li a:hover {
    color: #30A9F4;
	border-color:#30A9F4;
}
 .theme-footer-one .bottom-footer {
     border-top: 1px solid #ededed;
     margin-top: 90px;
     padding: 35px 0;
}
 .theme-footer-one .bottom-footer p {
    float: left;
    color: rgba(87,102,126,0.8);
}
 .theme-footer-one .bottom-footer ul {
    float: right;
}
 .theme-footer-one .bottom-footer ul li {
    display: inline-block;
}
 .theme-footer-one .bottom-footer ul li a {
     line-height: 28px;
     color: #282828;
     margin-left: 15px;
}
 .theme-footer-one .bottom-footer ul li a:hover{
	 color:#30A9F4;
 }
 .theme-footer-one .shape-one {
     position: absolute;
     width: 54px;
     height: 54px;
     border:6px solid #27c3ff;
     border-radius: 50%;
     position: absolute;
     left:-22px;
     top:48%;
}
 .theme-footer-one .shape-one:before {
     content: '';
     position: absolute;
     top:-55px;
     left:-55px;
     right: -55px;
     bottom: -55px;
     border: 1px solid #ecf4ff;
     border-radius: 50%;
}
.figure-animate figure{
	position:relative;
}
.figure-animate .g-pic-one, .figure-animate .g-pic-two, .figure-animate .g-pic-tool{
	position:absolute;
}
.figure-animate .g-pic-one {
    top: 30px;
    left: 44px;
	-webkit-animation: reverse-animated-coverage 3.5s infinite cubic-bezier(0.5, 0, 0.5, 1);
    -moz-animation: reverse-animated-coverage 3.5s infinite cubic-bezier(0.5, 0, 0.5, 1);
    -ms-animation: reverse-animated-coverage 3.5s infinite cubic-bezier(0.5, 0, 0.5, 1);
    -o-animation: reverse-animated-coverage 3.5s infinite cubic-bezier(0.5, 0, 0.5, 1);
    animation: reverse-animated-coverage 3.5s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.figure-animate .g-pic-two {
    bottom: 40px;
    right: 130px;
}
.figure-animate .g-pic-tool {
    top: 41%;
    left: 0;
    animation: rotatedHalfTwo 15s alternate infinite linear;
    width: 90px;
    transform: translateY(-50%);
}
.g-parents{
	width:100%;
}

@-webkit-keyframes rotatedHalfTwo {
  0% {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
  100%   {-webkit-transform: rotate(90deg);transform: rotate(90deg);}
}
@keyframes rotatedHalfTwo {
  0% {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
  100%   {-webkit-transform: rotate(90deg);transform: rotate(90deg);}
}


@-moz-keyframes animated-coverage {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(25px) rotate(10deg);
    -moz-transform: translateY(25px) rotate(10deg);
    -ms-transform: translateY(25px) rotate(10deg);
    -o-transform: translateY(25px) rotate(10deg);
    transform: translateY(25px) rotate(10deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@-webkit-keyframes animated-coverage {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(25px) rotate(10deg);
    -moz-transform: translateY(25px) rotate(10deg);
    -ms-transform: translateY(25px) rotate(10deg);
    -o-transform: translateY(25px) rotate(10deg);
    transform: translateY(25px) rotate(10deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@-o-keyframes animated-coverage {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(25px) rotate(10deg);
    -moz-transform: translateY(25px) rotate(10deg);
    -ms-transform: translateY(25px) rotate(10deg);
    -o-transform: translateY(25px) rotate(10deg);
    transform: translateY(25px) rotate(10deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@-ms-keyframes animated-coverage {
  #react-app-container 0%, .react-fragment-container 0%, #react-search-bar 0%, #wrapper 0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  #react-app-container 50%, .react-fragment-container 50%, #react-search-bar 50%, #wrapper 50% {
    -webkit-transform: translateY(25px) rotate(10deg);
    -moz-transform: translateY(25px) rotate(10deg);
    -ms-transform: translateY(25px) rotate(10deg);
    -o-transform: translateY(25px) rotate(10deg);
    transform: translateY(25px) rotate(10deg); }
  #react-app-container 100%, .react-fragment-container 100%, #react-search-bar 100%, #wrapper 100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@keyframes animated-coverage {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(25px) rotate(10deg);
    -moz-transform: translateY(25px) rotate(10deg);
    -ms-transform: translateY(25px) rotate(10deg);
    -o-transform: translateY(25px) rotate(10deg);
    transform: translateY(25px) rotate(10deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@-moz-keyframes reverse-animated-coverage {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(25px) rotate(-10deg);
    -moz-transform: translateY(25px) rotate(-10deg);
    -ms-transform: translateY(25px) rotate(-10deg);
    -o-transform: translateY(25px) rotate(-10deg);
    transform: translateY(25px) rotate(-10deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@-webkit-keyframes reverse-animated-coverage {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(25px) rotate(-10deg);
    -moz-transform: translateY(25px) rotate(-10deg);
    -ms-transform: translateY(25px) rotate(-10deg);
    -o-transform: translateY(25px) rotate(-10deg);
    transform: translateY(25px) rotate(-10deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@-o-keyframes reverse-animated-coverage {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(25px) rotate(-10deg);
    -moz-transform: translateY(25px) rotate(-10deg);
    -ms-transform: translateY(25px) rotate(-10deg);
    -o-transform: translateY(25px) rotate(-10deg);
    transform: translateY(25px) rotate(-10deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@-ms-keyframes reverse-animated-coverage {
  #react-app-container 0%, .react-fragment-container 0%, #react-search-bar 0%, #wrapper 0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  #react-app-container 50%, .react-fragment-container 50%, #react-search-bar 50%, #wrapper 50% {
    -webkit-transform: translateY(25px) rotate(-10deg);
    -moz-transform: translateY(25px) rotate(-10deg);
    -ms-transform: translateY(25px) rotate(-10deg);
    -o-transform: translateY(25px) rotate(-10deg);
    transform: translateY(25px) rotate(-10deg); }
  #react-app-container 100%, .react-fragment-container 100%, #react-search-bar 100%, #wrapper 100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@keyframes reverse-animated-coverage {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(25px) rotate(-10deg);
    -moz-transform: translateY(25px) rotate(-10deg);
    -ms-transform: translateY(25px) rotate(-10deg);
    -o-transform: translateY(25px) rotate(-10deg);
    transform: translateY(25px) rotate(-10deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } 
}


/*---------------------------- Theme Main Banner Four -------------------------*/
#theme-banner-four {position: relative;}
#theme-banner-four .screen-one {
  position: absolute;
  right: 0;
  top:12%;
  z-index: 1;
  width: 35%;
}
#theme-banner-four .screen-two {
  position: absolute;
  right: 24%;
  top:27%;
  z-index: 1;
  width: 22%;
}
#theme-banner-four .shape-one {
  position: absolute;
  right: 0;
  top:145px;
  z-index: 0;
  opacity: 0.65;
}
#theme-banner-four .shape-two {
  position: absolute;
  bottom: 12%;
  left:31%;
  animation: rotated 20s infinite linear;
}
#theme-banner-four .shape-three {
  position: absolute;
  bottom: 19%;
  right: 4%;
  z-index: -1;
  animation: rotated 50s infinite linear;
}
#theme-banner-four .shape-four {
  position: absolute;
  top: 17%;
  right: 37%;
  z-index: -1;
  animation: rotatedHalf 30s infinite linear;
}
#theme-banner-four .round-shape-one {
  width: 20px;
  height: 20px;
  border: 3px solid #fe8f8f;
  border-radius: 50%;
  position: absolute;
  top:15%;
  left:36%;
  animation: animationFramesOne 15s infinite linear;
}
#theme-banner-four .round-shape-two {
  width: 7px;
  height: 7px;
  background: #d5eeff;
  border-radius: 50%;
  position: absolute;
  top:23%;
  left:8%;
  animation: animationFramesTwo 13s infinite linear;
}
#theme-banner-four .round-shape-three {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #a3eead;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationFramesTwo 15s infinite linear;
}
#theme-banner-four .round-shape-four {
  position: absolute;
  right: 26%;
  bottom: 20%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border:1px solid #fbfbfb;
  animation: rotated 10s infinite linear;
}
#theme-banner-four .round-shape-four:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top:50%;
  left: -5px;
  background: #ddabf6;
  border-radius: 50%;
}
#theme-banner-four .main-wrapper .slogan {
  display: inline-block;
  background: #FBFBFF;
  border: 1px solid #E9E9E9;
  line-height: 32px;
  padding: 0 20px;
  font-size: 15px;
  color: #677180;
  border-radius: 18px;
}
#theme-banner-four .main-wrapper .slogan span {color: #FF605E;}
#theme-banner-four .main-wrapper .main-title {
  font-family: 'CircularStdmed';
  font-size: 70px;
  line-height: 80px;
  padding: 25px 0 35px;
}
#theme-banner-four .main-wrapper .sub-title {
  font-size: 20px;
  line-height: 32px;
  color: #8b8e92;
  padding-bottom: 28px;
}
#theme-banner-four .main-wrapper .button-group li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  line-height: 55px;
}
#theme-banner-four .main-wrapper .button-group .more-button {
  width: 185px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0px 10px 40px 0px rgba(150,57,57,0.25);
  background: linear-gradient( -135deg, rgb(191,108,255) 0%, rgb(144,65,255) 100%);
  margin-right: 30px;
}
#theme-banner-four .main-wrapper .button-group .more-button:hover {box-shadow: none;}
#theme-banner-four .main-wrapper .button-group .more-button i {vertical-align: -1px;margin-left: 5px;}
#theme-banner-four .main-wrapper .button-group .video-button:hover,
#theme-banner-four .main-wrapper .button-group .video-button:hover i {color: #f569f8;}


.our-feature-sass .section-shape-eight {
    position: absolute;
    right: 150px;
    bottom: 100px;
    animation: rotatedHalfTwo 10s alternate infinite linear;
}
.our-feature-sass .section-shape-six {
    position: absolute;
    top: 60%;
    right: 33%;
    animation: animationFramesThree 25s alternate infinite linear;
}

.inner-page-banner{
/*	background-repeat:no-repeat; */
	background-position:center !important;
	padding:80px 0px;
	margin:0px;
	position:relative;
	background-attachment:fixed;
}
.inner-page-banner:after {
    position: absolute;
    content: "";
    background: #000000b3;
    width: 100%; 
    height: 100%;
    top: 0;
}
.inner-page-banner .row{
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
}

.text-in-page {
    position: relative;
    z-index: 9;
    text-align: center;
}
.text-in-page h1{
    color: #fff;
    font-size: 38px;
    font-weight: 700;
	text-transform:uppercase;
    margin: 0px 0px 0px;
    font-family: 'Roboto Condensed', sans-serif;
}
.text-in-page ul{list-style:none;}
.text-in-page li{display:inline-block; color:#fff; margin-right:15px;}
.text-in-page li:last-child{margin-right:0px;} 
.text-in-page li a{color:#30A9F4;}
.text-in-page li a:hover{color:#ffd37a;}



/************* OUR SERVICES PAGE CSS *****************/
.feature-all-text{
	background:#fff;
	padding:80px 0px;
}
.col-column-in{
	margin-top:60px;
	position:relative;
}
.col-column-in small{
	color:#03A9F4;
	font-size:15px;
	font-weight:600;
}
.col-column-in h1 {
    color: #353535;
    font-size: 26px;
    font-weight: 500;
    margin: 0px 0px 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
.col-column-in p{
	color:#;
	margin-bottom:30px;
}
.col-column-in ul li{
	/* padding-left: 22px; */
	margin:8px 0px;
}
.col-column-in ul li a span {
    color: #03A9F4;
    font-size: 27px;
    margin-right: 10px;
    background: #e9f7ff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
}
.col-column-in ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
}
.col-column-in ul li a:hover{
	color:#30A9F4;
}
.col-column-in ul li a:hover span{
	text-shadow:0px 0px 17px #fff;
}

/* .col-column-in ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #03A9F4;
    position: absolute;
    left: 0;
} */

.col-column-in figure{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}
.text-figure {
    position: absolute;
    padding: 30px 25px 0px;
    margin: 0px;
    bottom: 0px;
}
.text-figure h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0px 0px 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
.text-figure p{
	color:#fff;
}
.text-figure a {
    background: #30A9F4;
    color: #fff;
    padding: 0px 15px;
    border-radius: 3px;
    font-weight: 400;
    font-family: 'Questrial', sans-serif;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.video-profile{
	margin:0px;
	padding:0px 0px;
	overflow:hidden;
	background:#222222;
}
.no-repeat{
	background-repeat:no-repeat;
}
.position-center{background-position:center;}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.video-profile .column-in{
	padding:80px 150px 80px 40px;
}
.video-profile .column-in h2 {
    color: #fff;
    font-weight: 400;
    margin: 0px 0px 30px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.video-profile .column-in .i-div-layout{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.video-profile .column-in i{
	font-size:40px;
	color:#30A9F4;
}
.video-profile .column-in h4{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0px 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
.video-profile .column-in .i-div-layout div{padding-left:25px; margin-bottom: 10px;}
.video-profile .column-in .i-div-layout div p{font-weight:500;}

.right-sidebar figure{
	margin:0px;
}
.line-after{
	width:50px;
	height:2px;
	background:#fdd397;
	margin-bottom:15px;	
}
.left-sidebar h4 {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    background: #30A9F4;
    border-radius: 50px;
    display: table;
    padding: 6px 12px;
    letter-spacing: 1px;
}

h1.title-two{
    color: #313131;
	text-transform:uppercase;
    font-size: 32px;
    font-weight: 400;
    margin: 0px 0px 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
h2.title-two-white{
    color: #fff;
	text-transform:uppercase;
    font-size: 32px;
    font-weight: 400;
    margin: 0px 0px 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
.link-contact {
    color: #ffd37a;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}
.right-sidebar p {
    font-size: 14px;
    text-align: justify;
    color: #474747;
}

.process-section{
	background:#005baa;
	padding:80px 0px;
	position:relative;
}
.process-section .column-in p{
	color:#fff;
}
.process-section .column-in span {
    font-size: 40px;
    color: #fff;
}
.size-cover{
	background-size:cover;
}
.after-black:after{
	content:"";
	background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	opacity:0.8;
}
.after-black .container{z-index:9; position:relative;}

.process-data {
    list-style: none;
    padding: 42px 0px 0px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: space-between;
}
.process-data li {
    position: relative;
    flex:0 0 20%;
    text-align: center;
}
.process-data li span:after {
    position: absolute;
    content: "";
    width: 80px;
    right: -62px;
    height: 1px;
    top: 30%;
    transform: translateY(-50%);
    border-bottom: 2px dashed #fff;
}
.process-data li small {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 24px;
    margin: auto;
    line-height: 30px;
    letter-spacing: -1px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -19px;
    font-family: 'Roboto Condensed', sans-serif;
}
.process-data li span {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 55px;
    width: 70px;
    margin: auto;
}
.process-data li strong {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 4px 0px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    text-transform: uppercase;
}
.process-data li:last-child span:after{
	display:none;
}

.d-flex-object{
	display: table;
}
.d-flex-object div.ico {
    display: table-cell;
    width: 80px;
    vertical-align: top;
}
.d-flex-object div.ico span {
    color: #282828;
    font-size: 40px;
    margin-top: 12px;
    display: block;
    text-align: center;
	position:relative;
}
.d-flex-object div.ico span:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #94d1fd;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.6;
}
.d-flex-object div.ico span:before{
	position:relative;
	z-index:9;
}
.right-text-tools p {
    margin-top: 48px;
    font-size: 17px;
    color: #30A9F4;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}

.foot-line-top{
	border-top:1px solid #eee;
}
.sub-title-h5 {
    color: #30A9F4;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-family: inherit;
}

.abt-section-one {
    padding: 80px 0px;
    position: relative;
}
.black-bg{
	background: #232526;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.abt-column-in p {
    font-size: 16px;
    color: #30A9F4;
    margin: 15px 0px;
    font-weight: 400;
    line-height: 22px;
}
.li-white li{color:#fff;}


.accordion-box{
	position: relative;
}
.accordion-box .block {
	position: relative;
	margin-bottom: 15px;
}
.accordion-box .block:last-child{
	margin-bottom: 0;
}
.accordion-box .block .acc-btn{
	position:relative;
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:25px;
	color:#222222;
	font-weight:400;
	text-transform:uppercase;
	cursor:pointer;
	padding:15px 35px;
	background-color: #f5f8fb;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.accordion-box .block .icon{
	position:absolute;
	right: 0px;
	top:0px;
	font-size: 14px;
	color: #2e2f2f;
	height: 55px;
	line-height: 55px;
	width: 60px;
	text-align: center;
	border-left: 1px solid #cccccc4a;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.acordion-box .block .acc-btn.active .icon{
	color: #ffd37a;
	border-left: 1px solid #68a3f0;
}
.accordion-box .block .acc-btn.active .icon:before{
	content: "\f068";/* \f2c4 */
	font-size: 14px;
	color: #fff;
	font-family: 'FontAwesome';
	font-weight: 400;
}
.accordion-box .block .acc-btn.active{
	position: relative;
	background-color: #30A9F4;
	color: #ffffff;
}
.accordion-box .block .acc-content{
	position:relative;
	display:none;
}
.accordion-box .block .content{
	position:relative;
	padding: 30px 35px 30px;
	box-shadow: 0 10px 38px rgba(0,0,0,0.06);
	background: #00000038;
}
.accordion-box .block .acc-content.current{ 
	display: block;
}
.accordion-box .block .content .text{
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}

.icon-layer-tools{
    position: absolute;
    bottom: 150px;
    left: 10%;
    height: 180px;
    width: 163px;
    background-image: url(../images/technical-support.png);
    background-size: cover;
    content: "";
    opacity: .05;
}

#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}

.circliful {
position: relative;
}
.circle-text, .circle-info, .circle-text-half, .circle-info-half {
width: 100%;
position: absolute;
text-align: center;
display: inline-block;
}
.circle-info, .circle-info-half {
color: #999;
}
.circliful .fa {
margin: -10px 3px 0 3px;
position: relative;
bottom: 4px;
}


.graf-section-one{
	padding:80px 0px;
}
.graf-column-in h2 {
    color: #282828;
    margin: 0px 0px 40px;
    font-weight: 400;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 0;
}

#project .circle-text, #satisfaction .circle-text{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:26px !important;
}
.graf-column-in h3 {
    color: #282828;
    margin: 0px 0px 10px;
    font-weight: 400;
    padding: 0px;
}

/******** PSD TO HTML PAGE CSS *************/
.psd-to-html {    
	position:relative;
	overflow:hidden;
}
.padding-top-80{
	padding-top:80px;
}
.margin-top-80{
	margin-top:80px;
}
.text-black{color:#282828;}
.sub-bold{font-weight:600;}
.align-items-top{align-items:flex-start;}
/* .i-t-box{margin-top:40px;} */
.i-t-box h4 {
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    color: #fff;
    line-height: 22px;
	margin:40px 0px 0px;
	font-family: 'Raleway', sans-serif;
}
.i-t-box h4 strong{
	color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
}
.i-t-box div{
	-webkit-flex: 0 0 70px;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
}
.i-t-box i{
	font-size:50px;
	color:#fff; 
}
.list-circle{
    clear: both;
    padding-top: 40px;
    padding-left: 80px;
}
.left-padding-style{
	padding:80px 80px 80px 100px !important;
}


/************* SEO OPTIMIZATION PACE.CSS *******************/
.seo-optimize{
	padding:80px 0px;
	margin:0px;
	overflow:hidden;
}
.position-bottom {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

.pay-per-click{
	padding:80px 0px;
}
.pay-per-click .box-abso-left {
    background: #30A9F4;
    padding: 60px;
    margin: 0px;
    position: relative;
    z-index: 9;
    left: -91px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.pay-per-click .box-abso-left p{
	color:#fff;
}
.pay-per-click .box-abso-right {
    margin: 0px;
    position: relative;
    z-index: 9;
    padding-left: 20px;
}
.pay-per-click-services{
	background:#ffd37a;
	margin:0px;
}
.pay-per-click-services .click-box div p{margin-bottom:0px;}
.pay-per-click-services .click-box{margin-bottom:40px;}
/* .pay-per-click-services [class*="col-"]:first-child {
    margin-top: 80px;
	margin-bottom: 80px;
} */
.click-box {
    align-items: flex-start;
    padding-top: 0px;
    flex-direction: column;
}
.click-box span i {
    background: #31aae1;
    color: #fff;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    font-size: 30px;
    height: 60px;
    display: block;
    margin-bottom: 10px;
}
.click-box div h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 5px;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 0px 0px 10px #dcb35f;
}
.click-box div p {
    color: #282828;
    line-height: 18px;
    font-size: 13px;
    font-weight: 600;
	margin-bottom: 20px;
}
.align-items-end{
	align-items:flex-end;
}
.text-white{color:#fff !important;}


.menu--adsila {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
}
.menu--adsila a {
	color: #272727;
	line-height: 1;
    position: relative;
    display: block;
    margin: 1em 0;
    outline: none;
}
.menu--adsila .menu__item-name {
	font-weight: bold;
	line-height: 1.4;
	padding: 0em;
	transition: color 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	position: relative;
    display: inline-block;
}
.menu--adsila .menu__item-name::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	opacity: 0.3;
	transform: scale3d(0,1,1);
	transform-origin: 0% 50%;
	transition: transform 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.menu--adsila .menu__item-label {
	font-size: 1em;
	letter-spacing: 0.05em;
	transform: translate3d(-0.0em,0,0);
	transition: transform 0.5s, color 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	position: relative;
    display: inline-block;
	margin: 0em;
	font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #858793;
	line-height:25px;
}
/* .menu--adsila .menu__item-label::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 1.25em;
	left: 0.05em;
	width: 25%;
	height: 1px;
	opacity: 0.3;
	transform: scale3d(0,1,1);
	transform-origin: 100% 50%;
	transition: transform 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
} */
.menu--adsila .menu__item:nth-child(odd) .menu__item-name::before,
.menu--adsila .menu__item:nth-child(odd) .menu__item-label::before {
	background: #fe628e;
}

.menu--adsila .menu__item:nth-child(even) .menu__item-name::before,
.menu--adsila .menu__item:nth-child(even) .menu__item-label::before {
	background: #6265fe;
}

/* Hover */

.menu--adsila .menu__item:nth-child(odd):hover,
.menu--adsila .menu__item:nth-child(odd):focus {
	color: #fe628e;
}

.menu--adsila .menu__item:nth-child(even):hover,
.menu--adsila .menu__item:nth-child(even):focus {
	color: #6265fe;
}

.menu--adsila .menu__item:hover .menu__item-name::before,
.menu--adsila .menu__item:focus .menu__item-name::before,
.menu--adsila .menu__item:hover .menu__item-label::before,
.menu--adsila .menu__item:focus .menu__item-label::before {
	transform: scale3d(1,1,1);
}

.menu--adsila .menu__item:hover .menu__item-label,
.menu--adsila .menu__item:focus .menu__item-label {
	transform: translate3d(0,0,0);
}

.menu--adsila .menu__item:hover .menu__item-label::before,
.menu--adsila .menu__item:focus .menu__item-label::before {
	transform-origin: 0% 50%;
	transition-timing-function: ease;
}

@media screen and (max-width: 50em) {
	.menu--adsila .menu__item {
		margin: 0 0 2em;
	}
	.menu--adsila .menu__item-label {
		display: block;
		margin: 0.5em 0 0 1em;
	}
}

.social-post-one{
	padding:80px 0px;
	background:#f8f9fb;
}
.position-left-bottom{
	background-position:left bottom;
}
.no-repeat{background-repeat:no-repeat;}
.bg-blue-box{
	background: #ffca5fd9;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #ffca5fd9, #00afffe3);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #ffca5fd9, #00afffe3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding:40px;
}

.conversion-post-two{
	padding:80px 0px;
}
.tabify-design ul.nav-tabs{
	text-align:center;
	border:none;
	margin-top:50px;
}
.tabify-design ul.nav-tabs li {
    float: none;
    display: inline-block;
}
.tabify-design ul.nav-tabs li a span {
    color: #282828;
    display: table;
    font-size: 35px;
    margin-bottom: 20px;
	position:relative;
	margin: 0px auto 15px;
}
.tabify-design ul.nav-tabs li a span:after {
    position: absolute;
    content: "";
    background: #ffd37a5e;
    width: 50px;
    height: 50px;
    right: -20px;
    z-index: -1;
    border-radius: 50px;
    top: -10px;
}

.tabify-design ul.nav-tabs li a {
    background: none;
    border: none;
    color: #000;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 10px 25px;
    text-transform: uppercase;
}
.tabify-design ul.nav-tabs li.active a{
	
}
.tabify-design ul.nav-tabs li a.active{
	color:#31aae1;
}

.tabify-design .tab-content{
	margin-top:30px;
}
.tabify-design .tab-content h2 {
    color: #313131;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin: 0px 0px 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
.tabify-design .tab-content p{
	color:#282828;
	font-size:14px;
}

.blog-layout {
    margin: 0px;
    clear: both;
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.blog-layout figure{
	margin:0px 0px 30px;
}
.blog-layout [class*="col-"] p{
	margin:0px 0px 20px;
}
.blog-layout h1{margin-bottom:5px;}
.blog-layout h3 strong {
    font-weight: 500;
    color: #353535;
    font-size: 26px;
}

.blog-dates{
	position:relative;
}
.blog-dates:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 130px;
    top: -100px;
    left: -20px;
    background: #ffd37a;
}
.blog-dates li {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    color: #282828;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.blog-dates li i {
    margin-right: 10px;
    font-size: 21px;
    margin-top: 3px;
}

/*** 

====================================================================
			Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	display: block;
	width: 100%;
}

.styled-pagination ul{
	position:relative;
	display: inline-block;
}

.styled-pagination li{
	position:relative;
	float: left;
	margin: 0 4px 0;
	font-family: 'Roboto Condensed', sans-serif;
}

.styled-pagination li a{
	position:relative;
	display: block;
	height:45px;
	width: 45px;
	text-align: center;
	line-height:45px;
	font-size:14px;
	color:#222222;
	font-weight:600;
	background:#23b8fb;
	text-transform: uppercase;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.styled-pagination li.active a,
.styled-pagination li a:hover{
	color:#ffffff;	
	background:#fed990;
}

.contact-section .map-page{
	margin-bottom:30px;
}

.contact-form-two .form-group:last-child{
	margin-bottom: 0;
}	
.contact-form-two .form-group input[type="text"], .contact-form-two .form-group input[type="tel"], 
.contact-form-two .form-group input[type="email"],
.contact-form-two .form-group input[type="url"],
.contact-form-two .form-group textarea,
.contact-form-two .form-group select{
	position: relative;
    display: block;
    height: 45px;
    width: 100%;
    font-size: 14px;
    color: #444444;
    line-height: 19px;
    font-weight: 600;
    padding: 10px 0px;
    background-color: #ffffff;
    border-bottom: 1px solid #e1e1e1 !important;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
}

.contact-form-two .form-group textarea{
	height: 140px;
	resize: none;
}

.contact-form-two .form-group input[type=submit]{
	margin-top: 10px;
	text-transform: capitalize;
	min-width: 150px;
	background: #30A9F4;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 15px 25px;
	border:none;
    border-radius: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    transition: all 0.5s ease;
}
.contact-form-two .form-group input[type=submit]:hover {
    background: #ffd37a;
    position: relative;
}
.side-info{
	padding-left: 20px;
}
.side-info li {
    font-size: 19px;
    margin-bottom: 15px;
}
.side-info li abbr[title] {
    padding-right: 10px;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0.5);
    opacity: 0.7;
}
.request-form{
	filter: alpha(opacity=1);
    opacity: 1;
}

.request-form h1{
    color: #414248;
    font-size: 34px;
    line-height: 49px;
    font-weight: 700;
    margin: 0px 0px 0px;
    font-family: 'Roboto Condensed', sans-serif;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0,10%);
    -ms-transform: translate(0,10%);
    -o-transform: translate(0,10%);
    transform: translate(0,10%);
}

.tab-services {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background: #f7f7f7;
}
.tab-services li {
    flex: 0 0 25%;    
}
.tab-services li a.active {
    border-bottom: 4px solid #2fa8f3;
    height: 100%;
	background: #fff;
}
.tab-services li:hover a.active{
	border-bottom: 4px solid #ffd37a;  
}
.tab-services li a {
    color: #414248;
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    border-radius: 0;
    padding: 25px 12px;
    text-transform: uppercase;
}
.tab-services li a span {
    display: block;
    font-size: 50px;
    margin-bottom: 12px;
}

.wd-box{
	padding:0px 20px;
}
.feature-all .four-features .tab-content{
	padding:60px 0px 0px;
}
.feature-all .four-features .tab-content .active{
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex !important;
	/* align-items */
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/*-- Main Menu --*/
nav.main-menu {
    margin-left: auto;
}
.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; margin: 0;}
  .main-menu > ul > li {
    margin-right: 0px;
    position: relative; }
    .main-menu > ul > li:last-child {
      margin-right: 0; }
    .main-menu > ul > li > a {
      font-size: 18px;
      line-height: 30px;
      font-weight: 500;
      letter-spacing: 0.25px;
      font-family: 'Roboto Condensed', sans-serif;
      color: #1f2d30;
      display: block;
      padding: 0px 12px;
      position: relative;
      text-transform: capitalize; }
      .main-menu > ul > li > a::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 0;
        background-color: #1f2d30;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .main-menu > ul > li.has-dropdown > a::after {
      content: "\f107";
      font-family: Fontawesome;
      line-height: 30px;
      margin-left: 3px; }
    .main-menu > ul > li.active > a, .main-menu > ul > li:hover > a {
      color: #30A9F4; }
      .main-menu > ul > li.active > a::before, .main-menu > ul > li:hover > a::before {
    width: 30%;
    background-color: #30a9f43b;
    margin-left: 11px;
}
    .main-menu > ul > li:hover > .sub-menu {
      margin-top: 0;
      opacity: 1;
      visibility: visible;
      z-index: 99; }
    .main-menu > ul > li:hover > .mega-menu {
      margin-top: 0;
      opacity: 1;
      visibility: visible;
      z-index: 99; }
    .main-menu > ul > li:last-child .sub-menu {
      left: auto;
      right: 0; }
      .main-menu > ul > li:last-child .sub-menu .sub-menu .sub-menu {
        left: 100%;
        right: auto; }
        .main-menu > ul > li:last-child .sub-menu .sub-menu .sub-menu .sub-menu {
          left: auto;
          right: 100%; }
    .main-menu > ul > li:nth-last-child(-n+3) .sub-menu .sub-menu {
      left: auto;
      right: 100%; }
      .main-menu > ul > li:nth-last-child(-n+3) .sub-menu .sub-menu .sub-menu {
        left: 100%;
        right: auto; }

/*-- Sub Menu --*/
.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-left: -20px;
  margin-top: 30px;
  padding: 20px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 280px;
  z-index: -99;
  opacity: 0;
  visibility: hidden; }
  .sub-menu li {
    margin-bottom: 5px;
    position: relative; }
    .sub-menu li:last-child {
      margin-bottom: 0; }
    .sub-menu li a {
      letter-spacing: 0.25px;
      font-family: 'Questrial', sans-serif;
      color: #666666;
      display: block;
      font-size: 14px;
      line-height: 30px;
      font-weight: 400;
      padding: 0 20px; }
    .sub-menu li.has-dropdown > a::after {
      content: "\f105";
      font-family: Fontawesome;
      line-height: 30px;
      float: right; }
    .sub-menu li.active > a {
      color: #fab702; }
    .sub-menu li .sub-menu {
      left: 100%;
      top: 0;
      margin-left: 0; }
    .sub-menu li:hover > a {
      color: #fab702;
      padding-left: 25px; }
    .sub-menu li:hover > .sub-menu {
      margin-top: -10px;
      opacity: 1;
      visibility: visible;
      z-index: 99; }
    .sub-menu li .sub-menu {
      left: 100%;
      margin-left: 0;
      top: 0; }
      .sub-menu li .sub-menu .sub-menu {
        left: auto;
        right: 100%; }
        .sub-menu li .sub-menu .sub-menu .sub-menu {
          left: 100%;
          right: auto; }

/*-- Mobile Menu --*/
  .mobile-menu .mean-bar {
    /* position: relative; */
    /*---- Mean Nav ----*/ }
    .mobile-menu .mean-bar .meanmenu-reveal {}
      @media only screen and (max-width: 479px) {
        .mobile-menu .mean-bar .meanmenu-reveal {
          top: -35px; } }
      .mobile-menu .mean-bar .meanmenu-reveal span {
        position: relative;
        /*---- Menu Open ----*/
        /*---- Menu Close ----*/ }
        .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
          height: 2px;
          width: 26px;
          background-color: #1f2d30;
          display: block;
          margin: 8px 0; }
          .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #1f2d30; }
          .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
            top: -8px; }
          .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
            bottom: -8px; }
        .mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
          height: 2px;
          width: 26px;
          background-color: transparent;
          display: block;
          margin: 8px 0; }
          .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #1f2d30; }
          .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
          .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .mobile-menu .mean-bar .mean-nav {
      background-color: #ffffff; }
      .mobile-menu .mean-bar .mean-nav > ul {
        margin-bottom: 0px; margin-top: 20px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        overflow-x: hidden;
        max-height: 250px; }
        @media only screen and (max-width: 991px) {
        .mobile-menu .mean-bar .mean-nav > ul {
			position: absolute;
			z-index: 9999;
			background: #fff;
			width: 95%;
			overflow-y: auto;
			left: 0;
			right: 0;
			margin: auto;
			top: 106px;
		}

 }
        @media only screen and (max-width: 575px) {
          .mobile-menu .mean-bar .mean-nav > ul {
            width:100%;
            overflow-y: auto; } }
        .mobile-menu .mean-bar .mean-nav > ul > li:first-child > a {
          border-top: none; }
        .mobile-menu .mean-bar .mean-nav > ul li {
          position: relative;
          display: block;
          float: left;
          width: 100%;
          /*---- Sub Menu & Mega Menu ----*/ }
          .mobile-menu .mean-bar .mean-nav > ul li a {
            font-size: 13px;
            display: block;
            color: #666666;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 44px;
            position: relative;
            border-top: 1px solid rgba(0, 0, 0, 0.05);
            padding: 0 40px 0 20px;
            /*---- Menu Expand For Sub Menu ----*/ }
            .mobile-menu .mean-bar .mean-nav > ul li a::after {
              display: none; }
            .mobile-menu .mean-bar .mean-nav > ul li a:hover {
              color: #fab702;
              padding-left: 25px; }
            .mobile-menu .mean-bar .mean-nav > ul li a.active {
              color: #fab702; }
            .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
              border-width: 0 1px;
              border-style: solid;
              border-color: rgba(0, 0, 0, 0.05);
              position: absolute;
              right: -1px;
              top: 0;
              font-size: 20px !important;
              color: #666666;
              line-height: 44px;
              height: 46px;
              width: 40px;
              text-align: center;
              padding: 0; }
              .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
                line-height: 40px; }
          .mobile-menu .mean-bar .mean-nav > ul li span {
            font-size: 13px;
            display: block;
            color: #666666;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 44px;
            position: relative;
            border-top: 1px solid rgba(0, 0, 0, 0.05);
            border-bottom: none;
            padding: 0 40px 0 20px;
            margin: 0; }
          .mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
            position: static;
            background-color: rgba(0, 0, 0, 0.03);
            margin: 0;
            padding: 0 !important;
            width: 100%;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin: 0;
            display: none;
            float: left;
            width: 100%;
            opacity: 1;
            visibility: visible;
            z-index: 1;
            -webkit-transition: none;
            -o-transition: none;
            transition: none; }
            .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li, .mobile-menu .mean-bar .mean-nav > ul li ul li {
              padding: 0;
              margin: 0;
              -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              border-right: 0px solid transparent;
              width: 100%;
              display: block !important;
              float: left;
              width: 100%; }
              .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
                font-size: 11px;
                display: block !important; }
                .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
                  display: none; }
              .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li span, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li span, .mobile-menu .mean-bar .mean-nav > ul li ul li span {
                font-size: 11px; }
              .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
                background-color: rgba(0, 0, 0, 0.04); }
                .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
                  border-top: 1px solid rgba(0, 0, 0, 0.05); }
                  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
                    border-width: 0 1px;
                    border-style: solid;
                    border-color: rgba(0, 0, 0, 0.05); }
                .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
                  background-color: rgba(0, 0, 0, 0.05); }
                  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
                    border-top: 1px solid rgba(0, 0, 0, 0.05); }
                    .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
                      border-width: 0 1px;
                      border-style: solid;
                      border-color: rgba(0, 0, 0, 0.05); }
					  
					  
.only-mobile{
	display:none;
}
.head-right-auto{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
display: flex;}	

.f-direction-column{
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}


/*-------------------------------------------------------------------------------
  5. Portfolio
-------------------------------------------------------------------------------*/

.eulogies-gallary{
	padding:0px;
}

.filter {
    text-align: center;
    margin: 3rem 0px 2em;
}

.filter2{
  margin:5rem 0;
}

.filter li{
  margin:0em 5px 0;
  display: inline-block;
  text-transform: uppercase;
}
.filter li a {
    font-size: 14px;
    font-weight: 600;
    color: #696969;
	display:block;
}

.filter li a:hover, .filter .active a {
    color: #b38a56;
    text-decoration: none;
}

.filter.filter-brown  li a:hover, 
.filter.filter-brown  li a:focus,
.filter.filter-brown .active a{
  color:#c5a47e;
}

.isotope .isotope-item{
  width: 100%;
}

.isotope-padding{
	padding-bottom: 15px;
	overflow:hidden;
	width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.isotope-padding .isotope-item{
  padding:15px;
}

.isotope-space .isotope-item{
  padding:4em 2em 0;
}

.showcase-item{
  position: relative;
  color: #fff;
  margin:0px;
}

.showcase-item-thumbnail img{
  display: block;
  width: 100%;
}

.showcase-item-hover{
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  bottom:0;
  left: 0;
  right:0;
  opacity: 0;
  margin: 0;
  color: #fff;
  background: #b38a56e6 url(../images/plus.png)no-repeat center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.showcase-item-hover.dark{
  background-color: rgba(14,14, 14,0.9);
}

.showcase-item-info{
  position: absolute;
  top:50%;
  left: 20px;
  opacity: 0;
  width: 100%;
  padding: 0 2em;
  text-align:center;
  -webkit-transform:translateY(-50%));
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-transition: all  0.3s ease-in;
  -ms-transition:  all  0.3s ease-in;
  transition:  all  0.3s ease-in;
}

.showcase-item-category {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 23px;
    font-style: normal;
}

.showcase-item-title{
	font-size: 13px;
	font-style: normal;
}

.showcase-item:hover .showcase-item-hover {
  opacity: 1;
  margin: 0;
}

.showcase-item:hover .showcase-item-info{
  opacity: 1;
  left:0;
}



/* 5.1 Magnific popup */

.mfp-zoom-out-cur{
  padding-right: 0;
}

.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img{
  min-height: 250px;
}

.mfp-bottom-bar{
  margin-top: -30px;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mfp-title{
  padding-right:5em;
}

.mfp-bg{
  background-color: #141414;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px
  
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:scale(0) rotateY(60deg);
  -o-transform:scale(0) rotateY(60deg);
  transform:scale(0) rotateY(60deg);
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform:scale(1) rotateX(0);
      -ms-transform:scale(1) rotateX(0);
       -o-transform:scale(1) rotateX(0);
          transform:scale(1) rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  
}

.mfp-zoom-out-cur, 
.mfp-zoom-out-cur 
.mfp-image-holder .mfp-close{
  cursor:url(../img/zoom-out.cur), zoom-out;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}

@media (min-width: 768px){
	
/* Portfolio */

  .isotope .isotope-item{
    width: 33.3% !important;
  }
  .isotope .isotope-item img{border-radius:5px;}

  .isotope .isotope-item.w66{
    width: 100%;
  }

  .isotope .isotope-item.w100{
    width: 100%;
  }
  
}

.porftolio{padding-bottom:80px;}

@media (min-width: 576px){
.popup-pet-text .modal-dialog{max-width: 600px;}
}
.popup-pet-text .modal-content button {
    position: absolute;
    right: 16px;
    background: green;
    padding: 10px;
    color: #fff;
    font-size: 13px;
	border:none;
}
.popup-pet-text .modal-content .modal-body{
	height: 500px;
    overflow-y: auto;
	padding:30px;
}

.popup-pet-text .modal-content .modal-body h5{font-size:16px; font-weight:600;}
.popup-pet-text .modal-content .modal-body strong {
    margin-bottom: 10px;
    display: block;
}
.popup-pet-text .modal-content .modal-body p{
	font-size:14px;
	margin:0px 0px 10px;
}