@import url("https://fonts.googleapis.com/css?family=IBM Plex Sans:400,700");
html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'IBM Plex Sans', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #fff;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 38px;
  color: #28286e;
  font-weight: 700;
  font-family: 'IBM Plex Sans', sans-serif;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'IBM Plex Sans', sans-serif;
  margin: 0px;
  font-size: 14px;
}

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

ul li, ol li {
  list-style: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

.section-header {
  margin-bottom: 30px;
}

.section-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
}

.section-title {
  font-size: 30px;
  color: #222222;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.padding-none {
  padding: 0px;
}

.bg-gray {
  background: #f9f9f9;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(15, 17, 27, 0.8);
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #FE4A49;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.btn-common:hover {
  color: #fff;
  background-color: #4848b8;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #FE4A49;
  background-color: transparent;
  border: 1px solid #FE4A49;
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-border:hover {
  color: #fff;
  border-color: #FE4A49;
  background-color: #FEBA53;
}

.btn-border:focus {
  color: #fff;
  border-color: #FE4A49;
  background-color: #FE4A49;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 18px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #FE4A49;
}

.social-icon a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.03s ease-in-out 0s;
  -moz-transition: all 0.03s ease-in-out 0s;
  -webkit-transition: all 0.03s ease-in-out 0s;
  -o-transition: all 0.03s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #FE4A49;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #FE4A49;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

hr {
  border-top: 1px dotted #ddd;
}

.feature-bg {
  background: #FE4A49;
}

.text-wrapper {
  height: 100%;
  display: table;
  padding-left: 140px;
}

.text-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

/* Container Outside Shape */
.container-outside {
  position: absolute;
  top: 0;
  right: 0;
  width: 47.1%;
  height: 100%;
  background: #FE4A49;
  overflow: hidden;
}

.heading {
  padding-left: 30px;
}

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

.dt-cell {
  display: table-cell;
  vertical-align: middle;
}

.skill-area img {
  border-radius: 4px;
}

.skills-section {
  margin-top: 30px;
}

.skills-section .progress-box h5 {
  color: #222222;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.skills-section .progress {
  background: #f9f9f9;
  height: 10px;
  margin-bottom: 30px;
}

.skills-section .progress .progress-bar {
  background: #FE4A49;
}

.navbar-brand {
  position: relative;
  padding: 0px;
	background: #fff;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
	  background: #fff;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #28286e !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
	background: #fff;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #FE4A49 !important;
	background: #fff;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #FE4A49 !important;
	background: #fff;
}

.indigo {
  background: #fff;
}

.menu-bg {
  background: #fff;
}

.navbar-expand-md .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	background: #fff;
}

.navbar-expand-md .navbar-nav .nav-link {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #28286e;
  font-weight: 600;
  padding: 8px 10px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav li a:hover,
.navbar-expand-md .navbar-nav li .active > a,
.navbar-expand-md .navbar-nav li a:focus {
  color: #FE4A49;
  background: #fff;
  outline: none;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #FE4A49 !important;
	  background: #fff;

}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #FE4A49 !important;
	  background: #fff;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #FE4A49;
	  background: #fff;
}

.logo {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-top: 3px;
  margin-bottom: 3px;
}

.menu-white .navbar-nav .nav-link {
  color: #fff;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -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;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #FE4A49;
  background: #f7f7f7;
}

.dropdown-item.active, .dropdown-item:active {
  background: #fff;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* ==========================================================================
  5. newsletter section
   ========================================================================== */

#newsletter {
  background: #28286e;
  position: relative;
}

#newsletter .contents {
  padding-top: 35px;
}

#newsletter .contents h1 {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
}

#newsletter .contents h3 {
  font-size: 33px;
  color: #fff;
}

#newsletter .contents h5 {
  font-size: 18px;
  color: #fff;
  margin-top: 58px;
}
#mc_embed_signup{
	margin-top:50px;
}
input#mc-embedded-subscribe {
    margin-top: 50px;
}
@media screen and (max-width:767px){
	#newsletter .contents h5{
		margin-top:66px !important;
	}
	input#mc-embedded-subscribe {
    	margin-top: 10px !important;
		float:left;
	}
	#mc_embed_signup{
		margin-top:10px !important;
	}
}
#newsletter .contents p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
}

