@import url();
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.625;
  color: #444;
  font-family: Roboto;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased
}
::-moz-selection {
  color: #fff;
  background-color: #f26b35
}
::selection {
  color: #fff;
  background-color: #f26b35
}
::-moz-selection {
  color: #fff;
  background-color: #f26b35
}
.container {
  max-width: 1200px
}
.ul-li ul {
  margin: 0;
  padding: 0
}
.ul-li ul li {
  list-style: none;
  display: inline-block
}
.ul-li-block ul {
  margin: 0;
  padding: 0
}
.ul-li-block ul li {
  display: block;
  list-style: none
}
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url(../images/loader.gif) no-repeat center center
}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
a:focus, a:hover {
  text-decoration: none
}
img {
  max-width: 100%;
  height: auto
}
section {
  overflow: hidden
}
button {
  cursor: pointer
}
.form-control:focus, a.active, a:focus, a:hover, a:visited, button.active, button:focus, button:hover, button:visited, input.active, input:focus, input:hover, input:visited, select, select:focus, select:hover, select:visited, textarea:focus, textarea:hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none
}
.relative-position {
  position: relative
}
.pera-content p {
  margin-bottom: 0
}
.no-paading {
  padding: 0
}
.headline-1 h1, .headline-1 h2, .headline-1 h3, .headline-1 h4, .headline-1 h5, .headline-1 h6 {
  margin: 0;
  font-family: Nunito
}
.headline-2 h1, .headline-2 h2, .headline-2 h3, .headline-2 h4, .headline-2 h5, .headline-2 h6 {
  margin: 0;
  font-family: Montserrat
}
.headline-3 h1, .headline-3 h2, .headline-3 h3, .headline-3 h4, .headline-3 h5, .headline-3 h6 {
  margin: 0;
  font-family: "Playfair Display"
}
.block-display {
  width: 100%;
  display: block
}
.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}
#cursor .it-cursor {
  position: fixed;
  top: inherit;
  left: inherit;
  z-index: 99;
  pointer-events: none
}
#cursor .cursor_outer {
  width: 30px;
  height: 30px;
  border: 1px solid #5b1d67;
  border-radius: 30px;
  margin-top: -17px;
  margin-left: -16px;
  -webkit-transition: all 50ms linear 0s;
  -o-transition: all 50ms linear 0s;
  transition: all 50ms linear 0s
}
#cursor .cursor_inner {
  width: 6px;
  height: 6px;
  background-color: #444;
  border-radius: 6px;
  margin-top: -5px;
  margin-left: -4px
}
.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #f26b35
}
.scrollup i {
  color: #fff;
  font-size: 20px
}
.section-title .site-tag {
  font-size: 24px;
  color: #fff
}
.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px
}
.section-title .sub-text {
  font-size: 24px;
  font-weight: 600;
  padding-left: 40px;
  position: relative
}
.section-title .sub-text:before {
  top: 8px;
  left: 0;
  width: 2px;
  content: '';
  height: 20px;
  position: absolute;
  background-color: #f26b35
}
.section-title-text {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.667;
  padding-left: 30px
}
.title-style-one .site-tag {
  font-family: Caveat;
  font-weight: 700
}
.title-style-one h2 {
  line-height: 1.167;
  padding: 5px 0 30px
}
.title-style-one .sub-text {
  line-height: 1.417
}
.title-style-two .site-tag {
  font-family: Roboto;
  font-weight: 500
}
.title-style-two h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  margin-bottom: 20px
}
.title-style-two h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  margin-bottom: 20px
}
.title-style-two .sub-text {
  line-height: 1.417
}
.title-style-three .site-tag {
  font-size: 18px;
  font-weight: 700;
  font-family: Roboto
}
.title-style-three h2 {
  font-weight: 400;
  font-family: "Playfair Display"
}
.title-style-three .sub-text {
  font-family: "Playfair Display"
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
}
.about-text-item-1 .ab-btn a:last-child:before, .breadcurmb-content .breadcrumb li:first-child:before, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:last-child:before, .header-style-three .head-f-quot a:before, .know-more-btn a:before, .pricing-plan-section .pricing-plan-content .pricing-item-list .pricing-btn a:before, .project-overview .project-overview-list a:before, .service-call-action-section .service-cta-btn a:before, .slider-style-one .slider-home-one .slider-text-content .slider-btn .s-more-btn:before, .slider-style-three .slider-content-box .slider-btn .s-more-btn:before {
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 100%;
  background-color: #ffebe6
}
.about-text-item-1 .ab-btn, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn, .know-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.about-text-item-1 .ab-btn a, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a, .know-more-btn {
  z-index: 1;
  width: 190px;
  height: 60px;
  font-weight: 700;
  line-height: 60px;
  margin-right: 30px;
  text-align: center;
  position: relative
}
.about-text-item-1 .ab-btn a:first-child, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:first-child {
  color: #fff;
  border-radius: 30px;
  background-color: #f26b35;
  -webkit-box-shadow: 0 8px 16px 0 rgba(255, 91, 46, .2);
  box-shadow: 0 8px 16px 0 rgba(255, 91, 46, .2)
}
.about-text-item-1 .ab-btn a:last-child, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:last-child, .know-more-btn a {
  width: 132px
}
.newslatter-form input {
  border: none;
  padding-left: 30px
}
.newslatter-form button {
  border: none;
  background-color: transparent
}
.newslatter-form button, .newslatter-service .news-service-item1 .news-cntc-btn a, .team-details-content .team-single-text .team-details-info .team-details-btn {
  height: 60px;
  width: 200px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 50px;
  font-family: Nunito
}
.blog-section .blog-type2 .blog-text, .blog-section .blog-type3 .blog-text, .blog-section .blog-type4 .blog-text {
  position: absolute
}
.blog-section .blog-type2 .blog-text h3, .blog-section .blog-type2 .blog-text p, .blog-section .blog-type3 .blog-text h3, .blog-section .blog-type3 .blog-text p, .blog-section .blog-type4 .blog-text h3, .blog-section .blog-type4 .blog-text p {
  color: #fff;
  opacity: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transform: translate(0, -25px);
  -ms-transform: translate(0, -25px);
  transform: translate(0, -25px)
}
.blog-section .blog-type2 .blog-text p, .blog-section .blog-type3 .blog-text p, .blog-section .blog-type4 .blog-text p {
  -webkit-transform: translateX(0, -25px);
  -ms-transform: translateX(0, -25px);
  transform: translateX(0, -25px)
}
.blog-section .blog-type2 .blog-text .blog-meta, .blog-section .blog-type3 .blog-text .blog-meta, .blog-section .blog-type4 .blog-text .blog-meta {
  opacity: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transform: translate(0, -25px);
  -ms-transform: translate(0, -25px);
  transform: translate(0, -25px)
}
.blog-section .blog-type2 .blog-text .blog-meta a, .blog-section .blog-type3 .blog-text .blog-meta a, .blog-section .blog-type4 .blog-text .blog-meta a {
  color: #fff
}
.blog-section .blog-type2 .blog-text .blog-meta a i, .blog-section .blog-type3 .blog-text .blog-meta a i, .blog-section .blog-type4 .blog-text .blog-meta a i {
  color: #fff
}
.blog-section .blog-type2:before, .blog-section .blog-type3:before, .blog-section .blog-type4:before {
  left: 0;
  right: 0;
  top: 50%;
  bottom: 50%;
  content: '';
  opacity: .902;
  position: absolute;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  background-color: #f26b35
}
.blog-section .blog-type2:hover:before, .blog-section .blog-type3:hover:before, .blog-section .blog-type4:hover:before {
  top: 0;
  bottom: 0
}
.blog-section .blog-type2:hover .blog-text h3, .blog-section .blog-type2:hover .blog-text p, .blog-section .blog-type3:hover .blog-text h3, .blog-section .blog-type3:hover .blog-text p, .blog-section .blog-type4:hover .blog-text h3, .blog-section .blog-type4:hover .blog-text p {
  opacity: 1;
  -webkit-transition-delay: .35s;
  -o-transition-delay: .35s;
  transition-delay: .35s;
  -webkit-transform: translate(0, 0) scale(1) rotate(0);
  -ms-transform: translate(0, 0) scale(1) rotate(0);
  transform: translate(0, 0) scale(1) rotate(0)
}
.blog-section .blog-type2:hover .blog-meta, .blog-section .blog-type3:hover .blog-meta, .blog-section .blog-type4:hover .blog-meta {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1) rotate(0);
  -ms-transform: translate(0, 0) scale(1) rotate(0);
  transform: translate(0, 0) scale(1) rotate(0);
  -webkit-transition-delay: .5249999999999999s;
  -o-transition-delay: .5249999999999999s;
  transition-delay: .5249999999999999s
}
.blog-section .blog-text h3, .blog-section-2 .blog-img-text .blog-text h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.308;
  padding-bottom: 15px
}
.blog-section .blog-text p, .blog-section-2 .blog-img-text .blog-text p {
  line-height: 1.75;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #faeeee
}
.blog-section .blog-text .blog-meta a, .blog-section-2 .blog-img-text .blog-text .blog-meta a {
  padding-right: 30px;
  position: relative
}
.blog-section .blog-text .blog-meta a:after, .blog-section-2 .blog-img-text .blog-text .blog-meta a:after {
  top: 1px;
  right: 13px;
  width: 2px;
  content: '';
  height: 15px;
  position: absolute;
  background-color: #fff5f5
}
.blog-section .blog-text .blog-meta a:last-child, .blog-section-2 .blog-img-text .blog-text .blog-meta a:last-child {
  padding-right: 0
}
.blog-section .blog-text .blog-meta a:last-child:after, .blog-section-2 .blog-img-text .blog-text .blog-meta a:last-child:after {
  display: none
}
.blog-section .blog-text .blog-meta a i, .blog-section-2 .blog-img-text .blog-text .blog-meta a i {
  color: #f26b35;
  margin-right: 5px
}
.feature-content-2 .feature-slide-item .owl-dots .owl-dot, .testimonial-slide-section .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 100%;
  display: inline-block;
  background-color: #eee
}
.feature-content-2 .feature-slide-item .owl-dots .owl-dot.active, .testimonial-slide-section .owl-dots .owl-dot.active {
  background-color: #f26b35
}
.service-section-2 .service-content-2 .service-icon-text .service-text a, .service-section-3 .service-content-3 .service-icon-text .service-text a {
  font-weight: 700;
  text-align: center
}
.service-section-2 .service-content-2 .service-icon-text .service-text a i, .service-section-3 .service-content-3 .service-icon-text .service-text a i {
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 30px;
  margin-left: 18px;
  border-radius: 100%;
  color: #f26b35;
  border: 2px solid #ffebe6
}
.header-style-one .header-main-option .option-btn, .header-style-three .option-btn {
  width: 60px;
  height: 60px;
  color: #f26b35;
  line-height: 60px;
  margin-left: 10px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  border: 1px solid #71556d
}
.header-style-one .header-main-option .option-btn:hover, .header-style-three .option-btn:hover {
  border: 1px solid #fff
}
.blog_pagination .pagination {
  display: inherit;
  margin-top: 20px
}
.blog_pagination .pagination li {
  margin: 0 4px;
  display: inline-block
}
.blog_pagination .pagination li a {
  padding: 0;
  width: 50px;
  height: 50px;
  display: block;
  font-size: 14px;
  line-height: 50px;
  font-weight: 700;
  color: #343434;
  border-radius: 100%;
  border: 2px solid #ededed
}
.blog_pagination .pagination li a:hover {
  color: #fff;
  background-color: #f26b35;
  border: 2px solid #f26b35
}
.blog_pagination .pagination .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0
}
.blog_pagination .pagination .page-item:first-child .page-link, .blog_pagination .pagination .page-item:last-child .page-link {
  border-radius: 100%
}
.bg_img_post:before, .news_qoute:before {
  top: 0;
  opacity: .95;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute
}
#blod_slide .owl-nav, .news_post_item .video_play_btn {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.news_post_item .video_play_btn {
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 100%;
  background-color: #f26b35
}
.news_post_item .video_play_btn i {
  color: #fff;
  font-size: 20px
}
.single_widget .latest-blog-widget .blog-img-content, .twitter_update .tw_feed {
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e6ff
}
.single_widget .latest-blog-widget .blog-img-content:last-child, .twitter_update .tw_feed:last-child {
  border: none;
  padding: 0;
  margin: 0
}
.comment_formfield .quote_form .contact-info .icon-bg {
  top: 30px;
  right: 30px;
  color: #f26b35;
  position: absolute
}
.comment_formfield .quote_form .contact-info .icon-bg i {
  font-size: 18px
}
.about-page-about-section .about-content-1 .ab-btn-single a span:before, .about-page-about-section .about-content-1 .ab-btn-single a:after, .about-page-about-section .about-content-1 .ab-btn-single a:before, .about-text-item-1 .ab-btn a:first-child span:before, .about-text-item-1 .ab-btn a:first-child:after, .about-text-item-1 .ab-btn a:first-child:before, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:first-child span:before, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:first-child:after, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:first-child:before, .header-style-four .quote-btn-2 span:before, .header-style-four .quote-btn-2:after, .header-style-four .quote-btn-2:before, .mission-vission-content .mission-content a span:before, .mission-vission-content .mission-content a:after, .mission-vission-content .mission-content a:before, .newslatter-service .news-service-item1 .news-cntc-btn a span:before, .newslatter-service .news-service-item1 .news-cntc-btn a:after, .newslatter-service .news-service-item1 .news-cntc-btn a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: #fff;
  opacity: .2;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
