@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../webfonts/OpenSans/OpenSans-Bold.ttf);
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../webfonts/OpenSans/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../webfonts/OpenSans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../webfonts/OpenSans/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../webfonts/OpenSans/OpenSans-Italic.ttf);
}

@font-face {
    font-family: 'Lato', sans-serif;
    src: url(../webfonts/Lato/Lato-Bold.ttf);
}

@font-face {
    font-family: 'Lato', sans-serif;
    src: url(../webfonts/Lato/Lato-Regular.ttf);
}


/* Common css start*/

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-400i {
    font-weight: 400 !important;
    font-style: italic;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.pt-20 {
    padding-top: 1.25rem !important;
}

.ps-50 {
    padding-left: 50px !important;
}

.Under-line {
    width: 9%;
    height: 5px !important;
    background-color: #fcac45;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-style: inset;
    display: block;
    z-index: 1;
}

.Under-line-s {
    width: 6%;
    height: 5px !important;
    background-color: #fcac45;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-style: inset;
    display: block;
}

.header-text {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 4rem;
}

.section-border {
    height: 9px;
    width: 220px;
    background: linear-gradient(37deg, rgb(180, 62, 121) 1%, rgb(247, 70, 58) 100%);
    border-radius: 5px;
    margin: 20px auto 90px;
}


/* Common css End*/

#preloader {
    background: #000 url(../images/preloader.gif) no-repeat center center;
    background-size: 10%;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 100;
}


/* 
#preloader {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1100;
} */


/* #preloader>img {
    left: 47%;
    position: absolute;
    top: 48%;
    size: 30%;
} */


/* Skills start*/

.progress-wrapper {
    height: 130px;
    overflow: hidden;
}

.wave {
    position: absolute;
    width: 100%;
    height: 100%;
}

.wave::before,
.wave::after {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    bottom: 0;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 45%;
    transform: translateX(-50%) rotate(0);
    -webkit-animation: rotate 6s linear infinite;
    animation: rotate 6s linear infinite;
    z-index: 10;
}

.wave::after {
    border-radius: 47%;
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateX(-50%) rotate(0);
    -webkit-animation: rotate 10s linear -5s infinite;
    animation: rotate 10s linear -5s infinite;
    z-index: 20;
}

