/*-----------------------------------------------------------------------------------

 Theme Name: Muli
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Author: ui-themez
 Author URI: http://themeforest.net/user/ui-themez
 Version: 1.0

 Main Color   : #e50b19
 main Font    : Poppins,Muli

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

 01 Basics
 02 Buttons
 03 Navbar
 04 Header
 05 Hero
 06 section-box
 07 Services
 08 Numbers
 09 Works
 10 Team
 11 Price
 12 Testimonials
 13 Blog
 14 Subscribe
 15 Contact-Info
 16 Contact
 17 Footer
 18 spacial pages
 19 Responsive
 

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #222;
  line-height: 1.8;
  font-weight: 400;
  font-size: 16px;
 font-family: 'Muli', sans-serif;
  overflow-x: hidden !important;
}


p {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 1.8;
  margin: 0;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

h5, h6 {
  font-weight: 600;
}



span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

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

.section-head {
  margin-bottom: 80px;
}
.section-head h6 {
  color: #777;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.section-head h4 {
  font-size: 28px;
  font-weight: 300;
  margin-top: 10px;
  position: relative;
  padding-bottom: 15px;
}
.section-head h4:after {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #e50b19;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}
.section-head h4 span {
  font-weight: 700;
}

.bg-gray {
  background: #f7f7f7;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.lg-line-height {
  line-height: 1.5;
}

.half-content {
  position: relative;
  z-index: 3;
}
.half-content h5, .half-content h6 {
  color: inherit !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.pattern {
  background-repeat: repeat;
  background-size: auto;
}

.sub-title {
  font-size: 15px;
  font-weight: 400;
  color: #e50b19;
  margin-bottom: 10px;
}

.bold {
  font-weight: 800;
}

.count {
  font-family: 'Dosis', sans-serif;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #e50b19;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 12px 24px;
  background: #e50b19;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  margin-left: 4px;
  margin-right: 4px;
  -webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 30px;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
	color: #fff;
}
.butn span {
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
	color: #fff; 
}
.butn:before, .butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #e50b19;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: .4;
}
.butn:after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background: #e50b19;
  opacity: 1;
}
.butn:hover:before, .butn:hover:after {
  width: 100%;
}
.butn:hover:after {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.butn:hover span {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
	color: #e50b19;
}


.butn1 {
  padding: 12px 30px;
  background: #1b2d6b;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 30px;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
	color: #fff;
}
.butn1 span {
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.butn1:before, .butn1:after {
  content: '';
  width: 0;
  height: 100%;
  background: #1b2d6b;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: .4;
}
.butn1:after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background: #1b2d6b;
  opacity: 1;
}
.butn1:hover:before, .butn1:hover:after {
  width: 100%;
}
.butn1:hover:after {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.butn1:hover span {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}



.butn-bord {
  border-color: #e50b19;
}
.butn-bord:before, .butn-bord:after {
  background: #fff;
}
.butn-bord:hover span {
  color: #e50b19;
}
.butn-bord1 {
  border-color: #1b2d6b;
}
.butn-bord1:before, .butn-bord:after {
  background: #fff;
}
.butn-bord1:hover span {
  color: #fff;
}

.butn-bg {
  background: #e50b19;
  border-color: #e50b19;
  color: #fff;
}
.butn-bg:hover span {
  color: #e50b19;
}

.butn-light {
  background: #fff;
}
.butn-light:before, .butn-light:after {
  background: #e50b19;
}
.butn-light:hover span {
  color: #fff;
}
.butn-light span {
  color: #e50b19;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
  min-height: 60px;
  border-bottom: solid thin #AECBAD;
}
@media (max-width:1080px) {
.navbar {
  border-bottom: none;
}	
	
	
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #eee;
  letter-spacing: 1px;
  margin: 0px 5px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.navbar .navbar-nav .nav-link:hover {
  color: #e50b19;
}
.navbar .navbar-nav .active {
  color: #e50b19 !important;
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
  color: #222;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.logo {
  padding: 15px 5px;
  width: 140px;
}

.dropdown:hover .dropdown-menu, .dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.dropdown .nav-link {
  cursor: pointer;
}
.dropdown .nav-link i {
  padding-left: 5px;
  font-size: 11px;
}

.dropdown-item {
  position: relative;
}
.dropdown-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.dropdown-item span {
  display: block;
  cursor: pointer;
}

.dropdown-menu, .sub-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  width: 200px;
  padding: 15px 10px;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.dropdown-menu .dropdown-item, .sub-menu .dropdown-item {
  padding: 10px 15px;
  font-size: 13px;
  color: #777;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.dropdown-menu .dropdown-item:hover, .sub-menu .dropdown-item:hover {
  background: transparent;
  padding-left: 20px;
  color: #e50b19;
}
.dropdown-menu .dropdown-item a, .sub-menu .dropdown-item a {
  display: block;
}
.dropdown-menu .dropdown-item i, .sub-menu .dropdown-item i {
  padding: 5px 0 0 5px;
  font-size: 11px;
  float: right;
}
.dropdown-menu .dropdown-item em, .sub-menu .dropdown-item em {
  font-size: 8px;
  background-color: #e50b19;
  padding: 2px 4px;
  color: #fff;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropdown-menu.last {
  left: -100%;
}

.sub-menu {
  position: absolute;
  left: 100%;
  top: -5px;
}
.sub-menu.left {
  left: -100%;
  margin-left: -20px;
}

.mega-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  right: -150px;
  width: 800px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.mega-menu .dropdown-title {
  display: block;
  color: #e50b19;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0 15px 15px;
  border-bottom: 1px solid #f7f7f7;
}
.mega-menu .dropdown-menu {
  position: static !important;
  float: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-right: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h2 {
  font-weight: 300;
  font-size: 30px;
}
.header .caption h4 {
  font-weight: 200;
  letter-spacing: 4px;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.header .caption h1 {
  margin: 10px 0;
  font-size: 60px;
  font-weight: 500;
  font-family: inherit;
  word-spacing: 2px;
  letter-spacing: 2px;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.header .caption p {
  font-size: 16px;
  font-weight: 300;
  color: #eee;
  letter-spacing: 1px;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e50b19;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}
.header .caption .butn {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.header .social a {
  color: #eee;
  font-size: 13px;
  margin: 10px 15px;
}

.slider .owl-item, .slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider .item, .slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.slider .item .caption, .slider-fade .item .caption {
  z-index: 9;
}
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

.page-header {
  height: 80vh;
}
.page-header h6 {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
}
.page-header h6 a:hover {
  color: #e50b19;
}
.page-header h6 i {
  margin: 0 15px;
  font-size: 10px;
}
.page-header h1 {
  margin-bottom: 10px;
  font-weight: 600;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero {
  position: relative;
}
.hero:after {
  content: "";
  width: 40%;
  height: 250px;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  z-index: -1;
}

.intro {margin-bottom: 20px}

.hero .intro h4 {
  font-weight: 500;
}
.hero .intro h3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.hero .intro h3:after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #e50b19;
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
}
.hero .intro h6 {
  font-weight: 300;
  line-height: 1.4;
}
.hero .intro p {
  font-size: 16px;
}
.hero .feat-numb span {
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #e50b19;
  margin-bottom: 15px;
}
.hero .feat-numb h6 {
  margin-bottom: 15px;
}

.hero-cr .intro h4 {
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.hero-cr .intro h4:after {
  content: '';
  width: 80px;
  height: 1px;
  background: #e50b19;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
}
.hero-cr .item {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.hero-cr .item .icon {
  font-size: 35px;
  color: #e50b19;
  margin-bottom: 25px;
}
.hero-cr .item h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
.hero-cr .bg-color {
  background: #e50b19 !important;
}
.hero-cr .bg-color .icon {
  color: #fff;
}
.hero-cr .bg-color h5 {
  color: #fff;
}
.hero-cr .bg-color p {
  color: #ccc;
}
.hero-cr .bg-dark {
  background: #1a1d24 !important;
}
.hero-cr .bg-dark h5 {
  color: #fff;
}
.hero-cr .bg-dark p {
  color: #ccc;
}
.hero-cr .numb h3 {
  margin-bottom: 10px;
  color: #e50b19;
}
.hero-cr .numb h6 {
  font-weight: 400;
  font-size: 16px;
}

.hero-pr .author-img {
  padding: 0 30px;
}
.hero-pr .content {
  padding-top: 50px;
}
.hero-pr .content h3 {
  margin-bottom: 30px;
}
.hero-pr .content h6 {
  font-weight: 500;
  margin-bottom: 10px;
}
.hero-pr .content .sub {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 300;
  margin-bottom: 30px;
}
.hero-pr .content p {
  margin-bottom: 10px;
  font-size: 16px;
}
.hero-pr .content p:last-child {
  margin: 0;
}
.hero-pr .content .butn {
  margin-left: 0;
}
.hero-pr .skills .skill-progress {
  height: 12px;
}

.feat-left .item .icon {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  border: 1px solid #e50b19;
  background-color: #e50b19;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.feat-left .item .icon:after {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  left: -11px;
  top: -11px;
  border-radius: 50%;
  border: 1px dashed #eee;
}
.feat-left .item h5 {
  margin-bottom: 10px;
  font-size: 17px;
}
.feat-left .item h5, .feat-left .item p {
  margin-left: 90px;
}

.fet-img img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
}

.fet-cont h3 {
  font-weight: 200;
  line-height: 1.4;
}
.fet-cont h3 b {
  font-weight: 700;
}
.fet-cont .circle {
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.fet-cont .circle canvas {
  height: 100px;
  width: 100px;
  margin: 0 auto 10px;
}
.fet-cont .circle canvas:last-of-type {
  display: none;
}
.fet-cont .circle span {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 section-box ]
-----------------------------------------------------------------*/
.section-box .half-img {
  background-position: 50% 50%;
}
.section-box .half-content {
  padding: 30px;
}
.section-box .box-white {
  padding: 100px 10%;
  background: #fff;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
}
.section-box .accordion .item {
  margin-bottom: 30px;
}
.section-box .accordion .title {
  padding: 10px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  cursor: pointer;
  position: relative;
}
.section-box .accordion .title:after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 20px;
}
.section-box .accordion .title h6 {
  font-size: 14px;
  font-weight: 600;
}
.section-box .accordion .accordion-info {
  display: none;
  padding: 0px 15px;
  margin-top: 30px;
  border-left: 1px dotted #ccc;
}
.section-box .accordion .accordion-info .spac {
  margin-top: 30px;
  padding-left: 30px;
}
.section-box .accordion .accordion-info .spac h6 {
  position: relative;
  margin-bottom: 15px;
}
.section-box .accordion .accordion-info .spac h6:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  top: 3px;
  left: -15px;
}
.section-box .accordion .accordion-info .spac ul {
  padding-left: 30px;
}
.section-box .accordion .accordion-info .spac li {
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
}
.section-box .accordion .accordion-info .spac li:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -15px;
}
.section-box .accordion .active {
  display: block;
}
.section-box .accordion .active .title {
  color: #fff;
  background: #e50b19;
  background: -webkit-gradient(linear, left top, right top, from(#e50b19), to(#e1284e));
  background: linear-gradient(to right, #e50b19, #e1284e);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
.section-box .accordion .active .title:after {
  content: '\f068';
}
.section-box .vid-butn {
  font-size: 70px;
  color: #e50b19;
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  z-index: 3;
}
.section-box .vid-butn:hover:after {
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.section-box .vid-butn:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.section-box .vid-butn:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: -5px;
  left: -5px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  z-index: -1;
}
.section-box .quote {
  display: inline-block;
  background: #e50b19;
  padding: 50px 30px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.section-box .quote .icon {
  position: absolute;
  top: -20px;
  width: 100%;
  left: 0;
  font-size: 40px;
  color: #fff;
}
.section-box .quote p {
  color: #eee;
  margin-bottom: 10px;
}
.section-box .quote span {
  font-weight: 700;
}

.skills .skill-item {
  margin-bottom: 30px;
}
.skills .skill-item:last-child {
  margin-bottom: 0;
}
.skills .skill-item h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
.skills .skill-progress {
  width: 100%;
  height: 20px;
  border: 4px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.08) inset;
}
.skills .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: #e50b19;
  background: -webkit-gradient(linear, left top, right top, from(#e50b19), to(#e1284e));
  background: linear-gradient(to right, #e50b19, #e1284e);
  border-radius: 20px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.skills .skill-progress .progres:before {
  content: attr(data-value);
  padding: 4px 10px 3px;
  border-radius: 10px;
  font-size: 10px;
  color: #fff;
  background: #e50b19;
  background: -webkit-gradient(linear, left top, right top, from(#e50b19), to(#e1284e));
  background: linear-gradient(to right, #e50b19, #e1284e);
  position: absolute;
  top: -35px;
  right: 0;
}
.skills .skill-progress .progres:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #e50b19;
  position: absolute;
  top: -12px;
  right: 15px;
}

.skin h6 {
  font-weight: 400;
}
.skin .skill-progress {
  width: 100%;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.skin .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: #e50b19;
  background: -webkit-gradient(linear, left top, right top, from(#e50b19), to(#e1284e));
  background: linear-gradient(to right, #e50b19, #e1284e);
  border-radius: 20px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.skin .skill-progress .progres:before {
  background: transparent;
}

/* ----------------------------------------------------------------
     [ End section-box ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Services ]
-----------------------------------------------------------------*/
.services .item {
  padding: 50px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.services .item .icon {
  font-size: 35px;
  color: #e50b19;
  margin-bottom: 25px;
}
.services .item h6 {
  margin-bottom: 20px;
  font-weight: 500;
}

.serv-box {
  position: relative;
  z-index: 3;
}
.serv-box:after {
  content: '';
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  position: absolute;
  left: -200px;
  top: 20%;
  z-index: -1;
  opacity: .7;
}
.serv-box .item {
  text-align: center;
  padding: 50px 20px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.serv-box .item:hover {
  color: #fff;
}
.serv-box .item:hover .icon {
  color: #fff;
}
.serv-box .item:hover p {
  color: #ddd;
}
.serv-box .item:hover:after {
  height: 100%;
}
.serv-box .item:after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e50b19;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.se-ico-left .item {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.se-ico-left .item .icon {
  font-size: 35px;
  color: #e50b19;
  margin-bottom: 0;
  float: left;
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}
.se-ico-left .item h6 {
  margin-bottom: 15px;
  margin-left: 80px;
  font-weight: 500;
}
.se-ico-left .item p {
  margin-left: 80px;
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Numbers ]
-----------------------------------------------------------------*/
.numbers .icon {
  font-size: 45px;
  color: #e50b19;
  margin-bottom: 30px;
}
.numbers h3 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 30px;
}
.numbers h6 {
  font-weight: 300;
}

.states .icon {
  font-size: 60px;
  margin-bottom: 10px;
  color: #eee;
}
.states .sub-title {
  color: #e50b19;
}
.states h5 {
  line-height: 1.5;
  font-weight: 200;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.states h5:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #e50b19;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}
.states h5 b {
  font-weight: 700;
}
.states .item h3 {
  margin-bottom: 10px;
}
.states .item h6 {
  font-weight: 400;
  font-size: 16px;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Works ]
-----------------------------------------------------------------*/
.works .filtering .filter {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #eee;
  border-radius: 30px;
}
.works .filtering span {
  margin: 0 5px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
}
.works .filtering .active {
  background: #e50b19;
  background: -webkit-gradient(linear, left top, right top, from(#e50b19), to(#e1284e));
  background: linear-gradient(to right, #e50b19, #e1284e);
  -webkit-box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.works .gallery {
  padding-right: 0;
  padding-left: 0;
}
.works .larg-padding {
  padding: 0 15px;
}
.works .larg-padding .item-img {
  border: 10px solid #fff;
  margin-top: 30px;
}
.works .no-padding {
  padding: 0;
}
.works .no-padding .item-img {
  margin-top: 0;
}
.works .gutter {
  padding: 0 10px;
}
.works .gutter .item-img {
  margin-top: 20px;
}
.works .item-img {
  position: relative;
  margin-top: 30px;
}
.works .item-img:hover .item-img-overlay {
  visibility: visible;
  opacity: 1;
}
.works .item-img-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.works .item-img-overlay .icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #eee;
  text-align: center;
  font-size: 20px;
  color: #eee;
}
.works .item-img-overlay p {
  color: #e50b19;
  font-weight: 400;
}
.works .item-img-overlay h6 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-top: 5px;
}

/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Team ]
-----------------------------------------------------------------*/
.team .item {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.team .item:hover .info {
  bottom: 50px;
}
.team .item:hover .team-img:after {
  opacity: 1;
  visibility: visible;
}
.team .item .team-img {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.team .item .team-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left bottom, left top, from(#111), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to top, #111, rgba(0, 0, 0, 0.4));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.team .item .info {
  position: absolute;
  bottom: -500px;
  left: 0;
  padding: 0 15px;
  width: 100%;
  z-index: 4;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.team .item .info h6 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.team .item .info span {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 10px;
  color: #e50b19;
}
.team .item .info p {
  margin-bottom: 10px;
  color: #a9a9a9;
}
.team .item .info .icon {
  margin: 0 10px;
  font-size: 12px;
  color: #eee;
  cursor: pointer;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/
.price .pricing-tables {
  padding: 0 30px;
}
.price .pricing-tables [class*=col-] {
  padding: 0 30px;
}
.price .item {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.price .item .type {
  position: relative;
  margin-bottom: 15px;
}
.price .item .type h4 {
  font-size: 18px;
  font-weight: 500;
  color: #555;
}
.price .item .value {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.price .item .value h3 {
  font-size: 55px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.price .item .value h3 span {
  font-size: 15px;
  position: absolute;
  top: 10px;
  left: 0;
}
.price .item .value .per {
  font-size: 13px;
}
.price .item .features {
  text-align: left;
  overflow: hidden;
  padding: 15px;
}
.price .item .features ul {
  margin-bottom: 0;
}
.price .item .features li {
  margin-bottom: 15px;
  color: #777;
  font-size: 13px;
}
.price .item .features li:last-child {
  margin-bottom: 0;
}
.price .item .order {
  margin-top: 30px;
}
.price .item .order .butn {
  margin: 0;
  padding: 10px 30px;
}
.price .item .order .butn span {
  font-size: 13px;
  font-weight: 500;
}
.price .item.active {
  -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials .icon {
  width: 70px;
  margin-bottom: 30px;
}
.testimonials .item h6 {
  font-size: 15px;
  font-weight: 700;
  color: #e50b19;
  margin: 50px 0 15px;
  position: relative;
}
.testimonials .item h6:after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #eee;
  position: absolute;
  left: 50%;
  top: -40px;
  opacity: .5;
}
.testimonials .item h6 span {
  display: block;
  color: #eee;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}
.testimonials .item p {
  color: #eee;
  font-size: 16px;
  font-weight: 200;
  word-spacing: 1px;
}
.testimonials .owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin: 20px 5px 0;
}
.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
  background: #e50b19;
}

.testimonials-grid .item {
  background-color: #f7f7f7;
  padding: 50px 30px 80px;
  position: relative;
  z-index: 3;
}
.testimonials-grid .item:after {
  content: '';
  width: 96%;
  height: 96%;
  position: absolute;
  left: 2%;
  top: 2%;
  border: 1px solid #fcfcfc;
  z-index: -1;
}
.testimonials-grid .item .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: -1;
  font-size: 60px;
  color: #f1f1f1;
  line-height: 1;
}
.testimonials-grid .item p {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.testimonials-grid .item p:after {
  content: '';
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  background-color: #f7f7f7;
  position: absolute;
  bottom: -10px;
  left: 50px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.testimonials-grid .item .info .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid #f6f6f6;
  float: left;
}
.testimonials-grid .item .info h6 {
  padding-top: 10px;
  font-size: 14px;
  margin-left: 80px;
}
.testimonials-grid .item .info h6 span {
  margin-top: 5px;
  font-size: 12px;
  color: #999;
  font-style: italic;
}

.clients a {
  opacity: .8;
}
.clients a:hover {
  opacity: 1;
}

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Blog ]
-----------------------------------------------------------------*/
.blog .item {
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 5px;
}
.blog .item .post-img {
  padding: 8px;
  position: relative;
}
.blog .item .post-img .img {
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
}
.blog .item .post-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.blog .item .post-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog .item .post-img .tag {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
}
.blog .item .post-img .tag a {
  background-color: #e50b19;
  padding: 5px 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.blog .item .post-img .tag .icon {
  font-size: 8px;
}
.blog .item .cont {
  padding: 30px 15px 15px;
}
.blog .item .info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.blog .item .info a {
  color: #999;
  font-weight: 600;
  font-size: 11px;
}
.blog .item .info a .author {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 5px -6px 0;
  position: relative;
}
.blog .item .info a .icon {
  font-size: 12px;
  margin-right: 2px;
}
.blog .item .info .right {
  float: right;
}
.blog .item h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

.posts .item {
  margin-bottom: 30px;
}
.posts .item .spical {
  margin: 15px;
  padding: 15px;
  border-left: 4px solid #e50b19;
}
.posts .title {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.posts .comments, .posts .add-comment {
  padding: 30px 15px;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 5px;
}
.posts .comments .com, .posts .add-comment .com {
  margin-bottom: 30px;
}
.posts .comments .com:last-child, .posts .add-comment .com:last-child {
  margin-bottom: 0;
}
.posts .comments .com:nth-child(odd), .posts .add-comment .com:nth-child(odd) {
  margin-left: 50px;
}
.posts .comments .img, .posts .add-comment .img {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 50%;
  border: 1px solid #eee;
  overflow: hidden;
}
.posts .comments .cont, .posts .add-comment .cont {
  margin-left: 75px;
}
.posts .comments .cont h6, .posts .add-comment .cont h6 {
  font-size: 12px;
  margin-bottom: 5px;
}
.posts .comments .cont span, .posts .add-comment .cont span {
  color: #999;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 10px;
}
.posts .comments .cont .reply, .posts .add-comment .cont .reply {
  float: right;
  margin-right: 15px;
  margin-top: -15px;
}
.posts .comments .cont .reply:hover, .posts .add-comment .cont .reply:hover {
  color: #e50b19;
}
.posts form input, .posts form textarea {
  width: 100%;
  padding: 15px;
  background-color: #fafafa;
  border: 0;
}
.posts form textarea {
  height: 140px;
  max-height: 140px;
  max-width: 100%;
  margin-bottom: 10px;
}
.posts form .butn {
  margin: 30px 0 0 0;
  cursor: pointer;
}

.pagination {
  text-align: center;
}
.pagination ul {
  margin: auto;
}
.pagination li {
  float: left;
  margin: 0 5px;
}
.pagination li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.pagination .active a {
  background-color: #e50b19;
  color: #fff;
}

.side-bar .widget {
  padding: 30px 15px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  overflow: hidden;
}
.side-bar .widget ul {
  margin-bottom: 0;
}
.side-bar .widget ul li {
  margin-bottom: 10px;
  color: #444;
  font-size: 13px;
}
.side-bar .widget ul li:last-child {
  margin-bottom: 0;
}
.side-bar .widget ul li i {
  font-size: 10px;
  margin-right: 10px;
}
.side-bar .widget .recent li {
  display: block;
  overflow: hidden;
}
.side-bar .widget .recent .thum {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.side-bar .widget .recent a {
  display: block;
  margin-left: 60px;
  line-height: 1.7;
}
.side-bar .widget-title {
  margin-bottom: 30px;
}
.side-bar .widget-title h6 {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.side-bar .search form {
  position: relative;
}
.side-bar .search form input {
  width: 100%;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #eee;
}
.side-bar .search form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #999;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
.side-bar .gallery li {
  width: 33.33333%;
  float: left;
  border: 5px solid #fff;
}
.side-bar .tags li {
  font-size: 12px;
  margin: 2px !important;
  padding: 5px 10px;
  background-color: #e50b19;
  color: #fff !important;
  border-radius: 4px;
  float: left;
}
.side-bar .tags li:hover {
  background-color: #222;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Subscribe ]
-----------------------------------------------------------------*/
.subscribe {
  background-size: auto;
  background-repeat: repeat;
}
.subscribe h4 {
  font-weight: 500;
  margin-bottom: 50px;
}
.subscribe form {
  position: relative;
}
.subscribe input {
  padding: 14px 10px;
  width: 100%;
  margin: auto;
  border: 0;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.subscribe .butn {
  cursor: pointer;
  padding: 10px 0;
  width: 140px;
  border: 1px solid transparent;
  border-radius: 30px;
  position: absolute;
  top: 4px;
  right: -6px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#e50b19), to(#e1284e));
  background: linear-gradient(to right, #e50b19, #e1284e);
}
.subscribe .butn:hover {
  border-color: #e50b19;
}
.subscribe.sbc-bg .sub-title {
  color: #e50b19;
}
.subscribe.sbc-bg h5 {
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.subscribe.sbc-bg p {
  margin-bottom: 50px;
}
.subscribe.sbc-bg input {
  background: transparent;
  border: 1px solid #eee;
  color: #eee;
}

/* ----------------------------------------------------------------
     [ End Subscribe ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Contact-Info ]
-----------------------------------------------------------------*/
.page-contact-info {
  position: relative;
}
.page-contact-info .item {
  padding: 100px 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.page-contact-info .item:last-child {
  border-right: 0;
}
.page-contact-info .item .icon {
  font-size: 30px;
  color: #e50b19;
  margin-bottom: 15px;
}
.page-contact-info .item h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.bmtit {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  text-align: center;
}
.bmtit span {
  padding: 0 30px;
  background-color: #fff;
  font-size: 12px;
  color: #999;
}

/* ----------------------------------------------------------------
     [ End Contact-Info ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 16 Start Contact ]
-----------------------------------------------------------------*/
.page-contact {
  position: relative;
  border-bottom: 1px solid #eee;
}

.form input, .form textarea {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  width: 100%;
  padding: 15px;
  border-radius: 30px;
}
.form input:focus, .form textarea:focus {
  border-color: #ddd;
}
.form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}
.form .form-group {
  position: relative;
}
.form .help-block li {
  color: #ce7373;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
}

.page-social {
  text-align: center;
}
.page-social a {
  padding: 12px 60px;
  border-radius: 30px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  margin: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.page-social a:hover {
  background-color: transparent;
  color: #555;
}

.page-map {
  background-color: #f7f7f7;
}
.page-map #ieatmaps {
  height: 400px;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 17 Start Footer ]
-----------------------------------------------------------------*/
.one-footer {
  background: #111;
  padding: 80px 0;
}
.one-footer .social a {
  color: #fff;
  font-size: 13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #222;
  margin: 15px 5px;
}
.one-footer .social a:hover {
  background: #e50b19;
}
.one-footer p {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer {
  background-color: #04ae91;
  padding: 50px 0 0;
  color: #eee;
}
.footer .title h5 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.footer .info .logo {
  padding: 0;
  margin-bottom: 10px;
}
.footer .info h6 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
	letter-spacing: 1px;
  margin-bottom: 15px;
}
.footer .info h6 i {
  color: #e50b19;
}
.footer .info p {
  margin-bottom: 30px;
}
.footer .info span {
  margin-right: 10px;
  font-size: 11px;
}
.footer .info .icon {
  margin-right: 15px;
  font-size: 11px;
}
.footer .info .icon:hover {
  color: #e50b19;
}
.footer .las-post .thum {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.footer .las-post .cont {
  margin-left: 70px;
}
.footer .las-post h6 {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
  padding-top: 5px;
}
.footer .las-post p {
  font-size: 11px;
}
.footer .las-post p span {
  font-weight: bold;
}
.footer .tags span {
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.04);
  margin-bottom: 6px;
  margin-right: 2px;
}
.footer .tags span:hover {
  background-color: #e50b19;
}
.footer .sub-footer {
  padding: 20px 0;
  margin-top: 50px;
  background-color: #04ae91;

}
.footer .sub-footer p{
  color: #fff;

}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   [ 19 Spacial Pages ]
-----------------------------------------------------------------*/
.error {
  padding: 200px 0;
}
.error h2 {
  font-size: 150px;
  margin-bottom: 15px;
}
.error h2 i {
  font-size: 120px;
}
.error p {
  font-size: 17px;
  margin-bottom: 30px;
}
.error .butn:hover span {
  color: #222 !important;
}

.comming form {
  margin-top: 30px;
  position: relative;
}
.comming form input {
  width: 100%;
  padding: 10px 50px 10px 10px;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 15px;
}
.comming form button {
  background-color: #e50b19;
  padding: 8px 10px;
  border-radius: 5px;
  color: #fff;
  border: 0;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
}
.comming form button:hover {
  background-color: #fff;
  color: #e50b19;
}
.comming .social a:hover {
  color: #e50b19;
}

.faq .accordion .title {
  padding: 15px 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.faq .accordion ul li {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}
.faq .accordion ul li:last-child {
  margin-bottom: 0;
}
.faq .accordion ul li i {
  color: #e50b19;
  font-size: 10px;
  margin-right: 10px;
}

/* ----------------------------------------------------------------
     [ End Spacial Pages ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   [ 19 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

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

  .mb-md15 {
    margin-bottom: 15px;
  }

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

  .md-text-center {
    text-align: center !important;
  }

  .bgimg-height {
    height: 400px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar .logo {
    margin-left: 15px;
  }
  .navbar button {
    margin-right: 15px;
    outline: none !important;
  }
  .navbar .container {
    max-width: 100%;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: left;
    padding: 10px 30px;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #e50b19 !important;
  }

  .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #222;
    width: 100%;
    display: none;
  }
  .dropdown-menu .sub-menu {
    position: static;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #333;
    width: 100%;
    display: none;
  }

  .dropdown:hover .dropdown-menu, .dropdown:hover .mega-menu {
    display: block;
  }
  .dropdown .dropdown-menu:hover .sub-menu {
    display: block;
  }
  .dropdown .mega-menu {
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #222;
    width: 100%;
    display: none;
  }
  .dropdown .mega-menu .dropdown-menu {
    border: 0;
    margin: 0;
  }
  .dropdown .mega-menu .dropdown-title {
    border-bottom-color: #444;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  .price .item {
    text-align: center;
  }
  .price .item .features {
    text-align: center;
  }

  .subscribe.sbc-bg h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

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

  .section-box h3 {
    font-size: 25px;
    line-height: 1.3;
  }

  .hero .intro h3 {
    font-size: 28px;
  }

  .hero .intro h4 {
    font-size: 20px;
  }

  .subscribe h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .bgimg-height-sm {
    height: 400px;
  }

  .header .caption h4 {
    font-size: 16px;
  }
  .header .caption h1 {
    font-size: 22px;
  }
  .header .caption p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .header .caption .butn {
    margin-top: 15px !important;
  }

  .portfolio .filtering span {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .section-head h4 {
    font-size: 18px;
  }

  .section-box .accordion .title h6 {
    line-height: 1.5;
    font-size: 14px;
  }

  .section-box .half-content {
    padding: 15px;
  }

  .works .filtering {
    padding: 0;
  }

  .works .filtering .filter {
    border: 0;
    padding: 0;
  }

  .works .filtering span {
    margin: 0 0 5px;
  }
}


.welcome-img {width: 200px; height: auto}


.padding30 {padding: 30px 0}

.committees {width: 20.5%; text-align: center; margin: 0 2%}
.committees-img {border-radius: 50%; display: inline-block; overflow: hidden; width: 240px; height: 240px}
.committees-img img {width: 100%}
.committees-name { font-size: 20px; font-weight: bold; margin-top:10px; text-align: center; line-height: 26px}
.header1 {font-size: 32px; line-height: 36px; font-weight: bold}
.margintop50 {margin-top:50px}
@media screen and (max-width: 980px) {
	.committees-img { width: 130px; height: 130px}
	.committees {width: 32%; }
	.header1 {font-size: 24px; line-height: 26px; font-weight: bold}
	.margintop50 {margin-top:30px}
}
@media screen and (max-width: 580px) {
	.committees-img { width: 100px; height: 100px}
	.committees-name { font-size: 15px; line-height: 19px;}

	.margintop50 {margin-top:10px}
}
@media screen and (max-width: 420px) {
	.committees-img { width: 80px; height: 80px}
	.committees-name { font-size: 16px; }

}


.text-blue1 {color: #8410b7}
.table-committee {width: 100%}
.table-committee td{padding: 3px;  }

table td {padding: 3px}
.table01 {width:100%}
.table01 td {padding: 5px; border: thin solid #999; vertical-align: text-top; font-size: 14px; line-height: 20px}
.table01 ul.list05  { padding-left: 5px; }
.table01 ul.list05 li {list-style: disc; margin-left: 15px; padding-left: 0px}

@media screen and (max-width: 580px) {

	.table01 td {font-size:14px; line-height: 20px}
	.table01 td p{font-size:14px; line-height: 20px}
}
.table02 {width:100%;}
.table02 td {padding: 5px; border-bottom: thin solid #8C007A;}
.table02 tr:nth-child(even) td {background: #f4f4f4}


.table-prog1 {width:70%; margin-left: 15%}
.table-prog1 td {padding: 5px; border: thin solid #8C007A;}
.table-prog1 tr:nth-child(even) td {background: #f4f4f4}
.table-min {min-width: 650px}
@media screen and (max-width: 980px) {
.table-prog1 td {padding: 2px; }
.table-prog1 {width:100%;margin-left: 0%}
}


ul.list01 li { list-style: inside;

	font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 1.8;
  margin: 0;}
ul.list02 li {

	list-style: circle;
	margin-left: 35px;}
ul.list03 li {
list-style: disc;
	margin-left: 25px;}
ul.list03 {padding-bottom: 0px; margin-bottom: 0}
ol.list04 li {
list-style: decimal;
	margin-left: 25px;}
ol.list04 {padding-bottom: 0px; margin-bottom: 0}
ol.list06 li {list-style: upper-latin;margin-left: 25px;	}
ol.list06 {padding-top: 10px; margin-bottom: 0}
.border-bottom-line {border-bottom: solid 2px #000}
.btnpos1 {display: inline-block;  margin-left: 20%; margin-top: -150px}

@media screen and (max-width: 980px) {
.btnpos1 {display: inline-block;  margin-left: 0%; margin-top: 0}	
}
.qrcode01 {width: 80%}

		.scroll1{
			display: none;
		}

		.scroll1 img
		 {
			vertical-align: bottom; margin-left:15px;
		}


		.scroll1 li img {
			height: 120px;
		}
@media screen and (max-width: 580px) {
		.scroll1 li img {
			height: 70px;
		}	
}
.btn01 {padding: 0px 15px; border-radius: 35px; color: #0053c0; text-shadow: none;	animation-name: flash1;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite; }
.btn01:hover { background: #ef7e00 ; color: #0053c0}

.text01 {color: #e99b15; font-size: 21px; font-weight: bold; margin-top: 20px; text-shadow: 1px 1px 2px #000;}
@media screen and (max-width: 580px) {
.text01 { font-size: 16px;margin-top: 10px;}	
}

.flash-button{

	padding:5px 25px;
	color:#fff;
	border:none;
	border-radius:50px;
	
	animation-name: flash;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	-webkit-animation-name: flash;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: flash;
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}

@keyframes flash {  
    0% { opacity: 1.0; 	background:#a5398f; }
	50% { opacity: 1.0; background:#624599;}
    100% { opacity: 1.0; 	background:#a5398f;}
}

@keyframes flash1 {  
    0% { opacity: 1.0; 	background:#e99b15; }
	50% { opacity: 1.0; background:#e95615;}
    100% { opacity: 1.0; 	background:#e99b15;}
}


.so1 {height: 145px; width: auto; display: inline-block; vertical-align: text-top; margin: 10px 0px}
.so2 {height: 100px; width: auto; display: inline-block; vertical-align: text-top; margin: 15px}
.sponsor1 {height: 130px; width: auto; display: inline-block; vertical-align: text-top; margin: 10px 0px}
.sponsor2 {height: 115px; width: auto; display: inline-block; vertical-align: text-top; margin: 15px}
.sponsor3 {height: 105px; width: auto; display: inline-block; vertical-align: text-top; margin: 0px 15px}
@media screen and (max-width: 1080px) {
.so1 {height: 135px; width: auto; display: inline-block; vertical-align: text-top; margin: 5px 0px}
.so2 {height: 90px; width: auto; display: inline-block; vertical-align: text-top; margin: 10px}
.sponsor1 {height: 125px; width: auto; display: inline-block; vertical-align: text-top; margin: 5px 0px}
.sponsor2 {height: 95px; width: auto; display: inline-block; vertical-align: text-top; margin: 10px}
.sponsor3 {height: 85px; width: auto; display: inline-block; vertical-align: text-top; margin: 10px}
}

@media screen and (max-width: 580px) {
.so1 {height: 110px; width: auto; display: inline-block; vertical-align: text-top; margin: 10px 0px}
.so2 {height: 70px; width: auto; display: inline-block; vertical-align: text-top; margin: 5px}
.sponsor1 {height: 100px; width: auto; display: inline-block; vertical-align: text-top; margin: 10px 0px}
.sponsor2 {height: 80px; width: auto; display: inline-block; vertical-align: text-top; margin: 5px}
.sponsor2 {height: 70px; width: auto; display: inline-block; vertical-align: text-top; margin: 5px}
}
@media screen and (max-width: 480px) {
.so1 {height: 100px; width: auto; display: inline-block; vertical-align: text-top; margin: 10px 0px}
.so2 {height: 65px; width: auto; display: inline-block; vertical-align: text-top; margin: 3px}
.sponsor1 {height: 90px; width: auto; display: inline-block; vertical-align: text-top; margin: 10px 0px}
.sponsor2 {height: 70px; width: auto; display: inline-block; vertical-align: text-top; margin: 3px}
.sponsor3 {height: 65px; width: auto; display: inline-block; vertical-align: text-top; margin: 3px}
}
.img100 {width: 100%; height: auto;}

.publication { max-width: 410px; margin-right: 3%; text-align: center; display: inline-block; vertical-align: text-top; margin-bottom: 20px;  width: auto;}
.publication-border {border: thin solid #767676; padding: 7px 7px 0 7px; display: inline-block; text-align: center; }
.publication-img { max-height: 260px; overflow: hidden; display: inline-block; text-align: center; max-width: 400px; }
.publication-img img {  width: auto; max-height: 250px;  -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;}
.publication-img:hover img {     
	opacity: 0.7;
	-webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);}
.publication-caption {font-weight:bold; color: #003B72; font-size: 19px; line-height: 24px; margin-top: 10px}

.marginleft-prog {margin-left: 35%}
td.borderline1 {border-bottom: solid 3px  #003B72}

.faculty { width: 22.2%; margin-right: 2% ;  display: inline-block; vertical-align:  text-top; text-align: center; margin-bottom: 30px }
.faculty-img {border-radius: 50%; display: inline-block; overflow: hidden; width: 230px; height: 230px}
.faculty-img img {width: 100%}
.faculty-name { font-size: 20px; font-weight: bold; margin-top:10px; text-align: center; line-height: 26px}
.faculty-title {font-size: 13px; line-height: 16px}

@media screen and (max-width: 1198px) {
.faculty { width: 22.2%; margin-right: 2% ; margin-bottom: 30px }
.faculty-img { width: 200px; height: 200px}
.faculty-name { font-size: 20px; margin-top:10px;  line-height: 26px}
.faculty-title {font-size: 13px; line-height: 16px}
}
@media screen and (max-width: 998px) {
.faculty { width: 30.2%; margin-right: 2% ; margin-bottom: 30px }
.faculty-img { width: 200px; height: 200px}
.faculty-name { font-size: 20px; margin-top:10px;  line-height: 26px}
.faculty-title {font-size: 13px; line-height: 16px}
}
@media screen and (max-width: 768px) {
.faculty { width: 47.2%; margin-right: 2% ; margin-bottom: 30px }
.faculty-img { width:170px; height: 170px}
.faculty-name { font-size: 18px; margin-top:10px;  line-height: 23px}
.faculty-title {font-size: 13px; line-height: 16px}
}
@media screen and (max-width: 580px) {
.faculty { width: 47.2%; margin-right: 2% ; margin-bottom: 20px }
.faculty-img { width:145px; height: 145px}
.faculty-name { font-size: 16px; margin-top:10px;  line-height: 20px}
.faculty-title {font-size: 12px; line-height: 16px}
}
.line01 {height: 2px; background: #FFA600}
.more-to-come {font-style: italic; font-weight: bold; font-size: 26px; color: #f59020; display: inline-block; vertical-align: bottom; margin-bottom: 20px}

.anchor01 {position: absolute;  margin-top: -80px}
.btn-orange {padding: 10px 20px; background: #FF5700; color: #fff; border-radius: 100px; transition: 0.5s; border: solid 1px #FF5700}
.btn-orange:hover { background: #fff; color: #FF5700; border-radius: 100px; }

.logomap {width: 100%; height: auto}

.banner1 {display: block}
.banner2 {display: none}
.br01  {display: none}
@media screen and (max-width: 768px) {
.banner1 {display: none}
.banner2 {display: block}	
.br01  {display: block}
}
td.borderline-right{ border-right: 2px solid #003B72}
.box-workshop {padding: 20px; border: solid thin #B50082; border-radius: 20px; background: #FBEDFF}

.heart-btn {display: inline-block; text-align: center; position: absolute; right: 20%; margin-top: -90px }
.heart-text{ margin-top: -145px; color: #fff; font-size: 26px;z-index: 99999; position: absolute; font-weight: bold; line-height: 26px}
.heart-text:hover{ color: yellow; }

 @keyframes glowing {
        0% {
          background-color: #f48e20;
          box-shadow: 0 0 5px yellow;;
        }
        50% {
          background-color: #f48e20;;
          box-shadow: 0 0 30px yellow;;
        }
        100% {
          background-color: #f48e20;;
          box-shadow: 0 0 5px yellow;;
        }
      }
      .button {
        animation: glowing 800ms infinite;
      }
.heart {
  background-color: #ff5400;;
  display: inline-block;
  height: 120px;
  margin: 0 40px;
  position: relative;
  top: 0;
  transform: rotate(-45deg);
  width: 120px;
	animation: glowing 1300ms infinite;
}

.heart:before,
.heart:after {
  content: "";
  background-color: #ff5400;;
  border-radius: 50%;
  height: 120px;
  position: absolute;
  width: 120px;
	animation: glowing 1300ms infinite;
}
.btn-virtual {background-color: #f48e20;;
        -webkit-border-radius: 80px;
        border-radius: 80px;
        border: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 24px;
        padding: 10px 25px;
        text-align: center;
        text-decoration: none;
	    line-height: 26px;
	font-weight: bold;
    border: 5px solid #f47520;
}

.btn-virtual:hover {color: yellow}
@media screen and (max-width: 1366px) {
		.btn-virtual {font-size: 18px; line-height: 22px; padding: 6px 20px;border: 3px solid #f47520; }
.heart-btn {display: inline-block; text-align: center; position: absolute; right: 15%; margin-top: -70px }
}
@media screen and (max-width: 980px) {
	.btn-virtual {font-size: 20px; line-height: 22px; padding: 8px 20px;border: 3px solid #f47520; }
.heart-btn {display: inline-block; text-align: center; position: relative; right: none; margin-top:30px;left:50%;margin-left:-130px }	
	
}

.heart:before {
  top: -60px;
  left: 0;
}

.heart:after {
  left: 60px;
  top: 0;
}

.margintop-100 {margin-top: -100px}
@media screen and (max-width: 980px) {
	.margintop-100 {margin-top: 10px}
}


.pop1a, .pop2a, .pop3a, .pop4a, .pop5a, .pop_reg, .pop_reg1 { position: absolute;  width: 94%; max-width: 800px;  display: none; top: 18%;left: 50%; margin-left:-410px;  z-index: 10000; background-color: white; text-align: center; padding: 25px; box-shadow: 0px 0px 15px 1px #999;   }

.popfixed {position: fixed}



.pop1a-inner {  font-size:16px; line-height: 22px; background-color: rgba(255, 255, 255, 0.95); padding: 25px; width: 100%; max-width: 775px;   text-align:justify; max-height: 80vh; overflow-y: auto }
.pop-info-inner {  font-size:16px; line-height: 20px; background-color:#fff; padding: 10px; width: 94%; max-width: 775px;   text-align:justify; }

.pop1aclose, .pop2aclose, .pop3aclose, .pop4aclose, .pop5aclose, .pop6aclose, .pop7aclose, .pop_regclose {width: 20px;height: 20px;position: absolute;margin-left: 88%; margin-top: -10px; z-index: 10001;}
.pop_infoclose {width: 20px;height: 20px;position: absolute;margin-left: 90%; margin-top: 0px; z-index: 10001;}


.videoframe {width: 96%; height: 422px}




@media (max-width: 980px) {
.pop1a, .pop2a, .pop3a, .pop4a, .pop5a, .pop_reg , .pop_reg1 { padding: 2%; width: 100%; max-width: 100%; top: 25%;left: 2%; margin-left:0px; font-size: 12px; line-height: 18px  }
.pop1a-inner {  font-size:12px; line-height: 18px; padding: 2%; width: 95%; }
.pop1aclose, .pop2aclose, .pop3aclose, .pop4aclose, .pop5aclose, .pop_regclose {width: 20px;height: 20px;position: absolute;margin-left: 82%; margin-top: 0px; }



.videoframe {width: 96%; height: 250px}

}
iframe {
  height: 380px;
  /* 315/560 = .5625 */
}

@media (max-width:768px) { 
	iframe {
  height: 200px;
  /* 315/560 = .5625 */
}
}

.logo-org {height: 250px; width: auto; display: inline-block; margin: 0 30px}
@media (max-width:1281px) { .logo-org {height: 180px;; margin: 0 15px}}



@media (max-width:1281px) { .logo-org-home {width: 80% }}

.header2 {font-size: 34px; font-weight: 700; color: #fff; text-align: left; line-height: 26px; padding: 15px 30px 30px 120px; background-image: url("../img/head_bg.jpg"); background-repeat: no-repeat; }

@media (max-width: 1281px) {

.header2 {font-size: 32px; line-height: 26px; padding: 15px 30px 30px 120px;   }
}

@media (max-width: 980px) {

.header2 { font-size: 26px; font-weight: 700; line-height: 24px; padding: 8px 23px 18px 23px; background-size: 80%; text-align: center   }	
}

@media (max-width: 768px) {

.header2 {font-size: 30px; font-weight: 700; line-height: 16px; padding: 18px 0 18px 20px; background-size: 100%; background-image: url("../img/head_bg2.jpg");   }	

}
@media (max-width: 580px) {

.header2 {font-size: 28px; font-weight: 700; line-height: 18px; padding: 14px 0 15px 15px; background-size: 100%;  }

}
@media (max-width: 480px) {

	.header2 {font-size: 24px; font-weight: 700; line-height: 20px; padding: 10px 0 12px 9px; background-size: 100%  }	

}
h5 {margin-bottom: 15px; color: #173C00}
.map01 {width: 100%; border:0; height: 600px;}
.team a {text-decoration: underline; color: #FF5F00}

.box1 {padding: 20px; width: 100%; border: thin solid #00390D; background: #EAFFEE; border-radius: 22px }
.box1 h5 {margin-bottom: 0px}
.col-left, .col-right { width: 48%; display: inline-block; vertical-align: text-top}
.col-right {text-align: right}
@media (max-width: 768px) {
.col-left, .col-right { width: 100%; }	
	.col-right {text-align: left}
}

.pop-pre {cursor: pointer}
.pop-pre-a {display: none}


.hotel1 {display: inline-block; vertical-align: text-top; width: 40%; margin-right: 2%}
.hotel2 {display: inline-block; vertical-align: text-top; width: 55%}

@media (max-width: 768px) {
.hotel1 { width: 100%; margin-bottom: 10px}
.hotel2 {width: 100%; margin-bottom: 10px}	
}

.color-red {color: red}
.color-blue {color: #0b9cc9}
.color-green {color: #1AA837}
.color-yellow {color: #f9b003}
i.fa-1x {font-size: 25px; line-height: 30px; width: 38px }
.hr01 {border-top: dotted 1px #1AA837 }
.speaker-col {width: 28%; display: inline-block; vertical-align: text-top; margin: 2%; text-align: center}
.speaker-photo {text-align: center; margin-bottom: 10px }
.speaker-photo-s {display: inline-block; border:2px solid #fff; box-shadow: 7px 7px 0px #016934; }
.speaker-photo-s img{height: 230px;  }
.speaker-name {font-weight: bold; font-size: 18px; text-align: center}
.speaker-title { font-size: 14px; text-align: center}
@media screen and (max-width: 1080px) {
	.speaker-col {width: 44%; display: inline-block; vertical-align: text-top; margin: 2%; text-align: center}
	.speaker-photo-s {display: inline-block; border:1px solid #fff; box-shadow: 5px 5px 0px #016934; }
.speaker-photo-s img{height: 200px;  }
}
@media screen and (max-width: 680px) {
	.speaker-col {width: 46%; display: inline-block; vertical-align: text-top; margin: 1%; text-align: center; }
	.speaker-photo-s {display: inline-block; border:1px solid #fff; box-shadow: 4px 4px 0px #016934; }
.speaker-photo-s img{height: 140px;  }
	.speaker-name {font-weight: bold; font-size: 14px; text-align: center; line-height: 20px}
.speaker-title { font-size: 12px; text-align: center; line-height: 15px}
}

.session1 {font-size: 18px; color:#794587 }
.topic {color: #1AA837}
@media screen and (max-width: 680px) {
	.session1 {font-size: 16px;}
}
.venue {display: inline-block; color: #BF007C; float: right; font-size: 17px; margin-top:10px }

