/***************************************************************************************************************
||||||||||||||||||||||||||||            MASTER STYLESHEET FOR Opins         ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1.imported styles
* 2.misclenious styles
* 3.header styles
* 4.banner styles
* 5.footer styles
* 6.faq styles
* 7.brand styles
* 8.testimonials styles
* 9.detail styles
* 10.feature styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1.imported styles
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("bootstrap.min.css");
@import url("animate.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.min.css");
@import url("font-awesome.min.css");
@import url("jquery.bxslider.min.css");
@import url("../plugins/opins-icon/style.css");
/*
* 2.misclenious styles
*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #777b92;
}

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;
  }
}
hr.style-one {
  margin: 0;
  border-top: 1px solid #EAEAEA;
}

.block-title {
  margin-bottom: 50px;
}
.block-title h2 {
  margin: 0;
  color: #273167;
  font-size: 46px;
  margin-top: 50px;
  font-weight: 400;
}

.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: #2393F2;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  text-align: center;
  transition: all .4s ease;
  display: none;
}
.scroll-to-top i {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
}
.scroll-to-top:hover {
  background: #273167;
}

/*
* 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: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}
.header-title {
  color: #333333;
  font-size: 27px;
  font-weight: 600;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 32px;
}

.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: right;
  text-align: right;
}
@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: 0px 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: 16px;
  color: #777B92;
  padding: 0;
  transition: all .4s ease;
  position: relative;
}
.header-navigation ul.navigation-box > li > a:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  width: 100%;
  height: 2px;
  background-color: #2393F2;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
  color: #2393F2;
}
.header-navigation ul.navigation-box > li.current > a:before, .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-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 991;
  background: #273167;
  border-bottom: 0;
}

.site-header.header-one {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.site-header.header-one .header-navigation {
  background: transparent;
}
.site-header.header-one .header-navigation.stricky-fixed {
  background-color: #fff;
  box-shadow: 0px 5px 30px 0px rgba(233, 79, 202, 0.05);
}
.site-header.header-one .header-navigation .container {
  padding-right: 185px;
}
.site-header.header-one .header-navigation ul.navigation-box > li.current > a,
.site-header.header-one .header-navigation ul.navigation-box > li:hover > a {
  color: #2393F2;
}
.site-header.header-one .header-navigation ul.navigation-box > li {
  padding: 45px 0;
}
.site-header.header-one .header-navigation ul.navigation-box > li + li {
  margin-left: 56px;
}
.site-header.header-one .header-navigation .right-side-box .header-btn {
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #94c5ec;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(97, 147, 223, 0.1);
  color: #2393F2;
  font-size: 18px;
  font-weight: 500;
  padding: 11px 38px;
  transition: all .4s ease;
}
.site-header.header-one .header-navigation .right-side-box .header-btn:hover {
  color: #fff;
  background-color: #2393F2;
  border-color: #2393F2;
}
.site-header.header-one .header-navigation.stricky-fixed ul.navigation-box > li {
  padding: 25px 0;
}

.site-header.home-page-two .header-navigation.stricky-fixed {
  background-image: linear-gradient(-145deg, #320b82 0%, #9c33c3 100%);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}
.site-header.home-page-two .header-navigation ul.navigation-box > li > a {
  color: #D6C9E4;
}
.site-header.home-page-two .header-navigation ul.navigation-box > li.current > a,
.site-header.home-page-two .header-navigation ul.navigation-box > li:hover > a {
  color: #fff;
}
.site-header.home-page-two .header-navigation .right-side-box .header-btn {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  transition: all .4s ease;
}
.site-header.home-page-two .header-navigation .right-side-box .header-btn:hover {
  color: #fff;
  background-color: #2393F2;
  border-color: #2393F2;
}

/*
* 4.banner styles
*/
.banner-style-one {
  position: relative;
  padding-top: 300px;
  padding-bottom: 220px;
  background: #fff url(../images/banner-bg-1-1.png) top right no-repeat;
}
.banner-style-one:before, .banner-style-one:after {
  content: '';
  width: 318px;
  height: 318px;
  border-radius: 50%;
  border: 43px solid;
  position: absolute;
  -webkit-animation: BannercircleRotate 5s ease-in-out 0s infinite alternate;
          animation: BannercircleRotate 5s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes BannercircleRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: .5;
  }
}
@keyframes BannercircleRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: .5;
  }
}
.banner-style-one:before {
  border-color: #FFF3FD;
  bottom: 10%;
  right: 32%;
}
.banner-style-one:after {
  border-color: #F3FAFF;
  top: 10%;
  left: 10%;
}
.banner-style-one .banner-mock {
  position: absolute;
  top: 15%;
  right: 10%;
  -webkit-animation: bannerImgBounce 5s ease-in-out 0s infinite alternate;
          animation: bannerImgBounce 5s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes bannerImgBounce {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(-20px);
    transform: translateY(-20px) translateX(-20px);
  }
}
@keyframes bannerImgBounce {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(-20px);
    transform: translateY(-20px) translateX(-20px);
  }
}
.banner-style-one [class*=bubble-] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  background-color: #ede8ff;
  border: 1px solid #94c5ec;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-perspective: 100px;
          perspective: 100px;
}
@-webkit-keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
            transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
            transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
            transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
            transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
            transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
            transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
            transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
            transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
            transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
            transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
