@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;1,100;1,200;1,300&display=swap);

.loading span,
.loading:after,
.loading:before {
    margin: auto;
    position: absolute
}

#header,
.back-to-top,
.loading {
    position: fixed
}

a,
a:hover {
    text-decoration: none
}

body {
    font-family: Poppins, sans-serif;
    color: #272829
}

.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover,
a {
    color: #0563bb
}

a:hover {
    color: #067ded
}

.back-to-top {
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0563bb;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: .4s
}

#header,
#hero:before,
.loading,
.loading span,
.loading:after,
.loading:before {
    bottom: 0;
    left: 0
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover {
    background: #0678e3;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

.wave {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: wave-animation;
    animation-name: wave-animation;
    display: inline-block;
    -webkit-transform-origin: 70% 70%;
    transform-origin: 70% 70%
}

.loading {
    width: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(0, 0, 0, .99)
}

.loading:before {
    content: "";
    background: #1973c779;
    width: 130px;
    height: 36px;
    display: block;
    top: 0;
    right: 0;
    animation: 2s ease-in-out infinite loadingBefore
}

.loading span {
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
    top: 55%;
    right: 0
}

@keyframes loadingBefore {

    0%,
    100% {
        transform: translateX(-14px)
    }

    50% {
        transform: translateX(14px)
    }
}

.loading:after {
    content: "";
    background: #fff;
    width: 14px;
    height: 60px;
    display: block;
    top: 0;
    right: 0;
    opacity: .8;
    animation: 2s ease-in-out infinite loadingAfter
}

@keyframes loadingAfter {

    0%,
    100% {
        transform: translateX(-50px)
    }

    50% {
        transform: translateX(50px)
    }
}

#header {
    top: 0;
    z-index: 9997;
    transition: .5s;
    padding: 15px;
    overflow-y: auto
}

.nav-menu {
    padding: 0;
    display: block
}

.picshade,
.pictures_eyes,
.pictures_eyes_close {
    position: fixed;
    display: none
}

.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap
}

.nav-menu a,
.nav-menu a:focus {
    display: flex;
    align-items: center;
    color: #45505b;
    padding: 10px 16px;
    margin-bottom: 8px;
    transition: .3s;
    font-size: 15px;
    background: #fff;
    height: 42px;
    width: 100%;
    overflow: hidden
}

.nav-menu a i,
.nav-menu a:focus i {
    font-size: 18px
}

.nav-menu a i {
    color: #000000c9
}

#hero .bio-dtls p span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu a.active i,
.nav-menu a:hover i,
.nav-menu a:hover span,
.nav-menu li:hover>a span,
.services .iconbox-blue:hover .icon i,
.services .iconbox-orange:hover .icon i,
.services .iconbox-pink:hover .icon i,
.services .iconbox-red:hover .icon i,
.services .iconbox-teal:hover .icon i,
.services .iconbox-yellow:hover .icon i {
    color: #fff
}

.nav-menu a span,
.nav-menu a:focus span {
    padding: 0 5px 0 7px;
    color: #45505b
}

.nav-menu .active,
.nav-menu .active:focus,
.nav-menu a:hover,
.nav-menu li:hover>a {
    color: #fff;
    background: #0563bb
}

#hero .social-links a,
.mobile-nav-active .mobile-nav-toggle,
.mobile-nav-toggle {
    background: 0 0;
    color: #fff
}

.nav-menu a:hover,
.nav-menu li:hover>a {
    width: 100%;
    color: #fff
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
    display: block
}

.mobile-nav-toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9998;
    border: 0;
    font-size: 28px;
    transition: .4s;
    outline: 0 !important;
    line-height: 0;
    cursor: pointer;
    border-radius: 50px;
    padding: 5px
}

.mobile-nav-toggle i {
    color: #45505b
}

.mobile-nav-active,
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden
}

.mobile-nav-active #header {
    left: 0
}

#hero {
    width: 100%;
    height: 100vh;
    background: url(../img/msite_bg_banner.jpg) 0 0/cover;
    position: relative
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, .9);
    position: absolute;
    top: 0;
    right: 0
}

#hero h1 {
    margin: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: #fff
}

#hero p {
    color: #fff;
    margin: 15px 0 0;
    font-size: 26px
}

#hero p span {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600
}

#hero .social-links,
.download-cv {
    margin-top: 30px
}

