/***************************************************************************************************************
||||||||||||||||||||||||||||            MASTER STYLESHEET FOR Nonid         ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. imported styles
* 2. common styles
* 3. header styles
* 4. banner styles
* 5. footer styles
* 6. blog styles
* 7. fun fact styles
* 8. brand styles
* 9. testimonials styles
* 10. inner-banner styles
* 11. pricing styles
* 12. cta styles
* 13. services styles
* 14. sidebar styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1. imported styles
*/

/*
* 2. common styles
*/
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 34px;
  color: #666e82;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.page-wrapper {
  /* position: relative; */
  /* margin: 0 auto; */
  /* width: 100%; */
  /* min-width: 300px; */
  /* overflow: hidden; */
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.thm-black-bg {
  background-color: #2e3d62;
}

.thm-base-bg {
  background-color: #ff8257;
}

.thm-gray-bg {
  background-color: #F3F3F3;
}

hr.style-one {
  margin: 0;
  border-top: 1px solid #EAEAEA;
}

.block-title {
  margin-bottom: 60px;
}

.block-title__text {
  margin: 0;
  font-weight: bold;
  color: #2e3d62;
  font-size: 50px;
  line-height: 60px;
}
.block-title__text span {
  position: relative;
}
.block-title__text span:before {
  content: '';
  /*background-color: #ff8257;*/
  background-color: transparent;
  opacity: 0.102;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 12px;
  left: 0;
  border-radius: 4px;
}

.icon-revresed {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}
.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #ff8257;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #2e3d62;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #ff8257;
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #ff8257;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border-radius: 50%;
  transition: all .4s ease;
}
.scroll-to-top:hover {
  background-color: #006393;
}
.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}

/*
* 3. header styles
*/
/* .header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
} */
/* .header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
} */
/* .header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 44%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} */
/* .header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: none;
  text-align: center;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 44px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
/* } */ */
/* .header-navigation ul.navigation-box > li + li {
  margin-left: 45px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  font-weight: 500;
  font-size: 18px;
  color: #666E82;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}
.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
  color: #006393;
}
.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #2e3d62;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #fff;
  background: #ff8257;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
/* }
.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #2e3d62;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #fff;
  background: #ff8257;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
} */ */

/* .header-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-one__btn {
  display: inline-block;
  vertical-align: middle;
  background-color: #FF8257;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 19px 49px;
  border-radius: 27px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
}
.header-one__btn:hover {
  background-color: #FFFFFF;
  color: #FF8257;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}
.header-one .header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
}
.header-one .header-navigation.stricky-fixed ul.navigation-box > li {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-one__home-two .header-navigation ul.navigation-box > li > a {
  color: #fff;
  position: relative;
}
.header-one__home-two .header-navigation ul.navigation-box > li > a:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
} */
/* .header-one__home-two .header-navigation ul.navigation-box > li.current > a:before, .header-one__home-two .header-navigation ul.navigation-box > li:hover > a:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
} */
.header-one__home-two .header-one__btn {
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
  background-color: #ff8257;
}
/* .header-one__home-two .header-navigation.stricky-fixed {
  background-color: #2e3d62;
} */

/*
* 4. banner styles
*/
.banner-one {
  /* background: transparent url(../img/banner/banner-bg-1-1.png) right top no-repeat; */
  /* background-size: cover; */
  padding-top: 180px;
  /* padding-bottom: 147px; */
  /* position: relative; */
}
/* .banner-one .block-title__text{
  color:#006393;
} */
.banner-one [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
  perspective: 400px;
}
.banner-one .bubble-1 {
  top: 67%;
  left: 3%;
}
.banner-one .bubble-2 {
  top: 25%;
  left: 35%;
}
.banner-one .bubble-3 {
  top: 92%;
  left: 34%;
}
.banner-one .bubble-4 {
  bottom: 10%;
  left: 45%;
}
.banner-one .bubble-5 {
  top: 17%;
  right: 5%;
}
.banner-one .bubble-6 {
  top: 30%;
  right: 40%;
}
.banner-one__moc {
  position: absolute;
  top: 150px;
  right: 2%;
}
.banner-one .block-title {
  margin-bottom: 35px;
}
.banner-one .block-title__text {
  /* font-size: 60px; */
  line-height: 70px;
}
.banner-one__text {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #000;
  margin-bottom: 50px;
}
.banner-one__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  text-align: center;
  background-color: #FF8257;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 59.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}
