* {
box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
  }
.top-bar-area{
    background: #fcfcfc;
    padding: 10px 0 10px;
    border-bottom: 1px solid #f0f0f0;
}
.slide-text{
/*left: 0;*/
top: 25%;
right: 0;
/*margin: auto;*/
margin: 100px;
padding: 10px;
position: absolute;
text-align: left;
padding: 10px 100px;
text-align: left;
}
.slide-text h1{
color: #ffffff;
font-size: 46px;
font-style: normal;
line-height: 84px;
margin-bottom: 30px;
letter-spacing: 1px;
display: inline-block;
font-weight: 600;
-webkit-animation-delay: 0.7s;
}



/*.top-bar-area .top-left p {
    margin: 0;
    line-height: 26px;
}*/
.top-bar-area .top-left {
    overflow: hidden;
}    
.top-bar-area .top-right {
    float: right;
} 
.information li{
    display: inline-block;
    margin-right: 20px;
}   
.social-links li {
    display: inline-block;
    float: left;
    margin-right: 30px;
    line-height: 26px;
    position: relative;
    top: 2px;
}    
.header-area {
    background: #ffffff;
    padding: 24px 0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
}    
.header-right ul li{
    display: inline-block;
    margin-right: 15px;
    /*line-height: 30px;*/
    padding: 30px 0px;
}
.header-right  li a {
    color: #4f4f4f;
    font-size: 16px;
    text-decoration: none;
   /* padding: 38px 15px;*/
}    
.search-box .form-group button{
    position: absolute;
    right: 93px;
    top: 8px;
    height: 32px;
    width: 40px;
    display: block;
    font-size: 13px;
}
.heading{
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #444;
    align-items: center;
}
.subtext{
        font-size: 26px;
    font-weight: 300;
    letter-spacing: 0px;
}

.paragraph{
        text-align: justify;
    font-family: "Open Sans", sans-serif;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #666;
}
.paragraph a{
        color: #d13a7a;
}



/*fact area counter style */
.fact-counter-area {
    background:rgb(30, 181, 201);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.fact-counter-area .sec-title{
    padding-bottom: 40px;
}
.fact-counter-area .sec-title h3{
    color: #ffffff;    
}
.fact-counter-area .sec-title p {
    color: #f1f1f1;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}
.fact-counter-area ul li {
    display: inline-block;
    float: left;
    width: 270px;
    margin-bottom: 30px;
}
.fact-counter-area ul li:last-child{
    border-right: none;
}
.fact-counter-area h3{
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fff;
}
.fact-counter-area .single-item {
    width: 100%;
    display: block;
    padding: 0px 25px 0px;
    transition: all 500ms ease;
    position: relative;
}
.fact-counter-area .single-item .icon-holder{
    margin: 0 0 16px;
}
.fact-counter-area .single-item .icon-holder span:before{
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
}
.fact-counter-area .single-item h1 span{
    color: #ffffff;
    font-size: 37px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.fact-counter-area .single-item h3{
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Hind', sans-serif;
    margin: 11px 0 0;
}
/*end fact area style*/ 




.interest_form{
    padding: 1rem 0;
    font-size: 24px;
    text-align: left;
    /* font-family: Open Sans; */
    font-weight: 400;
    font-style: normal;
    color: #444;
}
.inner {
  position: relative;
  width: 100%;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 100%;
/*  left: 0;
  right: 0;*/
  background: rgba(36,36,36,0.75);
  color: #ffffff;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
.inner:hover .overlay {
  bottom: 0;
  height: 100%;
}
.text {
  color: #fff;
  font-size: 16px;
  position: absolute;
  /*top: 50%;
  left: 50%;*/
  text-align: center;
  padding: 40px 1.5em 0;
  text-align: center;
}
.text-holder {
    width: 100%;
    background: rgba(36,36,36,0.5);
}
.text-holder h3{
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    margin: 0;
    padding: .7em 15px;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    position: relative;
    width: 100%;
    z-index: 99;
    opacity: 1;
}

/*brand area*/
.brand-area{
    padding: 100px 0 70px;
    text-align: center;
}
.owl-carousel.owl-loaded {
    display: block;
}  





.carousel-indicators li {
    background: #c0c0c0;
}
.carousel-indicators .active {
    background: #333333;
}    
/*news style*/
.news{
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 30px;
}
.recent-posts{
        margin: 2.5rem 0;
}
.rpwwt-widget li{
    overflow: hidden;
    margin: 0 0 1.5em;
}
.rpwwt-widget a{
    outline: 0;
    text-decoration: none;
    background-color: transparent;
    transition-property: background-color, box-shadow, border, color, opacity, transform;
    transition-duration: 0.3s;
    -webkit-text-decoration-skip: objects;
    color: #d13a7a;
}
.rpwwt-post-title{
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}
.img_x{
    display: inline;
    float: left;
    margin: .3em .75em .75em 0;
}
/*end news style*/
.wpb_text h6 span{
        font-size: 18px;
    font-weight: 300;
    letter-spacing: 0px;
}

.w-actionbox.color_secondary{
    background-color: #6254a8;
    color: #ffffff; 
   margin-top: 36px;
}
.w-actionbox.controls_right {
    display: table;
    text-align: left;
    width: 100%;
}  
.w-actionbox {
    text-align: center;
    position: relative;
    padding: 2.5rem 3rem;
    border-radius: 0.3rem;
}
.w-actionbox-text p{
    line-height: 1.7;
    font-size: 16px;
}
.w-actionbox.controls_right .w-actionbox-controls {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    padding-left: 2rem;
}
.w-btn.color_primary.style_solid{
    background-color: #d13a7a;
    color: #ffffff;
}   
.w-btn.color_blue.style_solid {
    background-color: #5ac8ed;
    color: #fff !important;
}

.w-actionbox.controls_right .w-btn {
    margin-left: 1rem;
    padding: 10px;
}                  
.w-separator.type_invisible.size_small {
    margin: 0.75rem 0;
    height: 14px;
    }    


/*color custom*/ 
.color_custom {
    background-color: #e90c8d;
    margin-top: 36px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;   
}    
.btn_aligncenter{
        margin: 0.3rem 0;
}
.wpb_text h6{
    line-height: 1.4;
      font-size: 16px;
    font-weight: 500;
}
.w-btn-label{ 
    position: relative;
    color: #fff;
     text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.8;
    text-decoration: none;
    padding: 9px;
}
.btn_aligncenter{
    padding: 8px;
}

/*footer*/
.footer-area-top{
        padding: 5px 0 15px;
    background: #00b5cc;
}
.footer-box ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-box li{
    position: relative;
    /* padding-left: 30px; */
    margin-bottom: 20px;
    color: #333;
    padding-left: 30px;
}    
.title-bar4{
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #333;
    margin-bottom: 15px;
}
.footer-about{
    color:#333;
}
.footer-box i{
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 1;
    color: #333;
    padding-right: 15px;
}
.textwidget a{
    color: #333;
}
.appointment-form .input-box{
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;

}
._signup{
    color: #fff!important;
    background-color: #444!important;
    border-color: #1e1e1e;
    padding: 4px 16px;
}
._signup a{
    color: #fff;
     text-decoration: none;
}
.footer-bottom-area{
    color: #777777;
        background-color: #222;
}
.footer-bottom-area a{
        color: #777777;
}

.ulockd-partner {
    padding-bottom: 0px;
    padding-top: 0px;
}
.ulockd-bgthm1 {
    background-color: #fff !important;
}    


/*slider*/
.carousel-control.left {
    background-repeat: repeat-x;
    background-image: none;
}
.carousel-control.right{
     background-repeat: repeat-x;
    background-image: none;
}
/*slider*/


/*contact page*/
.contact-form-area {
    padding-top: 50px;
    padding-bottom: 50px;
 }   
.contact-form-area .contact-form form {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    display: block;
    padding: 36px 30px 60px;
}
.contact-form-area .contact-form form h2 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 35px;
}   
.contact-form-area .contact-form form input[type="text"]{
    background: #ffffff;
    border: 1px solid #ececec;
    color: #999999;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease;
} 
.contact-form form textarea {
    background: #ffffff;
    border: 1px solid #ececec;
    color: #999999;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease;
}
.quick-contact {
    overflow: hidden;
    padding: 50px 30px 54px;
    border: 1px solid #f4f4f4;
}
.quick-contact .title h2 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 30px;
    }        
    .quick-contact .title h2 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 30px;
}
.quick-contact .title p {
    color: #999999;
    font-size: 16px;
    margin: 0;
    }
/*end contact page*/


/*services page */
.h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #AF1C02;
    line-height: 28px;
}
/*end services page*/

 .social-links i {
    border: 1px solid #ccc;
    color: #fff;
    background: #1fa7ec;
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 2px;
}
.interest_form .inner img{
width: 100%;
}









