@charset "UTF-8";
/*
================================================
[  BASIC STYLE START ]
================================================

01. Google Fonts
02. General Style
03. Headings Style
04. Button Style
05. Form Style
06. back-to-top Arrow

======================================
[  BASIC STYLE END ]
======================================

  - Header Style
  - Bread Crumb Style
  - Banner Style
  - Our Services
  - Technology Style
  - Counter Style
  - Reviews Style
  - Latest News Style
  - Single Blog Page Style
  - Our Team Style
  - Login Register Style
  - FAQ Style

  *Footer Style
*/
/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/
/**********************
    Google Fonts
***********************/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Raleway:wght@300;400;500;600;700;800&display=swap");
/**************************
    General Style Start
***************************/
::-moz-selection {
    background-color: #65bc7b;
    color: #fff;
}
::selection {
    background-color: #65bc7b;
    color: #fff;
}

html {
    overflow-x: hidden !important;
    height: 100%;
    overflow-y: auto;
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 400;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.main {
    position: relative;
    overflow: hidden;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.owl-carousel .owl-stage-outer {
    margin: -20px;
    padding: 20px;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.owl-nav button span {
    display: none;
}

a, a:focus, a:active, a:link, img {
    outline: none;
    text-decoration: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #1f2022;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

a:hover {
    color: #65bc7b;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #eaeaea;
    border-bottom: none;
    border-left: none;
    border-right: none;
    opacity: 1;
}

ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.box-wrap {
    padding: 30px;
    -webkit-box-shadow: 0 2px 10px rgba(31, 32, 34, 0.15);
    box-shadow: 0 2px 10px rgba(31, 32, 34, 0.15);
}

.radius-5px {
    border-radius: 5px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 12px rgba(31, 32, 34, 0.15);
    box-shadow: 0 0 12px rgba(31, 32, 34, 0.15);
}

.gray-bg {
    background-color: #eaeaea;
}

.bg-light {
    background-color: #f6f6f6 !important;
}

.card {
    background: transparent;
    border-color: #eaeaea;
}

.gradient-bg {
    background: radial-gradient(circle, #0f3161 0%, #0c1027 100%);
}

.shape-bg img {
    width: 100%;
    max-width: 100%;
}

.shape-bg.top-bg img {
    margin-top: -1px;
}

.shape-bg.bottom-bg img {
    margin-bottom: -1px;
}

.loader {
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
    border-width: 3px;
    border-style: dashed;
    border-color: #65bc7b #65bc7b transparent #65bc7b;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.loader:after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 25px;
    top: 33px;
    border: 8px solid transparent;
    border-right-color: #65bc7b;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**************************
    Headings Style Start
***************************/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #1f2022;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
}

h1 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0;
    font-weight: 600;
}

h2.section_title {
    margin-bottom: 0;
}

h3 {
    font-size: 28px;
    line-height: 25px;
}

.sub-heading {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

h5 {
    font-size: 16px;
    line-height: 18px;
}

h5.sub-title {
    color: #888888;
}

h6 {
    font-size: 14px;
    line-height: 16px;
}

.dark-bg .section_title, .dark-bg .title, .dark-bg p, .dark-bg span {
    color: #fff;
}

.title-line {
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
    display: inline-block;
}

.title-line:before, .title-line:after {
    top: 50%;
    background: #65bc7b;
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title-line:before {
    left: 0;
}

.title-line:after {
    right: 0;
}

.text-left .title-line {
    padding-left: 0;
}

.text-left .title-line:before {
    display: none;
}

.heading-part span {
    margin-bottom: 10px;
}

/**************************
    Button Style Start
***************************/
.btn, button {
    border: 1px solid transparent;
    padding: 10px 23px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 0;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btn:focus, .btn.focus, button:focus, button.focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: transparent;
}

.btn:hover, button:hover {
    border-color: transparent;
}

.btn.btn-sm {
    padding: 8px 12px;
    font-size: 13px;
}

.btn.btn-lg {
    padding: 13px 30px;
    font-size: 18px;
}

.btn.btn-xl {
    padding: 18px 40px;
    font-size: 20px;
    font-weight: 600;
}

.btn.btn-full {
    width: 100%;
    text-align: center;
}

.btn.hover-effect:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    width: 50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn.hover-effect:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn:hover.btn-link .btn-icon img {
    -webkit-filter: invert(69%) sepia(11%) saturate(1530%) hue-rotate(83deg) brightness(94%) contrast(87%);
    filter: invert(69%) sepia(11%) saturate(1530%) hue-rotate(83deg) brightness(94%) contrast(87%);
}

.btn-dark {
    color: #fff;
    background: #1f2022;
}

.btn-dark:hover, .btn-dark:focus {
    color: #fff;
    background: #65bc7b;
    border-color: #65bc7b;
}

.btn-color {
    color: #fff;
    background: #65bc7b;
}

.btn-color:hover, .btn-color:focus {
    color: #fff;
    background: #24a846;
}

.btn-gray {
    color: #1f2022;
    background: #eaeaea;
}

.btn-gray:hover, .btn-gray:focus {
    color: #fff;
    background: #65bc7b;
}

.btn-white {
    color: #1f2022;
    background: #fff;
}

.btn-white:hover, .btn-white:focus {
    color: #fff;
    background: #65bc7b;
}

.btn-border-color {
    color: #65bc7b;
    border-color: #65bc7b;
}

.btn-border-color:hover, .btn-border-color:focus {
    color: #fff;
    background-color: #65bc7b;
    border-color: #65bc7b;
}

.btn-border-dark {
    color: #1f2022;
    border-color: #1f2022;
}

.btn-border-dark:hover, .btn-border-dark:focus {
    color: #65bc7b;
    border-color: #65bc7b;
}

.btn-link {
    background: transparent;
    padding: 0;
    color: #1f2022;
    font-weight: 500;
    border: none;
    overflow: visible;
    text-decoration: none;
}

.btn-link.link-dark {
    color: #1f2022;
}

.btn-link.link-color {
    color: #fff;
}

.btn-link:hover, .btn-link:focus {
    color: #65bc7b;
}

.btn-icon {
    margin: 0 6px;
}

.btn-icon:first-child {
    margin-left: 0;
}

.btn-icon:last-child {
    margin-right: 0;
}

.icon-slide-left:hover .btn-icon img {
    -webkit-animation: 0.5s ease slideLeft;
    animation: 0.5s ease slideLeft;
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.icon-slide-right:hover .btn-icon img {
    -webkit-animation: 0.5s ease slideRight;
    animation: 0.5s ease slideRight;
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.icon-slide-up:hover .btn-icon img {
    -webkit-animation: 0.5s ease slideUp;
    animation: 0.5s ease slideUp;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.icon-slide-down:hover .btn-icon img {
    -webkit-animation: 0.5s ease slideDown;
    animation: 0.5s ease slideDown;
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.btn-icon-left.icon-hidden .btn-icon {
    margin: 0;
}

.btn-icon-left.icon-hidden .btn-icon img {
    opacity: 0;
    margin-left: -16px;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    margin-right: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btn-icon-left.icon-hidden:hover .btn-icon img {
    opacity: 1;
    margin-left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-right: 6px;
}

.btn-icon-right.icon-hidden .btn-icon {
    margin: 0;
}

.btn-icon-right.icon-hidden .btn-icon img {
    opacity: 0;
    margin-left: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    margin-right: -16px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btn-icon-right.icon-hidden:hover .btn-icon img {
    opacity: 1;
    margin-left: 6px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-right: 0;
}

.btn-icon-only {
    padding: 10px 15px;
}

/**************************
    Button Style End
***************************/
/**************************
    Form Style Start
***************************/
* {
    outline: none !important;
}

select {
    background: url(../images/select-icon1.png) no-repeat scroll right 50% transparent !important;
    line-height: 18px;
    border: 1px solid #eaeaea;
    padding: 0 25px 0 10px;
    height: 36px;
    width: 100%;
    color: #888888;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
}

.select-selected {
    background-color: #65bc7b;
}

.full select {
    width: 100%;
}

.form-group {
    margin-bottom: 30px;
}

input {
    background: transparent;
    padding: 0 15px;
    font-size: 14px;
    width: 100%;
    height: auto;
    border: 1px solid #eaeaea;
    min-height: 40px;
    border-radius: 5px;
}

input:placeholder {
    color: #888888 !important;
}

input:focus {
    border: 1px solid #65bc7b;
    text-shadow: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-form input, .main-form textarea, .main-form select {
    background: transparent;
    padding: 0 15px;
    font-size: 14px;
    width: 100%;
    height: auto;
    border: 1px solid #eaeaea;
    min-height: 40px;
    border-radius: 5px;
}

.main-form input:placeholder, .main-form textarea:placeholder, .main-form select:placeholder {
    color: #888888 !important;
}

.main-form input:focus, .main-form textarea:focus, .main-form select:focus {
    border: 1px solid #65bc7b;
    text-shadow: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-form textarea {
    max-width: 100%;
    padding-top: 5px;
}

.input-box label {
    margin-bottom: 5px;
}

.check-box label {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}

.check-box input {
    display: none;
}

.radio input.radio-button {
    display: none;
}

.checkout-section .check-box input[type="checkbox"] {
    margin: 5px 0 0;
    min-height: 1px;
    display: none;
}

.select-dropdown {
    position: relative;
    width: 100%;
    display: block;
    height: 40px;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    border-radius: 5px;
}

.select-dropdown.dropdown-active {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-color: #65bc7b;
}

.select-dropdown .drop-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 9px 10px;
    height: 100%;
}

.select-dropdown .drop-option .drop-list span {
    text-transform: capitalize;
}

.select-dropdown .drop-option .drop-list .dropdown-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #888888;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select-dropdown .drop-option .drop-list .dropdown-arrow img {
    width: 10px;
}

.select-dropdown .drop-option .drop-list.active .dropdown-arrow {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(-35%) rotateX(180deg);
    transform: translateY(-35%) rotateX(180deg);
}

.select-dropdown .drop-option .select-option {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    z-index: 50;
    margin-top: 1px;
    background: #fff;
    padding: 10px 0px;
    min-width: 100px;
    border-top: none;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(31, 32, 34, 0.1);
    box-shadow: 0px 4px 5px 0px rgba(31, 32, 34, 0.1);
}

.select-dropdown .drop-option .select-option a {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-decoration: none;
    text-align: left;
    line-height: 20px;
    text-transform: capitalize;
    padding: 6px 10px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-dropdown .drop-option .select-option a:hover {
    background: #65bc7b;
    color: #fff;
    padding-left: 15px;
}

/* checkbox CSS Start */
label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 100%;
}

.checkbox + label, .radio-button + label {
    cursor: pointer;
    line-height: 17px;
    padding-left: 20px;
    position: relative;
}

.checkbox:checked + label::before, .radio-button:checked + label::before {
    background: #65bc7b none repeat scroll 0 0;
    border-color: #65bc7b;
}

.checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    margin-top: 2px;
}

.checkbox + label::before, .radio-button + label::before {
    background: transparent;
    border: 1px solid #65bc7b;
    border-radius: 5px;
}

.radio-button + label::before {
    margin-top: 6px;
}

.checkbox:checked + label::after {
    background-image: url("../images/check-box-icon.png");
    background-repeat: no-repeat;
    margin-left: 2px;
    margin-top: 4px;
}

input.radio-button:checked + label::before {
    background-image: url("../images/radio-icon.png");
    background-position: -2px -2px;
    background-repeat: no-repeat;
}

.radio-button + label::before {
    border-radius: 50%;
}

/**************************
    Form Style End
***************************/
/********************************
    back-to-top Arrow Start
*********************************/
.scroll-top {
    bottom: 10px;
    position: fixed;
    right: 10px;
    z-index: 2;
}

.scroll-top .scrollup {
    position: relative;
    background: #65bc7b;
    display: none;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 34px;
    border-radius: 5px;
}

.scroll-top .scrollup:before {
    color: #fff;
    content: "";
    background: transparent url(../images/top-arrow.svg) no-repeat center center;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/********************************
    back-to-top Arrow End
*********************************/
/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/
/* - Header Style  //---------------- */
header#header {
    background: transparent;
    top: 0;
    width: 100%;
    border: none;
    z-index: 2;
    padding: 0;
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

header#header.navbar {
    margin-bottom: 0;
    border-radius: 0px;
}

.logo .navbar-brand {
    height: auto;
    padding: 0;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

/* Navigation Menu Style */
ul.navbar-nav > li.level {
    margin: 0 20px;
    position: unset;
}

ul.navbar-nav > li.level > a {
    color: #fff;
    width: 100%;
    padding: 25px 0 25px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

ul.navbar-nav > li.level > a.active {
    color: #65bc7b;
}

ul.navbar-nav > li.level > a.active:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

ul.navbar-nav > li.level > a:focus {
    color: #65bc7b;
}

ul.navbar-nav > li.level > a:before {
    background: #65bc7b;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

ul.navbar-nav > li.level:hover > a {
    color: #65bc7b;
}

ul.navbar-nav > li.level:hover > a:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li a {
    color: #1f2022;
    display: inline-block;
    padding: 8px 20px;
    width: 100%;
    position: relative;
    text-transform: capitalize;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.side-toggle {
    display: none;
}

.side-toggle .menu-back {
    position: absolute;
    left: 15px;
    top: 0;
    display: none;
}

.get-in-touch .modal-content {
    padding: 20px 15px;
}

.get-in-touch .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

/* - Header Style End  //---------------- */
/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/
/* - Bread Crumb Style Start  //---------------- */
.bread.bread-banner {
    background: url(../images/bread-banner.jpg) no-repeat scroll center center;
    background-size: cover;
    padding-top: 125px;
}

.bread.bread-banner .bread-detail {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0 !important;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.bread.bread-banner .bread-detail .bread-title {
    color: #65bc7b;
}

.bread.bread-banner .bread-detail h1 {
    max-width: 600px;
    font-weight: 800;
    color: #fff;
    margin: 0 auto;
}

.bread.bread-banner .bread-detail .bread-crumb ul li a {
    color: #888888;
}

.bread.bread-banner .bread-detail .bread-crumb ul li a:hover {
    color: #65bc7b;
}

.bread.bread-banner .bread-detail .bread-crumb ul li.active a {
    color: #fff;
    cursor: default;
}

.bread.bread-banner .bread-detail .bread-crumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.bread.bread-banner .bread-detail .bread-crumb .breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
    color: #888888;
    content: "/";
}

/* - Bread Crumb Style End  //---------------- */
/* - Banner Style Start  //---------------- */
.banner-bg {
    padding: 150px 0 300px;
    position: relative;
    z-index: 0;
    background: radial-gradient(circle, #000925 0%, #001e48 50%, #000925 100%);
}

.banner-bg:after {
    background: transparent url("../images/particles.png") no-repeat scroll center center;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100% - 150px);
    z-index: -1;
}

.banner .bg-shape .banner-shape {
    position: absolute;
    opacity: 0.2;
}

.banner .bg-shape .banner-shape.shape-1 {
    top: 22%;
    left: 10%;
}

.banner .bg-shape .banner-shape.shape-2 {
    top: 12%;
    left: 35%;
}

.banner .bg-shape .banner-shape.shape-3 {
    top: 28%;
    left: 25%;
}

.banner .bg-shape .banner-shape.shape-4 {
    top: 50%;
    left: 3%;
}

.banner .bg-shape .banner-shape.shape-5 {
    top: 80%;
    left: 15%;
}

.banner .bg-shape .banner-shape.shape-6 {
    top: 65%;
    left: 30%;
}

.banner .bg-shape .banner-shape.shape-7 {
    top: 70%;
    left: 45%;
}

.banner-detail .banner-detail-inner .banner-title {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    margin: 0;
}

.banner-detail .banner-detail-inner > p {
    margin-bottom: 30px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.banner-img {
    -webkit-animation: MoveUpDown 2s linear infinite;
    animation: MoveUpDown 2s linear infinite;
    position: relative;
}

@-webkit-keyframes MoveUpDown {
    0%, 100% {
        top: 0;
    }
    50% {
        top: 10px;
    }
}

@keyframes MoveUpDown {
    0%, 100% {
        top: 0;
    }
    50% {
        top: 10px;
    }
}

/* wave-content */
.wave-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.wave-content .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url("../images/wave.svg");
}

.wave-content .wave.wave1 {
    background: url("../images/wave.svg");
    -webkit-animation: animate 30s linear infinite;
    animation: animate 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    bottom: 0;
    height: 118px;
}

.wave-content .wave.wave2 {
    background: url("../images/wave-1.svg");
    -webkit-animation: animate2 20s linear infinite;
    animation: animate2 20s linear infinite;
    z-index: 999;
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    bottom: 0;
    height: 265px;
}

.wave-content .wave.wave3 {
    background: url("../images/wave-2.svg");
    -webkit-animation: animate 18s linear infinite;
    animation: animate 18s linear infinite;
    z-index: 998;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    bottom: 0;
    height: 265px;
}

.wave-content .wave.wave4 {
    background: url("../images/wave-3.svg");
    -webkit-animation: animate2 25s linear infinite;
    animation: animate2 25s linear infinite;
    z-index: 997;
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    bottom: 0;
    height: 163px;
}

@-webkit-keyframes animate {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1920px;
    }
}

@keyframes animate {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1920px;
    }
}

@-webkit-keyframes animate2 {
    0% {
        background-position-x: 1920px;
    }
    100% {
        background-position-x: 0;
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 1920px;
    }
    100% {
        background-position-x: 0;
    }
}

/* wave-content End */
/* - Banner Style End  //---------------- */
/* - Our Services Style Start //---------------- */
.service-box {
    height: 277px;
    padding: 30px 20px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.service-box:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: 20%;
    background: transparent;
    border-radius: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box.service-box-1:after {
    background-color: #7656ac;
}

.service-box.service-box-2:after {
    background-color: #00bbdd;
}

.service-box.service-box-3:after {
    background-color: #6174af;
}

.service-box.service-box-4:after {
    background-color: #65bc7b;
}

.service-box.service-box-5:after {
    background-color: #d24280;
}

.service-box.service-box-6:after {
    background-color: #0024d8;
}

.service-box.service-box-7:after {
    background-color: #9d36de;
}

.service-box.service-box-8:after {
    background-color: #ff601a;
}

.service-box .service-inner {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.service-box .service-detail {
    top: 0;
    visibility: hidden;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box h4 {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.service-box:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    opacity: 1;
}

.service-box:hover .service-inner {
    height: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 0;
}

.service-box:hover .service-detail {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.service-box:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.service-box:hover h4 {
    color: #fff;
}

.service-box .btn.btn-link {
    color: #fff;
}

.service-box .btn.btn-link:hover {
    color: #fff;
}

.service-box .btn .btn-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.service-box .btn:hover .btn-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/* - Our Services Style End //---------------- */
/* - Our Services Details Style start //---------------- */
.service-single-detail {
    margin-bottom: 50px;
}

.service-single-detail .icon {
    background: rgba(101, 188, 123, 0.2);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    float: left;
}

.service-single-detail .icon img {
    width: 44px;
    height: 44px;
}

.service-detail-content {
    margin-left: 110px;
}

.single-detail-title {
    font-size: 22px;
    font-weight: 500;
}

.description p:last-child {
    margin-bottom: 0;
}

/* - Our Services Details End //---------------- */
/* - Technology Style Start //---------------- */
.bg-img {
    background: url(../images/technology-bg.jpg) no-repeat scroll center center;
    background-size: cover;
}

.technology-box .icon {
    height: 50px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.technology-box .technology-title a {
    font-size: 16px;
    color: #fff;
}

.technology-box .technology-title a:hover {
    color: #65bc7b;
}

/* - Technology Style End //---------------- */
/* - Counter Style Start //---------------- */
.success-year .year-info h2 {
    font-weight: 400;
}

.success-year .year-info span {
    color: #65bc7b;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.counter-area .counters-item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 60px 20px;
}

.counter-area .counters-item .count-number {
    color: #65bc7b;
    font-size: 44px;
    line-height: 44px;
    font-weight: 800;
}

.counter-area .counters-item .count-title {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.counter-area [class*="col-"]:last-child .counters-item {
    border-right: none;
}

/* - Counter Style End //---------------- */
/* - Reviews Style Start //---------------- */
.review-slider.owl-carousel {
    padding-bottom: 50px;
}

.review-item {
    margin-bottom: 10px;
}

.review-item .review-img {
    width: 80px;
    height: 80px;
    margin-bottom: -40px;
}

.review-item .review-des {
    max-height: 128px;
    height: 128px;
    overflow: hidden;
}

.review-item .review-des p {
    font-size: 16px;
}

.review-item .review-des p:last-child {
    margin-bottom: 0;
}

/*- Rating star Start //---------------- */
.rating-summary-block .rating-result {
    display: inline-block;
    position: relative;
    text-align: left;
}

.rating-summary-block .rating-result:before {
    color: #cecece;
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    height: 16px;
    left: 0;
    letter-spacing: 5px;
    line-height: 16px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.rating-summary-block .rating-result > span {
    display: block;
    overflow: hidden;
}

.rating-summary-block .rating-result > span:before {
    color: #f2b827;
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    height: 16px;
    letter-spacing: 5px;
    line-height: 16px;
    position: relative;
    z-index: 1;
}

/*- Rating star End //---------------- */
.designation {
    color: #65bc7b;
}

/* - Reviews Style End //---------------- */
/* - Latest News Style Start //---------------- */
.blog-item {
    border-radius: 5px;
}

.blog-item .blog-media {
    overflow: hidden;
    background: #001c44;
    position: relative;
    z-index: 0;
    border-radius: 5px 5px 0 0;
}

.blog-item .blog-media img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.blog-item a.read {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.blog-item a.read:after {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 900;
    border: 2px solid #fff;
    color: #fff;
    height: 45px;
    width: 45px;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
}

.blog-item:hover .blog-media img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item:hover a.read {
    opacity: 1;
    filter: alpha(opacity=100);
}

.blog-item .blog-effect:before, .blog-item .blog-effect:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog-item .blog-effect:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.blog-item .blog-effect:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.blog-item:hover .blog-effect:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.blog-item:hover .blog-effect:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.blog-title {
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-title a {
    color: #1f2022;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    width: 100%;
}

.blog-title a:hover {
    color: #65bc7b;
}

.blog-detail .post-info ul li {
    color: #65bc7b;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding-right: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.blog-detail .post-info ul li a {
    color: #65bc7b;
}

.blog-detail .post-info ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.blog-detail .post-info ul li:last-child:after {
    display: none;
}

.blog-detail .post-info ul li:after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
}

.blog-detail p.dec {
    max-height: 44px;
    height: 44px;
    overflow: hidden;
}

/* - Latest News Style End //---------------- */
/* - Our Partners Style End //---------------- */
.partner-logo .logo {
    padding: 20px 20px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

/* - Our Partners Style End //---------------- */
/* - Our Projects Style End //---------------- */
.project-box .img-overlay {
    overflow: hidden;
}

.project-box .img-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(101, 188, 123, 0.8);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.project-box .project-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.project-box .project-inner .project-logo {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.project-box .project-inner .project-btn {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.project-box .project-inner .btn:hover {
    color: #fff;
}

.project-box .project-inner .btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.project-box .project-detail {
    position: absolute;
    bottom: -80px;
    left: 25px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.project-box .project-detail span {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.project-box .project-detail p {
    margin-bottom: 0;
    max-width: 400px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    width: 100%;
}

.project-box:hover .img-overlay:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.project-box:hover .project-logo {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.project-box:hover .project-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.project-box:hover .project-detail {
    bottom: 25px;
}

/* - Our Projects Style End //---------------- */
/*- Projects Details Style Start //---------------- */
.project-scope .owl-stage-outer {
    padding: 75px 0 110px;
    margin: -20px 0 0;
}

.project-scope .owl-item {
    z-index: 0;
    opacity: 0.8;
}

.project-scope .owl-item.active .item {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.project-scope .owl-item.active.center {
    z-index: 1;
    opacity: 1;
}

.project-scope .owl-item.active.center .item {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* - Projects Details Style End //---------------- */
/*- Pagination Style Start //---------------- */
.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-carousel .owl-dots button.owl-dot {
    background: rgba(101, 188, 123, 0.6);
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 100%;
}

.owl-carousel .owl-dots button.owl-dot.active {
    width: 25px;
    background: #65bc7b;
    border-radius: 20px;
}

/*- Pagination Style End //---------------- */
/* - Slider icon Style Start //---------------- */
.owl-carousel .owl-nav button[class*="owl-"] {
    position: absolute;
    height: 23px;
    width: 14px;
    text-align: center;
    opacity: 0.5;
    top: 50%;
    padding: 4px 15px;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.owl-carousel .owl-nav button[class*="owl-"] span {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
    background: url("../images/slider-arrow-prev.svg") no-repeat scroll 0 0 transparent;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-carousel .owl-nav button.owl-prev.disabled:hover {
    opacity: 0.5;
    cursor: default;
}

.owl-carousel .owl-nav button.owl-next {
    right: -50px;
    background: url("../images/slider-arrow-next.svg") no-repeat scroll 0 0 transparent;
}

.owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-carousel .owl-nav button.owl-next.disabled:hover {
    opacity: 0.5;
    cursor: default;
}

.project-scope .owl-carousel .owl-nav {
    position: absolute;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.project-scope .owl-carousel .owl-nav button.owl-prev {
    left: -90px;
}

.project-scope .owl-carousel .owl-nav button.owl-next {
    right: -90px;
}

/* - Slider icon Style End //---------------- */
/* - Sidebar CSS Start //---------------- */
.sidebar-block {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-block .sidebar-box {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar-block.sidebar-block-1 .sidebar-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-title h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
}

/* - Sidebar search-box CSS Start //---------------- */
.search-box {
    position: relative;
}

.search-box .search-btn {
    background: url("../images/sprite.png") no-repeat scroll -8px -131px #65bc7b;
    border: none;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    border-radius: 0 5px 5px 0;
}

/* - Sidebar search-box CSS End //---------------- */
/* - Sidebar list-catergory CSS End //---------------- */
.list-catergory ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0 10px 0;
}

.list-catergory ul li:first-child {
    padding-top: 0;
}

.list-catergory ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.list-catergory ul li a {
    display: inline-block;
    width: 100%;
    position: relative;
}

.list-catergory ul li a:hover {
    padding-left: 10px;
}

.list-catergory ul li a span {
    float: right;
}

/* - Sidebar list-catergory CSS End  //---------------- */
/* - Sidebar listing-archive CSS End  //---------------- */
.listing-archive ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0 10px 0;
}

.listing-archive ul li:first-child {
    padding-top: 0;
}

.listing-archive ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.listing-archive ul li a {
    padding-left: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.listing-archive ul li a:after {
    content: "";
    background: rgba(0, 0, 0, 0) url(../images/right-arrow.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.listing-archive ul li a span {
    float: right;
}

/* - Sidebar listing-archive CSS End //---------------- */
/* - Sidebar project single details CSS End //---------------- */
.our-project-single .sidebar-block .sidebar-box {
    margin-bottom: 0;
    padding-bottom: 40px;
    border-bottom: none;
}

.our-project-single .sidebar-block .sidebar-box .sidebar-contant {
    display: block;
    padding-bottom: 0;
}

.our-project-single .sidebar-block .sidebar-box .sidebar-contant ul li {
    padding-bottom: 10px;
}

.our-project-single .sidebar-block .sidebar-box .sidebar-contant ul li:last-child {
    padding-bottom: 0;
}

.our-project-single .sidebar-block .sidebar-box .sidebar-contant ul li span {
    font-size: 16px;
    color: #1f2022;
    padding-left: 20px;
    position: relative;
}

.our-project-single .sidebar-block .sidebar-box .sidebar-contant ul li span:before {
    content: "";
    background: url(../images/arrow-solid-right.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.our-project-single .sidebar-block .sidebar-box .sidebar-contant ul.social-icon li {
    padding-bottom: 0 !important;
}

.our-project-single .sidebar-block .sidebar-box .sidebar-contant .meta-name span {
    font-weight: 600;
}

.our-project-single .sidebar-block .sidebar-box .sidebar-contant .meta-detail span {
    color: #888888;
}

.our-project-single .sidebar-block .sidebar-box .sidebar-contant .meta-detail a {
    color: #0024d8;
}

.our-project-single .sidebar-block .row [class*="col-"]:last-child .sidebar-box:last-child {
    padding-bottom: 0;
}

/* - Sidebar project single details CSS End  //---------------- */
/* - Sidebar Tag CSS Start //---------------- */
ul.tagcloud {
    margin-bottom: -10px;
}

ul.tagcloud li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.tagcloud li a {
    border: 1px solid #eaeaea;
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}

ul.tagcloud li a:hover {
    border-color: #65bc7b;
    background: #65bc7b;
    color: #fff;
}

/* - Sidebar Tag CSS END //---------------- */
/* - Sidebar media CSS Start //---------------- */
.sidebar-contant .thumb-box figure {
    display: -ms-grid;
    display: grid;
    grid-gap: 0;
    -ms-grid-columns: 108px 1fr;
    grid-template-columns: 108px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0;
}

.sidebar-contant .thumb-box:last-child figure {
    margin-bottom: 0;
}

.sidebar-contant .thumb-box .thumb-detail-info a {
    color: #1f2022;
    font-size: 16px;
    font-weight: 500;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.sidebar-contant .thumb-box:hover .thumb-detail-info a {
    color: #65bc7b;
}

.media-img a img {
    border-radius: 5px;
}

.static-sidebar .sidebar-contant .thumb-box .thumb-detail-info {
    width: auto;
}

.static-sidebar .sidebar-contant .thumb-box .thumb-detail-info a {
    white-space: normal;
}

/* - Sidebar media CSS END //---------------- */
#sidebar {
    z-index: 1;
}

/* - Sidebar CSS End //---------------- */
/* - Single Blog Page CSS Start //---------------- */
.blockquote {
    position: relative;
    font-size: 16px;
    z-index: 0;
}

.blockquote:before {
    content: "\f10e";
    position: absolute;
    left: 0px;
    top: 0px;
    color: #cecece;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 80px;
    line-height: normal;
    pointer-events: none;
    z-index: -1;
    opacity: 0.6;
}

.blockquote-footer {
    font-size: 16px;
    color: #65bc7b;
}

.blog-item ul.tagcloud li {
    margin-bottom: 0;
}

.blog-item .blog-detail .single-blog-detail p {
    -webkit-line-clamp: unset;
}

.blog_post_footer {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.blog_post_footer ul.social-icon li {
    padding: 0 4px;
}

.blog_post_footer ul.social-icon li:first-child {
    padding-left: 0;
}

.blog_post_footer ul.social-icon li:last-child {
    padding-right: 0;
}

/* - Single Blog Page CSS End //---------------- */
/* - Comment CSS Start //---------------- */
.comment-list > li {
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}

.comments-area > .comment-list > li:first-child {
    border: none;
    padding-top: 0;
}

.comment-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-detail .user-name {
    color: #1f2022;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
}

.comment-detail .post-info ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.comment-detail .post-info ul li {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    padding: 0;
}

.comment-detail a .fa {
    margin-right: 5px;
}

.comment-user .rating-summary-block {
    margin-bottom: 0;
}

.comment-info {
    margin-left: 20px;
}

ul.child-comment {
    margin-left: 63px;
}

.show-comment .progress {
    width: 160px;
    height: 5px;
}

/* - Comment CSS End //---------------- */
/* - Our Skills Style Start //---------------- */
.progress-skills {
    overflow: hidden;
}

.progress-skills .skill-title {
    color: #1f2022;
}

.progress-skills .progress {
    height: 8px;
    background-color: rgba(101, 188, 123, 0.4);
    overflow: visible;
}

.progress-skills .progress .progress-bar {
    background-color: #65bc7b;
    border-radius: 5px;
    position: relative;
    overflow: visible;
}

.progress-skills .progress .progress-bar:after {
    content: attr(data-value);
    position: absolute;
    top: -26px;
    right: 0;
    color: #1f2022;
}

/* - Our Skills Style End //---------------- */
/* - Our Team Style Start //---------------- */
.team-item {
    background: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-detail .team-info {
    position: relative;
}

.team-detail .team-info .sub-title {
    color: #65bc7b;
}

/* - Our Team Style End //---------------- */
/* - Login Register Style Start //---------------- */
.form-bg {
    background: #fff;
    border-radius: 5px;
}

.main-form .control-label {
    margin-bottom: 0;
    margin-top: 8px;
    text-align: right;
}

.login-form .main-form input {
    padding-left: 50px;
}

.login-form .check-box label {
    display: block;
}

.input-box {
    position: relative;
}

.input-box .input-icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    text-align: center;
    border-right: 1px solid #eaeaea;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-box .input-icon.icon-eye {
    right: 0;
    left: auto;
    top: 50%;
    border-right: none;
    padding-right: 0;
}

.form-section .checkbox + label:before {
    margin-top: 0;
}

.form-section .checkbox:checked + label:after {
    margin-top: 3px;
}

.forgot-password {
    font-weight: 500;
    display: inline-block;
}

.different-login {
    position: relative;
}

.different-login span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
}

.different-login:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #eaeaea;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.another-login ul li {
    display: inline-block;
}

.another-login .btn {
    color: #fff;
}

.btn-facebook {
    background: #3d5b99;
}

.btn-google {
    background: #d55344;
}

.recover-step span {
    color: #65bc7b;
}

/* - Login Register Css End //---------------- */
/* - Element css Strat //---------------- */
/* - Accordion CSS Start //---------------- */
.accordion {
    z-index: 0;
    position: relative;
}

.accordion .accordion-item {
    border-bottom: 1px solid #eaeaea !important;
}

.accordion .accordion-item .accordion-body {
    color: #888888;
}

.accordion .accordion-header {
    display: inline-block;
    position: relative;
    color: #1f2022;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.accordion.style-2 {
    --bs-accordion-border-width: 0;
}

.accordion.style-2 .accordion-button {
    padding-left: 0;
}

.accordion.style-2 .accordion-body {
    padding-left: 0;
}

.accordion.style-3 .accordion-item {
    margin-bottom: 15px;
    border-radius: 5px;
    border: none !important;
}

.accordion.style-3 .accordion-item .accordion-button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #65bc7b;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion.style-3 .accordion-item .accordion-button.collapsed {
    background: #fff;
    color: #1f2022;
    border-radius: 5px;
}

.accordion.style-3 .accordion-item .accordion-button.collapsed:after {
    background: #1f2022;
}

.accordion.style-3 .accordion-item .accordion-button.collapsed:before {
    background: #1f2022;
}

.accordion.style-3 .accordion-item .accordion-button.collapsed:hover:after {
    background: #fff;
}

.accordion.style-3 .accordion-item .accordion-button.collapsed:hover:before {
    background: #fff;
}

.accordion.style-3 .accordion-item .accordion-button:hover {
    background: #65bc7b;
    color: #fff;
}

.accordion.style-3 .accordion-item .accordion-button:after {
    background: #fff;
}

.accordion.style-3 .accordion-item .accordion-button:before {
    background: #fff;
}

.accordion.style-3 .accordion-item .accordion-body {
    padding: 20px 24px;
}

.accordion.style-4 .accordion-item {
    margin-bottom: 15px;
    border-radius: 5px;
    border: none !important;
}

.accordion.style-4 .accordion-item .accordion-button {
    border-radius: 5px;
}

.accordion.style-4 .accordion-item .accordion-body {
    padding: 20px 24px;
}

.accordion.style-5 .accordion-item {
    margin-bottom: 15px;
    border-radius: 5px;
    border: none !important;
    border-left: 5px solid #65bc7b !important;
}

.accordion.style-5 .accordion-item .accordion-button {
    border-radius: 5px;
    color: #1f2022;
    background-color: rgba(101, 188, 123, 0.4);
    padding-left: 50px;
    padding-right: 20px;
}

.accordion.style-5 .accordion-item .accordion-button.collapsed {
    background-color: rgba(101, 188, 123, 0.2);
}

.accordion.style-5 .accordion-item .accordion-button:after {
    right: auto;
    left: 23px;
}

.accordion.style-5 .accordion-item .accordion-button:before {
    right: auto;
    left: 16px;
}

.accordion.style-5 .accordion-item .accordion-button:not(.collapsed):after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion.style-5 .accordion-item .accordion-button:not(.collapsed):before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion.style-5 .accordion-item .accordion-body {
    padding: 20px 24px;
    padding-left: 50px;
    background-color: rgba(101, 188, 123, 0.4);
    color: #1f2022;
}

.accordion.style-6 .accordion-item {
    margin-bottom: 13px;
    border-radius: 5px;
    border: none !important;
}

.accordion.style-6 .accordion-item .accordion-button {
    border-radius: 5px;
    border: 1px solid #65bc7b;
}

.accordion.style-6 .accordion-item .accordion-button.collapsed {
    border: 1px solid #eaeaea;
}

.accordion.style-6 .accordion-item .accordion-button:hover {
    border: 1px solid #65bc7b;
}

.accordion.style-6 .accordion-item .accordion-body {
    padding: 20px 24px;
}

.accordion.style-7 .accordion-item {
    border-radius: 0;
    border: none !important;
    border-bottom: 1px solid #24a846 !important;
}

.accordion.style-7 .accordion-item:last-child {
    border-bottom: none !important;
}

.accordion.style-7 .accordion-item:last-child .accordion-button.collapsed {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accordion.style-7 .accordion-item:last-child .accordion-collapse .accordion-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accordion.style-7 .accordion-item:first-child .accordion-button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.accordion.style-7 .accordion-item .accordion-button {
    border-radius: 0;
    color: #fff;
    background-color: #65bc7b;
    padding-left: 50px;
    padding-right: 20px;
}

.accordion.style-7 .accordion-item .accordion-button:after {
    right: auto;
    left: 23px;
    background: #fff;
}

.accordion.style-7 .accordion-item .accordion-button:before {
    right: auto;
    left: 16px;
    background: #fff;
}

.accordion.style-7 .accordion-item .accordion-button:not(.collapsed):after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion.style-7 .accordion-item .accordion-button:not(.collapsed):before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion.style-7 .accordion-item .accordion-body {
    padding: 20px 24px;
    padding-left: 50px;
    color: #fff;
    background-color: #1f2022;
    position: relative;
}

.accordion.style-7 .accordion-item .accordion-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 17px;
    border-color: #65bc7b transparent transparent;
    border-style: solid;
    border-width: 7px;
}

.accordion-button {
    white-space: unset;
    padding-right: 40px;
}

.accordion-button:not(.collapsed) {
    color: #65bc7b;
    background-color: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.accordion-button:not(.collapsed):after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-button:hover {
    color: #65bc7b;
    background-color: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-button:after {
    background-image: none !important;
    content: "";
    width: 2px;
    height: 16px;
    position: absolute;
    top: 18px;
    right: 28px;
    background: #1f2022;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.accordion-button:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #1f2022;
    top: 25px;
    right: 21px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.accordion-body {
    padding-top: 0;
}

/* - Accordion CSS End //---------------- */
/* - pagination CSS Start //---------------- */
.pagination-bar ul li {
    float: left;
    margin: 0 2px;
    font-size: 20px;
}

.pagination-bar ul li a {
    height: 37px;
    width: 37px;
    display: inline-block;
    line-height: 37px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
}

.pagination-bar ul li a i {
    font-size: 18px;
    line-height: 37px;
}

.pagination-bar ul li a img {
    margin-bottom: 2px;
}

.pagination-bar ul li.active a {
    background: #65bc7b;
    color: #fff !important;
}

.pagination-bar ul li.inactive a {
    background: transparent;
    color: #888888 !important;
    pointer-events: none;
}

.pagination-bar ul li.inactive:hover a {
    background: transparent;
    color: #888888 !important;
}

.pagination-bar ul li:hover a {
    background: #65bc7b;
    color: #fff !important;
}

.pagination-bar ul li:hover a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.pagination-bar.style-2 ul li a {
    background: #eaeaea;
}

.pagination-bar.style-2 ul li:hover a {
    background: #65bc7b;
    color: #fff !important;
}

.pagination-bar.style-2 ul li.active a {
    background: #65bc7b;
    color: #fff !important;
}

.pagination-bar.style-2 ul li.inactive a {
    background: transparent;
    color: #888888 !important;
    pointer-events: none;
}

.pagination-bar.style-2 ul li.inactive:hover a {
    background: transparent;
    color: #888888 !important;
}

.pagination-bar.pagination-bar-simple ul li {
    margin: 0 13px;
}

.pagination-bar.pagination-bar-simple ul li a {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 16px;
    border-radius: 0;
    vertical-align: middle;
    -webkit-transform-origin: 50% 70%;
    transform-origin: 50% 70%;
}

.pagination-bar.pagination-bar-simple ul li a i {
    font-size: 16px;
    line-height: normal;
}

.pagination-bar.pagination-bar-simple ul li a.page-link-prev > * + *, .pagination-bar.pagination-bar-simple ul li a.page-link-next > * + * {
    margin-left: 8px;
}

.pagination-bar.pagination-bar-simple ul li.active a {
    background: transparent;
    color: #65bc7b !important;
}

.pagination-bar.pagination-bar-simple ul li:hover a {
    background: transparent;
    color: #65bc7b !important;
}

.pagination-bar.pagination-bar-sm ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.pagination-bar.pagination-bar-sm ul li a i {
    line-height: 30px;
}

.pagination-bar.pagination-bar-lg ul li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 18px;
}

.pagination-bar.pagination-bar-lg ul li a i {
    font-size: 20px;
    line-height: 45px;
}

.pagination-bar.pagination-bar-rounded ul li a {
    border-radius: 50%;
}

.show-item h5 {
    font-size: 14px;
}

.single-post-nav {
    position: relative;
}

.single-post-nav:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #eaeaea;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-post-nav .link .next-prev {
    font-size: 18px;
    line-height: 20px;
}

.single-post-nav .link .media-body .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

.single-post-nav .link .thumb-img {
    max-width: 60px;
}

.single-post-nav.style-2 .link .next-prev {
    font-size: 14px;
    line-height: 18px;
}

.progress-bar {
    background-color: #65bc7b;
}

/* - pagination CSS End //---------------- */
/* - Alert CSS End //---------------- */
.alert-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.alert-icon {
    margin-right: 10px;
}

.alert-controls * + * {
    margin-left: 20px;
}

.alert-dismissible .btn-close {
    z-index: 0;
}

/* - Alert CSS End //---------------- */
/* - Typography CSS End //---------------- */
.typography * + h1, .typography * + .h1, .typography * + h2, .typography * + .h2, .typography * + h3, .typography * + .h3, .typography * + h4, .typography * + .h4, .typography * + h5, .typography * + .h5, .typography * + h6, .typography * + .h6 {
    margin-top: 24px;
    font-weight: 600;
}

.typography ul li {
    color: #1f2022;
    line-height: 20px;
}

.typography ol li {
    color: #1f2022;
    line-height: 20px;
}

.typography dl {
    color: #1f2022;
}

.list > li {
    position: relative;
    padding: 5px 0 5px 15px;
}

.list > li:before {
    content: "";
    background: rgba(0, 0, 0, 0) url(../images/right-arrow.svg) no-repeat center center;
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 12px;
}

.list .list {
    padding-left: 10px;
}

ol.list-ordered {
    list-style: decimal;
    padding-left: 15px;
}

ol.list-ordered li {
    padding: 5px 0;
}

.drop-cap {
    color: #1f2022;
}

.drop-cap:first-letter {
    float: left;
    font-size: 6rem;
    margin: 0.1em 0.1em 0.2em 0;
}

/* - Typography CSS End //---------------- */
/* - Grid system CSS Start //---------------- */
.example-row {
    margin: 0 12px;
}

.col-example + .col-example {
    margin-top: 50px;
}

.col-example .row + .row {
    margin-top: 20px;
}

.col-example [class^="col"] {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: rgba(101, 188, 123, 0.1);
    border: 1px solid rgba(101, 188, 123, 0.25);
}

.highlight pre {
    font-size: 14px;
}

.highlight .nt {
    color: #ff601a;
}

.highlight .na {
    color: #7656ac;
}

.highlight .s {
    color: #0024d8;
}

/* - Grid system CSS End //---------------- */
/* - Tabs CSS Start //---------------- */
.nav-tabs .nav-link, .nav-pills .nav-link {
    color: #1f2022;
    font-size: 15px;
    font-weight: 500;
}

.nav-tabs .nav-link:after, .nav-pills .nav-link:after {
    content: attr(data-value);
    position: absolute;
    top: -4px;
    right: 12px;
    font-size: 12px;
}

.custom-tab .nav-tabs {
    border-bottom: none;
}

.custom-tab .nav-tabs .nav-link {
    border: none !important;
    padding: 10px 20px;
    margin-bottom: 0;
}

.custom-tab .nav-tabs .nav-link.active {
    color: #65bc7b;
    background-color: transparent;
    border-color: transparent;
}

.custom-tab .nav-tabs .nav-link:hover {
    color: #65bc7b;
    border: none;
    isolation: unset;
}

.custom-tab .nav-tabs .nav-item + .nav-item {
    position: relative;
}

.custom-tab .nav-tabs .nav-item + .nav-item:before {
    display: inline-block;
    background: #cecece;
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    top: 50%;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.border-tab .nav-tabs .nav-link {
    padding: 13px 20px;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.border-tab .nav-tabs .nav-link.active {
    color: #65bc7b;
}

.border-tab .nav-tabs .nav-link:hover {
    color: #65bc7b;
}

.border-tab .nav-tabs .nav-link:after {
    top: 0;
}

.left-tab.border-tab .nav-tabs {
    display: block;
    border-bottom: none;
}

.left-tab.border-tab .nav-tabs .nav-item {
    border-bottom: 1px solid #eaeaea;
}

.left-tab.border-tab .nav-tabs .nav-item .nav-link {
    padding: 13px 20px 13px 0;
    margin: 0;
    border: none;
}

.left-tab.border-tab .nav-tabs .nav-item:last-child {
    border-bottom: none;
}

.pills-tab .nav-pills .nav-link {
    padding: 13px 20px;
    font-size: 14px;
    margin: 0 5px;
    background: rgba(101, 188, 123, 0.4);
    color: #1f2022;
}

.pills-tab .nav-pills .nav-link.active {
    color: #fff;
    background: #65bc7b;
}

.pills-tab .nav-pills .nav-link:hover {
    color: #fff;
    background: #65bc7b;
}

.pills-tab .nav-pills .nav-link:after {
    top: 0;
}

.pills-tab .nav-pills .nav-item:first-child .nav-link {
    margin-left: 0;
}

.pills-tab .nav-pills .nav-item:last-child .nav-link {
    margin-right: 0;
}

.left-tab.pills-tab .nav-pills {
    display: block;
}

.left-tab.pills-tab .nav-pills .nav-link {
    width: 100%;
    margin: 10px 0;
}

.left-tab.pills-tab .nav-pills .nav-link:after {
    display: none;
}

.left-tab.pills-tab .nav-pills .nav-item:first-child .nav-link {
    margin-top: 0;
}

.left-tab.pills-tab .nav-pills .nav-item:last-child .nav-link {
    margin-bottom: 0;
}

/* - Tabs CSS End //---------------- */
/* - Icons CSS Start //---------------- */
.icons .icon {
    font-size: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icons .icon i {
    padding: 40px 20px;
    display: inline-block;
    font-size: 30px;
    background: #f6f6f6;
    border-radius: 5px;
    color: #65bc7b;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icons .icon:hover {
    color: #65bc7b;
}

.icons .icon:hover i {
    background: #65bc7b;
    color: #fff;
}

/* - Icons CSS End //---------------- */
/* - Element css End //---------------- */
/*---------- Contact Page CSS Start ----------*/
.contact-map iframe {
    min-height: 450px;
    width: 100%;
}

.contact-title {
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.contact-title:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #65bc7b;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contact-box .contact-icon {
    background: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px rgba(31, 32, 34, 0.15);
    box-shadow: 0 2px 10px rgba(31, 32, 34, 0.15);
}

.contact-box .contact-icon svg {
    width: 40px;
    height: 40px;
    fill: #3b71ff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*--------------- Contact Page CSS End ---------------*/
/* - 404 Error css Strat //---------------- */
.error-block-main {
    background: url(../images/error-bg.jpg) no-repeat center center;
    background-size: cover;
}

/* - 404 Error css End //---------------- */
/*_______________________________________________________
// Footer Style Start  //----------------------------
_______________________________________________________*/
.footer {
    background: url(../images/footer-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    color: #fff;
    z-index: 0;
    letter-spacing: 0.5;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #65bc7b;
}

.footer hr {
    border-top: 1px solid #fff;
    opacity: 0.2;
}

.footer .newsletter-box input.form-control {
    width: auto;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #fff;
}

.footer-static-block .title {
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}

.footer-static-block .footer-block-contant p {
    margin-bottom: 0;
}

.footer-static-block .footer-block-contant ul li {
    padding: 8px 0;
}

.footer-static-block .footer-block-contant ul li:first-child {
    padding-top: 0;
}

.footer-static-block .footer-block-contant ul li:last-child {
    padding-bottom: 0;
}

.footer-static-block .footer-block-contant ul li:last-child p {
    margin-bottom: 0;
}

.footer-static-block .footer-block-contant ul.link li a:hover {
    padding-left: 10px;
}

.footer-map {
    position: relative;
}

.footer-map .map-point {
    position: absolute;
    width: 100%;
    max-width: 381px;
    height: 100%;
    left: 0;
    top: 0;
}

.footer-map .map-point a:hover .dots .country {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.footer-map .map-point .dots {
    position: absolute;
}

.footer-map .map-point .dots.dots-1 {
    left: 10%;
    top: 20%;
}

.footer-map .map-point .dots.dots-1:not(:hover):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.footer-map .map-point .dots.dots-2 {
    left: 30%;
    top: 65%;
}

.footer-map .map-point .dots.dots-2:not(:hover):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.footer-map .map-point .dots.dots-3 {
    left: 55%;
    top: 45%;
}

.footer-map .map-point .dots.dots-3:not(:hover):before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.footer-map .map-point .dots.dots-4 {
    left: 60%;
    top: 30%;
}

.footer-map .map-point .dots.dots-4:not(:hover):before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.footer-map .map-point .dots.dots-5 {
    left: auto;
    top: 25%;
    right: 20%;
}

.footer-map .map-point .dots.dots-5:before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.footer-map .map-point .dots.dots-6 {
    left: auto;
    top: 75%;
    right: 14%;
}

.footer-map .map-point .dots.dots-6:not(:hover):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.footer-map .map-point .dots:not(:hover):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #65bc7b;
    border-radius: 50%;
    -webkit-animation: zooming 2s infinite;
    animation: zooming 2s infinite;
}

.footer-map .map-point .dots .country {
    background: #fff;
    color: #1f2022;
    padding: 3px 20px;
    position: absolute;
    top: 17px;
    left: 50%;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(15%);
    transform: translateX(-50%) translateY(15%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-map .map-point .dots .country:before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 5px;
    content: "";
    left: 50%;
    top: -10px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer-map .map-point .dots .hotspot {
    width: 9px;
    height: 9px;
    background: #65bc7b;
    border-radius: 50%;
    position: relative;
    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;
}

@-webkit-keyframes zooming {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}

@keyframes zooming {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}

.footer-address .address-icon {
    margin-right: 15px;
    width: 100%;
    max-width: 35px;
    text-align: center;
}

.footer-address .address-info a {
    display: block;
}

.copy-right a {
    color: #65bc7b;
}

/* - Social Icon Style Start //---------------- */
ul.social-icon li {
    padding-right: 10px;
}

ul.social-icon li:last-child {
    padding-right: 0;
}

ul.social-icon li a {
    color: #1f2022;
    border: 1px solid #1f2022;
    font-size: 20px;
    width: 40px;
    height: 40px;
    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;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 50%;
}

ul.social-icon li a:hover {
    color: #65bc7b;
    border: 1px solid #65bc7b;
}

.footer ul.social-icon li a {
    color: #fff;
    border: 1px solid #fff;
}

.footer ul.social-icon li a:hover {
    color: #65bc7b;
    border: 1px solid #65bc7b;
}

/* - Social Icon Style End //---------------- */
/* - Footer Style End //---------------- */
/*# sourceMappingURL=custom.css.map */