


/* Logo Height on Scroll */
.header.headhesive.headhesive--stick .logo img {
	/*height: 28px;*/
}

.slider, 
.slider > div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
    height: 400px;
    /* height: 100vh; *//* If you want fullscreen */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
   
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

.slider > div {
    position: absolute;
}

.slider > i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}

.slider > i svg {
    margin-top: 3px;
}

.slider > .left {
    left: -100px;
}
.slider > .right {
    right: -100px;
}
.slider:hover > .left {
    left: 0;
}
.slider:hover > .right {
    right: 0;
}

.slider > i:hover {
    background:#fff;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-2px);
}

.slider > i.right:hover {
    transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
    transform: translateY(1px);
}

.slider:hover > div {
    transform: scale(1.01);
}

.hoverZoomOff:hover > div {
    transform: scale(1);
}

.slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}

.slider > ul > li {
    padding: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider > ul > .showli {
    background-color: #46b4e7;
    -moz-animation: boing .5s forwards;
2    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
}

.slider > ul > li:hover {
    background-color: white;
}

.slider > .show {
    z-index: 1;
}

.hideDots > ul {
    display: none;
}

.showArrows > .left {
    left: 0;
}

.showArrows > .right {
    right: 0;
}

.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff;
}

.titleBar * {
    transform: translate(-20px, 30px);
    transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
    opacity: 0;
}

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}

.slider > div span {
    display: block;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
}


@keyframes boing {
    0% {
        transform: scale(1.2);
    }
    40% {
        transform: scale(.6);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}

/* -------------------------------------- */

#slider2 {
    max-width: 30%;
    margin-right: 20px;
}

.row2Wrap {
    display: flex;
}

.content {
   /* padding: 50px;
    margin-bottom: 100px;*/
    padding-right: 30px;
}

html {
    height: 100%;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
h1, h2, h3 {
    font-family: 'Crimson Text', sans-serif;
    font-weight: 100;
}

.content {
   /* padding: 10px 15vw;*/
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:600|Open+Sans');

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}




a {
  text-decoration: none;
 

  font-size:14px;
  letter-spacing: 1px;
}

p {
  font-size: 13.5px;
  margin: 1rem 0;
  line-height: 1.5; text-align: justify;
}



h3 {
  font-family: oswald;
  color: #207c20;
  font-size:20px;
 /* margin: 1.3rem 0;*/
}

.section-lead {
  max-width: 600px;
  margin: 1rem auto 1.5rem;
}

.service a {
  color: #5b7abb;
  display: block;
}

.service h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #56ceba;
  font-size: 1.3rem;
  margin: 1rem 0 0.6rem;
}

.services-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.service {
  background: #fff;
  margin: 5px;
  padding: 5px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-flex: 1;
/*  flex: 1;
*/  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #e7e7e7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.service i {
  font-size: 3.45rem;
  margin: 1rem 0;
}

.service1 i,
.service1 h4,
.service1 .cta {
  color:#2f2f2f;;font-size: 19px; font-family: 'Oswald', sans-serif;
}




.service1:hover {
  border: 2px solid #0998d5;
}

.service2 i,
.service2 h4,
.service2 .cta {
  color: #2f2f2f; font-size: 19px; font-family: 'Oswald', sans-serif;
}

.service2:hover {
  border: 2px solid #0998d5;
}

.service3 i,
.service3 h4,
.service3 .cta {
  color: #2f2f2f; font-size: 19px; font-family: 'Oswald', sans-serif;
} 

.service3:hover {
  border: 2px solid #0998d5;
}

.service .cta span {
  font-size: 0.6rem;
}

.service >  {
   
}

.service .cta {
  align-self: flex-end; font-size: 15px;
}

@media all and (max-width:900px) {
  .services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

h1{
	font-family: 'Oswald', sans-serif;color: #0998d5;
}
section{
	margin-top: 10px;
}

.page-content{
	margin: 0px;         padding: 25px 0px 50px 0px;
}
.center {
    display: block;
    margin-left: 29px;
   
}
.abt{
   padding: 50px 0px 50px 0px;
}
.healtservices{
  padding: 10px 0px 40px 0px;
}

.fadeInUp{
  background:white; padding: 0px; padding-bottom: 30px;
}

/* fixed social*/
#fixed-social {
   position: fixed;
   top: 300px;
   z-index: 1000;
   right: 0px;
}

.widget-content ul li a{
  font-size: 13.5px; text-decoration: none;
}

 .str3-2 span {
      border:3px solid #ccc;
     background:#f1f1f1;
        margin:0 5px; width:210px;
        height:130px;
        display:inline-block;
        }

  .str3-2 span {
      border:3px solid #ccc;
     background:#f1f1f1;
        margin:0 5px; width:210px;
        height:130px;
        display:inline-block;
        }

        .Projects{
          background: whitesmoke;
          padding: 10px 0px 25px 0px;
        }

        .iphone{
          background: whitesmoke;}

