
/*Global Styling*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:200,300,400,500,600,700,800');
body {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    color: #a5a5a5;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
body.full-page {
    overflow: hidden !important;
}

html {
    font-size: 16px;
}
ol,ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}
input:focus{
    outline: none;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}
h1 {
    font-size: 3.75rem;
}
h2 {
    font-size: 3.5rem;
}
h3 {
    font-size: 1.875rem;
}
h4 {
    font-size: 1.25rem;
}
h5{
    font-size: 1rem;
}
h6{
    font-size: 0.875rem;
}
p{
    font-size: 14px;
}
p.title {
    font-size: 1rem;
}
.block{
    display: block;
}
.italic {
    font-style: italic;
}
button{
    line-height: 1;
}


/*common font family*/
p, .heading-title > span, .process-wrapp li > .pro-step,
.progress-bars .progress p, .progress-bars .progress .progress-bar span,
.price-table .ammount .dur, .pagination li > a, .counters .count_nums,
.price-table .ammount h2, .price-table ul li, .webcats li a > span,
.getin_form .form-control{
    font-family: 'Open Sans', sans-serif;
}

/*fontAwesome*/
.zeus.tparrows.tp-rightarrow::before,
.zeus.tparrows.tp-leftarrow::before,
.price-table ul li > span::before,
.testimonial-quote h3::before,
.testimonial-quote h3::after,
blockquote.blockquote::before{
    font-family:'FontAwesome';
}

/* Helper Classes & Shorcodes */
.padding {
    padding: 7.5rem 0;
}
.padding_top {
    padding-top:7.5rem;
}
.padding_bottom {
    padding-bottom: 7.5rem;
}
.margin_bottom {
    margin-bottom: 7.5rem;
}
.margin_top {
    margin-top: 7.5rem;
}
.padding_half {
    padding: 4.375rem 0;
}
.margin_half {
    margin: 4.375rem 0;
}
.padding_bottom_half {
    padding-bottom: 4.375rem;
}
.margin_bottom_half{
    margin-bottom: 4.375rem;
}
.padding_top_half {
    padding-top: 4.375rem;
}
.heading_space {
    margin-bottom: 4.125rem;
}
.bottom5 {
    margin-bottom: 5px;
}
.bottom10 {
    margin-bottom: 10px;
}
.top10 {
    margin-top: 10px;
}
.bottom15 {
    margin-bottom: 15px;
}
.top15 {
    margin-top: 15px;
}
.top20 {
    margin-top: 20px;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom25 {
    margin-bottom: 25px;
}
.top25 {
    margin-top: 25px;
}
.bottom30 {
    margin-bottom: 30px;
}
.top30 {
    margin-top: 30px;
}
.bottom35 {
    margin-bottom: 35px;
}
.top40 {
    margin-top: 40px;
}
.bottom40 {
    margin-bottom: 40px;
}
.bottom45 {
    margin-bottom: 45px;
}
.top50 {
    margin-top: 50px;
}
.top60{
    margin-top: 60px;
}
.bottom60{
    margin-bottom: 60px;
}
.bottom0 {
    margin-bottom: 0;
}
.nomargin {
    margin: 0;
}
.nopadding{
    padding: 0;
}
.fontbold{
    font-weight: bold;
}
.fontmedium {
    font-weight: 500;
}
.font-light{
    font-weight: 300;
}
.font-xlight {
    font-weight: 200;
}
.bglight {
    background: #f6f6f6;
}
.bgdefault {
    background: #00bcd4;
}
.whitecolor {
    color: #ffffff;
}
.darkcolor {
    color: #212331;
}
.extradark-color {
    color: #212331;
}
.defaultcolor {
    color: #00bcd4;
}
section{
    position: relative;
}
.container-padding {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
      /*menu background color*/
.gradient_bg{
	background-color: black;
}
/*.gradient_bg{
    background: -webkit-linear-gradient(90deg, #423f9c 31%, #862359 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, #423f9c), color-stop(69%, #862359));
    background: -webkit-linear-gradient(left, #423f9c 31%, #862359 69%);
    background: -o-linear-gradient(left, #423f9c 31%, #862359 69%);
    background: linear-gradient(90deg, #423f9c 31%, #862359 69%);
}
.gradient_bg_default{
    background: -webkit-linear-gradient(90deg, #00e4ce 31%, #00abc9 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, #00e4ce), color-stop(69%, #00abc9));
    background: -webkit-linear-gradient(left, #00e4ce 31%, #00abc9 69%);
    background: -o-linear-gradient(left, #00e4ce 31%, #00abc9 69%);
    background: linear-gradient(90deg, #00e4ce 31%, #00abc9 69%);
}
.gradient_bg_alt{
    background: -webkit-linear-gradient(90deg, #90A4AE 31%, #607D8B 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, #90A4AE), color-stop(69%, #607D8B));
    background: -webkit-linear-gradient(left, #90A4AE 31%, #607D8B 69%);
    background: -o-linear-gradient(left, #90A4AE 31%, #607D8B 69%);
    background: linear-gradient(90deg, #90A4AE 31%, #607D8B 69%);
}*/

/*heading Titles */
.heading-title > span{
    font-size: 1.25rem;
    display: block;
    text-transform: capitalize;
    color: #00bcd4;
}
.whitecolor.heading-title > span{
    color: #fff;
}
.heading-title h2{
    font-weight: 300;
}


/*img wrap*/
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}

/*hover on images*/
.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::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}


