@charset "utf-8";

/*
=========================================
Index
-----------------------------------------
# 01. body
# 02. typography
# 03. custom padding, margin
# 04. custom color and border
# 05. custom button
# 06. custom social icon
# 07. header
# 08. menu
# 09. slider
# 10. feature
# 11. about
# 12. project
# 13. support
# 14. why choose us
# 15. quotision
# 16. service
# 17. blog
# 18. special product
# 19. page heading
# 20. mission
# 21. team
# 22. career
# 23. contact us
# 24. map page
# 25. ad
# 26. error page
# 27. footer top
# 28. footer
# 29. loading screen
*/


/* ======================================
 *  01. body
/* ====================================== */

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700%7CPoppins:300,400,500,600,700');

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  background: #FFFFFF;
}


/* ======================================
 *  02. typography
/* ====================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 24px;
  color: #262626;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}


/* ======================================
 *  03. custom padding, margin
/* ====================================== */

.mtb-150 {
  margin: 150px 0;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mtb-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mtb-90 {
  margin: 90px 0;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mtb-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mtb-70 {
  margin: 70px 0;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mtb-60 {
  margin: 60px 0;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mtb-50 {
  margin: 50px 0;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mtb-40 {
  margin: 40px 0;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mtb-30 {
  margin: 30px 0;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mtb-20 {
  margin: 20px 0;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mtb-10 {
  margin: 10px 0;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.m-0 {
  margin: 0;
}


/* ----------- margin end ----------- */

.ptb-150 {
  padding: 150px 0;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.ptb-100 {
  padding: 100px 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-90 {
  padding: 90px 0;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.ptb-80 {
  padding: 80px 0;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.ptb-70 {
  padding: 70px 0;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

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

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.ptb-50 {
  padding: 50px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ptb-40 {
  padding: 40px 0;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ptb-30 {
  padding: 30px 0;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ptb-20 {
  padding: 20px 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

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

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.p-0 {
  padding: 0;
  min-height: 0;
}

.mt-160 {
  margin-top: 160px;
}

.mtb-35 {
  margin: 35px 0;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-11 {
  margin-top: 11px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-0 {
  margin-bottom: 0 !important;
}


/* ======================================
 *  04. custom color and border
/* ====================================== */

.bg-black {
  background: #1c1c1c;
}

.bg-ash {
  background: #f5f5f5;
}

.bg-yellow {
  background: #e72c31;
}

.bg-white {
  background: #fff;
}

.c-white {
  color: #fff;
}

.c-muddy {
  color: #c4c2c2;
}

.c-minblack {
  color: #262626;
}

.bt-1 {
  border-top: 1px solid #eaeaea;
}


/* ======================================
 *  05. custom button
/* ====================================== */

.btn-1,
.btn-2,
.btn-3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
}

.btn-1 {
  background: #e72c31;
  border: 2px solid #e72c31;
}

.btn-2:hover,
.btn-1:hover,
.btn-2:focus,
.btn-1:focus {
  color: #e72c31;
  border: 2px solid #e72c31;
}

.btn-2 {
  border: 2px solid #fff;
  background: transparent;
}

.btn-3 {
  border: 2px solid #DADADA;
  background: transparent;
  color: #5e5e5e;
}

.btn-3:hover {
  color: #fff;
  background: #e72c31;
  border: 2px solid #e72c31;
}

.link {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #757575;
  font-weight: 400;
}

.link:hover {
  text-decoration: underline;
  color: #e72c31;
}

.hvr-bounce-to-right:before {
  background: #fff;
}


/* ======================================
 *  06. custom social icon
/* ====================================== */

.fb:hover {
  color: #3b5998;
}

.tw:hover {
  color: #1da1f2;
}

.in:hover {
  color: #c13584;
}

.sk:hover {
  color: #00aff0;
}

.dr:hover {
  color: #ea4c89;
}

.ld:hover {
  color: #0077B5;
}

.pi:hover {
  color: #C92228;
}

.ap:hover {
  color: #999999;
}


/* ======================================
 *  07. header
/* ====================================== */

.header-info ul li {
  float: right;
  /* border: 1px solid #eaeaea; */
  padding: 25px 20px 20px 20px;
  font-size: 13px;
  color: #8b8b8b;
}

.header-info ul li> i {
  font-size: 17px;
  margin-right: 5px;
}

.header-info ul li a {
  color: #5d5d5d;
  margin-right: 20px;
  font-size: 17px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header-info ul li a:hover {
	
	color: #e72c31;
}

.header-info ul li:nth-child(4) {
    border-right: none; 
    border-left: none;
    padding-right: 26px;
    padding-bottom: 18px;
}

.header-info ul li:nth-child(2) {
  border-left: none;
}

.header-info ul li:nth-child(3) {
  border-left: none;
}

.header-info ul li a:last-child {
  margin-right: 0;
}

.header-news .newsticker li a {
  color: #444444;
}

.newsticker li a:hover {
  color: #e72c31;
}

.newsticker li a i {
  padding-right: 5px;
}

.newsticker {
  margin: 30px 0px 30px 20px;
}

.header-news {
  /* border-left: 1px solid #eaeaea; */
}

.header-news a img {
  margin-top: 20px;
  display: inline-block;
}


/* ======================================
 *  08. menu
/* ====================================== */

.custom-navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.custom-navbar {
  background: rgba(0, 0, 0, 0.87);
  position: absolute;
  top: 140px;
  width: 100%;
  z-index: 999;
}

.custom-navbar .nav li a {
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding: 20px 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.custom-navbar .nav li.active,
.custom-navbar .nav li a:focus,
.custom-navbar .nav li a:hover {
  background: #e72c31;
}

.custom-navbar .dropdown-menu {
  background: rgba(0, 0, 0, .7);
  padding: 0;
  border: none;
}

.custom-navbar .dropdown-menu li a {
  padding: 14px 30px;
  font-size: 14px;
}

.custom-navbar .navbar-header .navbar-toggle {
  border: 1px solid #e72c31;
  border-radius: 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
  border-radius: 0;
}

.custom-navbar .navbar-header .navbar-toggle .icon-bar {
  background: #e72c31;
}


/* ======================================
 *  09. slider
/* ====================================== */
.home-slider {
  position: relative;
}
.single-slide-item h2 {
  font-size: 35px;
  color: #e72c31;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.single-slide-item h1 {
  font-size: 50px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.single-slide-item p {
  color: #fff;
  font-size: 18px;
}

.single-slide-item {
  height: 700px;
  overflow: hidden;
}

.slide-bg-1 {
  background: url(../img/slides/01.jpg) no-repeat center center /cover #ddd;
}

.slide-bg-2 {
  background: url(../img/slides/02.jpg) no-repeat center center /cover #ddd;
}

.slide-bg-3 {
  background: url(../img/slides/03.jpg) no-repeat center center /cover #ddd;
}

.slide-bg-4 {
  background: url(../img/slides/04.jpg) no-repeat center center /cover #ddd;
}

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

.slide-item-tablecell {
  display: table-cell;
  vertical-align: middle;
}


/* ======================================
 *  10. feature
/* ====================================== */

#feature {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

.feature-item {
  background: rgba(0, 0, 0, .5);
  padding: 82px 30px;
  color: #fff;
  position: relative;
  height: 100%;
}

.feature-item-content a.btn-1 {
  display: none;
}

.feature-item-icon i {
  font-size: 40px;
}

.feature-item-icon {
  position: absolute;
  top: 25px;
  right: 30px;
}

.feature-hover {
  background: #e72c31;
  padding: 29px 30px;
  color: #fff;
}

.feature-hover .feature-item-icon {
  top: 165px;
  right: 1px;
}

.feature-hover .feature-item-icon i {
  font-size: 125px;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.feature-hover a.btn-1 {
  background: #fff;
  display: inline-block;
  color: #e72c31;
  margin-bottom: 23px;
  border: 2px solid #fff;
}

.feature-hover a.btn-1:hover {
  color: #fff;
  border: 2px solid #fff;
  background: #e72c31;
}


/* ======================================
 *  11. about
/* ====================================== */

.about-details.about-image {
  background: url(../img/about/home-about.png) no-repeat bottom left 70px;
}

.about-icon li {
  line-height: 30px;
}

.about-icon li i {
  color: #e72c31;
  margin-right: 10px;
}

.about-review {
  text-align: center;
  color: #fff;
}

.about-review {
  background: url(http://placehold.it/1920x476) no-repeat center center /cover fixed;
  position: relative;
  z-index: 1;
}

.about-review:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  top: 0;
  left: 0;
  z-index: -1;
}

.about-counterup {
  border-right: 3px solid #2c2d2d;
  line-height: 60px;
}

.about-counterup.no-border {
  border: none;
}

.about-review h2 {
  color: #fff;
}

.about-review h4 {
  color: #fff;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}

.about-review span {
  font-size: 60px;
}

.about-review strong:hover {
  color: #e72c31;
}

.about-feature {
  overflow: hidden;
  background: url(http://placehold.it/1920x638) no-repeat center center /cover fixed;
  position: relative;
  z-index: 1;
}

.about-feature:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  top: 0;
  left: 0;
  z-index: -1;
}

.about-feature-left {
  background: #e72c31;
  width: 35%;
  display: inline-block;
  float: left;
  padding: 73px 40px;
  color: #fff;
  border-radius: 0px 190px 190px 0px;
}

.about-feature-right {
  width: 65%;
  float: left;
  display: inline-block;
  padding: 52px 35px;
  color: #fff;
}

.about-feature-left h3 {
  color: #fff;
  line-height: 50px;
  font-weight: 400;
  font-size: 30px;
}

.about-feature-left h3 span {
  font-size: 40px;
  font-weight: 600;
}

.about-feature-left p {
  margin-top: 20px;
  font-size: 12px;
  max-width: 300px;
}

.about-feature-left a.button {
  background: #fff;
  color: #e72c31;
  padding: 10px 15px;
  margin-top: 50px;
}

.about-feature-left a.button:hover {
  border: 1px solid #fff;
  color: #FFF;
  background: #e72c31;
}

.about-f-r-content i {
  display: inline-block;
  float: left;
  background: #e72c31;
  font-size: 25px;
  padding: 15px;
  border-radius: 13px;
  box-shadow: -10px -10px rgba(46, 46, 46, 0.72);
}

.about-f-r-text {
  margin-left: 76px;
}

.about-f-r-text h2 {
  color: #fff;
}

.about-feature-right-title h2 {
  color: #fff;
}

#about .about-icon li i {
  color: #717171;
  margin-right: 10px;
}

#about li:hover i {
  color: #e72c31;
}

.about-button {
  border: 1px solid #DADADA;
  color: #5e5e5e;
  font-weight: 600;
  background: transparent;
  margin-left: 10px;
}

.about-button:hover {
  background: #e72c31;
  border: 1px solid #e72c31;
  color: #fff;
}

.about-author {
  background: url(http://placehold.it/1920x435/444) no-repeat center center /cover fixed;
  padding: 60px 0px;
}

.about-author .owl-carousel .item {
  text-align: center;
  color: #fff;
}

.about-author .owl-carousel .item img {
  margin: auto;
  margin-bottom: 20px;
  height: 166px;
  width: 166px;
}

.about-author .owl-carousel .item h2 {
  color: #fff;
}

.about-author .owl-carousel .item p {
  font-size: 13px;
  position: relative;
}

.about-author .owl-carousel .item p:before {
  position: absolute;
  color: #1E1E1E;
  font-family: FontAwesome;
  content: "\f10d";
  font-size: 70px;
  z-index: -1;
  left: 19%;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: -7px;
}

.about-author .owl-carousel .owl-controls .owl-dot.active {
  background: #fff;
}

.about-author .owl-carousel .owl-controls .owl-dot {
  background: #2B2B2B;
  width: 9px;
  height: 9px;
  margin-bottom: 4px;
}

.about-author .owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  right: 60px;
}

.owl-prev {
  display: inline-block;
  float: left;
  margin-right: 15px;
  background: #FFF;
  padding: 4px 18px;
  color: #e72c31;
  font-size: 16px;
  border: 1px solid #e72c31;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.owl-nav {
    position: absolute;
    top: 120%;
    right: 46%;
}

.owl-next {
  background: #FFF;
  padding: 4px 18px;
  color: #e72c31;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #e72c31;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.about-slider .team-content {
  margin-left: 7px;
  margin-top: 0;
  margin-right: 0;
}


/* ======================================
 *  12. project
/* ====================================== */

#project-feature {
  overflow: hidden;
}

#project-feature img {
  display: inline-block;
}

.project-feature-bg {
  background: url(http://placehold.it/1920x1009/ddd) no-repeat center center /cover fixed;
}

#main-area .mix,
#project-feature-mix .mix {
  display: none;
}

#project-feature-mix .mix {
  float: left;
  width: 25%;
}

#project-feature .controls li {
  display: inline-block;
  color: #757575;
  font-weight: 600;
  border-right: 2px solid #757575;
  line-height: 11px;
  padding: 0px 8px;
  cursor: pointer;
}

#project-feature .controls li:last-child {
  border-right: none;
}

#project-feature .controls li:hover {
  color: #e72c31;
}

.project-feature-image {
  position: relative;
}

.project-feature-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: .2s cubic-bezier(0.56, -0.21, 0.07, 0.13);
  transition: .2s cubic-bezier(0.56, -0.21, 0.07, 0.13);
  -webkit-transform: scale(.1);
  transform: scale(.1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.project-feature-image:hover .project-feature-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1);
}


/* for project */

.p-controls {
  padding: 12px 0px;
  background: #ECECEC;
  color: #eee;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  margin-left: 10%;
  box-shadow: 10px -10px #E0E0E0;
}

label {
  font-weight: 300;
  margin: 0 .4em 0 0;
}

button {
  padding: 10px 30px;
  color: #262626;
  font-weight: 600;
  cursor: pointer;
  border: 0px;
  background: transparent;
  border-right: 2px solid #DEDEDE;
}

button.active {
  color: #e72c31;
}

button:focus {
  outline: 0 none;
}

button+ label {
  margin-left: 1em;
}

.no-border-right {
  border: none;
}

.img-overlay {
  background: rgba(249, 183, 1, 0.9);
  padding: 70px 44px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: visibility 0s, opacity 0.5s cubic-bezier(0.54, -0.34, 0.08, 0.77);
  transition: visibility 0s, opacity 0.5s cubic-bezier(0.54, -0.34, 0.08, 0.77);
}

#main-area .mix:hover .img-overlay {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#main-area .mix {
  position: relative;
  margin: 8px;
}

.img-overlay h2 {
  color: #fff;
}

.img-overlay p {
  padding: 10px 0px;
}

.img-overlay a {
  color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #313131;
  display: inline-block;
  font-size: 20px;
  line-height: 41px;
}


/* ======================================
 *  13. support
/* ====================================== */

#support-area i {
  font-size: 64px;
}


/* ======================================
 *  14. why choose us
/* ====================================== */

.why-choose-us iframe {
  width: 100%;
  height: 310px;
  border: none;
}


/* ======================================
 *  15. quotision
/* ====================================== */

#quotision {
  background: url(http://placehold.it/1920x394) center center /cover no-repeat fixed;
}

#quotision h3 {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

#quotision p {
  font-size: 18px;
}

#quotision a {
  margin: 0px 10px;
}


/* ======================================
 *  16. service
/* ====================================== */

#service .s-item {
  margin-bottom: 30px;
  max-width: 390px;
}

.blog-area-img,
.service-img {
  overflow: hidden;
}

.blog-area-img img,
.service-img img {
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-area:hover img,
.s-item:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
  -moz-transform: scale(1.2) rotate(5deg);
  -ms-transform: scale(1.2) rotate(5deg);
  -o-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}

.service-details-download h2 {
  padding: 0px 50px;
  color: #FFFFFF;
}

.service-download {
  background: #F1F1F1;
  padding: 20px;
}

.service-details-download {
  background: #e72c31;
  padding: 50px 0px;
}

.service-download i {
  display: inline-block;
  float: left;
  font-size: 30px;
  margin-right: 15px;
}

.service-download span {
  color: #e72c31;
  font-weight: 300;
  font-size: 12px;
}

.service-details-download a {
  color: #444444;
}

.service-download:hover i {
  color: #e72c31;
}

.service-details-download p {
  padding: 35px 50px;
  color: #FFFFFF;
}

.service-more h2 {
  text-align: center;
  position: relative;
}

.service-more h2:before {
  position: absolute;
  content: "";
  background: #E7E7E7;
  width: 39%;
  height: 1px;
  left: 0px;
  top: 62px;
}

.service-more h2:after {
  position: absolute;
  content: "";
  background: #E7E7E7;
  width: 39%;
  height: 1px;
  right: 0px;
  top: 62px;
}

.service-feature-image {
  position: relative;
}

.service-feature-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out .3s;
  transition: ease-out .3s;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  padding-left: 40%;
  padding-top: 18%;
  z-index: -1;
}

.service-feature-image:hover .service-feature-image-overlay {
  z-index: 1;
}


/* ======================================
 *  17. BLOG
/* ====================================== */

.blog-title-bg {
  background: url(http://placehold.it/1920x336/444) no-repeat center center /cover;
  padding-top: 70px;
}

.blog-area {
  box-shadow: 1px 5px 12px 0px #F3F3F3;
}

.blog-area-content {
  border: 1px solid #F3F3F3;
  padding: 30px 25px;
  border-top: 4px solid #FFF;
}

.blog-area-content h3 {
  color: #262626;
}

.blog-area-content li {
  display: inline-block;
  margin-right: 28px;
}

.blog-area-content li:hover i {
  color: #e72c31;
}

.blog-img-date {
  color: #FFFFFF;
  background: #e72c31;
  display: inline-block;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
}

.blog-img-date span strong {
  font-size: 19px;
}

.blog-area-img {
  position: relative;
}

.blog-area-content span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.blog-area:hover .blog-area-content {
  border-top: 4px solid #e72c31;
}

.blog-area-content a {
  color: #757575;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  float: right;
  -webkit-transition: cubic-bezier(0.75, 0.28, 0.13, 0.6) .3s;
  transition: cubic-bezier(0.75, 0.28, 0.13, 0.6) .3s;
}

.blog-area-content a:hover {
  background: #e72c31;
  color: #fff;
  padding: 0px 10px;
}

.blog-area-img a.carousel-control {
  text-shadow: none;
  background: #e72c31;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 88%;
  bottom: 5px;
  padding-top: 2px;
  right: 8px;
}

.blog-area-img a.left {
  left: 66%;
}


/* blog details */

#blog-details .media-object {
  max-width: inherit;
}

.blog-feature {
  background: #222222;
  color: #FFFFFF;
  padding: 40px;
  text-align: center;
  line-height: 30px;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 400;
}

.small-tag,
.tag-large {
  color: #fff;
  background: #585858;
  padding: 5px 9px;
  display: inline-block;
  margin: 3px;
  text-transform: uppercase;
}

.small-tag:hover,
.tag-large:hover {
  background: #e72c31;
  color: #fff;
}

.small-tag {
  text-transform: capitalize;
  font-size: 10px;
  padding: 0px 10px;
}

.row.blog-author-img h6 {
  font-weight: 400;
  font-size: 10px;
  margin-top: 10px;
}

#blog-details .carousel-indicators li {
  border-radius: 0px;
  width: 28px;
  height: 4px;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
}

#blog-details .carousel-indicators li.active {
  margin: 1px;
  background: #e72c31;
  border: 1px solid #e72c31;
}

#blog-details .carousel-indicators .carousel-inner .item {
  position: relative;
}

.blog-image-date {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #e72c31;
  padding: 20px 15px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  font-size: 17px;
}

.blog-share {
  background: #E8E8E8;
  padding: 20px 10px;
}

.blog-share .blog-share-left {
  margin-top: 4px;
}

.blog-share-icon a {
  color: #484848;
  padding: 0 7px;
  font-size: 16px;
}

.blog-author {
  background: #e72c31;
  padding: 40px 10px;
  color: #FFFFFF;
  margin-top: 20px;
}

.blog-author h2 {
  color: #FFFFFF;
  margin-bottom: 5px;
}

.blog-author a {
  color: #FFFFFF;
  padding: 6px;
  font-size: 16px;
}

.blog-author img {
  border: 5px solid #e72c31;
}

#blog-details blockquote {
  border-left: 5px solid #e72c31;
}

.blog-author .blog-author-img {
  margin-top: 10px;
}

#blog-details .media-heading {
  position: relative;
}

#blog-details .media-heading:after {
  position: absolute;
  content: "12 Mar 2016, 20:02 / reply";
  right: 0px;
  font-size: 12px;
  top: 3px;
}

#blog-details .media-body {
  padding-left: 25px;
}

#blog-details form input,
#blog-details form textarea {
  background: #F9F9F9;
  border: 1px solid #F3F3F3;
  border-radius: 0px;
  box-shadow: none;
}

.blog-search input {
  border: 1px solid #E8E8E8;
  border-radius: 0px;
  border-right: transparent;
  box-shadow: none;
}

.blog-search button,
.blog-search input:focus {
  box-shadow: none;
  border-color: #E8E8E8;
  background: transparent;
}

.blog-search button {
  background: transparent;
  border: 1px solid #E8E8E8;
  border-radius: 0px;
  border-left: none;
  color: #8F8F8F;
}

.blog-search button:hover {
  background: transparent;
  border-color: #E8E8E8;
}

#blog-details ul li {
  border-bottom: 1px solid #E8E8E8;
  padding: 8px 0px;
}

