.top_nav {
    /* background-color: #0071bc !important; */
    background: rgb(0,113,188);
    background: linear-gradient(90deg, rgba(0,113,188,1) 0%, rgba(0,113,188,1) 35%, rgba(0,212,255,1) 100%);
}

.punchtext {
    /* background-color: #0071bc !important;  */
    background: rgb(0,113,188);
    background: linear-gradient(90deg, rgba(0,113,188,1) 0%, rgba(0,113,188,1) 35%, rgba(0,212,255,1) 100%);
}

.tp-caption.text2 span {
    color: #72c4f3 !important;
}

.section_holder9 {
    background-color: #ee7821 !important;
}

.section_holder4 {
    background-image: none !important;
    /* background: #0071bc !important; */

    background: rgb(0,113,188) !important;
    background: linear-gradient(90deg, rgba(0,113,188,1) 0%, rgba(0,113,188,1) 35%, rgba(0,212,255,1) 100%) !important;
}

.section_holder3 .left .circle.active {
    background-color: #0071bc !important;
}

.section_holder3 .left .circle:hover {
    background-color: #0071bc !important;
}

.tp-caption.slider_but1 a {
    background-color: #ee7821 !important;
}

ul.nav > li > a.active {
    color: #ee7821 !important;
    border-bottom: 2px solid #72c4f3 !important;
}

.section_title .big span {
    color: #72c4ea !important;
}

.navbar-default .navbar-nav>li>a {
    color: #989898 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.section_title_line {
    height: 2px !important;
    background: #909090 !important;
    background-image: none !important;
}

.header_medium .bigtext span {
    color: #820e12 !important;
}

.blue {
    color: #0071bc !important;
}

.section_holder3 .right ul.list li i {
    color: #0071bc !important;
}

.section_holder3 .right .img_holder .shape {
    background: none !important;
}

.section_holder3 .left .circle {
    background-color: #9d9d9d !important;
}

ul.nav.navbar-nav li a:hover {
    color: #0071bc !important;
}

.list_st3 .icon {
    color: #ee7821 !important; 
    border: 1px solid #ee7821 !important;
}

.footer1 .social_links ul.social_icons li a:hover {
    color: #ee7821 !important;
    border: 1px solid #ee7821 !important;
}

.btn-warning {
    color: #fff;
    background-color: #ee7821 !important;
    border-color: #ee7821 !important;
}

.navbar-default .navbar-toggle i {
    color: #ee7821 !important;
    font-size: 21px;
}

/* mega menu css */

.menu-large {
    position: static !important;
  }
  .megamenu{
    padding: 20px 0px !important;
    width: 90% !important;
  }
  .megamenu> li > ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  .megamenu> li > ul > li {
    list-style: none !important;
  }
  .megamenu> li > ul > li > a {
    display: block !important;
    padding: 3px 20px !important;
    clear: both !important;
    font-weight: normal !important;
    line-height: 1.428571429 !important;
    color: #333333 !important;
    white-space: normal !important;
  }
  .megamenu> li ul > li > a:hover,
  .megamenu> li ul > li > a:focus {
    text-decoration: none !important;
    color: #262626 !important;
    background-color: #f5f5f5 !important;
  }
  .megamenu.disabled > a,
  .megamenu.disabled > a:hover,
  .megamenu.disabled > a:focus {
    color: #999999 !important;
  }
  .megamenu.disabled > a:hover,
  .megamenu.disabled > a:focus {
    text-decoration: none !important;
    background-color: transparent !important;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
  }
  .megamenu.dropdown-header {
    color: #428bca !important;
    font-size: 18px !important;
  }
  @media (max-width: 768px) {
    .megamenu{
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .megamenu> li {
      margin-bottom: 30px !important;
    }
    .megamenu> li:last-child {
      margin-bottom: 0 !important;
    }
    .megamenu.dropdown-header {
      padding: 3px 15px !important;
  
    }
    .navbar-nav .open .dropdown-menu .dropdown-header{
      color:#fff !important;
    }
  }


  .navbar-nav>li>.dropdown-menu {
    margin-top: -2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 13px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
}

.dropdown-item {
    padding: 12px 10px;
    position: relative;
    cursor: pointer;
    margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .dropdown-item {
      padding: 5px 10px;
      margin-top: 0;
  } 
}

.dropdown-item:hover {
  background: #00aee5;
  color: #fff;
}

.dropdown-item:hover p {
  color: #fff;
}

.dropdown-item:hover label {
  color: #fff;
}

.dropdown-item p {
    font-weight: 600;
}

.nav .caret {
    border-top-color: #a1a1a1 !important;
    border-bottom-color: #a1a1a1 !important;
}

/* price table css */

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
  
  .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
  }
  
  .price .header {
    background-color: #00c3f4;
    color: white;
    font-size: 25px;
  }
  
  .price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
  }
  
  .price .grey {
    background-color: #eee;
    font-size: 20px;
  }
  
  .button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
  }

  .section_holder19 {
    border-bottom: 0 !important;
}

