@import "https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swap";
body {
    padding: 0;
    margin: 0;
    font-size: 17px;scroll-behavior: smooth;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
.container {
    min-width: 1330px;
    /*width: -webkit-calc(1330px);
    width: -moz-calc(1330px);
    width: calc(1330px);*/
}
.services-area p{text-align:justify;}
.services-details-image-slides img{height:500px;}
img {
    max-width: 100%;
    height: auto;
}
.singl-list {
    list-style-type: none;
}
.simple-text{
        text-align: center;
    margin-top: 5px;margin-bottom: 20px;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px !important;min-width:1200px !important;
        width: -webkit-calc(1200px);
        width: -moz-calc(1200px);
        width: calc(1200px);
    }
}
/*#s2{padding:150px 0 0px;}*/
.f_18{
    font-size: 18px;
    margin-top: 15px;
}
html {
    scroll-behavior: smooth;
}
.single-title {
   
    font-size: 1.2em;
    margin: 0;
    text-align: left;
    font-weight: bold;
}
:focus {
    outline: 0 !important;
}
.d-table {
    width: 100%;
    height: 100%;
}
.singl-list li a{
    color: #ef0410;
}
.roundicon {
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 10px !important;
    height: 20px;
    line-height: 11px;
    margin: 0px 5px 10px 0;
    text-align: center;
    width: 20px;
    background-color: #ef0410;
    padding: 5px;
}
.d-table-cell {
    vertical-align: middle;
}
/*#s1{padding-top:50px;}
#s2, #s3, #s4, #s5,
#s6{
    padding: 8em 0px 0 0;
}*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  /*  font-family: nunito, sans-serif;*/
    font-weight: 700;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;

}
p {
    color: #222;
    margin-bottom: 15px;
    font-size: 16px;
}
.circular-text p{
    margin: 0px 30px;
    font-size: 17px;
}
p:last-child {
    margin-bottom: 0;
}
a {
    color: #221638;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
    color: #ff5d22;
    text-decoration: none;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.bg-e3fbff {
    background-color: #e3fbff;
}
.bg-f1f8fb {
    background-color: #f1f8fb;
}
.bg-fffbf5 {
    background-color: #fffbf5;
}
.bg-f4f7fe {
    background-color: #f4f7fe;
}
.bg-fafafb {
    background-color: #fafafb;
}
.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    background-color: #ff5d22;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    padding: 12px 25px 12px 50px;
    font-weight: 700;
    font-size: 16px;
}
.default-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #221638;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
}
.text-lead p{font-size: 1.4em;
    line-height: 1.5;}