.about-page-about-section .about-content-1 .ab-btn-single a span:before, .about-page-about-section .about-content-1 .ab-btn-single a:after, .about-text-item-1 .ab-btn a:first-child span:before, .about-text-item-1 .ab-btn a:first-child:after, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:first-child span:before, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:first-child:after, .header-style-four .quote-btn-2 span:before, .header-style-four .quote-btn-2:after, .mission-vission-content .mission-content a span:before, .mission-vission-content .mission-content a:after, .newslatter-service .news-service-item1 .news-cntc-btn a span:before, .newslatter-service .news-service-item1 .news-cntc-btn a:after {
  top: auto;
  bottom: 0
}
.about-page-about-section .about-content-1 .ab-btn-single a span:after, .about-page-about-section .about-content-1 .ab-btn-single a span:before, .about-text-item-1 .ab-btn a:first-child span:after, .about-text-item-1 .ab-btn a:first-child span:before, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:first-child span:after, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:first-child span:before, .header-style-four .quote-btn-2 span:after, .header-style-four .quote-btn-2 span:before, .mission-vission-content .mission-content a span:after, .mission-vission-content .mission-content a span:before, .newslatter-service .news-service-item1 .news-cntc-btn a span:after, .newslatter-service .news-service-item1 .news-cntc-btn a span:before {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s
}
.about-page-about-section .about-content-1 .ab-btn-single a:hover span:after, .about-page-about-section .about-content-1 .ab-btn-single a:hover span:before, .about-page-about-section .about-content-1 .ab-btn-single a:hover:after, .about-page-about-section .about-content-1 .ab-btn-single a:hover:before, .about-text-item-1 .ab-btn a:first-child:hover:after, .about-text-item-1 .ab-btn a:first-child:hover:before, .about-text-item-1 .ab-btn a:hover:first-child span:after, .about-text-item-1 .ab-btn a:hover:first-child span:before, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:first-child:hover:after, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:first-child:hover:before, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:hover:first-child span:after, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:hover:first-child span:before, .header-style-four .quote-btn-2:hover span:after, .header-style-four .quote-btn-2:hover span:before, .header-style-four .quote-btn-2:hover:after, .header-style-four .quote-btn-2:hover:before, .mission-vission-content .mission-content a:hover span:after, .mission-vission-content .mission-content a:hover span:before, .mission-vission-content .mission-content a:hover:after, .mission-vission-content .mission-content a:hover:before, .newslatter-service .news-service-item1 .news-cntc-btn a:hover span:after, .newslatter-service .news-service-item1 .news-cntc-btn a:hover span:before, .newslatter-service .news-service-item1 .news-cntc-btn a:hover:after, .newslatter-service .news-service-item1 .news-cntc-btn a:hover:before {
  height: 100%
}
.mobile_menu .mobile-cart i, .mobile_menu .mobile-menu-contact-info li i {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  background-color: #f5f5f5
}
.search-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform .7s ease;
  transition: -webkit-transform .7s ease;
  -o-transition: transform .7s ease;
  transition: transform .7s ease;
  transition: transform .7s ease, -webkit-transform .7s ease;
  background-color: rgba(0, 0, 0, .85)
}
.search-body.search-open {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}
.search-body .search-form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.search-body .search-form .search-form-area {
  width: 100%;
  z-index: 9991;
  max-width: 600px;
  position: relative
}
.search-body .search-form input {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0 30px;
  background-color: #fff
}
.search-body .search-form button {
  top: 0;
  right: 0;
  color: #fff;
  border: none;
  width: 120px;
  height: 60px;
  position: absolute;
  background-color: #f26b35
}
.search-body .outer-close {
  top: 40px;
  right: 55px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
  position: absolute;
  background-color: #444
}
.search-body .outer-close i {
  color: #fff
}
.search-open {
  opacity: 1;
  visibility: visible
}
.shopping-cart {
  right: 0;
  top: 85px;
  z-index: -1;
  opacity: 0;
  width: 350px;
  display: block;
  margin: 10px 0;
  background: #fff;
  padding: 30px 20px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  border-top: 5px solid #f26b35;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
.shopping-cart.cart-show {
  top: 65px;
  opacity: 1;
  z-index: 9;
  visibility: visible
}
.shopping-cart li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd
}
.shopping-cart li:last-child {
  border-bottom: none
}
.shopping-cart .cart-total {
  padding-top: 10px;
  font-weight: 700;
  font-size: 14px
}
.shopping-cart .cart-total span {
  color: #f26b35
}
.shopping-cart .cart-checkout {
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 30px;
  background-color: #f26b35
}
.cart-product-img {
  margin-right: 20px;
  height: 80px;
  width: 80px
}
.cart-product-text {
  padding-top: 15px
}
.cart-product-text h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px
}
.cart-product-text h3 a {
  color: #005d92
}
.cart-product-text span {
  font-size: 14px;
  margin-right: 20px;
  display: inline-block
}
.wide_side_bar {
  top: 15px;
  margin-left: 5px;
  position: relative;
  display: inline-block;
  z-index: 3;
  height: 40px;
  width: 40px;
  cursor: pointer;
  right: 35px
}
.wide_side_bar span {
  position: relative;
  top: 10px;
  right: -35px
}
.wide_side_bar span:before {
  content: '';
  height: 3px;
  width: 25px;
  right: 0;
  position: absolute;
  background-color: #f26b35
}
.wide_side_bar span:nth-child(1):before {
  top: 0;
  width: 25px
}
.wide_side_bar span:nth-child(2):before {
  top: 10px;
  width: 32px
}
.wide_side_bar span:nth-child(3):before {
  top: 20px;
  width: 38px
}
.wide_side_bar {
  height: 120px;
  width: 120px;
  margin-left: 80px;
  text-align: center;
  z-index: 1;
  background-color: #f26b35;
  top: 0
}
.wide_side_bar span {
  top: 45px;
  left: 20px
}
.wide_side_bar span:before {
  background-color: #fff;
  width: 38px
}
.side_inner_content {
  top: 0;
  bottom: 0;
  right: -320px;
  height: 110vh;
  z-index: 101;
  position: fixed;
  width: 300px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 50px 30px;
  -webkit-box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
  box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.side_inner_content p {
  text-align: left
}
.side_inner_content .side_inner_logo {
  margin: 30px 0
}
.side_inner_content .side_contact {
  margin-bottom: 30px
}
.side_inner_content .side_contact .social_widget h3 {
  font-size: 18px;
  padding: 10px 0 20px 0
}
.side_inner_content .side_contact .social_widget li {
  margin: 0 3px
}
.side_inner_content .side_copywright {
  font-size: 14px
}
.side_inner_content .close_btn {
  top: 30px;
  left: 20px;
  cursor: pointer;
  color: #f26b35;
  position: absolute
}
.side_inner_content .close_btn i {
  font-size: 14px
}
.wide_side_bar {
  right: 0
}
.wide_side_inner {
  position: absolute
}
.wide_side_inner.wide_side_on .side_inner_content {
  padding-top: 50px
}
.side_inner_content .close_btn {
  top: 25px
}
.wide_side_inner.wide_side_on .side_inner_content {
  right: -15px;
  z-index: 99;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s
}
.wide_side_inner .side_overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  z-index: 9;
  height: 110vh;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, .8);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: url(../images/manjula-pooja-shroff-cl.png), auto
}
.body_overlay_on {
  overflow: hidden
}
.wide_side_inner.wide_side_on .side_overlay {
  opacity: 1;
  visibility: visible
}
.it-header-area {
  z-index: 9;
  width: 100%;
  position: absolute
}
.header-style-one .header-top {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 200px 9px;
  border-bottom: 1px solid #673b5d
}
.header-style-one .header-top-left li {
  color: #fff;
  margin-right: 32px
}
.header-style-one .header-top-left li i {
  color: #f26b35;
  margin-right: 5px
}
.header-style-one .header-top-cta {
  display: inline-block
}
.header-style-one .header-top-cta a {
  color: #fff;
  padding: 10px;
  position: relative
}
.header-style-one .header-top-cta a:after {
  top: 14px;
  width: 2px;
  right: -3px;
  content: '';
  height: 12px;
  position: absolute;
  background-color: #6c4363
}
.header-style-one .header-top-cta a:last-child:after {
  display: none
}
.header-style-one .header-top-cta select {
  border: none;
  color: #fff;
  margin-left: 20px;
  background-color: transparent
}
.header-style-one .header-top-cta select option {
  color: #fff;
  background-color: #444
}
.header-style-one .header-social {
  display: inline-block;
  margin-right: 28px
}
.header-style-one .header-social li {
  color: #b288a8;
  margin-left: 15px
}
.header-style-one .main-navigation {
  padding-top: 15px;
  margin-right: 55px;
  display: inline-block
}
.header-style-one .main-navigation li {
  margin-left: 68px;
  text-transform: capitalize
}
.header-style-one .main-navigation li a {
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px
}
.header-style-one .header-main-menu {
  padding: 25px 200px 0
}
.header-style-one .header-main-option {
  float: right
}
.header-style-one .header-main-option .main-option-list {
  display: inline-block
}
.it-menu-itemlist .dropdown {
  position: relative
}
.it-menu-itemlist .dropdown:before {
  top: 0;
  right: -15px;
  font-weight: 900;
  content: '\f107';
  color: #f26b35;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  font-family: 'Font Awesome 5 Free'
}
.it-menu-itemlist .dropdown:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1)
}
.it-menu-itemlist .dropdown-menu {
  left: 0;
  top: 48px;
  z-index: 100;
  margin: 0;
  padding: 0;
  height: auto;
  width: 250px;
  display: block;
  border: none;
  padding: 15px 20px;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  border-top: 5px solid #f26b35;
  border-bottom: 5px solid #005d92;
  -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1);
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}
.it-menu-itemlist .dropdown-menu:after {
  right: 0;
  bottom: 0;
  z-index: -1;
  line-height: 1;
  font-size: 100px;
  content: '\f107';
  position: absolute;
  font-family: Flaticon;
  color: rgba(255, 91, 46, .2)
}
.it-menu-itemlist .dropdown-menu li {
  display: block;
  margin-left: 0 !important
}
.it-menu-itemlist .dropdown-menu a {
  font-weight: 500 !important;
  color: #242424 !important
}
.header-style-one.sticky-header-overlay {
  top: -60px;
  padding-bottom: 12px;
  background-color: #005d92
}
.header-style-one.sticky-header-overlay .side_inner_content {
  top: 60px
}
.header-style-two {
  padding: 40px 200px 0 240px
}
.header-style-two .it-menu-itemlist .main-navigation {
  background-color: #fff;
  padding: 17px 15px
}
.header-style-two .it-menu-itemlist .main-navigation li {
  margin: 0 15px
}
.header-style-two .it-menu-itemlist .main-navigation li a {
  font-weight: 700;
  padding-bottom: 25px
}
.header-style-two .it-menu-itemlist .dropdown-menu {
  top: 42px
}
.header-style-two .it-menu-itemlist .dropdown-menu li {
  margin: 0
}
.header-style-two .it-menu-itemlist .dropdown:before {
  color: #444
}
.header-style-two .logo-sticky {
  display: none
}
.header-style-two .quote-area {
  padding: 20px 25px;
  border-radius: 10px;
  background-color: #444;
  color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.header-style-two .quote-area span {
  font-weight: 700
}
.header-style-two.sticky-header-overlay {
  background-color: #fff;
  padding: 15px 200px 15px 240px;
  -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8);
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8)
}
.header-style-two.sticky-header-overlay .main-navigation {
  background-color: transparent
}
.header-style-two.sticky-header-overlay .quote-area {
  display: none
}
.header-style-two.sticky-header-overlay .logo-top {
  display: none
}
.header-style-two.sticky-header-overlay .logo-sticky {
  display: block
}
.header-style-three {
  padding: 30px 85px 0 60px
}
.header-style-three:after {
  top: -250px;
  left: -80px;
  z-index: -1;
  content: '';
  width: 500px;
  height: 500px;
  position: absolute;
  background-repeat: no-repeat
}
.header-style-three .main-navigation {
  padding-top: 15px
}
.header-style-three .main-navigation li {
  margin: 0 26px
}
.header-style-three .main-navigation li a {
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px;
  text-transform: capitalize
}
.header-style-three .option-btn {
  color: #fff;
  border: 1px solid #758188
}
.header-style-three .head-f-quot {
  float: right;
  padding: 15px 0 0 75px
}
.header-style-three .head-f-quot a {
  color: #fff;
  font-weight: 700;
  position: relative
}
.header-style-three .head-f-quot a:before {
  top: -20px;
  left: -35px;
  background-color: #f26b35
}
.header-style-three.sticky-header-overlay {
  background-color: #000;
  padding: 15px 85px 13px 60px
}
.header-style-three.sticky-header-overlay:after {
  display: none
}
.header-style-four .header-main-menu {
  padding: 40px 240px 0
}
.header-style-four .it-menu-itemlist .dropdown:before {
  color: #fff
}
.header-style-four .quote-btn-2 {
  color: #fff;
  height: 60px;
  width: 190px;
  font-weight: 700;
  line-height: 60px;
  margin-left: 60px;
  border-radius: 40px;
  background-color: #444;
  position: relative;
  overflow: hidden;
  z-index: 1
}
.header-style-four .quote-btn-2 a {
  width: 100%;
  display: block
}
.header-style-four.sticky-header-overlay {
  top: 0
}
.header-style-four.sticky-header-overlay .header-main-menu {
  padding-top: 10px
}
.sticky-header-overlay {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  position: fixed;
  z-index: 9;
  width: 100%;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: .7s all ease-in-out;
  -o-transition: .7s all ease-in-out;
  transition: .7s all ease-in-out
}
.about-section-1 {
  padding: 220px 0 185px
}
.about-section-1 .about-img {
  z-index: 1
}
.about-section-1 .about-img:before {
  left: -140px;
  top: -140px;
  content: '';
  z-index: -1;
  width: 820px;
  height: 820px;
  border-radius: 100%;
  position: absolute;
  background-color: #fff9f9
}
.about-section-1 .about-img .about-main-img {
  width: 522px;
  height: 522px;
  overflow: hidden;
  border-radius: 100%
}
.about-section-1 .about-img .about-circle-img-1, .about-section-1 .about-img .about-circle-img-2 {
  top: 0;
  right: 40px;
  width: 170px;
  height: 170px;
  overflow: hidden;
  border-radius: 100%;
  position: absolute
}
.about-section-1 .about-img .about-circle-img-2 {
  top: auto;
  left: 40px;
  right: auto;
  width: 102px;
  bottom: 20px;
  height: 102px
}
.about-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px 0 35px
}
.about-feature .about-feature-item {
  width: 50%
}
.about-feature .about-feature-item:nth-child(2) .about-feature-icon, .about-feature .about-feature-item:nth-child(3) .about-feature-icon {
  color: #444
}
.about-feature .about-feature-item .about-feature-icon {
  font-size: 40px;
  line-height: 1;
  color: #f26b35;
  margin-right: 20px
}
.about-feature .about-feature-item .about-feature-text h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px
}
.about-feature .about-feature-item .about-feature-text p {
  font-size: 14px;
  overflow: hidden;
  line-height: 1.857
}
.about-text-item-1 {
  position: relative;
  z-index: 1
}
.about-text-item-1 .about-text {
  padding-top: 0
}
.about-text-item-1 .ab-btn a, .know-more-btn {
  z-index: 1;
  overflow: hidden;
  position: relative;
  font-family: Nunito
}
.about-text {
  font-size: 17px;
  line-height: 30px
}
.about-section-2 {
  overflow: visible;
  padding-bottom: 260px;
  background-color: #f4f8fc
}
.about-section-2 .about-text-item-1 .ab-btn a, .know-more-btn a {
  font-family: Roboto
}
.about-section-2 .about-text-item-1 .ab-btn a:first-child {
  background-color: #444;
  -webkit-box-shadow: 0 8px 16px 0 rgba(146, 211, 215, .2);
  box-shadow: 0 8px 16px 0 rgba(146, 211, 215, .2)
}
.about-section-2 .about-text-item-1 {
  max-width: 600px
}
.about-section-2 .about-feature .about-feature-item .about-feature-text h4 {
  font-weight: 700
}
.about-section-2 .about-feature .about-feature-item .about-feature-text p {
  max-width: 195px
}
.about-section-2 .about-side-img {
  position: absolute;
  bottom: 0;
  right: 0
}
.about-section-2 .about-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -52px;
  position: absolute
}
.about-section-2 .about-counter .about-counter-item {
  z-index: 1;
  padding: 58px 30px;
  width: 210px;
  display: flex;
  justify-content: center
}
.about-section-2 .about-counter .about-counter-item:nth-child(1) {
  background-color: #f26b35
}
.about-section-2 .about-counter .about-counter-item:nth-child(2) {
  background-color: #444
}
.about-section-2 .about-counter .about-counter-item:nth-child(2) .about-counter-hover .count-icon-bg i {
  color: #aae6ead9
}
.about-section-2 .about-counter .about-counter-item:nth-child(3) {
  background-color: #f26b35
}
.about-section-2 .about-counter .about-counter-item:nth-child(4) {
  background-color: #444
}
.about-section-2 .about-counter .about-counter-item:nth-child(3) .about-counter-hover .count-icon-bg i {
  color: #75436b
}
.about-section-2 .about-counter .about-counter-item .it-location-counter h3 {
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.about-section-2 .about-counter .about-counter-item .it-location-counter h3 span {
  font-size: 16px
}
.about-section-2 .about-counter .about-counter-item p {
  color: #fff;
  font-weight: 700;
	text-align: center;
}
.about-section-2 .about-counter .about-counter-item .about-counter-hover {
  opacity: 0;
  visibility: hidden;
  margin-left: -85px;
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out
}
.about-section-2 .about-counter .about-counter-item .about-counter-hover a {
  color: #fff;
  font-size: 14px;
  font-weight: 700
}
.about-section-2 .about-counter .about-counter-item .about-counter-hover a i {
  margin-left: 5px
}
.about-section-2 .about-counter .about-counter-item .about-counter-hover .count-icon-bg {
  right: 15px;
  bottom: 15px;
  z-index: -1;
  line-height: 1;
  position: absolute
}
.about-section-2 .about-counter .about-counter-item .about-counter-hover .count-icon-bg i {
  color: #ff6b42;
  font-size: 120px
}
.about-section-2 .about-counter .about-counter-item:hover .about-counter-hover {
  margin-left: 40px;
  opacity: 1;
  visibility: visible
}
.about-us-section-3 {
  padding: 115px 0 100px
}
.about-us-section-3 .about-img-3 {
  max-width: 530px;
  padding-top: 30px
}
.about-us-section-3 .about-img-3 img {
  border: 10px solid #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(105, 116, 128, .1);
  box-shadow: 0 8px 16px 0 rgba(105, 116, 128, .1)
}
.about-us-section-3 .about-text-item-1 .section-title h2 {
  padding: 5px 0 32px
}
.about-us-section-3 .about-text-item-1 .section-title .sub-text {
  font-weight: 400;
  line-height: 1.417
}
.about-us-section-3 .about-text-item-1 .about-text {
  margin-bottom: 42px
}
.about-us-section-3 .about-feature {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -15px
}
.about-us-section-3 .about-feature .about-feature-item {
  z-index: 1;
  padding: 30px;
  margin: 0 15px;
  position: relative;
  background-color: #fff2ef;
  border-right: 2px solid #f26b35
}
.about-us-section-3 .about-feature .about-feature-item .about-feature-icon {
  margin-bottom: 25px
}
.about-us-section-3 .about-feature .about-feature-item .about-feature-iconbg {
  top: 10px;
  z-index: -1;
  right: 10px;
  line-height: 1;
  position: absolute
}
.about-us-section-3 .about-feature .about-feature-item .about-feature-iconbg i {
  color: #ffe5df;
  font-size: 120px
}
.about-us-section-3 .about-feature .about-feature-item:nth-child(2) {
  background-color: #effeff;
  border-right: 2px solid #444
}
.about-us-section-3 .about-feature .about-feature-item:nth-child(2) .about-feature-iconbg i {
  color: #d4f5f7
}
.about-page-about-section {
  padding: 110px 0 120px
}
.about-page-about-section .about-content-1 .about-img {
  padding-top: 40px
}
.about-page-about-section .about-content-1 .about-img .about-main-img {
  width: 530px;
  height: 530px;
  overflow: hidden;
  border-radius: 100%
}
.about-page-about-section .about-content-1 .about-img .about-circle-img-1 {
  right: 55px;
  width: 160px;
  bottom: 10px;
  height: 160px;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  border: 10px solid #fff
}
.about-page-about-section .about-content-1 .about-author {
  width: 100%;
  display: inline-block
}
.about-page-about-section .about-content-1 .about-author .author-img {
  margin-right: 30px
}
.about-page-about-section .about-content-1 .about-author .about-author-text {
  margin-top: 10px
}
.about-page-about-section .about-content-1 .about-author .about-author-text h4 {
  font-size: 24px;
  font-weight: 700
}
.about-page-about-section .about-content-1 .about-author .about-author-text span {
  font-weight: 700;
  color: #f26b35
}
.about-page-about-section .about-content-1 .ab-btn-single {
  height: 60px;
  width: 190px;
  line-height: 60px;
  border-radius: 40px;
  background-color: #444
}
.about-page-about-section .about-content-1 .ab-btn-single a {
  z-index: 1;
  color: #fff;
  width: 100%;
  display: block;
  font-weight: 700;
  overflow: hidden;
  position: relative
}
.about-page-about-section .about-text-item-1 .title-style-two .sub-text {
  padding-bottom: 0
}
.about-page-about-section .about-text-item-1 .about-text {
  padding: 30px 0 0 0
}
.about-gallery-section {
  padding-bottom: 90px
}
.about-gallery-img {
  margin-bottom: 30px
}
.about-exp-badge {
  top: 50%;
  left: 0;
  right: 0;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #005d92
}
.about-exp-badge .exp-text h4 {
  color: #fff;
  font-weight: 700;
  font-size: 50px
}
.about-exp-badge .exp-text h4 span {
  font-size: 16px
}
.about-exp-badge .exp-text span {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize
}
.core-platform-section {
  background-color: #005d92;
  padding: 100px 0
}
.core-platform-section:before {
  top: 0;
  right: 0;
  content: '';
  width: 25%;
  height: 100%;
  position: absolute;
  background-color: #f26b35
}
.core-platform-section .platform-text .section-title h2 {
  color: #fff
}
.core-platform-section .platform-text .section-title .sub-text {
  color: #fff;
  font-weight: 500;
  margin: 35px 0
}
.core-platform-section .platform-text .core-platform-item li {
  width: 170px;
  margin: 10px;
  height: 170px;
  padding-top: 40px;
  text-align: center;
  background-color: #5f3958;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.core-platform-section .platform-text .core-platform-item li i {
  color: #444;
  font-size: 50px
}
.core-platform-section .platform-text .core-platform-item li span {
  color: #fff;
  display: block;
  margin-top: 10px;
  font-weight: 700
}
.core-platform-section .platform-text .core-platform-item li:hover {
  background-color: #444
}
.core-platform-section .platform-text .core-platform-item li:hover i, .core-platform-section .platform-text .core-platform-item li:hover span {
  color: #005d92
}
.core-platform-section .platform-img {
  padding: 40px 0 0 40px
}
.team-section-one.about-team {
  padding: 0 0 20px 0;
  overflow: visible;
  background-color: transparent
}
.team-section-one .team-area-content {
  top: -100px;
  padding-top: 100px;
  position: relative;
  background-color: #fff
}
.mission-vission-section {
  padding-bottom: 35px
}
.mission-vission-section .mission-vission-iconbg {
  right: 0;
  bottom: 0;
  position: absolute
}
.mission-vission-section .mission-vission-iconbg i {
  line-height: 1;
  color: #e5ebf1;
  font-size: 200px
}
.mission-vission-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 16px 32px 0 rgba(84, 48, 77, .06);
  box-shadow: 0 16px 32px 0 rgba(84, 48, 77, .06)
}
.mission-vission-content .mission-vission-text {
  padding: 50px 50px
}
.mission-vission-content .mission-vission-text span {
  font-size: 20px;
  font-weight: 700
}
.mission-vission-content .mission-vission-text h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 20px 0 28px
}
.mission-vission-content .mission-vission-text p {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 42px
}
.mission-vission-content .mission-content {
  z-index: 1
}
.mission-vission-content .mission-content .background_overlay {
  z-index: -1;
  background-color: rgba(255, 91, 46, .9)
}
.mission-vission-content .mission-content h3, .mission-vission-content .mission-content p, .mission-vission-content .mission-content span {
  color: #fff
}
.mission-vission-content .mission-content a {
  z-index: 1;
  color: #fff;
  height: 60px;
  width: 200px;
  display: block;
  font-weight: 700;
  line-height: 60px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 40px;
  background-color: #005d92
}
.mission-vission-content .vission-content span {
  color: #444
}
.mission-vission-content .vission-content h3 {
  color: #005d92
}
.mission-vission-content .vission-content p {
  color: #005d92;
  padding-bottom: 50px
}
.mission-vission-content .vission-content a {
  z-index: 1;
  font-weight: 700;
  padding-left: 40px;
  position: relative
}
.mission-vission-content .vission-content a:before {
  left: 0;
  top: -20px;
  z-index: -1;
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 100%;
  background-color: #e5cae0
}
.blog-section-2.about-page-blog {
  padding-top: 0
}
.service-section {
  padding: 110px 0;
  background-color: #fff9f9
}
.service-item-list {
  padding-top: 25px
}
.service-item-list .service-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  line-height: 70px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-box-shadow: 0 8px 16px 0 rgba(255, 91, 46, .04);
  box-shadow: 0 8px 16px 0 rgba(255, 91, 46, .04)
}
.service-item-list .service-icon i {
  font-size: 32px;
  color: #f26b35
}
.service-item-list .service-item-no {
  left: 0;
  right: 0;
  top: -35px;
  z-index: -1;
  line-height: 1;
  color: #fef2f2;
  font-size: 120px;
  font-weight: 700;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate
}
.service-item-list .service-text {
  margin: 0 auto;
  padding-top: 80px;
  max-width: 220px
}
.service-item-list .service-text:before {
  top: 40px;
  left: 0;
  right: 0;
  height: 3px;
  content: '';
  width: 35px;
  margin: 0 auto;
  position: absolute;
  background-color: #444;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.service-item-list .service-text h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.364;
  padding-bottom: 13px
}
.service-item-list .service-text p {
  line-height: 1.875;
  padding-bottom: 13px
}
.service-item-list .service-more a {
  font-size: 20px
}
.service-item-list .service-icon-text {
  z-index: 1
}
.service-item-list .service-icon-text:hover .service-icon {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}
.service-item-list .service-icon-text:hover .service-text:before {
  width: 75px
}
.service-item-list .service-icon-text:hover .service-more a {
  color: #f26b35
}
.service-cta {
  padding: 25px;
  background-color: #fff1f1
}
.service-cta p {
  font-size: 18px;
  font-weight: 600;
  font-family: Nunito
}
.service-cta p a {
  color: #f26b35;
  text-decoration: underline
}
.service-section-2 {
  padding: 160px 0 90px
}
.service-section-2 .service-content-2 {
  padding-top: 65px
}
.service-section-2 .service-content-2 .service-icon-text {
  padding: 50px 45px 45px;
  margin-bottom: 30px;
  border: 2px solid #ffebe6;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.service-section-2 .service-content-2 .service-icon-text .service-icon {
  line-height: 1
}
.service-section-2 .service-content-2 .service-icon-text .service-icon i {
  font-size: 50px;
  color: #f26b35;
  margin-right: 28px
}
.service-section-2 .service-content-2 .service-icon-text .service-text h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 28px
}
.service-section-2 .service-content-2 .service-icon-text .service-text p {
  line-height: 1.625;
  margin-bottom: 22px;
  display: inline-block
}
.service-section-2 .service-content-2 .service-icon-text .service-text i {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.service-section-2 .service-content-2 .service-icon-text .service-text a {
  position: relative;
  z-index: 1
}
.service-section-2 .service-content-2 .service-icon-text .service-text a:after {
  left: 0;
  top: -7px;
  width: 0%;
  z-index: -1;
  content: '';
  height: 35px;
  position: absolute;
  border-radius: 30px;
  background-color: #444;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.service-section-2 .service-content-2 .service-icon-text .service-text a:hover {
  color: #fff;
  padding-left: 15px
}
.service-section-2 .service-content-2 .service-icon-text .service-text a:hover:after {
  width: 100%
}
.service-section-2 .service-content-2 .service-icon-text .service-text a:hover i {
  color: #fff;
  border: 2px solid #444
}
.service-section-2 .service-content-2 .service-icon-text:hover {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 30px rgba(0, 0, 0, .1)
}
.service-section-3 {
  overflow: visible;
  background-color: #f4f8fc
}
.service-section-3 .service-content-3 {
  z-index: 1;
  top: -115px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(204, 211, 219, .2);
  box-shadow: 0 8px 16px 0 rgba(204, 211, 219, .2)
}
.service-section-3 .service-content-3:before {
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  content: '';
  height: 2px;
  position: absolute;
  background-color: #f4f8fc
}
.service-section-3 .service-content-3:after {
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  background-color: #fff
}
.service-section-3 .service-content-3 .service-circle-shape {
  z-index: -1;
  width: 80px;
  content: '';
  height: 80px;
  right: -35px;
  bottom: -35px;
  position: absolute;
  border-radius: 100%;
  background-color: #f26b35
}
.service-section-3 .service-content-3 .service-icon-text {
  padding-top: 60px;
  padding-left: 45px;
  padding-bottom: 70px;
  padding: 60px 0 65px 40px
}
.service-section-3 .service-content-3 .service-icon-text:before {
  top: 88px;
  left: 0;
  right: 50px;
  height: 1px;
  content: '';
  width: 100px;
  margin: 0 auto;
  position: absolute;
  background-color: #f26b35
}
.service-section-3 .service-content-3 .service-icon-text .service-icon {
  line-height: 1;
  font-size: 50px;
  color: #f26b35;
  padding-bottom: 20px
}
.service-section-3 .service-content-3 .service-icon-text .service-icon i {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.service-section-3 .service-content-3 .service-icon-text .service-text {
  max-width: 275px
}
.service-section-3 .service-content-3 .service-icon-text .service-text h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.417;
  padding-bottom: 20px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.service-section-3 .service-content-3 .service-icon-text .service-text p {
  padding-bottom: 18px
}
.service-section-3 .service-content-3 .service-icon-text .service-number {
  top: 0;
  right: 5px;
  position: absolute
}
.service-section-3 .service-content-3 .service-icon-text .service-number span {
  line-height: 1;
  color: #fff8ee;
  font-size: 140px;
  font-family: "Playfair Display"
}
.service-section-3 .service-content-3 .service-icon-text:hover .service-text h3 {
  color: #f26b35
}
.service-section-3 .service-content-3 .service-icon-text:hover .service-icon i {
  color: #444
}
.skill-set-section {
  padding: 120px 0 50px
}
@-webkit-keyframes Rx-width-70 {
  0% {
    width: 0%
  }
  100% {
    width: 70%
  }
}
@keyframes Rx-width-70 {
  0% {
    width: 0%
  }
  100% {
    width: 70%
  }
}
@-webkit-keyframes Rx-width-42 {
  0% {
    width: 0%
  }
  100% {
    width: 42%
  }
}
@keyframes Rx-width-42 {
  0% {
    width: 0%
  }
  100% {
    width: 42%
  }
}
@-webkit-keyframes Rx-width-80 {
  0% {
    width: 0%
  }
  100% {
    width: 80%
  }
}
@keyframes Rx-width-80 {
  0% {
    width: 0%
  }
  100% {
    width: 80%
  }
}
@keyframes Rx-width-91 {
  0% {
    width: 0%
  }
  100% {
    width: 91%
  }
}
@-webkit-keyframes Rx-width-91 {
  0% {
    width: 0%
  }
  100% {
    width: 91%
  }
}
.Rx-width-70 {
  -webkit-animation-name: Rx-width-70;
  animation-name: Rx-width-70;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.Rx-width-42 {
  -webkit-animation-name: Rx-width-42;
  animation-name: Rx-width-42;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.Rx-width-80 {
  -webkit-animation-name: Rx-width-80;
  animation-name: Rx-width-80;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.Rx-width-91 {
  -webkit-animation-name: Rx-width-91;
  animation-name: Rx-width-91;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.skill-set-section.service-page-skill {
  padding-top: 0
}
.skill-set-section.service-page-skill .skill-set-section {
  padding: 110px 0 15px
}
.skill-set-section.service-page-skill .skill-set-section .skill-set-img {
  margin-top: 85px
}
.skill-set-section.service-page-skill .skill-set-section .title-style-two h2 {
  padding-bottom: 20px
}
.skill-set-section.service-page-skill .skill-set-section .section-title .sub-text {
  font-weight: 500
}
.skill-set-section.service-page-skill .skill-set-section .skill-set-text {
  padding: 20px 0 35px
}
.skill-set-text .skill-set-text {
  font-size: 18px
}
.skill-set-progress .progress_text {
  width: 100%;
  display: inline-block
}
.skill-set-progress .skill-percent, .skill-set-progress .skill-title {
  font-size: 18px;
  font-weight: 700
}
.skill-set-progress .single_experties {
  padding-bottom: 35px
}
.skill-set-progress .single_experties .progress {
  height: 2px;
  overflow: visible;
  background-color: #ffdfd6
}
.skill-set-progress .single_experties .progress-bar {
  height: 7px;
  background-color: #f26b35
}
.skill-set-img {
  margin-left: 50px
}
.skill-set-img .skill-updown-img1 {
  position: absolute;
  top: -80px;
  left: 45px
}
.skill-set-img .skill-updown-img2 {
  right: 45px;
  bottom: -80px;
  position: absolute
}
.service-section-2.service-page-service {
  padding-top: 110px;
  background-color: #f4f8fc
}
.service-section-2.service-page-service .service-content-2 .service-icon-text {
  border: none;
  background-color: #fff
}
.service-call-action-section {
  overflow: visible;
  margin-bottom: 120px;
  padding: 130px 0 150px;
  background-color: #005d92
}
.service-call-action-section .service-cta-content {
  margin: 0 auto;
  max-width: 580px
}
.service-call-action-section .section-title h2 {
  color: #fff;
  padding-bottom: 40px
}
.service-call-action-section .service-cta-btn a {
  z-index: 1;
  color: #fff;
  font-weight: 700;
  position: relative
}
.service-call-action-section .service-cta-btn a:before {
  top: -20px;
  left: -20px;
  background-color: #f26b35
}
.service-call-action-section .s-cta-shape1 {
  position: absolute;
  top: -106px;
  left: 130px
}
.service-call-action-section .s-cta-shape2 {
  position: absolute;
  top: -90px;
  right: 40px
}
.service-details-section {
  padding: 110px 0
}
.service-details-section article {
  font-size: 18px;
  margin-bottom: 30px
}
.service-details-tag {
  padding: 50px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  top: -90px;
  border-radius: 20px;
  background-color: #005d92
}
.service-details-tag .section-title .site-tag {
  font-size: 18px
}
.service-details-tag .section-title h2 {
  color: #fff;
  font-size: 40px
}
.service-details-article article .first-latter {
  display: block;
  text-align: center;
  color: #fff;
  margin-right: 20px;
  float: left;
  border-radius: 20px;
  height: 95px;
  width: 100px;
  font-size: 60px;
  font-weight: 700;
  background-color: #f26b35
}
.feature-section {
  padding: 110px 0 100px
}
.feature-section:before {
  z-index: -2;
  height: 100%;
  width: 100%;
  content: '';
  top: 65px;
  bottom: 65px;
  left: 115px;
  position: absolute;
  background-repeat: no-repeat
}
@-webkit-keyframes borderpls {
  0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px currentColor;
    box-shadow: 0 0 0 10px currentColor;
    opacity: 0
  }
  to {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0
  }
}
@keyframes borderpls {
  0% {
    -webkit-box-shadow: 0 0 0 0 #f26b35;
    box-shadow: 0 0 0 0 #f26b35
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #f26b35;
    box-shadow: 0 0 0 10px #f26b35;
    opacity: 0
  }
  to {
    -webkit-box-shadow: 0 0 0 0 #f26b35;
    box-shadow: 0 0 0 0 #f26b35;
    opacity: 0
  }
}
@-webkit-keyframes borderpls {
  0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px currentColor;
    box-shadow: 0 0 0 10px currentColor;
    opacity: 0
  }
  to {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0
  }
}
@-webkit-keyframes borderpls2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #444;
    box-shadow: 0 0 0 0 #444
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #444;
    box-shadow: 0 0 0 10px #444;
    opacity: 0
  }
  to {
    -webkit-box-shadow: 0 0 0 0 #444;
    box-shadow: 0 0 0 0 #444;
    opacity: 0
  }
}
@keyframes borderpls2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #444;
    box-shadow: 0 0 0 0 #444
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #444;
    box-shadow: 0 0 0 10px #444;
    opacity: 0
  }
  to {
    -webkit-box-shadow: 0 0 0 0 #444;
    box-shadow: 0 0 0 0 #444;
    opacity: 0
  }
}
.feature-map-content {
  height: 400px
}
.feature-map-content .it-maplocation {
  cursor: pointer;
  position: absolute;
  -webkit-box-shadow: 0 3px 6px 0 rgba(255, 91, 46, .4);
  box-shadow: 0 3px 6px 0 rgba(255, 91, 46, .4)
}
.feature-map-content .it-maplocation .it-location-iiner {
  width: 215px;
  left: -215px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  padding: 15px 0 15px 45px;
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  border-bottom: 2px solid #f26b35
}
.feature-map-content .it-maplocation .it-location-iiner:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 10px;
  border-top: 10px solid transparent;
  border-right: 10px solid #f26b35;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.feature-map-content .it-maplocation .it-location-iiner h3 {
  line-height: 1;
  font-size: 50px;
  font-weight: 700
}
.feature-map-content .it-maplocation .it-location-iiner h3 span {
  font-size: 16px
}
.feature-map-content .it-maplocation:hover .it-location-iiner {
  opacity: 1;
  left: -205px;
  visibility: visible
}
.feature-map-content .it-maplocation:nth-child(1) {
  top: 50%;
  right: 40px
}
.feature-map-content .it-maplocation:nth-child(2) {
  top: 20%;
  right: 50%
}
.feature-map-content .it-maplocation:nth-child(2) .it-feature-indicatior {
  background-color: #444;
  -webkit-box-shadow: 0 3px 6px 0 rgba(65, 154, 159, .4);
  box-shadow: 0 3px 6px 0 rgba(65, 154, 159, .4)
}
.feature-map-content .it-maplocation:nth-child(2) .it-indicator-border1 {
  -webkit-animation: borderpls2 1.5s infinite cubic-bezier(.4, 0, 1, 1) both;
  animation: borderpls2 1.5s infinite cubic-bezier(.4, 0, 1, 1) both
}
.feature-map-content .it-maplocation:nth-child(2) .it-location-iiner {
  border-bottom: 2px solid #444
}
.feature-map-content .it-maplocation:nth-child(2) .it-location-iiner:before {
  border-right: 10px solid #444
}
.feature-map-content .it-maplocation:nth-child(3) {
  top: 20%;
  left: 0
}
.feature-map-content .it-maplocation:nth-child(4) {
  top: 70%;
  left: 50%
}
.feature-map-content .it-maplocation:nth-child(4) .it-feature-indicatior {
  background-color: #444;
  -webkit-box-shadow: 0 3px 6px 0 rgba(65, 154, 159, .4);
  box-shadow: 0 3px 6px 0 rgba(65, 154, 159, .4)
}
.feature-map-content .it-maplocation:nth-child(4) .it-indicator-border1 {
  -webkit-animation: borderpls2 1.5s infinite cubic-bezier(.4, 0, 1, 1) both;
  animation: borderpls2 1.5s infinite cubic-bezier(.4, 0, 1, 1) both
}
.feature-map-content .it-maplocation:nth-child(4) .it-location-iiner {
  border-bottom: 2px solid #444
}
.feature-map-content .it-maplocation:nth-child(4) .it-location-iiner:before {
  border-right: 10px solid #444
}
.feature-map-content .it-maplocation:nth-child(5) {
  bottom: 0;
  left: 20%
}
.feature-map-content .it-maplocation:nth-child(6) {
  top: 50%;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.feature-map-content .it-maplocation:nth-child(7) {
  bottom: 0;
  right: 20%;
  -webkit-box-shadow: none;
  box-shadow: none
}
.feature-map-content .it-feature-indicatior {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #f26b35
}
.feature-map-content .it-feature-indicatior .it-indicator-border1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: inherit;
  color: inherit;
  -webkit-box-shadow: 0 0 0 2px #f26b35;
  box-shadow: 0 0 0 2px #f26b35;
  -webkit-animation: borderpls 1.5s infinite cubic-bezier(.4, 0, 1, 1) both;
  animation: borderpls 1.5s infinite cubic-bezier(.4, 0, 1, 1) both
}
.feature-map-content .it-maplocation-img {
  width: 40px;
  height: 40px
}
.feature-map-content .it-maplocation-img img {
  border-radius: 100%;
  -webkit-box-shadow: 0 8px 16px 0 rgba(64, 93, 117, .4);
  box-shadow: 0 8px 16px 0 rgba(64, 93, 117, .4)
}
.feature-text-content .about-text {
  padding-top: 25px
}
.feature-text-content .feature-list-item {
  margin-top: 40px
}
.feature-text-content .feature-list-item li {
  width: 50%;
  float: left;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: Nunito
}
.feature-text-content .feature-list-item li i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #f26b35;
  text-align: center;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #ffebe7;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.feature-text-content .feature-list-item li:hover i {
  color: #fff;
  background-color: #444;
  border: 2px solid #444
}
.feature-section-two {
  overflow: visible;
  margin-bottom: -35px;
  background-color: #f4f8fc
}
.feature-content-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -165px;
  z-index: 1;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  background-color: #fff
}
.feature-content-2 .feature-slide-item, .feature-content-2 .feature-two-content {
  width: 50%;
  float: left
}
.feature-content-2 .feature-two-content {
  padding-top: 165px
}
.feature-content-2 .feature-two-content .section-title .site-tag {
  font-weight: 400
}
.feature-content-2 .feature-two-content .section-title h2 {
  padding-top: 10px
}
.feature-content-2 .feature-slide-item .owl-dots {
  top: 120px;
  right: -330px;
  position: absolute
}
.feature-section-3 {
  z-index: 1
}
.feature-section-3 .background_overlay {
  z-index: -1;
  background-color: rgba(84, 48, 77, .95)
}
.feature-section-3 .about-text p, .feature-section-3 .feature-text-content .feature-list-item li, .feature-section-3 .section-title .sub-text, .feature-section-3 .section-title h2 {
  font-weight: 400;
  color: #fff
}
.feature-section-3 .section-title h2 {
  padding-bottom: 30px
}
.feature-section-3 .section-title .sub-text {
  margin-bottom: 5px;
  line-height: 1.417
}
.feature-section-3 .feature-text-content .feature-list-item li i {
  background-color: transparent;
  color: #444;
  border: 1px solid #81597a
}
.portfolio-section {
  padding: 110px 0 125px
}
.portfolio-section:before {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 455px;
  position: absolute;
  background-color: #005d92
}
.portfolio-section .section-title h2 {
  color: #fff
}
.portfolio-section .section-title-text {
  color: #fff
}
.portfolio-section .portfolio-item-content {
  padding-top: 45px
}
.portfolio-section .portfolio-img-text:hover .portfolio-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.portfolio-img {
  overflow: hidden
}
.portfolio-img img {
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out
}
.portfolio-img .p-shape {
  position: absolute;
  bottom: -90px
}
.portfolio-img .portfolio-pattern1 {
  z-index: 1
}
.portfolio-img .portfolio-pattern2 {
  bottom: -130px
}
.portfolio-text {
  background-color: #f26b35;
  padding: 5px 2px;
  text-align: center
}
.portfolio-text .portfolio-tag {
  color: #fefeff;
  font-size: 18px;
  font-weight: 700;
  font-family: Caveat
}
.portfolio-text h3 {
  color: #fff;
  margin: 5px 0px;
  font-size: 21px;
  font-weight: 600
}
.portfolio-text .portfolio-favicon {
  right: 40px;
  top: -70px;
  z-index: 1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  display: none
}
.portfolio-section-2 {
  padding: 100px 0 120px
}
.portfolio-section-2 .section-title .site-tag {
  font-weight: 500
}
.portfolio-section-2 .portfolio-slide-area {
  padding-top: 75px
}
.portfolio-section-2 .portfolio-slide-area .portfolio-img .p-shape {
  bottom: -50px;
  opacity: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.portfolio-section-2 .portfolio-slide-area .portfolio-img .portfolio-pattern1 {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}
.portfolio-section-2 .portfolio-slide-area .portfolio-img .portfolio-pattern2 {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}
.portfolio-section-2 .portfolio-slide-area .portfolio-text {
  bottom: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  position: absolute;
  visibility: hidden;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-transition-delay: .34s;
  -o-transition-delay: .34s;
  transition-delay: .34s;
  background-color: rgba(91, 29, 103, .7)
}
.portfolio-section-2 .portfolio-slide-area .portfolio-text .portfolio-favicon {
  top: -55px
}
.portfolio-section-2 .portfolio-slide-area .portfolio-text .portfolio-favicon img {
  display: inline-block
}
.portfolio-section-2 .portfolio-slide-area .portfolio-text .portfolio-tag {
  font-weight: 500;
  font-family: Roboto
}
.portfolio-section-2 .portfolio-slide-area .portfolio-text h3 {
  font-weight: 700
}
.portfolio-section-2 .portfolio-slide-area .owl-nav {
  display: table;
  padding: 15px 8px;
  text-align: center;
  border-radius: 45px;
  margin: 60px auto 0;
  background-color: #e9eef5
}
.portfolio-section-2 .portfolio-slide-area .owl-next, .portfolio-section-2 .portfolio-slide-area .owl-prev {
  width: 60px;
  height: 60px;
  margin: 0 8px;
  text-align: center;
  line-height: 60px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-box-shadow: 0 8px 16px 0 rgba(255, 107, 66, .06);
  box-shadow: 0 8px 16px 0 rgba(255, 107, 66, .06)
}
.portfolio-section-2 .portfolio-slide-area .owl-next:hover, .portfolio-section-2 .portfolio-slide-area .owl-prev:hover {
  background-color: #f26b35
}
.portfolio-section-2 .portfolio-slide-area .owl-next:hover i, .portfolio-section-2 .portfolio-slide-area .owl-prev:hover i {
  color: #fff
}
.portfolio-section-2 .owl-item.active.center .p-shape, .portfolio-section-2 .portfolio-img-text:hover .p-shape {
  opacity: 1;
  bottom: -30px
}
.portfolio-section-2 .owl-item.active.center .portfolio-text, .portfolio-section-2 .portfolio-img-text:hover .portfolio-text {
  opacity: 1;
  visibility: visible
}
.port-title {
  top: -63px;
  z-index: 1;
  text-align: center;
  position: relative
}
.port-title li {
  height: 70px;
  color: #fff;
  font-weight: 700;
  padding: 0 30px;
  line-height: 65px;
  border-radius: 10px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  border-top: 5px solid transparent
}
.port-title li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}
.port-title li.active, .port-title li:hover {
  color: #005d92;
  background-color: #fff;
  border-top: 5px solid #f26b35
}
.project-details-section {
  padding: 50px 0 120px
}
.project-overview {
  right: 40px;
  bottom: -200px;
  padding: 48px 38px;
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  border-top: 3px solid #005aa9;
  -webkit-box-shadow: 0 8px 16px 0 rgba(76, 152, 158, .1);
  box-shadow: 0 8px 16px 0 rgba(76, 152, 158, .1)
}
.project-overview h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 20px;
  font-family: Nunito;
  border-bottom: 2px solid #e9f0ff
}
.project-overview .project-overview-list ul {
  margin-bottom: 40px
}
.project-overview .project-overview-list li {
  margin-bottom: 15px
}
.project-overview .project-overview-list span {
  font-weight: 700;
  margin-right: 10px
}
.project-overview .project-overview-list strong {
  color: #f26b35
}
.project-overview .project-overview-list a {
  font-weight: 700;
  color: #f26b35;
  padding-left: 38px;
  position: relative;
  z-index: 1
}
.project-overview .project-overview-list a:before {
  top: -20px
}
.project-details-text {
  padding-top: 75px
}
.project-details-text .section-title {
  max-width: 665px;
  padding-bottom: 35px
}
.project-details-text .section-title .site-tag {
  font-size: 18px;
  font-weight: 700
}
.project-details-text .section-title h2 {
  font-size: 40px;
  font-family: Nunito;
  text-transform: none;
  color: #1b5d90
}
.project-details-text article {
  margin-bottom: 28px;
  font-size: 18px
}
.project-details-text .project-details-inner-img {
  margin: 30px 0
}
.project-details-text .portfolio-qoute {
  padding-top: 20px
}
.project-details-text .portfolio-qoute .port-qout-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 100%
}
.project-details-text .portfolio-qoute .port-qout-text {
  z-index: 1;
  color: #fff;
  padding: 45px;
  font-size: 24px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 8px 16px 0 rgba(255, 91, 47, .2);
  box-shadow: 0 8px 16px 0 rgba(255, 91, 47, .2)
}
.project-details-text .portfolio-qoute .port-qout-text:after {
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 91, 46, .9)
}
.project-details-text .portfolio-qoute .port-qout-text p {
  padding-bottom: 10px
}
.project-details-text .portfolio-qoute .pq-name {
  font-size: 30px;
  font-weight: 700
}
.project-details-text .portfolio-qoute .pq-degi {
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px
}
.project-details-text .portfolio-details-video {
  margin: 60px 0 50px
}
.next-prev-post .next-prev-post-item a span {
  color: #444;
  font-weight: 700
}
.next-prev-post .next-prev-post-item a h3 {
  font-size: 24px;
  font-weight: 700
}
.client-area {
  padding-bottom: 115px
}
.client-area .client-number {
  padding-bottom: 120px
}
.client-area .client-number h3 {
  font-size: 18px;
  font-weight: 600
}
.client-area .client-number h3 strong {
  font-size: 40px;
  color: #444;
  font-weight: 600;
  position: relative
}
.client-area .client-number h3 strong:after {
  left: 0;
  content: '';
  bottom: 4px;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #444
}
.client-area .client-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.client-area .client-item-list li {
  width: 170px;
  height: 170px;
  margin: 0 15px;
  overflow: hidden;
  line-height: 170px;
  text-align: center;
  position: relative;
  background-color: #fff9f9;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.client-area .client-item-list li:nth-child(1) {
  -webkit-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  transform: translateY(-180px)
}
.client-area .client-item-list li:nth-child(2) {
  -webkit-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px)
}
.client-area .client-item-list li:nth-child(5) {
  -webkit-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px)
}
.client-area .client-item-list li:nth-child(6) {
  -webkit-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  transform: translateY(-180px)
}
.client-area .client-item-list li .c-img-1 {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.client-area .client-item-list li .c-hover-bg, .client-area .client-item-list li .c-hover-img {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  left: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.client-area .client-item-list li .c-hover-img {
  z-index: 3;
  left: 0;
  right: 0
}
.client-area .client-item-list li:before {
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-color: rgba(255, 91, 46, .8)
}
.client-area .client-item-list li:hover {
  -webkit-box-shadow: 0 20px 16px 0 rgba(255, 91, 46, .1);
  box-shadow: 0 20px 16px 0 rgba(255, 91, 46, .1)
}
.client-area .client-item-list li:hover .c-img-1 {
  opacity: 0
}
.client-area .client-item-list li:hover .c-hover-bg, .client-area .client-item-list li:hover .c-hover-img {
  opacity: 1;
  visibility: visible
}
.client-area .client-item-list li:hover:before {
  opacity: 1;
  visibility: visible
}
.client-area-3 {
  padding: 45px 0 80px
}
.client-area-3 .client-logo-item {
  padding: 45px;
  border: 2px solid #ffe5df
}
.client-area-3 .client-logo-item .client-logo-img {
  margin: 0 25px;
  display: inline-block
}
.client-area-3 .client-logo-item .client-logo-img .c3-client-hover {
  opacity: 0;
  top: -70px;
  z-index: 2;
  left: -15px;
  width: 170px;
  height: 170px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.client-area-3 .client-logo-item .client-logo-img .c3-client-hover:before {
  left: 0;
  width: 100%;
  content: '';
  opacity: .8;
  height: 100%;
  position: absolute;
  background-color: #f26b35
}
.client-area-3 .client-logo-item .client-logo-img .c3-client-hover .c3-hover-logo {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.client-area-3 .client-logo-item .client-logo-img:hover .c3-client-hover {
  opacity: 1;
  visibility: visible
}
.challenge-section {
  z-index: 1;
  padding: 120px 0;
  background-color: #fff9f9
}
.challenge-section:after, .challenge-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 700px;
  background-size: cover;
  background-repeat: no-repeat
}
.challenge-section:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1
}
.challenge-section .custom_tab_button {
  margin-right: 20px;
  border-radius: 20px;
  background-color: #fff;
  padding: 115px 0 115px 95px;
  -webkit-box-shadow: 0 16px 32px 0 rgba(84, 48, 77, .04);
  box-shadow: 0 16px 32px 0 rgba(84, 48, 77, .04)
}
.challenge-section .custom_tab_button .nav {
  display: inherit
}
.challenge-section .custom_tab_button .nav-tabs {
  border-bottom: none
}
.challenge-section .custom_tab_button li {
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  font-weight: 600;
  margin-bottom: 70px;
  font-family: Nunito
}
.challenge-section .custom_tab_button li:last-child {
  margin-bottom: 0
}
.challenge-section .custom_tab_button li a:before {
  top: -10px;
  content: '';
  height: 60px;
  width: 60px;
  left: -25px;
  z-index: -1;
  opacity: 0;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  background-color: #ffefea;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.challenge-section .custom_tab_button li a.active {
  z-index: 1;
  position: relative
}
.challenge-section .custom_tab_button li a.active:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.challenge-section .tab-content {
  margin: 50px 0 0 15px
}
.challenge-section .tab-content .title-style-one h2 {
  padding: 10px 0 35px
}
.challenge-section .tab-content .challenge-tab-video {
  height: 90px;
  width: 90px;
  top: -45px;
  right: 30px;
  line-height: 90px;
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 32px 0 rgba(255, 91, 46, .1);
  box-shadow: 0 16px 32px 0 rgba(255, 91, 46, .1)
}
.challenge-section .tab-content .challenge-tab-video a {
  width: 100%;
  display: block
}
.challenge-section .tab-content .challenge-tab-video i {
  color: #f26b35
}
.challenge-section .challenge-img-bg {
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute
}
.newslatter-section {
  padding: 110px 0;
  z-index: 1
}
.newslatter-section:before {
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 530px;
  position: absolute;
  background-color: #005d92
}
.newslatter-section .section-title h2 {
  color: #fff
}
.newslatter-form {
  margin-top: 25px
}
.newslatter-form input {
  width: 100%;
  height: 90px;
  padding-left: 50px;
  border-radius: 100px;
  background-color: #fff
}
.newslatter-form form {
  position: relative
}
.newslatter-form button {
  top: 15px;
  right: 15px;
  position: absolute;
  background-color: #444;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-box-shadow: 0 16px 32px 0 rgba(146, 211, 215, .3);
  box-shadow: 0 16px 32px 0 rgba(146, 211, 215, .3)
}
.newslatter-form button:hover {
  color: #fff;
  background-color: #f26b35
}
.newslatter-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-shadow: 0 16px 32px 0 rgba(84, 48, 77, .06);
  box-shadow: 0 16px 32px 0 rgba(84, 48, 77, .06)
}
.newslatter-service .newslatter-service-item {
  width: 50%
}
.newslatter-service .news-service-item1 {
  padding: 90px 0 100px 75px;
  background-color: #444
}
.newslatter-service .news-service-item1 .site-tag {
  color: #fff
}
.newslatter-service .news-service-item1 p {
  color: #fff;
  font-size: 20px
}
.newslatter-service .news-service-item1 .news-cntc-btn {
  margin-top: 50px
}
.newslatter-service .news-service-item1 .news-cntc-btn a {
  z-index: 1;
  overflow: hidden;
  position: relative;
  color: #fff;
  display: block;
  background-color: #005d92
}
.newslatter-service .news-service-item2 {
  z-index: 1;
  background-color: #fff;
  padding: 90px 0 0 0
}
.newslatter-service .news-service-item2 .section-title h2 {
  color: #005d92
}
.newslatter-service .news-service-item2 .news-service-icon {
  margin-top: 15px
}
.newslatter-service .news-service-item2 .news-icon-bg {
  right: 0;
  bottom: 0;
  z-index: -1;
  line-height: 1;
  position: absolute
}
.newslatter-service .news-service-item2 .news-icon-bg i {
  color: #f7f3f6;
  font-size: 240px
}
.newslatter-section-2 {
  top: -260px;
  position: relative;
  padding: 485px 0 115px
}
.newslatter-section-2:before {
  z-index: 1;
  top: -170px;
  content: '';
  width: 105%;
  left: -65px;
  height: 345px;
  position: absolute;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  background-color: #f4f8fc
}
.newslatter-section-2 .background_overlay {
  background-color: rgba(81, 104, 112, .7)
}
.newslatter-section-2 .section-title h2 {
  color: #fff
}
.blog-section {
  padding-bottom: 90px
}
.blog-section .blog-content {
  padding-top: 42px
}
.blog-section .blog-type1 .blog-text {
  top: -65px;
  width: 92%;
  margin: 0 auto;
  padding: 40px 35px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(146, 211, 215, .2);
  box-shadow: 0 8px 16px 0 rgba(146, 211, 215, .2)
}
.blog-section .blog-type2 {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  margin-top: -68px
}
.blog-section .blog-type2 .blog-text {
  top: 50px;
  left: 50px
}
.blog-section .blog-type3, .blog-section .blog-type4 {
  overflow: hidden;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.blog-section .blog-type3 .blog-text, .blog-section .blog-type4 .blog-text {
  padding: 50px 40px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute
}
.blog-section .blog-type3 .blog-text p, .blog-section .blog-type4 .blog-text p {
  border-bottom: none
}
.blog-section .blog-type3 .blog-meta, .blog-section .blog-type4 .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.blog-section .blog-type3 .blog-meta a:after, .blog-section .blog-type4 .blog-meta a:after {
  top: 5px
}
.blog-section .blog-type3:hover .blog-meta, .blog-section .blog-type4:hover .blog-meta {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s
}
.blog-section .blog-type3:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(255, 91, 46, .2);
  box-shadow: 0 8px 16px 0 rgba(255, 91, 46, .2)
}
.blog-section .blog-type4:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(146, 211, 215, .2);
  box-shadow: 0 8px 16px 0 rgba(146, 211, 215, .2)
}
.blog-section .blog-type4:before {
  background-color: #444;
  opacity: .8
}
.blog-content-1 .blog-img-text {
  margin-bottom: 30px
}
.blog-section-2 {
  padding: 120px 0
}
.blog-section-2 .blog-img-text {
  padding: 50px 40px 45px;
  border: 2px solid #faeeee
}
.blog-section-2 .blog-img-text a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}
.blog-section-2 .blog-img-text .blog-img {
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.blog-section-2 .blog-img-text .blog-text {
  z-index: 1;
  position: relative
}
.blog-section-2 .blog-img-text .blog-text h3 {
  margin-top: 18px;
  font-weight: 700
}
.blog-section-2 .blog-img-text .blog-text p {
  border-bottom: 1px solid #faeeee
}
.blog-section-2 .blog-img-text .blog-text .blog-tag a {
  font-size: 14px;
  font-weight: 700;
  padding: 8px 25px;
  border-radius: 50px;
  background-color: #444
}
.blog-section-2 .blog-img-text:after {
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  visibility: visible;
  position: absolute;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background-color: rgba(81, 104, 112, .7)
}
.blog-section-2 .blog-img-text:hover {
  border: 2px solid #fff
}
.blog-section-2 .blog-img-text:hover .blog-img {
  opacity: 1;
  visibility: visible
}
.blog-section-2 .blog-img-text:hover .blog-text .blog-meta, .blog-section-2 .blog-img-text:hover .blog-text .blog-meta i, .blog-section-2 .blog-img-text:hover .blog-text h3, .blog-section-2 .blog-img-text:hover .blog-text p {
  color: #fff;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}
.blog-section-2 .blog-img-text:hover:after {
  opacity: 1;
  visibility: visible
}
.blog_feed_section {
  padding: 145px 0 120px
}
.news_post_item {
  margin-bottom: 40px
}
.news_post_item .post_cat {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 30px;
  border-radius: 20px;
  display: inline-block;
  background-color: #f26b35
}
.news_post_item .video_play_btn {
  margin: 0 auto
}
.news_post_item .news_text_area {
  padding: 50px 40px;
  border: 2px solid #ededed
}
.news_post_item .news_text_area h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.235;
  padding: 28px 0 20px
}
.news_post_item .news_text_area p {
  line-height: 1.625
}
.news_post_item .news_text_area .blog_meta {
  margin-bottom: 15px
}
.news_post_item .news_text_area .blog_meta li {
  font-size: 14px;
  margin-right: 25px
}
.news_post_item .news_text_area .blog_meta li i {
  margin-right: 6px
}
.news_post_item .news_text_area .author_meta {
  width: 100%;
  margin-top: 25px;
  display: inline-block
}
.news_post_item .news_text_area .author_img img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin-right: 10px
}
.news_post_item .news_text_area .author_img span {
  font-weight: 700
}
.news_post_item .news_text_area .news_more {
  margin-top: 5px
}
.news_post_item .news_text_area .news_more a {
  font-size: 14px;
  font-weight: 700;
  color: #f26b35;
  position: relative
}
.news_post_item .news_text_area .news_more a:before {
  content: '\f061';
  font-weight: 900;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  left: -25px;
  top: -2px;
  color: #f26b35
}
.news_qoute {
  z-index: 0
}
.news_qoute:before {
  background-color: #f26b35
}
.news_qoute .news_text_area {
  padding-left: 145px
}
.news_qoute .news_text_area h3 {
  color: #fff
}
.news_qoute .news_text_area:before {
  top: 55px;
  left: 35px;
  color: #fff;
  font-size: 85px;
  font-weight: 900;
  content: '\f10d';
  position: absolute;
  font-family: 'Font Awesome 5 Free'
}
.news_qoute .blog_meta li {
  color: #fff
}
.bg_img_post {
  z-index: 0
}
.bg_img_post:before {
  background-color: #fff;
  opacity: .9
}
.bg_img_post .news_text_area {
  border: none
}
.blog_pagination .pagination {
  margin-top: 60px
}
.site_sidebar {
  margin-left: 20px
}
.site_sidebar .single_widget {
  padding: 35px;
  position: relative;
  margin-bottom: 40px;
  border: 2px solid #ededed
}
.site_sidebar .single_widget .widget_title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0 0 35px 32px;
  font-family: Montserrat
}
.site_sidebar .single_widget .widget_title:after {
  left: 0;
  top: 2px;
  width: 2px;
  content: '';
  height: 20px;
  position: absolute;
  background-color: #f26b35
}
.about_widget .ab_widget_img {
  width: 140px;
  height: 140px;
  margin: 0 auto 28px
}
.about_widget .ab_widget_text h3 {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 15px
}
.about_widget .ab_widget_text p {
  font-size: 14px;
  line-height: 1.857
}
.about_widget .ab_widget_social {
  margin-top: 20px
}
.about_widget .ab_widget_social li {
  font-size: 14px;
  margin: 0 7px;
  color: #b3bed3
}
.about_widget .ab_widget_social li:hover {
  color: #f26b35
}
.search_widget input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 30px;
  background-color: #f6f4ff
}
.search_widget button {
  color: #fff;
  width: 60px;
  height: 60px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f26b35
}
.single_widget .latest-blog-widget .blog-img-content {
  width: 100%
}
.single_widget .latest-blog-widget .blog-img {
  width: 80px;
  float: left;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 20px
}
.single_widget .latest-blog-widget .blog-meta i {
  color: #f26b35
}
.single_widget .latest-blog-widget .blog-text h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  padding-bottom: 5px
}
.single_widget .latest-blog-widget .blog-text span {
  font-size: 14px
}
.wicat_item li {
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  line-height: 50px;
  margin-bottom: 10px;
  border-radius: 30px;
  background-color: #edf5ff
}
.wicat_item li:last-child {
  margin-bottom: 0
}
.wicat_item li a {
  width: 100%;
  display: block;
  padding-left: 30px;
  border-radius: 30px
}
.wicat_item li a:hover {
  color: #fff;
  background-color: #f26b35
}
.wicat_item li a:hover .post_counter {
  background-color: #dc4016
}
.wicat_item li .post_counter {
  right: 0;
  z-index: 1;
  width: 50px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #f26b35
}
.social_widget {
  width: 100%;
  display: inline-block
}
.social_widget li {
  width: 40px;
  color: #343434;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #f2f2f2;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.social_widget li a {
  width: 100%;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}
