* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    /* scroll-behavior: smooth; */
}

.sec-font {
    font-family: 'Titillium Web', sans-serif;
}

/* ------------ Start Header */


.logo {
    text-align: center;
    margin-top: 5px;
    line-height: 0;
    /* padding: 15px; */
   
}
.logo img{
     width: 68%;
}
.logo .center-circle {
    height: 25px;
    width: 25px;
    background: #4afcfe;
    border-radius: 50%;
    display: inline-block;
}

.menu {
    margin-top: 40px;
    text-align: center;
    background: #2A2A2E;
    padding: 15px 0;
    position: relative;
}

.menu .menu-item-box {
    position: relative;
    margin-bottom: 15px;
}

.menu .menu-item-box .menu-item {
    line-height: 0;
    margin: 0;
    text-decoration: none;
}

.menu .menu-item-box .menu-item .menu-item-icon {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

a {
    color: #6c6d70;
    text-decoration: none;
}

*,
:after,
:before {
    transition: all .3s linear;
}

.menu .menu-item-box:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 60%;
}

.menu .menu-item-box:before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: -5px;
    height: 100%;
    width: 3px;
    background: #232427;
}

.menu .active.menu-item-box:before {
    background: #4afcfe;
    left: 0;
}

.menu .menu-item-box:hover:before {
    background: #555555;
    left: 0;
}

.menu .active.menu-item-box .menu-item .menu-item-icon {
    color: #4afcfe;
}

.menu .menu-item-box:hover .menu-item .menu-item-icon {
    color: #fff;
}

/* .menu .active.menu-item-box,
.menu .menu-item-box:hover {
    background: #202023;
} */

.menu-item-box:last-of-type {
    margin: 0;
}
.about-box bn p{
    text-align: center;
}
.about-box p{
    text-align: center!important;
}
span.menu-item-name {
    margin-left: 10px;
    position: absolute;
    left: 60%;
    background: #2c2d32;
    height: 25px;
    line-height: 25px;
    padding: 0px 20px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    border-radius: 3px;
    width: auto;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.menu-item-box:hover span.menu-item-name {
    left: 100%;
    opacity: 1;
}

span.menu-item-name:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    border-width: 5px;
    border-color: transparent;
    border-style: solid;
    border-right-color: #2c2d32;
}

.go-down {
    background: #4afcfe;
    position: absolute;
    bottom: 0px;
    height: 80px;
    width: 100%;
}

.go-down i {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}

.menu:before {
    color: #b3b2b2;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    content: 'menu';
    font-family: 'Titillium Web', sans-serif;
}

.menu .menu-item-box .menu-item {
    width: 36px;
    border: 1px solid rgba(255, 255, 255, 0.63);
    height: 36px;
    display: inline-block;
    line-height: 36px;
}

.menu .active.menu-item-box .menu-item {
    border: 1px solid #4afcfe;
    /* border-radius: 50%; */
}

.menu .menu-item-box .menu-item:hover {
    border-radius: 50%;
}


.hero-section.typed-demo {
    background-image: url('../img/typed-bg.jpg');
}
.demos-header {
    background-image: url('../img/demos-bg.jpg');
    height: 80vh;
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
    z-index: 3;
}
.demos-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 42, 46, 0.55);
    z-index: -2;
}
.hero-section.home-prticles {
    background-image: url('../img/particles-bg.jpg');
}
#particles-js-two, #particles-js-one {
    /* position: absolute; */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