.default-btn i {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 16.5px;
}
.product-head h1 {
    font-size: 50px;font-weight:600;color: #ff5d22;
}
.default-btn i.flaticon-user {
    margin-top: -1.5px;
}
.default-btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.default-btn:hover span {
    width: 225%;
    height: 562.5px;
}
.delivery-options img{width:100px;}
.table td, .table th {
    padding: 6px 10px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.courses-details-desc{margin-bottom:20px;}
.overlay-section{padding:20px 20px;}
.section-title {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.section-title .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 25px;
}
.section-title .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.single-process-box img{
	    height: 150px;
    padding-top: 20px;
}
.main-banner-content p{font-size:22px;}
.section-title h2 {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-size: 25px;    color: #33214c;text-transform: uppercase;
}
.tm-sc-services.services-style-current-theme .tm-service .thumb .thumb-inner img{height:250px;}
.tm-sc-services.services-style-current-theme .tm-service .thumb .title-cat .title a{color:#fff !important;}
.tm-sc-services.services-style-current-theme .tm-service {
  overflow: visible; }
  .tm-sc-services.services-style-current-theme .tm-service .thumb {
    overflow: hidden;
    position: relative; border-radius: 20px;}
    .tm-sc-services.services-style-current-theme .tm-service .thumb .title-cat {
      position: absolute;
      bottom: 40px;
      left: 40px;
      z-index: 2;
      max-width: 290px;
      transition: all 300ms ease-out 0s; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-services.services-style-current-theme .tm-service .thumb .title-cat {
          transition: none; } }
      .tm-sc-services.services-style-current-theme .tm-service .thumb .title-cat .title {
        color: #fff;
        margin: 0;
        font-size: 24px; }
        .tm-sc-services.services-style-current-theme .tm-service .thumb .title-cat .title a:focus {
          color: #fff; }
      .tm-sc-services.services-style-current-theme .tm-service .thumb .title-cat .cat-list {
        list-style: none; }
        .tm-sc-services.services-style-current-theme .tm-service .thumb .title-cat .cat-list li {
          display: inline;
          margin-right: 8px; }
          .tm-sc-services.services-style-current-theme .tm-service .thumb .title-cat .cat-list li a {
            font-size: 15px;
            color: #fff; }
    .tm-sc-services.services-style-current-theme .tm-service .thumb .service-button {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 3; }
      .tm-sc-services.services-style-current-theme .tm-service .thumb .service-button a {
        height: 54px;
        width: 60px;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        line-height: 56px; }
        .tm-sc-services.services-style-current-theme .tm-service .thumb .service-button a i {
          color: #fff;
          transition: all 0.2s ease-in-out; }
          @media screen and (prefers-reduced-motion: reduce) {
            .tm-sc-services.services-style-current-theme .tm-service .thumb .service-button a i {
              transition: none; } }
        .tm-sc-services.services-style-current-theme .tm-service .thumb .service-button a:hover i {
          margin-left: 8px; }
    .tm-sc-services.services-style-current-theme .tm-service .thumb:after {
      content: "";
      background: linear-gradient(0, rgba(0, 0, 0, 0.8) 30px, rgba(255, 255, 255, 0) 80%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; }
  .tm-sc-services.services-style-current-theme .tm-service:hover .thumb .title-cat {
    padding-left: 20px;
    border-left: 4px solid #ff5d22; }
.section-title h2 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #221638;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.section-title p {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}
.callout-panel{margin-bottom:30px;}
.form-control {
        height: 50px;
    color: #221638;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 16px;
    font-weight: 600;
}
.form-control::-webkit-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-control:-ms-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-control::-ms-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-control::placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-control:focus {
    border-color: #ff5d22;
    background-color: transparent;
}
.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}
.form-control:focus:-ms-input-placeholder {
    color: transparent;
}
.form-control:focus::-ms-input-placeholder {
    color: transparent;
}
.form-control:focus::placeholder {
    color: transparent;
}
textarea.form-control {
    height: auto;
    padding-top: 15px;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #fff;
}
.preloader .loader {
    left: 50%;
    top: 46%;
    -webkit-transform: translateX(-50%) translateY(-46%);
    transform: translateX(-50%) translateY(-46%);
    position: absolute;
}
.preloader .loader .sbl-half-circle-spin {
    height: 80px;
    width: 80px;
    color: #ff5d22;
    display: inline-block;
    position: relative;
    border: 1px solid;
    border-radius: 50%;
    animation: animeCircleSpin 5s ease-in-out infinite reverse;
}
.preloader .loader .sbl-half-circle-spin::after {
    content: "";
    border: 6px solid;
    position: absolute;
    left: 10px;
    top: 15px;
    border-radius: inherit;
}
.preloader .loader .sbl-half-circle-spin div {
    height: 50%;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    border: 1px solid;
    border-radius: 50%;
    -webkit-animation: animeCircleSpin 4s ease-in-out infinite;
    animation: animeCircleSpin 4s ease-in-out infinite;
}
.preloader .loader .sbl-half-circle-spin div::before {
    height: 0;
    width: 0;
    content: "";
    border-radius: 50%;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 19px solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
@-webkit-keyframes animeCircleSpin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes animeCircleSpin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.tracer-responsive-nav {
    display: none;
}
.tracer-nav .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
.tracer-nav .navbar {
    position: inherit;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.tracer-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.tracer-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.tracer-nav .navbar .navbar-nav {
    margin-left: auto;
}
.tracer-nav .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 14px;
    margin-right: 14px;
}
.tracer-nav .navbar .navbar-nav .nav-item a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}
.tracer-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -4px;
    margin-right: -3px;
}
.tracer-nav .navbar .navbar-nav .nav-item a:hover,
.tracer-nav .navbar .navbar-nav .nav-item a:focus,
.tracer-nav .navbar .navbar-nav .nav-item a.active {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.tracer-nav .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}
.tracer-nav .navbar .navbar-nav .nav-item:hover a,
.tracer-nav .navbar .navbar-nav .nav-item.active a {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 70px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 300px;
    display: block;
    border-radius: 0;
    padding: 10px 0;
    margin-top: 15px;
    position: absolute;
    visibility: hidden;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top: 3px solid #ff5d22;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.f_17{font-size:17px;}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 5px 20px;
    position: relative;
    display: block;
    color: #221638;
    font-size: 16.5px;
    font-weight: 700;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #fff;
    background-color: #ff5d22;
    margin: 0px 10px;
    border-radius: 10px;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -300px;
    margin-top: 15px;
    visibility: hidden;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #221638;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #221638;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -300px;
    visibility: hidden;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #221638;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #221638;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -300px;
    visibility: hidden;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #221638;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #221638;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.tracer-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.tracer-nav .navbar .navbar-nav .nav-item.megamenu {
    position: inherit;
}
.tracer-nav .navbar .navbar-nav .nav-item.megamenu .container {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}
.footer__side-social{padding-top:50px !important;}
.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
    width: 100%;
    top: auto;
    left: 0;
    margin-top: 0;
    padding: 30px 0;
    position: absolute;
    -webkit-transform: unset !important;
    transform: unset !important;
}
.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    margin-top: 14px;
    color: #221638;
    padding: 0;
    display: block;
    font-size: 16.4px;
    font-weight: 700;
}
.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
    color: #ff5d22;
}
.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child a {
    margin-top: 0;
}
.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
    position: relative;
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 30px;
}
.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
    width: 70px;
    height: 70px;
    position: relative;
    background: #f4f4f4;
    text-align: center;
    font-size: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #221638;
    margin-bottom: 15px;
    border-width: 1.5px;
    border-style: dashed;
    border-color: #eee;
    border-radius: 50%;
}
.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
}
.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
    display: block;
    margin-top: 5px;
    color: #ff5d22;
    font-weight: 600;
    font-size: 15px;
}
.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
    background-color: #ff5d22;
    border-color: #fff;
    color: #fff;
}
.tracer-nav .navbar .others-option {
    margin-left: 30px;
}
.tracer-nav .navbar .others-option .option-item {
    margin-left: 30px;
}
.tracer-nav .navbar .others-option .option-item:first-child {
    margin-left: 0;
}
.tracer-nav .navbar .others-option .option-item .search-box {
    position: relative;
    width: 300px;
    border-radius: 5px;
}
.tracer-nav .navbar .others-option .option-item .search-box .input-search {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #221638;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 0;
}
.tracer-nav .navbar .others-option .option-item .search-box .input-search::-webkit-input-placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tracer-nav .navbar .others-option .option-item .search-box .input-search:-ms-input-placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tracer-nav .navbar .others-option .option-item .search-box .input-search::-ms-input-placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tracer-nav .navbar .others-option .option-item .search-box .input-search::placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tracer-nav .navbar .others-option .option-item .search-box .input-search:focus {
    border-color: #ff5d22;
}
.tracer-nav .navbar .others-option .option-item .search-box .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}
.tracer-nav .navbar .others-option .option-item .search-box .input-search:focus:-ms-input-placeholder {
    color: transparent;
}
.tracer-nav .navbar .others-option .option-item .search-box .input-search:focus::-ms-input-placeholder {
    color: transparent;
}
.tracer-nav .navbar .others-option .option-item .search-box .input-search:focus::placeholder {
    color: transparent;
}
.tracer-nav .navbar .others-option .option-item .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    background-color: transparent;
    border: none;
    color: #ff5d22;
    border-radius: 5px;
    font-size: 22px;
    padding: 0 15px;
}
.tracer-nav .navbar .others-option .option-item .default-btn {
    margin-bottom: -6px;
}
.navbar-area {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-area.navbar-style-two {
    position: relative;
}
.navbar-area.navbar-style-two.is-sticky {
    position: fixed;
}
.others-option-for-responsive {
    display: none !important;
}
.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: -40px;
}
.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #221638;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #ff5d22;
}
.others-option-for-responsive .container {
    position: relative;
}
.others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 320px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.others-option-for-responsive .option-inner {
    padding: 15px 15px 8px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    background-color: #fff;
}
.others-option-for-responsive .option-inner .search-box {
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
}
.others-option-for-responsive .option-inner .search-box .input-search {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #221638;
    font-size: 17px;
    font-weight: 400;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 0;
}
.others-option-for-responsive .option-inner .search-box .input-search::-webkit-input-placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.others-option-for-responsive .option-inner .search-box .input-search:-ms-input-placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.others-option-for-responsive .option-inner .search-box .input-search::-ms-input-placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.others-option-for-responsive .option-inner .search-box .input-search::placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.others-option-for-responsive .option-inner .search-box .input-search:focus {
    border-color: #ff5d22;
}
.others-option-for-responsive .option-inner .search-box .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}
.others-option-for-responsive .option-inner .search-box .input-search:focus:-ms-input-placeholder {
    color: transparent;
}
.others-option-for-responsive .option-inner .search-box .input-search:focus::-ms-input-placeholder {
    color: transparent;
}
.others-option-for-responsive .option-inner .search-box .input-search:focus::placeholder {
    color: transparent;
}
.others-option-for-responsive .option-inner .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    background-color: transparent;
    border: none;
    color: #ff5d22;
    border-radius: 5px;
    padding: 0 15px;
}
.others-option-for-responsive .option-inner .others-option {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.others-option-for-responsive .option-inner .others-option .option-item {
    margin-left: 0;
}
.others-option-for-responsive .option-inner .others-option .option-item:first-child {
    margin-left: 0;
}
.others-option-for-responsive .option-inner .others-option .cart-btn {
    font-size: 22px;
    position: relative;
    line-height: 1;
}
.others-option-for-responsive .option-inner .others-option .cart-btn a {
    display: inline-block;
    position: relative;
    color: #221638;
}
.others-option-for-responsive .option-inner .others-option .cart-btn a span {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    color: #fff;
    background-color: #ff5d22;
    font-size: 10px;
    font-weight: 600;
}
.others-option-for-responsive .option-inner .others-option .cart-btn a:hover {
    color: #ff5d22;
}
/*article .blog-read-more{color:#ff5d22;}
article{border:2px solid transparent;}
article:hover{
    border:2px solid #ff5d22;
}*/
.option-item .default-btn {
    padding: 25px !important;
   
}
.counter-box h1{text-align:center;}
.counter-box p{text-align:center;margin-bottom: 15px;}
.option-item .default-btn {
    background-color:transparent !important;
}
@media only screen and (max-width: 769px) {
    .about-area{padding-top:0px !important;}
    .Investors{padding-top:0px !important;padding-bottom:0px !important;}
    .milestones{padding-top:0px !important;}
    #group-companies{padding:0px !important;}
    .key_strength-group{margin-bottom:20px !important;}
    .image1{float:none !important;}
    .key_strength-group{display: block !important;}
    .key_strength_cube-ct{display:block !important;    width: 100% !important;margin-bottom:20px;}
    .elementor-heading-title>a{    font-size: 25px !important;}
    .font24 {
        font-size: 22px !important;
        line-height: 1.3;
    }
    .bg-color2{padding:15px !important;}
    .mrg-1 {
        margin: 0px;
    }
    .services-details-image-slides img{height:auto !important;}
    .mobile-0{margin-top:0px !important;}
    .services-block-fourteen .inner-box{height:auto !important;}
	.single-process-box h3{height:auto !important;}
    .pdl{padding-left:15px !important;}
    .title{font-size:30px !important;}
    .mrt-75 {
        margin-top: 15px !important;
    }
    .elementor-heading-title5 {
   
        font-size: 50px !important;
        
    }
    .project-layout--content-image .img{margin-left:0px !important;}
    .d-flex {
        display: block!important;
    }
    .heading-section-wrapper h1{text-align:left !important;}
    .heading-section-wrapper .header-section-content{padding:15px !important;}
    .heading-section-wrapper h1{font-size:20px !important;}
    .big-hero-with-image-block__content .heading-section-wrapper{margin-top:-60px !important;}
    .heading-section-wrapper h2.hero-text{font-size:15px !important;}
}
@media only screen and (max-width: 1199px) {
    .navbar-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-area.is-sticky {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-area.is-sticky .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav {
        margin-top: 63px;
    }
    .navbar-area.is-sticky .others-option-for-responsive .container .container {
        top: 10px;
    }
    .navbar-area.navbar-style-two {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .tracer-responsive-nav {
        display: block;
    }
    .tracer-responsive-nav .tracer-responsive-menu {
        position: relative;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav {
        margin-top: 40px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #ff5d22;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14.5px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 100%;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
        overflow: hidden;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
        border-top: 1px solid #eee;
        padding-left: 0;
        padding-right: 0;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
        display: block;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        margin-left: 0;
        margin-right: 0;
        margin-top: -20px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
        margin-bottom: 15px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:first-child .megamenu-submenu li {
        border-top: none;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
        width: 100%;
        float: unset;
        display: block;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
        border-bottom: none !important;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
        display: none !important;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
        width: 80%;
        overflow: hidden;
        display: block !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
        border: none;
        margin-top: 18px;
        color: #677294;
        padding: 0;
        font-size: 14.5px;
        font-weight: 400;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
        color: #ff5d22;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child {
        border-top: 1px solid #eee;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
        position: relative;
        border-top: 0;
        margin-top: 0;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
        width: 50px;
        height: 50px;
        position: relative;
        background: #f4f4f4;
        text-align: center;
        font-size: 28px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #221638;
        margin-bottom: 15px;
        border-width: 1.5px;
        border-style: dashed;
        border-color: #eee;
        border-radius: 50%;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 700;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
        display: block;
        margin-top: 5px;
        color: #ff5d22;
        font-weight: 600;
        font-size: 13px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
        background-color: #ff5d22;
        border-color: #fff;
        color: #fff;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box {
        display: none !important;
        position: absolute;
        right: 340px;
        top: -11px;
        width: 270px;
        border-radius: 5px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search {
        display: block;
        width: 100%;
        height: 48px;
        border: none;
        border-radius: 5px;
        background-color: #f5f5f5;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #221638;
        font-size: 17px;
        font-weight: 400;
        padding-left: 15px;
        padding-top: 1px;
        padding-bottom: 0;
        padding-right: 0;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search::-webkit-input-placeholder {
        color: #848484;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search:-ms-input-placeholder {
        color: #848484;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search::-ms-input-placeholder {
        color: #848484;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search::placeholder {
        color: #848484;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search:focus {
        border-color: #ff5d22;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search:focus::-webkit-input-placeholder {
        color: transparent;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search:focus:-ms-input-placeholder {
        color: transparent;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search:focus::-ms-input-placeholder {
        color: transparent;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search:focus::placeholder {
        color: transparent;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box button {
        position: absolute;
        right: 0;
        top: 0;
        height: 48px;
        background-color: transparent;
        border: none;
        color: #ff5d22;
        border-radius: 5px;
        padding: 0 15px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .others-option {
        /*position: absolute;
        right: 55px;
        display: none !important;
        top: -10px;*/
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .others-option .option-item {
        margin-left: 30px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .others-option .option-item:first-child {
        margin-left: 0;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .others-option .cart-btn {
        font-size: 22px;
        position: relative;
        line-height: 1;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .others-option .cart-btn a {
        display: inline-block;
        position: relative;
        color: #221638;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .others-option .cart-btn a span {
        position: absolute;
        right: -4px;
        top: -4px;
        width: 14px;
        height: 14px;
        text-align: center;
        line-height: 14px;
        border-radius: 50%;
        color: #fff;
        background-color: #ff5d22;
        font-size: 10px;
        font-weight: 600;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .others-option .cart-btn a:hover {
        color: #ff5d22;
    }
    .tracer-responsive-nav .mean-container a.meanmenu-reveal {
        color: #fff;
    }
    .tracer-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #000;
    }
    .tracer-responsive-nav .logo {
        position: relative;
        width: 70%;
        z-index: 999;
    }
    .tracer-nav {
        display: none;
    }
    .others-option-for-responsive {
        display: none;
    }
}
.main-banner {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(../img/main-banner/bg.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 365px;
    padding-bottom: 350px;
}
.main-banner .container-fluid {
    max-width: 1360px;
}
.main-banner.without-banner-animation {
    padding-top: 200px;
    padding-bottom: 250px;
}
.sub-title1{font-size:25px;}
.main-banner-content ul li{color:#fff;font-size:20px;}
.main-banner-content ul{padding-left: 25px;}
.main-banner.without-banner-animation .main-banner-content {
    margin-top: 0;
}
.main-banner-content {
    margin-top: -50px;
}
.main-banner-content h1 {
    font-size:32px;text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: -10px;
}
.main-banner-content .btn-box {
        margin-top: 30px;
    margin-bottom: 40px;
}
.main-banner-content .btn-box .default-btn {
    margin-bottom: -7px;padding:15px 30px !important;
}
.main-banner-content .btn-box .video-btn {
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    color: #ff5d22;
    font-size: 16px;
    font-weight: 700;
    margin-top: -3px;
    margin-left: 30px;
}
.main-banner-content .btn-box .video-btn i {
    width: 55px;
    height: 55px;
    line-height: 56px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 20px;
    margin-right: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.main-banner-content .btn-box .video-btn:hover i {
    background-color: #ff5d22;
    color: #fff;
}
.main-banner-animation-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.main-banner-animation-image img {
    position: absolute;
}
.main-banner-animation-image img:nth-child(1) {
    left: 0;
    bottom: -220px;
    z-index: 1;
}
.main-banner-animation-image img:nth-child(2) {
    left: 192px;
    top: -10px;
    z-index: 1;
}
.main-banner-animation-image img:nth-child(3) {
    left: -25px;
    top: -200px;
}
.main-banner-animation-image img:nth-child(4) {
    left: -2px;
    right: 0;
    margin: auto;
    z-index: 1;
    top: -145px;
}
.main-banner-animation-image img:nth-child(5) {
    left: -10px;
    right: 0;
    top: -250px;
    margin: auto;
    z-index: 1;
}
.main-banner-animation-image img:nth-child(6) {
    right: 150px;
    top: -50px;
    z-index: 1;
}
.main-banner-animation-image img:nth-child(7) {
    right: 5px;
    top: -120px;
    z-index: -1;
}
.main-banner-animation-image img:nth-child(8) {
    left: 0;
    right: 0;
    margin: auto;
    top: -35px;
}
.main-banner-animation-image img:nth-child(9) {
    right: 0;
    top: -80px;
}
.main-banner-animation-image img:nth-child(10) {
    right: 0;
    bottom: -190px;
}
.main-banner-animation-image img:nth-child(11) {
    right: 100px;
    top: -10px;
    z-index: -2;
}
.main-banner-animation-image img:nth-child(12) {
    left: 140px;
    top: 175px;
    z-index: -1;
}
.main-banner-animation-image img:last-child {
    display: none;
}
.main-banner-image {
    text-align: center;
}
.banner-section {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(../img/main-banner/bg2.png);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 365px;
    padding-bottom: 350px;
}
.banner-section .container-fluid {
    max-width: 1360px;
}
.banner-section.without-banner-animation {
    padding-top: 200px;
    padding-bottom: 300px;
}
.banner-section.without-banner-animation .banner-content {
    margin-top: 0;
}
.banner-content {
    margin-top: -50px;
}
.banner-content h1 {
    font-size: 57px;
    margin-bottom: 18px;
    margin-top: -10px;
}
.banner-content .btn-box {
    margin-top: 35px;
}
.banner-content .btn-box .default-btn {
    margin-bottom: -7px;
}
.banner-content .btn-box .video-btn {
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    color: #ff5d22;
    font-size: 16px;
    font-weight: 700;
    margin-top: -3px;
    margin-left: 30px;
}
.banner-content .btn-box .video-btn i {
    width: 55px;
    height: 55px;
    line-height: 56px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 20px;
    margin-right: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner-content .btn-box .video-btn:hover i {
    background-color: #ff5d22;
    color: #fff;
}
.banner-animation-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.banner-animation-image img {
    position: absolute;
}
.banner-animation-image img:nth-child(1) {
    top: -180px;
    left: 45px;
}
.banner-animation-image img:nth-child(2) {
    bottom: -80px;
    left: 270px;
}
.banner-animation-image img:nth-child(3) {
    right: 0;
    bottom: 85px;
}
.banner-animation-image img:nth-child(4) {
    right: 0;
    bottom: -90px;
}
.banner-animation-image img:nth-child(5) {
    right: 40px;
    bottom: -15px;
    z-index: 1;
}
.banner-animation-image img:nth-child(6) {
    left: 0;
    bottom: 25px;
}
.banner-animation-image img:nth-child(7) {
    top: -120px;
    left: -50px;
    z-index: 1;
}
.banner-animation-image img:nth-child(8) {
    top: -245px;
    left: 150px;
    z-index: 1;
}
.banner-animation-image img:nth-child(9) {
    left: 200px;
    right: 0;
    margin: auto;
    top: -150px;
}
.banner-animation-image img:nth-child(10) {
    right: 0;
    top: -255px;
}
.banner-animation-image img:nth-child(11) {
    left: 60px;
    bottom: -130px;
}
.banner-animation-image img:nth-child(12) {
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
    max-width: 70%;
}
.banner-animation-image img:last-child {
    display: none;
}
.banner-image {
    text-align: center;
}
.hero-banner {
    position: relative;
    z-index: 1;
    padding-top: 300px;
    padding-bottom: 300px;
}
.hero-banner .container-fluid {
    max-width: 1360px;
}
.hero-banner.without-banner-animation {
    padding-top: 200px;
    padding-bottom: 150px;
}
.hero-banner-content h1 {
    font-size: 59px;
    margin-bottom: 15px;
    margin-top: -10px;
}
.hero-banner-content .btn-box {
    margin-top: 25px;
}
.hero-banner-content .btn-box .default-btn {
    margin-bottom: -7px;
}
.hero-banner-animation-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.hero-banner-animation-image img {
    position: absolute;
}
.hero-banner-animation-image img:nth-child(1) {
    left: -23px;
    right: 0;
    margin: auto;
    bottom: -200px;
    z-index: 1;
}
.hero-banner-animation-image img:nth-child(2) {
    right: -55px;
    bottom: -185px;
}
.hero-banner-animation-image img:nth-child(3) {
    left: 161px;
    bottom: -215px;
    z-index: 1;
    max-width: 20%;
}
.hero-banner-animation-image img:nth-child(4) {
    right: 125px;
    top: -140px;
}
.hero-banner-animation-image img:nth-child(5) {
    left: -75px;
    bottom: -175px;
}
.hero-banner-animation-image img:nth-child(6) {
    right: 0;
    left: -110px;
    margin: auto;
    z-index: 1;
    top: -175px;
}
.hero-banner-animation-image img:nth-child(7) {
    left: -100px;
    right: 0;
    margin: auto;
    z-index: 1;
    top: -34px;
}
.hero-banner-animation-image img:nth-child(8) {
    left: 0;
    right: 102px;
    margin: auto;
    top: -5px;
}
.hero-banner-animation-image img:nth-child(9) {
    left: 20px;
    top: -135px;
}
.hero-banner-animation-image img:nth-child(10) {
    left: 0;
    top: -165px;
}
.hero-banner-animation-image img:last-child {
    display: none;
}
.hero-banner-image {
    text-align: center;
}
.main-banner-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(../img/main-banner/bg3.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 250px;
}
.banner-area-content {
    max-width: 720px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.banner-area-content h1 {
    font-size: 65px;
    margin-bottom: 18px;
    margin-top: -10px;
}
.banner-area-content p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.banner-area-content .default-btn {
    margin-top: 10px;
}
.banner-area-content img {
    margin-top: 50px;
}
.main-banner-item {
    height: 800px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #221638;
}
/*.main-banner-item.item-bg1 {
    background-image: url(../img/main-banner/main-banner1.jpg);
}
.main-banner-item.item-bg2 {
    background-image: url(../img/main-banner/main-banner2.jpg);
}*/

/*.banner-item-content .sub-title {
    display: block;
    color: #ff5d22;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 25px;
}

.banner-item-content h1 {
    font-size: 65px;
    color: #fff;
    margin-bottom: 18px;
    margin-top: -10px;
}
.banner-item-content p {
    color: #fff;
    max-width: 650px;
}
.banner-item-content .btn-box {
    margin-top: 35px;
}
.banner-item-content .btn-box .default-btn {
    margin-bottom: -7px;
}
.banner-item-content .btn-box .default-btn span {
    background-color: #fff;
}
.banner-item-content .btn-box .default-btn:hover {
    color: #221638;
}
.banner-item-content .btn-box .video-btn {
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    color: #ff5d22;
    font-size: 16px;
    font-weight: 700;
    margin-top: -3px;
    margin-left: 30px;
}
.banner-item-content .btn-box .video-btn i {
    width: 55px;
    height: 55px;
    line-height: 56px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 20px;
    margin-right: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner-item-content .btn-box .video-btn:hover i {
    background-color: #ff5d22;
    color: #fff;
}*/
.owl-item.active .banner-item-content .sub-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.owl-item.active .banner-item-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}


#Map div:first-child {
  background-color: transparent !important;
}

@media only screen and (max-width: 1199px){
.logo img {
    width:50% !important;
}
}
@media only screen and (max-width: 767px){
    .col-sm-1 {
        
        max-width: 17%;
    }
    .banner-item-content p {
    max-width: 100%;
    font-size: 18px !important;
}
    .banner-title{font-size:27px !important;}
    .active-banner-text:before{display:none !important;}
    .active-banner-text .rdMainTitleActive{font-size:20px !important;}
    .single-process-box img {
    height: 100px !important;
    padding-top: 20px;
}
    .col-lg-3 {width:50% !important;}
    .col-md-3 {width:50% !important;}
    .demo a {
    position: absolute;
    bottom: -36px !important;
    left: 26% !important;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
}
.owl-item.active .banner-item-content p {
    /*-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;*/
}
.owl-item.active .banner-item-content .btn-box {
    /*-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;*/
}
.btn-box{margin-top:30px;}
.home-slides.owl-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.home-slides.owl-carousel .owl-nav .owl-prev,
.home-slides.owl-carousel .owl-nav .owl-next {
    margin: 0 0 0 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    color: #ff5d22;
    background-color: #fff;
    font-size: 22px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.home-slides.owl-carousel .owl-nav .owl-prev:hover,
.home-slides.owl-carousel .owl-nav .owl-next:hover {
    background-color: #ff5d22;
    color: #fff;
}
.banner-wrapper {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(../img/main-banner/bg4.jpg);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 250px;
}
.banner-wrapper .container-fluid {
    max-width: 1360px;
}
.banner-wrapper.without-banner-animation {
    padding-top: 200px;
    padding-bottom: 100px;
}
.banner-wrapper.without-banner-animation .banner-wrapper-content {
    margin-top: 0;
}
.banner-wrapper-content {
    margin-top: -30px;
}
.banner-wrapper-content h1 {
    font-size: 49px;
    margin-bottom: 18px;
    margin-top: -10px;
}
.banner-wrapper-content p {
    max-width: 540px;
}
.banner-wrapper-content .btn-box {
    margin-top: 35px;
}
.banner-wrapper-content .btn-box .default-btn {
    margin-bottom: -7px;
}
.banner-wrapper-content .btn-box .default-btn:not(:first-child) {
    top: -0.3px;
    margin-left: 10px;
    background-color: transparent;
    z-index: 1;
    height: 47px;
    color: #ff5d22;
}
.banner-wrapper-content .btn-box .default-btn:not(:first-child)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    border: 1px solid #ff5d22;
}
.banner-wrapper-content .btn-box .default-btn:not(:first-child):hover {
    color: #fff;
}
.banner-wrapper-animation-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.banner-wrapper-animation-image img {
    position: absolute;
    max-width: 39%;
}
.banner-wrapper-animation-image img:nth-child(1) {
    right: 30px;
    bottom: -60px;
    z-index: 2;
}
.banner-wrapper-animation-image img:nth-child(2) {
    right: 2px;
    bottom: -107px;
    z-index: 1;
}
.banner-wrapper-animation-image img:nth-child(3) {
    right: 75px;
    top: -210px;
    z-index: 1;
}
.banner-wrapper-animation-image img:nth-child(4) {
    right: 0;
    top: -180px;
}
.banner-wrapper-animation-image img:nth-child(5) {
    left: 80px;
    top: -165px;
}
.banner-wrapper-animation-image img:nth-child(6) {
    right: 0;
    left: 220px;
    margin: auto;
    top: 150px;
    z-index: 2;
}
.orangetext-1{
        color: #ff5d22;
}
.banner-wrapper-animation-image img:nth-child(7) {
    left: 188px;
    bottom: -140px;
    z-index: 2;
}
.banner-wrapper-animation-image img:nth-child(8) {
    left: -25px;
    bottom: -40px;
    z-index: 1;
}
.banner-wrapper-animation-image img:nth-child(9) {
    right: 0;
    left: 30px;
    margin: auto;
    top: -70px;
    max-width: 82%;
}
.banner-wrapper-animation-image img:nth-child(10) {
    left: 0;
    right: -70px;
    top: -100px;
    margin: auto;
    max-width: 82%;
    z-index: -1;
}
.banner-wrapper-animation-image img:last-child {
    display: none;
}
.banner-wrapper-image {
    text-align: center;
}
.vector-shape7 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.vector-shape8 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.text-small{
	font-size: 20px;
    line-height: 1.5;
}
.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #ff5d22;
    overflow: hidden;    margin: auto;
}
.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}
.who-we-contant h4 {
    font-size: 35px;
    color: #ff5d22 !important;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 700;
}
/*.nav-item:nth-child(2) {
  display:none;
}*/
.it-services-banner {
        position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(../img/landing-page.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 260px;
       padding-bottom: 50px;
}
.it-services-banner .main-banner-content {
    margin-top: 0;
}
.seo-agency-banner {
    position: relative;
    z-index: 1;
    background: transparent url(../img/banner-bg2.jpg) left top no-repeat;
    padding-top: 270px;
    padding-bottom: 150px;
}
.seo-agency-banner .container-fluid {
    max-width: 1360px;
}
.seo-agency-banner .banner-wrapper-content {
    margin-top: 0;
}
.seo-agency-banner .banner-wrapper-content h1 {
    margin-bottom: 20px;
}
.seo-agency-banner .banner-wrapper-content .btn-box {
    margin-top: 25px;
}
.banner-wrapper-content .sub-title {
    display: block;
    margin-bottom: 20px;
    color: #ff5d22;
    text-transform: uppercase;
    font-weight: 600;
}
.digital-agency-banner {
    background: linear-gradient(75deg, #65258a 10%, #e80566) !important;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px;
}
.digital-agency-banner .banner-wrapper-content {
    margin-top: 0;
}
.digital-agency-banner .banner-wrapper-content .sub-title {
    color: #fff;
}
.digital-agency-banner .banner-wrapper-content h1 {
    color: #fff;
}
.digital-agency-banner .banner-wrapper-content p {
    color: #fff;
}
.solutions-area .section-title {
    max-width: 695px;
}
.single-solutions-box {
    margin-bottom: 30px;
    padding: 20px 20px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;height:430px;
    border: 1px solid #f5f3f2;
    text-align: center;
}
.single-solutions-box .icon {
    margin-bottom: 25px;
    line-height: 1;
    font-size: 65px;
}
.single-solutions-box h3 {
    margin-bottom: 12px;
    font-size: 24px;
}
.single-solutions-box h3 a {
    display: inline-block;color: #ff5d22;
}

.single-solutions-box .view-details-btn {
    display: inline-block;
    color: #ff5d22;
    margin-top: 3px;
    position: relative;
    font-size: 16.4px;
    font-weight: 700;
}
.single-solutions-box .view-details-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #ff5d22;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-solutions-box .view-details-btn:hover {
    color: #221638;
}
.single-solutions-box .view-details-btn:hover::before {
    width: 100%;
}
.single-solutions-box:hover {
    border-color: #ff5d22;
}
.single-solutions-box:hover .icon {
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
}
.about-area {
    position: relative;
    z-index: 1;
}
.about-content .content {
    max-width: 585px;
}
.about-content .section-title{margin-bottom:20px;    text-align: left !important;    margin-left: 0px;}
.about-content .content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 20px;
}
.about-content .content .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.about-content .content h2 {
    margin-bottom: 15px;
    font-size: 44px;
}
.about-content .content p {
    margin-bottom: 20px;    font-size: 16px;
}
.about-content .content p:last-child {
    margin-bottom: 0;
}
.about-content .content .features-list {
    padding-left: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
}
.about-content .content .features-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}
.about-content .content .features-list li span {
    display: block;
    border: 1px solid #f0eae2;
    border-radius: 5px;
    padding: 20px 20px 20px 95px;
    position: relative;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.about-content .content .features-list li span .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-content .content .features-list li span h3 {
    margin-bottom: 3px;
    font-size: 25px;
}
.about-content .content .features-list li span:hover {
    border-color: #ff5d22;
}
.about-content .content .about-list {
    padding-left: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
}
.about-content .content .about-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}
.about-content .content .about-list li span {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 20px 15px 20px 68px;
    border-radius: 5px;
    z-index: 1;
    background-color: #fff;
    font-size: 19px;
    font-weight: 800;
}
.about-content .content .about-list li span .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #deecf4;
    font-size: 20px;
}
.about-content .content .about-list li span img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.about-content .content .about-list li span:hover .icon {
    background-color: #ff5d22;
    color: #fff;
}
.about-content .content .content-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 30px;
    margin-top: 30px;
}
.about-content .content .content-list li {
    position: relative;
    margin-bottom: 35px;
    padding-left: 53px;
    font-size: 19px;
    font-weight: 800;
}
.about-content .content .content-list li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #deecf4;
    font-size: 20px;
}
.about-content .content .content-list li:last-child {
    margin-bottom: 0;
}
.about-content .content .content-list li:hover i {
    background-color: #ff5d22;
    color: #fff;
}
.about-content .content .default-btn {
    margin-top: 5px;
}
.about-image {
    text-align: center;
}
.about-image-box {
    text-align: center;
    position: relative;
    margin-right: 20px;
    border-radius: 5px;
    padding-bottom: 15px;
    padding-right: 15px;
}
.about-image-box img {
    border-radius: 5px;
}
.about-image-box::before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    position: absolute;
    background: #ff5d22;
    z-index: -1;
    margin-top: 15px;
    margin-left: 15px;
}
.about-image-box .box {
    background-color: #fff;
    left: 0;
    bottom: 15px;
    position: absolute;
    border-radius: 0 5px 0 0;
    padding: 10px 20px;
}
.about-image-box .video-btn {
    display: inline-block;
    text-transform: uppercase;
    color: #ff5d22;
    font-size: 16px;
    font-weight: 700;
}
.about-image-box .video-btn i {
    width: 55px;
    height: 55px;
    line-height: 56px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 20px;
    margin-right: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.about-image-box .video-btn:hover i {
    background-color: #ff5d22;
    color: #fff;
}
.about-img {
    text-align: center;
    position: relative;
    z-index: 1;
}
.about-img .shape {
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.about-inner-area {
    margin-top: 100px;
}
.about-text h3 {
    margin-bottom: 13px;
    font-size: 25px;
}
.about-text .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
}
.about-text .features-list li {
    position: relative;
    margin-bottom: 12px;
    color: #6b6b84;
    font-weight: 600;
    padding-top: 5px;
    padding-left: 30px;
}
.about-text .features-list li i {
    font-size: 9px;
    color: #221638;
    background-color: #eaeaf2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-text .features-list li:last-child {
    margin-bottom: 0;
}
.about-text .features-list li:hover i {
    background-color: #ff5d22;
    color: #fff;
}
.circle-shape1 {
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.our-mission-content .content {
    max-width: 585px;
    margin-left: auto;
}
.our-mission-content .content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px;
}
.our-mission-content .content .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.our-mission-content .content h2 {
    margin-bottom: 15px;
    font-size: 44px;
}
.our-mission-content .content p {
    margin-bottom: 20px;
}
.our-mission-content .content p:last-child {
    margin-bottom: 0;
}
.our-mission-content .content .our-mission-list {
    padding-left: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
}
.our-mission-content .content .our-mission-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}
.our-mission-content .content .our-mission-list li span {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 20px 15px 20px 68px;
    border-radius: 5px;
    z-index: 1;
    background-color: #fff;
    font-size: 19px;
    font-weight: 800;
}
.our-mission-content .content .our-mission-list li span .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #deecf4;
    font-size: 20px;
}
.our-mission-content .content .our-mission-list li span img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.our-mission-content .content .our-mission-list li span:hover .icon {
    background-color: #ff5d22;
    color: #fff;
}
.our-mission-content .content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 30px;
    margin-top: 30px;
}
.our-mission-content .content .features-list li {
    position: relative;
    margin-bottom: 35px;
    padding-left: 53px;
    font-size: 19px;
    font-weight: 800;
}
.our-mission-content .content .features-list li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #deecf4;
    font-size: 20px;
}
.our-mission-content .content .features-list li:last-child {
    margin-bottom: 0;
}
.our-mission-content .content .features-list li:hover i {
    background-color: #ff5d22;
    color: #fff;
}
.our-mission-content .content .default-btn {
    margin-top: 5px;
}
.our-mission-image {
    text-align: center;
    position: relative;
    z-index: 1;
}
.our-mission-image .shape {
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.boxes-area {
    position: relative;
    z-index: 1;
    margin-top: -160px;
}
.single-boxes-item {
    margin-bottom: 30px;
    
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px 5px 30px 5px;
    padding: 40px 30px 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);color:#fff;
}
.box-1{
    background-color: #7A7A7A;
   
}
.single-boxes-item h3 a {
    display: inline-block;
    color: #fff;
}
.box-2{
    background-color: #7A7A7A;
   
}
.box-3{
    background-color: #7A7A7A;
    
}
.pb-30{margin-bottom:30px;}
.mrt-0{margin-top:0px;}
.f_20{font-size:20px;}
.f_22{font-size:22px;}
.single-boxes-item .icon {
    margin-bottom: 30px;
}
.f_19{    font-size: 19px;}
.content ul li::marker {
   
    font-size: 25px;
}
/*.features__content-right{max-width: 1000px;
    margin: auto;}*/
.content{padding-bottom:0px !important;}
.content ul{
        padding-left: 20px;margin-bottom: 0px;
}
.single-boxes-item h3 {
    margin-bottom: 12px;
    font-size: 23px;
}
.single-boxes-item h3 a {
    display: inline-block;
}
.single-boxes-item .default-btn {
    background-color: transparent;
    color: #ff5d22;
    border: 1px solid #eae1d6;
    margin-top: 8px;
}
.single-boxes-item .default-btn span {
    display: none;
}
.single-boxes-item .default-btn i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-boxes-item .default-btn:hover {
    color: #fff;
    border-color: #ff5d22;
    background-color: #ff5d22;
    padding: 12px 50px 12px 25px;
}
.single-boxes-item .default-btn:hover i {
    left: 73%;
}
.single-boxes-item .shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-boxes-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
}
.col-lg-4:nth-child(2) .single-boxes-item .shape1 {
    bottom: auto;
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: -5px;
}
.vector-shape9 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.vector-shape10 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.funfacts-area {
    position: relative;
    z-index: 1;
}
.funfacts-area.bg-image {
    background-color: #221638;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/funfacts/bg.jpg);
}
.funfacts-area.bg-image .single-funfacts-item h3 {
    color: #fff;
}
.funfacts-area.bg-image .single-funfacts-item::before {
    background-color: #402939;
}
.funfacts-area.bg-image .single-funfacts-item p {
    color: #a6a6b4;
}
.single-funfacts-box {
    /*margin-bottom: 30px;
    border: 1px solid #f0eae2;
    border-radius: 5px;
    padding: 20px 10px 20px 10px;
    position: relative;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;*/

}
.single-funfacts-box:hover {
    border-color: #009ab1;
}
.single-funfacts-box {
    border-right: 2px solid #009ab1;
}
.single-funfacts-box1 {
    border-right: 0px solid transparent !important;
}
.single-funfacts-box .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-funfacts-box h3 {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #009ab1;
    letter-spacing: 1px;
}
.single-funfacts-box:hover {
    border-color: #ff5d22;
}
.single-funfacts-item {
    margin-bottom: 30px;
    padding-left: 98px;
    position: relative;
}
.single-funfacts-item .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-funfacts-item h3 {
    margin-bottom: 3px;
    font-size: 28px;
}
.single-funfacts-item::before {
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    background-color: #eacbae;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
.col-lg-3:last-child .single-funfacts-item::before {
    display: none;
}
.single-what-we-do-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 105px;
}
.single-what-we-do-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f4f4f4;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    color: #ff5d22;
    text-align: center;
    font-size: 55px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-what-we-do-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-what-we-do-box h3 {
    margin-bottom: 10px;
    font-size: 25px;
}
.single-what-we-do-box h3 a {
    display: inline-block;
}
.single-what-we-do-box p {
    margin-bottom: 12px;
}
.single-what-we-do-box .link {
    display: block;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 7px;
}
.single-what-we-do-box .link i {
    color: #6b6b84;
}
.single-what-we-do-box .link:hover {
    color: #ff5d22;
}
.single-what-we-do-box .read-more-btn {
    color: #ff5d22;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-left: 23px;
    margin-top: 15px;
}
.single-what-we-do-box .read-more-btn i {
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1;
}
.single-what-we-do-box .read-more-btn:hover {
    color: #221638;
    padding-left: 0;
    padding-right: 8px;
}
.single-what-we-do-box .read-more-btn:hover i {
    left: 100%;
    top: 4.5px;
}
.single-what-we-do-box:hover .icon {
    background-color: #ff5d22;
    color: #fff;
}
.col-lg-4:nth-child(1) .single-what-we-do-box {
    margin-top: 60px;
}
.col-lg-4:nth-child(2) .single-what-we-do-box {
    margin-top: 30px;
}
.history-timeline {
    position: relative;
    list-style-type: none;
    padding-left: 0;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.history-timeline::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ebebeb;
    top: 0;
    left: 130px;
    position: absolute;
}
.history-timeline .timeline-block {
    position: relative;
    padding-left: 165px;
    margin-bottom: 30px;
}
.history-timeline .timeline-block:last-child {
    margin-bottom: 0;
}
.history-timeline .timeline-block:last-child::before {
    display: none;
}
.history-timeline .timeline-block::before {
    content: "\ea17";
    position: absolute;
    left: 116px;
    color: #ff5d22;
    bottom: -25px;
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear;
    font-family: boxicons !important;
    font-size: 30px;
}
.history-timeline .timeline-block .timeline-date {
    text-align: right;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #6b6b84;
    font-size: 15px;
}
.history-timeline .timeline-block .timeline-date span {
    display: block;
    margin-bottom: 3px;
    color: #221638;
    font-weight: 700;
}
.history-timeline .timeline-block .timeline-date sup {
    color: #221638;
    font-weight: 600;
}
.history-timeline .timeline-block .timeline-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 126px;
}
.history-timeline .timeline-block .timeline-icon .dot-badge {
    background-color: #ff5d22;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.history-timeline .timeline-block .timeline-content {
    background-color: #fff;
    padding: 30px;
}
.history-timeline .timeline-block .timeline-content .content {
    padding-left: 5px;
    padding-right: 15px;
}
.history-timeline .timeline-block .timeline-content .content h3 {
    margin-bottom: 15px;
    font-size: 25px;
}
.history-timeline.history-timeline-style-two::before {
    left: auto;
    right: 130px;
    background-color: #f3f1f1;
}
.history-timeline.history-timeline-style-two .timeline-block {
    padding-left: 0;
    padding-right: 165px;
}
.history-timeline.history-timeline-style-two .timeline-block::before {
    left: auto;
    right: 115px;
}
.history-timeline.history-timeline-style-two .timeline-block .timeline-date {
    text-align: left;
    right: 0;
    left: auto;
}
.history-timeline.history-timeline-style-two .timeline-block .timeline-icon {
    left: auto;
    right: 125px;
}
.history-timeline.history-timeline-style-two .timeline-block .timeline-content {
    background-color: #f7faff;
}
.history-timeline.history-timeline-style-two .timeline-block .timeline-content .content {
    padding-left: 10px;
    padding-right: 10px;
}
.services-area {
    position: relative;
    z-index: 1;
}
.single-services-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 45px 30px 80px;
    position: relative;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
}
.single-services-box .icon {
    margin-bottom: 25px;
}
.single-services-box h3 {
    margin-bottom: 12px;
    font-size: 25px;
}
.single-services-box h3 a {
    display: inline-block;
}
.single-services-box::before {
    content: "";
    position: absolute;
    bottom: -88%;
    left: 0;
    width: 115%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: -webkit-gradient(linear, left bottom, right top, from(#66eaff), color-stop(#8feffd), color-stop(#b0f3fd), color-stop(#ccf7fc), to(#e7fbfd));
    background: linear-gradient(to right top, #66eaff, #8feffd, #b0f3fd, #ccf7fc, #e7fbfd);
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
}
.mb-30{margin-bottom:30px;}
.single-services-box::after {
    content: "";
    position: absolute;
    bottom: -88%;
    left: 0;
    width: 115%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: -webkit-gradient(linear, left bottom, right top, from(#ff8008), color-stop(#ff8a0d), color-stop(#ff9413), color-stop(#ff9d1a), to(#ffa621));
    background: linear-gradient(to right top, #ff8008, #ff8a0d, #ff9413, #ff9d1a, #ffa621);
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    opacity: 0;
    visibility: hidden;
}
.f_25{font-size:25px;    line-height: 1.5;}
@media only screen and (max-width: 767px){
.single-testimonials-item {
     padding: 0px !important; 
}
.single-solutions-box{height:auto !important;}
}
.single-services-box .read-more-btn {
    display: inline-block;
    color: #ff5d22;
    position: absolute;
    right: 45px;
    bottom: 15px;
    font-size: 17px;
    font-weight: 700;
}
.single-services-box .read-more-btn i {
    position: relative;
    top: 2px;
}
.single-services-box:hover::before {
    opacity: 0;
    visibility: hidden;
}
.single-services-box:hover::after {
    opacity: 1;
    visibility: visible;
}
.single-services-box:hover .read-more-btn {
    color: #fff;
}
.single-services-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 30px 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-item .icon {
    margin-bottom: 25px;
}
.single-services-item h3 {
    margin-bottom: 12px;
    font-size: 25px;
}
.single-services-item h3 a {
    display: inline-block;
}
.single-services-item .default-btn {
    background-color: transparent;
    color: #ff5d22;
    border: 1px solid #eae1d6;
    margin-top: 8px;
}
.single-services-item .default-btn span {
    display: none;
}
.single-services-item .default-btn i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-item .default-btn:hover {
    color: #fff;
    border-color: #ff5d22;
    background-color: #ff5d22;
    padding: 12px 50px 12px 25px;
}
.single-services-item .default-btn:hover i {
    left: 73%;
}
.single-services-item .shape1 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.85;
}
.single-services-item .shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.single-services-item:hover .shape1 img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.single-services-item:hover .shape2 {
    right: -10px;
    bottom: -10px;
}
.single-services-item-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 45px 30px;
    border-radius: 5px;
}
.single-services-item-box .icon {
    margin-bottom: 25px;
}
.single-services-item-box h3 {
    margin-bottom: 12px;
    font-size: 25px;
}
.single-services-item-box h3 a {
    display: inline-block;
}
.single-services-item-box .read-more-btn {
    color: #ff5d22;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-right: 23px;
}
.single-services-item-box .read-more-btn i {
    position: absolute;
    right: 0;
    top: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1;
}
.single-services-item-box .read-more-btn:hover {
    color: #221638;
    padding-right: 0;
    padding-left: 8px;
}
.single-services-item-box .read-more-btn:hover i {
    right: 100%;
}
.single-services-box-item {
    background-color: #fafafb;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 90px 35px 70px;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}
.single-services-box-item .icon {
    width: 90px;
    height: 90px;
    text-align: center;
    position: relative;
    background-color: #80c54d;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}
.single-services-box-item .icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}
.single-services-box-item h3 {
    margin-bottom: 12px;
    font-size: 25px;
}
.single-services-box-item h3 a {
    display: inline-block;
}
.single-services-box-item .shape {
    position: absolute;
    right: 0;
    top: -15px;
    z-index: -1;
}
.single-services-box-item .learn-more-btn {
    color: #ff5d22;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-left: 23px;
}
.single-services-box-item .learn-more-btn i {
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1;
}
.single-services-box-item .learn-more-btn:hover {
    color: #221638;
    padding-left: 0;
    padding-right: 8px;
}
.single-services-box-item .learn-more-btn:hover i {
    left: 100%;
    top: 4.5px;
}
.col-lg-4:nth-child(2) .single-services-box-item .icon {
    background-color: #4267d1;
}
.col-lg-4:nth-child(3) .single-services-box-item .icon {
    background-color: #ca8220;
}
.col-lg-4:nth-child(4) .single-services-box-item .icon {
    background-color: #b92fb1;
}
.col-lg-4:nth-child(5) .single-services-box-item .icon {
    background-color: #de6742;
}
.col-lg-4:nth-child(6) .single-services-box-item .icon {
    background-color: #59eed0;
}
.circle-shape2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.load-more-btn {
    margin-top: 25px;
}
.load-more-btn .default-btn {
    background-color: transparent;
    color: #ff5d22;
    border: 1px solid #eae1d6;
    margin-bottom: -7px;
}
.load-more-btn .default-btn span {
    background-color: #ff5d22;
}
.load-more-btn .default-btn:hover {
    color: #fff;
    border-color: #ff5d22;
}
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 100%;
    z-index: -1;
}
.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #e5ebf0;
    overflow: hidden;
}
.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ff5d22), to(#ff5d22));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ff5d22 75%, #ff5d22 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
    margin-left: -30%;
}
.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.lines .line:nth-child(3) {
    margin-left: 30%;
}
.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.lines .line:nth-child(4) {
    margin-left: -15%;
}
.lines .line:nth-child(4)::after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.lines .line:nth-child(5) {
    margin-left: 15%;
}
.lines .line:nth-child(5)::after {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
@-webkit-keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}
@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}
.services-details-image {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
}
.services-details-image img {
    border-radius: 5px;
    width: 100%;
}

.services-details-image-slides.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.services-details-image-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #87a1c1;
    font-size: 18px;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 40px;
    position: absolute;
    left: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 5px !important;
    border-radius: 50%;
    border-style: solid;
    border-color: #fff;
    border-width: 1.5px;
}
.services-details-image-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 20px;
    padding-left: 3px !important;
}
.services-details-image-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #ff5d22;
    color: #fff;
    border-color: #ff5d22;
}
.services-details-image-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.services-details-desc .sub-title {
    color: #ff5d22;
    display: block;
    margin-bottom: -18px;
    font-size: 16px;
    font-weight: 700;
}
.services-details-desc h3 {
        margin-bottom: 15px;
    position: absolute;
    color: #FFF;
    background-color: #ff5d22;
    padding: 10px 20px 10px 20px;
    font-size: 21px;
    margin-left: -15px;
    margin-top: -79px;
}

.services-details-desc .image {
    
    border-radius: 5px;
    
}
.about-content2{margin-top:-50px;}

.logo-white{display:none;}
.services-details-desc .image img {
    border-radius: 5px;
}
.services-details-desc .content {
    margin-top: 15px;
    margin-bottom: 0px;
}
.services-details-desc .content h3 {
    font-size: 24px;
    margin-bottom: 18px;
    margin-top: 0;
}
.services-details-desc .content ul {
    padding-left: 20px;
    margin-bottom: 0;
    list-style-type: none;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    color: #000;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    color: #000;
    font-size: 15px;
}
.services-details-desc .content ul li {
    margin-bottom: 12px;
    font-weight: 500;
    color: #222;
    position: relative;
    padding-left: 20px;font-size: 15px;
}
.services-details-desc .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff5d22;
}
.services-details-desc .content ul li:last-child {
    margin-bottom: 0;
}
.services-details-desc .technologies-features {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-top: -5px;
}
.services-details-desc .technologies-features li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-top: 12px;
}
.services-details-desc .technologies-features li span {
    font-weight: 600;
    color: #6b6b84;
    position: relative;
    display: block;
    padding-left: 19px;
}
.services-details-desc .technologies-features li span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff5d22;
}
.ptb-100{padding-top:0px;}
.services-details-desc .single-industries-serve-box {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.key_strength_cube-ct.exceptional-number5 {
    width: 100%;
}
.key_strength-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}
.w-clearfix:after {
    clear: both;
}
.circular-text h4{margin-top:15px;}
.text-footer {
    float: none;
    clear: none;
    font-family: Avenirltstd, sans-serif;
    
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
}
.w-clearfix:before, .w-clearfix:after {
    content: " ";
    display: table;
}
.mrt-10{margin-top:10px;}
.services-details-info {
    padding-left: 15px;margin-top: -100px;
    position: relative;
    z-index: 1;
}
.image1 {
    width: 80px;
    margin-right: 30px;
    float: left;
}
.key_strength_cube-ct {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.services-details-desc{
    z-index:1;position: relative;}

.services-details-info .services-list {
    padding-left: 0;margin-top:50px;
    list-style-type: none;
    background-color: #f8f8f8;box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    
    margin-bottom: 30px;
}
.services-details-info .services-list li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 12px 15px;
    position: relative;
    font-size: 13px;
    font-weight: 800;    word-break: break-all;
}
.services-details-info .services-list li a::before {
    content: "\f104";
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Flaticon;
    font-size: 15px;
}
.services-details-info .services-list li a:hover,
.services-details-info .services-list li a.active {
        background-color: transparent;
    border-color: #ff5d22;
    color: #ff5d22;
}
.services-details-info .services-list li:last-child a {
    border-bottom: none;
}
.services-details-info .download-file {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 40px 10px #eaeaef;
    box-shadow: 0 5px 40px 10px #eaeaef;
    margin-bottom: 30px;
    padding: 30px;
}
.services-details-info .download-file h3 {
    margin-bottom: 25px;
    font-size: 24px;
}
.services-details-info .download-file ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.services-details-info .download-file ul li a {
    display: block;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16.5px;
    font-weight: 700;
}
.services-details-info .download-file ul li a i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.services-details-info .download-file ul li:first-child {
    border-top: 1px solid #eee;
}
.services-details-info .services-contact-info {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 40px 10px #eaeaef;
    box-shadow: 0 5px 40px 10px #eaeaef;
    margin-bottom: 30px;
    padding: 30px;
}
.services-details-info .services-contact-info h3 {
    margin-bottom: 25px;
    font-size: 24px;
}
.services-details-info .services-contact-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.services-details-info .services-contact-info ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    color: #6b6b84;
    font-weight: 600;
    font-size: 16.5px;
    padding-left: 35px;
    padding-bottom: 20px;
}
.services-details-info .services-contact-info ul li span {
    color: #221638;
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 800;
}
.services-details-info .services-contact-info ul li a {
    display: block;
    color: #6b6b84;
    margin-bottom: 8px;
}
.services-details-info .services-contact-info ul li a:last-child {
    margin-bottom: 0;
}
.services-details-info .services-contact-info ul li a:hover {
    color: #ff5d22;
}
.services-details-info .services-contact-info ul li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    color: #ff5d22;
    font-weight: 400;
    font-size: 25px;
}
.services-details-info .services-contact-info ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.single-featured-services-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    padding: 60px 30px 55px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 8px 16px 0 rgba(146, 184, 255, 0.2);
    box-shadow: 0 8px 16px 0 rgba(146, 184, 255, 0.2);
}
.single-featured-services-item .icon {
    margin-bottom: 30px;
}
.single-featured-services-item h3 {
    margin-bottom: 12px;
    font-size: 25px;
}
.single-featured-services-item h3 a {
    display: inline-block;
}
.single-featured-services-item .default-btn {
    background-color: transparent;
    color: #ff5d22;
    border: 1px solid #eae1d6;
    margin-top: 8px;
}
.single-featured-services-item .default-btn span {
    background-color: #ff5d22;
    display: none;
}
.single-featured-services-item .default-btn i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-featured-services-item .default-btn:hover {
    color: #fff;
    background-color: #ff5d22;
    border-color: #ff5d22;
    padding: 12px 50px 12px 25px;
}
.single-featured-services-item .default-btn:hover i {
    left: 73%;
}
.single-featured-services-item .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 5px;
    opacity: 0.5;
}
.single-featured-services-item .shape img {
    border-radius: 5px;
}
.single-featured-services-item:hover .icon {
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
}
.single-featured-services-box {
    margin-bottom: 30px;
    position: relative;
    padding-right: 15px;
}
.single-featured-services-box .icon {
    background-color: #ff5d22;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    text-align: center;
    font-size: 45px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.item-bg1{
   position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(../img/landing-page.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 260px;
    padding-bottom: 50px;
}

.item-bg2{
   position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(../img/landing-page2.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 260px;
    padding-bottom: 50px;
}
video{
        object-fit: fill;
}
.footer12{
    color:#fff;font-style: italic;margin-top:10px;margin-bottom: 10px;
}
.footer-bottom-area{margin-top:10px;}
.single-footer-widget {
    margin-bottom: 15px;
}
.processing-plant img{height:220px;width:100%;margin-bottom:20px;}
.item-bg4{
   position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(../img/landing-page4.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 260px;
    padding-bottom: 50px;
}
.item-bg3{
   position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(../img/landing-page3.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 260px;
    padding-bottom: 50px;
}
.single-featured-services-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-featured-services-box h3 {
    margin-bottom: 12px;
    font-size: 25px;
}
.single-featured-services-box h3 a {
    display: inline-block;
}
.single-featured-services-box .read-more-btn {
    color: #ff5d22;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-left: 23px;
}
.single-featured-services-box .read-more-btn i {
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1;
}
.single-featured-services-box .read-more-btn:hover {
    color: #221638;
    padding-left: 0;
    padding-right: 8px;
}
.single-featured-services-box .read-more-btn:hover i {
    left: 100%;
    top: 4.5px;
}
.single-featured-services-box:hover .icon {
    background-color: #221638 !important;
    color: #fff !important;
}
.col-lg-4:nth-child(2) .single-featured-services-item .shape {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    bottom: auto;
    top: 0;
}
.col-lg-4:nth-child(2) .single-featured-services-box {
    margin-top: 30px;
}
.col-lg-4:nth-child(2) .single-featured-services-box .icon {
    background-color: #01b882;
    color: #fff;
}
.col-lg-4:nth-child(3) .single-featured-services-box .icon {
    background-color: #bb005c;
    color: #fff;
}
.option-item .default-btn{color:#fff !important;}
.col-lg-4:nth-child(1) .single-featured-services-box {
    margin-top: 60px;
}
.process-area {
    position: relative;
    z-index: 1;
}
.single-process-box {
    margin-bottom: 30px;
    /*background-color: #fff;*/
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #f5f3f2;
    border-radius: 5px;
    
    text-align: center;
    position: relative;
    z-index: 1;
}
.single-process-box .image {
    margin-bottom: 10px;
}
.single-process-box h3 {
    margin-bottom: 12px;
    font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    padding-bottom: 10px;
}
.single-process-box h3 a {
    display: inline-block;font-size:16px;
}
.single-process-box .number {
    line-height: 1;
    color: #eeedef;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: -1;
    opacity: 0.45;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 215px;
    font-weight: 800;
    font-style: italic;
}
.single-process-box:hover {
    border-color: #ff5d22;
}
.single-process-box:hover .number {
    -webkit-transform: translateX(10px) rotate(5deg);
    transform: translateX(10px) rotate(5deg);
}
.process-image {
    text-align: center;
}
.process-content .single-box-item {
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.02);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    max-width: 430px;
}
.process-content .single-box-item .image {
    background-color: #edfcff;
    padding: 15px 20px;
    border-radius: 5px 0 0 5px;
}
.process-content .single-box-item h3 {
    margin-bottom: 0;
    font-size: 24px;
    padding: 10px 20px;
}
.process-content .single-box-item .number {
    color: #eeedef;
    line-height: 1;
    position: absolute;
    right: 5px;
    bottom: -45px;
    z-index: -1;
    font-size: 105px;
    font-style: italic;
    font-weight: 700;
}
.process-content .single-box-item:hover .number {
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
}
.process-content .row .col-lg-12:nth-child(1) .single-box-item {
    margin-left: -30px;
}
.process-content .row .col-lg-12:nth-child(2) .single-box-item {
    margin-left: 10px;
}
.process-content .row .col-lg-12:nth-child(3) .single-box-item {
    margin-left: 50px;
}
.process-content .row .col-lg-12:nth-child(4) .single-box-item {
    margin-left: 90px;
}
.process-content .row .col-lg-12:nth-child(5) .single-box-item {
    margin-left: 130px;
}
.process-content .row .col-lg-12:nth-child(6) .single-box-item {
    margin-left: 170px;
}
.process-content .row .col-lg-12:last-child .single-box-item {
    margin-bottom: 0;
}
.how-its-work-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px;
}
.how-its-work-content .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.how-its-work-content h2 {
    margin-bottom: 15px;
    font-size: 44px;
}
.how-its-work-content .inner-box {
    margin-top: 35px;
}
.how-its-work-content .inner-box .single-item {
    position: relative;
    z-index: 1;
    padding-left: 100px;
    padding-bottom: 30px;
}
.how-its-work-content .inner-box .single-item .count-box {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 8px;
    top: 8px;
    line-height: 65px;
    text-align: center;
    color: #ff5d22;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: #edf1fe 0 0 0 7px;
    box-shadow: #edf1fe 0 0 0 7px;
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
}
.how-its-work-content .inner-box .single-item h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
.how-its-work-content .inner-box .single-item::before {
    content: "";
    position: absolute;
    top: 1px;
    width: 1px;
    height: 100%;
    background-color: #ff5d22;
    z-index: -1;
    left: 40px;
}
.how-its-work-content .inner-box .single-item::after {
    content: "\ea17";
    position: absolute;
    left: 26px;
    color: #ff5d22;
    bottom: 10px;
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear;
    font-family: boxicons !important;
    font-size: 30px;
}
.how-its-work-content .inner-box .single-item:last-child {
    padding-bottom: 0;
}
.how-its-work-content .inner-box .single-item:last-child::before {
    display: none;
}
.how-its-work-content .inner-box .single-item:last-child::after {
    display: none;
}
.courses-area {
    position: relative;
    z-index: 1;
}
.courses-area .vector-shape6 {
    bottom: 7%;
}
.single-courses-box {
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(146, 184, 255, 0.2);
    box-shadow: 0 8px 16px 0 rgba(146, 184, 255, 0.2);
}
.single-courses-box .courses-image {
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 1;
}
.single-courses-box .courses-image .image {
    border-radius: 5px 5px 0 0;
}
.single-courses-box .courses-image .image img {
    border-radius: 5px 5px 0 0;
}
.single-courses-box .courses-image .fav {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}
.single-courses-box .courses-image .fav:hover {
    color: #ff5d22;
}
.single-courses-box .courses-image .price {
    display: inline-block;
    background-color: #ff5d22;
    color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: -32.5px;
    text-align: center;
    line-height: 67px;
    font-size: 22px;
    font-weight: 800;
}
.single-courses-box .courses-image .price.free {
    background-color: green;
}
.single-courses-box .courses-content {
    border-radius: 0 0 5px 5px;
    padding: 30px;
}
.single-courses-box .courses-content .course-author {
    margin-bottom: 15px;
}
.single-courses-box .courses-content .course-author img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.single-courses-box .courses-content .course-author span {
    color: #ff5d22;
    font-weight: 600;
    font-size: 15px;
}
.single-courses-box .courses-content h3 {
    margin-bottom: 12px;
    line-height: 1.3;
    font-size: 25px;
}
.single-courses-box .courses-content h3 a {
    display: inline-block;
}
.single-courses-box .courses-content .courses-box-footer {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: -7px;
    margin-right: -7px;
    margin-top: 20px;
}
.single-courses-box .courses-content .courses-box-footer li {
    color: #6b6b84;
    font-size: 15px;
    position: relative;
    padding-left: 28px;
    padding-right: 7px;
}
.single-courses-box .courses-content .courses-box-footer li i {
    color: #ff5d22;
    position: absolute;
    left: 7px;
    top: 0;
}
.single-courses-box .courses-content .courses-box-footer li i.flaticon-team {
    font-size: 18px;
    left: 3px;
    top: -3px;
}
.courses-info {
    text-align: center;
    margin-top: 20px;
}
.courses-info p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.courses-info p a {
    color: #ff5d22;
}
.courses-info p a:hover {
    text-decoration: underline;
    color: #221638;
}
.courses-details-desc {
    margin-top: 60px;
    padding-right: 15px;
}
.courses-details-desc .nav {
    margin-bottom: 0;
    list-style-type: none;margin-top:50px;
    background-color: #f8f9f8;
    border: none;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
}
.courses-details-desc .nav .nav-item {
    margin-bottom: 0;
    margin-right: 40px;
}
.courses-details-desc .nav .nav-item .nav-link {
    border-radius: 0;
    border: none;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 14px 0;
    background-color: #f8f9f8;
    position: relative;
    border-radius: 5px;
    font-size: 18px;text-transform: uppercase;
    font-weight: 800;
}
.courses-details-desc .nav .nav-item .nav-link::before {
    content: "";
    bottom: 0;
    height: 2px;
    background-color: #ff5d22;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.mt-0{margin-top:0px;}
.courses-details-desc .nav .nav-item .nav-link:hover,
.courses-details-desc .nav .nav-item .nav-link.active {
    color: #ff5d22;
}
.courses-details-desc .nav .nav-item .nav-link:hover::before,
.courses-details-desc .nav .nav-item .nav-link.active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.courses-details-desc .nav .nav-item:last-child {
    margin-right: 0;
}
.courses-details-desc .tab-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
}
.courses-details-desc .tab-content .courses-overview h3 {
    margin-bottom: 12px;
    font-size: 25px;
}
.courses-details-desc .tab-content .courses-overview h3:not(:first-child) {
    margin-top: 30px;
}
.courses-details-desc .tab-content .courses-curriculum {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.courses-details-desc .tab-content .courses-curriculum h3 {
    margin-bottom: 18px;
    font-size: 20px;
}
.courses-details-desc .tab-content .courses-curriculum h3:not(:first-child) {
    margin-top: 30px;
}
.courses-details-desc .tab-content .courses-curriculum ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.courses-details-desc .tab-content .courses-curriculum ul li {
    display: block;
}
.courses-details-desc .tab-content .courses-curriculum ul li a {
    background-color: #f8f9f8;
    color: #221638;
    position: relative;
    padding-left: 55px;
    padding-right: 30px;
    padding-top: 14.5px;
    padding-bottom: 14px;
    margin-left: -30px;
    margin-right: -30px;
}
.courses-details-desc .tab-content .courses-curriculum ul li a::before {
    content: "\f12c";
    position: absolute;
    left: 30px;
    color: #ff5d22;
    top: 14px;
    font-size: 18px;
    font-weight: 400;
    font-family: Flaticon;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-name {
    font-size: 15px;
    font-weight: 800;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta {
    text-align: right;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions {
    display: inline-block;
    background: #e3f1f2;
    color: #2dbbc4;
    text-transform: lowercase;
    border-radius: 3px;
    margin-right: 6px;
    padding: 2px 10px 1.5px;
    font-size: 14px;
    font-weight: 700;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration {
    display: inline-block;
    background: #f7e7e8;
    color: #ff5d22;
    text-transform: lowercase;
    border-radius: 3px;
    padding: 2px 10px 1.5px;
    font-size: 14px;
    font-weight: 700;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status {
    display: inline-block;
    background: #221638;
    color: #fff;
    border-radius: 3px;
    margin-left: 6px;
    padding: 2px 10px 1.5px;
    font-size: 14px;
    font-weight: 700;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked {
    color: #221638;
    background-color: transparent;
    padding: 0;
    margin-left: 8px;
    border-radius: 0;
    position: relative;
    top: 1px;
    font-size: 18px;
    font-weight: 400;
}
.courses-details-desc .tab-content .courses-curriculum ul li a:hover {
    color: #ff5d22;
}
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(2) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(4) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(6) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(8) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(10) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(12) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(14) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(16) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(18) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(20) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(22) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(24) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(26) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(28) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(30) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(32) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(34) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(36) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(38) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(40) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(42) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(44) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(46) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(48) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(50) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(52) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(54) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(56) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(58) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(60) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(62) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(64) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(66) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(68) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(70) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(72) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(74) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(76) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(78) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(80) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(82) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(84) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(86) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(88) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(90) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(92) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(94) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(96) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(98) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(100) a {
    background-color: #fff;
}
.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
}
.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .sub-title {
    display: block;
    color: #ff5d22;
    font-weight: 600;
    margin-bottom: 15px;
}
.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li {
    display: inline-block;
    margin-right: 3px;
}
.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li:last-child {
    margin-right: 0;
}
.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #e1e1e1;
    font-size: 18px;
    color: #221638;
    position: relative;
    border-radius: 2px;
}
.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}
.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li a:hover {
    background-color: #ff5d22;
    color: #fff;
}
.courses-details-desc .tab-content .courses-reviews h3 {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
    font-size: 21px;
    font-weight: 800;
}
.courses-details-desc .tab-content .courses-reviews .rating {
    display: inline-block;
    position: relative;
    top: 1px;
}
.courses-details-desc .tab-content .courses-reviews .rating span {
    font-size: 19px;
    color: #cecfd2;
    margin-right: -2px;
}
.courses-details-desc .tab-content .courses-reviews .rating span.checked {
    color: orange;
}
.courses-details-desc .tab-content .courses-reviews .rating-count {
    margin-top: 10px;
    margin-bottom: 20px;
}
.courses-details-desc .tab-content .courses-reviews .rating-count span {
    display: block;
    font-size: 17px;
    color: #6b6b84;
}
.courses-details-desc .tab-content .courses-reviews .row {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}
.courses-details-desc .tab-content .courses-reviews .side {
    float: left;
    width: 9%;
    margin-top: 10px;
}
.courses-details-desc .tab-content .courses-reviews .side div {
    font-size: 17px;
    font-weight: 700;
}
.courses-details-desc .tab-content .courses-reviews .middle {
    margin-top: 14px;
    float: left;
    width: 82%;
}
.courses-details-desc .tab-content .courses-reviews .right {
    text-align: right;
}
.courses-details-desc .tab-content .courses-reviews .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-5 {
    width: 100%;
    height: 18px;
    background-color: #4caf50;
    border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-4 {
    width: 75%;
    height: 18px;
    background-color: #2196f3;
    border-radius: 5px;
    border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-3 {
    width: 50%;
    height: 18px;
    background-color: #00bcd4;
    border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-2 {
    width: 25%;
    height: 18px;
    background-color: #ff9800;
    border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-1 {
    width: 0;
    height: 18px;
    background-color: #f44336;
    border-radius: 5px;
}
.courses-details-desc .tab-content .courses-review-comments {
    margin-top: 40px;
}
.courses-details-desc .tab-content .courses-review-comments h3 {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 12px;
    margin-bottom: 8px;
    font-size: 21px;
    font-weight: 800;
}
.courses-details-desc .tab-content .courses-review-comments .user-review {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0 20px 110px;
    position: relative;
}
.courses-details-desc .tab-content .courses-review-comments .user-review img {
    position: absolute;
    left: 0;
    top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .sub-comment {
    margin-bottom: 8px;
    font-weight: 700;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating {
    display: block;
    margin-bottom: 8px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars {
    display: inline-block;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i {
    color: #cecfd2;
    font-size: 18px;
    display: inline-block;
    margin-right: -3px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i.checked {
    color: orange;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating span {
    color: #221638;
    position: relative;
    top: -2px;
    font-weight: 800;
    margin-left: 5px;
}
.courses-details-info {
    background-color: #f8f9f8;
    border-radius: 5px;
    padding: 12px 12px 50px;
    margin-left: 15px;
    margin-top: -240px;
}
.courses-details-info .image {
    text-align: center;
    position: relative;
}
.courses-details-info .image .link-btn {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
}
.courses-details-info .image .content {
    position: absolute;
    left: 0;
    z-index: 2;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.courses-details-info .image .content i {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #ff5d22;
    color: #fff;
    border-radius: 50%;
    line-height: 60px;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.courses-details-info .image .content span {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 4px 20px;
    background-color: #221638;
    font-size: 17px;
    font-weight: 700;
}
.courses-details-info .image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #221638;
    opacity: 0.25;
}
.courses-details-info .info {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
}
.courses-details-info .info li {
    border-bottom: 1px solid #e5e5e7;
    color: #6b6b84;
    font-size: 17px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 14px;
}
.courses-details-info .info li span {
    font-weight: 800;
    color: #221638;
    position: relative;
    padding-left: 28px;
}
.courses-details-info .info li span i {
    color: #ff5d22;
    position: absolute;
    left: 0;
    font-weight: 400;
    top: -2px;
    font-size: 20px;
}
.courses-details-info .info li.price {
    padding-bottom: 10px;
    color: #ff5d22;
    font-size: 28px;
    font-weight: 800;
}
.courses-details-info .info li.price span {
    color: #221638;
    font-size: 17px;
    font-weight: 800;
}
.courses-details-info .info li:first-child {
    padding-top: 0;
}
.courses-details-info .btn-box {
    margin-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
}
.courses-details-info .btn-box .default-btn {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.courses-details-info .btn-box .default-btn i {
    position: relative;
    left: 0;
    top: 2px;
    margin-right: 8px;
    line-height: 1;
    font-weight: 400;
    font-size: 20px;
}
.courses-details-info .btn-box .default-btn:not(:first-child) {
    margin-top: 15px;
    background-color: transparent;
    color: #221638;
    border: 1px solid #221638;
}
.courses-details-info .btn-box .default-btn:not(:first-child):hover {
    color: #fff;
    border-color: #221638;
}
.courses-details-info .courses-share {
    text-align: center;
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
.courses-details-info .courses-share .share-info {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.courses-details-info .courses-share .share-info span {
    display: inline-block;
    color: #ff5d22;
    line-height: 1;
    font-size: 17px;
    font-weight: 700;
}
.courses-details-info .courses-share .share-info span i {
    color: #221638;
}
.courses-details-info .courses-share .share-info .social-link {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 0;
}
.courses-details-info .courses-share .share-info .social-link li {
    display: inline-block;
    margin-right: 3px;
}
.courses-details-info .courses-share .share-info .social-link li:last-child {
    margin-right: 0;
}
.courses-details-info .courses-share .share-info .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #e1e1e1;
    font-size: 18px;
    color: #221638;
    position: relative;
    border-radius: 2px;
}
.courses-details-info .courses-share .share-info .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}
.courses-details-info .courses-share .share-info .social-link li a:hover {
    background-color: #ff5d22;
    color: #fff;
}
.courses-details-info .courses-share .share-info:hover .social-link {
    opacity: 1;
    visibility: visible;
    bottom: -42px;
}
.why-choose-us-area {
    position: relative;
    z-index: 1;
}
.why-choose-us-area.bg-color::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-color: #fafafb;
    height: 150px;
}
.why-choose-us-area .row {
    margin-left: 0;
    margin-right: 0;
}
.why-choose-us-area .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}
.why-choose-us-content {
    overflow: hidden;
    background-color: #221638;
    padding: 130px 60px 100px;
    position: relative;
    z-index: 1;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}
.why-choose-us-content h2 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 36px;
}
.why-choose-us-content p {
    color: #f0f0f0;
    margin-bottom: 18px;
}
.why-choose-us-content .default-btn {
    margin-top: 5px;
}
.why-choose-us-content .default-btn span {
    background-color: #fff;
}
.why-choose-us-content .default-btn:hover {
    color: #221638;
}
.our-brand-partners-list {
    overflow: hidden;
    padding: 180px 60px 150px 90px;
    position: relative;
    background-color: #f4f4fb;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    margin-left: -30px;
}
.our-brand-partners-list h2 {
    margin-bottom: 30px;
    font-size: 36px;
}
.our-brand-partners-list .col-lg-6 {
    margin-bottom: 25px;
}
.our-brand-partners-list .view-all {
    display: inline-block;
    color: #ff5d22;
    position: relative;
    font-weight: 700;
}
.our-brand-partners-list .view-all::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ff5d22;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.our-brand-partners-list .view-all:hover::before {
    width: 0;
}
.map-shape2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    z-index: -1;
}
.map-shape2 img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 200s;
    animation-duration: 200s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.case-study-area {
    position: relative;
    z-index: 1;
}
.case-study-area::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 34%;
    z-index: -1;
    background-color: #e1fbff;
}
.single-case-study-item {
    position: relative;
    z-index: 1;
}
.single-case-study-item .case-study-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px;
}
.single-case-study-item .case-study-content .sub-title img {
    margin-right: 5px;
    width: auto !important;
    display: inline-block !important;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.single-case-study-item .case-study-content h2 {
    margin-bottom: 12px;
    font-size: 44px;
}
.single-case-study-item .case-study-content .default-btn {
    margin-top: 5px;
}
.single-case-study-item .case-study-image {
    text-align: center;
}
.single-case-study-item .case-study-image a {
    border-radius: 50%;
}
.single-case-study-item .case-study-image a img {
    border-radius: 50%;
    width: auto !important;
    display: inline-block !important;
    border: 8px solid #fff;
}
.case-study-slides.owl-carousel .owl-nav .owl-prev,
.case-study-slides.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #6b6b84;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
    font-size: 45px;
    opacity: 0;
    visibility: hidden;
    line-height: 1;
}
.case-study-slides.owl-carousel .owl-nav .owl-prev:hover,
.case-study-slides.owl-carousel .owl-nav .owl-next:hover {
    color: #ff5d22;
}
.case-study-slides.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 150px;
}
.case-study-slides.owl-carousel:hover .owl-nav .owl-prev,
.case-study-slides.owl-carousel:hover .owl-nav .owl-next {
    left: 100px;
    opacity: 1;
    visibility: visible;
}
.case-study-slides.owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: 100px;
}
.projects-area {
    position: relative;
    z-index: 1;
}
.projects-area.bg-color {
    background-image: url(../img/black-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.projects-area.bg-color .section-title h2 {
    color: #fff;
}
.projects-area.bg-color .section-title h2 .overlay {
    background-color: #fff;
}
.projects-area.bg-color .section-title p {
    color: #fff;
}
.single-projects-box {
    margin-bottom: 30px;
    background-color: #fafafb;
    border-radius: 5px;
    text-align: center;
}
.single-projects-box .image {
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
}
.single-projects-box .image img {
    border-radius: 5px 5px 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-projects-box .image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ff5d22;
    border-radius: 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-projects-box .image .link-btn {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 45px;
    height: 45px;
    line-height: 52.5px;
    text-align: center;
    z-index: 2;
    background-color: #fff;
    border-radius: 50%;
    font-size: 30px;
    color: #ff5d22;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}
.single-projects-box .image .link-btn:hover {
    background-color: #221638;
    color: #fff;
}
.single-projects-box .content {
    border-radius: 0 0 5px 5px;
    padding: 25px;
}
.single-projects-box .content h3 {
    font-size: 24px;
    margin-bottom: 8px;
}
.single-projects-box .content span {
    display: block;
    color: #ff5d22;
    font-weight: 600;
    font-size: 16.5px;
}
.single-projects-box:hover .image img {
    -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
}
.single-projects-box:hover .image::before {
    margin: 10px;
    opacity: 1;
    visibility: visible;
}
.single-projects-box:hover .image .link-btn {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.single-projects-box.border {
    border-radius: 0;
    border: none !important;
}
.single-projects-box.border .image {
    border-radius: 0;
}
.single-projects-box.border .image img {
    border-radius: 0;
}
.single-projects-box.border .image::before {
    border-radius: 0;
}
.single-projects-box.border .content {
    border-radius: 0;
    border: 1px solid #ecf5fe;
    border-bottom: none;
    border-top: none;
}
.projects-items {
    margin-left: -15px;
    margin-right: -15px;
}
.case-studies-details-image {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
}
.case-studies-details-image img {
    border-radius: 5px;
    width: 100%;
}
.case-studies-details-image .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 78px;
    line-height: 75px;
    height: 78px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    color: #ff5d22;
    z-index: 1;
    font-size: 35px;
}
.case-studies-details-image .video-btn::after,
.case-studies-details-image .video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid #fff;
}
.case-studies-details-image .video-btn::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.case-studies-details-image .video-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.case-studies-details-image .video-btn:hover {
    background-color: #ff5d22;
    color: #fff;
}
.case-studies-details-image .video-btn:hover::after,
.case-studies-details-image .video-btn:hover::before {
    border-color: #ff5d22;
}
.case-studies-details-image-slides.owl-theme {
    margin-bottom: 30px;
}
.case-studies-details-image-slides.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.case-studies-details-image-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #87a1c1;
    font-size: 18px;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 40px;
    position: absolute;
    left: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 5px !important;
    border-radius: 50%;
    border-style: solid;
    border-color: #fff;
    border-width: 1.5px;
}
.case-studies-details-image-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 20px;
    padding-left: 3px !important;
}
.case-studies-details-image-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #ff5d22;
    color: #fff;
    border-color: #ff5d22;
}
.case-studies-details-image-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.case-studies-details-desc .sub-title {
    color: #ff5d22;
    font-weight: 700;
    display: block;
    margin-bottom: -20px;
}
.case-studies-details-desc h3 {
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 28px;
}
.case-studies-details-desc .image {
    padding-right: 15px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.case-studies-details-desc .image img {
    border-radius: 5px;
}
.case-studies-details-desc .content {
    margin-top: 15px;
    margin-bottom: 30px;
}
.case-studies-details-desc .content h3 {
    font-size: 25px;
    margin-top: 0;
}
.case-studies-details-desc .content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.case-studies-details-desc .content ul li {
    margin-bottom: 12px;
    font-weight: 600;
    color: #6b6b84;
    position: relative;
    padding-left: 20px;
}
.case-studies-details-desc .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff5d22;
}
.case-studies-details-desc .content ul li:last-child {
    margin-bottom: 0;
}
.case-studies-details-info {
    background-color: #fff;
    -webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border-top: 3px solid #ff5d22;
    padding: 40px 30px;
    margin-left: 15px;
}
.case-studies-details-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.case-studies-details-info ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    color: #6b6b84;
    font-weight: 600;
    font-size: 16.5px;
    padding-left: 35px;
    padding-bottom: 20px;
}
.case-studies-details-info ul li span {
    color: #221638;
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 800;
}
.case-studies-details-info ul li a {
    display: block;
    color: #6b6b84;
    margin-bottom: 8px;
}
.case-studies-details-info ul li a:last-child {
    margin-bottom: 0;
}
.case-studies-details-info ul li a:hover {
    color: #ff5d22;
}
.case-studies-details-info ul li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    color: #ff5d22;
    font-weight: 400;
    font-size: 25px;
}
.case-studies-details-info ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.scientist-area {
    position: relative;
    z-index: 1;
}
.scientist-area.bg-color::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    background-color: #f1f8fb;
    height: 247px;
}
.single-scientist-box {
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-scientist-box .image {
    position: relative;
    z-index: 1;
}
.single-scientist-box .image::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    height: 83%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px 5px 0 0;
    background-image: url(../img/scientist/shape1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-scientist-box .content {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 5px 5px;
}
.single-scientist-box .content h3 {
    margin-bottom: 5px;
    font-size: 25px;
}
.single-scientist-box .content span {
    color: #6b6b84;
    font-size: 16px;
    font-weight: 600;
}
.single-scientist-box .content .social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 13px;
    margin-bottom: 0;
}
.single-scientist-box .content .social li {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}
.single-scientist-box .content .social li a {
    display: block;
    background-color: #fff;
    border: 1.2px solid #ece4da;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 37px;
    color: #6b6b84;
}
.single-scientist-box .content .social li a:hover {
    background-color: #ff5d22;
    border-color: #ff5d22;
    color: #fff;
}
.single-scientist-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.single-scientist-box:hover .image::before {
    height: 80%;
}
.col-lg-3:nth-child(2) .single-scientist-box .image::before,
.col-lg-3:nth-child(4) .single-scientist-box .image::before,
.col-lg-3:nth-child(6) .single-scientist-box .image::before,
.col-lg-3:nth-child(8) .single-scientist-box .image::before,
.col-lg-3:nth-child(10) .single-scientist-box .image::before {
    background-image: url(../img/scientist/shape2.png);
}
.scientist-section-title .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px;
}
.scientist-section-title .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.scientist-section-title h2 {
    margin-bottom: 12px;
    font-size: 44px;
}
.scientist-section-title p {
    margin-bottom: 20px;
}
.scientist-section-title p:last-child {
    margin-bottom: 0;
}
.scientist-section-title .default-btn {
    margin-top: 5px;
}
.single-scientist-item {
    margin-bottom: 30px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.single-scientist-item img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.scientist-box-list {
    padding-right: 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.scientist-box-list .single-scientist-item {
    margin-bottom: 20px;
}
.scientist-box-list .col-lg-6:nth-child(1) .single-scientist-item {
    padding-right: 30px;
}
.scientist-box-list .col-lg-6:nth-child(2) .single-scientist-item {
    padding-right: 20px;
}
.scientist-box-list .col-lg-6:nth-child(3) .single-scientist-item {
    padding-left: 20px;
    margin-top: -100px;
}
.single-scientist-item-box {
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-scientist-item-box .image {
    position: relative;
}
.single-scientist-item-box .image .social {
    padding-left: 0;
    list-style-type: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
}
.single-scientist-item-box .image .social li {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}
.single-scientist-item-box .image .social li a {
    display: block;
    background-color: #fff;
    border: 1.2px solid #ece4da;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 37px;
    color: #6b6b84;
}
.single-scientist-item-box .image .social li a:hover {
    background-color: #ff5d22;
    border-color: #ff5d22;
    color: #fff;
}
.single-scientist-item-box .content {
    margin-top: 25px;
    border-radius: 0 0 5px 5px;
}
.single-scientist-item-box .content h3 {
    margin-bottom: 5px;
    font-size: 23px;
}
.single-scientist-item-box .content span {
    color: #ff5d22;
    font-size: 16px;
    font-weight: 600;
}
.single-scientist-item-box:hover .image .social {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.vector-shape4 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.vector-shape4 img {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}
.vector-shape5 {
    position: absolute;
    left: 15%;
    bottom: -7%;
    z-index: -1;
}
.vector-shape5 img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 350s;
    animation-duration: 350s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.map-shape1 {
    position: absolute;
    right: 15%;
    top: 0;
    z-index: -1;
    opacity: 0.5;
}
.map-shape1 img {
    -webkit-animation-name: rotatemetwo;
    animation-name: rotatemetwo;
    -webkit-animation-duration: 300s;
    animation-duration: 300s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.single-pricing-box {
    margin-bottom: 30px;
    background-color: #fff;
    padding-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
}
.single-pricing-box .pricing-header {
    padding: 20px 40px;
}
.single-pricing-box .pricing-header h3 {
    margin-bottom: -5px;
    font-size: 24px;
}
.single-pricing-box .price {
    color: #221638;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 10px 40px 5px;
    border-top: 2px dashed #f4f5fe;
    border-bottom: 2px dashed #f4f5fe;
    font-size: 40px;
    font-weight: 900;
}
.single-pricing-box .price sup {
    top: -18px;
    margin-right: -6px;
    font-size: 18px;
    font-weight: 500;
}
.single-pricing-box .price sub {
    bottom: 2px;
    color: #4a6f8a;
    font-size: 14px;
    font-weight: 500;
}
.single-pricing-box .pricing-features {
    margin: 0;
    text-align: left;
    padding: 30px;
    list-style-type: none;
}
.single-pricing-box .pricing-features li {
    margin-bottom: 13px;
    position: relative;
    color: #444683;
    padding-right: 25px;
}
.single-pricing-box .pricing-features li i {
    color: green;
    position: absolute;
    top: 2px;
    right: 0;
}
.single-pricing-box .pricing-features li:last-child {
    margin-bottom: 0;
}
.single-pricing-box .pricing-features li .red {
    color: red;
}
.single-pricing-box .btn-box {
    text-align: left;
    padding: 0 30px;
}
.single-pricing-box:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.analysis-form {
    padding-left: 15px;
}
.analysis-form .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px;
}
.analysis-form .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.analysis-form h2 {
    margin-bottom: 13px;
    font-size: 44px;
}
.analysis-form form {
    margin-top: 30px;
}
.analysis-form form .default-btn {
    margin-top: 10px;
}
.overview-box {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 100px;
}
.overview-box:last-child {
    margin-bottom: 0;
}
.overview-box .overview-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.overview-box .overview-content .content {
    padding-right: 30px;
}
.overview-box .overview-content .content .sub-title {
    color: #ff5d22;
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}
.overview-box .overview-content .content h2 {
    margin-bottom: 12px;
    font-size: 35px;
}
.overview-box .overview-content .content .features-text {
    margin-top: 30px;
}
.overview-box .overview-content .content .features-text h4 {
    margin-bottom: 15px;
    font-size: 18px;
}
.overview-box .overview-content .content .features-text h4 i {
    font-size: 16px;
    margin-right: 4px;
    color: #ff5d22;
}
.overview-box .overview-content .content.right-content {
    padding-left: 30px;
    padding-right: 0;
}
.overview-box .overview-content .content .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
}
.overview-box .overview-content .content .features-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.overview-box .overview-content .content .features-list li span {
    display: block;
    background-color: #f8faff;
    border-radius: 5px;
    padding: 13px 12px 10px 40px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 800;
    font-size: 15.5px;
}
.overview-box .overview-content .content .features-list li span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background-color: #ff5d22;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.overview-box .overview-content .content .features-list li span i {
    font-size: 18px;
    color: #fff;
    background-color: #ff5d22;
    width: 23px;
    height: 23px;
    line-height: 23px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overview-box .overview-content .content .features-list li span:hover {
    color: #fff;
}
.overview-box .overview-content .content .features-list li span:hover::before {
    width: 100%;
}
.overview-box .overview-content .content .features-list li span:hover i {
    background-color: #fff;
    color: #221638;
}
.overview-box .overview-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.overview-box .overview-image .image {
    text-align: center;
}
.explore-learning-area {
    position: relative;
    z-index: 1;
}
.explore-learning-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px;
}
.explore-learning-content .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.explore-learning-content h2 {
    margin-bottom: 16px;
    font-size: 44px;
}
.explore-learning-content .explore-learing-btn {
    display: inline-block;
    margin-top: 5px;
    color: #ff5d22;
    position: relative;
    font-size: 16.5px;
    font-weight: 700;
}
.explore-learning-content .explore-learing-btn::before {
    width: 0;
    height: 1px;
    background-color: #221638;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.explore-learning-content .explore-learing-btn:hover {
    color: #221638;
}
.explore-learning-content .explore-learing-btn:hover::before {
    width: 100%;
}
.explore-learning-video {
    text-align: center;
    border-radius: 5px;
    position: relative;
}
.explore-learning-video img {
    border-radius: 5px;
}
.explore-learning-video .video-btn {
    display: inline-block;
    width: 85px;
    height: 85px;
    font-size: 35px;
    text-align: center;
    line-height: 85px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-color: #ff5d22;
    border-radius: 50%;
    color: #fff;
}
.explore-learning-video .video-btn::after,
.explore-learning-video .video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid #ff5d22;
}
.explore-learning-video .video-btn::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.explore-learning-video .video-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.explore-learning-video .video-btn:hover {
    color: #fff;
    background-color: #221638;
}
.explore-learning-video .video-btn:hover::before,
.explore-learning-video .video-btn:hover::after {
    border-color: #221638;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
.content .col-sm-11{padding-left:0px;}
/*.services-details-desc .content ul{margin-bottom:20px;}*/
.faq-accordion-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 30px;
    text-align: center;
}
.courses-details-desc .tab-content h3{
        margin-bottom: 15px;
    position: absolute;
    color: #FFF;
    background-color: #ff5d22;
    padding: 10px 20px 10px 20px;
    font-size: 21px;
    margin-left: -15px;
    margin-top: -79px;
}
.faq-accordion-tab .tabs li {
    margin-left: 10px;
    margin-right: 10px;
}
.faq-accordion-tab .tabs li a {
    color: #221638;
    text-decoration: none;border: 1px solid #ff5d22;
    border-radius: 5px;
    padding:10px 20px;
    display: block;
    -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    font-size: 17px;
    font-weight: 800;
}
.faq-accordion-tab .tabs li a i {
    font-size: 30px;
    font-weight: 400;
}
.faq-accordion-tab .tabs li a span {
    display: block;
    
}
.faq-accordion-tab .tabs li a:hover {
    background-color: #ff5d22;
    color: #fff;
}
.faq-accordion-tab .tabs li.current a {
    background-color: #ff5d22;
    color: #fff;
}
.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    background: #fff;
    margin-bottom: 15px;
}
.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
    padding: 20px 25px 17px 60px;
    color: #221638;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 800;
}
.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 25px;
    top: 18px;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 20px;
    padding-right: 25px;
    padding-left: 60px;
}
.faq-accordion .accordion .accordion-content p {
    line-height: 1.8;
}
.faq-accordion .accordion .accordion-content.show {
    display: block;
}
.tab .tabs-item {
    display: none;
}
.tab .tabs-item:first-child {
    display: block;
}
.industries-serve-area {
    position: relative;
    z-index: 1;
}
.single-industries-serve-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    color: #221638;
    border-radius: 5px;
    background-color: #f4f4fb;
    padding: 20px 15px 20px 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    font-size: 24px;
    font-weight: 800;
}
.single-industries-serve-box .icon {
    position: absolute;
    left: -10px;
    top: 50%;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #c3c3c9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 55px;
    font-weight: 400;
}
.single-industries-serve-box::before {
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ff5d22;
}
.single-industries-serve-box .link-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    z-index: 2;
}
.single-industries-serve-box:hover {
    color: #fff;
}
.single-industries-serve-box:hover .icon {
    color: #fff;
}
.single-industries-serve-box:hover::before {
    width: 100%;
}
.vector-shape11 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.vector-shape11 img {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}
.single-gallery-item {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.single-gallery-item a {
    display: block;
    border-radius: 5px;
}
.single-gallery-item a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-gallery-item:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.single-products-box {
    position: relative;
    margin-bottom: 30px;
}
.single-products-box .products-image {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.single-products-box .products-image a {
    position: relative;
    display: block;
}
.single-products-box .products-image a img {
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.single-products-box .products-image .products-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.single-products-box .products-image .products-button ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-products-box .products-image .products-button ul li {
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.single-products-box .products-image .products-button ul li a {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #221638;
    position: relative;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
}
.single-products-box .products-image .products-button ul li a .tooltip-label {
    right: 110%;
    top: 5px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: absolute;
    padding: 0 10px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #ff5d22;
    color: #fff;
    line-height: 28px;
    font-size: 12px;
    font-weight: 800;
}
.single-products-box .products-image .products-button ul li a .tooltip-label::before {
    content: "";
    background-color: #ff5d22;
    top: 50%;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: -1px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.single-products-box .products-image .products-button ul li a:hover {
    background-color: #ff5d22;
    color: #fff;
}
.single-products-box .products-image .products-button ul li a:hover .tooltip-label {
    visibility: visible;
    opacity: 1;
    right: 135%;
}
.single-products-box .products-image .products-button ul li:last-child {
    margin-bottom: 0;
}
.single-products-box .products-image .products-button ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.single-products-box .products-image .products-button ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.single-products-box .products-image .products-button ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.single-products-box .products-image .sale-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: red;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.single-products-box .products-image .new-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: green;
    color: #fff;
    text-align: center;
    z-index: 2;
    padding: 1px 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.single-products-box .products-content {
    margin-top: 25px;
    position: relative;
}
.single-products-box .products-content h3 {
    margin-bottom: 0;
    font-size: 22px;
}
.single-products-box .products-content h3 a {
    display: inline-block;
}
.single-products-box .products-content .price {
    margin-top: 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 800;
}
.single-products-box .products-content .price .old-price {
    text-decoration: line-through;
    color: #999;
    font-weight: 700;
}
.single-products-box .products-content .star-rating {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f49f0b;
}
.single-products-box .products-content .star-rating i {
    display: inline-block;
    margin-left: -2px;
}
.single-products-box .products-content .add-to-cart {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    color: #6b6b84;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    font-size: 14px;
    font-weight: 800;
}
.single-products-box .products-content .add-to-cart:hover {
    color: #ff5d22;
}
.single-products-box:hover .products-content .price {
    opacity: 0;
    visibility: hidden;
}
.single-products-box:hover .products-content .add-to-cart {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.single-products-box:hover .products-image a img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
    transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.single-products-box:hover .products-image .products-button ul li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.tracer-grid-sorting {
    margin-bottom: 40px;
}
.tracer-grid-sorting .result-count p {
    font-weight: 500;
    font-size: 16.5px;
}
.tracer-grid-sorting .result-count p .count {
    font-weight: 700;
    color: #221638;
}
.tracer-grid-sorting .ordering {
    text-align: right;
}
.tracer-grid-sorting .ordering label {
    display: inline-block;
    margin-bottom: 0;
    color: #6b6b84;
    margin-right: 5px;
    font-size: 16.5px;
    font-weight: 700;
}
.tracer-grid-sorting .ordering .nice-select {
    display: inline-block;
    width: 215px;
    float: unset;
    background: #f8f8f8;
    border-color: #eee;
    color: #221638;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 0 0 12px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
}
.tracer-grid-sorting .ordering .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    list-style-type: none;
    border: none;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tracer-grid-sorting .ordering .nice-select .list .option {
    line-height: 38px;
    min-height: 38px;
    color: #221638;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 32px;
    padding-right: 25px;
    font-size: 16.5px;
    font-weight: 700;
}
.tracer-grid-sorting .ordering .nice-select .list .option:hover {
    background-color: #ff5d22 !important;
    color: #fff;
}
.tracer-grid-sorting .ordering .nice-select .list .option:hover::before {
    color: #fff;
}
.tracer-grid-sorting .ordering .nice-select .list .option.focus,
.tracer-grid-sorting .ordering .nice-select .list .option.selected.focus {
    background-color: transparent !important;
    color: #221638;
}
.tracer-grid-sorting .ordering .nice-select .list .option::before {
    content: "\f10f";
    position: absolute;
    left: 10px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ff5d22;
    font-family: Flaticon;
    font-size: 12px;
}
.tracer-grid-sorting .ordering .nice-select .list .option.selected::before {
    opacity: 1;
    visibility: visible;
}
.tracer-grid-sorting .ordering .nice-select .list .option.selected:hover {
    background-color: #ff5d22 !important;
    color: #fff;
}
.tracer-grid-sorting .ordering .nice-select .list .option.selected:hover::before {
    color: #fff;
}
.tracer-grid-sorting .ordering .nice-select:after {
    border-color: #221638;
    height: 8px;
    width: 8px;
    margin-top: -5px;
}
.tracer-grid-sorting .ordering .nice-select:hover {
    border-color: #ff5d22;
    background-color: transparent;
}
.products-details-image {
    border-radius: 5px;
}
.products-details-image a {
    display: block;
    border-radius: 5px;
}
.products-details-image a img {
    border-radius: 5px;
}
.products-details-desc {
    padding-left: 30px;
}
.products-details-desc h3 {
    margin-bottom: 15px;
    font-size: 25px;
}
.products-details-desc .price {
    margin-bottom: 15px;
    color: #ff5d22;
    font-size: 15.5px;
    font-weight: 700;
}
.products-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893;
    font-weight: 400;
}
.products-details-desc .products-review {
    margin-bottom: 18px;
}
.products-details-desc .products-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 18px;
}
.products-details-desc .products-review .rating i {
    color: #ffba0a;
    display: inline-block;
    margin-right: -2px;
}
.products-details-desc .products-review .rating-count {
    display: inline-block;
    color: #221638;
    border-bottom: 1px solid #221638;
    line-height: initial;
    position: relative;
    top: -3px;
    font-weight: 600;
}
.products-details-desc .products-review .rating-count:hover {
    color: #ff5d22;
    border-color: #ff5d22;
}
.products-details-desc .products-meta {
    margin-top: 20px;
}
.products-details-desc .products-meta span {
    display: block;
    color: #221638;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
}
.products-details-desc .products-meta span span {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
}
.products-details-desc .products-meta span span.sku {
    color: #ff5d22;
}
.products-details-desc .products-meta span span.in-stock {
    color: #6b6b84;
}
.products-details-desc .products-meta span a {
    display: inline-block;
    color: #6b6b84;
    font-weight: 600;
}
.products-details-desc .products-meta span a:hover,
.products-details-desc .products-meta span a:focus {
    color: #ff5d22;
}
.products-details-desc .products-meta span:last-child {
    margin-bottom: 0;
}
.products-details-desc .products-add-to-cart {
    margin-top: 25px;
}
.products-details-desc .products-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.products-details-desc .products-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 50px;
    height: 100%;
    line-height: 55px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 25px;
}
.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
    left: 0;
}
.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
    right: 0;
}
.products-details-desc .products-add-to-cart .input-counter span:hover {
    color: #ff5d22;
}
.products-details-desc .products-add-to-cart .input-counter input {
    height: 50px;
    color: #221638;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}
.products-details-desc .products-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #221638;
}
.products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #221638;
}
.products-details-desc .products-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #221638;
}
.products-details-desc .products-add-to-cart .input-counter input::placeholder {
    color: #221638;
}
.products-details-desc .products-add-to-cart .default-btn {
    top: -2px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}
.products-details-desc .products-share {
    margin-top: 30px;
}
.products-details-desc .products-share .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.products-details-desc .products-share .social li {
    display: inline-block;
}
.products-details-desc .products-share .social li span {
    display: inline-block;
    margin-right: 3px;
    font-weight: 700;
    position: relative;
    top: -2px;
}
.products-details-desc .products-share .social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 34px;
    border-radius: 50%;
    background-color: #ff5d22;
    color: #fff;
    border: 1px solid #ff5d22;
    text-align: center;
    font-size: 17px;
    margin-left: 2px;
}
.products-details-desc .products-share .social li a:hover,
.products-details-desc .products-share .social li a:focus {
    color: #ff5d22;
    background-color: transparent;
}
.products-details-desc .products-share .social li a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}
.products-details-desc .products-share .social li a.facebook:hover,
.products-details-desc .products-share .social li a.facebook:focus {
    color: #3b5998;
    background-color: transparent;
}
.products-details-desc .products-share .social li a.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff;
}
.products-details-desc .products-share .social li a.twitter:hover,
.products-details-desc .products-share .social li a.twitter:focus {
    color: #1da1f2;
    background-color: transparent;
}
.products-details-desc .products-share .social li a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
    color: #fff;
}
.products-details-desc .products-share .social li a.linkedin:hover,
.products-details-desc .products-share .social li a.linkedin:focus {
    color: #007bb5;
    background-color: transparent;
}
.products-details-desc .products-share .social li a.instagram {
    background-color: #c13584;
    border-color: #c13584;
    color: #fff;
}
.products-details-desc .products-share .social li a.instagram:hover,
.products-details-desc .products-share .social li a.instagram:focus {
    color: #c13584;
    background-color: transparent;
}
.products-details-tabs {
    margin-top: 50px;
}
.products-details-tabs .nav {
    text-align: center;
    padding-left: 0;
    margin-bottom: 40px;
    list-style-type: none;
    display: block;
}
.products-details-tabs .nav .nav-item {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.products-details-tabs .nav .nav-item .nav-link {
    color: #ccc;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 0;
    background-color: transparent;
    position: relative;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 800;
}
.products-details-tabs .nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ff5d22;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: -2px;
}
.products-details-tabs .nav .nav-item .nav-link:hover,
.products-details-tabs .nav .nav-item .nav-link.active {
    color: #221638;
}
.products-details-tabs .nav .nav-item .nav-link:hover::before,
.products-details-tabs .nav .nav-item .nav-link.active::before {
    width: 100%;
}
.products-details-tabs .tab-content .tab-pane {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.products-details-tabs .tab-content .tab-pane p {
    line-height: 1.8;
}
.products-details-tabs .tab-content .tab-pane ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane ul li {
    margin-bottom: 12px;
    position: relative;
    color: #6b6b84;
    padding-left: 15px;
    font-weight: 600;
}
.products-details-tabs .tab-content .tab-pane ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #221638;
}
.products-details-tabs .tab-content .tab-pane ul li:last-child {
    margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
    font-size: 25px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating {
    display: inline-block;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating span {
    font-size: 17px;
    color: #cecfd2;
    margin-right: -2px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating span.checked {
    color: orange;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
    margin-top: 10px;
    margin-bottom: 20px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
    display: block;
    font-size: 17px;
    color: #6b6b84;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .row {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .side {
    float: left;
    width: 9%;
    margin-top: 10px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .side div {
    font-size: 17px;
    font-weight: 700;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
    margin-top: 14px;
    float: left;
    width: 82%;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .right {
    text-align: right;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
    width: 100%;
    height: 18px;
    background-color: #4caf50;
    border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
    width: 75%;
    height: 18px;
    background-color: #2196f3;
    border-radius: 5px;
    border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
    width: 50%;
    height: 18px;
    background-color: #00bcd4;
    border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
    width: 25%;
    height: 18px;
    background-color: #ff9800;
    border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
    width: 0;
    height: 18px;
    background-color: #f44336;
    border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments {
    margin-top: 40px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0 20px 110px;
    position: relative;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
    position: absolute;
    left: 0;
    top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-comment {
    margin-bottom: 8px;
    font-weight: 700;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
    display: block;
    margin-bottom: 8px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars {
    display: inline-block;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
    color: #cecfd2;
    font-size: 18px;
    display: inline-block;
    margin-right: -3px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
    color: orange;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
    color: #221638;
    position: relative;
    top: -2px;
    font-weight: 800;
    margin-left: 5px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper {
    margin-top: 30px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
    color: red;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
    margin-top: 20px;
    text-align: center;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
    margin-bottom: 25px;
    text-align: left;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
    text-align: left;
    overflow: hidden;
    max-width: 115px;
    margin-top: -5px;
    margin-bottom: 20px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
    float: right;
    position: relative;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
    padding-right: 5px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
    content: "\2605";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 27px;
    color: #ccc;
    line-height: 1;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
    display: none;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
    color: #f6b500;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
    text-align: left;
    margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) {
    display: none;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0;
    color: #6b6b84;
    font-weight: 600;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    background: #f5f5f5;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #ff5d22;
    position: absolute;
    top: 5.5px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:hover + label:before {
    border-color: #ff5d22;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before {
    border-color: #ff5d22;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
    margin-top: 22px;
    border: none;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background-color: #ff5d22;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    padding: 13px 60px;
    font-weight: 700;
    font-size: 17px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button:hover {
    background-color: #221638;
    color: #fff;
}
.cart-table table {
    margin-bottom: 0;
}
.cart-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 800;
}
.cart-table table tbody tr td {
    vertical-align: middle;
    color: #6b6b84;
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
}
.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
    width: 80px;
}
.cart-table table tbody tr td.product-name a {
    display: inline-block;
}
.cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: right;
    position: relative;
    top: -1px;
    font-size: 18px;
}
.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #ff5d22;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #221638;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #221638;
}
.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #221638;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #221638;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #221638;
}
.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}
.cart-buttons {
    margin-top: 30px;
}
.cart-buttons .shopping-coupon-code {
    position: relative;
    max-width: 530px;
}
.cart-buttons .shopping-coupon-code button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #221638;
    color: #fff;
    border: none;
    padding: 0 25px;
    line-height: 48px;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 700;
}
.cart-buttons .shopping-coupon-code button:hover {
    background-color: #ff5d22;
}
.cart-totals {
    background: #fff;
    padding: 40px;
    max-width: 500px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 25px;
}
.cart-totals ul {
    padding-left: 0;
    margin: 0 0 25px;
    list-style-type: none;
}
.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #221638;
    overflow: hidden;
    font-weight: 700;
    font-size: 16px;
}
.cart-totals ul li:first-child {
    border-bottom: none;
}
.cart-totals ul li:last-child {
    font-size: 19px;
    border-top: none;
}
.cart-totals ul li:last-child span {
    color: #221638;
    font-weight: 600;
}
.cart-totals ul li span {
    float: right;
    color: #6b6b84;
    font-weight: 400;
}
.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 15px 20px;
    border-top: 3px solid #ff5d22;
    position: relative;
    margin-bottom: 40px;
}
.user-actions i {
    color: #ff5d22;
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.user-actions span {
    display: inline-block;
    color: #ff5d22;
    font-weight: 700;
    font-size: 16px;
}
.user-actions span a {
    display: inline-block;
}
.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
}
.billing-details .title::before {
    content: "";
    position: absolute;
    background: #ff5d22;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}
.billing-details .form-group {
    margin-bottom: 25px;
}
.billing-details .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 15px;
}
.billing-details .form-group label .required {
    color: red;
}
.billing-details .form-group .nice-select {
    display: block;
    width: 215px;
    float: unset;
    width: 100%;
    background: #f8f8f8;
    border-color: #eee;
    color: #221638;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 0 0 12px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
}
.billing-details .form-group .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    list-style-type: none;
    border: none;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.billing-details .form-group .nice-select .list .option {
    line-height: 38px;
    min-height: 38px;
    color: #221638;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 32px;
    padding-right: 25px;
    font-size: 16px;
    font-weight: 700;
}
.billing-details .form-group .nice-select .list .option:hover {
    background-color: #ff5d22 !important;
    color: #fff;
}
.billing-details .form-group .nice-select .list .option:hover::before {
    color: #fff;
}
.billing-details .form-group .nice-select .list .option.focus,
.billing-details .form-group .nice-select .list .option.selected.focus {
    background-color: transparent !important;
    color: #221638;
}
.billing-details .form-group .nice-select .list .option::before {
    content: "\f10f";
    position: absolute;
    left: 10px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ff5d22;
    font-family: Flaticon;
    font-size: 12px;
}
.billing-details .form-group .nice-select .list .option.selected::before {
    opacity: 1;
    visibility: visible;
}
.billing-details .form-group .nice-select .list .option.selected:hover {
    background-color: #ff5d22 !important;
    color: #fff;
}
.billing-details .form-group .nice-select .list .option.selected:hover::before {
    color: #fff;
}
.billing-details .form-group .nice-select:after {
    border-color: #221638;
    height: 8px;
    width: 8px;
    margin-top: -5px;
}
.billing-details .form-group .nice-select:hover {
    border-color: #ff5d22;
    background-color: transparent;
}
.billing-details .form-check {
    margin-bottom: 20px;
}
.billing-details .form-check .form-check-label {
    color: #221638;
    font-weight: 600;
}
.billing-details .form-check label {
    position: relative;
    left: -3px;
    top: 0;
    font-weight: 500;
}
.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}
.order-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
}
.order-details .title::before {
    content: "";
    position: absolute;
    background: #ff5d22;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}
.order-details .order-table table {
    margin-bottom: 0;
}
.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    padding: 12px 20px 10px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
}
.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #6b6b84;
    white-space: nowrap;
    border-color: #eaedff;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 13px;
}
.order-details .order-table table tbody tr td.product-name a {
    display: inline-block;
}
.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
    color: #221638;
    font-weight: 800;
    font-size: 17px;
}
.order-details .order-table table tbody tr td.shipping-price,
.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal {
    color: #221638;
    font-weight: 800;
    font-size: 17px;
}
.order-details .payment-box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
}
.order-details .payment-box .payment-method p [type="radio"]:checked,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
    display: none;
}
.order-details .payment-box .payment-method p [type="radio"]:checked + label,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    color: #221638;
    position: relative;
    margin-bottom: 8px;
    font-weight: 800;
}
.order-details .payment-box .payment-method p [type="radio"]:checked + label::before,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
}
.order-details .payment-box .payment-method p [type="radio"]:checked + label::after,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ff5d22;
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.order-details .payment-box .default-btn {
    margin-top: 15px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    border-radius: 3px;
}
.upcoming-bootcamps-area {
    position: relative;
    z-index: 1;
}
.upcoming-bootcamps-content {
    text-align: center;
}
.upcoming-bootcamps-content h2 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 44px;
}
.upcoming-bootcamps-content .default-btn {
    margin-bottom: -5px;
    margin-top: 30px;
}
.single-events-box {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    margin-bottom: 30px;
}
.single-events-box .image {
    position: relative;
}
.single-events-box .image .date {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: #fff;
    color: #ff5d22;
    padding: 8px 20px;
    border-radius: 5px 0 0 0;
    font-size: 15px;
    font-weight: 700;
}
.single-events-box .image .date::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #eee;
}
.single-events-box .content {
    padding: 20px;
    position: relative;
}
.single-events-box .content h3 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 24px;
}
.single-events-box .content h3 a {
    display: inline-block;
}
.single-events-box .content .location {
    display: block;
    color: #6b6b84;
    margin-top: 13px;
    position: relative;
    padding-left: 22px;
    font-size: 17px;
    font-weight: 600;
}
.single-events-box .content .location i {
    color: #ff5d22;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
}
.single-events-box .content::before {
    left: 20px;
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
    width: 45px;
    background-color: #d6d6d6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-events-box:hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.single-events-box:hover .content::before {
    width: 65px;
    background-color: #ff5d22;
}
.events-details-header {
    margin-bottom: 40px;
}
.events-details-header ul {
    margin-bottom: 0;
    list-style-type: none;
    background-color: #f8f9f8;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.events-details-header ul li {
    display: inline-block;
    margin-right: 18px;
    color: #6b6b84;
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    font-weight: 600;
}
.events-details-header ul li i {
    color: #ff5d22;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 18px;
}
.events-details-header ul li:last-child {
    margin-right: 0;
}
.events-details-desc {
    padding-left: 25px;
    padding-right: 25px;
}
.events-details-desc h3 {
    margin-bottom: 12px;
    font-size: 25px;
}
.events-details-desc h3:not(:first-child) {
    margin-top: 30px;
}
.events-details-image {
    position: relative;
    margin-bottom: 50px;
}
.events-details-image #timer {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
}
.events-details-image #timer div {
    background-color: transparent;
    color: #fff;
    width: 130px;
    height: 130px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    font-size: 50px;
    font-weight: 800;
    margin-left: 8px;
    margin-right: 8px;
}
.events-details-image #timer div span {
    display: block;
    margin-top: -6px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.events-details-image #timer div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #221638;
    opacity: 0.9;
    z-index: -1;
}
.events-details-info {
    background-color: #f8f9f8;
    border-radius: 5px;
    padding: 35px;
}
.events-details-info .info {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}
.events-details-info .info li {
    border-bottom: 1px solid #e5e5e7;
    color: #6b6b84;
    font-size: 17px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 14px;
}
.events-details-info .info li span {
    font-weight: 800;
    color: #221638;
    position: relative;
}
.events-details-info .info li.price {
    padding-bottom: 10px;
    color: #ff5d22;
    font-size: 28px;
    font-weight: 800;
}
.events-details-info .info li.price span {
    color: #221638;
    font-size: 17px;
    font-weight: 800;
}
.events-details-info .info li:first-child {
    padding-top: 0;
}
.events-details-info .btn-box {
    text-align: center;
    margin-top: 30px;
}
.events-details-info .btn-box .default-btn {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.events-details-info .btn-box .default-btn i {
    position: relative;
    left: 0;
    top: 2px;
    margin-right: 8px;
    line-height: 1;
    font-weight: 400;
    font-size: 19px;
}
.events-details-info .btn-box p {
    margin-top: 15px;
    font-weight: 600;
}
.events-details-info .btn-box p a {
    color: #ff5d22;
}
.events-details-info .btn-box p a:hover {
    text-decoration: underline;
}
.events-details-info .events-share {
    text-align: center;
    margin-top: 25px;
}
.events-details-info .events-share .share-info {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.events-details-info .events-share .share-info span {
    display: inline-block;
    color: #ff5d22;
    line-height: 1;
    font-size: 17px;
    font-weight: 700;
}
.events-details-info .events-share .share-info span i {
    color: #221638;
}
.events-details-info .events-share .share-info .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 12px;
}
.events-details-info .events-share .share-info .social-link li {
    display: inline-block;
    margin-right: 3px;
}
.events-details-info .events-share .share-info .social-link li:last-child {
    margin-right: 0;
}
.events-details-info .events-share .share-info .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #e1e1e1;
    font-size: 18px;
    color: #221638;
    position: relative;
    border-radius: 2px;
}
.events-details-info .events-share .share-info .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}
.events-details-info .events-share .share-info .social-link li a:hover {
    background-color: #ff5d22;
    color: #fff;
}
.events-details-location {
    margin-bottom: 40px;
}
.events-details-location iframe {
    height: 400px;
    width: 100%;
    border: none;
}
.error-area {
    background-color: #221638;
    height: 100vh;
}
.error-content {
    text-align: center;
}
.error-content h3 {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 45px;
    font-size: 40px;
}
.error-content p {
    color: rgba(255, 255, 255, 0.7);
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.error-content .btn-box {
    margin-top: 30px;
}
.error-content .btn-box .default-btn {
    margin-left: 7px;
    margin-right: 7px;
}
.error-content .btn-box .default-btn span {
    background-color: #fff;
}
.error-content .btn-box .default-btn i {
    font-weight: 400;
}
.error-content .btn-box .default-btn:hover {
    color: #221638;
}
.testimonials-area {
    position: relative;padding-top:50px;
    z-index: 1;
}
.testimonials-area.bg-color::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 267px;
    background-color: #f1f8fb;
}
.testimonials-area.bg-23173a {
    background-color: #221638;
}
.testimonials-area.bg-23173a .section-title h2 {
    color: #fff;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
.testimonials-area.bg-23173a .section-title h2 .overlay {
    background-color: #fff;
}
.testimonials-area.bg-23173a .section-title p {
    color: #fff;
}
.testimonials-slides .single-process-box img{padding-top:0px;}
.single-testimonials-item {
    margin-bottom: 30px;
    background-color: transparent;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    /*padding: 130px 50px 50px;*/
    text-align: center;
}
.single-testimonials-item p {
    margin-bottom: 0;
    font-size: 18px;
}
/*.single-testimonials-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    height: 87%;
    border-radius: 5px;
    right: 0;
}
.single-testimonials-item::after {
    content: "\f106";
    position: absolute;
    left: 0;
    color: #221638;
    top: -20px;
    line-height: 1;
    z-index: -1;
    right: 0;
    opacity: 0.05;
    font-family: Flaticon;
    font-size: 150px;
}*/
.single-testimonials-item .client-info {
    margin-top: 25px;
}
.single-testimonials-item .client-info img {
    width: 50px !important;
    height: 50px;
    display: inline-block !important;
    border-radius: 50%;
}
.single-testimonials-item .client-info .title {
    text-align: left;
    margin-left: 15px;
}
.single-testimonials-item .client-info .title h3 {
    font-size: 18px;
    margin-bottom: 3px;
}
.single-testimonials-item .client-info .title span {
    color: #6b6b84;
    font-size: 15px;
    font-weight: 600;
}
.single-testimonials-box {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 70px 50px 40px;
    text-align: center;
    margin-top: 40px;
}
.single-testimonials-box.bg-fafafb {
    background-color: #fafafb;
}
.single-testimonials-box img {
    width: 80px !important;
    height: 80px;
    display: inline-block !important;
    border-radius: 50%;
    border: 5px solid #e3fbff;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
}
.single-testimonials-box p {
    margin-bottom: 0;
    font-size: 18px;
}
.single-testimonials-box::after {
    content: "\f106";
    position: absolute;
    bottom: 0;
    color: #221638;
    line-height: 1;
    z-index: -1;
    right: 20px;
    opacity: 0.05;
    font-family: Flaticon;
    font-size: 140px;
}
.single-testimonials-box .client-info {
    margin-top: 25px;
}
.single-testimonials-box .client-info h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.single-testimonials-box .client-info span {
    color: #6b6b84;
    font-size: 15px;
    font-weight: 600;
}
.testimonials-view-btn {
    margin-top: 25px;
}
.testimonials-view-btn .default-btn {
    background-color: transparent;
    color: #ff5d22;
    border: 1px solid #eae1d6;
    margin-bottom: -7px;
}
.testimonials-view-btn .default-btn span {
    background-color: #ff5d22;
}
.testimonials-view-btn .default-btn:hover {
    color: #fff;
    border-color: #ff5d22;
}
.testimonials-slides.owl-carousel .owl-nav .owl-prev,
.testimonials-slides.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 0;
    width: 40px;
    top: -100px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #221638;
    border: 1px solid #eae2d7;
    line-height: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
    font-size: 16px;
}
.testimonials-slides.owl-carousel .owl-nav .owl-prev:hover,
.testimonials-slides.owl-carousel .owl-nav .owl-next:hover {
    background-color: #ff5d22;
    border-color: #ff5d22;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #fff;
}
.testimonials-slides.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.shape-img1 {
    position: absolute;
    left: 10%;
    top: 2%;
    z-index: -1;
}
.shape-img1 img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.partner-area {
    position: relative;
    z-index: 1;
}
.partner-area.ptb-70 {
    padding-bottom: 40px;
}
.single-partner-item {
    text-align: center;
    margin-bottom: 30px;
}
.divider {
    width: 100%;
    position: absolute;
    height: 100px;
    pointer-events: none;
    -webkit-mask-image: url(data:image/svg+xml;utf8;base64,JTNjc3ZnIHZpZXdCb3g9JzAgMCAxMDAgMTAwJyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUnJTNlJTNjcGF0aCBkPSdNMCwwIEMxNi42NjY2NjY3LDY2IDMzLjMzMzMzMzMsOTggNTAsOTggQzY2LjY2NjY2NjcsOTggODMuMzMzMzMzMyw2NiAxMDAsMCBMMTAwLDEwMCBMMCwxMDAgTDAsMCBaJyBmaWxsPSclMjNmZmYnLyUzZSUzYy9zdmclM2U=);
    mask-image: url(data:image/svg+xml;utf8;base64,JTNjc3ZnIHZpZXdCb3g9JzAgMCAxMDAgMTAwJyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUnJTNlJTNjcGF0aCBkPSdNMCwwIEMxNi42NjY2NjY3LDY2IDMzLjMzMzMzMzMsOTggNTAsOTggQzY2LjY2NjY2NjcsOTggODMuMzMzMzMzMyw2NiAxMDAsMCBMMTAwLDEwMCBMMCwxMDAgTDAsMCBaJyBmaWxsPSclMjNmZmYnLyUzZSUzYy9zdmclM2U=);
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #fffaf3;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.divider.white-color {
    background-color: #fff;
}
.blog-area {
    position: relative;
    z-index: 1;
}
.blog-area .row.align-items-center {
    margin-left: -40px;
    margin-right: -40px;
}
.blog-area .row.align-items-center .col-lg-4 {
    padding-left: 40px;
    padding-right: 40px;
}
.blog-area .row.align-items-center .col-lg-4:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
}
.single-blog-post {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog-post .post-image {
    border-radius: 5px 5px 0 0;
}
.single-blog-post .post-image a {
    display: block;
    border-radius: 5px 5px 0 0;
}
.single-blog-post .post-image a img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}
.single-blog-post .post-content {
    padding: 25px;
}
.single-blog-post .post-content .post-meta {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 18px;
    margin-left: -7px;
    margin-right: -7px;
}
.single-blog-post .post-content .post-meta li {
    color: #6b6b84;
    font-size: 15px;
    position: relative;
    padding-left: 29px;
    padding-right: 7px;
}
.single-blog-post .post-content .post-meta li .post-author img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.single-blog-post .post-content .post-meta li .post-author span {
    font-weight: 600;
    font-size: 15px;
}
.single-blog-post .post-content .post-meta li i {
    color: #ff5d22;
    position: absolute;
    left: 7px;
    top: 0;
}
.single-blog-post .post-content .post-meta li:first-child {
    padding-left: 7px;
}
.single-blog-post .post-content h3 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 24px;
}
.single-blog-post .post-content h3 a {
    display: inline-block;
}
.single-blog-post.bg-fffbf5 {
    background-color: #fffbf5;
}
.single-blog-post:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}
.blog-items {
    margin-left: -15px;
    margin-right: -15px;
}
.vector-shape1 {
    position: absolute;
    left: 12%;
    z-index: -1;
    bottom: 40px;
}
.vector-shape1 img {
    -webkit-animation-name: rotatemetwo;
    animation-name: rotatemetwo;
    -webkit-animation-duration: 350s;
    animation-duration: 350s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.vector-shape2 {
    position: absolute;
    right: 10%;
    top: 230px;
    z-index: -1;
}
.vector-shape2 img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 350s;
    animation-duration: 350s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes rotatemetwo {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes rotatemetwo {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.blog-details-desc .article-image img {
    width: 100%;
}
.blog-details-desc .article-image-slides.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #87a1c1;
    font-size: 18px;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 40px;
    position: absolute;
    left: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 5px !important;
    border-radius: 50%;
    border-style: solid;
    border-color: #fff;
    border-width: 1.5px;
}
.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 20px;
    padding-left: 3px !important;
}
.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #ff5d22;
    color: #fff;
    border-color: #ff5d22;
}
.blog-details-desc .article-image-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.blog-details-desc .article-video iframe {
    width: 100%;
    height: 400px;
    border: none !important;
}
.blog-details-desc .article-content {
    margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    border-right: 1px solid #eee;
    font-weight: 600;
    font-size: 17px;
    padding-right: 20px;
    padding-left: 45px;
}
.blog-details-desc .article-content .entry-meta ul li i {
    font-size: 32px;
    color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-details-desc .article-content .entry-meta ul li span {
    display: block;
    color: #ff5d22;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
}
.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.blog-details-desc .article-content h3 {
    margin-bottom: 15px;
    margin-top: 28px;
    font-size: 24px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}
.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px;
}
.blog-details-desc .article-content .features-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 26px;
    font-weight: 600;
    color: #6b6b84;
}
.blog-details-desc .article-content .features-list li i {
    color: #ff5d22;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}
.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0;
}
.blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    color: #6b6b84;
}
.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #221638;
    margin-right: 3px;
    position: relative;
    top: 3px;
    font-size: 20px;
}
.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    font-weight: 700;
}
.blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 3px;
    font-weight: 700;
    position: relative;
    top: -1px;
}
.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 34px;
    border-radius: 50%;
    background-color: #ff5d22;
    color: #fff;
    border: 1px solid #ff5d22;
    text-align: center;
    font-size: 17px;
    margin-left: 2px;
}
.blog-details-desc .article-footer .article-share .social li a:hover,
.blog-details-desc .article-footer .article-share .social li a:focus {
    color: #ff5d22;
    background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}