#newsletter .btn-quote i {
  width: 48px;
  height: 48px;
  background: #FE4A49;
  cursor: pointer;
  display: block;
  font-color: #fff;
  color: #fff;
  line-height: 48px;
  border-radius: 50%;
}

#newsletter .form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 20px;
  border: 1px solid #F7F7F7;
}

#newsletter .banner_bottom_btn i:hover {
  color: #FE4A49;
}

#newsletter.row.no-pad {
  margin-right:0;
  margin-left:0;
}
#newsletter.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}




/* ==========================================================================
   3. Hero Area
   ========================================================================== */
#hero-area {
  background: url(../img/242-trans.jpg) fixed;
  color: #28286e;
  overflow: hidden;
  position: relative;
}

#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FE4A49;
  opacity: 0.9;
}

#hero-area .contents {
  padding: 20px 0 10px;
}

#hero-area .contents {
  border: 3px;
  border-left-color: #28286e;
}

#hero-area .contents h1 {
  color: #28286e;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 25px;
}

#hero-area .contents h3 {
  font-size: 35px;
  color: #28286e;
  margin-bottom: 25px;
}

#hero-area .contents p {
  font-size: 16px;
  color: #28286e;
  font-weight: 400;
  line-height: 150%;
}

#hero-area .contents h4 {
  font-size: 14px;
  font-color: #28286e;
  font-weight: 400;
  line-height: 150%;
}

#hero-area .contents .btn {
  margin: 5px 0px 5px 0px;
  font-size: 16px;
  text-transform: uppercase;
}

#hero-area .banner_bottom_btn {
  margin-top: 5px;
}

#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
  color: #FE4A49;
}

#hero-area .contents middle {
  vertical-align: middle;
}

#hero-area .responsive {
  width: 100%;
  height: auto;
}

/* ==========================================================================
  5. greysection section
   ========================================================================== */

#greysection .contents h1 {
  color: #28286e;
  font-size: 38px;
  font-weight: bold;
}

#greysection {
  background: #E2E2E2;
  position: relative;
}

#greysection .contents {
  padding: 20px 0 20px;
}

#greysection .contents h3 {
  font-size: 33px;
  color: #28286e;
}

#greysection .contents h4 {
  font-size: 22px;
  color: #28286e;
  font-weight: bold;

}

#greysection .contents h5 {
  font-size: 22px;
  color: #28286e;
}

#greysection .contents p {
  font-size: 16px;
  color: #28286e;
  font-weight: 400;
  line-height: 150%;
}

#greysection .icons {
  width: 100px;
  height: 100px;
}

/* ==========================================================================
  5. whitesection section
   ========================================================================== */

#whitesection .contents h1 {
  color: #28286e;
  font-size: 38px;
  font-weight: bold;
}

#whitesection {
  background: #ffffff;
  position: relative;
}

#whitesection .contents {
  padding: 20px 0 20px;
}

#whitesection .contents h3 {
  font-size: 26px;
  color: #28286e;
}

#whitesection .contents h4 {
  font-size: 22px;
  color: #28286e;
  font-weight: bold;

}

#whitesection .contents h5 {
  font-size: 22px;
  color: #28286e;
}

#whitesection .contents p {
  font-size: 16px;
  color: #28286e;
  font-weight: 400;
  line-height: 150%;
}

#whitesection .icons {
  width: 100px;
  height: 100px;
}

/* ==========================================================================
 10. Counter Section Style
 ========================================================================== */

.counters {
  background: #28286e;
  position: relative;
}

.counters {
  padding: 30px 0 30px;
}

.counters .facts-item {
  text-align: center;
  color: #fff;
}

.counters .facts-item .icon {
  margin-bottom: 30px;
}

.counters .facts-item .icon i {
  font-size: 50px;
  color: #fff;
}

.counters .facts-item .fact-count h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}

.counters .facts-item .fact-count h4 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 150%;
}

