/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Folioflix
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Navigation / #navbar
3. banner section / #banner
4. service section / #service
5.  Skills section / #Skills
6. Portfolio section / #Portfolio
7. testimonials section / #testimonials
8. Blog section/ #Blog
9. Contact section /#Contact
10. weight footer section / #weight footer
11. footer section / #footer
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

    --primary-color:#3f396d;
    --secondary-color:#07003b;
    --accent:#fca61f;
    --text-color: #7d7789;
    --off-white-color: #f0f4ff;
    --light-purple-color:#6f34fe;
    --white-color:#fff;
    --light-grey-color:#f2f2ff;
# */
/*------------------------------------------------------------------
[Typography]

Body copy:     'Source Sans Pro', sans-serif;

-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&amp;family=Lato&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    background-color: var(--primary-color);
}
.MobileDiv{display: none;}
p{text-align: initial !important;}
/***** navbar banner css****/
.header-and-banner-con {
    background: #000000;

}
.header-con {

    padding-top: 50px;

    padding-bottom: 30px;
}

.header-con .nav-item {
    padding: 0 18px;
        font-size: 21px;
    font-weight: 700;

    border-bottom: 2px solid #000;
}


.banner-right-con {
    margin-left: 90px;
}

.banner-main-con2 {
    padding-top: 130px;
}

.navbar-nav .nav-item:last-child {
    padding-right: 50px;
}

.header-con .nav-item a:hover {
  color: #ffffff !important;
    border-bottom: 2px solid #05c3dd;
}

.header-con .nav-item a {
     padding-bottom:  10px;
    color: var(--secondary-color) !important;
}

.header-con .nav-item .is-active {
    color: #ffffff !important;
    border-bottom: 2px solid #05c3dd;
}

.navbar {
    display: block;
}

.banner-heading h2 {
    color: var(--accent);
    font-weight: 600;
    font-size: 23px;
    line-height: 48px;
}

.banner-heading h1 {
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 6px;
}

.banner-heading p {
    color: var(--secondary-color);
    margin-bottom: 26px;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Exo 2', sans-serif;
}

.See-btn {
    margin-left: 28px;
    font-size: 20px;
    line-height: 9px;
    background: #05c3dd;
    color: #ffffff;
    border-radius: 50%;
    padding: 15px 20px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}

.banner-con a {
    text-decoration: none;
}

.best-award-con {
    background: var(--white-color);
    padding: 24px 33px;
    position: absolute;
    top: 40%;
    left: -74px;
    opacity: 1;
    border-radius: 17px;
}

.best-award-con:hover figure {
    transform: translateY(-8px);
}

.happy-con {
    padding: 15px 33px;
}

.best-award-inner-con figure {
    position: absolute;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.best-award-title p {
    line-height: 28px;
}

.best-award-title {
    margin-left: 70px;
}

.happy-con figure {
    position: relative;
    margin-bottom: 8px;
}

.happy-con {
    right: -42%;
    left: initial;
    top: 20%;
}

.best-award-title span {
    font-size: 14px;
    color: var(--text-color);
    line-height: 14px;
 font-family: 'Exo 2', sans-serif;
}

.navbar-light .navbar-brand img {
    width: 190px;
}

.happy-con::before {
    content: "";
    width: 52px;
    height: 59px;
    position: absolute;
    top: -131px;
    left: 0;
    background: url(../image/half-circle.png) no-repeat top left;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1.5s infinite alternate;
}

.banner-social-icon {
    position: absolute;
    left: 88px;
    top: 43%;
}

.banner-social-icon ul li a i {
    width: 48px !important;
    height: 48px !important;
}

/***** navbar banner css****/
/***** service section css****/
.generic-title h6 {
    font-weight: 600;
    margin-bottom: 14px;
}

.generic-title h2 {
    font-weight: 700;
    color: #fff;
}

.generic-title {
    margin-bottom: 65px;
}

.team-bg {
    background: url(../image/team-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.service-con::before {
    content: "";
    width: 127px;
    height: 404px;
    position: absolute;
    top: 207px;
    left: 0;
    background: url(../image/circle-bg-left-img.png) no-repeat top left;
   
}

.about-sec::before {
    content: "";
    width: 133px;
    height: 404px;
    position: absolute;
    top: 364px;
    left: 0;
    background: url(../image/circle-bg-left-img.png) no-repeat top left;
   
}

.service-con::after {
    content: "";
    width: 52px;
    height: 59px;
    position: absolute;
    top: 154px;
    left: 72px;
    background: url(../image/half-circle-left-icon.png) no-repeat top left;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}
.about-sec .about-content ol li p {
    /*text-transform: capitalize;*/
    width: auto;
}

.about-sec .about-content ol li span {
    width: 30%;
    margin-top: 3px;
    font-size: 18px;
}
.about-sec .about-content ol li {
    /*display: flex;*/
    align-items: start;
}
.about-sec .about-content ol li span {
    width: 30%;
    margin-top: 3px;
    margin-right: 20px;
}
.service-inner-con:after {
    content: "";
    width: 35px;
    height: 38px;
    position: absolute;
    bottom: 190px;
    right: -116px;
    background: url(../image/corn-left-icon.png) no-repeat top left;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}

.service-inner-con h2 {
    color: var(--white-color);
}

.service-box {
    perspective: 100px;
}

.service-box-item {
    background: #000000;
    border: 1px solid transparent;
    padding: 40px 36px;
    border-radius: 20px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.service-box-item:hover {
    border-color: var(--accent);
}

.service-box-item:hover .service-box-item-content h4 {
    color: var(--accent);
}

.service-box-item figure {
    width: 130px;
    height: 130px;
    display: flex;
    background: #000000;
    position: absolute;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-box-item figure img {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.service-box-item:hover figure img {
    transform: translateY(-8px);
}

.service-box-item-content {
    margin-left: 156px;
}

.service-box-item-content h4 {
    color: var(--white-color);
    font-weight: 700;
    font-size: 23px;
}

.service-box-item-content p {
    font-size: 14px;
    line-height: 28px;
    color: var(--text-color);
    font-family: 'Exo 2', sans-serif;
}

.service-box-item-content a {
    font-size: 18px;
    color: var(--accent);
    padding-bottom: 5px;
    position: relative;
    border-bottom: 2px solid var(--accent);
}

.service-box-item-content a:hover {
    color: var(--light-purple-color);
}

.service-box-item-content a::after {
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    content: '';
    position: absolute;
    transition: ease-in-out 0.3s;
    background: var(--light-purple-color);
}

.service-box-item-content a:hover::after {
    width: 100%;
}

.service-box .row:first-child {
    margin-bottom: 30px;
}

.service-box .row:last-child {
    margin-bottom: 40px;
}

.service-box-item a {
    text-decoration: none;
}

/***** service section css****/
/*******portfolio section******/
.portfolio-con {
    height: 544px;
    position: relative;
    background: var(--primary-color);
}

.portfolio-body-con {
    overflow: hidden;
}

.filterDiv {
    float: left;
    width: 100px;
    text-align: center;
    display: none;
}

.filterDiv.show {
    display: block;
}

#myBtnContainer {
    margin-bottom: 45px;
}

#myBtnContainer button {
    border: none;
    color: var(--white-color);
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    margin: 0 25px;
}

#myBtnContainer button.active_button {
    border-bottom: 4px solid var(--accent);
    color: var(--accent);
}

#myBtnContainer button:focus {
    outline: none;
}

.portfolio-img-con {
    margin: 0 -15px;
}

.portfolio-img-con .filterDiv:first-child {
    width: 66.6667%;
    padding: 0 15px;
}

.portfolio-img-con .filterDiv:nth-child(2) {
    margin-bottom: 13px;
}

.portfolio-img-con .filterDiv:nth-child(2),
.portfolio-img-con .filterDiv:nth-child(3),
.portfolio-img-con .filterDiv:nth-child(4),
.portfolio-img-con .filterDiv:last-child {
    width: 33.33333%;
    padding: 0 15px;
}

.portfolio-img-content {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 48px 0 20px;
}

.portfolio-img-title h4 {
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
}

.portfolio-img-title p {
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 0;
    line-height: 22px;
   font-family: 'Exo 2', sans-serif;
}

.portfolio-img-content a i {
    background: var(--accent);
    color: var(--white-color);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-weight: 300;
    font-size: 20px;
}

.portfolio-img-content a {
    text-decoration: none;
}

.portfolio-img figure:after {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0032387955182072714) 0%, rgba(17, 19, 43, 0.6755077030812324) 70%);
    position: absolute;
    top: 0;
    border-radius: 19px;
    width: 100%;
    height: 321px;
    left: 0;
    display: none;
}