/* help page css */

.box-wrapper {
  background: white;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 1rem;
  box-shadow:2px 2px 5px #d3dce7;
}

.icon-area {
  padding: 2rem 0;
}

.icon-area i {
  font-size: 3rem;
}

.content-area {
  display: block;
}

.content-area h6 {
  font-size: 20px;
  font-weight: 600;
}

.content-area p {
  margin-bottom: 1rem;
  font-size: 16px;
}

/* pages css */

.header_medium.two .bigtext {
  margin-bottom: 1rem;
}

.text-center {
  text-align: center;
}

.block-heading {
  position: relative;
  margin-bottom: 3rem;
}

.block-heading h2 {
  font-weight: 600;
  color: #252323;
  padding-bottom: 20px;
}

.block-heading p {
  font-weight: 300 !important;
  font-size: 16px;
  color: #161616;
  margin-bottom: 10px;
}

.card-header img {
  max-width: 100%;
  height: auto;
}

.card-wrapper {
  position: relative;
  /* box-shadow: 0 0 0 1px #d3dce7; */
  box-shadow: 2px 2px 5px #d3dce7;
  /* border: 1px solid #ccc; */
  text-align: center;
  margin-bottom: 10px;
}

.card-body h4 {
  font-size: 1.2rem;
  font-weight: 500;
  /* color: #445869; */
  /* letter-spacing: -0.4px; */
  margin-bottom: 6px;
}

.card-body p {
  font-size: 16px;
  margin-bottom: 15px;
}

.card-body {
  padding: 15px;
}

.margin_top7 {
  margin-top: 70px;
}

.dropwrapper-outter {
  display: block;
  position: relative;
  /* margin-top: 10px; */
}

.dropwrapper-outter label {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin: 0;
  display: block;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .dropwrapper-outter label {
    font-size: 14px;
  }
}

.dropwrapper-outter p {
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    font-style: italic;
    color: #716d6d;
}

@media only screen and (max-width: 767px) {
  .dropwrapper-outter p {
    font-size: 12px;
  }
   
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0px !important;
  padding: 0 !important;
}

.header_medium p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}

.color-wrapper {
  /* background: linear-gradient(105deg, #ee7821, #72c4f3); */
  background: rgb(0,113,188);
  background: linear-gradient(90deg, rgba(0,113,188,1) 0%, rgba(0,113,188,1) 35%, rgba(0,212,255,1) 100%);
}

.white-bg {
  background: #fff;
  padding: 4rem;
}

@media only screen and (max-width: 767px) {
  .white-bg {
    padding: 1rem;
  }
}

.standerd-features {display: block;}

.standerd-features li {
  margin-bottom: 20px;
  font-size: 1rem;
}

