/*General Style*/
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../css/slimmenu.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/aos.css");

/* font-family */
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*font-family: 'Play', sans-serif;
font-family: 'Poppins', sans-serif;*/

html {
    overflow-x: hidden;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    -ms-overflow-style: scrollbar;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 0.54px;
    color: #46494e;
    overflow: hidden;
}
p {
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 0.54px;
}
@media (max-width: 991px) {
    body,p {
        font-size: 17px;
        line-height: 1.8;
    }
}
@media (max-width: 767px) {
    body,p {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.34px;
    }
}
@media (max-width: 575px) {
    body,p {
        font-size: 15px;
    }
}
::-moz-selection {
    background: #1fb18a;
    color: #fff;
}
::-webkit-selection {
    background: #1fb18a;
    color: #fff;
}
/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */
b,
strong {
    font-weight: 600;
}
a {
    color: #1fb18a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #ffab4a;
    outline: 0;
}

h1:not(.site-title):before,
h2:before {
    display: none;
}

h1 {
    font-size: 90px;
    line-height: 1;
    text-transform: capitalize;
}
@media (max-width: 1600px) {
    h1 {
        font-size: 80px;
    }
}
@media (max-width: 1199px) {
    h1 {
        font-size: 70px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 42px;
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 34px;
        line-height: 1.1;
    }
}
@media (max-width: 420px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 56px;
    line-height: 1.1;
}
@media (max-width: 1600px) {
    h2 {
        font-size: 52px;
    }
}
@media (max-width: 1199px) {
    h2 {
        font-size: 48px;
    }
}
@media (max-width: 991px) {
    h2 {
        font-size: 38px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    h2 {
        font-size: 26px;
    }
}
h3 {
    font-size: 28px;
    line-height: 1.3;
}
@media (max-width: 1199px) {
    h3 {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 21px;
    }
}
@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}
h4 {
    font-size: 24px;
    line-height: 1.3;
}
@media (max-width: 1199px) {
    h4 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    h4 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    h4 {
        font-size: 19px;
    }
}
@media (max-width: 575px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-size: 20px;
    line-height: 1.3;
}
@media (max-width: 1199px) {
    h5 {
        font-size: 19px;
    }
}
@media (max-width: 991px) {
    h5 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    h5 {
        font-size: 17px;
    }
}
@media (max-width: 575px) {
    h5 {
        font-size: 16px;
    }
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Play", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 25px 0;
    color: #000000;
}
p,
ol,
ul,
blockquote {
    margin: 0 0 20px;
    padding: 0;
}
ol li,
ul li {
    list-style: none;
}
@media (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5  {
        margin-bottom: 15px;
    }
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 15px;
    }
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white p,
.white li,
.white span {
    color: #fff;
}

/* ------------------------------------------------------------------ 
    Form 
------------------------------------------------------------------- */
.form-group{
    margin-bottom: 30px;
}
.gfield {
    margin-bottom: 15px;
}
input[type="email"], 
input[type="text"], 
input[type="tel"],
input[type="search"], 
input[type="file"], 
input[type="number"], 
input[type="password"], 
textarea,
select{
    font-family: "Play", sans-serif;
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    padding: 14px 30px !important;
    height: inherit;
    z-index: 1;
    direction: ltr;
    position: relative;
    background-color: #ffffff;
    border:1px solid #dfdfdf;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: #000000;
    margin: auto;
    margin-bottom: 0;
    text-transform: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.03);
}
select {
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    background-image: url(../images/select_arrow.svg);
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: auto;
}
input:focus,
textarea:focus,
select:focus{
    border-color:#1fb18a;
    outline: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    font-size: 20px;
    line-height:30px !important;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: rgba(0, 0, 0, 0.5);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    font-size: 20px;
    line-height:30px !important;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: rgba(0, 0, 0, 0.5);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    font-size: 20px;
    line-height:30px !important;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
    input[type="email"], 
    input[type="text"], 
    input[type="tel"], 
    input[type="search"], 
    input[type="file"], 
    input[type="number"], 
    input[type="password"], 
    textarea, 
    select {
        padding: 12px 30px !important;
        border-radius: 27px;
        font-size: 18px !important;
        line-height: 28px !important;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 18px;
        line-height: 28px !important;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
         font-size: 18px;
         line-height: 28px !important;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
         font-size: 18px;
         line-height: 28px !important;
    }
}
@media (max-width: 767px) {
    .form-group {
        margin-bottom: 20px;
    }
    input[type="email"], 
    input[type="text"], 
    input[type="tel"], 
    input[type="search"], 
    input[type="file"], 
    input[type="number"],
    input[type="password"], 
    textarea, 
    select {
        padding: 11px 25px !important;
        font-size: 16px !important;
        line-height: 26px !important;
        box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.03);
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 16px;
        line-height: 26px !important;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
        font-size: 16px;
        line-height: 26px !important;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 26px !important;
    }
}
@media (max-width: 575px){
    input[type="email"], 
    input[type="text"], 
    input[type="tel"], 
    input[type="search"], 
    input[type="file"], 
    input[type="number"],
    input[type="password"], 
    textarea, 
    select {
        padding: 10px 20px !important;
        line-height: 24px !important;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        line-height: 24px !important;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
        line-height: 24px !important;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        line-height: 24px !important;
    }
}