/* ==========================================================================
  5. Products section
   ========================================================================== */

#products .contents h1 {
  color: #28286e;
  font-size: 38px;
  font-weight: bold;
}

#products {
  background: #fff;
  position: relative;
}

#products .contents {
  padding: 20px 0 20px;
}

#products .contents h3 {
  font-size: 33px;
  color: #28286e;
}

#products .contents h4 {
  font-size: 22px;
  color: #28286e;
  font-weight: bold;

}

#products .contents h5 {
  font-size: 22px;
  color: #28286e;
}

#products .contents p {
  font-size: 16px;
  color: #28286e;
  font-weight: 400;
  line-height: 150%;
}

#products .icons {
  width: 100px;
  height: 100px;
}

/* ==========================================================================
  5. Services section
   ========================================================================== */

#services {
  background: #fff;
  position: relative;
}

#services .contents {
  padding: 20px 0 20px;
}

#services .contents h1 {
  color: #28286e;
  font-size: 42px;
  font-weight: bold;
}

#services .contents h3 {
  font-size: 33px;
  color: #28286e;
}

#services .contents h5 {
  font-size: 22px;
  color: #28286e;
}

#services .contents p {
  font-size: 16px;
  color: #28286e;
  font-weight: 400;
  line-height: 150%;
}

#services .subsidiaries {
  width: 300px;
  height: auto;
}

/* ==========================================================================
  5. kraus section
   ========================================================================== */

#kraus .contents h1 {
  color: #28286e;
  font-size: 38px;
  font-weight: bold;
}

#kraus {
  background: #fff;
  position: relative;
}

#kraus .contents {
  padding: 0px 0 20px;
}

#kraus .contents h3 {
  font-size: 33px;
  color: #28286e;
}

#kraus .contents h4 {
  font-size: 22px;
  color: #28286e;
  font-weight: bold;

}

#kraus .contents h5 {
  font-size: 22px;
  color: #28286e;
}

#kraus .contents p {
  font-size: 16px;
  color: #28286e;
  font-weight: 400;
  line-height: 150%;
}

#kraus .icons {
  width: 100px;
  height: 100px;
}

/* ==========================================================================
  5. Services section
   ========================================================================== */

#services {
  background: #fff;
  position: relative;
}

#services .contents {
  padding: 20px 0 20px;
}

#services .contents h1 {
  color: #28286e;
  font-size: 42px;
  font-weight: bold;
}

#services .contents h3 {
  font-size: 33px;
  color: #28286e;
}

#services .contents h5 {
  font-size: 22px;
  color: #28286e;
}

#services .contents p {
  font-size: 16px;
  color: #28286e;
  font-weight: 400;
  line-height: 150%;
}

#services .subsidiaries {
  width: 200px;
  height: auto;
}


/* ==========================================================================
  5. Market section
   ========================================================================== */

#market {
  background: #fff;
  position: relative;
}

#market .contents h1 {
  color: #28286e;
  font-size: 42px;
  font-weight: bold;
}

#market .contents {
  padding: 20px 0 20px;
}

#market .contents h3 {
  font-size: 33px;
  color: #28286e;
}

#market .contents h5 {
  font-size: 22px;
  color: #28286e;
}

#market .contents h4 {
  font-size: 22px;
  color: #28286e;
  font-weight: bold;

}

#market .contents p {
  font-size: 16px;
  color: #28286e;
  font-weight: 400;
  line-height: 150%;
}


/* ==========================================================================
  5. investors section
   ========================================================================== */

#investors {
  background: #fff;
  position: relative;
}

#investors .contents {
  padding: 20px 0 20px;
}

#investors .contents h1 {
  color: #28286e;
  font-size: 42px;
  font-weight: bold;
}

#investors .contents h3 {
  font-size: 33px;
  color: #28286e;
}

#investors .contents h5 {
  font-size: 22px;
  color: #28286e;
}

#investors .contents p {
  font-size: 16px;
  color: #28286e;
  font-weight: 400;
  line-height: 150%;
}