#blog-details ul li a {
  color: #262626;
  font-weight: 600;
}

#blog-details ul li a:hover {
  color: #e72c31;
}

#blog-details ul li:last-child {
  border: none;
}

.blog-latest-post h5 {
  color: #757575;
}

.blog-latest-post .media {
  border-bottom: 1px solid #ECECEC;
}

.blog-latest-post .media:hover h5 {
  color: #e72c31;
}

.blog-latest-post .media-left {
  padding-bottom: 15px;
}

.blog-latest-post .media:last-child {
  border: none;
}

.blog-ad {
  background: url(http://placehold.it/252x156) no-repeat;
  text-align: center;
  padding: 30px 0px;
}

.blog-ad .btn-1 {
  display: inline;
}

.blog-ad .btn-1:hover {
  background: #fff;
  color: #e72c31;
}

.blog-ad h3 {
  color: #FFFFFF;
  font-weight: 400;
}


/* ======================================
 *  18. SPECIAL PRODUCT
/* ====================================== */

#special-product {
  overflow: hidden;
}

.s-p-left {
  background: #e72c31;
  width: 30%;
  float: left;
  padding: 50px 0px 50px 40px;
  color: #fff;
}

.s-p-right {
  background: #101010;
  width: 70%;
  float: left;
  padding: 99px 10px;
  text-align: center;
}