@media (max-width: 991px){
 .collapse clearfix{
    display: block;
 }   
}
@media screen and (max-width: 480px){
.slide-banner img{
    width: 100%;
    height: 100%;
}

.w-actionbox color_secondary controls_right{
display: block;
}
.w-actionbox color_secondary controls_right .w-actionbox {
    padding: 1.5rem;
}
.w-actionbox.controls_right .w-actionbox-controls{
    display: block;
    text-align: center;
    padding: 1rem 0 0;
    white-space: normal;
    }
}

@media (max-width: 991px) and (min-width: 200px){
.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;
    border-color: #ddd;
 }
.navbar-toggle .icon-bar {
    background-color: #888;
 }   
 .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.slide-banner img{
    width: 100%;
}
.interest_form .inner{
margin-bottom: 30px;
}
.interest_form .inner img{
width: 100%;
}
.research_company .heading{
font-size:20px;
}
.header-right ul li{
  display: block;
  padding: 10px;
}
.logo{
        position: absolute;
    margin-top: -25px;
}
.text{
        padding: 40px -0.5em 0px;
}
}

@media (max-width: 767px) and (min-width: 200px){
.text p{
    line-height: 16px;
}
.slide-text {
text-align: center;
    padding: 0px 48px;
    margin: 0px;
} 
@media (max-width: 480px){
.slide-text h1 {
font-size: 20px;
line-height: 20px;
margin-bottom: 5px;
}
}

@media (min-width: 768px){
.navbar-toggle {
    display: none;
}
}
/*@media (max-width: 480px){
    .slide-text h1{
        font-size: 20px;
        color: #fff;
        line-height: 17px;
    }
}*/








.w-person {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 350px;
}
.w-person.layout_circle .w-person-image {
    overflow: hidden;
    z-index: 1;
}    
.w-person.layout_circle .w-person-image {
    overflow: hidden;
    z-index: 1;
}
.w-person.layout_circle .w-person-links {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0;
    transition: transform 0.3s;
    transform: translate3d(0,-100%,0);
    background-color: rgba(30,30,30,0.8);
    color: #fff;
 }
 .w-person.layout_circle .w-person-links-list {
    position: relative;
    top: 50%;
    padding: 1rem;
    transform: translateY(-50%);
 }
 .w-person-links-item {
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    line-height: 3rem;
    width: 3rem;
    margin: 0.15rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.w-person.layout_circle .w-person-links-item {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
}                  
.w-person.layout_circle:hover .w-person-links {
    transform: translate3d(0,0,0);
}
.w-person-image {
    position: relative;
}
.w-person-name{
    font-size: 20px;
}    