.blog-details-desc .article-footer .article-share .social li a.facebook:hover,
.blog-details-desc .article-footer .article-share .social li a.facebook:focus {
    color: #3b5998;
    background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff;
}
.blog-details-desc .article-footer .article-share .social li a.twitter:hover,
.blog-details-desc .article-footer .article-share .social li a.twitter:focus {
    color: #1da1f2;
    background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
    color: #fff;
}
.blog-details-desc .article-footer .article-share .social li a.linkedin:hover,
.blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
    color: #007bb5;
    background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.instagram {
    background-color: #c13584;
    border-color: #c13584;
    color: #fff;
}
.blog-details-desc .article-footer .article-share .social li a.instagram:hover,
.blog-details-desc .article-footer .article-share .social li a.instagram:focus {
    color: #c13584;
    background-color: transparent;
}
.blog-details-desc .article-author {
    margin-top: 30px;
    border-radius: 5px;
    background: #fdfcfc;
}
.blog-details-desc .article-author .author-profile-header {
    height: 115px;
    border-radius: 5px 5px 0 0;
    background-color: #ff5d22;
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-details-desc .article-author .author-profile {
    padding: 0 25px 25px;
}
.blog-details-desc .article-author .author-profile .author-profile-title {
    position: relative;
    z-index: 1;
    margin-top: -45px;
}
.blog-details-desc .article-author .author-profile .author-profile-title img {
    display: inline-block;
    border: 3px solid #fff;
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
}
.blog-details-desc .article-author .author-profile .author-profile-title h4 {
    margin-bottom: 5px;
    font-size: 22px;
}
.blog-details-desc .article-author .author-profile .author-profile-title span {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    color: #6b6b84;
}
.blog-details-desc .article-author .author-profile .author-profile-title p {
    font-size: 16px;
}
blockquote,
.blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}
blockquote p,
.blockquote p {
    color: #221638;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 700;
    font-size: 22px !important;
}
blockquote cite,
.blockquote cite {
    display: none;
}
blockquote::before,
.blockquote::before {
    color: #efefef;
    position: absolute;
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear;
    left: 50px;
    top: -50px;
    z-index: -1;
    content: "\f106";
    font-family: Flaticon;
    font-size: 135px;
}
blockquote::after,
.blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #ff5d22;
    margin-top: 20px;
    margin-bottom: 20px;
}
.tracer-post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.prev-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}
.prev-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prev-link-wrapper a:hover .image-prev::after {
    opacity: 1;
    visibility: visible;
}
.prev-link-wrapper a:hover .image-prev .post-nav-title {
    opacity: 1;
    visibility: visible;
}
.prev-link-wrapper a:hover .prev-link-info-wrapper {
    color: #ff5d22;
}
.prev-link-wrapper .image-prev {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.prev-link-wrapper .image-prev img {
    border-radius: 5px;
}
.prev-link-wrapper .image-prev::after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: #ff5d22;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.prev-link-wrapper .image-prev .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 17px;
    font-weight: 700;
}
.prev-link-wrapper .prev-link-info-wrapper {
    color: #221638;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.prev-link-wrapper .prev-title {
    display: inline-block;
    font-weight: 800;
    font-size: 17px;
}
.prev-link-wrapper .meta-wrapper {
    display: block;
    color: #6b6b84;
    text-transform: capitalize;
    margin-top: 7px;
    font-weight: 600;
    font-size: 16px;
}
.next-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 15px;
}
.next-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.next-link-wrapper a:hover .image-next::after {
    opacity: 1;
    visibility: visible;
}
.next-link-wrapper a:hover .image-next .post-nav-title {
    opacity: 1;
    visibility: visible;
}
.next-link-wrapper a:hover .next-link-info-wrapper {
    color: #ff5d22;
}
.next-link-wrapper .image-next {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.next-link-wrapper .image-next img {
    border-radius: 5px;
}
.next-link-wrapper .image-next::after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: #ff5d22;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.next-link-wrapper .image-next .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 17px;
    font-weight: 700;
}
.next-link-wrapper .next-link-info-wrapper {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #221638;
}
.next-link-wrapper .next-title {
    display: inline-block;
    font-weight: 800;
    font-size: 17px;
}
.next-link-wrapper .meta-wrapper {
    display: block;
    color: #6b6b84;
    text-transform: capitalize;
    margin-top: 7px;
    font-weight: 600;
    font-size: 16px;
}
.comments-area {
    margin-top: 30px;
}
.comments-area .comments-title {
    line-height: initial;
    margin-bottom: 30px;
    font-size: 24px;
}
.comments-area ol,
.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.comments-area .children {
    margin-left: 20px;
}
.comments-area .comment-body {
    border-bottom: 1px dashed #eee;
    padding-left: 70px;
    color: #221638;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.comments-area .comment-body .reply {
    margin-top: 15px;
}
.comments-area .comment-body .reply a {
    border: 1px dashed #ded9d9;
    color: #221638;
    display: inline-block;
    padding: 6px 20px 3px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
}
.comments-area .comment-body .reply a:hover {
    color: #fff;
    background-color: #ff5d22;
    border-color: #ff5d22;
}
.comments-area .comment-author {
    font-size: 17px;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}
