/* CSS */


a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
body{
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
.plr-0{
  padding-left: 0px;
  padding-right: 0px;
}
.p-0{
  padding: 13px;
}
.mt-6{
  margin-top: 6px;
}
.mt-19{
  margin-top: 19px;
}
.mt-50m{
  margin-top: -50px;
}
.p-15{
  padding: 15px;
}
.mt-55{
  margin-top: 55px;
}
.pt-55{
  padding-top: 55px;
}
.pt-35{
  padding-top: 35px;
}
.pb-40{
  padding-bottom: 40px;
}
.plr-100{
  padding-left: 100px;
  padding-right: 100px;
}
.fs-16{
  font-size: 16px;
}
.bg-fb{
  background-color:#3A559F;
}
.bg-tweet{
  background-color:#1da1f2;
}
.bg-google{
  background-color:#dd4b39;
}
.row-head{
  margin-bottom: 22px;
}
.text-purple{
  color: #3494E6;
}
.text-white{
  color: #ffffff;
}
.text-red{
  color: #d83f87;
}
.bg-lightgrey{
  background-color: #f5f5f5;
}
.bg-darkgrey{
  background-color: #e4e4e4;
}
.btn-red{
  background-color: #ae100f;
  color: white;
}
.bg-purple-gradient{
  background: #3494E6;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #EC6EAD, #3494E6);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #EC6EAD, #3494E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color:white;
}
.btn-theme{
  border-radius: 30px;
  padding: 8px 26px;
  background-color: #d83f87;
  border:1px solid #d83f87;
  color: #ffffff;
  transition: 0.5s;
  padding: 8px 28px;
  font-size: 18px;
}
.btn-theme:hover{
  background-color: #3494E6;
  border: 1px solid #3494E6;
  color: #ffffff;
  transition: 0.5s;
}
.floater{
  position: absolute;
}
.shadow{
  box-shadow: 0 0 38px rgba(41,49,64,0.07);
}
.text-blue{
  color:#30CFBE
}
.bg-blue{
  background-color:#30CFBE;
  color:white;
}
.pad{
  padding: 20px;
}
.no-pad{
  padding: 0;
}
.heading{
    font-size: 3.75rem;
    font-weight: 200;
    font-style: normal;
}
.noto{
  font-family: 'Noto Serif', serif;
}
/* --------------------------single page banner css */
.banner-head{
  background-image: url('../myimages/banner.jpg');
  background-size: cover;
}
.banner-head .breadcrumb{
  background-color: transparent;
  padding: 0 2px;
}
.banner-head .breadcrumb a{
  color: #333;
  transition: 0.5s;
}
.banner-head .breadcrumb a:hover{
  color: #d83f87;
  transition: 0.5s;
}




/*---------------------------top bar css*/
.top-bar{
  background-color: #30CFBE;
  color: #ffffff;
  border-bottom: 2px solid #f2f3f7;
}
.top-bar .row{
  margin-top: 7px;
}
.top-bar p{
  margin-bottom: 7px;
}



/*---------------------------navbar css*/
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
}
.navbar .fa{
  color: #ae100f;
}
.navbar-default {
    background-color: #ffffff;
    border-color: transparent;
    padding: 15px;
}
.navbar-default .navbar-nav>li>a{
  margin-right: 5px;
  color: #6e7480;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
  letter-spacing: 0.05em;
  transition: 0.5s;
  border-bottom: 1px solid white
}
.navbar-default .navbar-nav>li>a:hover{
  color: #29cebc;
  transition: 0.5s;
  border-color: #29cebc;
}
.navbar-brand{
  padding: 0
}
.navbar-brand img{
  width:270px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  top: 40px;
  left: -5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0px 0px;
  min-width: 205px;
}
.dropdown-menu>li>a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #ae100f;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

/*-------------------carousel css*/
.carousel-control.left{
  background-image: none!important;
}
.carousel-control.right{
  background-image: none!important;
}
.slide1-floater{
  position: absolute;
  top: 9%;
  left: 0;
  padding: 0
}
.slide2-floater{
  right: 0;
  position: absolute;
  top: 9%;
  padding: 0;
}
.slide3-floater{
  position: absolute;
  top: 3%;
  width: 100%;
}
.slide3-floater .img-sec{
  margin-top: 20%;
}
.slide1-floater img{
  animation-name: banner-fade;
  animation-duration: 4s;
}
@keyframes banner-fade {
    from {opacity: 0.1;}
    to {opacity: 1;}
}

