/*

=====================
   table of content 
====================

Typography
Global Styles
header nav
intro area
Features Section
Service Section
call to action
 Footer area


*/
/*============================================================
	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=Lora:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -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: 14px;
  line-height: 24px;
  margin: 0 0 15px;
  font-family: "Open Sans", 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: 36px;
  line-height: 42px;
}

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: 24px;
}

.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: 80px 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: d;
  color: #101010;
  border: 1px solid d;
}

.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: d;
  color: #222222;
  border-color: d;
}

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

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

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

.btn-link:hover {
  color: d;
  text-decoration: none;
}
/* Title*/

.section-title {
  margin-bottom: 60px;
  text-align: center;
}

.section-title span {
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: 500;
  color: d;
  margin-bottom: 15px;
}

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

.column-title span {
  font-size: 16px;
  line-height: 35px;
  margin: 0 0 10px 0;
  display: block;
  font-weight: 500;
  color: d;
}

.ts-title {
  font-size: 24px;
  line-height: 32px;
}
/* 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: d;
}

.solid-bg {
  background: #f7f7f7;
}

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

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

.color-orange {
  color: d;
}

.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: 52px;
}

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

.owl-nav .owl-next {
  right: -30px;
}
/*-- 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;
}

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

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

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

.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: -195px;
}

.ts-shaps-2 {
  position: absolute;
  left: 0;
  bottom: 0px;
}
/*=================================
  start Feature Section
 =================================*/

.ts-feature-block {
  margin-top: 50px !important;
}

.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: d;
  left: 10%;
  margin-left: -30px;
  z-index: 1;
}

.logo {
  max-width: 250px !important;
}
.sec-logo {
  position: relative;
  bottom: 20px;
  padding-top: 16px;
}
/* Portfolio   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/

.container-filter {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}

.container-filter li {
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
}

.container-filter li a {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 6px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #fff;
  background: #222;
  border: 1px solid;
  border-radius: 6px;
}

.container-filter li a:before {
  top: -10px;
}

.container-filter li a:after {
  bottom: -10px;
}

.container-filter li a.active,
.container-filter li a:hover {
  background: transparent !important;
  border: 1px solid;
  color: #222;
}

.item-box {
  position: relative;
  overflow: hidden;
  display: block;
}

.nf-item {
  width: 33.3333%;
  min-height: 1px;
  padding-right: 10px !important;
  padding-left: 10px !important;
  margin-bottom: 20px;
}

.section-title_home h2 {
  padding-top: 47px;
  font-size: 40px !important;
}

.item-box a {
  display: inline-block;
}

.item-box:hover .item-mask {
  opacity: 1;
  visibility: visible;
}

.item-box:hover .item-mask .item-caption,
.item-box:hover .item-mask .link {
  bottom: 30px;
  opacity: 1;
}

.item-box:hover .item-mask .link {
  bottom: 107px;
}

.item-box:hover .item-container {
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}

.item-container {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-box {
  position: relative;
  overflow: hidden;
  display: block;
  background: #000;
}

.item-box img {
  width: 100%;
}

.item-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
  opacity: 0;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}

.item-box:hover:after {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  opacity: 1;
}

.gallery-heading h4 {
  margin-bottom: 0;
  font-size: 18px;
}

.gallery-heading h4 a {
  color: #fff;
}

.gallery-heading h4 a:hover {
  color: #ea6760;
}

.gallery-heading {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  padding-left: 25px;
  color: #fff;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.69+49,0.83+71 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.69) 49%,
    rgba(0, 0, 0, 0.83) 71%,
    rgba(0, 0, 0, 0.83) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.69) 49%,
    rgba(0, 0, 0, 0.83) 71%,
    rgba(0, 0, 0, 0.83) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.69) 49%,
    rgba(0, 0, 0, 0.83) 71%,
    rgba(0, 0, 0, 0.83) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d4000000', GradientType=0);
  /* IE6-9 */
}

.item-box .gallery-heading {
  bottom: 0;
  transition: all 0.3s linear 0.1s;
  -webkit-transition: all 0.3s linear 0.1s;
}

