@charset "UTF-8";
@font-face {
  font-family: 'appello';
  src: url("../fonts/appello.eot?81934816");
  src: url("../fonts/appello.eot?81934816#iefix") format("embedded-opentype"), url("../fonts/appello.woff2?81934816") format("woff2"), url("../fonts/appello.woff?81934816") format("woff"), url("../fonts/appello.ttf?81934816") format("truetype"), url("../fonts/appello.svg?81934816#appello") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "appello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-search:before {
  content: '\e800';
}

/* '' */
.icon-left-open-big:before {
  content: '\e801';
}

/* '' */
.icon-right-open-big:before {
  content: '\e802';
}

/* '' */
.icon-youtube:before {
  content: '\f167';
}

/* '' */
.icon-twitter:before {
  content: '\f309';
}

/* '' */
.icon-facebook:before {
  content: '\f30c';
}

/* '' */
.icon-gplus:before {
  content: '\f30f';
}

/* '' */
.icon-linkedin:before {
  content: '\f318';
}

/* '' */
.icon-instagram:before {
  content: '\f32d';
}

.animate-up-hide {
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  opacity: 0; }

.animate-up-show {
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }


/* '' */
body {
  overflow-x: hidden;
}
ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, li {
  text-decoration: none;
  outline: none;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:hover, a:focus, li:hover, li:focus {
  text-decoration: none;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  outline: none;
}

.container {
  max-width: 1560px;
}

.btn {
  border-radius:25px;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
}

.btn.gold {
  background: #f00;
  color: #000;
}

.btn.gold.br {
  background: transparent;
  border: 1px solid #f00;
  padding: 9px 30px;
}

.btn.gold.br:hover {
  background: #f00;
}
.btn.blue.br {
  background: transparent;
  border: 2px solid #0d2a83;
  padding: 9px 30px;
  color:#000;
  font-weight:600;
  font-size:18px;
}

.btn.blue.br:hover {
  background: #0d2a83;
  color:#fff;
}

.btn.white {
  background: #fff;
  color: #fff;
}

.btn.white.br {
  background: transparent;
  border: 2px solid #fff;
  padding-left: 30px;
  padding-right: 30px;
  height:50px;
  margin-top:15px;
}

.btn.white.br:hover {
  background: #fff;
  color: #f00;
}

.navbar-toggler {
  border-color: #fff;
  float: right;
}

.navbar-toggler span {
  background: url("../images/menu.png");
  padding:5px;
}

.white {
  background: #fff;
}

.blue {
  background: #1d3e75;
}

.gold {
  background: #b27e2b;
}

.col-black {
  color: #000;
}

.col-white {
  color: #fff;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-title h2 {
  font-size: 52px;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
}
.section-title h2 span {
  font-size: 21px;
  display:block;
  font-weight:600;
}
.section-title h3 {
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  line-height:45px;
  margin-bottom:30px;
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
  }
}

.section-title.gold {
  background: transparent;
}

.section-title.gold h2 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 991px) {
.section-title.gold h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
}
/*.section-title.gold h2:before {
  content: '';
  width: 70px;
  height: 3px;
  background: #b27e2b;
  position: absolute;
  bottom: 0;
}*/

.section-title.white {
  background: transparent;
}

.section-title.white h2 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

/*.section-title.white h2:before {
  content: '';
  width: 70px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
}
*/
.section-title.text-center h2:before {
  left: 50%;
  margin-left: -35px;
  bottom: 0;
}

.section-title p {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight:400;
  color:#6d6b6b;
  max-width: 680px;
  margin: 0px auto;
}
.section-title p.big {
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight:400;
  color:#6d6b6b;
}
.home-form-wrap
{
	width:100%;
	max-width:991px;
	margin:0px auto;
	text-align:center;
}
.home-form-wrap h2
{
	font-weight:500;
	font-size:42px;
}
.subscribe
{
	margin-top:4%;}