/* Buttons */
.btn_holder.lg {
    margin-top: 45px;
}
.btn_holder {
    margin-top: 30px;
    text-align: center;
}
.btn_holder.left {
    text-align: left;
}
input[type="submit"],
button[type="submit"],
.my_btn {
    font-family: "Play", sans-serif;
    position: relative;
    min-width: 230px;
    padding: 13px 40px;
    background-color: #1fb18a;
    border: 2px solid #1fb18a;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    box-shadow: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:focus,
.my_btn:hover,
.my_btn:focus {
    background-color: #ffab4a;
    border: 2px solid #ffab4a;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}
.my_btn.black {
    background-color: #000000;
    border: 2px solid #000000;
}
.my_btn.black:hover,
.my_btn.black:focus {
    background-color: #1fb18a;
    border: 2px solid #1fb18a;
}
.my_btn.yellow {
    background-color: #ffab4a;
    border: 2px solid #ffab4a;
}
.my_btn.yellow:hover,
.my_btn.yellow:focus {
    background-color: #000000;
    border: 2px solid #000000;
}
.my_btn.wborder {
    background-color: transparent;
    border: 2px solid #fff;
    min-width: inherit;
}
.my_btn.wborder:hover,
.my_btn.wborder:focus {
    background-color: #fff;
    color: #1fb18a;
}
@media (max-width: 1199px) {
    .btn_holder.lg {
        margin-top: 40px;
    }
    input[type="submit"],
    button[type="submit"],
    .my_btn {
        min-width: 190px;
        padding: 15px 30px;
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 991px) {
    .btn_holder {
        margin-top: 25px;
    }
    .btn_holder.lg {
        margin-top: 30px;
    }
    input[type="submit"],
    button[type="submit"],
    .my_btn {
        min-width: 170px;
        padding: 14px 25px;
        font-size: 17px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .btn_holder {
        margin-top: 20px;
    }
    .btn_holder.lg {
        margin-top: 25px;
    }
    input[type="submit"],
    button[type="submit"],
    .my_btn {
        padding: 13px 25px;
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 575px) {
    input[type="submit"],
    button[type="submit"],
    .my_btn {
        padding: 12px 20px;
        min-width: 130px;
        font-size: 15px;
        line-height: 18px;
    }
}
img {
    max-width: 100%;
    height: auto;
}

/* Header */
.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
}
.header.sticky {
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    background-color: #1fb18a;
    z-index: 1;
}
.header .container {
    position: relative;
    z-index: 1;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
.header .logo a {
    display: block;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}
/*
.header .logo a:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 33px;
    width: 115px;
    height: 71px;
    background-image: linear-gradient(
        to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 1) 100%);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: -100% center;
 }
.header .logo a:hover:before {
    -webkit-animation: shine_logo 0.4s linear;
    animation: shine_logo 0.4s linear;
}

@keyframes shine_logo {
    0% {
        background-position: -100% center;
    }
    100% {
        background-position: 130% center;
    }
}*/
.header .logo img {
    width: 100%;
    max-width: 180px;
    height: 110px;
}
.header.sticky .logo a {
    margin: 10px 0;
}
.header.sticky .logo img {
    max-width: 141px;
    height: 86px;
}
.header .mainmenu {
    display: inline-flex;
    align-items: center;
    padding: 55px 0;
}
.header.sticky .mainmenu {
    padding: 23px 0;
}
.header,
.header.sticky,
.mainmenu,
.header .logo,
.header .logo img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 1600px) {
    .container.lg {
        max-width: 1370px;
    }
}
@media (max-width: 1600px) {
    .header .logo a {
        margin: 27px 0;
    }
    .header .logo img {
        max-width: 150px;
        height: 94px;
    }
    .header .mainmenu {
        padding: 47px 0;
    }
    .header.sticky .mainmenu {
        padding: 16px 0;
    }
    .header.sticky .logo img {
        max-width: 110px;
        height: 68px;
    }
}
@media (max-width: 1199px) {
    .header .logo img {
        max-width: 130px;
        height: 80px;
    }
    .header .mainmenu {
        padding: 39px 0;
    }
}
@media (max-width: 991px) {
    .header,
    .header.sticky {
        background-color: rgba(0, 0, 0, 0.9);
        position: relative;
    }
    .header .logo a,
    .header.sticky .logo a  {
        margin: 20px 0;
    }
    .header .logo img,
    .header.sticky .logo img {
        max-width: 130px;
        height: 80px;
    }
    .header .mainmenu,
    .header.sticky .mainmenu {
        padding: 30px 0;
    }  
}
@media (max-width: 767px) {
    .header::before {
        width: 8px;
    }
}
@media (max-width: 575px) {
    .header::before {
        width: 6px;
    }
    .header .logo a,
    .header.sticky .logo a {
        margin: 15px 0;
    }
    .header .logo img,
    .header.sticky .logo img {
        max-width: 110px;
        height: 68px;
    }
    .header .mainmenu,
    .header.sticky .mainmenu {
        padding: 28px 0;
    }
}

/* Billboard */
.billboard {
    position: relative;
    padding-top: 200px;
    padding-bottom: 50px;
    width: 100%;
    min-height: 800px;
    height: 100vh;
    max-width: none;
    background-color: #040707;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    align-content: center;
}
.billboard::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.billboard .container {
    position: relative;
    z-index: 3;
}
.billboard .caption {
    max-width: 760px;
    padding-left: 30px;
}
.billboard .caption h1 {
    margin-bottom: 35px;
}
.billboard .caption p {
    font-size: 21px;
    line-height: 1.9;
    font-weight: 400;
}
.billboard .caption .btn_holder {
    margin-top: 50px;
}
.billboard .caption .btn_holder .my_btn {
    font-weight: 700;
    vertical-align: middle;
}
.billboard .caption .btn_holder > *:not(:first-child) {
    margin-left: 20px;
}
.billboard .caption .video_btn {
    font-size: 18px;
    line-height: 20px;
    font-weight: 100;
    color: #fff;
    display: inline-flex;
    align-items: center;
    background: none;
    border: none;
}
.billboard .caption .video_btn i {
    position: relative;
    width: 60px;
    height: 60px;
    font-size: 21px;
    line-height: 1;
    color: #000;
    background-color: #ffab4a;
    border: 2px solid #ffab4a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding-left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.billboard .caption .video_btn i:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: ripple 2s ease-out infinite;
    animation: ripple 2s ease-out infinite;
    opacity: 0;
    background: #ffc888;
    margin: auto;
    bottom: 0;
    right: 0;
    border-radius: 100%;
}
.billboard .right_vector {
    height: 100%;
    z-index: 1;
    max-width: 580px;
    -webkit-animation: fadeRight 2s, shine 5s infinite;
    animation: fadeRight 2s, shine 5s infinite;
    display: block;
    opacity: 0.02;
    transform: translateX(0%);
}
@keyframes fadeRight {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes shine {
    0%,
    100% {
        opacity: 0.02;
    }
    50% {
        opacity: 0.15;
    }
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        -webkit-opacity: 1;
    }
    100% {
        -webkit-opacity: 0;
        -webkit-transform: scale(1.8);
    }
}
@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.8);
    }
}
.billboard .caption .video_btn span {
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.billboard .caption .video_btn span strong {
    display: block;
    font-weight: 600;
}
.billboard .caption .video_btn:hover i,
.billboard .caption .video_btn:focus i {
    color: #ffab4a;
    background-color: #000;
}
.billboard .caption .video_btn:hover span,
.billboard .caption .video_btn:focus span {
    color: #ffab4a;
}
@media (max-width: 1600px) {
    .billboard {
        min-height: 750px;
        padding-top: 170px;
    }
    .billboard .caption {
        max-width: 700px;
    }
    .billboard .caption h1 {
        margin-bottom: 25px;
    }
    .billboard .caption p {
        font-size: 19px;
    }
    .billboard .caption .btn_holder {
        margin-top: 35px;
    }
}
@media (max-width: 1199px) {
    .billboard .caption {
        padding-left: 0;
        max-width: 640px;
    }
    .billboard .caption p {
        font-size: 18px;
    }
    .billboard .caption .video_btn {
        font-size: 18px;
        line-height: 22px;
        margin-left: 25px;
    }
    .billboard .caption .video_btn i {
        width: 54px;
        height: 54px;
    }
}
@media (max-width: 991px) {
    .billboard {
        padding: 130px 0;
        min-height: inherit;
        height: auto;
        background-position: 60% center;
    }
    .billboard .caption .video_btn {
        font-size: 16px;
        line-height: 20px;
    }
    .billboard .caption .video_btn i {
        font-size: 18px;
        padding-left: 5px;
    }
    .billboard .caption p {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .billboard .caption h1 {
        margin-bottom: 20px;
    }
    .billboard .caption p {
        font-size: 16px;
        line-height: 1.7;
    }
    .billboard .caption .btn_holder {
        margin-top: 25px;
    }
    .billboard .caption .btn_holder > :not(:first-child) {
        margin-left: 10px;
    }
    .billboard .caption .video_btn i {
        width: 50px;
        height: 50px;
    }
    .billboard .caption .video_btn i:after {
        width: 40px;
        height: 40px;
    }
    .billboard .right_vector {
        max-width: 460px;
    }
}
@media (max-width: 575px) {
    .billboard .caption .video_btn i {
        width: 46px;
        height: 46px;
        margin-right: 5px;
    }
    .billboard .caption .btn_holder > :not(:first-child) {
        margin-left: 5px;
    }
    .billboard .caption h1 {
        margin-bottom: 15px;
    }
    .billboard .caption p {
        font-size: 15px;
    }
    .billboard .right_vector {
        max-width: 360px;
        right: -40px;
    }
    .billboard .caption .video_btn {
        font-size: 15px;
        line-height: 18px;
    }
}

/* Video Modal */
.modal-open {
    padding: 0 !important;
}
#myModal {
	background-color: rgba(0, 0, 0, 0.8);
    padding: 0 !important;
}
.modal-dialog {
	max-width: 1100px;
    width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0 auto;
}
.modal-body {
	position: relative;
	padding: 0px;
	border: 5px solid rgba(255,255,255,0.2);
}
.modal-content {
    border-radius: 0;
    margin-top: 0;
    background-color: #000;
}
button.close {
    position: absolute;
    right: -5px;
    top: -25px;
    z-index: 999;
    font-size: 2rem;
    color: #fff;
    opacity: 1;
    font-weight: 100;
    padding: 0;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
button.close span {
	line-height: 20px;
	display: block;
}
button.close:hover {
    color: #1fb18a;
}
@media (max-width: 1600px) {
    .modal-dialog {
        max-width: 850px;
        width: 850px;
    }
}
@media (max-width: 1199px) {
    .modal-dialog {
        max-width: 800px;
        width: 800px;
    }
}
@media (max-width: 991px) {
    .modal-dialog {
        max-width: 94%;
        width: 94%;
    }
}
@media (max-width: 575px) {
    .modal-dialog {
        max-width: 90%;
        width: 90%;
    }
}

/* Sections */
.sections {
    padding: 100px 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sections.lg {
    padding: 140px 0;
}
.section_title {
    margin-bottom: 30px;
    text-align: center;
}
.section_title h2 {
    position: relative;
    display: block;
    z-index: 1;
}
.section_title h2 [class*="title_circle"] {
    position: absolute;
    left: 0;
    top: -40px;
    margin: auto;
    width: 135px;
    height: 135px;
    opacity: 0.15;
    background-color: #1fb18a;
    z-index: -1;
    border-radius: 100%;
}
.section_title h2 .title_circle2 {
    left: inherit;
    right: 0;
}
.section_title p {
    max-width: 1000px;
    margin: auto;
}
.section_title p:last-child,
.section_title h2:last-child,
.section_title h3:last-child {
    margin-bottom: 0px;
}
.section_title.left {
    text-align: left;
}
.section_title.white {
    color: white;
}
.section_title.white h2,
.section_title.white p {
    color: #ffffff;
}
.fit_img.fullheight {
    height: 100%;
}
.fit_img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.right_vector,
.left_vector {
    position: absolute;
    top: 0;
    max-width: 780px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.15;
    object-fit: cover;
    z-index: 0;
    object-position: left;
}
.right_vector {
    right: 0;
}
.left_vector {
    left: 0;
}
@media (max-width: 1600px) {
    .sections {
        padding: 80px 0;
    }
    .right_vector {
        right: -90px;
    }
    .right_vector,
    .left_vector {
        max-width: 735px;
        height: 900px;
    }
    .section_title h2 [class*="title_circle"] {
        width: 120px;
        height: 120px;
    }
    .sections.lg {
        padding: 110px 0;
    }
}
@media (max-width: 1199px) {
    .sections {
        padding: 70px 0;
    }
    .sections.lg {
        padding: 100px 0;
    }
    .section_title h2 br {
        display: none;
    }
    .section_title {
        margin-bottom: 35px;
    }
    .right_vector {
        right: -135px;
    }
    .right_vector,
    .left_vector {
        max-width: 579px;
        height: 800px;
    }
    .section_title h2 [class*="title_circle"] {
        width: 100px;
        height: 100px;
        top: -25px;
    }
    .section_title h2 {
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
    .sections.lg {
        padding: 90px 0;
    }
    .section_title {
        margin-bottom: 30px;
    }
    .right_vector {
        right: -180px;
    }
    .right_vector,
    .left_vector {
        max-width: 550px;
        height: 100%;
    }
    .section_title h2 [class*="title_circle"]  {
        width: 80px;
        height: 80px;
        top: -20px;
    }
    .section_title h2 {
        margin-bottom: 20px;
    }
    .section_title p br {
        display: none;
    }
}
@media (max-width: 767px) {
    .sections {
        padding: 60px 0;
    }
    .sections.lg {
        padding: 70px 0;
    }
    .section_title {
        margin-bottom: 15px;
    }
    .section_title h2 {
        margin-bottom: 15px;
    }
    .section_title {
        margin-bottom: 20px;
    }
    .right_vector {
        right: -150px;
    }
    .right_vector,
    .left_vector {
        max-width: 415px;
    }
    .section_title h2 [class*="title_circle"] {
        width: 70px;
        height: 70px;
        top: -16px;
    }
}
@media (max-width: 575px) {
    .sections {
        padding: 40px 0;
    }
    .sections.lg {
        padding: 50px 0;
    }
    .section_title h2 [class*="title_circle"] {
        width: 60px;
        height: 60px;
        top: -16px;
    }
}

/* Cta Section */
.cta_section {
    padding: 70px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.overlay {
    position: relative;
}
.overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 171, 74, 0.9);
}
.overlay .container {
    position: relative;
    z-index: 1;
}
.dots_vector {
    width: 140px;
    height: 140px;
    object-fit: contain;
    position: absolute;
    z-index: 2;
    right: 100px;
    top: -70px;
    -webkit-animation: rotation 60s infinite linear;
    animation: rotation 60s infinite linear;
}

.cta_section .my_btn {
    font-weight: 700;
}
.cta_section h3 {
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
}
.cta_section h3 a {
    text-decoration: underline;
    color: #000000;
}
.cta_section h3 a:hover,
.cta_section h3 a:focus {
    color: #1fb18a;
}
@media (max-width: 1600px) {
    .cta_section {
        padding: 60px 0;
    }
    .dots_vector {
        width: 120px;
        height: 120px;
        right: 50px;
        top: -60px;
    }
    .cta_section h3 {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .cta_section {
        padding: 50px 0;
    }
    .dots_vector {
        width: 100px;
        height: 100px;
        right: 40px;
        top: -50px;
    }
    .cta_section h3 {
        font-size: 25px;
    }
}
@media (max-width: 991px) {
    .dots_vector {
        width: 80px;
        height: 80px;
        right: 30px;
        top: -40px;
    }
    .cta_section h3 {
        font-size: 22px;
    }
    .cta_section h3 br {
        display: none;
    }
}
@media (max-width: 767px) {
    .cta_section {
        padding: 40px 0;
    }
    .cta_section h3 {
        font-size: 20px;
        line-height: 1.3;
    }
    .dots_vector {
        width: 70px;
        height: 70px;
        right: 10px;
        top: -35px;
    }
}
@media (max-width: 575px) {
    .cta_section {
        padding: 30px 0;
    }
}
/* Cta Section */

/* Support CTA */
.support_cta {
    overflow: hidden;
    padding-bottom: 0;
    background-color: #1fb18a;
    text-align: center;
}
.support_cta .section_title {
    margin-bottom: 10px;
}
.support_cta .section_title h3 {
    font-size: 50px;
    line-height: 1.1;
    text-transform: capitalize;
}
.support_cta .section_title p {
    font-size: 21px;
    line-height: 1.8;
    letter-spacing: 0.63px;
}
.marquee_text {
    font-size: 300px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
    height: 200px;
    display: block;
    margin-top: 80px;
}
.support_cta .left_vector {
    opacity: 0.08;
    left: -80px;
    object-position: right;
    width: 27%;
}
.support_cta .container {
    position: relative;
    z-index: 1;
}
.support_cta .my_btn {
    font-weight: 700;
}
@media (max-width: 1600px) {
    .marquee_text {
        font-size: 230px;
        height: 150px;
        margin-top: 50px;
    }
}
@media (max-width: 1199px) {
    .support_cta .section_title h3 {
        font-size: 46px;
    }
    .support_cta .section_title p {
        font-size: 20px;
    }
    .support_cta .left_vector {
        width: 340px;
        height: 500px;
        left: -80px;
    }
    .marquee_text {
        font-size: 200px;
        height: 130px;
        margin-top: 40px;
    }   
}
@media (max-width: 991px) {
    .support_cta .section_title h3 {
        font-size: 42px;
    }
    .support_cta .section_title p {
        font-size: 18px;
    }
    .support_cta .left_vector {
        width: 310px;
        height: 440px;
        left: -70px;
    }
    .marquee_text {
        font-size: 170px;
        height: 110px;
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .support_cta .section_title h3 {
        font-size: 36px;
    }
    .support_cta .section_title p {
        font-size: 16px;
    }
    .support_cta .left_vector {
        width: 250px;
        height: 380px;
        left: -50px;
    }
    .marquee_text {
        font-size: 120px;
        height: 80px;
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .support_cta .section_title p {
        font-size: 15px;
    }
    .support_cta .section_title h3 {
        font-size: 32px;
    }
    .support_cta .left_vector {
        width: 250px;
        height: 100%;
        left: -30px;
    }
    .marquee_text {
        font-size: 80px;
        height: 56px;
        margin-top: 30px;
    }
}

/* Business Websites That Work Better */
.business_web_section.sections {
    padding-bottom: 50px;
}
.business_web_section .container {
    position: relative;
    z-index: 2;
    padding-bottom: 250px;
}
.business_web_section .business_bottom {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 365px;
}
.business_web_section .business_bottom::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
.business_web_section .business_bottom .left_shape,
.business_web_section .business_bottom .right_shape {
    content: "";
    position: absolute;
    object-fit: contain;
    z-index: 2;
}
.business_web_section .business_bottom .left_shape {
    left: -5px;
    top: 150px;
    width: 780px;
    height: 360px;
}
.business_web_section .business_bottom .right_shape {
    width: 300px;
    height: 350px;
    right: -1px;
    bottom: 185px;
}
.business_web_section .business_bottom .container {
    position: relative;
    z-index: 3;
    padding-bottom: 0;
    text-align: center;
}
.business_web_section .business_bottom .bottom_shape,
.business_web_section .business_bottom .top_shape {
    position: absolute;
    left: -1%;
    right: -1%;
    bottom: -1px;
    width: 102%;
    max-width: 102%;
    z-index: 1;
}
.business_web_section .business_bottom .top_shape {
    bottom: inherit;
    top: -2px;
}
.business_web_section .laptop_video {
    width: 1186px;
    height: 690px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: -240px;
}
.business_web_section .laptop_video .video_box {
    width: calc(100% - 254px);
    height: calc(100% - 106px);
    background-color: #000000;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    display: block;
    left: 128px;
    top: 30px;
}
.business_web_section .laptop_video .video_box iframe,
.business_web_section .laptop_video .video_box video,
.business_web_section .laptop_video .video_box video source {
    width: 100%;
    height: 100%;
    border: 0;
}
.business_web_section .business_info {
    max-width: 830px;
    margin: 150px auto 0;
    text-align: center;
}
/* lining_animation */
.lining_animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1170px;
    margin: 0 auto;
}
.lining_animation > .col {
    position: relative;
}
.lining_animation > .col:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    opacity: 0.02;
    animation: op_slide 4s infinite linear;
}
.lining_animation > .col:nth-child(2):before {
    animation-delay: 0.4s;
}
.lining_animation > .col:nth-child(3):before {
    animation-delay: 0.8s;
}
.lining_animation > .col:nth-child(4):before {
    animation-delay: 1.2s;
}
.lining_animation > .col:nth-child(5):before {
    animation-delay: 1.6s;
}
.lining_animation > .col:nth-child(6):before {
    animation-delay: 2s;
}
@keyframes op_slide{
    0%,
    100% {
       opacity: 0; 
    }
    50% {
       opacity: 0.3; 
    }
}
@media (max-width: 1600px) {
    .business_web_section .laptop_video {
        width: 996px;
        height: 540px;
    }
    .business_web_section .laptop_video .video_box {
        width: calc(100% - 266px);
        height: calc(100% - 83px);
        left: 134px;
        top: 24px;
    }
    .business_web_section .business_bottom {
        padding-bottom: 300px;
    }
}
@media (max-width: 1199px) {
    .lining_animation {
        max-width: 960px;
    }
    .business_web_section .laptop_video {
        width: 909px;
        height: 474px;
    }
    .business_web_section .laptop_video .video_box {
        width: calc(100% - 266px);
        height: calc(100% - 71px);
        top: 20px;
    }
    .business_web_section .business_bottom {
        padding-bottom: 250px;
    }
    .business_web_section .business_info {
        margin: 150px auto 0;
    }
}
@media (max-width: 991px) {
    .lining_animation {
        max-width: 720px;
    }
    .lining_animation > .col {
        padding: 0 8px;
    }
    .business_web_section .laptop_video {
        width: 709px;
        height: 414px;
        margin-left: 0;
    }
    .business_web_section .laptop_video .video_box {
        width: calc(100% - 151px);
        height: calc(100% - 65px);
        top: 19px;
        left: 76px;
    }
    .business_web_section .business_bottom {
        padding-bottom: 200px;
    }
}
@media (max-width: 767px) {
    .lining_animation {
        max-width: 540px;
    }
    .lining_animation > .col {
        padding: 0 5px;
    }
    .business_web_section .business_bottom {
        padding-bottom: 170px;
    }
    .business_web_section .business_info {
        margin: 100px auto 0;
    }
    .business_web_section .container {
        padding-bottom: 170px;
    }
    .business_web_section .laptop_video {
        width: 509px;
        height: 297px;
        margin-top: -150px;
    }
    .business_web_section .laptop_video .video_box {
        width: calc(100% - 109px);
        height: calc(100% - 45px);
        top: 12px;
        left: 55px;
    }
}
@media (max-width: 575px) {
    .business_web_section .business_bottom {
        padding-bottom: 120px;
    }
    .business_web_section .business_info {
        margin: 70px auto 0;
    }
    .business_web_section .container {
        padding-bottom: 120px;
    }
    .business_web_section .laptop_video {
        width: 389px;
        height: 228px;
        margin-top: -100px;
    }
    .business_web_section .laptop_video .video_box {
        width: calc(100% - 84px);
        height: calc(100% - 37px);
        top: 11px;
        left: 42px;
    }
}
@media (max-width: 420px) {
    .business_web_section .container {
        padding-bottom: 110px;
    }
    .business_web_section .laptop_video {
        width: 289px;
        height: 168px;
    }
    .business_web_section .laptop_video .video_box {
        width: calc(100% - 62px);
        height: calc(100% - 25px);
        top: 7px;
        left: 31px;
    }
}

/* Business Partner */
.business_partner .dash_border {
    position: absolute;
    right: 0;
    bottom: 36%;
    z-index: 2;
    width: 53px;
    height: 278px;
    object-fit: contain;
}
.business_partner {
    padding-top: 0;
}
.business_partner .mobile_img {
    position: relative;
    z-index: 2;
}
.business_partner .fit_img {
    position: relative;
    width: 417px;
    height: 844px;
    margin-left: 30px;
    z-index: 1;
}
.business_partner .fit_img img {
    object-fit: contain;
}
.business_partner .mobile_img .mbback_shape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
    display: flex;
    width: 650px;
}
.business_partner .mobile_img .mbback_shape img {
    display: inline-block;
    width: 500px;
    height: 300px;
    object-fit: contain;
    transform: scaleX(-1);
    animation-name: spin;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.business_partner .mobile_img .mbback_shape img:nth-child(2) {
    margin-left: -350px;
}

@-webkit-keyframes spin { 
    0% { 
        -webkit-transform: rotate(0deg); 
        opacity: 1;
    } 
    30% { 
        opacity: 0.2;
    }
    50% { 
        opacity: 1;
    }
    70% { 
        opacity: 0.2;
    }
    100% { 
        -webkit-transform: rotate(360deg); 
        opacity: 1;
    }
}
@keyframes spin { 
    0% { 
        transform: rotate(0deg); 
        opacity: 1;
    } 
    30% { 
        opacity: 0.2;
    }
    50% { 
        opacity: 1;
    }
    70% { 
        opacity: 0.2;
    }
    100% { 
        transform: rotate(360deg); 
        opacity: 1;
    }
}
.business_partner .partner_info {
    padding-left: 70px;
}
.business_partner .partner_info .section_title {
    margin-bottom: 50px;
}
/*
.business_partner .partner_info .section_title h2::after {
    left: -30px;
    top: -20px;
}
*/
.business_partner .partner_info h3 {
    font-size: 21px;
    margin-bottom: 30px;
}
.business_partner .partner_info ul {
    margin-bottom: 0;
}
.business_partner .partner_info ul li {
    list-style-type: none;
    padding-left: 40px;
    position: relative;
    margin-top: 5px;
    line-height: 2;
}
.business_partner .partner_info ul li::before {
    content: "\f105";
    position: absolute;
    width: 21px;
    height: 21px;
    color: #ffffff;
    background-color: #1fb18a;
    border-radius: 100%;
    font-family: "FontAwesome";
    left: 0px;
    top: 8px;
    text-align: center;
    line-height: 21px;
    padding-left: 3px;
}
@media (max-width: 1600px) {
    .business_partner .partner_info {
        padding-left: 30px;
    }
    .business_partner .partner_info .section_title {
       margin-bottom: 35px;
    }
    .business_partner .partner_info ul li {
        padding-left: 35px;
    }
    .business_partner .partner_info h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .business_partner .fit_img {
        width: 386px;
        height: 780px;
        margin-left: 30px;
    }
    .business_partner .mobile_img .mbback_shape {
        left: -46px;
        width: 560px;
    }
    .business_partner .mobile_img .mbback_shape img {
        width: 460px;
        height: 280px;
    }
    .business_partner .dash_border {
        width: 33px;
        height: 178px;
    }
}
@media (max-width: 1199px) {
    .business_partner .dash_border {
        width: 30px;
        height: 154px;
        right: -10px;
    }
    .business_partner .mobile_img {
        margin-bottom: 50px;
        text-align: center;
    }
    .business_partner .section_title h2 br {
        display: inline-block;
    }
}
@media (max-width: 991px) {
    .business_partner .partner_info {
        padding-left: 0;
    }
    .business_partner .fit_img {
        margin: 0 auto;
    }
    .business_partner .mobile_img .mbback_shape {
        width: 560px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .business_partner .partner_info ul li::before {
        line-height: 19px;
        padding-left: 2px;
    }
}
@media (max-width: 767px) {
    .business_partner .fit_img {
        width: 306px;
        height: 620px;
    }
    .business_partner .mobile_img .mbback_shape {
        width: auto;
    }
    .business_partner .mobile_img .mbback_shape img {
        width: 400px;
        height: 250px;
    }
    .business_partner .mobile_img .mbback_shape img:nth-child(2) {
        margin-left: -274px;
    }
    .business_partner .dash_border {
        bottom: 20%;
    }
    .business_partner .partner_info .section_title {
        margin-bottom: 25px;
    }
    .business_partner .partner_info h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .business_partner .fit_img {
        width: 246px;
        height: 500px;
    }
    .business_partner .mobile_img .mbback_shape {
        padding: 0 30px;
    }
    .business_partner .mobile_img .mbback_shape img {
        width: 320px;
        height: 200px;
        margin: 0 auto;
    }
    .business_partner .mobile_img .mbback_shape img:nth-child(2) {
        margin-left: -240px;
    }
    .business_partner .dash_border {
        width: 25px;
        height: 134px;
        bottom: 10%;
    }
    .business_partner .partner_info ul li {
        padding-left: 26px;
        line-height: 1.6;
    }
    .business_partner .partner_info ul li::before {
        top: 4px;
        width: 18px;
        height: 18px;
        line-height: 16px;
    }
    .business_partner .dash_border {
        right: -10px;
    }
}
@media (max-width: 460px) {
    .business_partner .fit_img {
        width: 196px;
        height: 400px;
    }
    .business_partner .mobile_img .mbback_shape {
        padding: 0 20px;
    }
    .business_partner .mobile_img .mbback_shape img {
        width: 220px;
        height: 140px;
    }
    .business_partner .mobile_img .mbback_shape img:nth-child(2) {
        margin-left: -160px;
    }
}


/* Our Recent Work */
.light_gray {
    background-color: #f8f8f8;
}
#work_slider .item {
    border-radius: 5px;
    background-image: -webkit-linear-gradient(
        rgba(19, 191, 158,1) 0%,
        rgba(31, 177, 138,1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(19, 191, 158,1) 0%,
        rgba(31, 177, 138,1) 100%
    );
    background-image: linear-gradient(
        rgba(19, 191, 158,1) 0%,
        rgba(31, 177, 138,1) 100%
    );
    opacity: 0.85;
    position: relative;
    display: block;
}
#work_slider .item:before  {
    content: '';
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translateY(-50%) translateX(0%);
    opacity: 0.05;
    width: 560px;
    height: 336px;
    background-image: url(../images/logo-shape-black.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: slide_left 10s infinite linear;
}
@keyframes slide_left{
    0%,
    100%{
        transform: translateY(-50%) translateX(0%);
    }
    50%{
        transform: translateY(-50%) translateX(-10%);
    }
}
#work_slider .item .row {
    margin: 0;
    min-height: 440px;
}
#work_slider .item .row > div {
    padding: 40px 55px 50px;
}
#work_slider .item .row > div .fit_img {
    height: 297px;
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
#work_slider .item .row > div .fit_img img {
    object-position: top center;
} 
#work_slider .item .row > div:nth-child(1) {
    padding-right: 0;
}
#work_slider .item .row > div:nth-child(2) {
    padding-bottom: 40px;
}
#work_slider .item .row > div .sub_title {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
    display: block;
}
#work_slider .item .row > div h3 {
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 25px;
}
#work_slider .item .row > div h3 a {
    color: #fff;
}
#work_slider .item .row > div h3 a:hover {
    color: #000;
}
#work_slider .item .row > div p {
    margin-bottom: 30px;
    line-height: 1.6;
}
#work_slider .owl-nav button {
    background-color: #f8f8f8;
    border: 2px solid #f8f8f8;
}

