/** 
* 
* -----------------------------------------------------------------------------
*
* All Rights Reserved © 2022 Design & Development by Fantastic Design
*                
*                     www.Fantasticeg.com
*                     www.FantasticERP.com
*    
* -----------------------------------------------------------------------------
* 
**/





body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0c4b85; opacity: 1; ;
}

.main-carousel {
  position: relative;
}

.main-carousel .owl-item {
  position: relative;
}

.main-carousel .owl-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.66);
  position: absolute;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
}

.main-carousel .owl-item .caption {
  z-index: 500;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-carousel .owl-item h2 {
  font-size: 72px;
  color: #fff;
  line-height: -1.2;
}

.main-carousel .owl-item p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.main-carousel .owl-item .buttons {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.main-carousel .owl-item .buttons a {
  padding: 12px 40px;
  border: 2px solid #fff;
  border-radius: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.main-carousel .owl-item .buttons a:first-child {
  margin-right: 20px;
  background: #0c4b85; opacity: 1;
  border-color: #0c4b85; opacity: 1; ;
}

.main-carousel .owl-item .buttons a:first-child:hover {
  background: #333;
  border-color: #333;
}

.main-carousel .owl-item .buttons a:last-child:hover {
  background: #0c4b85; opacity: 1;
  border-color: #0c4b85; opacity: 1; ;
}

.main-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.main-carousel .owl-dots div {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #fff;
}

.main-carousel .owl-dots div:not(:last-child) {
  margin-right: 8px;
}

.main-carousel .owl-dots div.active {
  background: #0c4b85; opacity: 1;
}


.py-80 {
  padding: 120px 0px;
}

.about .about-container {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  padding: 10px;
}

.about .about-container .info {
  padding: 50px 30px;
}

.about .about-container .info h2 {
  color: #000;
}

.about .about-container .info .about-inner {
  margin-bottom: 50px;
}

.about .about-container .info .about-inner h4 {
  margin-bottom: 15px;
}

.about .about-container .info .about-inner p {
  color: #707070;
  font-size: 400;
  margin-bottom: -26px;
}

.about .about-container .info a {
  padding: 0px 0px;
  background: #0c4b85; opacity: 1;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}

.about .about-container .info a:hover {
  background: #333;
}

.services {
  background: #F9FDFF;
  padding: 120px 0px 180px 0px;
}

.services h2 {
  color: #000;
}

.services p {
  max-width: 750px;
  margin: 0 auto;
  color: #898989;
  margin-bottom: 50px;
}

.services .services-carousel .owl-stage-outer {
  padding: 30px;
  margin: -30px;
}

.services .services-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.services .services-carousel .owl-dots div {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #707070;
}

.services .services-carousel .owl-dots div:not(:last-child) {
  margin-right: 8px;
}

.services .services-carousel .owl-dots div.active {
  background: #0c4b85; opacity: 1;
}

.services .item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 30px;
  border-radius: 30px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.services .item .imgs img {
  height: 100px;
  width: auto;
  display: inline-block;
}

.services .item .imgs .hover {
  display: none;
}

.services .item h4 {
  color: #000;
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 15px;
}

.services .item p {
  font-size: 16px;
  color: #707070;
  margin: 0px;
}

.services .item a {
  display: inline-block;
  margin-top: 20px;
  margin-top: 20px;
  padding: 8px 30px;
  background: #0c4b85; opacity: 1;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.services .item:hover {
  background: #0c4b85; opacity: 1;
}

.services .item:hover .imgs .hover {
  display: inline-block;
}

.services .item:hover .imgs .default {
  display: none;
}

.services .item:hover h4,
.services .item:hover p {
  color: #fff;
}

.services .item:hover a {
  background: #fff;
  color: #0c4b85; 
  opacity: 1; };
}


.story {
  background: url("assets/images/story-bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
}

.story h2 {
  color: #fff;
}

.story p {
  color: #fff;
  max-width: 800px;
  margin-bottom: 50px;
}

.story .stories .story {
  position: relative;
  display: block;
  overflow: hidden;
}

.story .stories .story h3 {
  color: #0c4b85; opacity: 1; ;
  font-size: 17px;
  background: #fff;
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 90%;
  margin: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 5px 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.story .stories .story:hover h3 {
  bottom: 15px;
  visibility: visible;
  opacity: 1;
}

.story .stories col-md-5 img {
  height: 700px;
  width: 100%;
}

.story .stories .col-md-3 {
  text-align: center;
}

.story .stories .col-md-3 .story:first-child {
  margin-bottom: 35px;
}

.story .stories .col-md-3 .story:first-child img {
  height: 328px;
}

.story .stories .col-md-3 img {
  display: inline-block;
  width: 100%;
}

.story .stories .col-md-4 img {
  height: 700px;
  width: 100%;
}

.story .stories-carousel {
  display: none;
}

.story .stories-carousel .owl-item {
  height: 0;
}

.story .stories-carousel .owl-item a {
  display: block;
  width: 100%;
  height: 400px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
}

.story .stories-carousel .owl-item.active {
  height: auto;
}

.story .stories-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.story .stories-carousel .owl-nav div {
  color: #fff;
  font-size: 30px;
}

.story .stories-carousel .owl-nav div.owl-prev {
  margin-right: 15px;
}

.story .learn {
  padding: 15px 40px;
  background: #fff;
  color: #0c4b85; opacity: 1; ;
  font-weight: bold;
  border-radius: 30px;
}

.story .learn:hover {
  background: #333;
  color: #fff;
}


.stories .row .col-sm {
  height: 50vw;
}

.stories .story {
  display: block;
  height: 100%;
  background-clip: content-box;
  padding-bottom: 15px;
}

@media (min-width: 568px) {
  .stories .story.half {
    height: 50%;
  }
  .stories .story.half + .half {
    padding-top: 10px;
  }
}


.collaborations h2 {
  color: #000;
}

.collaborations p {
  color: #898989;
  margin-bottom: 50px;
  max-width: 800px;
  display: inline-block;
}

.collaborations .owl-stage-outer {
  padding: 30px;
  margin: -30px;
}

.collaborations .item {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 20px;
  border-radius: 30px;
}

.collaborations .item:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.collaborations .item img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 150px;
  width: auto;
  display: inline-block;
}

.collaborations .owl-nav {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collaborations .owl-nav div {
  color: #0c4b85; opacity: 1; ;
  font-size: 30px;
}

.collaborations .owl-nav div.owl-prev {
  margin-right: 15px;
}


.testimonials {
  background: #F9FDFF;
}

.testimonials.py-80 {
  padding: 80px 0px 160px 0px;
}

.testimonials h2 {
  color: #000;
}

.testimonials > p {
  color: #898989;
  margin-bottom: 50px;
  max-width: 800px;
  max-height: 450;
  display: inline-block;
  margin-bottom: 60px;
}

.testimonials .owl-carousel {
  background: #fff;
}

.testimonials .item {
  padding: 20px 60px;
  background: url("assets/images/quote.png") no-repeat;
  background-position: 75% center;
  background-size: 300px;
}

.testimonials .item h4 {
  font-size: 18px;
}

.testimonials .item i {
  position: absolute;
  font-size: 40px;
  color: #0c4b85; opacity: 1; ;
  top: 30px;
  right: 30px;
}

.testimonials .item .user {
  margin-right: 40px;
  
  width: 250px;

max-width: 350%;

}

.testimonials .item .user h4 {
  margin: 15px 0px 10px 0px;
}

.testimonials .item .user b {
  color: #898989;
}

.testimonials .item .info {
  text-align: left;
}

.testimonials .item .info h4 {
  margin-bottom: 15px;
}

.testimonials .item .info p {
  margin: 0px;
  color: #898989; 
  
  width: 850px;

}

.testimonials .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -60px;
  width: 100%;
}

.testimonials .owl-dots div {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #707070;
}

.testimonials .owl-dots div:not(:last-child) {
  margin-right: 8px;
}

.testimonials .owl-dots div.active {
  background: #0c4b85; opacity: 1;
}


.news h2 {
  color: #000;
}

.news > p {
  color: #898989;
  margin-bottom: 50px;
  max-width: 800px;
  display: inline-block;
}

.news .blogs {
  margin-top: 50px;
}

.news .blogs .blog {
  text-align: left;
}

.news .blogs .blog .img {
  margin-bottom: 15px;
}

.news .blogs .blog h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #0c4b85; opacity: 1; ;
  margin-bottom: 10px;
}

.news .blogs .blog p {
  color: #898989;
  margin-bottom: 10px;
}

.news .blogs .blog a {
  color: #0c4b85; opacity: 1; ;
  font-weight: bold;
}

.news .blogs .blog a:hover {
  color: #333;
}

.all-features {
  padding-bottom: 80px;
}

.all-features .feature {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

.all-features .feature img {
  margin-bottom: 20px;
}

.all-features .feature h3 {
  color: #000;
}

.all-features .feature p {
  color: #898989;
}

.rs-cta {
  background: #0c4b85; opacity: 1;
  padding: 30px 0px;
}

.sec-title .title.title2 {
  font-size: 30px;
  line-height: 1.2;
}


.rs-partner.partner-style2 .iconbox-area .icon-area a img {
  width: auto;
  height: 150px;
}

.rs-partner.partner-style2 .iconbox-area .icon-area:hover a img {
  width: auto;
}


.rs-footer.footer-main-home .footer-top {
  background: url("assets/images/footer.png") no-repeat;
  background-repeat: no-repeat;
}

.rs-footer.footer-main-home .footer-top .footer-logo img {
  height: 72px;
  max-height:72px;
  max-width: 205px;
}

.rs-footer.footer-main-home .footer-top .footer-title {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.rs-footer.footer-main-home .footer-top .footer-title:before {
  display: none;
}

.rs-footer.footer-main-home .footer-top .follow-us a {
  color: #fff;
  font-size: 20px;
}

.rs-footer.footer-main-home .footer-top .site-map li a:hover {
  color: #333;
}

.rs-footer.footer-main-home .footer-top .address-widget li .desc a:hover {
  color: #333;
}

.rs-footer.footer-main-home .footer-top .address-widget li i {
  color: #fff;
}

.nl-p {
  color: #fff;
}

.rs-footer.footer-main-home .footer-top p input[type="email"] {
  background: #fff;
  color: #000;
  border-radius: 0px;
}

.rs-footer.footer-main-home .footer-top p input[type="email"]::-webkit-input-placeholder {
  color: #535F75;
}

.rs-footer.footer-main-home .footer-top p input[type="email"]:-ms-input-placeholder {
  color: #535F75;
}

.rs-footer.footer-main-home .footer-top p input[type="email"]::-ms-input-placeholder {
  color: #535F75;
}

.rs-footer.footer-main-home .footer-top p input[type="email"]::placeholder {
  color: #535F75;
}

.rs-footer.footer-main-home .footer-top p input[type="email"]:-ms-input-placeholder {
  color: #535F75;
}

.rs-footer.footer-main-home .footer-top p input[type="email"]::-ms-input-placeholder {
  color: #535F75;
}

.rs-footer.footer-main-home .footer-top p input[type="submit"] {
  color: #0c4b85; opacity: 1; ;
  background: #fff;
  border-radius: 0px;
  width: auto;
  padding: 10px 15px;
}

.rs-footer.footer-main-home .footer-top p input[type="submit"]:hover {
  background: #333;
  color: #fff;
}

.rs-footer.footer-main-home .footer-bottom {
  background: #fff;
}

.rs-footer.footer-main-home .footer-bottom .copyright p {
  color: #0c4b85; opacity: 1; ;
}

.terms-pricacy a {
  color: #0c4b85; opacity: 1; ;
}

.terms-pricacy a:hover {
  color: #333;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  margin-right: 10px;
}

.full-width-header .rs-header .menu-area .rs-menu-area {
  margin-right: 20px;
}



.full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.nav-menu > li > a {
  font-size:16px;
  font-weight: bold;

}

.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li {
  margin-right: 5px;
}


@media screen and (max-width: 1200px) {
  .full-width-header .rs-header .menu-area .rs-menu-area {
    margin-right: 10px;
  }
  .full-width-header .rs-header.header-style1 .expand-btn-inner ul .btn-quote .quote-button {
    padding: 7px 15px;
    font-size: 16px;
  }
  .main-carousel .owl-item h2 {
    font-size: 36px;
  }
  .main-carousel .owl-item p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main-carousel .owl-item .buttons a {
    padding: 7px 30px;
    font-size: 20px;
  }
  .about .about-container .info {
    padding: 10px 0px;
  }
  h2 {
    font-size: 28px;
  }
  h4 {
    font-size: 20px;
  }
  .about .about-container .info .about-inner {
    margin-bottom: 30px;
  }
  .services .services-carousel .item h4 {
    font-size: 18px;
  }
  .services .services-carousel .item .imgs img {
    height: 70px;
  }
  .story .stories .col-md-4 img {
    height: 364px;
  }
  .story .stories .col-md-3 .story:first-child {
    margin-bottom: 10px;
  }
  .story .learn {
    padding: 8px 15px;
    font-size: 16px;
  }
  .story .stories .story h3 {
    font-size: 14px;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .main-carousel .owl-item h2 {
    font-size: 24px;
    margin: 0px 0px 10px;
  }
  .main-carousel .owl-item p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .main-carousel .owl-item .buttons a {
    padding: 5px 20px;
    font-size: 16px;
  }
  .main-carousel .owl-dots div:not(:last-child),
  .services .services-carousel .owl-dots div:not(:last-child),
  .testimonials .owl-dots div:not(:last-child) {
    margin-right: 5px;
  }
  .main-carousel .owl-dots div,
  .services .services-carousel .owl-dots div,
  .testimonials .owl-dots div {
    width: 12px;
    height: 12px;
  }
  .about .about-container .info {
    padding: 20px 30px;
  }
  .py-80 {
    padding: 50px 0px;
  }
  .testimonials .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 20px;
  }
  .testimonials .item i {
    font-size: 18px;
    top: 10px;
    right: 10px;
  }
  .testimonials .item .user {
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
  }
  .testimonials .item .user img {
    width: 200px;
    
  }
  .news .blogs .col-lg-4:not(:last-child) {
    margin-bottom: 30px;
  }
  .news .blogs .blog h3 {
    font-size: 18px;
  }
  .news .blogs .blog p {
    font-size: 12px;
  }
  .news .blogs .blog a {
    font-size: 12px;
  }
  .rs-footer.footer-main-home .footer-top {
    background: none;
  }
  .rs-footer.footer-main-home .footer-top .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .about .about-container .info a {
    padding: 8px 20px;
    font-size: 16px;
  }
  .story .stories-carousel {
    display: block;
  }
  .stories {
    display: none;
  }
  .all-features .feature {
    margin-bottom: 30px;
  }
  .services .services-carousel .owl-dots {
    bottom: 0;
  }
  .testimonials .item .user {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .testimonials .item .user h4 {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .main-carousel .owl-item p {
    display: none;
  }
  .main-carousel .owl-item h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 557px) {
  .main-carousel .owl-item p {
    display: none;
  }
  .main-carousel .owl-item h2 {
    font-size: 16px;
  }
  .main-carousel .owl-item .buttons a {
    padding: 3px 10px;
    font-size: 12px;
  }
  .collaborations .owl-stage {
    margin: 0px;
  }
  .collaborations .item {
    -webkit-box-shadow: 0px;
            box-shadow: 0px;
  }
}

.event-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.event-count > div {
  position: relative;
  line-height: 70px;
  color: #0c4b85; opacity: 1; ;
  border: 1px solid  #0c4b85; opacity: 1;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
}

.event-count > div:not(:last-child) {
  margin-right: 10px;
}

.event-count > div span {
  color: #0c4b85; opacity: 1; ;
  background: #fff;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 3px 5px;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #0c4b85; opacity: 1;
}

.event-count > div.expired {
  width: auto;
  padding: 0px 20px;
}

.services-img {
  position: relative;
}

.services-img .date {
  display: inline-block;
  padding: 12px 20px 8px;
  color: #fff;
  background: #0c4b85; opacity: 1;
  position: absolute;
  right: 26px;
  bottom: 24px;
  border-radius: 0 5px 0 5px;
}

.services-img .date i {
  margin-right: 5px;
}

.gt3_preloader_full {
  z-index: 1001 !important;
}

.gt3_linear-loading {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.gt3_linear-loading-center {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
}

.gt3_linear-loading-center:before {
  height: 100%;
  content: "";
}

.gt3_linear-loading-center-absolute,
.gt3_linear-loading-center:before {
  display: inline-block;
  vertical-align: middle;
}

.gt3_linear-loading-center-absolute .gt3_linear-object {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 150px;
  height: 2px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.gt3_linear-loading-center-absolute .gt3_linear-object:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 0;
  content: "";
  -webkit-transform: translate(-30px);
  transform: translate(-30px);
  -webkit-animation: loading-bar 1.4s ease;
  animation: loading-bar 1.4s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 1;
  border-top: 2px solid;
  background: #0c4b85; opacity: 1;
}

@keyframes loading-bar {
  0%,
  to {
    -webkit-transform: translate(-30px);
    transform: translate(-30px);
  }
  50% {
    -webkit-transform: translate(130px);
    transform: translate(130px);
  }
}

@-webkit-keyframes loading-bar {
  0%,
  to {
    -webkit-transform: translate(-30px);
  }
  50% {
    -webkit-transform: translate(130px);
  }
}

@keyframes logo-appear {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes logo-appear {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translateY(-40px) rotate(-180deg);
  }
  to {
    -webkit-transform: translate(0) rotate(-180deg);
  }
}

@keyframes object_one {
  25% {
    -webkit-transform: translateY(-40px) rotate(-180deg);
    transform: translateY(-40px) rotate(-180deg);
  }
  to {
    -webkit-transform: translate(0) rotate(-180deg);
    transform: translate(0) rotate(-180deg);
  }
}

@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(40px) rotate(-180deg);
  }
  to {
    -webkit-transform: translate(0) rotate(-180deg);
  }
}

@keyframes object_two {
  25% {
    -webkit-transform: translate(40px) rotate(-180deg);
    transform: translate(40px) rotate(-180deg);
  }
  to {
    -webkit-transform: translate(0) rotate(-180deg);
    transform: translate(0) rotate(-180deg);
  }
}

@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-40px) rotate(-180deg);
  }
  to {
    -webkit-transform: translate(0) rotate(-180deg);
  }
}

@keyframes object_three {
  25% {
    -webkit-transform: translate(-40px) rotate(-180deg);
    transform: translate(-40px) rotate(-180deg);
  }
  to {
    -webkit-transform: translate(0) rotate(-180deg);
    transform: translate(0) rotate(-180deg);
  }
}

@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translateY(40px) rotate(-180deg);
  }
  to {
    -webkit-transform: translate(0) rotate(-180deg);
  }
}

@keyframes object_four {
  25% {
    -webkit-transform: translateY(40px) rotate(-180deg);
    transform: translateY(40px) rotate(-180deg);
  }
  to {
    -webkit-transform: translate(0) rotate(-180deg);
    transform: translate(0) rotate(-180deg);
  }
}

@-webkit-keyframes gt3_circle-fade_out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gt3_circle-fade_out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media screen and (max-width: 768px){
	.testimonials .item .info p{
		width: auto !important;
	}
}

.main-carousel .owl-item p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 30px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}



@media screen and (max-width: 991px)
.testimonials .item .user img {
    width: 200px;
    height: 220px;
}
}



.main-carousel .owl-item .caption{
text-align: center;
}




.main-carousel .owl-item p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.5;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}



.testimonial-carousel .owl-item img {
    width: 200px;
    height: 150px;
}


.main-carousel .owl-item .caption{
text-align: center;
}

