/*
Table Of Contents

00) asia-import style
01) asia-common style
02) asia-title style
03) asia-breadcrumb
04) asia-topheader
05) asia-navbar
06) asia-slider
07) asia-home-about
08) asia-video
9) asia-service
10) asia-counter
11) asia-price
12) projects
13) asia-callus
14) asia-news
15) asia-team
16) testimonial
17) asia-clients
18) asia-blogpage
29) asia-blogpage-details
20) asia-comment
21) asia-page-sidebar
22) asia-contact-page
23) asia-errorpage
24) asia-login
25) asia-pagination
26) asia-footer
27) asia-footer-bottom
28) asia-scroll-top

yellow-#f56d23, orange-#f56d23

 ===============================================*/


/*** 

====================================================================
    asia-import style
====================================================================

***/

@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('owl.carousel.min.css');
@import url('bootsnav.css');
@import url('magnific-popup.css');
@import url('animate.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Quicksand:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Bad+Script');

/*** 

====================================================================
    asia-common style
====================================================================

***/

/* custom styles asia */

.about-content>p{
    font-size: 18px !important;
}

.about-content>h2, .about-content>h3{
    color: #f56d23 !important;
}

.about-content td{
    padding: 10px;
}
/*custom*/

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    letter-spacing: 0.5px;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.tags
{
	padding:20px;
}

.tags h3
{
	margin-bottom:15px;
	font-size:20px;
}
.tags a:hover
{
	font-weight:bold;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    color: inherit;
}
p,
em {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: inherit;
    text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
    line-height: 1.3;
    font-family: 'Quicksand', sans-serif;
    color: #000;
    text-transform: uppercase;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li a {
    display: inline-block;
}
ul li {
    font-size: 16px;
}

.clearfix{
    clear:both;
}
/*3.2 Input Style */

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select {
    padding: 0 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    height: 40px;
    font-size: 15px;
}
textarea {
    padding: 0 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    font-size: 13px;
}
input[type=radio] {
    position: absolute;
    visibility: hidden;
}
input[type=checkbox] {
    position: absolute;
}

ul.list label.radio-label,
label.radio-label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 5px 0px 0px 15px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: capitalize;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777;
}
select::-moz-placeholder,
select::-webkit-input-placeholder,
select:-ms-input-placeholder,
select:-moz-placeholder {
    color: #fff;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
}
.clearfix{
    clear: both;
}

.asia-btn {
    margin: 0;
    color: #000;
    padding: 10px 15px;
    position: relative;
}
.asia-btn:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 74%;
    height: 1px;
    background-color: #F9A056;
}
.asia-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 25px;
    background-color: #F9A056;
}
.asia-btn:hover:before {
    left: 100%;
    margin: 0px 0px 0px -74%;
}
.asia-btn:hover:after {
    top: 100%;
    margin: -25px 0px 0px
}
.asia-btn:hover .btn-shape:before {
    right: 100%;
    margin: 0px -74% 0px 0%;
}
.asia-btn:hover .btn-shape:after {
    bottom: 100%;
    margin: 0px 0px -25px
}
.btn-shape {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
.btn-shape:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 74%;
    height: 1px;
    background-color: #F9A056;
}
.btn-shape:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 25px;
    background-color: #F9A056;
}
.asia-btn::before,
.asia-btn::after,
.btn-shape::before, 
.btn-shape::after, 
.asia-btn:hover::before, 
.asia-btn:hover::after{
    -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.mrt0 {
    margin-top: 0 !important;
}

.mrb0 {
    margin-bottom: 0 !important;
}

.mrl0 {
    margin-left: 0
}

.mrr0 {
    margin-right: 0;
}
.section{
    padding:90px 0;
}


/*** 

====================================================================
    asia-title style
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    max-width: 600px;
    margin:0 auto 50px auto;
}

.sec-title p {
    margin-top:30px;
    margin-bottom: 0;
    font-family: 'Bad Script', cursive;
    font-size: 20px;
}

.sec-title h2 {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.sec-title h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 150px;
    transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    height: 2px;
    background: linear-gradient(to left, transparent 0%, #F9A056 50%, transparent 100%);
}




/*** 

====================================================================
    asia-breadcrumb
====================================================================

***/

.asia-breadcrumb {
    padding: 50px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.asia-breadcrumb .asia-breadcrumb-title {
    display: block;
    position: relative;
    text-align: center;
}

.asia-breadcrumb .asia-breadcrumb-title h1 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

.asia-breadcrumb .asia-breadcrumb-title p {
    margin-bottom: 0;
}

.asia-breadcrumb .asia-breadcrumb-title p a {
    font-size: 15px;
    color: #fff;
    display: inline-block;
}

.asia-breadcrumb .asia-breadcrumb-title p a:first-child::after {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #ffffff;
    padding: 0 10px;
    display: inline-block;
}

.asia-breadcrumb-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
}


/*** 

====================================================================
    asia-topheader
====================================================================

***/

.asia-topheader {
    background: #f56d23;
    padding: 10px 0;
}

.asia-topheader ul {
    margin: 0;
    padding: 0;
}

.asia-topheader .col-md-5 {
    text-align: right;
}

.asia-topheader-list>li {
    display: inline-block;
    position: relative;
}

.asia-topheader-list li a:after {
    content: "|";
    padding: 0 8px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    white-space: pre;
}

.asia-topheader-list li:last-child a:after {
    content: "";
    padding: 0;
}

.asia-topheader-list li a {
    color: #fff;
    font-size: 12px;
    display: block;
    position: relative;
}

.asia-topheader-list li a:hover {
    color: #fff;
}

.asia-topheader-list li a i {
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
}

.asia-topheader-list {
    display: inline-block;
}
.tophead-right .asia-topheader-list li{
    margin-right: 8px;
}

.tophead-right .asia-topheader-list li a:after{
    display: none;
}
.tophead-right .asia-topheader-list li a{
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: transparent;
    border-radius: 100%;
    display: inline-block;
}

.tophead-right .asia-topheader-list li.active a,
.tophead-right .asia-topheader-list li a:hover{
    background-color: #fff;
    color: #702EF3;
}
.tophead-right .asia-topheader-list li.active a i,
.tophead-right .asia-topheader-list li a:hover i{
    color: #f56d23;
    line-height: 28px;
    margin-right: 0;
}


/*** 

====================================================================
    asia-topheader media screen
====================================================================

***/


@media only screen and ( max-width: 600px) {
    .asia-topheader .col-sm-5{
        display: none;
    }
    .asia-topheader .col-sm-7{
        text-align: center;
        width: 100%;
    }
}

/*** 

====================================================================
    asia-navbar
====================================================================

***/

.top-search {
    background-color: #ffffff;
}

.top-search .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    background: #fff;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #ccc;
}