a:hover, a:focus {
    text-decoration: none;
    color: #4afcfe;
}
/* .hero-section.home-prticles-with-typed {
    background-image: url('../img/particles-with-typed-bg.jpg');
    background-position: initial;
    background-size: cover;
    top: 60px;
} */
.home-prticles-with-typed {
    background-image: linear-gradient(
269deg
, #4afcfe47, transparent), url(../img/final-banner.jpg);
    background-position: initial;
    background-size: cover;
    top: 
60px
;
}

.hero-section.home-snow-with-typed {
    background-image: url('../img/snow-with-typed-bg.jpg');
}


.hero-section.home-snow {
    background-image: url('../img/snow-bg.jpg');
}
.demos-content .text-center {
    margin-bottom: 70px;
}

.demos-content {
    padding: 100px 0;
}

.demo-box {
    margin-bottom: 30px;
    background: #f7f8fa;
    padding: 5px;
}

.demo-box:hover {
    transform: translateY(-10px);
}

.demo-box h4 {
    font-size: 18px;
    padding: 10px;
    text-align: center;
    margin: 0;
}




.demos-header-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.demos-header-content h1 {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.demos-header-content h3 {
    color: #ddd;
    font-family: 'Titillium Web', sans-serif;
}

.demos-header-content a {
    margin-top: 30px;
}

.hero-section {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    width: 100%;
    z-index: 3;
}

.section-hero-content {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
}

.hero-section h1 {
    font-size: 48px;
    font-weight: bold;
    color: #2c2d32;
    line-height: 60px;
    margin-bottom: 25px;
}

.hero-section h4 {
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.31);
    font-size: 11px;
    float: left;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.71);
    letter-spacing: 6px;
    font-weight: 600;
    margin: 0;
}

.block {
    overflow: hidden;
}

a.theme-btn {
    background: #4afcfe;
    color: #000;
    padding: 15px 30px;
    position: relative;
    margin-top: 0px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    border-radius: 4px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.36);
}

.hero-section h1 span {
    position: relative;
}

.hero-section h1 span:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 76%;
    z-index: -1;
    background: linear-gradient(to right, #fff0 -10%, #4afcfe 100%);
}

.theme-btn:hover {
    background: #4afcfe;
}

.theme-btn:hover span {
    margin-left: 10px;
}

section {
    padding: 100px 0;
}

.skills {
    margin-top: 35px;
    width: calc(90% - 20px);
    float: right;
}

.skill-box {
    margin-bottom: 25px;
}

.skill-box:last-of-type {
    margin-bottom: 0;
}

.skill-title {
    font-size: 14px;
    color: #2c2d32;
    text-transform: uppercase;
    font-weight: bold;
}

.skill-box .progress-line {
    background: rgba(0, 0, 0, .1);
    box-shadow: 0 0 0;
    height: 5px;
    margin: 0;
    position: relative;
    width: 100%;
}

.skill-box .progress-line > span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #4afcfe;
}

.skill-box .progress-line > span > .percent-tooltip {
    position: absolute;
    right: -15px;
    top: -30px;
    padding: 2px 5px;
    background: #4afcfe;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.skill-box .progress-line > span > .percent-tooltip:before {
    position: absolute;
    content: "";
    bottom: -14px;
    border-color: #4afcfe transparent transparent;
    border-style: solid;
    border-width: 7px 5px;
    left: 37%;
}

.about ul {
    margin-bottom: 25px;
}

.about li {
    border-right: 1px solid #666;
}

.about .about-box.bn {
    border: none;
}

.about .about-box h3 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #76c8c4;
}

.about .about-box h4 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #2c2d32;
    margin: 0;
    padding-bottom: 15px;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-media a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    font-size: 12px;
    background: #2a2a2e;
    text-align: center;
}

.social-media li {
    margin-bottom: 10px;
}

ul.social-media {
    margin-bottom: 0;
    margin-top: 35px;
    float: left;
    width: 10%;
    margin-right: 20px;
    text-align: center;
}

.social-media a:hover {
    border-radius: 50%;
    text-decoration: none;
    background: #4afcfe;
}

.section-title-uin {
    text-align: center;
    font-size: 82px;
    font-weight: 900;
    position: absolute;
    top: -100px;
    right: 0;
    /* transform: translateX(-50%); */
    color: rgb(80 82 82 / 15%);
    text-transform: uppercase;
}

.about .info .theme-btn {
    margin-top: 35px;
}

p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #444;
    font-weight: 500;
}
.about .info h1 span {
    color: #76c8c4;
}

.about .info h1 {
    text-align: left;
    font-weight: 700;
    font-size: 29px;
    color: #2c2d32;
    position: relative;
    line-height: 45px;
    text-transform: uppercase;
}

.about .info h1:after {
    content: '';
    /* height: 3px; */
    width: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #76c8c4;
    /* border-radius: 63px; */
}

.about .info h1 span:after {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 76%;
    z-index: -1;
    background: linear-gradient(to right, #fff0 -10%, #4afcfe 100%);
}

.about .info h5 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    color: #666;
    font-weight: 600;
    margin-bottom: 20px;
}