#hero .social-links a {
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
    transition: .3s;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    border: 1px solid #fff
}

#hero .social-links a i {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s
}

#hero .social-links a:hover {
    background: #4349db;
    color: #fff;
    border-color: #4349db
}

#hero .bio-dtls p {
    font-size: 18px;
    width: 55%;
    text-align: justify
}

section {
    padding: 60px 0;
    overflow: hidden
}

section#skills {
    padding: 20px 0
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #45505b
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px)
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0563bb;
    bottom: 0;
    left: calc(50% - 20px)
}

.about .content p:last-child,
.section-title p {
    margin-bottom: 0
}

.about-content {
    padding: 0 20px
}

.about .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #3439be;
    margin-bottom: 5px;

}

.about-content p+p,
.download-cv a {
    font-weight: 600
}

.about .content ul {
    list-style: none;
    padding: 0
}

.about .content ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.about .content ul strong {
    margin-right: 10px
}

.about .content ul i {
    font-size: 16px;
    margin-right: 5px;
    color: #0563bb;
    line-height: 0
}

.resume .resume-item:last-child,
section#certification {
    padding-bottom: 0
}

#certification ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0
}

#certification li {
    width: 20%;
    text-align: center
}

#certification li img {
    cursor: pointer;
    width: 195px;
    margin: 10px;
    box-shadow: 20px 20px 15px #e0e0e0;
    border-radius: 6px;
    height: 140px;
    object-fit: fill;
    border: 5px solid #9797e138
}

.picshade {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .91;
    z-index: 999
}

.pictures_eyes_close {
    top: 30px;
    right: 30px;
    width: 26px;
    height: 26px;
    background: url(../img/certification/icon/close.png) no-repeat;
    z-index: 9999
}

.pictures_eyes {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999
}

.pictures_eyes_in {
    position: relative;
    text-align: center
}

.pictures_eyes_in img {
    max-height: 500px
}

.pictures_eyes_in .next,
.pictures_eyes_in .prev {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    cursor: pointer
}

.pictures_eyes_in .prev {
    left: 150px;
    background: url(../img/certification/icon/Tleft.png) no-repeat
}

.pictures_eyes_in .next {
    right: 150px;
    background: url(../img/certification/icon/Tright.png) no-repeat
}

.pictures_eyes_indicators {
    position: fixed;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 99999
}

.pictures_eyes_indicators a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 6px 3px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 2px #000;
    opacity: .5;
    overflow: hidden
}

.pictures_eyes_indicators img {
    height: 50px
}

.pictures_eyes_indicators .current,
.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1
}

.facts .count-box {
    padding: 30px 30px 25px;
    margin-top: 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff
}

.facts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #0563bb;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px
}

.facts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #011426
}

.facts .count-box p {
    padding: 0;
    margin: 0;
    font-size: 14px
}

.download-cv a {
    color: #fff;
    padding: 12px 40px;
    margin: 0 5px;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 5px;
    transition: .4s ease-in;
    -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -ms-transition: .4s ease-in;
    border: 2px solid #fff
}

.download-cv a:hover {
    background: #fff;
    color: #000;
    border-color: #fff
}

.ml-0 {
    margin-left: 0 !important
}

.img-layer-portfolio {
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .3);
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .3));
    margin-top: 10px;
    border: 8px solid #e1e1e1
}

section.about {
    padding: 40px 0;
    background-color: #fcfcfc
}

.img-layer-portfolio img,
.portfolio-details .portfolio-details-slider img {
    width: 100%
}

.about-content p {
    line-height: 30px;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 10px
}

.about-content p b {
    color: #585a5a
}

.radialProgressBar {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ddd;
    margin: 20px auto
}

.data-img img,
.data-img svg {
    transition-duration: .2s;
    width: 40px
}

.radialProgressBar .overlay {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    background: #fff;
    text-align: center;
    cursor: pointer;
    position: relative
}
.layer_menu{
    display: none;
}

.img_tech .tooltiptext,
.radialProgressBar .overlay .tooltiptext {
    visibility: hidden;
    width: 90px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 0;
    z-index: 1;
    display: block;
    font-weight: 600;
    text-align: center
}

.radialProgressBar .overlay .tooltiptext {
    padding: 8px 5px;
    position: absolute;
    top: -40px;
    left: -5px;
    height: 25px;
    line-height: 10px
}