@media (max-width: 1600px) {
    #work_slider .item .row > div {
        padding: 40px 45px 50px;
    }
    #work_slider .item .row > div h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    #work_slider .item .row > div .sub_title {
        margin-bottom: 15px;
    }
}
@media (max-width: 1199px) {
    #work_slider .item .row {
        min-height: 380px;
    }
    #work_slider .item .row > div {
        padding: 30px 35px 30px;
    }
    #work_slider .item .row > div:nth-child(2) {
        padding-bottom: 30px;
    }
    #work_slider .item .row > div h3 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    #work_slider .item .row > div .fit_img {
        height: 247px;
    }
}
@media (max-width: 991px) {
    #work_slider .item .row > div {
        padding: 40px !important;
    }
    #work_slider .item .row > div:nth-child(1) {
        order: 1;
        padding-top: 0 !important;
    }
    #work_slider .item:before {
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }
    #work_slider .item .row > div .fit_img {
        height: 380px; 
    }
}
@media (max-width: 767px) {
    #work_slider .item .row > div {
        padding: 30px !important;
    }
    #work_slider .item .row > div h3 {
        font-size: 32px;
    }
    #work_slider .item .row > div .fit_img {
        height: 282px;
    }
}
@media (max-width: 575px) {
    #work_slider .item {
        text-align: center;
    }
    #work_slider .item .row > div {
        padding: 20px !important;
    }
    #work_slider .item .row > div h3 {
        font-size: 24px;
    }
    #work_slider .item .row > div .sub_title {
        margin-bottom: 10px;
    }
    #work_slider .item .row > div p {
        margin-bottom: 20px;
        line-height: 1.4;
    }
    #work_slider .item .row > div .fit_img {
        height: 244px;
        width: 390px;
        margin: auto;
    }
}
@media (max-width: 460px) {
    #work_slider .item .row > div .fit_img {
        height: 156px;
        width: 250px;
    }
}

/* Online Business Solutions */
.services .section_title {
    margin-bottom: 50px;
}
.bs_col {
    margin-top: 30px;
}
.service_box {
    position: relative;
    padding: 25px 25px 40px;
    border-radius: 5px;
    height: 100%;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ececec;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.service_box .service_img {
    position: relative;
    height: 100px;
    width: 110px;
    margin: 10px auto 35px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_box .service_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/service_box_img_bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    -webkit-animation: rotation 6s infinite linear;
    animation: rotation 6s infinite linear;
}
.service_box .service_img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.service_box:hover {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.service_box h3 {
    font-size: 24px;
    min-height: 63px;
    margin-bottom: 15px;
}
.service_box h3 a {
    color: #171f2e;
}
.service_box h3 a:hover,
.service_box h3 a:focus {
    color: #1fb18a;
}
.service_box p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(12, 20, 35, 0.6);
    letter-spacing: 0.48px;
    font-weight: 300;
}
.service_box_bottom {
    margin-top: auto;
}
a.read_more {
    font-size: 16px;
    line-height: 29px;
    text-transform: capitalize;
    color: #1fb18a;
    position: relative;
    display: inline-flex;
    align-items: center;
}
a.read_more span {
    width: 26px;
    height: 26px;
    background-color: rgba(31, 177, 138, 0.1);
    border-radius: 100%;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.read_more span::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 14px;
    background-image: url(../images/read-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.read_more:hover,
a.read_more:focus {
    color: #ffab4a;
}
a.read_more:hover span,
a.read_more:focus span {
    background-color: rgba(255, 171, 74, 0.1);
}
a.read_more:hover span::after,
a.read_more:focus span::after {
    background-position: left center;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@media (max-width: 1199px) {
    .service_box {
        padding: 20px 15px 25px;
    }
    .service_box .service_img {
        height: 90px;
        width: 100px;
        margin: 10px auto 20px auto;
    }
    .service_box .service_img img {
        width: 55px;
        height: 55px;
    }
    .service_box h3 {
        font-size: 22px;
        margin-bottom: 10px;
        min-height: 58px;
    }
    .service_box p {
        font-size: 15px;
    }
    .services .section_title {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .services .section_title {
        margin-bottom: 30px;
    }
    a.read_more {
        font-size: 15px;
        line-height: 26px;
    }
    a.read_more span {
        width: 24px;
        height: 24px;
        margin-left: 8px;
    }
    a.read_more span::after {
        width: 14px;
        height: 12px;
    }
}
@media (max-width: 767px) {
    .services .section_title {
        margin-bottom: 10px;
    }
    .service_box .service_img {
        height: 70px;
        width: 80px;
        margin: 0px auto 15px auto;
    }
    .service_box .service_img img {
        width: 40px;
        height: 40px;
    }
    .service_box h3 {
        font-size: 20px;
        min-height: inherit;
    }
    .service_box h3 br {
        display: none;
    }
    .bs_col {
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .bs_col {
        margin-top: 15px;
    }
    .services .section_title {
        margin-bottom: 0px;
    }
}
/* Our Blog */
.blog_section .container {
    max-width: 1170px;
}
.blog_section .section_title {
    margin-bottom: 50px;
}
#blog_slider .owl-stage {
    display: flex;
}
#blog_slider .owl-stage .owl-item {
    display: grid;
}
#blog_slider .owl-stage .owl-item .item {
    padding: 15px;
}
.blog_box {
    background-color: #ffffff;
    box-shadow: 0px 5px 40px rgba(185, 185, 185, 0.4);
    border-radius: 5px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #dfdfdf;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#blog_slider .blog_box {
    box-shadow: 0px 5px 15px rgba(185, 185, 185, 0.2);
}
.blog_box .blog_img {
    width: 100%;
    height: 340px;
    overflow: hidden;
    display: block;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
	border-bottom: 1px solid #ECECEC;
}
.blog_box .blog_img:hover {
    background-color: #000;
}
.blog_box .blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog_box:hover .blog_img img {
    transform: scale(1.04);
}
.blog_box .blog_img:hover img {
    opacity: 0.7;
}
.blog_box:hover,
.blog_box:focus {
    box-shadow: 0px 0px 5px 0px rgba(206, 216, 220, 0.8);
}
.post_info {
    margin-bottom: 10px;
}
.post_info span {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    color: #1fb18a;
    font-weight: 500;
    padding: 0 3px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.post_info span:first-child {
    padding-left: 0;
}
.blog_box .blog_info {
    padding: 25px 25px 32px;
    text-align: left;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
}
.blog_box .blog_info h3 {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 27px;
    margin-bottom: 25px;
}
.blog_box .blog_info .btn_holder {
    margin-top: 0;
    display: flex;
}
.blog_box .blog_info h3:last-child {
    margin-bottom: 0;
}
.blog_box .blog_info h3 a {
    color: #0b0b0b;
    display: inline-block;
}
.blog_box .blog_info h3 a:hover,
.blog_box .blog_info h3 a:focus {
    color: #1fb18a;
}
.my_btn.sm {
    font-size: 16px;
    font-weight: 400;
    min-width: 150px;
    padding: 11px 20px;
    line-height: 22px;
}
.my_btn.green_border {
    color: #1fb18a;
    background-color: transparent;
    border: 1px solid #1fb18a;
}
.my_btn.green_border:hover,
.my_btn.green_border:focus {
    background-color: #1fb18a;
    color: #ffffff;
}
#blog_slider .owl-nav .owl-prev,
#blog_slider .owl-nav .owl-next {
    box-shadow: 0px 3px 35px 0px rgba(185, 185, 185, 0.25);
}
#blog_slider .owl-nav .owl-prev {
    left: -100px;
}
#blog_slider .owl-nav .owl-next {
    right: -100px;
}
@media (max-width: 1199px) {
    .blog_section .container {
        max-width: 960px;
    }
    .blog_section .section_title {
        margin-bottom: 40px;
    }
    #blog_slider .owl-nav .owl-prev {
        left: -30px;
    }
    #blog_slider .owl-nav .owl-next {
        right: -30px;
    }
    .blog_box .blog_img {
        height: 260px;
    }
    .blog_box .blog_info {
        padding: 20px;
    }
    .post_info span {
        font-size: 15px;
    }
    .my_btn.sm {
        font-size: 15px;
        min-width: 140px;
        padding: 10px 18px;
        line-height: 20px;
    }
    .blog_box .blog_info h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .blog_section .section_title {
        margin-bottom: 30px;
    }
    .blog_section .container {
        max-width: 730px;
    }
    .blog_box .blog_img {
        height: 290px;
    }
    .post_info span {
        font-size: 14px;
    }
    .blog_box .post_info {
        line-height: 1.6;
    }
    .my_btn.sm {
        font-size: 14px;
        min-width: 110px;
        padding: 9px 15px;
        line-height: 18px;
    }
}
@media (max-width: 767px) {
    .blog_section .section_title {
        margin-bottom: 20px;
    }
    .blog_section .container {
        max-width: 550px;
    }
    #blog_slider .owl-stage .owl-item .item {
        padding: 10px;
    }
    #blog_slider .blog_box {
        box-shadow: 0px 5px 10px rgba(185, 185, 185, 0.2);
    }
    .blog_box .blog_img {
        height: 225px;
    }
    .blog_box .blog_info {
        padding: 15px;
    }
    .blog_box .blog_info h3 {
        font-size: 18px;
    }
    .post_info span {
        font-size: 12px;
    }
    .blog_box .post_info {
        margin-bottom: 8px;
        line-height: 1.4;
    }
    .my_btn.sm {
        min-width: auto;
    }
    .blog_section .btn_holder {
        margin-top: 15px;
    }
}
@media (max-width: 575px) {
    #blog_slider .owl-nav .owl-prev {
        left: -15px;
    }
    #blog_slider .owl-nav .owl-next {
        right: -15px;
    }
    .blog_box .blog_img {
        height: 320px;
    }
    #blog_slider {
        max-width: 380px;
        margin: 0 auto;
    }
}
@media (max-width: 420px) {
    .blog_box .blog_img {
        height: 320px;
    }
    .blog_box .blog_img {
        height: 260px;
    }
    #blog_slider {
        max-width: 290px;
    }
}