.portfolio-img figure {
    display: inline-block;
}

.portfolio-img-con .filterDiv:first-child .portfolio-img figure:after {
    width: 100%;
    height: 322px;
    left: 0;
}

.portfolio-img-content {
    display: none;
}

.portfolio-img-con .filterDiv:hover .portfolio-img-content,
.portfolio-img-con .filterDiv:hover .portfolio-img figure:after {
    display: block;
}

.portfolio-body-con {
    margin-top: -207px;
}

.portfolio-img-con:after {
    content: "";
    width: 35px;
    height: 38px;
    position: absolute;
    bottom: 64px;
    right: -116px;
    background: url(../image/corn-left-icon.png) no-repeat top left;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}

.portfolio-btn {
    margin-top: 26px;
}

/*******portfolio section******/
/***** skill section css****/
.skill-con {
    background: #000000;
    overflow: hidden;
}

.skill-con .myskils {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.skill-con:after {
    content: "";
    width: 127px;
    height: 404px;
    position: absolute;
    top: 207px;
    left: -16px;
    background: url(../image/circle-bg-left-img.png) no-repeat top right;
 
}

/*.skill-con::before {
    content: "";
    width: 52px;
    height: 59px;
    position: absolute;
    top: 154px;
    right: 72px;
    background: url(../image/half-circle-right-icon.png) no-repeat top left;  
}*/



.service-skill-sttaf-item-heading p {
    color: #fff;
}

.download-bnt a {
    padding: 20px 32px 19px;
}

.skill-inner-con {
    z-index: 1;
}

.skill-right-con {
    padding-left: 40px;
}

.skill-right-con h6 {
    font-weight: 600;
    margin-bottom: 15px;
}

.skill-right-con h2 {
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 11px;
}

.skill-right-con p {
  font-family: 'Exo 2', sans-serif;
    color: #dddddd;
    margin-bottom: 25px;
    font-size: 17px;
}
}

.skill-right-con p:nth-child(4) {
    margin-bottom: 30px;
}

.circle-wrap {
    width: 140px;
    height: 140px;
    border: 4px solid rgba(160, 156, 187, 0.2);
    border-radius: 50%;
    margin: 0 auto 18px;
}

.de-team-list {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.de-team-list img {
    width: 100%;
}

.img-responsive {
    display: inline-block;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.de-team-list .team-desc {
    -webkit-transition: .5s cubic-bezier(.25, .46, .45, .94);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    outline: none;
}

.de-team-list .team-desc {
    width: 90%;
    height: 100%;
    padding: 40px;
    margin: 50px;
    top: 0px;
    padding-bottom: 0;
    position: absolute;
    left: -31px;
    z-index: 100;
    top: 100%;
    background: #111;
    color: #ccc;
    opacity: .95;
}

.de-team-list .team-desc h3 {
    color: #fff;
    font-size: 16px;

    margin-bottom: 5px;
}

.de-team-list p.lead {
    color: #05c3dd;
    font-size: 15px;
    font-weight: 600;
}

.small-border {
    height: 1px;
    width: 76px;
    background: #ccc;
    display: block;
    /* margin: 0 auto; */
    margin-top: 0px;
    margin-bottom: 12px;
}

.de-team-list p {
    clear: both;
    font-size: 14px;
    line-height: 23px;
}

.text-light,
.text-light p {
    color: #ddd;
}

.de-team-list .social a {
    display: inline-block;
    color: #fff;
    padding: 0 5px 0 5px;
}

.de-team-list .team-desc,
.de-team-list:hover .team-desc {

    -webkit-transition: .5s cubic-bezier(.25, .46, .45, .94);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    outline: none;
}

.de-team-list:hover .team-desc {
    top: -50px;
    left: -30px;
}
.team-pic {
    width: 85%;
    height: 425px;
    margin: auto;
    text-align: center;
}


.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
    width: 140px;
    height: 140px;
    position: absolute;
    border-radius: 50%;
    top: inherit;
}

.service-skill-sttaf-item-title {
    width: 140px;
    height: 140px;
}

.circle-wrap .circle .mask {
    clip: rect(0px, 150px, 150px, 74px);
}

.circle-wrap .circle .mask .fill {
    clip: rect(0px, 75px, 150px, 0px);
    border: 4px solid var(--accent);
}

.circle-wrap.firstPercentage .circle .mask.full,
.circle-wrap.firstPercentage .circle .fill {
    animation: firstPercentage ease-in-out 4s forwards;
}

.circle-wrap.secondPercentage .circle .mask.full,
.circle-wrap.secondPercentage .circle .fill {
    animation: secondPercentage ease-in-out 4s forwards;
}

.circle {
    margin-top: -6px;
    margin-left: -6px;
}

.circle-wrap.thirdPercentage .circle .mask.full,
.circle-wrap.thirdPercentage .circle .fill {
    animation: thirdPercentage ease-in-out 4s forwards;
}

.circle-wrap.fourPercentage .circle .mask.full,
.circle-wrap.fourPercentage .circle .fill {
    animation: fourPercentage ease-in-out 4s forwards;
}

.secondPercentage .circle .mask .fill {
    border: 4px solid var(--accent);
}

.secondPercentage h4 {
    color: var(--white-color) !important;
}

.secondPercentage span {
    color: var(--white-color);
}

.thirdPercentage .circle .mask .fill {
    border: 4px solid var(--accent);
}

.thirdPercentage h4 {
    color: var(--white-color) !important;
}

.thirdPercentage span {
    color: var(--white-color);
}

.fourPercentage .circle .mask .fill {
    border: 4px solid var(--accent);
}

.fourPercentage h4 {
    color: var(--white-color) !important;
}

.fourPercentage span {
    color: var(--white-color);
}

@keyframes firstPercentage {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(135deg);
    }
}