.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}
.comments-area .comment-author .fn {
    font-weight: 800;
}
.comments-area .comment-author .says {
    display: none;
}
.comments-area .comment-metadata {
    margin-bottom: 0.8em;
    color: #6b6b84;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}
.comments-area .comment-metadata a {
    display: inline-block;
    color: #6b6b84;
}
.comments-area .comment-metadata a:hover {
    color: #ff5d22;
}
.comments-area .comment-content p {
    font-size: 16.5px;
    font-weight: 500;
}
.comments-area .comment-respond {
    margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    font-size: 24px;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}
.comments-area .comment-respond .comment-form {
    overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
    margin-bottom: 20px;
    margin-top: 10px;
}
.comments-area .comment-respond .comment-notes .required {
    color: red;
}
.comments-area .comment-respond .comment-form-comment {
    float: left;
    width: 100%;
}
.comments-area .comment-respond label {
    display: none;
}
.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    border: none;
    padding: 1px 0 0 15px;
    height: 50px;
    outline: 0;
    border-radius: 3px;
    color: #221638;
    font-weight: 600;
    font-size: 15px;
}
.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="time"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="week"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="month"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="text"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="email"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="url"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="password"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="search"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="number"]::-webkit-input-placeholder,
.comments-area .comment-respond textarea::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #6b6b84;
}
.comments-area .comment-respond input[type="date"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:-ms-input-placeholder,
.comments-area .comment-respond textarea:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #6b6b84;
}
.comments-area .comment-respond input[type="date"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]::-ms-input-placeholder,
.comments-area .comment-respond textarea::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #6b6b84;
}
.comments-area .comment-respond input[type="date"]::placeholder,
.comments-area .comment-respond input[type="time"]::placeholder,
.comments-area .comment-respond input[type="datetime-local"]::placeholder,
.comments-area .comment-respond input[type="week"]::placeholder,
.comments-area .comment-respond input[type="month"]::placeholder,
.comments-area .comment-respond input[type="text"]::placeholder,
.comments-area .comment-respond input[type="email"]::placeholder,
.comments-area .comment-respond input[type="url"]::placeholder,
.comments-area .comment-respond input[type="password"]::placeholder,
.comments-area .comment-respond input[type="search"]::placeholder,
.comments-area .comment-respond input[type="tel"]::placeholder,
.comments-area .comment-respond input[type="number"]::placeholder,
.comments-area .comment-respond textarea::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #6b6b84;
}
.comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder,
.comments-area .comment-respond textarea:focus:-ms-input-placeholder {
    color: transparent;
}
.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder,
.comments-area .comment-respond textarea:focus::-ms-input-placeholder {
    color: transparent;
}
.comments-area .comment-respond input[type="date"]:focus::placeholder,
.comments-area .comment-respond input[type="time"]:focus::placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::placeholder,
.comments-area .comment-respond input[type="week"]:focus::placeholder,
.comments-area .comment-respond input[type="month"]:focus::placeholder,
.comments-area .comment-respond input[type="text"]:focus::placeholder,
.comments-area .comment-respond input[type="email"]:focus::placeholder,
.comments-area .comment-respond input[type="url"]:focus::placeholder,
.comments-area .comment-respond input[type="password"]:focus::placeholder,
.comments-area .comment-respond input[type="search"]:focus::placeholder,
.comments-area .comment-respond input[type="tel"]:focus::placeholder,
.comments-area .comment-respond input[type="number"]:focus::placeholder,
.comments-area .comment-respond textarea:focus::placeholder {
    color: transparent;
}
.comments-area .comment-respond textarea {
    height: auto !important;
    padding-top: 15px;
}
.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 7.5px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #6b6b84;
    font-weight: 400;
    font-size: 17px;
}
.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}
.comments-area .comment-respond .form-submit input {
    background: #ff5d22;
    border: none;
    color: #fff;
    padding: 12px 30px 10px;
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
}
.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
    color: #fff;
    background: #221638;
}
.project-start-area {
    position: relative;
    z-index: 1;
}
.project-start-area.bg-color {
    background-color: #221638;
}
.project-start-area.bg-color .project-start-content h2 {
    color: #fff;
}
.project-start-area.bg-color .project-start-content p {
    color: #fff;
}
.project-start-area.bg-color .project-start-content .default-btn span {
    background-color: #fff;
}
.project-start-area.bg-color .project-start-content .default-btn:hover {
    color: #221638;
}
.project-start-image {
    text-align: center;
}
.project-start-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px;
}
.project-start-content .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.project-start-content h2 {
    margin-bottom: 15px;
    font-size: 44px;
}
.project-start-content p {
    margin-bottom: 20px;
}
.project-start-content p:last-child {
    margin-bottom: 0;
}
.project-start-content .default-btn {
    margin-top: 5px;
}
.vector-shape3 {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: -1;
}
.page-title-area {
    position: relative;
    z-index: 1;
   /*background-image: url(../img/breadcrum.png);*/
   background: #f4f4f4;
    padding-top: 160px;
   /* padding-bottom: 150px;*/
}
/*Fact Counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	top:0;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .column .inner .icon{
	position:relative;
	color:#ffffff;
	font-size:60px;
	line-height:1em;
	font-weight:400;
}

.fact-counter .column .inner .icon-box{
	position:relative;
	margin-bottom:25px;
}

.fact-counter .count-outer{
	position:relative;
	font-size:41px;
	line-height:1em;
	font-weight:600;
	color:#000;
	margin:0px 0px 15px;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:600;
	color:#000;
	font-size:41px;
	line-height:1em;
	margin-bottom:15px;
	font-family: 'Poppins', sans-serif;
}
.mb-30{margin-bottom:50px;}
.fact-counter h2{
	    color: #ff5d22;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
}
.fact-counter h4{color: #33214c;}
.fact-counter .column .counter-title{
	position:relative;
	font-size:20px;
	font-weight:400;
	color:#000;
}

.fact-counter.style-two .column{
	margin-bottom:0px;
}

.fact-counter.style-two .count-outer{
	margin-bottom:0px;
	font-size:50px;
	font-weight:200;
	color:rgba(255,255,255,0.80);
}

.fact-counter.style-two .count-outer .count-text{
	margin-bottom:5px;
	font-size:58px;
	font-weight:200;
	color:rgba(255,255,255,0.80);
}

.fact-counter.style-two .column .inner{
	text-align:left;
	border-right:1px solid rgba(255,255,255,0.20);
}

.fact-counter.style-two .column:last-child .inner{
	border-right:none;
}

.fact-counter.style-two .column .counter-title{
	font-weight:200;
	font-size:17px;
	color:rgba(255,255,255,0.80);
}

.fact-counter.style-three .column .inner{
	text-align:left;
}

.fact-counter.style-three .count-outer{
	font-weight:200;
	color:#225ab7;
	font-size:58px;
	margin-bottom:5px;
}

.fact-counter.style-three .count-outer .count-text{
	color:#225ab7;
	font-weight:200;
	font-size:58px;
}

.fact-counter.style-three .column .counter-title{
	color:#225ab7;
}

.page-title-area .shape-img1 {
    top: auto;
    bottom: 30%;
    left: 4%;
}
.page-title-area.page-title-style-two {
    padding-top: 120px;
    padding-bottom: 120px;
}
.page-title-content h2 {
        margin-bottom: 15px;
    color: #ff5d22;
    font-size: 44px;
}
.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
}
.page-title-content ul li {
    display: inline-block;
    margin-right: 20px;color:#fff;
    position: relative;
    font-size: 16.5px;
    font-weight: 700;
}
.pt-70{padding-top:70px;}
.is-sticky .tracer-nav .navbar .navbar-nav .nav-item a{color:#000;}
.page-title-content ul li a {
    display: inline-block;color:#fff;
}
.page-title-content ul li:last-child {
    margin-right: 0;
}
.page-title-content ul li:last-child::before {
    display: none;
}
.page-title-content ul li::before {
    color: #fff;
    position: absolute;
    right: -18px;
    top: 6.5px;
    line-height: 1;
    content: "\f104";
    font-family: Flaticon;
    font-size: 11px;
}
.page-title-content.text-center ul li {
    margin-left: 10px;
    margin-right: 10px;
}
.page-title-content.text-center ul li:first-child {
    margin-left: 0;
}
.shape-img2 {
    position: absolute;
    bottom: 10%;
    z-index: -1;
    right: 30px;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    opacity: 0.25;
}
.shape-img3 {
    position: absolute;
    left: 20%;
    top: 5%;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: 0.15;
}
@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.pagination-area {
    margin-top: 35px;
}
.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 5px #e4e4ee;
    box-shadow: 0 0 30px 5px #e4e4ee;
    color: #221638;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    line-height: 41px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    font-weight: 800;
}
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers.current {
    color: #fff;
    background-color: #ff5d22;
}
.pagination-area .page-numbers i {
    position: relative;
    top: 1.5px;
}
.widget-area {
    padding-left: 15px;
}
.widget-area.widget-left-sidebar {
    padding-right: 15px;
    padding-left: 0;
}
.widget-area .widget {
    margin-bottom: 40px;
}
.widget-area .widget:last-child {
    margin-bottom: 0;
}
.widget-area .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
    font-size: 22px;
}
.widget-area .widget .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: #ff5d22;
}
.widget-area .widget_search form {
    position: relative;
}
.widget-area .widget_search form .screen-reader-text {
    display: none;
}
.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}
.widget-area .widget_search form .search-field {
    height: 50px;
    color: #221638;
    background-color: #f2f4f5;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 0 0 0 15px;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 17px;
    font-weight: 500;
}
.widget-area .widget_search form .search-field::-webkit-input-placeholder {
    color: #6b6b84;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.widget-area .widget_search form .search-field:-ms-input-placeholder {
    color: #6b6b84;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.widget-area .widget_search form .search-field::-ms-input-placeholder {
    color: #6b6b84;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.widget-area .widget_search form .search-field::placeholder {
    color: #6b6b84;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
    color: transparent;
}
.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
    color: transparent;
}
.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
    color: transparent;
}
.widget-area .widget_search form .search-field:focus::placeholder {
    color: transparent;
}
.widget-area .widget_search form button {
    border: none;
    background-color: transparent;
    color: #ff5d22;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 5px;
    font-size: 20px;
}
.widget-area .widget_search form button i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
    border-radius: 5px;
    background-color: #ff5d22;
    color: #fff;
}
.widget-area .widget_tracer_posts_thumb {
    position: relative;
    overflow: hidden;
}
.widget-area .widget_tracer_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
}
.widget-area .widget_tracer_posts_thumb .item:last-child {
    margin-bottom: 0;
}
.widget-area .widget_tracer_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}
.widget-area .widget_tracer_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.widget-area .widget_tracer_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../img/blog/img9.jpg);
}
.widget-area .widget_tracer_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../img/blog/img8.jpg);
}
.widget-area .widget_tracer_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../img/blog/img7.jpg);
}
.widget-area .widget_tracer_posts_thumb .item .thumb::before,
.widget-area .widget_tracer_posts_thumb .item .thumb::after {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.widget-area .widget_tracer_posts_thumb .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}
.widget-area .widget_tracer_posts_thumb .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}
.widget-area .widget_tracer_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}
.widget-area .widget_tracer_posts_thumb .item .info span {
    display: block;
    color: #6b6b84;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: 13px;
}
.widget-area .widget_tracer_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 800;
}
.widget-area .widget_tracer_posts_thumb .item .info .title a {
    display: inline-block;
}
.widget-area .widget_tracer_posts_thumb .item:hover .thumb::before,
.widget-area .widget_tracer_posts_thumb .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}
.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: #221638;
    padding-left: 18px;
    font-weight: 700;
    font-size: 15px;
}
.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
    background: #ff5d22;
    height: 8px;
    width: 8px;
    content: "";
    border-radius: 50%;
    left: 0;
    top: 7px;
    position: absolute;
}
.widget-area .widget_categories ul li a {
    color: #221638;
    display: inline-block;
}
.widget-area .widget_categories ul li a:hover {
    color: #ff5d22;
}
.widget-area .widget_categories ul li .post-count {
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: 1px;
}
.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 17px;
}
.widget-area .tagcloud a {
    display: inline-block;
    background: #f5f5f5;
    color: #221638;
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px !important;
    margin-top: 8px;
    margin-right: 4px;
}
.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
    color: #fff;
    background-color: #ff5d22;
}
.widget-area .widget_popular_products {
    position: relative;
    overflow: hidden;
}
.widget-area .widget_popular_products .widget-title {
    margin-bottom: 30px;
}
.widget-area .widget_popular_products .item {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.widget-area .widget_popular_products .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.widget-area .widget_popular_products .item .thumb {
    float: left;
    height: 110px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 110px;
    margin-right: 15px;
    z-index: 1;
}
.widget-area .widget_popular_products .item .thumb .fullimage {
    width: 110px;
    height: 110px;
    display: inline-block;
    border-radius: 3px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.widget-area .widget_popular_products .item .thumb .fullimage.bg1 {
    background-image: url(../img/products/img7.jpg);
}
.widget-area .widget_popular_products .item .thumb .fullimage.bg2 {
    background-image: url(../img/products/img8.jpg);
}
.widget-area .widget_popular_products .item .thumb .fullimage.bg3 {
    background-image: url(../img/products/img9.jpg);
}
.widget-area .widget_popular_products .item .thumb::before,
.widget-area .widget_popular_products .item .thumb::after {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.widget-area .widget_popular_products .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}
.widget-area .widget_popular_products .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}
.widget-area .widget_popular_products .item .info {
    overflow: hidden;
    margin-top: 5px;
}
.widget-area .widget_popular_products .item .info span {
    display: block;
    color: #ff5d22;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: -5px;
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
}
.widget-area .widget_popular_products .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 800;
}
.widget-area .widget_popular_products .item .info .title a {
    display: inline-block;
}
.widget-area .widget_popular_products .item .info .rating {
    margin-top: 8px;
}
.widget-area .widget_popular_products .item .info .rating i {
    color: #f6b500;
    display: inline-block;
    margin-right: -2px;
}
.widget-area .widget_popular_products .item:hover .thumb::before,
.widget-area .widget_popular_products .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}
.widget-area .filter_by_price .irs--flat .irs-bar {
    background-color: #ff5d22;
}
.widget-area .filter_by_price .irs--flat .irs-handle > i:first-child {
    background-color: #ff5d22;
}
.widget-area .filter_by_price .irs--flat .irs-from,
.widget-area .filter_by_price .irs--flat .irs-to,
.widget-area .filter_by_price .irs--flat .irs-single {
    background-color: #ff5d22;
    color: #fff;
}
.widget-area .widget_recent_courses {
    position: relative;
    overflow: hidden;
}
.widget-area .widget_recent_courses .widget-title {
    margin-bottom: 30px;
}
.widget-area .widget_recent_courses .item {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.widget-area .widget_recent_courses .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.widget-area .widget_recent_courses .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}
.widget-area .widget_recent_courses .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 3px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg1 {
    background-image: url(../img/courses/img1.jpg);
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg2 {
    background-image: url(../img/courses/img2.jpg);
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg3 {
    background-image: url(../img/courses/img3.jpg);
}
.widget-area .widget_recent_courses .item .thumb::before,
.widget-area .widget_recent_courses .item .thumb::after {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.widget-area .widget_recent_courses .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}
.widget-area .widget_recent_courses .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}
.widget-area .widget_recent_courses .item .info {
    overflow: hidden;
    margin-top: 5px;
}
.widget-area .widget_recent_courses .item .info span {
    display: block;
    color: #ff5d22;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: -5px;
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
}
.widget-area .widget_recent_courses .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 800;
}
.widget-area .widget_recent_courses .item .info .title a {
    display: inline-block;
}
.widget-area .widget_recent_courses .item:hover .thumb::before,
.widget-area .widget_recent_courses .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}
.widget-area .widget_insight ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.widget-area .widget_insight ul li {
    margin-bottom: -1px;
}
.widget-area .widget_insight ul li a {
    position: relative;
    display: block;
    padding: 15px 25px 15px 40px;
    color: #6b6b84;
    border: 1px solid #eee;
    font-size: 17px;
    font-weight: 700;
}
.widget-area .widget_insight ul li a::before {
    width: 5px;
    height: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #6b6b84;
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}
.widget-area .widget_insight ul li a:hover,
.widget-area .widget_insight ul li a.active {
    border-color: #ff5d22;
    background-color: #ff5d22;
    color: #fff;
}
.widget-area .widget_insight ul li a:hover::before,
.widget-area .widget_insight ul li a.active::before {
    background-color: #fff;
}
.widget-area .widget_insight ul li.active a {
    border-color: #ff5d22;
    background-color: #ff5d22;
    color: #fff;
}
.widget-area .widget_insight ul li.active a::before {
    background-color: #fff;
}
.login-form {
    padding: 40px 50px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    margin-right: 30px;
}
.login-form h2 {
    margin-bottom: 25px;
    font-size: 35px;
}
.login-form form .form-group {
    margin-bottom: 25px;
}
.login-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #221638;
    font-weight: 700;
}
.login-form form .remember-me-wrap {
    margin-bottom: 0;
}
.login-form form .remember-me-wrap [type="checkbox"]:checked,
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) {
    display: none;
}
.login-form form .remember-me-wrap [type="checkbox"]:checked + label,
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0;
    color: #6b6b84;
    font-weight: 600;
}
.login-form form .remember-me-wrap [type="checkbox"]:checked + label:before,
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    background: #f5f5f5;
}
.login-form form .remember-me-wrap [type="checkbox"]:checked + label:after,
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #ff5d22;
    position: absolute;
    top: 5.5px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.login-form form .remember-me-wrap [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.login-form form .remember-me-wrap [type="checkbox"]:hover + label:before {
    border-color: #ff5d22;
}
.login-form form .remember-me-wrap [type="checkbox"]:checked + label:before {
    border-color: #ff5d22;
}
.login-form form .lost-your-password-wrap {
    text-align: right;
}
.login-form form .lost-your-password-wrap a {
    display: inline-block;
    position: relative;
    font-weight: 600;
    line-height: 1.3;
}
.login-form form .lost-your-password-wrap a::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #eee;
}
.login-form form .lost-your-password-wrap a::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: 0;
    content: "";
    background-color: #ff5d22;
}
.login-form form .lost-your-password-wrap a:hover::before {
    width: 0;
}
.login-form form .lost-your-password-wrap a:hover::after {
    width: 100%;
}
.login-form form button {
    margin-top: 22px;
    border: none;
    display: block;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background-color: #ff5d22;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    border-radius: 5px;
    padding: 14.5px 30px;
    font-weight: 700;
    font-size: 17px;
}
.login-form form button:hover {
    background-color: #221638;
    color: #fff;
}
.register-form {
    padding-top: 30px;
    padding-left: 30px;
}
.register-form h2 {
    margin-bottom: 25px;
    font-size: 35px;
}
.register-form form .form-group {
    margin-bottom: 25px;
}
.register-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #221638;
    font-weight: 700;
}
.register-form form .description {
    font-style: italic;
    font-size: 13.5px;
    margin-top: -10px;
    margin-bottom: 0;
}
.register-form form button {
    margin-top: 22px;
    border: none;
    display: block;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background-color: #ff5d22;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    border-radius: 5px;
    padding: 14.5px 30px;
    font-weight: 700;
    font-size: 17px;
}
.register-form form button:hover {
    background-color: #221638;
    color: #fff;
}
.coming-soon-area {
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #f6f7fb;
    background-image: url(../img/coming-soon-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.coming-soon-content {
    max-width: 700px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    margin-left: auto;
    margin-right: auto;
}
.coming-soon-content .logo {
    display: inline-block;
}
.coming-soon-content h2 {
    font-size: 44px;
    margin-top: 30px;
    margin-bottom: 0;
}
.coming-soon-content #timer {
    margin-top: 40px;
}
.coming-soon-content #timer div {
    background-color: #221638;
    color: #fff;
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 800;
    margin-left: 10px;
    margin-right: 10px;
}
.coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 17px;
    font-weight: 600;
}
.coming-soon-content form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.coming-soon-content form .form-group {
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}
.coming-soon-content form .form-group .label-title {
    margin-bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: #221638;
}
.coming-soon-content form .form-group .label-title i {
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 9px;
    font-size: 22px;
}
.coming-soon-content form .form-group .label-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #ff5d22;
}
.coming-soon-content form .form-group .input-newsletter {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #eee;
    padding: 0 0 0 32px;
    color: #221638;
    height: 45px;
    display: block;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
}
.coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #a1a1a1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
    color: #a1a1a1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #a1a1a1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.coming-soon-content form .form-group .input-newsletter::placeholder {
    color: #a1a1a1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}
.coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}
.coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}
.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
    color: transparent;
}
.coming-soon-content form .default-btn {
    border-radius: 0;
}
.coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: red;
}
.coming-soon-content form .validation-success {
    margin-top: 15px;
}
.coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 20px;
}
.privacy-policy-content img {
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.privacy-policy-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 24px;
}
.privacy-policy-content .blockquote,
.privacy-policy-content blockquote {
    margin-bottom: 30px;
    background-color: #e6f2f5;
    text-align: left !important;
    padding: 25px !important;
}
.privacy-policy-content .blockquote p,
.privacy-policy-content blockquote p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 17px !important;
    font-weight: 700;
}
.privacy-policy-content .blockquote::after,
.privacy-policy-content blockquote::after {
    display: none;
}
.privacy-policy-content .blockquote::before,
.privacy-policy-content blockquote::before {
    display: none;
}
.privacy-policy-content ol,
.privacy-policy-content ul {
    margin-top: 20px;
}
.privacy-policy-content ol li,
.privacy-policy-content ul li {
    margin-bottom: 10px;
    color: #6b6b84;
    line-height: 1.8;
    font-weight: 600;
    font-size: 17px;
}
.terms-of-service-content img {
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.terms-of-service-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 24px;
}
.terms-of-service-content .blockquote,
.terms-of-service-content blockquote {
    margin-bottom: 30px;
    background-color: #e6f2f5;
    text-align: left !important;
    padding: 25px !important;
}
.terms-of-service-content .blockquote p,
.terms-of-service-content blockquote p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 17px !important;
    font-weight: 700;
}
.terms-of-service-content .blockquote::after,
.terms-of-service-content blockquote::after {
    display: none;
}
.terms-of-service-content .blockquote::before,
.terms-of-service-content blockquote::before {
    display: none;
}
.terms-of-service-content ol,
.terms-of-service-content ul {
    margin-top: 20px;
}
.terms-of-service-content ol li,
.terms-of-service-content ul li {
    margin-bottom: 10px;
    color: #6b6b84;
    line-height: 1.8;
    font-weight: 600;
    font-size: 17px;
}
.purchase-guide-content img {
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.purchase-guide-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 24px;
}
.purchase-guide-content .blockquote,
.purchase-guide-content blockquote {
    margin-bottom: 30px;
    background-color: #e6f2f5;
    text-align: left !important;
    padding: 25px !important;
}
.purchase-guide-content .blockquote p,
.purchase-guide-content blockquote p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 17px !important;
    font-weight: 700;
}
.purchase-guide-content .blockquote::after,
.purchase-guide-content blockquote::after {
    display: none;
}
.purchase-guide-content .blockquote::before,
.purchase-guide-content blockquote::before {
    display: none;
}
.purchase-guide-content ol,
.purchase-guide-content ul {
    margin-top: 20px;
}
.purchase-guide-content ol li,
.purchase-guide-content ul li {
    margin-bottom: 10px;
    color: #6b6b84;
    line-height: 1.8;
    font-weight: 600;
    font-size: 17px;
}
.membership-levels-table .table {
    margin-bottom: 0;
}
.membership-levels-table .table thead th {
    vertical-align: middle;
    background-color: #ff5d22;
    white-space: nowrap;
    padding: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    border-left: 1px solid #e98f8f;
    border-bottom: none;
    border-right: 1px solid #e98f8f;
}
.membership-levels-table .table thead th h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 800;
}
.membership-levels-table .table thead th h3 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
}
.membership-levels-table .table thead th:first-child {
    border-left: none;
}
.membership-levels-table .table thead th:last-child {
    border-right: none;
}
.membership-levels-table .table tbody tr td {
    padding: 15px 20px;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}
.membership-levels-table .table tbody tr td:first-child {
    text-align: left;
}
.membership-levels-table .table tbody tr td.item-check i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    background-color: #0eb582;
    color: #fff;
    display: block;
    margin: 0 auto;
}
.membership-levels-table .table tbody tr td.item-none i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    background-color: #d85554;
    color: #fff;
    display: block;
    margin: 0 auto;
}
.membership-levels-table .table tbody tr td .select-btn {
    display: inline-block;
    color: #221638;
    background-color: #efefef;
    padding: 13px 30px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 700;
}
.membership-levels-table .table tbody tr td .select-btn:hover {
    color: #fff;
    background-color: #ff5d22;
}
.contact-info-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 100px;
    z-index: 1;
}
.contact-info-box .icon {
    width: 75px;
    height: 85px;
    background-color: #f7f7f7;
    border-radius: 3px;
    position: absolute;
    text-align: center;
    left: 0;
    font-size: 40px;
    color: #ff5d22;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-info-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-info-box h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
.contact-info-box p {
    margin-bottom: 3px;
}
.contact-info-box p:last-child {
    margin-bottom: 0;
}
.contact-info-box .back-icon {
    position: absolute;
    right: 0;
    bottom: -15px;
    z-index: -1;
    color: #221638;
    line-height: 1;
    opacity: 0.04;
    font-size: 100px;
    -webkit-transform: rotate(-5deg);.form-control
    transform: rotate(-5deg);
}
.contact-info-box:hover .icon {
    background-color: #ff5d22;
    color: #fff;
}
.contact-image {
    margin-top: 20px;
    text-align: center;
}
.contact-form {
        padding: 40px;
    margin-left: 15px;
    -webkit-box-shadow: 0 0 20px rgb(158 158 158 / 16%);
    box-shadow: 0 0 20px rgb(158 158 158 / 16%);
    background-color: #fff;
}
.contact-form form .form-group .form-control {
    height: 55px;
    border-radius: 0;
}
.contact-form form .form-group textarea.form-control {
    height: auto;
}
.contact-form form .help-block ul {
    margin-bottom: 0;
    margin-top: 12px;
}
.contact-form form .help-block ul li {
    color: red;
}
.contact-form form .default-btn {
    margin-top: 5px;
}
.contact-form form #msgSubmit {
    margin: 0 !important;
}
.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
    margin-top: 15px !important;
}
#map iframe {
    width: 100%;
    height: 500px;
    border: none;
}
.subscribe-area {
    position: relative;
    z-index: 1;
}
.subscribe-image {
    text-align: center;
}
.subscribe-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px;
}
.subscribe-content .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.subscribe-content h2 {
    margin-bottom: 15px;
    font-size: 44px;
}
.subscribe-content p {
    margin-bottom: 20px;
}
.subscribe-content p:last-child {
    margin-bottom: 0;
}
.subscribe-content .newsletter-form {
    position: relative;
    max-width: 550px;
    margin-top: 30px;
}
.subscribe-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    border: none;
    background-color: #eaeaea;
    color: #221638;
    height: 52px;
    padding-left: 18px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
}
.subscribe-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.subscribe-content .newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.subscribe-content .newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.subscribe-content .newsletter-form .input-newsletter::placeholder {
    color: #999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.subscribe-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}
.subscribe-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}
.subscribe-content .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}
.subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
    color: transparent;
}
.subscribe-content .newsletter-form .validation-danger {
    color: red;
    margin-top: 15px;
}
.subscribe-content .newsletter-form .validation-success {
    margin-top: 15px;
}
.subscribe-content .newsletter-form .default-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
    height: 52px;
    -webkit-transform: unset !important;
    transform: unset !important;
}
.vector-shape6 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.7;
}
.vector-shape6 img {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}
.footer-map {display:none;}
.footer-area {
    padding-top: 50px;
    position: relative;
    z-index: 1;clear:both;
}
.footer-area.bg-color {
    
}
.footer-bottom-area p{color:#fff;}
.footer-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: #212173;
}
.single-footer-widget {
    margin-bottom: 30px;
}
.footer-widget .widget-title {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.22px;
    color: #fdbc58;
    margin-bottom: 43px;
}
.wpb_wrapper p{color:#fff;}
.product-image-title {
    padding: 10px 25px;
    font-size: 27px;
    font-weight: bold;
    color: white;
    background: #c31315;
    height: auto;
    width: auto;
    display: inline-block;
    position: absolute;
    right: 0%;
    top: 60%;
}
.product-image-border {
    border: 9px solid #c31315;
    border-left: 0;
    
    overflow: hidden;
    margin-bottom: 30px;
}
.single-footer-widget .logo {
    margin-bottom: 15px;
    font-size: 15px;
    display: inline-block;
}
.single-footer-widget .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.single-footer-widget .social-link li {
    display: inline-block;
    margin-right: 4px;
}
.single-footer-widget .social-link li:last-child {
    margin-right: 0;
}
.single-footer-widget .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background-color: #6b6b84;
    font-size: 18px;
    position: relative;
    border-radius: 2px;
}
.single-footer-widget .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}
.single-footer-widget .social-link li a:hover {
    background-color: #ff5d22;
    color: #fff;
}
.single-footer-widget p{color:#fff;}
.single-footer-widget h3 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.22px;
    color: #ff5d22;
    margin-bottom: 20px;
}

.footer-widget .widget-title {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.22px;
    color: #fdbc58;
    margin-bottom: 43px;
}
.single-footer-widget .footer-links-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-footer-widget .footer-links-list li {
    margin-bottom: 5px;
    color: #6b6b84;
    font-weight: 600;
}
.single-footer-widget .footer-links-list li a {
    color: #fff;    font-size: 16px;
    display: inline-block;
}
.single-footer-widget .footer-links-list li a:hover {
    color: #ff5d22;
}
.single-footer-widget .footer-links-list li:last-child {
    margin-bottom: 0;
}
.single-footer-widget .footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-footer-widget .footer-contact-info li {
    margin-bottom: 13px;
    color: #fff;
    position: relative;
    padding-left: 23px;    word-break: break-all;
    font-weight: 600;
}
.single-footer-widget .footer-contact-info li a {
    color: #fff;
    display: inline-block;
}
.single-footer-widget .footer-contact-info li a:hover {
    color: #ff5d22;
}
.single-footer-widget .footer-contact-info li:last-child {
    margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li i {
    position: absolute;
    left: 0;
    color: #ff5d22;
    top: 4px;
}
.single-footer-widget .footer-contact-info li i.bxs-inbox {
    top: 3px;
}
.footer-bottom-area {
    margin-top: 20px;
    border-top: 1px solid #f3f2ee;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer-bottom-area p i {
    position: relative;
    top: 1.3px;
}
.footer-bottom-area p a {
    color: #ff5d22;
    font-weight: 600;
}
.footer-bottom-area p a:hover {
    color: #221638;
}
.footer-bottom-area p strong {
    color: #fff;
}
.footer-bottom-area ul {
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.footer-bottom-area ul li {
    color: #6b6b84;
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.footer-bottom-area ul li:last-child {
    margin-right: 0;
}
.footer-bottom-area ul li:last-child::before {
    display: none;
}
.footer-bottom-area ul li::before {
    content: "";
    position: absolute;
    right: -12px;
    top: 5.6px;
    width: 1px;
    height: 14px;
    background-color: #6b6b84;
}
.footer-bottom-area ul li a {
    display: block;
    color: #6b6b84;
}
.footer-bottom-area ul li a:hover {
    color: #ff5d22;
}
.footer-map {
    position: absolute;
    right: 20%;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    z-index: -1;
    opacity: 0.8;
}
.footer-map img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}
@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #fff;
    background-color: #221638;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.go-top:hover {
    background-color: #ff5d22;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.navbar-brand img{width:180px;}
#section05 a {
    padding-top: 70px;
}
.demo a {
    position: absolute;
    bottom: 20px;
    left: 45%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



#section04 a {
  padding-top: 60px;
}
#section04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #221638;
  border-bottom: 1px solid #221638;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}



#section05 a {
  padding-top: 70px;
}
#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #221638;
  border-bottom: 1px solid #221638;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

#section05 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #221638;
    border-bottom: 3px solid #221638;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}
.orange{color: #ff5d22;}
.mrt-30{margin-top:30px;}
#section07 a {
  padding-top: 40px;
}
#section07{
	margin-top: 120px;
}
#section07 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



#section08 a {
  padding-top: 60px;
}
#section08 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section08 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}

/*work process new*/
.process-box{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
    content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0 #00000036;
    z-index: 1;
}
.process-right:after{
    content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0 #0000001a;
    z-index: 1;
}
.process-step-number{
    background: #e80566;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 15px;
    position: relative;
    top: -36px;
    border-radius: 0 0 10px 10px;
    box-shadow: -6px 8px 0 0 #00000014;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #e80566;
    box-shadow: 0 0 0 4px #65258a;
    margin: auto 0;
    position: absolute;
    bottom: 60px;
    left: -60px;
}
.process-point-right:before{
    content: "";
    height: 157px;
    width: 11px;
    background: #65258a;
    display: inline-grid;
    transform: rotate(31deg);
    position: relative;
    left: -53px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #e80566;
    box-shadow: 0 0 0 4px #65258a;
    margin: auto 0;
    position: absolute;
    bottom: 60px;
    right: -60px;
}
.process-point-left:before {
    content: "";
    height: 175px;
    width: 11px;
    background: #65258a;
    display: inline-grid;
    transform: rotate(-31deg);
    position: relative;
    left: 53px;
    top: 0;
}