.subscribe input {
  background:transparent;
  border: 2px solid #fff;
  border-radius:25px;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  width:640px;
  height: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight:400;
  color: #fff;
  padding: 10px 25px;
}
@media (max-width: 991px) {
.subscribe input {
  width:100%;
  height: 50px;
  margin-bottom:10px;
}
}
.subscribe input:focus {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.subscribe input::-webkit-input-placeholder {
  color: #fff;
}

.subscribe input::-moz-placeholder {
  color: #fff;
}

.subscribe input:-ms-input-placeholder {
  color: #fff;
}

.subscribe input:-moz-placeholder {
  color: #fff;
}

.subscribe .btn {
  height: 40px;
  margin-top:30px;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  padding-top: 18px;
}
header.inner-header {
  position:static;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  padding-top:0px;
}
.header-inner {
/*  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
*/  padding:10px 0px;
  background-color:#FFF;
}

@media (max-width: 991px) {
  header .page-logo {
    max-width: 250px;
    display: inline-block;
  }
}
@media (max-width: 575px) {
  header .page-logo {
    max-width: 170px;
    display: inline-block;
  }
}


header .social
{
	margin-left:15px;}
@media (max-width: 991px) {
header .social {
    margin-left: 5px;
    display: none;
}
}
header .mg-left
{
	margin-left:30px;}
header .social a {
    width: 25px;
    height: 25px;
    border: #0691cc 2px solid;
    border-radius: 50%;
    padding: 5px;
    color: #000;
}
header .social a:hover {
  background-color:#f00;
    border: #f00 2px solid;
}
header.inner-header .social a {
    width: 25px;
    height: 25px;
    border: #0691c 2px solid;
    border-radius: 50%;
    padding: 5px;
    color: #000;
}
header.inner-header .social a:hover {
  background-color:#0d193e;
    border: #0d193e 2px solid;
	color:#fff;
}

header .navbar {
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight:400;
  font-size: 17px;
}

@media (max-width: 1299px) {
  header .navbar {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1160px) {
  header .navbar {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  header .navbar-collapse {
    padding: 10px;
    background: #fff;
  }
}

header .navbar-light .navbar-nav .nav-item {
  padding-left: 30px;
}

@media (min-width: 992px) and (max-width: 1060px) {
  header .navbar-light .navbar-nav .nav-item {
    padding-left: 25px;
  }
}

@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-item {
    padding-left: 0;
    padding-bottom: 10px;
  }
}
header .get  {
    border: #ed1c24 2px solid;
    border-radius: 20px;
    padding: 6px 15px !important;
    color: #fff;
    margin-top: -6px;
	font-size:14px !important;
}
header .get:hover  {
    border: #fff 2px solid;
    color: #fff;
}
header.inner-header .get  {
    border: #f00 2px solid;
    border-radius: 20px;
    padding: 6px 15px !important;
    color: #f00;
    margin-top: -6px;
	font-size:14px !important;
}
header.inner-header .get:hover  {
    border: #f00 2px solid;
	background-color:f00;
    color: #fff;
}

header .navbar-light .navbar-nav .nav-item.active .nav-link, header .navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #ff0a0a;
}

header .navbar-light .navbar-nav .nav-link {
  padding: 0;
  color: #000;
}
.header-inner .navbar-light .navbar-nav .nav-link {
  padding: 0;
  color: #1d3e75;
}
header.inner-header .navbar-light .navbar-nav .nav-link {
  padding: 0;
  color: #0d193e;
}
@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-link {
    color: #000;
  }
}

header .navbar-light .navbar-nav .dropdown-menu {
  background: #1d3e75;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
}

header .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  color: #fff;
}

header .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #1d3e75;
}

header .header-bottom {
  padding-top: 30px;
}
@media (max-width: 991px) {
header.inner-header .header-bottom {
	display:none;}
}
header.inner-header .header-bottom {
  padding-top: 22px;
}
.spotlight {
  position: relative;
}
/*.spotlight::before{
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  z-index: 2;
  width:100%;
  height:200px;
  background: url("../images/banner-bg.png") no-repeat 0 0;
  padding: 40px 60px;
}
*/.spotlight .curve
{
	width:100%;
	position:absolute;
	bottom:-18px;
	left:0;
	z-index:9;
}
@media (max-width: 991px) {
 .spotlight .curve
 {
	 display:none;
	}
}

.inner-spotlight {
  position: relative;
}
/*.inner-spotlight::before{
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  z-index: 2;
  width:100%;
  height:200px;
  background: url("../images/banner-bg.png") no-repeat 0 0;
  padding: 40px 60px;
}
*/
.inner-spotlight .curve
{
	width:100%;
	position:absolute;
	bottom:-18px;
	left:0;
	z-index:9;
}
@media (max-width: 640px) {
.inner-spotlight .curve
{display:none;}
}

@media (max-width: 768px) {
  .home-slider img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.home-slider .caption {
  position: absolute;
  left:10%;
  right: 0;
  bottom: 48vh;
  color: #000;
}

@media (max-width: 1024px) {
  .home-slider .caption {
    bottom: 60px;
  }
}

.home-slider p {
  font-family: 'Poppins', sans-serif;
  font-weight:400;
  font-size: 24px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

@media (max-width: 768px) {
  .home-slider p {
    font-size: 16px;
  }
}

.home-slider .active p {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

.home-slider h1 {
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  font-size: 60px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  color:#fff;
}

@media (max-width: 991px) {
  .home-slider h1 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .home-slider h1 {
    font-size: 24px;
  }
}

.home-slider .active h1 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
}

.home-slider .owl-nav .owl-next,
.home-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  font-size: 40px;
  color: #fff;
}

.home-slider .owl-nav .owl-next:before,
.home-slider .owl-nav .owl-prev:before {
  font-family: "appello";
}

.home-slider .owl-nav .owl-prev {
  left: 30px;
}

.home-slider .owl-nav .owl-prev:before {
  content: '\e801';
}

.home-slider .owl-nav .owl-next {
  right: 30px;
}

.home-slider .owl-nav .owl-next:before {
  content: '\e802';
}

.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}

.home-slider .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  padding-left: 4px;
  padding-right: 4px;
}

.home-slider .owl-dots .owl-dot span {
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #e9252a;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.home-slider .owl-dots .owl-dot.active span {
  background: #f3da32;
}

.cell-wrapper {
  display: table;
}

.cell-wrapper .cell {
  display: table-cell;
  float: none;
}