.top-search .input-group-addon {
    color: #702EF3;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a {
    background-color: transparent;
}

nav.navbar.bootsnav ul.nav li > a {
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
    position: relative;
    font-weight: bold;
	text-transform:uppercase;
	margin-top:15px;
	z-index:999999999;
}

nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a,
.attr-nav > ul > li > a {
    color: #702EF3;
}


.attr-nav > ul > li > a {
    display: block;
    padding: 24px 15px;
    position: relative;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-top: 3px solid #F9A056;
}
.navbar-brand{
    height: auto;
    margin-top:5px;
}
ul.navbar-right li.dropdown .dropdown-menu {
    left: 0;
    right: auto;
}
ul.navbar-right li:last-child li.dropdown .dropdown-menu {
    right: 0;
    left: auto;
}


/* custom */
nav {position: relative !important; z-index: 9999 !important;}

/*** 

====================================================================
    asia-navbar media screen
====================================================================

***/

@media (min-width: 1024px){
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
}

    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
     text-align: left; 
    }
    
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    top: -1px;
    }
    nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
        left:100%;
    }
    nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
        margin-top: -2px;
    }
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before{
        font-family: 'FontAwesome';
        float: right;
        content: "\f105";
        margin-top: 0;
    }
}

@media only screen and ( max-width: 992px) {
    nav.navbar.bootsnav .navbar-brand {
        max-width: 200px;
    }
    nav.navbar.bootsnav .navbar-toggle {
        color: #702EF3;
    }
}


/*** 

====================================================================
    asia-slider
====================================================================

***/

#asia-banner-slider .carousel-caption {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
    transform: translateY(-50%);
}

#asia-banner-slider .carousel-inner .item {
    min-height: 400px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #1E1E1E;
}


#asia-banner-slider .carousel-control {
    background: none;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    background:#f56d23;
    visibility: visible !important;
    opacity: 1;
    margin-top: -20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    z-index: 99;
}

#asia-banner-slider .carousel-control.left {
    left: 1%;
}

#asia-banner-slider .carousel-control.right {
    right: 1%;
}

#asia-banner-slider .carousel-control:hover {
    opacity: 1;
    background: #f56d23;
}


/* processing for fadeing effect styles */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}
.slider-btn{
    text-align: center;
}
.slider-btn .asia-btn {
    margin: 0;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.slider-btn .asia-btn:before,
.slider-btn .asia-btn:after,
.slider-btn .btn-shape:before,
.slider-btn .btn-shape:after{
    background-color: #fff;
}


#asia-banner-slider .carousel-caption h2 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 46px;
    margin: 0;
    animation-duration: 1.5s;
    animation-name: fadeInDown;
    text-transform: uppercase;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

#asia-banner-slider .carousel-caption p {
    font-family: 'Bad Script', cursive;
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-name: fadeInUp;
    color: #fff;
}



/*** 

====================================================================
    asia-banner-slider media screen
====================================================================

***/

@media only screen and ( max-width:767px) {
    #asia-banner-slider .carousel-caption h2 {
    font-size:26px;
    }
    #asia-banner-slider .carousel-inner .item {
        min-height: 480px;
    }

}



/*** 

====================================================================
    asia-home-about
====================================================================

***/

.asia-about .sec-title{
    text-align: left;
}
.asia-about .sec-title h2:before{
    left:0;
    transform: translateX(0);
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    -moz-transform:translateX(0);
    -o-transform:translateX(0);
}
.about-content p:last-child {
    margin-bottom: 0;
}
.asia-about .about-btn{
    margin-top:50px;
}


/*** 

====================================================================
    asia-banner-slider media screen
====================================================================

***/

@media only screen and ( max-width:991px) {
    .about-content {
        margin-top:50px;
        text-align: center;
    }
    .about-content .sec-title{
        text-align: center;
    }
    .asia-about .sec-title h2::before {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}


/*
====================================================================
    asia-video
====================================================================
*/

.video {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    min-height: 350px;
	border:solid 1px #ccc;
}

.video-overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}


.video h2 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 40%;
    margin-top: -60px;
    z-index: 100;
    left: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.playbtn {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    left: 0;
}

.playbtn a {
    box-sizing: content-box;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    position: relative;
}

.playbtn a span {
    display: inline-block;
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 24px solid #F9A056;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 16px;
    left: 22px;
}

.playbtn a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.playbtn a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



/*
=================================
    asia-Service
=================================
*/