.banner-shadow{
  box-shadow: rgba(125, 111, 194, 0.6) 0px 0px 38px;
}
.slide-text{
  position: absolute;
  left: 0;
  color: white;
  animation-name: banner-slide;
  animation-duration: 2s;
}
.slide1-floater .slide-text{
  width: 140%;
}
.slide2-floater .slide-text{
  width: 106%;
}
@keyframes banner-slide {
    from {left: 100%;}
    to {left: 0;}
}
.slide-text h1{
    font-size: 55px;
    letter-spacing: -2px;
    transition: none 0s ease 0s;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    font-weight: bold;

}
.slide-text .btn-banner{
  background-color: white;
  color:#92e0c7;
  padding: 22px 42px;
  border-radius: 50px;
}


/*------------------------------------------------------------------------------ about section css */
.about-sec, .doc-sec, .contact-sec-1{
  background-image: url('../myimages/top_triangle_bg.jpg');
  background-size: cover;
  background-position: right;
}
.about-sec .img-sec{
  position: relative;
}
.about-sec .img-sec .floater{
    width: 73%;
    left: 52px;
    bottom: -21px;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    display: inline-flex;
}
.about-sec .img-sec .floater h5{
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.5em;
    margin-top: 3px;
}
.about-sec .img-sec .floater h4{
    margin-bottom: 0
}

.about-sec .img-sec .floater .fa{
    margin-left: 26px;
    margin-top: 19px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 28px;
}
.bg-purple-gradient{
  background: #3494E6;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #EC6EAD, #3494E6);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #EC6EAD, #3494E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color:white;
}

/*
====================================
SERVICE SECTION
====================================
*/
.service-sec{
  background-image: url("../myimages/bottom-triangle-bg.jpg");
  padding-bottom: 60px;
  background-size: cover;
}

 .service-header span{
  position: relative;
  margin-right: 45px;
}
 .service-header span:after{
  background-color: #dddddd;
    content: '';
    display: block;
    height: 2px;
    width: 2.2em;
    position: absolute;
    right:-40px;
    top: 50%;
}
.service-box{
  background-color: white;
}
.service-box .img-sec img{
  margin: auto;
  margin-bottom:18px;;
}
.service-box .btn-read{
    padding: 13px 15px;
    border-radius: 50%;
}

/*
========================================
TESTIMONIAL SEC
========================================
*/
.testimonial-sec, .single-header{
  background: #3494E6;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #EC6EAD, #3494E6);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #EC6EAD, #3494E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.testimonials .item{
  position: relative;
  background-image: url('../myimages/quotes.png');
  background-size: 70px;
  background-position: inherit;
  background-repeat: no-repeat;
  padding: 40px;
}
.testimonials .item p{
  color:white;
}

/*
=====================================
APPOINTMENT SECTION
=====================================
*/
.appointment-sec, .about-service-sec{
  background-image: url("../myimages/bottom-triangle-bg.jpg");
  background-size: cover;
}
.appointment-sec .shadow{
  background-color: white;
}
.form-control{
    color: #293140;
    border-color: #f6f7fb;
    background-color: #f6f7fb;
    box-shadow: none;
    border-radius: 0;
    padding: 22px;
}