.white.section-title-uin {
    color: #ddc0b1;
}

.align {
    align-items: center;
}

section.services {
    padding-top: 110px;
    padding-bottom: 4px;
   /* background: #2a2a2ed1;*/
  /* background-image: url(../img/pat.png);*/
      background: linear-gradient(to right, #ffffff, #e3c6b7);

}

.services .service-box {
    padding: 30px;
    margin-bottom: 30px;
    background: #ffb997;
    border-radius: 13px;
}

/* .service-box:hover {
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    position: relative;
    transform: translateY(-10px);
} */

.service-box i {
    display: block;
    margin-bottom: 15px;
    font-size: 32px;
    color: #fff;
}

.services .service-box h3 {
    margin-bottom: 15px;
    font-weight: 600;
      margin-top: 10px;
    color: #000;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services .service-box p {
    font-size: 14px;
    line-height: 1.7;
    color: #000;
  /*  height: 120px;*/
    letter-spacing: 0.2px;
    font-weight: 300;
    margin: 0;
}
.service-box img{
    border-radius: 50%;
}
.service-box a {
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    margin-top: 15px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}

.service-box a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 10px;
    background: #2a2a2e;
    height: 1px;
}

.service-box a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    width: 0;
    background: #fff;
    height: 1px;
    opacity: 0;
}

.service-box a:hover {
    margin-left: 10px;
    text-decoration: none;
    color: #4afcfe;
}

.service-box a:hover:before {
    width: 0;
}

.service-box a:hover:after {
    width: 40px;
    opacity: 1;
}

.section-title-white {
    margin-bottom: 45px;
}

.section-title-white h2 {
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 36px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
}

.section-title-white p {
    color: #ccc;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
}

.two-title .white.section-title-uin {
    top: 50%;
    transform: translateY(-70%);
    padding-bottom: 40px;
    /* left: 40%; */
}

.section-title-white h2:after {
    content: '';
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -20px;
    left: 0;
    border: 1px dotted #4afcfe;
    border-radius: 63px;
}

.two-title {
    position: relative;
}

.project-box {
    overflow: hidden;
    margin: 0px 15px;
}

.item.slick-slide {
    outline: none;
}

.portfolio img {
    max-width: 100%;
    height: auto;
}

.project-info {
    margin-bottom: 30px;
    background: #2a2a2e;
    padding: 20px;
    margin-top: 5px;
}

.project-info h3 {
    color: #4afcfe;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.project-info h5 {
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 300;
    margin: 0;
    margin-left: 30px;
    position: relative;
    color: #ccc;
}

.project-info h5:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 20px;
    background: #ccc;
    left: -30px;
}

.project-info h5:hover {
    margin: 0;
}

.project-info h5:hover:before {
    width: 0;
}

.section-title {
    margin-bottom: 45px;
}

.section-title h2 {
    color: #2c2d32;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 36px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
}

.section-title p {
    color: #555;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
}

.two-title .section-title-uin {
    top: 20%;
    transform: translateY(-50%);
}
.two-title .section-title-uin-app {
    top: 50%;
    transform: translateY(-50%);
}

.section-title h2:after {
    content: '';
    width: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #4afcfe;
}

.two-title {
    position: relative;
}

.portfolio-info {
    height: 447px;
    background: #2a2a2e;
}

section.portfolio {
    position: relative;
    z-index: 1;
}

section.portfolio:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
  /*  background: #505053;*/
    background: linear-gradient(to right, #ffffff, #e3c6b7);
    z-index: -1;
}

.video-section {
    height: 700px;
    background-image: url('../img/video-section-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

@keyframes video-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}

.video-section:before {
    content: '';
    position: absolute;
    top: 5%;
    height: 90%;
    width: 100%;
    left: -5%;
    background: #505053;
    z-index: -1;
}

.video-play a {
    cursor: pointer;
    font-size: 24px;
    top: 50%;
    position: absolute;
    z-index: 2;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: video-animation 1s linear infinite;
    animation: video-animation 1s linear infinite;
    -webkit-transition: .5s linear;
    background: #4afcfe;
}

.video-play a img {
    max-width: 20px;
}

.video-play {
    position: relative;
    height: 100%;
    width: 100%;
}



.client-img-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.client-img-box {
    display: inline-block;
}

.client-info-box {
    display: inline-block;
    margin-left: 15px;
}

.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-box {
    padding: 30px;
    background: linear-gradient(to right, #505053, #3c3d40);
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
    height: 437px;
}

.testimonials-box:hover {
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    transform: translateY(-10px);
}

.quote-box {
    margin-bottom: 20px;
}

.testimonials-content p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.3px;
    font-weight: 200;
}

.carousel {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 19px;
}

p.testimonial {
    background: transparent;
    font-size: 20px;
    line-height: 1.6;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
}

.carousel .item a {
    color: #eb7245;
}

.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 30px 0 10px;
}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px;
}

