/*============================================================
	1. Typography
=============================================================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,600,700,800,900");
@import url('https://fonts.googleapis.com/css?family=Poppins&amp;display=swap');
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

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

.clear-both:before,
.clear-both:after {
  display: table;
  content: "";
  clear: both;
}

p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 15px;
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #282828;
  margin: 0 0 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 33px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 38px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
}

h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.ts-service-title {
  font-size: 22px;
  line-height: 28px;
}

.ts-post-title,
.ts-author-title {
  font-size: 20px;
}

.ts-single-title,
.widget-title {
font-size: 21px;
    text-transform: uppercase;
}

.ts-blog-title {
  font-size: 24px;
  line-height: 34px;
}

.ts-blog-title a {
  color: #282828;
}

.title-white {
  color: #fff;
}

/*=========================
  inharitance css
 ==========================*/
.margin-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.padding-0 {
  padding: 0 !important;
}

.pt-100 {
  padding-top: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-40 {
  padding-top: 40px;
}

.pl-0 {
  padding-left: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.section-padding {
  padding: 40px 0px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 12px 27px;
  font-weight: 700;
}

.btn i {
  margin-left: 10px;
}

.btn-primary {
  background: #00b1ff;
  color: #101010;
  border: 1px solid #00b1ff;
}

.btn-primary:hover {
  background: #222222;
  color: #fff;
  border-color: #222222;
}

.btn-border-dark {
  border: 1px solid #24272a;
  color: #24272a !important;
}

.btn-border-dark:hover {
  background: #00b1ff;
  color: #222222;
  border-color: #00b1ff;
}

.btn-border {
  border: 1px solid #fff;
  color: #fff !important;
}

.btn-border:hover {
  background: #00b1ff;
  color: #222222;
  border-color: #00b1ff;
}

.btn-link {
  font-size: 14px;
  color: #101010;
  padding-left: 0px;
}

.btn-link:hover {
  color: #00b1ff;
  text-decoration: none;
}

/* Title*/
.section-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
}

.section-title span {
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #00b1ff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.column-title {
  margin-bottom: 15px;
  position: relative;
}

.column-title span {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px 0;
  display: block;
  font-weight: 500;
  color: #00b1ff;
}

/* Title for vision and mission page */

.vmcolumn-title {
  margin-bottom: 15px;
  position: relative;
}
.vmcolumn-title span 
{
    font-size: 25px;
    line-height: 24px;
    margin: 0 0 10px 0;
    display: block;
    font-weight: 700;
    color: #000;
    border-bottom: 5px solid #ff5e31;
    padding-bottom: 15px;
    width: 35%;  
}

.ts-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
}

/* Colors */
.bg-blue {
  background: #0285a8;
}

.bg-pink {
  background: #f39c9f;
}

.bg-skyblue-light {
  background: #869bdb;
}

.bg-baby-blue {
  background: #6fbab7;
}

.bg-color {
  background: #f1f1f1;
}

.bg-yellow {
  background: #00b1ff;
}

.solid-bg {
  background: #f7f7f7;
}

.bg-dark {
  background: #24272a;
}

.color-green {
  color: #01b33b;
}

.color-orange {
  color: #00b1ff;
}

.color-white {
  color: #fff;
}

.purple-overlay:after {
  background: rgba(77, 17, 63, 0.9);
}

.magenta-overlay:after {
  background: rgba(190, 31, 87, 0.9);
}

.goldenrod-overlay:after {
  background: rgba(231, 129, 8, 0.9);
}

.royalbule-overlay:after {
  background: rgba(19, 130, 195, 0.9);
}

.carousel-wrap {
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
    font-size: 20px;
    background: #ff6034;
    padding: 15px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -20px;
}

/*-- Banner --*/
.banner-area {
  position: relative;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 5px;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-area .container {
  position: relative;
}

.banner-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 50px;
  }
}

.banner-heading {
  width: 100%;
  color: #fff;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 225px;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb li a {
  color: #fff;
}

.breadcrumb li a:hover {
  color: #007bff;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb li:not(:last-child) {
  position: relative;
}

.breadcrumb li:not(:last-child):after {
  padding: 0 5px;
  color: #fff;
  content: "/\00a0";
}


body .boxed-layout {
  background-image: url("../images/boxed_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: inherit;
  background-position: center top;
  background-color: #f0f2f3;
}

.body-wrapper {
  max-width: 1350px;
  background-color: #fff;
}

/* Shapes*/
.ts-shaps {
  position: absolute;
  left: 0;
  top: 0px;
}

.ts-shaps-2 {
  position: absolute;
  left: 0;
  bottom: 0px;
}

/*=================================
  start Feature Section
 =================================*/
.ts-feature-box .row {
  margin: 0px 0px;
}

.ts-feature-box .ts-feature {
  padding: 40px 40px;
}

.ts-feature-box .ts-feature .ts-feature .ts-feature-info p {
  color: #525252;
}

.ts-feature-box .ts-feature:nth-child(2) .feature-icon:before {
  background: #000000 !important;
}

.ts-feature-box .ts-feature:last-child {
  color: #fff;
}

.ts-feature-box .ts-feature:last-child .ts-title {
  color: #fff;
}

.ts-feature-box .ts-feature:last-child .feature-number {
  background: rgba(255, 255, 255, 0.05) !important;
  color: rgba(255, 255, 255, 0.2) !important;
}

.ts-feature-box .ts-feature:last-child .feature-number:after {
  background: rgba(255, 255, 255, 0.05) !important;
}

.ts-feature-box .ts-feature .ts-feature-info {
  position: relative;
}

.ts-feature-box .ts-feature .ts-feature-info img {
  position: relative;
  font-size: 80px;
  margin-bottom: 10px;
}

.ts-feature-box .ts-feature .ts-feature-info .ts-title {
  margin-top: 45px;
}

.ts-feature-box .ts-feature .ts-feature-info .feature-number {
  position: absolute;
  right: 10px;
  top: 20px;
  background: rgba(0, 0, 0, 0.05);
  width: 85px;
  height: 85px;
  line-height: 80px;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  font-size: 36px;
  font-weight: 700;
}

.ts-feature-box .ts-feature .ts-feature-info .feature-number:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -25px;
  right: -20px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.05);
  margin-left: -30px;
  z-index: 1;
}

.ts-feature-box .ts-feature .ts-feature-info .feature-icon {
  position: relative;
}

.ts-feature-box .ts-feature .ts-feature-info .feature-icon:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -25px;
  width: 40px;
  height: 4px;
  background: #00b1ff;
  left: 10%;
  margin-left: -30px;
  z-index: 1;
}


.ts-service {
  position: relative;
  
}

.ts-service .ts-service-box {
  position: relative;padding:10px;
}

.ts-service .ts-service-box .ts-service-box-info {
  padding-left: 70px;
}

.ts-service .ts-service-box .ts-service-box-info .ts-title a {
  font-size: 20px;
  line-height: 25px;
  color: #101010;
}

.ts-service .ts-service-box .ts-service-box-info .ts-title a:hover {
  color: #00b1ff;
}
.ts-service .ts-service-box .ts-service-box-info {
  padding-left: 0px;
}
/*
.ts-service .ts-service-box .ts-service-box-info {
  padding-left: 70px;
}

.ts-service .ts-service-box .ts-service-box-info:after {
	content: "";
    position: absolute;
    display: inline-block;
    top: 265px;
    left: 29px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.05);
    margin-left: -30px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
*/
.ts-service .ts-service-box .ts-service-box-info:hover:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 140px;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.02);
  margin-left: -30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.ts-service .ts-service-box .ts-service-box-info:hover .ts-service-box:after {
  opacity: 0;
  visibility: hidden;
}

/* service standard */
.ts-service-standard {
  background-image: url(../images/testimonial/testimonial_bg.jpg);
  background-size: cover;
  background-position: center;
}

/* service classic */
.ts-service-classic .ts-service-box {
  padding: 20px 50px;
}

.ts-service-classic .ts-service-box .ts-service-box-img {
  margin-bottom: 30px;
}

.ts-service-classic .ts-service-box .ts-service-box-info .ts-title a {
  color: #000;
}

.ts-service-classic .ts-service-box:hover {
  background: #00b1ff;
}

/*=================================
  start  call to action
 =================================*/
.ts-cta-area {
  background-image: url(../images/cta_img.jpg);
  padding: 55px 0;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: 100%;
}

.ts-cta-area .cta-title h2 {
  color: #fff;
}

.ts-cta-area .cta-btn .btn-primary {
  background: #24272a;
  color: #fff;
  border: 1px solid #24272a;
  text-transform: uppercase;
}

.ts-cta-area .cta-btn .btn-primary:hover {
  background: #434d56;
  border-color: #434d56;
}

/* ts-cta-area-classic */
.ts-cta-area-classic {
  background-image: url(../images/cta_img2.jpg);
  padding: 50px 0;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: 100%;
}

.ts-cta-area-classic .cta-title h1 {
  color: #fff;
}

/*=================================
  start  project section
 =================================*/
#mixcontent .mix {
  display: none;
}

.ts-project-area [class*=" col-"] {
  padding: 0px 5px;
}

.recent-folio-menu {
  text-align: center;
  margin-bottom: 50px;
}

.recent-folio-menu ul li {
    display: inline-block;
    font-weight: 600;
    color: #282828;
    padding: 0 15px;
    margin-right: -5px;
    cursor: pointer;
    position: relative;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.recent-folio-menu ul li.active {
  border-color: #00b1ff;
  color: #00b1ff;
}

.ts-project-area-classic [class*=" col-"] {
  padding: 0px;
}

.single-recent-work {
  position: relative;
}

.single-recent-work img {
  width: 100%;
}

.single-recent-work .recet-work-footer {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #00000069;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
}

.single-recent-work .recet-work-footer h4 {
  color: #fff;
  padding-right: 25px;
}

.single-recent-work .recet-work-footer h4 span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}