@keyframes secondPercentage {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(170deg);
    }
}

@keyframes thirdPercentage {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(150deg);
    }
}

@keyframes fourPercentage {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(140deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.static-txt {
    font-size: 22px;
    top: -5px;
    right: -8px;
    line-height: 22px;
}

.static-txt2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--white-color);
}

.skill-left-con .skill-left-item-con {
    background: var(--primary-color);
    padding: 33px 28px 35px;
    border-radius: 20px;
}

.service-skill-sttaf-con:first-child {
    margin-bottom: 30px;
}

.service-skill-sttaf-item-heading p {
    font-weight: 600;
    font-size: 20px;
}

.service-skill-sttaf-item-title h4 {
    font-size: 42px;
    color: var(--white-color);
    font-weight: 700;
}

.service-skill-sttaf-con .col-lg-6:first-child .skill-left-item-con {
    margin-top: -27px;
}

/***** skill section css****/
/******blog section****/
.blog-con {
    background: #000000;
    overflow: hidden;
}

.blog-box-item:hover .blog-img img {
    transition: ease-in-out 0.5s;
}

.blog-box-item {
    overflow: hidden;
}

.blog-box-item:hover .blog-img img {
    transform: scale(1.1);
}

.blog-box-item {
    background: var(--primary-color);
    border-radius: 20px;
}

.blog-content {
    padding: 27px 27px 30px;
}

.blog-auteher-title {
    margin-bottom: 16px;
}

.blog-auteher-title span {
    font-size: 16px;
 font-family: 'Exo 2', sans-serif;
    color: var(--accent);
}

.blog-auteher-title span:last-child {
    color: var(--text-color);
}

.blog-content h4 {
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 11px;
}

.blog-content p {
    font-size: 18px;
    color: var(--text-color);
    line-height: 28px;
    margin-bottom: 12px;
 font-family: 'Exo 2', sans-serif;
}

.blog-content a {
    color: var(--accent);
    /* border-bottom: 2px solid var(--accent); */
    font-size: 18px;
    padding-bottom: 6px;
    text-decoration: none;
    position: relative;
}

.blog-content a:hover {
    color: var(--light-purple-color);
    /* border-color: var(--light-purple-color); */
}

.blog-content a:hover::after {
    width: 100%;
}

.blog-content a::after {
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    content: '';
    position: absolute;
    background: var(--light-purple-color);
    transition: ease-in-out 0.3s;
}

.blog-inner-con::before {
    content: "";
    width: 35px;
    height: 38px;
    position: absolute;
    bottom: 26px;
    left: -116px;
    background: url(../image/triangle-icon.png) no-repeat top left;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}
.section-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/section-bg.png) center center no-repeat;
    background-size: cover;
    opacity: 0.5;
    z-index: 0;
    background-size: auto;
}
.section-bg1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/section-bg.png) center center no-repeat;
    background-size: cover;
    opacity: 0.3;
    z-index: 0;
    background-size: auto;
}
.blog-inner-con h2 {
    color: var(--white-color);
}

.blog-con:after {
    content: "";
    width: 127px;
    height: 404px;
    position: absolute;
    top: 207px;
    right: -6px;
    background: url(../image/circle-bg-img.png) no-repeat top right;
    animation: left-mover 1s infinite alternate;
    -webkit-animation: left-mover 1s infinite alternate;
}

.blog-con::before {
    content: "";
    width: 52px;
    height: 59px;
    position: absolute;
    top: 154px;
    right: 72px;
    background: url(../image/half-circle-right-icon.png) no-repeat top left;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}

/******blog section****/
/******form section******/
.form-main-con {
    overflow: hidden;
}

.form-main-inner-con h2 {
    color: var(--white-color);
}

#form_result {
    margin-bottom: 15px;
}

#form_result span {
    color: black;
    margin-bottom: 15px;
}

.contact-information {
    background: var(--light-purple-color);
    border-radius: 28px;
    padding: 70px 40px 50px;
}

.contact-information li figure {
    width: 60px;
    height: 60px;
    background: var(--accent);
    border-radius: 50%;
    position: absolute;
}

.contact-information-content {
    margin-left: 76px;
}

.contact-information-content h5 {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 4px;
}

.contact-information-content p {
    font-size: 16px;
    line-height: 22px;
    color: var(--white-color);
    font-family: 'Exo 2', sans-serif;
}

.contact-information ul li {
    margin-bottom: 32px;
}