/* What Our Clients Say */
.client_section .section_title {
    margin-bottom: 100px;
}
.client_section .container {
    position: relative;
}
.client_review {
    background-color: #ffffff;
    box-shadow: 0px 27px 20px rgba(206, 216, 220, 0.2);
    padding: 90px 45px 50px 70px;
    position: relative;
    margin: 30px 20px 40px;
    border-radius: 20px 20px 60px 20px;
}
.client_review:before {
    content: '';
    width: 71px;
    height: 54px;
    background-image: url(../images/left-quatation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -25px;
    left: 70px;
}
.client_review p {
    color: #46494e;
    font-size: 16px;
    line-height: 2.2;
}
.client_review p:last-child {
    margin-bottom: 0;
}
.client_review .client_info {
    margin-top: 50px;
}
.client_review .client_info p {
    font-style: italic;
    color: #8e8e8e;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}
.client_review .client_info p strong {
    font-size: 18px;
    font-weight: 500;
    color: #1fb18a;
    display: block;
    font-style: normal;
}
.client_section .client_vector {
    width: 315px;
    height: 235px;
    position: absolute;
    bottom: -85px;
    z-index: 0;
    left: -80px;
}
.client_section .client_vector img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}
#cs_slider .owl-nav .owl-prev,
#cs_slider .owl-nav .owl-next {
    width: 70px;
    height: 70px;
    border-color: rgba(31, 177, 138, 0.2);
}
#cs_slider .owl-nav .owl-prev:hover,
#cs_slider .owl-nav .owl-next:hover {
    border-color: #171f2e;
}
#cs_slider .owl-nav .owl-prev {
    left: -65px;
}
#cs_slider .owl-nav .owl-next {
    right: -65px;
}
@media (max-width: 1600px) {
    .client_section .client_vector {
        bottom: -55px;
    }
}
@media (max-width: 1199px) {
    .client_section .section_title {
        margin-bottom: 70px;
    }
    #cs_slider .owl-nav .owl-prev,
    #cs_slider .owl-nav .owl-next {
        width: 60px;
        height: 60px;
    }
    #cs_slider .owl-nav .owl-prev {
        left: -15px;
    }
    #cs_slider .owl-nav .owl-next {
        right: -15px;
    }
    .client_review {
        padding: 80px 35px 40px 60px;
        margin: 20px 15px;
    }
    .client_review:before {
        width: 62px;
        height: 56px;
        left: 30px;
        top: -20px;
    }
    .client_section .client_vector {
        width: 260px;
        height: 200px;
        left: -51px;
    }
    .client_review {
        padding: 40px 30px 30px;
        margin: 15px;
        box-shadow: 0px 10px 10px rgba(206, 216, 220, 0.2);
    }
    .client_review .client_info {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    .client_section .section_title {
        margin-bottom: 60px;
    }
    .client_review:before {
        width: 45px;
        height: 55px;
        left: 30px;
    }
    .client_review {
        margin: 10px;
    }
    .client_review p {
        font-size: 15px;
        line-height: 2;
    }
    .client_review .client_info {
        margin-top: 35px;
    }
    .client_section .client_vector {
        width: 180px;
        height: 145px;
        left: -45px;
    }
    .client_review .client_info p {
        font-size: 15px;
        line-height: 26px;
    }
    #cs_slider .owl-nav .owl-prev {
        left: -35px;
    }
    #cs_slider .owl-nav .owl-next {
        right: -35px;
    }
}
@media (max-width: 767px) {
    .client_section .section_title {
        margin-bottom: 40px;
    }
    .client_review .client_info {
        margin-top: 25px;
    }
    #cs_slider .owl-nav .owl-prev,
    #cs_slider .owl-nav .owl-next {
        width: 50px;
        height: 50px;
    }
    .client_review p {
        font-size: 14px;
    }
    .client_review .client_info p {
        font-size: 14px;
        line-height: 24px;
    }
    .client_section .client_vector {
        width: 160px;
        height: 120px;
        left: -30px;
        bottom: -35px;
    }
    .client_review .client_info p strong {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .client_section .section_title {
        margin-bottom: 30px;
    }
    .client_review .client_info {
        margin-top: 15px;
    }
    .client_review {
        padding: 40px 20px 20px;
    }
    .client_review:before {
        left: 20px;
    }
    #cs_slider .owl-nav .owl-prev,
    #cs_slider .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }
    #cs_slider .owl-nav .owl-prev {
        left: -15px;
    }
    #cs_slider .owl-nav .owl-next {
        right: -15px;
    }
    .client_section .client_vector {
        width: 145px;
        height: 95px;
        left: 0;
    }
}