.s-p-left h2 {
  color: #fff;
}

.s-p-left p {
  font-size: 13px;
}

.s-p-left a.button {
  border: 1px solid #fff;
}

.s-p-right h3 {
  color: #fff;
  font-size: 14px;
}

.s-p-right i {
  color: #fff;
  font-size: 63px;
}


/* ======================================
 *  19. PAGE HEADING
/* ====================================== */

.page-title h1 {
  color: #FFFFFF;
  text-align: center;
}

.default-title-bg {
  background: url(http://placehold.it/1920x336/444) no-repeat center center /cover;
  padding-top: 70px;
}

.page-breadcrumb {
  background: #f7f7f7;
  border: 1px solid #E0E0E0;
}

.page-breadcrumb .breadcrumb {
  background: transparent;
  padding: 10px 0px;
  margin-bottom: 0px;
  border-radius: 0px;
}

.page-breadcrumb .breadcrumb a {
  color: #5e5e5e;
}

.page-breadcrumb .breadcrumb a:hover {
  color: #e72c31;
}

.page-breadcrumb .breadcrumb li {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.page-breadcrumb .breadcrumb li.active {
  color: #e72c31;
}


/* ======================================
 *  20. MISSION
/* ====================================== */

.milestones-link li {
  background: #565656;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #E3E3E3;
  margin-bottom: 90px;
  position: relative;
}

.milestones-link li:after {
  content: "";
  border: 1px solid #565656;
  position: absolute;
  height: 140px;
  left: 8px;
  z-index: -1;
}

.milestones-link li:last-child:after {
  border: none;
}

.milestone-content h3 {
  color: #262626;
  margin-bottom: 10px;
}

.mission-slider {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px;
  font-size: 15px !important;
}

.mission-left-icon {
  margin-left: -60px !important;
}

.mission-right-icon {
  margin-right: -60px !important;
}


/* ======================================
 *  21. TEAM
/* ====================================== */

#team .team-container {
  margin-bottom: 0;
}

.team-container h3 {
  margin-top: 30px;
  color: #262626;
  margin-bottom: 5px;
}

#team .team-content ul li {
  padding: 9px;
}