.contact-information ul li img {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.contact-information ul li:hover img {
    transform: translateY(-8px);
}
.about-sec{
    position: relative;
}
.service-content a:hover {
    color: #fff;
}
.Zebra_DatePicker {
    background: #000;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 0 10px #ccc;
    color: #222;
    font: 13px Tahoma,Arial,Helvetica,sans-serif;
    padding: 5px;
    position: absolute;
    display: table;
    *width: 255px;
    z-index: 1200;
}
.Zebra_DatePicker .dp_body .dp_disabled {
    color: #000;
    cursor: text;
}
.shape-4 {
    position: absolute;
    top: 300px;
    left: 30%;
    display: none;
    width: 30px;
    height: 30px;
    background: rgba(68, 134, 255, 0.3);
    border-radius: 50%;
    opacity: 0.5;
    -webkit-animation: 10s bounce-up linear infinite;
    animation: 10s bounce-up linear infinite;
    z-index: 1;
}
.shape-10 {
    position: absolute;
    top: 4px;
    left: 20%;
    width: 100px;
    height: 100px;
    background: url(assets/images/dot.svg) center center no-repeat;
    border-radius: 50%;
    opacity: 1.9;
    /* background: red; */
    -webkit-animation: 10s bounce-up linear infinite;
    animation: 10s bounce-up linear infinite;
    z-index: 1;
}
.shape-5 {
    position: absolute;
    bottom: 200px;
    right: 50%;
    width: 20px;
    height: 20px;
    background: rgba(76, 66, 197, 0.3);
    border-radius: 50%;
    opacity: 0.5;
    -webkit-animation: 10s bounce-up linear infinite;
    animation: 10s bounce-up linear infinite;
    z-index: 1;
}
.shape-6 {
    position: absolute;
    top: 145px;
    right: 30%;
    width: 50px;
    height: 50px;
    background: url(assets/images/shape-4.png) center center no-repeat;
    background-size: contain;
    -webkit-animation: 5s bounce-up linear infinite;
    animation: 5s bounce-up linear infinite;
    opacity: 0.5;
    z-index: 1;
}
.shape-7 {
    position: absolute;
    bottom: 30%;
    right: 23px;
    width: 100px;
    height: 100px;
    background: url(assets/images/shape-6.png) center center no-repeat;
    background-size: contain;
    opacity: 0.7;
    -webkit-animation: 5s bounce linear infinite;
    animation: 5s bounce linear infinite;
    z-index: 1;
}
.shape-8 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 120px;
    height: 20px;
    background: #4C42C5;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    border-radius: 10px;
    opacity: 0.1;
    z-index: 1;
}
.shape-11 {
    position: absolute;
    top: 81%;
    right: -15px;
    width: 318px;
    height: 394px;
    background: url(assets/images/tok.png) center center no-repeat;
    -webkit-animation: 5s bounce-up linear infinite;
    animation: 5s bounce-up linear infinite;
    border-radius: 10px;
    opacity: 0.6;
    z-index: 1;
}
.shape-13 {
    position: absolute;
    top: 73.5%;
    left: -15px;
    width: 274px;
    height: 339px;
    background: url(assets/images/tok1.png) center center no-repeat;
    -webkit-animation: 5s bounce-up linear infinite;
    animation: 5s bounce-up linear infinite;
    border-radius: 10px;
    opacity: 0.5;
    z-index: 1;
}
.shape-12 {
    position: absolute;
    top: -5%;
    right: -4px;
    width: 318px;
    height: 394px;
    background: url(assets/images/circle.png) center center no-repeat;
    -webkit-animation: 5s bounce-up linear infinite;
    animation: 5s bounce-up linear infinite;
    border-radius: 10px;
    opacity: 0.6;
    z-index: 1;
}

.shape-14 {
    position: absolute;
    top: 12%;
    right: -4px;
    width: 318px;
    height: 394px;
    background: url(assets/images/circle.png) center center no-repeat;
    -webkit-animation: 5s bounce-up linear infinite;
    animation: 5s bounce-up linear infinite;
    border-radius: 10px;
    opacity: 0.6;
    z-index: 1;
}
.shape-9 {
    position: absolute;
    bottom: 40px;
    right: 150px;
    width: 120px;
    height: 20px;
    background: #4C42C5;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    border-radius: 10px;
    opacity: 0.1;
    z-index: 1;
}

.shape-2 {
    position: absolute;
    top: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: url(assets/images/shape-2.png) center center no-repeat;
    background-size: contain;
    opacity: 0.5;
    -webkit-animation: 10s spin linear infinite;
    animation: 10s spin linear infinite;
    z-index: 1;
}
 .shape-3 {
    position: absolute;
    bottom: 50px;
    left: 100px;
    width: 30px;
    height: 30px;
    background: url(assets/images/shape-5.png) center center no-repeat;
    background-size: contain;
    opacity: 0.5;
    -webkit-animation: 15s spin linear infinite;
    animation: 15s spin linear infinite;
    z-index: 1;
}
.shape-1 {
    position: absolute;
    top: 200px;
    left: 100px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(assets/images/shape-1.png) center center no-repeat;
    background-size: cover;
    opacity: 0.5;
    -webkit-animation: 5s bounce-up linear infinite;
    animation: 5s bounce-up linear infinite;
    z-index: 1;
}
.contact-form input, .contact-form textarea, .contact-form select {

    background: #000000;
    border: 1px solid #05c3dd;
    font-size: 16px;
    color: var(--text-color);
    padding: 17px 30px;
    border-radius: 30px;
    width: 100%;
  font-family: 'Exo 2', sans-serif;
    margin-bottom: 23px;
}
.contact-form select.form-control:not([size]):not([multiple]) {
    height: 60px;
}
.contact-img img{
    width: 100%;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: var(--text-color);
    font-size: 16px;
   font-family: 'Exo 2', sans-serif;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 1px solid #6f34fe;
    box-shadow: 0 0 85px 0 #000000;
}

.contact-form textarea {
    height: 148px;
    resize: none;
    margin-bottom: 29px;
}

.contact-form button {
    border: none;
    padding: 19px 64px 18px;
    background: var(--accent);
    color: var(--white-color);
    font-size: 20px;
    line-height: 22px;
    border-radius: 36px;
    cursor: pointer;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    border: 1px solid transparent;
}

.contact-form button:hover {
    border-color: var(--light-purple-color);
    background: var(--light-purple-color);
    transform: translateY(-8px);
}

.form-main-inner-con:after {
    content: "";
    width: 35px;
    height: 38px;
    position: absolute;
    bottom: 140px;
    right: -116px;
    background: url(../image/corn-left-icon.png) no-repeat top left;
  
}
.Zebra_DatePicker .dp_body .dp_disabled {
    color: #000;
    cursor: text;
}
/******form section******/
/******footer section*******/
.weight-footer-con {
    padding-top: 50px;
    padding-bottom: 0px;
    background: #000000;
}



.footer-navbar ul li a {
    text-decoration: none;
    color: #ffffff;
     font-family: 'Exo 2', sans-serif;
    position: relative;
}

.footer-navbar ul li a:hover {
    color: var(--accent);
}
.footer-navbar ul {
    margin-bottom: 36px;
    margin-top: 5px;
}
.weight-footer-content figure {
    margin-bottom: 30px;
}

.footer-social-icon ul li a {
    text-decoration: none;
}

.footer-social-icon ul li a i {
    background: var(--blue-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    color: var(--white-color);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.footer-social-icon ul li a i:hover {
    color: var(--white-color);
    background-color: #255afc;
    transform: translateY(-8px);
}

.footer-social-icon ul li:nth-child(2) a i {
    background: #f45089;
    margin-left: 11px;
    margin-right: 11px;
}

.footer-social-icon ul li:nth-child(2) a i:hover {
    background: #f45089;
    color: var(--white-color);
    transform: translateY(-8px);
}

.footer-social-icon ul li:last-child a i {
    background: #1d74b1;
}

.footer-social-icon ul li:last-child a i:hover {
    color: var(--white-color);
    background: #1d74b1;
    transform: translateY(-8px);
}

.footer-navbar ul {
    margin-bottom: 10px;
}

.footer-social-icon {
    margin-bottom: 70px;
}

.copy-right-content {
    border-top: 1px solid #38354d;
}
.community-img img{
    width: 100%;
}
.copy-right-content p {
    font-size: 14px;
    color: #b7b7b7;
    padding-top: 6px;
  font-family: 'Exo 2', sans-serif;
}
.footer-navbar ul li {
    margin: 3px 8px;
}
.weight-footer-con::before {
    content: "";
    width: 286px;
    height: 288px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/footer-left-dotted-img.png) no-repeat top left;
}

.weight-footer-con:after {
    content: "";
    width: 286px;
    height: 288px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../image/footer-dotted-right-img.png) no-repeat top right;
}