.list-1 .item figure,
.list-2 .item figure {
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.list-1 .item figure img {
width:100%;
}
.list-1 .item .cell 
{
	margin:20px 5px;}
.list-1 .item .back-details,
.list-2 .item .back-details
{
  padding: 30px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background:rgba(198, 4, 4, 0.6);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  padding-top:45%;
  text-align:center;
}
.list-1 .item .back-details .social {
    margin-top:30px;
}
.list-1 .item .back-details .social ul {
    display: -webkit-box;
}
.list-1 .item .back-details .social ul li {
    padding: 0 ;
	margin-left:22px;
}
.list-1 .item .back-details .social a {
    width: 45px;
    height: 45px;
	background-color:#000;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 18px;
	padding:8px;
}

.list-1 .item .back-details h4,
.list-2 .item .back-details h4
 {
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  font-size: 23px;
  color: #fff;
  text-align:center;
}

.list-1 .item .back-details p,
.list-2 .item .back-details p
 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-1 .item .back-details a.view-more,
.list-2 .item .back-details a.view-more {
  font-family: 'Poppins', sans-serif;
  font-weight:400;
  font-size: 14px;
  color: #fff;
  border:2px solid #fff;
  border-radius:20px;
  padding:3px 15px
}
.list-1 .item .back-details a.view-more:hover {
  color: #fff;
  border:2px solid #f00;
  background-color:#f00;
}

.list-1 .item:hover .back-details,
.list-2 .item:hover .back-details {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.list-1 .item figcaption,
.list-2 .item figcaption{
  padding: 20px;
  -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
}

.list-1 .item figcaption .cell-wrapper,
.list-2 .item figcaption .cell-wrapper {
  table-layout: fixed;
  width: 100%;
}

.list-1 .item figcaption .featured-table,
.list-2 .item figcaption .featured-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.list-1 .item figcaption .featured-table i,
.list-2 .item figcaption .featured-table i {
  padding-left: 10px;
}

.list-1 .item figcaption .featured-table i img,
.list-2 .item figcaption .featured-table i img {
  width: auto;
  display: inline-block;
}

.list-1 .item figcaption h6,
.list-2 .item figcaption h6,
.team-list .item figcaption h6,
.blog-list .item figcaption h6 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  text-align: center;
}

.list-1 .item figcaption small,
.list-2 .item figcaption small {
  font-size: 14px;
  color: #686868;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  display: block;
  text-align: center;
}

.list-1 .item figcaption .featured-table,
.list-2 .item figcaption .featured-table {
  color: #777777;
}

.list-1 .item figcaption .rate,
.list-2 .item figcaption .rate {
  color: #313131;
  font-size: 14px;
  font-weight: bold;
}

.client-list .item figure {
  position: relative;
  margin:10px;
}

.section-team
{
	background-color:#f9f7f2;
}
.list-2 .item figure:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.list-2 .item:hover figcaption{
  opacity: 0;
  visibility: hidden;
}

.list-2 .item figcaption {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}

.list-2 .item .back-details h4 {
  color: #fff;
}


.section-blog {
  background: #f6f6f7;
}

.section-capability .item {
  min-height: 880px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .section-capability .item {
    min-height: auto;
  }
}

.section-capability .item.figure {
  min-height: 880px;
}

.section-capability .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px;
  background-color:#f9f7f2;
}

@media (max-width: 991px) {
  .section-capability .content {
    padding: 30px;
  }
}
.content-wrap
{
	max-width:640px;
	width:100%;
}
.section-capability .content p {
  	color: #4a4848;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
	font-size:15px;
}
.section-capability .content p.big {
  	color: #000;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
	font-size:22px;
}
.section-about .section-title p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #6d6b6b;
    max-width:991px;
    margin: 0px auto;
	margin-bottom:30px;
}
.section-about .section-title p.big {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
	margin-bottom:20px;
}
.more-about {
  table-layout: fixed;
  width: 100%;
}
.section-about-inner
{
	padding-bottom:0;
}
.section-about .mission-vision-wrap
{
	margin-top:50px;
}
.section-about .about-content-wrap
{
	background-color:#202636;
	padding:50px 40px;
	float:left;
}
@media (max-width: 991px) {
.section-about .about-content-wrap
{
	margin-bottom:20px;
}
}
.section-about .icon
{
	width:67px;
	height:67px;
	float:left;
	margin-right:10px;
}

.section-about .content 
{
	float:left;
	width:85%;
}
.section-about .content h3
{
	font-size:36px;
	font-weight:700;
	color:#fff;
}
.section-about .content p
{
	font-size:21px;
	font-weight:300;
	color:#fff;
}