.process-last:before{
    display: none;
}
.process-box p{
        z-index: 9;
    line-height: 1.5;
    font-size: 16px;
}
.process-step-number h2{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.process-step-number:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #e80566;
    border-left: 8px solid #04889800;
    border-right: 8px solid #e80566;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step-number:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #e80566;
    border-left: 8px solid #e80566;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: #e80566;
    height: 4px;
    position: absolute;
    width: 130px;
    right: -147px;
    top: 80px;
    z-index: 9;
}
.process-line-rl {
    background: #e80566;
    height: 4px;
    position: absolute;
    width: 50px;
    right: -25px;
    top: 27px;
    z-index: 9;
}
.process-line-r{
        background: #e80566;
    height: 4px;
    position: absolute;
    width: 50px;
    left: -25px;
    top: 27px;
    z-index: 9;
}

@media (min-width: 320px) and (max-width: 1199px){
    .process-line-l, .process-line-r, .process-point-left, .process-point-right{
        display: none;
    }
    .process-none{
        display: none;
    }
    .process-width.col-lg-5{
        margin-top: 40px;
        width: 100% !important;
        max-width: 100% !important;
        flex: auto;
    }
    .process-right:after, .process-left:after{
        display: none;
    }

}
.timeline{
  position:relative;
  margin:0px auto;
  
  width:1000px;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#c5c5c5;
}
.timeline ul{
  padding:0;
  margin:0;
}