.asia-service.section{
    padding-bottom:70px;
}
.bsuservice-div {
    text-align: center;
    background-color: #f56d23;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
   margin-bottom: 30px;
   padding:30px;
   position: relative;
   z-index: 1;
}
.service-inner .col-md-4:nth-child(2n) .bsuservice-div{
    background-color:#f56d23;
}
.service-inner .col-md-4:nth-child(2n) .bsuservice-div:after{
    background-color:#ff4747;
}
.bsuservice-div::after {
    background-color:#F9A056;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.bsuservice-div:hover:after {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}
.bsuservice-icon {
    float: left;
    width: 100%;
    position: relative;
}

.bsuservice-icon a i {
    float: left;
    width: 100%;
    line-height: 40px;
    font-size:50px;
    color:#ffffff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.bsuservice-content a,
.bsuservice-content p{
    color:#ffffff;
}
.bsuservice-content h3 {
    float: left;
    width: 100%;
    margin:20px 0;
}
.bsuservice-content h3 a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.bsuservice-content p {
    margin: 0 auto;
    display: inline-block;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.bsuservice-div:hover {
    box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}

/*
====================================================================
    asia-service media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .service-inner{
        float: left;
    }
    .service-inner .col-sm-6 {
        width: 50%;
        float: left;
    }
}

@media only screen and ( max-width:580px) {
    .service-inner .col-sm-6 {
        width: 100%;
        float: none;
    }
}


/*
====================================================================
    asia-counter
====================================================================
*/

.asia-counter {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.counter-overlay{
    top:0;
    left:0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(112,46,243,0.9);
}


.counter-area {
    text-align: center;
}

.icon-counter {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    color: #F9A056;
    font-size: 30px;
    line-height: 80px;
    border-radius: 100%;
    -webkit-border-radius:100%;
    -ms-border-radius:100%;
    -moz-border-radius:100%;
    -o-border-radius:100%;
}

.icon-counter:hover {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    background-color: #F9A056;
    color: #fff;
}


.counter-area h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 24px 0 18px 0;
}

.counter-area h4 {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}


/*
====================================================================
    asia-counter media screen
====================================================================
*/
@media only screen and ( max-width:991px) {
    .asia-counter .col-sm-6 {
        margin-bottom: 70px;
    }
    .asia-counter .col-sm-6:nth-child(3) {
        margin-bottom: 0;
    }
    .asia-counter .col-sm-6:nth-child(4) {
        margin-bottom: 0;
    }
}
@media only screen and ( max-width:767px) {
    .asia-counter .col-sm-6 {
        float: left;
        width: 50%;
    }  
}

@media only screen and ( max-width:460px) {
    .asia-counter .col-sm-6 {
        width: 100%;
        float: none;
    }
    .asia-counter .col-sm-6:nth-child(3) {
        margin-bottom: 70px;
    }
}


/*
====================================================================
    asia-price
====================================================================
*/

.price-content{
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 35px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 7px 35px 0 rgba(0,0,0,.12);
    box-shadow: 0 7px 35px 0 rgba(0,0,0,.12);
}
.price-content .price-content-header {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 3px;
    padding: 30px;
    background-color: #702EF3;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.price-content .price-content-cost {
    padding: 30px 0;
}
.price-content .price-content-cost-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.price-content .price-content-cost-inner span.currency{
    font-size: 26px;
    line-height: 1;
    align-self: flex-start;
    color: #2e3243;
}
.price-content .price-content-cost-inner span.amount{
    font-size: 60px;
    font-weight: 600;
    line-height: .8;
    color: #2e3243;
    padding:0 5px;
}
.price-content .price-content-cost-inner span.cent{
    color: #2e3243;
    align-self: flex-end;
    font-size: 18px;
    line-height: 1;
}


.price-content .price-content-list {
    font-size: 14px;
    line-height: 16px;
    color: rgb(157, 157, 157);
}
.price-content .price-content-list ul li {
    font-size: 15px;
    line-height: 1.5em;
    margin: 0px 0px 15px;
}
.price-content .price-content-list ul li a{
    color: rgb(19, 175, 240);
}
.price-content .price-btn{
    padding:40px 0;
}


.price-content.premium-price .price-content-header{
    background-color: #F9A056;
}
.price-content.premium-price .price-content-ribbon {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px;
}
.price-content.premium-price .price-content-ribbon .price-ribbon-inner {
    text-align: center;
    left: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    background-color: #702EF3;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

/*
====================================================================
    asia-price media screen
====================================================================
*/

@media only screen and ( max-width:991px) {
    .asia-price-inner .col-sm-6 .price-content{
        margin-bottom: 50px;
    }
    
    .asia-price-inner .col-sm-6:nth-child(3) .price-content {
        margin-bottom: 0;
    }
}

/*
====================================================================
   asia- projects
====================================================================
*/

.asia-projects.section{
    padding-bottom: 60px;
    position: relative;
}
.single-project-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.single-project-item {
    
}
.project-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: rgba(112,43,246, 0.5);
    visibility: hidden;
    opacity: 0;
}
.single-project-item:hover .project-overlay{
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.project-link {
    left: 50%;
    margin-left: -57px;
    margin-top: -24px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 60%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.project-link a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
    position: relative;
}
.project-link a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 1px;
    background-color:#F9A056;
}
.project-link:hover a:before,
.project-link:hover a:after,
.project-link a:after,
.project-link a:before{
    -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.project-link:hover a:before {
    left: 100%;
    margin: 0px 0px 0px -30px;
}
.project-link a:hover .btn-shape:before {
    right: 100%;
    margin: 0px -30px 0px 0px;
}
.project-link a:hover .btn-shape:after {
    bottom: 100%;
    margin: 0px 0px -30px;
}
.project-link:hover a:after {
    top: 100%;
    margin: -30px 0px 0px;
}

.project-link a:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 30px;
    background-color: #F9A056;
}
.project-link .btn-shape:before {
    width: 30px;
}
.project-link .btn-shape:after {
    height: 30px;
}

.project-text {
    bottom: -46px;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 12px 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.project-text:after {
    background: #702EF3 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single-project-item:hover .project-text {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.single-project-item:hover .project-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 50%
}
.project-menu ul li {
    border: 1px solid #F9A056;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 5px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.project-menu ul {
    list-style: outside none none;
    margin: 0 0 35px;
    padding: 0;
    text-align: center;
}
.project-menu ul li:hover {
    background: #F9A056 none repeat scroll 0 0;
    color: #fff;
}
#project-wrapper .mix {
    display: none
}
.project-menu .active {
    background: #F9A056 none repeat scroll 0 0;
    border: 2px solid #F9A056;
    color: #fff;
}


/*
====================================================================
    asia-project media screen
====================================================================
*/
@media only screen and ( max-width:991px) {
    .project-menu ul li{
        margin-bottom: 15px;
        padding: 5px 10px;
    }
}
@media only screen and ( max-width:767px) {
    #project-wrapper .col-sm-6 {
        width: 50%;
        float: left;
        vertical-align: top;
    }
}

@media only screen and ( max-width:480px) {
    #project-wrapper .col-sm-6 {
        width: 100%;
        float: none;
    }
}

/*
====================================================================
    asia-callus
====================================================================
*/

.call-us {
    background-size: cover !important;
    background-position: center;
    position: relative;
    padding: 70px 0;
    text-align: center;
}

.call-us-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(112,46,243,0.9);
    position: absolute;
    top: 0;
    left: 0;
}

.call-us .call-bx {
    position: relative;
}

.call-us h2.call-title {
    font-size: 34px;
    font-style: italic;
    text-align: center;
    color: #ffffff;
}

.call-us .call-bx-inner {
    display: inline-block;
}

.call-bx-details {
    padding: 30px 0 40px 0;
    color: #ffffff;
    max-width: 600px;
    margin:0 auto;
}


