#landing {
    height: 100vh;
    background-image: url("/images/banner_header.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #181818;
}
#services{
    background-color: #181818;
    height: 100vh;
    background-image: url("/images/services.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#hero {
    height: calc(100vh - 150px);
    color: white;
}
.hero-text{
    font-size: 58px;
    font-weight: 500;
    line-height: 80px;
}
.scroll_down_icon{
    font-size: 100px;
    color: #3EB896;
    cursor: pointer;
}

/* About Us */
#why_ts{
    background-color: #181818;
    background-image: url("/images/wts.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wts_h{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 15px 0 5px 0;
}
.wts_info{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
}
/* Founder note */
#f_note{
    background-image: url("/images/fn_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Testimonial site */


.testim {
		width: 100%;
        background-color: #FFF;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 37px 20px;
    margin: auto;
    background-image: url("/images/tbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-bottom: 30px solid #ebf7f4;
}
.testim .wrap img{
    width: 100%;
    height: auto;
}
.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #3EB896;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    display: block;
    z-index: 3333;
	height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: #fff;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #3EB896;
    border-color: #3EB896;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 2em 2em 0em 2em;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.tm_text{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-top: 1em;
}
.tm_text:before,
  .tm_text:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  
  .tm_text:before {
    right: 0.5em;
    margin-left: -50%;
  }
  
  .tm_text:after {
    left: 0.5em;
    margin-right: -50%;
  }
.testim .cont div p {
    text-align: center;
    width: 80%;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em !important;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #3EB896;        
        box-shadow: 0px 0px 10px 5px #3EB896;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #3EB896;        
        box-shadow: 0px 0px 0px 0px #3EB896;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #3EB896;        
        box-shadow: 0px 0px 10px 5px #3EB896;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #3EB896;        
        box-shadow: 0px 0px 0px 0px #3EB896;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #3EB896;        
        box-shadow: 0px 0px 10px 5px #3EB896;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #3EB896;        
        box-shadow: 0px 0px 0px 0px #3EB896;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #3EB896;        
        box-shadow: 0px 0px 10px 5px #3EB896;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #3EB896;        
        box-shadow: 0px 0px 0px 0px #3EB896;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #3EB896;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #3EB896;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	.testim .wrap{
        background-image: none;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: #EBF7F4;
        padding: 15px;
    }
    .testim .cont div p{
        width: 100%;
        font-size: 13px;
        text-align: justify;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px !important;
    }
    .testim .cont > div{
        padding: 0;
    }
    .testim{
        padding: 10px;
    }
    .tm_text:before, .tm_text:after{
        display: none;
    }
    .testim .dots{
        padding-left: 0;
    }
    .tm_text{
        margin-bottom: 2em;
    }
    .testim .arrow.right{
        display: none;
    }
    .testim .arrow.left{
        display: none;
    }
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}
    .testim .wrap{
        background-image: none;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: #EBF7F4;
        padding: 15px;
    }
    .testim .cont div p{
        width: 100%;
        font-size: 13px;
        text-align: justify;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px !important;
    }
    .testim .cont > div{
        padding: 0;
    }
    .testim{
        padding: 10px;
    }
    .tm_text:before, .tm_text:after{
        display: none;
    }
    .testim .dots{
        padding-left: 0;
    }
    .tm_text{
        margin-bottom: 2em;
    }
    .testim .arrow.right{
        display: none;
    }
    .testim .arrow.left{
        display: none;
    }

}
/* Contact Us */
#contact_us{
    background-color: #181818;
    background-image: url("/images/contact_us.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.contact_form form{
    background-color: #fff;
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
    box-shadow: 0px 4px 36px 0px rgba(136, 136, 136, 0.25);
    border-radius: 10px;
    margin-left: 4em;
    margin-right: 4em;
}
.contact_form form input::placeholder {
    font-size: 12px;
    color: #606060;
}
.contact_form form textarea::placeholder {
    font-size: 12px;
    color: #606060;
}

/* Services */
.service_wrap{
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ebf7f4;
    /* background-position: 50% 50%; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: -2em;
    border-radius: 5px;
    padding-top: 4em;
    padding-bottom: 4em;
}
.services_info_box{
    padding: 0 2em 2em 2em;
    text-align: center;
    width: 80%;
    margin: auto;
}
.service_bold_txt{
    color: #3EB896;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}
.services_img_box{
    margin: 0em 2em 2em 2em;
}


/* Pricing */
.pricing_wrap{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.12);
    min-height: 100%;

    justify-content: space-between;
    flex-direction: column;
    display: flex;
}
.price_txt{
    color: #3EB896;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.pricing_title{
    padding: 1em;
    border-bottom: 1px solid #3EB896;
}
.price_wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ebf7f4;
    /* background-position: 50% 50%; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: -2em;
    border-radius: 5px;
    padding-top: 4em;
    padding-bottom: 4em;
    height: 100%;
}
.price_info_box {
    padding: 0 2em 2em 2em;
    text-align: center;
    width: 80%;
    margin: auto;
}


/* footer */
.footer_wrap{
    background: #fff;
    padding: 1em;
}

.footer_wrap li a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

/* Responsive Img */
.res_img{
    display: block;
    margin: auto;
}

@media all and (min-width: 992px) {
    .price_wrap {
        background-image: url(/images/bg_img.svg);
    }

    .service_wrap {
        background-image: url("/images/bg_img.svg");
    }
}