.single-recent-work .link-more {
  font-size: 30px;
  padding: 5px 20px;
  background: #00b1ff;
  color: #000000;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.single-recent-work:hover .link-more {
  opacity: 1;
  visibility: visible;
}

/* Projects Single page */
.project-title {
  font-size: 30px;
}

.project-info-label {
  color: #303030;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
}

.project-info {
  margin-top: 55px;
}

.project-info li {
  margin-bottom: 20px;
}

.project-info li .project-link {
  margin-top: 40px;
}

.project-details-title {
  margin-bottom: 40px;
}

.project-details-title h2 {
  margin-bottom: 20px;
}

.project-details-img img {
  margin-bottom: 40px;
}

.project-details-img p {
  margin-bottom: 45px;
}

.project-result p {
  margin-bottom: 20px;
}

.project-result ul li {
  list-style: inside;
  margin-bottom: 10px;
}

/*=================================
  start  funfact section
 =================================*/
.ts-funfact .section-title-item .section-title {
  margin-bottom: 55px;
}

.ts-funfact:before {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.ts-funfact .single-funfact {
  text-align: left;
  margin: 0px 0 0;
}

.ts-funfact .single-funfact i {
  font-size: 60px;
  color: #00b1ff;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}

.ts-funfact .single-funfact i.icon-fun-fact-02 {
  font-size: 67px;
  margin-bottom: 25px;
}

.ts-funfact .single-funfact .funfact-title {
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: inline-block;
}

.ts-funfact .single-funfact p {
  color: #fff;
}

.ts-funfact .single-funfact p:last-of-type {
  margin-bottom: 0;
}

.ts-funfact.funfact-v2-sec {
  padding: 100px 0 94px;
}

.ts-funfact.funfact-v2-sec:before {
  background: transparent;
}

.ts-funfact.funfact-v2-sec .column-title2 {
  color: #eaeaea;
}

.ts-funfact.funfact-v2-sec .single-funfact .funfact-title {
  color: green;
}

/* Fun Fact Classic */
.ts-funfact-classic .single-funfact i {
  color: #24272a;
}

.ts-funfact-classic .single-funfact .funfact-title {
  color: #24272a;
}

.ts-funfact-classic .single-funfact p {
  color: #24272a;
}

/*=================================
  start  testmonial section
 =================================*/
.testimonial-author-content img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-author-content {
  max-width:950px;
  margin: auto;
  padding: 30px 10px 10px 10px;
  
}

.testimonial-author-content .author-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
  bottom: -1px;
}

.testimonial-footer {
  margin: auto;
  padding-top: 15px;
}

.testimonial-footer img {
  width: auto !important;
}



span.author-designation {
  margin-bottom: 20px;
  display: block;
}


/* Testimonial Standard */
.ts-testimonial-standard .service-intro h2 {
  color: #fff;
}

.ts-testimonial-standard .testimonial-carousel {
  color: rgba(255, 255, 255, 0.7);
}

.ts-testimonial-standard .testimonial-carousel .testimonial-author-content .testimonial-footer h3.author-name {
  color: #fff;
}
.testimonial-text {color: #fff;font-size: 15px;}
.testimonial-author-content .testimonial-text i {
    position: absolute;
    top: 0px;
    left: 0%;
    font-size: 65px;
    color: rgba(164, 164, 164, 0.23);
    z-index: -1;
}

/*=================================
  start  latest news section
 =================================*/
.ts-latest-news .latest-news-content p {
  margin-bottom: 37px;
}

.ts-latest-news .single-latest-news {
  position: relative;
  border-bottom: 3px solid #00b1ff;
}

.ts-latest-news .single-latest-news .latest-news-img img {
  width: 100%;
  height: auto;
}

.ts-latest-news .single-latest-news .single-news-content {
  padding: 25px 30px 20px;
  border: 1px solid #ddd;
  border-top: none;
}

.ts-latest-news .single-latest-news .single-news-content span i {
  padding-right: 10px;
}

.ts-latest-news .single-latest-news .single-news-content .category-info {
  display: inline-block;
  margin-right: 20px;
}

.ts-latest-news .single-latest-news .single-news-content .date-info {
  margin-bottom: 8px;
  display: inline-block;
}

.ts-latest-news .single-latest-news .single-news-content .ts-post-title {
  margin: 12px 0px;
}

.ts-latest-news .single-latest-news .single-news-content .ts-post-title a {
  color: #000000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.ts-latest-news .single-latest-news .single-news-content .ts-post-title a:hover {
  color: #00b1ff;
}

.ts-latest-news .single-latest-news .single-news-content .blog-author {
  position: relative;
  padding: 22px 0 22px 42px;
  border-top: 1px solid gray;
}

.ts-latest-news .single-latest-news .single-news-content .blog-author img {
  position: absolute;
  left: 0;
  top: 21px;
  width: 27px;
  height: 27px;
}

.ts-latest-news .single-latest-news .single-news-content .blog-author label {
  font-size: 14px;
  color: #949494;
  margin-bottom: 0;
}

/* latest-news-standard */
.ts-latest-news-standard .single-latest-news {
  border-bottom: none;
}

.ts-latest-news-standard .single-latest-news .single-news-content {
  padding: 20px 25px 15px;
  border: none;
  position: relative;
  left: 28px;
  background: #fff;
  top: -50px;
  margin-right: 50px;
}

/* Partners
================================================== */
/*-- Partners carousel --*/
.ts-partner-area.padtop-135 {
  padding-bottom: 100px !important;
}

.partners.owl-carousel .owl-nav {
  margin-top: 0;
}

.partners figure {
  margin-bottom: 0;
}

.partner-logo {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 55px;
}

.partner-logo img {
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  width: auto !important;
}

.partner-logo:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.owl-carousel.owl-theme.partners .owl-nav .owl-prev {
  left: 0;
  right: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-carousel.owl-theme.partners .owl-nav .owl-prev:hover {
  color: #fff;
  background: #a2df48;
}

.owl-carousel.owl-theme.partners .owl-nav [class*=owl-] {
  bottom: -12px;
}

/* ==========================

    Footer

=============================*/
.ts-footer {
  padding: 75px 0 0px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.ts-footer .widget-details h3 {
  color: #fff;
  margin-top: 30px;
  font-weight: 500;
}

.ts-footer .widget-details p {
  color: #fff;
}

.ts-footer .widget-details ul li {
  line-height: 30px;
  color: #fff;
}

.ts-footer .widget-details ul li span {
  color: #00b1ff;
}

.ts-footer .footer-widget {
  margin-top: 25px;
}

.ts-footer .footer-widget ul li a {
  color: #fff;
  line-height: 30px;
}

.ts-footer .footer-widget ul li a:hover {
  color: #00b1ff;
}

.ts-footer .footer-widget ul li a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 10px;
  color: #fff;
}

.ts-footer .footer-widget h3 {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.ts-footer-info-box {
  position: relative;
  top: 0;
  background: #f46939;
  padding: 40px;
  z-index: 2;
  margin-top: -112px;
}

.ts-footer-info-box form .form-row input {
  width: 100%;
  font-size: 15px;
  text-transform: capitalize;
  height: 55px;
  background: #fff;
  padding-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.ts-footer-info-box form .form-btn {
  padding: 0px;
}

.ts-footer-info-box form .form-btn button.btn-bordered {
  border-radius: 0px;
  padding: 18px 20px;
  display: block;
  background: #101010;
  color: #fff;
  width: 100%;
}

.ts-footer-info-box h4 {
  margin-top: 40px;
}

.ts-footer-info-box h4.call-us {
  display: block;
}

.ts-footer-info-box h4.call-us span {
  display: block;
  margin-top: 30px;
  text-decoration: underline;
}
.ts-footer-info-box h4.call-us span a{
color:#282828;
}

.widget-details ul li a {color:#fff;}

.ts-footer-info-box span.box-border {
  width: 0;
  position: absolute;
  top: 0;
  height: 0;
  border-top: 37px solid #fff;
  border-right: 35px solid transparent;
  left: 0;
}

.ts-footer-info-box img {
  position: absolute;
  right: 0;
  bottom: -10px;
}

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget ul li {
  margin-bottom: 18px;
}

/*  copyright  */
.copyright {
  background: #0455bf;
  padding: 20px 0px;
  text-align:center;
}

.copyright span {
  color: #fff;
  line-height: 25px;
  
}

.copyright span a {
    color: #f46939;
}

.copyright .unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

.copyright .footer-social ul li {
  display: inline-block;
  margin-right: 15px;
}

.copyright .footer-social ul li a i {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.copyright .footer-social ul li a i.fa-facebook {
  background: #3b5998;
}

.copyright .footer-social ul li a i.fa-twitter {
  background: #1da1f2;
}

.copyright .footer-social ul li a i.fa-google-plus {
  background: #db4c3f;
}

.copyright .footer-social ul li a i.fa-linkedin {
  background: #1178b3;
}

.copyright .footer-social ul li a i:hover {
  background: #00b1ff;
  color: #fff;
  border-color: #00b1ff;
}

/* ==========================

   Sub Pages

=============================*/
/* About Us */
.ts-about-feature {
  margin-bottom: 40px;
}

.ts-about-feature:last-child {
  margin-bottom: 0px;
}

.ts-about-feature .about-feature-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ts-about-feature .about-feature-info .about-feature-content {
  margin-left: 20px;
}

.ts-about-feature .about-feature-info .about-feature-content h3 {
  margin-bottom: 10px;
}

.ts-about-feature .about-feature-info .about-feature-icon {
  padding-top: 5px;
  margin-right: 25px;
  min-width: 35px;
}

.ts-about-feature .about-feature-info .about-feature-icon i {
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 100%;
  line-height: 75px;
  color: #000;
  display: inline-block;
  font-size: 35px;
}

.about-intro {
  padding-right: 30px;
}

.about-intro a.btn {
  margin-right: 30px;
  margin-top: 30px;
}

/* about us standard*/
.ts-aboutus-standard .about-feature-item {
  margin-top: 20px;
}

.ts-aboutus-standard .about-feature-item i.icon {
  font-size: 36px;
  color: #00b1ff;
  margin-right: 15px;
}

.ts-aboutus-standard .about-feature-item i span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
  color: #000;
}

.ts-aboutus-standard h3 {
  font-size: 18px;
}

.ts-team .ts-team-info .team-name {
  margin-top: 30px;
  line-height: 16px;
  margin-bottom: 5px;
}

.team-2 .ts-team {
  margin: 0 15px;
}

.team-2 .ts-team .ts-team-info {
  border: 1px solid #f0f0f0;
}

.team-2 .ts-team .ts-team-info .team-name {
  margin-top: 30px;
  line-height: 16px;
  margin-bottom: 5px;
}

.team-2 .ts-team .ts-team-info .team-social {
  position: absolute;
  right: 15px;
  top: 50px;
  padding: 10px 7px;
  background: #24272a;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 0;
  visibility: hidden;
}

.team-2 .ts-team .ts-team-info .team-social li {
  margin-bottom: 10px;
}

.team-2 .ts-team .ts-team-info .team-social li i {
  display: block;
  width: 21px;
  height: 21px;
  text-align: center;
  font-size: 11px;
  line-height: 21px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.team-2 .ts-team .ts-team-info .team-social li i.fa-facebook {
  background: #3b5998;
}

.team-2 .ts-team .ts-team-info .team-social li i.fa-twitter {
  background: #1da1f2;
}

.team-2 .ts-team .ts-team-info .team-social li i.fa-google-plus {
  background: #db4c3f;
}

.team-2 .ts-team .ts-team-info .team-social li i.fa-linkedin {
  background: #1178b3;
}

.team-2 .ts-team .ts-team-info .team-social li i:hover {
  background: #00b1ff;
  color: #fff;
  border-color: #00b1ff;
}

.team-2 .ts-team .team-img-wrapper {
  position: relative;
}

.team-2 .ts-team .team-img-wrapper:after {
  background-color: rgba(252, 191, 27, 0.7);
  z-index: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 0;
  visibility: hidden;
}

.team-2 .ts-team:hover .team-social {
  opacity: 1;
  visibility: visible;
}

.team-2 .ts-team:hover .team-img-wrapper:after {
  opacity: 1;
  visibility: visible;
}

.ts-feature-block .feature-block-intro {
  padding: 80px 20px;
  /*max-width: 565px;*/
  margin-left: auto;
  margin-right: 0;
}

.ts-feature-block .feature-block-intro h2.column-title {
  color: #fff; font-size: 27px;
}

.ts-feature-block .feature-block-intro h2.column-title span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.ts-feature-block .feature-block-intro p {
  color: #fff;
  margin-bottom: 10px;
}

.feature-block-desc {
  padding: 80px 70px 70px 80px;
  position: relative;
  max-width: 610px;
}

.feature-block-desc .feature-block-title {
  position: relative;
}

.feature-block-desc .feature-block-title:before {
  content: '';
  position: absolute;
  bottom: -20px;
  height: 1px;
  width: 50px;
  left: 0;
  z-index: 0;
  border-bottom: 2px solid #000;
}

.feature-block-desc p {
  margin-top: 40px;
}

.feature-block-desc .single-block-desc h3 {
  font-size: 18px;
  margin-top: 10px;
}

.feature-block-desc .single-block-desc h3 img {
  margin-right: 15px;
}

/* ==========================

    Service

=============================*/
/* Service Details
============================== */
.service-menu li {
  background: #f8f8f8;
  margin-bottom: 2px;
}

.service-menu li a:before{
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 10px;
  color: #000;
}

.service-menu li a {
  display: block;
  padding:5px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #101010;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-menu li a:hover {
  background: #00b1ff;
  color: #fff;
  margin: 0px 10px;
}

.ts-service-detials .sidebar .widget {
  background: #f7f7f7;
}

.ts-service-detials .sidebar .widget.widget-download {
  padding: 30px;
  margin: 30px 0px;
}

.ts-service-detials .sidebar .widget.widget-download .download-btn a {
  color: #fff;
}

.ts-service-detials .sidebar .widget.widget-download .download-btn a img {
  float: left;
  margin-right: 30px;
}

.ts-service-detials .sidebar .widget-details {
  padding: 40px;
}

.ts-service-detials .sidebar .widget-details ul li {
  margin-bottom: 10px;
}

.ts-service-content .section-title {
  margin-bottom: 50px;
}

.ts-service-content .column-title {
  margin-bottom: 25px;
}

.ts-service-content .service-img {
  margin: 35px 0 35px;
  display: block;
}

.ts-service-content .service-list {
  margin-top: 30px;
}

.ts-service-content .project-desc {
  margin: 50px 0px;
}

.ts-service-content .service-features .service-feature-img {
  float: left;
  margin-top: 25px;
}

.ts-service-content .service-features .service-features-details {
  padding-left: 80px;
  margin-top: 25px;
}

/* FAQ 
======================================= */
.accordion-area {
  padding-left: 60px;
}

.accordion-area .column-title {
  margin-bottom: 45px;
}

.card {
  border-radius: 0;
  border-color: #e5e5e5;
  border-bottom: none;
  background: transparent;
  border: none;
  margin-bottom: 10px;
}

.card .card-header {
  background: none;
  padding: 0;
  border: none;
  margin-bottom: 0 !important;
}

.card .card-body {
  padding-top: 10px;
  margin-top: -5px;
  padding-left: 45px;
  border: 1px solid #ddd;
  border-top: transparent;
}

.card .card-button a {
  font-weight: 700;
  color: #101010;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding: 15px 25px 15px;
  border: 1px solid #ddd;
}

.card .card-button a[aria-expanded="true"] {
  background: transparent;
  border-bottom: transparent;
}

.card .card-button a[aria-expanded="true"]:before {
  content: "\f068";
}

.card .card-button a[aria-expanded="false"]:after {
  content: "\f067";
}

.card .card-button a:before, .card .card-button a:after {
  float: right;
  font-size: 12px;
  color: #101010;
  font-family: 'FontAwesome';
  position: absolute;
  top: 14px;
  right: 14px;
}

.faq-sidebar .widget-faq .xs-form .form-control {
  border-radius: 0;
  padding: 5px 20px;
  margin-bottom: 20px;
}

.faq-sidebar .widget-faq .xs-form textarea {
  resize: none;
}

.collapse.show:before .card {
  border-left: 2px solid #00b1ff;
}

/* Pricing table
===================================== */
.plan {
  padding: 35px 40px 40px;
  border-radius: 5px;
}

.plan .plan-name {
  font-weight: 600;
  margin-bottom: 20px;
}

.plan .plan-price strong {
  font-size: 45px;
  font-weight: 600;
}

.plan .plan-price sup {
  font-size: 20px;
  top: -20px;
}

.plan ul {
  margin-top: 35px;
}

.plan ul li {
  margin-bottom: 12px;
}

.plan ul li:last-child {
  margin-bottom: 45px;
}

.plan.plan-highlight {
  background: #2f3967;
  color: #fff;
}

.plan.plan-highlight .plan-name {
  color: #fff;
}

.plan.plan-highlight .plan-price sup,
.plan.plan-highlight .plan-price strong {
  color: #fff;
}

.plan .plan-tag {
  position: absolute;
  top: 16px;
  left: 38px;
  width: 65px;
  height: 32px;
  background: #00b1ff;
  line-height: 32px;
  display: block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding-left: 10px;
}

.plan .plan-tag:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0px;
  border-style: solid;
  border-color: transparent transparent transparent #2f3967;
  border-width: 16px 0 16px 12px;
}

/* 404
 ================================================== */
.not-found {
  padding-top: 0;
}

.not-found p {
  font-size: 200px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.not-found p small {
  display: block;
}

.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/*       Blog
=====================================*/
.sidebar.sidebar-right {
  margin-left: 10px;
}

.sidebar.sidebar-right.mt-minus-105 {
  margin-top: -105px;
}

.sidebar.sidebar-left {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
  }
}

.sidebar .widget {
  padding: 30px 20px;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
}

.sidebar .widget .widget-title span {
  font-weight: 400;
}

.sidebar .widget.widget-social {
  padding-right: 0;
  background: #f1f1f1;
}

.sidebar .widget .service-time li {
  border-bottom: none;
  font-size: 16px;
  color: #666666;
}
.sidebar .widget .service-time li i {

    margin-right: 10px;

}



.sidebar .widget.widget-download {
  padding: 27px 35px;
  background: #2f3967;
}

.sidebar .widget.widget-search {
  padding: 0;
  border: none;
  position: relative;
}

.sidebar .widget.widget-search input {
  padding: 26px 25px;
  border-radius: 0;
  font-style: italic;
  border-color: #eee;
  color: #101010;
}

.sidebar .widget.widget-search input::-webkit-input-placeholder {
  color: #101010;
}

.sidebar .widget.widget-search input:-ms-input-placeholder {
  color: #101010;
}

.sidebar .widget.widget-search input::-ms-input-placeholder {
  color: #101010;
}

.sidebar .widget.widget-search input::placeholder {
  color: #101010;
}

.sidebar .widget.widget-search .input-group-btn i {
  font-size: 18px;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #00b1ff;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 999;
  cursor: pointer;
}

.sidebar .widget .widget-title {
  margin-bottom: 20px;
}

.sidebar .widget .media {
  margin-bottom: 40px;
}

.sidebar .widget .media img {
  width: 80px;
  height: 70px;
}

.sidebar .widget .media:last-child {
  margin-bottom: 0;
}

.sidebar .widget .media-body {
  margin-left: 20px;
}

.sidebar .widget .media-body .post-date a {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

.sidebar .widget .media-body .entry-title a {
  color: #101010;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget .media-body .entry-title a:hover {
  color: #00b1ff;
}

.sidebar .widget .media-body h4.entry-title {
  font-size: 15px;
  line-height: 20px;
}

.sidebar .widget .widget-nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar .widget .widget-nav-tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 17px;
}

.sidebar .widget .widget-nav-tabs li a {
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget .widget-nav-tabs li:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget-nav-tabs li:hover a,
.sidebar .widget .widget-nav-tabs li:hover span {
  color: #00b1ff;
}

.sidebar .widget.widget-tags ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}

.sidebar .widget.widget-tags ul li a {
  display: block;
  padding: 5px 20px;
  border: 1px solid #eee;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget.widget-tags ul li a:hover {
  background: #00b1ff;
  color: #fff;
}

.sidebar .widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}

/* News left and Right
=================================== */
.post {
  margin-bottom: 40px;
  position: relative;
}

.post .post-body {
  border: 1px solid #eeeeee;
  padding: 17px 40px 30px;
}

.post .post-body .entry-title {
  font-size: 30px;
  margin-bottom: 25px;
}

.post .post-body .entry-title a {
  color: #010101;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.post .post-body .entry-title a:hover {
  color: #00b1ff;
}

.post .post-body .post-meta .post-footer {
  display: block;
  float: right;
  margin-top: 5px;
  margin-right: 0;
}

.post .post-body .post-meta .post-footer a {
  margin-right: 0;
  color: #00b1ff;
}

.post .post-body .post-meta .post-footer a i {
  border-radius: 0;
  border: none;
  font-size: 16px;
  margin-left: 0px;
}

.post .post-quote-wrapper {
  border: 1px solid #eee;
}

.post .post-quote-content {
  padding: 35px 40px 10px;
}

.post .post-quote-content .entry-header i {
  display: inline-block;
  font-size: 46px;
  color: #00b1ff;
  margin-bottom: 22px;
}

.post .post-quote-content .entry-header .entry-title {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 29px;
  font-style: italic;
}

.post .post-quote-content .entry-header .entry-title a {
  color: #666666;
  font-weight: 400;
}

.post .post-quote-content .post-meta {
  padding-top: 10px;
  text-align: left;
}

.post .post-quote-content .post-meta .post-footer {
  display: block;
  float: right;
  margin-top: 5px;
  margin-right: 0;
}

.post .post-quote-content .post-meta .post-footer a {
  margin-right: 0;
  color: #00b1ff;
}

.post .post-quote-content .post-meta .post-footer a i {
  border-radius: 0;
  border: none;
  font-size: 16px;
  margin-left: 0px;
}

.post .post-meta {
  padding-top: 20px;
  margin-bottom: 30px;
}

.post .post-meta .post-author a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}

.post .post-meta .post-author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.post .post-meta span {
  margin-right: 25px;
}

.post .post-meta .post-comment {
  color: #666666;
  font-size: 14px;
}

.post .post-meta .post-comment a {
  margin-left: 5px;
}

.post .post-meta a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}

/* Contact us */
.mapouter .gmap_canvas {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.mapouter .gmap_canvas #gmap_canvas {
  width: 100%;
  border: none;
}

.contact-details {
  background: #2f3967;
  padding: 52px 40px 38px;
}

.contact-details h2.column-title {
  margin-bottom: 27px;
}

.contact-details .column-title {
  margin-bottom: 12px;
}

.contact-details .contact-info-item {
  margin-bottom: 23px;
}

.contact-details .contact-info-item:last-of-type {
  margin-bottom: 0;
}

.contact-details p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  color: #fff;
}

@media (max-width: 991px) {
  .contact-details {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .contact-details {
    margin-top: 40px;
  }
}

.contact-us .contactMe {
  border: none;
}

.contact-us .contactMe > section {
  padding: 0;
}

.contact-us .contactMe textarea {
  height: 150px;
}

.video-popup {
  position: relative;
}

.video-popup .video-popup-btn {
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
}

.video-popup .video-popup-btn a {
  width: 75px;
  height: 75px;
  text-align: center;
  background: #2f3967;
  display: block;
  line-height: 75px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
}

@media (max-width: 991px) {
  .video-popup img {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .video-popup img {
    width: 100%;
    margin-top: 40px;
  }
}

/* Video Button */
.video-btn a {
  position: absolute;
  font-size: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  color: #fff;
  z-index: 2;
}

.video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.post-video {
  position: relative;
}

/* Pagination */
.pagination li a {
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 5px;
  line-height: 42px;
  display: block;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #101010;
}

.pagination li a:hover {
  background: #00b1ff;
  color: #fff;
}

/* News Details
=================================== */
.post-content.post-single {
  margin-bottom: 40px;
  position: relative;
}

.post-content.post-single .post-body {
  border: 1px solid #eeeeee;
  padding: 17px 40px 30px;
}

.post-content.post-single .post-body .entry-title {
  font-size: 30px;
  margin-bottom: 25px;
}

.post-content.post-single .post-body .entry-title a {
  color: #010101;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.post-content.post-single .post-body .post-meta {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.post-content.post-single .post-body .post-meta .post-author a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}

.post-content.post-single .post-body .post-meta .post-author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.post-content.post-single .post-body .post-meta span {
  margin-right: 25px;
}

.post-content.post-single .post-body .post-meta .post-comment {
  color: #666666;
  font-size: 14px;
}

.post-content.post-single .post-body .post-meta .post-comment a {
  margin-left: 5px;
}

.post-content.post-single .post-body .post-meta a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}

.post-content.post-single .post-body .entry-content blockquote {
  margin-top: 37px;
  margin-bottom: 35px;
}

.post-content.post-single .post-body .entry-content blockquote i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  font-size: 36px;
  color: #00b1ff;
  margin-bottom: 22px;
}

.post-content.post-single .post-body .entry-content blockquote p cite {
  color: #00b1ff;
}

.post-content.post-single .post-body .entry-content > h3 {
  color: #101010;
  font-size: 24px;
  margin-bottom: 25px;
}

.post-content.post-single .post-body .entry-content .list-round-solid {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.post-content.post-single .post-body .post-footer {
  margin-top: 26px;
}

.post-content.post-single .post-body .post-footer .post-tags strong {
  color: #101010;
  margin-right: 15px;
}

.post-content.post-single .post-body .post-footer .post-tags a {
  border: 1px solid #eee;
  padding: 5px 20px;
  margin-right: 10px;
  color: #666666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.post-content.post-single .post-body .post-footer .post-tags a:hover {
  background: #00b1ff;
  color: #fff;
}

.post-content.post-single .post-body .post-footer .post-tags a:last-child {
  margin-right: 0;
}


.ts-service-content .post-tags a {
  border: 1px solid #eee;
  padding: 5px 20px;
  margin-right: 10px;
  color: #666666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
    margin-bottom: 1%;
    display: inline-block;
}

.ts-service-content .post-tags a:hover {
  background: #00b1ff;
  color: #fff;
}

.ts-service-content .post-tags a:last-child {
  margin-right: 0;
}



.post-social-icons li {
  display: inline-block;
  margin-left: 12px;
}

.post-social-icons li a {
  color: #252a37;
  font-size: 14px;
}

.author-box {
  padding: 40px 40px 20px;
}

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

.author-box .author-info {
  margin-left: 90px;
}

.author-box .author-info > h3 {
  margin-bottom: 4px;
}

.author-box .author-url {
  margin-bottom: 12px;
}

.author-box .author-url a {
  color: #666666;
  font-size: 14px;
}

.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.post-navigation.borderd {
  border: 1px solid #f1f1f1;
}

.post-navigation .post-previous a span i {
  padding-right: 10px;
}

.post-navigation .post-next a span i {
  padding-left: 5px;
}

.post-navigation div {
  padding: 30px 40px;
}

.post-navigation div a h3 {
  line-height: 30px;
}

.post-navigation div a span {
  color: #666;
  font-size: 14px;
}

.post-navigation div:hover a span i {
  color: #00b1ff;
}

.post-navigation .post-next {
  text-align: right;
}

.post-navigation:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  background: #f1f1f1;
  top: calc(50% - 35px);
  left: calc(50% - 1px);
}

.comments-area .comments-heading {
  font-size: 24px;
  margin-bottom: 32px;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
}

.comments-list .comment {
  margin-bottom: 40px;
}

.comments-list .comment .comment-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.comments-list .comment .comment-body {
  margin-left: 90px;
}

.comments-list .comment .comment-body .comment-author {
  font-size: 20px;
  color: #101010;
}

.comments-list .comment .comment-body .comment-date {
  display: block;
  font-size: 14px;
  margin-top: -2px;
  margin-bottom: 10px;
}

.comments-list .comment .comment-body .meta-data span a {
  color: #666666;
  font-size: 14px;
}

.comments-list .comment .comment-body .meta-data span a i {
  font-size: 16px;
  color: #252a37;
  margin-right: 5px;
}

.comments-list .comments-reply {
  list-style: none;
  margin: 0;
}

.comments-list .comments-reply .comment {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comments-list .comments-reply .comment .comment-body {
  background: #f7f9fd;
  padding: 25px 30px 10px;
}

.comments-form .form-control:focus {
  color: #666;
}

.comments-form .title-normal {
  margin-bottom: 35px;
  font-size: 24px;
}

.comments-form form input {
  padding: 12px 18px;
  border-radius: 00;
  border-color: #eeeeee;
}

.comments-form form textarea {
  border-radius: 0;
  border-color: #eeeeee;
  resize: none;
}

blockquote {
  position: relative;
  color: #000;
  background: #fff;
  padding: 40px;
  border: 0;
  margin: 30px 0 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

blockquote:before {
  padding: 28px 0 22px;
  content: "\e943";
  font-family: 'iconfont';
  color: #000;
  font-size: 44px;
}

blockquote p {
  font-size: 16px;
  line-height: 28px;
  position: relative;
  z-index: 1;
  font-style: italic;
  font-weight: 500;
}

/* Contact 
======================================= */
/* Contact 1 */
.ts-contact {
  border-bottom: 1px solid #eeeeee;
  padding: 60px 0px;
}

.ts-contact .ts-contact-info .contact-info-box .info-details h4.info-title {
  line-height: 10px;
}

.ts-contact .mapouter .gmap_canvas {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.ts-contact .mapouter .gmap_canvas #gmap_canvas {
  width: 100%;
  border: none;
}

.ts-contact:first-child {
  padding-top: 0px;
}

.ts-contact:last-child {
  border: none;
  padding-bottom: 50px;
}

.ts-contact a.btn {
  margin: 20px 15px 0px 0px;
}

/* Contact 2 */
.ts-contact-v2-sec {
  margin-bottom: 100px;
}

.ts-contact-v2-sec .ts-single-title {
  margin-bottom: 32px;
}

.ts-contact-v2-sec .ts-form-group {
  padding: 0;
  background: #FFFFFF;
}

.ts-contact-v2-sec .ts-form-group .form-control {
  border: 1px solid #eeeeee;
}

.ts-contact-v2-sec .ts-form-group .ts-btn-wraper {
  text-align: center;
}

.ts-contact-v2-sec .ts-form-group .ts-btn-wraper .ts-btn {
  width: auto;
  display: inline-block;
}

.ts-form .form-control {
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 5px;
  height: 50px;
  padding: 10px 20px;
  font-size: 13px;
}

.ts-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ts-form .form-control.message-box {
  resize: none;
  height: 133px;
  margin-bottom: 35px;
}

.ts-form .form-control::-webkit-input-placeholder {
  color: #bdbdbd;
}

.ts-form .form-control:-ms-input-placeholder {
  color: #bdbdbd;
}

.ts-form .form-control::-ms-input-placeholder {
  color: #bdbdbd;
}

.ts-form .form-control::placeholder {
  color: #bdbdbd;
}

.ts-form .form-submit {
  text-align: right;
}

.ts-form input::-webkit-outer-spin-button,
.ts-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

/* magnific pop up modal */
.mfp-bg.xs-promo-popup {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation .8s ease-out forwards;
  animation: menu-animation .8s ease-out forwards;
}

/* animation keyframes list */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

/* Styles for dialog window */
.xs-promo-popup .modal-content {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}

.xs-promo-popup .mfp-close {
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  -o-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
}

.xs-promo-popup.mfp-ready .mfp-close {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* at start */
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  -o-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
}

/* animate in */
.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*    Home 2
=========================*/
.hero-slider .slider-item {
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-slider .slider-item .slider-content {
  height: auto;
  color: #fff;
  margin-top: 120px;
}

.hero-slider .slider-item .slider-content .slider-title {
  font-size: 45px;
  line-height: 54px;
  color: #fff;
  margin-bottom: 20px;
}

.hero-slider .slider-item .slider-content .slider-sub-title {
  font-size: 24px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}

.hero-slider .slider-item .slider-content p {
  margin-bottom: 40px;
}

.hero-slider .slider-item .slider-content .btn-area .btn-border {
  margin-left: 30px;
}

.hero-slider .owl-nav {
  display: none;
}

.hero-table {
  width: 100%;
  height: 100%;
  display: table;
}

.hero-table .hero-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.hero-table .hero-table-cell .mx-auto .slider-content {
  text-align: center;
}

.intro-about-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100000;
}

.intro-about {
  margin-top: -70px;
  position: relative;
z-index: 100000;
}

.intro-text {
  padding: 40px 35px;
  position: relative;
  background:#ff6034;
}

.intro-text .column-title {
  color: #000;
}

.intro-text .column-title span {
  color: #282828;
  font-weight: 500;
  line-height: 20px;
}

.intro-text p {
  margin-bottom: 40px;
}

.intro-text .trophy-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 120px;
}

.intro-about-item {
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  margin: 0px 0px 0px;
}

.funfact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.funfact-item::before {
  content: "";
  position: absolute;
  background-color: #e9e9e9;
  top: 0;
  left: 50%;
  margin-left: -.5px;
  height: 100%;
  width: 1px;
}

.funfact-item li {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 20px 20px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: -1px;
}

.funfact-item .single-funfact {
  position: relative;
  padding-left: 80px;
}

.funfact-item .single-funfact i {
  font-size: 50px;
  color: #00b1ff;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.funfact-item .single-funfact p {
  margin-bottom: 0;
}

.funfact-item .single-funfact .funfact-title {
  font-size: 36px;
}

.client-services {
  margin: 0 15px;
}

.client-service-logo {
  border: 1px solid #efefef;
  padding: 45px 0;
  text-align: center;
  overflow: hidden;
}

.client-service-logo figure {
  margin: 0;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.client-service-logo figure:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.cta-title .column-title {
  margin-bottom: 0;
}

.srevice-img {
  margin-bottom: 30px;
    height:220px;
}

.srevice-img img {
width: 100%; overflow: hidden; height: 100%;
}

/*       Home 4
=============================*/
.hero-slider-classic {
  position: relative;
}

.ts-feature-box-classic {
  position: relative;
  margin-top: -50px;
  z-index: 1;
}

.ts-service-quality .ts-service-box .ts-service-box-info:after {
  top: 60%;
}

/*       Home 5
=============================*/
.featured-box-classic {
  position: relative;
}

.featured-box-classic:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.featured-box-classic .feature-box-classic-info {
  position: relative;
  z-index: 1;
}

.navbar-sticky.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.75);
  padding: 0px;
}

.navbar-sticky.sticky .navbar {
  padding: 0;
  background: transparent;
}

.navbar-sticky.sticky.fade_down_effect {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.navbar-sticky.sticky.header-classic {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
}

.navbar-sticky.sticky.nav-classic {
  background: #fff;
}

.navbar-sticky.sticky.nav-classic .main-logo {
  padding: 18px 13px;
}

.navbar-sticky.sticky.nav-classic .main-logo a:after {
  border: 0;
}

.navbar-sticky.sticky.nav-standard:after {
  height: auto;
}

.navbar-sticky.sticky.nav-standard .navbar .navbar-nav .dropdown a {
  color: #fff;
}

.navbar-sticky.sticky .nav-search-btn a.xs-modal-popup {
  color: #fff !important;
}

/* Quote area
================================================== */
.quote-area {
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}

.quote_form {
  color: #fff;
  padding: 50px 60px 61px;
  position: absolute;
  top: -120px;
}

.quote_form:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(48, 48, 48, 0.95);
}

.quote_form p {
  color: #fff;
  position: relative;
}

.quote_form .form-group {
  margin-bottom: 30px;
}

.quote_form {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.quote_form .column-title {
  margin-bottom: 15px;
}

.quote_form .contact-form {
  position: relative;
  margin-top: 30px;
}

.quote_form .contact-form .form-group input::-webkit-input-placeholder,
.quote_form .contact-form .form-group textarea::-webkit-input-placeholder {
  color: #f7f7f7;
}

.quote_form .contact-form .form-group input:-ms-input-placeholder,
.quote_form .contact-form .form-group textarea:-ms-input-placeholder {
  color: #f7f7f7;
}

.quote_form .contact-form .form-group input::-ms-input-placeholder,
.quote_form .contact-form .form-group textarea::-ms-input-placeholder {
  color: #f7f7f7;
}

.quote_form .contact-form .form-group input::placeholder,
.quote_form .contact-form .form-group textarea::placeholder {
  color: #f7f7f7;
}

.quote_form input::input-placeholder,
.quote_form textarea::input-placeholder {
  color: #fff;
}

@media screen and (min-width: 992px) {
  textarea.form-control {
    height: 118px;
  }
}

.quote_form textarea {
  resize: none;
}

.quote_form .form-control {
  border: 0;
  border-bottom: 1px solid #636363;
  color: #fff;
  padding-left: 0;
  border-radius: 0;
  background: transparent;
  outline: none;
}

.quote_form .form-control:focus {
  border: 0;
  border-bottom: 1px solid #00b1ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  outline: none;
}

.quote_form .tag-line {
  text-align: center;
  color: #fff;
  clear: both;
  margin-top: 20px;
  margin-bottom: 0;
}

.quote_form .tag-line p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}

/* Quote area classic */
.quote-area-classic .quote_form {
  position: relative;
  top: 0;
  background: #1f1f1f;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.quote-area-classic .quote-img {
  margin-top: 30px;
  margin-bottom: -55px;
  position: relative;
  right: -20px;
}

/* Background overlay */
.bg-overlay {
  position: relative;
}

.bg-overlay .container {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-overlay.overlay-color:after {
  background-color: rgba(0, 0, 0, 0.85);
}

.ts-form .form-control {
  border: 1px solid #e3e3e3;
}

.banner-heading {
  padding-top: 250px;
}

.banner-heading {
  /* position: absolute; */
  top: 50%;
}

/* Workign Process */
.ts-working-box {
  position: relative;
}

.ts-working-box h3 {
  font-size: 18px;
  color: #2f2c2c;
  margin-top: 25px;
}

.ts-working-box .working-icon-wrapper {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 1px solid #e4e4e4;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 10px;
}

.ts-working-box .working-icon-wrapper .working-icon {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  border-radius: 50%;
  background: #f0f0f0;
}

.ts-working-box .working-icon-wrapper .working-icon:after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-image/arrow.png);
  right: 75px;
  top: 50%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.ts-working-box .working-icon-wrapper .working-icon.first:after {
  display: none;
}

.working-process-number {
  position: absolute;
  right: 5px;
  top: -5px;
  background: #00b1ff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 700;
}

.ts-team-slider .hero-table .hero-table-cell {
  display: inline;
}

.ts-team-slider.owl-carousel .owl-nav {
  display: inline-block;
}

.ts-team-slider .owl-nav .owl-prev,
.ts-team-slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  z-index: 5;
  display: inline-block;
}

.ts-team-slider .owl-nav .owl-prev:focus,
.ts-team-slider .owl-nav .owl-next:focus {
  outline: none;
}

.ts-team-slider .owl-nav .owl-prev:hover,
.ts-team-slider .owl-nav .owl-next:hover {
  outline: none;
}

.ts-team-slider .owl-nav .owl-prev:hover i,
.ts-team-slider .owl-nav .owl-next:hover i {
  background: #00b1ff;
}

.ts-team-slider .owl-nav .owl-next {
  right: -50px;
}

.ts-team-slider .owl-nav .owl-prev {
  left: -50px;
}

.ts-team-slider .owl-nav i {
  color: #FFFFFF;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 24px !important;
  border-radius: 0;
  background: #24272a;
  padding: 5px 6px;
}
.modal-body { padding:0px!important;}
.modal-body img{width:100%;}
.modal{margin-top: 5%;}
/*------------back to top-------------*/
.BackTo {
  background: #00b1ff none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 85px;
  color: #979797;
  cursor: pointer;
  height: 44px;
  position: fixed;
  right: 14px;
  text-align: center;
  width: 44px;
  z-index: 9;
  display: block;
  padding: 8px 0;
}

.BackTo a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 2px;
}

/*   Top Bar
=================================*/
.top-bar .header-nav-right-info,
.top-bar li {
  display: inline-block;
  padding: 6px 33px;
  margin-right: 0px;
  color: #101010;
  font-size: 12px;
}

.top-bar .header-nav-right-info i,
.top-bar li i {
  font-size: 20px;
  color: #222222;
  margin: 0px 10px;
}

.top-bar .unstyled {
  display: inline-block;
}

.top-bar .unstyled li {
  padding: 0px;
}

.top-bar .unstyled li i {
  font-size: 14px;
  color: #101010;
}

.top-bar .unstyled li:last-child {
  margin-right: 0px;
}

/*   Logo
=================================*/
.main-logo {
  background: #00b1ff;
  padding: 43px 0px;
  text-align: center;
}

/*   Nav
=================================*/
.nav-search-button {
  width: 75px;
  height: 60px;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #222222;
}

.navbar {
  padding: 0px;
  /*background-color: #222222;*/
}

.navbar .nav-right .nav-search-btn {
  position: relative;
}

.navbar .nav-right .nav-search-btn .xs-modal-popup {
  color: #fff;
  padding: 0 25px;
}

.navbar-brand {
  padding: 0;
}

ul.navbar-nav >
li.active > a {
  color: #00b1ff;
}

ul.navbar-nav > li > a {
  font-weight: 500;
  font-size: 15px;
  line-height: 78px;
  text-transform: uppercase;
  padding: 0 10px;
  display: block;
}

ul.navbar-nav > li > a:hover {
  color: #00b1ff;
  border-bottom: 2px solid;
}

ul.navbar-nav > li > a:hover:after {
  opacity: 1;
  visibility: visible;
}

ul.navbar-nav li .dropdown-menu {
  padding: 10px 20px;
  min-width: 390px;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  background-color: #1c1e22;
}

ul.navbar-nav li .dropdown-menu li a {
  font-size: 15px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
  border-top: 1px solid #3e3e3e;
  font-weight: 500;
}

ul.navbar-nav li .dropdown-menu li a:hover {
  color: #00b1ff;
}

ul.navbar-nav li .dropdown-menu li a:active {
  opacity: 1;
  visibility: visible;
}

ul.navbar-nav li .dropdown-menu li:last-child a {
  border-bottom: none;
}

ul.navbar-nav li .dropdown-menu li:first-child a {
  border-top: none;
}

.dropdown-menu.show {
  display: none;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  vertical-align: top;
}

ul.navbar-nav {
  position: relative;
}

.nav-border {
  border-bottom: 1px solid #363d8a;
  padding: 10px 0;
}

.nav-border .navbar {
  padding: 0px 0;
}

@media (min-width: 991px) {
  .header ul.navbar-nav li:hover > .dropdown-menu {
    display: block;
    border: none;
  }
}

.nav-item > a {
  color: #0455bf;
}

/*.nav-item > a:after {
  height: 2px;
  width: 100%;
  background: #00b1ff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}*/

.nav-item:hover .dropdown-menu {
  display: block;
}

.nav-item.active > a:after {
  opacity: 1;
  visibility: visible;
}

.site-navigation .nav-search {
  top: 0;
  z-index: 2;
  width: 70px;
  height: 70px;
  line-height: 70px;
  right: 15px;
  background: rgba(0, 0, 0, 0.2);
}

.site-navigation .search-block .search-close {
  top: -70px;
  z-index: 2;
  width: 70px;
  height: 70px;
  line-height: 55px;
  right: 0;
  background: #1f1f1f;
}

.nav-search {
  cursor: pointer;
}

.nav-search span i.icon {
  color: #fff;
  font-size: 20px;
  line-height: 64px;
  margin-right: 35px;
}

.search-block {
  position: absolute;
  right: 180px;
  bottom: -50px;
  background: #222;
  z-index: 9;
}

.search-block .search-close {
  color: #fff;
  position: absolute;
  top: -45px;
  right: -18px;
  background: #222;
  opacity: 1;
  width: 45px;
  margin-right: 10px;
  height: 45px;
  font-size: 44px;
  line-height: 30px;
  cursor: pointer;
}

.search-block .form-control {
  width: Auto;
  height: 40px;
  padding: 25px 67px;
  font-style: italic;
}

.modal-searchPanel .xs-search-group {
  position: relative;
}

.modal-searchPanel .xs-search-group input:not([type="submit"]) {
  height: 70px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 30px;
}

.modal-searchPanel .xs-search-group input:not([type="submit"])::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.modal-searchPanel .xs-search-group input:not([type="submit"])::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.modal-searchPanel .xs-search-group input:not([type="submit"]):-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.modal-searchPanel .xs-search-group input:not([type="submit"]):-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.modal-searchPanel .xs-search-group .search-button {
  background-color: transparent;
  border: 0px;
  padding: 0;
  color: #fff;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 70px;
  border-radius: 0 50px 50px 0;
}

/*   Nav Button
=================================*/
.nav-button {
  margin: 0px;
  padding: 26px 28px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  float: right;
  text-decoration: none;
  border-radius: 0px;
  background-color: #00b1ff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.nav-button a {
  color: #101010;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-button, .nav-text {
  display: inline-block;
  font-size: 13px;
}

/*   Nav classic
=================================*/
.ts-top-bar {
  background: #000;
}

.ts-top-bar .top-bar .unstyled li {
  padding: 10px 0px;
}

.ts-top-bar .top-bar .header-nav-right-info {
  padding: 6px 0px;
}

.ts-top-bar .top-bar .header-nav-right-info li {
  padding-left: 0px;
  padding-right: 30px;
  color: #fff;
}

.ts-top-bar .top-bar .header-nav-right-info li i {
  color: #fff;
}

.ts-top-bar .top-bar .header-nav-right-info li i.fa {
  color: #00b1ff;
}

.ts-top-bar .top-bar .unstyled li a .social-icon i {
  color: #fff;
}


.socialfonts li
{
	display: inline-block;
    padding: 6px 10px;
    margin-right: 0px;
}
.socialfonts li a {font-size: 14px; color: #e0e0e0;}
.socialfonts li a:hover{color: #fff;}

.contact_socialfonts li
{
display: inline-block; padding-top: 4px; text-align: center; margin-right: 5px; border-radius: 50px; width: 35px; height: 35px;
}
.contact_socialfonts li a {   font-size: 18px; color: #ffffff; text-align: center;}
.contact_socialfonts li a:hover{color: #000;}


.nav-classic .main-logo {
  position: absolute;
  z-index: 2;
  padding: 34px 10px;
}

.nav-classic .main-logo a:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  left: -650px;
  width: 650px;
  background: #00b1ff;
}

.nav-classic .main-logo a:after {
  content: '';
  position: absolute;
  left: 100%;
  z-index: 999;
  border-top: 110px solid #00b1ff;
  border-left: 0px solid transparent;
  border-right: 100px solid transparent;
  bottom: 0;
}

.nav-classic .navbar {
  background-color: #fff;
}

.nav-classic .navbar ul > li > a {
  color: #101010;
  padding: 0px 12px;
  font-size: 13px;
}

.nav-classic .navbar ul > li > a:after {
  top: 40px;
}

.nav-classic .navbar ul > li > a:hover {
  color: #00b1ff;
}

.nav-classic .navbar ul > li.active > a {
  color: #00b1ff !important;
}

.nav-classic .navbar-right .nav-button {
  margin-top: 20px;
  padding: 12px 28px;
}

.nav-classic .navbar-right .nav-search {
  background: #fff;
}

.nav-classic .navbar-right .nav-search span i.icon {
  color: #000;
  line-height: 90px;
}

.nav-classic .navbar-right .search-block {
  bottom: -56px;
}

.nav-classic .navbar-right .search-block .search-close {
  color: #000;
  background: #fff;
  top: -60px;
}

.nav-classic .nav-button {
  padding: 8px 10px;
}

.nav-classic .nav-button a:hover {
  color: #fff !important;
}

.nav-classic .nav-right .nav-search-btn .xs-modal-popup {
  color: #232323;
}

.navbar ul > li.active > a {
  color: #00b1ff !important;
}

/*   Nav standard
=================================*/
.nav-standard:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  background-color: rgba(36, 33, 24, 0.3);
  z-index: -1;
}

.nav-standard .navbar {
  background-color: #fff;
}

.nav-standard .navbar .navbar-nav .dropdown a {
  color: #000;
}

.nav-standard .nav-search {
  background: #ffff;
}

.nav-standard .nav-search span i.icon {
  color: #000;
}

.nav-standard .search-block {
  right: 150px;
  bottom: -55px;
}

.nav-standard .search-block .search-close {
  color: #000;
  position: absolute;
  top: -50px;
  right: 15px;
  background: #fff;
}

/* Home 2 */
.topbar {
  padding: 10px 0;
  padding-bottom: 10px;
  background:rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid #6d6d6d;
}

.topbar .header-nav-right-info {
  padding: 0;
}

.topbar .header-nav-right-info li {
  padding: 0 0 0 35px;
  position: relative;
  margin-left: 35px;
  color: rgba(255, 255, 255, 0.6);
}

.topbar .header-nav-right-info li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.topbar .header-nav-right-info li span {
  position: relative;
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 18px;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}

.topbar .header-nav-right-info li span:after {
  position: absolute;
  content: '';
  right: -20px;
  width: 1px;
  top: 8px;
  height: 25px;
  background: rgba(255, 255, 255, 0.2);
}

.topbar .header-nav-right-info li:first-child {
  margin-left: 0;
}

.topbar .header-nav-right-info li:last-child span:after {
  background: none;
}

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

.header-transparent .navbar {
 /* background: rgba(0, 0, 0, 0.5);*/
}

.header-transparent .navbar-sticky {
 background: #fff;
}

.header-transparent .nav-search.hide {
  display: none;
}

.header-transparent .search-block {
  right: 0px;
}

.header-transparent .search-block .search-close {
  right: 0px;
  background: transparent;
}

.header-transparent .navbar-nav {
  padding-left: 20px;
}

/* Home 4 */
.header-classic ul.navbar-nav > li > a {
  padding: 0 12px;
}

.header-classic .navbar {
  background: #fff;
}

.ts-nav-classic .nav-search-btn {
  background: none;
  border: none;
}

.ts-nav-classic {
  position: relative;
  z-index: 99;
}

.ts-nav-classic .header-nav-right-info li {
  color: #fff;
}

.ts-nav-classic .header-nav-right-info li i {
  color: #00b1ff;
}

.ts-nav-classic .top-bar .unstyled li a .social-icon i {
  color: #fff;
}

.ts-nav-classic .nav-search-btn {
  background: none;
  border: none;
}

.ts-nav-classic .nav-search-btn a.xs-modal-popup {
  color: #000 !important;
}

.ts-nav-classic .navbar .navbar-nav .dropdown .dropdown-menu li a {
  color: #fff;
}

.header-box .topbar {
  padding: 30px 0px;
}

.header-box .topbar .header-nav-right-info li {
  color: rgba(0, 0, 0, 0.6);
}

.header-box .topbar .header-nav-right-info li span {
  color: #000;
}

.header-box .topbar .header-nav-right-info li span::after {
  background: rgba(226, 226, 226, 0.6);
}

.header-box .topbar .header-nav-right-info li i {
  color: rgba(0, 0, 0, 0.6);
}

.header-box .topbar .header-nav-right-info li a {
  line-height: 65px;
}

.header-box .topbar .header-nav-right-info li:last-child span:after {
  display: none;
}

.header-box .ts-nav .navbar .navbar-nav > .nav-item > a {
  line-height: 65px;
}

.header-box .ts-nav .navbar .nav-right .nav-search-btn {
  padding: 18px 0px;
  line-height: 27px;
}

.slider-content {
  height: 480px;
  position: relative;
  background-size: cover;
  margin-right: 3px;
}

.slider-content .content-wrapper {
  position: absolute;
  left: 60px;
  right: 60px;
  margin: auto;
  padding: 40px;
  top: 50%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-content .content-wrapper h1 {
  color: #24272a;
  margin-bottom: 30px;
}

.slider-content .content-wrapper .btn-primary {
  margin-right: 30px;
}

.hero-slider .features-slider {
  position: relative;
}

.hero-slider .features-slider .owl-nav {
  display: block;
}

.hero-slider .features-slider .owl-nav .owl-prev,
.hero-slider .features-slider .owl-nav .owl-next {
  font-size: 50px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  display: inline-block;
  color: #fff;
  line-height: 30px;
  padding: 20px;
}

.hero-slider .features-slider .owl-nav .owl-prev:focus,
.hero-slider .features-slider .owl-nav .owl-next:focus {
  outline: none;
}

.hero-slider .features-slider .owl-nav .owl-prev:hover,
.hero-slider .features-slider .owl-nav .owl-next:hover {
  outline: none;
}

.hero-slider .features-slider .owl-nav .owl-prev:hover i,
.hero-slider .features-slider .owl-nav .owl-next:hover i {
  background: #00b1ff;
}

.hero-slider .features-slider .owl-nav .owl-next {
  left: 92px;
}

.hero-slider .features-slider .owl-nav .owl-prev {
  left: 60px;
}

.hero-slider .features-slider .owl-nav i {
  color: #FFFFFF;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 20px !important;
  padding: 5px 6px;
  border-radius: 0;
  background: #24272a;
}

.hero-slider .features-slider .owl-dots {
  display: none;
}

.hero-slider .features-slider-classic {
  position: relative;
}

.hero-slider .features-slider-classic .owl-nav {
  display: block;
}

.hero-slider .features-slider-classic .owl-nav .owl-prev,
.hero-slider .features-slider-classic .owl-nav .owl-next {
  font-size: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  display: inline-block;
  color: #fff;
  line-height: 30px;
  padding: 20px;
}

.hero-slider .features-slider-classic .owl-nav .owl-prev:focus,
.hero-slider .features-slider-classic .owl-nav .owl-next:focus {
  outline: none;
}

.hero-slider .features-slider-classic .owl-nav .owl-prev:hover,
.hero-slider .features-slider-classic .owl-nav .owl-next:hover {
  outline: none;
}

.hero-slider .features-slider-classic .owl-nav .owl-prev:hover i,
.hero-slider .features-slider-classic .owl-nav .owl-next:hover i {
  background: #00b1ff;
}

.hero-slider .features-slider-classic .owl-nav .owl-next {
  right: 20px !important;
}

.hero-slider .features-slider-classic .owl-nav .owl-prev {
  left: 20px !important;
}

.hero-slider .features-slider-classic .owl-nav i {
  color: #FFFFFF;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 20px !important;
  padding: 5px 6px;
  border-radius: 0;
  background: #24272a;
}

.hero-slider .features-slider-classic .owl-dots {
  display: none;
}

.hero-slider .features-slider-classic .slider-content .content-wrapper {
  background: transparent;
  text-align: center;
}

.hero-slider .features-slider-classic .slider-content .content-wrapper .slider-title {
  color: #fff;
}

.featured-box {
  padding: 30px 15px 30px 25px;
  margin: 3px;
}

.featured-box .icon {
  font-size: 60px;
  color: #FFFFFF;
}

.featured-box .ts-title {
  margin-top: 25px;
  font-size: 24px;
  line-height: 7px;
}

.featured-box .ts-title a {
  color: #FFFFFF;
  font-weight: 600;
}

.featured-box P {
  color: #FFFFFF;
}

.featured-box:nth-child(2) {
  margin-right: 0px;
}

.featured-box:hover .ts-title a {
  color: #00b1ff;
}

.item-1,
.item-2 {
  margin-top: 5px;
}

.slider-feature {
  padding-top: 2px;
}

.owl-item.active .slider-content h1.slider-title {
  -webkit-animation-name: animLeft;
  animation-name: animLeft;
  -webkit-animation: animLeft 1s ease 500ms both;
  animation: animLeft 1s ease 500ms both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

.owl-item.active .slider-content p {
  -webkit-animation-name: animLeft;
  animation-name: animLeft;
  -webkit-animation: animLeft 1s ease 500ms both;
  animation: animLeft 1s ease 500ms both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.owl-item.active .slider-content .btn {
  -webkit-animation-name: animLeft;
  animation-name: animLeft;
  -webkit-animation: animLeft 1s ease 500ms both;
  animation: animLeft 1s ease 500ms both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes animLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: all .5s;
  }
}

.hero-slider .owl-dots {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  z-index: 1;
}

.hero-slider .owl-dots .owl-dot {
  display: block;
  margin: 0;
  top: 0;
  line-height: 20px;
}

.hero-slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #59616d;
  display: inline-block;
  opacity: 1;
  margin: 0 3px;
  opacity: .5;
}

.hero-slider .owl-dots .owl-dot.active span {
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  position: relative;
  top: 2px;
  opacity: 1;
}

.hero-slider .owl-dots .owl-dot:focus {
  outline: none;
}

.about-intro .intro-desc {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align:justify;word-spacing:-2px;
}

.intro-image-box {
  position: relative;
  margin-left: 25px;
  z-index: 9;
}

.intro-shape:after {
  content: '';
  position: absolute;
  right: 0px;
  z-index: -1;
  border-left: 430px solid #00b1ff;
  border-right: 0 solid #00b1ff;
  border-top: 340px solid #00b1ff;
  top: -40px;
}
.txt-jstfy p{ text-align:justify;}

.about-intro h2{
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}


.stickycontainers{padding:0;margin:0;position:fixed;left:-230px;top:35%;width:275px;z-index:1100}
.stickys li{list-style-type:none;background-color:#fff;color:#efefef;height:43px;padding:0;margin:0 0 1px 0;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;cursor:pointer;border-radius:50px;box-shadow:3px 5px 15px 0px rgba(0, 0, 0, 0.45);}
.stickys li:hover{margin-right:-190px}
.stickys li i{width:32px;height:32px;color:#fff;float:right;margin:5px 13px;margin-right:5px;font-size:21px;padding-top:6px}
.stickys li img{float:right;margin:5px 4px;margin-right:5px}
.stickys li p{padding-top:15px;margin:0;line-height:16px;float: right;}
.stickys li p a{text-decoration:none;color:#fff;font-weight:600;font-size:12px}
.stickys li p a:hover{text-decoration:none}
.social_fb{background-color:#3b5998!important}
.social_tw{background-color:#00acee!important}
.social_gp{background-color:#c33!important}
.social_ln{background-color:#0077b5!important}
.social_yt{background-color:#c4302b!important}
.social_pin{background-color:#c8232c!important}
.social_wat{background-color:#25d366!important}
.social_mob{background-color:#2196f3!important}
.social_email{background-color:#fb0000!important}
.social-instagram{background: #f09433; background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
.social_sky{background-color:#00AFF0!important}

.bottombar{width:100%;position:fixed;bottom:0;z-index:1000;background:#f9f9f9;padding:0px;margin:0px;float:left;}
ul.bottomsocialfonts{padding:0px;margin:0px;float:left;}
.bottomsocialfonts li{display: inline-block; padding: 15px 25px 15px 25px;  margin: 0px; float: left;}
.bottomsocialfonts li a {font-size: 18px; color: #e0e0e0;}
.bottomsocialfonts li a:hover{color: #fff;}



.owl-nav button:focus{ outline: none; }
.owl-prev {width: 15px; height: 100px; position: absolute; top: 40%; margin-left: -20px; display: block !important; border:0px solid black; }
.owl-next {width: 15px; height: 100px; position: absolute; top: 40%; right: -25px; display: block !important; border:0px solid black; }
.owl-prev i, .owl-next i {color: #fff;}

.testimonial-carousel .owl-prev, .testimonial-carousel .owl-next {margin-top:-5%;}
.service-carousel .owl-prev, .service-carousel .owl-next {margin-top:-5%;}
.promotion-carousel .owl-prev{ margin-left: 30px; }
.promotion-carousel .owl-next{ margin-right: 48px; }

.testimonial-carousel .owl-prev i, .testimonial-carousel .owl-next i {color: #fff;}

.promotion-carousel .owl-prev i, .promotion-carousel .owl-next i{ color: white!important; }

.navbar-toggler{width: 100%;}
.testimonial-bg
{
    background: rgb(158,62,11);
    background: linear-gradient(90deg, rgba(158,62,11,1) 0%, rgba(244,105,57,1) 100%, rgba(172,84,60,1) 100%);
    padding: 25px 40px 25px 40px;
}
.testimonial-bg .testimonial-text i
{
    font-size: 34px!important;
    color: rgba(164, 164, 164, 0.22)!important;
    z-index: 2!important;
    padding: 5px 24px 17px 17px!important;
}

.testimonial-bg .testimonial-text{ color: white!important;}
.testimonial-bg .author-name{ color: white!important;}
.testimonial-bg .author-designation{ color: white!important;}
.testimonial-bg .testimonial-footer:after{border: 2px solid #ffffff!important;}
.mobile-show{display:none!important}
.careerbox{padding: 25px 15px 25px 15px; box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.11); margin-top: 3%;}
.careerbox span{ margin-left:10px;margin-right:10px;color:#00b1ff;}
.careerbox .cta-btn{ margin-top:15px; }
.promotion-carousel img{height: 500px; overflow: hidden;}
@media screen and (max-width: 600px) 
{
    .promotion-carousel img{height: 300px; overflow: hidden;}
  .topbar {    display: none;  }
  .moblogo{    display: none;  }
  .modal{ margin-top: 34%; z-index: 100000;}
  .header-transparent .navbar-sticky { background: rgba(0, 0, 0, 0.59);}
  .header-transparent .navbar{background: rgb(17, 17, 17);}
  .header-transparent .navbar{ background: #00000000!important}
  .navbar-toggler span{ font-size: 25px; color: white; float: right; padding: 10% 0px 0px 0px; }
  .navbar-toggler img {width: 80%; float: left;}
  .navbar-nav .dropdown i{ float: right; padding-top: 25px;}
  ul.navbar-nav > li > a:before {display:none; }
  .navbar button:focus{ outline: none; }
  .navbar-light .navbar-toggler {border: none; }
  .stickycontainers {display:none; }
  
  .owl-nav .owl-prev{left: 26px; }
  .owl-nav .owl-next{right:0px;}
  .owl-nav i{ font-size: 20px;}
  .service-carousel .owl-nav .owl-prev{top: 25%;}
  .service-carousel .owl-nav .owl-next{top: 25%;margin-right: 2%;}
  .ts-service-box:hover{box-shadow:none;}
  .ts-service .ts-service-box{margin-left: 5%;width: 100%;}
  .promotion-carousel .owl-prev{ margin-left: 0px; left: 0px; top: 25%;}
  .promotion-carousel .owl-next{ margin-right: 27px; right: 0px; top: 25%;}
  .promotion-carousel .owl-prev i, .promotion-carousel .owl-next i{ color: #fff!important;font-size: 20px;  }
  .mobile-show{display:block!important}
}


  
  
::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}

       /* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8; 
  cursor: pointer; 
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.rows:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.containers {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

.ceo-message span{width:100%!important;}
.clr-blck p{ color: #000!important; }
.clr-blck span{ color: #000!important; }

.inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } 
.inputfile + label { font-size: 14px; font-weight: 700; padding: 10px; color: black; text-align:center; width: 100%; background-color: #f5f5f5; display: inline-block; } 
.inputfile:focus + label, .inputfile + label:hover { background-color: #e37455; } 
.inputfile + label { cursor: pointer; /* "hand" cursor */ } 
.inputfile:focus + label { outline: 1px dotted #000; outline: -webkit-focus-ring-color auto 5px; }

.ts-service-box { cursor:pointer;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.06); margin-top: 9%;}

.ts-service-box img:hover{ opacity:0.75;}
.txt-center{text-align:center; }
b.offerbtn { font-size: 16px; text-align: center; float: left;}

h2.txt-left{text-align:left!important; }
.mt-10{  margin-top:10px;}
.contactus .section-title span {
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #00b1ff;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.contactus .section-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 25px;
}

ul.sitemap li a:before{
  font-family: FontAwesome;
  content: "\f101";
  margin-right: 10px;
  color: #000;
}


ul.sitemap li ul{
margin-left: 2%; width: 100%;
}

ul.sitemap li ul li a:before{
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 10px;
  color: #000;
}
.txt-ellipse {white-space:nowrap!important;text-overflow: ellipsis!important;display: block; overflow: hidden; }
.top-bar a{color:#fff!important;}
.clr_blck{color:#666666!important;}






.whatsapp{
    width: 50px;
    height: 50px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 130px;
    left: 15px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.29);
    padding: 9px 0;
    animation: updownanimation .5s ease infinite alternate;
    -webkit-animation: updownanimation .5s ease infinite alternate;
    background: #00e676;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );
}
.callusnow{
    width: 50px;
    height: 50px;
    color: #ff7f00;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    position: fixed;
    bottom: 20px;
    left: 15px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.29);
    padding: 12px 0;
    animation: updownanimation .5s ease infinite alternate;
    -webkit-animation: updownanimation .5s ease infinite alternate;
    background: #ffffff;
    border: solid 3px #ff5722;
}
.mailusnow
{
    width: 50px;
    height: 50px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 75px;
    left: 15px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.29);
    padding: 9px 0;
    animation: updownanimation .5s ease infinite alternate;
    -webkit-animation: updownanimation .5s ease infinite alternate;
    background: #ff1100;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );  
}
.mailusnow i{ font-size: 25px; line-height: 35px; }

.gototop
{
    width: 50px;
    height: 50px;
    color: #ff7f00;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    position: fixed;
    bottom: 185px;
    left: 15px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.29);
    padding: 12px 0;
    animation: updownanimation .5s ease infinite alternate;
    -webkit-animation: updownanimation .5s ease infinite alternate;
    background: #ffffff;
    border: solid 3px #ff5722;
}
@keyframes updownanimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes updownanimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}
   @media screen and (max-width:632px)
    {
        .whatsapp{
            width: 50px;
            height: 50px;
            color: #fff;
            display: inline-block;
            text-align: center;
            border-radius: 0px;
            font-size: 34px;
            position: fixed;
            bottom: 0px;
            left: 5%;
            z-index: 9999;
            box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.29);
            padding: 9px 0;
            animation: updownanimation .5s ease infinite alternate;
            -webkit-animation: updownanimation .5s ease infinite alternate;
            background: #00e676;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );
        }
        .callusnow{
            width: 50px;
            height: 50px;
            color: #ff7f00;
            display: block;
            text-align: center;
            border-radius: 0%;
            font-size: 24px;
            position: fixed;
            bottom: 0px;
            left: 20%;
            z-index: 9999;
            box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.29);
            padding: 12px 0;
            animation: updownanimation .5s ease infinite alternate;
            -webkit-animation: updownanimation .5s ease infinite alternate;
            background: #ffffff;
            border: solid 0px #ff5722;
        }
        .mailusnow
        {
            width: 50px;
            height: 50px;
            color: #fff;
            display: inline-block;
            text-align: center;
            border-radius: 0px;
            font-size: 34px;
            position: fixed;
            bottom: 0px;
            left: 35%;
            z-index: 9999;
            box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.29);
            padding: 9px 0;
            animation: updownanimation .5s ease infinite alternate;
            -webkit-animation: updownanimation .5s ease infinite alternate;
            background: #ff1100;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );
        }
        .gototop
        {
            width: 50px;
            height: 50px;
            color: #ff7f00;
            display: block;
            text-align: center;
            border-radius: 0%;
            font-size: 24px;
            position: fixed;
            bottom: 0px;
            left: 50%;
            z-index: 9999;
            box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.29);
            padding: 12px 0;
            animation: updownanimation .5s ease infinite alternate;
            -webkit-animation: updownanimation .5s ease infinite alternate;
            background: #ffffff;
            border: solid 0px #ff5722;  
        }
        .copyrightbox_mob{padding-bottom: 40px;}
    }
    



.ratings i{color: #FFEB3B; text-align: center; margin-left: 5px;}


.clr-white p{ color: #fff!important;}
.loadingfile{width:100px;height:100px;background-image:url(../../drv_images/themes/ezgif.com-resize.gif)}
#success{color:green;font-size:14px}
#error{color:red;font-size:14px}
.copyrightsitemap { float: right; color: #fff!important; }