.call-us .phn-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    background-color: #F9A056;
    display: inline-block;
    line-height: 55px;
    border: 8px solid #ffffff;
    color: #ffffff;
    font-size: 30px;
    vertical-align: top;
}
.call-us .phn-icon-circle:hover {
    background-color: #702EF3;
    border-color: #F9A056;
}

.call-bx-details p,
.phn-icon-circle:hover a,
.call-us-text:hover h2 a, 
.phn-icon-circle a,
.call-us-text h2 a{
    color: #fff !important;
    position: relative;
}

.call-us .call-us-text {
    margin-left: 30px;
    display: inline-block;
}

.call-us .call-us-text h3 {
    font-weight: 100;
    color: #FFF;
    margin-bottom: 10px;
}

.call-us .call-us-text h2 {
    color: #ffffff;
    text-align: center;
}

/*
====================================================================
   asia-call-us media screen
====================================================================
*/


@media only screen and ( max-width:479px) {
    .call-us .phn-icon-circle{
        margin-bottom: 30px;
    }
}

/*
====================================================================
    asia-news
====================================================================
*/

.news-item-content {
    max-width: 320px;
    width:100%;
    padding: 30px 20px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    left:0;

}
.news-item-content span {
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.news-item-content .news-date span:first-child::after{
    display: inline-block;
    content: "|";
    padding:0 10px;
}
.news-item-content span i{
    margin-right: 5px;
    color:#F9A056;
}
.news-item-content h5 {
    font-weight: 600;
    letter-spacing: 0.6px;
    margin:15px 0;
}

.news-btn{
    display: inline-block;
    margin:20px 0 10px 0;
}
.news-carousel.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top:-50px;
    right: 0;
}


.news-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 12px;
    padding: 0px 10px;
    background: #F9A056;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    margin: 0 0 0 10px;
    border: 1px solid #F9A056;
}

.news-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #702EF3;
    color: #ffffff;
    border: 0;
    text-decoration: none;
    border: 1px solid #702EF3;
}

/*
====================================================================
    asia-news media screen
====================================================================
*/

@media only screen and ( max-width:991px) {
    .news-item-content {
        max-width: 100%;
        width:90%;
        margin:-50px 5% 0 5%;
        padding: 30px 20px;
        background-color: #ffffff;
        box-shadow: 0 0 15px rgba(0,0,0,0.10);
        position: relative;
        transform: translateY(0);
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        left:0;
        right:0;

    }
}
@media only screen and ( max-width:767px) {
    .news-inner{
        padding:15px;
    }
}

/*
====================================================================
    asia-team
====================================================================
*/

.team {
    background: #fff;
    position: relative;
}

.team .team-details {
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .team-head {
    position: relative;
    overflow: hidden;
}

.team .team-head::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    content: "";
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .team-head img {
    width: 100%;
    position: relative;
}

.team .team-social {
    background: #fff;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 33;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(600px) rotateY(90deg);
    -moz-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .team-details:hover .team-social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}

.team .team-social li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
}

.team .team-social li a.facebook {
    background-color: #3B5998;
}

.team .team-social li a.twitter {
    background-color: #00ACED;
}

.team .team-social li a.instagram {
    background-color: #CB1F27;
}

.team .team-social li a.linkedin {
    background-color: #007BB5;
}

.team .team-social li {
    display: block;
}

.team .team-social li:last-child {
    margin: 0;
}

.team .team-bottom {
    text-align: center;
    padding: 15px 0;
    position: relative;
    background-color: #702EF3;

}
.team .team-details:hover .team-bottom{
    background-color: #F9A056;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .team-bottom .team-name {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #fff;
}

.team .team-bottom .team-what {
    color: #fff;
}
.team-carousel.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top:-50px;
    right: 0;
}


.team-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 12px;
    padding: 0px 10px;
    background: #F9A056;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    margin: 0 0 0 10px;
    border: 1px solid #F9A056;
}

.team-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #702EF3;
    color: #ffffff;
    border: 0;
    text-decoration: none;
    border: 1px solid #702EF3;
}


/*
====================================================================
    asia-team media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .team-inner{
        padding:0 15px;
    }
}


/*
====================================================================
    asia-testimonial
====================================================================
*/

.testimonial {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}


.testimonial .sec-title h2,
.testimonial .sec-title p {
    color: #ffffff;
}

.testimonial-item{
    position: relative;
}
.testimonial-item .testi-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.testimonial-item  .testi-img,
.testimonial-item .testi-content {
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px;
}
.testimonial-item  .testi-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 2px solid #F9A056;
    border-radius: 100%;
    -webkit-border-radius:100%;
    -ms-border-radius:100%;
    -moz-border-radius:100%;
    -o-border-radius:100%;
}
.testimonial-item .testi-content {
    width: calc(100% - 165px);
    width: -webkit-calc(100% - 165px);
    width: -ms-calc(100% - 165px);
    margin-left: 40px;
    border: 1px solid #ccc;
    padding: 15px 20px 18px;
    position: relative;
}
.testimonial-item .testi-content:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    background: #fff;
    left: -8px;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    top: 17px;
}
.testimonial-item .testi-content:after {
    content: '\f10e';
    position: absolute;
    font-family: FontAwesome;
    font-size: 26px;
    right: 20px;
    bottom: 0px;
    color: #efecec;
}
.testimonial-item .testi-content h4 {
    margin-bottom: 10px;
    font-size: 18px;
}
.testimonial-item .testi-content span {
    position: relative;
}
.testimonial-item .testi-content a, .testimonial-item .testi-content span{
    color: #ffffff
}

.testimonial-carousel.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 50px;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot{
    display: inline-block;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 12px;
    height: 5px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    border-radius: 30px;
    -webkit-border-radius:30px;
    -ms-border-radius:30px;
    -moz-border-radius:30px;
    -o-border-radius:30px;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #F9A056;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    width: 15px;
    height: 5px
}

/*
====================================================================
    asia-testimonial-media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .testimonial-inner{
        padding:15px;
    }
    
}
@media only screen and ( max-width:480px) {
    .testimonial-item  .testi-img{
        display: block;
        margin:0 auto 30px auto;
    }
    .testimonial-item .testi-content{
        width: 95%;
        margin-left:10px;
    }
}

/*
====================================================================
   asia-clients
====================================================================
*/