.img_tech .tooltiptext::after,
.radialProgressBar .overlay .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-style: solid;
    border-color: #273342 transparent transparent;
    margin-left: -5px;
    border-width: 5px
}

.img_tech:hover .tooltiptext,
.radialProgressBar .overlay:hover .tooltiptext {
    visibility: visible
}

.progress-0 {
    background-image: -webkit-linear-gradient(left, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #028cd5 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #3439be 50%, #ddd 50%)
}

.progress-10 {
    background-image: -webkit-linear-gradient(36deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #028cd5 50%, #ddd 50%);
    background-image: linear-gradient(54deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #3439be 50%, #ddd 50%)
}

.progress-20 {
    background-image: -webkit-linear-gradient(72deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #028cd5 50%, #ddd 50%);
    background-image: linear-gradient(18deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #3439be 50%, #ddd 50%)
}

.progress-30 {
    background-image: -webkit-linear-gradient(108deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #028cd5 50%, #ddd 50%);
    background-image: linear-gradient(-18deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #3439be 50%, #ddd 50%)
}

.progress-40 {
    background-image: -webkit-linear-gradient(144deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #028cd5 50%, #ddd 50%);
    background-image: linear-gradient(-54deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #3439be 50%, #ddd 50%)
}

.progress-50 {
    background-image: -webkit-linear-gradient(right, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #028cd5 50%, #ddd 50%);
    background-image: linear-gradient(-90deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #3439be 50%, #ddd 50%)
}

.progress-60 {
    background-image: -webkit-linear-gradient(left, #028cd5 50%, transparent 50%), -webkit-linear-gradient(36deg, #028cd5 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #3439be 50%, transparent 50%), linear-gradient(54deg, #3439be 50%, #ddd 50%)
}

.progress-70 {
    background-image: -webkit-linear-gradient(left, #028cd5 50%, transparent 50%), -webkit-linear-gradient(72deg, #028cd5 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #3439be 50%, transparent 50%), linear-gradient(18deg, #3439be 50%, #ddd 50%)
}

.progress-80 {
    background-image: -webkit-linear-gradient(left, #028cd5 50%, transparent 50%), -webkit-linear-gradient(108deg, #028cd5 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #3439be 50%, transparent 50%), linear-gradient(-18deg, #3439be 50%, #ddd 50%)
}

.progress-90 {
    background-image: -webkit-linear-gradient(left, #028cd5 50%, transparent 50%), -webkit-linear-gradient(144deg, #028cd5 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #3439be 50%, transparent 50%), linear-gradient(-54deg, #3439be 50%, #ddd 50%)
}

.progress-100 {
    background-image: -webkit-linear-gradient(left, #028cd5 50%, transparent 50%), -webkit-linear-gradient(right, #028cd5 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #3439be 50%, transparent 50%), linear-gradient(-90deg, #3439be 50%, #ddd 50%)
}

.img_tech {
    position: relative;
    width: 35px;
    height: 35px;
    margin-bottom: 20px;
    margin-right: 12px
}

.img_tech .tooltiptext {
    padding: 6px 5px;
    position: absolute;
    top: -35px;
    left: -25px
}

.resume .resume-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #45505b
}

.resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #0563bb;
    position: relative
}

.resume .resume-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0563bb;
    margin-bottom: 10px
}

.resume .resume-item h5 {
    font-size: 16px;
    background: #f7f8f9;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px
}

.resume .resume-item ul {
    padding-left: 20px
}

.resume .resume-item ul li {
    padding-bottom: 10px
}

.resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid #0563bb
}

.portfolio .portfolio-item {
    margin-bottom: 30px
}

.portfolio #portfolio-flters {
    padding: 2px 15px;
    margin: 0 auto 25px;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #272829;
    margin-bottom: 5px;
    transition: .3s ease-in-out
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0
}

.portfolio .portfolio-wrap {
    transition: .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(69, 80, 91, .8)
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, .7);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: .3s ease-in-out;
    z-index: 2;
    opacity: 0
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #d7dce1;
    border-left: 3px solid #d7dce1;
    transition: .5s;
    z-index: 9994
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #d7dce1;
    border-right: 3px solid #d7dce1;
    transition: .5s;
    z-index: 9994
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #45505b;
    font-weight: 600
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #45505b;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #45505b;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: .3s
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #148af9
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px
}

.portfolio-details {
    padding-top: 40px
}

.portfolio-details .portfolio-details-slider .swiper-pagination,
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet,
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #0563bb
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active,
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0563bb
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(69, 80, 91, .08)
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px
}

.portfolio-details .portfolio-description {
    padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px
}

.portfolio-details .portfolio-description p,
section.whatido {
    padding: 0
}

.services .icon-box {
    text-align: center;
    padding: 70px 20px 80px;
    transition: .3s ease-in-out;
    background: #fff;
    box-shadow: 0 5px 90px 0 rgba(110, 123, 131, .05)
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    position: relative
}

.services .icon-box .icon i {
    font-size: 36px;
    transition: .5s;
    position: relative
}

.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0
}

.services .icon-box .icon svg path {
    transition: .5s;
    fill: #f5f5f5
}

.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px;
    font-size: 22px
}

.services .icon-box h4 a {
    color: #45505b;
    transition: .3s ease-in-out
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .08)
}

.services .iconbox-blue i {
    color: #47aeff
}

.services .iconbox-blue:hover .icon path {
    fill: #47aeff
}

.services .iconbox-orange i {
    color: #ffa76e
}

.services .iconbox-orange:hover .icon path {
    fill: #ffa76e
}

.services .iconbox-pink i {
    color: #e80368
}

.services .iconbox-pink:hover .icon path {
    fill: #e80368
}

.services .iconbox-yellow i {
    color: #ffbb2c
}

.services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c
}

.services .iconbox-red i {
    color: #ff5828
}

.services .iconbox-red:hover .icon path {
    fill: #ff5828
}

.services .iconbox-teal i {
    color: #11dbcf
}

.services .iconbox-teal:hover .icon path {
    fill: #11dbcf
}

.testimonials .section-header {
    margin-bottom: 40px
}

.testimonials .testimonial-item {
    text-align: center
}

.testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto
}

.testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #90c8fc;
    font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px
}

@media (min-width:992px) {
    #main {
        margin-left: 100px
    }

    .nav-menu a,
    .nav-menu a:focus {
        width: 50px
    }

    .nav-menu a span,
    .nav-menu a:focus span {
        display: none;
        color: #fff
    }

    #hero {
        padding-left: 160px
    }

    .testimonials .testimonial-item p {
        width: 80%
    }
}

.experience-section .exp-card {
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 0 10px #e0e0e0;
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    transition-duration: .2s;
    border: 2px solid transparent;
    cursor: pointer;
    height: 425px
}

h6.resp-heading.bold {
    font-size: 14px;
    font-weight: 600
}

.experience-section .exp-card:hover {
    border: 2px solid #0563bb;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition-duration: .5s
}

.experience-section .exp-meta {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.experience-section .job-logo {
    height: 60px;
    margin-bottom: 20px;
    width: 100px;
    object-fit: contain
}

.experience-section .exp-meta .job-client {
    font-weight: 700;
    font-size: 14px
}

.experience-section .job-tenure {
    color: gray;
    font-size: 12px
}

.experience-section .job-title {
    font-weight: 700;
    font-size: 20px
}

.experience-section li.responsibility,
.experience-section p.exp-description {
    font-size: 12px
}

.wid-section .task-card {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #e0e0e0;
    color: gray;
    cursor: default;
    display: flex;
    margin-bottom: 10px;
    padding: 5px 15px;
    transition-duration: .2s;
    height: 100px;
    font-size: 12px
}

.card.project_pnl_grid,
.common-layer_inner {
    transition: transform .2s, -webkit-transform .2s;
    cursor: pointer;
    margin-bottom: 20px
}

.wid-section .task-card:hover {
    background-color: #3439be;
    color: #fff;
    transition-duration: .2s
}

.wid-section .task-card .check-icon {
    margin-left: 10px;
    margin-right: 20px
}

.technologies-used {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.technologies-used img {
    width: 100%;
    height: 100%;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: 5px;
    cursor: pointer
}

.card.project_pnl_grid {
    border-radius: 10px;
    box-shadow: 0 0 10px #e0e0e0;
    border: none
}

.card.project_pnl_grid:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.card.project_pnl_grid .card-img-top {
    width: 100%;
    box-shadow: 0 0 5px #e0e0e0;
    height: 190px;
    object-fit: cover
}

.latest_technology_used {
    margin-top: 30px;
    padding-top: 20px;
    position: relative;
    padding-bottom: 5px;
    display: flex
}

.latest_technology_used .img_tech {
    cursor: pointer;
    height: 30px;
    margin-right: 6px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: 2px .25rem 10px;
    margin-bottom: 0
}

.latest_technology_used .img_tech .tooltiptext {
    width: 80px;
    padding: 4px 5px
}

.latest_technology_used::after {
    width: 356px;
    height: 2px;
    background: #ededed;
    content: "";
    position: absolute;
    top: 0;
    left: -16px
}

.card.project_pnl_grid .card-body h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px
}

.card.project_pnl_grid .card-body p {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px
}

.latest_technology_used img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

a.project_pnl_color {
    color: #272829
}

.common-layer_inner {
    padding: 24px;
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px #e8e8e8
}

.contact .common-layer_inner {
    padding: 20px 10px
}

.common-layer_inner:hover {
    border: 1px solid #0563bb;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition-duration: .2s
}

.contact .info,
.contact .php-email-form {
    width: 100%;
    background: #fff
}

section.contact {
    padding-bottom: 30px
}

.contact .info i {
    font-size: 20px;
    color: #0563bb;
    float: left;
    width: 44px;
    height: 44px;
    background: #eef7ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .3s ease-in-out
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #45505b
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 12px;
    color: #728394;
    font-weight: 600
}

.contact .info p a {
    color: #728394
}

.contact .info .address i,
.contact .info .email i,
.contact .info .phone i {
    background: #0563bb;
    color: #fff
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: 1s linear infinite animate-loading;
    animation: 1s linear infinite animate-loading
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px
}

.contact .php-email-form input {
    height: 44px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
    background: #0563bb;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}

.contact .php-email-form button[type=submit]:hover {
    background: #0678e3
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#footer {
    background: #f7f8f9;
    color: #45505b;
    font-size: 14px;
    text-align: center;
    padding: 30px 0
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding: 0;
    margin: 0 0 15px
}

#footer .social-links,
#footer p {
    margin: 0 0 40px
}

#footer p {
    font-size: 15;
    font-style: italic;
    padding: 0
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #0563bb;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .social-links a:hover {
    background: #0678e3;
    color: #fff;
    text-decoration: none
}

#footer .copyright {
    margin: 0 0 5px
}