.timeline ul li p i{font-size: 10px;
    position: relative;
    top: -2px;
    margin-right: 5px;    color: #ff5d22;

}
.content .col-sm-1{    padding-right: 0px;
    text-align: center;}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 24px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
 
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  right:-6px;
  background:#ff5d22;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  left:-4px;
  background:#ff5d22;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li h3{
  padding:0;
  margin:0;
  color:rgba(233,33,99,1);
  font-weight:600;
}
.timeline ul li p{
      margin: 3px 0 0;
    padding: 0;
    font-size: 15px;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
}
.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top:12px;
  right:-90px;
  margin:0;
  padding:8px 16px;
  background:#ff5d22;
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(233,33,99,0.3);
}
.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top:12px;
  left:-80px;
  margin:0;
  padding:8px 16px;
  background:#ff5d22;
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(233,33,99,0.3);
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media only screen and (max-width: 767px){
.footer-area {
    padding-top: 20px !important;
}
.who-we-contant h4 {
    font-size: 25px !important;}
}
@media(max-width:767px){
    .others-option-for-responsive{display:none;}
    .footer12{
            font-size: 17px !important;
    }
    .services-details-desc {
    
    margin-top: -64px !important;}
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  .inner-box img{
        width: 150px;
    height: 150px;
    margin: auto;
    display: inherit;
  }
  .main-banner-content h1{text-align: left !important;}
  .inner-box img{margin-bottom:10px;}
  h1{
    font-size:40px;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}
.timeline ul li .content{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}

/*.timeline ul li .content:after {
    content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0 #0000001a;
    z-index: 1;
}*/
/*** 

====================================================================
    Default Section
====================================================================

***/

.default-section{
    position:relative;
    z-index:1;
    padding: 90px 0px;
    background: #f7f7f7;
}

.default-section .services-outer{
    position:relative;
    margin: 0 -10px;
}

.default-service-block{
    position:relative;
    padding:0px;
}

.default-service-block .inner-box{
       position: relative;
    padding: 26px;
    background: #fff;
    border-radius: 20px;
    margin: 0px 10px 20px;
    box-shadow: 2px 2px 7px 0 #00000057;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}




.default-service-block .inner-box:hover:before {
    height: 100%;
    opacity: 1;
    transition: .7s ease;
}



.default-service-block .icon-box{
    position:absolute;
    left: 29px;
    top:30px;
    font-size:40px;
    color:#333333;
    line-height:1em;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.default-service-block h3{
    font-size:24px;
    font-weight:700;
    color:#ff5d22;
    text-transform:capitalize;
    font-family:'Roboto Slab',sans-serif;
    margin-bottom:2px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;      
}


.default-service-block .text{
    position:relative;
    line-height:1.6em;font-size: 16px;text-align:justify;
    margin-bottom: 5px;
}
.inner-box p{
        margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.3;
}
.default-service-block .read-more{
    position: relative;
    color:#232323;
    text-transform:capitalize;
    font-family:'Roboto Slab',sans-serif;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;      
}
.single-process-box h4{font-size:15px;}
@media only screen and (max-width: 769px) {
    .heading-4{margin-top:20px;font-size:20px;}
.process-line-r{display:none;}
.services-details-desc{
    padding: 30px 15px 0px !important; 
}
.process-line-rl{display:none;}
.faq-area{margin-bottom:100px !important;}
.about-content2{margin-top:0px !important;}
.is-sticky .tracer-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #000;
}
}
.footer12{display:none;}
/*.default-btn {
        padding: 15px 35px !important;
    margin-top: 16px;
}*/


.mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 4px;
    margin-top: 5px;
    border-radius: 3px;
    position: relative;
    top: 8px;
}
.contact-blocks{margin-bottom:40px;}
.contact-blocks p i{color:#ff5d22;}
.mrb-3{margin-bottom: 5px;}
.entry-content .headers {
        clear: left;
    margin-top: 30px;
    display: inline-block;
    color: #000;
    /* background-color: #ff5d22; */
    font-size: 30px;
    padding: 8px 26px 3px 15px;
    line-height: 26px;
    font-weight: 500;
}
.entry-content p {
    color: #5d5d5c;
    font-size: 18px;
    padding-right: 15px;line-height: 1.5;    padding: 0px 15px;
}
.content-blocks {
    
    padding-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}


.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }

}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media only screen and (max-width: 767px){
.faq-accordion .accordion .accordion-content {
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px !important;
}
}