/******footer section*******/
/**** tastimonials section****/
.tastimonials-con {
    overflow: hidden;
}

.testimonials-content h6 {
    font-weight: 600;
    margin-bottom: 14px;
}

.testimonials-content figure {
    position: absolute;
    margin-top: 9px;
}

.testimonials-inner-content {
    margin-left: 52px;
}

.testimonials-content h2 {
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 12px;
}

.testimonials-content p {
    font-size: 20px;
    line-height: 33px;
    color: var(--text-color);
    font-family: 'Exo 2', sans-serif;
}

.carousel-control-prev {
    left: 47px;
}

.testimonials-inner-content span:last-child {
    font-size: 16px;
    line-height: 16px;
    color: var(--text-color);
 font-family: 'Exo 2', sans-serif;
}

.auther-name {
    color: var(--accent) !important;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 6px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    top: inherit;
    bottom: -86px;
    width: auto;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}

.carousel-control-prev:hover {

    left: 37px;
}

.carousel-control-next:hover {
    padding-left: 10px;
}

.carousel-control-next,
.carousel-control-prev {
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: ease-out;
}

.carousel-control-prev i,
.carousel-control-next i {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--accent);
    font-size: 24px;
    font-weight: 300;
}

.carousel-control-prev i:hover,
.carousel-control-next i:hover {
    background: var(--light-purple-color);
}

.carousel-control-next {
    left: 114px;
    right: initial;
}

.tastimonials-con::after {
    content: "";
    width: 52px;
    height: 59px;
    position: absolute;
    top: 115px;
    left: 72px;
    background: url(../image/half-circle-left-icon.png) no-repeat top left;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}

.tastimonials-con::before {
    content: "";
    width: 127px;
    height: 404px;
    position: absolute;
    top: 132px;
    left: 0;
    background: url(../image/circle-bg-left-img.png) no-repeat top left;
    animation: right-mover 1s infinite alternate;
    -webkit-animation: right-mover 1s infinite alternate;
}

/**** tastimonials section****/
/***********/
#button {
    display: inline-block;
    background-color: #05c3dd;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 57px;
    right: 113px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 #05c3dd70
    }

    to {
        box-shadow: 0 0 0 10px #05c3dd70
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 #05c3dd70
    }

    to {
        box-shadow: 0 0 0 10px #05c3dd70
    }
}

#button::after {
    content: "\f106";
    font-weight: 300;
    font-size: 17px;
    font-family: 'FontAwesome';
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.modal-dialog {
    max-width: 48%;
}

.modal-header button {
    background: var(--accent);
    opacity: 1;
    position: absolute;
    right: 7px;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 50%;

    justify-content: center;
}

.modal-header {
    border-bottom: none;
}

.modal-header button i {
    color: var(--white-color);
    font-weight: 300;
    font-size: 18px;
}

.close:focus,
.close:hover {
    opacity: 1;
}

.modal-header button:focus {
    outline: none;
}

.service-model-content h4 {
    color: var(--white-color);
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 20px;
}

.service-model-content p {
    font-size: 18px;
    line-height: 28px;
    color: var(--text-color);
   font-family: 'Exo 2', sans-serif;
}

/***********/
.fixed-header {
    background: #000000;
    z-index: 3;
    transition: top 5s linear;
    padding: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: slide-down 0.7s;
    box-shadow: 0 0 12px 0 #14213d;
}

.modal-body img {
    width: 100%;
}

.service-model-content {
    padding-bottom: 40px;
}

.blog-model-con .blog-box-item:hover .blog-img img {
    transform: scale(1);
}

.modal-body .blog-box-item {
    border-radius: 0;
}

.modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

.See-btn {
    position: relative;
}

.footer-navbar ul li a::after .See-btn:after {
    bottom: -2px;
}

.banner-con a:hover {
    color: #fff;
}

.footer-navbar ul li a:hover::after,
.See-btn:hover:after {
    width: 100%;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@-webkit-keyframes left-mover {
    0% {
        transform: translatex(0);
    }

    100% {
        transform: translatex(10px);
    }
}

@-webkit-keyframes right-mover {
    0% {
        transform: translatex(0);
    }

    100% {
        transform: translatex(-10px);
    }
}

.tastimonials-left-con img,
.skill-left-con .skill-left-item-con {
    transform: scale(1);
    transition: transform ease-in-out 0.5s;
}

.tastimonials-left-con img:hover,
.skill-left-con .skill-left-item-con:hover {
    transform: scale(1.1);
}

.skill-left-con .skill-left-item-con:hover {
    box-shadow: 0 0 85px 0 #000000;
}

/************/
.cursor {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid var(--primary-color);
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    visibility: hidden;
    z-index: 9;
}

.cursor2 {
    width: 20px;
    height: 20px;
    visibility: hidden;
    border-radius: 100%;
    background-color: var(--accent);
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 9;
}

.hover {
    background-color: var(--primary-color);
    opacity: 0.8;
}

.cursorinnerhover {
    width: 50px;
    height: 50px;
    opacity: .5;
}

/******/
.static-txt {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
}

.dynamic-txts {
    height: 88px;
    overflow: hidden;
    margin: 0;
    display: inline-block;
}

.dynamic-txts li {
    list-style: none;
    animation: slide 12s steps(4) infinite;
}

@keyframes slide {
    100% {
        top: -360px;
    }
}

.dynamic-txts li h1 {
    position: relative;
}

.dynamic-txts li h1::after {
    content: "";
    position: absolute;
    left: 0;
    height: 89%;
    width: 100%;
    background: #000000;
    border-left: 2px solid var(--accent);
    animation: typing 3s steps(10) infinite;
}

@keyframes typing {

    40%,
    60% {
        left: calc(100% + 30px);
    }

    100% {
        left: 0;
    }
}

.blog-content .footer-social-icon ul li a i {
    /* background: var(--primary-color); */
    color: var(--white-color);
    width: 40px;
    height: 40px;
    font-size: 16px;
}

.blog-model-con .contact-form {
    padding: 0 3px;
}

.blog-model-con .contact-form input,
.blog-model-con .contact-form textarea {
    box-shadow: 1px 6px 16px 0 #000000;
}

.blog-content h4:hover,
#myBtnContainer button:hover {
    color: var(--accent);
}

.model-list li {
    font-size: 18px;
    color: var(--text-color);
    margin-left: 28px;
    margin-bottom: 10px;
    position: relative;
}

.model-list li i {
    font-size: 18px;
    color: var(--accent);
    position: absolute;
    left: -28px;
    top: 2px;
}