#footer .credits {
    font-size: 13px
}

@media (min-width:1500px) {
    .card.project_pnl_grid .card-body p {
        font-size: 14px
    }

    .latest_technology_used::after {
        width: 418px
    }
}

@media (max-width:992px) {
    .mobile-nav-toggle {
        color: #fff;
        top: 5px
    }

    .layer_menu {
        display: block;
        background: #000;
        width: 100%;
        min-height: 50px;
        margin-top: 0;
        position: fixed;
        top: 0;
        z-index: 999
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        background: 0 0;
        right: 0
    }
    .nav-menu a i {
        color: #fff
    }

    #hero,
    #hero .bio-dtls p {
        text-align: center
    }

    #hero .bio-dtls p {
        width: 100%;
        line-height: 38px;
        font-size: 20px
    }

    #hero h1 {
        font-size: 32px;
        line-height: 36px
    }

    #hero p,
    .experience-section p.exp-description {
        line-height: 24px
    }

    #hero p {
        margin-top: 10px;
        font-size: 20px
    }

    .download-cv {
        margin-top: 50px
    }

    #header {
        width: 250px;
        left: -250px;
        justify-content: flex-start !important;
        top: 32px;
        background: #000;
    }

    .about-content {
        padding: 0;
        margin-top: 20px
    }

    .about-content p {
        font-size: 14px
    }

    .section-title h2 {
        font-size: 20px;
        margin-bottom: 10px;
        padding-bottom: 15px
    }

    section {
        padding: 40px 0 20px
    }

    .experience-section .job-logo {
        height: 80px
    }

    li.responsibility {
        line-height: 24px;
        text-align: left
    }

    .experience-section .exp-card {
        height: auto
    }

    .circle-container {
        margin-left: auto;
        margin-right: auto
    }

    section#hero .container {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5)
    }

    .mobile-nav-active #header {
        left: 0;
        background: center top/cover no-repeat #000;
        height: 100vh;
        border-right: 0;
        justify-content: flex-start !important;
        top: 32px;
    }

    .nav-menu a,
    .nav-menu a:focus {
        padding: 6px 10px;
        margin-bottom: 10px;
        background: 0 0;
        color: #fff
    }

    .nav-menu a span,
    .nav-menu a:focus span {
        color: #fff;
        padding: 0 5px 0 15px
    }

    .nav-menu .active span,
    .nav-menu a.active i,
    .nav-menu a:hover,
    .nav-menu a:hover span {
        color: #00f
    }

    .nav-menu .active,
    .nav-menu .active:focus,
    .nav-menu a:hover,
    .nav-menu li:hover>a {
        color: #45505b;
        background: 0 0
    }

    .latest_technology_used::after {
        width: 100%;
        left: 0;
        height: 1px
    }
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