.banner-style-one .bubble-1 {
  background-color: #fff7e0;
  border-color: #ffdd83;
  top: 10px;
  left: 20px;
}
.banner-style-one .bubble-2 {
  background-color: #fff1ec;
  border-color: #ffb59d;
  bottom: 30px;
  left: 10%;
}
.banner-style-one .bubble-3 {
  background-color: #eaf1fd;
  border-color: #d8e0f0;
  top: 40px;
  left: 40%;
}
.banner-style-one .bubble-4 {
  background-color: #ddffe4;
  border-color: #93ff6d;
  top: 10px;
  right: 40%;
}
.banner-style-one .bubble-5 {
  background-color: #ede8ff;
  border-color: #a98fff;
  bottom: 30px;
  right: 25%;
}
.banner-style-one .bubble-6 {
  background-color: #f0faff;
  border-color: #55b0f8;
  top: 40%;
  right: 10%;
}
.banner-style-one .content-block {
  position: relative;
  z-index: 10;
}
.banner-style-one .content-block h3,
.banner-style-one .content-block p {
  margin: 0;
}
.banner-style-one .content-block h3 {
  color: #273167;
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
  margin-bottom: 16px;
}
.banner-style-one .content-block h4 {
  color: #5e627c;
  font-size: 32px;
  margin-bottom: 16px;
}
.banner-style-one .content-block p {
  color: #777B92;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 55px;
}
.banner-style-one .content-block .banner-btn {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
  vertical-align: middle;
  color: #777B92;
  font-weight: 500;
  font-size: 32px;
  line-height: 1em;
  padding: 22.5px 0;
  padding-left: 73px;
  padding-right: 53px;
  position: relative;
  background-color: #fff;
  transition: all .4s ease;
}
.banner-style-one .content-block .banner-btn span {
  font-size: 18px;
  display: block;
  line-height: 1em;
  margin-top: 5px;
}
.banner-style-one .content-block .banner-btn i {
  font-size: 30px;
  color: #777B92;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all .4s ease;
}
.banner-style-one .content-block .banner-btn + .banner-btn {
  margin-left: 16px;
}
.banner-style-one .content-block .banner-btn:hover {
  color: #fff;
  background-color: #2393F2;
  border-color: #2393F2;
}
.banner-style-one .content-block .banner-btn:hover i {
  color: #fff;
}
.banner-style-one.home-page-two {
  padding-bottom: 277px;
  background: #fff url(../images/banner-bg-1-2.png) top right no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
.banner-style-one.home-page-two:before {
  border-color: rgba(255, 255, 255, 0.04);
}
.banner-style-one.home-page-two:after {
  border-color: rgba(255, 255, 255, 0.02);
}
.banner-style-one.home-page-two [class*=bubble-] {
  background-color: transparent !important;
  border-width: 2px;
}
.banner-style-one.home-page-two .banner-mock {
  right: 0;
  top: 20%;
}
.banner-style-one.home-page-two .content-block h3 {
  color: #fff;
}
.banner-style-one.home-page-two .content-block p {
  color: #D6C9E4;
}
.banner-style-one.home-page-two .content-block .banner-btn {
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 3px;
  background-color: transparent;
  box-shadow: 0px 15px 30px 0px rgba(255, 255, 255, 0.1);
}
.banner-style-one.home-page-two .content-block .banner-btn i {
  color: #fff;
}
.banner-style-one.home-page-two .content-block .banner-btn:hover {
  background-color: #2393F2;
  border-color: #2393F2;
}

/*
* 5.footer styles
*/
.site-footer {
  position: relative;
}
.site-footer [class*=bubble-] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  background-color: #ede8ff;
  border: 1px solid #a98fff;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-perspective: 100px;
          perspective: 100px;
}
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
            transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
            transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
            transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
            transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
            transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