.service-model-content {
    height: 800px;
    overflow-y: scroll;
}

.blog-model-form input {
    margin-bottom: 12px;
}

.blog-model-form textarea {
    height: 130px;
    margin-bottom: 20px;
}

.blog-model-form button {
    padding: 16px 52px;
}

.blog-model-con .modal-body {
    height: 900px;
    overflow-y: auto;
}

.blog-model-con h4:hover {
    color: var(--accent);
}

.comment-title {
    border-top: 1px solid var(--light-grey-color);
    margin-bottom: 30px !important;
    padding-top: 62px;
}

.blog-content .footer-social-icon ul li a .fab.fa-behance:hover {
    background-color: #255afc;
}

.banner-right-con img[alt="banner-right-img"] {
    animation: right-mover 1s ease-in-out infinite alternate;
        width: 80vh;
}
.banner-left-con {
    margin-left: -20px;
}
.blog-model-con p {
    margin-bottom: 60px !important;
}


.modal-content {
    background-color: var(--primary-color);
}

.testimonial {
    padding: 120px 0;
    background: #000000;
}

.testimonial .comments .comment {
    background: #1a1a1a;
    padding: 40px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    outline: none;
    position: relative;
}

.testimonial .comments .comment:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 30px solid transparent;
    border-top-color: #1a1a1a;
}
.testimonial-img img{
    width: 100%;
}
.testimonial .comments .comment .part-txt {
    text-align: center;
}

.testimonial .comments .comment .part-txt h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 5px;
}

.testimonial .comments .comment .part-txt span {
    display: inline-block;
    font-style: italic;
    font-size: 16px;
    text-transform: uppercase;
    color: #EFF3FC;
    margin-bottom: 10px;
}

.testimonial .comments .comment .part-txt .star {
    margin-bottom: 15px;
    font-size: 14px;
    color: #ffd700;
}

.testimonial .comments .comment .part-txt p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}

.testimonial .clients {
    position: relative;
}

.testimonial .clients .slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    outline: none;
    border: none;
    border-radius: 50%;
    background: #05c3dd;
   
    color: #fff;
    z-index: 2;
}

.testimonial .clients .slick-prev:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: #05c3dd;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}

.testimonial .clients .slick-prev:hover:after {
    opacity: 1;
}

.testimonial .clients .single-client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px;
    outline: none;
}

.testimonial .clients .single-client img {
    width: 70px;
    border-radius: 50%;
}

.testimonial .clients .single-client.slick-center img {
    width: 85px;
    height: 85px;
    border: 5px solid #4486ff;
}

.testimonial .clients .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    outline: none;
    border: none;
    border-radius: 50%;
       background: #05c3dd;
    color: #fff;
    z-index: 2;
}

.testimonial .clients .slick-next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
       background: #05c3dd;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}

.testimonial .clients .slick-next:hover:after {
    opacity: 1;
}

.testimonial.testimonial-2 {
    position: relative;
    z-index: 2;
}

.testimonial.testimonial-2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/testimonial-2-bg.png) center center no-repeat;
    background-size: cover;
    opacity: 0.03;
    z-index: -1;
}

.testimonial.testimonial-3 {
  
    position: relative;
    z-index: 2;
}

.testimonial.testimonial-3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/testimonial-2-bg.png) center center no-repeat;
    background-size: cover;
    opacity: 0.05;
    z-index: -1;
}

.testimonial.testimonial-3 .comments .comment {
background: #181818;
}

.testimonial.testimonial-3 .comments .comment:after {
    border-top-color: #181818;
}
 .testimonial .clients .single-client img {
        width: 70px;
        border-radius: 50%; }
      .testimonial .clients .single-client.slick-center img {
        width: 85px;
        height: 85px;
        border: 5px solid #181818; }
.testimonial.testimonial-3 .clients .single-client.slick-center img {
    border-color:#05c3dd;
}

.testimonial .comment-box {
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 30px;
}

.testimonial .comment-box .single-comment {
    background: #EFF3FC;
    padding: 10px;
}

.testimonial .comment-box .single-comment .part-txt {
    margin-bottom: 20px;
}

.testimonial .comment-box .single-comment .part-txt p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.testimonial .comment-box .single-comment .client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial .comment-box .single-comment .client .part-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}

.testimonial .comment-box .single-comment .client .part-img img {
    width: 100%;
}

.testimonial .comment-box .single-comment .client .txt h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #4C42C5;
    margin-bottom: 5px;
}