/* Footer */
.footer {
    background-color: #000000;
    padding-top: 90px;
    position: relative;
}
.footer .container {
    position: relative;
    z-index: 2;
}
.footer:after {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1fb18a;
}
.footer .left_vector {
    height: 100%;
    left: -50px;
    width: 335px;
    opacity: 1;
}
.footer .left_vector img {
    height: 100%;
    width: 100%;
    object-position: right;
    object-fit: cover;
    opacity: 0.1;
}
.footer ul {
    margin-bottom: 0;
}
.footer ul li {
    margin-bottom: 7px;
    list-style-type: none;
    line-height: 1.6;
}
.footer ul li a,
.footer p {
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
.footer ul li a:hover,
.footer ul li a:focus {
    color: #1fb18a;
}
.footer ul li a {
    position: relative;
    display: inline-block;
    line-height: 1.6;
}
.footer .ft_links ul li a {
    padding-left: 18px;
}
.footer .ft_links ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}
.footer .ft_links ul li a:hover:before,
.footer .ft_links ul li a:focus:before {
    top: 0;
    left: 6px;
}
.footer .ft_contact .footer_logo {
    max-width: 238px;
    display: block;
    margin-bottom: 30px;
}
.footer .ft_contact ul li {
    margin-bottom: 20px;
    line-height: 1.6;
}
.footer .ft_contact .footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer .ft_contact p {
    margin-bottom: 30px;
}
.footer .ft_contact ul li a {
    position: relative;
    padding-left: 45px;
    display: inline-flex;
    align-items: center;
}
.footer .ft_contact ul li a i {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1fb18a;
    border: 2px solid #1fb18a;
    border-radius: 100%;
    color: #000000;
    padding-left: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer .ft_contact ul li a:hover i {
    background-color: #000000;
    color: #1fb18a;
}
.footer h3 {
    margin-bottom: 32px;
}
.copyright {
    margin-top: 70px;
    padding: 28px 0;
    border-top: 1px solid rgba(238, 241, 242, 0.3);
    display: flex;
    justify-content: space-between;
}
.copyright p {
    margin-bottom: 0;
    line-height: 1.6;
}
.copyright ul li {
    display: inline-flex;
    margin-bottom: 0;
    margin-right: 8px;
}
.copyright ul li:last-child {
    margin-right: 0;
}
.copyright ul li a {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background-color: #1fb18a;
    border: 2px solid #1fb18a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}
.copyright ul li a:hover,
.copyright ul li a:focus {
    color: #1fb18a;
    background-color: #000;
    transform: scale(1.25);
}
@media (max-width: 1199px) {
    .footer {
        padding-top: 75px;
    }
    .footer .ft_contact .footer_logo {
        max-width: 225px;
        margin-bottom: 25px;
    }
    .footer h3 {
        margin-bottom: 25px;
    }
    .footer ul li a,
    .footer p {
        font-size: 15px;
    }
    .footer .ft_contact ul li a {
        padding-left: 40px;
    }
    .copyright {
        margin-top: 50px;
        padding: 24px 0;
    }
    .copyright ul li {
        margin-right: 4px;
    }
    .copyright ul li a {
        font-size: 16px;
        width: 32px;
        height: 32px;
    }
}
@media (max-width: 991px) {
    .footer .ft_contact p {
        margin-bottom: 20px;
    }
    .footer_col {
        margin-bottom: 30px;
    }
    .footer h3 {
        margin-bottom: 20px;
    }
    .footer .ft_contact p {
        max-width: 400px;
    }
    .copyright {
        margin-top: 25px;
        padding: 22px 0;
    }
}
@media (max-width: 767px) {
    .footer {
        padding-top: 50px;
    }
    .copyright {
        display: block;
        text-align: center;
    }
    .copyright p {
        margin-bottom: 10px;
    }
    .footer .ft_links ul {
        column-count: 2;
    }
    .footer:after {
        width: 8px;
    }
}
@media (max-width: 575px) {
    .footer {
        padding-top: 50px;
    }
    .footer ul li a,
    .footer p {
        font-size: 14px;
    }
    .footer h3 {
        margin-bottom: 10px;
    }
    .footer_col {
        margin-bottom: 25px;
    }
    .footer .ft_links ul {
        column-count: 1;
    }
    .footer .ft_links ul li a {
        padding-left: 14px;
    }   
    .footer:after {
        width: 6px;
    }
    .copyright {
        margin-top: 15px;
        padding: 18px 0;
    }
}

/* Go Up */
.go-up {
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: fixed;
    font-size: 14px;
    line-height: 22px;
    right: 20px;
    bottom: -40px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: none;
    text-align: center;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    border-radius: 50px 50px 0 0;
    opacity: 0.5;
}

.go-up:hover,
.go-up:focus {
    background-color: #1fb18a;
    opacity: 0.8;
}
/* Footer */

/*---------------------------------------------------*/
/*                 Internal page                     */
/*---------------------------------------------------*/
.internal_cover {
    min-height: 600px;
    height: auto;
}
.internal_cover::before {
    background-color: rgba(0, 0, 0, 0.75);
}
.internal_cover .caption {
    padding-left: 0;
}
.internal_cover .caption h1{
    margin-bottom: 0;
}
.internal_cover .right_vector {
    max-width: 400px;
}
@media (max-width: 1600px){
    .internal_cover {
        min-height: 450px;
    }
    .internal_cover .right_vector {
        right: -105px;
    }
}
@media (max-width: 991px){
    .internal_cover {
        min-height: 300px;
    }
    .internal_cover .right_vector {
        right: -120px;
        max-width: 340px;
    }
}
@media (max-width: 767px){
    .internal_cover {
        min-height: 250px;
        padding: 50px 0;
    }
    .internal_cover .right_vector {
        max-width: 260px;
        right: -90px;
    }
}
@media (max-width: 575px){
    .internal_cover {
        min-height: 200px;
    }
    .internal_cover .right_vector {
        max-width: 190px;
        right: -50px;
    }
}

/**/
.breadcrumb{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color:#ffffff;
    padding: 15px 0;
    color: #8d8e91;
    margin: 0;
}
.breadcrumb a {
    text-transform: capitalize;
    color: #8d8e91;
    margin-right: 5px;
    margin-left: 3px;
}
.breadcrumb a:first-child {
    margin-left: 0px;
}
.breadcrumb a:hover{
    color: #1fb18a;
}
.breadcrumb span {
    color: #000000;
    margin-left: 5px;
}
@media (max-width: 991px){
    .breadcrumb {
        padding: 12px 0;
        font-size: 14px;
    }
}
@media (max-width: 575px){
    .breadcrumb {
        padding: 8px 0;
        font-size: 13px;
    }
    .breadcrumb a{
        margin-right: 3px;
    }
    .breadcrumb span {
        margin-left: 3px;
    }
}

/* About Page */
.about_us .about_img {
    position: relative;
    z-index: 3;
}
.about_us .about_img .fit_img {
    background-color: #eaf7f4;
    position: relative;
    border: 1px solid #ececec;
    border-radius: 4px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.about_us .about_img .fit_img:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #1fb18a;
    border-radius: 4px;
}
.about_us .about_info {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.section_title h2 .title_circle2.sm{
    width: 100px;
    height: 100px;
    top: -25px;
} 
.about_us .about_info p:last-child{
    margin-bottom: 0;
}
@media(max-width: 1600px){
    .about_us .about_info {
        padding-left: 20px;
    }
}
@media(max-width: 1199px){
    .about_us .about_img .fit_img:before {
        width: 8px;
    }
    .about_us .about_info {
        padding-left: 15px;
    }
    .section_title h2 .title_circle2.sm {
        width: 90px;
        height: 90px;
        top: -20px;
    }
    .about_us .about_info .section_title h2 br{
        display: block;
    }
}
@media(max-width: 991px) {
    .about_us .about_img {
        padding-bottom: 50px;
    }
    .about_us .about_info {
        padding-left: 0;
    }
    .section_title h2 .title_circle2.sm {
        width: 80px;
        height: 80px;
    }
    .about_us .about_info .section_title h2 br{
        display: none;
    }
}
@media(max-width: 767px){
    .about_us .about_img .fit_img {
        margin-bottom: 20px;
    }
    .about_us .about_img .fit_img:before {
        width: 4px;
    }
    .section_title h2 .title_circle2.sm {
        width: 70px;
        height: 70px;
    }
}
@media(max-width: 575px){
    .about_us .about_img {
        padding-bottom: 30px;
    }
    .section_title h2 .title_circle2.sm {
        width: 50px;
        height: 50px;
        top: -10px;
    }
    .about_us .about_info .section_title h2 br{
        display: block;
    }
}


/* Business Info */
.business_vector {
    position: relative;
    float: right;
    max-width: 550px;
    width: 100%;
    margin-right: -70px;
    margin-bottom: 45px;
    margin: -140px -70px 45px 30px;
    z-index: 2;
}
.business_vector:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 480px;
    background-color: rgba(31, 177, 138, 0.07);
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.business_vector img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}
.business_info .section_title {
    max-width: 640px;
}
.business_info p{
    line-height: 2;
}
.business_info p:last-child{
    margin-bottom: 0;
}
@media(max-width: 1600px){
    .business_vector {
        max-width: 460px;
        margin-right: -40px;
    }
    .business_vector:before {
        width: 400px;
        height: 400px;
    }
}
@media(max-width: 1199px) {
    .business_info .section_title h2 br {
        display: block;
    }
    .business_info .section_title {
        max-width: 550px;
    }
    .business_vector {
        max-width: 380px;
    }
    .business_vector:before {
        width: 350px;
        height: 350px;
    }
}
@media(max-width: 991px) {
    .business_vector {
        max-width: 380px;
        float: none;
        margin: 50px auto;
    }
    .business_info {
        text-align: center;
    }
    .business_info p{
        line-height: 1.8;
    }
    .business_info .section_title {
        text-align: center;
        margin: 0 auto;
    }
}
@media(max-width: 400px) {
    .business_vector:before {
        width: 280px;
        height: 280px;
    }
    .business_info h2 {
        font-size: 24px;
    }
}

/* Top Gradient */
.topgd_border {
    border-top: solid;
    border-image-slice: 1;
    border-top-width: 12px;
    border-image-source: linear-gradient( to right, #1fb18a 0%, #ffab4a 100%);
}

/* Our Story */
.our_story .section_title {
    margin-bottom: 45px;
}
.our_story .section_title p {
    padding-top: 12px;
}
.our_story::before {
    content: '';
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1575px;
    max-height: 953px;
    opacity: 0.15;
    margin: auto;
    background-image: url(../images/light-logo-shape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.our_story_timeline {
    margin-left: -30px;
    margin-right: -30px;
}
.timeline {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.main_timeline {
    position: relative;
}
.timeline .default_line,
.timeline .draw_line{
    content: "";
    position: absolute;
    width: 1px;
    top: -72px;
    bottom: 0;
    left: 50%;
}
.timeline .draw_line{
    width: 3px;
    margin-left: -1px;
}
.timeline .default_line {
    background: #d2d2d2;
    height: 100%;
}
.timeline .draw_line {
    height: 0;
    background: #1fb18a;
}
.timeline_title {
    font-size: 24px;
    line-height: 2;
    font-weight: 600;
    color: #1fb18a;
    background-color: #e8f7f3;
    display: inline-block;
    padding: 11px 40px;
    text-transform: uppercase;
    border-radius: 36px;
    font-style: italic;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.timeline .timeline_box {
    position: relative;
    background-color: inherit;
    width: 50%;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
}
.timeline_box:nth-child(even) {
    margin-left: auto;
}
.timeline .timeline_box .content {
    padding: 0px 35px 20px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: 22px;
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.timeline .timeline_box .content.in-view {
    opacity: 1;
}
.timeline .timeline_box .content::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    right: -41px;
    background-color: #1fb18a;
    border: 0;
    top: 0;
    border-radius: 50%;
    z-index: 1;
    bottom: 0;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
}
.timeline .timeline_box:nth-child(even) .content::after {
    left: -41px;
}
.timeline .timeline_box .content.in-view::after {
    animation: zoomout_circle 0.3s linear;
}
@keyframes zoomout_circle {
    0%{  
        transform: scale(2.4);
        opacity: 0.5;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}

.timeline .timeline_box .content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #1fb18a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.timeline .timeline_box .content p {
    font-size: 16px;
    line-height: 1.8;
    color: #46494e;
    font-weight: 300;
}
.timeline .timeline_box .content p:last-child{
    margin-bottom: 0;
}
.timeline .timeline_box .content p a{
    font-weight: 600;
    color:#212112;
    text-decoration: underline;
}
.timeline .timeline_box .content p span {
    font-weight: 600;
    color: #212112;
    display: block;
}
.timeline .timeline_box .content p a:hover,
.timeline .timeline_box .content p a:focus{
    color: #1fb18a;
}
.timeline .timeline_box .content_title {
    display: inline-block;
    color: #fff;
    background-color: #1fb18a;
    border-radius: 23px;
    padding: 10px 23px;
    position: relative;
    margin-top: -22px;
    margin-bottom: 20px;
}
.timeline .timeline_box .content_title h2 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
}
@media(max-width: 1600px){
    .our_story::before {
        height: 850px;
        max-width: 1180px;
    }
}
@media(max-width: 1199px){
    .our_story_timeline {
        margin-left: -25px;
        margin-right: -25px;
    }
    .our_story::before {
        height: 800px;
        max-width: 950px;
    }
    .timeline_title {
        font-size: 22px;
        padding: 9px 35px;
        border-radius: 31px;
        margin-bottom: 40px;
    }
    .timeline .default_line, 
    .timeline .draw_line {
        top: -60px;
    }
    .timeline .timeline_box {
        padding-right: 25px;
        padding-left: 25px;
    }
    .timeline .timeline_box .content::after {
        right: -36px;
    }
    .timeline .timeline_box:nth-child(even) .content::after {
        left: -36px;
    }
    .timeline .timeline_box .content {
        padding:  0 30px 15px;
        margin-top: 20px;
    }
    .timeline .timeline_box .content_title {
        padding: 8px 20px;
        margin-top: -20px;
        margin-bottom: 15px;
    }
    .timeline .timeline_box .content_title h2 {
        font-size: 24px;
    }
    .timeline .timeline_box::after {
        width: 20px;
        height: 20px;
        right: -10px;
    }
    .topgd_border {
        border-top-width: 10px;
    }
}
@media(max-width: 991px){
    .our_story::before {
        height: 600px;
        max-width: 700px;
    }
    .timeline_title {
        font-size: 18px;
        padding: 8px 30px;
        border-radius: 26px;
        margin-bottom: 35px;
    }
    .timeline .default_line,
    .timeline .draw_line {
        top: -55px;
    }
    .timeline .timeline_box .content {
        padding: 0 15px 12px;
        margin-top: 20px;
    }
    .timeline .timeline_box .content_title h2 {
        font-size: 21px;
    }
    .timeline .timeline_box .content_title {
        padding: 7px 16px;
        margin-top: -16px;
        margin-bottom: 10px;
    }
    .timeline .timeline_box .content p {
        font-size: 15px;
    }  
    .topgd_border {
        border-top-width: 8px;
    } 
}
@media(max-width: 767px){
    .our_story .timeline {
        position: relative;
        overflow: hidden;
        margin-left: -15px;
        padding-left: 15px;
    }
    .timeline .default_line, 
    .timeline .draw_line {
        left: 20px;
        top: -48px;
    }
    .timeline_title {
        font-size: 16px;
        padding:12px 15px;
        border-radius: 25px;
        margin-bottom: 25px;
        width: 100%;
        text-align: center;
        line-height: 1.4;
    }
    .timeline .timeline_box {
        width: 100%;
        margin-bottom: 40px;
    }
    .timeline .timeline_box:last-child{
        margin-bottom: 20px;
    }
    .main_timeline {
        padding-left: 15px;
    }
   .timeline .timeline_box:nth-child(even) .content::after, 
    .timeline .timeline_box .content::after {
        width: 18px;
        height: 18px;
        right: inherit;
        left: -29px;
    }
    .timeline .timeline_box .content {
        padding:  0 15px 15px;
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    }
    .timeline .timeline_box .content_title h2 {
        font-size: 18px;
    }
    .timeline .timeline_box .content p {
        font-size: 14px;
    }    
} 
@media(max-width: 575px){
    .our_story .section_title p {
        padding-top: 7px;
    }
    .our_story_timeline {
        margin-left: 0;
        margin-right: 0;
    }
    .our_story::before {
        height: 100%;
        max-width: 480px;
    }
    .timeline .timeline_box {
        padding-right: 10px;
    }
    .timeline_title {
        font-size: 14px;
        padding: 12px 10px;
    }
    .timeline .timeline_box:nth-child(even)::after, 
    .timeline .timeline_box::after {
        width: 16px;
        height: 16px;
        left: -23px;
    }
}

/* CTA */
.cta_section.sm h2{
    font-size: 50px;
}
.cta_section.sm h3{
    font-size: 24px;
}
@media(max-width: 1199px){
    .cta_section.sm h2 {
        font-size: 46px;
    }
    .cta_section.sm h3 {
        font-size: 21px;
    }   
}
@media(max-width: 991px){
    .cta_section.sm h2 {
        font-size: 40px;
    }
    .cta_section.sm h3{
        font-size: 18px;
    }
}
@media(max-width: 767px){
    .cta_section.sm h2 {
        font-size: 36px;
    }
    .cta_section.sm h3{
        font-size: 16px;
    }
}
@media(max-width: 575px){
    .cta_section.sm h2 {
        font-size: 30px;
    }
}

/* Contact Page*/
.regina_office .section_title {
    margin-bottom: 40px;
}
.regina_office .fit_img{
    padding-left: 20px;
    overflow: visible;
}
.regina_office .fit_img img{
    border-radius: 8px;
}
.regina_office .fit_img::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -55px;
    width: 140px;
    height: 140px;
    background-image: url(../images/gray-dots.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
    opacity: 0.2;
}
.ct_content_left .row{
    margin: 0 -25px 45px;
}
.ct_content_left .row > div {
    padding: 0 25px;
}
.ct_content_left .row > div:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ct_content_left ul.address_bar:last-child {
    margin-bottom: 0;
}
.ct_content_left ul.address_bar li:not(:last-child) {
    margin-bottom: 12px;
}
.ct_content_left ul.address_bar li p span{
    font-size: 16px;
    line-height:1.9;
    display: block;
}
.ct_content_left ul.address_bar li p,
.ct_content_left ul.address_bar li a{
    display: inline-block;
    padding-left: 42px;
    position: relative;
    line-height: 2;
    margin-bottom: 0;
}
.ct_content_left ul.address_bar li p i,
.ct_content_left ul.address_bar li a i{
    position: absolute;
    left: 0;
    top: 3px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1fb18a;
    border: 2px solid #1fb18a;
    border-radius: 100%;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ct_content_left ul.address_bar li i.fa.fa-phone {
    padding-left: 2px;
    padding-top: 1px;
}
.ct_content_left ul.address_bar li i.fa.fa-map-marker {
    padding-left: 2px;
}
.ct_content_left ul.address_bar li a{
    color: #46494e;
}
.ct_content_left ul.address_bar li a:hover i {
    background-color: #fff;
    color: #1fb18a;
}
.ct_content_left ul.address_bar li a:hover, 
.ct_content_left ul.address_bar li a:focus {
    color: #1fb18a;
}
.ct_content_left ul.social_media {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.ct_content_left ul.social_media li {
    list-style: none;
    margin-top: 10px;
    margin-right: 12px;
}
.ct_content_left ul.social_media li:last-child {
    margin-right: 0;
}
.ct_content_left ul.social_media li a {
    width: 44px;
    height: 44px;
    color: #1fb18a;
    font-size: 20px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #1fb18a;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ct_content_left ul.social_media li a:hover {
    background-color: #1fb18a;
    color: #fff;
    transform: scale(1.2);
}
.regina_office .rg_notes {
    font-weight: 600;
    line-height: 1.8;
    font-style: italic;
}
.map_section {
    position: relative;
    padding-bottom: 30px;
}
.map_section iframe {
    height: 565px;
    width: 100%;
    border: 0;
    border-radius: 8px;
}
@media(max-width: 1600px) {
    .map_section iframe {
        height: 530px;
    }
}
@media(max-width: 1199px) {
    .map_section iframe {
        height: 460px;
    }
    .regina_office .fit_img {
        padding-left: 0;
    }
    .ct_content_left ul.address_bar li p, 
    .ct_content_left ul.address_bar li a {
        padding-left: 38px;
        line-height: 1.8;
        font-size: 16px;
    }
    .ct_content_left .row {
        margin: 0 -10px 30px;
    }
    .ct_content_left .row > div {
        padding: 0 10px;
    }
    .ct_content_left ul.address_bar li p span {
        font-size: 15px;
    }
    .ct_content_left ul.address_bar li p i, 
    .ct_content_left ul.address_bar li a i {
        top: 0;
    }
    .ct_content_left ul.social_media li {
        margin-right: 10px;
    }
    .map_section {
        padding-bottom: 0;
    }
}
@media(max-width: 991px){
    .map_section iframe {
        height: 400px;
    }
    .col-lg-7.ct_content_left {
        order: 6;
        padding-top: 50px;
    }
    .regina_office .fit_img::before {
        background-size: 24px;
        top: -40px;
    }
    .ct_content_left ul.social_media li {
        margin-top: 5px;
    }
    .ct_content_left ul.social_media li a {
        font-size: 18px;
        width: 40px;
        height: 40px;
    }
    section.sections.regina_office {
        padding-bottom: 20px;
    }
    .ct_content_left .row {
        margin: 0 -25px 30px;
    }
    .ct_content_left .row > div {
        padding: 0 25px;
    }
    .ct_content_left ul.address_bar li i.fa.fa-map-marker {
        padding-left: 1px;
    }
}
@media(max-width: 767px){
    .regina_office .section_title {
        margin-bottom: 30px;
    }
    .ct_content_left ul.address_bar:last-child {
        margin-bottom: 15px;
    }
    .col-lg-7.ct_content_left {
        padding-top: 40px;
    }
    .ct_content_left .row {
        margin: 0 -25px 20px;
    }
    .ct_content_left .row > div:first-child {
        border-right: none;
    }
}
@media(max-width: 575px){
    .ct_content_left ul.social_media li a {
        font-size: 17px;
        width: 36px;
        height: 36px;
    }
}

/* Get In Touch */
.get_in_touch .big_title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 20px;
    font-size: 215px;
    font-weight: 700;
    line-height: 1;
    color: #46494e;
    opacity: 0.05;
    letter-spacing: 0;
    display: block;
}
.get_in_touch .section_title p{
    max-width: 880px;
}
.get_in_touch textarea {
    height: 200px;
}
.get_in_touch input[type="submit"]{
    font-weight: 700;
}
.gform_wrapper.gravity-theme .description, 
.gform_wrapper.gravity-theme .gfield_description, 
.gform_wrapper.gravity-theme .gsection_description, 
.gform_wrapper.gravity-theme .instruction {
    padding: 0 !important;
    border: none;
    background: none;
    line-height: 1.6 !important;
}
.gform_wrapper .gform_validation_errors {
    background: none !important;
    margin-bottom: 30px !important;
}
@media(min-width: 1200px){
    .get_in_touch .container{
        max-width: 1000px;
    }
}
@media(max-width: 1600px){
    .get_in_touch .big_title {
        font-size: 160px;
        top: 40px;
    }
}
@media(max-width: 1199px){
    .get_in_touch .big_title {
        font-size: 135px;
        top: 30px;
    }
    .get_in_touch textarea {
        height: 160px;
    }
    .get_in_touch .section_title h2 br {
        display: block;
    }
}
@media(max-width: 991px){
    .get_in_touch .big_title {
        font-size: 100px;
    }
}
@media(max-width: 767px){
    .get_in_touch .big_title {
        font-size: 80px;
    }
}
@media (max-width: 575px){
    .get_in_touch .big_title {
        font-size: 60px;
    }
    .get_in_touch .section_title h2 br {
        display: none;
    }   
}
@media (max-width: 420px){
    .get_in_touch .big_title {
        font-size: 44px;
    }
}

/* Portfolio */
.portfolio_section .down_arrow.right {
    top: inherit;
    bottom: 500px;
}
.portfolio_section .nav {
    justify-content: center;
    padding-bottom: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.portfolio_section .nav .nav-item {
    margin: 6px;
}
.portfolio_section .nav-tabs .nav-link {
    font-family: "Play", sans-serif;
    margin-bottom: 0;
    border: 2px solid #46494e;
    border-radius: 23px;
    color: #46494e;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    opacity: 0.5;
    text-transform: capitalize;
    padding: 6px 26px;
    line-height: 30px;
}
.portfolio_section .nav-tabs .nav-item .nav-link:hover, 
.portfolio_section .nav-tabs .nav-item.show .nav-link, 
.portfolio_section .nav-tabs .nav-link.active {
    color: #1fb18a; 
    background-color: #e8f7f3;
    border-color: #1fb18a;
    opacity: 1;
}
.portfolio_section .tab-content{
    padding-top: 50px;
}
.portfolio_section .tab-content .row > div:nth-child(even) .pr_box{
    margin-left: auto;
}
.pr_box {
    width: calc(100% - 20px);
    height: 100%;
    display: flex;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    align-items: center;
}
.pr_box .laptop_body {
    width: 455px;
    height: 250px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: -70px;
}
.pr_box .laptop_body .web_screen {
    width: 329px;
    height: 206px;
    background-color: #1fb18a;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    top: 14px;
    margin: auto;
}
.pr_box .laptop_body .web_screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.portfolio_section .portfolio_col {
    margin-bottom: 70px;
    margin-top: 70px;
}
.pr_box .prbox_text {
    padding: 20px;
    width: 100%;
    flex: 1 1 auto;
}
.pr_box .prbox_text .pr_categorie{
    color: #cccccc;
    font-size: 15px;
    line-height: 2;
    font-family: "Play", sans-serif;
    margin-bottom: 15px;
}
.pr_box .prbox_text .pr_categorie a {
    color: #ffab4a;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
    display: inline-block;
    margin: 0 3px;
}
.pr_box .prbox_text .pr_categorie a:hover,
.pr_box .prbox_text .pr_categorie a:focus{
    color: #b3b3b3;
}
.pr_box .prbox_text h3{
    font-size: 26px;
}
.pr_box .prbox_text h3 a{
    color: #000000;
}
.pr_box .prbox_text h3 a:hover {
    color: #1fb18a;
}
.pr_box .prbox_text h3:last-child{
    margin-bottom: 0;
}
.pr_box .prbox_bottom {
    padding:0 25px 40px;
    width: 100%;
}
.pr_box .prbox_bottom a.read_more {
    font-family: "Play", sans-serif;
    font-size: 20px;
    line-height: 33px;
    font-weight: 700;
}

.portfolio_section .btn_holder{
    margin-top: 0;
}
@media(max-width: 1199px){
    .portfolio_section .nav-tabs .nav-link {
        border-radius: 22px;
        font-size: 17px;
        padding: 6px 24px;
        line-height: 28px;
    }
    .portfolio_section .nav {
        padding-bottom: 35px;
    }
    .portfolio_section .tab-content {
        padding-top: 40px;
    }
    .pr_box .laptop_body {
        width: 400px;
        height: 220px;
        margin-top: -60px;
    }
    .portfolio_section .tab-content .pr_box {
        width: 100%;
    }
    .pr_box .laptop_body .web_screen {
        width: 290px;
        height: 181px;
        top: 13px;
    }
    .pr_box .prbox_text {
        padding: 15px;
    }
    .pr_box .prbox_text .pr_categorie {
        margin-bottom: 10px;
    }
    .pr_box .prbox_text h3 {
        font-size: 24px;
    }
    .pr_box .prbox_text a.read_more {
        font-size: 18px;
    }
    .pr_box .prbox_bottom {
        padding: 0 20px 35px;
    }
    .portfolio_section .portfolio_col {
        margin-bottom: 50px;
        margin-top: 60px;
    }
    .pr_box .prbox_bottom a.read_more {
        font-size: 18px;
        line-height: 30px;
    }
}
@media(max-width: 991px){
    .portfolio_section .nav-tabs .nav-link {
        font-size: 16px;
        padding: 6px 15px;
        line-height: 26px;
    }
    .portfolio_section .nav .nav-item {
        margin: 5px;
    }
    .portfolio_section .nav {
        padding-bottom: 30px;
    }
    .portfolio_section .tab-content {
        padding-top: 35px;
    }
    .pr_box .laptop_body {
        width: 300px;
        height: 165px;
        margin-top: -50px;
    }
    .pr_box .laptop_body .web_screen {
        width: 218px;
        height: 136px;
        top: 9px;
    }
    .pr_box .prbox_text .pr_categorie {
        margin-bottom: 10px;
        line-height: 1.8;
        font-size: 14px;
    }
    .pr_box .prbox_text h3 {
        font-size: 22px;
    }
    .portfolio_section .portfolio_col {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .pr_box .prbox_bottom {
        padding: 0 15px 30px;
    }
    .pr_box .prbox_bottom a.read_more {
        font-size: 17px;
        line-height: 26px;
    }
}
@media(max-width: 767px){
    .pr_box .prbox_text .pr_categorie {
        margin-bottom: 8px;
        font-size: 13px;
    }
    .pr_box .prbox_bottom a.read_more {
        font-size: 16px;
    }
    .portfolio_section .tab-content .pr_box {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }
    .portfolio_section .portfolio_col {
        margin-bottom: 45px;
        margin-top: 40px;
    }
    .pr_box .laptop_body {
        width: 320px;
        height: 175px;
        margin-top: -40px;
    }
    .pr_box .laptop_body .web_screen {
        width: 232px;
        height: 145px;
    }
    .pr_box .prbox_text h3 {
        font-size: 20px;
    }
    .portfolio_section .nav-tabs .nav-link {
        font-size: 15px;
        padding: 6px 12px;
        line-height: 20px;
        border-radius: 20px;
    }
    .portfolio_section .nav .nav-item {
        margin: 4px;
    }
    .portfolio_section .nav {
        padding-bottom: 20px;
    }
    .portfolio_section .tab-content {
        padding-top: 25px;
    }
}
@media(max-width: 575px){
    .pr_box .laptop_body {
        width: 290px;
        height: 160px;
        margin-top: -40px;
    }
    .pr_box .laptop_body .web_screen {
        width: 210px;
        height: 132px;
    }
    .pr_box .prbox_text {
        padding: 15px 10px;
    }
    .pr_box .prbox_bottom {
        padding: 0 15px 20px;
    }
    .pr_box .prbox_text h3 {
        font-size: 18px;
    }
    .pr_box .prbox_bottom a.read_more {
        font-size: 15px;
        line-height: 26px;
    }
    .portfolio_section .nav .nav-item {
        margin: 2px;
    }
    .portfolio_section .nav-tabs .nav-link {
        font-size: 14px;
        padding: 5px 12px;
        line-height: 18px;
        border-radius: 17px;
    }
    .portfolio_section .portfolio_col {
        margin-bottom: 35px;
    }
}

/* Project Single */

.project_single{
    padding-bottom: 50px;
}
.project_single .section_title h2 [class*="title_circle"] {
    top: -10px;
}
.project_single .section_title p a{
    text-decoration: underline;
    font-weight: 500;
}
.project_single .ps_content {
    position: relative;
    background-color: #f8f8f8;
    border-radius: 50px 50px 0 0;
    margin-top: 540px;
}
.project_single .ps_content:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 160px;
    width: 730px;
    height: 440px;
    background-image: url(../images/light-logo-shape.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.08;
}
.project_single .ps_content .laptop_body {
    width: 1110px;
    height: 637px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin: auto;
    margin-top: -500px;
    margin-bottom: 35px;
}
.project_single .ps_content .laptop_body .web_screen {
    width: 805px;
    height: 503px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 49px;
    z-index: 2;
    overflow: hidden;
}
.project_single .ps_content .laptop_body .web_screen img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.project_single .ps_content .mobile_body {
    position: absolute;
    bottom: -15px;
    right: 85px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 215px;
    height: 380px;
    z-index: 3;
}
.project_single .ps_content .mobile_body .mobile_screen {
    width: 165px;
    height: 341px;
    left: 25px;
    position: relative;
    top: 27px;
    border-radius: 0px 0 20px 20px;
    overflow: hidden;
}
.project_single .ps_content .mobile_body .mobile_screen img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.project_single .ps_content .portfolio_detail{
    padding: 0 70px 70px;
    position: relative;
    z-index: 1;
}
.project_single .ps_content .portfolio_detail p{
    line-height: 2;
}
.project_single .ps_content .portfolio_detail .pr_feature h3{
    font-size: 26px;
}
.project_single .ps_content .portfolio_detail .pr_feature ul{
    margin: 0 -10px;
}
.project_single .ps_content .portfolio_detail .pr_feature ul li{
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    margin: 0 10px 20px;
}
.project_single .ps_content .portfolio_detail .pr_feature ul li span {
    display: block;
    line-height: 36px;
    text-transform: uppercase;
}
.project_single .ps_content .portfolio_detail .pr_feature ul li .feature_icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    text-align: right;
    display: flex;
}
.project_single .ps_content .portfolio_detail .pr_feature ul li .feature_icon img {
    margin: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.project_single .ps_content .portfolio_detail .btn_holder{
    margin-top: 25px;
    display: flex;
}
.project_single .ps_content .portfolio_detail .btn_holder .my_btn.wborder {
    background-color: transparent;
    border: 2px solid #1fb18a;
    color: #1fb18a;
    font-weight: 700;
}
.project_single .ps_content .portfolio_detail .btn_holder .my_btn.wborder:hover,
.project_single .ps_content .portfolio_detail .btn_holder .my_btn.wborder:focus{
    background-color: #1fb18a;
    color: #ffffff;
}
@media(max-width: 1199px){
    .project_single {
        padding-bottom: 20px;
    }
    .project_single .ps_content {
        margin-top: 500px;
    }
    .project_single .ps_content .laptop_body .web_screen {
        width: 670px;
        height: 418px;
        top: 50px;
    }
    .project_single .ps_content .laptop_body {
        width: 910px;
        height: 550px;
        margin-top: -440px;
    }
    .project_single .ps_content .mobile_body {
        bottom: -35px;
        right: 75px;
        width: 200px;
        height: 355px;
    }
    .project_single .ps_content .mobile_body .mobile_screen {
        width: 157px;
        height: 317px;
        left: 22px;
    }
    .project_single .ps_content .portfolio_detail {
        padding: 0 55px 55px;
    }
    .project_single .ps_content .portfolio_detail .pr_feature ul {
        margin: 0 -7px;
    }
    .project_single .ps_content .portfolio_detail .pr_feature ul li {
        margin: 0 7px 14px;
    }
    .project_single .ps_content .portfolio_detail .btn_holder {
        margin-top: 20px;
    }
    .project_single .ps_content .portfolio_detail .pr_feature h3 {
        font-size: 24px;
    }
}
@media(max-width: 991px){
    .project_single {
        padding-bottom: 40px;
    }
    .project_single .ps_content .laptop_body {
        width: 690px;
        height: 390px;
        margin-top: -310px;
    }
    .project_single .ps_content .laptop_body .web_screen {
        width: 500px;
        height: 313px;
        top: 26px;
    }
    .project_single .ps_content {
        margin-top: 350px;
    }
    .project_single .ps_content .mobile_body {
        right: 60px;
        width: 170px;
        height: 260px;
    }
    .project_single .ps_content .mobile_body .mobile_screen {
        width: 116px;
        height: 231px;
        left: 27px;
        top: 20px;
        border-radius: 0 0 12px 12px;
    }
    .project_single .ps_content .portfolio_detail {
        padding: 0 45px 45px;
    }
    .project_single .ps_content:before {
        width: 580px;
        height: 345px;
    }
    .project_single .ps_content .portfolio_detail .pr_feature ul li .feature_icon {
        width: 28px;
        height: 28px;
        margin-right: 8px;
    }
    .project_single .ps_content .portfolio_detail .pr_feature h3 {
        font-size: 22px;
    }
    .project_single .ps_content .portfolio_detail .btn_holder {
        margin-top: 15px;
    }
    .project_single .ps_content .portfolio_detail .pr_feature ul li span {
        line-height: 32px;
    }
}
@media(max-width: 767px){
    .project_single {
        padding-bottom: 30px;
    }
    .project_single .ps_content .portfolio_detail .pr_feature h3 {
        font-size: 20px;
    }
    .project_single .ps_content {
        margin-top: 230px;
        border-radius: 40px 40px 0 0;
    }
    .project_single .ps_content .laptop_body {
        width: 510px;
        height: 315px;
        margin-top: -210px;
        margin-bottom: 25px;
    }
    .project_single .ps_content .laptop_body .web_screen {
        width: 371px;
        height: 231px;
        top: 34px;
    }
    .project_single .ps_content .mobile_body {
        right: 45px;
        width: 120px;
        height: 195px;
        bottom: -10px;
    }
    .project_single .ps_content .mobile_body .mobile_screen {
        width: 86px;
        height: 172px;
        left: 17px;
        top: 15px;
        border-radius: 0 0 10px 10px;
    }
    .project_single .ps_content .portfolio_detail {
        padding: 0 30px 30px;
    }
    .project_single .ps_content:before {
        width: 430px;
        height: 260px;
    }
    .project_single .ps_content .portfolio_detail .pr_feature ul li .feature_icon {
        width: 25px;
        height: 25px;
        margin-right: 6px;
    }
    .project_single .ps_content .portfolio_detail .pr_feature ul li span {
        line-height: 28px;
    }
    .project_single .ps_content .portfolio_detail p {
        line-height: 1.8;
    }
}
@media(max-width: 575px){
    .project_single {
        padding-bottom: 20px;
    }
    .project_single .ps_content {
        margin-top: 190px;
    }
    .project_single .ps_content .laptop_body .web_screen {
        width: 282px;
        height: 177px;
        top: 19px;
    }
    .project_single .ps_content .laptop_body {
        width: 390px;
        height: 228px;
        margin-top: -130px;
        margin-bottom: 30px;
    }
    .project_single .ps_content {
        margin-top: 160px;
        display: flex;
        flex-direction: column;
        border-radius: 30px 30px 0 0;
    }
    .project_single .ps_content .mobile_body {
        right: 20px;
        width: 95px;
        height: 145px;
        bottom: -15px;
    }
    .project_single .ps_content .mobile_body .mobile_screen {
        width: 64px;
        height: 127px;
        left: 15px;
        top: 11px;
        border-radius: 0 0 7px 7px;
    }
    .project_single .ps_content .portfolio_detail {
        padding: 0 20px 25px;
    }
    .project_single .ps_content:before {
        width: 100%;
    }
    .project_single .ps_content .portfolio_detail .pr_feature ul li .feature_icon {
        width: 22px;
        height: 22px;
        text-align: center;
    }
    .project_single .ps_content .portfolio_detail .pr_feature ul li {
        margin-bottom: 6px;
        margin-right: 8px;
    }
}
@media(max-width: 460px){
    .project_single .ps_content .laptop_body {
        width: 290px;
        height: 160px;
        margin-top: -90px;
        margin-bottom: 30px;
    }
    .project_single .ps_content {
        margin-top: 115px;
    }
    .project_single .ps_content .laptop_body .web_screen {
        width: 210px;
        height: 132px;
        top: 9px;
    }
    .project_single .ps_content .mobile_body {
        right: 0;
        width: 70px;
        height: 120px;
        bottom: -20px;
    }
    .project_single .ps_content .mobile_body .mobile_screen {
        width: 53px;
        height: 106px;
        left: 9px;
        top: 9px;
        border-radius: 0 0 6px 6px;
    }
}
/**/
#more_project_slider .owl-item {
    display: flex;
}
#more_project_slider .owl-stage-outer {
    display: grid;
}
#more_project_slider .owl-stage {
    display: flex;
}
#more_project_slider .item{
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    width: 100%;
}
#more_project_slider .item .pr_box {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    height: 100%;
}
#more_project_slider .item {
    padding: 30px;
    margin-top: 100px;
}
#more_project_slider .item .pr_box{
    width: 100%;
    border-radius: 5px;
    border: 2px solid #ffffff;
}
#more_project_slider .owl-nav .owl-prev, 
#more_project_slider .owl-nav .owl-next{
    box-shadow: 0px 3px 35px rgba(185, 185, 185, 0.25);
    top: 60%;
}
#more_project_slider .owl-nav .owl-prev {
    left: -80px;
}
#more_project_slider .owl-nav .owl-next{
    right: -80px;
}
#more_project_slider+.btn_holder .my_btn {
    min-width: 210px;
    font-weight: 700;
}
.shadow_width {
    max-width: 1200px;
}
@media(max-width: 1199px){
    .shadow_width {
        max-width: 1000px;
    }
    #more_project_slider+.btn_holder .my_btn {
        min-width: 190px;
    }
    #more_project_slider .item {
        padding: 25px;
        margin-top: 90px;
    }
    #more_project_slider .owl-nav .owl-prev {
        left: -25px;
    }
    #more_project_slider .owl-nav .owl-next {
        right: -25px;
    }
}
@media(max-width: 991px){
    .shadow_width {
        max-width: 760px;
    }
    #more_project_slider .item {
        padding: 20px;
        margin-top: 75px;
    }
    #more_project_slider+.btn_holder .my_btn {
        min-width: 175px;
    }
}
@media(max-width: 767px){
    #more_project_slider {
        max-width: 450px;
        margin: 0 auto;
    }
    #more_project_slider .pr_box .laptop_body {
        margin-top: -50px;
    }
    #more_project_slider .item {
        padding: 25px;
        margin-top: 45px;
    }
    #more_project_slider .owl-nav .owl-prev {
        left: -15px;
    }
    #more_project_slider .owl-nav .owl-next {
        right: -15px;
    }
}
@media(max-width: 575px){
    #more_project_slider+.btn_holder .my_btn {
        min-width: 150px;
    }
}
@media(max-width: 360px){
    #more_project_slider .item {
        padding: 15px;
    }
    .pr_box {
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    }
}