.site-footer .bubble-1 {
  background-color: #fff7e0;
  border-color: #ffdd83;
  top: 10px;
  left: 20px;
}
.site-footer .bubble-2 {
  background-color: #fff1ec;
  border-color: #ffb59d;
  bottom: 30px;
  left: 10%;
}
.site-footer .bubble-3 {
  background-color: #eaf1fd;
  border-color: #d8e0f0;
  top: 40px;
  left: 40%;
}
.site-footer .bubble-4 {
  background-color: #ddffe4;
  border-color: #93ff6d;
  top: 10px;
  right: 40%;
}
.site-footer .bubble-5 {
  background-color: #ede8ff;
  border-color: #a98fff;
  bottom: 30px;
  right: 25%;
}
.site-footer .bubble-6 {
  background-color: #f0faff;
  border-color: #55b0f8;
  top: 40%;
  right: 10%;
}
.site-footer .inner-container {
  border: 1px solid #eaeaea;
  border-left: 0;
  border-right: 0;
  padding: 86px 0;
}

.footer-widget ul,
.footer-widget h3,
.footer-widget p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget .widget-title {
  margin-bottom: 28px;
}
.footer-widget .widget-title h3 {
  color: #273167;
  font-size: 20px;
  font-weight: 500;
}
.footer-widget ul.links-list li + li {
  margin-top: 10px;
}
.footer-widget ul.links-list li a {
  color: #777b92;
  font-size: 16px;
  display: inline-block;
  position: relative;
  transition: all .4s ease;
}
.footer-widget ul.links-list li a:before {
  content: '\f101';
  font-family: 'FontAwesome';
  color: #2393F2;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-15px);
          transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  transition: all .4s ease;
}
.footer-widget ul.links-list li a:hover {
  color: #2393F2;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.footer-widget ul.links-list li a:hover:before {
  opacity: 1;
}
.footer-widget .social-block a {
  display: inline-block;
  vertical-align: middle;
  width: 51px;
  height: 51px;
  border: 1px solid #eaeaea;
  line-height: 49px;
  text-align: center;
  background-color: #fff;
  color: #777b92;
  border-radius: 50%;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
  transition: all .4s ease;
}
.footer-widget .social-block a:hover {
  color: #fff;
  background-color: #2393F2;
  border-color: #2393F2;
}
.footer-widget .social-block span {
  margin-left: 10px;
  white-space: nowrap;
}

.bottom-footer {
  padding: 25px 0;
}
.bottom-footer p {
  color: #999;
  font-size: 14px;
}
.bottom-footer p a {
  color: #2393F2;
}