.clients.section {
    background: #fff;
}

.happy-clients .owl-item{
    border:1px solid #ccc;
}

.happy-clients.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}

.happy-clients.owl-theme .owl-dots .owl-dot{
    display: inline-block;
}

.happy-clients.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 12px;
    height: 5px;
    margin: 5px 7px;
    background: #702EF3;
    display: block;
    border-radius: 30px;
    -webkit-border-radius:30px;
    -ms-border-radius:30px;
    -moz-border-radius:30px;
    -o-border-radius:30px;
}

.happy-clients.owl-theme .owl-dots .owl-dot.active span {
    background: #F9A056;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    width: 15px;
    height: 5px
}




/*
====================================================================
  asia-blogpage
====================================================================
*/

.page{
    margin:50px 0 90px 0;
}

.blog-page .news-item-content{
    max-width: 100%;
    position: relative;
    width:90%;
    margin:-50px 5% 0 5%;
    transform: translateY(0);
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        left:0;
        right:0;
        border-left: 1px solid rgba(0,0,0,0.07);
        border-bottom: 4px solid rgba(0,0,0,0.07);
        border-right: 1px solid rgba(0,0,0,0.07);
}
.blog-page .news-item{
    margin-bottom: 50px;
}
.blog-page .news-item:last-child{
    margin-bottom: 0;
}

/*
====================================================================
  asia-blogpage-details
====================================================================
*/

.blog-detail .news-item-content{
    max-width: 100%;
    position: relative;
    width:100%;
    margin:0;
    transform: translateY(0);
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        left:0;
        right:0;
        border-left: 1px solid rgba(0,0,0,0.07);
        border-bottom: 4px solid rgba(0,0,0,0.07);
        border-right: 1px solid rgba(0,0,0,0.07);
}
.blog-detail .news-item-content h3{
    margin:15px 0;
    text-transform: capitalize;
}
.blog-detail blockquote {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    font-style: italic;
    border-left: 5px solid #F9A056;
     margin-top:30px;
}


.blog-detail .news-detail-share .share-title, .comment-title{
    margin: 30px 0;
}
.blog-detail .news-detail-share a{
    display: inline-block;
    padding:0 10px;
    border:1px solid #F9A056;
    margin-right: 5px;
}
.blog-detail .news-detail-share a:hover{
    border-color:#702EF3;
    background-color:#702EF3;
    color:#ffffff;
}
.tag-widget .tag-list a{
    padding:5px 15px;
    border:1px solid #F9A056;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tag-widget .tag-list a:hover{
    border-color: #702EF3;
    background-color: #702EF3;
    color:#ffffff;
}

.blog .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-img img {
    width: 100%;
    transform: scale(1, 1);
    transition: all .9s ease-in-out;
}

.blog .blog-img:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
}

/*
====================================================================
  asia-comment
====================================================================
*/

.comment-section, .asia-review{
    margin-top:50px;
}

.asia-comment, {
    position: relative;
    
}

.asia-comment .comment-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    min-height: 100px;
}

.asia-comment .comment-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #ffffff;
}

.asia-comment .comment-thumb img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -ms-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
}

.asia-comment .comment-content {
    position: relative;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.asia-comment .rating {
    color: #ff9c01;
    font-size: 13px;
}

.asia-comment .rating .fa {
    margin-right: 1px;
}

.asia-comment .comment-info {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.asia-comment .comment-text {
    font-size: 15px;
}


.asia-review .rating {
    position: relative;
    padding-top: 8px;
}

.asia-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555555;
}

.asia-review .rating .rate-box:hover,
.asia-review .rating .rate-box:focus,
.asia-review .rating .rate-box:active {
    color: #fa6f1c;
}

.asia-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #303030;
}

.asia-review .form-group {
    position: relative;
    margin-bottom: 20px;
}

.asia-review .form-group input[type="text"],
.asia-review .form-group input[type="password"],
.asia-review .form-group input[type="tel"],
.asia-review .form-group input[type="email"],
.asia-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.asia-review .form-group button[type="button"]{
    padding:10px 15px;
    background-color: transparent;
    border:0;
    text-transform: capitalize;
    font-weight: 600;
}

.asia-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    height: 150px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

/*
====================================================================
  asia-page-sidebar
====================================================================
*/

.sidebar .sidebar-widget{
    background: #ffffff;
    margin-bottom: 40px;
    padding:15px;
    border-top: 1px solid rgba(0,0,0,0.07);
    border-left: 1px solid rgba(0,0,0,0.07);
    border-bottom: 4px solid rgba(0,0,0,0.07);
    border-right: 1px solid rgba(0,0,0,0.07);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.sidebar .sidebar-widget:last-child{
    margin-bottom: 0;
}


.search-widget .form-group{
    margin-bottom: 0;
}
.search-widget .input-group-addon {
    background-color: #702EF3;
    color:#ffffff;
    border-color:#702EF3; 
    cursor: pointer;
}

.sidebar .sidebar-widget .widget-title {
    padding-bottom: 10px;
    border-bottom: 2px dashed #EFEFEF;
    position: relative;
    margin-bottom: 30px;
}

.sidebar .sidebar-widget .widget-title h3,
.blog-detail .news-detail-share .share-title h3,
.blog-detail .news-item-content .comment-title h3 {
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}

.sidebar .sidebar-widget .widget-title h3:after,
.blog-detail .news-detail-share .share-title h3::after,
.comment-title h3::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background-color: #702EF3;
    left: 0;
}


.sidebar .category-widget ul li a {
    font-size: 14px;
    color: #222222;
    text-transform: capitalize;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.5);
}
.sidebar .category-widget ul li:first-child a{
    padding-top:0;
}