@media (max-width: 991px) {
  .more-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.more-about .cell {
  border-left: 1px solid #d2d8e3;
  padding: 60px;
}

@media (max-width: 991px) {
  .more-about .cell {
    width: 50%;
    border: 1px solid #d2d8e3;
  }
}

@media (max-width: 575px) {
  .more-about .cell {
    width: 100%;
    padding: 30px;
  }
}

.get-more
{
	width:200px;
	margin:20px auto;
	text-align:center;
}
.get-more a
 {
    font-size: 18px;
	font-weight:600;
    color: #0d2a83;
	border:2px solid #0d2a83;
	border-radius:25px;
	padding:10px 35px;
}
.get-more a:hover
 {
    color: #fff;
	border:2px solid #0d2a83;
	background-color: #0d2a83;
}

.section-strength {
  background: #fff;
}
.strength-slider .item
 {
 margin:30px;
 position:relative;
}
.strength-slider .item figcaption
 {
	 position:absolute;
	 left:0;
	 bottom:30px;
	 padding:15px 30px;
}
.strength-slider .item figcaption h4
 {
    font-size: 36px;
    color: #fff;
	margin-bottom:20px;
	font-family: 'Poppins', sans-serif;
    font-weight:500;

}
@media (max-width: 640px) {
.strength-slider .item figcaption h4
 {
    font-size: 26px;
}
	
}
.strength-slider .item figcaption a
 {
    font-size: 16px;
    color: #fff;
	border:2px solid #fff;
	border-radius:25px;
	padding:6px 15px 6px 15px;
}
.strength-slider .item figcaption a:hover
 {
    color: #fff;
	border:none;
	border:2px solid #f00;
	background-color:#f00;
}

.strength-slider .item figure img
 {
  border-radius:10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

.strength-slider .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.strength-slider .owl-dots {
  padding-top: 30px;
  text-align: center;
}

.strength-slider .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  padding-left: 4px;
  padding-right: 4px;
}

.strength-slider .owl-dots .owl-dot span{
  display: block;
  width: 13px;
  height: 13px;
  background: #b27e2b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.strength-slider .owl-dots .owl-dot.active span {
  background: #000;
}

.section-productions {
  background: #fff;
}
.productions-slider .item
 {
 margin:30px;
 position:relative;
}
.productions-slider .item figcaption
 {
	 position:absolute;
	 left:0;
	 bottom:30px;
	 padding:15px 30px;
}
.productions-slider .item figcaption h4
 {
    font-size: 36px;
    color: #fff;
	margin-bottom:20px;
	font-family: 'Poppins', sans-serif;
    font-weight:500;

}
.productions-slider .item figcaption a
 {
    font-size: 16px;
    color: #fff;
	border:2px solid #fff;
	border-radius:25px;
	padding:6px 15px 6px 15px;
}
.productions-slider .item figcaption a:hover
 {
    color: #fff;
	border:none;
	border:2px solid #f00;
	background-color:#f00;
}

.productions-slider .item figure img
 {
  border-radius:10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

.productions-slider .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.productions-slider .owl-dots {
  padding-top: 30px;
  text-align: center;
}

.productions-slider .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  padding-left: 4px;
  padding-right: 4px;
}

.productions-slider .owl-dots .owl-dot span{
  display: block;
  width: 13px;
  height: 13px;
  background: #b27e2b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.productions-slider .owl-dots .owl-dot.active span {
  background: #000;
}
.section-commitment
{
	margin:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e92a29+0,f9bf16+100 */
	background: #e92a29; /* Old browsers */
	background: -moz-linear-gradient(left,  #e92a29 0%, #f9bf16 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e92a29 0%,#f9bf16 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e92a29 0%,#f9bf16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92a29', endColorstr='#f9bf16',GradientType=1 ); /* IE6-9 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
	min-height:800px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 80px 60px;
	position:relative;
}
.section-commitment .curve1 {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 9;
}
.section-commitment .curve2 {
    width: 100%;
    position: absolute;
    bottom:-18px;
    left: 0;
    z-index: 9;
}

.commitment-content-wrap
{ 
	width:100%;
	text-align:center;
	margin-top:6%;
}
.commitment-wrap
{ 
	width:33.2%;
	text-align:center;
	float:left;
}
.commitment-wrap p
{
	font-size:26px;
	font-weight:600;
	color:#fff;
	margin-top:20px;
	line-height:26px;
}
@media (max-width: 991px) {
.commitment-wrap p
{ 
	font-size:20px;
	line-height:24px;
}
}
@media (max-width: 640px) {
.commitment-wrap
{ 
	width:48%;
	border:1px solid #fff;
	margin:1%
}
}
@media (max-width: 480px) {
.commitment-wrap
{ 
	width:100%;
}
}
.section-strength
{
	background-color:#fff;
}
.strength-wrap
{
	padding-left:35px;
}
.strength-wrap i
{
	width:70px;
	height:72px;
	float:left;
	margin-right:20px;
	margin-top:10px;
}
.strength-wrap h2
{
	font-size:52px;
	font-weight:700;
	color:#000;
}
.strength-wrap h2 span
{
	font-size:26px;
	font-weight:400;
	color:#000;
	display:block;
}
@media (max-width: 991px) {
.strength-wrap h2
{
	font-size:42px;
}
.strength-wrap h2 span
{
	font-size:18px;
}
}

.section-home-form {
  background: url("../images/form-bg.jpg") no-repeat 0 0;
  background-size: cover;
  position:relative;
}
.section-home-form .curve1 {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 9;
}
.section-home-form .curve2 {
    width: 100%;
    position: absolute;
    bottom:-18px;
    left: 0;
    z-index: 9;
}
.section-home-form .wrapper {
  display:inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height:480px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align:left;
}

.section-valuation .wrapper .btn-wrapper {
  padding-top: 30px;
}

.section-valuation .wrapper .btn {
  padding: 18px 30px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
}

.section-subscribe {
  background: url("../images/bg-subscribe.jpg");
  background-size: cover;
  color: #fff;
}

.section-subscribe h2 {
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  font-size: 42px;
}

@media (max-width: 991px) {
  .section-subscribe h2 {
    font-size: 30px;
  }
}

.section-subscribe p {
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .section-subscribe p {
    font-size: 16px;
  }
}

.section-subscribe .btn-download.btn.white.br {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight:400;
  height: 62px;
  line-height: 46px;
  padding-left: 80px;
  background: transparent url("../images/icon-download.png") no-repeat 20px center;
}

@media (max-width: 575px) {
  .section-subscribe .btn-download.btn.white.br {
    font-size: 14px;
  }
}

.section-subscribe .btn-download.btn.white.br:hover {
  background: #b27e2b url("../images/icon-download.png") no-repeat 20px center;
  color: #fff;
}

footer {
  background: #202020;
  background: url("../images/footer-bg.jpg") no-repeat 0 0;background-size: auto;
  padding-top: 60px;
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  footer {
    padding-top: 0px;
  }
}

footer a, footer p {
  color: #a7a6a6;
}

footer a:hover {
  color: #f00;
}

footer .footer-nav {
  font-family: 'Poppins', sans-serif;
  font-weight:400;
  font-size: 14px;
}

footer .footer-nav .cell-wrapper {
  width: 100%;
}

footer .footer-nav .cell {
  padding-right: 10px;
}

footer .footer-nav li {
  padding-bottom: 5px;
}

footer .footer-nav li:hover a, footer .footer-nav li.active a {
  color: #f00;
}

footer .footer-nav .title {
  font-family: 'Poppins', sans-serif;
  font-weight:600;
  font-size: 22px;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
footer .footer-top {
  padding-bottom: 0px;
}
footer .footer-bottom a, footer .footer-bottom p {
  color: #717272;
}

@media (max-width: 991px) {
  footer .footer-logo {
    margin-bottom: 15px;
    display: block;
  }
}
.footer-bottom
{
	margin-top:50px;
	padding-top:25px;
	border-top:1px solid #ffffff3d;
}
@media (max-width: 991px) {
.footer-bottom
{
	margin-top:0px;
	padding-top:5px;
	border:none;
}
}

footer .copyright {
  font-size: 12px;
}

footer .copyright p {
  display: inline-block;
  float: left;
}

@media (max-width: 1299px) {
  footer .copyright p {
    float: none;
  }
}

footer .terms-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

@media (max-width: 991px) {
  footer .terms-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .terms-nav a {
  color: #fff;
}

footer .terms-nav li {
  padding: 0 10px;
  position: relative;
}

footer .terms-nav li:hover a, footer .terms-nav li.active a {
  color: #f00;
}

footer .terms-nav li:before {
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: #fff;
}

@media (max-width: 1299px) {
  footer .terms-nav li:first-child {
    padding-left: 0;
  }
}

footer .terms-nav li:first-child:before {
  display: none;
}

footer .developed {
  font-size: 12px;
}

footer .developed p a img {
  padding-left: 10px;
}

footer .social ul {
  display: -webkit-box;
 }

@media (max-width: 991px) {
  footer .social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .developed {
  font-size: 12px;
  text-align:center !important;
}
footer .copyright {
    font-size: 12px;
  text-align:center !important;
}

}

footer .social ul li {
  padding: 0 5px;
}

footer .social a {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size:18px;
}

footer .social a:hover {
  background: #f00;
  border: 2px solid #f00;
  color: #fff;
}
footer .social a:hover::before {
  color: #fff;
}



 h2.inside-black {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  color:#000;
  font-size:46px;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
}

 h2.inside-black:before {
  content: '';
  width: 70px;
  height: 3px;
  background: #b27e2b;
  position: absolute;
  bottom: 0;
}
 p.inside-blue {
  color:#1d3e75;
  font-size:26px;
  font-weight:lighter;
}
 p.inside-black {
  color:#424344;
  font-size:18px;
}
 p.inside-white {
  color:#FFF;
  font-size:18px;
}

.right-col
{
	background-color:#f9f9f9;
	padding:50px;
}
 h2.inside-mission {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  color:#183376;
  font-size:32px;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  text-align:center;
}

 h2.inside-mission:before {
	content: '';
	width: 70px;
	height: 3px;
	background: #b27e2b;
	position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 0;
}
 p.inside-blue-mission {
  color:#1d3e75;
  font-size:18px;
  text-align:center;
  padding-bottom: 15px;
}
.right-col-list
{
	padding:0px 50px 50px 75px;
}
.right-col-list ul
{
	margin:0;
}.right-col-list li
{
	list-style-image:url(../images/list.png);
	list-style-position:inside;
  color:#1d3e75;
  font-size:18px;
  padding-bottom: 15px;
  line-height:34px;
}
.gray {
  background: #f2f3f3;
}
.gray h2.col-blue {
  color: #1d3e75;
  font-size:32px;
}
.gray p.contacts {
  color:#1d3e75;
  font-size:16px;
  text-align:center;
  padding-bottom:2px;
}
.gray p.contacts span {
  color:#b27e2b;
  font-size:18px;
  text-align:center;
}
.details-field {
  background: #fff;
  border: 1px solid #cccaca;
  height: 50px;
  color: #000;
  width: 100%;
  margin-right: 5px;
}
.subject-field {
  padding-left: 25px;
  padding-right: 25px;
  vertical-align:text-top;
  width:98.8%;
  height:150px;
  margin-bottom:3px;
}

.submit {
  background: transparent;
  border: 1px solid #b27e2b;
  padding: 10px 30px;
  color:#FFF;
  float:left;
  
}

.submit:hover {
  background: #b27e2b;
}
  .section-map {
	position:relative;
	padding:0;
  }
  .section-map iframe {
	width:100%;
	height:700px;

  }
.section-map .curve1
{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:9;
}
.section-map .curve2
{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:9;
}

.white-bg {
  background: #FFF;
  min-height:150px;
}
.white-bg h2.col-blue {
  color: #1d3e75;
  font-size:30px;
}
.white-bg h2.col-blue::before
 {
  width:50px;
}
.white-bg p  {
  color: #1d3e75;
  font-size:16px;
}


.section-inner-about .item {
  min-height: 439px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .section-inner-about .item {
    min-height: auto;
  }
}

/*.section-inner-about .item.figure {
  min-height: 739px;
}
*/
.section-inner-about .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
}

@media (max-width: 991px) {
  .section-inner-about .content {
    padding: 30px;
  }
}
.content-wrap
{
	max-width:640px;
	width:100%;
}
@media (max-width: 991px) {
.content-wrap
{
	max-width:100%;
	width:100%;
}
}
.section-inner-about .content p {
  	color: #4a4848;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
	font-size:15px;
}
.section-inner-about .content p.big {
  	color: #000;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
	font-size:22px;
}
.skill-wrap-content
{
	width:100%;
	margin-top:30px;
	margin-bottom:50px;
	float:left;
}
.skill-wrap-content .skill
{
	background-color:#fff;
	padding:35px 20px;
	border-radius:10px;
	margin:10px;
	text-align:center;
	width:18%;
	float:left;
	box-shadow: 1px 0px 46px -21px rgba(0,0,0,0.63);
-webkit-box-shadow: 1px 0px 46px -21px rgba(0,0,0,0.63);
-moz-box-shadow: 1px 0px 46px -21px rgba(0,0,0,0.63);
}
.skill-wrap-content .skill h3 {
  font-size: 17px;
  color: #232323;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight:400;
}
@media (max-width: 1160px) {
.skill-wrap-content .skill
{
	padding:35px 10px;
	text-align:center;
	width:17%;
}
.skill-wrap-content .skill h3 {
  font-size: 15px;
}
}
@media (max-width: 767px) {
.skill-wrap-content .skill
{
	padding:35px 10px;
	text-align:center;
	width:30%;
}
.skill-wrap-content .skill h3 {
  font-size: 15px;
}
}
@media (max-width: 640px) {
.skill-wrap-content .skill
{
	padding:35px 10px;
	text-align:center;
	width:45%;
}
.skill-wrap-content .skill h3 {
  font-size: 15px;
}
}
@media (max-width: 480px) {
.skill-wrap-content .skill
{
	padding:35px 10px;
	text-align:center;
	width:95%;
}
.skill-wrap-content .skill h3 {
  font-size: 15px;
}
}
.section-production-details .section-title p {
	width:100 !important;
	margin:0 !important;
	margin-bottom:20px !important;
    color: #000;
}
.section-production-details ul
{
	margin-left:15px;
}
.section-production-details ul li {
    list-style: circle;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 28px;
}
.section-mission-vision {
  background: url("../images/missio-vision-bg.jpg") no-repeat 0 0;
  background-size: cover;
  color:#fff;
  position:relative;
}
.section-mission-vision  .curve1
{
	width:100%;
	position:absolute;
	top:0px;
	left:0;
	z-index:9;
}
.section-mission-vision  .curve2
{
	width:100%;
	position:absolute;
	bottom:-18px;
	left:0;
	z-index:9;
}
@media (max-width: 991px) {
 .spotlight .curve
 {
	 display:none;
	}
.section-mission-vision .wrapper {
  min-height: 484px;
}
}
.section-mission-vision .section-title p {
    color: #fff;
}
.section-mission-vision .wrapper {
  display:inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 684px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align:left;
  max-width:540px;
}
@media (max-width: 991px) {
.section-mission-vision .wrapper {
  min-height: 484px;
}
}
@media (max-width: 760px) {
.section-mission-vision {
  background:none;
  background-color:#f00;
}
}

.section-mission-vision p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.section-mission-vision h2 {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 45px;
}
.section-strategy figure img
{
	width:100%;}
.strategy-content h3
{
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 45px;
}
.strategy-content ul
{
	margin-left:65px;}
.strategy-content li {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
	line-height:36px;
	position:relative;
}
.strategy-content li:before {
  content: '';
  width: 40px;
  height: 1px;
  background: #f00;
  position: absolute;
  bottom: 17px;
  left: -64px;
}
.section-goals {
  background: url("../images/goals.jpg") no-repeat 0 0;
  background-size: cover;
  color:#fff;
  position:relative;
}
.section-goals  .curve1
{
	width:100%;
	position:absolute;
	top:0px;
	left:0;
	z-index:9;
}
.section-goals  .curve2
{
	width:100%;
	position:absolute;
	bottom:-18px;
	left:0;
	z-index:9;
}

.section-goals .section-title p {
    color: #fff;
}
.section-goals .wrapper {
  display:inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 884px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align:left;
  max-width:640px;
}
.section-goals .goal-wrap
{
	margin-left:70px;
}
.section-goals .goal-wrap p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	color: #e1e0e0;
}
.section-goals .goal-wrap p.big {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
	margin:0;
	position:relative;
	color: #fff;
}
.section-goals .goal-wrap p.big:before {
  content: '';
  width: 40px;
  height: 1px;
  background: #f00;
  position: absolute;
  bottom: 15px;
  left: -64px;
}
.values-wrap
{
	background-color:#fee8e8;
}
.values-ctnt-wrap
{
	width:100%;
	max-width:991px;
	margin:0px auto;
	display: flex;
}
.values
{
	width:20%;
	text-align:center;
}
.values h3 {
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	text-transform:uppercase;
}
.blue1
{
	color:#101491;
}
.red
{
	color:#dc2d2f;
}
@media (max-width: 991px) {
.values-ctnt-wrap
{
	width:100%;
	max-width:991px;
	margin:0px auto;
	display:inline-block;
}
.values
{
	float:left;
	width:30%;
}
	
}
@media (max-width: 640px) {
.values
{
	float:left;
	width:50%;
}
	
}
.contact-details-wrap
{
	margin:0px auto;
	margin-top:60px;
	max-width:991px;
}
.section-contact
{
	padding-top:40px;
	padding-bottom:100px;
}
.section-contact .contact-details figure
{
	float:left;
	margin-right:20px;
}
.section-contact .contact-details p
{
  text-align:left;
  color:#555;
  font-size:16px;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  line-height:23px;
  margin:0;
}
.section-contact .contact-details p span
{
  color:#ccc;
  font-size:14px;
  font-family: 'Poppins', sans-serif;
  font-weight:400;
  display:block;
}
@media (max-width: 991px) {
.section-contact .contact-details figure
{
	float:none;
	text-align:center;
}
.section-contact .contact-details p
{
  text-align:center;
  margin-bottom:30px;
}
}

.section-contact-form
{
	background: #f9f7f2;
}
.section-contact-form label {
    display:block;
    clear: both;
    color: #000;
    vertical-align: top;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
}
.section-contact-form .col-md-4
{
	margin-top:30px;
	}
.section-contact-form .col-md-12
{
	margin-top:30px;
	}

.section-contact-form input {
    background: #fff;
    border:1px solid #cccaca;
    height: 50px;
    color: #000;
    width:100%;
    margin-right: 5px;
	padding:5px 10px;
}
textarea.message
{
    background: #fff;
    border:1px solid #cccaca;
    height:200px;
    color: #000;
    width:100%;
    margin-right: 5px;
	padding:5px 10px;
}
.section-contact-form input::placeholder
{
	color:#000;
}
.section-contact-form textarea::placeholder
{
	color:#000;
}
.section-contact-form .submit {
    padding: 6px 40px;
	border:2px solid #087aab;
    border-radius: 28px;
    color: #133264;
    float: right;
    height: 50px;
	margin-top:20px;
	font-weight:600;
	font-size:18px;
}
.section-contact-form .submit:hover {
	background-color:#e9252a;
    color: #fff;
	border:none;
}
.section-contact-form .captcha {
	margin-top:20px;
}
.news-wrap
{
	margin-top:50px;
}
.news-content-wrap
{
  margin-bottom:80px;
}
.news-content-wrap figure img
{
  width:100%;
}
.news-content-wrap figure img
 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
 }
.news-content-wrap:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.news-content-wrap p.big 
{
  color:#000;
  font-size:21px;
  font-family: 'Poppins', sans-serif;
  font-weight:300;
  display:block;
  position:relative;
  margin-bottom:5px;
}
.news-content-wrap p 
{
  color:#666;
  font-size:17px;
  font-family: 'Poppins', sans-serif;
  font-weight:300;
  display:block;
  position:relative;
}
.news-content-wrap p span
{
  color:#666;
  font-size:14px;
  font-family: 'Poppins', sans-serif;
  font-weight:300;
  display:block;
}
.news-content-wrap figcaption
{
	border-bottom:1px solid #ccc;
	padding-bottom:30px;}
.news-content-wrap .learn-more
{
	width:200px;
}
.news-content-wrap .learn-more a  {
    font-size: 14px;
	font-weight:600;
    color: #0d2a83;
    border: 1px solid #0d2a83;
    border-radius: 25px;
    padding: 5px 15px;
	margin-top:20px;
}
.news-content-wrap .learn-more a:hover
{
	background-color:#ed1c24;
	color:#fff;
    border: 1px solid #ed1c24;
}
.section-product .product-wrap h2.brand-head
{
  color:#000;
  font-size:27px;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  line-height:30px;
  margin-bottom:0px;
  background-color:#e4e4e4;
  padding:20px 20px;
}
.section-product .product-wrap h3
{
  color:#000;
  font-size:27px;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  line-height:30px;
  margin-bottom:30px;
}
.section-product .product-wrap .side-left
{
  padding:0px;
}
.section-product .product-wrap .card-header {
    padding: .75rem 1.25rem;
    margin-bottom:10px;
    background-color:#2b2974;
	color:#fff;
	border:none;
}
.section-product .product-wrap .card-header a {
	color:#fff;
}
.nav-tabs {
    border:none;
}
.section-product .product-wrap .mr-btm
{
  border-bottom:1px solid #ccc;
  margin-bottom:30px;
}
.section-product .product-wrap ul
{
	margin:0;
}
.section-product .product-wrap ul li {

    margin: 0;
    display: block;
	border-radius:0;
	flex: content;
}
.section-product .product-wrap .nav-tabs .nav-link{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size:16px;
   position:relative;
   background-color:#fee8e8;
   margin:5px;
   padding:15px 20px;
   border-radius:8px;
   border:none;
   text-align:center;
}
.section-product .product-wrap .nav-tabs .nav-link::before {
    content: '';
    width: 22px;
    height: 19px;
    position: absolute;
    right:0;
    bottom:9px;
    background: url("../images/right-arrow.png") no-repeat 0 0;
}
.section-product .product-wrap .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #ed1c24;
   border-radius:8px;
}
.section-product .product-wrap .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ed1c24;
    border:none;
   border-radius:8px;
   position:relative;
}
.section-product .product-wrap .nav-tabs .nav-link.active::before {
    content: '';
    width: 27px;
    height: 13px;
    position: absolute;
    left:44%;
    bottom:-12px;
    background: url("../images/select.png") no-repeat 0 0;
}

