@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Bree+Serif|Open+Sans|Open+Sans+Condensed:300|Raleway:700');
.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a, .button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus, .button:focus {
  text-decoration: none;
  outline: none;
}

a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}

a, button {
  color: inherit;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #282828;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #282828;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #282828;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/

*::-moz-placeholder {
  color: #282828;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #282828;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--
    - Background color
-----------------------------------------*/

.grey-bg {
  background: #f7f9fd;
}

.grey-soft-bg {
  background: #ededed;
}

.white-bg {
  background: #ffffff;
}

.read-more {
  background: #101214;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin-top: 15px;
  padding: 7px 25px;
  text-align: center;
  width: 140px;
}

.read-more:hover, .read-more:focus {
  background: #f5c201;
  color: #fff;
}

/*--
    - color
-----------------------------------------*/

.white-color {
  color: #ffffff;
}

.black-color {
  color: #282828;
}

.theme-color {
  color: #ff5e14;
}

/*-- Margin Top --*/

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.mb-230 {
  margin-bottom: 230px;
}

.mb-235 {
  margin-bottom: 235px;
}

.mb-240 {
  margin-bottom: 240px;
}

.mb-245 {
  margin-bottom: 245px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-255 {
  margin-bottom: 255px;
}

.mb-260 {
  margin-bottom: 260px;
}

.mb-265 {
  margin-bottom: 265px;
}

.mb-270 {
  margin-bottom: 270px;
}

.mb-275 {
  margin-bottom: 275px;
}

.mb-280 {
  margin-bottom: 280px;
}

.mb-285 {
  margin-bottom: 285px;
}

.mb-290 {
  margin-bottom: 290px;
}

.mb-295 {
  margin-bottom: 295px;
}

.mb-300 {
  margin-bottom: 300px;
}

/*-- Margin Left --*/

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 80px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-235 {
  padding-top: 235px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-245 {
  padding-top: 245px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-255 {
  padding-top: 255px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-265 {
  padding-top: 265px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-275 {
  padding-top: 275px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-285 {
  padding-top: 285px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-295 {
  padding-top: 295px;
}

.pt-300 {
  padding-top: 300px;
}

/*-- Padding Bottom --*/

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

/*-- Padding Left --*/

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 0px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 0px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/* bounce-animate */

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.button {
  cursor: pointer;
}

/* scrollUp */

#scrollUp {
  background: #282828;
  height: 40px;
  width: 40px;
  right: 50px;
  bottom: 77px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
}

#scrollUp:hover {
  background: #333;
}

/*--
    - Overlay
------------------------------------------*/

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/

[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #282828;
}

/*-- Overlay Opacity --*/

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.btn-1 {
  color: #212529;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  padding: 26px 35px 26px 35px;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 50px;
  border: none;
  transition: 0.3s;
  background-color: #3a599c;
  background-image: linear-gradient(315deg, #3a599c 0%, #45b6e2 74%);
}

.btn-1:hover {
  color: #192538;
  transform: translateY(-10px);
}

.btn-2 {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 26px 54px 26px 50px;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  border-radius: 50px;
  border: none;
  transition: 0.3s;
}

.btn i {
  font-size: 16px;
  position: relative;
  left: 6px;
}

.btn:hover {
  color: #ffffff;
  transform: translateY(-10px);
}

.blue-btn {
  background: #1e2c8a;
}

.white-btn {
  background: #ffffff;
  color: #ff5e14;
  transition: 0.3s;
}

.green-btn {
  background-image: -moz-linear-gradient(-51deg, #00c6fb 0%, #005bea 99%);
  background-image: -webkit-linear-gradient(-51deg, #00c6fb 0%, #005bea 99%);
  background-image: -ms-linear-gradient(-51deg, #00c6fb 0%, #005bea 99%);
}

.margon-btn {
  background-image: -moz-linear-gradient(-51deg, #cc208e 0%, #6713d2 99%);
  background-image: -webkit-linear-gradient(-51deg, #cc208e 0%, #6713d2 99%);
  background-image: -ms-linear-gradient(-51deg, #cc208e 0%, #6713d2 99%);
}

/* 2. header */

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: 0.4s;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

.menu-3.sticky {
  background: #282828;
}

.menu-3.sticky {
  background: #282828;
}

.menu-3.sticky .main-menu nav>ul>li>a {
  background: #282828;
  padding: 40px 0;
}

.menu-3.sticky .header-2-right {
  margin-top: 35px;
}

.logo-mt {
  margin-top: 16px;
}

.header-lang {
  padding: 28px 0 17px;
  display: inline-block;
}

.lang-icon>a {
  font-size: 16px;
  color: #282828;
  margin-left: 5px;
  font-weight: 700;
}

.lang-icon i {
  font-size: 14px;
  position: relative;
  left: 3px;
  color: #ff5e14;
}

.header-lang-list {
  position: absolute;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  padding: 20px 15px;
  border-top: 3px solid #ff5e14;
  transition: 0.4s;
  z-index: 999;
  background: #fff;
  padding-bottom: 5px;
  padding-top: 4px;
  top: 100%;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.header-lang:hover .header-lang-list {
  opacity: 1;
  visibility: visible;
}

.header-lang-list li {
  display: block;
  margin-bottom: 0;
  padding: 5px 0;
}

.header-lang-list li a {
  display: block;
  color: #647589;
  font-size: 13px;
}

.header-lang-list li a:hover {
  color: #ff5e14;
}

.pos-rel {
  position: relative;
}

.menu-bar i {
  font-size: 35px;
  color: #9b9b9b;
  transition: 0.3s;
}

.menu-bar i:hover {
  color: #ff5e14;
}

.menu-bar-red i {
  color: #282828;
}

.header-right-img {
  margin-top: 16px;
}

.header-info {
  margin-left: 45px;
  margin-top: 43px;
}

.header-info span {
  font-size: 18px;
  font-weight: 700;
  color: #282828;
  letter-spacing: -0.3px;
}

.header-info span i {
  color: #ff5e14;
  font-size: 24px;
  margin-right: 5px;
}

.search-icon {
  margin-top: 42px;
  margin-left: 40px;
  margin-right: 45px;
}

.search-icon a {
  font-size: 18px;
  transition: 0.3s;
  color: #282828;
}

.search-icon a:hover {
  color: #ff5e14;
}

.header-2-search {
  margin-right: 88px;
}

.header2-top-wrapper {
  margin-left: 24px;
}

/* extra info */

.extra-info {
  background: #152136;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 340px;
  z-index: 9999;
  transform: translateX(100%);
  padding-bottom: 40px;
}

.extra-info.info-open {
  transform: translateX(0);
}

.extra-info-left {
  right: inherit;
  left: 0;
  transform: translateX(-100%);
}

.extra-info.extra-info-left.info-open {
  transform: translateX(0);
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}

.close-icon>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #ff5e14;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.extra-info>p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px;
}

.extra-info.extra-info-left.info-open {
  transform: translateX(0);
}

.instagram img {
  width: 100%;
}

.social-icon-right>a {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.social-icon-right>a:hover {
  color: #ff5e14;
}

.instagram {
  overflow: hidden;
  margin: 0 -4px;
}

.instagram>a {
  float: left;
  width: 33.33%;
  padding: 0 4px;
  margin-bottom: 7px;
}

.side-info {
  border-top: 1px solid #344159;
  padding-top: 25px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.contact-list p {
  color: #fff;
  opacity: 0.5;
  margin: 0;
  margin-bottom: 5px;
  line-height: 28px;
}

.side-menu ul li:hover a {
  color: #ff5e14;
}

.header-top-area {
  padding: 17px 0;
}

.header-top-info span {
  color: #d7d7d7;
  font-size: 14px;
  font-weight: 400;
  margin-right: 45px;
}

.header-top-info span i {
  font-size: 14px;
  color: #ff5e14;
  margin-right: 6px;
}

.header-top-info span:last-child {
  margin-right: 0;
}

.header-icon {
  margin-left: 50px;
}

.header-icon a {
  color: #9f9f9f;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-right: 13px;
  transition: 0.3s;
}

.header-icon a:last-child {
  margin-right: 0;
}

.header-icon a:hover {
  color: #ff5e14;
}

.header-02-lang {
  padding: 1px 0 0;
  display: inline-block;
}

.header-02-lang .lang-icon>a {
  font-size: 16px;
  color: #d7d7d7;
  margin-left: 5px;
  font-weight: 400;
}

.header-2-right {
  margin-top: 58px;
  margin-left: 73px;
}

.header-2-right .header-icon {
  margin-left: 80px;
}

.header-2-right .header-02-lang {
  padding: 1px 0 5px;
  display: inline-block;
}

.header-2-right .header-icon a {
  color: #ffffff;
}

.header-2-right .header-icon a:hover {
  color: #ff5e14;
}

.header-2-right .header-02-lang .lang-icon>a {
  font-size: 17px;
  color: #ffffff;
  font-weight: 700;
}

.header-02-right .search-icon {
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.header-02-right .search-icon a {
  font-size: 18px;
  color: #b5b5b5;
  border: 2px solid #b5b5b5;
  height: 70px;
  display: inline-block;
  width: 70px;
  text-align: center;
  line-height: 70px;
  transition: 0.3s;
}

.header-02-right .search-icon a:hover {
  background: #ff5e14;
  color: #ffffff;
  border-color: #ff5e14;
}

.menu-2-bar a {
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 32px;
}

/* menu */

.main-menu nav>ul>li {
  display: inline-block;
  position: relative;
  margin-left: 34px;
}

.main-menu nav>ul>li>a {
  margin-left: 0;
}

.main-menu nav>ul>li>a {
  display: block;
  font-size: 18px;
  padding: 47px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
  color: #282828;
  font-weight: 700;
}

.main-menu nav>ul>li>a i {
  font-size: 12px;
  margin-left: 3px;
}

.main-menu nav>ul>li:hover>a, .main-menu nav>ul>li.active>a {
  color: #ff5e14;
}

/* sub-menu */

.main-menu nav>ul>li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
  border-top: 3px solid #ff5e14;
  text-align: left;
}

.main-menu nav>ul>li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-menu nav>ul>li .sub-menu li {
  display: block;
}

.main-menu nav>ul>li .sub-menu li a {
  color: #666666;
  font-size: 14px;
  margin: 0;
  padding: 13px 20px;
  text-transform: capitalize;
  display: block;
  font-size: 400;
}

.main-menu nav>ul>li:hover>.sub-menu li>a:hover {
  color: #fff;
  background: #ff5e14;
}

.menu-3 .main-menu nav>ul>li {
  margin-left: 45px;
}

.menu-3 .main-menu nav>ul>li>a {
  color: #ffffff;
  padding: 60px 0;
}

.menu-3 .main-menu nav>ul>li:hover>a, .main-menu nav>ul>li.active>a {
  color: #ff5e14;
}

/* search modal */

#search-modal {
  background-color: rgba(23, 26, 33, 0.95);
}

#search-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  outline: 0;
}

#search-modal .modal-dialog .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

#search-modal .modal-dialog .modal-content form {
  width: 555px;
  position: relative;
}

#search-modal .modal-dialog .modal-content form input {
  width: 100%;
  font-size: 36px;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  background: 0 0;
  color: #ffffff;
  padding-bottom: 12px;
  padding-right: 40px;
}

#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
  font-size: 35px;
  color: #ffffff;
}

#search-modal .modal-dialog .modal-content form input::placeholder {
  font-size: 35px;
  color: #ffffff;
}

#search-modal .modal-dialog .modal-content form button {
  position: absolute;
  right: 0;
  margin-bottom: 3px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  background: 0 0;
  border: none;
  cursor: pointer;
  top: 11px;
}

.header-shape {
  position: relative;
}

.header-shape::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 0px;
  width: 415px;
  background: #ff5e14;
  clip-path: polygon(0% 0, 87% 0%, 100% 100%, 0% 100%);
}

.header-shape::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  right: 0px;
  width: 415px;
  background: #ff5e14;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 11% 100%);
}

.logo.logo-shape {
  transform: translateY(-27px);
}

.logo.logo-shape {
  transform: translateY(-27px);
  margin-left: 75px;
}

.header-2-button {
  position: relative;
  z-index: 99;
  transform: translateY(-29px);
  margin-left: -4px;
}

.main-menu-2 nav>ul>li {
  margin-left: 0;
  margin-right: 30px;
}

.header-2-button a.btn:hover {
  color: #ff5e14;
}

/* 3. about css */

.about-us-area {
  background-image: url(../images/img/bg-11.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-wrapper {
  margin-top: 17px;
}

.section-title h1 {
  position: absolute;
  z-index: 1;
  font-size: 220px;
  line-height: 1;
  opacity: 0.07;
  top: -28px;
  left: 0;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}

.section-title>span {
  color: #192538;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
}

.section-title h2 {
  font-size: 40px;
  margin-top: 22px;
  letter-spacing: -0.3px;
}

.section-title p {
  margin-bottom: 0;
  margin-top: 35px;
}

.line {
  padding-left: 75px;
  position: relative;
}

.line::before {
  position: absolute;
  background: #f5c201;
  content: "";
  height: 3px;
  width: 45px;
  left: 0;
  bottom: 11px;
}

.line-white::before {
  background: #ffffff;
}

.section-2 h1 {
  right: 0;
}

.white-title span {
  color: #ffffff;
}

.white-title h1 {
  color: #ffffff;
}

.white-title h2 {
  color: #ffffff;
}

.white-02-title span {
  color: #ff5e14;
}

.white-02-title h1 {
  color: #ffffff;
}

.white-02-title h2 {
  color: #ffffff;
}

.border-left-1 {
  height: 3px;
  width: 30px;
  background: #3a599c;
  left: -15px;
  display: inline-block;
  position: relative;
  top: -6px;
}

.border-right-1 {
  height: 3px;
  width: 30px;
  background: #3a599c;
  right: -15px;
  display: inline-block;
  top: -6px;
  position: relative;
}

.about-us-img {
  width: 77%;
}

.border-left-theme {
  background: #ff5e14;
}

.border-right-theme {
  background: #ff5e14;
}

.border-left-white {
  background: #ffffff;
}

.border-right-white {
  background: #ffffff;
}

.about-us-text>span {
  color: #282828;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.about-us-text p {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 36px;
}

.about-us-img img {
  width: 100%;
}

.section-area {
  padding-bottom: 585px;
}

.about-wrapper {
  margin-left: 40px;
}

.about-img {
  margin-right: 30px;
}

.about-img img {
  width: 100%;
}

.about-wrapper .about-us-text p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 40px;
}

.about-icon {
  margin-right: 18px;
}

.about-icon i {
  color: #ff5e14;
  font-size: 45px;
}

.about-info h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 0.8;
}

.about-info h2>span {
  font-size: 30px;
  color: #ff5e14;
  position: relative;
  top: -27px;
  left: -5px;
}

.about-info>span {
  color: #9b9b9b;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.about-say-img {
  float: left;
  margin-right: 20px;
}

.about-say-content {
  padding-top: 5px;
  overflow: hidden;
}

.about-say-content h4 {
  font-size: 24px;
  margin-bottom: 5px;
}

.about-say-content span {
  font-size: 14px;
  color: #ff5e14;
  font-weight: 700;
  text-transform: uppercase;
}

.about-02-img {
  margin-left: 30px;
  padding-right: 40px;
}

.about-02-img img {
  width: 100%;
}

.about-02-info {
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  position: absolute;
  right: 0;
  bottom: -30px;
  padding: 34px 40px 25px;
  border-radius: 10px;
}

.about-info-date {
  margin-right: 10px;
}

.about-info-date h2 {
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #ffffff;
}

.about-info-date h2>span {
  font-size: 40px;
  color: #ffffff;
  position: relative;
  top: -30px;
  left: -5px;
  font-weight: 400;
}

.about-info-content {
  overflow: hidden;
}

.about-info-content h3 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 24px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1.2;
}

.about-02-wrapper {
  margin-left: 30px;
}

.about-info-list {
  margin-bottom: 30px;
}

.about-info-list:last-child {
  margin-bottom: 0;
}

.about-info-icon {
  margin-right: 30px;
  position: relative;
  top: 5px;
}

.about-info-text {
  overflow: hidden;
}

.about-info-text h4 {
  font-size: 20px;
  line-height: 1.3;
}

.about-info-text p {
  margin-bottom: 0;
  margin-right: 42px;
}

.about-me-info span {
  font-family: "Poppins";
  font-size: 18px;
  color: #282828;
  line-height: 28px;
  font-weight: 600;
}

.about-me-info p {
  margin-bottom: 0;
  margin-top: 20px;
}

.about-me-img img {
  width: 100%;
}

.about-me-text {
  margin-top: 47px;
}

.about-me-text h3 {
  font-size: 24px;
  line-height: 1;
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 23px;
}

.about-me-text h3 i {
  color: #ff5e14;
  margin-right: 15px;
}

.about-me-text h3::before {
  background: #eeeeee;
  height: 2px;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.about-me-text h3::after {
  background: #ff5e14;
  height: 2px;
  width: 0;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.about-me-text p {
  font-size: 16px;
  margin-bottom: 17px;
}

.about-me-wrapper:hover .about-me-text h3::after {
  width: 100%;
}

.about-me-wrapper.active .about-me-text h3::after {
  width: 100%;
}

.ab-01 {
  top: 10%;
  right: 15%;
}

/* 5. cta */

.cta-area {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  width: 100%;
}

.cta-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.cta-text>span {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

.cta-text h1 {
  font-size: 60px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.08;
  margin-top: 32px;
  margin-bottom: 37px;
}

.cta-text p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 36px;
}

/* 6. services */

.services-area {
  background-size: cover;
  background-position: center center;
}

.services-padding {
  margin-top: -518px;
  margin-bottom: -98px;
}

.services-img {
  overflow: hidden;
}

.services-img::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #111111;
  opacity: 0.7;
  transition: 0.3s;
  z-index: 1;
}

.services-img img {
  width: 100%;
  transition: 0.3s;
}

.services-wrapper:hover .services-img img {
  transform: scale(1.1);
}

.services-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px 40px 30px;
  z-index: 99;
}

.services-text h1 {
  font-size: 80px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.services-text h2 {
  font-size: 30px;
  letter-spacing: -0.3px;
  color: #ffffff;
}

.services-text p {
  color: #ffffff;
  line-height: 25px;
}

.services-content {
  background: #282828;
  padding: 19px 15px 22px 15px;
  transition: 0.3s;
}

.services-content h3 {
  font-size: 24px;
  margin-bottom: 0;
  color: #ffffff;
}

.services-wrapper:hover .services-content {
  background: #ff5e14;
}

.services-02-wrapper {
  background-color: #ffffff;
  padding: 27px;
  transition: all 0.3s ease 0s;
}

.services-02-wrapper:hover {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.6);
}

.services-02-text h3 {
  font-size: 24px;
  margin-top: 26px;
  margin-bottom: 34px;
  text-align: center;
}

.services-02-text p {
  margin-bottom: 35px;
}

.services-02-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

.arrow-style .slick-arrow {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ffffff;
  padding: 0;
  border-radius: 5px;
  color: #ff5e14;
  font-size: 22px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -180px;
  z-index: 99;
  transform: translateY(-50%);
  border: 0;
  cursor: pointer;
  transition: 0.3s;
}

.arrow-style .slick-next {
  right: -180px;
  left: auto;
}

.arrow-style .slick-arrow:hover {
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  color: #ffffff;
}

.arrow-style .slick-dots {
  text-align: center;
  bottom: -100px;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
}

.arrow-style .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.arrow-style .slick-dots li button {
  height: 15px;
  width: 15px;
  text-indent: -9999px;
  transition: 0.3s;
  padding: 0;
  border: 2px solid #ff5e14;
  border-radius: 50%;
  background: none;
  cursor: pointer;
}

.arrow-style .slick-dots li.slick-active button {
  background: #ff5e14;
}

.our-services-wrapper {
  overflow: hidden;
}

.inner-our-services {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  padding: 30px 43px 35px;
  transition: 0.3s;
}

.our-services-wrapper:hover .inner-our-services {
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
}

.our-services-img {
  overflow: hidden;
}

.our-services-img img {
  width: 100%;
  transition: 0.3s;
}

.our-services-wrapper:hover .our-services-img img {
  transform: scale(1.1);
}

.our-services-text h3 {
  margin-bottom: 0;
  font-size: 24px;
  margin-right: 68px;
  line-height: 1.2;
  position: relative;
  transition: 0.3s;
}

.our-services-text h3::before {
  position: absolute;
  height: 55px;
  width: 5px;
  background: #ff5e14;
  content: "";
  left: -43px;
  top: 7px;
  transition: 0.3s;
}

.our-services-wrapper:hover .our-services-text h3 {
  color: #ffffff;
}

.our-services-wrapper:hover .our-services-text h3::before {
  background: #ffffff;
}

.our-services-button {
  position: absolute;
  top: 34px;
  right: 35px;
}

.our-services-button>a {
  height: 55px;
  width: 55px;
  border: 2px solid #ececec;
  line-height: 55px;
  font-size: 18px;
  color: #9b9b9b;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50%;
  text-align: center;
}

.our-services-wrapper:hover .our-services-button>a {
  border-color: #ffffff;
  color: #282828;
  background: #ffffff;
}

/* 8. project */

.project-02-area {
  margin-right: 210px;
  margin-left: 210px;
}

.single-project {
  overflow: hidden;
}

.project-img {
  overflow: hidden;
}

.project-img img {
  width: 100%;
}

.single-project:hover .project-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-project {
  box-shadow: 0px 0px 29.7px 0.3px rgba(220, 220, 220, 0.78);
  background: #ffffff;
  margin-left: 50px;
  margin-right: 22px;
  margin-bottom: 60px;
  padding: 26px 30px 28px 30px;
  margin-top: -28px;
  z-index: 9;
  position: relative;
}

.project-text {
  overflow: hidden;
}

.project-link-info {
  overflow: hidden;
}

.project-meta>a {
  color: #9b9b9b;
  font-size: 14px;
}

.project-meta>a i {
  color: #ff5e14;
  font-size: 18px;
  margin-right: 3px;
}

.project-link>a {
  color: #9b9b9b;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-right: 11px;
  transition: 0.3s;
}

.project-link>a:hover {
  color: #ff5e14;
}

.project-link>a:last-child {
  margin-right: 0;
}

.project-content {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 8px;
}

.project-content h3 {
  font-size: 24px;
}

.project-content h3>a {
  transition: 0.3s;
  color: #282828;
}

.project-content h3>a:hover {
  color: #ff5e14;
}

.project-b-button>a {
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  transition: 0.3s;
}

.project-b-button>a:hover {
  background: #282828;
}

.project-button {
  overflow: hidden;
}

.portfolio-menu button {
  background: rgba(2, 2, 2, 0) none repeat scroll 0 0;
  border: medium none;
  color: #9b9b9b;
  font-family: "Poppins";
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 0 16px;
  font-weight: 600;
  position: relative;
  letter-spacing: -0.3px;
}

.portfolio-menu button:focus {
  outline: 0 none;
}

.portfolio-menu button:hover {
  color: #ff5e14;
}

.portfolio-menu button.active {
  color: #ff5e14;
}

.custom {
  margin: 0 -15px;
}

.portfolio-img {
  overflow: hidden;
}

.portfolio-img>a {
  display: inline-block;
  position: relative;
}

.portfolio-img>a img {
  width: 100%;
  transition: 0.3s;
}

.portfolio-img>a::before {
  background-image: -webkit-linear-gradient(-51deg, rgba(235, 18, 10, 0.85098) 0%, rgba(245, 57, 15, 0.89) 51%, rgba(255, 94, 20, 0.93) 99%, #ff5e14 100%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: 99;
}

.portfolio-wrapper:hover .portfolio-img>a::before {
  opacity: 1;
}

.portfolio-wrapper:hover .portfolio-img img {
  transform: scale(1.1);
}

.portfolio-text {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s;
  opacity: 0;
}

.portfolio-text h2 {
  font-size: 30px;
}

.portfolio-text h2>a {
  transition: 0.3s;
  color: #ffffff;
}

.portfolio-wrapper:hover .portfolio-text {
  opacity: 1;
  top: 50%;
}

.portfolio-icon>a {
  font-size: 60px;
  color: #ffffff;
}

.single-02-project .inner-project {
  margin-bottom: 30px;
}

.about-me img {
  margin-bottom: 25px;
  border-radius: 50%;
}

.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
  color: #ff5e14;
}

.widget-social-icon a:hover {
  color: #ff5e14;
}

.banner-widget img {
  width: 100%;
}

.widget .recent-posts>li:first-child {
  border: 0;
  padding-top: 0;
}

.widget .recent-posts li:last-child {
  padding-bottom: 0;
}

.widget .recent-posts>li {
  border-top: 1px solid #eaedff;
  padding: 20px 0;
  overflow: hidden;
}

.widget-posts-image {
  float: left;
}

.widget-posts-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}

.widget-posts-body {
  overflow: hidden;
}

.widget-posts-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
}

.widget-posts-title a:hover {
  color: #ff5e14;
}

.widget-posts-meta {
  font-size: 12px;
}

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}

ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.cat li:last-child {
  padding-bottom: 0;
}

ul.cat li a {
  display: block;
  color: #647589;
}

ul.cat li a:hover {
  color: #ff5e14;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #062a4d;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}

.social-profile a:hover {
  background: #ff5e14;
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}

.tag a {
  display: inline-block;
  line-height: 1;
  padding: 12px 18px;
  background: #f5f5f5;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #5f5b5b;
  border-radius: 2px;
}

.tag a:hover {
  background: #ff5e14;
  color: #ffffff;
}

.bg-none {
  background: none;
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
}

.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog-post-tag a:hover {
  color: #ffffff;
  background: #ff5e14;
  border-color: #ff5e14;
}

.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: 0.3s;
  margin-right: 22px;
}

.blog-share-icon a:hover {
  color: #ff5e14;
}

.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}

.b-author {
  padding: 35px;
  border: 1px solid #f6f6f6;
  border-left: 3px solid #f5380f;
}

@media (max-width: 767px) {
  .b-author {
    padding: 0 30px 44px 30px;
  }
}

.author-img {
  float: left;
}

.author-text {
  overflow: hidden;
  padding-left: 30px;
}

.author-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.author-text p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 28px;
}

.author-icon a {
  font-size: 14px;
  margin-right: 10px;
  transition: 0.3s;
  color: #444;
}

.author-icon a:hover {
  color: #ff5e14;
}

.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}