.link-zoom {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  height: 40px;
  position: absolute;
  top: 55%;
  left: 50%;
  color: #fff;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
}

.item-box:hover .link-zoom {
  top: 50%;
  opacity: 1;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

.link-zoom a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ea6760;
  font-size: 17px;
  color: #fff;
}

.link-zoom a.project_links {
  background: #ea6760;
}

.item-box a {
  display: inline-block;
}

.item-box a:hover i {
  color: #fff;
}

.item-box > a {
  display: block;
  opacity: 0.5;
}

.item-box:hover .item-mask {
  opacity: 1;
  visibility: visible;
}

.item-box:hover .item-mask .item-caption,
.item-box:hover .item-mask .link {
  bottom: 30px;
  opacity: 1;
}

.item-box:hover .item-mask .link {
  bottom: 107px;
}

.item-box:hover .item-container {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}

.item-container {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
/*=================================
  start  call to action
 =================================*/

.ts-cta-area {
  background-image: url(../images/cta_img2.png);
  background-color: #ea6760;
  padding: 55px 0;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: 100%;
  margin-top: 26px;
}

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

.ts-cta-area .cta-btn .btn-primary {
  background: #ea6760;
  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  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: #ea6760;
  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;
}
/* ==========================

    Footer

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

.ts-footer {
  padding: 75px 0 0px;
  margin-top: 75px;
  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: #ea6760;
}

.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: #ea6760;
}

.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: 24px;
  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: #ea6760;
  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(255, 255, 255, 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 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: #101010;
  padding: 30px 0px;
}

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

.copyright span a {
  color: #ea6760;
}

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

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

.copyright .footer-social ul li a i,
.gallery-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-f,
.gallery-social ul li a i.fa-facebook-f {
  background: #3b5998;
}

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

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

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

.gallery-social ul li a i.fa-youtube {
  background: red;
}

.gallery-social ul li a i.fa-envelope-open {
  background: #ddd;
}

.gallery-social ul li a i:hover {
  opacity: 0.4;
}
/* ==========================

   Sub Pages

=============================*/
/* scientific office*/

.company-page-section {
  position: relative;
  padding: 95px 0px 50px;
  background: #fff;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.company-page-section .sec-title h2 {
  position: relative;
  margin-bottom: 36px;
  font-family: "Lora", serif;
}

.company-page-section .title-box .styled-text {
  position: relative;
  color: #242424;
  font-size: 24px;
  line-height: 1.3em;
  font-style: italic;
  margin-bottom: 30px;
  font-family: "Lora", serif;
}

@media (max-width: 767px) {
  .company-page-section .title-box .text p {
    margin-top: 10px !important;
  }
}

.company-page-section .title-box .text p,
.company-page-section .title-box .text ul {
  position: relative;
  color: #797979;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

.company-page-section .title-box .text strong {
  position: relative;
  color: #000;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
/* 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: #ea6760;
  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;
}

.team_btn {
  font-size: 14px;
  line-height: 44px;
  padding: 0 22px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #3d3d3d;
  height: 44px;
  text-align: center;
}

.team_btn a {
  color: #fff !important;
}

@media (min-width: 992px) {
  .ts-team.team1 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 267px;
  }
}

.ts-team .ts-team-info .team-name {
  margin-top: 30px;
  line-height: 19px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

.ts-team .team-img-wrapper:hover {
  opacity: 0.4;
}

.ts-feature-block .feature-block-intro {
  padding: 225px 50px 20px;
  margin-top: 121px;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

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

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

.ts-feature-block .feature-block-intro p {
  color: #fff;
  margin-bottom: 35px;
  font-size: 20px;
  margin-top: 75px;
}

.ts-feature-block .feature-block-intro .btn-experts {
  background: #ea6760 !important;
  opacity: 1;
  color: #fff;
  border: none;
}

.feature-block-desc {
  padding: 80px 0px 70px 30px;
  position: relative;
}

.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 li {
  font-size: 13px;
  font-family: "Roboto", sans-serif !important;
  padding-bottom: 4px;
  font-weight: bold;
  color: #282828;
}

.feature-block-desc .single-block-desc .fa-circle {
  font-size: 5px;
  padding-right: 10px;
}

.hover-effect {
  position: relative;
  overflow: hidden;
}

.hover-effect::before {
  right: 0;
  opacity: 1;
  top: 0;
}

.hover-effect::before,
.hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.hover-effect::after {
  bottom: 0;
  opacity: 0.7;
  left: 0;
}

.hover-effect::before,
.hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.hover-effect:hover::after,
.hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}
/* ==========================

    Service

=============================*/
/* Service Details
============================== */

.service-menu li {
  background: #f8f8f8;
  margin-bottom: 10px;
}

.service-menu li a {
  display: block;
  padding: 22px 35px;
  color: #101010;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-menu li a:hover {
  background: #ea6760;
  color: #fff;
  margin: 0px 20px;
}

.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: #000;
}

.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: 30px;
}

.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 #ea6760;
}
/* 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: #ea6760;
  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: 35px 40px;
  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.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: #ea6760;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 999;
  cursor: pointer;
}

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

.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: #ea6760;
}

.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: #ea6760;
}

.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: #ea6760;
  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: #ea6760;
}

.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: #ea6760;
}

.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: #ea6760;
  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: #ea6760;
}

.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 */

