 /*nav bar brand */
 
 .navbar-brand p {
     padding: 9px;
     width: 110px;
     height: 50px;
     text-align: center;
     line-height: 33px;
     font-size: 20px;
     color: #fff;
 }

 .navbar-brand {
     z-index: 1
 }
 /*menu btn*/
 .hid{
    opacity: 0;
    visibility:hidden;

 }
 .menu-btn a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 29px;
    color: #e4e4e4;
    transition: .4s;
    font-size: 20px
}

.menu-btn a:hover {
    color: #fff;
}
 /*manu*/

 .nav>li>a:focus {
     background-color: transparent;
 }

 .menu li {
     border-radius: 4px;
     margin-right: 5px;
 }

 .header-area {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 9;
     width: 100%;
 }

 .menu li a {
     color: #e4e4e4;
     text-transform: uppercase;
     padding: 12px;
     border-radius: 4px;

     transition: 0.4s;
 }

 .header-area {
     overflow: hidden;
     z-index: 999;
 }

 .navbar-area {
     background: rgba(51, 51, 51, 0.5);
     height: 80px;
     background: #1413b7;
 }


 .menu {
    margin-right: 30px;
     margin-top: 20px;
     position: relative;
      transition: 4s;
 }

 .menu li a:hover {
     color: #fff;
     background: transparent;
 }

 .m-before {
     position: relative;
     z-index: 1;
 }

 .m-before:before {
     position: absolute;
     content: "";
     width: 100%;
     height: 80px;
     background: #1413b7;
     z-index: -1;
     right: -300px;
     top: 0;
 }
 /*main menu end */
 /*header content area start*/

 .header-content-area {
     height: 800px;
     background-image: url(assest/img/bg.jpg);
     position: relative;
     z-index: 1;
 }

 .header-content-area:before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background: rgba(11, 22, 40, 0.86);
     z-index: -1;
 }

 .header-content h2 {
     text-align: left;
     color: #fff;
     font-size: 72px;
     padding-bottom: 19px;
     line-height: 88px;
 }

 .header-content {
     padding-left: 70px;
 }

 .header-content p {
     line-height: 25px;
     color: #e7e7e7;
 }
 /*}header content area end*/
 /*header social icon area start*/

 .header-social-icon a {
     width: 50px;
     color: #e7e7e7;
     text-align: center;
     transition: 0.4s;
     padding: 25px;
     display: inline-block;
     margin-top: 20px;
     margin-right: 5px;
 }


 .header-social-icon {
     position: relative;
     z-index: 1;
     height: 100px;
 }

 .header-social-icon:before {
     position: absolute;
     content: "";
     width: 172%;
     height: 100%;
     top: 0;
     left: -400px;
     background: #1413b7;
     z-index: -1;
 }

 .header-social-icon a:hover {
     color: #fff;
 }

 .header-social-icon-right {
     text-align: left;
     font-size: 32px;
     padding-left: 147px;
     color: #fff;
     position: relative;
     z-index: 1;
     padding-top: 30px;
     font-weight: 200;
     opacity: 0;
     visibility: hidden;
     display: none;
 }

 .header-social-section {
     margin-top: -100px;
     top: 500px;
 }
 /*header bottom social icon section end*/
 /*about us section start*/

 .about-us-section {
     background: #0b1628;
 }

 .section-tittle-area h2 {
     color: #fff;
     font-size: 60px;
     position: relative;
     margin-bottom: 40px;
     text-transform: capitalize;
 }

 .section-tittle-area h2:before {
     position: absolute;
     content: "";
     width: 189px;
     height: 1.25px;
     background: #fff;
     right: 50px;
     top: 59%;
 }

 .section-tittle-area p {
     line-height: 30px;
     color: #e7e7e7;
     font-size: 16px;
 }

 .section-tittle-area a:hover {
     color: #fff;
 }

 .section-tittle-area a {
     color: #e7e7e7;
     margin-top: 30px;
     display: inline-block;
     text-transform: capitalize;
     transition: 0.4s;
     /* padding-bottom: 80px; */
 }

 .section-tittle-area a span {
     margin-left: 10px;
 }


 .about-us-image {
     position: relative;
     z-index: 1;
 }

 .about-us-image:before {
     content: "";
     position: absolute;
     width: 480px;
     height: 430px;
     background: #cad7ee;
     z-index: -1;
     top: -198px;
     right: -195.6px;
 }

 .about-image-b {
     position: relative;
     z-index: 1;
 }
 /*about us section end*/
 /*work section start*/

 .work-section {
     background: #0b1628;
     padding-top: 0;
 }

 .work-section .section-tittle-area {
     text-align: right;
 }

 .work-section .section-tittle-area h2:before {
     right: 280px;
 }

 .section-tittle-area.work-content {
     text-align: center;
 }

 .section-tittle-area.work-content h2:before {
     display: none;
 }

 .section-tittle-area.work-content h2 {
     font-size: 24px;
     color: #f3f3f3;
     display: inline-block;
 }

 .section-tittle-area.work-content h2:after {
     position: absolute;
     content: "\f06c";
     font-family: fontawesome;
     top: -55px;
     left: 50%;
 }

 .work-section .section-tittle-area {
     padding-bottom: 100px;
 }

 .about-us-image.work-img-one:before {
     right: -95px;
     top: -128px;
     width: 575px;
     height: 490px;
 }

 .about-us-image.work-img-one {
     margin-top: 75px;
     z-index: 1;
     position: relative;
 }

 .about-us-image.work-img-one.work-img-two {
     text-align: right;
     margin-top: -38px;
     position: relative;
     z-index: 0;
 }

 .about-us-image.work-img-one.work-img-two:before {
     left: 11px;
     top: -60px;
     width: 98%;
     height: 122%;
 }

 .section-tittle-area.work-content {
     padding-bottom: 0;
 }


 .section-tittle-area.work-content.work-content-two {
     padding-top: 150px;
 }

 .section-tittle-area.work-content.work-content-two h2:after {
     content: "\f1bb";
 }

 .sub {
     width: 175px;
     background: #5329a9;
     line-height: 58px;
     height: 60px;
     text-align: center;
     color: #fff;
     position: absolute;
     transform: rotate(270deg);
     bottom: 58px;
     left: 38px;
     text-transform: capitalize;
 }

 .sub.sub-one {
     position: absolute;
     transform: rotate(0deg);
     display: inline-block;
     right: 0;
     top: -60px;
     left: inherit;
 }
 /*work section end*/
 /*quality section start*/

 .quality-section {
     background: linear-gradient(to right, #6631ff, #f0acff);
     padding-top: 130px;
 }

 .quality-section .section-tittle-area h2:before {
     right: 0px;
 }

 .quality-img-single-one {
     position: relative;
     z-index: 1;
 }

 .quality-img-single-one:before {
     content: "";
     position: absolute;
     width: 430px;
     height: 285px;
     background: #0b1628;
     z-index: -1;
     bottom: -125px;
     left: -200.6px;
 }

 .quality-img-single-two {
     z-index: 1;
     position: relative;
     width: 100%;
     margin-top: 21px;
 }

 .col-sm-offset-3.col-sm-4.mar {
     margin-left: 27.5%;
 }
 /*quality section end*/
 /*service-sectin start*/

 .service-section {
     background: linear-gradient(to right, #6631ff, #f0acff);
     position: relative;
 }

 .section-tittle-area.work-content.single-service h2 {
     font-size: 20px;
     color: aliceblue;
     margin-bottom: 30px;
 }

 .section-tittle-area.work-content.single-service {
     margin-bottom: 140px;
     transition: 0.4s;
 }

 .section-tittle-area.ser-head-tit {
     transform: rotate(90deg);
     position: absolute;
     width: 42%;
     right: 90px;
     top: 275px;
     
 }

 .section-tittle-area.work-content.single-service.sing-four {
     margin-bottom: 0;
 }

 .section-tittle-area.work-content.single-service.sing-three {
     margin-bottom: 0;
 }
 .section-tittle-area.work-content.single-service.sing-one h2::after {
    content: "\f07a";
    font-size: 25px;
}
.choose-us-section .section-tittle-area.work-content.single-service.sing-one h2::after {
    content: "\f21e";
    
}
.section-tittle-area.work-content.single-service.sing-two h2:after{
    content: "\f19a";
    font-size:25px;
}
.section-tittle-area.work-content.single-service.sing-three h2:after {
    content: "\f188 ";
    font-size: 25px;
}
.choose-us-section .section-tittle-area.work-content.single-service.sing-three h2:after {
    content: "\f1cb";
    font-size: 25px;
}

.section-tittle-area.work-content.single-service.sing-four h2:after {
    content: "\f121 ";
    font-size: 25px;
}
 /*service-sectin end*/
 /*history section start*/

 .history-section {
     background: linear-gradient(to right, #6631ff, #f0acff);
 }

 .history-section .about-us-image:before {
     width: 475px;
     height: 430px;
     background: #0b1628;
 }

 .choose-us-section {
     background: transparent;
     position: relative;
     padding-bottom: 60px;
 }

 .single-service-area-section {
     position: relative;
     
 }

 .choose-us-section:before {
     position: absolute;
     content: "";
     width: 65%;
     height: 100%;
     top: 0;
     left: 0;
     background: #0b1628;
 }

 choose-us-section .section-tittle-area.ser-head-tit h2 {
     color: #333;
 }

 .choose-us-section .section-tittle-area.ser-head-tit h2 {
     color: #0b1628;
 }

 .choose-us-section .section-tittle-area.ser-head-tit h2:before {
     background: #0b1628;
 }

 .choose-us-section .section-tittle-area.ser-head-tit {
     width: 58%;
     right: -81px;
     top: 380px;
 }

 .choose-margin {
     margin-top: 100px;
 }
 /*blog section start*/

 .bolog-section .section-tittle-area h2 {
     color: #0B1627;
 }

 .bolog-section .section-tittle-area h2:before {
     background: #0b1628;
     right: 0px;
 }

 .bolog-section .section-tittle-area p {
     color: #0B1627;
 }

 .bolog-section .section-tittle-area .sec-tittle-btn {
     color: rgba(11, 22, 39, 0.71);
 }

 .bolog-section .section-tittle-area .sec-tittle-btn:hover {
     color: #0B1627;
 }

 .blog-video-img {
     position: relative;
     z-index: 1;
 }

 .blog-video-img:before {
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background: rgba(11, 22, 40, 0.7);
 }

 .blog-video-icon {
     position: absolute;
     top: 50%;
     left: 50%;
     z-index: 1;
 }

 .blog-video-icon a {
     width: 54px;
     height: 54px;
     border-radius: 50%;
     text-align: center;
     line-height: 54px;
     margin-left: -25px;
     margin-top: -25px;
     display: inline-block;
     font-size: 21px;
     color: #fff;
     border: 1px solid #fff;
 }

 .vide-img-content {
     overflow: hidden;
 }

 .vide-img-content p:first-child {
     float: left;
     position: relative;
     left: 25px;
 }

 .vide-img-content p:last-child {
     float: right;
     position: relative;
     right: 25px;
 }

 .vide-img-content {
     position: absolute;
     width: 100%;
     bottom: 13px;
     z-index: 1;
 }

 .vide-img-content p {
     color: rgba(231, 231, 231, 0.66);
     font-size: 14px;
     font-weight: lighter;
 }

 .blog-video-area {
     position: relative;
     margin-top: 10px;
 }

 .vide-img-content p:last-child span {
     margin-right: 5px;
     display: inline-block;
     margin-left: 5px;
 }

 .vide-img-content {
     overflow: hidden;
 }

 .vide-img-content p:first-child {
     float: left;
     position: relative;
     left: 25px;
 }

 .vide-img-content p:last-child {
     float: right;
     position: relative;
     right: 25px;
 }

 .vide-img-content {
     position: absolute;
     width: 100%;
     bottom: 13px;
     z-index: 1;
 }

 .vide-img-content p {
     color: rgba(231, 231, 231, 0.66);
     font-size: 14px;
     font-weight: lighter;
 }

 .blog-video-area {
     position: relative;
 }

 .vide-img-content p:last-child span {
     margin-right: 5px;
     display: inline-block;
     margin-left: 5px;
 }

 .blog-img-content {
     position: absolute;
     width: 100%;
     bottom: 15px;
     left: 10px;
     z-index: 3;
 }

 .blog-single-img {
     position: relative;
     z-index: 1;
 }

 .blog-img-content p:first-child {
     font-size: 14px;
 }

 .blog-img-content p {
     font-weight: lighter;
     color: rgba(231, 231, 231, 0.9);

     line-height: 24px;
 }

 .blog-img {
     position: relative;
 }

 .blog-img:before {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     content: "";
     background: rgba(51, 51, 51, 0.21);
 }

 .blog-img-area {
     overflow: hidden;
     padding-top: 30px;
 }
 /*blog section end*/
 /*team section start*/

 .team-section .section-tittle-area h2 {
     color: #0B1627;
 }

 .team-section .section-tittle-area h2:before {
     background: #0B1627;
     right: inherit;
     right: 227px;
 }

 .team-section .section-tittle-area {
     text-align: right;
 }

 .team-section .section-tittle-area p {
     color: #7a7a7a;
 }

 .team-image {
     position: relative;
     z-index: 1;
     transition: 0.4s;
 }

 .team-img-area {
     overflow: hidden;
 }

 .team-image:before {
     position: absolute;
     width: 400px;
     height: 330px;
     top: 140px;
     left: -100px;
     content: "";
     background: #0b1628;
     z-index: -1;
 }

 .team-img-content {
     position: relative;
     width: 100px;
     height: 70px;
     bottom: -20px;
     color: #c8c8c8;
     font-weight: lighter;
     font-size: 16px;
 }

 .team-single-item {
     width: 43%;
     float: left;
     margin:0 15px;
 }

 .team-slide-image-area {
     /* overflow: hidden; */
     margin-top: 55px;
 }

 .te-img img {
     width: 378px;
     height: 370px;
     transition: 5s;
 }

 .team-single-item p {
     visibility: hidden;
     opacity: 0;
 }

 .team-img-content p {
     text-transform: capitalize;
 }

 .team-single-item img {
     width: 270px;
     height: 220px;
 }
 
 .team-single-item.slick-slide {
     outline: none;
 }

 .slick-prev {
     position: absolute;
     right: -25px;
     z-index: 9;
     bottom: 128px;
     border: none;
     color: #0b1628;
     font-size: 26px;
     background: transparent;
     transition: 0.4s;
 }

 .slick-next {
     position: absolute;
     right: -50px;
     z-index: 9;
     bottom: 128px;
     border: none;
     color: #0b1628;
     font-size: 26px;
     background: transparent;
     transition: 0.4s;
 }
 /*team section end*/
 /*contact section stat*/

 .contact-section .section-tittle-area h2 {
     color: #0b1628;
     /* display: inline; */
     padding-right: 195px;
 }

 .contact-section .section-tittle-area h2:before {
     background: #0b1628;
     right: 233px;
 }

 .contact-section .section-tittle-area {
     text-align: center;
 }

 .contact-section {
     padding: 0;
 }

 .contact-form-area {
     padding: 100px;
     background: linear-gradient(to right, #6631ff, #f0acff);
     overflow: hidden;
 }
 .form-area {
     width: 50%;
     float: left;
     margin-right: 5%;
 }

 .form-area input {
     padding: 10px;
     width: 100%;
     margin-bottom: 11px;
     background: transparent;
     border: none;
     border-bottom: 1px solid #fff;
     color: #fff;
 }

 .form-area input::-webkit-input-placeholder,
 .massage::-webkit-input-placeholder {
     color: #fff;
     text-transform: capitalize;
 }

 .form-area input::-moz-placeholder,
 .massage::-moz-placeholder {
     color: #fff;
     text-transform: capitalize;
 }

 .massage {
     width: 100%;
     height: 80px;
     resize: none;
     border: none;
     border-bottom: 1px solid #fff;
     background: transparent;
     padding: 10px;
     color: #fff;
 }

 input.email {
     margin-bottom: 20px;
 }

 .massage:focus {
     outline: none;
 }

 .from-btn {
     width: 140px;
     height: 40px;
     margin-top: 20px;
     background: #c081ff;
     color: #fff;
     border: none;
     text-transform: capitalize;
 }
.address-area {
    margin-left: 5%;
    width: 40%;
    float: right;
    background: #7640ff;
    padding: 50px;
    box-sizing: border-box;
    margin-top: 23px;
}

.address-area h4 {
    font-size: 19px;
    color: #fff;
    padding-bottom: 20px;
}

.address-area p {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
}

.address-area a {
    color: #fff;
}

/*contact section start*/
/*footer section start*/
.footer-section {
    background: #0b1628;
    padding-top: 155px;
    padding-bottom: 30px;
    margin-top: -100px;
    text-align: center;
}

.footer-icon a {
    width: 50px;
    color: rgba(231, 231, 231, 0.82);
    text-align: center;
    transition: 0.4s;
    display: inline-block;
    margin-right: 5px;
}

.footer-icon a:hover {
    color: #fff;
}
/*footer icon end*/
/*progress  skill section start*/
.bi-bar {
    width: 70% !important;
    position: absolute;
    top: -44px;
    left: 161px;
    border-radius: 3px;
}

.indecator-area h3 {
    font-size: 16px;
    margin-bottom: 19px;
    text-transform: capitalize;
    margin-left: 50px;
    color: #fff;
}

.indecator-area {
    position: relative;
}

.bi-label {
    position: absolute;
    right: 96px;
    top: -50px;
    color: #fff;
}
.skill-section.background {
    background-attachment: fixed;
    background-size: 100% 100%;
}
.skill-section {
   
    position: relative;
    background-image: url(assest/img/skillbg.jpg);
}

.skill-section .section-tittle-area.ser-head-tit h2 {
    margin: 0;
}

.skill-section .section-tittle-area.ser-head-tit h2:before {
    right: 14px;
    width: 114px;
}

.skill-section .section-tittle-area.ser-head-tit {
    left: -32px;
    width: 22%;
    top: 160px;
    transform: rotate(270deg);
}

.skill-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.85);
    top: 0;
    left: 0;
}

/*skill section end */
/*slide header */
.slide-area .slick-prev {
    right: 326px;
    color: #fff;
    bottom: 38px;
}

.slide-area .slick-next {
    right: 300px;
    color: #fff;
    bottom: 38px;
}
/*end slide header */