/*color*/
/*transparent*/
/*fonts*/
/******** Helper ********/
body, html {
  background-size: 100%;
  font-family: "Roboto Slab", serif; }

.padding-0 {
  padding: 0; }

.padding-10 {
  padding: 0 10px; }

.padding-55 {
  padding: 0 55px; }

.main-div, .homepage .sec-2, .homepage .sec-11 {
  width: 100%;
  height: 100%; }

.vertical-center, header ul, .homepage .sec-2, .homepage .sec-11 {
  display: flex;
  align-items: center; }

.horizontal-center, .homepage .sec-11 {
  display: flex;
  justify-content: center; }

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

.center {
  text-align: center; }

.flex-direction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

/**** Effects ****/
.effects, .homepage .sec-5 .btn-white, .homepage .sec-6 div .left, .homepage .sec-6 div .right, .homepage .sec-6 div, .homepage .sec-10 .premium-img, .homepage .sec-12 .btn-transparent, .second-footer {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s; }

.effects-1 {
  transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s; }

.effects-2 {
  transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out; }

.effects-opacity {
  -o-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

.box-shadow {
  -webkit-box-shadow: 16px 35px 32px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 16px 35px 32px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 16px 35px 32px 6px rgba(0, 0, 0, 0.1); }

.shadow {
  -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3); }

