html {
    
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    overflow-x: hidden;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    background: #fff;
    font-size: 15px;    
    line-height: 24px;
    letter-spacing: .8px;
    text-align: justify;
	 margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
   
    color: #4e4e4e;
}
h1 {
    font-size: 36px;
    color: #fff;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 6px;
}
h4 {
    font-size: 16px;
}
a {
    color: #007cc2;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}
a:focus,
a:hover {
    color: #d43133;
}
hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}
.btn-primary {
    padding: 8px 20px;
    background: #007cc2;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}
.btn-primary:focus,
.btn-primary:hover {
    background: #007cc2;
    outline: 0;
    box-shadow: none;
}
.btn-transparent {
    border: 3px solid #fff;
    background: 0 0;
    color: #fff;
}
.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}
a:focus,
a:hover {
    color: #111;
    text-decoration: none;
    outline: 0;
}
.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}
.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
.media > .pull-left {
    margin-right: 20px;
}
.media > .pull-right {
    margin-left: 20px;
}
body > section {
    padding: 30px 0;
}
.center {
    text-align: center;
    padding-bottom: 0;
}
@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


.navbar > .container .navbar-brand {
    margin-left: 0;
}
.top-bar {
    padding: 0 0;
   
    line-height: 28px;
}
.top-number {
    color: #fff;
}
.top-number p {
    margin: 0;
}
.social {
    text-align: right;
}
.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-share li {
    display: inline-block;
}
ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 20px;
    height: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
}
ul.social-share li a:hover {
    background: #007cc2;
    color: #fff;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
   
    padding-bottom: 0;
}
.navbar-nav {
    margin-top: 12px;
}
.navbar-nav > li {
    padding-bottom: 28px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;   
    color: #000;
    line-height: 24px;
    display: inline-block;
}
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #007cc2;
    color: #fff;
}
.navbar-inverse {
    border: none;
}
.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #007cc2;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a {
    background-color: #007cc2;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}
#main-slider {
    position: relative;
}
.no-margin {
    margin: 0;
    padding: 0;
}
#main-slider .carousel .carousel-content {
    margin-top: 150px;
}
#main-slider .carousel .slide-margin {
    margin-top: 140px;
}
#main-slider .carousel h2 {
    color: #fff;
}
#main-slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #007cc2;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
}
#main-slider .carousel .slider-img {
    text-align: right;
    position: absolute;
}
#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 730px;
    -webkit-transition: opacity ease-in-out 0.5s;
    -moz-transition: opacity ease-in-out 0.5s;
    -o-transition: opacity ease-in-out 0.5s;
    transition: opacity ease-in-out 0.5s;
}
#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}
#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 0.5s;
    -moz-transition: opacity ease-in-out 0.5s;
    -o-transition: opacity ease-in-out 0.5s;
    transition: opacity ease-in-out 0.5s;
    z-index: 1;
}
#main-slider .next,
#main-slider .prev {
    position: absolute;
    top: 50%;
    background-color: #007cc2;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}
#main-slider .next:hover,
#main-slider .prev:hover {
    background-color: #000;
}
#main-slider .prev {
    left: 10px;
}
#main-slider .next {
    right: 10px;
}
#main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
}
#main-slider .carousel-indicators li:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    left: -3px;
    top: -3px;
}
#main-slider .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #007cc2;
    margin: 0 15px 0 0;
    border: 1px solid #007cc2;
    position: relative;
}
#main-slider .carousel-indicators .active:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #007cc2;
    border: 1px solid #007cc2;
    left: -3px;
    top: -3px;
}
#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 0.3s linear 0.3s both;
    -moz-animation: fadeInUp 0.3s linear 0.3s both;
    -o-animation: fadeInUp 0.3s linear 0.3s both;
    -ms-animation: fadeInUp 0.3s linear 0.3s both;
    animation: fadeInUp 0.3s linear 0.3s both;
}
#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 0.3s linear 0.6s both;
    -moz-animation: fadeInUp 0.3s linear 0.6s both;
    -o-animation: fadeInUp 0.3s linear 0.6s both;
    -ms-animation: fadeInUp 0.3s linear 0.6s both;
    animation: fadeInUp 0.3s linear 0.6s both;
}
#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 0.3s linear 0.9s both;
    -moz-animation: fadeInUp 0.3s linear 0.9s both;
    -o-animation: fadeInUp 0.3s linear 0.9s both;
    -ms-animation: fadeInUp 0.3s linear 0.9s both;
    animation: fadeInUp 0.3s linear 0.9s both;
}
#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 0.3s linear 1.2s both;
    -moz-animation: fadeInUp 0.3s linear 1.2s both;
    -o-animation: fadeInUp 0.3s linear 1.2s both;
    -ms-animation: fadeInUp 0.3s linear 1.2s both;
    animation: fadeInUp 0.3s linear 1.2s both;
}
.recent-work-wrap {
    position: relative;
}
.recent-work-wrap img {
    width: 100%;
}
.recent-work-wrap .recent-work-inner {
    top: 0;
    background: 0 0;
    opacity: 0.8;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
}
.recent-work-wrap .recent-work-inner h3 {
    margin: 10px 0;
}
.recent-work-wrap .recent-work-inner h3 a {
    font-size: 24px;
    color: #fff;
}
#services {
    background: #000 url(https://www.worldescape.co.in/web/20180614060940im_/http://worldescapes.co.in/images/services/bg_services.png);
    background-size: cover;
}
#services h2 {
    color: #fff;
}
.services-wrap {
    padding: 40px 30px;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
}
.services-wrap h3 {
    font-size: 20px;
    margin: 10px 0;
}
.services-wrap .pull-left {
    margin-right: 20px;
}
#middle {
    background: #f2f2f2;
}
.skill h2 {
    margin-bottom: 25px;
}
.progress-wrap {
    position: relative;
}
.progress .color1,
.progress .color1 .bar-width {
    background: #2d7da4;
}
.progress .color2,
.progress .color2 .bar-width {
    background: #6aa42f;
}
.progress .color3,
.progress .color3 .bar-width {
    background: #fc3;
}
.progress .color4,
.progress .color4 .bar-width {
    background: #db3615;
}
.progress,
.progress-bar {
    height: 15px;
    line-height: 15px;
    background: #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    text-align: right;
}
.progress {
    position: relative;
}
.progress .bar-width {
    position: absolute;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    top: -30px;
    border-radius: 2px;
    margin-left: -30px;
}
.progress span {
    position: relative;
}
.progress span:before {
    content: " ";
    position: absolute;
    width: auto;
    height: auto;
    border-width: 8px 5px;
    border-style: solid;
    bottom: -15px;
    right: 8px;
}
.progress .color1 span:before {
    border-color: #2d7da4 transparent transparent transparent;
}
.progress .color2 span:before {
    border-color: #6aa42f transparent transparent transparent;
}
.progress .color3 span:before {
    border-color: #fc3 transparent transparent transparent;
}
.progress .color4 span:before {
    border-color: #db3615 transparent transparent transparent;
}

.panel-default {
    border-color: transparent;
}
.panel,
.panel-default > .panel-heading {
    background-color: #e6e6e6;
    border: 0 none;
    box-shadow: none;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    background: #fff;
    color: black;
}
.panel-body {
    padding: 20px 20px 10px;
}
.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-heading {
    border-radius: 0;
}
.panel-title > a {
    color: #4e4e4e;
}

.panel-heading.active {
    background: #1f1f20;
}
.panel-heading.active .panel-title > a {
    color: #fff;
}

.panel-heading.active a.accordion-toggle i {
    background: #007cc2;
    color: #fff;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs {
    border-bottom: transparent;
}
.nav-tabs > li > a {
    background: #f5f5f5;
    color: #666;
    border-radius: 0;
    border: 0 none;
    line-height: 24px;
    margin-right: 0;
    padding: 4px 4px;
}
.nav-tabs li:last-child {
    border-bottom: 0 none;
}
.nav-tabs > li > a:hover {
    background: #1f1f20;
    color: #fff;
    cursor: pointer;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.nav-tabs > li.active > a:before {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    border-width: 10px;
  
    top: 0;
}
.tab-wrap {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.tab-content {
    padding: 20px;
}
.tab-content h2 {
    margin-top: 0;
}
.tab-content img {
    border-radius: 4px;
}
.testimonial h2 {
    margin-top: 0;
}
.testimonial-inner {
    color: #858586;
    font-size: 14px;
}
.testimonial-inner .pull-left {
    border-right: 1px solid #e7e7e7;
    padding-right: 15px;
    position: relative;
}
.testimonial-inner .pull-left:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -5px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    border: 1px solid #e7e7e7;
    right: -5px;
    border-left: 0 none;
    border-bottom: 0 none;
}
.partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.partners ul li {
    display: inline-block;
    float: left;
    width: 20%;
}
.contact-info i {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    background: #000;
    text-align: center;
    border-radius: 10px;
}
.contact-info h2 {
    margin-top: 0;
    color: #000;
}
.contact-info {
    color: #000;
}
.about-us {
    margin-top: 110px;
    margin-bottom: -110px;
}
.about-us h2,
.skill_text h2 {
    color: #4e4e4e;
    font-size: 30px;
    font-weight: 600;
}
.about-us p {
    color: #4e4e4e;
}
#carousel-slider {
    position: relative;
}
#carousel-slider .carousel-indicators {
    bottom: -25px;
}
#carousel-slider .carousel-indicators li {
    border: 1px solid #ffbd20;
}
#carousel-slider a i {
    border: 1px solid #777;
    border-radius: 50%;
    font-size: 28px;
    height: 50px;
    padding: 8px;
    position: absolute;
    top: 50%;
    width: 50px;
    color: #777;
}
#carousel-slider a i:hover {
    background: #bfbfbf;
    color: #fff;
    border: 1px solid #bfbfbf;
}
#carousel-slider .carousel-control {
    width: inherit;
}
#carousel-slider .carousel-control.left i {
    left: -25px;
}
#carousel-slider .carousel-control.right i {
    right: -25px;
}
#carousel-slider .carousel-control.left,
#carousel-slider .carousel-control.right {
    background: 0 0;
}
.skill_text {
    display: block;
    margin-bottom: 60px;
    margin-top: 25px;
    overflow: hidden;
}
.css-skill,
.html-skill {
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100%;
    border-radius: 100%;
    padding: 70px 0;
    text-align: center;
}
.html-skill {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(242, 242, 242, 1)), color-stop(9%, rgba(242, 242, 242, 1)), color-stop(9%, rgba(106, 164, 47, 1)));
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
    background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
    background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
    background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
}
.css-skill {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(242, 242, 242, 1)), color-stop(32%, rgba(242, 242, 242, 1)), color-stop(32%, rgba(255, 189, 32, 1)));
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
    background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
    background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
    background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
}
.skill-wrap {
    display: block;
    overflow: hidden;
    margin: 60px 0;
}
.team h4 {
    margin-top: 0;
    text-transform: uppercase;
}
.team h5 {
    font-weight: 300;
}
.single-profile-bottom,
.single-profile-top {
    font-weight: 400;
    line-height: 24px;
}
.single-profile-bottom,
.single-profile-top {
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
}
.media_image {
    margin-bottom: 10px;
}
.team .btn {
    background: 0 0;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 3px;
    padding: 1px 5px;
    text-transform: uppercase;
    border: 1px solid#ddd;
    margin-right: 3px;
}
ul.social_icons {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: block;
}
ul.social_icons li {
    display: inline-block;
    margin-right: 5px;
}
ul.social_icons li a i {
    border-radius: 50%;
    color: #fff;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0;
    text-align: center;
    width: 25px;
    opacity: 0.8;
}
.team .social_icons .fa-facebook:hover,
.team .social_icons .fa-twitter:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition-duration: 2s;
    transition-property: all;
    transition-timing-function: ease;
    opacity: 1;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
.team .social_icons .fa-facebook {
    background: #0182c4;
}
.team .social_icons .fa-twitter {
    background: #20b8ff;
}
.team-bar .first-one-arrow {
    float: left;
    margin-right: 30px;
    width: 2%;
}
.team-bar .first-arrow {
    float: left;
    margin-left: 5px;
    margin-right: 35px;
    width: 22%;
}
.team-bar .second-arrow {
    float: left;
    margin-left: 5px;
    width: 21%;
}
.team-bar .third-arrow {
    float: left;
    margin-left: 40px;
    margin-right: 12px;
    width: 22%;
}
.team-bar .fourth-arrow {
    float: left;
    margin-left: 25px;
    width: 20%;
}
.team-bar .first-one-arrow hr {
    border-bottom: 1px solid #2d7da4;
    border-top: 1px solid #2d7da4;
}
.team-bar .first-arrow hr {
    border-bottom: 1px solid #2d7da4;
    border-top: 1px solid #2d7da4;
}
.team-bar .second-arrow hr {
    border-bottom: 1px solid #6aa42f;
    border-top: 1px solid #6aa42f;
}
.team-bar .third-arrow hr {
    border-bottom: 1px solid #ffbd20;
    border-top: 1px solid #ffbd20;
}
.team-bar .fourth-arrow hr {
    border-bottom: 1px solid #db3615;
    border-top: 1px solid #db3615;
}
.team-bar {
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
}
.team-bar i {
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 24px;
    line-height: 24px;
    margin-top: -32px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 24px;
    position: absolute;
}
.team-bar .first-arrow .fa-angle-up {
    background: #2d7da4;
    margin-left: -33px;
}
.team-bar .second-arrow .fa-angle-down {
    background: #6aa42f;
    margin-left: -33px;
}
.team-bar .third-arrow .fa-angle-up {
    background: #ffbd20;
    margin-left: -32px;
}
.team-bar .fourth-arrow .fa-angle-down {
    background: #db3615;
    margin-left: -32px;
}
.team .single-profile-top:after,
.team .single-profile-top:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.team .single-profile-top:before {
    left: 26px;
    bottom: -20px;
    border-width: 10px;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}
