@import url(animate.css);
body {
    color: #333;
    overflow-x: hidden;
    font-size: 13px;
    line-height: 1.6;
    font-family: 'Poppins';
}

body.header-fixed-space {
    padding-top: 94px;
}

@media (max-width: 991px) {
    body.header-fixed-space {
        padding-top: 0;
    }
}

p,
li,
li a,
label {
    color: #555;
}

a {
    color: #eb7959;
    text-decoration: none;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}

a:hover {
    color: #72c02c;
    text-decoration: underline;
}

.pad42 {
    padding-top: 42px;
}

.nopadlt {
    padding-left: 0;
}

.head-rt h2 {
    padding-left: 22px;
    padding-top: 0;
    margin: 0;
    line-height: 15px;
    color: #2f363f;
    font-size: 23px;
    font-family: 'Poppins';
    font-weight: 500;
}

.head-rt p a {
    color: #eb7959;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 500;
    padding-left: 22px;
}
.nomrg{margin:0 !important;}
.head-rt p a:hover {
    color: #333;
}

.pattern {
    background: url(../images/pattern.png) no-repeat left top;
    width: 100%;
    padding: 0;
    float: left;
}

.content_outer {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.sliderinn_page {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px 0 5px;
    background: url(../images/blue_gray.jpg) repeat-x left top;
}

.banner_outer {
    width: 100%;
    float: left;
    background: url(../images/innerbanner_bg.jpg) repeat left top;
}

.banner_outer h1 {
    color: #fff;
    text-transform: uppercase;
    padding: 24px 0 38px;
    margin: 0;
    font-size: 20px;
    font-family: 'Poppins';
}

.nav_outer {
    width: 100%;
    float: left;
    padding-top: 17px;
}

.wrapper {
    background: #fff;
}

.btn-demo {
    color: #fff !important;
    background-color: #ff4a01 !important;
    font-family: 'Poppins';
    text-transform: uppercase;
    border: 2px solid #ed5565;
    float: left;
    font-size: 13px;
    padding: 6px 25px 4px !important;
    margin: 0px 0px 0px 10px;
}

.btn-demo:hover,
.btn-demo:focus,
.btn-demo:active,
.btn-demo.active {
    color: #ed5565 !important;
    background-color: transparent !important;
    border: 2px solid #ed5565;
}
.slideouter{height:170px; text-align:center;}
.navlt {
    padding: 0 !important;
    margin-top: -8px;
}

.text-muted {
    color: #FFF !important;
}

#services {
    padding:53px 0 155px 0; float:left; width:100%;
}

#services .box2 {
    padding: 27px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e4e8ed;
    border-radius: 0px;
    margin: 0 10px 40px 10px;
    background: #fff url(../images/doted.png) repeat-x left 114px;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 480px;
    width: auto !important
}

#services .box2:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: #413aa2 url(../images/doted.png) repeat-x left 114px;
    border-bottom: 5px solid #00c18d;
}

#services .icon {
    margin: 0 auto 28px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

#services .icon i {
    font-size: 36px;
    line-height: 1;
}

#services .title {
    font-weight: 500;
    color: #211d57;
    margin-bottom: 11px;
    font-family: 'Poppins';
    font-size: 19px;
}

#services .title a {
    color: #211d57;
}

#services .box2:hover .title a {
    color: #00c18d;
}

#services .description {
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 25px;
    margin-bottom: 0;
    color: #5a6671;
    text-align: center;
}

#services .box2:hover p.description {
    color: #fff;
}