/*
* 6.faq styles
*/
.faq-style-one .container {
  padding-bottom: 120px;
}
@media (min-width: 1200px) {
  .faq-style-one .container {
    max-width: 920px;
  }
}
.faq-style-one .block-title {
  padding-top: 120px;
}
.faq-style-one .help-grp .help {
  border: 1px solid #EAEAEA;
  padding: 30.5px 40px;
}
.faq-style-one .help-grp .help + .help {
  margin-top: 20px;
}
.faq-style-one .help-grp .help .help-title {
  cursor: pointer;
}
.faq-style-one .help-grp .help .help-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  padding: 0px 0;
  padding-top: 0;
  padding-left: 0px;
  position: relative;
  color: #273167;
  transition: all .4s ease;
}
.faq-style-one .help-grp .help .help-title h4:before {
  font-family: 'FontAwesome';
  content: '\f067';
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #273167;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all .4s ease;
}
.faq-style-one .help-grp .help .help-content .inner {
  margin-top: 30px;
}
.faq-style-one .help-grp .help .help-content .inner p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #777B92;
}
.faq-style-one .help-grp .help.active .help-title h4 {
  color: #2393F2;
}
.faq-style-one .help-grp .help.active .help-title h4:before {
  content: '\f068';
  color: #2393F2;
}

/*
* 7.brand styles
*/
.brand-carousel-one {
  padding: 119.5px 0;
  padding-left: 48px;
  padding-right: 48px;
}
.brand-carousel-one .item img {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  opacity: .4;
  transition: all .4s ease;
}
.brand-carousel-one .item img:hover {
  opacity: 1;
}
.brand-carousel-one .owl-dots,
.brand-carousel-one .owl-nav {
  display: none;
}

