/*================================
    #RESPONSIVE CSS
====================================*/

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {


  .breadcrumb-area .row::after {
    height: 600px;
    width: 600px;
  }

  .breadcrumb-area .row::before {
    height: 700px;
    width: 700px;
  }

  /* Banner */
  body, .banner-area, .banner-area div {
    height: auto;
  }

  .banner-area {
    overflow: inherit;
  }

  .banner-area .content,
  .banner-area .double-items {
    overflow: hidden;
    padding: 120px 0;
    text-align: center;
  }

  .banner-area .double-items {
    padding-top: 150px;
  }

  .banner-area.auto-height .content-box .thumb-inner img:nth-child(2) {
    top: auto;
    bottom: -50px;
    max-width: 300px;
  }

  .banner-area .double-items .thumb img {
    max-width: 60%;
    margin: 50px auto auto;
  }

  .banner-area .button {
    justify-content: center;
  }

  /* About */
  .about-area .thumb {
    padding-right: 0;
    margin-left: 0;
  }

  .about-area .thumb img {
    width: 80%;
  }

  .about-area .thumb img:nth-child(2) {
    width: auto;
  }

  .about-area .about-items .info {
    padding-left: 15px;
    margin-top: 50px;
  }

  .about-area .about-items ul li:nth-child(2) {
    margin-left: 0;
  }

  .about-area .fixed-shape-left {
    display: none;
  }

  .about-area.inc-left-border {
    padding-bottom: 120px;
  }

  .about-area .about-content {
    text-align: center;
  }

  .about-area .about-content .thumbs {
    margin-bottom: 50px;
  }

  .about-area .about-content ul {
    justify-content: center;
  }

  .about-area .about-content ul::after {
    display: none;
  }


  /* Choose Us area */

  .choose-us-area .thumb {
    margin-bottom: 50px;
    text-align: center;
  }

  .choose-us-area .thumb img {
    max-width: 80%;
  }


  /* Fun Factor */
  .fun-factor-area .fun-fact-items .item {
    padding-top: 50px;
  }

  .fun-factor-area .fun-fact-items .item:first-child,
  .fun-factor-area .fun-fact-items .item:nth-child(2) {
    padding-top: 0;
  }


  /* Clients Area */
  .clients-area {
    text-align: center;
  }

  .clients-area .achivement {
    display: inline-block;
    margin-bottom: 20px;
  }

  /* Features */

  .features-area {
    text-align: center;
  }

  .features-area .features-box .left-content {
    padding-right: 15px;
    margin-bottom: 50px;
  }

  .features-area .features-box .item {
    display: block;
  }

  .features-area .features-box .item .icon {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .features-area .features-box .single-item .item-inner {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 0;
  }

  .features-area .features-box .single-item {
    margin: 0 -15px;
  }

  .features-area .feature-box .single-item .item {
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
  }

  /* Overview */
  .overview-area .item .content h4 {
    justify-content: center;
  }

  .center-tabs .tab-content .info {
    padding-left: 15px;
    margin-top: 50px;
  }

  /* Process */
  .process-area .thumb {
    margin-bottom: 50px;
    text-align: center;
  }

  .process-area .thumb img {
    margin: auto;
    width: 80%;
  }

  .process-area .info {
    padding-left: 15px;
  }

  /* Testimonials */

  .testimonials-area {
    text-align: center;
  }

  .testimonials-area .thum {
    padding-left: 15px;
    margin-top: 30px;
    text-align: center;
  }

  .testimonials-area .thum img {
    max-width: 80%;
    margin: auto;
  }

  .testimonial-carousel .item {
    text-align: left;
    justify-content: center;
  }

  .testimonials-area .testimonial-items .testimonial-carousel .owl-nav {
    margin-bottom: 0;
  }

  /* Pricing */

  .pricing-area {
    padding-bottom: 90px;
  }

  .pricing-items {
    border: none;
  }

  .pricing-area .single-item {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .pricing-area .pricing-item {
    border: 1px solid #e7e7e7;
  }

  .pricing-area .single-item:nth-child(2) .pricing-item {
    border-color: #4ac4f3 !important;
  }


  /* Blog */
  .blog-area.left-sidebar .blog-content {
    float: none;
  }

  .blog-area .thumb .date {
    left: 30px;
    right: auto;
  }

  .blog-area .item .info {
    padding: 30px;
    padding-top: 50px;
  }

  .blog-area .blog-thin-colums .thumb {
    margin-bottom: 30px;
  }

  .blog-area.left-sidebar .sidebar,
  .blog-area.right-sidebar .sidebar {
    margin-top: 50px;
  }

  .blog-area .blog-items .blog-thin-colums .item {
    padding: 0;
    border: none;
  }

  .blog-area.right-sidebar .sidebar {
    padding-left: 15px;
  }

  .blog-area.left-sidebar .sidebar {
    padding-right: 15px;
  }

  .blog-area .item .thumb img {
    width: 100%;
  }

  /* Contact Area */
  .contact-area .form-box {
    margin-top: 50px;
  }


  /* Footer */
  footer .f-items {
    padding-bottom: 70px;
  }

  footer .f-items .f-item.contact-widget::after {
    display: none;
  }

  footer .f-items .f-item.about {
    border-right: none;
    margin-right: 0;
  }

  footer .item {
    margin-bottom: 50px;
  }

  footer .footer-bottom {
    text-align: center;
  }

  .footer-bottom .link {
    text-align: center !important;
    margin-top: 10px;
  }

  footer .footer-bottom ul li {
    margin-left: 8px;
    margin-right: 8px;
  }


}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {


  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .default-padding.bottom-less {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .default-padding-bottom {
    padding-bottom: 50px;
  }

  .default-padding-top {
    padding-top: 0;
  }

  .site-heading {
    margin-bottom: 40px;
  }

  .site-heading h2 {
    font-size: 36px;
  }

  .breadcrumb-area h1 {
    font-size: 36px;
  }

  .owl-carousel.owl-theme .owl-nav {
    display: none;
  }

  .breadcrumb-area {
    padding: 80px 0;
    position: relative;
  }

  .breadcrumb-area .breadcrumb {
    background: transparent;
    position: inherit;
    left: 0;
    bottom: 0;
    transform: inherit;
    box-shadow: inherit;
  }

  .breadcrumb-area .breadcrumb a,
  .breadcrumb-area .breadcrumb li {
    color: #ffffff;
  }

  .breadcrumb-area .breadcrumb li.active {
    color: #cccccc;
  }

  .breadcrumb-area .row::after,
  .breadcrumb-area .row::before {
    display: none;
  }

  /* Topbar */
  nav.navbar .quote-btn {
    display: none;
  }

  .attr-nav {
    display: block;
    right: 25px;
    top: 3px;
  }
  #contact .info{
    /* display: none; */
  }

  .attr-nav > ul > li.lang{
    display: none;
  }
  .lang2{display: block}
  .attr-nav > ul > li.button > a {
    padding: 8px 15px !important;
    border-radius: 20px;
    font-size: 15px;
  }
  .navbar.navbar-fixed.transparent .attr-nav > ul > li.contact,
  .navbar .attr-nav.button {
    display: none;
  }

  .side {
    padding: 50px 50px 50px 35px;
    width: 320px;
  }

  .shape-left-bottom {
    bottom: inherit;
    top: 0;
  }
  .swiper-container{padding:40px 0}
  /* Banner Area */
  body, .banner-area, .banner-area div {
    height: auto;
  }

  .banner-area .content,
  .banner-area .double-items {
    overflow: hidden;
    padding: 0;
  }

  .banner-area {
    text-align: center;
    opacity: inherit;
  }

  .banner-area p {
    padding: 0 15px;
  }

  .banner-area .content-box h2,
  .banner-area h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .banner-area.top-pad-80 .content-box {
    padding-top: 25px;
  }

  .banner-area.auto-height .content-box .thumb-inner img:nth-child(2) {
    display: none;
  }

  .banner-area.auto-height .content-box .thumb-inner {
    padding-right: 0;
    text-align: center;
    margin-bottom: 0;
  }

  .banner-area .double-items {
    padding-top: 0;
  }

  .banner-area .double-items .thumb img {
    max-width: 80%;
    margin: 50px auto auto;
  }

  .banner-area .button {
    justify-content: center;
  }

  /* About */

  .about-area .thumb {
    padding-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .about-area .thumb img:nth-child(2) {
    display: none;
  }

  .about-area .about-items .info {
    padding-left: 15px;
  }

  .about-area .about-items ul li:nth-child(2) {
    margin-left: 0;
  }

  .about-area .fixed-shape-left {
    display: none;
  }

  .about-area .about-content {
    text-align: center;
  }

  .about-area .about-content .thumbs {
    margin-bottom: 30px;
  }

  .about-area .about-content .thumbs img {
    max-width: 80%;
    margin: auto;
  }

  .about-area .about-content .info {
    padding-left: 15px;
    margi-top: 30px;
  }

  .about-area .about-content ul::after {
    display: none;
  }

  .about-area .about-content ul {
    margin-top: 0;
    justify-content: center;
  }

  .about-area.inc-left-border {
    padding-bottom: 50px;
  }


  /* Choose Us area */

  .choose-us-area.padding-bottom-extra {
    padding-bottom: 140px;
  }

  .choose-us-area .thumb {
    margin-bottom: 30px;
  }

  .choose-us-area .thumb::after,
  .choose-us-area .thumb::before {
    display: none;
  }

  .choose-us-area .info {
    padding-left: 15px;
  }

  .choose-us-area .info ul li {
    width: 100%;
  }


  /* Fun Factor */
  .fun-factor-area .fun-fact-items {
    padding: 50px 0;
  }

  .fun-factor-area .fun-fact-items .item {
    border-right: none;
    margin-bottom: 50px;
  }

  .fun-factor-area .fun-fact-items .item:last-child {
    margin-bottom: 0;
  }

  /* Clients */
  .clients-area {
    text-align: center;
  }

  ul.achivement li {
    display: block;
    margin-right: 0;
    border-right: none;
    padding-right: 0;
    float: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
  }

  ul.achivement li .counter {
    justify-content: center;
  }

  ul.achivement li .medium {
    text-align: center;
    float: none;
  }

  .clients-area .right-info {
    margin-top: 30px;
  }

  .clients-area .partner-carousel,
  .clients-area .clients-carousel {
    margin-top: 30px;
  }

  .clients-area .partner-carousel::after {
    opacity: 0.3;
    display: none;
  }


  /* Features */

  .features-area {
    text-align: center;
  }

  .features-area .features-box .left-content {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .features-area .features-box .item {
    display: block;
  }

  .features-area .features-box .item .icon {
    margin-right: 0;
    margin-bottom: 25px;
  }


  /* Feature Version Two */
  .our-features-area {
    padding-bottom: 0;
  }

  .features-area .feature-box .single-item .item {
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
  }

  .features-area .feature-box {
    padding-bottom: 20px;
  }

  /* Newsletter Subscribe */

  .subscribe-area .subscribe-items {
    padding: 80px 30px;
    border-radius: 10px;
  }


  /* Overview */
  .overview-area::after {
    height: 200px;
  }

  .overview-area .item .content h4 {
    justify-content: center;
  }


  /* Tab Overview */

  .center-tabs .tab-content .info {
    padding-left: 15px;
    margin-top: 30px;
  }

  .center-tabs .nav-tabs {
    border: none;
    margin-bottom: 30px !important;
  }

  .center-tabs .nav-tabs li {
    display: block;
  }

  .center-tabs .nav-tabs li a {
    border: 1px solid #e7e7e7 !important;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 16px;
  }

  .center-tabs .nav-tabs li a.active {
    border: 1px solid #4ac4f3 !important;
  }

  .center-tabs .nav-tabs li a.active::before,
  .center-tabs .nav-tabs li a.active::after {
    display: none;
  }


  /* Step */
  .process-area .thumb {
    margin-bottom: 30px;
  }

  .process-area .info {
    padding-left: 15px;
    text-align: center;
  }

  .process-area .info li {
    display: block;
  }

  .process-area .info li i {
    margin-right: 0;
    padding-bottom: 25px;
  }

  .process-area .info li::after {
    display: none;
  }

  .process-area .info li h4 span {
    display: none;
  }

  .process-area .info li h4 span::after {
    display: none;
  }

  /* Testimonials */
  .testimonials-area .testimonial-items {
    text-align: center;
  }

  .testimonial-carousel .item {
    display: block;
  }

  .testimonial-carousel .item .thumb {
    display: inline-block;
  }

  .testimonial-carousel .item .info {
    border-left: none;
    padding: 0;
    margin-top: 15px;
  }

  .testimonials-area .testimonial-items .testimonial-carousel .owl-nav {
    margin-top: 15px;
    text-align: center;
    top: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .testimonials-area .thum {
    padding-left: 15px;
    margin-top: 30px;
  }

  .testimonial-carousel .item .thumb {
    margin-right: 0;
  }

  .testimonials-area .thum img {
    max-width: 100%;
  }

  .testimonial-carousel .item .info span {
    padding-left: 0;
  }

  .testimonial-carousel .item .info span::after {
    display: none;
  }


  /* Pricing */

  .pricing-items {
    border: none;
  }

  .pricing-area .single-item {
    padding: 0;
    margin-bottom: 30px;
  }

  .pricing-area .single-item:last-child {
    margin-bottom: 0;
  }

  .pricing-area .pricing-item {
    border: 1px solid #e7e7e7;
  }

  .pricing-area .single-item:nth-child(2) .pricing-item {
    border-color: #4ac4f3 !important;
  }

  /* Portfolio */

  .projects-area .gallery-items.colums-2 .pf-item,
  .projects-area .gallery-items.colums-3 .pf-item,
  .projects-area .gallery-items.colums-4 .pf-item {
    width: 100%;
  }

  /* Blog */
  .blog-area .blog-thin-colums .thumb {
    margin-bottom: 30px;
  }

  .blog-area .thumb .date {
    left: 30px;
    right: auto;
  }

  .blog-area .item .info {
    padding: 30px;
    padding-top: 50px;
  }

  .blog-area .blog-items .footer-meta ul {
    border-top: none;
    padding-top: 0;
  }

  .blog-area .blog-items .footer-meta ul li:first-child {
    display: none;
  }

  .blog-area .pagi-area .pagination {
    display: block;
  }

  .blog-area .pagi-area .pagination li {
    display: inline-block;
    margin-top: 5px;
  }

  .blog-area .blog-content .post-tags,
  .blog-area .blog-content .share {
    display: block;
    text-align: center;
    padding: 20px 0;
    padding-bottom: 15px;
  }

  .blog-area .blog-content .share .social {
    margin-top: 10px;
  }

  .blog-area.left-sidebar .blog-content {
    float: none;
  }

  .blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
    padding: 50px 30px;
  }

  .blog-area.left-sidebar .sidebar,
  .blog-area.right-sidebar .sidebar {
    margin-top: 50px;
    overflow: hidden;
  }

  .blog-area.right-sidebar .sidebar {
    padding-left: 15px;
  }

  .blog-area.left-sidebar .sidebar {
    padding-right: 15px;
  }

  .blog-area.single .post-pagi-area {
    text-align: center;
  }

  .blog-area.single .post-pagi-area a {
    margin: 5px;
  }

  .blog-area.single .post-pagi-area a:last-child {
    float: none;
  }

  .comments-list .commen-item.reply {
    margin-left: 0;
  }

  .comments-list .commen-item .content,
  .comments-list .commen-item .avatar {
    display: block;
    text-align: center;
  }

  .comments-list .commen-item .content {
    width: 100%;
    margin-top: 30px;
  }

  .comments-list .commen-item .content h3,
  .comments-list .commen-item .content h4,
  .comments-list .commen-item .content h5 {
    display: block;
  }

  .comments-list .commen-item .content .reply {
    margin-top: 15px;
  }

  .blog-area .comments-area {
    text-align: center;
  }

  .comments-list .commen-item .content::after {
    position: absolute;
    left: 50%;
    top: -30px;
    content: "";
    border-bottom: 15px solid #edf5ff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    margin-left: -15px;
  }

  .comments-list .commen-item .avatar {
    float: none;
    height: 80px;
    width: 80px;
    margin: auto;
  }

  .comments-list .commen-item .content .title {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .comments-list .commen-item .content .title span {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    margin-top: 15px;
  }

  .comments-list .commen-item {
    margin-bottom: 50px;
    display: block;
  }

  .blog-area .contact-comments .comments {
    margin: 0;
  }

  .comments-list .commen-item:last-child {
    margin-bottom: 0;
    border: none;
  }

  .blog-area .comments-form {
    margin-top: 50px;
  }

  .comments-info a {
    position: inherit;
  }

  .comments-list .commen-item .content p {
    margin-bottom: 15px;
  }


  /* Contact Area */

  .contact-area .form-box {
    margin-top: 35px;
  }

  .contact-area .info ul li {
    float: left;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    margin-bottom: 0;
  }

  .contact-area .info ul li:last-child {
    margin-bottom: 0;
  }

  /* Footer */
  footer .f-items {
    padding-bottom: 0;
  }

  footer .f-items .f-item.contact-widget::after {
    display: none;
  }

  footer .f-items .f-item.about {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }

  footer .item {
    margin-bottom: 50px;
  }

  footer .footer-bottom {
    text-align: center;
  }

  .footer-bottom .link {
    text-align: center !important;
    margin-top: 10px;
  }

  footer .footer-bottom ul li {
    margin-left: 8px;
    margin-right: 8px;
  }


}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

  /* Portfolio */
  .projects-area .gallery-items.colums-2 .pf-item,
  .projects-area .gallery-items.colums-3 .pf-item,
  .projects-area .gallery-items.colums-4 .pf-item {
    width: 50%;
  }
}




/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {


  .side {
    padding: 50px;
    width: 400px;
  }

  .attr-nav {
    display: inline-block;
  }

  /* Clients */
  .clients-area .achivement {
    display: inline-block;
  }

  ul.achivement li {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-right: 1px solid #cccccc;
    border-bottom: none;
    padding-right: 40px;
    float: left;
  }

  /* Process */
  .process-area .info li p {
    padding: 0 15%;
  }

  /* Blog */

  .blog-area .comments-area {
    text-align: left;
  }

  .comments-list .commen-item {
    display: flex;
  }

  .comments-list .commen-item .content {
    width: auto;
    margin-top: 0;
    margin-left: 15px;
    text-align: left;
  }

  .comments-list .commen-item .avatar {
    float: none;
    height: 80px;
    width: 80px;
    margin: inherit;
    text-align: left;
  }

  .comments-list .commen-item .content .title {
    margin-top: 0;
  }

  .comments-list .commen-item .content {
    padding-left: 25px;
  }

  .comments-list .commen-item .content .title {
    margin-top: 0;
  }

  .comments-list .commen-item .content h3,
  .comments-list .commen-item .content h4,
  .comments-list .commen-item .content h5 {
    display: flex;
  }

  .comments-list .commen-item .content .reply {
    margin-top: 0;
  }

  .comments-list .commen-item .content::after {
    position: absolute;
    left: -14px;
    top: 30px;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #edf5ff;
  }

  .blog-area.single .post-pagi-area {
    text-align: inherit;
  }

  .blog-area.single .post-pagi-area a:last-child {
    float: right;
  }
}

@media screen and (max-width: 991px) {

  /* global reset - start */
  .order-last {
    order: 0;
  }
}

/* Custom layout. */
@media only screen and (min-width: 1519px) {
  .countItem.handshake {
    z-index: 2;
    left: calc(14% - 2px);
    padding: 29px 20px;
  }

  .countItem.earth-globe {
    z-index: 3;
    top: calc(50% - 42px);
    left: 13px;
    padding: 36px;
    width: 235px;
    height: 235px;
  }

  .countItem.profile {
    z-index: 1;
    left: 213px;
    top: calc(50% - 58px);
    padding: 67px 60px;
  }
  .about-area.inc-left-border::before {
    right: 60px;
  }
}

/* Custom Layout */
@media only screen and (max-width: 480px) {
  #aboutBoxMobile .carousel-item h3{
    min-height: 40px;
  }
  .header-title-after {
    font-size: 29px;
  }
  .banner-area .content-box h2, .banner-area h2 {
    font-size: 29px;
  }
  div#contact {
    padding-top: 50px;
  }
  div#partner-home {
    margin: 0 auto;
    padding: 40px 0px;
  }
  #qaSectionCarousel .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
  }
  .banner-area.text-center p, .banner-area .text-center p {
    padding: 0 15px;
    font-size: 20px;
  }
  div#aboutMore, #solutionMore {
    padding: 10px 0;
    cursor: pointer;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 500;
  }
  div#solutionMoreBack {
    color: #505050;
  }
  .banner-area .double-items>.row .swiper-container {
    padding: 0 0 20px 0;
    margin-top: -30px;
  }
  .banner-area .double-items>.row #register {
    padding: 29px 0;
    line-height: 30px;
  }
  .banner-area .double-items>.row{
    flex-direction: column-reverse;
  }
  section#solutionBox {
    margin-top: 0;
  }
  footer .f-items {
    padding-bottom: 0;
    padding-top: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-address .address {
    font-size: 17px;
    line-height: 40px;
  }
  .about img {
    margin: 0 auto;
    height: 50px;
    margin-bottom: 20px;
  }
  .about{
    justify-content: center;
  }
  #solutionDetailBox{
    display: none;
  }
  div#solutionBoxContent {
    padding: 30px 0;
    text-align: center;
  }
  div#aboutBox2 {
    background: none;
  }
  div#aboutBox2 {
    background: none;
    padding: 45px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  a.getstarted.btn.btn-getstarted.smooth-menu.wow.fadeInDown {
    margin-top: 15px;
  }
  div#aboutBox2:before{
    background: none;
  }
  #solutionContent {
    height: auto;
    padding: 0px 0 20px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .solutionInfo {
    padding: 30px 0;
    font-size: 19px;
    line-height: 35px;
    text-align: justify;
    z-index: 1;
    position: relative;
  }
  .mainSolution:before{
    /* content: ''; */
    background: rgba(0,0,0,0.55);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }

  .mainSolution{
    /* background: url("/assets/img/bgmobile.jpg") center center no-repeat; */
    background-size: cover;
    padding: 0 15px;
    color: #FFF;
    position: relative;
  }
  #aboutBoxMobile {
    padding: 0;
  }
  #aboutBoxMobile .carousel-control-prev,
  #aboutBoxMobile .carousel-control-next,
  #aboutBoxMobile .carousel-control-prev:hover,
  #aboutBoxMobile .carousel-control-next:hover {

  }
  div#aboutBox2 h2,#solutionBoxContent .mainSolution h2{
    color: #2b5748;
  }
  div#aboutBox2 h2:after,#solutionBoxContent .mainSolution h2:after{
    border-color: #2b5748;
  }
  #aboutBox2 .solutionInfo{
    display: block;
  }
  .mainSolution p{
    color: #666666;
    font-size: 20px;
    text-align: center;
  }
  .mt-5{
    margin: 0!important;
  }
  .footer-address  {
    padding: 0 47px;
    text-align: center;
  }
  footer.text-light h3 {
    color: #E7C69D;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
  }
  .lang{
    display: none;
  }
  .subscribe-area .subscribe-items {
    padding: 80px 15px;
  }

  .subscribe-area form button {
    position: inherit;
    right: 0;
    top: 0;
    height: 60px;
    background: #ffffff;
    color: #4ac4f3;
    width: 100%;
    margin-top: 15px;
  }

  .banner-area .button {
    display: block;
  }

  .banner-area .button .video-btn {
    display: none;
  }

  .about-area .about-content ul {
    display: block;
  }

  .about-area .about-content ul li {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .about-area .about-content ul li i {
    margin-right: 0;
    margin-bottom: 20px;
  }
  nav.navbar.bootsnav .navbar-header{
    width: 80px;
    display: inline-block;
    padding: 0;
  }
  nav.navbar.bootsnav .navbar-header .navbar-brand{
    padding: 15px 0;
  }
  nav.navbar .navbar-brand img.logo {
    height: 20px!important;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: inline-block !important;
    float: right;
    margin-right: -16px;
  }
  nav.navbar.bootsnav .navbar-nav > li {
    display: inline-block;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border: 0!important;
    padding: 15px 0 !important;
  }
  nav.navbar.bootsnav .navbar-nav > li {
    float: none;
    padding: 0 6px 0 0;
  }
  nav.navbar.bootsnav .navbar-nav > li:last-child {
    padding: 0;
  }
  #register .desc-info {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .carousel-indicators {
    bottom: -20px;
    margin-bottom: 0;
  }
  #countBox{display: none}
  #countBox2{display: block;padding: 30px 0 20px 0;}
  #countBox2 .carousel-item{
    padding: 10px 90px;
  }
  .countItem2{
    border: 0;
    border-radius: 30px;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    background: #FFF;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
  }
  .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev {
    left: 0;
  }
  .countItem2 img{width: 70px}
  .countItem2 h3{
    color: #DA6829;
    margin: 20px 0;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
    white-space: pre-wrap;
  }
  #aboutBoxMobile .carousel-item p{
    min-height: 78px;
  }
  .countItem2 p{
    font-size: 20px;
    color: #707070;
    white-space: pre-wrap;
    font-weight: 500;
    min-height: 60px;
  }

  .about-area::before {
    position: absolute;
    right: -77px;
    top: 323px;
    content: " ";
    height: 430px;
    width: 430px;
    background: #2b5748;
    z-index: 0;
    border-radius: 50%;
  }
  .transform {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 30px;
  }
  .connect {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
    line-height: 30px;
  }
  .timelineInfo {
    text-align: justify;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
    padding: 0;
  }
  #qaSectionCarousel .carousel-item h3 {
    color: #2b5748;
    font-size: 22px;
    margin-bottom: 6px;
  }
  div#qaSectionCarousel{
    margin-bottom: 0;
    width: 100%;
    padding: 0;
  }
  #partner-home .item {
    flex: 0 1 33%;
    margin: 10px 0;
  }
  div#aboutBoxContent h2 {
    color: #E7C69D;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
  }
  .aboutInfo {
    color: #FFF;
    padding: 39px 15px;
    font-size: 15px;
    line-height: 30px;
  }
  div#aboutBoxContent h2:after {
    border-bottom: 2px solid #E7C69D;
    /* position: relative; */
    width: 60px;
    z-index: 11;
    /* display: block; */
    margin: 4px auto;
  }
  div#aboutBoxContent {
    padding: 60px 30px;
    text-align: right;
  }
  #countBox3{
    display: block;
  }
  #qaSectionCarousel .carousel-control-next {
    right: -15px;
  }
  #qaSectionCarousel .carousel-control-prev {
    left: -15px;
  }
  #qa h2.service-title {
    color: #2B5748;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
  }
  #qaSectionCarousel .timelineInfo{
    padding: 0 40px;
    text-align: center;
  }
  #qaSectionCarousel h3{
    padding: 0 40px;
    font-size: 23px;
  }
  #qaSectionCarousel .swiper-button-next,
  #qaSectionCarousel .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
  }

  #qaSectionCarousel .swiper-button-prev,
  #qaSectionCarousel .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
  }
}
/* Custom Layout */
@media only screen and (min-width: 375px) and (max-width: 667px),
  @media only screen and (min-width: 411px) and (max-width: 731px) {
    .about-area::before {
      position: absolute;
      right: -90px;
      top: 323px;
      content: " ";
      height: 480px;
      width: 480px;
      background: #2b5748;
      z-index: 0;
      border-radius: 50%;
    }
    div#aboutBoxContent h2 {
      color: #E7C69D;
      position: relative;
      text-transform: uppercase;
      font-weight: 700;
      text-align: right;
      font-size: 28px;
    }
    .aboutInfo {
      color: #FFF;
      padding: 40px 0px 40px 20px;
      font-size: 16px;
      line-height: 31px;
      text-align: right;
    }
    div#aboutBoxContent h2:after {
      /* border-bottom: 2px solid #E7C69D; */
      /* position: relative; */
      /* width: 60px; */
      /* z-index: 11; */
      /* display: block; */
      /* margin: 10px auto; */
    }
    div#aboutMore {
      text-align: center;
      padding: 0 44px;
      margin-left: 35px;
    }
    #qaSectionCarousel .carousel-inner {
      margin: 0 20px;
      box-shadow: none;
      border: 0;
    }
    #aboutDetailBox{
      display: none;
    }
    #aboutBoxMobile{
      display: block;
    }
    #aboutBoxMobile .carousel-inner .carousel-item{
      padding: 6px 70px;
      flex: 0 1 auto;
    }
    #aboutMoreBack i {
      font-size: 30px;
      line-height: 25px;
      vertical-align: bottom;
    }
    #aboutBox {
      min-height: auto;
    }
    div#aboutBoxContent {
      padding: 60px 15px 60px 30px;
      text-align: right;
    }

  }

  @media (min-width: 1400px) {
    .about-area.inc-left-border::before {
      right: 120px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1300px;
    }
  }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 15px 12px !important;
    }
  }
  @media all and (device-width: 768px) and (device-height: 1024px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 15px 12px !important;
    }
    .about-area::before {
      position: absolute;
      right: -87px;
      top: 323px;
      content: " ";
      height: 480px;
      width: 480px;
      background: #2b5748;
      z-index: 0;
      border-radius: 50%;
    }
  }
  @media all and (device-width: 768px) and (device-height: 1024px) {
    div#aboutBoxContent {
      padding: 110px 0;
      text-align: right;
    }
    .aboutInfo {
      color: #FFF;
      padding: 30px 0 30px 50px;
      font-size: 17px;
      line-height: 30px;
    }
  }
  /*
  IPAD PRO
   */
  @media all and (device-width: 1440px) and (device-height: 900px)  {
    .about-area.inc-left-border::before {
      right: -70px;
    }
  }
  @media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
    .about-area::before {
      position: absolute;
      right: -87px;
      top: 120px;
      content: " ";
      height: 480px;
      width: 480px;
      background: #2b5748;
      z-index: 0;
      border-radius: 50%;
    }
    .countItem.earth-globe {
      z-index: 3;
      top: calc(50% - 55px);
      left: 82px;
      padding: 36px;
      width: 235px;
      height: 235px;
    }
    .countItem.handshake {
      z-index: 2;
      left: calc(50% - 143px);
      padding: 29px 20px;
    }
    .countItem.profile {
      z-index: 1;
      right: 81px;
      top: calc(50% - 51px);
      padding: 67px 60px;
    }
  }
  @media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .about-area::before {
      position: absolute;
      right: -87px;
      top: 120px;
      content: " ";
      height: 480px;
      width: 480px;
      background: #2b5748;
      z-index: 0;
      border-radius: 50%;
    }
    .countItem.earth-globe {
      z-index: 3;
      top: calc(50% - 55px);
      left: 82px;
      padding: 36px;
      width: 235px;
      height: 235px;
    }
    .countItem.handshake {
      z-index: 2;
      left: calc(50% - 143px);
      padding: 29px 20px;
    }
    .countItem.profile {
      z-index: 1;
      right: 81px;
      top: calc(50% - 51px);
      padding: 67px 60px;
    }
  }
  @media all and (device-width: 768px) and (device-height: 1024px) {
    .about-area::before {
      position: absolute;
      right: -70px;
      top: 600px;
      content: " ";
      height: 520px;
      width: 520px;
      background: #2b5748;
      z-index: 0;
      border-radius: 50%;
    }
    .countItem.earth-globe {
      z-index: 3;
      top: calc(50% - 55px);
      left: 82px;
      padding: 36px;
      width: 235px;
      height: 235px;
    }
    .countItem.handshake {
      z-index: 2;
      left: calc(50% - 143px);
      padding: 29px 20px;
    }
    .countItem.profile {
      z-index: 1;
      right: 142px;
      top: calc(50% - 51px);
      padding: 67px 60px;
    }
    div#aboutBoxContent {
      padding: 110px 30px 110px 30%;
      text-align: right;
    }
  }
  @media all and (device-width: 717px) and (device-height: 512px) {
    .about-area::before {
      position: absolute;
      right: -87px;
      top: 553px;
      content: " ";
      height: 520px;
      width: 520px;
      background: #2b5748;
      z-index: 0;
      border-radius: 50%;
    }
    .countItem.earth-globe {
      z-index: 3;
      top: calc(50% - 55px);
      left: 82px;
      padding: 36px;
      width: 235px;
      height: 235px;
    }
    .countItem.handshake {
      z-index: 2;
      left: calc(50% - 143px);
      padding: 29px 20px;
    }
    .countItem.profile {
      z-index: 1;
      right: 9px;
      top: calc(50% - 51px);
      padding: 67px 60px;
    }
    div#aboutBoxContent {
      padding: 110px 30px 110px 47%;
      text-align: right;
    }
    #aboutMoreBack i {
      font-size: 30px;
      line-height: 25px;
      vertical-align: bottom;
    }
  }
  @media all and (device-width: 540px) and (device-height: 720px) {
    .about-area::before {
      position: absolute;
      right: -87px;
      top: 553px;
      content: " ";
      height: 520px;
      width: 520px;
      background: #2b5748;
      z-index: 0;
      border-radius: 50%;
    }
    .countItem.earth-globe {
      z-index: 3;
      top: calc(50% - 55px);
      left: 82px;
      padding: 36px;
      width: 235px;
      height: 235px;
    }
    .countItem.handshake {
      z-index: 2;
      left: calc(50% - 143px);
      padding: 29px 20px;
    }
    .countItem.profile {
      z-index: 1;
      right: auto;
      top: calc(50% - 51px);
      padding: 67px 60px;
      left: 232px;
    }
    div#aboutBoxContent {
      padding: 80px 30px 30px 100px;
      text-align: right;
    }
  }

  @media all and (device-width: 1366px)  {
    .double-items > .row div {
      height: auto;
      margin-top: -19px;
    }
  }
  @media all and (min-width: 1511px) and (max-width: 1700px) {
    #register {
      padding: 100px 0;
      line-height: 30px;
    }
    .aboutInfo {
      color: #FFF;
      padding: 60px 0 60px 100px;
      font-size: 20px;
      line-height: 35px;
    }
    #countBox {
      display: block;
      padding: 70px 0;
    }
    #aboutBox {
      min-height: 920px;
    }
    #about {
      min-height: 920px;
    }
    .about-area.inc-left-border::before {
      right: -200px;
      width: 800px;
      height: 800px;
    }
  }
  @media all and (min-width: 1367px) and (max-width: 1500px) {
    .about-area.inc-left-border::before {
      right: -60px;
    }
  }

  @media all and (device-width: 280px) and (device-height: 653px) {
    .mt-5{
      margin: 0!important;
    }
    .footer-address  {
      padding: 0 30px;
    }
    footer.text-light h3 {
      color: #E7C69D;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 20px;
    }
    .lang{
      display: none;
    }
    .subscribe-area .subscribe-items {
      padding: 80px 15px;
    }

    .subscribe-area form button {
      position: inherit;
      right: 0;
      top: 0;
      height: 60px;
      background: #ffffff;
      color: #4ac4f3;
      width: 100%;
      margin-top: 15px;
    }

    .banner-area .button {
      display: block;
    }

    .banner-area .button .video-btn {
      display: none;
    }

    .about-area .about-content ul {
      display: block;
    }

    .about-area .about-content ul li {
      border-right: none;
      margin-right: 0;
      padding-right: 0;
      display: block;
      text-align: center;
      margin-bottom: 30px;
    }

    .about-area .about-content ul li i {
      margin-right: 0;
      margin-bottom: 20px;
    }
    nav.navbar.bootsnav .navbar-header{
      width: 80px;
      display: inline-block;
      padding: 0;
    }
    nav.navbar.bootsnav .navbar-header .navbar-brand{
      padding: 15px 0;
    }
    nav.navbar .navbar-brand img.logo {
      height: 20px!important;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse {
      display: inline-block !important;
      float: right;
      margin-right: -16px;
    }
    nav.navbar.bootsnav .navbar-nav > li {
      display: inline-block;
    }
    nav.navbar.bootsnav .navbar-nav > li > a {
      border: 0!important;
      padding: 15px 0 !important;
    }
    nav.navbar.bootsnav .navbar-nav > li {
      float: none;
      padding: 0 3px 0 0;
    }
    nav.navbar.bootsnav .navbar-nav > li:last-child {
      padding: 0;
    }
    #register .desc-info {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 20px;
      line-height: 25px;
    }
    .carousel-indicators {
      bottom: -20px;
      margin-bottom: 0;
    }
    #countBox{display: none}
    #countBox2{display: block}
    #countBox2 .carousel-item{
      padding: 0 40px;
    }
    .countItem2{
      border: 1px solid #CCC;
      border-radius: 30px;
      padding: 20px 15px;
      text-align: center;
      position: relative;
      background: #FFF;
      border: 1px solid #ebebeb;
    }
    .carousel-control-next {
      right: -15px;
    }
    .carousel-control-prev {
      left: -15px;
    }
    .countItem2 img{width: 70px}
    .countItem2 h3{
      color: #DA6829;
      margin: 10px 0 5px 0;
      font-weight: bold;
      font-size: 33px;
      letter-spacing: 2px;
    }
    .countItem2 p{
      font-size: 13px;
      color: #040404;
      white-space: pre-wrap;
      font-weight: 500;
    }

    .about-area::before {
      position: absolute;
      right: -87px;
      top: 323px;
      content: " ";
      height: 430px;
      width: 430px;
      background: #2b5748;
      z-index: 0;
      border-radius: 50%;
    }
    .transform {
      font-size: 25px;
      font-weight: bold;
      margin-bottom: 30px;
      line-height: 30px;
    }
    .connect {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 14px;
      line-height: 30px;
    }
    .timelineInfo {
      text-align: justify;
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 20px;
    }
    #qaSectionCarousel{
      margin-bottom: 40px;
    }
    #partner-home .item {
      flex: 0 1 33%;
      margin: 10px 0;
    }
    nav.navbar.bootsnav ul.nav > li > a {
      color: #E7C69D;
      background-color: transparent !important;
      font-weight: 500;
      font-size: 9px;
    }
    div#aboutBoxContent {
      padding: 105px 20px;
      text-align: right;
    }
    .aboutInfo {
      color: #FFF;
      padding: 15px 0px;
      font-size: 14px;
      line-height: 24px;
    }
    #qaSectionCarousel .carousel-item h3 {
      color: #2b5748;
      font-size: 16px;
      margin-bottom: 6px;
    }
    #qa h2.service-title {
      color: #2B5748;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 21px;
    }
  }
  @media all and (device-width: 717px) and (device-height: 512px) {
    .about-area::before {
      position: absolute;
      right: 89px;
      top: 553px;
      content: " ";
      height: 520px;
      width: 520px;
      background: #2b5748;
      z-index: 0;
      border-radius: 50%;
    }
    div#aboutBoxContent {
      padding: 60px 30px;
      text-align: right;
    }
    div#aboutBoxContent h2:after {
      border-bottom: 2px solid #E7C69D;
      content: '';
      position: relative;
      width: 60px;
      z-index: 11;
      margin: 10px auto;
      display: block;
    }
    div#aboutBoxContent h2 {
      font-weight: 700;
      text-align: center;
    }
    .aboutInfo {
      color: #FFF;
      padding: 30px;
      font-size: 18px;
      line-height: 30px;
    }
    div#aboutMore {
      padding: 20px 30px;
    }
    .default-padding {
      padding-top: 0;
      padding-bottom: 50px;
    }
    div#aboutBoxContent {
      padding: 110px 9px;
      text-align: center;
    }

  }
  @media all and (device-width: 360px) and (device-height: 640px) {
    nav.navbar.bootsnav ul.nav > li > a {
      font-size: 13px;
    }
  }

  @media only screen and (device-width: 1600px) and (device-height: 900px) {
    .w-60{
      width: 53%!important;
    }
  }
  @media only screen and (device-width: 1366px)  {
    div#solutionBoxContent {
      padding: 40px 0;
      text-align: center;
    }
    .solutionInfo.wow.fadeInDown {
      padding: 0px 90px;
    }
    div#aboutMore, #solutionMore {
      padding: 10px 0;
    }
  }