.testimonial .comment-box .single-comment .client .txt p {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0;
}
figure.footer-logo img {
    width: 155px;
    margin-bottom: 20px;
}
.footer-box h4 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.footer-box p{
    color: #fff;
        color: #fff;
    padding: 10px 0px 0px;
}
.footer-box ul li a {
    color: #fff!important;
    font-size: 15px;
}
.footer-box ul li a i{
    color: aliceblue;
}
.footer-box ul li a i , .footer-box ul li  i{
    color: #05c3dd;
    font-size: 14px;
    margin-right: 7px;
}
.footer-box ul li p {
    font-size: 17px;
    margin-left: 6px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.footer-box{
    text-align: left;
}
.footer-box ul li {
    list-style: none;
    padding: 5px 0px;
    display: flex;
    align-items: baseline;
}
.footer-box.social ul li a{
    padding: 10px;
}
.footer-box.social ul li a i {
    color: #fff;
    font-size: 22px;
}
.form-control:focus {
    color: #8f8f8f;
    background-color: #000;
    border-color: #05c3dd;
    outline: 0;
    box-shadow: none;
}
.footer-box.social ul li a.facebook {
    background: #375ce1;
    margin: 0px 10px 0px 0px;
    border-radius: 50%;
    padding: 5px 5px 5px 11px;
}
.footer-box.social ul li a.skype {
    background: #00aff0;
    margin: 0px 10px 0px 35px;
    border-radius: 50%;
    padding: 10px 5px 8px 14px;
}


.footer-box.social ul li a.linkedin {
    background: #00aff0;
    /*margin: 0px 10px 0px 35px;*/
    border-radius: 50%;
    padding: 10px 5px 8px 14px;
}


.footer-box.social ul li a.twitter {
    background: #00acee;
margin: 0px 10px 0px 0px;
        border-radius: 50%;
    padding: 8px 6px 8px 12px;
}
.social li{
    margin: 10px 0px;
}
.footer-navbar ul li{
    margin: 0px 20px;
}
.footer-navbar ul li i{
    margin-right: 7px;
        color: #05c3dd;
}

.about-bg {
    padding: 245px 0px 0px;
    background: url(../image/about-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.privacy-bg {
    padding: 245px 0px 0px;
    background: url(../image/privacy-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.proposal-bg{
       padding: 245px 0px 0px;
    background: url(../image/proposal-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service-padding{
    padding: 70px 0px;
}
.indus-bg {
    padding: 245px 0px 0px;
    background: url(../image/indus-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service-bg {
  padding: 245px 0px 0px;
    background: url(../image/service-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service-box-item.service-hover i {
    font-size: 51px;
    color: #05c3dd;
    text-align: center;
}
.service-box-item.service-hover {
    border: 1px solid #000;
    padding: 10px 10px 20px;
}

.service-box-item.service-hover:hover{
    border-color: #05c3dd!important;
}

.contact-bg{
      padding: 245px 0px 0px;
    background: url(../image/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.form-main-inner-con {
    padding: 41px 0px;
    box-shadow: 0px 0px 35px 0px #05c3dd;
    margin: 0px 115px;
}
.Zebra_DatePicker {
    background: #000;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 0 10px #ccc;
    color: #222;
    font: 13px Tahoma,Arial,Helvetica,sans-serif;
    padding: 5px;
    position: absolute;
    display: table;
    *width: 255px;
    z-index: 1200;
}
.Zebra_DatePicker .dp_body td, .Zebra_DatePicker .dp_body th {
    border: 1px solid #000000;
    background: #000;
    color: #fff;
}
.Zebra_DatePicker .dp_body .dp_weekend {
    background: #caf9ff;
    color: #000;
}
.Zebra_DatePicker .dp_body .dp_disabled {
    color: #000;
    cursor: text;
}
.form-main-inner-con .contact-box {
    padding: 23px 25px 0px;
    border-radius: 15px;
    margin-bottom: 40px;
    border: 1px solid #05c3dd;
}
.form-main-inner-con .contact-box h4{
    color: #fff;
}
.banner-text h2 {
    color: #05c3dd;
    font-size: 33px;
   font-weight: 600;
}
.service-box-item.service-hover figure {
    width: 79px;
   text-align: center;
    height: 80px;

    display: block;
    background: #000000;
    margin: auto;
    position: inherit;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.service-box-item.service-hover  .service-box-item-content{
    text-align: center;
    margin-left: 0px;
margin-bottom: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link i {
    font-size: 18px;
    margin: 0px 14px;
}
.form-main-inner-con .contact-box h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.contact-box p a {
    font-size: 18px;
    color: #fff;
}
.contact-box p i {
    color: #05c3dd;
    font-size: 15px;
    margin-right: 5px;
}
.letstalk-form{
    margin-top: 20px;
}
.contact-form label {
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
}
.letstalk-form form .radio-1 [type="radio"]:checked + label:before, .letstalk-form form .radio-1 [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -29px;
    top: 29px;
    width: 20px;
    height: 20px;
    border: 2px solid #05c3dd;
    border-radius: 100%;
    background: #fff;
}
.letstalk-form form .radio-1 [type="radio"]:checked, .letstalk-form form .radio-1 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.letstalk-form form .radio-1 [type="radio"]:checked + label, .letstalk-form form .radio-1 [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    font-weight: 500;
    line-height: 58px;
    display: inline-block;
    color: #fff;
}
.letstalk-form form .radio-1 [type="radio"]:checked + label:after, .letstalk-form form .radio-1 [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #05c3dd;
    position: absolute;
    top: 33px;
    left: -25px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.letstalk-form form .radio-1 [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.letstalk-form form .radio-2 [type="radio"]:checked, .letstalk-form form .radio-2 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.letstalk-form form .radio-2 [type="radio"]:checked + label, .letstalk-form form .radio-2 [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 0px;
    cursor: pointer;
    font-weight: 500;
    line-height: 58px;
    display: inline-block;
    color: #fff;
}
.letstalk-form form .radio-2 [type="radio"]:checked + label:before, .letstalk-form form .radio-2 [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -29px;
    top: 31px;
    width: 20px;
    height: 20px;
    border: 2px solid #05c3dd;
    border-radius: 100%;
    background: #fff;
}
.letstalk-form form .radio-2 [type="radio"]:checked + label:after, .letstalk-form form .radio-2 [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #05c3dd;
    position: absolute;
    top: 35px;
    left: -25px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.letstalk-form form .radio-1 [type="radio"]:checked + label, .letstalk-form form .radio-1 [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-weight: 500;
    line-height: 58px;
    display: inline-block;
    color: #fff;
}
.letstalk-form form .radio-2 [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.banner-text  .breadcrumb{
    background: none;
    padding: 0px;
}
.banner-text  .breadcrumb .breadcrumb-item{
    color: #fff;
    font-size: 20px;
}
.banner-text  .breadcrumb .breadcrumb-item a{
    color:#05c3dd;
}
.banner-text  .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #fff;
    content: "/";
}
.about-sec {
    padding: 0px 0px 10px;
    position: relative;
}
.about-sec .about-content {
    padding: 40px;
    border-radius: 10px;
    position: relative;
    color: #fff;
    transition: 0.5s;
    text-align: justify;
    margin: 28px;
    box-shadow: 0px 0px 72px 0px #05c3dd;
}

.about-sec .about-content p{
    font-size: 18px;
}
.service-sec {
    padding: 30px 0px;
}
.service-content{
    margin: 40px 0px;
}
.service-content h4 {
    color: #fff;
    font-size: 25px;
    padding: 20px 0px;
    font-weight: 600;
}
.service-content p{
    color: #fff;
    font-size: 18px;
    text-align: justify;
}
.service-img img{
    width: 100%;
}
.form-main-inner-con h4{
    padding-top: 15px; 
    color: #fff;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance:none;
  appearance:none;
}
select + i.fa {
    float: right;
    margin-top: -60px;
    margin-right: 20px;
    font-size: 11px;
    pointer-events: none;
    color: #a09cbb;
    padding-right: 5px;
}
span.input-group-addon {
    color: #919191;
    margin-top: -66px;
    margin-left: 381px;
}
.calendar-btn {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    float: left;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/9487/icon-calendar-72x72.png);
    background-repeat: no-repeat;
    background-size: 36px 36px;
  }
#datepicker > span:hover{cursor: pointer;}
.join-box {
    padding: 35px;
    border: 2px solid #05c3dd;
    box-shadow: 0px 0px 26px 0px #05c3dd;
    border-radius: 20px;
}
.join-box .generic-title {
    margin-bottom: 0px;
}
.join-box .generic-title  p{
    color: #fff;
    font-size: 18px;
       margin-bottom: 0px;
    padding: 15px 0px 0px;
}
.join-box .generic-title h4{
    color: #05c3dd;
}
.join-box .btn-join{
    background: var(--accent);
    color: var(--white-color);
    padding: 10px 43px 11px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    border-radius: 35px;
    line-height: 18px;
    text-decoration: none;
    box-shadow: 0 0 85px 0 #14213d;
    border: 1px solid transparent;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.form-group p {
    color: #fff;
    padding: 10px 0px 0px 30px;
}
.contact-form label {
    color: #fff;
    padding: 10px 0px 10px 20px;
    font-size: 18px;
}
.join-community .form-check-input {
    position: absolute;
    margin-top: 1rem;
    padding: 10px;
    width: 10px;
    margin-left: 28.75rem;
}
.form-check-input {
    position: absolute;
    margin-top: 1.3rem;
    margin-left: 12.75rem;
}
.form-check {
    position: relative;
    display: block;
    background: #1e1e1e;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #000000;
}
.contact-form input:focus, .contact-form textarea:focus {
    outline: 0px solid #6f34fe;
    box-shadow: 0 0 0px 0 #000000;
}

.btn-slide { 
    position: relative;
    display: inline-block; 
    height: 50px;
    width: 240px;
    line-height: 50px;
    margin: 25px 0;
    padding: 0px;
    border-radius: 25px;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,0.7);
   background: linear-gradient(135deg, #05c3dd 0%,#46e9ff 100%);
}
        
.btn-slide:active { 
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0,0.7);
    -webkit-transform: scale(0.98);
    transform: scale(0.96); }
    
.btn-slide:hover { 
   background: linear-gradient(135deg, #05c3dd 0%,#46e9ff 100%); }
        
.btn-slide span.circle {
    display: block;
    background-color: #fff;
    color: #05c3dd;
    position: absolute;
    margin: 5px;
    height: 40px;
    line-height: 42px;
    width: 40px;
    top: 0px;
    left: 0;
    border-radius: 50%;
    transition: all 1.5s ease;
}
      
.btn-slide:hover span.circle { 
    left: 100%;
    margin-left: -45px;
    background-color: #fff;
    color: #79f1fc; }
        
.btn-slide span.title {
    position: absolute;
    left: 45%;
    top: 12px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    transition: all 1.5s linear;
}
        
.btn-slide span.title-hover { opacity: 0;}
.btn-slide:hover span.title { opacity: 0; }
.btn-slide:hover span.title-hover { opacity: 1; left: 60px; }   
    
.contact-form label {
    color: #fff;
    padding: 10px 0px 10px 20px;
    font-size: 18px;
}
.form-group .fa-chevron-down {
    position: absolute;
    top: 24px;
    right: 37px;
    font-size: 10px;
    color: #ccc;
}
.about-sec .about-content {
    padding: 40px;
    border-radius: 10px;
    position: relative;
    color: #fff;
    transition: 0.5s;
    text-align: justify;
    margin: 28px;
    box-shadow: 0px 0px 72px 0px #05c3dd;
}

.skill-con2:after {
    content: "";
    width: 127px;
    height: 404px;
    position: absolute;
    top: 207px;
    left: -16px;
    background: url(assets/images/circle-bg-left-img.png) no-repeat top right;
    animation: left-mover 1s infinite alternate;
    -webkit-animation: left-mover 1s infinite alternate;
}
    .about-sec .about-content:hover{
        transform: translateY(-10px);
    }

.form-main-inner-con .contact-box h4 i {
    color: #05c3dd;
    margin-right: 10px;
    font-size: 18px;
}
 .accordian-sec.card-header {
    padding: 0.75rem 0px;
    margin-bottom: 0;
    background-color: rgb(8 8 8);
    border-bottom: 1px solid rgb(5 195 221);
    margin-bottom: 20px;
}
.banner-text h2 {
    color: #05c3dd;
    font-size: 33px;
    font-weight: 600;
    padding-left: 20px;
}
   .accordian-sec  .btn {
    cursor: pointer;
    color: #05c3dd;
    font-size: 24px;
    font-weight: 700;
}
  .accordian-sec    .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}
  .accordian-sec   .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}
.accordian-sec    .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #080809;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.service-main, .industry-main {
    box-shadow: 0px 0px 20px 0px #05c3dd;
    padding: 40px;
    margin-top: 30px;
}
 .accordian-sec   .btn-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}
 .accordian-sec  .card-header {
    padding: 0.75rem 0rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgb(5 195 221);
}

    .accordian-sec .card-body p {
    font-size: 17px;
    color: #fff;
}
.generic-title h2 {
    font-weight: 700;
    color: #fff;
    font-size: 42px;
}
    .service-text p,  .indus-text p{
            margin-top: 20px;
            font-size: 17px;   
        color: #fff;
}

.about-content{
    position: relative;
}
.about-content:after {
    content: "";
    width: 127px;
    height: 404px;
    position: absolute;
    top: 207px;
    left: -121px;
    background: url(assets/images/circle-bg-left-img.png) no-repeat top right;
    animation: left-mover 1s infinite alternate;
    -webkit-animation: left-mover 1s infinite alternate;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@media(max-width:991px){
    .about-sec .about-content {
    padding: 10px 20px;
    border-radius: 10px;
    background: #12121278;
    color: #fff;
    transition: 0.5s;
    text-align: initial;
    line-height: initial;
    margin: 15px 0px;
    box-shadow: 0px 0px 30px 0px #05c3dd;
}
 .join-community .form-main-inner-con {
    padding: 41px 0px;
    box-shadow: 0px 0px 35px 0px #f5f5f5;
    margin: 0px 1px;
}
    .join-community .contact-form label {
    color: #fff;
    padding: 10px 0px 10px 20px;
    font-size: 12px;
    text-align: left;
}
    .join-box {
    padding: 21px;
    border: 2px solid #05c3dd;
    box-shadow: 0px 0px 26px 0px #464646;
    border-radius: 20px;
}
.join-community .form-check-input {
    position: absolute;
    margin-top: 1rem;
    padding: 8px;
    width: 7px;
    margin-left: 17.45rem;
}
    .form-check {
    position: relative;
    display: block;
    background: #1e1e1e;
    text-align: left;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #000000;
}
    .accordian-sec .btn {
    cursor: pointer;
    color: #05c3dd;
        display: block;
    font-size: 18px;
    font-weight: 700;
}
     .accordian-sec .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.25rem;
}
    .about-sec .about-content p {
    font-size: 14px;
    }
    
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(68, 134, 255, 0.5);
    box-shadow: 0px 0px 0px 0px rgba(68, 134, 255, 0.5); }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(68, 134, 255, 0.5);
    box-shadow: 0px 0px 0px 10px rgba(68, 134, 255, 0.5); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px transparent;
    box-shadow: 0px 0px 0px 15px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(68, 134, 255, 0.5);
    box-shadow: 0px 0px 0px 0px rgba(68, 134, 255, 0.5); }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(68, 134, 255, 0.5);
    box-shadow: 0px 0px 0px 10px rgba(68, 134, 255, 0.5); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px transparent;
    box-shadow: 0px 0px 0px 15px transparent; } }

@-webkit-keyframes bounce-up {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce-up {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rubber {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubber {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.dot-bg-shape {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(assets/images/dot.svg);
    background-size: 125px;
    background-repeat: no-repeat;
}