.sidebar .category-widget ul li a span.category-count {
    color: #000;
}
.post-widget ul li{
    width: 100%;
    border-bottom: 1px dashed rgba(0,0,0,0.5);
    overflow: hidden;
    padding:15px 0;
}
.post-widget ul li:first-child{
    padding-top:0;
}
.post-widget .post-widget-thumb{
    width: 80px;
    height: 80px;
    margin-right: 15px;
    float: left;
}
.post-widget-content{
    overflow: hidden;
}
.post-widget-content h4{
    color: #222222;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}
.post-widget-content span{
    font-size: 13px;
    text-transform: capitalize;
    margin-top:10px;
    width: 100%;
    float: left;
}

/*
====================================================================
  asia-blogpage medai screen
====================================================================
*/


@media only screen and ( max-width:767px) {
    .blog-detail .search-widget, .blog-right .search-widget{
        margin-top:40px;
    }
}



/*
====================================================================
    asia-contact-page
====================================================================
*/

.contact-info p {
    margin-bottom: 15px;
}
.contact-info p i{
    height: 36px;
    width:40px;
    border:1px solid #F9A056;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
}
.contact-page-title{
    margin-bottom: 40px
}
.contact-page-inner .contact-page-title h4 {
    color: #222222;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}
.contact-page-inner .contact-page-title h4::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background-color: #702EF3;
    left: 0;
}
.contact-page .form-group label{
    margin-bottom: 15px;
}
.contact-page .form-group input[type="text"],
.contact-page .form-group textarea.form-control{
    border-radius:0;
}
.contact-map{
    margin:50px  0;
}
.contact-page-inner .asia-btn{
    margin-top:20px;
    float:left;
}

/*
====================================================================
    asia-contactpage media screen
====================================================================
*/

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .contact-right-form{
        margin-top:50px;
    }
}


/*
====================================================================
    asia-errorpage
====================================================================
*/


.asia-errorpage {
    padding: 50px 30px 58px 30px;
    margin: 0 auto;
    width: 60%;
    background-color: #fff;
    border: 1px solid #eee;
    text-align: center;
    margin: 30px auto;
}
.asia-errorpage strong {
    display: block;
    font-size: 145px;
    line-height: 100px;
    color: #702EF3;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 5px 5px 1px #eaeaea;
}
.asia-errorpage b {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #702EF3;
    margin: 0;
    font-weight: 300;
}
.asia-errorpage em {
    display: block;
    font-size: 18px;
    color: #F9A056;
    margin: 15px 0;
    font-style: normal;
}

#animate-arrow {
    position: relative;
    top: 15px;
    left: 0;
    animation: move 1s ease infinite;
    margin-top: 150px;
    color: #F9A056;
}
 @keyframes move {
     50% {
     bottom: 10px;
     top: 0;
    }
}

/*
====================================================================
    asia errorpage media screen
====================================================================
*/

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .asia-errorpage {
        width: 100%;
        border-radius: 0;
        margin: 25px auto;
        padding: 15px;
    }
    .asia-errorpage em {
        line-height: none;
        margin-bottom: 10px
    }
}

/*
====================================================================
    asia-login
====================================================================
*/

.login-form{
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.83);
    padding:20px;
    float: left;
}
.login-page .navbar-brand{
    margin:0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.login-page .navbar-brand img{
    max-width: 300px;
    margin:0 auto;
}
.login-page .register-btn{
    width:100%;
    text-align: center;
    margin-top:20px;
}
.login-page .register-btn button.asia-btn{
    padding:5px 15px;
    background-color: transparent;
    border:0;
    text-transform: capitalize;
}

/*
====================================================================
    asia-pagination
====================================================================
*/

nav.pagination  {
    margin:50px 0 0 0;
    display: inline-block;
    text-align: center;
    width:100%;
}

nav.pagination a {
    color: #702EF3;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    border: 1px solid #F9A056;
}
nav.pagination span.current{
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    background-color:#702EF3;
    border: 1px solid #702EF3;
}
nav.pagination a:hover {
    color: #fff;
    background-color:#702EF3;
    border: 1px solid #702EF3;
}


/*
====================================================================
    asia-footer
====================================================================
*/

footer {
    position: relative;
    background: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #fff;
    padding: 70px 0 70px;
}


footer .footer-widget {
    position: relative;
}

footer  h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    padding-left:15px;
}

footer h2::after {
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    width: 2px;
    height: 15px;
    background-color:#F9A056;
    left: 0;
}

footer .about-widget .text {
    margin-bottom: 20px;
    line-height: 1.8em;
}
footer .footer-widget address{
    margin-top:20px;
}

footer .footer-widget address p i{
    width:34px;
    height: 30px;
    line-height: 28px;
    margin-right: 10px;
    border:1px solid  #F9A056;
    text-align: center;
}
footer .links-widget ul li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 11px;
    color:#F9A056;
}
footer .links-widget ul li{
    padding:5px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.5);
}
footer .subscribe-widget {
    position: relative;
}
footer .links-widget ul li a{
    text-transform: capitalize;
}
.footer .link-widget ul li a:hover{
    color:#F9A056;
}

footer .subscribe-widget .text {
    position: relative;
    line-height: 1.8em;
    margin-bottom: 30px;
}


footer .subscribe-widget .form-group input[type="text"],
footer .subscribe-widget .form-group input[type="email"]{
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 16px;
    height: 42px;
    color: #222222;
    outline: none;
    font-size: 13px;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

footer .subscribe-widget .form-group input[type="text"]:focus,
footer .subscribe-widget .form-group input[type="email"]:focus{
    background-color: #f1f1f1;
}

footer .subscribe-widget .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

footer .newsletter-form .asia-btn {
    text-transform: capitalize;
    padding:5px 15px;
}
footer .newsletter-form .form-group button[type="submit"]{
    padding:5px 15px;
    background-color: #f1f1f1;
    border:0;
    text-transform: capitalize;
    font-weight: 600;
}
/*
====================================================================
   footer-media screen
====================================================================
*/
@media only screen and (min-width: 460px) and (max-width: 767px) {
    .links-widget .col-sm-6{
        float: left;
        width: 50%;
    }
    
}
@media only screen and (max-width: 767px) {
    .footer-widget{
        margin-bottom: 50px;
    }
    .footer-widget.subscribe-widget{
        margin-bottom: 0;
    }
    .sec-title{
        padding:0 15px;
    }
}
/*
====================================================================
   asia-footer-bottom
====================================================================
*/

.footer-bottom {
    position: relative;
    font-size: 14px;
    padding: 13px 5px;
    line-height: 24px;
    text-align: center;
    background-color: #111;
    color: #c8c8c8;
    width: 100%;
    float: left;
}

.footer-bottom .social-links * {
    color: rgb(255, 255, 255);
    display: inline-table;
    list-style: outside none none;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    margin-left: 3px;
}

.footer-bottom .social-links a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: transparent;
    border-radius: 100%;
    display: inline-block;
}