.team .single-profile-top:after {
    left: 25px;
    bottom: -22px;
    border-style: solid;
    border-width: 11px;
    border-color: #ddd transparent transparent transparent;
    z-index: 0;
}
.team .single-profile-bottom:after,
.team .single-profile-bottom:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}
.team .single-profile-bottom:before {
    left: 30px;
    top: -20px;
    border-width: 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
}
.team .single-profile-bottom:after {
    left: 29px;
    top: -22px;
    border-style: solid;
    border-width: 11px;
    border-color: transparent transparent #ddd transparent;
    z-index: 0;
}
.services {
    padding: 0;
}
.get-started {
    background: none repeat scroll 0 0 #f3f3f3;
    border-radius: 3px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 8px;
}
.get-started p {
    padding-right: 20px;
}
.get-started h2 {
    padding-top: 5px;
    margin-bottom: 20px;
}
.request {
    bottom: -15px;
    left: 50%;
    position: absolute;
    margin-left: -110px;
}
.request h4 {
    position: absolute;
    width: 220px;
    position: relative;
}
.request h4 a {
    background: #007cc2;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    padding: 6px 50px;
}
.request h4:after {
    border-color: #007cc2 transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: -18px;
    content: "";
    height: 0;
    position: absolute;
    right: 13px;
    z-index: -99999;
}
.request h4:before {
    border-color: #007cc2 transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: -18px;
    content: "";
    height: 0;
    left: 13px;
    position: absolute;
    z-index: -99999;
}
.clients-area {
    padding: 60px;
}
.footer {
    background: none repeat scroll 0 0 #2e2e2e;
    border-top: 5px solid #007cc2;
    height: 84px;
    margin-top: 110px;
}
.footer_left {
    padding: 10px;
}
.text-left {
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
}
#portfolio_page {
    margin-top: 115px;
    padding-bottom: 0;
}
.portfolio-items > li {
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pricing_heading {
    margin-top: 120px;
}
.pricing_heading h2,
.pricing_heading p {
    color: #4e4e4e;
}
.pricing-area h1 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
}
.pricing-area span {
    font-weight: 700;
    font-size: 18px;
}
.pricing-area h3,
.pricing-area span {
    color: #fff;
}
.pricing-area ul {
    background: #fafafa;
    padding: 0;
    margin: 0;
}
.pricing-area ul li {
    list-style: none;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
}
.pricing-area ul li:nth-child(even) {
    background: #f5f5f5;
}
.pricing-area .price-six img,
.pricing-area .price-three img {
    position: absolute;
    right: 15px;
    top: 0;
}
.pricing-area .heading-one,
.pricing-area .heading-three,
.pricing-area .heading-two {
    padding: 17px 0;
    border-radius: 2px 2px 0 0;
}
.pricing-area .heading-five,
.pricing-area .heading-four,
.pricing-area .heading-one,
.pricing-area .heading-seven,
.pricing-area .heading-six,
.pricing-area .heading-three,
.pricing-area .heading-two {
    margin-left: -10px;
}
.pricing-area .heading-one {
    background: #e24f43;
}
.pricing-area .heading-two {
    background: #27ae60;
}
.pricing-area .heading-three {
    background: #f39c12;
}
.pricing-area .heading-four {
    background: #5c5c5c;
}
.pricing-area .heading-five {
    background: #5c5c5c;
}
.pricing-area .heading-six {
    background: #e24f43;
}
.pricing-area .heading-seven {
    background: #5c5c5c;
}
.pricing-area .heading-one h3:before {
    border-color: #bf4539 transparent transparent;
}
.pricing-area .heading-two h3:before {
    border-color: #1f8c4d transparent transparent;
}
.pricing-area .heading-three h3:before {
    border-color: #d4880f transparent transparent;
}
.pricing-area .heading-four h3:before {
    border-color: #424242 transparent transparent;
}
.pricing-area .heading-five h3:before {
    border-color: #424242 transparent transparent;
}
.pricing-area .heading-six h3:before {
    border-color: #bf4539 transparent transparent;
}
.pricing-area .heading-seven h3:before {
    border-color: #424242 transparent transparent;
}
.pricing-area h3:before {
    border-color: #d4880f transparent transparent;
    border-radius: 5px 0 0 0;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 4px;
    position: absolute;
    top: 78px;
    width: 0;
    z-index: -999;
}
.small-pricing h3:after {
    height: 94px;
}
.small-pricing h3:before {
    top: 74px;
}
#contact-page {
    padding-top: 0;
}
#contact-page .contact-form .form-group label {
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 300;
}
.form-group .form-control {
    padding: 7px 12px;
    border-color: #f2f2f2;
    box-shadow: none;
}
textarea#message {
    resize: none;
    padding: 10px;
}
#contact-page .contact-wrap {
    margin-top: 20px;
}
.badge:before {
    border-color: transparent transparent transparent #007cc2;
    border-style: solid;
    border-width: 10px;
    bottom: -8px;
    content: "";
    height: 0;
    left: 5px;
    position: absolute;
    z-index: -99999;
}
.badge {
    background-color: #007cc2;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
    position: relative;
    left: 60px;
    top: -18px;
    font-weight: 400;
}
ul.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.gallery li {
    display: block;
    width: 60px;
    padding: 0;
    margin: 0 4px 4px 0;
    float: left;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}