@media (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}

.comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.latest-comments li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}

.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}

.avatar-name span {
  color: #ff5e14;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.reply {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.reply:hover {
  color: #ff5e14;
}

.reply i {
  margin-right: 5px;
}

.post-comments-title {
  margin-bottom: 39px;
}

.post-comments-title h2 {
  font-size: 26px;
  color: #140a20;
  margin-bottom: 0;
}

.conatct-post-form {
  background: #f6f6f6;
  padding: 50px;
}

@media (max-width: 767px) {
  .conatct-post-form {
    padding: 20px;
  }
}

.conatct-post-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
}

.conatct-post-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.contact-icon {
  position: relative;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.bakix-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.bakix-navigation span a {
  color: #666;
}

.bakix-navigation span a:hover {
  color: #ff5e14;
}

.bakix-navigation h4 {
  font-size: 24px;
  margin: 0;
}

.bakix-navigation h4 a:hover {
  color: #ff5e14;
}

.basic-pagination ul {
  display: block;
}

.basic-pagination ul li {
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-bottom: 10px;
  }
}

.basic-pagination ul li a {
  height: 70px;
  width: 70px;
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 70px;
  margin: 0px;
  display: inline-block;
  text-align: center;
}

.basic-pagination ul li a:hover, .basic-pagination ul li.active a {
  background: #ff5e14;
  color: #ffffff;
}

