/*
------------------------------------------------------------------------
* Template Name    : * 
* Author           : ThemesBoss                                        *
* Version          : 1.0.0                                             *
* Created          : May 2018                                        *
* File Description : Main Css file of the template                     *
*-----------------------------------------------------------------------
*/


/*-----------------------------------------------------------------------------------------*/
/* 1. Color Codes */
/*-----------------------------------------------------------------------------------------*/
:root {
    /* primary color */
    --primary-h: 24;
    --primary-s: 74%;
    --primary-l: 58%;
    --primary-color: var(--primary-h), var(--primary-s), var(--primary-l);
    /* secondary color */
    --secondary-h: 13;
    --secondary-s: 96%;
    --secondary-l: 47%;
    --secondary-color: var(--secondary-h), var(--secondary-s), var(--secondary-l);
    /* light color */
    --light-h: 0;
    --light-s: 0%;
    --light-l: 100%;
    --light-color: var(--light-h), var(--light-s), var(--light-l);
    /* dark color */
    --dark-h: 0;
    --dark-s: 0%;
    --dark-l: 12%;
    --dark-color: var(--dark-h), var(--dark-s), var(--dark-l);
    /* success color */
    --success-h: 135;
    --success-s: 60%;
    --success-l: 40%;
    --success-color: var(--success-h), var(--success-s), var(--success-l);
    /* danger color */
    --danger-h: 355;
    --danger-s: 70%;
    --danger-l: 55%;
    --danger-color: var(--danger-h), var(--danger-s), var(--danger-l);
    /* warning color */
    --warning-h: 45;
    --warning-s: 100%;
    --warning-l: 50%;
    --warning-color: var(--warning-h), var(--warning-s), var(--warning-l);
    /* info color */
    --info-h: 180;
    --info-s: 80%;
    --info-l: 40%;
    --info-color: var(--info-h), var(--info-s), var(--info-l);
 
    --primary: #1DBF73;
    --secondary: #FFF;
    --bgDark: #07101d;
    --lightPrimary: rgba(235, 63, 86, 0.1);
    --dark-color:#0618313b;
  }

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600|Nunito:400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,700;1,900&display=swap');

/*======================
        1.BASIC
========================*/

body { 
    /* font-family: 'Source Code Pro', monospace; */
    overflow-x: hidden;
    letter-spacing: 1px;
    /* font-size: .86em; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
    font-weight: 600 !important;
}

/* p { font-size: .86em;  } */
a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #000000;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    border-left: 5px solid #000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.rounded1x {
    border-radius: 1rem !important;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 100px;
    height: 35px;
    width: 35px;
    background-color: #1DBF73;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 30px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 12px;
    display: block;
}

/*==========================
        2.HELPER
============================*/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.primaryBg {
    background-color: var(--primary);
}
 
#about.section{
    padding-bottom:8rem; 
    background-color: #1DBF73;
}

.bg-dark {
    background-color: #000;
}

.bg-custom {
    background-color: #000;
}

.text-dark {
    color: #ffffff !important;
}

.text-muted {
    color: #777;
}

.text-custom {
    color: #1DBF73 !important;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.bg-custom {
    background-color: #000;
}

.section-main-title {
    max-width: 570px;
}

#contact h2 {
    color: #1DBF73;
}

.main-title-border::after,
.main-title-border::before {
    display: inline-block;
    margin-top: -7px;
    vertical-align: middle;
    content: "";
    background-color: #d0d0d0;
    width: 30px;
    height: 1px;
}

.main-title-border i {
    font-size: 16px;
    color: #1DBF73;
}