/* NM Css */
/* ====================================
Service Page
==================================== */
.service-nav li{
  padding: 9px;
  border: 1px solid #efefef;
  color: #3c3c3c;
  font-size: 17px;
  transition: 0.5s;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.service-page .col-md-4 {
  width: 29.333333%;
  margin-right: 40px;
}
/* .service-nav li:before{
  content: '\027A4';
  padding-right: 15px;
  border-right: 1px solid #ccc;
  margin-right: 15px;
  transition: 0.5s;
} */
.service-nav li.active{
  color: #ffffff;
  background: #30cfbe;

  transition: 0.5s;
}
/* .service-nav li.active:before{
  content: '\027A4';
  padding-right: 15px;
  margin-right: 0;
  border-right: none;
  transition: 0.5s;
} */
.service-nav li:hover{
  color: #ffffff;
  background: #30cfbe;

  transition: 0.5s;
}
/* .service-nav li:hover:before{
  content: '\027A4';
  padding-right: 15px;
  margin-right: 0;
  border-right: none;
  transition: 0.5s;
} */
.breadcrumb>.active {
    color: #fff;
}

/*
====================================
FOOTER
====================================
*/
footer p{
  margin: 0
}
footer a,
footer a:hover{
  text-decoration: none;
  color:white;
}

/*
======================================
Single HEADER
======================================
*/
.single-header{
  padding: 0px;
  color:white;
}
.single-header ol li a{
  color:white;
}
.single-header h2{
  margin-top: 10px;
}
.breadcrumb{
  margin-bottom: 10px;
}


/*
======================================
ABOUT PAGE
=====================================
*/
.doc-sec ul li{
  list-style-type: none;
  margin-top: 5px;
}
.doc-sec ul li:before{
    background: transparent;
    content: '\2714';
    font-family: fontello;
    font-size: 17px;
    left: -1.65em;
    height: auto;
    line-height: auto;
    top: 0;
    width: auto;
    color: #29cebc;
    margin-right: 15px;
}
.research-sec{
  background: #3494E6;
  background: -webkit-linear-gradient(to right, #EC6EAD, #3494E6);
  background: linear-gradient(to right, #EC6EAD, #3494E6);
}
.research-sec .col-md-4{
  border-right: 1px solid #9a9a9a;
}
.research-sec .col-md-3{
  border-right: 1px solid #9a9a9a;
}
.research-col{
  padding: 10px;
}
.research-col h4{
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.research-col li{
  color: #ffffff;
  text-align: justify;
  margin-bottom: 8px;
  margin-top: 8px;
}

.pub-sec .row1{
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}
.pub-sec .nav-pills li a{
  display: grid;

}
.pub-sec .nav-pills li a i{
  font-size: 26px;
  background-color: #ccc;
  padding: 20px;
  height: 64px;
  width: 64px;
  color: #fff;
  margin: auto;
  transform: rotate(45deg);
  border-radius: 4px;
}
.pub-sec .nav-pills li a span{
  text-transform: uppercase;
  color: #333;
  margin-top: 40px;
}
.pub-content{
  padding: 40px;
}
.pub-content li{
  text-align: justify;
  margin-bottom: 10px;
}
.pub-content p{
  text-align: justify;
  margin-bottom: 10px;
  margin-top: 10px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #fff;
}
.nav-pills>li.active>a>i, .nav-pills>li.active>a:focus i, .nav-pills>li.active>a:hover i {
    background-color: #d83f87;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}
.about-img{
  position: absolute;
  z-index: 1;
  top: -25px;
  width: 93.6%;
  border-radius: 6px;
}
.about-img-bg{
  position: absolute;
  z-index: 0;
  top: -23px;
  left: 0;
}



/* service page css */
.service-page .service-col{
  border: 1px solid #ccc;
}
.service-page .service-col img{
  margin: auto;

}
.service-page .service-col h4{
  margin: 25px auto;
}

/*
========================================
CONTACT PAGE
========================================
*/
.contact-page p{
  line-height: 25px;
  color:#979797;
}
.contact-page h4{
  margin-top: 35px;
}
.contact-page a{
  text-decoration: none;
  color:#333;
}
.contact-page .social-ico{
    margin: 20px;
    background-color: #dfdfdf;
    padding: 14px 17px;
    margin-top: 9px;
    border-radius: 50%;
    transition: 0.5s;
}
.contact-page .social-ico:hover{
  transition: 0.5s;
  background-color: #3494E6;
  color:white;
}

.contact-page .fa-twitter{
  padding: 15px 16px;
}
.contact-page .fa-google-plus{
  padding: 14px 13px;
}

.consulting-sec{
  background: #e1e2e6;
}
.consulting-col{
  position: relative;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 26px;
  background-color: #ffffff;
  height: 260px;
}
.consulting-col h4{
  margin-top: 33px;
}
.consulting-sec img{
  margin: auto;
  position: absolute;
  width: 20%;
  top: -36px;
  left: 40%;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}

.thumbnail {
  /* margin-bottom: unset; */
}


@media only screen and (max-width:500px) {
  .top-bar .col-sm-4{
    display: inline-flex;
  }
  .navbar-brand img {
    width: 205px;
    margin-top: 5px;
  }
  .navbar-collapse{
    margin-top: 5%;
  }
  .service-header h2{
    font-size: 24px;
  }
  .service-header h1{
    font-size: 24px;
  }
  .about-sec p{
    text-align: justify;
  }
  .about-sec img{
    margin-top: 5%;
  }
  .about-sec .img-sec .floater .fa {
    margin-top: 2px;
  }
  .appointment-sec h2{
    font-size: 24px;
  }
  .consulting-sec-home img{
    margin: auto;
  }
  .consulting-sec-home h4{
    margin-top: 0;
  }
  .consulting-sec-home .col-md-2{
    border: 1px solid #ccc;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .single-header {
    padding: 0px;
  }
  .single-header .col-md-12{
    padding: 0;
  }
  .single-header h2{
    font-size: 25px;
  }
  .service-nav li {
    font-size: 14px;
  }
  .pub-content {
    padding: 10px;
  }
  .plr-100 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .service-page .col-md-4 {
    width: 100%;
    margin-right: 0;
  }
  .slide1-floater{
      width:80%;
  }
  .slide-text h1{
      font-size: 23px;
  }
  .slide-text .btn-banner{
      padding: 8px 16px;
  }
  .slide2-floater{
      width:94%;
  }
  .slide3-floater .img-sec{
      margin-top:29%;
  }
  .consulting-sec .col-sm-4, .consulting-sec .col-sm-3{
      margin-top:44px;
  }
}
