

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Work+Sans:wght@300;400;500;600;700&display=swap');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
/*    font-family: 'Work Sans', sans-serif;*/
    font-weight: 400;
    color: #a0d76b ;
    position: relative;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.42857143;
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a {
    color: #000;
    font-size: 16px;
}
a:hover {
    color: #205375;
}
h1 {
    font-size: 70px;
    line-height: 80px;
    color: #3485B7 ;
}

h2 {
    font-size: 45px;
    line-height: 55px;
    color: #a0d76b ;
}

h3 {
    font-size: 24px;
    line-height: 34px;
    color: #a0d76b;
}

h4 {
    font-size: 22px;
    line-height: 27px;
    color: #a39074;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #3c3737;
}

.container {
    max-width: 1240px;
}

.btn-default a {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #F66B0E;
    padding: 14px 30px;
    border-radius: 4px;
    margin-top: 50px
}
.login-return:hover{
    color:#7dbeff;

}

.btn-default a:hover {
    background-color: #205375
}

.overlay {
    position: relative
}

.overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F66B0E
}

.bg-gray {
    background-color: #f7f7f7 !important;
}

.shadow-none {
    -webkit-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}


/*--------------------------------------------------------------------
    Preloader
---------------------------------------------------------------------*/
.preloader {
    background-color: #0e1215;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.d-table {
    width: 100%;
    height: 100%
}