.sign-btn {
  background: #ea6760 !important;
  border: #ea6760 !important;
}

.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: #ea6760;
  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: #ea6760;
  margin-bottom: 22px;
}

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

.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: #ea6760;
  color: #fff;
}

.post-content.post-single .post-body .post-footer .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: #ea6760;
}

.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: #fff;
  background: #252a37;
  padding: 40px;
  border: 0;
  margin: 30px 0 40px;
}

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

blockquote p {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  z-index: 1;
  font-style: italic;
  font-weight: 600;
}
/* 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: 90px;
}

.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: 25px;
  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 0.8s ease-out forwards;
  animation: menu-animation 0.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 0.8s;
  -o-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.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 0.8s;
  -o-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.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
=========================*/

.btn-services {
  background: #3e3b3b !important;
  opacity: 1;
  color: #fff;
  border: none;
}

.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: #ffffff;
  margin-top: 120px;
  padding: 64px 0;
}

.hero-slider .slider-item .slider-content .slider-title {
  font-size: 28px;
  line-height: 64px;
  color: #fff;
  margin-bottom: 30px;
}

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

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

.hero-slider .slider-item .slider-content .p2 {
  margin-bottom: 5px !important;
  font-size: 18px !important;
}

.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;
}

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

.intro-text {
  padding: 85px 40px;
  position: relative;
  background: #ea6760;
}

.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 p {
  font-size: 14px !important;
  line-height: 17px !important;
  font-weight: bold;
}

.funfact-item::before {
  content: "";
  position: absolute;
  background-color: #e9e9e9;
  top: 0;
  left: 50%;
  margin-left: -0.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: 22px 14px;
  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: #ea6760;
  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;
}

.srevice-img img {
  width: 100%;
}
/*       Home 4
=============================*/

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

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

.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;
}
/* 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;
  padding-left: 0;
  border-radius: 0;
  background: transparent;
  outline: none;
}

.quote_form .form-control:focus {
  border: 0;
  border-bottom: 1px solid #ea6760;
  -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: -40px;
  margin-bottom: -74px;
  position: relative;
  right: -20px;
}
/* Background overlay */

.bg-overlay,
.bg-overlay1,
.overlay-bg {
  position: relative;
}

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

.bg-overlay:after {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.overlay-bg:after {
  background-color: rgba(0, 0, 0, 0) !important;
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-overlay1:after {
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-overlay.overlay-color:after,
.bg-overlay1.overlay-color:after,
.overlay-bg-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: #ea6760;
  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: #ea6760;
}

.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;
}
/*   Top Bar
=================================*/

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

.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: #ea6760;
  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: #ea6760;
}

ul.navbar-nav > li > a {
  font-weight: 700;
  font-size: 13px;
  line-height: 78px;
  text-transform: uppercase;
  padding: 0px 8.7px;
  display: block;
  color: #fff;
}