.basic-pagination-2 ul li a {
  background: transparent;
  color: #9990b8;
  border: 2px solid #eaebec;
  height: 60px;
  width: 60px;
  line-height: 56px;
}

.basic-pagination-2 ul li a:hover, .basic-pagination-2 ul li.active a {
  background: #ff5e14;
  color: #ffffff;
  border-color: #ff5e14;
}

.brand-img img {
  display: inline-block;
}

.breadcrumb-area {
  background-position: center center;
  background-size: cover;
}

.breadcrumb-text {
  position: relative;
  z-index: 1;
}

.breadcrumb-text>h1 {
  font-size: 120px;
  margin-bottom: 12px;
  text-transform: capitalize;
  line-height: 1;
  color: #ffffff;
}

.breadcrumb-menu li {
  display: inline-block;
  position: relative;
  padding: 0 35px;
}

.breadcrumb-menu li a {
  color: #ff5e14;
  font-size: 30px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  font-weight: 500;
}

.breadcrumb-menu li::before {
  content: "";
  display: inline-block;
  padding-bottom: 0;
  position: absolute;
  top: 3px;
  left: -11px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 30px;
}

.breadcrumb-menu li:first-child::before {
  display: none;
}

.breadcrumb-menu span {
  color: #ffffff;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 500;
}

/* 17. pricing */

.pricing-area {
  background-size: cover;
  background-position: center center;
}

.price-middle {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 30.333%;
  max-width: 30.333%;
}

.pricing-wrapper {
  background: #ffffff;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: top;
}

.price-middle .pricing-wrapper {
  padding: 45px 50px 55px;
  box-shadow: 0px 0px 29.7px 0.3px rgba(221, 221, 221, 0.82);
}

.price-count h1 {
  font-size: 30px;
  color: #ff5e14;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}

.price-count span {
  font-size: 16px;
  color: #9b9b9b;
  font-weight: 600;
}

.price-count h1 span.usd {
  font-size: 15px;
  font-weight: 700;
  color: #ff5e14;
  position: relative;
}

.pricing-text h3 {
  font-size: 20px;
  margin-bottom: 7px;
}

.pricing-list {
  margin-top: 26px;
  margin-bottom: 32px;
}

.pricing-list li {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 13px;
}

.pricing-list li:last-child {
  padding-bottom: 0;
}

.pricing-list li i {
  margin-right: 6px;
}

.pricing-button a.btn {
  padding: 16px 32px 16px 29px;
}