.social_widget li:hover {
  background-color: #f26b35;
  color: #fff
}
.twitter_update .twitter_icon {
  float: left;
  margin-right: 20px
}
.twitter_update .twitter_icon i {
  color: #f26b35;
  font-size: 14px
}
.twitter_update .tw_feed_text {
  overflow: hidden
}
.twitter_update .tw_feed_text a, .twitter_update .tw_feed_text p, .twitter_update .tw_feed_text span {
  font-size: 12px;
  line-height: 2;
  display: block
}
.twitter_update .tw_feed_text span {
  font-weight: 700;
  text-transform: uppercase
}
.twitter_update .tw_feed_text a {
  margin-bottom: 5px
}
.instagram_feed {
  display: inline-block;
  margin: 0 -7px
}
.instagram_feed li {
  position: relative;
  background-color: #f26b35;
  margin: 7px 5px
}
.instagram_feed li:before {
  left: 0;
  right: 0;
  top: 40%;
  content: "\f061";
  opacity: 0;
  color: #fff;
  position: absolute;
  visibility: hidden;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 900;
  z-index: 1;
  font-family: 'Font Awesome 5 Free';
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.instagram_feed li img {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.instagram_feed li:hover img {
  opacity: .4
}
.instagram_feed li:hover:before {
  top: 50%;
  opacity: 1;
  visibility: visible
}
.popular_tag {
  margin: -5px;
  display: inline-block
}
.popular_tag li a {
  margin: 5px 3px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #f4f4f4;
  padding: 8px 20px 5px 20px
}
.popular_tag li a:hover {
  color: #fff;
  background-color: #f26b35
}
#blod_slide .owl-nav {
  width: 90%;
  margin: 0 auto;
  position: absolute
}
#blod_slide .owl-nav .owl-next, #blod_slide .owl-nav .owl-prev {
  font-size: 30px;
  color: #d4d3d2;
  float: left;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
#blod_slide .owl-nav .owl-next:hover, #blod_slide .owl-nav .owl-prev:hover {
  color: #fff
}
#blod_slide .owl-nav .owl-next {
  float: right
}
.blog_details_area {
  padding: 145px 0 120px
}
.blog_details_area .blog_details_content {
  padding: 45px;
  border: 2px solid #ededed
}
.blog_details_area .single_widget {
  border: 2px solid #ededed
}
.blog_details_area .s_blog_tag {
  color: #fff;
  padding: 5px 25px;
  background-color: #f26b35
}
.blog_details_area .blog-meta a {
  color: #000b22;
  font-size: 14px;
  font-weight: 700;
  margin-right: 25px
}
.blog_details_area .blog-meta a i {
  margin-right: 5px;
  color: #f26b35
}
.blog_details_area .share_tag {
  width: 100%;
  margin-bottom: 45px;
  display: inline-block;
  border-bottom: 1px solid #e1e6ff
}
.blog_details_area .share_tag .share_post li {
  float: right
}
.blog_details_text h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.278;
  padding: 25px 0 18px
}
.blog_details_text .blog-meta {
  margin-bottom: 22px
}
.blog_details_text .blog-meta a {
  color: #343434;
  font-size: 14px
}
.blog_details_text .blog-meta a i {
  margin-right: 8px
}
.blog_details_text article {
  line-height: 1.6;
  padding-bottom: 30px
}
.blog_details_text h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 40px 0 25px
}
.blog_details_text h4 {
  font-size: 30px;
  font-weight: 700;
  padding: 30px 0 35px 0;
  border-top: 1px solid #e1e6ff
}
.blog_details_text .blog_details_list li {
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 8px;
  position: relative
}
.blog_details_text .blog_details_list li:after {
  left: 0;
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  color: #f26b35;
  font-family: 'Font Awesome 5 Free'
}
.blog_details_text blockquote {
  z-index: 1;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  text-align: center;
  font-family: Nunito;
  border-radius: 10px;
  padding: 50px 85px 60px;
  margin: 40px 0;
  color: #fff;
  background-color: #343434
}
.blog_details_text blockquote span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #f26b35;
  font-family: Roboto
}
.blog_details_text blockquote:after {
  top: 0;
  right: 50px;
  z-index: -1;
  color: #3d3d3d;
  content: '\f10e';
  font-weight: 900;
  position: absolute;
  font-size: 200px;
  font-family: 'Font Awesome 5 Free'
}
.blog_details_text .aside_img {
  margin-right: 35px
}
.blog_details_extra_text .share_tag {
  margin-top: 20px;
  padding-bottom: 40px
}
.blog_details_extra_text .share_tag h3 {
  font-weight: 700;
  color: #000b22;
  font-size: 20px;
  padding-bottom: 20px
}
.blog_details_extra_text .share_post li {
  color: #b5becc;
  font-size: 18px;
  margin-left: 25px
}
.blog_details_extra_text .share_post li a {
  color: #b5becc
}
.blog_details_extra_text .share_post li a:hover {
  color: #f26b35
}
.blog_details_extra_text .next_prev_post {
  margin: 0;
  border: none;
  padding: 0 0 35px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #e1e6ff
}
.blog_details_extra_text .next_prev_post a span {
  font-size: 14px;
  font-weight: 700;
  color: #f26b35
}
.blog_details_extra_text .next_prev_post a h3 {
  font-size: 28px
}
.blog_details_extra_text .next_prev_post .bar_point {
  line-height: 85px;
  background-color: transparent
}
.blog_details_extra_text .next_prev_post .bar_point i {
  color: #f26b35;
  font-size: 40px
}
.blog_details_extra_text .related_postview h3 {
  font-weight: 700;
  color: #000b22;
  font-size: 28px;
  padding-bottom: 40px
}
.blog_details_extra_text .related_postview .blog-meta {
  font-size: 14px;
  color: #f26b35
}
.blog_details_extra_text .related_postview .postitem_text {
  padding: 35px 25px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(93, 93, 93, .06);
  box-shadow: 0 8px 16px 0 rgba(93, 93, 93, .06)
}
.blog_details_extra_text .related_postview .postitem_text h3 {
  padding: 5px 0 15px
}
.blog_details_extra_text .related_postview .postitem_text h3 a {
  font-size: 22px
}
.blog_details_extra_text .postby_author {
  padding: 40px;
  margin: 45px 0;
  display: inline-block;
  border: 2px solid #e1e6ff
}
.blog_details_extra_text .postby_author .author_img {
  float: left;
  margin-right: 35px
}
.blog_details_extra_text .postby_author span {
  font-size: 12px;
  font-weight: 700;
  color: #f26b35
}
.blog_details_extra_text .postby_author h3 {
  font-weight: 700;
  font-size: 36px;
  padding-bottom: 10px
}
.blog_details_extra_text .postby_author p {
  line-height: 1.85
}
.comment_element {
  position: relative
}
.blog_comment_box li {
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e6ff
}
.blog_comment_box h3 {
  font-weight: 700;
  font-size: 26px;
  color: #000b22;
  padding-bottom: 35px
}
.blog_comment_box .comment_img {
  width: 100px;
  float: left;
  height: 100px;
  margin-right: 30px
}
.blog_comment_box .comment_img img {
  border-radius: 100%
}
.blog_comment_box .comment_content {
  padding-top: 20px
}
.blog_comment_box .comment_content h4 {
  font-weight: 700;
  font-size: 18px;
  color: #000b22;
  padding-bottom: 8px
}
.blog_comment_box .comment_content span {
  font-size: 12px;
  font-weight: 700;
  color: #f26b35
}
.blog_comment_box .comment_content p {
  overflow: hidden;
  line-height: 1.7;
  margin: 10px 0 25px
}
.blog_comment_box .reply-btn {
  right: 50px;
  top: 20px;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 30px;
  position: absolute;
  border-radius: 50px;
  border: 1px solid #e1e6ff
}
.blog_comment_box .comment_reply {
  margin-left: 120px;
  padding-top: 25px;
  border-top: 1px solid #e1e6ff
}
.comment_formfield {
  padding: 50px;
  background-color: #eaeaea
}
.comment_formfield .quote_form .contact-info {
  position: relative
}
.comment_formfield .quote_form .contact-info .icon-bg {
  top: 20px
}
.comment_formfield .quote_form input, .comment_formfield .quote_form textarea {
  width: 100%;
  border: none;
  height: 60px;
  padding-left: 30px;
  margin-bottom: 20px;
  background-color: #fff
}
.comment_formfield .quote_form textarea {
  height: 150px;
  padding-top: 30px
}
.comment_formfield .quote_form .sub-button button {
  color: #fff;
  border: none;
  padding: 20px 40px;
  background-color: #f26b35
}
.news_img iframe {
  border: none
}
.call-to-action-2 {
  padding-bottom: 120px
}
.call-to-action-2 .call-to-content-2 {
  z-index: 1;
  overflow: hidden;
  background-color: #f4f8fc;
  padding: 110px 0 120px;
  border-radius: 15px
}
.call-to-action-2 .call-to-content-2 .call-to-text {
  margin: 0 auto;
  max-width: 900px
}
.call-to-action-2 .call-to-content-2 .call-to-text .call-btn {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.call-to-action-2 .call-to-content-2 .call-to-text .call-btn a {
  z-index: 1;
  overflow: hidden;
  position: relative
}
.call-to-action-2 .call-to-content-2 .call-icon-bg {
  left: 0;
  top: -20px;
  z-index: -1;
  line-height: 1;
  position: absolute
}
.call-to-action-2 .call-to-content-2 .call-icon-bg i {
  font-size: 200px;
  color: #e5ebf1
}
.call-to-action-2 .call-to-content-2 .icon-bg2 {
  bottom: -20px;
  right: 0;
  top: auto;
  left: auto
}
.platform-section {
  overflow: visible;
  padding: 110px 0 70px;
  margin-bottom: 40px
}
.platform-section .background_overlay {
  background-color: rgba(81, 104, 112, .7)
}
.platform-section .laptop-mockup {
  position: absolute;
  left: -280px;
  bottom: -85px
}
.platform-section .platform-content {
  float: right;
  max-width: 570px
}
.platform-section .platform-content .section-title .sub-text, .platform-section .platform-content .section-title h2 {
  color: #fff
}
.platform-section .platform-content .section-title .sub-text:before, .platform-section .platform-content .section-title h2:before {
  background-color: #444
}
.platform-section .platform-content .section-title h2 {
  padding: 10px 0 28px
}
.platform-section .platform-content .platform-progress {
  padding: 55px 0 0 35px
}
.platform-section .platform-content .platform-progress-item {
  width: 100%;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.platform-section .platform-content .platform-progress-item .platform-progress-text {
  padding-top: 5px;
  max-width: 295px
}
.platform-section .platform-content .platform-progress-item .platform-progress-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 22px
}
.platform-section .platform-content .platform-progress-item .platform-progress-text p {
  color: #fff;
  line-height: 1.625
}
.platform-section .platform-content .progress_area {
  line-height: 1;
  margin-right: 45px
}
.platform-section .platform-content .progress_area strong {
  left: 0;
  right: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 130px;
  position: absolute;
  text-align: center
}
.platform-section .platform-content .progress_area strong span {
  font-size: 16px;
  font-weight: 500
}
.team-section-one {
  padding: 110px 0;
  background-color: #f4f8fc
}
.team-member-1 {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 75px 0 0
}
.team-member-1:before {
  bottom: 0;
  content: '';
  width: 124%;
  z-index: -1;
  left: -140px;
  height: 280px;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 -16px 32px 0 rgba(150, 172, 194, .2);
  box-shadow: 0 -16px 32px 0 rgba(150, 172, 194, .2)
}
.our-project .team-member-1:before {
  content: none
}
.team-member-1 .circle-shape {
  position: absolute;
  z-index: -2
}
.team-member-1 .circle-shape2 {
  right: -185px;
  bottom: -50px
}
.team-member-1 .circle-shape1 {
  left: -200px;
  bottom: 225px
}
.team-member-1 .team-member-imgtext {
  width: 234px;
  margin: 0 auto;
  float: none
}
.team-member-1 .team-member-imgtext .team-img {
  position: relative;
  overflow: hidden
}
.team-member-1 .team-member-imgtext .team-img:after {
  top: 0;
  width: 100%;
  left: 0;
  content: '';
  height: 0%;
  visibility: hidden;
  position: absolute;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  background-color: rgba(255, 91, 46, .85)
}
.team-member-1 .team-member-imgtext .team-img img {
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out
}
.team-member-1 .team-member-imgtext .team-text {
  position: relative;
  padding: 35px 0 110px 20px
}
.team-member-1 .team-member-imgtext .team-text:after {
  bottom: 0;
  height: 4px;
  width: 0%;
  left: auto;
  right: 0;
  content: '';
  position: absolute;
  background-color: #f26b35;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.team-member-1 .team-member-imgtext .team-text .t-degi {
  font-size: 14px;
  font-weight: 700;
  color: #444
}
.team-member-1 .team-member-imgtext .team-text h3 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding: 8px 0 20px
}
.team-member-1 .team-member-imgtext .team-text h3:before {
  top: 12px;
  left: -20px;
  width: 2px;
  content: '';
  height: 10px;
  position: absolute;
  background-color: #f26b35
}
.team-member-1 .team-member-imgtext .team-text li {
  color: #ccd7e3;
  margin-right: 16px
}
.team-member-1 .team-member-imgtext .team-text li:hover {
  color: #f26b35
}
.team-member-1 .team-member-imgtext:hover .team-text:after {
  left: 0;
  width: 100%;
  right: auto
}
.team-member-1 .team-member-imgtext:hover .team-img:after {
  height: 100%;
  visibility: visible
}
.team-member-1 .team-member-imgtext:hover .team-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.member-section-3 {
  padding: 100px 0
}
.member-section-3.team-page-member-section {
  padding-bottom: 70px
}
.member-section-3 .team-member-3 {
  padding: 80px 25px 0 25px
}
.member-section-3 .team-member-3 .team-img-text .team-text {
  z-index: 1;
  top: -50px;
  padding: 40px;
  margin: 0 auto;
  max-width: 370px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(84, 48, 77, .04);
  box-shadow: 0 8px 16px 0 rgba(84, 48, 77, .04)
}
.member-section-3 .team-member-3 .team-img-text .team-text:before {
  left: 0;
  top: 48%;
  width: 2px;
  content: '';
  height: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f26b35;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out
}
.member-section-3 .team-member-3 .team-img-text .team-text .t-degi {
  font-size: 14px;
  font-weight: 700;
  color: #444
}
.member-section-3 .team-member-3 .team-img-text .team-text h3 {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 10px
}
.member-section-3 .team-member-3 .team-img-text .team-text ul li {
  margin-right: 15px
}
.member-section-3 .team-member-3 .team-img-text .team-text ul li a {
  color: #ccd7e3
}
.member-section-3 .team-member-3 .team-img-text .team-text ul li a:hover {
  color: #f26b35
}
.member-section-3 .team-member-3 .team-img-text .team-icon {
  top: -30px;
  width: 60px;
  right: 40px;
  height: 60px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  -webkit-box-shadow: 0 8px 16px 0 rgba(84, 48, 77, .08);
  box-shadow: 0 8px 16px 0 rgba(84, 48, 77, .08)
}
.member-section-3 .team-member-3 .team-img-text .team-icon i {
  font-size: 35px;
  color: #f26b35;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.member-section-3 .team-member-3 .team-img-text .team-img {
  overflow: hidden;
  position: relative
}
.member-section-3 .team-member-3 .team-img-text .team-img img {
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out
}
.member-section-3 .team-member-3 .team-img-text .team-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  content: '';
  height: 100%;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 37, 65, 0)), color-stop(75%, rgba(21, 37, 65, .8)));
  background: -webkit-linear-gradient(top, rgba(21, 37, 65, 0) 0, rgba(21, 37, 65, .8) 75%);
  background: -o-linear-gradient(top, rgba(21, 37, 65, 0) 0, rgba(21, 37, 65, .8) 75%);
  background: linear-gradient(to bottom, rgba(21, 37, 65, 0) 0, rgba(21, 37, 65, .8) 75%)
}
.member-section-3 .team-member-3 .team-img-text:hover .team-img:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.member-section-3 .team-member-3 .team-img-text:hover .team-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}
.member-section-3 .team-member-3 .team-img-text:hover .team-icon {
  background-color: #f26b35
}
.member-section-3 .team-member-3 .team-img-text:hover .team-icon i {
  color: #fff
}
.member-section-3 .team-member-3 .team-img-text:hover .team-text:before {
  top: 0;
  height: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.member-section-3.team-page-member-section .team-member-3 {
  padding: 0
}
.member-section-3.team-page-member-section .team-member-3 .team-img-text .team-text h3 {
  font-size: 30px;
  font-weight: 700
}
.team-details-section {
  padding: 120px 0
}
.team-details-content {
  padding: 50px;
  position: relative;
  -webkit-box-shadow: 0 8px 16px 0 rgba(82, 122, 187, .1);
  box-shadow: 0 8px 16px 0 rgba(82, 122, 187, .1)
}
.team-details-content .background_overlay {
  background-color: #fff;
  z-index: -1
}
.team-details-content:after, .team-details-content:before {
  content: '';
  right: -50px;
  bottom: -50px;
  width: 100px;
  z-index: -2;
  height: 100px;
  position: absolute;
  border-radius: 100%;
  background-color: #444
}
.team-details-content:before {
  top: -50px;
  left: -50px;
  right: auto;
  bottom: auto;
  background-color: #f26b35
}
.team-details-content .team-single-text .section-title .site-tag {
  font-size: 18px;
  color: #f26b35
}
.team-details-content .team-single-text .section-title h2 {
  font-size: 40px;
  padding-bottom: 25px
}
.team-details-content .team-single-text .team-details-info {
  margin-top: 30px
}
.team-details-content .team-single-text .team-details-info .team-details-btn {
  font-family: Montserrat;
  background-color: #444;
  -webkit-box-shadow: 0 8px 16px 0 rgba(76, 152, 158, .3);
  box-shadow: 0 8px 16px 0 rgba(76, 152, 158, .3)
}
.team-details-content .team-single-text .team-details-info-item {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block
}
.team-details-content .team-single-text .team-details-info-item .team-details-info-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #f26b35;
  margin-right: 30px;
  border-radius: 100%;
  background-color: #ffdad0
}
.team-details-content .team-single-text .team-details-info-item .team-details-info-text {
  padding-top: 8px
}
.team-details-content .team-single-text .team-details-info-item .team-details-info-text span {
  font-size: 18px;
  font-weight: 500
}
.team-details-page-get-touch {
  margin-bottom: 80px
}
.testimonial-section {
  margin-bottom: -260px
}
.testimonial-section .testimonial-area-content {
  background-color: #f4f8fc
}
.testimonial-section .testimonial-content {
  position: relative;
  z-index: 2
}
.testimonial-section .testimonial-content .testimonial-text .section-title .sub-text {
  font-weight: 500;
  padding-bottom: 25px
}
.testimonial-section .testimonial-content .testimonial-text .testi-text {
  max-width: 540px
}
.testimonial-item-list {
  padding-top: 30px
}
.testimonial-slide-section {
  padding-left: 40px
}
.testimonial-slide-section .owl-stage-outer {
  padding: 0 10px;
  margin: 0 -10px
}
.testimonial-slide-section .owl-dots {
  position: absolute;
  bottom: 320px;
  left: -605px
}
.testimonial-slide-section .owl-dots .owl-dot {
  background-color: #d0dae4
}
.testimonial-slide-item .testimonial-img-text {
  margin-bottom: 40px
}
.testimonial-slide-item .testimonial-img-text .testi-img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 100%
}
.testimonial-slide-item .testimonial-img-text .testi-text {
  z-index: 1;
  padding: 30px;
  overflow: hidden;
  position: relative;
  background-color: #fff
}
.testimonial-slide-item .testimonial-img-text .testi-text:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .85;
  position: absolute
}
.testimonial-slide-item .testimonial-img-text .testi-text .testi-name {
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px
}
.testimonial-slide-item .testimonial-img-text .testi-text .test-degi {
  color: #fff;
  font-size: 14px;
  font-weight: 700
}
.testimonial-slide-item .testimonial-img-text .testi-text p {
  line-height: 1.875;
  margin-bottom: 12px
}
.testimonial-slide-item:nth-child(1) .testimonial-img-text .testi-text {
  -webkit-box-shadow: 0 8px 16px 0 rgba(150, 172, 194, .06);
  box-shadow: 0 8px 16px 0 rgba(150, 172, 194, .06)
}
.testimonial-slide-item:nth-child(1) .testimonial-img-text .test-degi {
  color: #444
}
.testimonial-slide-item:nth-child(2) .testimonial-img-text .testi-text {
  -webkit-box-shadow: 0 8px 16px 0 rgba(255, 91, 47, .2);
  box-shadow: 0 8px 16px 0 rgba(255, 91, 47, .2)
}
.testimonial-slide-item:nth-child(2) .testimonial-img-text .testi-text:after {
  background-color: #f26b35
}
.testimonial-slide-item:nth-child(2) .testimonial-img-text .testi-text p {
  color: #fff
}
.testimonial-slide-item:nth-child(2) .testimonial-img-text .testi-text h4 {
  color: #fff
}
.testimonial-slide-item:nth-child(2) .testimonial-img-text .testi-img {
  float: right;
  margin-right: 0;
  margin-left: 20px
}
.testimonial-slide-item:nth-child(3) .testimonial-img-text .testi-text {
  -webkit-box-shadow: 0 8px 16px 0 rgba(146, 211, 215, .06);
  box-shadow: 0 8px 16px 0 rgba(146, 211, 215, .06)
}
.testimonial-slide-item:nth-child(3) .testimonial-img-text .testi-text:after {
  background-color: #444
}
.testimonial-slide-item:nth-child(3) .testimonial-img-text .testi-text p {
  color: #fff
}
.testimonial-slide-item:nth-child(3) .testimonial-img-text .testi-text h4 {
  color: #fff
}
.testimonial-slide-item:last-child .testimonial-img-text {
  margin-bottom: 0
}
.testimonial-section-3 {
  padding: 110px 0 375px
}
.testimonial-section-3 .testimonial-text .section-title .site-tag {
  font-size: 18px
}
.testimonial-section-3 .testimonial-text .section-title h2 {
  font-weight: 400
}
.testimonial-section-3 .testimonial-text .sub-text {
  font-weight: 400 !important
}
.testimonial-section-3 .testimonial-slide-section .owl-dots {
  bottom: 230px
}
.testimonial-section-3 .testimonial-area-content {
  background-color: #fff
}
.testimonial-section-3 .testimonial-slide-item .testimonial-img-text .testi-text .testi-name {
  font-weight: 400
}
.testimonial-section-3 .testimonial-slide-item .testimonial-img-text .testi-text .test-degi {
  position: relative;
  top: 5px
}
.slider-style-one .slider-home-one {
  max-width: 1050px;
  padding: 385px 0 410px 250px
}
.slider-style-one .slider-home-one .owl-nav {
  display: none
}
.slider-style-one .slider-home-one .slider-text-content .slide-tag {
  opacity: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px)
}
.slider-style-one .slider-home-one .slider-text-content h1 {
  opacity: 0;
  color: #fff;
  line-height: 1;
  font-size: 140px;
  font-weight: 600;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px)
}
.slider-style-one .slider-home-one .slider-text-content h1 span {
  font-size: 140px;
  font-weight: 100;
  color: #f26b35
}
.slider-style-one .slider-home-one .slider-text-content p {
  opacity: 0;
  color: #fff;
  font-size: 20px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px)
}
.slider-style-one .slider-home-one .slider-text-content .slider-btn {
  opacity: 0;
  margin-top: 38px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px)
}
.slider-style-one .slider-home-one .slider-text-content .slider-btn .s-more-btn {
  z-index: 1;
  color: #fff;
  float: left;
  font-weight: 700;
  margin-top: 18px;
  padding-left: 20px;
  position: relative;
  margin-right: 40px;
  font-family: Nunito
}
.slider-style-one .slider-home-one .slider-text-content .slider-btn .s-more-btn:before {
  top: -20px;
  left: 0;
  background-color: #f26b35
}
.slider-style-one .slider-home-one .slider-text-content .slider-btn .s-video-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  background-color: #444
}
.slider-style-one .slider-home-one .slider-text-content .slider-btn .s-video-btn i {
  color: #fff
}
.banner-mockup {
  bottom: 0;
  right: 90px;
  position: absolute
}
.slider-style-two .slider-content-item .background_overlay {
  background-color: #516870;
  opacity: .5
}
.slider-style-two .slider-content-box {
  padding: 345px 0 330px;
  position: relative;
  z-index: 1
}
.slider-style-two .slider-content-box span {
  font-size: 40px;
  color: #fff;
  font-weight: 100;
  font-family: Nunito;
  font-weight: 500
}
.slider-style-two .slider-content-box h1, .slider-style-two .slider-content-box span.btext {
  color: #f26b35;
  line-height: 1;
  font-family: Nunito;
  font-size: 65px;
  padding-bottom: 10px;
  font-weight: 700
}
.slider-style-two .slider-content-box h1 span {
  font-size: 65px;
  font-weight: 100;
  font-family: Nunito
}
.slider-style-two .slider-content-box p {
  color: #fff;
  font-size: 20px;
  padding-bottom: 50px
}
.slider-style-two .slider-content-box .slider-btn {
  margin-left: 38px
}
.slider-style-two .slider-content-box .slider-btn a {
  color: #fff;
  font-weight: 700;
  position: relative;
  font-family: Montserrat
}
.slider-style-two .slider-content-box .slider-btn a:before {
  top: -20px;
  left: -35px;
  content: '';
  z-index: -1;
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 100%;
  background-color: #005d92
}
.slider-style-three .slider-three-area {
  z-index: 1;
  position: relative
}
.slider-style-three .slider-three-area .background-overlay {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, .6)
}
.slider-style-three .owl-nav .owl-next, .slider-style-three .owl-nav .owl-prev {
  top: 50%;
  width: 60px;
  opacity: 0;
  color: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 7px;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f26b35;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.slider-style-three .owl-nav .owl-next {
  right: 100px
}
.slider-style-three .owl-nav .owl-prev {
  left: 100px
}
.slider-style-three .slider-home-three:hover .owl-next, .slider-style-three .slider-home-three:hover .owl-prev {
  opacity: 1
}
.slider-style-three .slider-home-three:hover .owl-next {
  right: 150px
}
.slider-style-three .slider-home-three:hover .owl-prev {
  left: 150px
}
.slider-style-three .slider-content-box {
  max-width: 700px;
  padding: 265px 0 285px
}
.slider-style-three .slider-content-box .slide-tag {
  opacity: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px)
}
.slider-style-three .slider-content-box h1 {
  opacity: 0;
  color: #fff;
  font-size: 120px;
  padding: 5px 0;
  line-height: 1.083;
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px)
}
.slider-style-three .slider-content-box h1 span {
  font-size: 120px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffff
}
.slider-style-three .slider-content-box p {
  color: #fff;
  opacity: 0;
  font-size: 20px;
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px)
}
.slider-style-three .slider-content-box .slider-btn {
  opacity: 0;
  padding: 40px 0 0 30px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px)
}
.slider-style-three .slider-content-box .slider-btn .s-more-btn {
  z-index: 1;
  color: #fff;
  float: left;
  font-weight: 700;
  position: relative;
  margin: 15px 45px 0 0
}
.slider-style-three .slider-content-box .slider-btn .s-more-btn:before {
  top: -20px;
  left: -30px;
  background-color: #f26b35
}
.slider-style-three .slider-content-box .slider-btn .s-cta-btn {
  color: #fff;
  font-weight: 700
}
.slider-style-three .slider-content-box .slider-btn .s-cta-btn i {
  width: 60px;
  color: #fff;
  height: 60px;
  text-align: center;
  margin-right: 12px;
  line-height: 60px;
  border-radius: 100%;
  background-color: #444
}
#slider-id .owl-item.active .slider-content-box .slide-tag {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s
}
#slider-id .owl-item.active .slider-content-box h1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s
}
#slider-id .owl-item.active .slider-content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s
}
#slider-id .owl-item.active .slider-content-box .slider-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease;
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s
}
.it-experience-section {
  background-color: #f4f8fc;
  padding-bottom: 110px
}
.it-experience-section .section-title {
  z-index: 1;
  margin: 0 auto;
  max-width: 710px;
  position: relative;
  padding-bottom: 75px
}
.it-experience-section .section-title h2 {
  font-size: 100px
}
.it-experience-section .section-title .title-bg {
  right: 0;
  z-index: -1;
  left: -185px;
  bottom: -50px;
  line-height: 1;
  font-size: 300px;
  position: absolute;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e0e7ee;
  -webkit-text-fill-color: transparent
}
.it-experience-section .experience-mockup {
  z-index: 1
}
.it-experience-section .experience-mockup-img a {
  left: 0;
  right: 0;
  top: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.it-experience-section .mockup-feature span {
  position: absolute
}
.it-experience-section .mockup-feature span:nth-child(1) {
  top: -65px;
  right: 90px
}
.it-experience-section .mockup-feature span:nth-child(2) {
  top: 33%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.it-experience-section .mockup-feature span:nth-child(3) {
  bottom: 80px;
  right: 100px
}
.it-experience-section .mockup-feature span:nth-child(4) {
  top: 60px;
  left: 70px
}
.it-experience-section .mockup-feature span:nth-child(5) {
  top: 42%;
  left: 110px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.it-experience-section .mockup-feature span:nth-child(6) {
  bottom: 0;
  left: 80px
}
.pricing-plan-section {
  padding: 115px 0 95px;
  background-color: #f4f8fc
}
.pricing-plan-section .title-text {
  max-width: 540px
}
.pricing-plan-section .pricing-plan-content {
  padding-top: 100px;
  margin: 0 15px
}
.pricing-plan-section .pricing-plan-content .pricing-item-list {
  padding: 60px 50px 70px;
  background-color: #fff
}
.pricing-plan-section .pricing-plan-content .pricing-item-list .pricing-icon {
  margin-bottom: 25px
}
.pricing-plan-section .pricing-plan-content .pricing-item-list .pricing-price-tag .pricing-cat {
  color: #444;
  font-size: 18px;
  font-weight: 700
}
.pricing-plan-section .pricing-plan-content .pricing-item-list .pricing-price-tag .price-amount {
  line-height: 1;
  font-size: 100px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0
}
.pricing-plan-section .pricing-plan-content .pricing-item-list .pricing-price-tag .price-amount span {
  font-size: 16px
}
.pricing-plan-section .pricing-plan-content .pricing-item-list .pricing-price-tag .pricing-period {
  font-size: 14px;
  font-weight: 500
}
.pricing-plan-section .pricing-plan-content .pricing-item-list .pricing-facility {
  margin-top: 35px
}
.pricing-plan-section .pricing-plan-content .pricing-item-list .pricing-facility li {
  font-size: 18px;
  position: relative;
  margin-bottom: 10px
}
.pricing-plan-section .pricing-plan-content .pricing-item-list .pricing-facility li i {
  top: 6px;
  right: 0;
  color: #444;
  font-size: 14px;
  position: absolute
}
.pricing-plan-section .pricing-plan-content .pricing-item-list .pricing-btn {
  margin-top: 55px
}
.pricing-plan-section .pricing-plan-content .pricing-item-list .pricing-btn a {
  z-index: 1;
  font-weight: 700;
  position: relative
}
.pricing-plan-section .pricing-plan-content .pricing-item-list .pricing-btn a:before {
  top: -20px;
  left: -20px;
  background-color: #dff5f6
}
.pricing-plan-section .pricing-plan-content .popular-package {
  z-index: 1;
  top: -25px;
  position: relative;
  padding: 85px 50px 70px;
  border-top: 5px solid #f26b35;
  -webkit-box-shadow: 0 8px 16px 0 rgba(84, 48, 77, .08);
  box-shadow: 0 8px 16px 0 rgba(84, 48, 77, .08)
}
.pricing-plan-section .pricing-plan-content .popular-package .pricing-cat {
  color: #f26b35 !important
}
.pricing-plan-section .pricing-plan-content .popular-package .pricing-btn {
  margin-top: 70px
}
.pricing-plan-section .pricing-plan-content .popular-package .pricing-btn a:before {
  background-color: #ffede8 !important
}
.get-touch-section {
  overflow: visible
}
.get-touch-section .get-touch-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.get-touch-section .get-touch-content .get-touch-part {
  width: 50%;
  padding: 55px
}
.get-touch-section .get-touch-content .get-touch-part span {
  color: #fff;
  font-size: 18px;
  font-weight: 500
}
.get-touch-section .get-touch-content .get-touch-part h2 {
  z-index: 2;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  position: relative
}
.get-touch-section .get-touch-content .get-touch-one {
  background-color: #f26b35
}
.get-touch-section .get-touch-content .get-touch-two {
  background-color: #005d92
}
.get-touch-section .get-touch-content .get-touch-icon1, .get-touch-section .get-touch-content .get-touch-icon2 {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.get-touch-section .get-touch-content .get-touch-sideimg {
  top: -248px;
  left: -160px;
  position: absolute
}
.get-touch-section.team-page-get-touch .get-touch-content {
  z-index: 1
}
.get-touch-section.team-page-get-touch .icon-bg2 {
  right: 0;
  top: auto;
  z-index: 0;
  left: auto;
  bottom: 0
}
.get-touch-section.team-page-get-touch .icon-bg2 i {
  line-height: 1;
  color: #5e3c57;
  font-size: 180px
}
.get-touch-section.team-page-get-touch .get-touch-content .get-touch-part h2 {
  font-size: 36px;
  font-weight: 700;
  padding-top: 20px
}
.breadcurmb-section .background_overlay {
  background-color: rgba(0, 0, 0, .2)
}
.breadcurmb-content {
  padding: 220px 0 145px 0;
  position: relative;
  z-index: 1
}
.breadcurmb-content h2, .breadcurmb-content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 20px;
  font-family: Nunito
}
.breadcurmb-content .breadcrumb {
  padding-left: 30px;
  background-color: transparent
}
.breadcurmb-content .breadcrumb li {
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-right: 25px
}
.breadcurmb-content .breadcrumb li:first-child:before {
  top: -15px;
  left: -30px;
  background-color: #005d92
}
.breadcurmb-content .breadcrumb-item + .breadcrumb-item::before {
  top: 5px;
  width: 2px;
  padding: 0;
  content: '';
  height: 15px;
  left: -12px;
  position: absolute;
  background-color: #fff
}
.case-quota-section {
  padding: 115px 0 50px
}
.case-quota-section:before {
  top: 0;
  content: '';
  position: absolute;
  height: 505px;
  width: 100%;
  background-color: #005d92
}
.case-quota-section .qouta-text .case-quota-content {
  color: #fff;
  font-size: 18px;
  margin-top: 35px;
  text-align: right;
  line-height: 1.667;
  position: relative
}
.case-quota-section .qouta-text .case-quota-content:after {
  top: 0;
  width: 1px;
  content: '';
  right: -25px;
  height: 100%;
  position: absolute;
  background-color: #f26b35
}
.case-quota-section .qouta-title {
  padding-left: 35px
}
.case-quota-section .qouta-title .section-title .site-tag {
  font-size: 18px
}
.case-quota-section .qouta-title .section-title h2 {
  color: #fff
}
.case-quota-section .qouta-box-item {
  padding-top: 80px
}
.case-quota-section .qouta-box-item .qouta-box-text {
  top: -35px;
  padding: 20px;
  max-width: 90%;
  margin: 0 auto;
  background-color: #005d92
}
.case-quota-section .qouta-box-item .qouta-box-text:before {
  left: 0;
  top: 0;
  content: '';
  width: 4px;
  height: 0%;
  position: absolute;
  background-color: #f26b35;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.case-quota-section .qouta-box-item .qouta-box-text span {
  color: #444;
  font-size: 14px;
  font-weight: 700
}
.case-quota-section .qouta-box-item .qouta-box-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700
}
.case-quota-section .qouta-box-item .qouta-box-text .quota-box-icon {
  top: -25px;
  right: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.case-quota-section .qouta-box-item .qouta-box-text .quota-box-icon i {
  color: #f26b35;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.case-quota-section .qouta-box-content:hover .qouta-box-text:before {
  height: 100%
}
.case-quota-section .qouta-box-content:hover .qouta-box-text .quota-box-icon {
  background-color: #f26b35
}
.case-quota-section .qouta-box-content:hover .qouta-box-text .quota-box-icon i {
  color: #fff
}
.case-filtering-section {
  padding-bottom: 118px
}
.case-filtering-section .grid-item-width {
  width: 25%
}
.case-filtering-section .grid-item-big {
  width: 50%
}
.case-filtering-section .grid-sizer {
  width: 25%
}
.case-filtering-section .grid-item {
  padding: 15px
}
.case-filtering-section .grid-item, .case-filtering-section .grid-sizer {
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block
}
.case-filtering-section .case-img-text .case-img {
  position: relative
}
.case-filtering-section .case-img-text .case-img img {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.case-filtering-section .case-img-text .case-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-color: #516870
}
.case-filtering-section .case-img-text .case-popup {
  right: 50px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  opacity: 0;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  visibility: hidden;
  background-color: #fff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.case-filtering-section .case-img-text .case-popup a {
  width: 100%;
  display: block
}
.case-filtering-section .case-img-text:hover .case-img:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: .8
}
.case-filtering-section .case-img-text:hover .case-img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}
.case-filtering-section .case-img-text:hover .case-popup {
  opacity: 1;
  right: 30px;
  visibility: visible
}
.portfolio-filter-btn {
  padding-bottom: 30px
}
.portfolio-filter-btn button {
  border: none;
  font-weight: 700;
  padding: 26px 30px 18px 30px;
  background-color: transparent
}
.portfolio-filter-btn .is-checked {
  color: #f26b35;
  border-radius: 60px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(84, 48, 77, .1);
  box-shadow: 0 8px 16px 0 rgba(84, 48, 77, .1)
}
.contact-content-section {
  padding: 140px 0 115px;
  background-color: #f4f8fc
}
.contact-content-section .contact-content-inner-box {
  background-color: #fff;
  padding: 80px 40px 60px
}
.contact-content-section .contact-content-inner-box .contact-tag {
  top: -25px;
  left: 0;
  right: 0;
  width: 175px;
  height: 50px;
  left: 0;
  right: 0;
  line-height: 50px;
  margin: 0 auto;
  background-color: #fff;
  font-weight: 700;
  position: absolute;
  color: #f26b35;
  border-radius: 30px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(255, 91, 46, .1);
  box-shadow: 0 8px 16px 0 rgba(255, 91, 46, .1)
}
.contact-content-section .contact-content-inner-box .contact-content-text h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  font-family: Nunito
}
.contact-content-section .contact-content-inner-box .contact-content-text p {
  font-size: 18px;
  padding-bottom: 10px
}
.contact-form-field-section {
  z-index: 1;
  overflow: visible;
  padding: 105px 0;
  position: relative
}
.contact-form-field-section .contact-form-img {
  z-index: -1;
  position: absolute
}
.contact-form-field-section .contact-form-img.img-no-1 {
  left: 0;
  top: 40px
}
.contact-form-field-section .contact-form-img.img-no-2 {
  left: 200px;
  bottom: 50px
}
.contact-form-field-section .contact-form-img.img-no-3 {
  top: -75px;
  right: 85px
}
.contact-form-field-section .contact-form-img.img-no-4 {
  top: 200px;
  right: 100px
}
.contact-form-field-section .contact-form-img.img-no-5 {
  right: 20px;
  bottom: 30px
}
.contact-form-field-section .section-title {
  padding-bottom: 65px
}
.contact-form-area-field {
  padding: 80px;
  border-radius: 20px;
  background-color: #005d92
}
.contact-form-area-field .contact-info input, .contact-form-area-field .contact-info textarea {
  width: 100%;
  border: none;
  height: 60px;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
  background-color: transparent
}
.contact-form-area-field .contact-info input::-webkit-input-placeholder, .contact-form-area-field .contact-info textarea::-webkit-input-placeholder {
  color: #75546f
}
.contact-form-area-field .contact-info input:-ms-input-placeholder, .contact-form-area-field .contact-info textarea:-ms-input-placeholder {
  color: #75546f
}
.contact-form-area-field .contact-info input::-ms-input-placeholder, .contact-form-area-field .contact-info textarea::-ms-input-placeholder {
  color: #75546f
}
.contact-form-area-field .contact-info input::placeholder, .contact-form-area-field .contact-info textarea::placeholder {
  color: #75546f
}
.contact-form-area-field .sub-button button {
  border: none;
  height: 60px;
  width: 225px;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  border-radius: 40px;
  background-color: #f26b35
}
.google-map-area {
  z-index: 1;
  position: relative
}
.google-map-area:before {
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
  width: 100%;
  height: 80%;
  position: absolute;
  background-color: #f4f8fc
}
.csr-sec {
  background-color: #f4f8fc
}
.faq-content-section {
  padding: 0 0 100px;
  background-color: #f4f8fc
}
.faq-content-section .faq-content-inner-box {
  padding: 50px
}
.faq-content-section .faq-content-inner-box .faq-content-icon {
  line-height: 1;
  margin-bottom: 35px
}
.faq-content-section .faq-content-inner-box .faq-content-icon i {
  font-size: 70px;
  color: #f26b35
}
.faq-content-section .faq-content-inner-box .faq-content-serial {
  top: -20px;
  right: 0;
  line-height: 1;
  font-size: 160px;
  font-weight: 700;
  position: absolute
}
.faq-content-section .faq-content-inner-box .faq-content-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 18px
}
.faq-content-section .faq-content-inner-box .faq-content-text p {
  color: #fff;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
  text-align: justify
}
.faq-content-section .faq-content-inner-box .faq-content-text p:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  background-color: #f26b35
}
.faq-content-section .faq-content-inner-box .faq-content-text a {
  color: #444;
  font-size: 14px;
  font-weight: 700
}
.faq-content-section .faq-content-field .col-lg-4:nth-child(1) .faq-content-inner-box {
  background-color: #005d92
}
.faq-content-section .faq-content-field .col-lg-4:nth-child(1) .faq-content-inner-box .faq-content-serial {
  color: #1977ad
}
.faq-content-section .faq-content-field .col-lg-4:nth-child(1) .faq-content-inner-box .faq-content-text a {
  color: #fff
}
.faq-content-section .faq-content-field .col-lg-4:nth-child(2) .faq-content-inner-box {
  background-color: #444
}
.faq-content-section .faq-content-field .col-lg-4:nth-child(2) .faq-content-inner-box .faq-content-icon i {
  color: #fff
}
.faq-content-section .faq-content-field .col-lg-4:nth-child(2) .faq-content-inner-box .faq-content-serial {
  color: #5a5a5a
}
.faq-content-section .faq-content-field .col-lg-4:nth-child(2) .faq-content-inner-box .faq-content-text a {
  color: #fff
}
.faq-content-section .faq-content-field .col-lg-4:nth-child(2) .faq-content-inner-box .faq-content-text p:before {
  background-color: #005d92
}
.faq-content-section .faq-content-field .col-lg-4:nth-child(3) .faq-content-inner-box {
  background-color: #f26b35
}
.faq-content-section .faq-content-field .col-lg-4:nth-child(3) .faq-content-inner-box .faq-content-serial {
  color: #ff7752e0
}
.faq-content-section .faq-content-field .col-lg-4:nth-child(3) .faq-content-inner-box .faq-content-icon i {
  color: #005d92
}
.faq-content-section .faq-content-field .col-lg-4:nth-child(3) .faq-content-inner-box .faq-content-text p:before {
  background-color: #fff
}
.faq-content-section .faq-content-field .col-lg-4:nth-child(3) .faq-content-inner-box .faq-content-text a {
  color: #fff
}
.faw-ques-ans-section {
  padding-bottom: 100px
}
.faw-ques-ans-section .section-title {
  max-width: 650px;
  padding-bottom: 45px
}
.faw-ques-ans-section .faq-header h3 {
  margin-bottom: 0
}
.faw-ques-ans-section .faq_title {
  color: #fff;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  padding: 25px 30px;
  position: relative;
  background-color: #005d92
}
.faw-ques-ans-section .faq_title:after {
  top: 28px;
  right: 30px;
  font-size: 14px;
  content: '\f068';
  position: absolute;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free'
}
.faw-ques-ans-section .faq_title.collapsed:after {
  content: '\f067'
}
.faw-ques-ans-section .faq_area {
  margin-bottom: 20px
}
.faw-ques-ans-section .faq_area .faq-body {
  background-color: #005d92;
  color: #fff;
  padding: 0 40px 30px 30px
}
.faw-ques-ans-section .faq_area.faq_area.active, .faw-ques-ans-section .faq_area.faq_area1.active {
  position: relative
}
.faw-ques-ans-section .faq_area.faq_area.active:before, .faw-ques-ans-section .faq_area.faq_area1.active:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 3px;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #f26b35
}
.footer-social {
  padding: 40px 0;
  background-color: #44243e
}
.footer-social .footer-social-content {
  width: 100%
}
.footer-social .footer-social-content .footer-social-icon li a {
  width: 60px;
  color: #fff;
  height: 60px;
  display: block;
  margin: 0 5px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  background-color: #005d92
}
.footer-social .footer-social-content .footer-social-icon li a:hover {
  color: #fff;
  background-color: #444
}
.footer-area-one {
  z-index: 1;
  overflow: hidden;
  background-color: #005d92
}
.footer-area-one:after, .footer-area-one:before {
  z-index: -1;
  left: 0;
  top: 100px;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/manjula-pooja-shroff-f-shape1.png)
}
.footer-area-one:before {
  top: 150px;
  background-image: url(../images/manjula-pooja-shroff-f-shape2.png)
}
.footer-area-one .footer-content .footer-about a, .footer-area-one .footer-content .footer-about p, .footer-area-one .footer-content .footer-menu li a, .footer-area-one .footer-widget .widget-title {
  color: #fff
}
.footer-area-one .footer-content {
  margin-top: 0;
  padding: 90px 0 60px;
  border-bottom: 2px solid #77506f
}
.footer-area-one .footer-content .footer-menu li, .footer-area-one .footer-widget .widget-title {
  font-weight: 600;
  font-family: Nunito
}
.footer-area-one .footer-content .footer-menu li a:hover, .footer-area-one .footer-widget .widget-title a:hover {
  color: #f26b35
}
.footer-area-one .footer-content .footer-about a {
  font-family: Nunito;
  font-weight: 600
}
.footer-area-one .footer-copyright {
  padding: 35px 0
}
.footer-area-one .footer-copyright p {
  color: #fff;
  font-size: 18px;
  font-weight: 700
}
.footer-area-one .footer-copyright p a {
  color: #444
}
.footer-2 {
  z-index: 1
}
.footer-2 .footer-logo-memu {
  padding: 50px 0 0 0
}
.footer-2:before {
  content: none;
  position: absolute;
  height: 400px;
  width: 100%;
  bottom: 0;
  z-index: -2
}
.footer-2:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: -1
}
.footer-logo-memu .footer-menu-content {
  padding-bottom: 10px;
  border-bottom: 2px solid #faeeee
}
.footer-2 .footer-content.relative-position {
  padding: 15px 0
}
.footer-logo-memu select {
  float: right;
  padding: 5px 28px;
  border-radius: 30px;
  -webkit-appearance: none;
  border: 2px solid #faeeee
}
.footer-logo-memu .footer-select {
  position: relative;
  margin-top: 10px
}
.footer-logo-memu .footer-select:after {
  top: 6px;
  right: 15px;
  font-weight: 900;
  content: '\f107';
  color: #444;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  font-family: 'Font Awesome 5 Free'
}
.footer-menu-list {
  padding: 15px 0 0 70px
}
.footer-menu-list li a {
  font-weight: 700;
  margin-right: 50px
}
.footer-menu-list li a:hover {
  color: #f26b35
}
.footer-widget .widget-title {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom: 70px
}
.footer-widget .widget-title:after {
  left: 0;
  content: '';
  height: 4px;
  width: 25px;
  bottom: 35px;
  position: absolute;
  background-color: #444
}
.footer-widget .footer-menu {
  padding-left: 80px
}
.footer-widget .footer-menu li a:hover {
  color: #f26b35
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center
}
.footer-content .footer-about {
  width: 375px
}
.footer-content .footer-about p {
  font-size: 18px;
  max-width: 375px;
  line-height: 1.667;
  margin-bottom: 35px
}
.footer-content .footer-about a {
  font-size: 18px;
  font-weight: 700;
  font-family: Nunito
}
.footer-content .footer-menu {
  width: 265px
}
.footer-content .footer-menu li {
  font-weight: 700;
  margin-bottom: 18px
}
.footer-content .footer-menu .widget-title {
  text-align: center
}
.footer-content .footer-menu .widget-title:after {
  right: 0;
  margin: 0 auto
}
.footer-3 .footer-widget .widget-title {
  font-weight: 400
}
.footer-3 .footer-content {
  padding: 15px 0 75px;
  border-bottom: 2px solid #dedede
}
.footer-3 .footer-copyright {
  padding: 35px 0
}
.footer-3 .footer-copyright p {
  font-size: 18px;
  font-weight: 700;
  color: #005d92
}
.footer-3 .footer-copyright p a {
  color: #444
}
.mobile_menu_content {
  top: 0;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  width: 280px;
  position: fixed;
  overflow-y: scroll;
  background-color: #fff;
  padding: 100px 20px 50px 20px;
  -webkit-box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
  box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
  -webkit-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
  -o-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
  transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s
}
.mobile_menu_content .main-navigation {
  width: 100%;
  margin-right: 0 !important
}
.mobile_menu_content .main-navigation li {
  margin-left: 0 !important
}
.mobile_menu_content .main-navigation .navbar-nav {
  width: 100%
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}
.mobile_menu_content .main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  margin-left: 0;
  padding-left: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e0e0df;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.mobile_menu_content .main-navigation .navbar-nav li a {
  color: #005d92
}
.mobile_menu_content .m-brand-logo {
  margin-bottom: 30px
}
.mobile_menu_content .dropdown-btn {
  right: 0;
  top: 0;
  width: 30px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  background-color: #f5f5f5;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.mobile_menu_content .dropdown-btn.toggle-open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.mobile-search-area {
  position: relative;
  margin-bottom: 20px
}
.mobile-search-area input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #e0e0df
}
.mobile-search-area .search-sub-btn {
  position: absolute;
  top: 0;
  right: 0
}
.mobile-search-area .search-sub-btn button {
  color: #fff;
  height: 40px;
  width: 40px;
  border: none;
  background-color: #f26b35
}
.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  right: 0;
  -webkit-transition: all .7s cubic-bezier(.9, .03, 0, .96) .4s;
  -o-transition: all .7s cubic-bezier(.9, .03, 0, .96) .4s;
  transition: all .7s cubic-bezier(.9, .03, 0, .96) .4s
}
.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: -100%;
  height: 120vh;
  background-color: rgba(0, 0, 0, .9);
  -webkit-transition: all .8s ease-in .8s;
  -o-transition: all .8s ease-in .8s;
  transition: all .8s ease-in .8s
}
.mobile_menu_overlay_on {
  overflow: hidden
}
.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  right: 0;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s
}
.mobile_menu_button {
  position: absolute;
  display: none;
  right: 20px;
  top: 0;
  cursor: pointer;
  color: #f26b35;
  text-align: center;
  font-size: 25px
}
.mobile_menu .main-navigation .navbar-nav li a:after {
  display: none
}
.mobile_menu .main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible
}
.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0
}
.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  line-height: 1;
  padding: 5px 20px
}
.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li a {
  color: #000;
  font-weight: 400
}
.mobile_menu .mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute
}
.mobile_menu .mobile-menu-contact-info {
  margin-top: 30px
}
.mobile_menu .mobile-menu-contact-info li {
  margin-bottom: 10px
}
.mobile_menu .mobile-cart {
  margin-top: 30px
}
.mobile_menu .mobile-cart i {
  color: #fff;
  background-color: #f26b35
}
.mobile_menu .mobile-cart span {
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 3px;
  margin-left: 10px;
  background-color: #f26b35
}
.mobile_menu .mobile-cart .m-cart-btn {
  color: #fff;
  height: 40px;
  width: 120px;
  margin: 0 auto;
  margin-top: 30px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  background-color: #444
}
@media screen and (max-width:1440px) {
  .header-style-one .header-main-menu {
    padding: 25px 30px 0
  }
  .header-style-one .header-top {
    padding: 8px 30px 9px
  }
  .slider-style-one .slider-home-one {
    padding: 385px 0 410px 70px
  }
  .banner-mockup {
    right: -350px
  }
  .header-style-one.sticky-header-overlay {
    top: -50px
  }
  .challenge-section:before {
    left: -300px
  }
  .header-style-two {
    padding: 40px 50px 0 50px
  }
  .header-style-two.sticky-header-overlay {
    padding: 15px 50px 15px 50px
  }
  .about-section-2 .about-side-img {
    width: 70%
  }
  .platform-section .laptop-mockup {
    left: -535px
  }
  .footer-2:before {
    background-position: center
  }
  .header-style-three {
    padding: 30px 30px 0 30px
  }
  .header-style-three.sticky-header-overlay {
    padding: 15px 30px 13px 30px
  }
  .slider-style-three .slider-home-three:hover .owl-prev {
    left: 15px
  }
  .slider-style-three .slider-home-three:hover .owl-next {
    right: 15px
  }
  .header-style-four .main-navigation {
    padding-top: 25px
  }
  .header-style-four.sticky-header-overlay {
    top: 0
  }
  .header-style-four.sticky-header-overlay .main-navigation {
    padding-top: 20px
  }
  .team-member-1:before {
    width: 100%;
    left: 0
  }
  .team-member-1 .circle-shape2 {
    right: -50px
  }
  .team-member-1 .circle-shape1 {
    left: -50px
  }
  .header-style-one.header-style-four .main-navigation li {
    margin-left: 50px
  }
  .service-call-action-section .s-cta-shape1 {
    left: -60px
  }
  .service-call-action-section .s-cta-shape2 {
    right: 30px;
    width: 365px
  }
}
@media screen and (max-width:1280px) {
  .header-style-one.header-style-four .main-navigation li {
    margin-left: 30px
  }
  .service-call-action-section .s-cta-shape1, .service-call-action-section .s-cta-shape2 {
    display: none
  }
}
@media screen and (max-width:1199px) {
  .header-style-one .main-navigation li {
    margin-left: 50px
  }
  .footer-content .footer-menu {
    width: 260px
  }
  .slider-style-one .slider-home-one .slider-text-content h1 {
    font-size: 125px
  }
  .header-style-three:after {
    display: none
  }
  .header-style-three .main-navigation li {
    margin: 0 15px
  }
  .team-member-1:before {
    display: none
  }
  .team-member-1 .circle-shape1, .team-member-1 .circle-shape2 {
    display: none
  }
  .team-member-1 .team-member-imgtext {
    width: 230px
  }
}
@media screen and (max-width:1024px) {
  .header-style-one .header-top {
    display: none
  }
  .header-style-one .it-menu-itemlist .main-navigation {
    display: none
  }
  .header-style-one .header-main-option {
    display: none
  }
  .mobile_menu_button {
    display: block
  }
  .client-area .client-item-list li:nth-child(1), .client-area .client-item-list li:nth-child(2), .client-area .client-item-list li:nth-child(3), .client-area .client-item-list li:nth-child(4), .client-area .client-item-list li:nth-child(5), .client-area .client-item-list li:nth-child(6) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  .client-area .client-item-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
  }
  .header-style-one .mobile_menu_button {
    top: -50px
  }
  .header-style-one.sticky-header-overlay {
    top: -15px
  }
  .slider-style-one .slider-home-one {
    padding: 250px 0 0 70px
  }
  .banner-mockup {
    position: static
  }
  .about-section-1 {
    padding: 130px 0 100px
  }
  .section-title h2 {
    font-size: 50px
  }
  .feature-text-content .feature-list-item li {
    width: 100%
  }
  .blog-section .blog-text h3, .blog-section-2 .blog-img-text .blog-text h3 {
    font-size: 20px
  }
  .blog-section .blog-text .blog-meta a, .blog-section-2 .blog-img-text .blog-text .blog-meta a {
    padding-right: 10px
  }
  .blog-section .blog-type1 .blog-text {
    width: 100%
  }
  .blog-section .blog-text .blog-meta a:after, .blog-section-2 .blog-img-text .blog-text .blog-meta a:after {
    display: none
  }
  .blog-section .blog-type1 .blog-text {
    padding: 28px 20px 20px
  }
  .blog-section .blog-type3 .blog-text, .blog-section .blog-type4 .blog-text {
    padding: 25px 25px
  }
  .footer-content .footer-menu {
    width: 205px;
    padding-left: 20px
  }
  .about-section-1 .about-img .about-circle-img-1 {
    top: -65px
  }
  .header-style-two {
    padding: 25px 50px 0 50px
  }
  .header-style-two .it-menu-itemlist {
    display: none
  }
  .header-style-two .header-main-menu {
    float: left
  }
  .header-style-two .mobile_menu_button {
    right: 0;
    top: 15px;
    color: #fff
  }
  .header-style-two.sticky-header-overlay .mobile_menu_button {
    color: #f26b35;
    top: 10px
  }
  .slider-style-two .slider-content-box {
    padding: 250px 0 250px
  }
  .feature-content-2 {
    top: 0
  }
  .feature-section-two {
    margin-bottom: 0;
    padding-bottom: 80px
  }
  .platform-section .laptop-mockup {
    left: -75%
  }
  .team-member-1 .team-member-imgtext {
    width: 280px
  }
  .team-member-1:before {
    display: none
  }
  .team-member-1 .team-member-imgtext .team-text {
    padding-bottom: 20px;
    margin-bottom: 30px
  }
  .team-section-one {
    padding-bottom: 30px
  }
  .testimonial-slide-section .owl-dots {
    left: -520px
  }
  .blog-section-2 .blog-img-text {
    padding: 50px 25px 45px
  }
  .footer-menu-list li a {
    margin-right: 35px
  }
  .slider-style-three .owl-nav {
    display: none
  }
  .header-style-three .it-menu-itemlist {
    display: none
  }
  .service-section-3 .service-content-3 {
    top: 0
  }
  .service-section-3 .service-content-3 .service-circle-shape {
    display: none
  }
  .service-section-3 .service-content-3 .service-icon-text {
    padding-left: 15px
  }
  .it-experience-section {
    padding-top: 80px
  }
  .header-style-three .mobile_menu_button {
    right: 0
  }
  .header-style-three.sticky-header-overlay .mobile_menu_button {
    top: 8px
  }
  .slider-style-three .slider-content-box {
    padding: 220px 0 150px
  }
  .member-section-3 .team-member-3 .team-img-text .team-text h3 {
    font-size: 24px
  }
  .client-area-3 .client-logo-item .client-logo-img {
    height: 100px
  }
  .member-section-3 .team-member-3 .team-img-text {
    margin: 0 auto;
    max-width: 430px;
    margin-bottom: 30px
  }
  .pricing-plan-section .pricing-plan-content .pricing-item-list {
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 30px
  }
  .pricing-plan-section .pricing-plan-content .popular-package {
    top: 0
  }
  .feature-map-content {
    display: none
  }
  .testimonial-section-3 {
    padding-bottom: 50px
  }
  .get-touch-section .get-touch-content .get-touch-sideimg {
    display: none
  }
  .get-touch-section .get-touch-content .get-touch-part {
    width: 100%
  }
  .get-touch-section .get-touch-content {
    display: inline-block
  }
  .get-touch-section .get-touch-content .get-touch-icon1, .get-touch-section .get-touch-content .get-touch-icon2 {
    display: none
  }
  .header-style-four .quote-btn-2 {
    display: none
  }
  .header-style-four.sticky-header-overlay {
    top: 0
  }
  .about-page-about-section .about-content-1 .about-img .about-main-img {
    width: auto;
    height: auto;
    border-radius: 0
  }
  .contact-form-field-section .contact-form-img {
    display: none
  }
}
@media screen and (max-width:991px) {
  .slider-style-one .slider-home-one .slider-text-content h1, .slider-style-three .slider-content-box h1, .slider-style-two .slider-content-box h1 {
    font-size: 80px
  }
  .slider-style-one .slider-home-one .slider-text-content h1 span, .slider-style-three .slider-content-box h1 span, .slider-style-two .slider-content-box h1 span {
    font-size: 100px
  }
  .section-title h2 {
    font-size: 38px
  }
  .section-title-text {
    padding-left: 0
  }
  .service-item-list .service-icon-text {
    margin-bottom: 30px
  }
  .portfolio-img-text {
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 30px
  }
  .challenge-section:before {
    display: none
  }
  .newslatter-service {
    display: inline-block
  }
  .newslatter-service .newslatter-service-item {
    width: 100%
  }
  .footer-widget {
    width: 50%;
    margin-bottom: 30px
  }
  .footer-widget .footer-menu {
    width: 100%
  }
  .header-style-one .header-main-menu {
    padding: 25px 20px 0
  }
  .feature-content-2 .feature-slide-item, .feature-content-2 .feature-two-content {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 580px
  }
  .feature-content-2 .feature-two-content {
    padding: 40px 0;
    margin-top: 40px;
    background-color: #f7f7f7
  }
  .feature-content-2 {
    display: block;
    width: inherit;
    padding: 60px 0
  }
  .feature-content-2 .feature-slide-item .owl-dots {
    position: static;
    text-align: center;
    margin-top: 40px
  }
  .about-section-2 .about-side-img {
    display: none
  }
  .about-section-2 .about-counter {
    position: static;
    display: block;
    padding-top: 60px
  }
  .about-section-2 .about-counter .about-counter-item {
    width: 100%;
    min-width: inherit
  }
  .about-section-2 {
    padding-bottom: 60px
  }
  .platform-section .laptop-mockup {
    position: static;
    z-index: 1
  }
  .platform-section {
    overflow: hidden;
    z-index: 1
  }
  .platform-section .background_overlay {
    z-index: -1
  }
  .platform-section .platform-content {
    max-width: 100%
  }
  .newslatter-section-2:before {
    display: none
  }
  .testimonial-slide-section .owl-dots {
    position: static;
    margin-top: 40px;
    text-align: center
  }
  .testimonial-section .testimonial-area-content {
    padding-bottom: 60px
  }
  .newslatter-section-2 {
    top: 0;
    padding-top: 80px
  }
  .testimonial-section {
    margin-bottom: 0
  }
  .blog-section-2 .blog-img-text {
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 30px
  }
  .footer-logo-memu select {
    float: none
  }
  .footer-menu-list {
    padding-left: 0
  }
  .footer-logo-memu .footer-select {
    width: 90px
  }
  .footer-2:before {
    display: none
  }
  .footer-2 {
    padding-bottom: 60px
  }
  .about-us-section-3 .about-img-3 {
    padding-bottom: 40px
  }
  .about-page-about-section .about-content-1 .about-img .about-circle-img-1 {
    display: none
  }
  .core-platform-section:before {
    display: none
  }
  .team-section-one .team-area-content {
    top: 0
  }
  .mission-vission-content {
    display: inline-block
  }
  .footer-logo-memu .footer-menu-content {
    text-align: center
  }
  .footer-logo-memu .footer-select {
    margin: 0 auto;
    margin-top: 15px
  }
  .case-quota-section .qouta-title {
    padding: 30px 0 0 0
  }
  .qouta-box-content {
    margin: 0 auto;
    max-width: 370px
  }
  .client-area .client-number {
    padding-bottom: 60px
  }
  .case-filtering-section {
    padding-bottom: 60px
  }
  .contact-content-section .contact-content-inner-box {
    margin-bottom: 40px
  }
  .contact-form-area-field {
    padding: 40px
  }
  .faq-content-section .faq-content-inner-box {
    margin-bottom: 30px
  }
  .team-single-text {
    padding-top: 60px
  }
  .project-overview {
    position: static
  }
}
@media screen and (max-width:767px) {
  .blog-content-1 .blog-img-text {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 30px
  }
  .blog-section .blog-text h3 {
    font-size: 24px
  }
  .service-section-3 .service-content-3 .service-icon-text {
    margin: 0 auto;
    max-width: 370px
  }
  .it-experience-section .mockup-feature span {
    display: none
  }
  .client-area-3 .client-logo-item {
    padding-bottom: 0
  }
  .footer-logo-memu .footer-select {
    width: auto
  }
}
@media screen and (max-width:680px) {
  .portfolio-section-2 .portfolio-slide-area .portfolio-text {
    position: relative
  }
}
@media screen and (max-width:480px) {
  .slider-style-one .slider-home-one {
    padding: 180px 0 0 30px
  }
  .slider-style-one .slider-home-one .slider-text-content h1, .slider-style-three .slider-content-box h1, .slider-style-two .slider-content-box h1 {
    font-size: 60px
  }
  .slider-style-one .slider-home-one .slider-text-content h1 span, .slider-style-three .slider-content-box h1 span, .slider-style-two .slider-content-box h1 span {
    font-size: 60px
  }
  .footer-widget {
    width: 100%
  }
  .footer-widget .footer-menu {
    text-align: left !important;
    padding-left: 0
  }
  .footer-content .footer-menu .widget-title {
    text-align: left
  }
  .footer-content .footer-menu .widget-title:after {
    left: 0;
    right: auto
  }
  .slider-style-two .slider-content-box {
    padding: 150px 0 0
  }
  .header-style-two {
    padding: 25px 20px 0 20px
  }
  .header-style-two.sticky-header-overlay {
    padding: 15px 20px 15px 20px
  }
  .team-member-1 .team-member-imgtext {
    margin: 0 auto
  }
  .it-experience-section .section-title h2 {
    font-size: 60px
  }
  .testimonial-slide-section {
    padding-left: 0
  }
  .slider-style-three .slider-content-box .slider-btn .s-cta-btn, .slider-style-three .slider-content-box .slider-btn .s-more-btn {
    width: 100%;
    display: inline-block
  }
  .slider-style-three .slider-content-box .slider-btn .s-more-btn {
    margin: 0 0 30px 30px
  }
  .header-style-three .brand-logo {
    width: 200px
  }
  .core-platform-section .platform-img {
    padding-left: 0
  }
  .port-title li {
    padding: 0 15px
  }
  .project-details-section {
    padding: 10px 0 60px
  }
  .project-details-text .section-title h2 {
    font-size: 30px
  }
  .project-details-inner-img img {
    margin-bottom: 30px
  }
  .project-details-text .portfolio-qoute .port-qout-text {
    font-size: 16px;
    padding: 20px
  }
  .project-details-text .portfolio-qoute .pq-name {
    font-size: 18px
  }
}
@media screen and (max-width:420px) {
  .slider-style-one .slider-home-one .slider-text-content p {
    font-size: 18px;
    padding-top: 10px
  }
  .about-section-1 .about-img .about-main-img {
    width: auto;
    height: auto
  }
  .about-section-1 .about-img .about-circle-img-1, .about-section-1 .about-img .about-circle-img-2, .about-section-1 .about-img:before {
    display: none
  }
  .about-section-1 {
    padding: 60px 0
  }
  .section-title h2 {
    font-size: 32px
  }
  .section-title .sub-text {
    font-size: 20px
  }
  .about-feature .about-feature-item {
    width: 100%;
    margin-bottom: 30px
  }
  .about-feature {
    margin-bottom: 0
  }
  .service-section {
    padding: 55px 0 20px
  }
  .title-style-one h2 {
    padding-bottom: 20px
  }
  .service-item-list {
    padding-top: 60px
  }
  .feature-map-content {
    display: none
  }
  .feature-section {
    padding: 55px 0 50px
  }
  .portfolio-section {
    padding: 55px 0 60px
  }
  .client-area .client-number {
    padding-bottom: 40px
  }
  .client-area .client-item-list li {
    margin-bottom: 30px
  }
  .client-area {
    padding-bottom: 30px
  }
  .challenge-section .custom_tab_button li {
    font-size: 24px
  }
  .challenge-section .custom_tab_button li {
    margin-bottom: 30px
  }
  .challenge-section .custom_tab_button {
    padding: 80px 0 80px 45px
  }
  .challenge-section .tab-content .challenge-tab-video {
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .challenge-section {
    padding: 60px 0
  }
  .newslatter-section {
    padding: 50px 0
  }
  .newslatter-form button {
    width: 135px
  }
  .newslatter-service .news-service-item2 {
    padding-bottom: 30px
  }
  .footer-logo, .footer-social-icon {
    float: none !important
  }
  .footer-logo {
    margin-bottom: 20px
  }
  .service-section-2 {
    padding: 60px 0 30px
  }
  .service-section-2 .service-content-2 {
    padding-top: 40px
  }
  .call-to-action-2 {
    padding-bottom: 60px
  }
  .call-to-action-2 .call-to-content-2 {
    padding: 60px 0
  }
  .platform-section .platform-content .platform-progress {
    padding-left: 0
  }
  .platform-section {
    padding: 60px 0 10px;
    margin-bottom: 0
  }
  .platform-section .platform-content .progress_area {
    margin-right: 20px
  }
  .platform-section .platform-content .progress_area canvas {
    height: 100px;
    width: 100px
  }
  .platform-section .platform-content .progress_area strong {
    font-size: 30px;
    line-height: 100px
  }
  .portfolio-section-2 {
    padding: 60px 0
  }
  .blog-section-2 {
    padding: 60px 0
  }
  .portfolio-section-2 .portfolio-slide-area .portfolio-text {
    background-color: #5b1d67
  }
  .portfolio-section-2 .portfolio-slide-area .owl-nav {
    margin-top: 30px
  }
  .portfolio-section-2 .portfolio-slide-area .owl-next, .portfolio-section-2 .portfolio-slide-area .owl-prev {
    height: 45px;
    width: 45px;
    line-height: 45px
  }
  .team-section-one {
    padding: 60px 0 20px
  }
  .team-member-1 {
    padding-top: 40px
  }
  .newslatter-form input {
    height: 60px
  }
  .newslatter-form button {
    height: 50px;
    margin-top: 20px;
    line-height: 50px;
    position: static
  }
  .newslatter-section-2 {
    padding: 60px 0
  }
  .header-style-two .brand-logo {
    width: 220px
  }
  .about-section-2 .about-counter .about-counter-item {
    padding: 50px 30px
  }
  .header-style-three {
    padding-top: 20px
  }
  .header-style-three .mobile_menu_button {
    top: 15px
  }
  .slider-style-three .slider-content-box {
    padding: 200px 0 130px
  }
  .service-section-3 .service-content-3 .service-icon-text {
    padding: 25px 20px
  }
  .service-section-3 .service-content-3 .service-icon-text:before {
    display: none
  }
  .it-experience-section {
    padding: 60px 0
  }
  .about-us-section-3 {
    padding: 60px 0
  }
  .about-us-section-3 .about-feature {
    display: inline-block;
    margin: 0 15px
  }
  .about-us-section-3 .about-feature .about-feature-item {
    margin: 0 0 20px 0
  }
  .client-area-3 {
    padding-bottom: 30px
  }
  .member-section-3 .team-member-3 {
    padding-top: 40px
  }
  .member-section-3 {
    padding: 40px 0 10px
  }
  .pricing-plan-section {
    padding: 60px 0 20px
  }
  .pricing-plan-section .title-text {
    padding-top: 20px
  }
  .pricing-plan-section .pricing-plan-content .pricing-item-list .pricing-price-tag .price-amount {
    font-size: 60px
  }
  .get-touch-section .get-touch-content .get-touch-part h2 {
    font-size: 24px
  }
  .it-experience-section .section-title {
    padding-bottom: 30px
  }
  .pricing-plan-section .pricing-plan-content {
    padding-top: 50px
  }
  .testimonial-section-3 {
    padding-top: 40px
  }
  .testimonial-section .testimonial-area-content {
    padding-bottom: 30px
  }
  .footer-3 .footer-content {
    padding-bottom: 30px
  }
  .breadcurmb-content {
    padding: 180px 0 135px 0
  }
  .breadcurmb-content h2 {
    font-size: 45px
  }
  .about-page-about-section {
    padding: 50px 0 60px
  }
  .about-page-about-section .about-content-1 .about-img .about-main-img {
    margin-bottom: 20px
  }
  .about-gallery-section {
    padding-bottom: 60px
  }
  .core-platform-section {
    padding: 60px 0
  }
  .team-section-one .team-area-content {
    padding-top: 60px
  }
  .mission-vission-content .mission-vission-text h3 {
    font-size: 30px
  }
  .mission-vission-content .mission-vission-text {
    padding: 40px 30px
  }
  .skill-set-section.service-page-skill .skill-set-section {
    padding: 60px 0
  }
  .skill-set-img {
    margin-left: 0
  }
  .service-section-2.service-page-service {
    padding-top: 60px
  }
  .service-call-action-section {
    padding: 60px 0;
    margin-bottom: 40px
  }
  .section-title .site-tag {
    font-size: 18px
  }
  .footer-menu-list li a {
    margin-right: 20px
  }
  .get-touch-section.team-page-get-touch .get-touch-content .get-touch-part h2 {
    font-size: 24px
  }
  .member-section-3.team-page-member-section {
    padding-bottom: 20px
  }
  .case-quota-section {
    padding: 60px 0 0
  }
  .case-filtering-section .grid-sizer {
    width: 100%
  }
  .case-filtering-section .grid-item-big, .case-filtering-section .grid-item-width {
    width: 100%
  }
  .contact-content-section {
    padding: 80px 0 60px
  }
  .contact-form-field-section {
    padding: 60px 0
  }
  .contact-form-field-section .section-title {
    padding-bottom: 40px
  }
  .faq-content-section {
    padding: 60px 0
  }
  .faw-ques-ans-section .faq_title:after {
    right: 10px
  }
  .faw-ques-ans-section {
    padding-bottom: 60px
  }
  .service-details-tag .section-title h2 {
    font-size: 20px
  }
  .service-details-tag {
    top: 0;
    padding: 25px;
    margin: 30px 0
  }
  .team-details-content .team-single-text .section-title h2 {
    font-size: 30px
  }
  .team-details-section {
    padding-bottom: 20px
  }
  .port-title li {
    padding: 0 5px
  }
  .blog_details_area, .blog_feed_section {
    padding: 60px 0
  }
  .news_post_item .news_text_area h3 {
    font-size: 22px
  }
  .news_qoute .news_text_area:before {
    font-size: 45px
  }
  .news_qoute .news_text_area {
    padding-left: 90px
  }
  .blog_details_text h2 {
    font-size: 24px
  }
  .blog_details_text h3, .blog_details_text h4 {
    font-size: 20px
  }
  .blog_details_text blockquote {
    padding: 40px 20px;
    font-size: 20px
  }
  .blog_details_text blockquote:after {
    font-size: 165px
  }
  .blog_details_text .blog_details_list li {
    margin-left: 0
  }
  .slider-style-one .slider-home-one .slider-text-content .slide-tag {
    font-size: 30px
  }
  .footer-area-one:after, .footer-area-one:before {
    display: none
  }
  .nio_prev_post, .share_post {
    margin-top: 20px;
    display: inline-block;
    float: none !important;
    text-align: left !important
  }
  .blog_details_area .share_tag .share_post li {
    float: left;
    margin-left: 0;
    margin-right: 10px
  }
  .blog_details_area .blog_details_content {
    padding: 30px 15px
  }
  .blog_details_extra_text .share_tag h3 {
    padding-bottom: 10px
  }
  .blog_details_extra_text .next_prev_post .bar_point {
    display: none
  }
  .blog_details_extra_text .postby_author h3 {
    font-size: 22px
  }
  .blog_comment_box .comment_reply {
    margin-left: 30px
  }
  .blog_comment_box .reply-btn {
    width: 120px;
    position: static;
    margin-bottom: 30px
  }
  .comment_formfield {
    padding: 30px 15px
  }
}
@media screen and (max-width:380px) {
  .slider-style-one .slider-home-one .slider-text-content h1, .slider-style-one .slider-home-one .slider-text-content h1 span, .slider-style-three .slider-content-box h1, .slider-style-three .slider-content-box h1 span, .slider-style-two .slider-content-box h1, .slider-style-two .slider-content-box h1 span {
    font-size: 50px
  }
  .footer-content .footer-about {
    width: inherit
  }
  .service-section-2 .service-content-2 .service-icon-text {
    padding: 50px 25px 45px
  }
  .service-section-2 .service-content-2 .service-icon-text .service-icon i {
    margin-right: 10px
  }
  .service-section-3 .service-content-3 .service-icon-text .service-number span {
    font-size: 80px
  }
  .it-experience-section .section-title h2 {
    font-size: 45px
  }
  .core-platform-section .platform-text .core-platform-item li {
    width: 150px;
    height: 150px
  }
}
.blue-color {
  color: #005d92
}
.purple-color {
  color: #6f4471
}
.purple-color:hover {
  color: #fff
}
.orange-color {
  color: #f26b35 !important
}
.news-service-icon p {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 20px
}
.our-project .container {
  max-width: 80%
}
a.play-btn {
  height: 50px;
  width: auto;
  font-size: 18px;
  position: relative;
  line-height: 20px;
  padding: 15px 65px 15px 25px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  color: #fff !important;
  background: #005d92;
  border-radius: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
a.play-btn1 {
  height: 50px;
  width: auto;
  font-size: 18px;
  /*    position: relative;*/
  line-height: 20px;
  padding: 15px 28px 15px 25px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  color: #fff !important;
  background: #005d92;
  border-radius: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
@media screen and (max-width: 767px) {
  a.play-btn1 {
    height: 25px;
    font-size: 10px;
    padding: 1px 15px;
  }
}
span.picon.fa.fa-play {
  position: absolute;
  right: 0;
  top: 0;
  color: #005d92 !important;
  height: 52px;
  width: 51px;
  text-align: center;
  font-size: 18px;
  line-height: 51px;
  cursor: pointer;
  color: #38393a;
  background: #fff;
  border-radius: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.video-play {
  text-align: center;
  margin-top: 30px
}
.our-project .team-member-1 .owl-carousel {
  position: relative;
  padding: 30px 30px;
  background: #fff;
  -webkit-box-shadow: 0 -16px 32px 0 rgba(150, 172, 194, .2);
  box-shadow: 0 -16px 32px 0 rgba(150, 172, 194, .2)
}
.our-project .team-member-1 .circle-shape1 {
  left: -70px;
  bottom: 255px
}
.our-project .team-member-1 .circle-shape2 {
  right: -53px;
  bottom: -55px
}
.position-relative {
  position: relative
}
.member-section-3.our-achivement .owl-carousel .team-text.headline-1 h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0;
  color: #005d92
}
.member-section-3.our-achivement .owl-carousel .team-text.headline-1 span {
  color: #005d92
}
.member-section-3.our-achivement .team-member-3 .team-img-text .team-text {
  padding: 25px
}
#newslatter-2 .connect-btn:hover {
  background-color: #f26b35
}
#newslatter-2 .connect-btn {
  background-color: #005d92;
  color: #fff
}
.testimonial-section .testimonial-area-content {
  padding-top: 100px
}
a.logo-top img {
  width: 200px
}
.mt-20 {
  margin-top: 20px
}
.testimonial-slide-item .testimonial-img-text .testi-text {
  min-height: 185px
}
.our_projects img {
  background: #f4f8fc;
  padding: 20px
}
.team-member-1 .team-member-imgtext .team-img:after {
  background-color: #f26b354a
}
.social_icons li {
  margin: 0 10px
}
.footer-logo-memu .footer-select:after {
  opacity: 0
}
.team-icon img {
  padding: 2px
}
.member-section-3 .team-member-3 .team-img-text:hover .team-icon img {
  filter: invert(1) brightness(100)
}
.mt-10 {
  margin-top: 10px
}
#newslatter-2 .title-style-two .site-tag {
  color: #fff
}
.section-title .site-tag {
  font-size: 24px;
  color: #f26b35
}
.mb-30 {
  margin-bottom: 30px
}
nav.main-navigation.ul-li ul li:hover a {
  color: #f26b35
}
a:hover {
  color: #f26b35
}
.dropdown-menu li:hover a span {
  color: #f26b35
}
.dropdown-menu li:hover a span:before {
  width: 20px;
  margin-right: 10px
}
.dropdown-menu li a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s
}
.dropdown-menu li a span:before {
  background: #f26b35;
  content: '';
  display: inline-block;
  position: relative;
  bottom: .25em;
  width: 0;
  height: 2px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}