/* Blog */
.blog_page .row > div {
    padding-bottom: 45px;
}
.pagination {
    justify-content: start;
    margin-top: 40px;
    display: block;
    text-align: center;
}
.pagination .screen-reader-text {
	display: none;
}
.pagination .page-numbers {
    font-family: "Play", sans-serif;
    background: #fff;
    width: 46px;
    height: 46px;
    line-height: 42px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    margin: 3px;
    border: 1px solid #1fb18a;
	color: #1fb18a;
    border-radius: 50px;
}
.pagination .page-numbers.current, 
.pagination .page-numbers:hover {
	background-color: #1fb18a;
	color: #fff;
}
@media(max-width:767px){
    .pagination {
        margin-top: 30px;
    }
    .pagination .page-numbers {
        width: 36px;
        height: 36px;
        line-height: 32px;
        font-size: 18px;
    }
}
@media(max-width:575px){
    .blog_page .blog_box {
        max-width: 360px;
        margin: 0 auto;
    }
    .pagination {
        margin-top: 20px;
    }
    .pagination .page-numbers {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 16px;
    }
}
@media(max-width:420px){
    .blog_page .blog_box {
        max-width: 270px;
    }
}

/* Liner Arrow */
.down_arrow {
    position: absolute;
    top: 0;
    left: 75px;
    overflow: hidden;
    z-index: 1;
    width: 269px;
    height: 418px;
    object-fit: cover;
    object-position: right bottom;
}
.down_arrow.left_0 {
    top: 100px;
    left: 0px;
}
.down_arrow.right {
    left: inherit;
    right: 0px;
    object-position: left bottom;
}

@media (max-width: 1700px) {
    .down_arrow.left_0,
    .down_arrow {
        left: -50px;
    }
    .down_arrow.right {
        right: -40px;
    }
}
@media (max-width: 1600px) {
    .down_arrow.left_0,
    .down_arrow {
        width: 190px;
        height: 300px;
        top: 45px;
        left: -85px;
        transform: rotate(23deg) !important;
    }
    .down_arrow.right {
        right: -75px;
        transform: rotate(-25deg) !important;
    }
}
@media (max-width: 1199px) {
    .down_arrow {
        width: 160px;
        height: 240px;
        left: -70px;
    }
}
@media (max-width: 575px) {
    .down_arrow {
        display: none;
    }
}