ul.navbar-nav > li > a:hover {
  color: #3a8fae;
}

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

ul.navbar-nav li .dropdown-menu {
  padding: 10px 20px;
  min-width: 230px;
  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: #2b2b2b;
}

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

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

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: #fff;
}

.nav-item > a:after {
  height: 2px;
  width: 100%;
  background: #ea6760;
  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;
  cursor: pointer;
  color: #fff;
  text-align: center;
  float: right;
  text-decoration: none;
  border-radius: 0px;
  background-color: #ea6760;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.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: #ea6760;
}

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

.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: #ea6760;
}

.nav-classic .main-logo a:after {
  content: "";
  position: absolute;
  left: 100%;
  z-index: 999;
  border-top: 110px solid #ea6760;
  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: #ea6760;
}

.nav-classic .navbar ul > li.active > a {
  color: #ea6760 !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;
}
/*   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: 35px 0;
    padding-bottom: 30px; */
}

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

.topbar .subpage li {
  color: #3a8fae !important;
}

.topbar .subpage li i {
  color: #3a8fae !important;
}

.topbar .subpage li span {
  color: #fff !important;
}

.topbar .header-nav-right-info li {
  padding: 0 0 0 35px;
  position: relative;
  margin-left: 35px;
  color: rgb(15, 97, 134);
  font-size: 15px;
  font-weight: bold;
}

.topbar .header-nav-right-info li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: rgb(15, 97, 134);
  margin: 0;
  opacity: 1;
  font-weight: bold;
}

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

.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 .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;
  justify-content: space-between;
  width: 100%;
}
/* 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: #ea6760;
}

.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 .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;
  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 .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: #ea6760;
}

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

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

.hero-slider .features-slider .owl-nav i {
  color: #ffffff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 24px !important;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
}

.hero-slider .features-slider .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;
  opacity: 1;
}

.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: #ea6760;
}

.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 0.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: 0.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;
}
.about-intro ul {
  margin-bottom: 15px;
}
.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 #ea6760;
  border-right: 0 solid #ea6760;
  border-top: 340px solid #ea6760;
  top: -40px;
}
/*------------back to top-------------*/

.BackTo {
  background: #ea6760 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 35px;
  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: 14px;
}

.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;
}
/****/

.green {
  background-color: #6fb936;
}

.thumb {
  margin-bottom: 64px;
  height: 100px;
  text-align: center;
}
.thumb img {
  height: 100px !important;
  width: auto !important;
}
.page-top {
  margin-top: 85px;
}

img.zoom {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.transition {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  color: #000;
}

.modal-footer {
  display: none;
}
/*gallery*/

.gallery #slider-animation {
  max-height: 550px;
}

.gallery .carousel-item img {
  width: 100%;
  height: 400px;
}

.video-gallery .video-testimonial-block {
  position: relative;
  width: auto;
  height: 206px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #000;
}

.video-gallery .video-testimonial-block .video-thumbnail {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  top: 0;
  left: 0;
}

.video-gallery .video-testimonial-block .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px;
}

.video-gallery .video-testimonial-block .video-play {
  position: absolute;
  z-index: 2;
  top: 54%;
  left: 54%;
  margin-left: -40px;
  margin-top: -18px;
  text-decoration: none;
}

.video-gallery .video-testimonial-block .video-play::before {
  content: "\f144";
  font: normal normal normal 14px/1;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  color: #000;
}

.video-gallery .video-testimonial-block .video-play:hover::before {
  color: #172651;
}

.video-gallery .mb20 {
  margin-bottom: 20px;
}

.video-gallery .section-title {
  margin-bottom: 20px;
}
/*organizer*/

.organizer .list-org li {
  list-style-type: disc !important;
  margin-bottom: 6px;
}

.organizer h4 {
  color: #176d95;
}
/*program*/
/* Schedule
================================================== */

.schedule-tab,
.schedule-content .container {
  max-width: 960px;
  margin: 0 auto;
}