.carousel .overview b {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
    margin-top: 30px;
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}

.carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* background: #999; */
    text-shadow: none;
    top: 4px;
}

.carousel-control i {
    font-size: 22px;
    margin-right: 2px;
    padding: 5px;
}

.carousel-control.left {
    left: auto;
    right: 40px;
}

.carousel-control.right i {
    margin-right: -2px;
}

.carousel .carousel-indicators {
    bottom: 15px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #e2e2e2;
    border-color: transparent;
}

.carousel-indicators li.active {
    border: none;
    background: #888;
}

.testimonial {
    height: 500px;
    background: url(../images/testimonials.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}

.client-info-box h4 {
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #4afcfe;
}

.client-info-box h6 {
    font-size: 12px;
    font-weight: 300;
    color: #d0d0d0;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}

.testimonials-box hr {
    border-color: #403f3f;
}

.blog {
    background-color: #f6f6f4;
}

.blog-body {
    position: relative;
    margin-bottom: 30px;
    min-height: 400px;
}

.category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    color: #333;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    z-index: 2;
    padding: 0px 10px;
}

.post-info {
    background: rgba(42, 42, 46, 0.6);
    /* padding: 20px 195px 20px 20px; */
    padding: 20px 158px 20px 20px;
    position: absolute;
    z-index: 2;
    bottom: 20px;
}
.post-info1 {
    background: rgba(42, 42, 46, 0.6);
    padding: 17px 210px 10px 20px;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    width: 95%;
}

.post-date {
    font-family: 'Titillium Web', sans-serif;
    color: #000;
    background: #4afcfe;
    display: inline-block;
    padding: 1px 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}
.post-date1{
    margin-bottom: 0px !important;
}
.post-info1 a h4 {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}

.post-info a h4 {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    margin: 0;
}

.blog-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.post-info a:hover {
    text-decoration: none;
}

.post-info a:hover h4 {
    color: #ccc;
}

#map {
    height: 450px;
}

.contact .section-title-1 {
    margin-bottom: 80px;
}

input[type="text"], input[type="email"], textarea {
    border: none;
    border-bottom: 1px solid #cecece;
    width: 100%;
    padding: 7px 0 14px 9px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 35px;
    outline: none;
}

::placeholder {
    font-family: 'Poppins', sans-serif;
    color: #222;
    letter-spacing: 1px;
}

textarea {
    min-height: 120px;
    outline: none;
}