/* Default Typo */
.default_typo h2 {
    font-size: 46px;
    margin-bottom: 15px;
}
.default_typo img {
    margin-bottom: 30px;
    border-radius: 6px;
    border: 1px solid #ececec;
}
.default_typo ol li,
.default_typo ul li {
    list-style-type: none;
    padding-left: 30px;
    position: relative;
    margin-top: 5px;
}
.default_typo ul li::before {
    content: "\f105";
    position: absolute;
    width: 21px;
    height: 21px;
    color: #ffffff;
    background-color: #1fb18a;
    border-radius: 100%;
    font-family: "FontAwesome";
    left: 0px;
    top: 8px;
    text-align: center;
    line-height: 21px;
}
.default_typo ol {
	counter-reset: listitem;
}
.default_typo ol li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: counters(listitem, '.') '.';
    counter-increment: listitem;
}
.my_btn.back_btn {
    min-width: 140px;
    font-size: 21px;
    line-height: 24px;
    margin-top: 20px;
}
.alignleft {
    float: left;
    border-radius: 6px;
    max-width: 350px;
    margin: 0 20px 20px 0;
}
.alignright {
    float: right;
    border-radius: 6px;
    max-width: 350px;
    margin: 0 0 20px 20px;
}
@media (max-width: 1199px) {
    .default_typo h2 {
        font-size: 42px;
    }
    .alignleft,
    .alignright {
        max-width: 300px;
    }
}
@media (max-width: 991px) {
    .default_typo h2 {
        font-size: 36px;
    }
    .default_typo ul li {
        padding-left: 28px;
    }
    .default_typo ol li  {
        padding-left: 24px;
    }
    .default_typo ul li::before {
        line-height: 19px;
        padding-left: 2px;
        top: 5px;
    }
    .default_typo img {
        margin-bottom: 20px;
    }
    .alignleft,
    .alignright {
        float: none;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
}
@media (max-width: 767px) {
    .default_typo h2 {
        font-size: 32px;
    }
    .default_typo ul li::before {
        top: 3px;
    }
}
@media (max-width: 575px) {
    .default_typo h2 {
        font-size: 26px;
    }
    .default_typo ul li {
        padding-left: 24px;
    }
    .default_typo ol li {
        padding-left: 20px;
    }
    .default_typo ul li::before {
        width: 18px;
        height: 18px;
        line-height: 16px;
    }
}


/* sidebar */
.blog_detail .row > div.default_typo {
    padding-right: 25px;
}
.blog_search {
    position: relative;
    margin-bottom: 45px;
}
.blog_search input[type="search"] {
    background-color: #f8f8f8;
    border-color: #ececec;
    border-width: 2px;
    padding-right: 58px !important;
}
.blog_search button[type="submit"] {
    min-width: inherit;
    padding: 0;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 1;
    text-align: center;
}
.sidebar .widget {
    padding: 18px 22px;
    border-radius: 6px;
    border: 2px solid #ececec;
    margin-bottom: 45px;
}
.sidebar .widget h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #1fb18a;
    border-bottom: 1px solid #ececec;
    padding-bottom: 18px;
}
.sidebar .widget ul {
    margin-bottom: 0;
}
.sidebar .widget ul li {
    padding: 16px 0;
    border-bottom: 1px solid #ececec;
}
.sidebar .widget ul li:last-child {
    padding-bottom: 5px;
    border-bottom: none;
}
.sidebar .widget ul li a,
.sidebar .widget ul li h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
    font-family: "Play", sans-serif;
}
.sidebar .widget ul li a,
.sidebar .widget ul li h4 a {
    color: #000;
    display: block;
}
.sidebar .widget ul li a:hover,
.sidebar .widget ul li h4 a:hover {
    color: #1fb18a;
}
.sidebar .widget ul li span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.7;
    margin-top: 10px;
}
.sidebar .widget .tags {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -5px 10px;
}
.sidebar .widget .tags a {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    background-color: #efeff0;
    border-radius: 40px;
    font-family: "Play", sans-serif;
    font-weight: 400;
    padding: 7px 15px;
    display: inline-block;
    margin: 5px;
}
.sidebar .widget .tags a:hover {
    color: #fff;
    background-color: #1fb18a;
}

@media (max-width: 1600px) {
    .blog_detail .row > div.default_typo {
        padding-right: 15px;
    }
}
@media (max-width: 1199px) {
    .default_typo h2 {
        font-size: 38px;
    }
    .blog_search {
        margin-bottom: 35px;
    }
    .sidebar .widget {
        padding: 15px 18px;
        margin-bottom: 35px;
    }
    .sidebar .widget h2 {
        font-size: 26px;
        padding-bottom: 15px;
    }
    .sidebar .widget ul li {
        padding: 12px 0;
    }
    .sidebar .widget ul li a,
    .sidebar .widget ul li h4 {
        font-size: 18px;
    }
    .sidebar .widget ul li span {
        margin-top: 8px;
    }
    .sidebar .widget .tags {
        margin: 15px -3px 10px;
    }
    .sidebar .widget .tags a {
        font-size: 15px;
        padding: 6px 12px;
        margin: 3px;
    }
    .my_btn.back_btn {
        min-width: 120px;
        font-size: 19px;
        line-height: 22px;
        margin-top: 15px;
    }
}
@media (max-width: 991px) {
    .sidebar {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 2px solid #ececec;
    }
    .blog_search button[type="submit"] {
        width: 42px;
        height: 42px;
    }
}
@media (max-width: 767px) {
    .default_typo h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .blog_search button[type="submit"] {
        top: 5px;
        right: 5px;
    }
    .my_btn.back_btn {
        min-width: 100px;
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .default_typo h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .my_btn.back_btn {
        font-size: 16px;
    }
    .blog_search button[type="submit"] {
        width: 38px;
        height: 38px;
    }
    .sidebar .widget {
        padding: 13px 15px;
        margin-bottom: 25px;
    }
    .sidebar .widget h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .sidebar .widget ul li a,
    .sidebar .widget ul li h4 {
        font-size: 16px;
    }
    .sidebar .widget ul li {
        padding: 10px 0;
    }
    .sidebar .widget .tags {
        margin: 10px -3px 6px;
    }
    .sidebar .widget .tags a {
        font-size: 14px;
        padding: 5px 10px;
    }
}

/* Services */
.sr_text_img {
    float: right;
    max-width: 540px;
    border-radius: 6px;
    border: 1px solid #cdcdcd;
    position: relative;
    margin: 10px 0 20px 20px;
}
.sr_text_img .sm_logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 94px;
    height: 67px;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 5px 0 30px rgba(0,0,0,0.05);
}
.sr_text_img .sm_logo img {
    object-fit: contain;
}
@media (max-width: 1199px) {
    .sr_text_img {
        max-width: 440px;
    }
    .sr_text_img .sm_logo {
        width: 84px;
        height: 56px;
    }
}
@media (max-width: 991px) {
    .sr_text_img {
        float: none;
        max-width: 100%;
        margin: 10px 0 20px;
    }
}
@media (max-width: 575px) {
    .sr_text_img .sm_logo {
        width: 70px;
        height: 46px;
        padding: 6px;
    }
}

/* Link Box */
.sr_header_spacing {
    min-height: 152px;
}
.sr_header {
    position: static;
}
.sr_header .row {
    margin: 0 -10px;
}
.sr_header .row > div {
    padding: 10px;
}
.sr_link_box{
    background-color: #e8f7f3;
    padding: 70px 10px 20px;
    display: block;
    border-radius: 6px;
    text-align: center;
    height: 100%;
    border: 2px solid transparent;
    position: relative;
}
.sr_header .row > div:nth-child(2n) .sr_link_box{
    background-color: #fff6ed;
}
.sr_link_box:hover{
    background-color: #1fb18a !important;
    box-shadow: 0 6px 22px rgba(0,0,0,0.2);
    transform: translateY(-4px);
    border: 2px solid #fff;
}
.sr_link_box img{
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sr_link_box:hover img{
    filter: brightness(0) invert(1);
    transform: scale(1.1);
}
.sr_link_box span{
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    font-family: "Play", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sr_link_box:hover span{
    color: #fff;
}
/**/
.sr_sticky.sr_header {
    position: fixed;
    top: 106px;
    width: 100%;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0,0.2);
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,0.2);
}
.sr_sticky.sr_header .sr_link_box {
    padding: 10px;
}
.sr_sticky.sr_header .sr_link_box img {
    opacity: 0;
    height: 0;
    width: 0;
}

/**/
.main_sr_box:nth-child(2n) > div:nth-child(1){
    order: 6;
}
.main_sr_box {
    margin: 100px auto 0;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 80px 35px;
    position: relative;
}
.main_sr_box h2 {
    font-size: 34px;
    position: relative;
    display: inline-block;
    padding-right: 80px;
    margin-bottom: 30px;
}
.main_sr_box h2 a {
    color: #000;
}
.main_sr_box h2 a:hover {
    color: #1fb18a;
}
.main_sr_box h2 img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main_sr_box p {
    font-size: 17px;
    line-height: 1.9;
}
.main_sr_box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 140px;
    height: 90px;
    background-image: url(../images/gray-dots.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
    opacity: 0.2;
}