.ts-schedule h4 {
  margin-bottom: 32px;
}
.ts-schedule p {
  margin: 0;
  padding: 8px !important;
}
.ts-schedule a {
  margin: 16px;
  display: inline-block;
}
.ts-schedule .det {
  margin-top: 64px;
}
.ts-schedule .det-item {
  border-bottom: 1px dotted #ea6760;
  margin-bottom: 64px;
}
.ts-schedule .extra-info__item {
  margin-top: 64px;
}
.ts-schedule .icon-wrap {
  display: inline-block;
  background: #186e95;
  color: #fff;
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ts-schedule .icon-wrap i {
  font-size: 16px;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ts-schedule .section-sub-title {
  font-size: 30px;
  margin: 0 auto 60px;
  line-height: 32px;
}

.schedule-tab .nav-tabs {
  text-align: center;
  margin-bottom: 60px;
}

.schedule-tab .nav-tabs > li {
  float: none;
  display: inline-block;
  zoom: 1;
  padding: 0 !important;
  margin-right: 3%;
}

.schedule-tab .nav-tabs > li > a {
  color: #fff;
  background: #303030;
  border-radius: 0;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.schedule-tab-5 {
  padding: 15px 32px !important;
}

.schedule-tab .nav-tabs > li > a.active {
  background: #176d95;
  color: #fff;
}

.schedule-tab .nav-tabs > li.active > a.active {
  background: #176d95;
}

.schedule-tab .nav-tabs > li.active > a:focus {
  background: #176d95;
}

.schedule-tab .nav-tabs > li > a.active:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  border-left: 20px solid #176d95;
  border-right: 0 solid transparent;
  border-bottom: 20px solid transparent;
  bottom: -20px;
}

.schedule-tab .tab-content img {
  max-width: 100%;
}

.schedule-tab .tab-content .about_btn {
  font-size: 14px;
  line-height: 44px;
  padding: 0 22px;
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #186e95;
  height: 44px;
  text-align: center;
}

.schedule-tab .tab-content .about_btn a {
  color: #fff !important;
}

@media (max-width: 990px) {
  .schedule-tab .nav-tabs > li > a {
    padding: 15px 34px;
  }
  .schedule-tab-5 {
    padding: 15px 16px !important;
  }
}

@media (max-width: 767px) {
  .schedule-tab .nav-tabs > li {
    display: inline-flex !important;
    justify-content: center;
  }
  .schedule-tab .tab-content .col-md-6 {
    padding-right: 0 !important;
  }
}

.modal-img {
  z-index: 999;
  display: none;
}

.modal-img .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
}

.modal-img .img-show {
  width: 600px;
  height: 400px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.img-show span {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}

.img-show img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 599px) {
  .modal-img .img-show {
    width: 447px;
  }
}

@media (max-width: 446px) {
  .modal-img .img-show {
    width: 320px;
  }
}
/*End style*/

img.zooom {
  width: 100%;
  height: auto;
  border-radius: 5px;
  /* object-fit: cover; */
  -webkit-transition: all 0.3s ease-in-out;
}

.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -65px;
}
/* The colour of the indicators */

.blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 8px;
}

.blog .carousel-indicators .active {
  background: #707070;
}

.multi-carousel {
  opacity: 0;
  padding: 0 25px;
}

.multi-carousel .carousel-control-next,
.multi-carousel .carousel-control-prev {
  width: 25px;
  background: gray;
}
.btn-wrap {
  text-align: center;
}

.btn-wrap .sign-btn {
  margin: 20px 20px;
}

/*#egypt-form , #not-egypt-form{*/
/*    display: none;*/
/*}*/

.post-p {
  font-size: 18px;
  text-align: center;
}
.paypal-button.paypal-button-color-gold {
  width: 43% !important;
  margin: auto;
}

.events-btn {
  margin-top: 20px;
}

.calendar {
  width: 20px !important;
  display: inline !important;
}

/* packages */

.packages {
  padding: 64px 0;
}
.packages__package {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  background-color: #ea6760;
  height: 100%;
  /*margin-bottom: 32px;*/
}
.packages__title {
  margin-bottom: 32px;
  text-transform: capitalize;
}

