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

Template Name: " "
Template URI: http://sobuj4u.com
Description: "Lorem ipsum dolor sit amet, consectetur adipisicing elit..."
Author: Al Amin Sobuj
Author URI: http://sobuj4u.com
Version: 1.0

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

@font-face {
  font-family: "BebasNeue";
  src: url("assets/fonts/BebasNeue/BebasNeue.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/BebasNeue/BebasNeue.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("assets/fonts/BebasNeue/BebasNeue.otf") format("opentype"), /* Open Type Font */
    url("assets/fonts/BebasNeue/BebasNeue.svg") format("svg"), /* Legacy iOS */
    url("assets/fonts/BebasNeue/BebasNeue.ttf") format("truetype"), /* Safari, Android, iOS */
    url("assets/fonts/BebasNeue/BebasNeue.woff") format("woff"), /* Modern Browsers */
    url("assets/fonts/BebasNeue/BebasNeue.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TimesNewRomanPSMT";
  src: url("assets/fonts/TimesNewRoman/TimesNewRoman.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/TimesNewRoman/TimesNewRoman.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("assets/fonts/TimesNewRoman/TimesNewRoman.otf") format("opentype"), /* Open Type Font */
    url("assets/fonts/TimesNewRoman/TimesNewRoman.svg") format("svg"), /* Legacy iOS */
    url("assets/fonts/TimesNewRoman/TimesNewRoman.ttf") format("truetype"), /* Safari, Android, iOS */
    url("assets/fonts/TimesNewRoman/TimesNewRoman.woff") format("woff"), /* Modern Browsers */
    url("assets/fonts/TimesNewRoman/TimesNewRoman.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TimesNewRomanPS-BoldMT";
  src: url("assets/fonts/TimesNewRoman/TimesNewRomanBold.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/TimesNewRoman/TimesNewRomanBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("assets/fonts/TimesNewRoman/TimesNewRomanBold.otf") format("opentype"), /* Open Type Font */
    url("assets/fonts/TimesNewRoman/TimesNewRomanBold.svg") format("svg"), /* Legacy iOS */
    url("assets/fonts/TimesNewRoman/TimesNewRomanBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("assets/fonts/TimesNewRoman/TimesNewRomanBold.woff") format("woff"), /* Modern Browsers */
    url("assets/fonts/TimesNewRoman/TimesNewRomanBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TimesNewRomanPS-ItalicMT";
  src: url("assets/fonts/TimesNewRoman/TimesNewRomanItalic.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/TimesNewRoman/TimesNewRomanItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("assets/fonts/TimesNewRoman/TimesNewRomanItalic.otf") format("opentype"), /* Open Type Font */
    url("assets/fonts/TimesNewRoman/TimesNewRomanItalic.svg") format("svg"), /* Legacy iOS */
    url("assets/fonts/TimesNewRoman/TimesNewRomanItalic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("assets/fonts/TimesNewRoman/TimesNewRomanItalic.woff") format("woff"), /* Modern Browsers */
    url("assets/fonts/TimesNewRoman/TimesNewRomanItalic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


*{padding:0; margin:0;}
a, 
a:active, 
a:focus, 
a:hover{
  outline:none;
  text-decoration:none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
}
p {
  margin: 0 0 15px;
}
p:last-child {
  margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
body {
  color: #372f6f;
  font-size: 18px;
  max-width: 100%;
  line-height: 1.5;
  font-weight: 400;
  font-family: "TimesNewRomanPSMT";
}
.container{
  max-width: 1170px;
}
/*
  Default Form
=================*/
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="submit"], 
input[type="search"], 
button[type="submit"],
textarea {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  min-height: 40px;
  margin-bottom: 15px;
  outline: none;
  max-width: 230px;
}
input[type="submit"],
button[type="submit"]{
  cursor: pointer;
}

input:focus, 
textarea:focus {
  border: 1px solid #6FBC29;
}

textarea {
  resize: none;
  min-height: 70px;
  margin-bottom: 15px !important;
}

input::-moz-placeholder {
  color: #262626;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder {
  color: #262626;
}

input::-webkit-input-placeholder {
  color: #262626;
}

header {
    position: relative;
    z-index: 5;
    padding-top: 25px;
}

.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-menu li a {
  color: #372f6f;
  display: block;
  font-size: 65px;
  line-height: 55px;
  font-family: "BebasNeue";
  border-bottom: 3px dotted;
  letter-spacing: 1px;
}


.logo {
    margin: 0 40px;
    margin-top: -55px;
    position: relative;
    top: 40px;
}

.logo a {
  border-bottom: none !important;
}

.logo img {
  max-height: 160px;
}

#hero {
  background-size: cover;
  background-color: #1c1641;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url('assets/images/hero-bg.jpg');
  min-height: 535px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  border-top: 5px solid #372f6f;
}

.hero-title h1 {
  font-size: 115px;
  color: #fff;
  font-family: "BebasNeue";
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1;
  text-shadow: -3px 4px 0px #353b4f;
  letter-spacing: 1px;
}

.hero-title h1 span {
    font-size: 36px;
    display: block;
    text-align: right;
    text-shadow: none;
    margin-top: -10px;
    margin-right: -100px;
}

.hero-title {
    text-align: left;
    position: relative;
    z-index: 1;
    min-height: 250px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hero-content {
    text-align: center;
}

.hero-title img {
    position: absolute;
    right: -150px;
    top: 0;
    z-index: -1;
}

.shape-bottom-right {
    /*clip-path: polygon(0 0%, 100% 15%, 100% 100%, 0% 100%);*/
}

.blok--1 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 1;
}

.blok--1:after {
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    top: -38px;
    left: 0;
    z-index: -1;
    border-top: 5px solid #372f6f;
    -webkit-transform: skewY(-2.3deg);
            transform: skewY(-2.3deg);
}

.title--inline {
  background: #372f6f;
  color: #fff;
  font-size: 30px;
  display: inline-block;
  padding: 5px 15px;
  font-family: "TimesNewRomanPS-ItalicMT";
}

.blok--bg {
    background: #1c1641;
    /*clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);*/
    padding-bottom: 150px;
    padding-top: 110px;
    position: relative;
}

.blok-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 48%;
    background-size: cover;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.blok-bg--1 {
  background-image: url('assets/images/content-blok-bg-1.jpg');
}

.blok-bg--2 {
  background-image: url('assets/images/blok-bg-3.jpg');
}

.blok-bg img {
    visibility: hidden;
}

.form-control-plaintext {
    background: #ffffff;
    border: none !important;
    border-top: 3px solid #dedede !important;
}

.contact-form .form-group {
  margin-bottom: 0;
}

button.form-control-plaintext {
    background: #4b9643;
    color: #fff;
    border-color: #41833a !important;
    padding: 7px 0;
}
button.form-control-plaintext:hover {
    background:#01b54f;
}

.col-form-label {
  font-style: italic;
}

.blok--form {
  -webkit-clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
          clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
}

.polygon-shape {
  position: relative;
}

.polygon-shape:before,
.polygon-shape:after {
  content: "";
  width: 100%;
  height: 80px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.polygon-shape--top:before {
  top: -1px;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 0%, 0% 100%);
          clip-path: polygon(0 0%, 100% 0, 100% 0%, 0% 100%);
  background: #ffffff;
}

.polygon-shape--bottom:after {
  top: auto;
  bottom: 0;
  background: #ffffff;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}


#contact-us.clip-path-bottom {
  background: #1b1b1b;
}

#footer {
  background: #1b1b1b;
  position: relative;
}

#footer:after {
    content: "";
    border-top: 3px dotted #767676;
    width: 100%;
    position: absolute;
    left: 0;
    top: -30px;
    -webkit-transform: skewY(-2.5deg);
            transform: skewY(-2.5deg);
    z-index: 33;
}

.footer-content {
  text-align: center;
  padding-bottom: 30px;
}

.footer-logo span {
  display: block;
  color: #fff;
  font-size: 20px;
  font-family: "BebasNeue";
}

.footer-logo {
  display: inline-block;
  position: relative;
  margin-top: -90px;
  z-index: 444;
}

.footer-logo img {
  max-width: 130px;
}


.clip-path-shape {
  position: relative;
}
/*.clip-path {
  clip-path: polygon(0 0, 100% 95%, 100% 100%, 0 100%);
  position: absolute;
  display: block;
  height: 80px;
  background: #fff;
  width: 100%;
  bottom: 0;
}*/

.clip-path-bottom {
  -webkit-clip-path: polygon(0 95%, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0 95%, 100% 0%, 100% 100%, 0 100%);
  position: absolute;
  display: block;
  height: 80px;
  background: #fff;
  width: 100%;
  bottom: 0;
  z-index: 9;
}

.clip-path-bottom:after {
  -webkit-clip-path: polygon(0 95%, 100% 0%, 100% 5%, 0 100%);
          clip-path: polygon(0 95%, 100% 0%, 100% 5%, 0 100%);
  background: #1c1641;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  display: block;
  z-index: 9;
}


.clip-path-top {
  -webkit-clip-path: polygon(0 100%, 100% 5%, 100% 0%, 0% 0%);
          clip-path: polygon(0 100%, 100% 5%, 100% 0%, 0% 0%);
  position: absolute;
  display: block;
  height: 80px;
  background: #fff;
  width: 100%;
  top: -1px;
  z-index: 2;
}

.clip-path-top:after {
  -webkit-clip-path: polygon(0 95%, 100% 0%, 100% 5%, 0 100%);
          clip-path: polygon(0 95%, 100% 0%, 100% 5%, 0 100%);
  background: #1c1641;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  display: block;
  z-index: 2;
}

.clip-path-top:after,
.clip-path-bottom:after {
    display: none;
}



#contact-us .clip-path-bottom {
  background: #1b1b1b;
}

#contact-us .clip-path-bottom:after {
  display: none;
}

.container {
  padding-right: 35px;
  padding-left: 35px;
}

.row {
    margin-right: -35px;
    margin-left: -35px;
}

.col,
[class*="col-"] {
  padding-right: 35px;
  padding-left: 35px;
}