#investors .btn-investors i {
  width: 48px;
  height: 48px;
  background: #FE4A49;
  cursor: pointer;
  display: block;
  font-color: #fff;
  color: #fff;
  line-height: 48px;
  border-radius: 50%;
}


/* ==========================================================================
  5. quote section
   ========================================================================== */

#quote {
  background: #28286e;
  position: relative;
}

#quote .contents {
  padding: 30px 0 30px;
}

#quote .contents h1 {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
}

#quote .contents h3 {
  font-size: 33px;
  color: #fff;
}

#quote .contents h5 {
  font-size: 18px;
  color: #fff;
}

#quote .contents p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
}

#quote .btn-quote i {
  width: 48px;
  height: 48px;
  background: #FE4A49;
  cursor: pointer;
  display: block;
  font-color: #fff;
  color: #fff;
  line-height: 48px;
  border-radius: 50%;
}

/* ==========================================================================
  5. faq section
   ========================================================================== */

#faq {
  background: #fff;
  position: relative;
}

#faq .contents {
  padding: 20px 0 20px;
}

#faq .contents h1 {
  color: #28286e;
  font-size: 42px;
  font-weight: bold;
}

#faq .contents h3 {
  font-size: 33px;
  color: #28286e;
}

#faq .contents h5 {
  font-size: 22px;
  color: #28286e;
}

#faq .contents p {
  font-size: 16px;
  color: #28286e;
  font-weight: 400;
  line-height: 150%;
}

#faq .btn-investors i {
  width: 48px;
  height: 48px;
  background: #FE4A49;
  cursor: pointer;
  display: block;
  font-color: #fff;
  color: #fff;
  line-height: 48px;
  border-radius: 50%;
}

/* ==========================================================================
  5. about us section
   ========================================================================== */

#about-us {
  background: #fff;
  position: relative;
}

#about-us .contents {
  padding: 20px 0 20px;
}

#about-us .contents h1 {
  color: #28286e;
  font-size: 42px;
  font-weight: bold;
}

#about-us .contents h3 {
  font-size: 33px;
  color: #28286e;
}

#about-us .contents h4 {
  font-size: 22px;
  color: #28286e;
  font-weight: bold;
}

#about-us .contents h5 {
  font-size: 22px;
  color: #28286e;
}

#about-us .contents p {
  font-size: 16px;
  color: #28286e;
  font-weight: 400;
  line-height: 150%;
}

#about-us .leaders {
  width: 300px;
  height: auto;
}

#about-us .tiny {
  width: 50px;
  height: auto;
}

#about-us .responsive {
  width: 100%;
  height: auto;
}

/* ==========================================================================
  5. contactbody section
   ========================================================================== */

#contactbody .form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 20px;
  border: 1px solid #28286e;
}

#contactbody .form-control:focus {
  border-color: #FE4A49;
  box-shadow: none;
  outline: none;
}

#contactbody textarea {
  border-radius: 4px !important;
}

#contactbody .form-control:focus {
  box-shadow: none;
  outline: none;
}

#contactbody .btn.disabled, .btn:disabled {
  opacity: 1;
}

#contactbody {
  background: #fff;
}

#contactbody .contact-form-area h2 {
  font-size: 18px;
  font-color: #28286e;
  text-transform: uppercase;
}

#contactbody .contact-right-area h2 {
  font-size: 18px;
  font-color: #28286e;
  text-transform: uppercase;
}

#contactbody .contact-right-area .contact-title {
  margin-bottom: 20px;
}

#contactbody .contact-right-area .contact-title h1 {
  font-size: 42px;
  font-color: #28286e;
}

#contactbody .contact-right-area .contents h5 {
  font-size: 22px;
  color: #28286e;
}

#contactbody .contact-right {
  padding: 4px;
}

#contactbody .contact-right .single-contact {
  margin: 30px 0px;
  padding: 3px 55px;
  position: relative;
  color: #28286e;
}

#contactbody .contact-right .single-contact p {
  margin-bottom: 0px;
}

#contactbody .contact-right .single-contact p a {
  color: #28286e;
}

#contactbody .contact-right .contact-icon {
  background: #FE4A49;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

#contactbody {
  position: relative;
  overflow: hidden;
}