.bg-overlay-gredient {
    background: linear-gradient(32deg, rgba(18, 166, 181, 0.8) 0%, rgba(16, 12, 242, 0.7) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.primaryBg .section-main-title h2 {
    color: var(--secondary);
}
.primaryBg .main-title-border::after,
.primaryBg .main-title-border::before { 
    background-color: var(--secondary); 
}

.primaryBg .main-title-border i { 
    color:  var(--secondary);
}
.primaryBg p, .primaryBg p.text-muted {
    color:  var(--secondary) !important;
}

.bg-overlay-gredient {
    background: linear-gradient(32deg, rgba(18, 166, 181, 0.8) 0%, rgba(16, 12, 242, 0.7) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay {
    /* background: rgb(255 255 255 ); */ 
    background: -webkit-linear-gradient(to right, #1DBF73, #a33544);  
     background: linear-gradient(to right, #1DBF73, #a33544);  
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn {
    padding: 12px 26px;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-outline-custom {
    background-color: #1DBF73;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-size: 11px;
    text-transform: uppercase;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

.btn-outline-black {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-size: 15px;
}

.btn-outline-black:hover,
.btn-outline-black:focus,
.btn-outline-black:active,
.btn-outline-black.active,
.btn-outline-black.focus,
.btn-outline-black:active,
.btn-outline-black:focus,
.btn-outline-black:hover,
.open>.dropdown-toggle.btn-outline-black {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.btn-custom {
    background-color: #1DBF73;
    border: 2px solid #1DBF73;
    color: #fff;
    transition: all 0.5s;
    font-size: 15px;
    text-transform: capitalize;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #fff;
    border-color: #1DBF73;
    color: #000;
}

/*==========================
        3.NAVBAR
============================*/

.custom-nav {
    padding: 15px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0;
}

.custom-nav.stickyadd {
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-nav li a {
    color: #000;
    font-size: 1rem;
    background-color: transparent !important;
    padding: 8px 0;
    position: relative;
    margin: 0 4px;    
    transition: all 0.4s;
    /* 
    font-weight: 600;
    text-transform: uppercase; */
}

.custom-nav .navbar-nav li.active a:before,
.custom-nav .navbar-nav li:hover a:before,
.custom-nav .navbar-nav li:active a:before,
.custom-nav.stickyadd .navbar-nav li.active a:before,
.custom-nav.stickyadd .navbar-nav li:hover a:before,
.custom-nav.stickyadd .navbar-nav li:active a:before {
    opacity: 1;
    /* color: #1DBF73; */
}

.custom-nav .navbar-nav li a:before,
.custom-nav.stickyadd .navbar-nav li a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 38%;
    height: 2px;
    width: 80%;
    background: #1DBF73;
    border-radius: 0;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.custom-nav.stickyadd .navbar-nav li a:before {
    background: rgba(0, 0, 0, 0.1) !important;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #4c5667;
}

.custom-nav.stickyadd .navbar-nav li.active a {
    color: #1DBF73;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand.logo img {
    height: 64px;
}

.navbar-collapse {}


.left-nav {
    background-color: #FFF;
    padding: 20px;
    float: left;
    width: 100px;

}




/*==========================
        4.HOME
============================*/

.home-bg {
    background-image: url(../images/home-bg.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header_title {
    font-size: 40px;
    font: weight 6px;
    line-height: 1.2;
    text-transform: capitalize;
    /* font-family: 'Source Code Pro', monospace; */
}

.header_title span {
    color: #1DBF73;
}

.header_subtitle {
    line-height: 2.0;
    font-size: 18px;
    max-width: 600px;
}

.social_home li a {
    font-size: 20px; 
    display: inline-block;
    width: 30px;
    text-align: center;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.social_home li a:hover {
    color: #1DBF73;
    transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.scroll_down {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.scroll_down i {
    position: relative;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    height: 30px;
    width: 20px;
    line-height: 70px;
    border-radius: 30px;
    border: 2px solid black;
    display: inline-block; 
    font-size: 12px;
}

.scroll_down i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    transition: all .2s;
}

.pt-lmt {
    padding-top: 4em;
}

/*3D BANNER DEMOSTRATION*/

.bnr_demostration {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: flex;
    padding: 0px;
}

.home-table .cards {
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0px;
    background-color: rgba(10, 10, 10, 0.0);
    width: 280px;
    height: 412px;
    margin: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: vissible;
    backface-visibility: hidden;
    display: flex;
     
    position: relative;
    
}

.home-table .cards:after {
    content: " ";
    position: absolute;
    width: 50%;
    height: 10px;
    border-radius: 50%;
    left: 50%;
    margin-left: -110px;
    bottom: -50px; 
}

.home-table .cards .card-content {
    margin: 1;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.home-table .cards .card-content img {
    position: absolute;
    top: 0;
    left: 0;
}

.home-table .cards .face01 {
    -webkit-transform: translateZ(40px);
    transform: translateZ(40px);
}

.home-table .cards .face02 {
    -webkit-transform: translateZ(60px);
    transform: translateZ(60px);
}

.home-table .cards .face03 {
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
}











/*----DEMO 4/5/6----*/

.creative:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100px;
    background: transparent;
    background-size: 100% 100%;
    background-image: url(../images/bottom-color.png);
}



/*----DEMO 7/8/9-----*/

.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
}

/*----DEMO 10/11/12/13----*/

.jarallax {
    background-size: cover;
    background-position: center center;
}

/*----DEMO 14----*/

.home-bg-slider {
    position: relative;
}

.home-bg-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.home-bg-slider .carousel-item,
.home-bg-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-bg-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

/*==========================
        5.ABOUT ME
============================*/

.about-detail {
    max-width: 850px;
}

.about-detail .about-work li {
    font-size: 18px;
    font-weight: 600;
}

.about-detail .about-work li::after {
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #757575;
    margin: 0px 12px;
    position: relative;
    display: inline-block;
    top: -3px;
}

.about-detail .about-work li:last-child:after {
    content: "";
    display: none;
}

.progress {
    height: 3px;
    margin-bottom: 6px;
    margin-top: 6px;
    background-color: #1DBF73;
}

.progress-bar {
    background: rgba(255, 255, 255, 0.9);
}

.me-pic {
    /* position: relative; 
    width: auto;
    text-align: right; */
}
.me-pic img {
    vertical-align: middle;
    position: absolute;
    right: 60px;
    z-index: 0;
    top: 0;
    width: 100%;
}

/*==========================
        6.SERVICES
============================*/

.lan_box_ser {
    border: 1px dotted #e7e7e7;
    background-color: #FFF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.lan_box_ser:hover {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.lan_box_ser .ser_icon i {
    font-size: 42px;
}

.lan_box_ser .h5,
h5 {
    font-size: 1.0rem;
}

.service-content ul li {
    font-size: .8em;
}

/*==========================
        7.FUNFACTS
============================*/

/* .lan_funfact {
    border: 1px dashed #b9b9b9;
} */

.lan_funfact .lan_fun_name {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.bg-funfact {
    position: relative;
    background-image: url(../images/img-1.jpg);
    background-size: cover;
    background-position: center center;
}

/*===========================
        8.EDUCATION
=============================*/

.cv_edu_exp {
    padding: 10px 0;
    position: relative;
}

.cv_edu_exp::after {
    content: "";
    height: 100%;
    left: 0;
    background-color: var(--primary);
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.cv_edu_exp .cv_edu_exp_box {
    border-radius: 7px;
    border: 1px solid #e7e7e7;
    margin-left: 20px;
    padding: 20px;
}

.cv_edu_exp .cv_edu_exp_box .cv_edu_exp_year {
    position: relative;
    margin: 0 0 10px 15px !important;
}

.cv_edu_exp .cv_edu_exp_box .cv_edu_exp_year::after {
    border: 3px solid #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    background-color: #1DBF73;
    position: absolute;
    left: -65px !important;
    width: 20px;
    z-index: 1;
}

.cv_edu_exp .cv_edu_exp_box .cb_edu_exp_detail {
    text-align: left;
    margin-left: 15px;
    float: left;
    border-radius: 0;
}

.cv_edu_exp h4,
.cb_edu_exp_detail h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}

.cv_desc {
    line-height: 26px;
    font-size: 15px;
    color: #666;
}

/*==========================
        9.CTA SECTIOn
============================*/

.bg-cta {
    position: relative;
    background-image: url(../images/img-2.jpg);
    background-size: cover;
    background-position: center center;
}

/*===========================
        10.WORK
=============================*/

.work_menu li a {
    letter-spacing: 0.03em;
    cursor: pointer;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    color:  var(--secondary) !important; opacity: .5;
    transition: all 0.5s;
    margin-top: 5px;
}

.work_menu li {
    margin-right: 0px !important;
}

.work_menu li:after {
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: var(--secondary);
    margin: 0px 16px;
    position: relative;
    display: inline-block;
    top: -3px;
}

.work_menu li:last-child:after {
    content: "";
    display: none;
}

.work_menu a.active,
.work_menu a:hover {
    color:  var(--secondary) !important; opacity: 1;
}

.work_item {
    position: relative;
    padding: 0px;
}

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

.work_box .work_img {
    position: relative;
    overflow: hidden;
}

.work_box .work_img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.work_box .work_detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_detail h4 {
    font-size: 18px;
}

.work_box .work_detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.work_box:hover .work_detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.work_box:hover .work_img:after {
    background: rgba(0, 0, 0, 0.8);
}

.work_box:hover .work_img>img {
    transform: scale(1.2);
}

/*==========================
        11.CLIENT
============================*/

.bg-client {
    position: relative;
    background-image: url(../images/img-3.jpg);
    background-size: cover;
    background-position: center center;
}

.people_says .people_icon i {
    font-size: 60px;
}

.people_review_box .people_review {
    font-size: 18px;
    max-width: 580px;
}

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #fff;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
}

/*==========================
        12.GREATE PEOPLE
============================*/

.logo_img img {
    max-height: 100px;
    width: auto !important;
    filter: grayscale(100%);
    transition: all 0.5s;
}
.logo_img img:hover  {
    filter: grayscale(0%);
    transition: all 0.5s;
    cursor: pointer;
}
 
 

/*==========================
        13.SUBCRIBE SECTION
============================*/

.subcribe-newslatter input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 150px;
    padding-left: 30px;
    border-radius: 30px;
    background-color: #f1f1f1;
}

.subcribe-newslatter button {
    position: absolute;
    top: 4px;
    right: 5px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 30px;
}

.subcribe-newslatter form {
    max-width: 550px;
}

/*==========================
        14.BLOG
============================*/

.blog_video .blog_play {
    position: absolute;
    top: 52%;
    left: 52%;
    margin-left: -40px;
    margin-top: -40px;
}

.blog_play {
    outline: none !important;
    width: 65px;
    height: 65px;
    padding-left: 2px;
    border-radius: 50%;
    z-index: 4;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #000 !important;
    font-size: 35px;
    line-height: 65px;
    background-color: #fff;
}

/*==========================
        15.CONTACT US
============================*/

.form-sub-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 50px;
}

.contact_form .form-control {
    box-shadow: none !important;
    height: 44px;
    border-radius: 0px;
}

.contact_form .form-control:focus {
    border-color: #000;
}

.contact_form textarea.form-control {
    height: auto;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

.error_msg {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: 700;
}

.gig_loader {
    display: none;
}

#success_msg {
    text-align: center;
    margin-bottom: 20px;
}

#success_msg h3 {
    color: #0dba26;
    font-size: 22px;
}

/*==========================
        16.FOOTER
============================*/

.fot_social .social-icon {
    border: 2px solid #868e96;
    border-radius: 50%;
    transition: all 0.5s;
    width: 34px;
    height: 34px;
    display: block;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.more-btn .social-icon {
    border: 2px solid #ffffff; 
}

.fot_social .social-icon:hover {
    border-color: #000;
    color: #FFF !important;
    transform: rotate(360deg);
    background-color: #1DBF73;
}

.copy-rights {
    line-height: 43px;
}

.card {
     background-color:transparent;
    border-radius: 1rem;
    border: none;
  
	overflow: hidden;
}

.card .progress-bars.skill-custom .list-group-item{
    background-color:transparent;
}

 
 
.card {
    background-color: rgba(0, 0, 0, 0.4);
}  

.card .list-group-item {
    padding: 10px 1.25rem;
    margin-bottom: -1px;
    background-color: transparent;
    border: none;
    color: #fff;
}

.card h5 {
    color: #fff;
    font-weight: 600;
}



















/*==========================
        14.RESPONSIVE
============================*/

@media (max-width: 768px) {
    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }

    .custom-nav .navbar-nav li a:before {
        content: '';
        display: none;
    }

    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: rgba(0, 0, 0, 0.55) !important;
    }

    .custom-nav .navbar-nav li.active a {
        color: #000 !important;
    }

    .custom-nav>.container {
        width: 90%;
    }

    .custom-nav .logo .logo-dark {
        display: inline-block;
    }

    .custom-nav .logo .logo-light {
        display: none;
    }

    .custom-nav .navbar-brand.logo img {
        height: 26px;
    }

    .navbar-nav {
        margin-top: 0px;
    }

    .navbar-toggler {
        font-size: 29px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }

    .header_title {
        font-size: 40px;
        line-height: 1.2;
    }

    .header_subtitle {
        font-size: 15px;
        line-height: 1.8;
    }

    .home-bg,
    .h-100vh.jarallax,
    .h-100vh.bg-dark,
    .home-bg-slider .carousel-item {
        padding: 110px 0 170px 0;
    }

    .h-100vh,
    .home-bg-slider .carousel-item {
        height: auto;
    }

    .clip-home {
        clip-path: none;
    }

    .custom-nav .navbar-brand.logo img {
        height: 26px;
    }

    .about-detail .about-work li::after,
    .work_menu li:after {
        display: none;
        content: "";
    }

    .about-detail .about-work li {
        margin-right: 7px;
        margin-left: 7px;
    }

    .copy-rights {
        line-height: 26px;
    }

    .float_none.float-right,
    .float_none.float-left {
        float: none !important;
        text-align: center;
    }

    .work_menu li a {
        margin: 8px 10px;
    }
}

.left-timeline .cv_edu_exp::after, .left-timeline .cv_edu_exp .cv_edu_exp_box .cv_edu_exp_year::after{
    display: none;
}
.left-timeline .cv_edu_exp .cv_edu_exp_box .cv_edu_exp_year::after {
    left: auto !important;
    right: -62px !important;
    
} 
.left-timeline .cv_edu_exp .cv_edu_exp_box .cb_edu_exp_detail {
    text-align: right;
    margin-right: 15px;
    float: right;
}
.left-timeline .cv_edu_exp .cv_edu_exp_box .cv_edu_exp_year {
    text-align: right;
    margin-right: 15px !important;
}
.ft-icon { 
}
.ft-iconMain p {
    font-size: 14px;
    color: #000000;
}




/* new */
.pill {
    display: inline-block;
    font-size: 14px;
    font-weight: 400; 
    background-color: #ffffff;
    padding: 4px 12px;
    margin-top: 12px;
    border-radius: 100px;
    width: max-content;
}

.ico-skills img{
    width: 40px;
}

/* 


.pill-group {
    margin-bottom: 24px;
}

.pill-group .pill {
    margin-right: 8px;
    border-radius: 100px;
}

.pill-group .link-hover {}

.pill-group .ion.icon {
    padding: 4px;
    margin: 4px 8px;
    font-size: 32px;
}

.pill.no-style {
    background-color: transparent !important;
}

.blue .pill {
    background-color: transparent;
    padding-left: 0;
} */


 
  
  .card::before {
    z-index: -1;
    display: block;
    position: absolute;
    content: ' ';
  }
  
  
  
  .card::before { 
    -webkit-filter: url('#blur');
    filter: url('#blur');
    -webkit-filter: blur(5px);
    filter: blur(5px);
    background-size: cover;
    opacity: 1;
  }
  
   


  /* Static burning css */
  body  {

    width: 100%; 
    overflow: hidden;
  }
  body .footer .bubbles {
    position: absolute;
    top: 0;

  }
  body .footer {
    z-index: 1;
    --footer-background:var(--primary);
    display: grid;
    position: relative;
    grid-area: footer;
    min-height: 12rem; 
    width: 100% !important; 
  }
  body .footer .bubbles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1rem;
    background: var(--footer-background);
    filter: url("#blob");
    width: 90%;

  }
  body .footer .bubbles .bubble {
    position: absolute;
    left: var(--position, 50%);
    background: var(--footer-background);
    border-radius: 100%;
    -webkit-animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
            animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
    transform: translate(-50%, 100%);
  }
  body .footer .content {
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    /* grid-gap: 4rem; */
    padding:.5rem;
    background: var(--footer-background);
  }
  body .footer .content a, body .footer .content p {
    color: #F5F7FA;
    text-decoration: none;
  }
  body .footer .content b {
    color: white;
  }
  body .footer .content p {
    margin: 0; 
  }
  body .footer .content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body .footer .content > div > div {
    margin: 0.25rem 0;
  }
  body .footer .content > div > div > * {
    margin-right: 0.5rem;
  }
  body .footer .content > div .image {
    align-self: center;
    width: 4rem;
    height: 4rem;
    margin: 0.25rem 0;
    background-size: cover;
    background-position: center;
  }
  
  @-webkit-keyframes bubble-size {
    0%, 75% {
      width: var(--size, 4rem);
      height: var(--size, 4rem);
    }
    100% {
      width: 0rem;
      height: 0rem;
    }
  }
  
  @keyframes bubble-size {
    0%, 75% {
      width: var(--size, 4rem);
      height: var(--size, 4rem);
    }
    100% {
      width: 0rem;
      height: 0rem;
    }
  }
  @-webkit-keyframes bubble-move {
    0% {
      bottom: -4rem;
    }
    100% {
      bottom: var(--distance, 10rem);
    }
  }
  @keyframes bubble-move {
    0% {
      bottom: -4rem;
    }
    100% {
      bottom: var(--distance, 10rem);
    }
  }





/* 2. Statistics Section Styles */

  .statistics-items li {
    margin: 0px !important;  
  }
  .statistics-items li a{
    margin-bottom: 20px;
    background-color:var(--dark-color) ;
    border-radius: 0.63rem; 
  }
   .statistics-items li:nth-of-type(1) .icon {
    background-color: hsl(var(--primary));
    color: hsl(var(--bg-color-one));
  }
  .statistics-items li:nth-of-type(1) .icon img {
    -webkit-filter: var(--filter-invert-true);
            filter: var(--filter-invert-true);
  }
     .statistics-items li:nth-of-type(2) .icon {
    background-color: hsl(var(--main-color-one));
    color: hsl(var(--light-color));
  }
     .statistics-items li:nth-of-type(2) .icon img {
    /* -webkit-filter: invert(1);
            filter: invert(1); */
  }
     .statistics-items li:nth-of-type(3) .icon {
    background-color: hsl(var(--bg-color-one));
    color: hsl(var(--bg-color-reverse));
  }
     .statistics-items li:nth-of-type(3) .icon img {
    -webkit-filter: var(--filter-invert-false);
            filter: var(--filter-invert-false);
  }
     .statistics-items li:hover a {
        
  }
     .statistics-items li:hover a > .fa {
    color: hsl(var(--t-color-one));
  }
     .statistics-items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background-color: hsl(var(--bg-color-two));
    padding: 20px;
    border-radius: 0.63rem;
    -webkit-box-shadow: var(--card-shadow);
            box-shadow: var(--card-shadow);
  }
     .statistics-items a .icon {
    height: 64px;
    width: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
  }
     .statistics-items a .icon img {
    width: 40px;
  }
     .statistics-items a .text {
    width: calc(100% - 64px - 60px);
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
  }
     .statistics-items a .text h3 {
    color: hsl(var(--main-color-one));
    font-size: 2rem;
  }
     .statistics-items a > .fa {
    font-size: 1.2rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  html[dir=rtl]    .statistics-items a > .fa {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
     .statistics-items a:focus {
    outline: none;
  }
  .enable-focus-style    .statistics-items a:focus {
    -webkit-box-shadow: 0 0 0 3px hsla(var(--main-color-two), 70%);
            box-shadow: 0 0 0 3px hsla(var(--main-color-two), 70%);
  }