form p {
    color: #555;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

input[type="submit"] {
    border-radius: 5px;
    background: transparent;
    border: 2px solid #4afcfe;
    cursor: pointer;
    color: #4afcfe;
    padding: 10px;
    min-width: 180px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

input[type="submit"]:hover {
    background-color: #4afcfe;
    color: #fff;
}

footer {
    padding: 30px;
    background: #2a2a2e;
    color: #fff;
    text-align: center;
}

footer p {
    font-size: 12px;
    font-weight: 500;
    text-transform: inherit;
    /* letter-spacing: 11px; */
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
}

@media (max-width:768px) {

    section {
        padding-top: 100px;
    }

    .testimonial {height: inherit!important;}
    .quotes{
        display: none;
    }
    a.ds {
    display: none;
}
    .menu .menu-item-box .menu-item {
    width: 25px;}

    header {
        width: inherit;
        height: 56px;
    }

    .logo {
        padding: 8px;
        margin: 0;
        display: inline-block;
    }

    .center-circle {
        margin-top: 10px;
        margin-left: 10px;
    }

    .go-down {
        right: 0;
        width: 60px;
        height: 60px;
        display: none;
    }

    .menu:before,
    span.menu-item-name:before {
        content: none;
    }

    .content {
        width: 100%;
        left: 0;
    }

   .menu {
    margin: 0;
    /* margin-top: 12px; */
    padding: 13px;
}

    .content {
        width: 100%;
        left: 0;
    }

    .homeslider{
        padding: 0px !important;
    }

    .homeslider .hero-section.home-prticles-with-typed {
        top: 0px;
    }

    .menu-item-box {
        display: inline-block;
        margin: 0 5px;
        margin-bottom: 0 !important;
    }

    span.menu-item-name {
        margin-top: 10px;
        margin-left: 0;
        left: 50%;
        top: 150%;
        transform: translate(-70%, -50%);
    }

    .hero-section h1 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .section-hero-content {
        left: 30px;
    }

    .hero-section h4 {
        line-height: 22px;
    }

    .hero-section a.theme-btn {
        margin-top: 15px;
    }

    .about .info {
        margin-top: 15px;
    }

    .about .info h1 {
        font-size: 26px;
        line-height: 37px;
    }

    .about .about-box h4 {
        font-size: 14px;
    }

    .about .about-box {
        border: none;
    }

    .section-title-uin {
        display: none;
    }

    .section-title-white h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .video-section {
        height: 300px;
        margin-bottom: 30px;
    }

    form {
        margin-top: 30px;
    }

    .blog-body {
        min-height: 350px;
        overflow: hidden;
    }

    footer p {
        letter-spacing: 2px;
    }
}

@media (min-width:380px) and (max-width:768px) {
    .blog-img img {
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .none {
        display: none;
    }

    .n-m {
        margin: 0;
    }
}

@media (max-width:991px) {}
.info p{
    text-align: justify;
}
.about-info p{
    line-height: 2.5;
}
/*section.edu{
background-image: url(../img/blue.jpg);
width: 100%;
background-position: center;
background-repeat: no-repeat;
height: 378px;

}*/
h1#text {
    color: #000;
    font-size: 21px;
    height: 80px;
        display: inline;
}
h1.in {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    color: #2c2d32;
    margin-bottom: 40px;
    position: relative;
    line-height: 45px;
    text-transform: capitalize;
}
h1.in span {
    color: #4afcfe;
}
.service-box.one {
    background: #09b5b5!important;
}
.service-box.two {
    background: #35d3c8;
}
.service-box.three {
    background: #09b55f;
}
.service-box.four {
    background: #00ffc6!important;
}
.service-box.five {
    background: #4afcfe!important;
}
#main {
  text-align: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#quote-box {
  width: 60vw;
  font-size: 1.5vw;
  padding-bottom: 20px;
}


a.back {
    border: 1px solid #ccc;
    padding: 6px 30px;
    background: #2c2d32;
    color: #fff;
    font-weight: 600;
    float: left;
    cursor: pointer;
}
span.fa.fa-check {
    font-size: 16px;
    /* text-align: center; */
    color: #76c8c4;
}
b {
    font-weight: 600;
}
h4.texttt {
    margin-bottom: 29px;
    margin-top: 20px;
    text-align: center;
    font-size: 19px;
    
}

img.he {
    border: dashed 3px cyan;
}
#button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: absolute;
    width: 39vw;
    margin-top: 8vw;
}
#tweet-quote {
  color: black;
  text-decoration: none;
}

.quotes{
    margin: 0px;
  color: white;
  font-family: 'Caveat', cursive;
 /* background: url(http://clipart-library.com/images/dT9rbBXkc.jpg);*/
  background-repeat: no-repeat;
/*  background-attachment: fixed;*/
  background-position: center;
  background-size: cover;
  padding-bottom: 95px;
}

button#new-quote {
    color: black;
    /* font-family: 'Caveat', cursive; */
    font-size: 16px;
    padding: 9px;
    outline: none;
    border: navajowhite;
    border-radius: 10px;
}
button#new-quote:hover {
  background-color: lightgray;
}