.footer-bottom .social-links li {
    display: inline-block;
}
.footer-bottom .social-links li.active a,
.footer-bottom .social-links li a:hover,
.footer-bottom .social-links li a:hover i,
.footer-bottom .social-links li.active a i
 {
    background-color: #ffffff;
    color:#702EF3;
}

.footer-bottom .social-links i {
    font-size: 13px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .footer-bottom .col-sm-6 .text-left{
        text-align: center;
    }
    .footer-bottom .col-sm-6 .text-right{
        text-align: center;
        margin-top:15px;
    }
    
}

/*
====================================================================
    asia-scroll-top
====================================================================
*/

a.scroll-top {
    background-color: #F9A056;
    bottom: 45px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 40px;
    font-weight: bold;
    line-height: 38px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 40px;
    z-index: 999;
}
a.scroll-top:hover {
    background-color: #702EF3
}

a.scroll-top::before {
    font-size: 25px;
}
.msgs option
{
	padding:10px;
}
.msgs .form-control
{
	border-radius:0px;
}
.mg textarea
{
	border-radius:0;
}


.ca li a:hover
{
	color:#000;
	font-weight:bold;
}






/*
 *	generated by WOW Slider 8.7
 *	template Bootstrap
 */

@font-face {
  font-family: 'ws-ctrl-bootstrap';
  src: url('ws-ctrl-bootstrap.html');
  src: url('ws-ctrl-bootstrap.html#iefix') format('embedded-opentype'),
       url('ws-ctrl-bootstrap-2.html#ws-ctrl-bootstrap') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ws-ctrl-bootstrap';
  src: url('data:application/octet-stream;base64,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') format('woff'),
       url('data:application/octet-stream;base64,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') format('truetype');
}
#wowslider-container1 { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height:600px;
	margin:0px auto 0px;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #wowslider-container1{ width:1600px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	/*font-size:0;*/
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	height:100%;
	max-height:600px;
	max-width: 100%;
	vertical-align: top;
	border:none;
	overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
	width:100%;
	height:100%;
	max-height:600px;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#wowslider-container1 .ws_images > div > img {
	max-height:600px;
}

#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}

#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
	font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1  .ws_bullets a {
	line-height: 0;
}

#wowslider-container1  .ws_script{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}


#wowslider-container1.ws_gestures {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
	display: none;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}
#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(playvideo.html);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}
/* bullets */
#wowslider-container1 .ws_bullets a { 
	position: relative;
	display: inline-block;
	margin: 0 2px;
	padding: 5px;
	width: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 0 0 0 1px #ffffff;
	box-shadow: inset 0 0 0 1px #ffffff;
}
#wowslider-container1 .ws_bullets a.ws_selbull {
	background: #ffffff;
	padding: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* arrows */
#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
	position:absolute;

	font: 3.2em "ws-ctrl-bootstrap";
	z-index:60;
	color: #ffffff;
	overflow: hidden;
	width: 15%;
	height: 100%;
	top: 0;
	opacity: .5;
}
#wowslider-container1 a.ws_next {
	left: 85%;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}
#wowslider-container1 a.ws_prev {
	left: 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
#wowslider-container1 a.ws_next:after,
#wowslider-container1 a.ws_prev:after {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -20px;
	left: 0;
	right: 0;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
#wowslider-container1 a.ws_next:after{
	content:'\e801';
}
#wowslider-container1 a.ws_prev:after{
	content:'\e800';
}
#wowslider-container1 a.ws_next:hover,
#wowslider-container1 a.ws_prev:hover{
	opacity: 0.9;
}

/*playpause*/
#wowslider-container1 .ws_playpause {
	position:absolute;
	font: 3.2em "ws-ctrl-bootstrap";
	top:50%;
	left: 50%;
	margin-top: -0.5em;
	margin-left: -0.3125em;
	color: #ffffff;
	opacity: 0.5;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	text-decoration: none;
	z-index: 59;
}
#wowslider-container1 .ws_playpause:hover {
	opacity: 0.9;
}
#wowslider-container1 .ws_playpause:after{
	display: block;
	text-align: center;
}
#wowslider-container1 .ws_pause:after {
	content: '\e803';
}
#wowslider-container1 .ws_play:after {
	content: '\e802';
}/* bottom center */
#wowslider-container1  .ws_bullets {
	bottom:20px;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws_bulframe span{
	visibility: visible;
	opacity: 1;
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ffffff;

	bottom:-10px;
	margin-left:-7px;
	left:$ThumbWidthHalf$px;
}#wowslider-container1 .ws-title{
	position: absolute;
	background: none;
	font: 2.4em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	bottom: 50px;
	top: auto;
	opacity: 1;
	text-align: center;

	width: 100%;
	padding-left: 20%;
	padding-right: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	z-index: 50;
}
#wowslider-container1 .ws-title div{
    margin-top: 0.5em;
	font-size: 0.542em;
}#wowslider-container1 .ws_images > ul{
	animation: wsBasic 12s infinite;
	-moz-animation: wsBasic 12s infinite;
	-webkit-animation: wsBasic 12s infinite;
}
@keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }
@-moz-keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }

#wowslider-container1 .ws_bulframe div div{
	height: auto;
}

@media all and (max-width:760px) {
	#wowslider-container1 .ws_fullscreen {
		display: block;
	}
}
@media all and (max-width:400px){
	#wowslider-container1 .ws_controls,
	#wowslider-container1 .ws_bullets,
	#wowslider-container1 .ws_thumbs{
		display: none
	}
}