.whatdo h2{color:#01aaf0; font-size:36px; text-align:center;  font-family: 'Poppins'; font-weight:500;}
.whatdo h4{color:#ffffff; font-size:18px; font-weight:400; background:url(../images/brd3.png) no-repeat center bottom;padding-bottom: 27px;}

/**************************************************/
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background:#ffffff;
}
.whatdo{background:#0a2d6f; width:100%; float:left;padding:72px 0;}

ul.dowrap{float:left; width:100%; padding:0;margin:43px 0 33px;}
ul.dowrap li{display:inline; float:left; list-style-position:inside; list-style-type:none;margin:0; padding:8px 0 4px 13px;}
ul.dowrap li img{border:1px solid #fff !important;}

/*******************End********************************/
.btn-get-started2 {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 62px;
    border-radius: 25px;
    transition: 0.5s;
    color: #fff;
    background: #00c18d;
    margin-right: 6px;
    margin-top: 34px !important;
    margin-bottom: 48px;
}

.btn-get-started2:hover {
    background: #373095;
    color: #fff;
    text-decoration: none;
}

.section-header h3 {
    font-size: 36px;
    color: #413aa2;
    text-align: center;
    margin: 0 0 6px;
    font-weight: 500;
    position: relative;
    font-family: 'Poppins';
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 14px;
    padding-bottom: 60px;
    color: #535074;
    width: 50%;
    font-weight: 400;
}

p.brd2 {
    padding-bottom: 23px !important;
    margin-bottom: 74px !important;
}

.brd2 {
    background: url(../images/brd2.png) no-repeat center bottom;
}

.newsletter ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.newsletter ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.newsletter :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.newsletter :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.newsletter {
    padding: 100px 0;
    text-align: center;
    background: url(../images/get-in-touch.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.newsletter:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 74, 1, .6);
}
.itemdiv{ border:1px solid #ccc; padding:25px 0; text-align:center;}

.newsletter .section-header h2 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 35px;
}

.newsletter .section-header h2:before {
    background: #fff;
}

.newsletter h3 {
    color: #fff;
    margin: 20px 0px 0px 0px;
    text-transform: none;
    font-weight: 400;
    font-size: 16px !important;
}

.newsletter form {
    margin: 40px auto 0 auto;
    width: 500px;
    position: relative;
}

.newsletter form input {
    width: 100%;
    border: 1px solid #fff;
    background: none;
    height: 45px;
    padding: 0 115px 0 15px;
    color: #fff !important;
}

.newsletter form button {
    border: 1px solid #fff;
    right: 0;
    top: 0;
    font-weight: 400;
    text-transform: uppercase;
    background: #fff;
    height: 45px;
    padding: 0 10px;
    position: absolute;
    color: #ed5565;
    border-radius: 0px !important;
    font-family: 'Poppins';
}

.newsletter form button:hover {
    border: 1px solid #a02936;
    background: #a02936;
    color: #fff;
}
ul.flex-direction-nav{display:none;}
.clients-logo {
    padding: 100px 0;
    background: #fff;
}

.clients-logo .col-sm-3 {
    text-align: center;
}

.clients-logo .col-sm-3 img {
    display: block;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #e5e5e5;
    margin-bottom: 15%;
}
b, strong {
    font-weight: 500 !important;
}
.testimonial {
    padding: 120px 0;
    text-align: center;
    background: url(../images/happyclients.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.testimonial:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(244, 244, 244, 0.90);
}

.testimonial .testimonial-slider .slide-single .client-info {
    text-align: center;
    margin-bottom: 10px;
}

.testimonial .testimonial-slider .slide-single .client-info ul {
    display: inline-block;
}

.testimonial .testimonial-slider .slide-single .client-info ul li {
    display: table-cell;
    vertical-align: middle;
}

.testimonial .testimonial-slider .slide-single .client-info ul li.client-image {
    position: relative;
    padding-right: 30px;
}

.testimonial .testimonial-slider .slide-single .client-info ul li.client-image:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #ed5565;
}

.testimonial .testimonial-slider .slide-single .client-info ul li.client-name {
    padding: 30px 30px 20px 30px;
    background: #d6d6d6;
    border-left: 2px solid #ed5565;
}

.testimonial .testimonial-slider .slide-single .client-info ul li.client-name h3 {
    margin: 0 0 12px 0;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.testimonial .testimonial-slider .slide-single .client-info ul li.client-name h4 {
    margin: 0 0 7px 0;
    font-weight: 400;
    font-size: 13px;
}

.testimonial .testimonial-slider .slide-single .client-info ul li.client-name span {
    font-size: 13px;
}

.testimonial .testimonial-slider .slide-single .client-text {
    text-align: center;
}

.testimonial .testimonial-slider .slide-single .client-text p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #333;
    font-family: 'Poppins';
}

.testimonial .owl-dots {
    text-align: center;
    margin-top: 65px;
}

.testimonial .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
}

.testimonial .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.testimonial .owl-dots .owl-dot span {
    border: 2px solid #ed5565;
    display: block;
    height: 20px;
    width: 20px;
    position: relative;
    border-radius: 25px;
}

.testimonial .owl-dots .owl-dot span:before {
    border: 2px solid #ed5565;
    content: "";
    height: 10px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 10px;
    transition: 0.3s ease;
    border-radius: 25px;
}

.testimonial .owl-dots .owl-dot.active span:before {
    background: #ed5565;
    transition: 0.3s ease;
    border-radius: 25px;
}

.carou {
    height: auto !important;
    background: none !important;
}


/*************************/

.nav-tabs {
    border-bottom: 0px;
}

.forms-update {
    width: 100%;
    float: left;
    height: 291px;
    background: url(../images/form-update.jpg) no-repeat left top;
    background-size: cover;
}

.forms-update h2 {
    font-size: 45px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    text-align: center;
    color: #fff;
    padding-top: 86px;
    padding-bottom: 5px;
}

.forms-update h3 {
    font-size: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    text-align: center;
    color: #eb7959;
}

.mt65 {
    position: relative;
    top: -58px;
    float: left;
}

.nav-tabs>li {
    background: #eb7959;
    font-family: 'Poppins';
    margin-right: 18px;
}

.nav-tabs>li.active>a {
    color: #eb7959 !important;
    border: 1px solid #eb7959;
    border-bottom: 3px solid #fff !important;
}

.nav-tabs>li>a {
    color: #fff !important;
    padding: 19px 33px 14px;
    border-bottom: 2px solid #eb7959;
    margin-right: 0;
}

.nav-tabs>li>a:hover {
    background: #eb7959;
    border: 1px solid #eb7959;
}

.nav-tabs>li:last-child {
    margin-right: 0;
}

.tab-content {
    padding-top: 87px;
}

.tab-content h2 {
    color: #eb7959;
    font-size: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    padding: 0 0 11px;
    margin: -5px 0 0;
}

.tab-content h2 span {
    color: #2f363f;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
}

.nopad {
    padding: 0px;
}

.bluel {
    color: #cc0000;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}

.blue2 {
    color: #eb7959;
    font-style: normal;
    font-weight: 600;
    font-family: 'Poppins';
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(../img/patterns/15.png) repeat;
}

.purchase {
    padding: 60px 0;
    float: left;
    width: 100%;
}

.purchase_lt {
    padding-left: 15px;
}

.linelt {
    padding-right: 28px;
}

.linert {
    padding-left: 28px;
}

.linelt img,
.linert img {
    border: 0px !important;
    padding: 0px !important;
}

.purchase_lt h1 {
    color: #2f363f;
    font-size: 20px;
    padding: 0 0 26px;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 35px;
}

.purchase_lt h2 {
    color: #eb7959;
    text-align: center;
    font-size: 30px;
    font-family: 'Poppins';
    padding: 0 0 30px 15px;
    margin: 0;
    text-transform: uppercase;
}

.purchase_inner {
    padding-left: 15px;
    padding-top: 32px;
}

.linelt {
    padding-right: 28px;
}

.linert {
    padding-left: 28px;
}

.linelt img,
.linert img {
    border: 0px !important;
    padding: 0px !important;
}

.purchase_inner h1 {
    color: #eb7959;
    font-size: 45px;
    text-align: center;
    padding: 0 0 40px;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 800;
    line-height: 37px;
}

.purchase_inner h1 span {
    font-family: 'Poppins';
    color: #2f363f;
    font-weight: 200;
    line-height: 37px;
}

.purchase_inner h6 {
    color: #2f363f;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Poppins';
    padding: 0 0 37px 15px;
    margin: 0;
}

.purchase_lt img {
    border: 1px solid #ccd7e1;
    padding: 7px;
}

.image {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

.purchase_lt p {
    line-height: 35px;
    padding: 0;
    padding-bottom: 33px;
    color: #2f363f;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
}

.more_info a {
    color: #eb7959;
    padding: 12px 36px;
    border: 1px solid #eb7959;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
}

.more_info a:hover {
    border: 1px solid #cc0000;
    color: #cc0000;
}

.slider-inner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 145px 0 0 150px;
    background: url(../images/banner/banner.jpg) no-repeat left top;
    background-size: cover;
    height: 500px;
}

.slider-inner h2 {
    color: #eb7959;
    font-size: 45px;
    font-family: 'Poppins';
    font-weight: 800;
    line-height: 55px !important;
    margin-bottom: 27px;
}

.slider-inner h2 span {
    color: #2f363f;
    font-size: 45px;
    font-weight: 100;
    font-style: normal;
}

.uphold {
    background: #2f363f;
    font-size: 22px;
    font-style: normal;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    width: auto;
    float: none;
    padding: 11px 15px;
}

ul.registration {
    float: left;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 11px;
    width: 100%;
}

ul.registration li {
    color: #2f363f;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    list-style-position: inside;
    list-style-type: none;
    margin: 5px 0 0;
    padding: 11px 0 14px 33px;
    font-size: 13px;
    line-height: 20px;
    background: url(../images/arrow-rt.png) no-repeat left 15px;
}

ul.registration li a {
    font-size: 16px;
    padding: 0px;
    color: #2f363f;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
}

ul.registration li a:hover {
    color: #eb7959;
}

.services-wrap {
    background: #f5f5f5;
    padding: 56px 0;
    margin-top: 24px;
}

.services-wrap h2 {
    text-align: center;
    font-size: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    padding-bottom: 16px;
    margin-bottom: 42px;
    color: #eb7959;
    background: url(../images/line.jpg) no-repeat center bottom;
}

.services-wrap h2 span {
    color: #2f363f;
    font-style: normal;
    font-weight: 300 !important;
    font-family: 'Poppins';
}

.carousel {
    margin-bottom: 17px;
    padding: 0 0px 30px 0px;
}

.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}

.carousel-control.right {
    right: -12px;
}
.carousel-indicators{
    right:50%;
    top:auto;
    bottom:35px;
    margin-right:-19px;
}

.carousel-indicators li {
    background:#fff;
    margin: 0;
    padding: 0;
    width:12px;
    height:12px;
    border-radius: 50% !important;
}

.carousel-indicators .active {
    background: #cc0000;
    position: relative;
    top: 0px;
}



.blue-thumb {
    background: #e1f4fd;
    float: left;
    width: 100%;
    padding: 30px 0 13px;
    text-align: center;
}

.blue-thumb h3 {
    background: -webkit-linear-gradient(#274584, #16bdf0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
}

.thumbnail {
    width: 100%;
    float: left;
    padding: 0px;
    font-size: 24px;
}

.yellow-thumb {
    background: #fff1dc;
    float: left;
    width: 100%;
    padding: 30px 0 13px;
    text-align: center;
}

.yellow-thumb h3 {
    color: #ff7e00;
    padding-top: 8px;
    font-size: 24px;
}

.green-thumb {
    background: #e2ffe2;
    float: left;
    width: 100%;
    padding: 30px 0 13px;
    text-align: center;
}

.green-thumb h3 {
    color: #019b01;
    padding-top: 8px;
    font-size: 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
}

.thumbnail,
.thumbnail:hover {
    border: 1px solid #fff !important;
}

.enq {
    width: 100%;
    min-height: 222px;
    float: left;
    padding: 20px;
    border-bottom: 5px solid #e0e3e4;
}

.enq p {
    color: #cc0000;
    font-size: 16px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
}

.enq-input {
    border: 1px solid rgba(1, 170, 240, .5);
    padding: 15px 12px;
    margin-bottom: 15px;
    width: 100%;
    color: #2f363f;
    font-size: 16px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
}

.enq-input:hover,
.enq-input:focus {
    border:1px solid #01aaf0 !important;
}

.submit {
    background: #eb7959;
    padding: 11px 33px 9px;
    border: 0px;
    color: #fff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.submit:hover {
    background: #ed5c33;
}

.thumbnail {
    min-height: 405px;
}

.mt38 {
    margin-top: 38px;
}

ul.rpm-list {
    float: left;
    padding: 0;
    font-family: 'Poppins';
    margin-bottom: 11px;
    width: 100%;
}

ul.rpm-list li {
    color: #2f363f;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    list-style-position: inside;
    list-style-type: none;
    margin: 5px 0 0;
    padding: 11px 0 14px 30px;
    font-size: 13px;
    line-height: 20px;
    background: url(../images/tick.png) no-repeat left 15px;
    text-align: left;
}

ul.rpm-list li a {
    font-size: 16px;
    padding: 0px;
    color: #2f363f;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
}

ul.rpm-list li a:hover {
    color: #eb7959;
}

.rg-doctor {
    width: 100%;
    float: left;
    background-size: cover;
    background: url(../images/yellow-bg.jpg) no-repeat left top;
    padding: 44px 0 50px;
    text-align: center;
    margin: 0;
}

.rg-doctor h3 {
    font-size: 40px;
    padding-bottom: 18px;
    color: #fff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
}

.rg-doctor h2 {
    font-size: 45px;
    padding-bottom: 11px;
    color: #cc0000;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
}

.rg-doctor p {
    font-size: 20px;
    color: #333;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    padding: 0 0 35px;
    margin: 0;
}

.about-wrap {
    padding: 0px 0px 50px 0px;
}

.about-wrap p {
    font-size: 19px;
    line-height: 40px;
    color: #333;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    padding: 0 0 25px;
    margin: 0;
    text-align: justify;
}

.about-wrap h2 {
    font-size: 20px;
    color: #333;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    padding: 0 0 25px;
    margin: 0;
}

.table-bordered th {
    background: #eb7959;
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
}

.joinus a {
    color: #fff;
    text-transform: uppercase;
    background: #2f363f;
    font-size: 16px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    padding: 12px 41px;
    margin: 0;
}

.joinus a:hover {
    background: #23282f;
    text-decoration: none;
}

.header .navbar-nav>li>a {
    padding: 22px 15px 18px !important;
}

.box {
    cursor: pointer;
    height: 197px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.box img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.box .title {
    margin-top: -35px;
}

.box .title img {
    text-align: center;
    margin: 0px 44% 0;
}

.box .overbox {
    background-color: #eb7959;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 250px;
    padding: 85px 20px;
}

.box:hover .overbox {
    opacity: 1;
}

.box .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.box .title {
    font-size: 2.5em;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}

.box:hover .title,
.box:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.box .tagline {
    font-size: 0.8em;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.box2 {
    cursor: pointer;
    height: 197px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.box2 img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.box .title {
    margin-top: -35px;
}

.box .title img {
    text-align: center;
    margin: 0px 44% 0;
}

.box2 .overbox {
    background-color: #eb7959;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 250px;
    padding: 85px 20px;
}

.box2:hover .overbox {
    opacity: 1;
}

.box2 .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.box2 .title {
    font-size: 2.5em;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}

.box2:hover .title,
.box2:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.box2 .tagline {
    font-size: 0.8em;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}

.box2:hover .tagline,
.box2:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.title.overtext {
    float: left;
    width: 100%;
}

.overtext h2 {
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
}

.overtext p {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
}

.slider h1 {
    color: #eb7959;
    font-size: 30px;
    padding-bottom: 16px;
    text-align: center;
    background: url(../images/line.jpg) no-repeat center bottom;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    margin-bottom: 37px;
}

.tab-content>.tab-pane p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins';
    color: #2f363f;
}

.slider h1 span {
    font-style: normal;
    font-weight: 300;
    font-family: 'Poppins';
    color: #2f363f;
}

.pagein-head{
    background:#0fb1e1;
    width: 100%;
    float: left;
    padding: 39px 0 0px;
    margin: 0;
}

.pagein-head h2{
    color:#fff;
    text-align: center;
    font-size: 30px;
    font-family: 'Poppins';
    padding: 0 0 30px 15px;
    margin: 0;
    text-transform: uppercase;
}

.pagein-head p{
    color:#fff;
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins';
    padding: 0 0 30px 15px;
    margin: 0;
    font-style: normal;
    font-weight: 400;
}

.pagein-head p .act{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    color:#fff;
    text-align: center;
    font-size: 14px;
}

.dotted {
    background: url(../images/dot-rep.png) repeat-x left top;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 70px;
}

.grey-grad {
    background: url(../images/grey-grad.jpg) no-repeat left top;
    background-size: cover;
    text-align: center;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-top: 21px;
}

.member-profile {
    border-top: 5px solid #eb7959;
    padding: 20px 0 0;
}

.member-profile h2 {
    color: #eb7959;
    font-size: 18px;
    text-align: center;
    padding: 0 0 1px;
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
}

.member-profile h3 {
    color: #a10707;
    font-size: 16px;
    text-align: center;
    padding: 0 0 22px;
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
}

.dotted2 {
    background: url(../images/dot-rep.png) repeat-x left top;
    width: 99%;
    float: left;
    padding: 0;
    margin: 0 0 11px;
}

.member-profile p {
    color: #2f363f;
    height: 100px;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
    line-height: 31px;
    padding: 0 0 22px;
    margin: -5px 0 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
}

.mem-phone {
    background: #d9534f;
    background: -moz-linear-gradient(left, #d9534f 0%, #eb7959 100%);
    background: -webkit-linear-gradient(left, #d9534f 0%, #eb7959 100%);
    background: linear-gradient(to right, #d9534f 0%, #eb7959 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9534f', endColorstr='#eb7959', GradientType=1);
    text-align: center;
    font-size: 18px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mem-phone img {
    padding-right: 10px;
}

.member-wrap {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 1, 1, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 1, 1, 0.2);
    box-shadow: 1px 1px 5px 0px rgba(0, 1, 1, 0.2);
    margin-bottom: 82px;
}

.member-wrap:hover {
    background: #ffe5de;
}

.locimg {
    position: relative;
    left: 8px;
}

.grey-grad img {
    height: 200px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

.pad2 {
    padding: 30px 0px 40px 0px !important;
}

.dotted3 {
    background: url(../images/dot-rep.png) repeat-x left bottom;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0px;
}

.contact-map {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.contact-address {
    background: url(../images/contact-address.png) no-repeat left top;
    background-size: cover;
    height: 574px;
    margin-top: -557px;
    padding: 27px 20px 0 38px;
}

.contact-address h2 {
    font-size: 21px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    color: #fff;
    padding-bottom: 0px;
    margin: 0 0 15px;
}

.contact-address p {
    font-size: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    margin-top: -5px;
    padding-bottom: 15px;
}

.contactlt {
    width: 13%;
    float: left;
}

.contactrt {
    width: 87%;
    float: left;
}

.contact-address p a {
    color: #fff;
}

.contact-address p a:hover {
    color: #fff;
    text-decoration: underline;
}

.enquiry-form {
    padding-top: 50px;
    padding-bottom: 110px;
}

.enquiry-form h2 {
    color:#0a2d6f;
    font-size: 36px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    padding: 0 0 14px;
    margin: 0;
}

.enquiry-form p {
    color: #2f363f;
    font-size: 18px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    padding: 0 0 32px;
    margin: 0;
}

.pad25 {
    padding: 0 25px;
}

.text-area {
    border: 1px solid rgba(1, 170, 240, .5);
    padding: 15px 12px;
    margin-bottom: 15px;
    height: 155px;
    resize: none;
    width: 100%;
    color: #2f363f;
    font-size: 16px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
}

.text-area:hover,
.text-area:focus {
    border:1px solid #01aaf0 !important;
}

.sendmessage a {
    color: #fff;
    text-transform: uppercase;
    background: #2f363f;
    font-size: 16px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    padding: 12px 41px;
    margin: 0;
}

.sendmessage a:hover {
    background: #23282f;
    text-decoration: none;
}

.submit2{
    background:#0fb1e1;
    padding: 11px 33px 9px;
    border: 0px;
    color: #fff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.submit2:hover{
    background:#0a2d6f;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ffe1d8;
    padding: 10px 15px;
}

.table-bordered>tbody>tr>td {
    font-size: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
}

.table-bordered th {
    padding: 10px 15px 5px !important;
}

.purchase2 {
    padding: 15px 0;
    float: left;
    width: 100%;
    border-top: 2px solid #eb7959;
}

.newswrap {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    padding: 0;
}

.newswraplt {
    padding: 46px 25px 68px;
    margin-top: 15px;
}

.newswraprt {
    background-color: rgba(255, 250, 249, 0.6);
    padding: 46px 25px 68px;
    margin-top: 15px;
}

.newswraprt h2,
.newswraplt h2 {
    color: #eb7959;
    font-size: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    padding-bottom: 19px;
}

.newswraprt h2 span,
.newswraplt h2 span {
    color: #2f363f;
    font-size: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
}

.block-hdnews {
    padding-bottom: 50px;
}

ul.list-aggregate {
    float: left;
    padding: 0 0 50px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 50px;
    width: 100%;
}

ul.list-aggregate li {
    color: #2f363f;
    border-bottom: 1px solid #fbe0d9;
    display: block;
    list-style-position: inside;
    list-style-type: none;
    margin: 5px 0 0;
    padding: 12px 0 12px 33px;
    font-size: 13px;
    line-height: 20px;
    background: url(../images/arrow-rt.png) no-repeat left 19px;
}

ul.list-aggregate li a {
    font-size: 16px;
    padding: 0px;
    color: #2f363f;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
}

ul.list-aggregate li a:hover {
    color: #eb7959;
}

.alert1 {
    color: #ff0000;
}

ul.la-news {
    float: left;
    padding: 0 0 50px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 50px;
    width: 100%;
}

ul.la-news li {
    color: #2f363f;
    display: block;
    list-style-position: inside;
    list-style-type: none;
    margin: 5px 0 0;
    padding: 12px 0 12px;
    font-size: 13px;
    line-height: 20px;
}

ul.la-news li a {
    font-size: 16px;
    padding: 0px;
    color: #2f363f;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
}

ul.la-news li a:hover {
    color: #eb7959;
}

.newslt {
    color: #eb7959;
    font-size: 18px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
}

.newsrt {
    padding: 0;
    margin: 0;
}

.newsrt h2 {
    color: #2f363f;
    font-size: 18px;
    text-align: left;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    margin: 0;
    padding-bottom: 13px;
    line-height: 18px;
}

.newsrt p {
    color: #666666;
    font-size: 16px;
    text-align: left;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

ul.la-news li:hover {
    background: #ffe5de;
}

i.fa.fa-globe,
.fa.fa-map-marker,
.fa.fa-phone-square {
    font-size: 30px;
}

.fa.fa-envelope {
    font-size: 25px;
    color: #fff;
    margin-top: 3px;
}

.banntop {
    margin: 0px;
    left: 0;
    position: absolute;
    top: 7%;
    z-index: 1;
    width: 100%;
}

.carousel-inner h1 {
    font-family: 'Poppins';
    text-transform: capitalize;
    font-weight: 200;
    font-size: 60px;
    color: #fff;
    text-align: left;
    line-height: 65px;
    margin-bottom: 20px;
	margin-top:82px;
}

.carousel-inner h1 span {
    font-family: 'Poppins';
    padding-top: 28px;
    display: flex;
    font-style: normal;
    font-weight: 200;
    font-size: 72px;
    color: #01aaf0;
}

.banntop p {
    text-align: left;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    font-family: 'Poppins';
    padding-bottom: 20px;
}

.pad-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pad-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pad-common {
    padding-bottom: 50px;
}

.keep-center {
    align-items: center;
}

.quote {
    color: rgba(0, 0, 0, .1);
    text-align: center;
    margin-bottom: 30px;
}

.carousel-inner {
    padding: 0;
    text-align: center;
    background: url(../images/banner/ban_main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    height: 550px;
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {height: 550px;}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    /*background: url(../images/bannbg.png) repeat left top;*/
	background: rgb(24,150,222);
	background: linear-gradient(0deg, rgba(24,150,222,1) 0%, rgba(15,177,225,1) 100%);
    height: 100vh;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

aside.clients img {
    margin: 15px;
}

.navbar-brand {
    padding: 27px 15px 75px 0px;
}

.carousel-indicators .active {
    width:12px;
    height:12px;
    color:#004e9b !important;
    background:#004e9b !important;
	border:1px solid #004e9b !important;
}
.services h2{color:#004e9b; font-size:36px; font-family: 'Poppins'; text-align:center;}
.services h3{color:#004e9b; font-size:18px; font-family: 'Poppins'; text-align:center;}
.services h4{color:#5a6671; font-size:16px; font-weight:400; padding-bottom:15px;}
.serwrap{padding-bottom:100px;}
.serwrap h2{color:#004e9b; font-size:32px; font-family: 'Poppins'; text-align:left; padding-bottom:35px; padding-top:50px;  margin:0;}
.serwrap p{font-size:19px;line-height:40px;color:#333; font-family: 'Poppins'; font-style: normal; font-weight:300; padding:0 0 45px; margin: 0; text-align: justify;}

.topslide{
    position: relative;
    top: 0;
    width: 100%;
}
.brdbtm{border-bottom:1px solid #eeeeee; padding-bottom:20px; margin-bottom:35px;}
.alg-center{text-align:center;display:inline; padding-top:30px !important;}

.btn-large {
    color: #FFF;
    background-color: #0a2d6f !important;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 18px;
    float: left;
    margin-right: 15px;
    padding: 12px 40px;
    border-radius: 25px;
}

.btn-large:hover,.btn-large:focus,.btn-large:active,.btn-large.active {    color: #0fb1e1;    background-color: #fff !important;    text-decoration: none;}

.btn-large1 {
    color: #FFF;
    background-color: #0a2d6f !important;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 15px;
	font-weight:500;
    float: left;
    margin-right: 15px;
    padding: 5px 30px;
    border-radius: 50px;
	margin-bottom:50px;
}

.btn-large1:hover,.btn-large1:focus,.btn-large1:active,.btn-large1.active {    color: #fff;    background-color: #0fb1e1 !important;    text-decoration: none;}

.navbar-nav {
    width: 100%;
}

.services .service-box .icon {
    display: inline-block;
    text-align: center;
    border: 2px solid #ff4a01;
    transition: 0.3s ease;
    width: 50px;
    height: 50px;
    font-size: 25px;
    padding-top: 5px;
    position: relative;
    border-radius: 25px !important;
    color: #ff4a01;
    margin-bottom: 10px;
}

.services .service-box {
    padding: 30px;
    background: #f4f4f4;
    margin-bottom: 30px;
}

.services .service-box h3 {
    font-size: 17px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 500;
}

.services .service-box .icon:before,
.services .service-box .icon:after {
    background: #eee;
    content: "";
    height: 2px;
    left: 48px;
    position: absolute;
    top: 21px;
    transition: 0.5s ease;
    width: 0px;
}

.services .service-box .icon:after {
    width: 0;
    background: #ff4a01;
}

.services .service-box a {
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
}

.services .service-box:hover .icon {
    border-color: #ff4a01;
    background: #ff4a01;
    color: #fff;
}

.services .service-box:hover .icon:after {
    width: 0px;
}

.services .service-box:hover a {
    color: #ed5565;
}

.section-header{margin: 15px 0px 56px 0px;}

.section-header h2::before{
    background-attachment: scroll;
    background-clip: border-box;
    background-color:#01aaf0;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.service-style2 .service-box {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 240px;
}

.faqs {
    padding: 70px 0;
    margin: 50px 0px 0px 0px;
    background: url(../images/faqs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    /* position:absolute;*/
}

.faqs:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(244, 244, 244, 0.90);
}

.faqs .faq-single {
    margin-bottom: 50px;
}

.faqs .faq-single:last-child {
    margin-bottom: 0;
}

.faqs .faq-single .faq-icon,
.faqs .faq-single .faq-content {
    display: table-cell;
    vertical-align: top;
}

.faqs .faq-single .faq-icon span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #ed5565;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    border-radius: 25px;
}

.faqs .faq-single .faq-content {
    padding-left: 30px;
}

.faqs .faq-single .faq-content h3 {
    margin: 0 0 10px 0;
    line-height: 18px;
    text-transform: none;
    font-size: 17px;
}

.faqs .faq-single .faq-content p {
    margin-bottom: 0;
    line-height: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    font-size: 14px;
    position: relative;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #FFF;
    border-color: #FFF;
    padding: 5px 17px 0;
}

.panel-title {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    color: inherit;
    font-weight: 400;
    text-transform: none;
    font-family: 'Poppins';
}

.panel-title a {
    color: #333;
    text-decoration: none;
}

.panel-body {
    font-family: 'Poppins';
    color: #333;
    padding: 20px 28px;
    font-size: 15px;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title>a,
.panel-title>a:active {
    display: block;
    padding: 15px;
    color: #888f95;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.h-175 {
    height: 150px !important;
}

.service-style2 .service-box h4 {
    font-weight: 500;
    font-size: 15px;
}
.readmore{margin:40px 0 0; display:block;}
.readmore a{color:#fff !important; font-size:18px;font-weight: 500; background:#0fb1e1 !important;text-align:center; margin:0 auto;padding:12px 40px;border-radius:25px;}
.readmore a:hover{color:#fff !important; text-decoration: none !important; background:#0a2d6f !important;}

.readmore2 a{color:#fff !important; font-size:15px;font-weight:500; background:#01aaf0 !important;text-align:center; margin:0 auto;padding:12px 25px;border-radius:25px;}
.readmore2 a:hover{color:#fff !important; text-decoration: none !important; background:#004e9b !important;}

.vmo {
    margin-bottom: 85px;
    margin-top: 25px;
}

.services .service-box p {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    color: #888f95;
}

@media only screen and (max-width:1366px) {
    
    .banntop {top: 12%;}
    .pad2 {padding: 30px 0px 0px 0px !important;}
	.carousel-inner>.item>a>img,.carousel-inner>.item>img {height: auto !important;}
	.carousel-fade .carousel-inner .item {height: 55.2vh !important;}
	.carousel-inner h1 {margin-top: 20px !important;}
	.carousel-indicators {bottom:170px !important;}
	.section-header {margin: -123px 0px 56px 0px !important;}
}

@media only screen and (max-width:1024px) {.banntop{top:6%;} .carousel-inner h1{font-size:45px;} .whatdo{ display:none;}
.banntop p{line-height: 30px; font-size:16px;} .carousel-inner h1 span{padding-top: 10px;font-size: 41px;}.services h3{font-size:20px;} .services h2{font-size:28px; margin-top:25px} .readmore{float:left; width:100%;}
	.serwrap h2{padding-top:25px;font-size:24px;} .slider h2{ font-size:27px !important;} .slideouter {height: 149px;}
	.brdbtm {
    padding-bottom: 50px;
    margin-bottom: 40px;}
    .enquiry-form h2 {
        font-size: 26px;
    }
    .contactlt img {
        width: 80%;
    }
    .contact-address {
        padding-top: 40px;
        opacity: .9;
    }
    .contact-address h2 {
        font-size: 27px;
        padding-bottom: 25px;
    }
    .contact-address p {
        font-size: 14px;
    }
    .nav-tabs>li>a {
        padding: 19px 10px 14px;
    }
    .nav-tabs>li {
        font-size: 15px;
    }
    .tab-content {
        padding-top: 40px;
    }
    .tab-content h2 {
        font-size: 23px;
        padding: 0 0 3px;
    }
    ul.registration li {
        padding: 9px 0 6px 30px;
    }
    .services-wrap {
        margin-top: 0;
        padding: 35px 0 25px;
    }
    .purchase_lt p {
        line-height: 25px;
    }
    .green-thumb h3,
    .yellow-thumb h3,
    .blue-thumb h3 {
        font-size: 20px;
    }
    .rg-doctor h3,
    .rg-doctor h2 {
        font-size: 28px;
    }
    body,
    .wrapper {
        overflow-x: hidden;
    }
    .purchase_lt h1 {
        line-height: 28px;
    }
    .slider {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: -42px !important;
    }
    .grey-grad img {
        height: 175px;
        max-width: 100%;
        width: 100%;
    }
    .member-profile {
        padding-top: 10px;
    }
    .member-profile h2 {
        font-size: 14px;
        line-height: 21px !important;
    }
    .member-profile h3 {
        padding-bottom: 15px;
    }
    .member-wrap {
        margin-bottom: 25px;
        min-height: 458px;
    }
    .member-profile h3 {
        font-size: 14px;
    }
    .purchase_inner h1 {
        padding: 0 0 15px;
        font-size: 37px;
    }
    .dotted {
        margin: 0 0 35px;
    }
    .mem-phone {
        font-size: 15px;
    }
    .purchase_inner h6,
    .purchase_inner h1 {
        font-size: 25px;
    }
    .member-profile p {
        line-height: 23px;
    }
    .enquiry-form {
        padding-top: 35px;
        padding-bottom: 89px;
    }
    .text-area {
        height: 130px;
    }
    .section-header {
        margin: 0px 0px 20px 0px;
    }
    .contact-address {
        height: 639px;
        margin-top: -557px;
        padding: 7px 20px 0 38px;
        width: 383px;
    }
    .service-style2 .service-box {
        height: 285px;
    }
}

@media only screen and (max-width:980px) {
    .slider-inner {
        padding: 65px 0 0 18px;
        height: 365px;
    }
    .slider-inner h2 {
        font-size: 41px;
    }
    .nav-tabs>li {
        margin-right: 5px;
        font-size: 13px !important;
    }
    .nav-tabs>li>a {
        padding: 15px 8px 9px;
    }
    .mt65 {
        top: -46px;
    }
    .services-wrap {
        padding: 29px 0;
    }
    .services-wrap h2 {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 28px;
    }
    .submit {
        padding: 11px 14px 9px;
    }
    .green-thumb h3,
    .yellow-thumb h3,
    .blue-thumb h3 {
        font-size: 15px;
    }
    .mt38 {
        margin-top: 16px;
    }
    ul.rpm-list li {
        padding: 7px 0 7px 30px;
    }
    .rg-doctor h3 {
        font-size: 30px;
    }
    .rg-doctor h2 {
        font-size: 25px;
    }
    .rg-doctor {
        padding: 35px 0;
    }
    .forms-update {
        height: 250px;
    }
    .forms-update h2 {
        padding-top: 78px;
        font-size: 32px;
    }
    body,
    .wrapper {
        overflow-x: hidden;
    }
    .purchase_lt h1 {
        font-size: 16px;
        line-height: 25px;
        padding: 0 0 15px;
    }
    .purchase_lt p {
        line-height: 27px;
    }
    .uphold {
        font-size: 20px;
        padding: 11px 15px;
    }
    .box {
        height: 170px;
    }
    .box .overbox {
        padding: 57px 20px;
    }
    .slider h1 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .slider {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: -40px !important;
    }
    .grey-grad img {
        height: 135px;
    }
    .member-profile h2 {
        font-size: 14px;
    }
    .member-profile h3 {
        font-size: 14px;
        line-height: 15px;
        padding-top: 10px;
    }
    .member-profile p {
        font-size: 14px;
        padding: 0 0 22px 7px;
        line-height: 19px;
        margin-bottom: 30px;
        height: 60px;
    }
    .member-wrap {
        min-height: auto;
    }
    .member-profile h3 {
        min-height: 53px;
    }
    .member-profile h2 {
        min-height: 31px;
    }
    .pagein-head {
        padding-top: 35px;
    }
    .pad2 {
        padding: 10px 0 !important;
    }
    .contact-address {
        padding-top: 30px;
    }
    .contact-address h2 {
        font-size: 25px;
    }
    .contact-address p {
        font-size: 14px;
        line-height: 28px;
    }
    .contactlt img {
        width: 80%;
    }
    .purchase_inner h6,
    .purchase_inner h1 {
        font-size: 26px;
    }
    .text-area {
        height: 110px;
    }
    .enquiry-form p {
        padding-bottom: 15px;
    }
    .enquiry-form h2 {
        padding: 0 0 10px;
        font-size: 26px;
    }
    .enquiry-form {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .banntop {
        top: 30px;
    }
    .carousel-inner h1 {
        font-size: 25px;
    }
    #features {
        width: 100%;
        float: none;
    }
    .section-header {
        margin-top: 0;
    }
    .readmore a {
        padding: 15px 48px;
        font-size: 17px;
    }
    .vmo {
        margin-bottom: 50px;
    }
    .section-header h2 {
        padding-bottom: 10px;
    }
    .section-header h4 {
        margin-bottom: 15px !important;
    }
    .header .navbar-collapse {
        float: left !important;
    }
    .header .navbar-nav>li {
        float: left !important;
        width: 100%;
    }
    .nav_outer {
        margin-left: -260px;
        width: 768px;
    }
    .header .navbar-nav {
        width: 720px;
    }
    .btn-demo {
        margin: 10px 0px 0px 0px;
    }
    .about-wrap {
        padding: 0px 15px 15px;
    }
    .service-style2 .service-box {
        height: 265px;
    }
}

@media only screen and (max-width:768px) {.banntop p{line-height: 30px; font-size:14px;} .carousel-inner h1 span{padding-top: 10px;font-size: 41px;}.services h3{ font-size:17px;} .services h2{font-size:28px;} .readmore{float:left; width:100%;}
	.serwrap h2{padding-top:25px;font-size:24px;} .slider h2{ font-size:27px !important;} .slideouter {height: 149px;}
	.brdbtm {
    padding-bottom: 50px;
    margin-bottom: 40px;}
    .slider-inner {
        padding: 65px 0 0 18px;
        height: 365px;
    }
    .slider-inner h2 {
        font-size: 41px;
    }
    .nav-tabs>li {
        margin-right: 5px;
        font-size: 13px !important;
    }
    .nav-tabs>li>a {
        padding: 15px 8px 9px;
    }
    .mt65 {
        top: -46px;
    }
    .services-wrap {
        padding: 29px 0;
    }
    .services-wrap h2 {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 28px;
    }
    .submit {
        padding: 11px 14px 9px;
    }
    .green-thumb h3,
    .yellow-thumb h3,
    .blue-thumb h3 {
        font-size: 15px;
    }
    .mt38 {
        margin-top: 16px;
    }
    ul.rpm-list li {
        padding: 7px 0 7px 30px;
    }
    .rg-doctor h3 {
        font-size: 30px;
    }
    .rg-doctor h2 {
        font-size: 25px;
    }
    .rg-doctor {
        padding: 35px 0;
    }
    .footer {
        padding-bottom: 25px !important;
    }
    .forms-update {
        height: 250px;
    }
    .forms-update h2 {
        padding-top: 78px;
        font-size: 32px;
    }
    body,
    .wrapper {
        overflow-x: hidden;
    }
    .purchase_lt h1 {
        font-size: 16px;
        line-height: 25px;
        padding: 0 0 15px;
    }
    .purchase_lt p {
        line-height: 27px;
    }
    .uphold {
        font-size: 20px;
        padding: 11px 15px;
    }
    .box {
        height: 170px;
    }
    .box .overbox {
        padding: 57px 20px;
    }
    .slider h1 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .slider {
        padding-top: 25px !important;
        padding-bottom:113px !important;
    } .whatdo{ display:none;}
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: -40px !important;
    }
    .grey-grad img {
        height: 135px;
    }
    .member-profile h2 {
        font-size: 14px;
    }
    .member-profile h3 {
        font-size: 14px;
        line-height: 15px;
        padding-top: 10px;
    }
    .member-profile p {
        font-size: 14px;
        padding: 0 0 22px 7px;
        line-height: 19px;
        margin-bottom: 30px;
        height: 60px;
    }
    .member-wrap {
        min-height: auto;
    }
    .member-profile h3 {
        min-height: 53px;
    }
    .member-profile h2 {
        min-height: 31px;
    }
    .pagein-head {
        padding-top: 35px;
    }
    .pad2 {
        padding: 10px 0 !important;
    }
    .contact-address {
        padding-top: 30px;
    }
    .contact-address h2 {
        font-size: 25px;
    }
    .contact-address p {
        font-size: 14px;
        line-height: 28px;
    }
    .contactlt img {
        width: 80%;
    }
    .purchase_inner h6,
    .purchase_inner h1 {
        font-size: 26px;
    }
    .text-area {
        height: 110px;
    }
    .enquiry-form p {
        padding-bottom: 15px;
    }
    .enquiry-form h2 {
        padding: 0 0 10px;
        font-size: 26px;
    }
    .enquiry-form {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .banntop {
        top: 30px;
    }
    .carousel-inner h1 { padding-bottom:15px; margin:0;
        font-size: 25px;
    }
    #features {
        width: 100%;
        float: left; padding-bottom:45px;
    }
    .section-header {
        margin-top: 0;
    }
    .readmore a {
        padding: 15px 48px;
        font-size: 17px;
    }
    .vmo {
        margin-bottom: 50px;
    }
    .section-header h2 {
        padding-bottom: 10px;
    }
    .section-header h4 {
        margin-bottom: 15px !important;
    }
    .header .navbar-collapse {
        float: left !important;
    }
    .header .navbar-nav>li {
        float: left !important;
        width: 100%;
    }
    .nav_outer {
        margin-left: -260px;
        width: 768px;
    }
    .header .navbar-nav {
        width: 720px;
    }
    .btn-demo {
        margin: 10px 0px 0px 0px;
    }
    .about-wrap {
        padding: 0px 15px 15px;
    }
    .service-style2 .service-box {
        height: 265px;
    }
}

@media only screen and (max-width:480px) {
    .item img {
        width: auto;
    }
}

@media only screen and (max-width:640px) {.slider{display:none;} .slider h2{font-size:23px;} .readmore{margin:0;} .services{padding-top:30px;padding-bottom:30px;} .services h3{padding-bottom:15px; font-size:17px;} .content_outer{padding-bottom:0px;} .carousel-inner h1{padding-top:10px !important; margin:15px 0 25px;} .banntop p{line-height: 24px;font-size: 15px;} .whatdo{padding:15px 0; width:100%; margin:0 !important} .whatdo h2{font-size:25px;} ul.dowrap{margin-top:0px;} ul.dowrap li img{ margin:0 auto;} ul.dowrap li{ float:none;}
.carousel-inner h1 span{display:block; text-align:center;font-size:32px;padding-top:22px;} .footer{padding:10px 0 20px !important;} ul.quicklist{padding:0 !important;}
.about-wrap p{font-size:15px;} img.alg-center{width:90%;text-align:center;margin:0 auto;} .serwrap h2{ font-size:20px;} .brdbtm {
padding-bottom: 30px;margin-bottom: 30px;} .serwrap{padding-bottom:50px;}
.more_info a {
        padding: 8px 25px;
    }
    .slider {
        padding-top: 17px !important;
        padding-bottom: 0 !important;
    }
    .slider h1 {
        font-size: 20px;
        padding-bottom: 5px;
        margin-bottom: 0px;
    }
    ul.bxslider li {
        padding: 20px 13px 20px 25px !important;
    }
    .slider {
        padding-right: 13px;
    }
    .box .overbox {
        width: 96%;
    }
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: -15px !important;
    }
    .bx-wrapper {
        margin: 0 auto 35px !important;
    }
    .purchase {
        padding: 30px 10px 50px;
    }
    .nav-tabs {
        padding-top: 4px;
    }
    .nav-tabs>li.active>a {
        padding-bottom: 7px !important;
    }
    body,
    .wrapper {
        overflow-x: hidden !important;
    }
    .linelt {
        padding-right: 23px;
    }
    .pagein-head h2 {
        padding: 0 0 2px 15px;
        font-size: 17px;
    }
    .pagein-head {
        padding-top: 25px;
    }
    .pagein-head p {
        padding-bottom: 25px;
    }
    .purchase_inner h1 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .member-wrap {
        margin-top: 15px;
        margin-bottom: 0;
        float: left;
        width: 100%;
    }
    .dotted {
        margin-bottom: 5px;
    }
    .member-profile {
        padding-top: 10px;
    }
    .grey-grad img {
        height: auto;
    }
    .member-profile h2,
    .member-profile h3 {
        min-height: auto;
    }
    .member-profile p {
        margin-bottom: 10px;
    }
    .pad2 {
        padding: 0 !important;
    }
    .contact-address {
        margin-top: 0;
        width: auto;
        height: 560px;
        padding-top: 20px;
        padding-left: 23px;
    }
    .contact-map iframe {
        height: 250px;
        margin-bottom: 15px;
    }
    .contact-address h2 {
        padding-bottom: 15px;
        font-size: 24px;
    }
    .contact-address p {
        line-height: 25px;
        padding-left: 10px;
    }
    .contactlt img {
        width: 80%;
    }
    .enquiry-form {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pad25 {
        padding: 20px 0 0 0;
    }
    .enquiry-form h2 {
        font-size: 26px;
        padding: 0 0 5px;
    }
    .row.enquiry-form .image {
        height: 280px;
    }
    .header .navbar-collapse {
        float: none !important;
    }
    .newsletter form {
        width: auto;
    }
    .faqs {
        padding: 35px 0 20px;
        margin-top: 15px;
        width: 100%;
        float: left;
    }
    .panel-group .panel {
        margin: 0 15px;
    }
    .h-175 {
        height: auto !important;
    }
    .navbar-brand {
        padding: 12px 0 8px;
        height: auto;
    }
    .nav_outer {
        padding-top: 0;
    }
    .banntop {
        top: 0;
    }
    .vmo {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .section-header h2 {
        font-size: 22px;
    }
}