.message-wrapper {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.message-wrapper img {
  width: 60px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.message-wrapper h5 {
  font-size: 1.2rem;
  font-weight: 500;
}

ul.how-work {
  position: relative;
  display: block;
  margin: 0 auto;
}

ul.how-work li {
  float: left;
  width: 19%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  ul.how-work li {
    width: 100%;
    margin-bottom: 15px;;
  } 
}

ul.how-work li img {
  width: 70px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.list-websms {
  display: block;
  position: relative;
}

.list-websms li {
  font-size: 1rem;
  margin-bottom: 15px;
}

.mb-2 {
  margin-bottom: 10px;
}

p.text-head {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  p.text-head {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
  }

  h1 {
    font-size: 26px;
  }
}

p.text-danger {
  color: #b54040;
  font-weight: 500;
  font-size: 1.5rem;
}

.color-white {
  color: #ffffff !important;
}


.standerd-features li>svg {
  font-size: 20px;
  margin-right: 10px;
  color: #b3b3b3;
}

.who-need img {
  width: 50% !important;
}

.cards-section .item {
  margin-bottom: 30px;
}

.cards-section .item .icon-holder {
  margin-bottom: 15px;
}

.cards-section .item .icon {
  font-size: 36px;
}

.cards-section .item .title {
  font-size: 16px;
  font-weight: 600;
}

.cards-section .item .intro {
  margin-bottom: 15px;
}

.cards-section .item-inner {
  padding: 45px 30px;
  background: #fff;
  position: relative;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
  text-align: center;
}

.cards-section .item-inner .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../images/empty.gif");
  /* for IE8 */
}

.cards-section .item-inner:hover {
    background: #fff;
    border: 1px solid #72c4f3;
}

.cards-section .item-primary .item-inner {
  border-top: 3px solid #40babd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.cards-section .intro {
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
  color: #616670;
}

.dropwrapper-outter img {
  width: 35px;
}

@media only screen and (max-width: 767px) {
  .dropwrapper-outter img {
    width: 40px;
  }
}

.padding-bottom0 {
  padding-bottom: 0 !important;
}

.margin-bottom0 {
  margin-bottom: 0 !important;
}

.navbar {
  margin-bottom: 0 !important;
}

.navbar-brand {
  padding: 0 15px !important;
}


@media only screen and (min-width: 767px) {

  .navbar-nav>li>.dropdown-menu {
    width: 90% !important;
  }
}

.banner {

  background: url('../images/bg.jpg') center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  position: relative;
  margin-top: -52px;

}

.banner-text {
	padding: 15vw 0 20vw;
	box-sizing: border-box;
}

.slider-info {
    text-align: left;
    width: 600px;
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .slider-info {
      width: 100%;
  }
}

.slider-info h3 {
	font-size: 2.5em;
	text-transform: uppercase;
	color: #000;
  font-weight: 600;
  line-height: 1.5;
}

.slider-info p {
  margin: 0;
  color: #333;
  font-size: 1em;
  line-height: 2;
}

@media screen and (max-width: 1280px) {
  .slider-info h3 {
      font-size: 42px;
  }
}

.agile-link-bnr {
    padding: 12px 60px !important;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
    background: #29aae3;
    border: none;
    border-radius: 50px !important;
}

@media only screen and (max-width: 1280px) {
  .slider-info h3 {
      font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-info h3 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {

  .mt-lg-5, .my-lg-5 {
      margin-top: 3rem !important;
  }

}

.slider-info a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
  outline: none;
}

.navbar-brand>img {
  display: block;
  width: 80% !important;
  padding-top: 4px;
}

.sky-form .button {
  background-color: #0071bc !important;
}

.sky-form .button:hover {
  background-color: #c1272d !important;
}

.address_info a {
  color: #333333 !important;
}

.navbar-default {
  background-color: transparent !important;
  border-color: #e7e7e7;
  z-index: 1;
}


.navbar-toggle {
  position: absolute !important;
  right: 0 !important;
  top: 7px !important;
}

span.mega-menu-title {
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0;
  margin-bottom: 10px;
}

.custom-section {
  padding: 8rem 0;
}

.footer1 p {
  color: #fff;
}

.footer1 h4 {
  color: #fff;
  font-weight: 600;
}


.client-area {
  background-color: #fff !important;
}

html {
  font-size: 16px !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.url-wrap h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 26px;
}
a:hover {
    color: #23527c;
    text-decoration: none;
}

/* .btn {
  border-radius: 50px !important;
} */

li.contact h5 {
  font-weight: 600;
  /* display: inline-block; */
  width: 40%;
}

.card {
  position: relative;
  display: block;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
 
}

.card img {
  max-width: 100%;
  padding: 15px;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-body.news .label {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.btn-news {
  border-radius: 50px !important;
}

.news-wrapper {
  margin-bottom: 40px;
}

.font-weight-bold {
  font-weight: 700!important;
}

.block {
  display: block !important;
}

.help img {
  width: 100px;
  margin: 0 auto;
  padding: 15px 0 0;
}

.btn-primary {
  color: #fff;
  background-color: #0071bc !important;
  border-color: #0071bc !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #00bcef !important;
  border-color: #00bcef !important;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 500;
}

.btn-outline {
  border: 1px solid #fff !important;
  color: #fff !important;
}

.btn-outline:hover {
  color: #222 !important;
  border: 1px solid #222 !important;
}

.before-footer p {
  color: #fff;
  margin-bottom: 15px;
}

ul.how-work li a:hover {
  text-decoration: none;
}

ul.how-work li a {
  color: #333;
}

.text-body {
  font-size: 1.2rem;
  margin-top: 10px;
}

.label-la {
  font-size: 1rem !important;
  padding: 0 15px !important;
  margin-right: 10px !important;
  background-color: #009fdb !important;
}

.mb-5 {
  margin-bottom: 80px;
}

.btn {
  font-size: 16px !important;
  padding: 8px 20px !important;
}  

.mt-2 {
  margin-top: 20px;
}

.title-s {
  font-size: 1.1rem;
  font-weight: 600;
}


.dc-pricing-table {
  padding: 2rem 0;
}

@media only screen and(max-width: 767px) {
  .dc-pricing-table {
      overflow: auto;
  }

  .h1, h1 {
      font-size: 1.5rem !important;
  }
}

.dc-pricing-table-row {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
  background-color: #fff;
  border: solid 1px #dedede;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #414141;
}

@media only screen and (max-width: 767px) {
  .dc-pricing-table-row {
      overflow: auto;
  }
}

.dc-pricing-table-col {
  margin: 10px;
  text-align: center;
  -ms-flex-preferred-size: 8%;
  flex-basis: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}

.dc-pricing-table-row:hover {
  border: solid 1px #2cb5e8;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.dc-pricing-table-row-sort {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  background: linear-gradient(90deg, rgba(0,113,188,1) 0%, rgba(0,113,188,1) 35%, rgba(0,212,255,1) 100%) !important;
  color: #fff;
  /* justify-content: flex-start; */
}

.dc-pricing-table-row-sort .dc-pricing-table-col:nth-child(4) {
  color: #ccc;
}

.dc-pricing-table-row-sort:hover {
  border: none;
  -webkit-transform: none;
  transform: none;
}

.dc-price-table-head-text {
  font-weight: 500;
  font-size: 1.2rem;
}

.dc-pricing-table-col:nth-child(1) {
  font-weight: 500 !important;
}

.dc-pricing-table-col:nth-child(4) {
  color: #0071bc;
  font-weight: 600;
}

.dc-pricing-table-col img {
  width: 12px;
}

.dc-pricing-table-col:nth-child(1) {
  text-align: left !important;
  justify-content: left;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #0071bc !important;
  color: #fff !important;
}

.ctable {
  font-size: 17px !important;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #eee !important;
    color: #000 !important
}

.outter {
  border: 1px solid #007dc4 !important;
  color: #007dc4 !important;
}


.justify-content-center {
  display: flex !important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.sub img {
  margin: 0 auto;
}

.autoresponder-action .time-line {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 9rem;
}

.autoresponder-action .time-line>span {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(45deg,#00afec 88%,#f5f5f5);
  position: absolute;
  top: 0;
  /* left: 185px; */
}

.autoresponder-action .time-line .example-list {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}

.autoresponder-action .autoresponder-coaching .example-list .example-1 {
  left: 0;
}

.autoresponder-action .time-line .example-list .example {
  position: relative;
  top: -3px;
}

.autoresponder-action .time-line .example-list .example>span {
  background: url(../images/sprite-daylist.png) no-repeat;
  width: 6rem;
  height: 7.1rem;
  position: absolute;
  left: 50%;
  top: -9rem;
  margin-left: -2.6rem;
}

.autoresponder-action .autoresponder-coaching .example-list .example-2 {
  left: -140px;
}

.autoresponder-action .autoresponder-coaching .example-list .example-3 {
  left: -255px;
}

.autoresponder-action .autoresponder-coaching .example-list .example-4 {
  left: -370px;
}

.autoresponder-action .autoresponder-coaching .example-list .example-2>span {
  background-position: -11rem 0;
}

.autoresponder-action .autoresponder-coaching .example-list .example-3>span {
  background-position: -22.5rem 0;
}

.autoresponder-action .autoresponder-coaching .example-list .example-4>span {
  background-position: -28rem 0;
}

.mb-6 {
  margin-bottom: 9px;
  /* font-size: 12px !important; */
}

.label {
  line-height: 2 !important;
}

ul.standerd-features>li>p, ul.standerd-features>li>div {
  margin-left: 22px;
  font-size: 15px;
}

ul.standerd-features>li>div>ul>li {
  margin-bottom: 5px;
  font-size: 15px;
}

ul.standerd-features>li>div>ul {
  margin-top: 5px;
}

.cw-normal h2 {
  color: #fff;
}

.cw-normal p {
  color: #fff;
}

.flowbg {
  height: 1000px;
  position: relative;
}

.flow-border {
  background: url(../images/flow-border.jpg) no-repeat center top;
  height: 985px;
  width: 332px;
  position: absolute;
  left: -62px;
  right: 0px;
  margin: 0 auto 0 auto;
}

.flowbg .flowlftbox1 {
  position: absolute;
  top: 50px;
}

.green-border-circle {
  background: #a8c656;
  width: 150px;
  height: 6px;
  position: absolute;
  top: 160px;
  left: 260px;
}

.green-border-circle::before {
  width: 15px;
  height: 15px;
  position: absolute;
  content: " ";
  left: -10px;
  top: -4px;
  background: #a8c656;
  border-radius: 20px;
}

.green-border-circle::after {
  position: absolute;
  content: " ";
  background: #FFF;
  border: 5px solid #a8c656;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  top: -12px;
  right: -10px;
}

.flowlftbox1-txt {
  position: absolute;
  right: 400px;
  top: 150px;
}

.flowbg .flowlftbox2 {
  position: absolute;
  top: 250px;
  right: 30px;
}

.blue-border-circle {
  background: #5fb8fb;
  width: 150px;
  height: 6px;
  position: absolute;
  top: 350px;
  right: 310px;
}

.blue-border-circle::before {
  position: absolute;
  content: " ";
  background: #FFF;
  border: 5px solid #5fb8fb;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  top: -12px;
  left: -10px;
}

.blue-border-circle::after {
  width: 15px;
  height: 15px;
  position: absolute;
  content: " ";
  right: -10px;
  top: -4px;
  background: #5fb8fb;
  border-radius: 20px;
}

.blue {
  border: 1px solid #0071bc !important;
  color: #0071bc !important;
}

.flowlftbox2-txt {
  position: absolute;
  left: 220px;
  top: 330px;
}

.col-txt {
  font-size: 17px;
  color: #586a89;
}

.flowbg .flowlftbox3 {
  position: absolute;
  top: 450px;
}

.orange-border-circle {
  background: #ff6f47;
  width: 150px;
  height: 6px;
  position: absolute;
  top: 520px;
  left: 260px;
}

.orange-border-circle::before {
  width: 15px;
  height: 15px;
  position: absolute;
  content: " ";
  left: -10px;
  top: -4px;
  background: #ff6f47;
  border-radius: 20px;
}

.orange-border-circle::after {
  position: absolute;
  content: " ";
  background: #FFF;
  border: 5px solid #ff6f47;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  top: -12px;
  right: -10px;
}

.flowlftbox3-txt {
  position: absolute;
  right: 280px;
  top: 500px;
}

.flowbg .flowlftbox4 {
  position: absolute;
  top: 580px;
  right: 30px;
}

.perpal-border-circle {
  background: #c58ce9;
  width: 150px;
  height: 6px;
  position: absolute;
  top: 700px;
  right: 310px;
}

.perpal-border-circle::before {
  position: absolute;
  content: " ";
  background: #FFF;
  border: 5px solid #c58ce9;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  top: -12px;
  left: -10px;
}

.perpal-border-circle::after {
  width: 15px;
  height: 15px;
  position: absolute;
  content: " ";
  right: -10px;
  top: -4px;
  background: #c58ce9;
  border-radius: 20px;
}

.flowlftbox4-txt {
  position: absolute;
  left: 270px;
  top: 670px;
}

.flowbg .flowlftbox5 {
  position: absolute;
  top: 770px;
}

.yellow-border-circle {
  background: #fdc92e;
  width: 150px;
  height: 6px;
  position: absolute;
  top: 870px;
  left: 240px;
}

.yellow-border-circle::before {
  width: 15px;
  height: 15px;
  position: absolute;
  content: " ";
  left: -10px;
  top: -4px;
  background: #fdc92e;
  border-radius: 20px;
}

.yellow-border-circle::after {
  position: absolute;
  content: " ";
  background: #FFF;
  border: 5px solid #fdc92e;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  top: -12px;
  right: -10px;
}

.flowlftbox5-txt {
  position: absolute;
  right: 280px;
  top: 850px;
}

.contbox_st1 p {
  padding: 2px 15px;
}

.contbox_st1 a {
  margin-bottom: 15px;
}

.why-choose {
  padding: 60px 0;
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

.why-choose p {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 33px;
  color: #252525;
}

.area-why {
  padding: 40px 0;
}

.why-inner-wrapper {
  display: block;
  position: relative;
}

.why-inner-wrapper h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.why-inner-wrapper p {
  font-size: .9rem;
  font-weight: 300;
  color: #fff;
}

.why-inner-image-wrapper img {
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .why-inner-image-wrapper img {
    width: 70px;
    margin: 0 auto;
  }
}

.navbar-default {
  /* background-color: #f8f8f8; */
  border-color: transparent !important;
}

.substantial li h5 {
  font-weight: 600;
  font-size: 1rem;
}

.call {
  padding: 40px 0;
}

.call p {
  font-size: 1rem;
  margin-bottom: 15px;
}

.call p.big {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.our_timline {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 50px 0px;
}

.our_timline ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.start_animation ul:before {
  animation-duration: 10s;
  animation-name: fill_rise;
  animation-delay: .1s;
}

.our_timline ul:before {
  background: #CFCFCF;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  content: "";
  position: absolute;
  left: 0px;
  top: 145px;
}

/* .start_animation .seen_first {
  animation-duration: .5s;
  animation-delay: 1s;
  animation-name: slide_top;
  opacity: 0;
  animation-fill-mode: forwards;
} */

.our_timline ul li {
  display: inline-block;
  width: 180px;
  float: left;
  text-align: center;
}

.our_timline ul li .upper_blck {
  display: block;
  height: 205px;
}

.our_timline ul li .time_bubble {
  width: 100%;
  display: block;
}

.year_text {
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.time_detail {
  font-size: 13px;
  font-weight: 500;
  color: #666;
}


.list-item li i {
  color: #0071bc;
}

.list-item li {
  margin-bottom: 10px;
  font-size: 15px;
}


ul.footer-menu li {
  display: inline-block;
  margin-right: 10px;
}

ul.footer-menu {
  text-align: right;
}

ul.footer-menu li a {
  color: #fff;
}

ul.footer-menu li a:hover {
  text-decoration: none;
}

.list-websms p {
  margin-left: 25px;
}

.before-footer .btn {
  padding: 10px 25px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  margin-bottom: 5px;
}

.partner-with-form label {
  color: #fff;
  font-weight: 300;
}

.contact-footer-number a {
  margin-bottom: 15px !important;
  font-size: 20px !important;
  letter-spacing: 1px;
}

.footer1 ul.quick_links p {
  font-size: 15px;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: linear-gradient(90deg, rgba(0,113,188,1) 0%, rgba(0,113,188,1) 35%, rgba(0,212,255,1) 100%) !important;
}

.modal-title {
  font-size: 23px !important;
  display: inline-block !important;
  color: #fff !important;
}

.modal-body .partner-with-form label {
  color: #121212;
}

.login {
  padding: 7px 16px;
}

.login a {
  text-decoration: none !important;
}

button.btn.btn-outline.btn-news.blue {
  background: #fff !important;
}

input.btn.btn-outline.btn-news.blue {
  background: #fff;
}

li.nav-item.sub-nav a {
  padding: 10px 40px !important;
  font-size: 18px !important;
}