.banner-one__btn:hover {
  background-color: #006393;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.banner-one__home-two {
  background-image: url(../img/banner/banner-bg-1-2.jpg);
}
.banner-one__home-two .block-title__text {
  color: #fff;
}
.banner-one__home-two .block-title__text span:before {
  background-color: #fff;
  opacity: .1;
}
.banner-one__home-two .banner-one__text {
  color: #fff;
}
.banner-one__home-two .banner-one__btn {
  background-color: #fff;
  color: #2E3D62;
}
.banner-one__home-two .banner-one__btn:hover {
  background-color: #2E3D62;
  color: #fff;
}
.banner-one__home-two .banner-one__moc {
  top: auto;
  bottom: 0;
}

.cta-one__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  text-align: center;
  background-color: #FF8257;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 59.5px;
  margin-top: 55px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}
.cta-one__btn:hover {
  background-color: #2e3d62;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.cta-two {
  position: relative;
  /* padding-bottom: 120px; */
}
.section [class^="container"],
section [class^="container"] {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  position: relative;
}
.section [class^="container"].bring-to-front,
section [class^="container"].bring-to-front {
  z-index: 9;
}
@media (min-width: 768px) {
  .section [class^="container"],
  section [class^="container"] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.cta-two [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
          perspective: 400px;
}
.cta-two .bubble-1 {
  top: 15%;
  left: 10%;
}
.cta-two .bubble-2 {
  bottom: 15%;
  left: 40%;
}
.cta-two .bubble-3 {
  top: 5%;
  right: 10%;
}
.cta-two hr {
  margin: 0;
  border: none;
  border-top: 1px solid #EAEAEA;
  margin-bottom: 120px;
}
.cta-two .block-title {
  margin-bottom: 50px;
}
.cta-two__moc {
  position: absolute;
  bottom: 70px;
  right: 10px;
  top: 50px;;
}
@media (max-width: 1440px) {
  .cta-two__moc {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
.cta-two__text {
  margin: 0;
  color: #777B92;
  font-size: 18px;
  line-height: 32px;
}
.cta-two__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.cta-two__feature-icon {
  font-size: 64px;
  color: #FF8257;
}
.cta-two__feature-single:nth-child(2) .cta-two__feature-icon {
  color: #5DD8D3;
}
.cta-two__feature-single:nth-child(3) .cta-two__feature-icon {
  color: #9364D4;
}
.cta-two__feature-title {
  margin: 0;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}
.cta-two__feature-title a {
  color: #2E3D62;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.cta-two__feature-title a:hover {
  color: #ff8257;
}
.cta-two__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  text-align: center;
  background-color: #FF8257;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 59.5px;
  margin-top: 50px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}
.cta-two__btn:hover {
  background-color: #2e3d62;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.cta-three {
  background: transparent url(../images/cta-bg-1-2.png) bottom center no-repeat;
  background-size: cover;
  padding-bottom: 220px;
  padding-top: 382px;
  position: relative;
}
.cta-three [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
          perspective: 400px;
}
.cta-three .bubble-1 {
  top: 30%;
  left: 15%;
}
.cta-three .bubble-2 {
  top: 30%;
  right: 10%;
}
.cta-three .bubble-3 {
  bottom: 10%;
  left: 40%;
}
.cta-three .container {
  position: relative;
}
.cta-three__moc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-100px);
          transform: translateY(-50%) translateX(-100px);
  left: 0;
}
.cta-three .block-title {
  margin-bottom: 40px;
}
.cta-three__text {
  font-size: 20px;
  color: #666E82;
  line-height: 40px;
  margin: 0;
}
.cta-three__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 45px;
}
.cta-three__list-item {
  font-size: 18px;
  position: relative;
  color: #666E82;
  padding-left: 30px;
}
.cta-three__list-item i {
  color: #FF8257;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta-three__list-item + .cta-three__list-item {
  margin-top: 5px;
}
.cta-three__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  text-align: center;
  background-color: #FF8257;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 59.5px;
  margin-top: 55px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}
.cta-three__btn:hover {
  background-color: #2e3d62;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

/*
* 13. services styles
*/
.service-one {
  /* padding-top: 120px; */
  background: transparent url(../images/all_products.png) right top no-repeat;
  background-size: cover;
  /* padding-bottom: 50px; */
  position: relative;
}
.service-one__single {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  overflow: hidden;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-one__single:before, .service-one__single:after {
  content: '';
  width: 191px;
  height: 191px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .1;
  position: absolute;
  -webkit-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
}
.service-one__single:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(60%, -60%);
          transform: translate(60%, -60%);
}
.service-one__single:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-60%, 60%);
          transform: translate(-60%, 60%);
}
.service-one__icon {
  font-size: 60px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #5DD8D3;
}
.service-one__title {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 40px;
}
.service-one__title a {
  color: #2E3D62;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-one__title a:hover {
  color: #fff;
}
.service-one__text {
  color: #666E82;
  font-size: 16px;
  line-height: 34px;
  min-height: 136px;
  margin: 0;
  margin-bottom: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-one__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  color: #BCBFC7;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

[class*=col-]:nth-child(1) .service-one__icon {
  color: #006393;
}
[class*=col-]:nth-child(1) .service-one__single:hover {
  background-color: #006393;
}
[class*=col-]:nth-child(1) .service-one__single:hover .service-one__icon,
[class*=col-]:nth-child(1) .service-one__single:hover .service-one__title a,
[class*=col-]:nth-child(1) .service-one__single:hover .service-one__text,
[class*=col-]:nth-child(1) .service-one__single:hover .service-one__link {
  color: #fff;
}
[class*=col-]:nth-child(1) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
[class*=col-]:nth-child(1) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
}