@media only screen and (max-width: 767px){
.faq-accordion .accordion .accordion-title {
    padding: 15px 10px 15px 37px !important
 
}
}
@media only screen and (max-width: 769px){
    .accordion-content 
    .services-details-desc {
        margin-top: 20px !important;
    }
}
@media only screen and (max-width: 767px){
    .accordion-content  .services-details-desc {
         text-align: left !important; 
    }
    .single-gallery-item a img{height:80px !important;}
}
@media only screen and (max-width: 767px){

    .services-details-desc .content ul {
        list-style-type: circle !important;
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.rdBodyTextActive>p, .ip3-edit .rdBodyTextActive>p, .ip3-preview .rdBodyTextActive>p, .rdBodyTextActive li {
    font-size: 22px;
    line-height: normal;
    color: #fff;
    margin-top: 25px;
}
.active-banner-text:before {
    content: '';
    position: absolute;
    left: -88px;
    width: 90px;
    height: 10px;
    border-bottom: 2px solid #ff5d22;
    top: 26px;
    transition: width 1s ease-in-out;
    -webkit-transition: width 1s ease-in-out;
}
.active-banner-text .rdMainTitleActive {
        font-size: 56px;
    color: #fff;
    text-transform: uppercase;
    display: block;

   }
   .banner-title {
    font-size: 36px;
    color: #fff;
    
    line-height: 1.3em;
    margin: 0;
    letter-spacing: 2px;

} 
/*.text-theme-colored2{
    color: #ff5d22;
}*/
.section-title .title {
    margin-top: 0;
    position: relative;
}
.line-bottom-centered {
    position: relative;
        margin: 10px 0 35px;
}
.testimonials-slides{margin-top:30px;}
.line-bottom-centered::after{
    background: #ff5d22;
}
.big-hero-with-image-block__content .heading-section-wrapper {
    -webkit-clip-path: polygon(0 0,0 100%,calc(100% - 46px) 100%,100% calc(100% - 46px),100% 0,0 0);
    clip-path: polygon(0 0,0 100%,calc(100% - 46px) 100%,100% calc(100% - 46px),100% 0,0 0);
    z-index: 4;
    background-color: transparent;
    grid-column: 8/span 5;
    order: 2;
    position: relative;
        margin-top: -191px;
}
.grid{
    display: grid;
    grid-row-gap: 0;
}
.pdl{padding-left:0px;}
.pdr{padding-right:0px;}
.anchors-wrapper ul{list-style-type: none;    padding-left: 15px;}
.anchors-wrapper ul li{list-style-type: none;padding:13px 10px;}
.anchors-wrapper ul li a{color:#fff;}
.anchors-wrapper ul li a.active{color:red;}
.line-bottom-centered:after {
    bottom: -12px;
    border-radius: 10px;
    content: "";
    height: 6px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 80px;
}
.big-hero-with-image-block__content {
    grid-column: 1/span 12;
    padding-top: 0;
}

/*.pagewrapper {
    display: flex;
    justify-content: center;
    max-width: none;
    margin: auto;
    padding-top: 69px;
}*/
.capitalized-header {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.anchors-wrapper ul li {
    align-items: center;
        display: inline-block;
    margin-right: 0;
    height: 100%;
    background-color: #090909;
}
.heading-section-wrapper h2.hero-text {
    margin: 11px 0 0;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: normal;
    color: #fff;
    font-weight: 300;
}
.anchors-wrapper {
    max-height: 58px;
    background-color: #090909;
    padding: 0;
    border-radius: 0;
    order: 1;
    grid-column: 1/span 7;margin-right: -22px;left: 0;
}
.heading-section-wrapper h1 {
    font-size: 45px;
    line-height: 1.28;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.heading-section-wrapper .header-section-content {
    position: relative;
    border-top: 4px solid #eb2814;
    color: #fff;
    background-color: #090909;
    padding: 35px 46px;
}
.mb-0{margin-bottom:0px;}
.post:hover{
    border:2px solid #ff5d22;
}
.post{
    /*background-color: #f8f8f8;*/border:2px solid transparent;
   /* -webkit-clip-path: polygon(0 0,0 calc(100% - 35px),35px 100%,100% 100%,100% 0,0 0);
    clip-path: polygon(0 0,0 calc(100% - 35px),35px 100%,100% 100%,100% 0,0 0);*/
    border-radius: 0px 0px 0px 40px;
}
.title{
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #000!important;
    line-height: 1.2em;
}
.line-bottom-centered:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 120px;
    /*background: #eee;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 9px;
}
/*.border-1px {
    border: 1px solid #eeeeee !important;
}*/
.testimonials-slides.owl-carousel .owl-nav .owl-prev{    right: 50px;
    left: auto;}
.post-thumb img{height:250px;}
.post-title{font-size:18px;}
.p-20 {
        padding: 20px 35px 30px;
}
.blog-read-more {
    position: relative;font-weight: 500;
}
.post-description p{
        word-break: break-all;
}
.font-15 {
    font-size: 15px !important;
}
.post-description p{
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 23px;
}

.post-title{
       overflow: hidden;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    /* height: 40px; */
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
.sub-title-side-line {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    margin: 0;
    line-height: 14px;
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    font-weight: 200;
}
.sub-title-side-line:before {
    background: #ff4f00;
}
.sub-title-side-line:before {
    content: "";
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
}
.features__item-2 {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 45px 40px;
    border-right: none;
    -webkit-box-shadow: 0px 20px 50px 0px rgb(2 0 40 / 10%);
    -moz-box-shadow: 0px 20px 50px 0px rgba(2, 0, 40, 0.1);
    box-shadow: 0px 20px 50px 0px rgb(2 0 40 / 10%);
}

.features__item {
    position: relative;
    border-right: 1px solid #ad40fc;
    z-index: 1;
    min-height: 300px;
}
.white-bg {
    background: #ffffff;
}
.fix {
    overflow: hidden;
}
.mb-30 {
    margin-bottom: 30px;
}
.features__item:hover{
    background-color:#ff5d22;

}
.f_17{
    font-size: 18px;
}
.f_18{
    font-size: 18px;
}
.mrt-20{margin-top:20px;}
.p-0{padding:0px;}
 .vertical-tab{
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    
}
.map-marker .fa-map-marker {
    font-size: 30px !important;
}
.vertical-tab .nav-tabs{
    background-color: #f8f8f8;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
        display: block;
    border: none;
}
.vertical-tab .nav-tabs li{ float: none; }
.vertical-tab .nav-tabs li a{
        display: block;text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding: 12px 15px;
    position: relative;
    font-size: 14px;
    font-weight: 800;
    word-break: break-all;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
        background-color: transparent;
    border-color: #ff5d22;
    color: #ff5d22;
}
.vertical-tab .nav-tabs li a:before{
        content: "\f104";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Flaticon;
    font-size: 18px;
}
/*.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li.active a:hover:before{
    transform: translateY(0) scale(1);
}*/
.vertical-tab .tab-content{
    color: #222;
    background: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    padding: 15px 15px 10px 15px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.15);
    border-radius: 20px;
   
}
.vertical-tab .tab-content h3{
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 4px;
}
@media only screen and (max-width: 479px){
    .vertical-tab{
        padding: 15px;
        margin: 0;
    }
    .vertical-tab .nav-tabs{
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
        display: block;
    }
    .vertical-tab .nav-tabs li a{ margin-right: 0; }
    .vertical-tab .tab-content{
        font-size: 14px;
        margin-top: 0;
        display: block;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
.wpb_wrapper p{margin-bottom:0px !important;}
.tab-pane p{margin-bottom:5px;}
.content ul li::marker {
    font-size: 25px;
    color: #ff5d22;
}
/*** 

====================================================================
    Services Style One
====================================================================

***/

.services-style-one{
    position:relative;
    padding: 100px 0px 80px 0px;
}

.services-style-one:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    background-color: rgb(255, 255, 255);
}

.services-style-one.default-style-two:before{
    display:none;
}

.service-block2{
    position:relative;
    margin-bottom:30px;
}
.service-block2 {
  position: relative;
  /*display: inline-block;*/
}
.service-block2:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 98%;
    left: 10%;
    right: 10%;
    height: 15px;
    width: 80%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    z-index: 9;
}
.gallery-img img{height: 180px;
    width: 100%;}
.gallery-img p{margin-top:5px;}
.gallery-img2 img{height:130px;width: 100%;}
.gallery-img2 p{margin-top:5px;}

.service-block2:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.service-block2 .inner-box{
    position:relative;
    overflow:hidden;border-radius:0px 0px 30px 0px;
}

.service-block2 .inner-box .image-box{
    position:relative;
}

.service-block2 .inner-box .image-box img{
    position:relative;
    width:100%;height:320px;
    display:block;
}

.service-block2 .inner-box .image-box .caption{
    position:absolute;
    width:100%;
    left:0px;
    bottom:0px;
    color:#ffffff;
    display:block;
    font-size:18px;
    padding:16px 0px;
    text-align:center;
    font-weight:700;
    opacity: 1;
    visibility: visible;
   /* text-transform:uppercase;*/
    background-color: rgb(19, 29, 51);
    transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -webkit-transition:all 0.8s ease;
    -ms-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
}
.pdl-0{padding-left:0px;}

.service-block2 .inner-box .image-box .overlay-box{
    position:absolute;
    left:0px;
    padding:40px 35px;
    opacity: 0;
    visibility: hidden;
    height: 0%;
    top: 0;
    padding: 40px 40px 0;
    width:100%;
   
    background-color: rgba(19, 29, 51, 0.89);
    transition: .7s ease;
    border-bottom: 4px solid #48c7ec;
}

.service-block2 .inner-box:hover .image-box .overlay-box {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: .7s ease;
}

.service-block2 .inner-box .image-box .overlay-box h3{
    position:relative;
    top: -20px;
    font-size:18px;
    color:#ffffff;
    margin-bottom: 20px;
    font-weight:700;
    text-transform:uppercase;
    transition: .5s ease;
    opacity: 0.3;
}
.service-block2 .inner-box:hover .image-box .overlay-box h3 {
    top: 0;
    transition: .5s ease;
    opacity: 1;
}
.service-block2 .inner-box .image-box .overlay-box .text{
    position:relative;
    font-size:14px;
    /*max-width: 270px;
    margin: 0 auto;*/
    color:#ffffff;
    margin-bottom: 19px;
    line-height:1.6em;
}


.service-block2 .inner-box .image-box .overlay-box .read-more{
    position:relative;
    color: #ffffff;
    font-size:13px;
    font-weight:700;
}

.service-block2 .inner-box .image-box:hover .caption{
    bottom:-60px;
    opacity: 0;
    visibility: hidden;
}

/*** 

====================================================================
    Services Section Ten
====================================================================

***/

.services-section-ten{
    position:relative;
    padding:95px 0px 70px;
    background-color:#f3f3f3;
}

.services-section-ten.style-two{
    background-color:#ffffff;
}

.services-block-fourteen{
    position:relative;
    margin-bottom:30px;
}

.services-block-fourteen .inner-box{
    position:relative;
    padding:40px 30px;
    text-align:center;border-radius:20px;
    border:1px solid #d9d9d9;height:580px;
    background-color:#ffffff;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease;
}

.services-block-fourteen .inner-box .box-one:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:0px;
    height:0px;
    background-color:#ec0203;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease;
}

.services-block-fourteen .inner-box:hover .box-one:before,
.services-block-fourteen .inner-box:hover .box-one:after,
.services-block-fourteen .inner-box:hover .box-two:before,
.services-block-fourteen .inner-box:hover .box-two:after{
    width:50%;
    height:50%;
}

.services-block-fourteen .inner-box .box-one:after{
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    width:0px;
    height:0px;
    background-color:#ec0203;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease;
}

.services-block-fourteen .inner-box .box-two:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:0px;
    height:0px;
    background-color:#ec0203;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease;
}

.services-block-fourteen .inner-box .box-two:after{
    position:absolute;
    content:'';
    right:0px;
    bottom:0px;
    width:0px;
    height:0px;
    background-color:#ec0203;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease;
}

.services-block-fourteen .inner-box .icon-box{
    position:relative;
    color:#ec0203;
    font-size:60px;
    line-height:1em;
    margin-bottom:30px;
    -webkit-transition:all 1000ms ease;
    -ms-transition:all 1000ms ease;
    -o-transition:all 1000ms ease;
    -moz-transition:all 1000ms ease;
    transition:all 1000ms ease;
}
.services-block-fourteen .inner-box:hover .withouthover{display:none !important;}
.services-block-fourteen .inner-box:hover .withhover{display:block !important;    margin: auto;}
.withhover{display:none;}
.services-block-fourteen .inner-box h6{
    position:relative;
    color:#000000;
    font-weight:600;
    line-height:1.4em;
    margin-bottom:18px;font-size:18px;
}

.services-block-fourteen .inner-box h6 a{
    position:relative;
    color:#000000;
    -webkit-transition:all 1000ms ease;
    -ms-transition:all 1000ms ease;
    -o-transition:all 1000ms ease;
    -moz-transition:all 1000ms ease;font-size:18px;
    transition:all 1000ms ease;
}

.services-block-fourteen .inner-box .text{
    position:relative;
    color:#666666;
    font-size:16px;
    line-height:1.7em;
    -webkit-transition:all 1000ms ease;
    -ms-transition:all 1000ms ease;
    -o-transition:all 1000ms ease;
    -moz-transition:all 1000ms ease;
    transition:all 1000ms ease;
}

.services-block-fourteen .inner-box:hover .icon-box,
.services-block-fourteen .inner-box:hover h6 a,
.services-block-fourteen .inner-box:hover .text{
    color:#ffffff;
}
.bg-grey{
       background-color: #f3f3f3; 
}
.services-block-fourteen.style-two .inner-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    -moz-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition:all 1000ms ease;
    -ms-transition:all 1000ms ease;
    -o-transition:all 1000ms ease;
    -moz-transition:all 1000ms ease;
    transition:all 1000ms ease;
    background-image: -ms-linear-gradient(top, #3240FE 0%, #091395 100%);
    background-image: -moz-linear-gradient(top, #3240FE 0%, #091395 100%);
    background-image: -o-linear-gradient(top, #3240FE 0%, #091395 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3240FE), color-stop(100, #091395));
    background-image: -webkit-linear-gradient(top, #3240FE 0%, #091395 100%);
    background-image: linear-gradient(to bottom, #3240FE 0%, #091395 100%);
}
.product-img12{
    height:400px;
}
.right-section p{
    margin-bottom: 20px !important;
}
.right-section span{
    color:#ff5d22;    font-size: 21px;
}
.funfacts-area {
    position: relative;
    z-index: 1;
    margin-top: 20px !important;
    margin-bottom: 80px !important;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    background-color: #f0f2f2 !important;
}
.services-block-fourteen.style-two .icon-box{
    color:#313ffb;
}
.single-funfacts-box p{    font-size: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    color: #009ab1;}
.services-block-fourteen.style-two .inner-box:hover::before{
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.copper{padding-bottom:0px;}
.nav-area1.is-sticky {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 99;
    
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
}

.is-sticky .sticky-hide{
    display:none;
}
.bg-black{background-color:transparent;}
.is-sticky .bg-black{background-color: #090909;}
.is-sticky .anchors-wrapper ul{margin-bottom:0px;}

.footer {
    color: #fff;
    position: relative;
    
    padding-top: 0;background-color: rgb(9, 9, 9);
}
.pagewrapper {
    display: flex;
    justify-content: center;
    max-width: none;
    margin: auto;
    /*padding-top: 69px;*/
}
.pagewrapper__container {
    flex-basis: 100%;
    max-width: 1369px;
    margin: 0 9.0278%;
    width: calc(100% - 2 * 9.0278%);
}

@media only screen and (min-width: 722px){
    .footer__links {
        -webkit-clip-path: polygon(0 0,0 100%,100% 100%,100% 46px,calc(100% - 46px) 0,0 0);
        clip-path: polygon(0 0,0 100%,100% 100%,100% 46px,calc(100% - 46px) 0,0 0);
    }
}
.footer__links {
    grid-row: 1;
    grid-column: 1/span 10;
    padding: 55px 23px 0 0;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1.5px;
    background-color: #090909;
    -webkit-clip-path: polygon(0 0,0 100%,100% 100%,100% 35px,calc(100% - 35px) 0,0 0);
    clip-path: polygon(0 0,0 100%,100% 100%,100% 35px,calc(100% - 35px) 0,0 0);
    margin-left: -46px;
}
.footer .footericonlinkblock, .footer .footerlinkblock {
    float: left;
}
.footer__links-column {
    padding: 0 46px;
    margin-bottom: 46px;
}
.footer__links-title {
    font-weight: 400;
}
.footer__links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__links-item {
    display: block;
    font-weight: 300;
    margin-top: 8px;
}
.footer a {
    color: #fff;
}
.footer__bottom {
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 69px;
    grid-column: 1/span 12;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-column-gap: 23px;
}
.footer__links-title{
    color:#ff5d22;font-size: 19px;
}
.footer__bottom-logo {
    background: #fff;
    align-self: stretch;
    position: relative;
    grid-column: 1/span 2;
}
.footer__bottom-links {
        position: relative;
        margin: 0 0 0 45px;
    
    grid-column: auto/span 10;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 69px;
    padding: 0;
    background: #090909;
    list-style: none;
}
.footer__bottom-logo img{
    position: absolute;
    bottom: 0%;
    left: 40%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: calc(100% - 2*15px);
    fill: #090909;
}
    
@media (max-width: 721px){

    .footer .pagewrapper__container {
        margin-left: 0;
    }
}

@media (max-width: 721px){

    .pagewrapper__container {
        margin: 0 5.556%;
        width: calc(100% - 2 * 5.556%);
    }
}
@media (max-width: 721px){
    .grid{
        grid-template-columns: repeat(4,1fr);
        grid-column-gap: 18px;
    }
}
.footer__bottom-item {
    display: block;
    padding-right: 5px;
}
@media (max-width: 721px){

    .footer .footerlinkblock {
        grid-column: auto/span 2;
    }
}
@media (max-width: 721px){

    .footer__links {
        grid-column: 1/span 4 !important;
    margin-left: 0 !important;
    padding-left: 27px;
    grid-template-columns: repeat(4,1fr) !important;
    display: grid;
    position: static !important;
    grid-column-gap: 18px !important;
    }
}
@media (max-width: 721px)
{
    .footer__links-column:first-child {
        padding-left: 0;
    }
    .product-img12{
        height:100% !important;
    }
}
@media (max-width: 721px){

    .footer__bottom-logo {
        height: auto;
        padding: 27px 0 35px;
        text-align: center;
        order: 2;
        grid-column: 1/span 4;
        position: relative;
        margin: 0;display:none;
    }
}
@media (max-width: 768px){

    .footer__bottom-social-mobile li img {
        max-width: 100%;
    }
}
@media (max-width: 721px){

    .footer__bottom-social-mobile {
        padding-top: 0;
        justify-self: center;
        order: 3;
        grid-column: 1/span 4;
        position: relative;
        margin: 35px 0 18px;margin-top:40px;
    }
}
@media (max-width: 721px){

    .footer__bottom-social-mobile li {
        margin-right: 18px;
    }
}
@media (max-width: 1199px){

    .footer__links {
        grid-column: 1/span 5;
        padding-bottom: 0;
        margin-left: -35px;
        position: static;
        grid-template-columns: repeat(5,1fr);
        display: grid;
        grid-column-gap: 23px;
    }
}
@media (max-width: 1199px){

    .footer__links-column {
        margin-bottom: 35px;
        padding: 0 35px;
    }
}
@media (max-width: 1199px){
.pagewrapper__container {
    margin: 0 2.9948%;
    width: calc(100% - 2 * 2.9948%);
}
}
@media (max-width: 1199px){
.footer__bottom-item {
    padding: 0;
    line-height: 23px;
}
}
@media (max-width: 1199px){
.footer__bottom-social-mobile {
    list-style: none;
    padding: 0 0 0 50px;
    grid-column: 1/span 3;
    display: block;
   /* background-color: #fff;*/
    position: relative;
    bottom: 0;
    margin-top: 23px;
}
}
@media (max-width: 1199px){
.footer__bottom-logo img {
    position: static;
    -webkit-transform: none;
    transform: none;
}
}
@media (max-width: 1199px){
.footer__bottom-links {
    min-width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 23px 23px 23px 40px;
    margin-left: -1px;
    grid-column: 1/span 3;
    margin-right: 0;
    position: relative;
    top: -12px;
    align-self: baseline;
}
}
@media (max-width: 1199px){
    .footer__links-column {
        margin-bottom: 35px;
        padding: 0 35px;
    }
}
@media (max-width: 1199px){
.footer__bottom-logo {
    width: 100%;
    grid-column-start: 1;
    background-color: #fff;
    position: relative;
    top: 12px;
    left: 23px;
}
}
@media (max-width: 1199px){
.footer__bottom {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column: 6/span 3;
    grid-column-gap: 0;
    margin-left: -23px;
    position: relative;
    grid-template-rows: 46px auto auto;
}
}
@media (max-width: 768px){

    .footer__bottom-social-mobile li {
        margin: 0 15px 11px 0;
        width: 23px;
    }
}
@media (max-width: 1199px){
.footer .footerlinkblock {
    grid-column: auto/span 2;
}
}
@media (max-width: 768px){

    .footer__side-social {
        display: none;
    }
}
@media (max-width: 768px){

    .footer__bottom-social-mobile {
        list-style: none;
        padding: 0 0 0 40px;
        /*grid-column: 1/span 3;*/
        display: block !important;
        
        position: relative;
        bottom: 0;
        margin-top: 100px;
    }
}

.footer__bottom-social-mobile {
    display: none;
}
@media (max-width: 1199px){

    .footer__bottom-logo {
        width: 100%;
        grid-column-start: 1;
        background-color: #fff;
        position: relative;
        top: -7px;
        left: 23px; padding-left:20px;
    }
}
@media (max-width: 721px){

    .footer__bottom-item {
        display: inline-block;
    }
}
@media (max-width: 1199px){

    .footer__bottom-item {
        padding: 0;
        line-height: 23px;
    }
}
@media (max-width: 721px){

    .footer__bottom-links {
        order: 1;
        display: block;
        grid-column: 1/span 4;
        position: relative;
        top: 0;
        padding: 27px;
        margin-right: 0px;
        margin-left: 0;
    }
}
@media (max-width: 721px){

    .footer__bottom-logo img {
        position: absolute;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (max-width: 721px){

    .footer__bottom {
        width: 100%;    display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-column: 1/span 4;
        margin-left: 0;    position: relative;
    grid-template-rows: 46px auto auto;
        grid-column-gap: 18px;
    }
}
@media (max-width: 721px){

    .footer__links-column {
        margin-bottom: 23px;
    }
}
@media (max-width: 1199px){

    .footer__links-column {
        margin-bottom: 35px;
        padding: 0 35px;
    }
}
.footer__bottom-item .copy {
    padding-right: 0;
}
.footer__bottom-item:after {
    content: '\00b7';
    padding: 0 3px;
}
.footer__side-social {
    align-self: end;
    list-style: none;
    padding: 0;
    margin: 0;margin-left:15px;
    grid-column: auto/span 3;
    grid-row: 1;
}
.footer .footericonlinkblock, .footer .footerlinkblock {
    float: left;
}
.footer__side-social li {
    display: block;
}
.footer__side-social li a {
    display: block;
    width: 23px;
    margin: 0 23px 23px 0;
}
.footer a {
    color: #fff;font-size: 14px;
}
.footer__side-social li img {
    max-width: 100%;
}
.services-section-four{
    position:relative;
    padding:95px 0px 100px;
    z-index:1;
    background-color:#f2f3fa;
}

.services-section-four .sec-title .text{
    position: relative;
    color: #1a1e66;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    max-width: 600px;
    width: 100%;
    margin-top:0px;
}

.services-block-four{
    position:relative;margin-bottom:20px;
}

.services-block-four .inner-box{
    position:relative;
    overflow:hidden;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.services-block-four .inner-box .image{
    position:relative;
}

.services-block-four .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.services-block-four .inner-box .image .overlay-box{
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    padding:15px 45px 15px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    background-color:rgba(1,32,104,0.90);
}

.services-block-four .inner-box .image .overlay-box .content{
    position:relative;
    text-align:center;
}

.services-block-four .inner-box .image .overlay-box .content .icon-box{
    position:absolute;
    left:0px;
    top:0px;
    color:#65b408;
    font-size:46px;
    line-height:1em;
}

.services-block-four .inner-box .image .overlay-box h6{
    position:relative;
    font-weight:700;
    color:#ffffff;
    line-height:1.4em;margin-bottom:0px;
}

.services-block-four .inner-box:hover .image .overlay-box{
    margin-bottom:0px;
}

.services-block-four .inner-box .image .overlay-box-two{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    background-color:rgba(1,32,104,0.92);
}

.services-block-four .inner-box:hover .image .overlay-box-two{
    top: 0px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.services-block-four .inner-box .image .overlay-box-two .overlay-inner-two{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
}

.services-block-four .inner-box .image .overlay-box-two .overlay-inner-two .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left:70px;
}

.services-block-four .inner-box .image .overlay-box-two .icon-box{
    position:absolute;
    left:0px;
    color:#65b408;
    font-size:46px;
    line-height:1em;
}

.services-block-four .inner-box .image .overlay-box-two h6{
    position:relative;
    font-weight:700;
    line-height:1.4em;
    margin-bottom:12px;
}

.services-block-four .inner-box .image .overlay-box-two h6 a{
    position:relative;
    color:#ffffff;
}

.services-block-four .inner-box .image .overlay-box-two .text{
    position:relative;
    font-size:16px;
    font-weight:400;
    line-height:1.6em;
    color:#ffffff;
    margin-bottom:15px;
}

.services-block-four .inner-box .image .overlay-box-two .read-more{
    position:relative;
    color:#509cf9;
    font-size:14px;
     transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.services-block-four .inner-box .image .overlay-box-two .read-more:hover{
    color:#ffffff;
}

.services-section-four .btn-box{
    position:relative;
    margin-top:45px;
}
.box-1:hover{
    background-color: #DB3E45;
    opacity: .8;
}
.single-boxes-item .content ul li::marker {
    font-size: 25px;
    color: #fff;
}
.box-2:hover{
    background-color: #9C550A;
    opacity: .8;
}
.box-3:hover{
    background-color: #047C36;
    opacity: .8;
}
.box-4:hover{
    background-color: #14207C;
    opacity: .8;
}
.box-5:hover{
    background-color: #000;
    opacity: .5;
}
.box-6:hover{
        background-color: #700022;
    opacity: .8;
}
.row-15 {
    margin: 0 -7.5px;
}

/*** 

====================================================================
    Gallery Section
====================================================================

***/

.gallery-section{
    position:relative;
    padding: 90px 0px 90px;
}
.gallery-section .link-btn {
    position: absolute;
    right: 0px;
    top: 10px;
}

.default-portfolio-item{
    position:relative;
    padding: 0 7.5px;
    margin-bottom:15px;
}

.fluid-section-two .default-portfolio-item{
    margin-bottom:0px;  
    padding: 0;
}

.default-portfolio-item.mix{
    display:none;
}

.default-portfolio-item .inner-box{
    position:relative;
    width:100%;
    overflow:hidden;
}

.default-portfolio-item .image-box{
    position:relative;
    display:block;
}

.default-portfolio-item .image-box img{
    position:relative;
    display:block;
    border-radius:3px;
    width:100%;
}

.default-portfolio-item .overlay-box{
    position:absolute;
    left:0px;
    top:-100%;
    width:100%;
    height:100%;
    padding:0px;
    color: #fff;
    opacity:0;
    text-align:center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.style-two .default-portfolio-item .overlay-box{
    border:none;
}

.default-portfolio-item .inner-box:hover .overlay-box{
    top:0px;
    opacity:1;  
}

.default-portfolio-item .overlay-inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    padding:10px 20px;
    background: rgba(20, 30, 52, 0.57);
}

.default-portfolio-item .overlay-inner .content{
    position:relative;
    display:table-cell;
    vertical-align:middle;
    padding:10px 15px;
}

.default-portfolio-item .overlay-inner .option-btn{
    position:relative;
    display:block;
    color:#777777;
    font-size:14px;
    width:44px;
    height:44px;
    line-height:36px;
    margin:0 auto;
    border:4px solid rgba(53,77,113,0.50);
    background:#ffffff;
    border-radius:50%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner .option-btn:hover{
    background:#354d71;
    border-color:#48c7ec;
    color:#ffffff;  
}

.default-portfolio-item .overlay-inner h4{
    position:relative;
    margin-bottom:5px;
    line-height:1.4em;
    font-size:16px;
    color:#ffffff;
    text-transform:uppercase;
    font-weight:700;
    font-family:'Roboto Slab',sans-serif;   
}

.default-portfolio-item .overlay-inner h4 a{
    color:#ffffff;  
}

.default-portfolio-item .overlay-inner .text{
    position:relative;
    margin-bottom:20px;
    line-height:1.8em;
    font-size:14px;
    color:#ffffff;  
}

.gallery-section .view-more{
    padding-top:20px;
    text-align:center;  
}

.fancybox-next span,
.fancybox-prev span{
    background-image:none !important;
    width:44px !important;
    height:44px !important;
    line-height:44px !important;
    text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
    content:'';
    position:absolute;
    font-family: 'FontAwesome';
    left:0px;
    top:0px;
    font-size:12px;
    width:44px !important;
    height:44px !important;
    line-height:44px !important;
    background-color:rgba(28,28,28,0.40) !important;
    color:#ffffff;
    visibility:visible;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.fancybox-next span:before{
    content:'\f178';
}

.fancybox-prev span:before{
    content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
    background-color:#48c7ec !important;
    color:#ffffff;  
}
/*effect*/
.default-portfolio-item {
    position: relative;
}


/* Common style */
.default-portfolio-item figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    height: auto;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.default-portfolio-item figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

.default-portfolio-item figure figcaption {
    padding: 2em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.default-portfolio-item figure figcaption::before,
.default-portfolio-item figure figcaption::after {
    pointer-events: none;
}

.default-portfolio-item figure figcaption,
.default-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-links{margin-top:0px;}
.top-left .top-links li{
    color: #fff;
    padding: 12px 0px 8px 0px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 7px;margin-bottom: 0px;
    
}
.top-left li a {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #2f333b;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    line-height: 20px;
    font-size: 14px;
    margin-right: 0px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.blue{
 font-weight: 600;      color: #34c3ed;
}
.main-header .header-top .top-left {
    position: relative;
    float: left;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.default-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.default-portfolio-item figure h2 {
    font-weight: 300;
}

.default-portfolio-item figure h2 span {
    font-weight: 800;
}

.default-portfolio-item figure h2,
.default-portfolio-item figure p {
    margin: 0;
}

.default-portfolio-item figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}




/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.75s;
}

figure.effect-bubba:hover img {
    /* opacity: 0.4; */
}

figure.effect-bubba img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.75s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    width: 100%;
}

figure.effect-bubba:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}



figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.75s, -webkit-transform 0.35s;
    transition: opacity 0.75s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 2px solid #48c7ec;
    border-bottom: 2px solid #48c7ec;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    /* background: rgba(0, 0, 0, 0.38); */
}

figure.effect-bubba figcaption::after {
    border-right: 2px solid #48c7ec;
    border-left: 2px solid #48c7ec;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba h2 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
    padding: 8px 2.5em 20px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.gallery-section figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;color:#fff;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.gallery-section figure.effect-julia img {
    height: auto;
    width: 100%;
}

.gallery-section .default-portfolio-item figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    height: auto;
    background: #000;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.gallery-section figure.effect-bubba h2 {
    padding-top: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: .7s;
    transition: .7s;
}

.gallery-section figure.effect-bubba p {
    font-size: 16px;
    text-transform: lowercase;display: none;
}

.gallery-section figure.effect-bubba p strong {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 5px;
}

.gallery-section .item:hover figure.effect-bubba h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: .7s;
    transition: .7s;
}
figcaption{
    color: #fff;
}
.gallery-section figure.effect-bubba:hover h2



.fancybox-type-image .fancybox-close{
    right:0px;
    top:0px;
    width:45px;
    height:45px;
    background:url(../images/icons/icon-cross.png) center center no-repeat;
    background-color:rgba(17,17,17,0.50) !important;    
}

.fancybox-type-image .fancybox-close:hover{
    background-color:#000000 !important;    
}
.mrg-1{
        margin: 3% 0% -1% 0%;
}
.ecovani-text h5{
        font-size: 17px;
    margin-bottom: 0px;
}
.ecovani-text p{margin-bottom:20px;}
.elementor-heading-title>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.text-grey{
        color: #7a7a7a;
}
.counter-box{padding-bottom: 15px;}
.counter-box h1{color:#fff;font-size:44px;}
.counter-box p{color:#fff;    font-size: 18px;}
.bg-color1{
    background-color:#10365a;
        align-content: center;
    align-items: center;display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bg-color1 h2{
    color: #FFFFFF45;
    font-family: "Roboto", Sans-serif;
    font-size: 56px;
    font-weight: 800;
}
.bg-color2{
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 7% 0% 7% 10%;background-color:#fa7504;
}
.fancybox-type-image .fancybox-skin{
    padding:0px !important; 
}
.single-gallery-item a img {
    height: 180px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.elementor-heading-title {
    color: #10365a;
    font-family: "Roboto", Sans-serif;
    font-size: 100px;
    font-weight: 800;
}
.elementor-text-editor p{font-size:18px;}
.elementor-heading-title1 {
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600;
}
.elementor-heading-title2 {
    color: #fa7504;
    font-family: "Roboto", Sans-serif;
    font-size: 55px;
    font-weight: 900;
}
.elementor-heading-title3{
    color: #060606;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;    margin-top: 10px;
    font-weight: 600;
}

.elementor-widget-container1 {
    margin: -2% 0% 0% 0%;
    padding: 0% 19% 0% 0%;
}

.elementor-widget-container2 {
    padding: 0% 10% 2% 10%;
}
.elementor-heading-title5{
    color: #D4D4D4;
    font-family: "Roboto", Sans-serif;
    font-size: 70px;
    font-weight: 800;
}
.mb30{margin-top:20px;margin-bottom:30px;}
.elementor-heading-title6{
    color: #10365a;
    font-weight: 300;
    font-size: 25px;
    
    line-height: 1.3em;
}
.elementor-heading-title6{
    color: #10365a;
    
    font-size: 25px;
    
    line-height: 1.3em;
}
.bg-offwhite{
    background-color:#e5e9ef;
}
.elementor-icon-box-description {
    color: var( --e-global-color-secondary );
    font-family: "Muli", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.elementor-icon-box-title{
        font-family: "Muli", Sans-serif;
    font-size: 20px;
    font-weight: 800;color:#10365a;
}
.elementor-heading-title8 {
    color: #D4D4D4;
    font-family: "Roboto", Sans-serif;
    font-size: 60px;
    font-weight: 800;
}
.ecovani{margin-bottom:18px;}
.baritelumbs h3{
    font-size: 24px;
    font-weight: 700;
    color: #ff5d22;
    text-transform: capitalize;
    font-family: 'Roboto Slab',sans-serif;
    margin-bottom: 2px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;margin-bottom:15px;
}

th.oew-table-cell {
    background-color: #10365a;    color: #fff;
    border-bottom: 0;
}
.table td, .table th {
    padding: 10px 10px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th{background-color: #10365a;}
.oew-table-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
}
.para-7 p{margin-bottom:0px;}
.color-orange td{
    color:#fa7504;
}
.table thead th {
        vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 15px;
    color: #fff;
}
canvas {
  display: block;
  vertical-align: bottom;
}
.pd-30{padding-top:80px !important;padding-bottom:80px !important;}
/* ---- particles.js container ---- */
.team-text{
    font-size: 30px;
    line-height: 34px;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.bg-blue{
    background-color:#01255c !important;
}
.bg-blue .text{color:#fff;    font-size: 20px;}
/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}
.nav-pills>li>a {
    position: relative;
    display: block;
    padding: 10px 13px;text-align: center;
}
.tab-content{margin-top:30px;}
.nav-pills li a img{
    width:100px;
}
.nav-pills li a p{
    text-align: center;}
.product {
    padding: 1em 0 3em 0;
}
.promargin {
    margin-bottom: 1em;
}
.homespace {
    margin: 20px 0px;
    text-align: center;
    font-weight: bold;
    color: #ef0410;
    left: 0px;
    top: 0px;
    font-family: Raleway,sans-serif;
    word-spacing: 2px;
}
.gallery-bottom {
    margin-top: 2em;
}
.gallery-1:nth-child(1) {
    margin-top: 0;
}
.gallery-grid img {
    width: 100%;
    border-radius: 20px;
}
.position-relative {
    position: relative!important;
}
.fg {
    z-index: 10!important;
    position: relative;
}
@media (min-width: 1280px){
.mb-xl-6, .my-xl-6 {
    margin-bottom: 4rem!important;
}
}
.project-layout--content-image {
    flex-direction: row-reverse;
}
.project-layout--content-image .img {
    margin-left: -20%;transition: all .4s ease-in-out;
    transition-property: transform;    z-index: 0!important;
    pointer-events: none!important;
}
.position-static {
    position: static!important;
}
.d-table {
    display: table!important;
}
@media (min-width: 1281px){
.project-content {
    width: 33.3333333333%;
}
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.mrt-75{margin-top:75px;}
.card-link {
    bottom: 0;
}
.mrt-60{margin-top:60px;}
.font24{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 300;
    font-family: open sans;
}
.text-white {
    color: #fff!important;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.card-text p{
    color: #fff!important;font-size:16px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    word-wrap: break-word;
    background-color: #3069b3;
    background-clip: border-box;
    border: 0 solid #3069b3;
    border-radius: 0;
}
.position-relative {
    position: relative!important;
}
@media (min-width: 1280px){

.align-items-xl-end {
    align-items: flex-end!important;
}
}
.d-flex {
    display: flex;
}
.position-absolutetext{
    position: absolute;
    left: 113px;
    top: 10%;
}
.font-weight-semibold {
    font-weight: 600!important;
}
.text-highlight {
    color: #b1df44!important;
}
.text-uppercase {
    text-transform: uppercase!important;
}
html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
}
html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
}
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}

.project-content .card {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.project-pane .card, .project-pane .graphic, .project-pane .img {
    transition: all .4s ease-in-out;
    transition-property: transform;
}
.p-0 {
    padding: 0!important;
}
.text-white {
    color: #fff!important;
}
.pl-5, .px-5 {
    padding-left: 3rem!important;
}
.pr-5, .px-5 {
    padding-right: 3rem!important;
}
.default-btn1{
        padding: 12px 25px 12px 25px;
    top: 12px;
    font-size: 22px
}
.services-area .panel-default {
    border-color: #ddd !important;
}
.services-area .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.services-area .panel-body {
    padding: 15px;
}