.team-container {
  margin-bottom: 10px;
}

.team-content {
  border: 1px solid #F1F1F1;
  padding: 10px 30px;
  border-top: 6px solid #e72c31;
  text-align: center;
  background: #FFFFFF;
  display: inline-block;
  margin-left: 11px;
  margin-top: -20px;
  margin-right: 10px;
  box-shadow: 1px 5px 12px 0px #F3F3F3;
}

.team-content ul li {
  display: inline-block;
  padding: 10px;
  border-top: 1px solid #F1F1F1;
}

.team-content h2 {
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
}

.team-content p {
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.team-content ul li a {
  color: #8C8C8C;
  font-size: 16px;
}


/* ======================================
 *  22. CAREER
/* ====================================== */

.small-title p {
  color: #e72c31;
  font-weight: 700;
  font-size: 10px;
}

.career-list li {
  line-height: 44px;
}

.career-list li a {
  color: #757575;
  font-weight: 600;
}

.career-list-bottom li a:hover,
.career-list li a:hover {
  color: #e72c31;
}

.career-map {
  background: url(../img/service/service-map.png) no-repeat;
}

#career dl dt {
  color: #292727;
}

.career-bottom-border {
  border-bottom: 1px solid #E7E7E7;
}

.career-right-border {
  border-right: 1px solid #E7E7E7;
}