/*
* 8.testimonials styles
*/
.testimonials-style-one {
  background-color: #F2FFF8;
  padding: 120px 0;
  position: relative;
}
.testimonials-style-one .map-img {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation-name: mapMover;
          animation-name: mapMover;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transition: all .4s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@-webkit-keyframes mapMover {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  50% {
    opacity: 0.20;
    -webkit-transform: translateY(-55%) translateX(-20px);
            transform: translateY(-55%) translateX(-20px);
  }
  100% {
    opacity: 0.05;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
@keyframes mapMover {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  50% {
    opacity: 0.20;
    -webkit-transform: translateY(-55%) translateX(-20px);
            transform: translateY(-55%) translateX(-20px);
  }
  100% {
    opacity: 0.05;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
.testimonials-style-one .block-title {
  margin-bottom: 45px;
}
.testimonials-style-one .single-testi-one p {
  margin: 0;
  color: #777B92;
  font-size: 24px;
  line-height: 46px;
}
.testimonials-style-one .single-testi-one h3 {
  color: #273167;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  margin-top: 40px;
}
.testimonials-style-one .testi-carousel-one .owl-nav {
  margin: 0;
  position: absolute;
  bottom: -10px;
  right: 0;
  background-color: #F2FFF8;
}
.testimonials-style-one .testi-carousel-one .owl-nav [class*=owl-] {
  margin: 0px 5px;
  padding: 0;
  background-color: transparent;
  opacity: .3;
  color: #273167;
  font-size: 32px;
  transition: all .4s ease;
}
.testimonials-style-one .testi-carousel-one .owl-nav [class*=owl-]:hover {
  opacity: 1;
}
.testimonials-style-one .bx-wrapper {
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}
.testimonials-style-one .bx-wrapper ul.slider {
  padding: 0;
  margin: 0;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction {
  position: absolute;
  bottom: -10px;
  background-color: #F2FFF8;
  right: 0;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  background-image: none;
  font-size: 32px;
  position: relative;
  top: 0px;
  opacity: .3;
  color: #273167;
  transition: all .4s ease;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
.testimonials-style-one .bx-wrapper .bx-prev {
  left: 0px;
  margin-right: 25px;
}
.testimonials-style-one .bx-wrapper .bx-next {
  right: 0px;
}

#testimonials-slider-pager {
  width: 391px;
  height: 391px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(39, 49, 103, 0.15);
  border-radius: 50%;
  position: relative;
  -webkit-animation-name: tesiMove;
          animation-name: tesiMove;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transition: all .4s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@-webkit-keyframes tesiMove {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  33% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  66% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes tesiMove {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  33% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  66% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#testimonials-slider-pager:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 174px;
  height: 174px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
  width: 71px;
  height: 71px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(1) {
  top: 55px;
  left: -10px;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(2) {
  top: 55px;
  right: -10px;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(3) {
  bottom: 55px;
  left: -10px;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(4) {
  bottom: 55px;
  right: -10px;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(5) {
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(6) {
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item > img {
  width: 100%;
  border-radius: 50%;
  transition: all .4s ease;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item.active img {
  opacity: .75;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#testimonials-slider-pager .testimonials-slider-pager-two .pager-item {
  width: 163px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all .4s ease;
}
#testimonials-slider-pager .testimonials-slider-pager-two .pager-item.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0.95);
          transform: translate(-50%, -50%) scale(0.95);
}
#testimonials-slider-pager .testimonials-slider-pager-two .pager-item > img {
  width: 100%;
  border-radius: 50%;
}

/*
* 9.detail styles
*/
.detail-style-one {
  padding-top: 170px;
  background: #FFFFFF url(../images/bg-curve-1-2.png) center top no-repeat;
  background-size: cover;
  margin-top: -90px;
}
.detail-style-one .container {
  padding-bottom: 120px;
}
.detail-style-one .container hr.style-one {
  margin-bottom: 130px;
}
.detail-style-one .image-block {
  margin-top: -50px;
  position: relative;
  right: -20px;
  -webkit-animation: detailImgBounce 5s ease-in-out 0s infinite alternate;
          animation: detailImgBounce 5s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes detailImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes detailImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.detail-style-one .content-block .block-title {
  margin-bottom: 50px;
}
.detail-style-one .content-block p {
  font-size: 24px;
  color: #777B92;
  line-height: 40px;
  margin: 0;
  margin-bottom: 46px;
}
.detail-style-one .content-block ul.detail-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 54px;
}
.detail-style-one .content-block ul.detail-lists li {
  position: relative;
  color: #777B92;
  font-size: 18px;
  padding-left: 35px;
}
.detail-style-one .content-block ul.detail-lists li + li {
  margin-top: 10px;
}
.detail-style-one .content-block ul.detail-lists li i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #2393F2;
}
.detail-style-one .content-block .detail-btn {
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
  display: inline-block;
  vertical-align: middle;
  color: #777B92;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 42.5px;
  transition: all .4s ease;
}
.detail-style-one .content-block .detail-btn:hover {
  background-color: #2393F2;
  color: #fff;
  border-color: #2393F2;
}

.detail-style-two {
  padding-top: 120px;
}
.detail-style-two .image-block {
  margin-top: -50px;
  position: relative;
  left: -50px;
  -webkit-animation: detailImgBounce 5s ease-in-out 0s infinite alternate;
          animation: detailImgBounce 5s ease-in-out 0s infinite alternate;
}
.detail-style-two .image-block:before, .detail-style-two .image-block:after {
  content: '';
  width: 318px;
  height: 318px;
  border-radius: 50%;
  border: 43px solid #FAFAFA;
  position: absolute;
}
.detail-style-two .image-block:before {
  top: 50px;
  left: 40px;
}
.detail-style-two .image-block:after {
  bottom: 50px;
  right: -10px;
}
.detail-style-two .image-block img {
  position: relative;
  z-index: 10;
}
.detail-style-two .content-block .block-title {
  margin-bottom: 50px;
}
.detail-style-two .content-block p {
  font-size: 24px;
  color: #777B92;
  line-height: 40px;
  margin: 0;
  margin-bottom: 46px;
}
.detail-style-two .content-block ul.detail-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 54px;
}
.detail-style-two .content-block ul.detail-lists li {
  position: relative;
  color: #777B92;
  font-size: 18px;
  padding-left: 35px;
}
.detail-style-two .content-block ul.detail-lists li + li {
  margin-top: 10px;
}
.detail-style-two .content-block ul.detail-lists li i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #2393F2;
}
.detail-style-two .content-block .detail-btn {
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
  display: inline-block;
  vertical-align: middle;
  color: #777B92;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 42.5px;
  transition: all .4s ease;
}
.detail-style-two .content-block .detail-btn:hover {
  background-color: #2393F2;
  color: #fff;
  border-color: #2393F2;
}

/*
* 10.feature styles
*/
.feature-style-one {
  background-color: #FFF8F8;
  position: relative;
  padding-top: 120px;
  padding-bottom: 350px;
}
.feature-style-one:before {
  content: '';
  width: 100%;
  height: 251px;
  background: #fff url(../images/bg-curve-1-1.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.feature-style-one .single-feature-one {
  padding: 60px;
  padding-bottom: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffe5e5;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(255, 228, 228, 0.3);
  transition: all .4s ease;
  position: relative;
  overflow: hidden;
}
.feature-style-one .single-feature-one:before {
  content: '';
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  background-color: #e9edfc;
  z-index: 8;
  transition: all .4s ease;
}
.feature-style-one .single-feature-one .hover-block:before, .feature-style-one .single-feature-one .hover-block:after {
  content: '';
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
}
.feature-style-one .single-feature-one .hover-block:before {
  bottom: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  background-color: #d8e0f0;
  z-index: 10;
  transition: all .4s ease;
}
.feature-style-one .single-feature-one .hover-block:after {
  background-color: #dbe4f3;
  bottom: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  background-color: #e2e9f7;
  z-index: 9;
  transition: all .4s ease;
}
.feature-style-one .single-feature-one i {
  font-size: 64px;
  color: #5CDA6B;
  transition: all .4s ease;
  position: relative;
  z-index: 10;
}
.feature-style-one .single-feature-one h3 {
  color: #273167;
  font-size: 22px;
  line-height: 34px;
  margin: 0;
  margin-top: 17px;
  margin-bottom: 35px;
  transition: all .4s ease;
  position: relative;
  z-index: 10;
}
.feature-style-one .single-feature-one p {
  color: #777B92;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 23px;
  transition: all .4s ease;
  position: relative;
  z-index: 10;
}
.feature-style-one .single-feature-one .line-block {
  display: block;
  background-color: #5dda6c;
  width: 41px;
  height: 2px;
  margin-bottom: 20px;
  transition: all .4s ease;
  position: relative;
  z-index: 10;
}
.feature-style-one .single-feature-one a.more-link {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #273167;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1em;
  transition: all .4s ease;
  position: relative;
  z-index: 10;
}
.feature-style-one .single-feature-one:hover {
  background-color: #ebf2fd;
  border-color: #d8e0f0;
}
.feature-style-one .single-feature-one:hover i,
.feature-style-one .single-feature-one:hover h3,
.feature-style-one .single-feature-one:hover p,
.feature-style-one .single-feature-one:hover a.more-link {
  color: #000;
}
.feature-style-one .single-feature-one:hover .line-block {
  background-color: #fff;
}
.feature-style-one .single-feature-one:hover:before {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  transition-delay: .2s;
}
.feature-style-one .single-feature-one:hover .hover-block:before {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  transition-delay: .1s;
}
.feature-style-one .single-feature-one:hover .hover-block:after {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.feature-style-one [class*=col-]:nth-child(1) .single-feature-one i {
  color: #5CDA6B;
}
.feature-style-one [class*=col-]:nth-child(1) .single-feature-one .line-block {
  background-color: #5CDA6B;
}
.feature-style-one [class*=col-]:nth-child(1) .single-feature-one:hover i {
  color: #fff;
}
.feature-style-one [class*=col-]:nth-child(1) .single-feature-one:hover .line-block {
  background-color: #fff;
}
.feature-style-one [class*=col-]:nth-child(2) .single-feature-one i {
  color: #AD63F3;
}
.feature-style-one [class*=col-]:nth-child(2) .single-feature-one .line-block {
  background-color: #AD63F3;
}
.feature-style-one [class*=col-]:nth-child(2) .single-feature-one:hover i {
  color: #fff;
}
.feature-style-one [class*=col-]:nth-child(2) .single-feature-one:hover .line-block {
  background-color: #fff;
}
.feature-style-one [class*=col-]:nth-child(3) .single-feature-one i {
  color: #F0A734;
}
.feature-style-one [class*=col-]:nth-child(3) .single-feature-one .line-block {
  background-color: #F0A734;
}
.feature-style-one [class*=col-]:nth-child(3) .single-feature-one:hover i {
  color: #fff;
}
.feature-style-one [class*=col-]:nth-child(3) .single-feature-one:hover .line-block {
  background-color: #fff;
}