 
* {
  margin: 0;
  padding: 0; }

body, p {
  font-family:  'Lato', sans-serif;
  color: #333132;
  font-size: 16px;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333132;
  line-height: 1.3;
  font-weight: bold;
font-family: 'latomedium';
}


a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #fff;
}

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }



.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }
.section-padding-50-0 {
    padding-top: 50px;
    padding-bottom: 0px; }
.section-padding-50 {
      padding-top: 50px;
      padding-bottom: 50px; }

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .section-heading .line- {
    width: 90px;
    height: 2px;
    background-color: #cb8670;
    display: block;
    margin-bottom: 40px; 
}
.section-heading h1 {
    font-size: 32px;
    color: #f05442;
    text-transform: uppercase;
    padding-bottom: 13px;
}
.section-heading h2 {
    font-size: 32px;
    color: #f05442;
    text-transform: uppercase;
    padding-bottom: 13px;
}
.section-heading h1::after {
    width: 160px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    background-size: 100%;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #e80000 40%, #e80000 60%, rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #e80000 40%, #e80000 60%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(left, rgba(255, 255, 255, 0), #e80000 40%, #e80000 60%, rgba(255, 255, 255, 0));
}
.section-heading h2::after {
    width: 160px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    background-size: 100%;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #e80000 40%, #e80000 60%, rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #e80000 40%, #e80000 60%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(left, rgba(255, 255, 255, 0), #e80000 40%, #e80000 60%, rgba(255, 255, 255, 0));
}

  .section-heading p {
    margin-bottom: 0; }
  .section-heading.text-center .line- {
    margin: 0 auto 40px; }
  .section-heading.white h2,
  .section-heading.white p {
    color: #ffffff; }

/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.63);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background-color: #f05442;
  border-radius: 0;
  bottom: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover, #scrollUp:focus {
    background-color: #f51900; }

/* :: 3.8.0 Palatin Button */
.palatin-btn {
  background-color: #f05442;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 123px;
  height: 40px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 40px;
  text-transform: capitalize; }
  .palatin-btn:hover, .palatin-btn:focus {
    font-size: 16px;
    background-color: #f05442;
    color: #ffffff; }
  .palatin-btn.btn-2 {
    background-color: #;
    color: #ffffff; }
    .palatin-btn.btn-2:hover, .palatin-btn.btn-2:focus {
      font-size: 16px;
      background-color: #f05442;
      color: #ffffff; }
  .palatin-btn.btn-3 {
    background-color: #ffffff;
    color: #f05442;
    border: 2px solid #f05442;
    height: 49px;
    line-height: 48px; }
    .palatin-btn.btn-3:hover, .palatin-btn.btn-3:focus {
      font-size: 16px;
      background-color: #f05442;
      color: #ffffff; }

/* :: 4.0 Header Area CSS */
.header-area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.container-nav {
    padding: 0 2%;
}
  .header-area .palatin-main-menu {
    position: relative;
    width: 100% !important;
    background-color: rgba(255, 255, 255, 1);
     -webkit-box-shadow: 0 8px 6px -6px #555;
       -moz-box-shadow: 0 8px 6px -6px #555;
            box-shadow: 0 8px 6px -6px #555;
}
    .header-area .palatin-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .palatin-main-menu .classy-navbar {
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      background-color: transparent;
      height: 75px;
      padding: 0;
    }
      @media only screen and (max-width: 767px) {
        .header-area .palatin-main-menu .classy-navbar {
          height: 60px !important; }
        .hero-area {
          margin-top: 60px !important;
      }
      
}
        @media only screen and (max-width: 340px) {
          .breakpoint-on .classy-navbar-toggler {
            right: 10px !important;
        }
        .classy-navbar .nav-brand {
          max-width: 135px;
      }
      body .stick-menu .btn-primary {
    font-size: 12px !important;
    padding: 1px 9px;
    margin-top: 4px;
}
        }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .palatin-main-menu .classy-navbar .nav-brand {
          max-width: 190px; } }
      .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
        text-transform: capitalize;
        color: #222;
        font-size: 15px;
        background-color: transparent; }
        .header-area .palatin-main-menu .classy-navbar .classynav ul li a:hover, .header-area .palatin-main-menu .classy-navbar .classynav ul li a:focus {
          color: #e80000;
      }
      .header-area .palatin-main-menu .classy-navbar .classynav ul li .dropdown li a {
        font-size: 15px;
        padding: 7px 0px;
    }

    @media only screen and (min-width: 1400px){
      .classynav ul li a {
          padding: 0 10px;
      }
      .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
          font-size: 16px;
      }
    }
  @media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
    font-size: 14px;
}
.header-area .palatin-main-menu .classy-navbar {
    padding-right: 115px;
}
 
.stick-menu .btn-primary {
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    z-index: 1;
}
.classynav ul li a {
    padding: 0 6px;
}
.breakpoint-off .classy-menu {
    padding-left: 25px;
}          
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  body .stick-menu .btn-primary {
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
}
.breakpoint-off .classy-menu {
    padding-left: 25px;
}  
body .classy-navbar .nav-brand {
    max-width: 150px;
}
body .classynav ul li a {
    padding: 0 4px;
font-size: 14px !important;
}
body .header-area .palatin-main-menu .classy-navbar {
    padding-right: 115px;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1299px) {
  .container-nav {
    padding: 0 1%;
}
 
.breakpoint-off .classy-menu {
    padding-left: 25px;
}  
  body .stick-menu .btn-primary {
    font-size: 13px;
    color: #fff;
    padding: 3px 5px;
}
body .classy-navbar .nav-brand {
    max-width: 150px;
}
body .classynav ul li a {
    padding: 0 4px;
font-size: 13px !important;
}
body .header-area .palatin-main-menu .classy-navbar {
    padding-right: 100px;
}
}
        @media only screen and (max-width: 1200px) {
          .classy-nav-container h4 {
          color: #fff;
      }
      .breakpoint-on .classy-navbar-toggler {
    position: absolute;
    right: 25px;
    top: 16px;
}
      body .header-area .palatin-main-menu .classy-navbar {
    padding-right: 0;
}
 
body .stick-menu .btn-primary {
      font-size: 14px !important;
    padding: 2px 9px;
    margin-top: 4px;
    position: relative;
z-index: 1;
}
      .breakpoint-on .classynav ul li .dropdown {
          background: #fff;
          padding: 15px 0;
      }
      .breakpoint-on .classynav ul li .dropdown li a {
      margin-left: 20px;
      border: none;
      font-size: 15px !important;
      padding: 0 0 3px 0 !important;
  }
  .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
        color: #222;
      }
      .header-area .palatin-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .palatin-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #fff !important; }