.stat{
  color: #fff;
  height: 230px;
}

.stat i{
  font-size: 48px;
  padding-top: 10px;
}

.stat h4{
  font-weight:10;
  font-size: 20px;
    color: white;
}

.codes{
  background: url(../images/stats1.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.projects{
  background: url(../images/stats2.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.clients{
  background: url(../images/stats3.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.feedback{
  background: url(../images/stats4.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.numscroller-big-bottom{
  color: white;
}

.persent{
  color: white; padding-top: 20px;
}

.vertical-align{
  padding-top: 30px;
}

.contact{
  padding: 30px 0px 30px 0px; background: white;
}

.float-right{
  float: right !important; 
  border: none;
}

.abt{
  padding: 16px 0px 40px 0px;
}


.slider-images{
  background-image: url(../images/agile-banner.jpg); background-repeat: no-repeat; 
  width: 100%;
}

.slider-images2{
  background-image: url(../images/banner2.jpg); background-repeat: no-repeat; 
  width: 100%;
}

.slider-images3{
  background-image: url(../images/banner1.jpg); background-repeat: no-repeat; 
  width: 100%;
}

.slider-images4{
  background-image: url(../images/banner3.jpg); background-repeat: no-repeat; 
  width: 100%;
}

.service p{
  text-align: center;
}

.service h4{
  padding-left: 41px;
}
.owl-testi p{
  text-align: center; color: #000;
}


/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px; transition: width 2s, height 4s;
}



  .l_c_h {
    width:320px;
    position:fixed;
    bottom:2px;  
    right:0px;
    background:#fff;
    border-radius:3px;
    z-index:5000;
            display:block;
          }
  .l_c_h .c_h {
    cursor:pointer;
    border-radius:0px;
        /*background:#c61432;*/
        background: #2dc3e8;
        line-height: 34px;
  }
  .l_c_h .left_c {
    color:#ebebeb;
    width:150px;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
  }
  .l_c_h .right_c {
    text-align:center;
    /*background:#DE4A4A;*/
    background:#ff8f32;
    line-height: 36px;
  }
  .l_c_h .right_c  a {
    color:#ebebeb;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    cursor: pointer !important;
    font-size: 16px;
    line-height: normal !important;
    margin-top: 0 !important;
    padding: 1px 0px !important;
    text-align: center !important;
    text-decoration:none;
    font-weight:600;
  }
  .clear {
    clear:both;
  }
  .chat_container {
      /*    display:none;*/
      padding:5px 26px;
         }
  .chat_container .no_provider {
    text-align:left;
    color:#5E5652;
    font-size:12px;
    width:300px;
    padding:5px;
    font-family:Arial, Helvetica, sans-serif;
    margin-left:5px;
  }
  .chat_container .footer_c {
    text-align:left;
    color:#5E5652;
    font-size:12px;
    margin-left:10px;
    margin-bottom:10px;
    font-family:Arial, Helvetica, sans-serif;
  }
  .chat_container .footer_c a {
    text-decoration:underline;
    color:#777;
    font-size:11px;
  }
  .chat_container .chat_entry {
    margin:10px;
    margin-top:0px;
  }
  .chat_container .chat_entry p {
    margin-top:10px;
    margin-bottom:10px;
  }
  .chat_container .chat_entry h4 {
    text-align:left;
    color:#1A1A1A;
    font-weight:400;
    font-size:16px;
    margin-top:0px;
  }
  .chat_container .chat_entry input[type="text"] {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #999;
    font-size: 13px;
    padding: 8px 8px;
    margin-bottom:5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:100%;
 /*   height:30px; */ 
    font-family:Arial, Helvetica, sans-serif;
  }
  .chat_container .chat_entry input[type="text"]:focus {
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline:0 none;
    border-color:#66afe9;
  }
  .chat_container .chat_entry input[type="submit"]{
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    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:0px;
    color: #fff;
    /*background-color: #DD4A4A;*/
    background-color: #2dc3e8 !important;
    font-family:Arial, Helvetica, sans-serif;    
  }
  .chat_container .chat_entry input[type="submit"]:hover {
    background-color: #C64545;
  }
  .form-error {
    display:none;
  }
  .chat_message {
    height:250px;
    overflow-y:scroll;
    padding:10px;
    border-bottom:1px solid #222222;
    padding-top:10px;
  }
  .chat_message .message_contain {
    margin:5px;
    background:#FCF8E2;
    padding:5px;
  }
  .chat_message .user_message {
    background:#F5F5F5;
  }
  .chat_message .message_contain  .header_image {
    float:left;
    width:50px;
    margin-top:0px;
    margin-bottom:0px;
  }
  .chat_message .message_contain .chat_mess {
    font-size:13px;
    color:#444444;
    margin-top:0px;
  }
  .chat_message .message_contain .chat_date {
    color:#777;
    font-size:11px;
    margin-top:0px;
    margin-bottom:0px;
  }
  .chat_text_area {
    margin:5px;
  }
  .chat_text_area .messag_send {
    width:100%;
    resize:none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    padding:5px;
    font-size:13px;
    height:35px;
  }
  .chat_text_area .messag_send:focus {
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline:0 none;
    border-color:#66afe9;
  }
  .left{
    float:left;
  }
  .right{
    float:right;
  }
  .left_icons{
    width:35px;
    height:auto;
    text-align:center;
    color:#999;
    /*background:#DE4A4A;*/
        background: #ff8f32;
    font-size:15px;
  }
  .left_icons a{
    color:#fff;
    font-weight:normal;
  }
  .center_icons{
    text-align:center;
    padding:2px 0px 0px 5px; color: white;
  }
  .logout img{
    margin-top:8px;
  }



  .fnt-clr{
    text-align: center;  color: #207c20; font-size:17px; font-weight:500; padding: 0px 70px 0px 70  px;
  }

  .bg-c{
    background-color: whitesmoke;
  }





.txt-center{
  text-align: center;
}

.timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
}

.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
    min-height: 170px;
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 7px solid #0998d5;
    border-radius: 100%;
    background-color: #0998d5;
    box-shadow: 0 0 5px #4582ec;
    width: 200px;
    height: 200px;
    margin-left: -100px;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 4px;
    padding:0;
    color: #b3b3b3;
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
    text-transform: none;
    font-size:18px;
    color:#333333;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    color:#808080;
}
/*Style for even div.line*/
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 690px;
    width: 4px;
    height:340px;
    background-color: #0998d5;
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Safari */
    transform: rotate(-44deg);
    box-shadow: 0 0 5px #4582ec;
}
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 450px;
    width: 4px;
    height:340px;
    background-color: #0998d5;
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Safari */
    transform: rotate(44deg);
    box-shadow: 0 0 5px #4582ec;
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }

}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(even) {
   
    min-height: 0px;
    right: 0px;
  }

  .menu-bar{
    position: fixed;
    background-color: white;
    z-index: 1000;  width: 100%;
  }


.mobile-view  {
display: none;

}

.new-footer{
  margin-top: 110px !important; 
}

.slide{
  margin-top:-50px;
}


.m-top {
    margin-top:51px !important;
}

.c-top img{
margin-top: -76px;
}

.h-top img{
margin-top: 60px;
}

.p-top img{
margin-top: -69px;
}


.l-top img{
margin-top: -72px;
}

.mobile-vers{
  margin-top: 50px !important;
}

.page-heading {
  margin-top: 10px;
}

.logo img{
  margin-left:-18px
}

.page-heading h1 {
    font-size: 24px;
    margin: 0;
    color: #fff;
    padding: 3px 0 10px 0;
}

.page-heading .breadcrumb{
  padding: 7px 0 20px 0px;
}

  .timeline > li .timeline-panel{
    margin-top: 20px;
  }

.img-top{
  margin-top: 10px; display: none;
}
  
.img-tops{
  margin-top:10px !important;
} 

  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px; display: none;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;  
    margin-top: 367px;
  }

.times{
      margin-top: 480px !important;
}

.ajay{
  margin-top: 469px;
}

.center {
    display: block;
    margin-left: 45px;
   
}

.timeline > li .timeline-panel{

/*  text-align: left;
*/}

.icon-box .icon-box-body h3, .icon-box .icon-box-body h4{
  text-align: center;
}

.icon-box .icon-box-body img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.timeline>li:nth-child(even){
      margin-bottom: -44px;
}


  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0; display: none;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0px   14px 0px 0px;
  }
  .timeline > li .line {
    display: none;
  }


}