@-webkit-keyframes rotate {
    50% {
        transform: translateX(-50%) rotate(180deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes rotate {
    50% {
        transform: translateX(-50%) rotate(180deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}


/* Skills end*/

#navbar_top {
    background-color: rgba(16, 22, 54, 0.2);
    border: 0 none;
    margin: 0;
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 0;
    opacity: 0.75;
}

.top {
    display: none;
    background: rgb(81, 255, 182);
    color: #fff;
    padding: 5px 10px;
    font-size: 22px;
    position: fixed;
    bottom: 90px;
    right: 35px;
}

.show-top {
    display: block;
    z-index: 98;
    transition: 2s;
}

.top:hover {
    background: rgb(87, 160, 255);
}

.top-header {
    font-family: 'Lato', sans-serif;
    /* padding-top: 50px; */
    margin-bottom: 180px;
    background-color: #020846;
    /* opacity: 85%; */
}

.menubar {
    position: relative;
}

.menubar li a:hover {
    border-bottom: 4px solid #fcac45;
}

.menubar li a::after {
    position: absolute;
    content: '';
    border-bottom: 4px solid #ea0e0e;
    border-width: 50%;
}

.navbar .navbar-logo {
    font-size: 24px;
    font-weight: 400;
}

.navbar .navbar-nav .nav-link {
    color: white !important;
    font-size: 14px;
    font-weight: 400;
}


/* .top-header {
    margin-bottom: 20px;
} */

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
}

.banner {
    /* padding-top: 60px; */
    padding-bottom: 85px;
}

.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.70);
    height: 100%;
    width: 100%;
}

.banner-content {
    position: relative;
    z-index: 1;
}

.banner .banner-content .banner-title {
    font-size: 44px;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    display: inline-block;
}

.banner .banner-content .banner-title p {
    float: left;
}

.banner .banner-content .banner-title .banner-title2 {
    font-weight: 700;
    color: #fcac45;
}

.banner .banner-content .banner-peragraph {
    font-size: 20px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: inline-block;
}

.banner .banner-content .banner-peragraph p {
    float: left;
}

.banner .banner-content .banner-peragraph .banner-peragraph-bold {
    font-weight: 700;
    color: #c3c4c4;
}

.banner .banner-content .banner-peragraph .banner-peragraph-Color {
    color: #b6b8b8;
}

.banner-icon {
    /* font-size: 50px; */
    padding-top: 280px;
}

.banner-icon i {
    font-size: 15px;
    color: #cccecd;
    position: relative;
    /* top: 27px; */
    left: 0;
    padding: 16px 20px;
    border: wheat solid;
    border-radius: 50%;
}

.section-AboutUs {
    font-family: 'Open Sans', sans-serif;
}

.section-AboutUs .Text-AboutUs {
    font-weight: 400;
    font-size: 18px;
    color: #6c6c6c;
}

.section-AboutUs .text-Some {
    border-bottom: 5px solid;
    border-color: rgb(180, 62, 121);
}

.AboutUs-icon i {
    font-size: 6px;
    color: #6c6c6c;
    /* position: relative; */
    /* top: 27px; */
    /* left: 0; */
    float: left;
    padding: 2px;
    border: 3px solid #6c6c6c;
    border-radius: 50%;
    /* padding: 0; */
    margin-top: 4px;
    margin-right: 11px;
    /* z-index: 1; */
}

.section-AboutUs .AboutUs-button {
    padding: 15px 20px !important;
    font-size: 12px !important;
    font-weight: 600;
}

.section-AboutUs .AboutUs-button i {
    padding-right: 10px;
}

.section-Skill {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 100px;
}

.section-Skill .header-text {
    font-weight: 700;
    font-size: 4rem;
    color: #000;
}

.section-team {
    background-color: #4b4b4b;
    font-family: 'Open Sans', sans-serif;
}

.section-team .team-title {
    color: #cfcfcf;
    font-size: 44px;
}

.section-team .Team-slider {
    padding-top: 90px;
}

.section-team .Team-slider .team-profile img {
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
}

.section-team .Team-slider .team-profile .team-designation {
    color: #f3f3f3;
}

.section-team .Team-slider .team-profile .team-Peragrap {
    color: #f3f3f3;
    font-size: 14px;
    padding-top: 40px;
}

.Service {
    font-family: 'Open Sans', sans-serif;
}

.Service .Service-Subtitle {
    color: #797979;
}

.Service .Service-content,
.Service-Mobile,
.Service-camera {
    padding-top: 130px;
}

.Service .Service-content i {
    font-size: 55px;
    color: #222222;
    position: relative;
    /* top: 27px; */
    left: 0;
    padding: 30px;
    border: 5px #fcac45 solid;
    border-radius: 50%;
    /* border: thick double #32a1ce; */
}

.Service .Service-content h3,
.Service-Mobile h3,
.Service-camera h3 {
    font-size: 25px;
    padding-top: 30px;
}

.Service .Service-Mobile i {
    font-size: 55px;
    color: #222222;
    position: relative;
    /* top: 27px; */
    left: 0;
    padding: 30px 40px;
    border: 5px #fcac45 solid;
    border-radius: 50%;
    /* border: thick double #32a1ce; */
}

.Service .Service-camera i {
    font-size: 55px;
    color: #222222;
    position: relative;
    /* top: 27px; */
    left: 0;
    padding: 30px 35px;
    border: 5px #fcac45 solid;
    border-radius: 50%;
    /* border: thick double #32a1ce; */
}

.clients {
    background-color: #41228e;
    font-family: 'Open Sans', sans-serif;
}

.clients .clients-slider {
    padding-top: 100px;
}

.clients .clients-slider .clients-profile img {
    margin-right: auto;
    margin-left: auto;
}


/* EXPERINCE start */

.card {
    border: 0;
    border-radius: 0;
}

.card-img-top {
    border-radius: 0;
}

.card-header {
    border: 0;
}

.card-body {
    border: 0;
    border-radius: 0;
}

.card-footer {
    border: 0;
}

.bottom-shape {
    position: relative;
    overflow: hidden;
}

.bottom-shape * {
    position: relative;
    z-index: 1;
}

.bottom-shape::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 72%;
    transform: rotate(40deg);
    background: linear-gradient(37deg, rgb(180, 62, 121) 1%, rgb(247, 70, 58) 100%);
    left: 0;
    top: 60%;
    opacity: 0.5;
}

.bottom-shape::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 72%;
    transform: rotate(40deg);
    background: linear-gradient(37deg, rgb(180, 62, 121) 1%, rgb(247, 70, 58) 100%);
    left: 20%;
    top: 55%;
}

.bg-secondary {
    background: #07085d !important;
}

.text-light {
    color: #b7b8f1 !important;
}


/* EXPERINCE end */


/* Education start*/

.education {
    visibility: visible;
    animation-duration: 500ms;
    animation-name: fadeInUp;
}

.bg-one {
    background-color: #353b43;
}

.education-block {
    padding: 60px 20px;
    border-left: 1px solid rgba(236, 239, 241, 0.07);
    border-top: 1px solid rgba(236, 239, 241, 0.07);
    margin-bottom: 40px;
    box-shadow: 2px 2px 5px rgb(44 44 44 / 30%), 13px 13px 0 rgb(255 255 255 / 70%);
}

.education-block .education-icon {
    margin-bottom: 10px;
    font-size: 50px;
    color: white;
}

.education-titel {
    color: #afbac4;
}

.education-details {
    color: #737f8a;
}


/* Education end */


/* My Works start*/

.note {
    background-color: #292F36;
    border: 1px solid #4e595f;
}

.post-block {
    background-color: #292F36;
    margin-bottom: 10px;
}

.post-block .content {
    padding: 20px;
}

.post-block .content h3 {
    margin: 0 0 6px;
    font-size: 25px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #afbac4;
}