[class*=col-]:nth-child(2) .service-one__icon {
  color: #006393;
}
[class*=col-]:nth-child(2) .service-one__single:hover {
  background-color: #006393;
}
[class*=col-]:nth-child(2) .service-one__single:hover .service-one__icon,
[class*=col-]:nth-child(2) .service-one__single:hover .service-one__title a,
[class*=col-]:nth-child(2) .service-one__single:hover .service-one__text,
[class*=col-]:nth-child(2) .service-one__single:hover .service-one__link {
  color: #fff;
}
[class*=col-]:nth-child(2) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
[class*=col-]:nth-child(2) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
}

[class*=col-]:nth-child(3) .service-one__icon {
  color: #006393;
}
[class*=col-]:nth-child(3) .service-one__single:hover {
  background-color: #006393;
}
[class*=col-]:nth-child(3) .service-one__single:hover .service-one__icon,
[class*=col-]:nth-child(3) .service-one__single:hover .service-one__title a,
[class*=col-]:nth-child(3) .service-one__single:hover .service-one__text,
[class*=col-]:nth-child(3) .service-one__single:hover .service-one__link {
  color: #fff;
}
[class*=col-]:nth-child(3) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
[class*=col-]:nth-child(3) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
}

[class*=col-]:nth-child(4) .service-one__icon {
  color: #006393;
}
[class*=col-]:nth-child(4) .service-one__single:hover {
  background-color: #006393;
}
[class*=col-]:nth-child(4) .service-one__single:hover .service-one__icon,
[class*=col-]:nth-child(4) .service-one__single:hover .service-one__title a,
[class*=col-]:nth-child(4) .service-one__single:hover .service-one__text,
[class*=col-]:nth-child(4) .service-one__single:hover .service-one__link {
  color: #fff;
}
[class*=col-]:nth-child(4) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
[class*=col-]:nth-child(4) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
}

/*
* 14. sidebar styles
*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__title {
  margin: 0;
  color: #2E3D62;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.sidebar__single:not(.sidebar__search) {
  padding: 50px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__post__single + .sidebar__post__single {
  margin-top: 30px;
}
.sidebar__post-image, .sidebar__post-content {
  display: table-cell;
  vertical-align: middle;
}
.sidebar__post-image {
  width: 60px;
}
.sidebar__post-image .inner-block {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.sidebar__post-image .inner-block > img {
  width: 100%;
}
.sidebar__post-content {
  padding-left: 20px;
}
.sidebar__post-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.sidebar__post-title a {
  color: #666E82;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar__post-title a:hover {
  color: #ff8257;
}
.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar__category-list-item {
  line-height: 1em;
}
.sidebar__category-list-item a {
  color: #666E82;
  font-size: 16px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar__category-list-item a:before {
  content: '\f101';
  font-family: 'FontAwesome';
  color: #FF8257;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-15px);
          transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar__category-list-item a:hover {
  color: #9364D4;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.sidebar__category-list-item a:hover:before {
  opacity: 1;
}
.sidebar__category-list-item + .sidebar__category-list-item {
  margin-top: 27px;
}
.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.sidebar__tags-list-item a {
  display: block;
  color: #666E82;
  font-size: 16px;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar__tags-list-item a:hover {
  color: #ff8257;
}
.sidebar__search-form {
  width: 100%;
  height: 84px;
  border-radius: 4px;
  background-color: #FF8257;
}
.sidebar__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
}
.sidebar__search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.sidebar__search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.sidebar__search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sidebar__search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/****  NEW CSS  ***/