.section-product .product-wrap .featured-products {
    margin-top:0px;
}
.section-product .product-wrap .card-body {
    padding:0;
}
.nav-tabs {
    display:none;
}
@media(min-width:768px) {
    .nav-tabs {
        display: flex;
    }
    
    .card {
        border: none;
    }

    .card .card-header {
        display:none;
    }  

    .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}
.section-history .history-wrap
{
	max-width:1024px;
	margin:30px auto;
}
.history-content-wrap
{
	margin:60px 0px;
}
.section-history .year-red
{
	width:100px;
	height:100px;
	border-radius:50%;
	text-align:center;
	padding:20px;
	color:#fff;
	background-color:#f00;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size:21px;
	justify-content: center;
	flex-direction: column;
	display: flex;
	position:absolute;
}
.section-history .year-red:before {
  content: '';
  width:162px;
  height: 2px;
  background: #f00;
  position: relative;
  bottom:-15px;
  right:-100%;
}
.section-history .year-blue
{
	width:100px;
	height:100px;
	border-radius:50%;
	text-align:center;
	padding:20px;
	color:#fff;
	background-color:#25439a;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size:21px;
	justify-content: center;
	flex-direction: column;
	display: flex;
	position:absolute;
}
.section-history .year-blue:before {
  content: '';
  width:162px;
  height: 2px;
  background: #25439a;
  position: relative;
  bottom:-15px;
  right:-100%;
}
.bdr-red
{
	border-left:#f00 solid 2px;
}
.bdr-blue
{
	border-left:#25439a solid 2px;
}
.section-history .side-ctnt
{
	justify-content: center;
	flex-direction: column;
	display: flex;
	padding:5px 30px;
}
.section-history .side-ctnt p
{
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:16px;
	color:#666;
}
.section-history .side-ctnt p span
{
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size:15px;
	color:#000;
}
.section-history .side-ctnt h3
{
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size:18px;
	color:#000;
}
@media(max-width:767px){ 
.section-history .year-red
{
	width: 100%;
	height: 100px;
	border-radius: 0;
	text-align: center;
	padding: 20px;
	color: #fff;
	background-color: #f00;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 21px;
	position:relative;
}
.section-history .year-blue
{
	width: 100%;
	height: 100px;
	border-radius: 0;
	text-align: center;
	padding: 20px;
	color: #fff;
	background-color: #25439a;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 21px;
	position:relative;
}
.bdr-red
{
	border-left:none;
}
.bdr-blue
{
	border-left:none;
}
.section-history .year-red:before {
	display:none;
}
.section-history .year-blue:before {
	display:none;
}

}
.product-wrap .list-1 .item figure
{
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.section-clients .clients {
    width: 100%;
    min-height: 150px;
    text-align: center;
    border-radius: 20px 10px;
    padding: 30px;
    box-shadow: -5px 1px 35px -9px rgba(0,0,0,0.5);
    -webkit-box-shadow: -5px 1px 35px -9px rgba(0,0,0,0.5);
    -moz-box-shadow: -5px 1px 35px -9px rgba(0,0,0,0.5);
	margin-bottom:30px;
}
.section-clients .clients p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
	color: #3954a5;
	margin:0;
}
.section-clients .clients p span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #5a5959;
}
.section-clients .clients figure
{
	margin:0;}
	