.career-right-list li i {
  color: #e72c31;
  margin-right: 10px;
}

.career-list-bottom li a {
  color: #FFFFFF;
}

.career-bottom {
  background: #141414;
  padding: 40px;
  color: #FFFFFF;
}

.career-bottom h3 {
  color: #FFFFFF;
  text-transform: uppercase;
}

.career-bottom h2 {
  color: #fff;
  margin-bottom: 10px;
}

.career-bottom a {
  color: #fff;
}


/* ======================================
 *  23. contact us
/* ====================================== */

.contact-info-row {
  border: 1px solid #A6A6A6;
  padding: 50px 20px;
}

.contact-info-row i {
  font-size: 30px;
}

.contact-info-row p span {
  color: #e72c31;
  font-size: 26px;
  font-weight: 600;
  display: block;
  padding-top: 48px;
}

.contact-info-row .lastp {
  margin-bottom: 23px;
}

.custom-blockquote blockquote {
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  color: #595959;
  border-left: 5px solid #595959;
  margin-bottom: 30px;
}


/* ======================================
 *  24. map page
/* ====================================== */

#custom-map {
  margin-bottom: 280px;
  color: #222;
  display: block;
}

.map-content {
  padding: 30px;
  background: #FFF;
  margin-top: -50px;
  margin-bottom: 50px;
}