button#new-quote:focus {
    outline: none !important;
}
section.breadcrump {
/*    background-image: url(../img/breadcrumps.jpg);
*/    width: 100%;
   height: initial;
background-position: inherit;
        background-size: cover;
}
section.breadcrump.about.achie {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*.good {
    background-image: url(../img/breadcrumps1.png);
    width: 100%;
   height: initial;
   background-position: center;
    background-repeat: no-repeat;
        background-size: cover;
}*/
.content-text h1 {
    font-size: 19px;
    text-align: center;
    position: relative;
    bottom: 22px;
   /* background: #2a2a2e;*/
    padding: 10px 0px;
    width: 61%;
    color: #000;
    font-weight: 800;
    margin: 0 auto;
    display: block;
    left: 238px;
}
.box {
    background: #2a2a2e;
    padding: 10px 74px;
    width: 82%;
   /* margin: 0 auto;*/
}
.box img {
    /* margin: 16px 19px; */
    position: relative;
    top: 18px;
}
/*ul.menu-1 li {
    padding: 10px;
     background: gray; 
}*/
ul.menu-1 li {
    padding: 9px 35px;
    background: #2a2a2e;
    margin-top: 3px;
    color: #fff;
    text-align: right;
    font-size: 15px;
}
section.contact.Appointment {
    background-image: url(../images/appoint.jpg);
    width: 100%;
    height: -webkit-fill-available;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}
img.example-image {
    width: 100%;
  }
 .mn p {
    margin-top: 30px;
    text-align: justify;
}


button#myBtn.top {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #4afcfe;
  color: #000;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

button#myBtn.top:hover {
  background-color: #555;
}
.form {
    box-shadow: 11px 12px 8px -4px #d6d6d6;
    padding: 21px;
    border: 8px double #b2feff;
}
/* Sticky Menu  */
.sticky-social{
    position:fixed;
    top:35%;
    left:0px;
    padding:0px;
    margin:0px;
    z-index: 10;
  }
  .social{
    list-style:none;
  }
  .social li{
    padding:10px 10px;
    font-size:25px;
    transition:all 0.8s ease-in-out;
  }
  .social li:hover{
      margin-right:-30px;
   box-shadow:2px 5px 10px grey;
  }
  .social li:hover .fa{
      margin-left:20px;
    
  }
  .fa{
    color:#fff;
    transition:all 0.8s ease-in-out;
  }
  .fb{
    background-color:#59a7b4;
  }
  .twitter{
      background-color:#59a7b4;
  }
  .insta{
      background-color:#DC4F42;
  }
  .pin{
      background-color:#CB2128;
  }
  .vim{
      background-color:#59BFBE;
  }
  /* Stciky menu End  */

  /* Sticky Contact Form  */
  .sidebar-contact{
    position:fixed;
    z-index: 10;
    top:50%;
    left:-350px;
    transform:translateY(-41%);
    width:350px;
    height:auto;
    padding:40px;
    background:#fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    box-sizing:border-box;
    transition:0.5s;
  }
  .sidebar-contact.active{
    left:0;
  }
  .sidebar-contact input,
  .sidebar-contact textarea{
    width:100%;
    height:36px;
    padding:5px;
    margin-bottom:10px;
    box-sizing:border-box;
    border:1px solid rgba(0,0,0,.5);
    outline:none;
  }
  .sidebar-contact h2{
    margin:0 0 20px;
    padding:0;
  }
  .sidebar-contact textarea{
    height:60px;
    resize:none;
  }
  .sidebar-contact input[type="submit"]{
    background:#00bcd4;
    color:#fff;
    cursor:pointer;
    border:none;
    font-size:18px;
  }
  .toggle{
    position: absolute;
    height: 48px;
    width: 43px;
    text-align: center;
    cursor: pointer;
    background: #458e9b;
    top: 0;
    right: -43px;
    line-height: 48px;
  }
  .toggle:before{
    content:'\f003';
    font-family:fontAwesome;
    font-size:18px;
    color:#fff;
  }
  .toggle.active:before{
    content:'\f00d';
  }
  @media(max-width:768px)
  {
    .sidebar-contact{
      width:100%;
      height:100%;
      left:-100%;
    }
    .sidebar-contact .toggle{
      top:50%;
      transform:translateY(-50%);
      transition:0.5s;
    }
    .sidebar-contact.active .toggle
    {
      top:0;
      right:0;
      transform:translateY(0);
    }
    .scroll{
      width:100%;
      height:100%;
      overflow-y:auto;
    }
    .content{
      padding:50px 50px;
    }
    .a11{
        margin-top: 0px !important;
        margin-left: 0px !important;
        text-align: center;
      }
  }
  /* Sticky Contact Form End  */
  /* Custom code  */
  .img-thumbnail {
    border: none;
}
.testi-padding{
    padding-top: 130px !important;
}
/* New */
.scrolled{
    background-color: #ffeee9 !important;
    transition: 0.3s;
  }

  @media (max-width: 1024px) {
  
    .post-info1{
        padding: 13px 30px 0px 10px;
        bottom: 20%;
        width: 94%;
    }
    .post-info{
        padding: 12px 68px 6px 20px;
        bottom: 23.5%;
        width: 94%6
    }
    .post-info a h4{
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    /* .scrolled,.a12{
        background-color: #ffeee9 !important;
      } */
      .sticky-image{
        width: 180px !important;
      }
      button#myBtn.top{
        bottom: 80px !important;
      }
    /* .navbar-collapse{
        background: #fff;
      } */
    
  }

  @media (max-width: 991px) {
  
    .post-info1{
        padding: 13px 30px 0px 10px;
        bottom: 35.5%;
        width: 93%;
    }
    .post-info{
        padding: 12px 68px 6px 20px;
        bottom: 34.5%;
        width: 93%;
    }
    .post-info a h4{
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .scrolled,.a12{
        background-color: #ffeee9 !important;
      }
      .sticky-image{
        width: 180px !important;
      }
      button#myBtn.top{
        bottom: 80px !important;
      }
    /* .navbar-collapse{
        background: #fff;
      } */
    
  }
  @media (max-width: 770px) {
  
    .post-info{
        padding: 10px;
        bottom: 30.5%;
        width: 92%;
    }
    .post-info1{
        padding: 10px;
        bottom: 25%;
        width: 92%;
    }
    .post-info a h4{
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .scrolled,.a12{
        background-color: #ffeee9 !important;
      }
      .sticky-image{
        width: 180px !important;
      }
      button#myBtn.top{
        bottom: 80px !important;
      }
    /* .navbar-collapse{
        background: #fff;
      } */
    
  }

  @media (max-width: 389px) {
  
    .post-info{
        padding: 10px;
        bottom: 23.5%;
        width: 93%;
    }
    .post-info1{
        padding: 10px;
        bottom: 23%;
        width: 93%;
    }
    .post-info a h4{
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
}

@media (max-width: 330px) {
  
    .post-info{
        padding: 10px;
        bottom: 31.5%;
        width: 91%;
    }
    .post-info1{
        padding: 10px;
        bottom: 31%;
        width: 91%;
    }
    .post-info a h4{
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
}

@media screen and (max-width: 450px) and (min-width: 420px){
  
    .post-info{
        padding: 10px;
        bottom: 21%;
        width: 93%;
    }
    .post-info1{
        padding: 10px;
        bottom: 15.5%;
        width: 93%;
    }
    .post-info a h4{
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
}
  /* @media (min-width: 998px){
      iframe{
          width: 600px;
          height: 355px;
      }
  } */

  .age-category li{
    font-size: 20px;
    padding-top: 20px;
  }
  .age-category li{
    border: 0;
  }
  .solutions-new h4{
    font-weight: bold;
  }




  #demo {
    background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
    max-width: 900px;
    margin: auto
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

.carousel-caption img {
    width: 100%;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 20rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
    .a12{
        background-color: #fff;
        margin-bottom: 10px;
      } 
      .scrolled,.a12{
        background-color: #ffeee9 !important;
      }
      .a11{
        margin-top: 0px !important;
        margin-left: 0px !important;
        text-align: center;
      }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem;
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}
/* .a11{
    margin-top: -100px;
    margin-left: 28rem;
} */

i {
    background-color: #59a7b4;

}

@media(max-width:767px) {
    i {
        padding: 0.8rem
    }
    
}

.a11{
     margin-top: -100px;
    /* margin-left: 28rem;  */
    text-align: center;
}
.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset;
}

/* New End */


.insta1{
    width: 100%;
    text-align: center;
}









/* slider strat */


/* *{
    outline:none;
  } */
  /* spacer */
  .spacer{
    height:150px;
    width:100%;
  }
  .spacer2{
    height:20px;
    width:100%;
  }
  /* spacer ends */
  
  /* slider styles */
  .sd_master_wrapper{
      position: relative;	
      max-width:900px;
      margin:0 auto;
      padding:0;
      border-radius:10px;
  }
  .sdtestBg3{
      height: 100%;
      width: 80%;
      background: #fff;
      position: absolute;
      bottom: -40px;
      left: 10%;
      border-radius: 20px;
      box-shadow: 0px 18px 52.8537px rgb(215 228 249 / 50%);
      z-index:1;
  }
  .sdtestBg2{
      height: 100%;
      width: 90%;
      background: #fff;
      position: absolute;
      bottom: -22px;
      left: 5%;
      border-radius: 20px;
      box-shadow: 0px 18px 52.8537px rgb(215 228 249 / 50%);
      z-index:2;
  }
  
  .sd_scroll {
      height: auto;
      max-height: 180px;
      overflow: auto;
  }
      
  .slideshow {
      position: relative;
      min-height: 300px;
      height: auto;
      background: #fff;
      box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5);
      border-radius: 20px;
      background-image: url(https://farsighttechnologies.com/wp-content/uploads/2021/03/quote1.png), url(https://farsighttechnologies.com/wp-content/uploads/2021/03/quote.png);
      background-position: top 15px left 15px, bottom 40% right 15px;
      background-repeat: no-repeat;
      background-size: 180px, 180px;
      z-index:3;
  }
  /* button.slick-prev.slick-arrow {
      position: absolute;
      z-index: 9999;
      bottom: -80px;
      right: 160px;
      background: transparent;
      color: transparent;
      border: none;
      outline: none;
      cursor: pointer;
      height: 15px;
      width: 30px;
      padding: 0;
      background-image: url(https://farsighttechnologies.com/wp-content/uploads/2021/03/left-icon.png);
      background-size: 100% 100%;
  }
  button.slick-next.slick-arrow {
      position: absolute;
      bottom: -82px;
      background: transparent;
      color: transparent;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      height: 18px;
      width: 40px;
      background-image: url(https://farsighttechnologies.com/wp-content/uploads/2021/03/right-icon.png);
      background-size: 100% 100%;
  }  */


  .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #584d4d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  .pagingInfo {
      position: absolute;
      bottom: 0;
      z-index: 999;
  }
  .sdCustomSliderHeadig {
      font-family: "Poppins", Sans-serif;
      /* font-size: 15px; */
      font-weight: 400;
      line-height: 1.6em;
      text-align: center;
        color: #000;
        font-size: 21px;
    
  }
  .sdCustomSliderBtn{
      display: inline-block;
      text-decoration: none;
      font-family: montserrat;
      background: #E31C3A;
      color: #fff;
      padding: 12px 25px;
      margin-top: 30px;
      border-radius: 4px;
      outline: none;
      font-size: 14px;
      font-weight: 500;
  }
  .sdAllContent{
      width:75%;
      margin:auto;
  }
  .thumbnail img {
      height: 55px;
      width: 55px;
      border-radius: 50%;
      margin: auto;
      margin-top: 15px;
  }
  .content{
      display:block !important;
      padding: 5px;
  }
  .SdClientName {
      text-align: center;
      color: #272D4E;
      font-family: "Poppins", Sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.4em;
      margin-top: 15px;
  }
  .SdClientDesc {
      text-align: center;
      color: #7854F7;
      font-family: "Poppins", Sans-serif;
      font-size: 14px;
      line-height: 1.4em;
      margin-bottom: 10px;
  }
  
  
  /* style for moblile */
  @media (max-width:576px){
  .sd_scroll {
      height: auto;
      overflow: auto;
      max-height:240px;
  }
  
  .thumbnail, .btnNtxt{
      width: 100% !important;
      display: block !important;
  }
  .slick-prev:before, .slick-next:before{
    display: none;
  }
  .slick-next, .slick-arrow{
    display: none !important;
  }
  }

  @media (max-width:786px){
    .slick-next, .slick-arrow{
        display: none !important;
      }
  }
  /* scroll bar */
  /* total width */
  .sd_scroll::-webkit-scrollbar {
      background-color:transparent;
      width:6px;
  }
  
  /* background of the scrollbar except button or resizer */
  .sd_scroll::-webkit-scrollbar-track {
      background-color:transparent;
  }
  .sd_scroll::-webkit-scrollbar-track:hover {
      background-color:transparent;
  }
  
  section.non-padding{
    padding: 10px 0;
  }

  