@media (min-width:768px) and (max-width:1100px) {
    #certification li {
        width: 33%
    }
}

@media (max-width:767px) {

    #hero p,
    .about-content {
        margin-top: 10px
    }

    .section-title h2 {
        font-size: 18px
    }

    #hero p,
    .card.project_pnl_grid .card-body h4,
    .loading span {
        font-size: 16px
    }

    .loading span {
        top: 58%
    }

    .download-cv a,
    .experience-section .job-title {
        font-size: 14px
    }

    .container {
        padding-right: calc(var(--bs-gutter-x) * 1);
        padding-left: calc(var(--bs-gutter-x) * 1)
    }

    /* #header {
        width: 60%;
        left: -60%
    } */

    li.responsibility {
        line-height: 22px
    }

    .experience-section .job-logo {
        height: 60px;
        margin-bottom: 10px
    }

    .experience-section p.exp-description {
        line-height: 20px;
        text-align: justify;
        margin-top: 10px
    }

    section.about {
        padding: 20px 0
    }

    .about .content h3 {
        font-size: 20px;
        color: #45505b;
        margin-bottom: 5px
    }

    .latest_technology_used img {
        margin-right: 4px
    }

    #hero {
        background: url(../img/msite_bg_banner.jpg) center top repeat-y;
        height: 100vh
    }

    #hero:before {
        background: rgba(0, 0, 0, .9)
    }

    #hero h1 {
        font-size: 30px;
        line-height: normal;
        color: #fff
    }

    #hero p,
    .download-cv a {
        line-height: 22px;
        color: #fff
    }

    #hero .bio-dtls p span,
    #hero p span {
        color: #fff
    }

    #hero .bio-dtls p {
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        color: #fff
    }

    #hero .social-links a {
        font-size: 20px;
        line-height: 38px;
        margin-right: 10px;
        border: 1px solid #fff;
        background: 0 0
    }

    #hero .social-links a:hover {
        background: #4349db;
        color: #fff;
        border-color: #4349db
    }

    .download-cv a {
        padding: 8px 15px;
        border-color: #fff
    }

   

    .about-content p {
        line-height: 24px;
        text-align: justify;
        font-size: 13px
    }

    .about-content p+p {
        font-weight: 600
    }

    .section-title {
        padding-bottom: 20px
    }

    .technologies-used img {
        margin: 0 10px 15px
    }

    .card.project_pnl_grid .card-img-top {
        height: auto
    }

    .card.project_pnl_grid .card-img-top.digit-img-money {
        height: 200px
    }

    .wid-section .task-card {
        font-size: 12px;
        height: 80px;
        margin-bottom: 10px
    }

    .img_tech .tooltiptext {
        left: -15px
    }

    .latest_technology_used .img_tech .tooltiptext {
        left: -25px
    }

    .technologies-used .img_tech {
        margin-right: 10px
    }

    #certification li {
        width: 30%;
        margin: 5px auto
    }

    #certification li img {
        width: 100%;
        margin: 10px auto;
        height: 100%
    }

    #certification ul {
        margin-bottom: 0
    }

    .pictures_eyes_in img {
        max-height: 240px
    }

    .pictures_eyes_in .next {
        right: 150px;
        background-size: 70%
    }

    .pictures_eyes_in .next,
    .pictures_eyes_in .prev {
        top: 115%
    }

    .pictures_eyes_in .prev {
        left: 150px;
        background-size: 70%
    }
}