.header-area .palatin-main-menu .classy-navbar .classynav ul li a {
    color: #fff;
}
.header-area .palatin-main-menu .classy-navbar .classynav ul li a:hover, .header-area .palatin-main-menu .classy-navbar .classynav ul li a:focus {
    color: #000;
}
}
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
            font-size: 16px; } }
            .header-area .palatin-main-menu .classy-navbar .classynav ul li.active a {
              color: #000;
          }
      .header-area .palatin-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .palatin-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #f05442; }
      .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
    color: #000;
    height: auto;
    line-height: 25px;
    padding-bottom: 3px;
    margin-bottom: 0px;
    padding-left: 0;
    font-size: 15px;
}
.header-area .palatin-main-menu .classy-navbar .classynav ul li ul li:last-child a {
    border: none;
}
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
            padding: 0 20px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
            color: #ffffff; } }
        @media only screen and (max-width: 767px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
            color: #ffffff; } }
      .header-area .palatin-main-menu .classy-navbar .menu-btn {
        margin-left: 100px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .palatin-main-menu .classy-navbar .menu-btn {
            margin-left: 30px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .palatin-main-menu .classy-navbar .menu-btn {
            margin-left: 30px;
            border: 2px solid #ffffff;
            margin-top: 30px;
            display: inline-block; } }
        @media only screen and (max-width: 767px) {
          .header-area .palatin-main-menu .classy-navbar .menu-btn {
            margin-left: 30px;
            border: 2px solid #ffffff;
            margin-top: 30px;
            display: inline-block; } 
          .classy-navbar .nav-brand {
            max-width: 150px;
            margin-top: 15px;
          }
          
.sticy_btnsec a.stickybtns {
    padding: 3px 15px 4px !important;
  }
  body .stick-menu .btn-primary {
    padding: 1px 9px !important;
}
}
        .header-area .palatin-main-menu .classy-navbar .menu-btn a {
          color: #ffffff;
          font-size: 16px; }
  .header-area .is-sticky .palatin-main-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff !important;
    }
    .sticky-wrapper.is-sticky {
    height: 77px !important;
}
.classy-nav-container h4 {
    font-size: 17px;
    color: #f05442;
    font-weight: normal;
}
.single-mega.cn-col-4 li {
    margin-left: 10px;
}
 
.stick-menu .btn-primary {
    margin: 0;
    font-size: 16px;
    color: #fff;
    padding: 7px 20px;
    z-index: 1;
    position: relative;
}
.stick-menu .btn-primary:hover {
  font-size: 16px;
  color: #fff;
}
    .header-area .is-sticky .palatin-main-menu .classy-navbar {
      height: 70px; }
      @media only screen and (max-width: 767px) {
        .header-area .is-sticky .palatin-main-menu .classy-navbar {
          height: 60px; }
           }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #f05442; } }
@media only screen and (max-width: 767px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #f05442; } }
.classycloseIcon .cross-wrap span {
  background: #ffffff; }

  @media only screen and (min-width: 1600px) {
    .breakpoint-off .classynav ul li .megamenu  {
      max-width: 1400px;
  }  
}
 
.sticy_btnsec a.stickybtns {
    padding: 7px 15px;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .4);
    color: #fff;
    background: #f05442;
    border-radius: 2px;
    font-size: 15px;
    margin-left: 5px;
}
 
.btn.theme_btn {
    background: #f05442 !important;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
} 
.divcenter {
    float: none;
    margin: 0 auto;
}
/*Footer*/
.icons-footer img {
    height: 19px;
    margin-top: 10px;
}
  .copyrights p {
  text-align: center;
  color: #ccc;
  margin-top: 15px;
  }
  .footer-bottom p {
  color: #d0c8c8;
  }
.footer-bottom {
    background-color: #1c1c1c;
    padding: 50px 0px 50px 0px;
}
.closebbtn {
    border: none;
    color: #fff;
    background: #f05442;
    position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 29px;
    padding: 0px 13px 5px 12px;
    text-align: center;
    cursor: pointer;
}
.footer-bottom .col-md-12 {
    background-color: #000;
    margin-top:20px;    
}
.footer-bottom .col-md-12 p {
    padding: 10px 0 0 0;
    font-size: 14px;
}
.footer-bottom h3 {
    font-size: 21px;
    color: #fff;
    margin-bottom: 20px;
}
.copyrights p a {
    color: #ccc;
}
.legal a p{
margin:0px;
}
.footer-top h3 {
    color: #f05442;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}
.calendly-inline-widget {
    height: 580px;
}
.calendly-form{
   margin: 0 auto 30px;
    background: #fff !important;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .1);
    min-width: 300px;
    max-width: 600px;
}
.schedule_meeting {
    padding: 0px 15px;
    background: url(../../home/img/meeting_bg.webp) repeat;
    background-size: auto auto;
    background-size: cover;
}
.schedule_meeting {
    background: url(../../home/img/meeting_bg.webp) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: contain;
    background-position: center 60%;
    margin-bottom: 60px;
}
.schedule-form {
    margin: 0 auto 30px;
    background: #fff !important;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .1);
    border-top: 5px solid #666A73;
    max-width: 600px;
}
.schedule-form form {
    padding: 10px 0px;
    max-width: 400px;
    margin: 30px auto;
}
.footer_form .form-control {
    border: 1px solid #999;
    background: none;
    color: #fff;
    padding: 3px 10px;
    margin-bottom: 15px;
    width: 100%;
}
.our_services_cont {
    position: relative;
    z-index: 1;
}
.spinner,.spinner-2,.spinner-3 {
  width: 60px;
  height: 60px;
  right: 0;
  margin: auto;
  bottom: 0;
}

.double-bounce1,.double-bounce2,.spinner,.spinner-2 {
  background-color: #f05442;
  position: absolute;
  left: 0;
  top: 0;
}
header .double-bounce1, header .double-bounce2, header .spinner, header .spinner-2 {
  background-color: #000;
}

.page-loader img.logo-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.spinner {
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

body .footer_form .country-code {
    display: block;
    width: 100% !important;
}
.footer_submit {
    background: #f05442;
    border: none;
    color: #fff;
    padding: 5px 40px;
    border-radius: 4px;
    cursor: pointer;
}
.intl-tel-input {
    margin-bottom: 15px;
    width: 100%;
}
.copyrights {
    background: #000;
}
.footer-top:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.footer-top {
    padding-bottom: 50px;
    background-image: url(../../home/img/footer-image.webp);
    position: relative;
    padding-top:50px;
    background-repeat: no-repeat;
  background-size: cover;
}
.footer-top p{
color:#fff;
}
.main-area {
  background: #f05442;
  overflow: hidden;
  padding: 21px 0px 20px;
}
.main-area p {
  color: #fff;
  font-size: 25px;
  margin: 0;
}
.main-area .btn-primary.get_it {
  background: #fff !important;
  color: #f05442 !important;
  margin-left: 20px;
  padding: 10px 20px;
}
span.foot-logo {
    width: 40px;
    background-color: #ffffffb5;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
}
.our_services {
    border: 1px solid #f4f6f7;
    color: #fff;
    border-radius: 2px;
    padding: 20px 15px;
    margin: 5px 0;
    background: #f4f6f7;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
    margin: 20px 0px;
}
.our_services_cont h4 {
    font-size: 20px;
    font-weight: 700;
}
.our_services_cont h6 {
    font-size: 16px;
    color: #8a8282;
    font-weight: 600;
    margin-bottom: 15px;
}
.our_services_cont p {
    line-height: 1.9;
}
.our_services_cont hr {
    border-bottom: 2px solid #f05442;
    width: 35px;
    float: left;
    display: block;
    margin-top: -5px;
    margin-bottom: 30px;
}
.box_1:after {
    content: "";
    background-image: url(../../home/img/icons/customer_icon.svg);
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: 150px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.our_contact {
    padding: 10px 0px;
}
.our_contact .btn.palatin-btn {
    width: 200px;
    margin: 26px auto;
    border-radius: 2px;
}
.palatin-btn{
  border-radius: 2px;
}
.box_2:after {
    content: "";
    background-image: url(../../home/img/icons/contact_icon.svg);
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: 150px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    z-index: 0;
}
.intl-tel-input .selected-flag .iti-flag {
    margin: 15px auto !important;
}
ul.country-list {
    max-width: 330px;
    white-space: nowrap !important;
}
@media only screen and (min-width: 1500px) {
  ul.country-list {
      max-width: 345px;
  }
}
@media only screen and (max-width: 1600px) {
.calendly-inline-widget {
    height: 500px;
}
.calendly-form{
    max-width: 500px;
}
.schedule-form {
    max-width: 500px;
}

.our_services {
    height: 375px;
    display: flex;
    align-items: center;
}
.our_services_cont p {
    line-height: 1.6;
}
.gir-img{
  margin-top: 50px;
}
}
@media only screen and (max-width: 450px) {

ul.country-list {
    max-width: 300px;
}
}
#scrollUp {
    display: none;
}
@media only screen and (max-width: 992px) {
.footer-top .col-lg-3 , .footer-bottom .col-lg-3{
    margin-bottom: 30px;
}
.center-btns .btn-primary {
    display: block;
    margin: 20px 0 0 0;
    width: auto;
    max-width: 300px;
    margin: 30px auto 0;
}
.main-area .btn-primary.get_it {
    display: block;
    max-width: 230px;
    margin: 20px auto 0;
    padding: 5px 20px;
}
.main-area p {
    font-size: 20px;
    margin: 0;
}
}
.btn-primary {
    background: #f05442  !important;
        background-color: rgb(240, 84, 66);
    color: #fff  !important;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 2px;
    box-shadow: 0 5px 2px 0 rgba(156,39,176,.14),0 3px 1px -2px rgba(156,39,176,.2),0 1px 5px 0 rgba(156,39,176,.12)!important;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.btn-primary:hover {
    opacity: .8;
    box-shadow: 0 14px 26px -12px rgba(156,39,176,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(156,39,176,.2)!important;
    background: #f05442 !important;
}
.btn-primary {
    margin-right: 10px;
}
/* :: 5.0 Hero Area CSS */
.hero-area {
  position: relative;
  display: flex;
  overflow: hidden;
  margin-top: 72px;
}
.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 4%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .owl-dots {
        left: 1%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .owl-dots {
        left: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-dots {
        bottom: 10px; } 
      .our_services {
    height: auto;
    max-width: 360px;
    margin: 30px auto 0;
}
.schedule_meeting {
    background-size: auto;
}
}
    .hero-slides .owl-dots .owl-dot {
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      border: 2px solid transparent;
      background-color: transparent;
      display: block;
      padding: 3px 5px;
      color: #ffffff;
      font-size: 14px; }
      .hero-slides .owl-dots .owl-dot.active, .hero-slides .owl-dots .owl-dot:hover, .hero-slides .owl-dots .owl-dot:focus {
        color: #f05442;
background-color: #fff;
border: 2px solid #f05442;
box-shadow: none;}

.single-hero-slide {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 700px;
  overflow: hidden; }
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .single-hero-slide {
      height: 550px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
      height: 500px; } 
    .single-hero-slide .hero-slides-content h2 {
    font-size: 28px;
    line-height: 37px;
}
.palatin-btn {
    margin-top: 10px !important;
}
.single-hero-slide .hero-slides-content p {
    font-size: 20px;
    line-height: 30px;
}}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
      height: 450px; }

      .single-hero-slide .hero-slides-content h2 {
    font-size: 28px;
    line-height: 37px;
}
.palatin-btn {
    margin-top: 10px !important;
}
.single-hero-slide .hero-slides-content p {
    font-size: 20px;
    line-height: 30px;
}
}
  @media only screen and (max-width: 767px) {
    .single-hero-slide {
      height: 400px; } 
      .single-hero-slide .hero-slides-content h2 {
    font-size: 25px !important;
    line-height: 30px !important;
}
.single-hero-slide .hero-slides-content p {
    font-size: 16px !important;
    line-height: 25px !important;
}
.hero-slides-content .btn.palatin-btn.mt-30 {
    margin-top: 1px !important;
    height: 35px !important;
    line-height: 34px !important;
}
.single-hero-slide .hero-slides-content .line {
    margin: 0 auto 15px !important;
}
    }
@media only screen and (max-width: 767px) {
  .single-hero-slide .hero-slides-content h2 {
    font-size: 22px !important;
    line-height: 22px !important;
    margin-bottom: 10px !important;
}
}
.hero-slides .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 1;
}
.hero-slides .owl-prev {
    float: left;
    background-image: url(../../home/img/icons/right-arrow-white.webp);
    width: 70px;
    height: 70px;
    margin-left: 0px;
    background-size: 70px;
    background-repeat: no-repeat;
    filter: brightness(0.7);
    transform: rotate(180deg);
        white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
}
.hero-slides .owl-next {
    float: right;
    background-image: url(../../home/img/icons/right-arrow-white.webp);
    width: 70px;
    height: 70px;
    margin-right: 0px;
    background-size: 70px;
    background-repeat: no-repeat;
    filter: brightness(0.7);
        white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
}

@media only screen and (min-width: 768px) {
    .hero-slides .owl-dots {
      display: none;
  }
}
@media only screen and (max-width: 767px) {
    .hero-slides .owl-dots {
    display: block;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 1;
}
  .hero-slides .owl-nav {
      display: none;
  }
  .hero-slides .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px;
}
}
  .single-hero-slide .slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
  filter: brightness(0.6);}
  .single-hero-slide .hero-slides-content {
    display: block;
    padding: 40px 50px;
    
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-hero-slide .hero-slides-content {
        padding: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-hero-slide .hero-slides-content {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .single-hero-slide .hero-slides-content {
        padding: 20px 10px; } }
    .single-hero-slide .hero-slides-content .line {
      width: 90px;
      height: 2px;
      background-color: #f05442;
      margin: 0 auto 30px; }
   .single-hero-slide .hero-slides-content h2 {
    position: relative;
    z-index: 1;
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 0;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 3px #000;
}
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-hero-slide .hero-slides-content h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-hero-slide .hero-slides-content h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .single-hero-slide .hero-slides-content h2 {
          font-size: 30px; } }
    .single-hero-slide .hero-slides-content p {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    text-shadow: 0 2px 3px #000;
}
.taximove-wrap img {
    display: block !important;
    width: 80px !important;
    position: absolute;
    top: -17px;
}
.taxi-move {
    width: 100%;
}
.taximove-wrap {
    width: 100%;
    position: absolute;
    display: block;
    overflow: hidden;
    bottom: 0;
    background: #000;
    padding-top: 15px;
    height: 54px;
}
.slide-img.gaming-bnr.bg-img {
    filter: brightness(1);
}
.road-brd {
    border-bottom: 2px dashed #777;
    position: relative;
    top: 13px;
}
.taximove-wrap .food-delivery {
    top: -22px;
    width: 45px !important;
}
.move-car {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-animation: s3-rotate 10s infinite linear;
          animation: s3-rotate 10s infinite linear;
  display: block;
}


@-webkit-keyframes s3-rotate {
  from {
    -webkit-transform: translateX(105%);
  }
  to {
    -webkit-transform: translateX(-5%);
  }
}


/* :: 18.2.0 Accordians Area CSS */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0; }
  .single-accordion h6 a {
    background-color: #cb8670;
    border-radius: 0;
    border: 2px solid #cb8670;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 70px 20px 30px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize; }
    .single-accordion h6 a span {
      background: transparent;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 10px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 58px;
      height: 100%;
      color: #ffffff;
      line-height: 58px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0; }
    .single-accordion h6 a.collapsed {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #ffffff;
      color: #7d7d7d;
      border: 2px solid #cb8670; }
      .single-accordion h6 a.collapsed span {
        color: #7d7d7d; }
        .single-accordion h6 a.collapsed span.accor-close {
          opacity: 0; }
        .single-accordion h6 a.collapsed span.accor-open {
          opacity: 1; }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
  padding: 30px 15px 5px; }
  .single-accordion .accordion-content p {
    margin-bottom: 0; }

/* :: 18.3.0 Tabs Area CSS */
.palatin-tabs-content {
  position: relative;
  z-index: 1; }
  .palatin-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px; }
    .palatin-tabs-content .nav-tabs .nav-link {
      background-color: #ffffff;
      border: 2px solid #cb8670;
      padding: 0 20px;
      height: 58px;
      line-height: 58px;
      color: #7d7d7d;
      margin: 0 2px;
      border-radius: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .palatin-tabs-content .nav-tabs .nav-link {
          padding: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .palatin-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 12px;
          margin-bottom: 15px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .palatin-tabs-content .nav-tabs .nav-link {
          padding: 0 15px; } }
      .palatin-tabs-content .nav-tabs .nav-link.active {
        background-color: #cb8670;
        color: #ffffff; }
  .palatin-tabs-content .palatin-tab-text p {
    margin-bottom: 0; }
  .palatin-tabs-content .tab-content h6 {
    font-size: 18px; }

    @media only screen and (min-width: 1600px) {
    .footer-top .container, .footer-bottom .container, .copyrights .container {
      max-width: 1500px;
  }  
}

/*Offer Section */

.offering #tabs{
  background: #007b5e;
    color: #eee;
}
.offering #tabs h6.section-title{
    color: #eee;
}

.offering .nav-tabs .nav-link.active, .offering .nav-tabs .nav-link:hover {
    color: #e80000;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
}
.offering {
    background: #f0f0f0;
}
.offering .nav-tabs .nav-link {
    border-bottom: 3px solid #cbcbcb !important;
    color: #333132;
    font-size: 24px;
    font-weight: bold;
    border-top: none;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    padding: 15px 0 15px 0;
}
.offering-sec #nav-tab {
    border-bottom: none;
    max-width: 950px;
    margin: 0 auto;
}
.offering-sec #nav-tabContent {
    background: #fff;
    border-radius: 5px;
    margin-top: 30px;
}
.offer-box {
    position: relative;
}
.offer-box .icon {
    position: relative;
    float: left;
}
.offer-box .icon img {
    width: 60px;
}
.offer-box .content {
    padding-left: 80px;
}
.offer-box h3 {
    font-size: 23px;
    font-weight: normal;
}
.offer-box p {
    margin: 0;
}
@media only screen and (min-width: 992px) {
    .offering-sec .col-lg-4 .offer-box{
      padding: 40px 22px;
      position: relative;
      overflow: hidden;
  }
  .offering-sec .col-lg-4:nth-child(1) .offer-box{
      border-right: 1px solid #d2d2d2;
      border-bottom: 1px solid #d2d2d2;
  }
  .offering-sec .col-lg-4:nth-child(2) .offer-box{
      border-right: 1px solid #d2d2d2;
      border-bottom: 1px solid #d2d2d2;
  }
  .offering-sec .col-lg-4:nth-child(3) .offer-box{
      border-bottom: 1px solid #d2d2d2;
  }
  .offering-sec .col-lg-4:nth-child(4) .offer-box{
      border-right: 1px solid #d2d2d2;
  }
  .offering-sec .col-lg-4:nth-child(5) .offer-box{
      border-right: 1px solid #d2d2d2;
  }
  .service-ff-bx .offer-box {
      min-height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .offering-sec .pr-0 {
    padding-right: 15px !important;
}
.offering-sec .pl-0 {
    padding-left: 15px !important;
}
.offer-box h3 {
    font-size: 18px;
}
.offer-box {
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
}
.offering .nav-tabs .nav-link {
    font-size: 20px;
    padding: 10px 0 10px 0;
}
.offer-box .content {
    padding-left: 65px;
}
.offer-box .icon img {
    width: 50px;
}
}

/*About Section*/
.abou-row h4 {
    color: #e80000;
    font-size: 20px;
    margin-bottom: 40px;
}
.abou-row h3 {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
}
.abou-row p {
    color: #ccc;
    margin-bottom: 50px;
}
.about-sec .row {
    margin: 0;
}
.move-sec h3 {
    font-size: 15px;
    color: #ccc;
}
.move-sec h3 span {
    color: #fff;
    font-size: 30px;
}
.about-left {
    background-image: url(../../home/img/about-left-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-mi {
    position: relative;
    margin-bottom: 10px;
}
.move-sec {
    margin-bottom: 40px;
}
.icon-box {
    position: relative;
    background: #fff;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    z-index: 1;
    border-radius: 50%;
}
.icon-box img {
    width: 40px;
    position: relative;
    top: 24%;
}
.icon-mi.whitebg .bg {
    background-color: #fff;
}

.icon-mi .bg {
    border-radius: 100%;
    z-index: 0;
}
.icon-mi .bg, .icon-mi .dots {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.icon-mi .dots {
    z-index: 0;
    animation: dots 6s infinite linear;
    z-index: 1;
}
.icon-mi .dots .dot1 {
    background-color: #6aae48;
    transform: translate(15px,5px);
    animation: dot1 1.5s infinite alternate;
}
.icon-mi .dots .dot {
    width: 5px;
    height: 5px;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
}
.icon-mi .dots .dot2 {
    background-color: #d76729;
    transform: translate(-8px,8px);
    animation: dot2 1.5s infinite alternate;
    animation-delay: .5s;
}
.icon-mi .dots .dot3 {
    background-color: #d5b825;
    transform: translate(-5px,-12px);
    animation: dot3 1.5s infinite alternate;
    animation-delay: 1s;
}
.about-left {
    display: flex;
    align-items: center;
}
@keyframes dots{
    from{
        transform:rotate(-360deg)
    }
    to{
        transform:rotate(0)
    }
}
@keyframes dot1{
    from{
        transform:translate(15px,5px);
        opacity:1
    }
    to{
        transform:translate(25px,5px);
        opacity:1
    }
}
@keyframes dot2{
    from{
        transform:translate(-8px,8px);
        opacity:1
    }
    to{
        transform:translate(-19px,19px);
        opacity:1
    }
}
@keyframes dot3{
    from{
        transform:translate(-5px,-12px);
        opacity:1
    }
    to{
        transform:translate(-10px,-24px);
        opacity:1
    }
}
.about-right, .about-right .col-lg-6 {
    padding: 0;
}
.col-bg {
    background: #ae0e15;
    display: flex;
    align-items: center;
}
.ab-box img {
    width: 100px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ab-box {
    width: 300px;
    margin: 0 auto;
}
.ab-box h3 {
    font-size: 25px;
}
.ab-box p {
    color: #eee;
}
.ab-right-img {
    width: 100%;
    height: 355px;
    object-fit: cover;
}
@media only screen and (min-width: 1200px) {
.about-left {
    padding-left: 130px;
}
}
@media only screen and (min-width: 576px) {
.mob-left {
    position: relative;
    right: 50%;
}
.mob-right {
    position: relative;
    left: 50%;
}
}
@media only screen and (max-width: 768px) {
  .ab-left-cont {
    padding-top: 50px;
}
.abou-row h3 {
    font-size: 28px;
}
.ab-box h3 {
    font-size: 19px;
}
.move-sec h3 {
    font-size: 20px !important;
}
}


/*Customized Solutions*/
.business-sol{
    background-image: url(../../home/img/custom-solution-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.solution-sec button img {
    height: 60px;
    filter: brightness(0);
}
.solution-sec {
    background: rgba(255,255,255, 0.8);
    padding: 25px;
}

.solution-sec .card-header {
  padding: 0;
  border: none;
  background: none;
}
.solution-sec .btn.collapsed{
    border: 1px solid #ddd;

}
.solution-sec button {
  margin-bottom: 20px;
  border-radius: 0;
  display: flex;
  align-items: center;
  height: 80px;
  outline: none;
}
.solution-sec  .card {
  background: none;
  border: none;
}
.solution-sec .card:nth-child(odd) {
  margin-right: 10px;
}
.solution-sec button span {
  font-size: 20px;
  color: #222;
  line-height: 25px;
  margin-left: 20px;
  text-decoration: none;
}
.solution-sec button:hover {
    background: #f05442 !important;
    text-decoration: none;
    border: 1px solid #f05442;
}
.solution-sec button:hover img {
  filter: brightness(1) !important;
}
.solution-sec button:hover span {
  color: #fff !important;
  text-decoration: none;
  border: none;
}
.solution-cont-sec{
  background: #f05442;
}
.solution-sec .collapse {
    position: absolute;
    height: 100% !important;
    left: 116%;
    z-index: 1;
    width: 100%;
    max-width: 335px;
    top: 0;
}
.solution-sec .collapse .card-body {
    display: flex;
    align-items: center;
    height: 100%;
}
.solution-sec .collapse h4, .solution-sec .collapse p {
    color: #fff;
}
.solution-sec .card {
    background: none;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    float: left;
    position: inherit;
    width: 49%;
    height: 100px;
    overflow: hidden;
}
.solution-sec .collapse h4 {
    font-size: 27px;
}
.solution-sec .collapse img {
    height: 130px;
    opacity: 0.7;
    margin-bottom: 30px;
}
.solution-sec .btn {
    background: #f05442;
    color: #fff;
    border: 1px solid #f05442;
}
.solution-sec .btn img {
    filter: brightness(1);
}
.solution-sec .btn span {
    color: #fff;
    text-decoration: none;
    border: none;
}
.solution-sec .btn.collapsed img {
    filter: brightness(0);
}
.solution-sec .btn.collapsed span {
    color: #222;
}
.solution-sec .btn.collapsed {
    background: none;
}
#accordion-style-1 h1,
#accordion-style-1 a{
    color:#007b5e;
}
#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #007b5e;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
  padding-left: 25px;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #007b5e;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
  display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
  background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  display:block;
}

@media only screen and (max-width: 1500px) {
.solution-sec .collapse {
    left: 111%;
}
}
@media only screen and (max-width: 1200px) {
  .solution-sec button img {
    height: 40px;
}
.solution-sec button span {
    font-size: 16px;
    margin-left: 10px;
    }
  .solution-sec .card {
  width: 48%;
  height: 100px;
}
.solution-sec button {
    height: 65px;
    white-space: normal;
}
.business-sol .solution-sec , .business-sol .solution-cont-sec{
    max-width: 60% !important;
}
.solution-sec .collapse {
    left: 107%;
}
}
@media only screen and (max-width: 991px) {
  .solution-sec .collapse {
    left: 97%;
    max-width: 312px;
}
.solution-sec .collapse img {
    margin-bottom: 15px;
}
.solution-sec .card {
    height: 82px;
}
}
@media only screen and (max-width: 768px) {
  .solution-sec .card {
    height: 65px;
    width: 100%;
}
.business-sol .solution-cont-sec {
    max-width: 60% !important;
    flex: auto;
}
.business-sol .solution-sec{
    max-width: 40% !important;
    flex: auto;
}
.solution-sec .collapse .card-body {
    margin-top: 0px;
    padding: 0;
}
.solution-sec .collapse {
    left: 125%;
    max-width: 327px;
    align-items: center;
}
.solution-sec .collapse h4 {
    font-size: 22px;
}
.solution-sec button img {
    height: 30px;
}
.solution-sec button span {
    font-size: 15px;
    margin-left: 5px;
    line-height: 20px;
}
.solution-sec button {
    height: 55px;
    padding-left: 6px;
}
}
@media only screen and (max-width: 470px) {
  .business-sol .solution-sec {
    max-width: 95% !important;
    margin: 0 auto;
}
.business-sol .solution-cont-sec {
    display: none;
}
.solution-sec .card {
    height: auto;
    margin-bottom: 30px;
}
.solution-sec .collapse {
    left: 0;
    max-width: 100%;
    align-items: center;
    position: relative;
    width: 100%;
    border: 1px solid #f05442;
    padding: 15px;
}
.solution-sec button {
    height: 55px;
    padding-left: 6px;
    margin-bottom: 0px;
    text-align: center;
    position: relative;

}
.section-heading h1 {
    font-size: 20px !important;
}
.section-heading h2 {
    font-size: 20px !important;
}
.offering .nav-tabs .nav-link {
    font-size: 17px  !important;
    padding: 8px 0 6px 0  !important;
}
.solution-sec .collapse img {
    height: 90px;
    filter: brightness(0);
    margin-top: 20px;
}
.solution-sec .collapse h4, .solution-sec .collapse p {
    color: #444;
}
.solution-sec .btn.collapsed::after {
    content: "+";
    position: absolute;
    right: 5px;
    background: #f05442;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
  line-height: 24px;
}
.solution-sec .btn:after, .solution-sec .btn:hover:after{
    content: "-";
    position: absolute;
    right: 5px;
    background: #000;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
  line-height: 24px;
}
}

/*Technology*/

.tech-icons img {
    display: inline-block;
    max-width: 190px;
    margin-bottom: 15px;
}
.tech-icons {
    text-align: center;
}
@media only screen and (max-width: 1200px) {
.tech-icons img {
    max-width: 150px;
}
}
@media only screen and (max-width: 768px) {
.tech-icons img {
    max-width: 100px;
}
}
@media only screen and (max-width: 560px) {
.tech-icons img {
    max-width: 90px;
}
}
/*Way of Doing this*/

.way-of-do {
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
}
.process {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}
.arrow-2 {
    width: 200px;
    height: 145px;
    border: 20px solid #f05542;
    border-radius: 50% 0px 0 50%;
    clip-path: inset(0 20px 0 0);
    position: relative;
    margin-top: -80px;
}
.arrow-2 span {
    border: 2px dashed #fff;
    width: 200px;
    height: 130px;
    display: block;
    border-radius: 50% 0px 0 50%;
    position: relative;
    top: -12px;
    left: -14px;
}
.arrow-1 {
    width: 125px;
    height: 20px;
    clip-path: inset(0 20px 0 0);
    position: relative;
    margin-top: 0;
    margin-left: 164px;
    background: #f05542;
    top: -60px;
}
.arrow-1 span {
    border-bottom: 2px dashed #fff;
    width: 105px;
    height: 0px;
    display: block;
    top: 8px;
}
.arrow-3.arrow-1 {
    top: -20px;
}
.arrow-2.arrow-4 {
    transform: rotate(180deg);
    float: left;
    left: 225px;
    margin-top: -40px;
}
.idea-tit {
    position: relative;
    left: 170px;
}
.dot-brdr {
    position: relative;
    left: 0;
    width: 220px;
    height: 140px;
    border: 2px dashed #222;
    border-radius: 50% 0 0 50%;
    clip-path: inset(0 20px 0 0);
    margin-top: -90px;
}
.dot-brdr-arrow {
    width: 405px;
    border-bottom: 2px dashed #222;
    float: left;
    left: 203px;
    position: relative;
    margin-top: -2px;
}
.arrow-2.arrow-4 span::after {
    content: "";
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 3px 3px 0px;
    transform: rotate(-45deg);
    transition: border-width 150ms ease-in-out;
    position: absolute;
    left: 157px;
    top: -7px;
}
.arrow-2.arrow-4.arrow-6 {
    float: right;
    right: -530px;
    left: auto;
    margin-top: -90px;
    width: 125px;
    height: 100px;
}
.arrow-2.arrow-4.arrow-6 span {
    width: 124px;
    height: 84px;
    top: -10px;
    left: -11px;
}
.dot-brdr-arrow::after {

    content: "";
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-style: solid;
    border-color: #222;
    border-width: 0px 3px 3px 0px;
    transform: rotate(-45deg);
    transition: border-width 150ms ease-in-out;
    position: absolute;
    left: 400px;
    top: -5px;

}
.vision-img {
    position: relative;
    float: right;
    right: 300px;
    width: 170px;
    height: 170px;
    margin-top: -80px;
}
.vision-img span {
  width: 150px;
  height: 150px;
  border: 2px dashed #222;
  display: block;
  border-radius: 50%;
}
.vision-img::after {
    content: "";
    width: 180px;
    height: 180px;
    border-right: 3px solid #222;
    position: absolute;
    top: -14px;
    left: -10px;
    border-radius: 0 50% 50% 0;
    z-index: 10;
}
.arrow-2.arrow-4.arrow-6.arrow-7 {
    transform: rotate(-90deg);
    margin-top: -171px;
    right: -615px;
    border-bottom: 0px;
    border-right: none;
    height: 77px;
    border-radius: 50% 0px 0 0;
}
.arrow-2.arrow-4.arrow-6.arrow-7 span {
    border-radius: 50% 0px 0 0;
    top: -11px;
    left: -9px;
    width: 95px;
    height: 65px;
    border-bottom: none;
    border-right: none;
}
.dot-brdr.dot-brdr2 {
    float: right;
    top: -380px;
    transform: rotate(0deg);
    width: 113px;
    border-radius: 0;
    height: 60px;
    clip-path: none;
    border-left: none;
    border-bottom: none;
    left: -200px;
}
.dot-brdr.dot-brdr2::after {
    content: "";
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-style: solid;
    border-color: #222;
    border-width: 0px 0px 3px 3px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    position: absolute;
    left: -5px;
    top: -7px;
}
.exe-sec {

    float: right;
    position: relative;
    top: -282px;
    left: 790px;

}
.vision-icon {
  width: 110px;
  position: relative;
  top: 20px;
  left: 15px;
}

.idea-img {
    position: relative;
    left: -90px;
}
.creative-img {
    left: 265px;
    position: relative;
    top: 10px;
}
.process-top-left {
    margin-left: 100px;
}
.process span {
    font-size: 25px;
    font-weight: bold;
    position: relative;
}
.process .creat-tit {
    margin-left: -80px;
    top: -10px;
}
.vision-tit {
    float: right;
    margin-top: 95px;
    right: 90px;
}
.arrow-1.arrow-5 {
    float: right;
    margin-left: 0;
    top: -10px;
    right: -300px;
    width: 187px;
}
.arrow-1.arrow-5 span {
    width: 200px;
}
.del-sec {
    position: relative;
    left: -295px;
    float: right;
    margin-top: -509px;
    text-align: center;
}
.arrow-2.arrow-4.arrow-6.arrow-7 span::after {
    content: "";
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 3px 3px 0px;
    transform: rotate(-45deg);
    transition: border-width 150ms ease-in-out;
    position: absolute;
    left: 77px;
    top: -7px;
    bottom: 0;
}
.p1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.p2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.process-left {
    position: relative;
    left: -30px;
}
.mob-img {
    display: none;
}
@media only screen and (max-width: 1200px) {
  .mob-img {
    display: block;
}
.process {
    display: none;
}
}
@media only screen and (max-width: 992px) {
  .p1 {
    width: 30%;
}
.p2 {
    width: 30%;
}
  }
 /* .process {
    text-align: center;
}
.process-top-left {
    margin-left: 0;
}
.process-left {
    left: 0;
}
.process span {
    font-size: 20px;
    top: 0 !important;
    display: block;
    left: 0;
}
.creative-img {
    left: 0;
    top: 0;
}
.process .creat-tit {
    margin-left: 0;
    top: 0;
}
.arrow-1 span {

    border-left: 2px dashed #fff;
    width: 20px;
    height: 125px;
    left: 9px;
    top: 8px;
    border-bottom: none;

}
.arrow-1 span::after {
    content: "";
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 3px 3px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    position: absolute;
    left: -7px;
    top: auto;
    bottom: 3px;
}
.arrow-1 {
    width: 20px;
    height: 125px;
    clip-path: none;
    position: relative;
    margin-top: 0;
    margin: 0 auto;
    background: #f05542;
    top: 0;
}
}
*/



/*Products*/
.solution-sec.products-sec .card {
    width: 265px;
    float: none;
    height: 70px;
    overflow: visible;
}
.solution-sec.products-sec{
  position: relative;
}
.solution-sec.products-sec .collapse img {
    width: auto;
    opacity: 1;
    margin-bottom: 5px;
}

.solution-sec.products-sec button span {
    margin-left: 0;
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
}
.solution-sec.products-sec .collapse {
    left: 28%;
    max-width: 950px;
    width: 100%;
}
#products_items .card-body {
    padding: 0;
}
.prt {
    margin-bottom: 20px;
}
.solution-sec.products-sec .collapse img {
    width: 100%;
    opacity: 1;
    margin-bottom: 5px;
    height: 200px;
    object-fit: cover;
}
.prt a {
    display: block;
    z-index: 10;
    position: relative;
}
.read-more a {
    color: #000;
    border-bottom: 2px solid #f05442;
    font-size: 16px;
    padding-bottom: 4px;
    margin-right: 10px;
}
.prt span {
    font-size: 17px;
    color: #222;
}
.solution-sec.products-sec {
    padding-top: 0;
    padding-bottom: 0px;
}
.solution-sec.products-sec .collapse .card-body {
    margin-top: 0;
    display: block;
}
.prt a:hover::after {
    content: "";
    background: rgba(240, 84, 66,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    transition: 1s;
}
.prt a:after {
    content: "";
    transition: 1s;
}
@media only screen and (min-width: 768px) {
.solution-sec.products-sec::after {
    content: "";
    height: 100%;
    width: 13px;
    background: #f05442;
    position: absolute;
    left: 13px;
    top: 0;
    border-radius: 4px;
}
.solution-sec.products-sec .btn {
    transition: 0.5s;
    display: flex;
    width: 90%;
    height: 55px;
    background: #f05442;
    margin-left: 30px;
    align-items: center !important;
    white-space: normal;
    cursor: pointer;
}
.solution-sec .btn.collapsed {
    background: #ececec;
    margin-left: 0px;
}
.solution-sec.products-sec .btn:hover {
  margin-left: 30px;
}
.solution-sec.products-sec .card:nth-child(2n+1) {
    margin-right: 0px;
}
.solution-sec.products-sec .btn.collapsed::after, .solution-sec.products-sec .btn::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #f05442;
    position: absolute;
    left: 26px;
    opacity: 0;
    transition: 0.5s;
}
.solution-sec.products-sec .btn:hover::after, .solution-sec.products-sec .btn::after {
    opacity: 1;
}

}
@media only screen and (max-width: 1500px) {

  .solution-sec.products-sec .collapse {
    left: 28%;
    max-width: 813px;
}
}
@media only screen and (max-width: 1200px) {

  .solution-sec.products-sec button span {
    font-size: 15px;
    line-height: 23px;
}
.solution-sec.products-sec .card {
    width: 210px;
}
.solution-sec.products-sec .collapse {

    left: 28%;
    max-width: 670px;

}
.solution-sec.products-sec .collapse img {
    height: 150px;
    filter: brightness(1);
}
}

@media only screen and (max-width: 991px) {
.solution-sec.products-sec::after {
    left: 0px;
}
.solution-sec.products-sec .btn.collapsed::after, .solution-sec.products-sec .btn::after {
    left: 13px;
}
.solution-sec.products-sec .btn {
    margin-left: 13px;
    width: 68%;
}
.solution-sec.products-sec .btn:hover {
    margin-left: 13px;
}
.prt span {
    font-size: 15px;
    line-height: 25px;
}
#products_items .col-md-4 {
    padding: 0 0 0 10px !important;
}
.solution-sec.products-sec .collapse {
    max-width: 500px;
}
.solution-sec.products-sec .collapse img {
    height: 150px;
}
}

@media only screen and (max-width: 767px) {
.solution-sec.products-sec::after {
    display: none;
}
.solution-sec.products-sec {
    padding: 0;
}
.solution-sec.products-sec .card {
    width: 100%;
}
.solution-sec.products-sec .collapse {
    max-width: 100%;
    position: relative;
    left: 0;
}
.solution-sec.products-sec .card {
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 30px;
}
.solution-sec.products-sec .btn {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
    position: relative;

}
.solution-sec.products-sec .btn.collapsed{
  background: #f0f0f0;
  position: relative;
}
.solution-sec.products-sec .btn.collapsed::after {
    content: "";
    position: absolute;
    right: 10px;
    display: inline-block;
    left: auto;
    border: solid black;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 10px;
}
.solution-sec.products-sec .btn::after {
    content: "";
    position: absolute;
    right: 10px;
    display: inline-block;
    left: auto;
    border: solid black;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 20px;
}
.solution-sec.products-sec .btn::after, .solution-sec.products-sec .btn:hover::after {
    content: "";
    position: absolute;
    left: auto !important;
    opacity: 1 !important;
    color: #fff !important;
}
.solution-sec.products-sec .btn:hover {
    margin-left: 0;
}
#products_items .col-md-4 {
    padding: 0 15px 0 15px !important;
}
#products_items .card-body {
    padding: 10px 10px 30px 10px;
    background: #f0f0f0;
}
.solution-sec.products-sec button span {
    font-size: 16px !important;
    text-align: left;
    padding-left: 15px;
}
.solution-sec.products-sec .collapse img {
    height: 250px;
}
.prt span {
    font-size: 18px;
    margin-top: 6px;
    display: block;
}
}
@media only screen and (max-width: 470px) {
  .solution-sec.products-sec .collapse img {
    height: 190px;
}
.solution-sec.products-sec .btn.collapsed{
  background: #f0f0f0;
  position: relative;
}
.solution-sec.products-sec .btn.collapsed::after {
    content: "";
    position: absolute;
    right: 10px;
    display: inline-block;
    left: auto;
    border: solid black;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 20px;
}
.solution-sec.products-sec .btn::after {
    content: "";
    position: absolute;
    right: 10px;
    display: inline-block;
    left: auto;
    border: solid black;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 20px;
}
.solution-sec.products-sec .btn::after, .solution-sec.products-sec .btn:hover::after {
    content: "";
    position: absolute;
    left: auto !important;
    opacity: 1 !important;
    color: #fff !important;
    background: none;
    border-radius: 0;
    width: auto;
    height: auto;
}
.solution-sec.products-sec .btn:hover {
    margin-left: 0;
}
}

/*What Makes Different*/
.what-makes {
    background-image: url(../../home/img/what-makes.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
.section-heading.text-left h2::after {
    left: 6%;
}
.what-hand {
    position: relative;
    left: -20px;
}
.app-stand {
    max-width: 600px;
}
.app-stand-list {
    position: relative;
    margin-bottom: 50px;
}
.app-stand-list .icon {
    position: absolute;
    text-align: center;
}
.app-stand-list .content {
    padding-left: 80px;
}
.app-stand .app-stand-list:last-child {
    margin: 0;
}
section {
    position: relative;
    overflow: hidden;
}
.what-makes::after {
    content: "";
    background-image: url(../../home/img/yr.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.what-makes h4, .what-makes p {
    color: #fff;
}
.what-wrapper {
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1100px) {
.section-heading h1 {
    color: #222;
}
.section-heading h2 {
color: #222;
}
}
@media only screen and (max-width: 768px) {

.section-heading.text-left h2::after {
    left: 14%;
}
.what-hand {
    position: relative;
    left: -20px;
    top: 50%;
}
.what-makes h4, .what-makes p {
    color: #000;
}
.what-wrapper .col-lg-6:first-child {
    display: none;
}
.section-heading h1 {
    color: #f05442;
}
.section-heading h2 {
    color: #f05442;
}
.what-wrapper .col-lg-6:last-child {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.what-makes::after {
    display: none;
}
.app-stand-list img {
    filter: brightness(0);
    width: 30px;
}
.app-stand {
    max-width: 500px;
    margin: 0 auto;
}
.section-heading h1 {
    font-size: 25px;
}
.section-heading h2 {
    font-size: 25px;
}
.app-stand-list .content {
    padding-left: 55px;
}
.what-makes h4 {
    font-size: 20px;
}
.what-makes p {
    font-size: 15px;
}
.clients-detail {
    max-width: 300px;
    margin: 0 auto !important;
}
}


/*Hire Section*/

.hire-text {
  background: #f05442;
}
.abb-cont {
  color: #fff;
  max-width: 450px;
  margin: 70px auto 0;
}
.abb-cont p {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
}
.hire-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.hire-img {
  padding-right: 0;
}
.hire-cont {
    width: 100%;

}
.hire-cont ul {
    position: relative;
    margin-top: -250px;
    z-index: 10;
    float: right;
    width: 100%;
    max-width: 985px;
}
.hire-cont li {
    width: 328px;
    display: inline-block;
    height: 250px;
    background: #f26c4f;
    text-align: center;
    padding-top: 49px;
    position: relative;
    margin-right: -4px;
}
.hire-cont li img {
    height: 90px;
}
.hire-cont li a {
    width: 200px;
    background: #fff;
    clear: both;
    display: block;
    margin: 25px auto 0;
    padding: 7px 0;
    font-size: 18px;
    color: #000;
}
.hire-cont li a:hover, .hire-cont li:nth-child(2) a:hover {
  background: #000;
  color: #fff;
} 
.hire-cont li:nth-child(2) {
    background: #f0f0f0;
}
.hire-cont li:nth-child(3) {
    background: #c92f0e;
}
.hire-cont li:nth-child(2) a {
    background: #f26c4f;
    color: #fff;
}
@media only screen and (max-width: 1200px) {
  .hire-cont ul {
    text-align: right;
    margin-top: -230px;
}
.hire-cont li {
    width: 230px;
    height: 230px;
    padding-top: 35px;
    margin-right: 0px;
}
}
@media only screen and (max-width: 991px) {
  .hire-cont li a {
    width: 162px;
    font-size: 16px;
}
.hire-cont li img {
    height: 60px;
}
.hire-cont li {
    width: 190px;
    height: 190px;
    padding-top: 35px;
    margin-right: 0px;
}
.hire-cont ul {
    text-align: right;
    margin-top: -190px;
}
.header-area .palatin-main-menu {
    position: fixed;
    }
}
@media only screen and (max-width: 767px) {
  .abb-cont p {
    font-size: 15px;
    line-height: 23px;
}
.section-padding-100 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.abb-cont {
    margin: 30px auto 0;
}
.hire-img img {
    height: 400px;
}
.hire-cont ul {
    margin-top: -160px;
}
.hire-cont li {
    width: 130px;
    height: 160px;
    padding-top: 20px;
    margin-right: 0px;
}
.hire-cont li a {
    width: 122px;
    padding: 3px 0;
    font-size: 16px;
}
}
@media only screen and (max-width: 575px) {
  .hire-img {
    padding-right: 15px;
}
.hire-text {
    margin: 0 15px;
}
.hire-cont {
    margin: 0 15px;
}
.hire-cont li {
    width: 32.7%;
    height: 160px;
    padding-top: 20px;
    margin-right: 0px;
}
.hire-cont ul {
    margin-top: 0;
    text-align: center;
}
.hire-img img {
    height: 220px;
}
}
@media only screen and (max-width: 460px) {
  .hire-cont li {
    width: 32.5%;
}
}
@media only screen and (max-width: 360px) {
  .hire-cont li {
    width: 32.3%;
height: 120px;
}
.abb-cont {
    margin: 15px auto 0;
}
.hire-cont li img {
    height: 40px;
}
.hire-cont li a {
    width: auto;
    padding: 0px 0;
    font-size: 12px;
    margin: 15px 3px 0;
}
.hire-cont li a {
    width: 89px;
    padding: 3px 0;
    font-size: 12px;
}
}


/*Testimonial*/
.vide-testi {
    background: #f0f0f0;
}
.video-cont {
    background: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}
.owl-carousel .owl-item .profile {
    width: auto;
}
.testimonial-slides {
    max-width: 900px;
    margin: 50px auto 0;
    position: relative;
}
.client_wrao {
    margin-bottom: 40px;
}
.video-sec {
    position: relative;
    text-align: center;
}
.yt-icon {
    position: absolute;
    top: 50%;
    width: 45px !important;
    display: inline-block !important;
    left: 47%;
    right: 0;
    z-index: 1;
}
.testi-texts p {
    font-size: 20px;
    margin-bottom: 30px;
}
.stars {
    margin-bottom: 30px;
}
.stars i {
    color: #e9b702eb;
    margin: 0 1px;
    font-size: 30px;
}

.testi-texts h6 {
    text-transform: uppercase;
    color: #f05442;
    font-size: 30px;
}
img.author_img {
    border-radius: 10px;
    height: 560px;
    object-fit: cover;
    width: 100%;
}

.testi-texts {
    background: #fff;
    padding: 82px 40px;
    text-align: center;
    top: 13%;
    position: relative;
    max-width: 600px;
    min-height: 250px;
    left: -85px;
    border-radius: 10px;
}
.owl-carousel .owl-item .profile {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.testi-text {
  max-width: 470px;
  margin: 0 auto;
}
.testi-text p {
    font-size: 15px;
    line-height: 1.6;
}
.testi-text h6 {
    color: #f05442;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

body .testimonial-slides.owl-theme .owl-prev {
    float: left;
    background-image: url(../../home/img/icons/left-arrow.webp);
    width: 70px;
    height: 70px;
    margin-left: -90px;
    text-indent: -99999999px;
    background-size: 70px;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
    border-radius: 0px;
background-color: transparent;
opacity: 1;
cursor: pointer;
}
body .testimonial-slides.owl-theme .owl-next {
    float: right;
    background-image: url(../../home/img/icons/right-arrow.webp);
    width: 70px;
    height: 70px;
    margin-right: -90px;
    text-indent: -99999999px;
    background-size: 70px;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
    border-radius: 0px;
background-color: transparent;
opacity: 1;
cursor: pointer;
}
body .testimonial-slides.owl-theme .owl-controls {
    position: absolute;
    top: 35%;
    width: 100%;
    overflow: visible;
    
}
.client_wrao_left .testi-texts {
    left: 12%;
    float: right;
    margin-top: 13%;
}
.testi-texts.idrus {
    margin-top: 9%;
}
.testi-texts.idrus.adriana {
    margin-top: 3%;
}
.circle {
    border-radius: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
 
    .item {
      z-index: 100;
      padding: 5px;
    }
 
    .item img {
      width: 150px;
    }
.client_wrao_left .clearfix {
    width: 100%;
}
@media only screen and (max-width: 992px) {

  .testimonial-slides .owl-prev{
    width: 50px !important;
    height: 50px  !important;
    margin-left: -47px  !important;
    background-size: 45px  !important;
}
.testimonial-slides .owl-next {
    width: 50px  !important;
    height: 50px  !important;
    margin-right: -47px !important;
    background-size: 45px !important;
}
}
@media only screen and (max-width: 768px) {
  .testi-text {
    padding: 30px 0;

}
.yt-icon {
    top: 51%;
    left: 45.4%;
}
img.author_img {
    height: 380px;
}
.testi-texts {
    background: #fff;
    padding: 36px 10px;
    text-align: center;
    top: 13%;
    position: relative;
    max-width: 600px;
    min-height: 250px;
    left: -45px;
    border-radius: 10px;
}
.stars {
    margin-bottom: 15px;
}
.testi-texts p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.testi-texts h6 {
    font-size: 18px;
}
.single-testimonial {
    max-width: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.single-testimonial .col-md-4.pr-0 {
    padding: 0 !important;
}
.testimonial-slides .owl-prev{
    margin-left: -20px !important;
}
.testimonial-slides .owl-next {
    margin-right: -20px !important;
}
.client_wrao_left .testi-texts {
    left: 18%;
    }
    .testi-text p{     padding: 0 10px; }
}
@media only screen and (max-width: 580px) {

  .testi-texts {
    padding: 36px 10px;
    top: -50px;

    min-height: 250px;
    left: 0;
    max-width: 90%;
    margin: 0 auto;
}
.testi-texts.idrus {
    margin-top: 0;
    float: none;
    left: 0;
}
  }
@media only screen and (max-width: 470px) {
  .testimonial-slides {
    max-width: 300px;
}
.owl-carousel .owl-item .profile {
    height: 240px  !important;
}
.testimonial-slides .owl-prev {
    width: 40px  !important;
    height: 40px  !important;
    margin-left: -35px  !important;
    background-size: 35px !important;
}
.testimonial-slides .owl-next {
    margin-right: -35px !important;
    width: 40px !important;
    height: 40px !important;
    background-size: 35px !important;
}
.testi-text {
    padding: 30px 10px;
}
}
@media only screen and (max-width: 350px) {
.testimonial-slides .owl-prev {
    width: 30px !important;
height: 30px !important;
margin-left: -28px !important;
background-size: 25px !important;
}
.testimonial-slides .owl-next {
     width: 30px !important;
height: 30px !important;
margin-right: -28px !important;
background-size: 25px !important;
}
.testimonial-slides {
    max-width: 260px  !important®©;
}
.owl-carousel .owl-item .profile {
    height: 200px;
}
.testi-text p {
    font-size: 15px;
    line-height: 24px;
}
}

/*Our Client*/

.our-client {
    background: #f0f0f0;
}


.clients-detail {
  text-align: center;
  background: #fbfbfb;
  padding: 10px 0;
  border-radius: 4px;
  margin-right: 15px;
  border: 1px solid #ccc;
}
.clients-detail .client {
  height: 87px;
  width: auto !important;
  display: inline-block !important;
  margin-bottom: 10px;
}
.clients-detail p {
  margin: 5px 0 0 0;
  font-size: 15px;
  line-height: 20px;
}
.clients-detail .client strong {
  font-size: 25px !important;
}
.clients-detail strong {
  font-size: 17px;
}
.owl-dots .owl-dot, .owl-dots .owl-buttons div {
    cursor: pointer;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #6b2014;
    opacity: .8;
    box-shadow: 0 0 8px rgba(0,0,0,.45);
    transition: all .3s ease 0s;
}
.owl-carousel .owl-stage-outer {
    z-index: 1;
}
.owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #000;
}
.owl-dots .owl-dot.active span {
    background: #f05442;
}
.owl-dots .owl-page.active span,   .owl-dots.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-theme .owl-controls {
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page span:hover  {
    background: #f05442;
}
.owl-wrapper-outer {
    overflow: hidden;
}
.owl-theme .owl-controls .owl-page span {
    cursor: pointer;
}
/*Our Blogs*/

.blog-title {
  padding: 10px;
  background: #f5f5f5;
  box-shadow: 0 10px 10px -8px #333333;
  margin-bottom: 30px;
}
.blog-title h3 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.blog-title .btn-small {
  color: #fff;
  background: #f05442;
  padding: 5px 15px;
  margin-bottom: 20px;
  display: inline-block;
}
.blog-title p {
  min-height: 60px;
}
.modal-open .modal {
    top: 20%;
}
.modal-dialog {
    max-width: 650px;
}
@media only screen and (max-width: 1200px) {
  .clients-detail .client {
    height: 65px;
}
}

.btn:focus, .btn:hover, .btn:active, .btn:visited {
    text-decoration: none !important;
    outline: none;
}
.process_img {
    position: relative;
    z-index: 1;
}
 @media only screen and (min-width: 1600px) {
    .container{
      max-width: 1500px;
  }  
}
/* ====== The End ====== */