.section-container
{
	max-width:1300px;
	margin:0px auto;
	width:90%;
}
.section-food
{
	background: url("../images/products-bg1.jpg");
	background-repeat:no-repeat;
	min-height:785px;
}
.section-consumer
{
	background: url("../images/products-bg2.jpg");
	background-repeat:no-repeat;
	min-height:785px;
}
.section-household
{
	background: url("../images/products-bg3.jpg");
	background-repeat:no-repeat;
	min-height:785px;
}

.content-product
{
	margin-top:10%;
}
.content-product h2 {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 45px;
	color:#fff;
	margin-bottom:25px;
}
.content-product ul
{
	margin-left:19px;
}
.content-product ul li
{
	list-style:circle;
	color:#fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	line-height:34px;
}
.product-btn-wrap
{
	margin-top:50px;
}
a.product-btn
{
	margin-top:50px;
	color:#fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	padding:10px 25px;
	border:2px solid #fff;
	border-radius:30px;
}
a.product-btn:hover
{
	background-color:#f3df32;
	border:2px solid #f3df32;
	color:#000;
}
.section-white .content-product
{
	margin-top:0;
}
.section-white .content-product h2 {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 45px;
	color:#000;
	margin-bottom:25px;
}
.section-white .content-product ul
{
	margin-left:19px;
}
.section-white .content-product ul li
{
	list-style:circle;
	color:#000;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	line-height:34px;
}
.section-white .product-btn-wrap
{
	margin-top:50px;
}
.section-white  a.product-btn
{
	margin-top:50px;
	color:#000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	padding:10px 25px;
	border:2px solid #000;
	border-radius:30px;
}
.section-white  a.product-btn:hover
{
	background-color:#f3df32;
	border:2px solid #f3df32;
	color:#000;
}

.section-bg
{
	padding-top:50px;
	padding-bottom:50px;
}
.section-white
{
	padding-top:50px;
	padding-bottom:50px;
}


.gallery-wrap
{margin-top:50px;}
.gallery-img {
    padding: 1%;
}
.gallery-wrap figure {
    margin-bottom: 5px;
}
.gallery-wrap figure img {
    width: 100%;
}