.main_sr_box:nth-child(2n)::before {
    left: 75%;
}
.main_sr_box .sr_vect {
    width: 414px;
    height: 276px;
    border: 12px solid #000000;
    background-color: #000000;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.main_sr_box .sr_vect img {
    border-radius: 3px;
}
.main_sr_box .main_sr_img {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_sr_box .main_sr_img:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.08;
    width: 512px;
    height: 322px;
    background-image: url(../images/light-logo-shape.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width:1600px){
    .sr_sticky.sr_header {
        top: 88px;
    }
    .main_sr_box {
        margin: 70px auto 0;
    }
}
@media(max-width:1199px){
    .sr_header_spacing {
        min-height: 133px;
    }
    .sr_link_box span {
        font-size: 13px;
    }
    .sr_header .sr_link_box {
        padding: 60px 5px 15px;
    }
    .sr_sticky.sr_header .sr_link_box {
        padding: 8px 5px;
    }
    .sr_link_box img {
        top: 12px;
        width: 38px;
        height: 38px;
    }
    .main_sr_box {
        margin: 70px auto 0;
        padding: 60px 25px;
    }
    .main_sr_box .sr_vect {
        width: 364px;
        height: 242px;
        border: 9px solid #000000;
    }
    .main_sr_box .main_sr_img:before {
        width: 440px;
        height: 100%;
    }
    .main_sr_box h2 {
        font-size: 28px;
        padding-right: 65px;
        margin-bottom: 25px;
    }
    .main_sr_box h2 img {
        width: 50px;
        height: 50px;
    }
    .main_sr_box p {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media(max-width: 991px){
    .sr_sticky.sr_header {
        position: static;
        box-shadow: none;
        background-color: #fff;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
        border-top: none;
    }
    .sr_header .sr_link_box img,
    .sr_sticky.sr_header .sr_link_box img {
        opacity: 1;
        height: 38px;
        width: 38px;
    }
    .sr_header .sr_link_box,
    .sr_sticky.sr_header .sr_link_box {
        padding: 60px 5px 15px;
    }
    .sr_header .row {
        margin: 0 -5px;
        justify-content: center;
    }
    .sr_header .row > div.col {
        max-width: 25%;
        flex: 0 0 25%;
        padding: 5px;
    }
    .main_sr_box > div:nth-child(1) {
        order: 6;
    }
    .main_sr_box {
        margin: 40px auto 0;
        padding: 40px 20px;
        text-align: center;
    }
    .main_sr_box .main_sr_img {
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .main_sr_box:nth-child(2n)::before,
    .main_sr_box::before {
        left: 30px;
        width: 90px;
        height: 70px;
        background-size: 26px;
    }
    .main_sr_box h2 {
        padding: 0;
        display: block;
        margin-bottom: 20px;
    }
    .main_sr_box h2 a br {
        display: none;
    }
    .main_sr_box h2 img {
        display: none;
    }
}
@media(max-width: 767px){
    .sr_header .sr_link_box img,
    .sr_sticky.sr_header .sr_link_box img {
        top: 10px;
        width: 34px;
        height: 34px;
    }
    .sr_header .sr_link_box,
    .sr_sticky.sr_header .sr_link_box {
        padding: 50px 5px 10px;
    }
    .main_sr_box .sr_vect {
        width: 324px;
        height: 214px;
        border: 8px solid #000000;
    }
}
@media(max-width: 575px){
    .main_sr_box {
        margin: 30px auto 0;
        padding: 25px 15px;
    }
    .main_sr_box h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .main_sr_box p {
        font-size: 15px;
    }
}
@media(max-width: 510px){
    .main_sr_box .main_sr_img,
    .main_sr_box > div {
        padding: 0;
    }
    .main_sr_box .main_sr_img  {
        margin-bottom: 30px;
    }
    .main_sr_box .sr_vect {
        width: 260px;
        height: 171px;
        border: 6px solid #000000;
    }
    .main_sr_box:nth-child(2n)::before, 
    .main_sr_box::before {
        left: 10px;
    }
    .sr_header .row > div.col {
        max-width: 33.333%;
        flex: 0 0 33.333%;
    }
    .main_sr_box .main_sr_img::before {
        width: 315px;
        height: 200px;
    }
}
@media(max-width: 400px){
    .main_sr_box h2 {
        font-size: 22px;
    }
    .main_sr_box .main_sr_img  {
        margin-bottom: 20px;
    }
    .sr_header .row > div.col {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .sr_header .row > div:nth-child(4n + 1) .sr_link_box,
    .sr_header .row > div:nth-child(4n + 4) .sr_link_box {
        background-color: #e8f7f3;
    }
    .sr_header .row > div:nth-child(4n + 2) .sr_link_box,
    .sr_header .row > div:nth-child(4n + 3) .sr_link_box {
        background-color: #fff6ed;
    }
    .main_sr_box .main_sr_img::before {
        width: 285px;
        height: 180px;
    }
}


/* Process */
.process_page .down_arrow.left_0 {
    top: 230px;
}
.process_page .big_bg_text {
    font-size: 340px;
    line-height: 1;
    letter-spacing: 30px;
    font-weight: 700;
    color: #000000;
    opacity: 0.03;
    margin-left: -13px;
    position: absolute;
    top: 180px;
}
.process_box{
    background-color: #fff;
    margin: 0;
    box-shadow: 0 3px 35px rgba(185, 185, 185,0.25);
    border-radius: 6px;
    padding: 45px;
    position: relative;
}
.process_box > div:nth-child(1){
    flex: 0 0 74%;
    max-width: 74%;
}
.process_box > div:nth-child(2){
    flex: 0 0 26%;
    max-width: 26%;
}
.process_box h2 {
    font-size: 36px;
}
.process_box .fit_img {
    height: 300px;
    margin-top: 50px;
}
.process_box .fit_img img {
    object-fit: contain;
    object-position: top center;
}
.process_box p {
    font-size: 17px;
    line-height: 1.8;
}
.process_box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-image: url(../images/light-logo-shape.svg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.08;
}
.process_box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 9%;
    width: 140px;
    height: 115px;
    background-image: url(../images/gray-dots.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
    opacity: 0.2;
}

/**/
.process_page .nav-tabs {
    border: none;
    justify-content: space-between;
    padding: 60px 0;
    margin: 0 -50px;
    position: relative;
}
.process_page .nav-tabs:before {
    content: '';
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 2px;
    background-color: #1fb18a;
}
.process_page .nav-tabs .nav-item {
    max-width: 16.6666%;
    flex: 0 0 16.6666%;
    text-align: center;
}
.process_page .nav-tabs .nav-item .nav-link {
    border: none;
    text-align: center;
    background: none;
    display: inline-block;
}
.process_page .nav-tabs .nav-item .nav-link span {
    font-family: "Play", sans-serif;
    display: block;
    font-size: 28px;
    font-weight: 400;
    color: #a3a3a3;
    line-height: 1.2;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.process_page .nav-tabs .nav-item .nav-link .fit_icon {
    position: relative;
    min-height: 86px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.process_page .nav-tabs .nav-item .nav-link .fit_icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(31,177,138,0.2);
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.process_page .nav-tabs .nav-item .nav-link .fit_icon div {
    background-color: #1fb18a;
    width: 86px;
    height: 86px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 11px 14px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
    border: 3px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.process_page .nav-tabs .nav-item .nav-link .fit_icon div img {
    max-width: 100%;
    max-height: 100%;
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.process_page .nav-tabs .nav-item .nav-link h4 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/**/
.process_page .nav-tabs .nav-item .nav-link.active span {
    color: #000000;
    transform: scale(1.2);
}
.process_page .nav-tabs .nav-item .nav-link.active .fit_icon:before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.process_page .nav-tabs .nav-item .nav-link.active .fit_icon div {
    background-color: #ffa853;
    border-color: transparent;
    width: 80px;
    height: 80px;
}
.process_page .nav-tabs .nav-item .nav-link.active .fit_icon div img {
    filter: brightness(0) invert(0);
}

@media(max-width:1199px) {
    .process_page .nav-tabs {
        padding: 40px 0;
        margin: 0 -32px;
    }
    .process_page .big_bg_text {
        font-size: 292px;
        letter-spacing: 20px;
        margin-left: -13px;
        top: 150px;
    }
    .process_page .nav-tabs:before {
        top: 135px;
    }
    .process_page .nav-tabs .nav-item .nav-link .fit_icon {
        margin: 0 auto 10px;
        min-height: 80px;
    }
    .process_page .nav-tabs .nav-item .nav-link span {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .process_page .nav-tabs .nav-item .nav-link h4 {
        font-size: 18px;
    }
    .process_page .nav-tabs .nav-item .nav-link .fit_icon div {
        width: 80px;
        height: 80px;
        padding: 9px 12px;
        border: 2px solid #fff;
    }
    .process_page .nav-tabs .nav-item .nav-link.active .fit_icon div {
        width: 74px;
        height: 74px;
    }
    .process_page .nav-tabs .nav-item .nav-link .fit_icon:before {
        width: 90px;
        height: 90px;
    }
    .process_box {
        padding: 35px 25px;
    }
    .process_box h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .process_box .fit_img {
        height: 270px;
    }
    .process_box::before {
        width: 250px;
    }
    .process_box p {
        font-size: 16px;
        line-height: 1.8;
    }
}
@media(max-width: 991px) {
    .process_box {
        padding: 25px 15px;
    }
    .process_box h2 {
        font-size: 26px;
    }
    .process_box p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .process_box > div:nth-child(1) {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .process_box > div:nth-child(2) {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .process_box::before {
        width: 200px;
    }
    .process_page .big_bg_text {
        font-size: 228px;
        letter-spacing: 10px;
        top: 120px;
    }
    .process_page .nav-tabs:before {
        top: 85px;
    }
    .process_page .nav-tabs {
        padding: 10px 0 30px 0;
        margin: 0 -22px;
    }
    .process_page .nav-tabs .nav-item .nav-link {
        padding: 0;
    }
    .process_page .nav-tabs .nav-item .nav-link h4 {
        font-size: 16px;
        line-height: 1.2;
    }
    .process_page .nav-tabs .nav-item .nav-link span {
        font-size: 22px;
    }
    .process_page .nav-tabs .nav-item .nav-link .fit_icon div {
        width: 76px;
        height: 76px;
        padding: 9px 12px;
    }
    .process_page .nav-tabs .nav-item .nav-link.active .fit_icon div {
        width: 70px;
        height: 70px;
    }
    .process_page .nav-tabs .nav-item .nav-link .fit_icon:before {
        width: 84px;
        height: 84px;
    }
}
@media(max-width: 767px) {
    .process_box {
        padding: 30px 10px;
        position: relative;
    }
    .process_box > div:nth-child(1),
    .process_box > div:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .process_box > div:nth-child(1) {
        order: 6;
    }
    .process_box h2 {
        font-size: 22px;
        text-align: center;
    }
    .process_box p {
        font-size: 14px;
    }
    .process_box .fit_img {
        height: 100px;
        width: 100px;
        margin: 0 auto 20px;
    }
    .process_box > div:nth-child(2) {
        position: static;
    }
    .process_box::before {
        display: none;
    }
    .process_page .big_bg_text {
        font-size: 170px;
        letter-spacing: 6px;
        top: 105px;
    }
    .process_page .nav-tabs {
        padding: 15px 0 30px 0;
        margin: 0 -12px;
    }
    .process_page .nav-tabs::before {
        top: 78px;
    }
    .process_box::after {
        display: none;
    }
    .process_page .nav-tabs .nav-item .nav-link .fit_icon div {
        width: 66px;
        height: 66px;
        padding: 8px 12px;
    }
    .process_page .nav-tabs .nav-item .nav-link.active .fit_icon div {
        width: 56px;
        height: 56px;
        padding: 8px 10px;
    }
    .process_page .nav-tabs .nav-item .nav-link .fit_icon::before {
	    width: 68px;
        height: 68px;
    }
    .process_page .nav-tabs .nav-item .nav-link span {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .process_page .nav-tabs .nav-item .nav-link .fit_icon {
        min-height: 66px;
    }
    .process_page .nav-tabs .nav-item .nav-link h4 {
        font-size: 14px;
        padding: 0;
    }
}
@media(max-width: 575px) {
    .process_box {
        padding: 20px 0px;
    }
    .process_box .fit_img {
        height: 80px;
        width: 80px;
        margin: 0 auto 15px;
    }
    .process_page .nav-tabs .nav-item {
        max-width: 33.333%;
        flex: 0 0 33.333%;
        margin: 7px 0;
    }
    .process_page .nav-tabs .nav-item .nav-link .fit_icon {
        margin: 0 auto 5px;
    }
    .process_page .nav-tabs::before {
        display: none;
    }
    .process_page .big_bg_text {
        font-size: 145px;
        letter-spacing: 0;
        top: 175px;
        text-align: center;
        left: 0;
        right: 0;
    }
}
@media(max-width: 460px) {
    .process_page .big_bg_text {
        font-size: 108px;
        top: 195px;
    }
    
}

/**/
.our_team .row > div {
    padding-bottom: 30px;
}
.our_team::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 160px;
    height: 475px;
    background-image: url(../images/gray-dots.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
    opacity: 0.2;
}
.our_team h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.join_box,
.team_box {
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 25px 30px;
    height: 100%;
}
.join_box {
    background-color: #fff;
}
.join_box h2 {
    margin-bottom: 15px;
}
.join_box p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    color: rgba(0,0,0,0.8);
    font-weight: 400;
}
.team_box .row {
    margin: 0 -10px;
}
.team_box .row > div {
    padding: 10px;
}
.member_box {
    position: relative;
    background-color: #fff;
    box-shadow: 3px 0 35px rgba(185,185,185,0.25);
    border-radius: 6px;
    padding: 30px 25px;
    height: 100%;
    min-height: 160px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.member_box:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 80px;
    height: 86%;
    background-image: url(../images/light-logo-shape.svg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.08;
}
.member_box h3 {
    position: relative;
    font-size: 22px;
    margin-bottom: 15px;
}
.member_box p {
    position: relative;
    margin-bottom: 7px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(0,0,0,0.6);
    line-height: 1.4;
    letter-spacing: 0;
}
.member_box p:last-child {
    margin-bottom: 0;
}
/**/
.partnership_box {
    position: relative;
    padding: 40px 0;
    display: block;
}
.row > div:nth-child(1) .partnership_box {
    padding-right: 20px;
}
.row > div:nth-child(2) .partnership_box {
    padding-left: 20px;
}
.partnership_box .fit_img {
    height: 370px;
    border-radius: 6px;
    border: 5px solid #fff;
    background-color: #212121;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.partnership_box .fit_img img {
    opacity: 0.7;
}
.partnership_box .pr_logo {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 160px;
    object-fit: contain;
}
.partnership_box .fit_icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.partnership_box .fit_icon img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.partnership_box:hover .fit_img {
    border-color: #1fb18a;
}
.partnership_box:hover .fit_img img {
    opacity: 0.4;
    transform: scale(1.04);
}
.partnership_box:hover .fit_icon {
    background-color: #1fb18a;
}
.partnership_box:hover .fit_icon img {
    filter: brightness(0) invert(1);
}
@media(max-width:1199px){
    .join_box, .team_box {
        padding: 15px 20px;
    }
    .our_team h2 {
        font-size: 26px;
    }
    .member_box {
        padding: 20px 15px;
        min-height: 150px;
    }
    .member_box h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .member_box p {
        margin-bottom: 6px;
        font-size: 14px;
    }
    .join_box p {
        font-size: 13px;
        letter-spacing: 0;
    }
    .our_team::before {
        width: 150px;
    }
    .row > div:nth-child(1) .partnership_box {
        padding-right: 0;
    }
    .row > div:nth-child(2) .partnership_box {
        padding-left: 0;
    }
    .partnership_box {
        padding: 30px 0;
    }
    .partnership_box .fit_img {
        height: 330px;
    }
    .partnership_box .pr_logo {
        height: 140px;
    }
    .partnership_box .fit_icon {
        width: 80px;
        height: 80px;
        padding: 14px;
    }
}
@media(max-width:767px){
    .our_team h2 {
        font-size: 22px;
    }
    .member_box {
        padding: 20px 15px;
        min-height: 110px;
    }
    .member_box:before {
        width: 60px;
    }
    .member_box h3 {
        font-size: 18px;
    }
    .join_box h2 {
        margin-bottom: 10px;
    }
}
@media(max-width:575px){
    .our_team .row > div {
        padding-bottom: 10px;
    }
    .our_team h2 {
        font-size: 20px;
    }
    .join_box, .team_box {
        padding: 15px;
    }
    .member_box p {
        margin-bottom: 3px;
        font-size: 13px;
    }
    .partnership_box .fit_img {
        height: 280px;
    }
    .partnership_box .pr_logo {
        height: 110px;
    }
    .partnership_box .fit_icon {
        width: 70px;
        height: 70px;
        padding: 12px;
    }
    .row > div .partnership_box {
        padding-top: 15px;
    }
}



.service_detail .main_sr_box {
    margin: 0 0 30px 30px;
    padding: 20px;
    float: right;
    border: none;
}
.service_detail .main_sr_box::before {
    bottom: -20px;
} 
.default_typo .wp-caption img {
    margin-bottom: 0;
}
.default_typo .wp-caption .wp-caption-text {
    font-size: 14px;
    padding: 17px 7px 7px;
    line-height: 1.4;
    border: 1px solid #ccc;
    margin-top: -12px;
    border-radius: 4px;
}
@media(max-width: 991px){
    .service_detail .main_sr_box {
        padding: 20px 0;
        margin: 0;
        float: none;
        display: inline-block;
    }
    .service_detail .main_sr_box::before {
        display: none;
    } 
    .service_detail .main_sr_box .main_sr_img {
        margin-bottom: 0px;
    }
}



.pay_invoice_form {
    background-color: #f8f8f8;
    padding: 40px 60px;
    border-radius: 40px;
}
.pay_invoice_form input, 
.pay_invoice_form textarea, 
.pay_invoice_form select {
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.03);
}
.ginput_cardinfo_right {
    position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon {
    position: absolute;
    top: 16px;
    right: 10px;
    z-index: 1;
}
.pay_invoice_form legend {
    font-size: 15px;
    line-height: 2;
}
.pay_invoice_form .ginput_card_expiration {
    background-position: 93% center;
}
.pay_invoice_form .gfield {
    margin-bottom: 0px;
}
.pay_invoice_form .gfield_label {
    margin-bottom: 5px;
}
@media(max-width: 991px){
    .pay_invoice_form {
        padding: 30px 50px;
        border-radius: 30px;
    }
}
@media(max-width: 767px){
    .pay_invoice_form {
        padding: 20px 30px;
        border-radius: 20px;
    }
    .gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon {
        top: 12px;
    }
}
@media(max-width: 640px){
    .pay_invoice_form {
        padding: 15px 15px;
        border-radius: 16px;
    }
    .pay_invoice_form  .ginput_complex span {
        flex: 0 0 100%;
    }
    .pay_invoice_form  .ginput_complex span span {
        flex: 0 0 50%;
    }
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 26px !important;
    }
    .gform_wrapper.gravity-theme .pay_invoice_form .ginput_container_creditcard .ginput_cardinfo_right {
        align-items: self-start;
        display: block;
    }
    .gform_wrapper.gravity-theme .pay_invoice_form  .ginput_complex .ginput_full {
        display: block;
    }
    .gform_wrapper.gravity-theme .pay_invoice_form .ginput_container_creditcard .ginput_card_security_code_icon {
        top: 9px;
    }
    .gform_wrapper.gravity-theme .pay_invoice_for .gfield_label {
        font-size: 14px;
        margin-bottom: 2px;
    }
} 


/* Radio btn */
.gform_legacy_markup_wrapper form li, 
.gform_legacy_markup_wrapper li {
    padding-left: 0;
}
.gform_legacy_markup_wrapper .gform_fields  ul.gfield_radio li {
    overflow: visible !important;
    display: block !important;
}
.gform_legacy_markup_wrapper ul.gfield_radio li label {
    padding-left: 30px !important;
}
.gfield_radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.gfield_radio input[type=radio] + label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 3px;
    left: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.gfield_radio input[type=radio]:checked + label:before {
    background-color: #1fb18a;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.gfield_radio input[type=radio]:focus + label:before {
    outline: none;
    border-color: #1fb18a;
}
.gfield_radio input[type=radio]:disabled + label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.gfield_radio input[type=radio] + label:empty:before {
    margin-right: 0;
}
.gform_legacy_markup_wrapper .gform_fields .field_description_below .gfield_description {
    padding-top: 0;
}
.gform_legacy_markup_wrapper .gform_fields .validation_message {
    font-weight: 400;
}
.gform_legacy_markup_wrapper .gform_fields li.gfield.gfield_error, 
.gform_legacy_markup_wrapper .gform_fields li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none;
    padding: 0;
}
.gform_legacy_markup_wrapper .gform_fields li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_legacy_markup_wrapper .gform_fields li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important;
}
.gform_legacy_markup_wrapper .gform_fields .field_sublabel_below .ginput_complex.ginput_container label, 
.gform_legacy_markup_wrapper .gform_fields .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 0;
}
.gform_legacy_markup_wrapper .gform_fields li.field_sublabel_below .ginput_complex {
    margin-top: 0 !important;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: initial !important;
    min-height: initial !important;
}
.gform_legacy_markup_wrapper .gform_fields label.gfield_label, 
.gform_legacy_markup_wrapper .gform_fields legend.gfield_label {
    font-weight: 500;
}
.gform_legacy_markup_wrapper .gform_fields textarea.small {
    height: 130px;
}
@media(max-width:767px){
    .gform_legacy_markup_wrapper ul.gfield_radio li label {
        padding-left: 25px !important;
    }
    .gfield_radio input[type=radio] + label:before {
        width: 20px;
        height: 20px;
    }
    body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox, 
    body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio {
        margin-top: 0 !important; 
    }
}


/* Bottom Sidebar Blog Detail*/
.blog_sidebar .blog_search {
    margin-bottom: 0;
}
.blog_sidebar .member_box {
    height: auto;
    min-height: inherit;
    padding: 20px;
}
.blog_sidebar .member_box ul{
    margin-bottom: 0;
}
.blog_sidebar .member_box ul li {
    padding: 14px 0;
    border-bottom: 1px solid #ececec;
}
.blog_sidebar .member_box ul li:first-child {
    border-top: 1px solid #ececec;
}
.blog_sidebar .member_box ul li a, 
.blog_sidebar .member_box ul li h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
    font-family: "Play", sans-serif;
}
.blog_sidebar .member_box ul li a, 
.blog_sidebar .member_box ul li h4 a {
    color: #000;
    display: block;
}
.blog_sidebar .member_box ul li a:hover, 
.blog_sidebar .member_box ul li h4 a:hover {
    color: #1fb18a;
}
.blog_sidebar .member_box ul li span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.7;
    margin-top: 10px;
}

@media(max-width:1199px){
    .blog_sidebar .member_box ul li {    
        padding: 11px 0;
    }
    .blog_sidebar .member_box ul li a, 
    .blog_sidebar .member_box ul li h4 {
        font-size: 18px;
    }
    .blog_sidebar .member_box ul li span {
        margin-top: 8px;
    }
}
@media(max-width:575px){
    .blog_sidebar .member_box {
        padding: 10px;
    }
    .blog_sidebar .member_box ul li {    
        padding: 8px 0;
    }
    .blog_sidebar .member_box ul li a, 
    .blog_sidebar .member_box ul li h4 {
        font-size: 16px;
    }
}

/**/
body.page-template-tpl-blank {
    padding-top: 140px;
    border-bottom: 15px solid #1fb18a;
}
body.page-template-tpl-blank .header {
    background-color: rgba(0, 0, 0, 0.9);
}
body.page-template-tpl-blank .default_typo ul li {
    padding-left: 0;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
body.page-template-tpl-blank .default_typo ul li::before {
    position: static;
    display: inline-block;
    margin-top: 13px;
    margin-right: 7px;
    padding-left: 2px;
    flex: 0 0 21px;
    font-size: 18px;
    vertical-align: top;
}
body.page-template-tpl-blank .default_typo ul li h3 {
	margin-bottom: 10px;
}
body.page-template-tpl-blank .gform_footer.top_label {
    text-align: center;
}
@media(max-width:1199px){
    body.page-template-tpl-blank {
        padding-top: 120px;
    }
}
@media(max-width:991px){
    body.page-template-tpl-blank {
        padding-top: 0;
    }
    body.page-template-tpl-blank .default_typo ul li {
        font-size: 22px;
    }
    body.page-template-tpl-blank .default_typo ul li::before {
        margin-top: 9px;
        font-size: 16px;
    }
}
@media(max-width:767px){
    body.page-template-tpl-blank .default_typo ul li::before {
        margin-top: 6px;
        margin-right: 7px;
        padding-left: 1px;
        font-size: 16px;
    }
    body.page-template-tpl-blank .default_typo ul li {
        font-size: 20px;
    }
}
@media(max-width:575px){
    body.page-template-tpl-blank .default_typo ul li {
        font-size: 18px;
    }
    body.page-template-tpl-blank .default_typo ul li::before {
        flex: 0 0 18px;
    }
}