.angle {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.angle-left-center {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.angle-45-deg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.angle-n45-deg {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.text-shadow-banner {
  -webkit-box-shadow: -1px 22px 51px -23px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 22px 51px -23px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 22px 51px -23px rgba(0, 0, 0, 0.3); }

a {
  color: #303533;
  text-decoration: none; }
a:hover, a:focus {
  text-decoration: none;
  color: #b02323; }

.open {
  visibility: visible; }

.hide, .hidden {
  visibility: hidden !important; }

.show {
  display: block; }

.transparent {
  opacity: 0; }

.no-bg {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.morecontent span {
  display: none; }

.morelink {
  display: block; }

/************ btn ***********/
.btn {
  max-width: 200px;
  color: #ffffff;
  background: #b02323;
  font-weight: 700;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #b02323;
  border-radius: 0; }
.btn:hover {
  color: #b02323;
  background: #ffffff;
  border: 1px solid #b02323; }

.btn-center {
  margin: 0 auto;
  text-align: center; }

.btn-circle {
  height: 73px;
  width: 280px;
  border-radius: 55px;
  color: #ffffff;
  text-align: center;
  padding: 23px;
  font-weight: 800;
  outline: none; }

.btn-blue {
  background: #303533; }
.btn-blue:hover {
  color: #ffffff;
  background: #b02323; }

.btn-red {
  padding: 7px 30px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #b02323;
  border: 1px solid #b02323;
  border-radius: 9px; }
.btn-red:hover {
  color: #ffffff;
  background: #303533 !important;
  border: 1px solid #303533 !important; }
.btn-red i {
  padding-left: 13px;
  font-size: 17px; }

.btn-gray {
  padding: 7px 30px;
  color: #434343;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #434343;
  border-radius: 9px; }
.btn-gray:hover {
  color: #b02323;
  background: transparent !important;
  border: 2px solid #b02323 !important; }
.btn-gray i {
  padding-left: 13px;
  font-size: 17px; }

.btn-red-long {
  width: 400px;
  padding: 20px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: initial;
  background: #b02323;
  border: 1px solid #b02323; }
.btn-red-long i {
  padding-left: 13px;
  font-size: 17px; }
.btn-red-long:hover {
  color: #ffffff;
  background: #303533;
  border: 1px solid #303533; }

.btn-register {
  color: #ffffff;
  background: #b11115; }
.btn-register:hover, .btn-register:focus {
  color: #ffffff !important;
  background: #303533 !important; }

.btn-transparent {
  padding: 7px 20px;
  color: #ffffff;
  font-weight: 700;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-transform: uppercase; }
.btn-transparent i {
  padding-left: 13px;
  font-size: 17px; }
.btn-transparent:hover {
  color: #303533;
  border: 1px solid #303533; }

.btn-square {
  height: 45px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 400; }

input, textarea, select {
  background: #ffffff;
  border: 1px solid #777777;
  color: #434343;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px;
  margin: 5px 0 15px;
  width: 100%; }

select {
  background: #fff url("../images/select-arrow.png") no-repeat 97% center;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none; }

button, .burger {
  background: none;
  border: 0;
  border-radius: 3px;
  color: #dd1b25;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase; }

button:hover, .burger:hover {
  background: #dd1b25;
  color: #fff; }

.burger:hover {
  background: #222d49; }

.heading-content {
  color: #b02323;
  padding-top: 10px;
  font-weight: 700;
  font-size: 23px;
  text-transform: uppercase;
  border-top: 7px solid #b02323;
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg); }

.separator {
  position: relative;
  height: 1px;
  width: 100%; }

.arrow-down {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  z-index: 5; }
.arrow-down i {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 13px 17px;
  text-align: center;
  color: #ffffff;
  background: #222d49; }

.pagination-arrow-50 {
  height: 50px;
  width: 50px;
  padding: 17px;
  font-size: 17px; }

.pagination-arrow-40 {
  height: 40px;
  width: 40px;
  padding: 14px;
  font-size: 13px; }

.pagination-arrow {
  border-radius: 50px;
  color: #ffffff; }

.pagination-title {
  font-weight: 700;
  font-size: 25px;
  padding: 0 15px; }

.pagination-controls {
  font-weight: 700;
  padding: 0 15px; }

.no-outline input:focus, .no-outline select:focus, .no-outline textarea:focus, .no-outline button:focus, .no-outline .burger:focus {
  outline: none; }

.scale {
  transform: scale(1.1); }

.ellipsis {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

/************* global **************/
html, body {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  color: #303533;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

h1 {
  font-size: 54px; }

h2 {
  margin-bottom: 50px; }

p {
  font-size: 16px;
  font-weight: 400; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

h1 {
  font-size: 60px;
  line-height: 65px; }

h2 {
  font-size: 50px;
  line-height: 50px; }

a, span, i {
  display: inline-block; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  padding: 0; }

img {
  display: block;
  width: 100%; }

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

.flex {
  display: flex;
  -moz-display: flex;
  -o-display: flex;
  -webkit-display: flex; }

/*Preloader*/
#loading {
  position: fixed;
  height: 100%;
  width: 100%;
  margin-top: 0px;
  top: 0px;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
  overflow: hidden; }

#loading-center {
  position: relative;
  width: 100%;
  height: 100%; }

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite; }

.object {
  width: 25px;
  height: 25px;
  background-color: #b02323;
  float: left; }

#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite; }

#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite; }

#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite; }

#object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite; }

@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg); } }
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); } }
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg); } }
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
/*End off Preloader*/
header {
  position: relative;
  font-family: "Roboto Slab", serif; }
header ul li {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 18px;
  font-weight: 400; }
header ul li a {
  color: #303533; }
header ul li a:hover {
  color: #6e6e6e; }
header .logo {
  float: left;
  margin: 15px 30px 0 0; }
header .navbar-nav {
  margin: 40px 0; }
header .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent; }

.homepage, .inner {
  /**** banner ****/ }
.homepage .banner, .inner .banner {
  position: relative; }
.homepage .banner .carousel-inner .item img, .inner .banner .carousel-inner .item img {
  max-height: 695px;
  min-height: 695px;
  width: 100%;
  height: 695px;
  object-fit: cover; }
.homepage .banner .carousel-inner h1, .inner .banner .carousel-inner h1 {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 40px;
  color: #ffffff; }
.homepage .banner .carousel-inner h1 span, .inner .banner .carousel-inner h1 span {
  font-size: 36px; }
.homepage .banner .carousel-inner h1 span:first-child, .inner .banner .carousel-inner h1 span:first-child {
  font-weight: 800;
  font-size: 38px; }

/********** Homepage **********/
.homepage {
  position: relative; }
.homepage .sec-1 {
  height: 695px;
  max-height: 695px;
  padding: 0;
  margin-bottom: 20px; }
.homepage .sec-1 .title {
  position: absolute;
  color: #ffffff; }
.homepage .sec-1 .title h1, .homepage .sec-1 .title h2 {
  font-weight: 400; }
.homepage .sec-1 .title h1 {
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize; }
.homepage .sec-1 .title h2 {
  font-size: 24px;
  font-weight: 400; }
.homepage .sec-1 .animated {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
.homepage .sec-1 .versatile {
  top: 60px;
  right: 7%;
  text-align: right; }
.homepage .sec-1 .perfection {
  top: 90px;
  left: 10%; }
.homepage .sec-1 .perfection h1 {
  margin-bottom: 26px;
  font-size: 50px;
  font-weight: 300; }
.homepage .sec-1 .perfection2 {
  top: 300px;
  left: 10%; }
.homepage .sec-1 .perfection2 h1 {
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 300; }
.homepage .sec-1 .perfection3 {
  top: 300px;
  left: 10%; }
.homepage .sec-1 .perfection3 h1 {
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 300; }
.homepage .sec-1 .perfection3 h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px; }
.homepage .sec-1 .perfection4 {
  bottom: 25px;
  left: 11%; }
.homepage .sec-1 .perfection4 h1 {
  margin-bottom: 45px;
  font-size: 35px;
  font-weight: 300; }
.homepage .sec-2 {
  padding: 30px 0;
  background: #000; }
.homepage .sec-2 p {
  font-size: 24px;
  padding: 20px 40px;
  color: #ffffff; }
.homepage .sec-2 .border {
  padding: 30px 20px;
  border-top: 1px solid #565656;
  border-bottom: 1px solid #565656; }
.homepage .sec-2 .mgk-logo {
  margin-top: 50px; }
.homepage .sec-3, .homepage .sec-4 {
  margin-top: 65px; }
.homepage .sec-3 img, .homepage .sec-4 img {
  margin-bottom: 40px;
  border-radius: 4px; }
.homepage .sec-3 h3, .homepage .sec-4 h3 {
  padding-top: 25px;
  margin-bottom: 45px;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 29px;
  font-style: normal;
  font-weight: 400;
  border-top: 1px solid #EBEBEB; }
.homepage .sec-3 p, .homepage .sec-4 p {
  margin-bottom: 25px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400; }
.homepage .sec-3 div, .homepage .sec-4 div {
  padding: 0 27px; }
.homepage .sec-5 {
  margin-bottom: 90px; }
.homepage .sec-5 p {
  margin: 50px 0;
  color: #303533;
  font-size: 50px;
  text-align: center; }
.homepage .sec-5 .btn-container {
  text-align: center; }
.homepage .sec-5 .btn-white {
  padding: 17px 24px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  border: 2px solid #303533;
  color: #303533; }
.homepage .sec-5 .btn-white:hover {
  color: #ffffff;
  background: #303533; }
.homepage .sec-6 {
  max-height: 343px;
  overflow: hidden; }
.homepage .sec-6 div {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  max-height: 343px;
    /*  width: auto;
        
      height: auto;*/ }
.homepage .sec-6 div h3 {
  position: absolute;
  top: 15px;
  left: 25px;
  padding: 25px;
  color: #ffffff;
  font-weight: 400; }
.homepage .sec-6 div .left {
  position: absolute;
  padding: 1px 11px;
  left: -999px;
  top: 90px;
  width: 120px;
  font-size: 18px;
  background: #ffffff;
  font-family: "Open Sans", sans-serif; }
.homepage .sec-6 div .right {
  position: absolute;
  padding: 1px 11px;
  right: -999px;
  top: 90px;
  width: 145px;
  font-size: 18px;
  background: #ffffff;
  font-family: "Open Sans", sans-serif; }
.homepage .sec-6 div:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  overflow: hidden;
  filter: contrast(130%); }
.homepage .sec-6 div:hover .left {
  left: 50px; }
.homepage .sec-6 div:hover .right {
  right: 43%; }
.homepage .sec-8 {
  margin-top: -1px;
  padding: 80px 0;
  background: #000; }
.homepage .sec-8 h2 {
  margin-bottom: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: 400; }
.homepage .sec-8 img {
  max-height: 414px;
  max-width: 314px;
  margin: 0 auto; }
.homepage .sec-8 p {
  padding: 35px 35px 0;
  color: #6e6e6e;
  font-size: 17px;
  font-family: inherit;
  letter-spacing: 0px;
  line-height: 31px;
  font-style: normal;
  font-weight: 400; }
.homepage .sec-8 h3, .homepage .sec-8 p {
  text-align: center; }
.homepage .sec-8 h3 {
  padding-top: 15px;
  font-size: 50px;
  color: #ff9900;
  font-weight: 400; }

.homepage .sec-10 {
  margin-top: 50px;
  overflow: hidden; }
.homepage .sec-10 h2 {
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none; }
.homepage .sec-10 p {
  padding: 23px 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400; }
.homepage .sec-10 .content {
  padding: 23px 55px; }
.homepage .sec-10 .premium-container {
  max-height: 507px;
  background: #f9f9f9; }
.homepage .sec-10 .premium {
  height: 457px;
  position: relative;
  padding: 23px 55px;
  z-index: 1;
  background: #ffffff; }
.homepage .sec-10 .pros-container {
  height: 450px;
  max-height: 507px;
  margin-top: -2px;
  background: #000;
  color: #ffffff; }
.homepage .sec-10 .video {
  padding: 50px 0; }
.homepage .sec-10 .premium-img {
  position: relative;
  left: -50px; }
.homepage .sec-10 .premium-img img {
  width: 108%;
  max-height: 530px; }
.homepage .sec-10 .premium-img:hover {
  left: 0px; }
.homepage .sec-11 {
  height: 195px;
  background: #000;
  margin-bottom: 30px; }
.homepage .sec-11 h2 {
  color: #6e6e6e;
  font-weight: 300;
  font-size: 60px;
  text-align: center; }
.homepage .sec-12 .product1 {
  padding: 50px 0;
  background: #000;
  color: #ffffff;
  border-bottom: 2px solid #db983d;
  border-top: 30px solid #000; }
.homepage .sec-12 .product1:after {
  content: "";
  height: 20px;
  background: red; }
.homepage .sec-12 h2 {
  font-size: 55px;
  font-weight: 400; }
.homepage .sec-12 h3 {
  margin-bottom: 60px;
  color: #6e6e6e;
  text-align: left;
  font-weight: 400;
  font-size: 35px; }
.homepage .sec-12 span {
  padding: 55px 0 40px;
  font-size: 20px;
  color: #db983d;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px dotted #6e6e6e; }
.homepage .sec-12 .title {
  padding-top: 35px;
  margin: 0 10px;
  border-top: 1px dotted #6e6e6e;
  text-align: center; }
.homepage .sec-12 p {
  padding: 35px 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px; }
.homepage .sec-12 ul {
  list-style: disc; }
.homepage .sec-12 ul li {
  margin-left: 45px;
  color: #6e6e6e;
  font-family: "Open Sans", sans-serif;
  font-size: 18px; }
.homepage .sec-12 ul img {
  max-width: 50px; }
.homepage .sec-12 .btn-transparent {
  margin: 0 35px;
  padding: 20px;
  text-align: center;
  color: #db983d;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #db983d;
  border-radius: 0;
  text-transform: capitalize; }
.homepage .sec-12 .btn-transparent:hover {
  border-color: #000;
  color: #ffffff; }
.homepage .sec-12 .btn-container {
  margin-top: 30px; }
.homepage .sec-12 .product2 {
  padding: 50px 0;
  border-top: 30px solid #000; }
.homepage .sec-12 h2 {
  font-size: 55px;
  font-weight: 400; }
.homepage .sec-12 h3 {
  margin-bottom: 60px;
  text-align: left;
  font-weight: 400;
  font-size: 35px; }
.homepage .sec-12 span {
  padding: 55px 0 40px;
  font-size: 20px;
  color: #db983d;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px dotted #6e6e6e; }
.homepage .sec-12 .title {
  padding-top: 35px;
  margin: 0 10px;
  border-top: 1px dotted #6e6e6e;
  text-align: center; }
.homepage .sec-12 p {
  padding: 35px 40px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif; }
.homepage .sec-12 ul {
  list-style: disc; }
.homepage .sec-12 ul li {
  margin-left: 45px;
  color: #6e6e6e;
  font-family: "Open Sans", sans-serif;
  font-size: 18px; }
.homepage .sec-12 ul img {
  max-width: 50px; }
.homepage .sec-12 .btn-transparent {
  margin: 0 35px;
  padding: 20px;
  text-align: center;
  color: #db983d;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #db983d;
  border-radius: 0;
  text-transform: capitalize; }
.homepage .sec-12 .btn-transparent:hover {
  border-color: #000;
  background: #000;
  color: #ffffff; }
.homepage .sec-12 .btn-container {
  margin-top: 30px; }

.cocoen-drag::before {
  display: none; }

.contact {
  position: relative; }
.contact .sec-1 {
  margin-top: -110px;
  padding-top: 140px;
  background: url("../images/home/contact-bg.jpg") repeat; }
.contact .sec-1 .title {
  text-align: center; }
.contact .sec-1 form {
  font-family: "Roboto", sans-serif;
  font-weight: 400; }
.contact .sec-1 h2 {
  margin: 25px 0 65px; }
.contact .sec-1 h3 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  color: #434343; }
.contact .sec-1 p {
  font-size: 16px;
  font-weight: 600; }
.contact .sec-1 .address {
  margin-bottom: 15px;
  text-align: center;
  color: #434343; }
.contact .sec-1 .address h3 {
  margin-top: 0; }
.contact .sec-1 label {
  color: #434343;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px; }
.contact .sec-1 input {
  margin: 0px 0 15px; }
.contact .sec-1 .btn {
  float: right; }

/************** Footer *************/
footer, .second-footer {
  font-family: "Open Sans", sans-serif; }
footer ul li, .second-footer ul li {
  color: #6e6e6e;
  font-size: 15px;
  font-family: inherit;
  letter-spacing: 0px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400; }
footer h4, .second-footer h4 {
  margin-bottom: 30px;
  color: #6e6e6e;
  font-size: 25px;
  font-weight: 400; }
footer a, .second-footer a {
  color: #ffffff; }
footer a:hover, .second-footer a:hover {
  color: #6e6e6e; }
footer img, .second-footer img {
  position: relative;
  z-index: 1; }
footer .card, .second-footer .card, footer .map, .second-footer .map {
  width: 100%;
  max-width: 325px; }
footer .notes, .second-footer .notes {
  position: relative; }
footer .notes li:before, .second-footer .notes li:before {
  margin-right: 10px;
  content: "\f15c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }
footer .copyright, .second-footer .copyright {
  margin: 60px 0 10px;
  color: #6e6e6e;
  font-size: 24px;
  font-family: inherit;
  letter-spacing: 0px;
  line-height: 31px;
  font-style: normal;
  font-weight: 400; }

.second-footer {
  font-family: "Open Sans", sans-serif;
  background-size: 300px 300px; }
.second-footer .mgk-contact {
  background: #171919;
  padding-top: 60px;
  position: relative;
  padding-bottom: 30px; }
.second-footer .mgk-contact:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -40px;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 90px; }
.second-footer .mgk-contact .btn {
  padding: 5px;
  background: transparent;
  border: 2px solid #ffffff;
  margin-left: -21px;
  margin-top: 15px;
  width: 155px;
  text-transform: uppercase;
  text-decoration: none; }
.second-footer .mgk-contact .btn:hover {
  text-decoration: none;
  border-color: #434343; }
.second-footer .mgk-contact .btn a {
  color: #ffffff; }
.second-footer .mgk-contact .btn a:hover {
  color: #434343; }
.second-footer .mgk-contact .btn i {
  padding-right: 2px; }
.second-footer .mgk-contact h5 {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 15px; }
.second-footer .mgk-logo {
  padding: 20px 0;
  text-align: center;
  max-width: 200px; }
.second-footer .contact-informations {
  padding: 5px 25px;
  text-align: left;
  border: 0; }
.second-footer .contact-informations li {
  display: block;
  text-transform: initial;
  font-size: 13px;
  text-indent: -0.8em;
  padding-bottom: 10px; }
.second-footer .contact-informations i {
  padding-right: 10px; }
.second-footer .contact-informations .btn {
  border: 2px solid #ffffff;
  margin-left: -21px;
  margin-top: 15px;
  width: 155px;
  text-transform: uppercase;
  text-decoration: none; }
.second-footer .contact-informations .btn:hover {
  text-decoration: none;
  border-color: #434343; }
.second-footer .contact-informations .btn a {
  color: #ffffff; }
.second-footer .contact-informations .btn a:hover {
  color: #434343; }
.second-footer .contact-container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 24px;
  margin-top: -65px; }
.second-footer .contact-container:after {
  content: "";
  background-image: url(../images/breaker.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 90px; }

.second-upper-footer:before {
  content: "";
  background-image: url(../images/breaker.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -40px;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 90px; }
.second-upper-footer:after {
  content: "";
  background-image: url(../images/breaker.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  bottom: -38px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 90px; }

.contact-boxes {
  width: 100%;
  table-layout: fixed;
  display: table; }

.contact-box {
  color: #FFF;
  display: table-cell;
  padding: 60px 25px 50px 25px;
  overflow: hidden;
  position: relative;
  text-align: center; }

.contact-box:before {
  font-family: "FontAwesome";
  position: absolute;
  font-size: 15em;
  opacity: .4;
  left: -30px;
  top: 20px; }

.contact-box.contact-box-email:before {
  content: "\f003"; }

.contact-box.contact-box-facebook:before {
  content: "\f09a"; }

.contact-box.contact-box-twitter:before {
  content: "\f099"; }

.contact-box.contact-box-google:before {
  content: "\f0d5"; }

.contact-box.contact-box-skype:before {
  content: "\f17e"; }

.contact-box.contact-box-email {
  background: #444; }

.contact-box.contact-box-facebook {
  background: #3b5998; }

.contact-box.contact-box-twitter {
  background: #55acee; }

.contact-box.contact-box-google {
  background: #dd4b39; }

.contact-box.contact-box-skype {
  background: #00aff0; }

.contact-box.contact-box-email a.btn.btn-default:hover {
  color: #444; }

.contact-box.contact-box-facebook a.btn.btn-default:hover {
  color: #3b5998; }

.contact-box.contact-box-twitter a.btn.btn-default:hover {
  color: #55acee; }

.contact-box.contact-box-google a.btn.btn-default:hover {
  color: #dd4b39; }

.contact-box.contact-box-skype a.btn.btn-default:hover {
  color: #00aff0; }

.contact-box h2 {
  margin: 0 0 20px 0; }

.contact-box p {
  color: #FFF;
  opacity: .8;
  font-size: .9em;
  min-height: 45px; }

.contact-box a.btn.btn-default {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: white; }

.contact-box a.btn.btn-default:hover {
  border: 1px solid #FFF;
  background: #FFF;
  opacity: 1; }

.with-separation-top, .with-separation-bottom {
  position: relative; }

.with-separation-bottom:after {
  content: "";
  background-image: url("images/breaker.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 90px; }

::selection {
  color: #FFF; }
  
.homepage .sec-1 .title strong {
			
			    display:block;
    			margin-bottom: 15px;
    			font-size: 45px;
				font-weight: 300;
				line-height: 50px;
                text-transform: capitalize;
				color: #ffffff;
    		}
		
/********************************* ADD NEW CODES HERE ***********************************/
/********************************* RESPONSIVE ***********************************/
@media (max-width: 1025px) {
.homepage .sec-10 .premium-container, .homepage .sec-6, .homepage .sec-10 .pros-container {max-height: inherit;}
.homepage .sec-10 .premium, .homepage .sec-10 .pros-container, .homepage .sec-11 { height: inherit; }
.homepage .sec-11 h2 { padding: 30px 0; }
}

@media (max-width: 640px) {
.homepage .sec-10 .premium-img { left: 0; }
.homepage .sec-10 .video { padding: 0; }
.contact-box, header .navbar-nav { display: block; }
.breaker-container { display: none; }
nav { position: relative; }
.navbar-collapse { position: absolute; z-index: 99; background-color: #fff; width: 100%; border: 1px solid #fff; left: 15px;}
}
@media (max-width: 480px) {
  /***** 480 *****/ }
@media (max-width: 360px) {
  /***** 360 *****/ }
@media (max-width: 320px) {
  /***** 320 *****/ }

/*# sourceMappingURL=custom.css.map */