.cntr{
  padding-top: 40px;
}


h2{
  font-family: oswald;color: #0998d5;

}

.txt-centers{
  color: #ff8f32;
}




.centerslims{
  padding-left: 50px !important;
}


.txt-cent{
      color: #ae2573c4;
}

.color-phr h3{
    color:#ae2573c4;
}


.color-phrs h3{
    color:#ae2573c4;
 
}

.dummy-c{
  visibility: hidden;
}
.txt-centerp{
      color: #ce991a;

}

.color-change h3{
     color: #ce991a;
}
.key-section{
  padding: 25px 0px 25px 0px;
}

.img-up{
  margin-top: 52px;
}

.home-sticky{
  position: fixed;
  z-index: 1000;

  background-color: white;
      width: 100%;
    padding: 0px;
    margin-top: -99px;
}

.sticky{
  position: fixed;
  z-index: 1000;
  background-color: white;
      width: 100%;
    padding: 0px;
    
}

.m-top{
      margin-top: 131px;
}

.c-top{
  margin-top: 131px;
}

.p-top{
    margin-top: 126px;
  }
  .l-top{
    margin-top: 126px;
  }

  .conts a{
    font-size: 24px;color: #0998d5;
  }
  .Request-new a{
       font-size: 24px;color: #0998d5;
  }