ul.sidebar-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-gallery li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.sidebar-gallery li a {
    border-radius: 4px;
    display: inline-block;
}
.message_heading {
    margin-bottom: 50px;
    margin-top: 60px;
}
#error .btn-success:hover,
.btn-success.active,
.btn-success:active,
.btn-success:focus,
.open .dropdown-toggle.btn-success:hover {
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: #4e4e4e;
}
#error h1 {
    color: #4e4e4e;
    text-transform: uppercase;
}
#bottom {
    background: #f5f5f5;
    border-bottom: 5px solid #007cc2;
    font-size: 14px;
}
#bottom h3 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
}
#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#bottom ul li {
    display: block;
    padding: 5px 0;
}
#bottom ul li a {
    color: grey;
}
#bottom ul li a:hover {
    color: #007cc2;
}
#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #2e2e2e;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #007cc2;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul > li {
    display: inline-block;
    margin-left: 15px;
}
.sidebar-contact {
    position: fixed;
    top: 40%;
    transform: translateY(-50%);
    right: -300px;
    width: 300px;
    height: auto;
    padding: 15px 25px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 99;
}
.sidebar-contact.active {
    right: 0;
}
.sidebar-contact#tgg .toggle.active {
    transform: rotate(0);
    border-radius: 0;
    background: red;
    left: -1px !important;
    width: -10px !important;
    top: 10px !important;
}
.sidebar-contact .toggle {
    position: absolute;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background: #fab207;
    top: 80% !important;
    left: -105px !important;
    padding: 7px 12px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transform: translateY(-50%) rotate(-90deg) !important;
    z-index: 99999;
}
.sidebar-contact .toggle:before {
    content: "Get A Free Quote";
   
    font-size: 19px;
    color: #fff;
}
.sidebar-contact .toggle.active:before {
    content: "\f067";
    font-family: fontAwesome;
    transform: rotate(-225deg);
    position: absolute;
    left: 0;
    right: 0;
}
.divred1 {
    background: #93cc1a !important;
}
.sidebar-contact1 {
    justify-content: center;
    align-items: center;
    padding: 15px 25px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 99;
    left-margin: 20px;
}
.sidebar-contact1 input,
.sidebar-contact1 select,
.sidebar-contact1 textarea {
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
    border: 1px solid #ddd;
    outline: 0;
    color: #757070;
}
.sidebar-contact1 h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.sidebar-contact1 textarea {
    height: 80px;
    resize: none;
}
.sidebar-contact1 input[type="submit"] {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    height: auto;
    padding: 10px;
    margin: 0;
}
.sidebar-contact input,
.sidebar-contact select,
.sidebar-contact textarea {
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
    border: 1px solid #ddd;
    outline: 0;
    color: #757070;
}
.sidebar-contact h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.sidebar-contact textarea {
    height: 80px;
    resize: none;
}
.sidebar-contact input[type="submit"] {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    height: auto;
    padding: 10px;
    margin: 0;
}
.fa {
    padding-top: 1px;
}
.dropdown-menu {
    top: 50%;
}
.india-tourism-section {
    float: left;
}
.india-tourism-section h1 {
    font-weight: 600;
    font-size: 30px;
    color: #1e80fe !important;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.india-tourism-section p {
    font-size: 16px;
    color: #232f3e;
    margin-top: 30px;
    line-height: 160%;
    font-weight: 400;
}
.india_tour_packages_section h1 {
    font-weight: 600;
    font-size: 30px;
    color: #000 !important;
    padding-bottom: 10px;
}
.india_tour_packages_section {
    float: left;
    width: 100%;
}
.india_tour_packages_section h1 {
    border-bottom: none;
    margin-top: 32px;
}
.india-tourism-section h1 {
    font-weight: 600;
    font-size: 30px;
    color: #1e80fe !important;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.brochures_section {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: dotted 1px #ccc;
}
.brochures_section span {
    margin: 0;
    padding: 0;
}
.brochures_section h1 {
    padding: 0;
    font-weight: 600;
    font-size: 24px;
    color: #000 !important;
}
.brochures_section p {
    float: left;
    font-size: 15px;
    color: #232f3e;
    line-height: 2;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



details,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
canvas,
progress {
    display: inline-block;
    vertical-align: baseline;
}
[hidden] {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong {
    font-weight: 700;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
small {
    font-size: 80%;
}
sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
pre {
   
    font-size: 1em;
}
button,
input,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color:white;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 36px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.small,
small {
    font-size: 85%;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
pre {
    
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.container {
     padding: 18px 40px; 
    margin-right: auto;
    margin-left: auto;
}



.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th {
        white-space: nowrap;
    }
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
	vertical-align: sub;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled] {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.has-success .control-label,
.has-success .help-block {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-error .control-label,
.has-error .help-block {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn[disabled] {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group .form-control,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    font-size: 15px;
}
.nav-tabs > li {
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #06274a;
    cursor: pointer;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tab-content > .tab-pane {
	padding-right: 2%;
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover {
    color: #ccc;
}
.navbar-inverse {
   
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover {
    color: #444;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge {
    color: #337ab7;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-bar-info {
    background-color: #5bc0de;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}




.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control:hover {
    background: rgba(0,0,0,0.0);
}



.carousel-control.left {
    left: 13px; 
   
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 13px;
    left: auto;
 
   
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
	
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
  
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
   position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 10;
    padding-top: 5px;
	padding-left:0%;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;    
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
   background: rgba(0,0,0,0.3);
   border-radius: 25px;
}
.slider-h3 {
    font-size: 55px;
	margin-top:0px;
	margin-bottom:0px;
	display:inline-block;
	font-weight:600px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	
}
.slider-p {
    font-size: 30px;
	display:inline-block;
	padding-top:5px;
	padding-bottom:4px;
	color:white;
	 opacity: 0.8;
	 font-weight:500px;
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 10%;
        left: 10%;
       margin-bottom: 3%;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.show {
    display: block !important;
}
.hidden {
    display: none !important;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.navbar > .container .navbar-brand {
    margin-left: 0;
}
.top-bar {
    padding: 0 0;
   
    line-height: 28px;
}
.top-number {
    color: #fff;
}
.top-number p {
    margin: 0;
}
.social {
    text-align: right;
}
.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-share li {
    display: inline-block;
}
ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 20px;
    height: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
}
ul.social-share li a:hover {
    background: #007cc2;
    color: #fff;
}
.navbar-brand {
    padding: 0;
    margin-top: -33px;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
   
    padding-bottom: 0;
}
.navbar-nav {
    margin-top: 0px;
}
.navbar-nav > li {
    padding-bottom: 28px;
	min-height:30px;
	
}

.navbar-nav > li:hover
{
background-color: #007cc2;
color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 0px 20px;
	padding-top:0px;
    margin: 0;
    border-radius: 3px 3px 0px 0px;	
    color: #000;
    line-height: 24px;
    display: inline-block;
	font-weight:700;
	font-size:20px;
}
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #007cc2;
    color: #fff;
}
.navbar-inverse {
    border: none;
}
.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #007cc2;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #0b1723;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);   
    padding: 0;
    margin-top: 7;
    border-top: 0;
    border-radius: 0;
    left: -.5px;
    width: 330px;
	padding-left:05px;
	padding-right:20px;
    border-top: 0px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
    animation: growDown 0.3s ease-in-out forwards;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 5px 10px;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a {
    background-color: #007cc2;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}
.dropdown-menu {
    top: 72%;
}
.navbar-toggle {
    background-color: #007cc2;
    border-color: #fff;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover {
    background-color: #007cc2;
}




@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-inverse .navbar-brand {
        font-size: 36px;
        line-height: 50px;
        color: #fff;
       
    }
	
	.dm{
		
		width :100%;
		
	}
	
	.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 10;
    padding-top: 5px;
	padding-left:0%;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;    
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
   background: rgba(0,0,0,0.3);
   border-radius: 25px;
}
	
	
    .slider-h3 {
        font-size: 15px;
		display:inline-block;
    }
	 .slider-p{
        font-size: 14px;
		display:inline-block;
    }
   
   
}
.cpheading1 {
    font-size: 25px;
    text-align: center;
}
.cpheading2 {
    font-size: 23px;
    text-align: center;
}
.col4 {
    width: 16.66%;
    float: left;
    position: relative;
}
.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fx1 .item,
.fx2 .item,
.fx3 .item,
.fx4 .item,
.fx5 .item {
    margin: 10px 0;
}
.fx1 .item {
    padding: 0;
}
.fx1 .item img {
    padding: 0 !important;
    display: block;
    max-width: 100%;
    height: auto;
}
.fx1 a:focus .item img,
.fx1 a:hover .item img {
    opacity: 0.8;
}
.fx1 h4,
.fx1 p {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fx1 a .item h4 {
   
    font-size: 16px;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
}
.fx1 a:focus .item h4,
.fx1 a:hover .item h4 {
    opacity: 1;
}
.fx1 a .item p {
    
    font-size: 8px;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
}
.fx1 a:focus .item p,
.fx1 a:hover .item p {
    opacity: 1;
}
.fx2 .item {
    padding: 0;
}
.fx2 .item img {
    padding: 0 !important;
    display: block;
    max-width: 100%;
    height: auto;
}
.fx2 a:focus .item img,
.fx2 a:hover .item img {
    opacity: 0.9;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.fx2 h4,
.fx2 p,
.fx2 span {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fx2 a .item h4 {
  
    font-size: 16px;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0;
}
.fx2 a:focus .item h4,
.fx2 a:hover .item h4 {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
}
.fx2 a .item p {
   
    font-size: 8px;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 53%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
}
.fx2 a:focus .item p,
.fx2 a:hover .item p {
    opacity: 1;
}
.fx3 .item {
    padding: 0;
}
.fx3 .item img {
    padding: 0 !important;
    display: block;
    max-width: 100%;
    height: auto;
    outline: transparent solid 2px;
    outline-offset: 0;
}
.fx3 a:focus .item img,
.fx3 a:hover .item img {
    opacity: 0.8;
    outline: #fff solid 2px;
    outline-offset: -10px;
}
.fx3 h4,
.fx3 p {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fx3 a .item h4 {

    font-size: 16px;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
}
.fx3 a:focus .item h4,
.fx3 a:hover .item h4 {
    opacity: 1;
}
.fx3 a .item p {
   
    font-size: 8px;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
}
.fx3 a:focus .item p,
.fx3 a:hover .item p {
    opacity: 1;
}
.fx5 .item {
    padding: 0;
}
.fx5 .item img {
    padding: 0 !important;
    display: block;
    max-width: 100%;
    height: auto;
}
.fx5 a:focus .item img,
.fx5 a:hover .item img {
    opacity: 0.8;
}
.fx5 h4,
.fx5 p {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.fx5 a .item h4 {
 
    font-size: 16px;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #b5b5b5;
    padding: 5px 10px;
    position: absolute;
    bottom: 10%;
    left: 0;
    opacity: 0;
}
.fx5 a:focus .item h4,
.fx5 a:hover .item h4 {
    opacity: 1;
    left: 10%;
}
.fx5 a .item p {
   
    font-size: 8px;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #b5b5b5;
    padding: 5px 10px;
    position: absolute;
    bottom: 7%;
    left: 0;
    opacity: 0;
}
.fx5 a:focus .item p,
.fx5 a:hover .item p {
    opacity: 1;
    left: 10%;
}
.dropdown-menu {
    max-height: 650px;
    overflow-y: auto;
}

* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
}
img {
    max-width: 100%;
}

.top01 {
    width: 100%;
    height: auto;
    float: left;
    background-color: #2e2e2e;
    padding: 10px 0 0;
}
.logo {
    float: left;
    width: 100%;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}
.logo a img {
    max-height: 60px;
}
.menu01 {
    float: left;
    width: auto;
}
to {
    opacity: 1;
}
.tab-nav ul li a {
    cursor: pointer;
    background-color: #2e2e2e;
    width: 180px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #fff;
    padding: 15px 20px;
    font-size: 23px;
    font-weight: 500;
}
.tab-nav ul li a.active {
    background-color: #fec112;
}

.figure-text h4::before {
    content: "";
    position: absolute;
    left: 0;
    height: 3.5px;
    bottom: 0;
    width: 70px;
    background-color: #fec112;
}
.common-pages {
    padding: 35px 0;
    border-top: 1px solid #ddd;
}
.scroll-bar {
    margin-top: 40px;
}
.common-pages .services-list li {
    background-image: url(https://www.worldescape.co.in/images/circle.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left;
    border-bottom: 1px solid #ddd;
}
.common-pages .services-list li a {
    display: block;
    padding: 10px 0;
    color: #333;
    font-size: 19px;
    transition: all 0.4s linear;
}
.common-pages .services-list li a:hover {
    padding-left: 8px;
    color: #fec112;
}
.homeform ul li input#btnform {
    border: 0;
    display: inline-block;
    width: auto;
    background-color: #f9b016;
    padding: 6px 25px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 30px;
    color: #000;
    box-shadow: 0 4px 8px #000;
}
.list li {
    background-image: url(https://www.worldescape.co.in/images/arrow-right.png);
    background-repeat: no-repeat;
    
    padding-left: 30px;
    margin-bottom: 15px;
    list-style: none;
}
.section {
    padding: 60px 0;
}
.figure-text img {
    width: 100%;
}
.figure-text h4 {
    font-size: 29px;
    position: relative;
    margin: 35px 0 25px 0;
    padding-bottom: 12px;
}
.figure-text h4:before {
    bottom: 0;
}
.leader-title h2 {
    background-color: #0087ffe0;
    color: #333;
    margin: 0;
}
.leader-title h2 span {
    display: inline-block;
    position: relative;
    padding: 12px 50px;
}
.leader-title h2 span::after,
.leader-title h2 span::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
}
.leader-title h2 span::before {
    left: -50px;
}
.leader-title h2 span::after {
    right: -50px;
}
.leader-title .description {
    background-color: #2e2e2e;
    margin: 0;
    font-size: 15px;
    color: #fff;
    line-height: 32px;
    text-align: justify;
}
.leadership-section {
    background-color: #edfbfd;
}
.leadership-section .row {
    margin-bottom: 40px;
}
.leadership-section .row:last-child {
    margin-bottom: 0;
}
.about-leadership {
    width: 100%;
    overflow: hidden;
    text-align: justify;
}
.leadership-section figure {
    width: 100%;
    float: none;
    position: relative;
    z-index: 2;
}
.leadership-section figure img {
    object-fit: cover;
    width: 200px;
    border-radius: 50%;
    transition: all 0.4s linear;
    height: 201px;
    margin-top: 55px;
}
.about-leadership h3 span {
    display: block;
    font-size: 19px;
    font-weight: 400;
}
.leadership-section .row:nth-of-type(even) figure::before {
    left: -25px;
    right: auto;
}
.leadership-section .row:nth-of-type(even) figure:hover::before {
    left: -30px;
}
.leadership-section .col-md-3.pull-right {
    text-align: right;
}
@media screen and (max-width: 768px) {
    .leadership-section figure img {
        margin-top: 0;
    }
    .leadership-section .col-md-3.pull-right {
        text-align: left;
    }
}
.slider01 {
    float: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.slider {
    position: relative;
    width: 9999px;
}
.slider:after,
.slider:before {
    display: table;
    content: " ";
}
.slider:after {
    clear: both;
}
.slider .slide {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
.slider .slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
#next > span,
#prev > span,
#slider-nav > a,
.act {
    background: url(https://www.worldescape.co.in/images/arrows.png) no-repeat;
}
#next > span,
#prev > span {
    display: block;
    width: 16px;
    height: 30px;
}
#next > span {
    background-position: -20px 0;
}
#prev > span {
    background-position: 0 0;
}
#next,
#prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.39);
    -o-user-select: none;
}
#prev {
    left: 10px;
}
#next {
    right: 10px;
}
.caption {
    position: absolute;
    bottom: 100px;
    display: block;
    width: 100%;
    padding: 30px;
    color: #fff;
    max-width: 450px;
    background-color: rgba(254, 193, 18, 0.85);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 15px;
}
.caption a {
    display: block;
    color: #fff;
}
.slider-nav {
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.slider-nav a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    cursor: pointer;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    border: 2px solid #fff;
    border-radius: 50%;
    background: 0 0;
}
.slider-nav .active {
    width: 12px;
    height: 12px;
    background: #fff;
}
.caption h3 {
  
    margin: 0;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 37px;
}
.caption h3 strong {
    font-size: 31px;
    color: #000;
}
.caption p {
    font-size: 15px;
    font-weight: 400;
}
.caption a {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 9px 25px;
}
.caption a:hover {
    background-color: #fff;
    color: #000;
}
.section01 {
    float: left;
    width: 100%;
    padding: 50px 0 45px;
}
.section02 {
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #f1f1f1;
}
.section03 {
    float: left;
    width: 100%;
    padding: 30px 0 50px;
}
.section04 {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0 40px;
    background-color: #f1f1f1;
}
.section05 {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0;
}
.indus01 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
    z-index: 9898;
}
.indus01 a {
    color: #222121;
}
.indus01 a:hover {
    color: #fab207;
}
.indus01 img {
    display: inline-block !important;
    width: auto !important;
    padding: 23px;
    border: 10px solid #fec319;
    border-radius: 50%;
    position: relative;
    height: auto;
    transition: all 0.3s linear;
}
.indus01 h4 {
    margin: 15px 0;
    padding: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
    float: left;
    width: 100%;
}
.indus01 img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
    border: 3px solid #000;
    top: 0;
    left: 0;
    z-index: 1;
}
.indus01:hover img {
    border: 10px solid #d3231f;
}
.indus01img {
    float: none;
    width: auto;
    height: auto;
    position: relative;
    margin: auto;
    display: inline-block;
    padding: 6px;
    transition: all 0.3s linear;
}
.indus01img:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px dashed #fff;
    transform: scale(1.3);
    opacity: 0;
    transition: all 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.indus01:hover .indus01img:after {
    border: 1px dashed #d3231f;
    opacity: 1;
    transform: scale(1);
}
.section06 {
    width: 100%;
    height: auto;
    float: left;
    background-image: url(https://www.worldescape.co.in/images/formbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.homeform {
    float: left;
    width: 100%;
    background-color: #222;
    padding: 50px 50px 20px;
}
.homeform h3 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}
.homeform h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 12px;
}
.homeform ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
}
.homeform ul li {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 13px;
}
.homeform ul li input {
    width: 100%;
    height: auto;
    float: left;
    padding: 12px 0;
    border: 0;
    background-color: #0000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.49);
    outline: 0;
    color: #fff;
}
.homeform ul li input::-webkit-input-placeholder,
.homeform ul li textarea::-webkit-input-placeholder {
    color: #fff;
}
.homeform ul li input:-ms-input-placeholder,
.homeform ul li textarea:-ms-input-placeholder {
    color: #fff;
}
.homeform ul li input::placeholder,
.homeform ul li textarea::placeholder {
    color: #fff;
}
.homeform ul li textarea {
    width: 100%;
    height: 100px;
    float: left;
    padding: 12px 0;
    border: 0;
    background-color: #0000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.49);
    outline: 0;
    color: #fff;
}
.homeform ul li input[type="submit"] {
    width: auto;
    background-color: #f9b016;
    padding: 9px 44px;
    border: 0;
    border-radius: 39px;
    color: #fff;
}
.homeform ul li input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}
.section07 {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0;
}
.section07 h3 {
    font-size: 34px;
    margin-bottom: 35px;
    text-align: center;
    margin-top: 0;
}
.footer01 {
    float: left;
    width: 100%;
    height: auto;
}
.footer01 {
    width: 100%;
    height: auto;
    float: left;
}
.footer01 img {
    margin-bottom: 20px;
}
.footrmidl {
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 0 30px;
background-color:#131822f0;
}
.foot01 {
    float: left;
    width: 100%;
    height: auto;
}
.foot01 p {
    color: white;
    font-size: 14px;
    text-align: left;
}
.foot02 {
    float: left;
    width: 100%;
}
.foot02 h3 {
    margin: 0;
    padding: 0 0;
    color: #fec112;
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 15px;
}
.fotlink {
    width: 100%;
    height: auto;
    list-style: none;
}
.fotlink li {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}
.fotlink li a {
    color: white;
}
.fotlink li a:hover {
    color: #fec112;
}
.fotadres {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.fotadres li {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    color: white;
}
.fotadres li a {
    color: black
    margin-right: 14px;
    display: block;
}
.fotadres li img {
    position: absolute;
    top: 3px;
    left: 0;
}
.fotadres li a:hover {
    color: #fec112;
}
.footerbot {
    float: left;
    width: 100%;
    height: auto;
    background-color: #131822;
    text-align: center;
    padding: 15px 0;
}
.footerbot p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.73);
}
.footerbot p a {
    color: #fec112;
}
.footerbot p a:hover {
    color: rgba(255, 255, 255, 0.73);
}
.foot04 .fotadres:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.banner-with-caption img {
    width: 100%;
}
.caption.service-caption {
    right: 50px;
    background-color: #fec112;
  
    max-width: 560px;
}
.caption.service-caption strong {
    color: #fff;
    font-size: 32px;
}
.caption.service-caption span {
    color: #000;
}
.caption.service-caption h1 {
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.caption.service-caption h1 span {
    font-weight: 600;
}
.caption.service-caption h3 {
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.caption.service-caption h3 span {
    font-size: 32px;
    font-weight: 700;
}
.caption.service-caption p {
    font-size: 24px;
}
.caption.service-caption p span {
    font-size: 43px;
    font-weight: 800;
}
.why-max {
    border-top: 1px solid #cecece;
}
.heading {
    margin-top: 55px;
    margin-bottom: 30px;
    position: relative;
}
.heading:after {
    content: "";
    position: absolute;
    width: 72px;
    height: 4px;
    background-color: #fec112;
    left: 0;
    bottom: -20px;
    right: 0;
    margin: auto;
}
.service-box {
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px solid #fec112;
    padding: 20px;
    text-align: center;
}
.service-icon {
    min-height: 100px;
    position: relative;
}
.service-icon img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
textarea {
    resize: none;
}
.sidebar-contact input#sbtnform {
    background-color: #fab207;
    color: #fff;
}
.other-services-icon {
    text-align: center;
    min-height: 85px;
    margin: 15px 10px 10px;
    position: relative;
}
.other-services-icon img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.why-max h2 {
    text-align: center;
}
.why-max-box {
    padding: 20px 40px;
    border: 1px solid #c2c2c2;
    position: relative;
    margin-top: 80px;
    background-color: #fff;
    z-index: 1;
}
.why-max-box img {
    position: absolute;
    top: -50px;
    left: 30px;
}
.why-max-box h3 {
    margin-left: 110px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.why-max-box p {
    color: #5b5b5b;
    font-size: 16px;
}
.why-max .container {
    position: relative;
    padding-bottom: 80px;
}
.why-max img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.contact-us-caption {
    background: 0 0;
    color: #010101;
    left: 200px;
    bottom: 120px;
}
.contact-page {
    background-image: url(https://www.worldescape.co.in/images/contact-form-bg.jpg);
    float: none;
}
.form-right {
    position: relative;
}
.form-right img {
    position: relative;
    right: 0;
    left: 0;
    margin: -20px auto 0;
}
.address-map-section {
    margin: 60px 0;
}
.address-map-section .address {
    padding: 35px 20px 35px 25px;
    border: 1px solid #cdcdcd;
    position: relative;
    z-index: -1;
}
.address-map-section .address img.address-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.address-map-section .address ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.address-map-section .address ul li {
    width: 100%;
    position: relative;
    padding-left: 40px;
    margin-bottom: 18px;
}
.address-map-section .address li img {
    position: absolute;
    top: 3px;
    left: 0;
}
.address-map-section .address a,
.address-map-section .address ul li {
    color: #414141;
    font-size: 17px;
}
.address-map-section .heading {
    margin-top: 0;
}
.address-map-section .heading:after {
    height: 2px;
    display: inline-block;
    position: static;
    margin-bottom: 5px;
    margin-left: 15px;
}
.address-map-section .map {
    padding: 20px 30px;
    margin-top: -70px;
}
.services-list {
    border-top: 1px solid #ddd;
}
.services-list .list-unstyled {
    padding-right: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
}
.services-list .list-unstyled:last-child {
    padding-right: 0;
}
.services-list .list-unstyled li {
    background-image: url(https://www.worldescape.co.in/images/right-tick.png);
    background-repeat: no-repeat;
    width: 100%;
    flex-basis: 49%;
    background-position-y: 5px;
    padding-left: 35px;
    padding-bottom: 11px;
    font-size: 17px;
    color: #424242;
    background-size: 25px;
}
.services-list h3 {
    position: relative;
    padding-bottom: 15px;
}
.services-list h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #fec112;
    width: 60px;
}
.remove-shadow {
    box-shadow: 0 0 0;
    border: 0;
    padding-top: 0;
}
.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 10px #00000052;
}
.sidebar-contact {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -300px;
    width: 300px;
    height: auto;
    padding: 15px 25px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 99;
}
.sidebar-contact.active {
    right: 0;
}
.sidebar-contact input,
.sidebar-contact select,
.sidebar-contact textarea {
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
    border: 1px solid #ddd;
    outline: 0;
    color: #757070;
}
.sidebar-contact h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.sidebar-contact textarea {
    height: 80px;
    resize: none;
}
.sidebar-contact input[type="submit"] {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    height: auto;
    padding: 10px;
    margin: 0;
}
.sidebar-contact .toggle {
    position: absolute;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background: #fab207;
    top: 44%;
    left: -170px;
    padding: 7px 12px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transform: translateY(-50%) rotate(-90deg);
}
.sidebar-contact .toggle:before {
    content: "Get A Free Quote";
 
    font-size: 19px;
    color: #fff;
}
.sidebar-contact .toggle.active:before {
    content: "\f067";
    font-family: fontAwesome;
    transform: rotate(-225deg);
    position: absolute;
    left: 0;
    right: 0;
}
.sidebar-contact .toggle.active {
    transform: rotate(0);
    border-radius: 0;
    left: -40px;
    width: 40px;
    top: 0;
}
.service-home {
    display: flex;
    margin: 0 -10px;
    flex-flow: wrap;
    flex-direction: row;
}
.homeform h3 img {
    width: 23px;
    vertical-align: bottom;
    margin-left: 8px;
}
.arrow-top-line {
    -webkit-transition: all 0.2s ease-in-out;
}
.arrow-top {
    transform: rotate(135deg);
    height: 8px;
    width: 8px;
    position: absolute;
    left: 19px;
    top: 18px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
}
@media (max-width: 1250px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 25px;
    }
}
@media (max-width: 1170px) {
    .header .container {
        width: 100%;
        padding: 0 30px;
    }
    .logo a img {
        max-height: 40px;
    }
    .contact-us-caption {
        bottom: 0;
    }
    .address-map-section .address img.address-img {
        z-index: -1;
    }
    .figure-text h4 {
        font-size: 26px;
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 1024px) {
    .form-right img {
        margin: 4px auto 0;
    }
    .homeform h3 {
        font-size: 18px;
    }
    .homeform h3 img {
        width: 18px;
    }
    .logo {
        margin-top: 6px;
    }
    .why-max-box h3 {
        margin-left: 0;
        margin-top: 65px;
        margin-bottom: 19px;
    }
    .fotadres li a {
        word-break: break-all;
    }
}
@media (max-width: 991px) {
    .section04 .col-xs-12,
    .section06 .col-xs-12 {
        width: 100%;
    }
    .logo {
        border: 0;
    }
    #next,
    #prev {
        display: none;
    }
    .leader-title .description {
        font-size: 20px;
        line-height: 28px;
    }
    .contact-page .form-right {
        display: none;
    }
    .fotadres li {
        padding-left: 30px;
    }
    .fotadres li img {
        width: 18px;
    }
    .footrmidl .col-md-3 {
        width: 33.3333%;
    }
    .banner-with-caption img {
        height: 215px;
    }
    .logo {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .why-max-box {
        height: auto !important;
    }
    .homeform {
        padding: 25px;
    }
    .fotadres li a {
        word-break: inherit;
    }
    .section01,
    .section04,
    .section05,
    .section07 {
        padding: 30px 0;
    }
    .section03 {
        padding: 30px 0 20px;
    }
}
@media (max-width: 767px) {
    .menu01 {
        position: relative;
        z-index: 9;
    }
    .menu-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .close-menu {
        position: absolute;
        right: 0;
        width: 20px;
        height: 20px;
        top: 10px;
        cursor: pointer;
        right: 10px;
    }
    .close-menu::after,
    .close-menu:before {
        content: "";
        height: 2px;
        background-color: #2b2a2a;
        width: 13px;
        position: absolute;
        top: 8px;
        transition: all 0.3s linear;
    }
    .close-menu:before {
        transform: rotate(89deg);
    }
    .close-menu.active::before {
        transform: rotate(0);
    }
    .list li {
        font-size: 15px;
        margin-bottom: 11px;
    }
    .section {
        padding: 40px 0;
    }
    .leadership-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .leadership-section .pull-right {
        width: 100%;
    }
    .about-leadership {
        margin-bottom: 30px;
        padding-top: 20px;
    }
    .about-leadership,
    .leadership-section .row {
        margin-bottom: 15px;
    }
    .leadership-section .container {
        padding: 0 15px;
    }
    .leader-title .description {
        font-size: 18px;
    }
    .leader-title h2 span {
        padding: 12px 40px;
    }
    .top01 .col-md-5 {
        display: none;
    }
    .top01 .col-md-7 {
        width: 100%;
    }
    .homeform {
        padding: 35px 30px 1px;
    }
    .homeform h4 {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .caption {
        padding: 20px;
    }
    .caption h3 {
        margin-bottom: 8px;
        line-height: 25px;
    }
    .caption p {
        line-height: 16px;
        font-size: 15px;
    }
    .caption a {
        padding: 5px 14px;
    }
    .caption h3 strong {
        font-size: 25px;
    }
    .address-map-section {
        margin: 45px 0;
    }
    .address-map-section .heading::after {
        width: 50px;
    }
    .address-map-section .map {
        padding: 20px 15px;
    }
    .address-map-section .address a,
    .address-map-section .address ul li {
        font-size: 16px;
    }
    .address-map-section .address ul li {
        margin-bottom: 11px;
    }
    .logo {
        border: 0;
    }
    .logo a img {
        max-height: 30px;
    }
    .sidebar-contact input,
    .sidebar-contact select,
    .sidebar-contact textarea {
        padding: 4px 10px;
        margin-bottom: 5px;
        font-size: 13px;
    }
    .sidebar-contact input[type="submit"] {
        padding: 6px 10px;
    }
    .sidebar-contact textarea {
        height: 50px;
    }
    .sidebar-contact .toggle {
        left: -96px;
    }
    .sidebar-contact .toggle::before {
        font-size: 17px;
    }
   
    .tab-nav ul li a {
        font-size: 18px;
        width: 150px;
        padding: 12px 15px;
    }
    .fotadres li a {
        display: inline-block;
    }
    .footrmidl .col-md-3:first-child {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .footrmidl .col-md-3 {
        width: 50%;
    }
    .footrmidl .col-md-3:last-child {
        width: 100%;
        margin-top: 30px;
    }
    .close-menu.active::after,
    .close-menu.active:before {
        background: #fff;
    }
    .heading {
        margin-top: 40px;
    }
    .why-max-box {
        padding: 20px 15px 30px;
        text-align: center;
    }
    .why-max-box img {
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
    }
    .why-max-box h3 {
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .service-box {
        min-height: 237px;
    }
    .services-list figure img {
        width: 100%;
    }
    .section01 {
        padding: 30px 0 30px;
    }
    .menu01 {
        float: right;
    }
}
@media (max-width: 580px) {
    .caption {
        display: none;
    }
    .banner-with-caption img {
        height: 120px;
    }
    .section07 h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .common-pages .services-list li a {
        font-size: 17px;
    }
    .top01 .container {
        padding: 0 10px;
    }
    .footrmidl .col-md-3:first-child {
        text-align: left;
    }
    .footrmidl .col-md-3:nth-of-type(3) {
        margin-top: 30px;
    }
    .footer01 .container {
        padding: 0 15px;
    }
    .footrmidl .col-md-3 {
        width: 100%;
    }
    .address-map-section .map iframe {
        height: 250px;
    }
    .about-leadership h3 {
        margin-top: 0;
        font-size: 22px;
    }
    .leadership-section figure img {
        width: 120px;
        height: 120px;
    }
    .about-leadership h3 span {
        font-size: 16px;
    }
    .heading {
        font-size: 25px;
        text-align: left;
    }
    .why-max-box h3 {
        font-size: 20px;
    }
    .homeform {
        padding: 22px 20px 1px;
    }
    .container {
        padding: 0 15px;
    }
    .services-list .list-unstyled li {
        flex-basis: 100%;
        background-position-y: 6px;
        padding-left: 27px;
        padding-bottom: 11px;
        font-size: 17px;
        color: #424242;
        background-size: 20px;
    }
    .leadership-section {
        padding-left: 0;
        padding-right: 0;
    }
    .leader-title h2 span {
        padding: 12px 25px;
    }
}
.scl-list {
    margin-bottom: 0px;
}
.scl-list li a {
    display: block;
    width: 22px;
    height: 22px;
  
    background-size: 145px;
}

.scl-list li a:hover {
    background-color:#007cc2;;
	
}

.scl-list li.facbook a {
    background-position: 4px;
}
.scl-list li.twitter a {
    background-position: -19px;
}
.scl-list li.instagram a {
    background-position: -44px;
}
.scl-list li.linkedin a {
    background-position: -71px;
}
.scl-list li.youtube a {
    background-position: -117px;
    background-size: 175px;
}
.foot02 .fotlink {
    list-style: none;
}
.scl-list li {
    display: inline-block;
    margin-right: 8px;
    list-style: none;
}
.foot02 .scl-list {
    margin-top: 15px;
    width: 100%;
    float: left;
}
.foot02 h4 {
    color: white;
    font-weight: 500;
    margin-bottom: 17px;
}
.foot01 .pad {
    padding: 5px !important;
}
.foot01 .pad.d img {
    border-radius: 0px;
}
.sidebar-contact#tgg .toggle.active {
    transform: rotate(0);
    border-radius: 0;
    left: -40px !important;
    width: 40px !important;
    top: 20px !important;
}
.sidebar-contact .toggle {
    position: absolute;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background: #fab207;
    top: 80% !important;
    left: -105px !important;
    padding: 7px 12px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transform: translateY(-50%) rotate(-90deg) !important;
    z-index: 9999;
}
.sidebar-contact .toggle:before {
    content: "Get A Free Quote";

    font-size: 19px;
    color: #fff;
}
@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp 0.4s;
        animation: fadeInUp 0.4s;
    }
    #portfolio .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp 0.4s;
        animation: fadeInUp 0.4s;
    }
    .navbar-nav > li {
        margin-left: 10px;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .recent-work-wrap .recent-work-inner h3 a {
        font-size: 20px;
    }
    .services-wrap {
        padding: 40px 10px 40px 30px;
    }
    .single-services h2 {
        font-size: 18px;
    }
    .single-services h3 {
        font-size: 14px;
    }
    #portfolio .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .team-bar .first-arrow {
        width: 21%;
    }
    .team-bar .second-arrow {
        width: 20%;
    }
    .team-bar .third-arrow {
        width: 21%;
    }
    .team-bar .fourth-arrow {
        width: 20%;
    }
    ul.social_icons li {
        margin-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp 0.4s;
        animation: fadeInUp 0.4s;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-nav > li {
        margin-left: 0;
    }
    #main-slider .carousel h1 {
        font-size: 25px;
    }
    #main-slider .carousel h2 {
        font-size: 20px;
    }
  
    .services-wrap {
        padding: 40px 0 40px 30px;
    }
    .recent-work-wrap .recent-work-inner h3 a {
        font-size: 20px;
    }
    .team-bar .first-one-arrow {
        width: 2%;
    }
    .team-bar .first-arrow {
        width: 18%;
    }
    .team-bar .second-arrow {
        width: 24%;
    }
    .team-bar .third-arrow {
        width: 15%;
    }
    .team-bar .fourth-arrow {
        width: 20%;
    }
}
@media (max-width: 767px) {
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-left: 0;
    }
    .top-number {
        font-size: 14px;
    }
    .navbar-nav > li {
        padding-bottom: 0;
    }
    #main-slider .carousel h1 {
        font-size: 25px;
    }
    #main-slider .carousel h2 {
        font-size: 16px;
    }
    .single-services h2 {
        font-size: 18px;
    }
    .single-services h3 {
        font-size: 14px;
    }
  
    .tab-wrap .media .pull-left {
        clear: both;
        width: 100%;
    }
    .tab-wrap .media .media-body {
        clear: both;
    }
    .nav-tabs > li.active > a:after {
        display: none;
    }
    #footer .col-sm-6 {
        text-align: center;
    }
    #footer .pull-right {
        float: none !important;
    }
    .team .single-profile-bottom,
    .team .single-profile-top {
        margin-bottom: 30px;
    }
    .clients-area {
        padding: 60px 0;
    }
    .clients-area h1 {
        font-size: 25px;
    }
    .portfolio-item {
        padding: 0 15px;
    }
    ul.social_icons li {
        margin-right: 0;
    }
}
.r-tabs {
    position: relative;
}
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: -2px;
    list-style: none;
    border-style: solid;
    border-color: #7ed8f2;
    border-width: 1px;
}
.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
    background-color: #fff;
    color: #000;
    margin-left: -2px;
}
.r-tabs .r-tabs-accordion-title {
    display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
    background: #007cc2;
    margin-bottom: 0;
    padding: 10px 12px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #fff;
    margin-bottom: -1px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    border-bottom: 0 solid #fff;
}
.r-tabs .r-tabs-nav .r-tabs-state-default {
    border-radius: 3px 3px 0 0;
    border-bottom: 0 solid #fff;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #0ad;
    background-color: #fff;
    border-bottom: 0 solid #fff;
}
.r-tabs-nav .r-tabs-tab a:hover {
    background-color: #fff;
    color: #000;
}
.r-tabs .r-tabs-nav .r-tabs-tab li:hover {
    background-color: red;
    color: #000;
}
.r-tabs .r-tabs-panel {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-shadow: 0 -2px 3px -2px rgb(0 0 0 / 20%), 0 2px 2px rgb(0 0 0 / 10%);
    border-radius: 3px 3px 0 0;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #0ad;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #0ad;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }
    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
.floating-wpp {
    position: fixed;
    bottom: 5px;
    right: 0px;
    font-size: 14px;
    transition: bottom 0.2s;
	z-index: 1;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

.floating-wpp:hover {
   
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
	right: 12px;
}
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}




.top-container {
 
  text-align: left;
}

.header {
  
  
  position: fixed;

top: -7px;
width: 100%;
z-index: 99;
background-color:RGBA(248, 248, 249, 0.99);
  border-radius: 2px;
  box-shadow: 0px 1px 10px #999;
  
}


.sticky {
  position: fixed;
  top: -7;
  width: 100%;
  background:white;
}

.sticky + .content {
  padding-top: 152px;
}

.sticky1 {
 
  background-color:RGBA(248, 248, 249, 0.99);
  border-radius: 2px;
  box-shadow: 0px 1px 10px #999;
}

.sticky2 {
	
	display:none;
}






.goog-te-combo{
	font-size:15px;
}




.box{
    background: linear-gradient(180deg, #e52d27 0%, #b31217 100%);
 
    border-radius: 25px 0;
    position: relative;
    overflow: hidden;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after{
    content: "";
    background: #fff;
    width: 50%;
    height: 4px;
    transform: scaleX(0);
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    transition: all 600ms ease;
}
.box:after{
    top: auto;
    bottom: 15px;
    left: auto;
    right: 15px;
}
.box .box-content:before,
.box .box-content:after{
    width: 4px;
    height: 50%;
    transform: scaleY(0);
}
.box .box-content:after{
    left: auto;
    right: 15px;
    top: auto;
    bottom: 15px;
}
.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after{
    transform: scale(1);
	cursor:pointer;
}
.box img{
    width: 100%;
    height: auto;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.25s linear;
}
.box:hover img{
    opacity: 0.25;
    transform: scale(1.25);
	cursor:pointer;
}
.box .inner-content{
    color: #fff;
    text-align: center;
    width: 70%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
}
.box:hover .inner-content{
    opacity: 1;
    top: 50%;
	cursor:pointer;
}
.box .title{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.box .post{
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 12px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    display: inline-block;
    margin: 0 4px;
}
.box .icon li a{
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 10px 0 10px 0;
    display: block;
    transition: all 0.3s;
}
.box .icon li a:hover{
    color: #b31217;
    background: #fff;
    border-radius: 0 10px 0 10px;
	cursor:pointer;
}
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}






.box1{
  
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.box1:before,
.box1:after,
.box1 .box-content:before,
.box1 .box-content:after{
    content: "";
    width: 100%;
    height: 50%;
    background: #E65100;
    opacity: 0.6;
    transform: translateX(-50%) translateY(0%);
    position: absolute;
    top: -50%;
    left: 50%;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    transition: all .3s;
}
.box1:after{
    transform: translateX(-50%) translateY(0%);
    top: auto;
    bottom: -50%;
    z-index: 0;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.box1 .box-content:before{
    width: 50%;
    height: 100%;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    left: auto;
    right: -50%;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.box1 .box-content:after{
    width: 50%;
    height: 100%;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    right: auto;
    left: -50%;
    z-index: 0;
    -webkit-clip-path: polygon(0 100%, 100% 50%, 0 0);
    clip-path: polygon(0 100%, 100% 50%, 0 0);
}
.box1:hover:before{ top:0; }
.box1:hover:after{ bottom:0; }
.box1:hover .box-content:before{ right:0; }
.box1:hover .box-content:after{ left:0; }
.box1 img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.5s;
	cursor:pointer;
}
.box1:hover img{ transform: scale(1.5);
cursor:pointer; }
.box1 .box-content{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.box1 .content{
    text-align: center;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
}
.box1 .title{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    transform: rotateY(360deg) scale(0);
    transition: all 0.5s;
}
.box1:hover .title{ transform: rotateY(0) scale(1); 
cursor:pointer;}
.box1 .post{
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 15px;
    display: block;
    transform: rotateY(360deg) scale(0);
    transition: all 0.5s ease 0.25s;
}
.box1:hover .post{ transform: rotateY(0) scale(1);
cursor:pointer; }
.box1 .icon{
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    transform: rotateY(360deg) scale(0);
    transition: all 0.5s ease 0.45s;
}
.box1:hover .icon{ transform: rotateY(0) scale(1); 
cursor:pointer;}
.box1 .icon li{
    display: inline-block;
    margin: 0 3px;
}
.box1 .icon li a{
    color: #E65100;
    background-color: #fff;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 10px;
    display: block;
    transition: all 0.3s;
	padding-top:8px;
}
.box1 .icon li a:hover{
    color: #fff;
    background-color: #E65100;
    box-shadow: 0 0 10px #000;
	cursor:pointer;
}

.box1  .read {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #f0f4ba;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #f0f4ba;
    background: #020e2b;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    margin-left: 30%;
}


@media only screen and (max-width:990px){
    .box1{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box1 .title{ font-size: 22px; }
}




.demo{ background:     #2994f224;
    padding-top: 10px;
	padding-bottom: 10px;
 }
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{ display: table; width:100%}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 21%;
    min-width: 21%;
    border: none;
    position: relative;
	 vertical-align: top;
}
.vertical-tab .nav-tabs li{
    float: none;
    vertical-align: top;
	
}
.vertical-tab .nav-tabs li a{
    display: block;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left:20px;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    color: #505050;    
    text-align: left;
    border-radius: 0;
    border: none;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
	 vertical-align: top;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a{
    color: #505050;
    background: transparent;
    border: none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: "";
    width: 100%;
    height: 100% ;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
    width: 5px;
    background: #de7921;
    left: 97%;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li a:hover:after{ left: 0; }
.vertical-tab .tab-content{
    
    padding-top: 10px;
	padding-bottom:15px;
	padding-left:35px;
    background: #fff;
   
    line-height: 24px;
    letter-spacing: 1px;
    text-align: justify;
    vertical-align: top;
    position: relative;
	width:100%;
	height:320px;
	overflow-y: auto;
	
	
}
.vertical-tab .tab-content h3{
    font-size: 18px;
	font-weight:600;
    color: #505050;
    margin: 0 0 5px 0;	
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:15px;
	display: inline-block;
	background: rgba(0,0,0,0.1);
	border-radius:5px;
	width:auto;
}

.vertical-tab .tab-content h2{
    font-size: 15px;
	line-height:22px;
	font-style:bold;
	font-weight:300;
    
}


.vertical-tab .nav-tabs li a i{
	display: inline-block;
     font-size: 15px;
	 margin: 0 20px 0 15px;
	 
    
}

.vertical-tab .list li {
	
	
}


@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs {
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .nav-tabs li{ margin-bottom: 10px; }
    .vertical-tab .nav-tabs li a { padding: 10px; }
    .vertical-tab .nav-tabs li a:before{
        top: 100%;
        left: 0;
    }
    .vertical-tab .nav-tabs li a:after{
        width: 100%;
        height: 4px;
        top: 90%;
        left: 0;
    }
    .vertical-tab .nav-tabs li.active a:before,
    .vertical-tab .nav-tabs li a:hover:before,
    .vertical-tab .nav-tabs li.active a:after,
    .vertical-tab .nav-tabs li a:hover:after{ top: 0; }
    .vertical-tab .tab-content {
        display: block;
        padding: 20px 15px 5px;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
	
	
}


  





.serviceBox1{
    color: #fff;
   
    text-align: justify;
    padding: 25px 5px 30px 0;
    box-shadow: 15px 0 15px -15px rgba(0, 0, 0, 0.5) inset;
    position: relative;
}
.serviceBox1:after{
    content: "";
    background: #FF018F;
    width: 20px;
    height: 20px;
    box-shadow: 20px 0 20px -20px rgba(0, 0, 0, 0.5) inset;
    position: absolute;
    bottom: 10px;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.serviceBox1 .service-content{
    background: linear-gradient(to left bottom,#FD9743,#FF018F);
    padding: 15px;
    border-radius:0 30px 30px 0;
    box-shadow: 20px 0 20px -20px rgba(0, 0, 0, 0.5) inset;
}
.serviceBox1 .title{
    color: #FF018F;
    background: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    margin: 0 -20px 20px -15px;
    border-radius: 0 30px 30px 0;
    box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.5) inset, 5px 0 5px rgba(0,0,0,0.2);
}
.serviceBox1 .description{
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 20px;
}
.serviceBox1 .service-icon{
    color: #fff;
    font-size: 45px;
	 text-align: center;
}
.serviceBox1:hover .service-icon i{
    transform: rotate(360deg);
    transition: all 0.3s;
}
.serviceBox1.blue:after{ background: #6558FF; }
.serviceBox1.blue .service-content{ background: linear-gradient(to left bottom,#02D7DD,#6558FF); }
.serviceBox1.blue .title{ color: #6558FF; }
.serviceBox1.purple:after{ background: #910090; }
.serviceBox1.purple .service-content{ background: linear-gradient(to left bottom,#F83ABE,#910090); }
.serviceBox1.purple .title{ color: #910090; }
.serviceBox1.green:after{ background: #00AE85; }
.serviceBox1.green .service-content{ background: linear-gradient(to left bottom,#02F4C1,#00AE85); }
.serviceBox1.green .title{ color: #00AE85; }
@media only screen and (max-width:990px){
    .serviceBox1{ margin: 0 0 30px; }
}

a:hover, a:focus{
    outline: none;
    text-decoration: none;
}
#accordion .panel{
    border-radius: 0;
    box-shadow: none;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 0;
    background: #fff;
}
#accordion .panel-title{
    overflow: hidden;
}
#accordion .panel-title a{
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #333;
	line-height:1.7;
    text-transform: capitalize;
    padding: 17px 17px 17px 55px;
    position: relative;
    transition: all 0.30s linear 0s;
	
	
	
}
#accordion .panel-title a.collapsed{
    background: #e5e5e55c;
    color: #333;
}
#accordion .panel-title a.collapsed:hover{
   
	 background: #170d0d5c;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107"!important;
    font-family: FontAwesome !important;
    font-weight: 900;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;	
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background: #63626229;
    transition: all 0.30s linear 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f105"!important;
    background: #010208;
    color: white;
}
#accordion .panel-body{
    border-top: none;
    color: black;
	background: rgb(193,193,231);
background: linear-gradient(90deg, rgba(193,193,231,0.638328659100359) 0%, rgba(228,235,236,0.8316059700247287) 100%, rgba(179,192,193,0.9016339812292105) 100%);
}

#accordion h1 {
	
	font-size:20px;
	font-weight:200;
	margin-top:0;
	color:black;
}

#accordion  h1::after {
	
	
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: #b80000;
}


#accordion h1::before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -14px;
    background-color: #b80000;
    margin-top: 45;
	
}


#accordion .list-unstyled {
	
	font-size:14px;
	color:black;
	
}

#accordion .list-unstyled  li{
	
	font-size:14px;
	color:black;
	
}









  
   .nav-tabs > li > a {
 padding-top:10px;
 padding-bottom:10px;
 background: #01090c12;
}
   
  
   
   .list li {
	   background-image:none;
list-style-type: square;
padding-left: 5px;
margin-bottom: 5px;
   }	   
   
   
   
.service-item.border {
    padding: 60px 40px;
    background: rgba(255, 255, 255, .95);
    border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 5px 1px #ccc;
}
.cws-icon.border-icon, .cws-social, .service-item.icon-center {
    text-align: center;
}
.service-item {
    transition: all .3s;
    position: relative;
}
.cws-icon, .service-item {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}








.tab

{ 
text-align: left; 
font-size:15px;
}
.tab-content {
    padding-left: 20px;
	padding-right: 20px;
	padding-top:0px;
	padding-bottom:0px;
}



.tab .nav-tabs{   
    border-bottom: none;
    position: relative;
	
}
.tab .nav-tabs li{
     margin-bottom: 0;	
	 display:inline-block;
	
	 
}


.tab .nav-tabs > li{
   
	display:inline-block;
	
}
.tab .nav-tabs > li > a{
    border: none;
    padding-top: 5px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
    color:#fff;
    background:#2d6ac1;
    border-radius:0;
	font-size:12px;
	
}
.tab .nav-tabs > li > a > i{
    font-size:22px;
    margin-right:10px;
	color:white;
}
.tab .nav-tabs > li.active > a
{
	
background-color: #ff6600;
}
.tab .nav-tabs > li.active > a:focus{
	
}
.tab .nav-tabs > li.active > a:hover{
    border: none;
    background: #e74c3c;
    color:#fff;
    transition:background 0.20s linear;
}




.tab .nav-tabs > li > a:hover{
    border: none;
    background: #e74c3c;
    color:black;
    transition:background 0.20s linear;
}


.tab .nav-tabs li.active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 37%;
    border: 15px solid transparent;
    border-top-color: #ff6600; ;
}
.tab .tab-content{
   
    line-height: 25px;
    border: 0px solid #337ab7;
    border-top:5px solid #ff6600;;
    border-bottom:5px solid #ff6600;;
   padding-left:10px;
   padding-right:0px;
	z-index: -5;
	
	transform: translateY(0px);
z-index: 100;

opacity: 1;

transition: all ease-out 0.3s 0.3s;
 text-align: justify;
  text-justify: inter-word;

	
	
}




.nav-tabs li{
     margin-bottom: 0;	
	 	 
}



 

.card {
	 position: relative; 
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2); 
 position:relative;
  margin: auto;
  text-align: center;
  cursor:pointer;
}


.card .pq{
    
    position: absolute; 
   bottom: 0%; 
   left: 0; 
   width: 100%; 
 
}

.card .pq:hover{
    
    background-color:yellow;
	
 
}
 

.card h1{
	
	font-size:12.5px;
	font-weight: 800;	
	
	
	background:rgb(199 204 218 / 73%);
	width: 100%;	
    color: #030310;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 5;
	
}
	

.card h2{
	
	font-size:16px;
	font-weight: 900;
	
	margin-top:0px;
	margin-bottom:0px;
	
	background:rgb(199 204 218 / 73%);
	width:100%;	
    color: #030310;
	padding-top: 5;
padding-bottom: 5px;
	
}



.card p{
	
	margin-top:0px;
	
}



.card:hover {
 
 background-color:rgb(255,228,181,0.7);
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
 color:black;
 
  
}

.card:hover  > h1{
  
  background-color:rgb(255,228,181,0.7);
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
 color:black;
}
.card:hover  > h2{
  
  background-color:rgb(255,228,181,0.7);
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
 color:black;
}
.card img {
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: rgba(0,0,0,0.6);
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}

.card img:hover  {
	opacity: .9;
	-webkit-animation: shine .75s;
	animation: shine .75s;
	background-color: red;
	-webkit-transform: scale(1.3);
	transform: scale(1.005);
	
}


@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.card  title {
  color: grey;
  font-size: 12px;
}

.card  button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}



.card button:hover, a:hover,a:visited 
{  
 
  color:white;
}

a.carv:link ,a.carv:visited,a.carv:hover,a.carv:active
{
	text-decoration: none; 
	background-color:black;
	color:black;
}

.uk-container {
	max-width:100%;
	padding-left: 40px;
    padding-right: 0px;
	
}



.uk-padding {
    padding: 0px;
}






.uk-timeline .uk-timeline-item .uk-card {
	
}

.uk-timeline .uk-timeline-item {
    display: flex;
    position: relative;
	
}


.uk-card {
	
	

}

.uk-timeline .uk-timeline-item::before {
    background: #39f;
    content: "";
    height: 100%;
    left: 19px;
    position: absolute;
    bottom: 0px;
	top: 10px;
    width: 2px;
	z-index: -1;
}

.uk-timeline .uk-timeline-item .uk-timeline-icon .uk-badge {
		margin-top: 20px;
    width: 40px;
    height: 40px;
	
}

.uk-timeline .uk-timeline-item .uk-timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1rem;
}

.uk-card-body {
    padding: 15px 15px;
}

.uk-card-header {
    padding: 20px 40px;
}
.uk-card-header {
    padding: 15px 30px;
}


.uk-timeline .uk-timeline-item .uk-timeline-icon .uk-badge {
    margin-top: 20px;
    width: 70px;
    height: 40px;
}

.uk-timeline .uk-timeline-item::before{
	
	left:28px;
}

.one h1 {
  text-align: center;  
  padding-bottom: 5px;
}
.one h1::before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
  margin-top: 73;
}
.one h1::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}

.uk-label {
	
	padding-bottom:5px;
}






.tab

{ 
text-align: left; 
}
.tab .nav-tabs{   
    border-bottom: none;
    position: relative;
	
}
.tab .nav-tabs li{
     margin-bottom: 0;	
	 display:inline-block;
	
	 
}


.tab .nav-tabs > li{
    margin-right: 2px;
	display:inline-block;
	
}
.tab .nav-tabs > li > a{
    border: none;
    padding-top: 5px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
    color:#fff;
    background:#2d6ac1;
   
	
}
.tab .nav-tabs > li > a > i{
    font-size:22px;
    margin-right:10px;
	color:white;
}
.tab .nav-tabs > li.active > a
{
	
background-color: #007cc2;
}
.tab .nav-tabs > li.active > a:focus{
	
}
.tab .nav-tabs > li.active > a:hover{
    border: none;
    background: #e74c3c;
    color:#fff;
    transition:background 0.20s linear;
}




.tab .nav-tabs > li > a:hover{
    border: none;
    background: #e74c3c;
    color:black;
    transition:background 0.20s linear;
}


.tab .nav-tabs li.active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 45%;
    border: 15px solid transparent;
    border-top-color: #337ab7; ;
}
.tab .tab-content{
   
    line-height: 25px;
    border: 1px solid #f2f5f7;
    border-top:5px solid #337ab7;;
    border-bottom:0px solid #337ab7;;
   
	z-index: -5;
	
	transform: translateY(0px);
z-index: 100;

opacity: 1;

transition: all ease-out 0.3s 0.3s;


	
	
}

.tab .list-unstyled  li{
    font-size:14px;
    
	
}


.nav-tabs > li{
	
	border-bottom: 0px solid #e6e6e6;
	
}











.tab1

{ 
text-align: left; 
}
.tab1 .nav-tabs{   
    border-bottom: none;
    position: relative;
	font-size:10px;
	
}
.tab1 .nav-tabs li{
     margin-bottom: 0;	
	 display:inline-block;
	
	 
}


.tab1 .nav-tabs > li{
    margin-right: 0px;
	display:inline-block;
	
	
}
.tab1 .nav-tabs > li > a{
    border: none;
    padding-top: 5px;
padding-right: 3px;
padding-bottom: 10px;
padding-left: 3px;
    color:#fff;
    background:#2d6ac1;
   
	
}
.tab1 .nav-tabs > li > a > i{
    font-size:22px;
    margin-right:10px;
	color:white;
}
.tab1 .nav-tabs > li.active > a
{
	
background-color: #ff6600;
}
.tab1 .nav-tabs > li.active > a:focus{
	
}
.tab1 .nav-tabs > li.active > a:hover{
    border: none;
    background: #e74c3c;
    color:#fff;
    transition:background 0.20s linear;
}




.tab1 .nav-tabs > li > a:hover{
    border: none;
    background: #e74c3c;
    color:black;
    transition:background 0.20s linear;
}


.tab1 .nav-tabs li.active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 20%;
    border: 15px solid transparent;
    border-top-color: #ff6600; ;
}
.tab1 .tab-content{
   
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #ff6600;;
    border-bottom:5px solid #ff6600;;
   
	z-index: -5;
	
	transform: translateY(0px);
z-index: 100;

opacity: 1;

transition: all ease-out 0.3s 0.3s;


	
	
}

.tab1 .list-unstyled  li{
    font-size:14px;
    
	
}



.loader{
    width: 50px;
    height: 50px;
    margin: 50px auto 0;
    transform: rotate(45deg);
    position: relative;
    animation: rotation 1s infinite;
}
.loader div{
    background-color: #37a041;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    position: absolute;
    left: 0;
}
.loader div:nth-child(1){ animation: shape1 0.3s ease 0s infinite alternate; }
.loader div:nth-child(2){
    background-color: #3867d6;
    left: auto;
    right: 0;
    animation: shape2 0.3s ease 0.3s infinite alternate;
}
.loader div:nth-child(3){ 
    background-color: #ffa502;
    bottom: 0;
    animation: shape3 0.3s ease 0.3s infinite alternate;
}
.loader div:nth-child(4){ 
    background-color: #eb2f06;
    bottom: 0;
    left: auto;
    right: 0;
    animation: shape4 0.3s ease 0s infinite alternate;
}
@keyframes rotation{
    0%{ transform: rotate(0deg); }
    100%{ transform: rotate(360deg); }
}
@keyframes shape1{
    0%{ transform: translate(0, 0); }
    100%{ transform: translate(10px, 10px); }
}
@keyframes shape2{
    0%{ transform: translate(0, 0); }
    100%{ transform: translate(-10px, 10px); }
}
@keyframes shape3{
    0%{ transform: translate(0, 0); }
    100%{ transform: translate(10px, -10px); }
}
@keyframes shape4{
    0%{ transform: translate(0, 0); }
    100%{ transform: translate(-10px, -10px); }
}


.boxr{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px #555;
	margin-bottom: 10px;
}
.boxr img{
    width: 100%;
    height: 200px;
	border-radius: 0px;
}
.boxr .box-heading{
    width: 90%;
    position: absolute;
    bottom: 10px;
    left: 5%;
    background: rgba(215, 226, 230, 0.75);
    padding: 5px 50px 5px 5px;
    color: black;
    transition: all 0.3s ease 0s;
}
.box-heading{
    width: 100%;
    position: relative;
    bottom: 10px;    
    background: rgba(215, 226, 230, 0.75);
    padding: 5px 5px 5px 5px;
    color: black;
    transition: all 0.3s ease 0s;
}


.boxr:hover .box-heading{
    left: 100%;
}


.boxr .box-heading:after{
  
	content: "\f105"!important;
    font-family: FontAwesome !important;	
    font-weight: 900;
    width: 40px;
    height: 30px;
    padding-top:3px;
    position: absolute;
    top: 13px;
    right: 11px;
    background: #20211c;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.box-heading:after{
  
	content: "\f105"!important;
    font-family: FontAwesome !important;	
    font-weight: 900;
    width: 40px;
    height: 30px;
    padding-top:3px;
    position: absolute;
    top: 7px;
    right: 11px;
    background: #20211c;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.boxr .title{
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}
.boxr .post{
    display: block;
    font-size: 12px;
    color: black;
    text-transform: capitalize;
    margin-top: 2px;
}

.box-heading .title{
    margin: 0;
    font-size: 9px;
    font-weight: bold;
}
.box-heading .post{
    display: block;
    font-size: 11px;
    color: black;
    text-transform: capitalize;
    margin-top: 2px;
}

.boxr .boxContent{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    padding: 5px 7px;
    background: rgb(24 28 29 / 84%);
    transition: all 0.3s ease 0s;
	
}
.boxr:hover .boxContent{
    left: 0;
}
.boxr .description{
    font-size: 12px;
    color: #fff;
    line-height: 18px;
}

.boxr p{
    font-size: 12px;
    color: #fff;
    line-height: 18px;
}


.boxr .read{
    display: inline-block;
    padding: 10px 20px;
    background: #20211c;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
}
.boxr .read:hover{
    text-decoration: none;
    background: #fff;
    color: #3fc9f7;
}
.boxr .read i{
    font-size: 15px;
    font-weight: 700;
    margin-left: 10px;
}







@media only screen and (max-width: 990px){
    .boxr{ margin-bottom: 20px; }
}
@media only screen and (max-width: 479px){
    .boxr .boxContent{ padding: 10px; }
    .boxr .read{ margin-top: 10px; }
}
 
 



.marquee {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap; 
}
.marquee-content {
  display: inline-block;
  margin-top: 5px;
  animation: marquee 50s linear infinite;
  padding: 0 2rem;
  font-size: 2rem;
  color: white;
}

@keyframes swap {
  0%, 0% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}
.marquee-content:hover {
  animation-play-state: paused
}

@keyframes marquee {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}




.topnav {
  background-color: #333;
  overflow: hidden;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:10px;
}

/* Style the links inside the navigation bar */
.topnav a {
 
  color: #f2f2f2;
  text-align: center;
  padding: 15px 16px;
  text-decoration: none;
  font-size: 17px;
  
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #fab207;
  color: white;
}










.breadcrumbb {
	/*centering*/
	display: inline-block;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	border-radius: 5px;
	/*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
	counter-reset: flag; 
	margin-left: 0px;
	margin-top:20px;
	margin-bottom:10px;
}

.breadcrumbb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: white;
	/*need more margin on the left of links to accomodate the numbers*/
	padding: 0 10px 0 60px;
	background: #666;
	background: linear-gradient(#666, #333);
	position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumbb a:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumbb a:first-child:before {
	left: 14px;
}
.breadcrumbb a:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
	padding-right: 20px;
}

/*hover/active styles*/
.breadcrumbb a.active, .breadcrumb a:hover{
	background: #333;
	background: linear-gradient(#333, #000);
}
.breadcrumbb a.active:after, .breadcrumb a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumbb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -18px; /*half of square's length*/
	/*same dimension as the line-height of .breadcrumb a */
	width: 36px; 
	height: 36px;
	/*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
	transform: scale(0.707) rotate(45deg);
	/*we need to prevent the arrows from getting buried under the next link*/
	z-index: 1;
	/*background same as links but the gradient will be rotated to compensate with the transform applied*/
	background: #666;
	background: linear-gradient(135deg, #666, #333);
	/*stylish arrow design using box shadow*/
	box-shadow: 
		2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);
	/*
		5px - for rounded arrows and 
		50px - to prevent hover glitches on the border created using shadows*/
	border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumbb a:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
.breadcrumbb a:before {
	content: counter(flag);
	counter-increment: flag;
	/*some styles now*/
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	background: #444;
	background: linear-gradient(#444, #222);
	font-weight: bold;
	padding-left: 7px;
	color:black;
}




@media only screen 
  and (min-device-width: 1920px) {
	  
	  
.card img{
	width:100%;
	height:200px;
 }
 
	  
	    
	 .carousel-inner > .item > a > img, .carousel-inner > .item > img, .sliderimg{
		 width:100%;
		 height:900px;
	  }
	  .modal-box .modal-dialog .modal-content .modal-body .modal-left-content{
    color: #fff;
    background-color: #ff790a;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255,255,255,0.1) 20px, rgba(255,255,255,0.1) 40px );
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 25%;   
    padding: 120px 0;
    display: inline-block;
    float: left;
}
	  
	  
	  .ticker-wrap {
 position: absolute;
top: 860px;
width: 100%;
overflow: hidden;
height: 4rem;
background: red;
opacity: 0.65;
box-sizing: content-box;
z-index: 20000;
padding-left: 150;
}

	  
	  
	  .center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
	  
	  
	  .dm{
		
		width :600px;
		
	}

.whychoose01 {
    float: left;
    width: 100%;
    height: auto;
}
.whychoose01 h3 {
    margin: 0;
    font-size: 25px;
    color: #fec112;
    font-weight: 400;
}
.whychoose01 h4 {
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 39px;
}
.whychoose01 ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.whychoose01 ul li {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    padding-left: 75px;
    margin-bottom: 18px;
    padding-top: 8px;
    padding-right: 20px;
    min-height: 47px;
}
.whychoose01 ul li img {
    max-width: 100%;
    max-height: 74px;
    position: absolute;
    top: 0;
    left: 0;
}
.whychoose02 {
    float: left;
    width: 100%;
    margin-top: 50px;
}


	  
	  
.modal-body{
    max-height: calc(100vh - 110px);
    overflow-y: auto;
	overflow-x: hidden;
}

.modal-dialog {
	margin-top:-320px;
}
	  
	  
	  
	 .pageclass {
    width: 95%;
    margin: auto;
}

	 
	.hotelsc{ 
	 
	 
	 display:block;position:relative;padding-left:0px;padding-top:5px; padding-right:229px;margin:0px auto 0px;
	 
	}
	  

.ims {	  
	 
	 width:100%;
	 height:450px;
	
	 
}


 .ims11 {	  
	 
	 width:100%;
	 height:450px;
	
	 
}

  
 .dropdown-menu {
    top: 55%;
}

.boxr .description{
    font-size: 18px;
    color: #fff;
	line-height:24px;
   
}
.boxr img{
    width: 100%;
    height: 350px;
	border-radius: 0px;
}

	  .ims1 {	  
	 
	
	  height:250px;
	  width:100%;
	 
}


	  .ims2{	  
	 
	
	  height:240px;
	 
}
	 .nav > li > a {
		 position: relative;
display: block;
padding: 15px 20px;
font-size:15px;
	  
  }


	   .content {
  padding-top: 99px;
}

.leader-title h2{
	
	font-size:30px;
	
}




.serviceBox{
    color: #999;
    background: linear-gradient(transparent 65%, #3088E2 65%);
 
    text-align: center;
    padding: 0 15px 15px;
    border-radius: 0 0 150px 150px;
    box-shadow: 0 12px 7px -7px rgba(0, 0, 0, 0.2);
position:absolute;
right:0;
z-index:15;
width:15%;
top:2.29%;
}
.serviceBox .service-icon{
    color: #fff;
    background-color: #3088E2;
    font-size: 50px;
    line-height: 80px;
    height: 80px;
    width: 85px;
    margin: 0 auto 25px;
    border-radius: 0 0 50px 50px;
	min-height: 10px;
	padding-left:15px;
	
}
.serviceBox .service-content{
    background: #fff;
    padding: 0 10px 10px;
    border-radius: 15px 15px 150px 150px;
    border-top: 15px solid #3088E2;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.serviceBox .title{
    color: #3088E2;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
	padding-left:30px;
}
.serviceBox .description{
    font-size: 14px;
    margin: 0 0 15px;
}
.serviceBox .read-more{
    color: #3088E2;
    font-size: 14px;
    transition: all 0.3s ease 0s;
	padding-left:50px;
}
.serviceBox.orange{ background: linear-gradient(transparent 0%, #FFA005 65%); }
.serviceBox.orange .service-content{ border-top-color: #FFA005; }
.serviceBox.orange .service-icon{ background-color: #FFA005; }
.serviceBox.orange .title,
.serviceBox.orange .read-more{
    color: #FFA005;
}
.serviceBox.pink{ background: linear-gradient(transparent 65%, #f22e52 65%); }
.serviceBox.pink .service-content{ border-top-color: #f22e52; }
.serviceBox.pink .service-icon{ background-color: #f22e52; }
.serviceBox.pink .title,
.serviceBox.pink .read-more{
    color: #f22e52;
}
.serviceBox.green{ background: linear-gradient(transparent 65%, #00B59C 65%); }
.serviceBox.green .service-content{ border-top-color: #00B59C; }
.serviceBox.green .service-icon{ background-color: #00B59C; }
.serviceBox.green .title,
.serviceBox.green .read-more{
    color: #00B59C;
}
.serviceBox .read-more:hover{
    color: #999;
    border-bottom: 1px dashed #999;
}
@media only screen and (max-width:990px) {
    .serviceBox{ margin: 0 0 30px; }
    .serviceBox .service-content{ padding: 0 35px 20px; }
}
@media only screen and (max-width:359px) {
    .serviceBox .service-content{ padding: 0 20px 20px; }
}
	  
  }



@media only screen 
  and (max-device-width: 1366px) {
	  
	  
	  
	  .card img{
	width:100%;
	height:150px;
 }

	  
	 .carousel-inner > .item > a > img, .carousel-inner > .item > img, .sliderimg{
		 width:100%;
		 height:555px;
	  }
	  
	  .modal-box .modal-dialog .modal-content .modal-body .modal-left-content{
    color: #fff;
    background-color: #ff790a;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255,255,255,0.1) 20px, rgba(255,255,255,0.1) 40px );
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 25%;   
    padding: 120px 0;
    display: inline-block;
    float: left;
}
	  
	  .ticker-wrap {
 position:absolute;
  top:520px;
  
  overflow: hidden;
  height: 4rem;
  background: red;
  opacity: 0.65;
  box-sizing: content-box;
  z-index:0;  
  padding-left:150px;
}

	  
	  .center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
	  
	  .dm{
		
		width :600px;
		
	}

.whychoose01 {
    float: left;
    width: 100%;
    height: auto;
}
.whychoose01 h3 {
    margin: 0;
    font-size: 25px;
    color: #fec112;
    font-weight: 400;
}
.whychoose01 h4 {
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 39px;
}
.whychoose01 ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.whychoose01 ul li {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    padding-left: 75px;
    margin-bottom: 18px;
    padding-top: 8px;
    padding-right: 20px;
    min-height: 47px;
}
.whychoose01 ul li img {
    max-width: 100%;
    max-height: 74px;
    position: absolute;
    top: 0;
    left: 0;
}
.whychoose02 {
    float: left;
    width: 100%;
    margin-top: 50px;
}


	  
	  
.modal-body{
    max-height: calc(100vh - 50px);
    overflow-y: auto;
	overflow-x: hidden;
}

.modal-dialog {
	margin-top:-220px;
}
	  
	  
	  
	  .pageclass {
    width: 95%;
    margin: auto;
}

	  
	  .hotelsc{ 
	 
	 
	 display:block;position:relative;padding-left:0px;padding-top:5px; padding-right:215px;margin:0px auto 0px;
	 
	}
	  
	  
	  
	  .dropdown-menu {
    top: 74%;
	
}
	  
	  
.boxr img{
    width: 100%;
    height: 250px;
	border-radius: 0px;
}
	    
	 .ims {	  
	 
	 width:100%;
	 height:400px;
	
	 
}


 .ims11 {	  
	 
	 width:100%;
	 height:400px;
	
	 
}

	  
	  .ims1 {	  
	 
	   width:100%;
	  height:250px;
	 
}

	
	


	  .ims2 {	  
	 
	
	  height:240px;
	 
}

 .nav > li > a {
	 
	 padding-top: 5px;

padding-bottom: 5px;

 }

	
	   .content {
 padding-top: 99px;
}

.leader-title h2{
	
	font-size:20px;
	
}

.navbar-nav > li {
	padding-bottom:0px;
}
	  

.serviceBox{
    color: #999;
    background: linear-gradient(transparent 65%, #3088E2 65%);
  
    text-align: center;
    padding: 0 10px 10px;
    border-radius: 0 0 150px 150px;
    box-shadow: 0 12px 7px -7px rgba(0, 0, 0, 0.2);
position:absolute;
right:3px;
z-index:15;
width:15%;
top:2.1%;
}
.serviceBox .service-icon{
    color: #fff;
    background-color: #3088E2;
    font-size: 20px;
    line-height: 80px;
    height: 30px;
    width: 35px;
    margin: 0 auto 5px;
    border-radius: 0 0 50px 50px;
	min-height:25px;
}
.serviceBox .service-content{
    background: #fff;
    padding: 0 10px 10px;
    border-radius: 15px 15px 150px 150px;
    border-top: 15px solid #3088E2;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.serviceBox .title{
    color: #3088E2;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.serviceBox .description{
    font-size: 10px;
	line-height:12px;
    margin: 0 0 15px;
}
.serviceBox .read-more{
    color: #3088E2;
    font-size: 12px;
    transition: all 0.3s ease 0s;
}
.serviceBox.orange{ background: linear-gradient(transparent 0%, #fab207 60%); }
.serviceBox.orange .service-content{ border-top-color: #fab207; }
.serviceBox.orange .service-icon{ background-color: #fab207; }
.serviceBox.orange .title,
.serviceBox.orange .read-more{
    color: #fab207;
}
.serviceBox.pink{ background: linear-gradient(transparent 65%, #f22e52 65%); }
.serviceBox.pink .service-content{ border-top-color: #f22e52; }
.serviceBox.pink .service-icon{ background-color: #f22e52; }
.serviceBox.pink .title,
.serviceBox.pink .read-more{
    color: #f22e52;
}
.serviceBox.green{ background: linear-gradient(transparent 65%, #00B59C 65%); }
.serviceBox.green .service-content{ border-top-color: #00B59C; }
.serviceBox.green .service-icon{ background-color: #00B59C; }
.serviceBox.green .title,
.serviceBox.green .read-more{
    color: #00B59C;
}
.serviceBox .read-more:hover{
    color: #999;
    border-bottom: 1px dashed #999;
}
@media only screen and (max-width:990px) {
    .serviceBox{ margin: 0 0 30px; }
    .serviceBox .service-content{ padding: 0 35px 20px; }
}
@media only screen and (max-width:359px) {
    .serviceBox .service-content{ padding: 0 20px 20px; }
}



	  
  }







@media only screen 
 and (min-device-width: 700px) 
  and (max-device-width: 1024px) {
	  
	  
	  
	     
	 .ims {	  
	 
	 width:100%;
	 height:auto;
	
	 
}


 .ims11 {	  
	 
	 width:100%;
	 height:250px;
	
	 
}
	  
	  .card img{
	width:100%;
	height:auto;
 }

	  
	  .header .container {
		  background-color:white;
	  }
	    
	 .carousel-inner > .item > a > img, .carousel-inner > .item > img, .sliderimg{
		 width:100%;
		 height:390px;
	  }
	  
	  .modal-box .modal-dialog .modal-content .modal-body .modal-left-content{
    color: #fff;
    background-color: #ff790a;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255,255,255,0.1) 20px, rgba(255,255,255,0.1) 40px );
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 25%;   
    padding: 120px 0;
    display: inline-block;
    float: left;
}
	  
	  .ticker-wrap {
 position:relative;
top: -30px;

overflow: hidden;
height: 4rem;
background: red;
opacity: 0.65;
box-sizing: content-box;
z-index: 0;
padding-left: 150px;
}

	  
	  
	  
	  .serviceBox .service-content {
    padding: 0 15px 10px;
}
	  
	  .center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.slider-h3 {
    font-size: 45px;
	font-weight:700;
    display: inline-block;
}

.slider-p {
    font-size: 25px;
    display: inline-block;
}
 

.serviceBox{
    color: #999;
    background: linear-gradient(transparent 65%, #3088E2 65%);
  
    text-align: center;
    padding: 0 10px 10px;
    border-radius: 0 0 150px 150px;
    box-shadow: 0 12px 7px -7px rgba(0, 0, 0, 0.2);
position:absolute;
right:6%;
z-index:15;
width:22%;
top:1.93%;
}

.serviceBox .service-content{
    background: #fff;
    padding: 0 10px 10px;
    border-radius: 15px 15px 150px 150px;
    border-top: 15px solid #3088E2;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
element {
}


.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    z-index: 10;
    padding-top: 5px;
    padding-left: 0%;
    padding-bottom: 0px;
    color: #fff;
    text-align: center ;  
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background: rgba(0,0,0,0.3);
    border-radius: 25px;
}


.carousel-indicators {
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}


  }






@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  .breadcrumbb {
		  
		  display:none;
		  
	  }
	  
	  .breadcrumb {
		  
		  display:block;
	  }
	     
	 .ims {	  
	 
	 width:100%;
	 height:auto;
	
	 
}

 .ims11 {	  
	 
	 width:100%;
	 height:250px;
	
	 
}
	  
	  .card img{
	width:100%;
	height:auto;
 }

	  
	  .header .container {
		  background-color:white;
	  }
	  
	    
	 .carousel-inner > .item > a > img, .carousel-inner > .item > img, .sliderimg{
		 width:100%;
		 height:200px;
	  }
	  
	  .navbar-brand {
    padding: 0;
    margin-top: -9px;
}
	  
	  
	  .topnav {
  background-color: #333;
  overflow: hidden;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:10px;
  display:grid;
}
	  
	  
	  
	  .modal-box .modal-dialog .modal-content .modal-body .modal-left-content{
    color: #fff;
    background-color: #ff790a;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255,255,255,0.1) 20px, rgba(255,255,255,0.1) 40px );
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 25%;   
    padding: 5px 05px;
    display: inline-block;
    float: left;
}
	  
	  
	  .ticker-wrap {
 position:relative;
top: -30px;

overflow: hidden;
height: 3rem;
background: red;
opacity: 0.65;
box-sizing: content-box;
z-index: 20000;
padding-left: 150;
  
}

.marquee-content {
    display: inline-block;
    margin-top: 0px;
    animation: marquee 50s linear infinite;
        animation-play-state: running;
    padding: 0 2rem;
    font-size: 1.3rem;
    color: white;
}

	 
.slider-h3 {
    font-size: 18px;
	font-weight:700;
    display: inline-block;
}

.slider-p {
    font-size: 12px;
    display: inline-block;
}
	  
	  
	  
	  
	  .center h2 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 20px;
}
	  
	  .dm{
		
		width :100%;
		
	}
	  .whychoose01 ul li {
    width: 100%;
    min-height: 60px;
    font-size: 17px;
}
	  
	  
.modal-body{
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}

.modal-dialog {
	margin-top:-70px;
}


.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    z-index: 10;
    padding-top: 5px;
    padding-left: 0%;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;    
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background: rgba(0,0,0,0.3);
    border-radius: 25px;
}
	
	.carousel-indicators {
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

	  
	  
	  
	  
	  .pageclass {
    width: 100%;
    margin: auto;
}

	  
	  
	  
	  .tab > .nav-tabs li{
        width:100%;
    }
    .tab .nav-tabs > li > a{
        padding: 20px;
		 width:100%;
    }
    .tab .nav-tabs > li.active:after {
        border:none;
    }
	.nav-tabs > li {
   border-bottom: 1px solid #e6e6e6;
}
	  
	  
	  .uk-padding {
		  padding:0px;
	  }
	  
	  .uk-container {
		  
		  padding:0px;
		  
	  }
	  
	  .tab .tab-content{
		  
		  padding:0px;
	  }
	  
	  .tab-content {
		  padding:0px;
		  
		  
		  
	  }
	  
	  .uk-timeline .uk-timeline-item .uk-timeline-content{
		  padding:0px;
		  
	  }
	  
	  
	  .one h1::before {
 
  margin-top: 66;
}
	  
	  
	    
	   .content {
  padding-top: 93px;
}

.navbar-nav {
	margin:0px;
}
	  

.serviceBox{
    color: #999;
    background: linear-gradient(transparent 0%, #3088E2 65%);
  
    text-align: center;
    padding: 0 5px 5px;
    border-radius: 0 0 150px 150px;
    box-shadow: 0 12px 7px -7px rgba(0, 0, 0, 0.2);
position:absolute;

z-index:15;
width:28%;
right:10%;
display:block;
top: 1.68%;
}
.serviceBox .service-icon{
    color: #fff;
    background-color: #3088E2;
    font-size: 10px;
    line-height: 80px;
    height: 10px;
    width: 15px;
    margin: 0 auto 5px;
    border-radius: 0 0 50px 50px;
	min-height:15px;
}
.serviceBox .service-content{
    background: #fff;
    padding: 0 00px 00px;
    border-radius: 15px 15px 150px 150px;
    border-top: 15px solid #3088E2;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.serviceBox .title{
    color: #3088E2;
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.serviceBox .description{
    font-size: 8px;
	line-height:12px;
    margin: 0 0 15px;
	display:none;
}
.serviceBox .read-more{
    color: #3088E2;
    font-size: 8px;
    transition: all 0.3s ease 0s;
}
.serviceBox.orange{ background: linear-gradient(transparent 0%, #FFA005 65%); }
.serviceBox.orange .service-content{ border-top-color: #FFA005; }
.serviceBox.orange .service-icon{ background-color: #FFA005; }
.serviceBox.orange .title,
.serviceBox.orange .read-more{
    color: #FFA005;
}
.serviceBox.pink{ background: linear-gradient(transparent 65%, #f22e52 65%); }
.serviceBox.pink .service-content{ border-top-color: #f22e52; }
.serviceBox.pink .service-icon{ background-color: #f22e52; }
.serviceBox.pink .title,
.serviceBox.pink .read-more{
    color: #f22e52;
}
.serviceBox.green{ background: linear-gradient(transparent 65%, #00B59C 65%); }
.serviceBox.green .service-content{ border-top-color: #00B59C; }
.serviceBox.green .service-icon{ background-color: #00B59C; }
.serviceBox.green .title,
.serviceBox.green .read-more{
    color: #00B59C;
}
.serviceBox .read-more:hover{
    color: #999;
    border-bottom: 1px dashed #999;
}
@media only screen and (max-width:990px) {
    .serviceBox{ margin: 0 0 30px; }
    .serviceBox .service-content{ padding: 0 0px 00px; }
}
@media only screen and (max-width:359px) {
    .serviceBox .service-content{ padding: 0 20px 20px; }
}


	  
	  
	  
  }
  
 
 
 
.breadcrumbh{
    display: inline-block;
    padding: 0;
    margin: 0;
    background: transparent;
    overflow: hidden;
	padding-top:5px;
	padding-bottom:5px;
	
}
.breadcrumbh li{
    float: left;
    padding: 8px 15px 4px 50px;
    background: #fdec82;
    font-size: 14px;
    font-weight: bold;
    color: #777;
    position: relative;
}

.breadcrumbh li a:hover{
    
	text-decoration:none;
	cursor:pointer;
	background-color:transparent;
	color:blue;
	
}

.breadcrumbh li:first-child{ background: #fdf9cc; }
.breadcrumbh li:last-child{
    background: #fddc05;
    margin-right: 18px;
}
.breadcrumbh li:before{ display: none; }
.breadcrumbh li:after{
    content: "";
    display: block;
    border-left: 18px solid #fdec82;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    right: -18px;
    z-index: 1;
}
.breadcrumbh li:first-child:after{ border-left-color: #fdf9cc; }
.breadcrumbh li:last-child:after{ border-left-color: #fddc05; }
.breadcrumbh li a{
    font-size: 14px;
    font-weight: bold;
    color: #777;
}

.breadcrumbh li:nth-child(2)        { background:        hsla(55.1, 92%, 80%,1); }
.breadcrumbh li:nth-child(2):after { border-left-color: hsla(55.1, 92%, 80%,1); }
.breadcrumbh li:nth-child(3)        { background:        hsla(55.1, 92%, 70%,1); }
.breadcrumbh li:nth-child(3):after { border-left-color: hsla(55.1, 92%, 70%,1); }
.breadcrumbh li:nth-child(4)        { background:        hsla(55.1, 92%, 60%,1); }
.breadcrumbh li:nth-child(4):after { border-left-color: hsla(55.1, 92%, 60%,1); }



@media only screen and (max-width: 479px){
    .breadcrumbh li{ padding: 8px 15px 8px 30px; }
}


 
 .navbar-nav > li {
	 
	 margin-left:0px;
	 
 }
 
 
 #preloader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fefefe;
z-index: 99;
height: 100%;
}
  
 
#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
top: 20%;
vertical-align:top;
background-image: url(../images/ajax-loader.gif);
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px;
}
 
 
 
 .lbox{
    text-align: center;
    position: relative;
    overflow: hidden;
	margin-bottom: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.lbox img{
    width: 100%;
    height:250px;
}

.lbox .read-more{
    display: inline-block;
    padding: 8px;
    background: #4da8f2;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
}


.lbox .title:after{
    content: "";
    display: block;
    width: 70%;
    border-bottom: 3px solid white;
    margin: 10px auto;
}





.lbox .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(227, 152, 11, 0.69);
    color: #f9eee8;
    padding: 30px 20px;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}



.lbox:before,
.lbox:after,
.lbox .box-content:before,
.lbox .box-content:after{
    content: "";
    background: #020e2b;
    width: 15%;
    height: 4px;
    transform: scaleX(0);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    transition: all 600ms ease;
}

.lbox:after{
    top: auto;
    bottom: 2px;
    left: auto;
    right: 2px;
}
.lbox .box-content:before,
.lbox .box-content:after{
    width: 4px;
    height: 15%;
    transform: scaleY(0);
}
.lbox .box-content:after{
    left: auto;
    right: 2px;
    top: auto;
    bottom: 2px;
}



.lbox:hover:before,
.lbox:hover:after,
.lbox:hover .box-content:before,
.lbox:hover .box-content:after{
    transform: scale(1);
	cursor:pointer;
}

.lbox:hover .box-content{
    transform: scale(1);
	
}
.lbox .title{
    font-size: 15px;
    font-weight: 1000;
    margin-bottom: 15px;
	color:#020e2b;
	line-height:1.5;
}
.lbox .description{
    font-size: 14px;
    margin-bottom: 15px;
	font-weight: 800;
}
.lbox .social-links{
    padding: 0;
    margin: 0;
    list-style: none;
}
.lbox .social-links li{
    display: inline-block;
    margin-right: 10px;
}
.lbox .social-links li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 17px;
    color: #f9eee8;
    border: 1px solid #f9eee8;
    transition: all 0.5s ease 0s;
}
.lbox .social-links li a:hover{
    background: #904656;
    border: 1px solid #904656;
}
.lbox .heading{
    width: 100%;
    position: absolute;
    bottom: 0;
	margin-bottom:0px;
    left: 0;
    background: rgba(12, 1, 25,0.7);
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    transition: all 0.5s ease 0s;
	line-height:1.5;
}
.lbox:hover .heading{
    bottom: -30%;
}
.lbox .heading h3{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
@media only screen and (max-width: 990px){
    .lbox{ margin-bottom: 20px; }
}
@media only screen and (max-width: 360px){
    .lbox .box-content{ padding: 10px; }
    .lbox:hover .heading{ bottom: -40%; }
}










 img{
	 opacity:1.1;
 }
 
 
.card img{
	 opacity:1.1;
 }
 

.card:hover img{
	 opacity:1.1;
 }
 
 
 
 
.heading-why {
    color: #020e2b;
    text-align: center;
    font-size: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    .heading-why:after {
        position: absolute;
        width: 150px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom: 2px dotted #fec112;
        content: "";
        bottom: 0;
    }

    .heading-why spann {
        font-size: 16px;
        display: inline-block;
        padding-left: 5px;
    }

 
 

video .video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video-wrap {
    overflow: hidden;
    width: 100%;
    position: absolute;
}



@media (max-width: 1200px) {
     .navbar-header {
          float: none;
      }

     .navbar-toggle {
          display: block;
      }

     .navbar-collapse {
          border-top: 1px solid transparent;
          box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      }

     .navbar-collapse.collapse {
          display: none!important;
      }

     .navbar-collapse.collapse.in {
          display: block !important; 
      }

     .navbar-nav {
          float: none!important;
          margin: 7.5px 0px;
      }

     .navbar-nav > li {
          float: none;
      }

     .navbar-nav > li > a {
          padding-top: 10px;
          padding-bottom: 10px;
      }
  }




.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.our-team{
    
	padding-bottom:10px;
}

.our-team .pic{
    position: relative;
    overflow: hidden;
	padding-bottom:05px;
}
.our-team .pic img{
    width: 100%;
    height: auto;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.our-team .over-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    background: rgba(156, 136, 185, 0.7);
    transition: all 0.5s ease 0s;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.our-team:hover .over-layer{
    bottom: 0;
}
.our-team .over-layer:before{
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    top: 5%;
    left: 5%;
    border-top: 5px solid rgba(255,255,255,0.7);
    border-left: 5px solid rgba(255,255,255,0.7);
    opacity: 0;
    transition: all 0.5s ease 0.5s;
}
.our-team:hover .over-layer:before{
    opacity: 1;
    height: 90%;
}
.our-team .social-links{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    position: relative;
    top: 45%;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease 1s;
}
.our-team:hover .social-links{
    opacity: 1;
    transform: scale(1);
}
.our-team .social-links li{
    display: inline-block;
    margin-left: 5px;
}
.our-team .social-links li a{
    width: auto;
    height: 30px;
    line-height: 30px;
    
	padding-left:10px;
	padding-right:10px;
    display: block;
    font-size: 13px;
    color: #fff;
    background: rgba(11, 32, 56, 0.7);
}
.our-team .team-content{
    background: #f3f5f7;
    padding: 10px 15px;
}
.our-team .team-title{
    font-size: 14px;
    font-weight: 700;
    color: #5d5e5e;
    margin: 0 0 5px 0;
}
.our-team .post{
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #898989;
    margin-bottom: 15px;
}
.our-team .post:after{
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background: #9c88b9;
    margin-top: 7px;
}
.our-team .description{
    font-size: 14px;
    color: #898989;
}
.our-team .read{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 8px 8px 50px;
    background: #d4460fe0;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}
.our-team .read:hover{
    background: #6dc1b3;
    text-decoration: none;
    color: #000;
}
.our-team .read:after{
   
}
.our-team .read:hover:after{
    background: #6dc1b3;
}
@media screen and (max-width: 990px){
    .our-team{ margin-bottom: 20px; }
}




		
 		
 .pagination-outer{ text-align: center; }
.pagination{
  
    display: inline-flex;
	list-style:none;
	
}
.pagination li{ margin: 0 5px; }
.pagination li a.page-link{
    color: #999;
    background: #e7e7e7;
    font-size: 19px;
    font-weight: 500;
    line-height: 37px;
    height: 38px;
    width: 30px;
    padding: 0;
    border: none;
    border-radius: 5px;
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover,
.pagination li a.page-link:focus{
    color: #fff;
    background: linear-gradient(#020e2b,#020e2b);
    border: none;
}
.pagination li a.page-link:before{
    content: '';
    background: linear-gradient(to right bottom,#020e2b,#020e2b);
    height: 10px;
    width: 10px;
    border-radius: 2px;
    opacity: 0;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 4px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.pagination li.active a.page-link:before,
.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before{
    opacity: 1;
    top: -4px;
}
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link{
    font-size: 20px;
    line-height: 34px;
    width: 38px;
    border-bottom: 3px solid;
}
.pagination li:first-child a.page-link:hover,
.pagination li:last-child a.page-link:hover{
    color: #fff;
    background: transparent;
    border-bottom-color: #ec008c;
}
.pagination li:first-child a.page-link:focus,
.pagination li:last-child a.page-link:focus{
    color: #999;
    background: #e7e7e7;
}
.pagination li:first-child a.page-link:before,
.pagination li:last-child a.page-link:before{
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.pagination li:first-child a.page-link:hover:before,
.pagination li:last-child a.page-link:hover:before{
    transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
}
.pagination li:first-child a.page-link:focus:before,
.pagination li:last-child a.page-link:focus:before{
    opacity: 0;
}

.thanks-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 10rem 0;
}
.ferst-sec {
    text-align: center;
}
.ferst-sec img {
    margin: 0 auto 3rem;
    max-width: 450px;
}
.thanks-author {
    margin-top: 6rem;
	color:white;
}
.thankpage-sec p {
    line-height: 26px;
    font-size: 16px;
	color:white;
}
.th-auther-content h3 {
    margin: 0 0 14px;
    font-size: 24px;
	color:white;
}
.th-auther-content h4 {
    margin: 25px 0 3px;
    font-size: 24px;
    color: #fab207;
}
.thankpage-sec .ferst-sec p {
    font-size: 17px;
}




.iserviceBox{
   
    text-align: center;
}
.iserviceBox .service-icon{
    color: #4e4e4e;
    background: #fb8f1c;
    font-size: 50px;
    line-height: 120px;
    width: 120px;
    height: 120px;
    margin: 0 auto 40px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.iserviceBox .service-icon:before,
.iserviceBox .service-icon:after{
    content: "";
    background: #faf6f7;
    width: 88%;
    height: 88%;
    border-radius: 15px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.4);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.iserviceBox .service-icon:after{
    background:#fb8f1c;
    width: 20px;
    height: 20px;
    border-radius: 0;
    box-shadow: none;
    top: auto;
    bottom: -30px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.iserviceBox .title{
    color: #fb8f1c;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.iserviceBox .description{
    color: #555;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}
.iserviceBox.green .service-icon,
.iserviceBox.green .service-icon:after{
    background-color: #04a3a3;
}
.iserviceBox.green .title{ color: #04a3a3; }
.iserviceBox.magenta .service-icon,
.iserviceBox.magenta .service-icon:after{
    background-color: #df4c4c;
}
.iserviceBox.magenta .title{ color: #df4c4c; }
.iserviceBox.blue .service-icon,
.iserviceBox.blue .service-icon:after{
    background-color: #03abcd;
}
.iserviceBox.blue .title{ color: #03abcd; }
@media only screen and (max-width: 990px){
    .iserviceBox{ margin: 0 0 30px; }
}
.demo{ background: #EAECED; }
.modal-box{}
.modal-box .show-modal{
    color: #fff;
    background: #ff790a;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 13px 20px;
    margin: 30px auto;
    border: none;
    border-radius: 50px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{
    color: #fff;
    text-shadow: 0 0 5px #000;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}
.modal-box .show-modal:before,
.modal-box .show-modal:after{
    content: "";
    background: #778ca3;
    width: 50%;
    height: 100%;
    opacity: 0;
    transform: scaleX(0);
    position: absolute;
    top:0;
    left: 0;
    transition: 0.1s linear;
    z-index: -1;
}
.modal-box .show-modal:after{
    background: #4b6584;
    width: 52%;
    transform: scaleX(1) scaleY(0);
    left: auto;
    right: -2px;
}
.modal-box .show-modal:hover:before,
.modal-box .show-modal:hover:after{
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal{ top: 5px !important; }
.modal-box .modal-dialog{
    width: 545px;
    margin: 30px auto 10px;
}
.modal-box .modal-dialog .modal-content{
    background: #fff;
    text-align: center;
    border: none;
    box-shadow: 0 0 10px rgba(0, 5, 85, .2);
}
.modal-box .modal-dialog .modal-content .close{
    color: #222;
    font-size: 28px;
    text-shadow: none;
    line-height: 15px;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close:hover{ color: #888; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 0 0 !important; }
.modal-box .modal-dialog .modal-content .modal-body:after{
    content: '';
    display: block;
    clear: both;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content{
    color: #fff;
    background-color: #ff790a;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255,255,255,0.1) 20px, rgba(255,255,255,0.1) 40px );
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 25%;   
    padding: 120px 0;
    display: inline-block;
    float: left;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content ul li{
    font-size: 40px;
    display: inline-block;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content ul li:first-child,
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content ul li:last-child{
    font-size: 20px;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content .title{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content .title span{
    font-size: 40px;
    font-weight: 900;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-main-content{
    width: 75%;
    padding-top:0px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;	
    display: inline-block;
}
.modal-box .modal-dialog .modal-content .modal-body .sub-title{
    display: block;
    background: #80c435;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255,255,255,0.1) 20px, rgba(255,255,255,0.1) 40px );
    margin: 5px 0 20px;
    padding: 9px 0 9px 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 21px;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.modal-box .modal-dialog .modal-content .modal-body .form-group
{ 
     text-align: left;
    margin-bottom: 20px;
    position: relative; 
	font-size:13px;
	}
.modal-box .modal-dialog .modal-content .modal-body .form-control{
    color: #000;
    background: #F2F2F2;
    font-size: 16px;
    letter-spacing: 1px;
    height: 40px;
    padding: 2px 15px 2px 30px;
    margin: 0 auto;
    box-shadow: none;
    border: none;
    display: inline-block;
    transition: all 0.3s;
}


.modal-box .modal-dialog .modal-content .modal-body .input-icon{
    color: #777;
    font-size: 18px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 5px;
}


.modal-box .modal-dialog .modal-content .modal-body .form-control::placeholder{
    color: #909090;
    font-size: 14px;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control:focus{
    box-shadow: none;
    border: none;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe{
    color: #fff;
    background-color: #ff790a;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 30px;
    margin: 0 auto;
    border:0 solid transparent;
    display: block;
    transition: all 0.3s ease-in-out;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{
    text-shadow: 3px 3px 0 #888;
    box-shadow: 0 0 15px rgba(0,0,0,0.4) inset;
}
@media only screen and (max-width: 576px){
    .modal-dialog{ width: 98% !important; }
    .modal-box .modal-dialog .modal-content .modal-body .modal-left-content,
    .modal-box .modal-dialog .modal-content .modal-body .modal-main-content{
        width: 100%;
        display: block;
        float: none;
        padding: 5px 5px;
        min-height: auto;
    }
    .modal-box .modal-dialog .modal-content .modal-body .modal-left-content .title span{
        font-size: 30px;
    }
}

.demo{ background: #cee3f8; }

.case_stdy_blk2{ background-color:#fab207; text-align: center; font-size: 18px; font-weight: 600;
padding-top: 20px;padding-bottom: 20px;line-height: 28px;}
.section03 .servieboximg .image-cntr img{}
.section03 .servieboximg img {
    width: 80px!important;
    margin: auto;margin-top: 15px;
}

 .hedh {
    
    color: #fab207;
	
 }
 
 .inputHolder1 .form-control {
    width: 50% !important;
    float: left;
}

.inputHolder .form-control {
    width: 33.333% !important;
    float: left;
}

.stdCode .form-control  {
    width: 50% !important;
    float: left;
    
}





.flat a, .flat a:after {
	background: white;
	color: black;
	transition: all 0.5s;
}
.flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
	background: #020e2b;
	COLOR:white;
}




.smenu {
	
	
	 width: 100%;
}
.side-menu{
  width: 100%;
  
  padding: 40px 0;
  box-sizing: border-box;
  background: rgba(40, 37, 37, 0.6);
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 5px 0px 10px rgba(17, 26, 41, 0.6);
}

.stitle{
	
	position:relative;
	float: right;
	right:18%;
	padding-top:12%;
	font-size:70px;
	color : white;
	
}

nav1 a{
  display: block ;
  padding: 25px;
  font-size:20px;
  font-weight:500;
  color: #fff;
  text-decoration: none;
  position: relative;
  
}
nav1 a+a::before{
   content: '';
   position: absolute;
   border-top: 1px solid #fff;
   left: 10px;
   right: 10px;
   top: 0;
}
/* Method 1 */
nav1 a .fas{
   margin-right: -1.1em;
   transform: scale(0);
   transition: .5s;
}
nav1 a:hover .fas{
  margin-right: 0.3em;
   transform: scale(1);
}




.vl {
	display:inline-block;
  border-left: 1px solid white;
  height: 14px;
}



.cbox {
 
  transform: translate(-50%, -50%);
}

.cbox select {
  background-color: #0563af;
  color: white;
  padding: 10px;
  width: 150px;
  border: none;
  font-size: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

.cbox::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.cbox:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.cbox select option {
  padding: 10px;
}










* {
  box-sizing: border-box;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}


h1 { font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5667px; }