.map-content h2 {
  color: #222;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
}

.map-content p {
  margin-bottom: 30px;
}

.map-info dt {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.map-info dd {
  margin-bottom: 11px;
}

.map-form button {
  margin-top: 30px;
}

.map-form label {
  text-transform: uppercase;
  line-height: 10px;
  padding:  0px;
}


/* ======================================
 *  25. ad
/* ====================================== */

#ad p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
}

#ad p a {
  color: #fff;
  text-decoration: underline;
}

#client .client-carousel img {
  margin: auto;
}


/* ======================================
 *  26. error page
/* ====================================== */

#error-page h1 {
  font-size: 200px;
  color: #444444;
}

#error-page h1 span {
  color: #e72c31;
}

#error-page h2 {
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 600;
}


/* ======================================
 *  27. footer top
/* ====================================== */

#footer-top {
  background: url(../img/footer/bg3.jpg) no-repeat center /cover;
  position: relative;
}

#footer-top img {
  margin-top: -35px;
}

#footer-top h4 {
  color: #dbdbdb;
}

.footer-top-follow-icon {
  border-top: 1px dashed #434343;
  width: 80%;
  padding-top: 28px;
}

.footer-top-follow-icon a {
  color: #595959;
  font-size: 16px;
}

.footer-top-follow-icon li {
  display: inline-block;
  padding: 0px 5px;
}