/*--------------------------------------------------------------------
    Scroll Area
---------------------------------------------------------------------*/
.scroll-area {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 1;
    display: none;
}
.scroll-area i {
    width: 55px;
    height: 55px;
    background-color: #8ec05f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 21px;
    border-radius: 50%;
    background: -o-linear-gradient(137deg, #8ec05f 0%, #8ec05f 100%);
    background: linear-gradient(-47deg, #8ec05f 0%, #8ec05f 100%);
}
.scroll-area::after, .scroll-area::before {
    content: "";
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    opacity: 0;
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #8ec05f;
    -webkit-animation: iconPulse 1s linear infinite;
    animation: iconPulse 2s linear infinite;
}
.scroll-area::after {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes iconPulse{
0% {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
}

@keyframes iconPulse{
0% {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
}

.scroll-area i:hover {
    background: #000;
}
/*-------------------------------------------------------------------------------------
    Header
---------------------------------------------------------------------------------------*/
.header-btm-area {
    padding: 12px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    background: #eeeeee;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    border-bottom: 1px solid #bcd0dd3d;
}

.main-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-logo {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.site-logo img {
    max-width: 160px;
}

.main-menu-area {
    -ms-flex-preferred-size: 55%;
    flex-basis: 65%;
    z-index: 99;
}

.header-cart {
    -ms-flex-preferred-size: 6%;
    flex-basis: 6%;
}

.header-log-reg {
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
}

.main-menu-area ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.main-menu-area ul li a {
    display: block;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: 700;
    color: #17311e;
}

.main-menu-area ul li a.active {
    color: #7dbeff;
    font-size: 15px;
}
.main-menu-area ul li a:hover {
    color: #8ec05f;
    font-size: 15px;
}

.main-menu-area .sub-menu {
    position: absolute;
    top: 40px;
    z-index: 1;
    background-color: #fff;
    width: 200px;
    text-align: left;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #a0d76b;;
}

.main-menu-area .sub-menu li {
    border-bottom: 1px solid #e6f0fa;
    display: block;
}

.main-menu-area .sub-menu li:last-child {
    border-bottom: 0px;
}

.main-menu-area ul .sub-menu li a {
    font-size: 14px;
    color: #282828;
}

.main-menu-area ul .sub-menu li a:hover {
    color: #a0d76b;;
}
.main-menu-area ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.header-cart a {
    color: #7dbeff;
    font-size: 20px;
    position: relative;
}

.header-cart a:hover {
    color: #7dbeff;
}

.header-cart a span {
    position: absolute;
    right: -15px;
    top: -6px;
    background-color: #F66B0E;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 13px;
    width: 18px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.header-contact ul {
    position: absolute;
    color: #FFF;
    top: 15px;
    right: 170px;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 20px;
    
}
.login-button{
    color: #03a9f4;
    background-color: #fff;
    font-size: 15px;
    
}
.login-button:hover{
    background-color: #8ec05f;
    font-size: 15px;
    
}

.header-contact a:hover {
    color: #444444;
}

.header-contact ul li {
    display: inline-block;
    color: #fff;
    padding: 7px 0;
}

.header-contact ul li small {
    padding: 0 10px;
}

.header-contact ul li a {
    color: #17311e;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.header-log-reg ul {
    position: absolute;
    top: 25px;
    right: 30px;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 20px;
    background-color: #03a9f4;
}

.header-log-reg ul li {
    display: inline-block;
    color: #fff;
    padding: 7px 0;
}

.header-log-reg ul li small {
    padding: 0 10px;
}

.header-log-reg ul li a {
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.header-area.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
}

.header-area.sticky .header-top-area {
    display: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header-area.sticky .header-btm-area {
    padding: 10px 0;
   background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
}
.header-area.sticky .header-btm-area .mainmenu ul li a {
    color: #17311e;
}
.header-area.sticky .header-btm-area .mainmenu ul li a:hover {
    color: #8ec05f;
}
.header-area.sticky .header-btm-area .header-contact ul li a {
    color: #17311e;
}
.header-area.sticky .header-btm-area .header-contact ul li a:hover {
    color: #8ec05f;
}


.sidebar-inner {
    position: relative;
    padding: 45px;
}

.sidebar-close {
    position: absolute;
    top: 48px;
    right: 45px;
}

.sidebar-logo {
    padding-bottom: 30px;
    border-bottom: 1px solid #f000;
}

.sidebar-logo img {
    max-width: 140px;
}

.sidebar-wrap {
    position: fixed;
    right: -485px;
    top: 0;
    width: 445px;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.sidebar-wrap.sidebar-opened {
    right: 0px;
}

.header-toggle-btn a {
    margin-top: 50%;
    background: #a0d76b;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-width: 5px;
    
}

.header-toggle-btn {
    display: none
}

.header-toggle-btn a::before {
    position: absolute;
    content: "";
    height: 46px;
    width: 46px;
    top: 50%;
    border-radius: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    border: 2px solid #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav {
    background: transparent;
    margin-top: 0;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #7dbeff;
    border-top: 1px solid #ebebeb !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0 !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: transparent;
}

.sidebar-close-btn {
    margin-top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
}

.mean-container .mean-nav ul li li a {
    opacity: 1;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: -6px;
    font-size: 24px !important;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

.sidebar-content .search-form {
    margin: 20px 0 25px;
}

.sidebar-content .search-form span {
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 20px;
    color: #a19e9e;
}

.sidebar-content .contact-info {
    padding: 0;
}

.sidebar-content .contact-info li {
    margin: 0;
    padding: 6px 0
}

.sidebar-content .social-icon li {
    display: inline-block;
}

.sidebar-content .social-icon li a {
    margin: 0 10px 0 0;
}

.sidebar-content .social-icon {
    margin: 20px 0 30px;
}

.sidebar-content .social-icon li span {
    font-family: 'Poppins', sans-serif;
    margin-right: 10px;
    font-size: 16px
}

.sidebar-content .header-log-reg {
    margin-bottom: 30px;
}
.defaultt-btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a0d76b;
    position: relative;
    background: #fff;
    border-color:#a0d76b;
    border: 1px solid;
    padding: 18px 29px;
    border-radius: 13px;
    font-weight: 500;
    font-size: 16px;
}

.defaultt-btn:hover{
    color: #fff;
    background: #a0d76b;
    border: 1px solid #fff;
    
}
.book-online {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    background: #a0d76b;
    border-color:#fff;
    border: 1px solid;
    padding: 5px 13px;
    border-radius: 13px;
    font-weight: 500;
    font-size: 16px;
   
}

.book-online:hover{
    color: #a0d76b;
    background: #fff;
    border: 1px solid #fff;
    
}
.chevron{
    font-size: 40px;
    color:#a0d76b ;
    border: 2px solid;
    border-radius: 4px;
    border-color: #a0d76b ;
    padding: 3px;
}
.chevron:hover{
    font-size: 40px;
    color:#fff;
    background: #a0d76b ;
    border: 2px solid;
    border-radius: 4px;
    border-color: #a0d76b ;
    padding: 3px;
}
.default-btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    background: linear-gradient(to right top, #9bd664, #a0d76b, #a0d76b);
    padding: 18px 29px;
    border-radius: 13px;
    font-weight: 500;
    font-size: 16px;
}
.default-btn:hover{ 
    color: #fff; 
}
.default-btn:before,
.default-btn:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.default-btn:hover:before{
    background: rgba(255, 255, 255, 0.7);
    left: 60%;
    right: 60%;
}
.default-.btn:hover:after{
  background: rgba(255, 255, 255, 0.7);
    top: 60%;
    bottom: 60%;
}

.default-btn2{
    border: 1px solid #fff;
}

/*-------------------------------------------------------------------------------------
    banner
---------------------------------------------------------------------------------------*/
.hero-area{
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
    
}
.hero-area .container {
    padding-top: 362px;
    padding-bottom: 260px;
    
}
 .main-slider__content {
    position: relative;
    display: block;
    text-align: left;
}
 .main-slider__content h2 {
    font-size: 70px;
    color: #333333;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 32px;
}
.main-slider__content p{
    color:#bebbbb;
    margin-bottom: 30px;
}
.main-slider-three-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: color-burn;
    background-color: #fff;
    z-index: -1;
}
.main-slider-three__shape-1 {
    position: absolute;
    bottom: 16px;
    right: 30px;
    
    -webkit-animation: fa-spin 10s ease infinite;
    animation: fa-spin 10s ease infinite;
}
.main-slider-three__img {
    position: absolute;
    bottom: 150px;
    right: 70px;
    opacity: 1;
}
.main-slider-three__shape-1 img {
    width: 750px;
    
}
@-webkit-keyframes fa-spin{
    0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
}
@keyframes fa-spin{
    0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
}

.main-slider-three__shadow {
    position: absolute;
    bottom: 0;
    right: 0;
    mix-blend-mode: color-dodge;
}
.main-slider-three__shadow img {
    width: auto;
}
.zoominout-2 {
    -webkit-animation-name: zoomInOut;
            animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut2;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}
@-webkit-keyframes zoomInOut{
 0% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
50% {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
100% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
}
@keyframes zoomInOut{
 0% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
50% {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
100% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
}

@-webkit-keyframes zoomInOut2{
 0% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
50% {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
100% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
}

@keyframes zoomInOut2{
 0% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
50% {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
100% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
}
/*-- Contact Hero --*/
.infinite{
    position: relative;
    width: 800px;
    height: 160px;
    background: #525252;
    transform-origin:bottom ;
    transform-style: preserve-3d;
    transform: perspective(500px) rotateX(30deg);
}
.infinite:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg,#fff 0%,#fff 70%, 
    #525252 70%, #525252 100%);
    background-size: 120px;
    animation: animate 1s linear infinite reverse;
}
@keyframes animate
{
    100%
    {
        background-position: 120px;
    }
    0%
    {
        background-position: 0px;
    }
}
.infinite:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    background: #333;
    bottom: -30px;
    transform-origin: top;
    transform: perspective(500px) rotateX('-25deg');
}
.shadow 
{
    position: absolute;
    bottom: -93px;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    background: linear-gradient(#000,transparent);
    opacity: 0.2;
}
.kamionce
{
    position: absolute;
    width: 65%;
    bottom: 220px;
    left: 190px;
    opacity: 1;
}
.wheel #wheel{
    transform-box: fill-box;
    transform-origin: 32px;
    animation: spin 800ms linear infinite;
   
  }
  @keyframes spin
  {
    100%
    {
        transform: rotateZ(360deg);
    }
  }
.wheel #bounce{
    animation: bounce 1000ms ease-in-out infinite;
}
@keyframes bounce 
{
    0%{
    transform: translateY(0px);
    }50%{
    transform: translateY(4px);
    }
}
.transparent{
    background-color: #8ec05f;
    color: #fff;
    opacity: .8;
    border-radius: 12px;
}
.normal a{
    color: #000;
}
.contact-hero-area{
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
}
.contact-hero-area .container {
    padding-top: 322px;
    padding-bottom: 220px;
}
 .contact-slider__content {
    position: relative;
    display: block;
    text-align: left;
}
 .contact-slider__content h2 {
    font-size: 70px;
    color: #fff;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 32px;
}
.contact-slider__content p{
    color:#bebbbb;
    margin-bottom: 30px;
}
.contact-slider-three-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: color-burn;
    background-color: #205375;
    
    z-index: -1;
}
.contact-slider-three__shape-1 {
    position: absolute;
    bottom: 36px;
    right: 70px;
    
    -webkit-animation: fa-spin 10s ease infinite;
    animation: fa-spin 10s ease infinite;
}
.contact-slider-three__img {
    position: absolute;
    bottom: 180px;
    right: 70px;
    opacity: 1;
    width: 450px;
}
.contact-slider-three__shape-1 img {
    width: 450px;
    
}
@-webkit-keyframes fa-spin{
    0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
}
@keyframes fa-spin{
    0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
}

.contact-slider-three__shadow {
    position: absolute;
    bottom: 0;
    right: 70px;
    mix-blend-mode: color-dodge;
    width: 550px;
}
.contact-slider-three__shadow img {
    width: auto;
}
.zoominout-2 {
    -webkit-animation-name: zoomInOut;
            animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut2;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}
@-webkit-keyframes zoomInOut{
 0% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
50% {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
100% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
}
@keyframes zoomInOut{
 0% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
50% {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
100% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
}

@-webkit-keyframes zoomInOut2{
 0% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
50% {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
100% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
}

@keyframes zoomInOut2{
 0% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
50% {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
100% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
  opacity: 0;
}
}

.social-media {
    position: absolute;
    right: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 1;
}
.social-media .social-list {
    list-style: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
}
.social-media .social-list li {
    display: inline-block;
}
.social-media .social-list li a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    display: inline-block;
    line-height: 1;
    padding: 0 24px;
    border-right: 1px solid white;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.social-media .social-list li:last-child a {
    border: none;
}
.social-media-v2{
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 0 24px;
    border-right: 2px solid #fff;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.social-media-v3{
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 0 24px;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
/*-------------------------------------------------------------------------------------
    clientSection
---------------------------------------------------------------------------------------*/
.clientSection {
    position: relative;
    background-color: #a0d76b;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    margin-left: 225px;
    padding-right: 225px;
    padding-top: 43px;
    padding-bottom: 33px;
    margin-top: -80px;
    z-index: 2;
    
}
.clientSection .client-slider.owl-carousel a img{
   max-width: 175px;
}

.btn-outline-project
{
    color:#8ec05f;
    background-color:
    transparent;
    background-image:none;
    border-color:#205375
}
.btn-outline-project:hover
{
    color:#fff;
    background-color:#8ec05f;
    border-color:#205375
}
.input-project
{
        position:relative;
        -webkit-box-flex:1;
        -ms-flex:1 1 auto;
        flex:1 1 auto;
        width:1%;
        margin-bottom:0;
        background: #fff; 
        color:#205375;
        border: 1px solid;
        border-color: #205375; 
        border-radius: 3px;
    }

/*-------------------------------------------------------------------------------------
   service-area
---------------------------------------------------------------------------------------*/

.services-area3.sec-mar {
    padding-top: 110px;
    padding-bottom: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eee));
    background: -o-linear-gradient(top, white 0%, #eee 50%, white 100%);
    background: linear-gradient(180deg, white 0%, #eee 50%, white 100%);
}
.techzi-service {
    position: relative;
    padding: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(53,51,83,.06);
            box-shadow: 0 0 50px rgba(53,51,83,.06);
    z-index: 1;
    margin-bottom: 30px;
}
.techzi-service::before {
    position: absolute;
    background-color: #fff;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 0%;
    
    border-bottom: 2px solid #7dbeff ;
    border-radius: 2px;
    -webkit-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    opacity: 0;
    z-index: -1;
}
.techzi-service.border {
    border: 1px solid rgb(156, 106, 202) !important;
    -webkit-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.techzi-service span {
    font-weight: 700;
    font-size: 60px;
    opacity: .5;
    -webkit-text-stroke: 1px #6a8f47;
    -webkit-text-fill-color: transparent;
    line-height: 60px;
    position: absolute;
    right: 40px;
    top: 30px;
    
}
.techzi-service .techzi-icon {
    margin-bottom: 30px;
}
.techzi-service .techzi-icon i img {
    height: 90px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.techzi-service p {
    font-size: 16px;
    color: #454545;
    margin-bottom: 15px;
}
.techzi-service a {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    color: #454545;
    -webkit-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.techzi-service:hover::before {
    height: 100%;
    width: 100%;
    opacity: 1;
}
.techzi-service:hover.border::before {
    opacity: 0;
}
/* Card */

.kartica{
    position: relative;
    width: 560px;
    height: 440px;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05),
    inset -5px -5px 5px rgba(255, 255, 255, 0.5),
    5px 5px 5px rgba(0, 0, 0, 0.05),
    -5px -5px 5px rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    margin: 30px;

}
.kartica .box{
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0,0.1);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kartica .box .kontent{
    padding: 20px;
    text-align: center;
}
.kartica .box .kontent span{

    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 8em;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.05);
    transition: 0.5s;
    pointer-events: none;
}
.kartica:hover .box .kontent span{
    color: rgba(0, 0, 0, 0.05);
}
.kartica .box .kontent h4{
    font-size: 1.8em;
    color: #777;
    z-index: 1;
    transition: 0.5s;
}
.kartica .box .kontent p{
    font-size: 1em;
    font-weight: 300;
    color: #777;
    z-index: 1;
    transition: 0.5s;
}
.kartica .box .kontent a{
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: #03a9f4;
    margin-top: 15px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.kartica:hover .box .kontent a{
    background: #a0d76b;
}
.kartica2{
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0,0.1);
    width: 100%;
    height: 350px;
    border-radius: 15px;
    margin: 30px;

}
.kartica2 .box{
    position: relative;
    height: 350px;
    top: auto;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0,0.1);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kartica2 .box .kontent{
    padding: 20px;
    text-align: center;
}
.kartica2 .box .kontent span{
    
    font-size: 8em;
    font-weight: 800;
    color: rgba(137, 184, 93, 0.808);
    transition: 0.5s;
    pointer-events: none;
}

.kartica2 .box .kontent h4{
    font-size: 1.8em;
    color: #777;
    z-index: 1;
    transition: 0.5s;
}
.kartica2 .box .kontent p{
    font-size: 1em;
    font-weight: 300;
    color: #777;
    z-index: 1;
    transition: 0.5s;
}
.kartica2 .box .kontent a{
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: #03a9f4;
    margin-top: 15px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.kartica2:hover .box .kontent a{
    background: #a0d76b;
}
.kartica2:hover .box .kontent span{
    color: #a0d76b;
}

/*work-procss*/
.work-process-area{
    padding-top: 220px;
    padding-bottom: 110px;
    position: relative;
    overflow: hidden;
    background: #FFF;
}
.work-process-line {
    margin-bottom: -95px;
}
.animation-element {
    opacity: 0;
    position: relative;
    }
    /*animation element sliding left*/

    .animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
    }

    .animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    }
     
.work-process-item {
    margin-bottom: 30px;
}
.work-process-item .number {
    width: 80px;
    height: 80px;
    color: white;
    font-size: 24px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 700;
    line-height: 60px;
    margin-left: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    -webkit-box-shadow: 3px 0 60px rgba(103, 77, 243, 0.2);
    box-shadow: 3px 0 60px rgba(103, 77, 243, 0.2);
    border: 10px solid #fff;
    font-family: "Poppins", sans-serif;
    background: #EAD7BB;
}
.work-process-item .content {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    background: #EAD7BB;
    padding: 35px 28px 16px 30px;
    -webkit-box-shadow: 3px 0 60px rgba(103, 77, 243, 0.1);
    box-shadow: 3px 0 60px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
.work-process-item .content p{
    font-size: 14px;
    color: #fff;
}
.work-process-item .content::before {
    position: absolute;
    content: '';
    left: 33px;
    bottom: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-right: 22px solid transparent;
    border-bottom: 15px solid #EAD7BB;
}
.work-process-item:hover .content::before {
    border-bottom-color: #fae2be;
}
.work-process-item:hover .content {
    background: #fae2be;
    color: #ffff;
}
.work-process-item:hover .content p{
    color: #fff;
}
.work-process-item:hover .number {
    color: #fff;
    background: #fae2be;
}
.mt-40, .my-40 {
    margin-top: 40px;
}
.mt-10, .my-10 {
    margin-top: 10px;
}
.mt-50, .my-50 {
    margin-top: 50px;
}
.section-title {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 72px;
}
.section-title h2 {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: .9;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding: 6px 16px;
    border-radius: 18px;
    color: #8ec05f;
}
.section-title p {
    font-size: 45px;
    line-height: 60px;
    margin: 0 0 33px;
    color: #6a8f47;
    font-weight: bold;
}
.section-title h2::before, .section-title h2::after {
    content: '';
    width: 34px;
    height: 2px;
    position: absolute;
    top: 11.5px;
    background: #8ec05f;
}
.section-title h2::before {
    border-left-color: #8ec05f;
    right: -22px;
}
.section-title h2::after {
    border-right-color: #8ec05f;
    left: -22px;
}
/***********************************************************
  Contact Section
************************************************************/
.contact__top {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #fff;
}
.contact__top .address {
    background: #FFF;
    border-radius: 10px;
    padding: 50px 30px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 50px rgba(53,51,83,.06);
            box-shadow: 0 0 50px rgba(53,51,83,.06);
}
.contact__top .address:hover .ion__outer {
    background: #2a2928;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact__top .address .ion__outer {
  width: 75px;
  height: 75px;
  background: #ff8f33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 35px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 25px;
}

.contact__top .address .address__text span {
    font-weight: 700;
    font-size: 17px;
    line-height: 19px;
    color: #ff8f33;
}
.contact__top .address .address__text p {
    padding-top: 15px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #0e1215;
}
.contact__top .address .address__text p a {
    color: #0e1215;
}

.mn-contact-area {
    overflow: hidden;
    position: relative;
    padding-top: 95px;
    padding-bottom: 100px;
    background: #fff;
    border-top: 1px solid #fff;
}
.mn-contact-area-provider {
    overflow: hidden;
    position: relative;
    padding-top: 45px;
    padding-bottom: 65px;
    background: #fff7ed;
    border-top: 1px solid #fff;
    margin: auto;
    width: 98%;
    max-width: 1400px;
}
.mn-contact-bg {
    position: absolute;
    right: 390px;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.pozadina{
    background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23205375' fill-opacity='0.4' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}
.justifyc{
    border: 2px solid #112B3C;
    justify-content: center;
    
}
.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
@-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  
.mn-contact-head-icon {
    position: absolute;
    top: 0;
    right: 188px;
    background: #a0d76b;
    width: 190px;
    height: 180px;
    display: -ms-grid;
    display: grid;
    place-items: center;
}
.mn-contact-head-icon img {
    max-width: 103px;
    width: 100%;
}
.mn-contact-img-icon {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 160px;
    height: 160px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    background: #ff8f33;
}
.mn-contact-img {
    position: absolute;
    right: 0;
    top: 180px;
    border: 10px solid #fff;
    border-right: 0;
}
.mn-contact-img-icon img{
    max-width: 90px;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: 15px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 6px;
}
.form-control-upload {
    display: block;
    width: 100%;
    padding: 15px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border-top: 1px solid #00000029;
    margin-top: 15px;
    
}
.form-control-info {
    display: block;
    width: 100%;
    padding: 8px 8px;
    font-size: 1rem;
    font-weight: 400;
    line-height: .5;
    color: #000;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 6px;
}
.form-control-info:focus {
    color: #171819;
    background-color: #fff;
    border: 1px solid #205375;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.provider{
    color: #a0d76b;
    
}
.provider:hover{
    color: #7dbeff;
}

.center{
    align-items: center;
    display: flex;
    justify-content: center;
}
.form-control:focus {
    color: #171819;
    background-color: #fff;
    border: 1px solid #a0d76b;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-controlw {
    display: block;
    width: 100%;
    padding: 15px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #131313;
    background-color: #ffffff;
    border: 2px solid #eeeeee;
    border-radius: 6px;
}
.form-controlw:focus {
    color: #131313;
    background-color: #fff;
    border: 2px solid #a0d76b;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.icon-box i{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ff8f33;
    line-height: 60px;
    text-align: center;
    color: #fff;
    margin-right: 24px;
    font-size: 24px;
}
.contact-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-single a {
  color: #615978;
  text-transform: initial;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.content-wrapper h4{
    color:#fff;
}
.content-wrapper a{
    color:#fff;
}
.current ul li h6 i {
    color: #b70c17;
}
.contact-single address {
  margin-bottom: 0;
}
.contact-single h3 {
  font-size: 36px;
  margin-bottom: 48px;
  
}
.contact_add a {
    font-weight: bold;
    color: #a0d76b;
    text-shadow: 0px 2px 2px rgba(0, 20, 0, 0.4); 
}
/***********************************************************
*testimonail
************************************************************/

.newsletter {
    background-image: url(../img/banner/sb.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 195px 0;
}
.newsletter::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: -o-linear-gradient(193.69deg,#ff8f33 0.87%,#000 88.66%);
    background: linear-gradient(256.31deg,#ff8f33 0.87%,#000 88.66%);
    opacity: .9;
    z-index: -1;
}
.subscribes {
    max-width: 590px;
    margin: 0 auto;
    text-align: center;
}
.subscribes span {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
.subscribes h1 {
    font-weight: 700;
    font-size: 65px;
    text-align: center;
    text-transform: uppercase;
    color: #e4e4e4;
    margin-bottom: 20px;
    line-height: 1;
}
.subscribes h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}
.subscribe-form {
    position: relative;
}
.subscribe-form form input {
    width: 100%;
    height: 70px;
    background: #fff;
    border-radius: 48px;
    border: none;
    color: #4f4f4f;
    font-size: 14px;
}
.subscribe-form form input[type="email"] {
    padding: 0 160px 0 30px;
}
.subscribe-form form input[type="submit"] {
    position: absolute;
    right: 5px;
    height: 60px;
    top: 5px;
    width: 150px;
    border-radius: 48px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    background-color: #ff8f33;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    cursor: pointer;
}
a:focus, input:focus, textarea:focus, button:focus {
    outline: 0 solid;
}
/***********************************************************
*testimonail-area
************************************************************/

.testimonail-area {
    background-color: #f8fcff;
    overflow: hidden;
}
.our-clients {
    padding-left: 40px;
}
.test-title {
    padding-bottom: 39px;
}
.test-title span {
    padding-bottom: 8px;
    display: inline-block;
    color: #ff8f33;
    position: relative;
}
.test-title span::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 83px;
    height: 2px;
    background: #ff8f33;
}
.test-title h2 {
    color: #201c1c;
    font-family: 'Work Sans', sans-serif;
}
.testimonial-single{
    position: relative;
}
.testimonial-single h5 {
    font-size: 17px;
    color: #ff8f33;
    font-weight: 600;
    margin: 0 0 7px;
}
.quotation {
    font-size: 17px;
    line-height: 30px;
    color: #6a6a6a;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 40px;
    width: 80%;
}
.testimonila_author {
    position: relative;
    padding-top: 23px;
    padding-left: 138px;
    min-height: 105px;
}
.testimonila_author img {
    height: 105px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 105px;
    width: 100%;
}
.testimonila_author span {
    display: block;
    line-height: .8;
    font-size: 14.77px;
    color: #828282;
}
.g-0, .gy-0 {
    --bs-gutter-y: 0;
}
.g-0, .gx-0 {
    --bs-gutter-x: 0;
}
.container-testimonial {
  margin-left: auto;
  margin-right: auto;
  padding-left: .75rem;
  padding-left: var(--bs-gutter-x,.75rem);
  padding-right: .75rem;
  padding-right: var(--bs-gutter-x,.75rem);
  width: 100%;
}
.p-0{
    padding: 0;
}
.testimonial-slider.owl-carousel .owl-nav {
    text-align: start;
    margin-top: 45px;
}
.testimonial-slider.owl-carousel .owl-nav .owl-prev, 
.testimonial-slider.owl-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 13.49px;
    line-height: 48px;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 26%;
    color: #ff8f33;
    outline: none;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 19px;
}
/***********************************************************
*tabs
************************************************************/

.tabSection01 {
    position: relative;
    padding: 0 0 96px;
    margin-top: -23px;
    z-index: 2;
    background: #fff ;
}
.choose-img img{
    width: 100%;
    height: auto;
}
.chooseTab {
    position: relative;
    margin: 0 0 60px;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.chooseTab li {
    width: 33.333333%;
}
.chooseTab li a {
    display: inline-block;
    width: 100%;
    background: #eeeeee ;
    position: relative;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 43px 20px;
}
.chooseTab li a:hover, .chooseTab li a.active {
    background: #fff;
    -webkit-box-shadow: 0 10px 32px 0 rgba(0,0,0,.07);
    box-shadow: 0 10px 32px 0 rgba(0,0,0,.07);
}
.chooseTab li a::after {
    position: absolute;
    left: 60px;
    bottom: 0;
    width: 2px;
    height: 60px;
    background: #7dbeff;
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.chooseTab li a:hover::after, .chooseTab li a.active::after {
    visibility: visible;
    opacity: 1;
    bottom: -44px;
}
.tab-content > .tab-pane {
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(.9,.9) translate(0px);
        -ms-transform: scale(.9,.9) translate(0px);
            transform: scale(.9,.9) translate(0px);
}
.tab-content > .tab-pane.show.active {
    -webkit-transform: scale(1) translateY(0px);
        -ms-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
}
.chooseTabCon {
    position: relative;
}
.chooseTabCon .secTitle {
    line-height: 65px;
    margin: 82px 0 19px;
}
.chooseTabCon p {
    margin-bottom: 52px;
    color: #5f5f5f;
    padding-right: 60px;
}
/***********************************************************
about area
************************************************************/

.about-area{
    padding-top: 0px;
    padding-bottom: 0px;

}

.about-section-subtitle {
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    color:#282828;
    padding-left: 27px;
    position: relative;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.about-section-subtitle::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #a0d76b;
    border-radius: 50%;
}
.about-section-title {
    font-size: 40px;
    font-weight: 700;
    color: #282828;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.about-content-list {
    margin-bottom: 15px;
}
.about-content-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    margin-bottom: 20px;
    gap: 12px;
    font-size: 17px;
    color: #282828;
}
.about-content-list ul li i {
    color: #ff8f33;
}

.service-item {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 10px 21px 7px;
    -webkit-box-shadow: 3px 0 60px rgba(80, 70, 136, 0.1);
            box-shadow: 3px 0 60px rgba(80, 70, 136, 0.1);
    border: 1px solid #ff8f33;
}
.service-item .icon {
    margin-bottom: 25px;
}
.service-item .icon {
    margin-bottom: 4px;
}
.service-item p{
    color: #000;
}
.about-info-inner {
    padding: 14px 20px 32px;
    background: #f4f5f9;
    position: relative;
}
.section-text{
    font-size: 16px;
    margin-bottom: 0;
    color: #282828;
}
.about-info-inner-btn {
    position: absolute;
    left: 20px;
    bottom: -20px;
    width: 40px;
    height: 40px;
    background: #ff8f33;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
}
.about-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
}
.about-content-admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
}
.about-content-admin-img {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    border: 4px solid #ff8f33;
}
.about-content-admin-info .ns-about-admin-title {
    font-size: 22px;
    margin-bottom: 7px;
}
.about-content-admin-info span {
    font-size: 17px;
    display: inline-block;
}
.about-content-admin-signature img {
    max-width: 216px;
    width: 100%;
}
.icon-img {
    max-width: 86px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 17%;
    right: 36%;
}
.provider-bg-img{
    height: 600px;
    background-image: url('../img/delivery.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}
.delivery-bg{
    background-position: right;
    background-image: url('../img/delivery.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}
.delivery-bg1{
    background-image: url('../img/worker.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    
}
.become-loader-bg{
    background-image: url('../img/signup.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 25% 75%;    
}
.dark-card{
    padding: 25px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    
}
.dark-card2{
    padding: 25px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #a0d76b;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
    
}
.dark-card3{
    padding: 25px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #7dbeff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
}
.dark-card4{
    padding: 25px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #112B3C;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
    
}
.get-startedli{
    border-radius: 50px;
    border:1px solid #03a9f4;
    background-color: #03a9f4;
    margin-top:15px;
}
.get-starteda{
    color: #fff !important; 
}
.get-startedli:hover{
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #03a9f4;
    margin-top:15px;
}
.get-starteda:hover{
    color: #03a9f4 !important; 
}
.white-card{
    padding: 25px;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #a0d76b;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
}
.truckborders{
    font-size: 20px;
    color: #3c3737;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #7dbeff;
    border-radius: 4px;
}
.input-group-text-style{
    margin-right:10px;
    border-radius:1px;
    background-color: white;
    border-color:#e9ecef;
    color:#4F5467;
    padding-right:30px;
}
.pt-20{
    padding-top:30px;
}
.mb-20{
    margin-bottom:30px;
}
.about-content-info {
    margin-bottom: 27px;
}
.hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f5f5;
    margin-bottom: 12px;
    padding: 9px 17px;
    border-radius: 15px;
}
.hotline > i {
    width: 55px;
    height: 55px;
    line-height: 51px;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    color: #fff;
    border: 2px solid #ff8f33;
    background: #ff8f33;
}
.hotline .content {
    line-height: 1.65;
}
.hotline .content span {
    font-weight: 500;
}
.hotline .content a {
    font-size: 14px;
    font-weight: 700;
    color: #282828;
}
.about-left img{
    width: 100%;
} 
.about-left-text {
    position: absolute;
    top: 95px;
    right: 10%;
}
.about-left-text h5 {
    font-weight: bold;
    text-align: start;
    color: #430d7d;
    font-size: 22px;
}
.about-left-text h4 {
    font-size: 26px;
    background-color: #ff8f33;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    padding: 12px 38px;
}
.about-left-text h4::after {
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
     clip-path: polygon(0 0, 0 100%, 100% 50%); 
    width: 20px;
    height: 51px;
    background-color: #ff8f33;
    z-index: 1;
}
/*-------------------------------------------------------------------------------------
    Page Title Area
---------------------------------------------------------------------------------------*/

.page-banner-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 245px 0 160px;
    position: relative;
  	overflow: hidden;
}

.page-banner-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#ff8f33;
    opacity: 0.7;
}
.breadcrumb-shape {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 225px;
    background-color: transparent;
}
.breadcrumb-section::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #ff8f33;
    opacity: 0.6;
    content: '';
}


.breadcrumb-shape svg {
    width: calc(125% + 1.3px);
    height: 225px;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
 .breadcrumb-shape svg path {
    fill: #ffffff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.page-content h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
}

.page-content p {
    color: #fff;
}

.page-content a {
    color: #fff;
    padding-right: 10px;
}

.page-content span {
    padding-right: 10px;
}
.page-content span {
    padding-right: 10px;
}

/*team area********************************/
.section-padding{
    padding: 80px 0;
}
.team-area-top {
    position: relative;
    padding: 92px 0 267px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.page-banner-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff8f33;
    opacity: 0.3;
}
.team-bottom {
    position: relative;
    margin: -294px 0 0;
    padding: 0 0 120px;
    z-index: 9;
}
.team-item {
    position: relative;
    overflow: hidden;
}
.team-item .team-img img {
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.team-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.team-content-info {
    background-color: rgb(255, 255, 255);
    opacity: 0.89;
    padding: 20px 40px 20px 40px;
    border-top: 3px solid #ff8f33;
    position: absolute;
    left: 0;
    bottom: -105px;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    border-top-right-radius: 100px;
    margin-right: 50px;
}
.team-item:hover .team-content-info {
    bottom: 0;
}
.team-content-info h4 a {
    color: #292c33;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}
.team-content-info h4 a:hover {
    color: #ff8f33;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-content-btn {
    position: absolute;
    right: -210px;
    bottom: -100px;
    width: 200px;
    height: 200px;
    background: #ff8f33;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.team-item:hover .project-content-btn {
    right: -95px;
}
.team-content-btn a {
    position: absolute;
    top: 40px;
    left: 45px;
    z-index: 3;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    color: #ff8f33;
}
.team-item:hover .team-content-btn a {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.team-item:hover .team-content-btn {
    right: -95px;
}
.project-shape {
    position: absolute;
    content: "";
    width: 330px;
    height: 330px;
    border-radius: 50%;
}
.team-shape-1 {
    background-color:#ff8f33;
    opacity: 0.922;
    top: -245px;
    top: -350px;
    right: -120px;
    z-index: 2;
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.team-item:hover .team-shape-1 {
    top: -245px;
}
.team-shape-2 {
    background-color: #ff8f33;
    opacity: 0.922;
    top: -170px;
    right: -350px;
    z-index: 1;
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.team-item:hover .team-shape-2 {
    right: -210px;
}
.team-social {
    position: absolute;
    bottom: 32px;
    left: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.team-social li a {
    padding: 5px 8px;
    color: #fff;
}
.team-slider.owl-carousel .owl-nav{
    text-align: center;
    display: none;
}
/*
.team-slider.owl-carousel .owl-nav .owl-prev, 
.team-slider.owl-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 13.49px;
    line-height: 48px;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 26%;
    color: #6e11c8;
    outline: none;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 19px;
}
.team-slider.owl-carousel .owl-nav .owl-prev:hover, .team-slider.owl-carousel .owl-nav .owl-next:hover {
    background: #33065b;
    border: 1px solid #33065b;
    color: #fff;
}
.team-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -6%;
    top: 23%;
}
.team-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -6%;
    top: 23%;
}*/
.team-slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
}
.team-slider .owl-dots .owl-dot {
    margin: 2px 8px;
    border: 0;
    background: none;
    cursor: pointer;
}
.team-slider .owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    background-color: #ff8f33;
    width: 12px;
    height: 12px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-slider .owl-dots .owl-dot span::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    border: 1px solid #ff8f33;
    border-radius: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-slider .owl-dots .owl-dot.active span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*blog-post*/
.blog-area-main  {
    background: #F6F6F6;
    position: relative;
   overflow: hidden;
}
.blog-bg .bg1{
    position: absolute;
    top: 0;
    right: 0;
    content:'' ;
}
.blog-bg .bg2{
    position: absolute;
    bottom: 0;
    left: 0;
    content:'' ;
}
.blog-single {
  position: relative;
  margin-bottom: 30px;
   -webkit-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    position: relative;
}
.count-text {
    font-size: 41px;
    font-weight: 700;
    -webkit-text-stroke: 2px rgba(51, 6, 91, 0.1);
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    position: absolute;
    left: 10px;
    top: 50%;
    line-height: 1;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.blog-single.type-blog {
  padding-top: 40px;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  position: relative;
}
.blog-single.type-blog:hover {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.image_box .blog-ani {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    left: 0;
    background: #af5300;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    bottom: -50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
}
.blog-single:hover .image_box .blog-ani {
    opacity: 0.7;
    bottom: 0;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.image_box .blog-ani.ani_2 {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    left: 25%;
    -webkit-transform: translateY(40%);
        -ms-transform: translateY(40%);
            transform: translateY(40%);
}
.image_box .blog-ani.ani_3 {
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    left: 50%;
    -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
            transform: translateY(20%);
}
.image_box .blog-ani.ani_4 {
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
    -ms-transition: 0.9s ease-in-out;
    -moz-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%);
    left: 75%;
}
.blog-single.type-blog .vertical_text_1 {
  position: absolute;
  top: 30px;
  left: 20px;
}
.vertical_text_1 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.blog-single.type-blog .vertical_text_1 .date_tm {
    font-size: 22px;
    color: #282828;
    line-height: 30px;
    font-weight: 700;
}
.blog-single.type-blog .vertical_text_1 .date_tm i {
    top: -5px;
    color: #ff8f33;
    position: relative;
}
.blog-single.type-blog .blog-content {
  position: relative;
  padding-left: 70px;
  background:#fff;
  -webkit-box-shadow: 0 5px 22px 0px rgba(15 ,53 ,103 , 0.05);
          box-shadow: 0 5px 22px 0px rgba(15 ,53 ,103 , 0.05);
  border-radius: 20px;
}
.blog-single.type-blog .blog-content .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 270px;
  top: -40px;
}

.blog-single.type-blog .blog-content .image_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
 .blog-content .content {
  position: relative;
  top: -15px;
  padding: 10px 20px 20px 0px;
}
 .blog-content .content .authour {
  position: relative;
  margin-bottom: 15px;
}
 .blog-content .content .authour img {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  margin-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
 .blog-content .content .blog-title a {
    margin-bottom: 15px;
}
  
.blog-content .content a.read_more {
    color: white;
    background: #ff8f33;
    padding: 6px 12px;
    border-radius: 5px;
    display: inline-block;
}
.blog-content .content a.read_more i {
    background: #fff;
    color: #ff8f33;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 19px;
    margin-left: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-content .content a.read_more:hover i{
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-single.type-blog:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
 .blog-content {
  border-radius: 0px;
}
 .blog-content .image_box {
  border-radius: 0px;
}
.comment-message .form-control, .comment-form .form-control {
    border: 1px solid transparent;
    padding: 10px 20px;
    background: #F3F4F5;
    color: black;
}
.comment-message .form-control:focus,
.comment-form .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ff8f33;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.page-pagination {
    padding-top: 60px;
}


.page-pagination .pagination li {
    margin-right: 12px;
}
.page-pagination .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #212832;
    border: 1px solid rgba(48,146,85,0.2);
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 13px;
}
.page-pagination .pagination li a.active, .page-pagination .pagination li a:hover {
    color: #fff;
    background-color: #6a8f47 ;
    border-color: #6a8f47 ;
}
/*counter-area*/
.statistics-inner.bg-cover {
    padding: 80px 80px 35px 80px;
}

.statistics-inner {
     margin-top: -140px;
    -webkit-transform: translateY(140px);
    -ms-transform: translateY(140px);
    transform: translateY(140px);
    z-index: 1;
    position: relative;
    border-radius: 75px;
}
.statistics-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.9;
    background-color: #8ec05f ;
    border-radius: 75px;
}
.counter-title span{
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
}
.counter-title h2{
    font-size: 30px;
    color:#fff;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}
.counter-item {
    margin-bottom: 50px;
}
.counter-item .counter-text {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    display: block;
}
.counter-item .counter-title {
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}
.counter-text-wrap .counter-text.plus::after {
    content: '+';
}
.counter-text-wrap .counter-text.percent::after {
    content: '%';
}
.counter-item > i {
    font-size: 30px;
    margin-bottom: 25px;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: white;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #6a8f47;
}
.more-btn {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.more-btn i{
    margin-left:7px;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.more-btn:hover{
    color:#fff;
}
.more-btn:hover i{
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 }
/*
Services Details Page Style
======================================================*/
.service-details-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 33px 29px;
  margin-bottom: 30px;
}
.service-details-card h4 {
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
}
.service-details-card h4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  width: 100%;
  height: 3px;
  background-color: #e0e0e0;
  border-radius: 40px;
}
.service-details-card h4::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    width: 115px;
    height: 3px;
    background: #ff8f33;
    border-radius: 40px;
}
.service-details-card ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.service-details-card ul li {
  position: relative;
  margin-bottom: 15px;
  background-color: #ffffff;
  padding: 16px 16px 16px 13px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 5px;
}
.service-details-card ul li a {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.service-details-card ul li:last-child {
  margin-bottom: 0;
}
.service-details-card ul li i {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 18px;
    color: #ff8f33;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.service-details-card ul li:hover {
    background-color: #ff8f33;
}
.service-details-card ul li:hover a {
  color: #ffffff;
}
.service-details-card ul li:hover i {
  color: #ffffff;
}
.forgot{
    color:white;

}
.forgot:hover{
    color: #7dbeff;
}
.banner-offer {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner-offer .service-img-1 {
  border-radius: 10px;
  position: relative;
}
.banner-offer .service-img-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ff8f33;
  border-radius: 10px;
  z-index: -1;
}
.banner-offer .info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: start;
    z-index: 1;
    padding-top: 60px;
    padding-left: 45px;
    padding-right: 83px;
}
.banner-offer .info span {
  display: block;
  color: #fd7529;
  margin-bottom: 10px;
}
.banner-offer .info h4 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 40px;
}
.banner-offer .info .pricing-btn {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 28px;
  background: -o-linear-gradient(12.09deg, #FD754D 23.21%, #F63A93 85.96%);
  background: linear-gradient(77.91deg, #FD754D 23.21%, #F63A93 85.96%);
  border-radius: 5px;
  cursor: pointer;
  z-index: 2;
}
.banner-offer  img{
    width: 100%;
    height: auto;
}

.development {
  margin-bottom: 40px;
}
.development img {
    margin-bottom: 35px;
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.development h4 {
    font-size: 32px;
    margin-bottom: 17px;
    line-height: 47px;
}
.development p {
    font-size: 15px;
}
  

.development-to {
  margin-bottom: 45px;
}
.development-to h5 {
  font-size: 24px;
  margin-bottom: 20px;
}
.development-to p {
  font-size: 15px;
}
.development-to .project-info {
  margin-top: 50px;
}
.project-img img{
    width: 100%;
    height: auto;
}
.project-image img{
    width: 100%;
    height: auto;
}
.development-to .project-info .project ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.development-to .project-info .project ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.development-to .project-info .project ul li:last-child {
  margin-bottom: 0;
}
.development-to .project-info .project ul li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 18px;
    color: #ff8f33;
}
.development-to .project-info .project-image img {
  border-radius: 10px;
}

/*-------------------------------------------------------------------------------------
    Blog Page
---------------------------------------------------------------------------------------*/

.blog-area {
    background-color: #fff;
    padding: 90px 0 100px;
  	overflow: hidden;
}

.blog-post-single {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.blog-post-single:hover {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.10);
}

.blog-post-content {
    padding: 30px 20px 15px;
}

.blog-post-content h3 a {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: capitalize;
    color: #ff8f33;
}

.blog-post-content h3 a:hover {
    color: #FF630E;
}

.post-meta {
    margin-bottom: 15px;
}

.post-media img {
    border-radius: 5px 5px 0 0;
}

.post-meta li {
    display: inline-block;
    margin-right: 15px
}

.post-meta li a i {
    font-size: 15px;
    color: #FF630E;
}

.post-meta span {
    margin-left: 8px;
    text-transform: uppercase;
    font-family: "Rajdhani", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    color: #696969;
}

.post-meta span:hover {
    color: #FF630E;
}

.blog-area.two {
    padding: 100px 0;
}

.widget {
    padding: 30px 40px 40px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
}

.search-form {
    position: relative
}

.search-form input {
    width: 100%;
    height: 55px;
    border: 0;
    background-color: #f1f1f1;
    padding-left: 20px;
    border-radius: 5px;
    font-family: 'Rubik';
}

.search-form button {
    position: absolute;
    right: 40px;
    top: 30px;
    height: 55px;
    width: 60px;
    border: 0;
    background-color: #ff8f33;
    font-size: 20px;
    padding: 0 20px;
    border-radius: 0 5px 5px 0;
    color: #fff;
}
.search-form button:hover {
    background-color: #ff8f33;
}

.widget h4 {
    color: #242429;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
}

.latest-post.widget {
    padding-bottom: 20px;
}

.recent-post-single {
    overflow: hidden;
    margin-bottom: 20px;
}

.recent-post-thumb.two img {
    margin: 0;
    border-radius: 5px;
}

.recent-post-cont.two {
    padding: 0 0 0 20px;
}
.recent-post-thumb {
    float: left;
    width: 30%;
}
.recent-post-cont {
    float: left;
    width: 70%;
    padding: 0 20px 0 10px;
}
.recent-post-cont.two a {
    color: #ff8f33;
    font-weight: 700;
    font-size: 14px;
}
.recent-post-cont.two a:hover {
    color: #ff8f33;
}
.recent-post-cont.two span {
    color: #696969;
}

.menu-services-icon.two {
    margin: 0 0 0 15px;
}

.widget-list li {
    padding: 0 0 15px;
}

.widget-list li a {
    color: #696969;
}

.widget-list li i {
    color: #ff8f33;
    padding-right: 5px;
}

.menu-list.widget {
    padding-bottom: 20px;
}

.widget-list li a:hover {
    color: #ff8f33;
}

.all-posts-wrap {
    padding-right: 40px
}

.blog-posts {
    margin: 0 0 100px;
}

.blog-posts h3 {
    margin-bottom: 15px;
}

.blog-post-thumb img {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.blog-posts-meta {
    padding-bottom: 10px;
}

.blog-posts-meta ul li i {
    margin-right: 6px;
    font-size: 14px;
    color: #ff8f33;
}

.blog-posts-meta ul li {
    display: inline-block;
}

.blog-posts-meta ul li a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    margin-right: 15px;
}

.blog-posts-meta ul li a:hover {
    color: #FF630E;
}

.blog-posts h3 a {
    color: #ff8f33;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}

.blog-posts-meta ul li a:hover {
    color: #ff8f33;
}

.blog-area.two p {
    line-height: 1.8;
}

.blog-posts.two {
    margin: 0 30px 0 0;
}

.admin-post-btn{
   margin-top: 40px;
}



.blog-pagination li {
    display: inline-block;
}

.blog-pagination li a,
.blog-pagination li span {
    width: 55px;
    height: 55px;
    background-color: #f7f7f7;
    display: block;
    border: 1px solid #e6f0fa;
    border-radius: 5px;
    font-weight: 500;
    line-height: 55px;
    font-size: 16px;
    margin: 0 5px;
}

.blog-pagination li i {
    font-size: 20px;
}

.blog-pagination li a:hover,
.blog-pagination li span {
    border-color: #FF630E;
    background-color: #FF630E;
    color: #fff;
}

.feature-page.two {
    margin: 0 250px;
}

.entry-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 30px 0 15px;
}

.block-quote {
    background-color: #f5f5f5;
    border: 0;
    padding: 25px 30px 35px;
    margin: 35px 0;
}

.block-quote i {
    color: #dedede;
    font-size: 30px;
    font-style: italic;
    line-height: 40px;
}

.block-quote p {
    margin: 0 0 8px;
    font-style: italic;
    line-height: 1.8;
}

.block-quote h6 {
    color: #ff8f33;
    font-size: 18px;
    font-weight: 700;
}
.blog-post-thumb.two {
    margin: 0 30px 0 0;
}

.blog-post-thumb.two ul li {
    padding-bottom: 8px;
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #696969;
}

.entry-footer {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    position: relative;
}

.post-tags {
    font-size: 16px;
    font-weight: 500;
    color: #ff8f33;
    padding-right: 20px;
}

.post-tag a {
    display: inline-block;
    background-color: #ff8f33;
    color: #fff;
    font-size: 13px;
    padding: 0px 12px;
    border-radius: 4px;
    margin-right: 0;
    margin-left: 8px;
}

.entry-footer ul {
    position: absolute;
    top: 26px;
    left: 56px;
}

.entry-footer ul li {
    display: inline-block;
    margin-right: 10px;
}

.entry-footer ul li a {
    display: inline-block;
    background-color: #ff8f33;
    color: #fff;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 4px;
}

.comment-form input {
    height: 50px;
}

.comment-respond {
    margin-top: 60px;
}

.comment-respond h4 {
    font-size: 24px;
    font-weight: 700;
    color: #ff8f33;
}

.comment-respond p {
    margin-bottom: 28px;
}

.comment-respond form {
    font-size: 16px;
    line-height: 28px;
    color: #696969;
}
/*video-area*/
.video-area{
    background:#f9f9f9;
}
 .video-inner {
    position: relative;
   
}
 .video-inner .video-img {
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 1;
}
.video-inner .vdo-text {
    background-color: #a0d76b;
    padding-top: 90px;
    padding-bottom: 170px;
    -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 70px, 100% 100%, 0 100%);
}

.video-content{
    position: relative;
}
.video-content .text span{
    color:#fff;
    position: relative;
}
.video-content .text span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -17px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #FFF;
    border-radius: 50%;
}
.video-content .text h2{
    color: #fff;
}
.pq-video-icon span{
    display: none;
}
.pq-video-icon a {
    margin: auto;
    position: absolute;
    top: 100%;
    left: 0;
    /* transform: translate(-50%, -50%); */
    text-decoration: none;
    color: #a0d76b;
    font-size: 28px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    display: inline-block;
    background-color: white;
    border-radius: 90%;
    -webkit-animation: video 1s linear infinite;
            animation: video 1s linear infinite;
}


@-webkit-keyframes video{
    0% {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
}
100% {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0);
}
}


@keyframes video{
    0% {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
}
100% {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0);
}
}
/* Junk slike */
.junkcard{
    position: relative;
    margin: 10px;
    padding: 40px;
    background-color: #fff;
    z-index: 1;
    margin-bottom: 30px;
    width: 180px;
    height: 192px;
    border: 1px solid;
    border-color: #a0d76b;
    text-align: center;
}
.pjunk{
    margin-top: 10px;
    color: #8a8a8a;
}

.junkcard:hover{
    background-color: #ffffff;
    color: #7dbeff;
    border-color: #7dbeff;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 15px rgba(189, 187, 187, 0.5);
            box-shadow: 0px 5px 15px rgba(189, 187, 187, 0.5);
}
.junkcard:hover .pjunk{
    
    color: #333333;
    
}
.junkimg{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 180;
        height: 80px;
}
/* Junk summary */

.junk-summary{
        position: relative;
        padding-top: 15px;
        background-color: #fff;
        z-index: 1;
        width: 100%;
        background-color: #ebf7ff;
        border-bottom: 1px solid;
        border-top: 1px solid;
        border-color: #7dbeff;
        text-align: center;
    }
    .junk-load{
        position: relative;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        z-index: 1;
        width: 100%;
        background-color: #ebf7ff;
        border-left: 3px solid;
        border-color: #7dbeff;
        
    }
    .junk-selected{
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        z-index: 1;
    }
    .junk-selected-img{
        margin-left: 15px;
        margin-right: 100px;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 90px;
        padding: 15px;
        border: 1px solid;
        border-radius: 10px;
        border-color: #8f8f8f;
    }
    .junk-selected-hover{
        color: #7dbeff;
    }
    .accordion {
        border: none;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        background-color: #ffffff;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
      }
        .accordion:after {
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
      }
      
      
      
      .panel {
        padding: 0px 13px;
        margin-top: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
      }

/*protfolio area*/
 .portfolio-box {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    z-index: 1;
    margin-bottom: 30px;
}

 .portfolio-box::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #757a89;
    opacity: 0;
    content: '';
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    z-index: -2;
}

.portfolio-box .images img{
    width: 100%;
    height: auto;
}

 .portfolio-box .portfolio-desc {
    position: absolute;
    left: -80px;
    bottom: 0;
    background-color: #fff;
    padding: 30px 40px;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}
.portfolio-box:hover .portfolio-desc {
    left: 0;
    visibility: visible;
    opacity: 1;
    border-left: 4px solid #ff8f33;
}
.portfolio-box .portfolio-desc .portfolio-cat {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #ff8f33;
    text-transform: uppercase;
    margin-bottom: 5px;
}
/*protfolio-area*/
.portfolio-info-box {
    display: inline-block;
    width: 100%;
}
.porfolio-info-header h5 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
}
.porfolio-info .info-list li {
    list-style: none;
    float: left;
    margin: 0 0 15px;
    padding: 0 0 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}
.porfolio-info .info-list li h5 {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.porfolio-info .info-list li span {
    float: right;
    color: #ff8f33;
    font-weight: 500;
}
.social-media-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.social-media-grid a {
    background: #ff8f33;
    border-radius: 5px;
    font-size: 20px;
    line-height: 25px;
    padding: 10px;
    margin: 0 5px;
    text-align: center;
    color: #fff;
}
.social-media-grid a:first-child {
    margin-left: 0;
}
.portfolio-single-title {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    margin-top: 30px;
}
.side-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.project-nav {
    margin: 26px 0;
}
.project-nav ul li{
    margin-bottom: 20px;
}

/*-------------------------------------------------------------------------------------
    login-form-2
---------------------------------------------------------------------------------------*/
.login-form-2 {
  max-width: 470px;
  margin: 0 auto;
}
.form-container {
    padding: 40px;
    -webkit-box-shadow: 0px 5px 15px rgba(189, 187, 187, 0.5);
            box-shadow: 0px 5px 15px rgba(189, 187, 187, 0.5);
    background: #fff;
    border-radius: 12px;
}
.form-container .form-icon {
    color: #522CDB;
    font-size: 55px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50px;
    -webkit-box-shadow: 7px 7px 10px #d0d0d0, -7px -7px 10px #d9d5d5;
            box-shadow: 7px 7px 10px #d0d0d0, -7px -7px 10px #d9d5d5;
}
.form-container .title {
  color: #919191;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 20px;
}
.form-container .form-horizontal .form-group {
  margin: 0 0 14px 0;
}
.form-container .form-horizontal .form-group label {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #919191;
  padding-bottom: 8px;
}
.form-container .form-horizontal .form-control {
    color: #000;
    background: #e6e6e6;
    font-size: 15px;
    height: 50px;
    padding: 20px;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
    -webkit-box-shadow: inset 6px 6px 6px #ccc, inset 6px 6px 6px #c8c1c1;
            box-shadow: inset 6px 6px 6px #ccc, inset 6px 6px 6px #c8c1c1;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .btn {
    color: #fff;
    background-color: #ff8f33;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding: 12px 15px 11px;
    border-radius: 20px;
    border: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: 'Poppins', sans-serif;
}
.form-container .form-horizontal .btn:hover, 
.form-container .form-horizontal .btn:focus {
  color: #fff;
  letter-spacing: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.forgot p a{
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #919191;
  padding-bottom: 8px;
}
.forgot p a:hover{
  color: #B85033;
}



/*-------------------------------------------------------------------------------------
    Footer
---------------------------------------------------------------------------------------*/
.container_footer{
   max-width: 1600px;
}
.footer-area {
    background-image: url('../img/footercina.png');
    background-attachment: fixed;
    background-size: cover;
    padding:20px ;
    
}

.contactus {
    background-image: url('../img/contact.jpg');
    height: 800px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    overflow: scroll;
   }
.login {
    /* The image used */
    background-image: url("../img/logindjubre-min.jpg");
    padding-top: 250px;
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
    
    /* Full height */
    height: 800px; 
    
    
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .login-text{
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    
  }
  .profile-menu-items{
    margin-bottom:15px;
    border: 1px solid;
    padding:5px;
    background-color: #a0d76b;;
    color: white;
}
  .profile-menu-items:hover{
    background-color: #a0d76b;;
    color: white;
    cursor: pointer;
  }
  .profile-menu-items.active{
    background-color: #a0d76b;;
    color: white;
    cursor: pointer;
  }
  .profile-menu{
    margin-top: 15px;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius:5px;
  }
  .orders-menu-items{
    margin: auto;
    border: 1px solid;
    padding:5px;
    background-color: #a0d76b;;
    color: white;
}
  .orders-menu-items:hover{
    background-color: #F66B0E;
    color: white;
    cursor: pointer;
  }
  .orders-menu-items.active{
    background-color: #F66B0E;
    color: white;
    cursor: pointer;
  }
  .orders-menu{
    background-color: white;
    margin: auto;
    border-radius:5px;
  }
  .general-info{
    color: #5f5f5f;;
    font-size: 16px;
  }
  .general-info-input, select{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .general-info-input[type=text]:focus {
    border: 3px solid #555;
  }
  .vehicle-info{
    border-radius: 5px;
    margin:15px;
    box-shadow: rgba(0, 0, 0, 0.161) 0px 1px 4px;
  }
  .vehicle-info-img{
    display: block;
    width: 206px;
    height: auto;
    margin: auto;
  }
  .drivers-info-img{
    display: block;
    width: 196px;
    height: auto;
    margin: auto;
  }
  @media (min-width: 1px) and (max-width: 767px) {
    .profile-small-image {
       text-align: center;
       height:300px;
       width:auto;
       
       }
    }
.profile-image {
        text-align: center;
        height:200px;
        width:auto;
        }
.footer-about-description h3 {
    color:#fff;
    text-transform: capitalize;
    word-break: break-word;
    font-size: 66px;
    font-family: sans-serif;
    font-weight: 700;
    z-index: 1;
    margin: 1em 0 .5em 0;
}
.footer-about-description h2 {
    font-size: 2.5em;
    font-weight: 300;
    color: #fff;
}
.footer-about-description h2 span {
    display: block;
    font-weight: 600;
}
.footer-about-description p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.address-info{
    padding: 0 0 0 7em;
    position: relative;
}
.address-info::before {
    content: "";
    position: absolute;
    width: 5em;
    height: 2px;
    background-color: #fff;
    top: 1em;
    left: 0;

    


    
}
.address-info .num {
    margin-top: 10px;
}
.address-info .num a,
.address-info .mail a{
    color: #fff;
}
.footer-widget h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-bottom: 13px;
}
.footer-widget h4::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 120px;
    height: 2px;
    background: #fff;
}
.footer-widget h4::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: '';
    width: 50px;
    height: 3px;
    background: #7dbeff;
}
.footer-widget li {
    padding: 0 0 15px;
}

.footer-widget li a {
    display: block;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.footer-widget li a:hover {
    color: #7dbeff;
    background-color: rgba(255, 255, 255, 0.01);
}

.footer-widget.footer-cat li i {
    color: #FFF;
    padding-right: 5px;
}

.footer-widget.logo img {
    max-width: 160px;
    margin-bottom: 20px;
}

.footer-widget.logo p {
    color: #fff;
}

.footer-widget.logo img {
    max-width: 160px;
    margin-bottom: 20px;
}

.footer-widget.logo p,
.footer-bottom-area p {
    color: #fff;
}

.footer-widget.logo h6 {
    color: #fff;
    font-weight: 700;
    margin: 25px 0 10px;
}

.footer-social-icons li {
    display: inline-block;
    padding-right: 15px;
}

.footer-social-icons li a,
.footer-widget.footer-contact li p {
    color: #fff;
}

.footer-social-icons li a:hover,
.recent-post-cont a:hover {
    color: #7dbeff;
}



.footer-widget.footer-contact li {
    color: #dedede;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    line-height: 25px;
}

.footer-widget.footer-contact li i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 6px;
    color: #a0d76b;
}

.footer-widget.footer-contact li i.fa.fa-map-marker {
    font-size: 30px;
}

.footer-widget.footer-contact li i.fa.fa-phone {
    font-size: 24px;
}

.footer-widget.footer-contact .info {
    margin-top: 10px;
}
.ajax-response{
    color: blue;
}