.ch a
{
	padding:10px;
	background:#fff;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}

.tab_wrapper, .tab_wrapper>ul {
	display: inline-block;
	width: 100%
}
.tab_wrapper {
	margin: 10px 0 50px;
	position: relative
}
.tab_wrapper>ul {
	clear: both;
	border-bottom: 1px solid #49a4d9
}
.tab_wrapper>ul li {
	float: left;
	 font-family: 'Quicksand', sans-serif;
	cursor: pointer;
	padding: 8px 18px;
	text-transform: uppercase;
	border: 1px solid #ccc;
	font-size: 16px;
	border-bottom: 0;
	position: relative;
	border-top: 3px solid #ccc;
	color: #fff;
	margin: 0 5px 0 0;
	background:#010106;
}
.tab_list .active {
	color: #fff!important;
	background: #f56d23;
}
.tab_wrapper>ul li.active {
	border-color: #045499;
	color: #045499
}
.tab_wrapper>ul li.active:after {
	content: "";
	position: absolute;
	bottom: -1px;
	height: 1px;
	left: 0;
	background: #fff;
	width: 100%
}
.tab_wrapper .controller {
	display: block;
	overflow: hidden;
	clear: both;
	position: absolute;
	top: 0;
	right: 0
}
.tab_wrapper .controller span {
	padding: 8px 22px;
	background: #49a4d9;
	color: #fff;
	text-transform: uppercase;
	display: inline-block
}
.tab_wrapper .controller span.next {
	float: right;
	margin-left: 10px
}
.tab_wrapper .content_wrapper {
	float: left;
	width: 100%;
	border: 1px solid #49a4d9;
	border-top: 0;
	box-sizing: border-box
}
.tab_wrapper .content_wrapper .tab_content {
	display: none;
	padding: 15px 14px
}
.tab_wrapper .content_wrapper .tab_content .error {
	color: red
}
.tab_wrapper .content_wrapper .accordian_header {
	display: none;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 700;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	position: relative;
	cursor: pointer
}
.tab_wrapper .content_wrapper .accordian_header.active {
	color: #49a4d9;
	border-bottom: 1px solid #ccc
}
.tab_wrapper .content_wrapper .accordian_header.active:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 5px;
	height: 100%;
	background: #49a4d9
}
.tab_wrapper .content_wrapper .accordian_header .arrow {
	float: right;
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	border-radius: 2px;
	transform: rotate(-135deg);
	background: #fff;
	border-top: 3px solid #ccc;
	border-left: 3px solid #ccc
}
.tab_wrapper .content_wrapper .accordian_header.active .arrow {
	transform: rotate(45deg);
	margin-top: 5px;
	border-top: 3px solid #49a4d9;
	border-left: 3px solid #49a4d9
}
.tab_wrapper.left_side>ul {
	width: 25%;
	float: left;
	border-bottom: 1px solid #ccc
}
.tab_wrapper.left_side>ul li {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 12px 18px;
	border-width: 1px
}
.tab_wrapper.left_side>ul li:after {
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	background: #ccc
}
.tab_wrapper.left_side>ul li.active {
	border-color: #ccc;
	
}
.tab_wrapper.left_side>ul li.active:after {
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: #49a4d9
}
.tab_wrapper.left_side>ul li.active:before {
	right: -1px;
	position: absolute;
	top: 0;
	content: "";
	width: 2px;
	height: 100%;
	background: #fff
}
.tab_wrapper.left_side .content_wrapper {
	width: 75%;
	border: 1px solid #ccc;
	float: left
}
.tab_wrapper.left_side .controller {
	top: -50px
}
.tab_wrapper.right_side>ul {
	width: 25%;
	float: left;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	margin: 0
}
.tab_wrapper.right_side>ul li {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	list-style: none;
	padding: 12px 18px;
	border-width: 1px;
	text-align: left
}
.tab_wrapper.right_side>ul li.active:after, .tab_wrapper.right_side>ul li:after {
	right: 0;
	left: inherit;
	width: 5px;
	top: 0;
	content: "";
	height: 100%
}
.tab_wrapper.right_side>ul li:after {
	position: absolute;
	background: #ccc
}
.tab_wrapper.right_side>ul li.active {
	border-color: #ccc
}
.tab_wrapper.right_side>ul li.active:after {
	background:#58585b;
}
.tab_wrapper.right_side>ul li.active:before {
	left: -2px;
	right: inherit;
	position: absolute;
	top: 0;
	content: "";
	width: 2px;
	height: 100%
}
.tab_wrapper.right_side .content_wrapper {
	width: 75%;
	float: left;
	border: 1px solid #aaa
}
.tab_wrapper.right_side .controller {
	top: -50px
}
.tab_wrapper.accordion .content_wrapper {
	border-color: #ccc
}
.tab_wrapper.accordion .content_wrapper .accordian_header {
	display: block
}
.tab_wrapper.accordion>ul {
	display: none
}
.tab_content ul li
{
	list-style:none;
	line-height:27px;
	 font-family: 'MavenProRegular';
	font-size:16px;
}

.te div
{
	padding:10px;
	background:#720923;
	color:#fff;
	font-weight:bold;
}
.te div:hover
{
	cursor:pointer;
}

.modal-header {
	padding-bottom: 5px;
}

.modal-footer {
    	padding: 0;
	}
    
.modal-footer .btn-group button {
	height:40px;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	border: none;
	border-right: 1px solid #ddd;
}
	
.modal-footer .btn-group:last-child > button {
	border-right: 0;
}


.pa .panel-heading
{
	background:#f56d23d4 !important;
	color:#fff;
	
}
.pa .panel-default
{
	border-color: #f56d23;
}
.pa .panel-title
{text-transform:none !important ;
	
}

.pa .panel-body p
{
	line-height:27px;
	text-align:justify;
}

.ser .col-md-3
{
	margin-bottom:10px;
}
.tab_content h2
{
	font-family: 'Quicksand', sans-serif;
	font-size:22px;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:15px;
}
.tab_content p
{
	font-family: 'Museo700-Regular';
	font-size:16px;
	text-align:justify;
	margin-bottom:15px;
}
.tab_content h5
{
font-family: 'MavenProRegular'!important;
line-height:27px;
font-size:16px;
text-align:justify;	
}

.tab_content h3{ text-align:center; font-size:22px !important;}

.tab_content img {border:1px solid #f44336; margin-bottom:10px;}
.tab_content a img:hover{opcity:0.7; background:#000;}

@media only screen and (max-width:736px) {
.tab_wrapper>ul {
	display: none
}
.tab_wrapper .content_wrapper {
	border: 0
}
.tab_wrapper .content_wrapper .accordian_header {
	display: block
}
.tab_wrapper.left_side .content_wrapper, .tab_wrapper.right_side .content_wrapper {
	width: 100%;
	border-top: 0
}
.tab_wrapper .controller {
	display: none
}
.tab_wrapper .content_wrapper .tab_content {
	display: none;
	padding: 15px 20px 165px
}


    .iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal.in .modal-dialog {
  transform: none; /*translate(0px, 0px);*/
}


/* custom */

p.asia-text {
    font-size: 18px !important;
}

.about-content>h2{
    color: #f56d23 !important;
}