/*to align elements center*/
.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;
}
/*Back To Top*/
.back-top {
    color: #fff;
    right: 20px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 70px;
    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);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.back-top::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background: -webkit-linear-gradient(90deg, #643094, #00bcd4);
    background: -webkit-gradient(linear, left top, right top, color-stop(#643094), color-stop(#00bcd4));
    background: -webkit-linear-gradient(left, #643094, #00bcd4);
    background: -o-linear-gradient(left, #643094, #00bcd4);
    background: -webkit-gradient(linear, left top, right top, from(#643094), to(#00bcd4));
    background: linear-gradient(90deg, #643094, #00bcd4);
}
.back-top:hover::before, .back-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.back-top:hover, .back-top:focus {
    color: #fff;
}


.button {
    position: relative;
    display: inline-block;
    font-size: 13px;
    padding: 1rem 2.5rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.square-layout .button {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.btnprimary, .btnprimary-alt{
    background: #00bcd4;
}
.btnsecondary{
    background: #643094;
}
.btnwhite{
    background: #fff;
    color: #212331;
}
.btnwhite-hole {
    background: transparent;
    border: 1px solid #fff;
}
.btnwhite:hover, .btnwhite:focus{
    background: #00bcd4;
}

.btnwhite-hole:hover, .btnwhite-hole:focus {
    color: #212331;
    background: #fff;
}
.button > i {
    vertical-align: middle;
    margin-top: -3px;
}
.btnprimary:hover, .btnprimary:focus{
    background: #643094;
    border: 1px solid #643094;
}
.btnprimary-alt:hover, .btnprimary-alt:focus {
    background: transparent;
    border: 1px solid #00bcd4;
    color: #00bcd4;
}
.rev_slider .btnprimary-alt:hover, .rev_slider .btnprimary-alt:focus {
    background: transparent;
    border: 1px solid #fff;
}

.btnsecondary:hover, .btnsecondary:focus {
    background: #00bcd4;
    border: 1px solid #00bcd4;
}
.btnsecondary.hvrwhite:hover, .btnsecondary.hvrwhite:focus,
.btnprimary.hvrwhite:hover, .btnprimary.hvrwhite:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #212331;
}

.btn-gradient-hvr::before {
    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);
}
.btn-gradient-hvr::before,
.scndry-gradient-hvr::before {
    content: "";
    left: 0; right: 0;
    top: 0; bottom: 0;
    position: absolute;
    z-index: -1;
    opacity: 0; visibility: hidden;
}
.scndry-gradient-hvr::before {
    background: -webkit-linear-gradient(90deg, #00e4ce 31%, #00abc9 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, #00e4ce), color-stop(69%, #00abc9));
    background: -webkit-linear-gradient(left, #00e4ce 31%, #00abc9 69%);
    background: -o-linear-gradient(left, #00e4ce 31%, #00abc9 69%);
    background: linear-gradient(90deg, #00e4ce 31%, #00abc9 69%);
}
.btn-gradient-hvr:hover::before,
.btn-gradient-hvr:focus::before,
.scndry-gradient-hvr:hover::before,
.scndry-gradient-hvr:focus::before{
    opacity: 1;
    visibility: visible;
}
.btn-gradient-hvr:hover, .btn-gradient-hvr:focus {
    border-color: #643094;
}
.scndry-gradient-hvr:hover, .scndry-gradient-hvr:focus {
    border-color: #00bcd4;
}

.btnwhite-hole, .btnwhite:hover, .btnwhite:focus,
.btnprimary, .btnsecondary, .btnprimary-alt,
.btnprimary:hover, .btnprimary:focus,
.btnsecondary:hover, .btnsecondary:focus,
.rev_slider .btnprimary-alt:hover, .rev_slider .btnprimary-alt:focus{
    color: #fff;
}


/*!* transitions common*!*/
/*a, *::before, *::after,img, span, input, button,*/
/*.navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next{*/
    /*-webkit-transition: all .3s ease;*/
    /*-o-transition: all .3s ease;*/
    /*transition: all .3s ease;*/
/*}*/
/*i::before,i::after{*/
    /*-webkit-transition: all 0s !important;*/
    /*-o-transition: all 0s !important;*/
    /*transition: all 0s !important;*/
/*}*/

/*-------------------------------*/
/*Navigation Starts */
/*-------------------------------*/
.navbar {
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1000;
}
.center-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.center-brand, .transparent-bg {
    left: 0;
    top: 0;
}
.center-brand, .transparent-bg,
.fixed-bottom, .bg-transparent-light,
.bg-transparent-white,
.bg-invisible, .boxed-nav {
    position: absolute;
    width: 100%;
}
.bg-invisible .container {
    opacity: 0;
    visibility: hidden;
}
.fixed-bottom {
    bottom: 0;
}
.bg-white {
    position: relative;
}
.bg-white,
.boxed-nav .container {
    background: #fff;
}
.boxed-nav {
    top: 20px;

}
.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1002;
    /*-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-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    background: -webkit-linear-gradient(90deg, #423f9c 31%, #862359 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, #423f9c), color-stop(69%, #862359));
    background: -webkit-linear-gradient(left, #423f9c 31%, #862359 69%);
    background: -o-linear-gradient(left, #423f9c 31%, #862359 69%);
    background: linear-gradient(90deg, #423f9c 31%, #862359 69%);*/
}
.center-brand.fixedmenu,
.bg-white.fixedmenu,
.bg-transparent-light.fixedmenu,
.bg-transparent-white.fixedmenu,
.bg-invisible.fixedmenu,
.boxed-nav.fixedmenu {
    background: #fff;
}
.fixed-bottom.fixedmenu{
    bottom: auto;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.bg-invisible.fixedmenu .container {
    opacity: 1;
    visibility: visible;
}
@-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;
    }
}
.nav-whitebg {
    background: #fff;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}
.navbar.sidebar-nav {
    background: #fff;
    border: none;
    display: inline-table;
    width: 290px;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    z-index: 110;
    height: 100%;
    padding: 3rem 2rem;
    border-right: 1px solid rgba(0,0,0,.07);
    left: 0;
    overflow-x: hidden;
}

.navbar-brand  {
    margin: 16px 0;
    padding: 0;
    width: 140px;
    position: relative;
}
.center-brand .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}
.navbar-brand > img {
    width: 100%;
}
.navbar.fixedmenu .logo-default,
.navbar  .logo-scrolled{
    display: none;
}
.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default{
    display: inline-block;
}

.navbar.sidebar-nav .navbar-nav {
    -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;
    width: 100%;
}
.navbar-nav .nav-item {
    margin: 16px 5px;
    position: relative;
}
.navbar.sidebar-nav .navbar-nav .nav-item {
    margin: 10px 0;
}
.navbar-nav .nav-item:first-child {
    margin-left: 0;
}
.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

/* .................................product page menu name color.......................*/

.navbar-nav .nav-link {
    padding: 8px 1.25rem !important;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    color: white;
    position: relative;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.sidebar-nav .navbar-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.square-layout .navbar-nav .nav-link {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid transparent;
}
.center-brand .navbar-nav .nav-link,
.transparent-bg .navbar-nav .nav-link,
.fixed-bottom .navbar-nav .nav-link{
    color: #fff;
}
.center-brand.fixedmenu .navbar-nav .nav-link {
    color: #212331;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.sidebar-nav .navbar-nav .nav-link.active{
    color: #00bcd4;
}
.fixedmenu .navbar-nav .nav-link.active,
.fixedmenu .navbar-nav .nav-link.active:hover,
.fixedmenu .navbar-nav .nav-link.active:focus,
.center-brand.fixedmenu .navbar-nav .nav-link.active{
    background: #00bcd4;
    color: #fff;
}
.square-layout .navbar-nav .nav-link.active,
.square-layout .navbar-nav .nav-link:hover,
.square-layout .navbar-nav .nav-link:focus{
    border: 1px solid #c1c1c1;
    background: transparent !important;
}
.square-layout .fixedmenu .navbar-nav .nav-link.active,
.square-layout .fixedmenu .navbar-nav .nav-link:hover,
.square-layout .fixedmenu .navbar-nav .nav-link:focus{
    border: 1px solid #c1c1c1;
    background: transparent !important;
    color: #212331 !important;
}

.center-brand .navbar-nav .nav-link:first-of-type {
    background: rgba(0,0,0,0);
}


/*toggle responsive*/
.navbar-toggler {
    position: relative;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}
.navbar-toggler span {
    display: block;
    background: #fff;
    height: 2px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}
.bg-white .navbar-toggler span,
.bg-transparent-light .navbar-toggler span,
.bg-invisible .navbar-toggler span,
.navbar.sidebar-nav .navbar-toggler span,
.boxed-nav .navbar-toggler span {
    background: #212331;
}
.center-brand.fixedmenu .navbar-toggler span {
    background: -webkit-linear-gradient(90deg, #643094, #00bcd4);
    background: -webkit-gradient(linear, left top, right top, color-stop(#643094), color-stop(#00bcd4));
    background: -webkit-linear-gradient(left, #643094, #00bcd4);
    background: -o-linear-gradient(left, #643094, #00bcd4);
    background: -webkit-gradient(linear, left top, right top, from(#643094), to(#00bcd4));
    background: linear-gradient(90deg, #643094, #00bcd4);
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    -o-transition: -o-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out, -o-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 3px;
    visibility: hidden;
    background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}





@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;
    }



}

/*-------------------------------*/
/*Navigation Ends */
/*-------------------------------*/






.jquery-background-video-pauseplay {
    opacity: 0;
}

.fontregular{
    font-weight: normal;
}
.video-parallax h2{
    font-size: 3.125rem;
}
.video-parallax .heading-title > span {
    font-weight: 300;
    font-size: 1.25rem;
    text-transform: inherit;
}
.video-parallax .button {
    padding-bottom: .9rem;
}

.button-play:hover::before,
.button-play:focus::before {
    opacity: 1;
    visibility: visible;
}
.button-play:hover, .button-play:focus {
    color: #fff;
}

/*Background Video*/
.bg-video-container::before{
    content: "";
    top: 0; left: 0;
    bottom: 0; right: 0;
    position: absolute;
    /*background: rgba(33,35,49,.7);*/
    z-index: 1;
}
.bg-video-container .video-content {
    position: relative;
    z-index: 5;
}






@media screen and (max-width: 768px){
    .container {
        max-width: 98%;
    }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {
    html{
        font-size: 15px;
    }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    html{
        font-size: 14px;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    p {
        font-size: 14px;
    }
    .heading-title > span{
        font-size: 1rem;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    html{
        font-size: 13px;
    }
}
@media (max-width: 576px) {
    html{
        font-size: 12px;
    }
}

.buttonBar {
    display: none;
}

/*video*/

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
    opacity: 1;
}

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0 !important;
    cursor: pointer;
    outline: none !important;
}
.jquery-background-video-pauseplay span {
    display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
    left: 10px;
}

/*.................end header style...................*/

/*...............start second sec..................*/

.card-sec{
    background-color: #FFFFFB;
}
.card-first:hover{
    background-color: #F1EFED;
}

@media screen and (max-width: 767px) {
    .card-first-sm{
        padding-bottom: 10px;
    }
}

/*.......................end second sec.............*/

/*-------------------------------*/
/* Counters */
/*-------------------------------*/
.fact-iconic, .counter-photo {
    position: relative;
}
.counter-photo ::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 17px;
    background: #00bcd4;
    top: 10px;
    left: 10px;
    bottom: 0;
    display: inline-block;
    z-index: 1;
}
.counter-photo img {
    z-index: 2;
    padding: 0 15px 15px 0;
}
.fact-iconic h3, .counters .count_nums {
    font-weight: bold;
}
.fact-iconic h3::after {
    content: "";
    height: 3px;
    width: 50px;
    background: #ffffff;
    display: block;
    margin-top: 15px;
}
.text-center .fact-iconic h3::after,
.text-center.fact-iconic h3::after {
    margin-left: auto;
    margin-right: auto;
}
.icon-counters.table-display {
    display: table;
}
.icon-counters .img-icon {
    text-align: center;
    font-size: 40px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .7s ease-in .3s;
    -o-transition: all .7s ease-in .3s;
    transition: all .7s ease-in .3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.bg-counter-light .icon-counters .img-icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.icon-counters.table-display .img-icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    width: 90px;
}
.icon-counters.table-display .img-icon,
.icon-counters.table-display:hover .img-icon,
.bg-counter-light .icon-counters .img-icon,
.bg-counter-light .icon-counters:hover .img-icon {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.icon-counters:hover .img-icon {
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.bg-counter-light .icon-counters:hover .img-icon {
    color: #fff;
    background: #00bcd4;
}
.icon-counters .img-icon,
.counters .count_nums, .counters i {
    display: inline-block;
}
.counters .count_nums {
    font-size: 1.875rem;
}
.icon-counters.table-display .count_nums {
    font-size: 2.5rem;
}
.counters .count_nums, .counters i {
    vertical-align: middle;
}
.bg-counter-light {
    background: url(../images/bg-counter-light.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .fact-iconic h3::after {
        margin-left: auto;
        margin-right: auto;
    }
}
/*-------------------------------*/
/*Counters ends */
/*-------------------------------*/


.service-box {
    max-width: 400px;
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(240, 95, 64, 0.9);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.portfolio-box:focus {
    outline: none;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.customer-font{
    color: black;
    letter-spacing: 0.15em;
    line-height: 1.6em;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

/*..................start footer...........*/

.font-size{
    font-size: 18px;
    line-height: 1.3rem;
}

/*..................end footer...........*/

/*.......start we present..........*/
.slider-carousel{
    background: url(../we-represent-image/2804-1465154259.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    /*-webkit-background-size: cover;*/
    background-size: cover;
    /*!*opacity: 0.8;*!*/
    /*z-index: -4;*/
}

.font-show{
    color: #FFFFFF;
    letter-spacing: 0.15em;
    line-height: 1.6em;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.font-show-p{
    color: #FFFFFF;
    letter-spacing: 0.10em;
    line-height: 1.5em;
    font-size: 15px;
    font-weight: 200;


}

.fontstyle{
    letter-spacing: 0.1rem;
    line-height: 1.2rem;
    font-size: 36px;
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
}


.client-img-div{
    /*height: 100px;*/
    /*width: 100px;*/
    /*margin-left: 17%;*/
}
.client-img{
    border-radius: 50%;
}
.client-img-2{
    height: 90px;
}
.client-img-3{
    height: 320px;
    opacity: 0.5;
}
.client-img-4{
    height: 80px;
    width: 100PX;
}
.client-img-5{
    height: 43px;
    width: 23PX;
}


/*.......end we present..........*/

/*-------------------------------*/
/* Ccntact US*/
/*-------------------------------*/

.contact-padding{
    padding-top:5rem;
}
#map-container {
    height: 450px;
    width: 100%;
    position: relative;
}
.our-address h5 {
    color: #222;
    font-weight: bold;
}
.our-address .pickus {
    font-size: 13px;
    text-transform: uppercase;
    color: #00bcd4;
    font-weight: 800;
    position: relative;
}
.our-address .pickus,
.our-address .pickus::after {
    display: inline-block;
}
.our-address .pickus::after {
    content: attr(data-text);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    color: #212331;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.our-address .pickus:hover::after {
    width: 100%;
}
.our-address .pickus:hover,
.our-address .pickus:focus {
    color: #212331;
}

/*Contact Form*/
.getin_form .form-control {
    border: none;
    border-bottom: 1px solid #a5a5a5;
    padding: 12px 0;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    color: #a5a5a5;
    font-size: 14px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}
textarea {
    min-height: 175px;
    resize: none;
}
button {
    border: none;
    cursor: pointer;
}
.getin_form .form-control:focus {
    border-bottom: 1px solid #212331;
}
.border-form .form-control {
    border: 1px solid #dedada;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}
.getin_form .button {
    width: 100%;
}
.logincontainer {
    padding: 3.5rem 1.5rem;
}
.border-form .form-control:focus {
    border: 1px solid #212331;
}

/*CheckBox*/
.form-check {
    position: relative;
    display: block;
    font-size: 13px;
}
.form-group label, .checkbox label {
    font-size: 12px;
    font-weight: 500;
    color: #a5a5a5;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    min-height: 20px;
    cursor: pointer;
}

.form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.form-check input[type="checkbox"]:checked + label::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
}
.form-check input[type="checkbox"]:checked + label::before {
    background-color: #fff;
}
.form-check input[type="checkbox"]:checked + label::before {
    background-color: #00bcd4;
    border-color: #00bcd4;
    color: #fff;
}
.log-meta {
    margin-bottom: 0;
}
.log-meta > a:hover, .log-meta > a:focus {
    color: #00bcd4;
}


/* Form general- */
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #a5a5a5;
}
:-moz-placeholder,
.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #a5a5a5;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #a5a5a5;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #a5a5a5;
}
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #a5a5a5;
    opacity: 1;
}

/*-------------------------------*/
/*  COntact US */
/*-------------------------------*/

/*...........start project............*/

.page-title{
    position: relative;
    z-index: 1;
    padding: 100px 0px 250px;
}
.page-title:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    /*background: rgba(0, 0, 0, 0.6);*/
}
.page-title h2{
    font-size: 45px;
    font-weight: 700;
    line-height: 52px;
    color: #ffffff;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins"
}
.page-title .title-manu li{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    margin-left: 5px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}
.page-title .title-manu li:nth-child(1){
    margin-left: 0px;
}
.page-title .title-manu li a{
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.page-title .title-manu li a:hover{
    color: #0660a9;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
/***
=============================================
    Latest Project Area style
=============================================
***/


.latest-project-area{
    padding: 100px 0;
    background: #fff;
}
.latest-project-area .more-project{
    float: left;
}

.project-content .col-md-4{
    padding: 20;
    margin: auto;
}
.latest-project-area .sec-title{
    padding-bottom: 30px;
}
.latest-project-area .project-filter {
    margin-bottom: 30px;
}
.latest-project-area .project-filter li {
    display: inline-block;
    margin:0 -2px;
}
.latest-project-area .project-filter li:last-child{
    margin-right: 0;
}
.latest-project-area .project-filter li span {
    color: #272727;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #e5e5e5;
    padding: 17px 30px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.latest-project-area .project-filter li.active span,
.latest-project-area .project-filter li:hover span {
    color: #0660a9;
    background: transparent;
}
.latest-project-area .item {
    position: relative;
    display: block;
}
.latest-project-area .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(30, 33, 37, 0.85);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
}
.latest-project-area .item:hover .overlay{
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}
.latest-project-area .overlay h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #ffffff;
    padding: 15px 0;
    font-family: 'Roboto', sans-serif;
    background: #0660a9;
    text-align: center;
}

.latest-project-area .overlay .title-overly{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.latest-project-area .overlay i {
    position: absolute;
    left: 47%;
    top: 43%;
    transform: translateX(-50%) translateY(-50%);
}

.latest-project-area .overlay i:before{
    font-size: 40px;
    color: #ffffff;
}
.latest-project-area .item img{
    width: 100%;
}

.latest-project-area .busizone-pagination {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 60px;
}


/*=============== Busizone Pagination ===================*/
.busizone-pagination{
    float: left;
    width: 100%;
    text-align: center;
}
.busizone-pagination.style2{
    text-align: left;
}
.busizone-pagination ul{display:inline-block}
.busizone-pagination ul li{
    display: inline-block;
    margin: 0 5px;
}
.busizone-pagination ul li a {
    float: left;
    width: 43px;
    height: 43px;
    text-align: center;
    border: 1px solid #dddfe0;
    line-height: 41px;
    font-size: 18px;
    font-weight: 500;
    color: #888888;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.busizone-pagination ul li a.next-btn{
    width: 65px;
}

.busizone-pagination ul li a:hover{
    background: #0660a9;
    color: #fff;
}

/***
=============================================
    latest project area style two
=============================================
***/

.latest-project-area.style-two{
    padding: 60px 0 35px;
    background: #fdfdfd;
}

.latest-project-area.style-two .project-filter li span {
    color: #707070;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #e3e3e3;
    background: transparent;
    padding: 10px 30px;
    border-radius: 10px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;

}

.latest-project-area.style-two .project-filter li.active span,
.latest-project-area.style-two .project-filter li:hover span{
    background: #159eee;
    border: 1px solid transparent;
    color: #fff;
}

.latest-project-area.style-two .overlay i:before{
    font-size: 70px;
    color: #ffffff;
}

.latest-project-area.style-two .item {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.latest-project-area.style-two .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(21, 158, 238, 0.85);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
}

.latest-project-area.style-two .overlay i {
    position: absolute;
    left: 45%;
    top: 52%;
    transform: translateX(-50%) translateY(-50%);
}

.text-p{
    color: #FFFFFF;
    /*letter-spacing: 0.15em;*/
    line-height: 1.5rem;
    font-size: 15px;
    text-align: center;
    padding: 25px 5px 0 5px;
    /*font-weight: 600;*/
    /*text-transform: uppercase;*/
    /*font-family: 'Raleway', sans-serif;*/
}

/*...........end project............*/

/*...........start about us..........*/

.heading-text-h3{
    color: black;
    letter-spacing: 0.15em;
    line-height: 1.6rem;
    font-size: 36px;
    text-align: center;
    padding: 25px 5px 0 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.heading-text-p{
    color: black;
    /*letter-spacing: 0.15em;*/
    line-height: 1.5rem;
    font-size: 17px;
    text-align: center;
    padding: 10px 5px 0 5px;
    /*font-weight: 600;*/
    /*text-transform: uppercase;*/
    font-family: 'Raleway', sans-serif;
}
/*...........end about us..........*/


/*.img-size{*/
    /*height: 100px;*/
    /*width: 200px;*/

/*}*/


.text-big{
    color: #FFFFFF;
    /*letter-spacing: 0.15em;*/
    line-height: 1.5rem;
    font-size: 25px;
    text-align: center;
    padding-top: 20%;
    font-weight: 600;
}
.testimonial {
    /*background-color: #020202;*/
    position: relative;
    padding: 160px 0;
}

.testimonial h2 {
    color: #fff;
}

.testimonial .content-header > p{
    color: #fff;
}

.testimonials i {
    height: 165px;
    width: 165px;
    border: 2px solid #FFF;
    color: #fff;
    line-height: 161px;
    text-align: center;
    font-size: 50px;
    border-radius: 50%;
    margin: 30px 0 60px;
}

.testimonials h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 25px 0 25px;
}

.testimonials p {
    text-align: center;
    line-height: 27px;
    letter-spacing: 0.05em;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 0px 15%;
}

.testimonials a {
    color: rgb(228, 195, 59);
}

.testimonials a:hover {
    color: #f3f3f3;
}

.agency-inner {
    margin: 5% 0;
}

.owl-buttons div {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}

/* 18. Testimonial / 2 */

#testimonials2 {
    /*background: #000;*/
    padding: 122px 0 50px;
    position:relative;
    overflow:hidden;
}

.testimonials2 h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.15em;
    padding-bottom: 60px;
    margin-bottom: 35px;
    margin-top: -9px;
    /*background: url(../images/sep.html) no-repeat center bottom;*/
}

.testimonials2 p {
    letter-spacing: 0.05em;
    line-height: 30px;
    font-size: 16px;
    color: #c1c1c1;
    font-weight: 300;
    padding: 0 13% 70px;
}

.testimonials .represent-img-border{
    border-radius: 75px;
    border: 2px solid #fff;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
}

.testimonials .represent-img-border img{
    height: 100%;
}

#quote-slider .owl-controls, #top-slider .owl-controls {
    display: none !important;
}

#index2 #quote-slider .owl-controls, #index2 #top-slider .owl-controls {
    display: block !important;
}

#index2 #quote-slider .owl-controls .owl-page span ,
#index3 #quote-slider .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 10px;
    opacity: 1;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #fff;
}

#index2 #quote-slider .owl-controls .owl-page.active span ,
#index3 #quote-slider .owl-controls .owl-page.active span {
    background: transparent;
    border: 2px solid #fff;
}

.bg-full-image{
    background: url(../img/banner/cardiac.jpg) no-repeat;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-size: cover;

}