#contactbody .text-danger {
  font-size: 14px;
  margin-top: 10px;
}

#contactbody .list-unstyled li {
  color: #d9534f;
}

#conatiner-map {
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  height: 480px;
  -webkit-transition: all 0.03s;
  -moz-transition: all 0.03s;
  transition: all 0.03s;
  z-index: 101;
  width: 100%;
}

#contactbody .contact-form-area h3 {
  font-size: 38px;
  font-color: #fff;
}

#contactbody .subscribes {
  background: #f8f9fb;
}

#contactbody .subscribes h4 {
  text-align: center;
  font-size: 40px;
}

#contactbody .subscribes p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

#contactbody .subscribe {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}

#contactbody .subscribe .form-control {
  width: 100%;
  border-radius: 50px;
  position: relative;
  height: 52px;
  border: 1px solid #FE4A49;
}

#contactbody .subscribe .btn-submit {
  border: none;
  cursor: pointer;
  background: transparent;
}

#contactbody .subscribe .btn-submit i {
  width: 48px;
  height: 48px;
  background: #FE4A49;
  cursor: pointer;
  display: block;
  color: #fff;
  line-height: 48px;
  border-radius: 50%;
}


/* ==========================================================================
  5. Contact section
   ========================================================================== */

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 20px;
  border: 1px solid #F7F7F7;
}

.form-control:focus {
  border-color: #FE4A49;
  box-shadow: none;
  outline: none;
}

textarea {
  border-radius: 4px !important;
}

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

.btn.disabled, .btn:disabled {
  opacity: 1;
}

#contact {
  background: #28286e;
}

.contact-form-area h2 {
  font-size: 18px;
  font-color: #fff;
  text-transform: uppercase;
}

.contact-right-area h2 {
  font-size: 18px;
  font-color: #fff;
  text-transform: uppercase;
}

.contact-right-area .contact-title {
  margin-bottom: 20px;
}

.contact-right-area .contact-title h1 {
  font-size: 42px;
  font-color: #fff;
}

#contact .contact-right-area .contents h5 {
  font-size: 22px;
  color: #fff;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 30px 0px;
  padding: 3px 55px;
  position: relative;
  color: #fff;
}

.contact-right .single-contact p {
  margin-bottom: 0px;
}

.contact-right .single-contact p a {
  color: #fff;
}

.contact-right .contact-icon {
  background: #FE4A49;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

#contact {
  position: relative;
  overflow: hidden;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

#conatiner-map {
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  height: 480px;
  -webkit-transition: all 0.03s;
  -moz-transition: all 0.03s;
  transition: all 0.03s;
  z-index: 101;
  width: 100%;
}

.h3 {
  font-size: 16px;
  margin-top: 26px;
}

.subscribes {
  background: #f8f9fb;
}

.subscribes h4 {
  text-align: center;
  font-size: 40px;
}

.subscribes p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

.subscribe {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}

.subscribe .form-control {
  width: 100%;
  border-radius: 50px;
  position: relative;
  height: 52px;
  border: 1px solid #FE4A49;
}

.subscribe .btn-submit {
  border: none;
  cursor: pointer;
  background: transparent;
}

.subscribe .btn-submit i {
  width: 48px;
  height: 48px;
  background: #FE4A49;
  cursor: pointer;
  display: block;
  color: #fff;
  line-height: 48px;
  border-radius: 50%;
}

/* Footer Area Start */

#footer-area {
  background: #28286e;
}

#footer-area .contents p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
}




.footer-area ul li a {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}

.footer-area ul li a:hover {
  color: #FE4A49;
}

.footer-area #subscribe-form {
  margin-top: 15px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 39px;
  border-radius: 0;
  background: transparent;
  color: #FE4A49;
  border-left: 1px solid #ddd;
}

.copyright {
  background: #28286e;
  padding: 15px;
}


.copyright .footer-logo img {
  width: 100%;
  height: auto;
}

.copyright p {
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin: 0;
}

.copyright p a {
  color: #fff;
}

.copyright p a:hover {
  color: #FE4A49;
}