.footer-top-follow-icon li:first-child {
  padding: 0;
}

.footer-top-location li i {
  margin-right: 5px;
}

.footer-middel ul li a {
  color: #c4c2c2;
}

.footer-middel ul li a:hover {
  color: #e72c31;
}

.footer-middel ul li {
  line-height: 35px;
}

#go-to-top {
  background: #e72c31;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}


/* ======================================
 *  28. footer
/* ====================================== */

footer {
  background: #171717;
  font-size: 12px;
}

footer p a {
  color: #e72c31;
}

footer ul li {
  display: inline-block;
}

footer ul li a {
  color: #c4c2c2;
  display: inline-block;
  border-right: 2px solid #c4c2c2;
  line-height: 12px;
  padding: 0px 10px;
}

footer p a:hover,
footer ul li a:hover {
  color: #e72c31;
}

footer ul li:last-child a {
  border: none;
  padding-right: 0;
}


/* ======================================
 *  29. loading screen
/* ====================================== */

.loading-overlay {
  background: #FFF;
  color: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 111111;
}

/* 
.loader {
  margin: 20% auto;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 1px solid rgba(194, 193, 193, 0.5);
  border-right: 1px solid rgba(199, 197, 197, 0.5);
  border-bottom: 1px solid rgba(203, 203, 203, 0.5);
  border-left: 1px solid #FBA234;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
*/



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

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

.btn2 {background-color: #000; color:#fff;}
.button, input, optgroup, select, textarea {width: 100%;}