.portfolio-text a:hover {
  color: #005d92
}
.about-feature-icon img {
  width: 55px
}
.blue-color {
  color: #005d92
}
ul.kalorex h4 {
  color: #fff;
  font-size: 50px !important
}
ul.kalorex span {
  font-weight: 400 !important
}
.kalorex-box h4 {
  width: 60px;
  height: 60px;
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  background-color: #5f3958;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  color: #fff;
  border-radius: 50%
}
.kalorex-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 14%;
  max-width: 14%;
  text-align: center;
  padding: 10px
}
.kwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.kalorex-box span {
  color: #fff
}
.mission-vission-section {
  padding: 100px 0
}
.light-bg {
  background: #f0f8ff
}
.white-bg {
  background: #fff
}
.mt-10 {
  margin-top: 10%
}
p:last-child {
  margin-bottom: 0
}
.width-100 {
  width: 100% !important
}
.about-feature .about-feature-item.width-100 p {
  max-width: 80% !important
}
.testimonial-slide-section .owl-dots .owl-dot {
  position: relative;
  top: 50px
}
.section-pad {
  padding: 100px 0
}
.align-center {
  margin: 0 auto
}
.nation-content {
  background: #fff;
  padding: 40px 40px 40px 100px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgb(146 146 146 / .4);
  margin-bottom: 50px;
  position: relative
}
.platform-content .nation-content:nth-child(2), .platform-content .nation-content:nth-child(4), .platform-content .nation-content:nth-child(6), .platform-content .nation-content:nth-child(8) {
  background: #f26b35;
  color: #fff
}
.platform-content .nation-content:nth-child(1), .platform-content .nation-content:nth-child(3), .platform-content .nation-content:nth-child(5), .platform-content .nation-content:nth-child(7) {
  background: #005d92;
  color: #fff
}
.nation-content-desc h4 {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 60px
}
.contact-form-area-field .contact-info input::placeholder, .contact-form-area-field .contact-info textarea::placeholder {
  color: #fff
}
.contact-form-area-field .contact-info textarea {
  height: auto
}
.contact-content-icon img {
  margin-top: 20px
}
.contact-content-section .contact-content-inner-box {
  min-height: 350px
}
.gloc-title {
  display: flex;
  align-items: center;
  justify-content: center
}
#arts .sports-desc, #sports .sports-desc {
  background: #005d92
}
#sports {
  background: url(../images/pooja-manjula-shroff-banner/pooja-manjula-shroff-sports-bg.jpg);
  background-attachment: fixed;
  background-position: center center;
  border-top: 6px solid #005d92
}
#music {
  background: url(../images/pooja-manjula-shroff-banner/pooja-manjula-shroff-music-bg.jpg);
  background-attachment: fixed;
  background-position: center center;
  border-top: 6px solid #005d92;
  border-bottom: 6px solid #f26b35
}
#arts {
  background: url(../images/pooja-manjula-shroff-banner/pooja-manjula-shroff-arts-bg.jpg);
  background-attachment: fixed;
  background-position: center center;
  border-top: 6px solid #005d92;
  border-bottom: 6px solid #f26b35
}
#music .sports-desc {
  border-right: 4px solid #f26b35;
  border-left: none
}
.sports-desc {
  padding: 50px;
  background: #fff;
  border-left: 4px solid #005d92;
  justify-content: center
}
.sports-desc p {
  text-align: justify
}
.sports-desc h2 {
  text-align: center
}
.faq-content-field .col-lg-4 {
  display: flex
}
.service-icon.float-left img {
  margin-right: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
  opacity: .09
}
.cust-article {
  background: #f4f8fc
}
.cust-article .project-details-text {
  padding-top: 75px;
  padding-right: 51px;
  padding-left: 50px;
  border: 2px solid #ededed;
  text-align: justify;
  background: #fff
}
.cust-article .project-details-text .section-title h2 {
  text-align: left
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden
}
#error_data {
  color: red;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: normal
}
ul.social_icons img {
  /* filter:grayscale(1)
    ;*/
  margin-top: -4px
}
ul.social_icons li:hover img {
  filter: none
}
.brk-wrd {
  word-break: break-all
}
.footer-menu-content .tagarticlpge {
  margin: 35px 0 0 0
}
.footer-menu-content .tagarticlpge li {
  font-size: 14px;
  font-weight: 400;
  color: #282828;
  border: 1px solid #d8d5d5;
  border-radius: 15px;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  display: inline-block
}
.SectionTag {
  border: none !important;
  font-size: 18px !important;
  font-weight: bolder !important
}
@media screen and (max-width:767px) {
  .footer-menu-content .tagarticlpge li {
    position: relative;
    right: 26px !important
  }
}
.core-platform-item {
  text-align: justify
}
@media (min-width:768px) and (max-width:1024px) {
  .core-item {
    max-width: 100% !important;
    flex: 100% !important;
  }
}
@media (min-width:1024px) and (max-width:1366px) {
  .core-item {
    max-width: 50% !important;
    flex: 50% !important;
  }
}
.footer-select {
  cursor: pointer !important
}
.social_icons a:hover {
  color: #333;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #f26b35; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #f26b35;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: #2a327d;
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}
.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}
.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.video-overlay-close:hover {
  color: #f26b35;
}
.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.video_bg {
  height: 800px;
  background: url(../images/manjula-pooja-shroff-video-bg.jpg);
  background-size: cover;
  background-position: center;
  border-top: 1px solid #29317c;
}
.video_bg .overview-image {
  padding: 400px 0;
}
.header-style-two.sticky-header-overlay {
  z-index: 99;
}
@media (min-width: 1280px) {
  .kalorex_about {
    padding-top: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .kalorex_about {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .kalorex_about {
    padding-top: 60px;
  }
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-30 {
  padding-bottom: 30px;
}
.publication .platform-content h6 {
  margin-bottom: 25px;
}
.all-demo:hover, .buy-theme:hover {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  right: 0;
  background: #f26b35
}
.all-demo span, .buy-theme span {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 0
}
.all-demo:hover span, .buy-theme:hover span {
  opacity: 1;
  color: #fff
}
.all-demo:hover i, .buy-theme:hover i {
  color: #fff
}
.all-demo a, .buy-theme a {
  color: #232323;
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px 4px 15px;
  display: block;
  text-decoration: none;
  font-weight: 500
}
.all-demo {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  position: fixed;
  top: 38%;
  right: -70px;
  background: #fff;
  z-index: 1000;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  z-index: 10;
  background: #f26b35;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px
}
.all-demo i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff
}
.all-demo2:hover, .buy-theme:hover {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  right: 0;
  background: #f26b35
}
.all-demo2 span, .buy-theme span {
  padding: 0 5px;
  position: relative;
  top: 0;
  opacity: 0
}
.all-demo2:hover span, .buy-theme:hover span {
  opacity: 1;
  color: #fff
}
.all-demo2:hover i, .buy-theme:hover i {
  color: #fff
}
.all-demo2 a, .buy-theme a {
  color: #232323;
  font-size: 8px;
  text-transform: uppercase;
  padding: 4px 10px 4px 15px;
  display: block;
  text-decoration: none;
  font-weight: 500
}
.all-demo2 {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  position: fixed;
  top: 42%;
  right: -60px;
  background: #fff;
  z-index: 1000;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  z-index: 10;
  background: #f26b35;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px
}
.all-demo2 i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff
}
.all-demo3:hover, .buy-theme:hover {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  right: 0;
  background: #f26b35
}
.all-demo3 span, .buy-theme span {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 0
}
.all-demo3:hover span, .buy-theme:hover span {
  opacity: 1;
  color: #fff
}
.all-demo3:hover i, .buy-theme:hover i {
  color: #fff
}
.all-demo3 a, .buy-theme a {
  color: #232323;
  font-size: 8px;
  text-transform: uppercase;
  padding: 4px 10px 4px 15px;
  display: block;
  text-decoration: none;
  font-weight: 500
}
.all-demo3 {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  position: fixed;
  top: 46%;
  right: -60px;
  background: #fff;
  z-index: 1000;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  z-index: 10;
  background: #f26b35;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px
}
.all-demo3 i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff
}
.all-demo4:hover, .buy-theme:hover {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  right: 0;
  background: #f26b35
}
.all-demo4 span, .buy-theme span {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 0
}
.all-demo4:hover span, .buy-theme:hover span {
  opacity: 1;
  color: #fff
}
.all-demo2:hover i, .buy-theme:hover i {
  color: #fff
}
.all-demo4 a, .buy-theme a {
  color: #232323;
  font-size: 8px;
  text-transform: uppercase;
  padding: 4px 10px 4px 15px;
  display: block;
  text-decoration: none;
  font-weight: 500
}
.all-demo4 {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  position: fixed;
  top: 50%;
  right: -60px;
  background: #fff;
  z-index: 1000;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  z-index: 10;
  background: #f26b35;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px
}
.all-demo4 i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff
}
.all-demo5:hover, .buy-theme:hover {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  right: 0;
  background: #f26b35
}
.all-demo5 span, .buy-theme span {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 0
}
.all-demo5:hover span, .buy-theme:hover span {
  opacity: 1;
  color: #fff
}
.all-demo5:hover i, .buy-theme:hover i {
  color: #fff
}
.all-demo5 a, .buy-theme a {
  color: #232323;
  font-size: 8px;
  text-transform: uppercase;
  padding: 4px 10px 4px 15px;
  display: block;
  text-decoration: none;
  font-weight: 500
}
.all-demo5 {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  position: fixed;
  top: 54%;
  right: -60px;
  background: #fff;
  z-index: 1000;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  z-index: 10;
  background: #f26b35;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px
}
.all-demo5 i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff
}
.all-demo6:hover, .buy-theme:hover {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  right: 0;
  background: #f26b35
}
.all-demo6 span, .buy-theme span {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 0
}
.all-demo6:hover span, .buy-theme:hover span {
  opacity: 1;
  color: #fff
}
.all-demo5:hover i, .buy-theme:hover i {
  color: #fff
}
.all-demo6 a, .buy-theme a {
  color: #232323;
  font-size: 8px;
  text-transform: uppercase;
  padding: 4px 10px 4px 15px;
  display: block;
  text-decoration: none;
  font-weight: 500
}
.all-demo6 {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  position: fixed;
  top: 58%;
  right: -60px;
  background: #fff;
  z-index: 1000;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  z-index: 10;
  background: #f26b35;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px
}
.all-demo6 i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: 0px;
  color: #fff
}
.all-demo7:hover, .buy-theme:hover {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  right: 0;
  background: #f26b35
}
.all-demo7 span, .buy-theme span {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 0
}
.all-demo7:hover span, .buy-theme:hover span {
  opacity: 1;
  color: #fff
}
.all-demo7:hover i, .buy-theme:hover i {
  color: #fff
}
.all-demo7 a, .buy-theme a {
  color: #232323;
  font-size: 8px;
  text-transform: uppercase;
  padding: 0px 9px 4px 12px;
  display: block;
  text-decoration: none;
  font-weight: 500
}
.all-demo7 {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  position: fixed;
  top: 62%;
  right: -60px;
  background: #fff;
  z-index: 1000;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  z-index: 10;
  background: #f26b35;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px
}
.all-demo7 i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: 2px;
  color: #fff
}
.sticky-scicn {
  top: 50%;
  position: relative;
  z-index: 91;
}
.disply-flex {
  display: flex
}
.article-img {
  width: 30%
}
.centered {
  position: absolute;
  top: 80%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.button-shroffism {
  border-radius: 20px;
  cursor: pointer;
  background: #005d92;
}
@media screen and (max-width: 767px) {
  .mb-25 {
    margin-bottom: 25px;
  }
}
.footer-cb_mongram {
  background: url("../images/social-media-of-manjula-pooja-shroff.png") center center no-repeat;
  content: "";
  width: 20px;
  height: 22px;
  background-size: contain;
  background-position: 0 5px;
}
.footer-side-cb_mongram {
  background: url("../images/social-media.png") center center no-repeat;
  content: "";
  width: 12px;
  height: 20px;
  background-size: contain;
  background-position: 0 2px;
}
/*
 .social_2:hover i{
	 background: url("../images/social-media-of-manjula-pooja-shroff.png") center center no-repeat;
	 content: "";
    width: 22px;
    height: 20px;
    background-size: contain;
    background-position: 0 3px;
} */
.card {
  width: auto;
}
.container-book {
  margin: 0 auto;
  /* position: relative; */
  max-width: 1440px;
  width: calc(100% - 40px);
}
.center {
  text-align: center;
}
.grid-pub {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px
}
.btn-pub {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 15px 20px;
  position: relative;
  font-weight: 500;
}
.orange {
  color: #f26b35 !important;
}
.btn-pub:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #f26b35;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.btn-pub:hover:after {
  width: 100%;
  left: 0;
}
.publication-icon {
  object-fit: contain;
  width: 40px;
  height: 40px;
  transition: 0.2s linear;
  z-index: 1;
  /* margin: 20px 20px; */
  padding: 3px;
}
.podcast-icons-outer {
  padding: 12px 17px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #6f4471;
  /* margin-top: -60px; */
  z-index: 99999;
  clear: both;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.offset-1 {
  margin-left: 8.333333%;
}
.call-to-action-2 .call-to-content-2 {
  padding: 60px 0 60px;
}
.video-iframe {
  width: 560px;
  height: 315px;
}
@media screen and (max-width:767px) {
  .video-iframe {
    width: auto;
    height: 200px;
  }
}
.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.owl-carousel .owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 20px;
  background: #869791;
  margin: 10px 5px;
}
.owl-carousel .owl-dot.active {
  background: #000;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
  position: absolute;
  background: #f26b35;
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin: 15px 5px 0;
  text-align: center;
  color: #fff
}
.owl-nav .owl-next {
  right: 55px;
}
.owl-nav .owl-prev {
  left: 55px;
}
.owl-nav {
  display: flex;
  margin: 0 auto;
  justify-content: center
}

.active {
  color: orangered;
}