.package__body {
  padding: 16px;
  color: #fff;
  height: 100%;
}
.packages__package li {
  list-style-type: circle;
  list-style-position: inside;
}
.package__body li {
  font-size: 14px;
  margin: 8px 0;
}
.package__body li a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
.packages__title,
.package__title {
  font-size: 24px;
  color: rgb(15, 97, 134);
  text-align: center;
}
.package__title {
  font-size: 20px;
  text-align: left;
  padding: 16px;
  margin-bottom: 0;
  background-color: #fff;
}

.technical-support__faq {
  padding: 64px 0;
}
.technical-support__faq li {
  margin-bottom: 8px;
}
.technical-support__faq li a {
  color: #ea6760;
}
.technical-support__faq ol li {
  list-style-type: decimal !important;
}
.technical-support__faq .technical-support__faq-title {
  margin-bottom: 32px;
}
.technical-support__faq .technical-support__faq-title h2 {
  font-size: 48px;
  color: rgb(15, 97, 134);
  text-align: center;
}
.technical-support__faq .technical-support__question {
  border: 1px solid #ea6760;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 8px 16px;
  margin-bottom: 4px;
}
.technical-support__faq
  .technical-support__question
  .technical-support__faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.technical-support__faq
  .technical-support__question
  .technical-support__faq-header
  p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold;
}
.technical-support__faq
  .technical-support__question
  .technical-support__faq-header
  i {
  font-size: 18px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.technical-support__faq
  .technical-support__question
  .technical-support__faq-body {
  display: none;
  padding: 16px 0;
  border-top: 1px solid #ea6760;
  margin-top: 16px;
}
.technical-support__faq
  .technical-support__question
  .technical-support__faq-body
  p {
  font-size: 16px;
}
.technical-support--rotate {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.extra-info__title {
  color: rgb(15, 97, 134);
  margin: 32px 0;
  text-align: center;
  text-transform: capitalize;
}
.extra-info__item h4 {
  color: rgb(15, 97, 134);
}

.extra-info__item p {
  padding: 16px;
}

.packages a,
.packages .btn-border {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.packages a:hover {
  color: rgb(15, 97, 134);
}

.sub-list {
  margin: 0 4px 0 0;
}

.counter h1 {
  font-weight: normal;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

/* .counter li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
} */
#countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  font-size: 32px;
  color: rgb(15, 97, 134);
}
#countdown .nums {
  width: 150px;
  height: 150px;
  text-align: center;
  border: 2px solid #ea6760;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 16px;
  font-size: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 32px;
  font-weight: bold;
}

.counter .emoji {
  display: none;
  padding: 1rem;
}

.counter .emoji span {
  font-size: 4rem;
  padding: 0 0.5rem;
}

@media all and (max-width: 768px) {
  .counter h1 {
    font-size: calc(1.5rem * var(--smaller));
  }

  .counter li {
    font-size: calc(1.125rem * var(--smaller));
  }

  .counter li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}

.counter__title h2 {
  text-align: center;
  color: rgb(15, 97, 134);
  text-transform: capitalize;
  margin: 32px 0;
}
.price-packges {
  padding: 32px;
  margin-top: 32px;
}
.price-packges h4 {
  margin-bottom: 32px;
  font-size: 26px;
  color: rgb(15, 97, 134);
}
.price-packges li {
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: circle;
  list-style-position: inside;
}
.price-packges li::marker {
  color: rgb(15, 97, 134);
}
.sub-con {
  display: block !important;
}
.sub-list {
  margin-left: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.price-packges li span {
  font-weight: bold;
  margin-left: 32px;
}

.endo-img {
  max-width: 100%;
}
.carousel-item.active .row {
  justify-content: center;
}

.buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  flex-wrap: wrap;
}
.buttons-container > div {
  margin-top: 8px;
  margin-right: 8px;
}

.buttons-container > div a {
  font-size: 13px;
}

.reg-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  flex-wrap: wrap;
}

.courses-img {
  width: 70%;
}

.courses-card {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.courses-card a {
  margin: 1px;
}

.card-image {
  transition-duration: 0.7s;
}

.card-image:hover {
  opacity: 0.5;
}

.card-content {
  text-align: center;
  padding: 16px;
  background-color: #eaeaea;
}