/* .cta-two .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #006393 !important;
    background-color: transparent;
    border-color: 0px solid #006393;
    border-bottom: 1px solid #006393 !important;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    font-size: 17px;
    font-weight: normal;
    text-align:left;
} */
/* .cta-two .nav-tabs .nav-link {
    border: none;
    color: #010927 ;
    text-align:left;
    font-size: 17px;
    padding: 0px !important;
} */
.cta-blue_bar{
  background-color: #006393; 
  
}
.cta-blue_bar_inner{
  padding-top: 20px;
  padding-bottom: 20px;
}
.cta-blue_bar_text{
  font-size: 26px;
  color:#fff;
  line-height: 57px;
}
.cta-blue_bar_button{
  text-align: right;
}
.cta-blue_bar__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  text-align: center;
  background-color: #FF8257;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 55.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}
.cta-blue_bar__btn:hover {
  background-color: #fff;
  color: #006393;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.testimonial{
  background-color: #b0cfde;
  padding: 20px;
  color:#010927;
}
.test-content{
  min-height:200px;
}
.testimonial .media-body .name{ text-transform: uppercase;}
.testimonial .media-body .details{ color:#414141; font-size: 16px;}
.testimonial-carousel{ width: 100%;}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  border-radius: 15px !important;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #99c1d4;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top:120%;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li.active {
  background-color: #ff8301;
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}
.carousel-item .col-lg-6 { width: 48% !important; float: left;}

.inner-banner [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
          perspective: 400px;
}
.inner-banner .bubble-1 {
  top: 5%;
  left: 14%;
}
.inner-banner .bubble-2 {
  top: 2%;
  left: 49%;
}
.inner-banner .bubble-3 {
  top: 4%;
  right: 14%;
}



/****  FAQs  ****/
#faq_page [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
          perspective: 400px;
}
#faq_page .bubble-1 {
  top: 16%;
  left: 14%;
}
#faq_page .bubble-2 {
  top: 6%;
  left: 49%;
}
#faq_page .bubble-3 {
  top: 12%;
  right: 14%;
}

.panel-group .panel {
  border-radius: 3px;
  box-shadow: none;
  border-color: #FFF;
  margin-top: 25px;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 5px 6px #f8f9fa;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #f8f9fa;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #f8f9fa;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  color: #2e3d62;
  background-color: #FFF;
  border-color: #EEEEEE;
}

.panel-default > .panel-heading a{
  
  color: #2e3d62;
  
}

.panel-title {
  font-size: 18px;
  color: #2e3d62;
}

.panel-title > a {
  display: block;
  padding: 25px;
  text-decoration: none;
}

.more-less {
  float: left;
  color: #ff8301;
  margin-right: 25px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FAFAFA;
  background-color: #FAFAFA;
  color:#006393;
  padding-left: 65px;
  padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* TERMS PAGE */
#terms_page [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
          perspective: 400px;
}
#terms_page .bubble-1 {
  top: 1.8%;
  left: 14%;
}
#terms_page .bubble-2 {
  top: .6%;
  left: 49%;
}
#terms_page .bubble-3 {
  top: 1.4%;
  right: 14%;
}
/* AUP */
#aup_page [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
          perspective: 400px;
}
#aup_page .bubble-1 {
  top: 14%;
  left: 14%;
}
#aup_page .bubble-2 {
  top: 4%;
  left: 49%;
}
#aup_page .bubble-3 {
  top: 10%;
  right: 14%;
}

/**** CONTACT PAGE ***/
#contactpage [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
          perspective: 400px;
}
#contactpage .bubble-1 {
  top: 26%;
  left: 14%;
}
#contactpage .bubble-2 {
  top: 8%;
  left: 49%;
}
#contactpage .bubble-3 {
  top: 17%;
  right: 14%;
}
#contact_page .form-control,
#contact_page .form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color:#202020;
    border-radius: 0
}
.contact-form__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  text-align: center;
  background-color: #FF8257;
  border-color: #FF8257;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 59.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  /*-webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);*/
}
.contact-form:hover {
  background-color: #006393;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}
.contact-widget-section2 .cntkt_title{
  color:#006393;
  font-size: 20px;
  font-weight: 500;
}

.contact-widget-section2 .cntkt_text{
  color:#343434;
  font-size: 30px;
  font-weight: 300;
}

.contact-widget-section2 .cntkt-widget{
  color:#343434;
  font-size: 16px;
  margin-top:25px;
}

.contact-widget-section2 .cntkt-widget span{
  color:#343434;
  font-size: 18px;
  
}

/**** PRICING PAGE ***/
 
.pricing_page [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
          perspective: 400px;
}
.pricing_page .bubble-1 {
  top: 12%;
  left: 14%;
}
.pricing_page .bubble-2 {
  top: 4%;
  left: 49%;
}
.pricing_page .bubble-3 {
  top: 8%;
  right: 14%;
}
.pricing_page .service-one{
  background:none;
  padding-top: 70px;
}
.pricing_page .service-one__title {
  
  font-size: 18px;
  
}
.padright0{padding-right: 0px;}