.note .media-wrapper {
    border-bottom: 1px solid #4e595f;
}

.note .excerpt h3 {
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
}

.all-post {
    margin-top: 50px;
}


/* My Works end */


/* portfolio start*/

.portfolio-filter {
    margin-bottom: 40px;
    text-align: center;
}

.portfolio-filter button {
    border: none;
    outline: none;
    border: 1px solid rgba(236, 239, 241, 0.07);
    background: transparent;
    display: inline-block;
    font-size: 16px;
    padding: 6px 20px;
    font-weight: 700;
    color: #737f8a;
    transition: .3s all;
}

.portfolio-filter button.mixitup-control-active {
    border: 1px solid #57cbcc;
    color: #57cbcc;
}

.portfolio-items-wrapper .mix {
    padding: 5px;
}

.portfolio-block {
    position: relative;
}

.portfolio-block:before {
    transition: all 0.3s ease-in-out;
    /* background: white; */
    opacity: 0;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    content: '';
}

.portfolio-block img {
    width: 100%;
    height: auto;
}

.portfolio-block:hover:before {
    opacity: 1;
}

.portfolio-block:hover .caption h4 {
    top: 45%;
}

.portfolio-block:hover .caption {
    opacity: 1;
    top: 55%;
}

.portfolio-block .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

.portfolio-block .caption h4 {
    font-size: 16px;
    font-weight: 600;
}

.portfolio-block .caption h4 a {
    color: #555;
}

.portfolio-block .caption .search-icon {
    background: #57cbcc;
    width: 50px;
    height: 50px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    border-radius: 30px;
}

.portfolio-block .caption .search-icon i {
    line-height: 50px;
}


/* portfolio end */


/* gallery start*/

.gallery {
    font-family: 'Open Sans', sans-serif;
}

.gallery .gallery-filter {
    padding: 0 15px;
    width: 100%;
    text-align: right;
    margin-bottom: 45px;
}

.gallery .gallery-filter .filter-item {
    color: #6c6c6c;
    font-size: 18px;
    /* border: 2px solid white; */
    /* text-transform: uppercase; */
    display: inline-block;
    /* border-radius: 20px; */
    /* margin-right: 8px; */
    cursor: pointer;
    /* padding: 8px 20px 8px 20px; */
    line-height: 1.2;
    transition: all 0.3s ease;
}

.gallery .gallery-filter .filter-item.active {
    color: #505050;
    /* border-color: #16b5ef;
    background: #16b5ef; */
}

.gallery .gallery-item {
    width: calc(100% / 4);
    padding: 15px;
}

.gallery .gallery-item-inner img {
    width: 100%;
    height: 100%;
    /* border: 3px solid #d4dad9; */
}

.gallery .gallery-item.show {
    animation: fadeIn 0.20s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.gallery .gallery-item.hide {
    display: none;
}

@media(max-width: 491px) {
    .gallery .gallery-item {
        width: 50%;
    }
}

@media(max-width: 780px) {
    .gallery .gallery-item {
        width: 100%;
    }
    .gallery .gallery-filter .filter-item {
        margin-bottom: 10px;
    }
}

@media(max-width: 667px) {
    .gallery .gallery-item {
        width: 100%;
    }
    .gallery .gallery-filter .filter-item {
        margin-bottom: 10px;
    }
}

.gallery-item-inner {
    position: relative;
    cursor: pointer;
}

.gallery-Overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #222222;
    opacity: 0;
    color: #a9a9a9;
}

.gallery-item-inner:hover .gallery-Overlay {
    opacity: 100%;
    bottom: 0;
}

.gallery-Overlay-title {
    margin-top: 65px;
    margin-bottom: 0;
}

.gallery-Overlay i {
    font-size: 22px;
    padding: 9px;
    color: #eda343;
    border: 2px solid #eda343;
    border-radius: 50%;
}


/* gallery End */

.address-details {
    padding-top: 70px;
}

.address,
.email,
.phone {
    text-align: center;
    background: #F7F7F7;
    padding: 40px 0 40px 0;
    margin-bottom: 20px;
}

.address i,
.email i,
.phone i {
    font-size: 45px;
    color: #02bdd5;
}

.Icon {
    padding-bottom: 40px;
}

.ContactUs {
    font-family: 'Open Sans', sans-serif;
}

.ContactUs .ContactUs-Subtitle {
    color: #6c6c6c;
}

.ContactUs .ContactUs-Label {
    color: #6c6c6c;
    font-size: 14px;
}

.ContactUs .Message {
    height: 165px;
}

.btn-submit {
    background: #fcac45;
    padding: 15px 63px;
    border: none;
}

.footer-section {
    font-family: 'Open Sans', sans-serif;
    background-color: #353b43;
    color: #a9a9a9;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-menu {
    list-style: none;
    margin-bottom: 0;
}

.footer-menu li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    /* background: #15a4fa; */
    display: block;
    margin-left: 13px;
    color: #b2b2b2;
    text-align: center;
    border: 3px solid #b2b2b2;
    border-radius: 50%;
}