/***************-----------------------***********************
[Master Stylesheet]

Project:  The Billtro
Version:  1.0.0
Author: 
Purchase:	
-----------------********************-------------------
[Table Of Contents]

1. Body
2.Custom css/a
3.#preloader/#status
4.top_header_wrapper
5.slider_wrapper
6.caret_btn
7.jp_banner_jobs_categories_wrapper
8.tb_work_wrapper
9.services_Wrapper
10.best_Service_wrapper
11.gallery-area
12.tb_news_letter_wrapper
13.team_wrapper
14.tb_pricing_table
15.counter_section
16.tb_blog_wrapper
17.tb_partner_wrapper
18.twiter_main_wrapper
19.footer_wrapper
20.tb_quality_servc_wraper
21.error_wrapper
22.tb_contact_wrapper
23.tb_abt_cmpny_wrapper
24.project_single_wrapper
25.tb_blog_section
26.responsive css
/*----------------body start------------------*/

body,
html {
  font-family: "PT Sans", sans-serif;
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
  color: #797979;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding: 150px;
}

/*------------------custom css----------------*/

a {
  color: #e32f2c;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #e32f2c;
  text-decoration: none;
}

a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #111111;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
p,
.p {
  color: #797979;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

input,
select,
button {
  outline: none;
}

input:focus,
select:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  outline: none;
}

textarea:focus {
  outline: none;
  box-shadow: none;
}

.tb_toppadder10 {
  padding-top: 10px;
}
.tb_toppadder20 {
  padding-top: 20px;
}
.tb_toppadder30 {
  padding-top: 30px;
}
.tb_toppadder40 {
  padding-top: 40px;
}
.tb_toppadder50 {
  padding-top: 50px;
}
.tb_toppadder60 {
  padding-top: 60px;
}
.tb_toppadder70 {
  padding-top: 70px;
}

.tb_toppadder80 {
  padding-top: 80px;
}

.tb_toppadder90 {
  padding-top: 90px;
}
.tb_toppadder100 {
  padding-top: 100px;
}
.tb_bottompadder10 {
  padding-bottom: 10px;
}
.tb_bottompadder20 {
  padding-bottom: 20px;
}

.tb_bottompadder30 {
  padding-bottom: 30px;
}
.tb_bottompadder40 {
  padding-bottom: 40px;
}
.tb_bottompadder50 {
  padding-bottom: 50px;
}
.tb_bottompadder60 {
  padding-bottom: 60px;
}
.tb_bottompadder70 {
  padding-bottom: 70px;
}
.tb_bottompadder80 {
  padding-bottom: 80px;
}
.tb_bottompadder90 {
  padding-bottom: 90px;
}

.tb_bottompadder100 {
  padding-bottom: 100px;
}
/*-----scroll top-----*/

/*-- Preloader css start --*/

#preloader {
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
}

#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #e32f2c;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #e32f2c;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 9px;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover i {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mean-container {
  position: relative;
}
.transparent-menu {
  position: relative;
  z-index: 1000;
  background: transparent;
}
.logo {
  display: inline-block;
  vertical-align: middle;
}
.float-right {
  float: right;
}
.search_div {
  z-index: 100;
}
.mean-container {
  position: relative;
}
.search_response {
  top: 2px;
}
/*----stick menu-----*/
.menu_fixed {
  position: fixed;
  background: #254a93;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
}
.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
  color: #000000;
}
.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega > a:before,
.stick .mainmenu ul li.has-mega > a:after,
.stick .mean-container a.meanmenu-reveal span {
  background-color: #222;
}
/*topbar*/

.topbar {
  background: #111111;
  position: relative;
  z-index: 100;
  padding: 12px 0 12px 0;
}
.topbar ul > li a {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
  font-size: 16px;
}
.topbar ul > li a:hover {
  color: #e32f2c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default .navbar-collapse {
  background: #ffffff;
}
.top_header_add {
  float: left;
  width: 75%;
  line-height: 40px;
}

.top_header_add ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.top_header_add li {
  float: left;
  width: auto;
  list-style: none;
  color: rgba(255, 255, 255, 0.52);
  margin-right: 25px;
}
.top_header_add ul li i {
  margin-right: 7px;
  text-align: center;
  color: #e32f2c;
  font-size: 18px;
}
.top_header_add ul li span {
  text-transform: capitalize;
}
.top_header_add ul li a {
  color: rgba(255, 255, 255, 0.52);
  text-transform: lowercase;
}
.top_header_add ul li a:hover {
  color: #e32f2c;
  transition: 0.4s;
}
.topbar .reg-section ul li {
  float: left;
  margin-right: 35px;
}
.topbar .reg-section .dropdown .dropdown-menu li {
  margin-right: 0px;
}
.social_links_wrapper {
  width: 25%;
  float: right;
  line-height: 40px;
}
.social_links {
  float: right;
}
.social_links ul li {
  float: left;
  margin-right: 15px;
}
.top_header_wrapper {
  background: rgba(0, 0, 0, 0.5) !important;
}
/* mobail_menu_main */
.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
}
.mobail_menu_main {
  float: none;
  width: 100%;
}
.header_login {
  float: right;
}
.bt_main_menu_wrapper {
  float: left;
  width: 100%;
  background: #fff;
}
/**********----------slider wrapper start-------**********/
.slider_wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -110px;
}
.camera_wrap {
  float: none;
}
#theme-main-banner .camera_overlayer {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
#theme-main-banner .camera_prev,
#theme-main-banner .camera_next {
  background: #fff;
  height: 70px;
  width: 70px;
  border-radius: 0;
  text-align: center;
}

#theme-main-banner .camera_prev:hover,
#theme-main-banner .camera_next:hover {
  background: #e32f2c;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#theme-main-banner .camera_prev > span,
#theme-main-banner .camera_next > span {
  background: none;
  display: block;
  width: 100%;
  height: 100%;
}
#theme-main-banner .camera_prev > span:before,
#theme-main-banner .camera_next > span:before {
  font-family: "FontAwesome";
  font-size: 28px;
  color: #111111;
  line-height: 70px;
}
#theme-main-banner .camera_prev > span:before {
  content: "";
}

#theme-main-banner .camera_next > span:before {
  content: "";
}
#theme-main-banner .camera_prev > span:hover:before,
#theme-main-banner .camera_next > span:hover:before {
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 47%;
}
#theme-main-banner .camera_caption {
  height: 100%;
  text-align: center;
}
#theme-main-banner .camera_caption > div {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: none;
  left: 0;
  padding: 0;
}
#theme-main-banner .camera_caption .container h4 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}
#theme-main-banner .camera_caption .container h1 {
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  background: #e32f2c;
  display: inline-block;
  border-radius: 80px;
  padding: 20px 30px;
  font-weight: 700;
  margin-left: 0;
}
#theme-main-banner .camera_caption .container p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.blob-btn {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 125px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  outline: none;
  text-transform: uppercase;
  border: 2px solid #e32f2c;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 50px;
  line-height: 36px;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blob-btn:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid transparent;
}

.blob-btn:hover:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  top: 0;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blob-btn__blobs {
  border-radius: 50px;
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.blob-btn__blob {
  position: absolute;
  top: 0px;
  width: 25%;
  height: 100%;
  border-radius: 100%;
  -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
  transform: translate3d(0, 150%, 0) scale(1.7);
  -webkit-transition: -webkit-transform 0.45s;
  transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
  background: #e32f2c;
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.blob-btn__blob:nth-child(2) {
  left: 30%;
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  -webkit-transform: translateZ(0) scale(1.7);
  transform: translateZ(0) scale(1.7);
  background: #e32f2c;
}
.banner_btn {
  width: 160px !important;
  height: 45px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  opacity: 1;
  margin-top: 30px;
  margin-left: -20px;
}
/*********----------- btn css end-------*********/
/********-------------search css start---------***********/
header .serach-header {
  display: inline-block;
  margin-left: 38px;
}

header .serach-header .searchd {
  background: transparent;
  line-height: 50px;
  height: 50px;
  border: 0;
}
header .serach-header .searchd i {
  color: #fff;
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  background: #333333;
  border: 0 !important;
}
header .serach-header .searchd i:hover {
  color: #fff;
  background: #e32f2c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .serach-header .searchbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.86);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11000;
}
header .serach-header .searchbox .close {
  background-color: transparent;
  box-shadow: none;
  color: #e32f2c;
  font-size: 40px;
  font-weight: bold;
  opacity: 1;
  padding: 10px 17px;
  position: fixed;
  right: 20px;
  top: 15px;
  text-shadow: none;
}
header .serach-header .searchbox form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent;
  border-color: -moz-use-text-color -moz-use-text-color #fff;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #e32f2c;
  font-size: 28px;
  font-weight: lighter;
  left: 0;
  right: 0;
  margin: 0px auto;
  outline: medium none;
  padding-bottom: 7px;
  padding-left: 0;
  padding-right: 30px;
  position: absolute;
  top: 45%;
  width: 36%;
  line-height: 60px;
}
header .serach-header .searchbox form button {
  display: inline-block;
  line-height: 60px;
  height: 60px;
  left: 64%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -55%);
  background: transparent;
  color: #e32f2c;
  border: 0;
  font-size: 20px;
}

header .serach-header .searchbox.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.serach-header .searchbox form::-webkit-input-placeholder {
  color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form:-ms-input-placeholder {
  color: rgba(219, 187, 10, 0.6);
}

/********-------------cart css start---------***********/

.caret_btn {
  position: relative;
}
.caret_btn span {
  width: 20px;
  height: 20px;
  color: #ffffff;
  background: #ff3232;
  border-radius: 100%;
  font-size: 10px;
  float: left;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 37px;
  top: 26px;
}
.caret_btn a i {
  color: #fff;
  font-size: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 40px;
  line-height: 40px;
  background: #e32f2c;
}
.cc_cart_wrapper1 {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}
.cc_cart_wrapper2 {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  border-bottom: 1px solid #37a4dd;
}
.cc_cart_img_wrapper {
  float: left;
  width: 60px;
}
.cc_cart_cont_wrapper {
  width: calc(100% - 60px);
  float: left;
  padding-left: 30px;
  position: relative;
}
.cc_cart_cont_wrapper h4 {
  text-align: left;
}
.cc_cart_cont_wrapper h4 a {
  color: #000 !important;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 0 !important;
  border-bottom: 0;
  margin-top: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cc_cart_cont_wrapper h4 a:hover {
  color: #e38612;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cc_cart_cont_wrapper p {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin-top: 3px;
  float: left;
}

.cc_cart_cont_wrapper h5 {
  float: right;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin-top: -12px;
  margin-right: 13px;
}
.cc_cart_cont_wrapper h5 i {
  color: #e32f2c;
  margin-left: 10px;
}
.cc_cart_total_wrapper {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.cc_cart_total_wrapper h4 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
}
.cc_cart_total_wrapper h4 b {
  color: #1887e5;
}
.sc_navigation .nav_left_margin {
  margin-left: 8px;
}
.btm_cart_wrapper {
  float: left;
  margin-top: 25px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.btm_cart_wrapper h5 {
  font-size: 24px;
  font-weight: 600;
  color: #e32f2c;
  font-family: "Roboto", sans-serif;
}
.btm_cart_wrapper p {
  font-size: 14px;
  color: #1d3571;
  font-weight: 400;
  line-height: 18px;
}
.cart_checkout_btn {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.cart_checkout_btn a {
  width: 140px;
  height: 45px;
  float: left;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  background: #e32f2c;
  border: 2px solid transparent;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  border-radius: 45px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cart_checkout_btn a:hover {
  box-shadow: none;
  border: 2px solid #e32f2c;
  color: #111;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/*********---------category wrapper css-------*****/
.jp_banner_jobs_categories_wrapper {
  float: left;
  width: 100%;
  padding-bottom: 100px;
  position: relative;
  display: table;
}

.jp_top_jobs_category_wrapper {
  float: left;
  width: 25%;
  text-align: center;
  background: #f9f9f9;
  padding: 50px 30px 50px 30px;
  -webkit-transition: all 300ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 300ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 300ms ease-in;
  -moz-transform: scale(1);
  transition: all 300ms ease-in;
  transform: scale(1);
  display: table-cell;
}
.jp_top_jobs_category_wrapper:hover {
  background: #e32f2c;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
  position: relative;
  -webkit-transition: all 300ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 300ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 300ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 300ms ease-in;
  transform: scale(1.1);
}
.jp_top_clr_category_wrapper {
  background: #f1f1f1;
}
.jp_top_jobs_category {
  display: inline-block;
}
.jp_top_category_icon {
  font-size: 25px;
  width: 80px;
  height: 80px;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  margin-bottom: 15px;
  border-radius: 80px;
  background: #e32f2c;
}
.jp_top_category_icon i {
  color: #fff;
  text-align: Center;
  transition: all 0.5s;
}
.jp_top_jobs_category_wrapper:hover .jp_top_jobs_category h3 a,
.jp_top_jobs_category_wrapper:hover .jp_top_jobs_category p {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_top_jobs_category_wrapper:hover .jp_top_category_icon i {
  color: #111;
  transition: all 0.5s;
}
.jp_top_jobs_category_wrapper:hover .jp_top_category_icon {
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_top_jobs_category h3 a {
  color: #111;
  padding-top: 15px;
  font-size: 18px;
  font-weight: bold;
}

.jp_top_jobs_category p {
  color: #797979;
  padding-top: 5px;
}
/******------work wrapper css-------**********/
.tb_work_wrapper {
  float: left;
  width: 100%;
  padding-bottom: 90px;
  padding-top: 90px;
}
.tb-flex-bdr-img {
  text-align: center;
  perspective: 1000px;
  position: relative;
}
.tb-flex-bdr-img img {
  width: 100%;
}
.tb-flex-bdr-img:after {
  content: "";
  position: absolute;
  right: -6%;
  top: 50px;
  height: 80%;
  width: 112%;
  border-width: 8px;
  border-style: solid;
  transform: rotateY(0);
  transform-origin: right;
  z-index: -1;
  transition: all 1s ease;
  opacity: 1;
  visibility: visible;
  color: #e32f2c;
}
.tb-flex-bdr-img:hover:after {
  transform: rotateY(35deg);
  opacity: 0;
  visibility: hidden;
}
.tb_work_txt_wrapper {
  float: left;
  width: 100%;
}
.abt_txt_box h5 {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 8px;
  margin-bottom: 77px;
}
.tb_left_heading_wraper {
  margin-bottom: 30px;
}
.abt_list_wrapper ul {
  list-style: none;
  padding: 0;
  text-transform: capitalize;
  margin-top: 20px;
}
.abt_btn_wrapper {
  float: left;
  width: 100%;
}
.galery_btn_wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.abt_list_wrapper li {
  font-size: 16px;
}
.abt_list_wrapper li a {
  color: #111;
  font-weight: 500;
}
.abt_list_wrapper li a:hover {
  color: #e32f2c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.abt_list_wrapper li i {
  color: #e32f2c;
  margin-right: 15px;
  font-size: 18px;
}
.tb_left_heading_wraper h4 {
  font-size: 18px;
  color: #e32f2c;
  text-transform: capitalize;
  font-family: "PT Sans", sans-serif;
}
.tb_left_heading_wraper h2 span {
  width: 14px;
  height: 14px;
  background: #e32f2c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: -5px;
  left: 0;
}
.tb_left_heading_wraper h2 span:after {
  content: "";
  border: 1px solid #dedede;
  width: 100px;
  position: absolute;
  left: 20px;
  bottom: 6px;
}
.tb_left_heading_wraper h2 {
  position: relative;
  display: inline-block;
}
.tb_left_heading_wraper h3 {
  font-size: 32px;
  color: #111111;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
}
.tb_left_heading_wraper h3 span {
  font-size: 32px;
  color: #111111;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
.abt_btn {
  width: 160px;
  height: 45px;
  line-height: 42px;
  margin-top: 30px;
  color: #111;
}
.abt_btn:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/*****-------services wrapper css start-----*********/
.services_Wrapper {
  float: left;
  width: 100%;
  background: url(../images/service_img.jpg);
  background-size: cover;
  position: relative;
  padding-bottom: 90px;
  padding-top: 90px;
}
.service_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.8);
}
.tb_center_dark_heading {
  width: 100%;
  text-align: center;
}
.tb_center_dark_heading h3,
.tb_center_dark_heading h3 span {
  color: #fff;
  font-size: 32px;
}
.tb_center_dark_heading h2 span:after {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.tb_center_dark_heading h2 span:before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100px;
  position: absolute;
  right: 20px;
  bottom: 6px;
}
.tb_white_heding h3,
.tb_white_heding h3 span {
  color: #111111;
}
.tb_white_heding h2 span:after,
.tb_white_heding h2 span:before {
  border: 1px solid #dedede;
}
.service_slider_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.service_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.service_slider_wrapper .owl-theme .owl-nav {
  margin-top: 50px;
}
.service_slider_wrapper .owl-theme .owl-nav .owl-prev {
  color: #fff;
  font-size: 18px;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 24px;
  background: #e32f2c;
  display: inline-block;
  border-radius: 40px;
  border: 2px solid #e32f2c;
  cursor: pointer;
}
.service_slider_wrapper .owl-theme .owl-nav .owl-next {
  color: #fff;
  font-size: 18px;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 24px;
  background: #e32f2c;
  display: inline-block;
  border-radius: 40px;
  border: 2px solid #e32f2c;
  cursor: pointer;
}
.service_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.service_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.service_slider_cntnt {
  float: left;
  width: 100%;
}
.service_overlay_left_img {
  float: left;
  position: relative;
}
.service_overlay_left_img img {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 1;
}
.service_overlay_right_img {
  position: relative;
  float: right;
}
.service_overlay_right_img img {
  position: absolute;
  top: -60px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.service_slider_cntnt:hover .service_slider_btm_info h4 {
  color: #e32f2c;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.service_slider_btm_info {
  width: 80%;
  margin: auto;
  position: relative;
  margin-top: -35px;
  background: #fff;
  padding: 22px;
  z-index: 1;
}
.service_slider_btm_info h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.tb_botm_png_img_wrapper {
  float: left;
  width: 100%;
}
.service_slider_cntnt .service_slider_btm_hover h3 {
  text-align: center;
  background: #e32f2c;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  padding: 22px;
  bottom: -75px;
  width: 80%;
  margin: auto;
  opacity: 0;
  z-index: 1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.service_slider_cntnt:hover .service_slider_btm_hover h3 {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  bottom: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.service_wrapper_overlay figure img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*****---------best_Service_wrapper css-------*********/
.best_Service_wrapper {
  float: left;
  width: 100%;
  padding-bottom: 80px;
  padding-top: 90px;
}
.best_Service_wrapper_img {
  float: right;
  width: 30%;
  position: relative;
}
.tb_service_tab_list {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.tb_service_tab_wrapper .tab-area {
  float: left;
  width: 70%;
  position: relative;
}
.tb_tab_list_rating_1 {
  color: #f44336;
  font-size: 16px;
  font-weight: 600;
}
.tb_tab_list_rating_2 {
  color: #b18f05;
}

.tb_tab_list_rating_3 {
  color: #1c05cc;
}
.tb_tab_list_rating_4 {
  color: #07bcff;
}
.tb_service_tab_wrapper .table_cart_cntnt h1 {
  font-size: 15px !important;
  text-transform: capitalize;
}
.best_Service_wrapper_img img {
  position: absolute;
  top: -115px;
  bottom: 0;
}
.tb_service_tab_wrapper .row {
  margin-left: 0px;
  margin-right: 0px;
}
.tb_service_tab_wrapper .cs-margin {
  margin-left: -15px;
  margin-right: -15px;
}
.tb_service_tab_wrapper .nav-stacked > li {
  margin-top: 0px;
  border-bottom: 1px solid #dedede;
}
.tb_service_tab_wrapper .nav-stacked > li:last-child {
  border-bottom: 0;
}
.tb_service_tab_wrapper .nav-pills > li > a {
  border-radius: 0px;
  color: #333333;
  padding: 25px 15px;
  font-weight: 600;
}
.tb_service_tab_wrapper .nav-pills > li > a > i {
  font-size: 14px !important;
  margin-right: 8px;
}
.tb_service_tab_wrapper .nav-pills > li.active > a,
.tb_service_tab_wrapper .nav-pills > li.active > a:focus,
.tb_service_tab_wrapper .nav-pills > li.active > a:hover {
  background-color: #fff;
  color: #e32f2c;
}
.tb_service_tab_wrapper .tab-content p {
  padding-top: 25px;
  overflow: hidden;
}
.tb_service_tab_wrapper .nav > li > a:focus,
.tb_service_tab_wrapper .nav > li > a:hover {
  text-decoration: none;
  background-color: #f7f7f7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tb_list_item .table > thead > tr > th,
.tb_list_item .table > tbody > tr > th,
.tb_list_item .table > tfoot > tr > th,
.tb_list_item .table > thead > tr > td,
.tb_list_item .table > tbody > tr > td,
.tb_list_item .table > tfoot > tr > td {
  vertical-align: middle;
}
.tb_list_item input {
  padding: 5px;
  display: block;
  width: 130px;
  text-align: center;
}
.tb_list_item i {
  color: #e32f2c;
}
.tb_list_item .list_clr {
  color: #cecece !important;
}
.ps_overlay_left_img {
  float: left;
  position: relative;
}
.ps_overlay_left_img img {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 1;
}
.ps_overlay_right_img {
  position: relative;
  float: right;
}
.ps_overlay_right_img img {
  position: absolute;
  top: 16px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.tb_service_tab_wrapper .tab-content h1 {
  font-size: 18px;
  font-weight: 500;
}
.tb_list_item .table > thead > tr > th {
  border-bottom: 0;
  padding-top: 15px;
  padding-left: 15px;
  font-size: 16px;
  padding-bottom: 15px;
}

.featured_work_wrapper {
  float: left;
  width: 100%;
}
/*******--------project css start-----*******/
.gallery-area {
  float: left;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.galler_2_btm_section {
  float: left;
  width: 100%;
}
.galery_2_wraper ul {
  display: inline-block;
}
.tc_up_btn {
  font-size: 28px;
  top: 0px;
}
.tc_down_btn {
  font-size: 28px;
  top: 0px;
}
.galery_2_wraper ul li {
  float: left;
  margin-right: 20px;
  padding: 0 10px 0 10px;
}
.gallery-area .gallery-list {
  position: relative;
  overflow: hidden;
}
.gallery-area .gallery-list .tab_img_overlay ul li a {
  background: black none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  margin: 0 3px;
  text-align: center;
  height: 30px;
  width: 30px;
  opacity: 0;
}
.gallery-area .gallery-list .sp_img_box_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 600px;
  bottom: 0;
  opacity: 0;
  padding: 10px;
  z-index: 1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.gallery-area .gallery-list:hover .sp_img_box_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 1%, #000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 1%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 1%, #000 100%);
  opacity: 1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.gallery-area .portfolio-nav {
  border-top: 2px solid #e4e4e4;
}
.gallery-area .portfolio-nav ul li {
  color: #797979;
  font-weight: 600;
  cursor: pointer;
  text-transform: capitalize;
}
.pd_2 {
  float: left;
  width: 25%;
}
.galery_btm_background {
  height: 60px;
  float: left;
  width: 100%;
  background: #fbfbfb;
  position: relative;
  margin-top: -8px;
}
.gallery_cont1_img {
  width: 60px;
  height: 60px;
  margin-top: 30px;
  border: 1px solid #cecece;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  border-radius: 40px;
}
.galery_hover_div {
  border-top: 3px solid transparent;
}
.galery_hover_div span {
  float: left;
  width: 100%;
  margin-top: 20px;
  color: #797979;
  margin-bottom: 30px;
}
.gallery_cont1_img i {
  font-size: 16px;
}
.galery_hover_div:hover span {
  color: #111;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.galery_hover_div:hover .gallery_cont1_img {
  background: #e32f2c;
  color: #fff;
  border: 1px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.galery_hover_div:hover .gallery_cont1_img i {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.galery_hover_div:hover .gallery-area .active .gallery_cont1_img {
  background: #fbfbfb;
  border-top: 3px solid #e32f2c;
  margin-top: -1px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-nav ul li.is-checked span {
  color: #111;
}
.portfolio-nav ul li.is-checked {
  background: #fbfbfb;
  border-top: 3px solid #e32f2c;
  margin-top: -1px;
}
.portfolio-nav ul li.is-checked .gallery_cont1_img {
  background: #e32f2c;
  color: #fff;
  border: 1px solid #e32f2c;
}
.tab_icon_overlay {
  position: absolute;
  top: 20px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tab_icon_overlay ul {
  list-style: none;
}
.tab_icon_overlay li {
  visibility: hidden;
  margin-right: -45px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tc_down_btn {
  font-size: 28px;
  top: 0px;
}
.tab_icon_overlay li a i.fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  margin-bottom: 5px;
  text-align: center;
  background-color: #333333;
  color: #fff;
  transition: 0.5s;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tab_icon_overlay li a i.fa:hover {
  background: #e32f2c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-area .gallery-list img {
  width: 100%;
}
.gallery-area .gallery-list:hover .tab_icon_overlay {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-area .gallery-list:hover .tab_icon_overlay li:first-child {
  visibility: visible;
  margin-right: 25px;
  -webkit-transition: all 0.45s linear;
  -moz-transition: all 0.45s linear;
  -ms-transition: all 0.45s linear;
  -o-transition: all 0.45s linear;
  transition: all 0.45s linear;
}
.gallery-area .gallery-list:hover .tab_icon_overlay li:nth-child(2) {
  visibility: visible;
  margin-right: 25px;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  -ms-transition: all 0.55s linear;
  -o-transition: all 0.55s linear;
  transition: all 0.55s linear;
}
.gallery-area .gallery-list:hover .tab_icon_overlay li:last-child {
  visibility: visible;
  margin-right: 25px;
  -webkit-transition: all 0.65s linear;
  -moz-transition: all 0.65s linear;
  -ms-transition: all 0.65s linear;
  -o-transition: all 0.65s linear;
  transition: all 0.65s linear;
}
.tab_img_overlay h1 {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  position: absolute;
  top: 41%;
  left: 0;
  right: 0;
  margin: 0px auto;
  opacity: 0;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -ms-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.gallery-area .gallery-list:hover .tab_img_overlay h1 {
  opacity: 1;
  color: #fff;
  z-index: 10;
  webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.7s;
}
/******-------newsletter wrapper css-----******/
.tb_news_letter_wrapper {
  float: left;
  width: 100%;
  background-image: url(../images/tweter_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
.tb_nl_heading_wrapper {
  float: left;
  width: 35%;
  margin-top: 10px;
}
.tb_nl_heading_wrapper h2 {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-weight: 400;
}
.tb_nl_heading_wrapper i {
  color: #fff;
  font-size: 24px;
  float: left;
  margin-left: 6px;
  margin-right: 15px;
}

.tb_nl_heading_wrapper h2 span {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.tb_nl_form_wrapper {
  float: left;
  width: 65%;
}
.tb_nl_form_wrapper input {
  float: left;
  width: 550px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: transparent;
  color: #ffffff;
  padding-left: 20px;
  position: relative;
  left: 20px;
}
.tb_nl_form_wrapper::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.tb_nl_form_wrapper input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.tb_nl_form_wrapper input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.tb_nl_form_wrapper input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.tb_nl_form_wrapper input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.letter_btn_wrapper {
  float: right;
}
.letter_btn {
  width: 145px;
  height: 45px;
  line-height: 43px;
  color: #111;
  font-weight: 600;
  background: #fff;
}
.letter_btn:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tb_estimate_form_wrapper,
.tb_es_main_section {
  float: left;
  width: 100%;
}
.tb_es_input_width {
  float: left;
  width: 31%;
  margin-left: 22px;
}
.tb_es_input_width:first-child {
  margin-left: 0;
  float: left;
}
.tb_es_input_width_full {
  float: left;
  width: 100%;
}
.tb_es_btn_wrapper button {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
.tb_es_btn_div {
  float: left;
  width: 100%;
}
.tb_es_btn_wrapper button {
  width: 150px;
  height: 47px;
  float: left;
  color: white;
  text-transform: uppercase;
  background: #e32f2c;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid transparent;
}
.tb_es_btn_wrapper button:hover {
  background: transparent;
  border: 2px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #000000;
}
.contect_form1 input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #111111;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contect_form1 input:hover,
.contect_form1 input:focus,
.contect_form2 input:hover,
.contect_form2 input:focus {
  border: 1px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contect_form4 textarea {
  width: 100%;
  margin-top: 15px;
  padding-left: 20px;
  color: #111111;
  padding-top: 6px;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  resize: none;
}
.contect_form4 textarea:hover,
.contect_form4 textarea:focus {
  border: 1px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/*****---------team wrapper css-----*******/
.team_wrapper {
  float: left;
  width: 100%;
  background: url(../images/team_bg.jpg);
  background-size: cover;
  position: relative;
  padding-bottom: 90px;
  padding-top: 90px;
}
.team_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.81);
}
.team_slider_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.team_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.team_slider_wrapper .owl-theme .owl-nav {
  margin-top: 50px;
}
.team_slider_wrapper .owl-theme .owl-nav .owl-prev {
  color: #fff;
  font-size: 18px;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 24px;
  background: #e32f2c;
  display: inline-block;
  border-radius: 40px;
  border: 2px solid #e32f2c;
  cursor: pointer;
}
.team_slider_wrapper .owl-theme .owl-nav .owl-next {
  color: #fff;
  font-size: 18px;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 24px;
  background: #e32f2c;
  display: inline-block;
  border-radius: 40px;
  border: 2px solid #e32f2c;
  cursor: pointer;
}
.team_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team_slider_cntnt {
  float: left;
  width: 100%;
}
.team_slider_cntnt:hover .team_slider_btm_info h4 a {
  color: #e32f2c;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.team_slider_btm_info {
  width: 80%;
  margin: auto;
  position: relative;
  margin-top: -40px;
  background: #fff;
  padding: 15px;
  top: 0;
  margin-bottom: -41px;
  padding-bottom: 46px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team_slider_btm_info h4 a {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  text-transform: capitalize;
}
.team_slider_cntnt .team_slider_btm_hover ul {
  display: inline-block;
}
.team_slider_cntnt .team_slider_btm_hover li {
  float: left;
  margin-right: 20px;
}
.team_slider_cntnt .team_slider_btm_hover li a {
  color: #fff;
}
.team_slider_btm_hover li:last-child {
  margin-right: 0;
}
.team_slider_cntnt .team_slider_btm_hover {
  background: #e32f2c;
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px;
  bottom: -65px;
  width: 80%;
  margin: auto;
  text-align: center;
  opacity: 0;
  z-index: 1;
  margin-bottom: -8px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.team_slider_cntnt:hover .team_slider_btm_hover {
  opacity: 1;
  bottom: 0;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team_slider_cntnt:hover .team_slider_btm_info {
  position: relative;
  top: -40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team_wrapper_overlay figure img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.team_overlay_left_img {
  float: left;
  position: relative;
}
.team_overlay_left_img img {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 1;
}
.team_overlay_right_img {
  position: relative;
  float: right;
}
.tc_up_btn {
  font-size: 28px;
  top: 0px;
}
.team_overlay_right_img img {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 1;
}
.abt_overlay_left_img {
  float: left;
  position: relative;
}
.abt_overlay_left_img img {
  position: absolute;
  top: -195px;
  left: 0;
  z-index: 1;
}
.abt_overlay_right_img {
  position: relative;
  float: right;
}
.abt_overlay_right_img img {
  position: absolute;
  top: -195px;
  right: 0;
  z-index: 1;
}
/*****-----pricing table wrapper css----******/
.tb_pricing_table {
  float: left;
  width: 100%;
  padding-bottom: 100px;
}
.tb_pricing_box .pricing-table-default {
  text-align: center;
  border: 3px solid #e8e8e8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tb_pricing_box .pricing-table-default:hover {
  border: 3px solid #e32f2c;
  box-shadow: -3.758px 26.737px 43px 4px rgba(78, 78, 78, 0.15);
  webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tb_pricing_box .pricing-table-default:hover h3,
.tb_pricing_box .pricing-table-default:hover h3 sup {
  background: #e32f2c;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tb_pricing_box .pricing-head {
  padding: 20px 0 27px;
}
.tb_pricing_box .pricing-head h2 {
  font-size: 26px;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 35px;
  padding-top: 20px;
}
.tb_pricing_box .pricing-icon {
  padding-bottom: 30px;
  font-size: 40px;
}
.tb_pricing_box .pricing-head h3 {
  font-size: 40px;
  color: #111;
  font-weight: 700;
  margin: 0;
  background: #f1f1f1;
  padding: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tb_pricing_box .pricing-head h3 sup {
  font-size: 18px;
  color: #797979;
  font-weight: 400;
  text-transform: capitalize;
}
.tb_pricing_box .pricing-table-default h1 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: #e32f2c;
  text-transform: uppercase;
  padding: 15px 50px;
  display: inline-block;
  margin-top: -2px;
}
.tb_pricing_box .pricing-list {
  padding-bottom: 25px;
}
.tb_pricing_box .pricing-list li {
  display: block;
  line-height: 40px;
  padding: 4px 0;
  color: #797979;
}
.tb_pricing_box .pricing-table-default .btn {
  color: #111111;
  border: 0;
  padding: 15px 40px;
  text-transform: uppercase;
  background: #fff;
  margin: 14px 0 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pricing_btn {
  width: 170px;
  height: 48px;
  line-height: 47px;
  color: #111;
  margin-bottom: 40px;
  font-weight: 600;
}
.pricing_btn:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/*********----------counter wrapper css--------***********/
.counter_section {
  background: url("../images/counter_bg.jpg") 50% 0 repeat-y;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  z-index: -9999;
  background-position: center 0;
  overflow: hidden;
  background-size: cover;
  text-align: center;
}
.counter_overlay {
  background: rgba(0, 0, 0, 0.85);
  padding-top: 130px;
  padding-bottom: 120px;
}
.count-description span {
  font-size: 40px;
  font-weight: 800;
  color: white;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
}
.count-description {
  font-size: 34px;
  font-weight: 700;
  color: white;
}
.icon {
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
  line-height: 60px;
  background: #e32f2c;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.icon i:before {
  font-size: 22px !important;
  text-align: center;
  color: #fff;
}
.tb_icon {
  float: left;
  width: 75px;
  height: 75px;
  position: relative;
  z-index: 1;
  border: 8px solid rgba(107, 107, 107, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.tb_icon:before {
  content: "";
  border-right: 330px solid transparent;
  border-top: 144px solid rgba(107, 107, 107, 0.3);
  position: absolute;
  background: transparent;
  left: 26px;
  top: -38px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.count-description {
  width: calc(100% - 75px);
  float: left;
  margin-top: 10px;
  z-index: 10;
  position: relative;
}
.counter_cntnt_box {
  float: left;
  width: 100%;
}
.counter_cntnt_box:hover .count-description span,
.counter_cntnt_box:hover .count-description {
  color: #e32f2c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.counter_cntnt_box:hover .tb_icon:before {
  background: rgba(107, 107, 107, 0.3);
  border-right: 231px solid transparent;
  border-top: 144px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.con1,
.con2,
.con3,
.con4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 13px;
}
.counter_wrapper {
  float: left;
  width: 100%;
  padding-bottom: 110px;
  padding-top: 120px;
  background: #f9f9f9;
  overflow: hidden;
}
.tb_icon_2 {
  border: 8px solid #f9f9f9;
}
.tb_icon_2:before {
  border-top: 144px solid #f1f1f1;
}
.counter_cntnt_box:hover .tb_icon_2:before {
  border-top: 144px solid #fff;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tb_abt_count_txt span {
  color: #111;
}
.con_1,
.tb_abt_count_txt {
  color: #111;
}
.cnt_overlay_left_img {
  float: left;
  position: relative;
}
.cnt_overlay_left_img img {
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 1;
}
.cnt_overlay_right_img {
  position: relative;
  float: right;
}
.cnt_overlay_right_img img {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 1;
}
/*****-----blog wrapper css----******/
.tb_blog_wrapper {
  float: left;
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
}
.blog_box_wrapper:hover .blog_btm_cntnt h1 {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.blog_single_btm_t {
  margin-top: 60px;
}
.blog_box_wrapper:hover .blog_btm_cntnt {
  background: #171616;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.blog_btm_cntnt {
  width: 85%;
  margin: auto;
  position: relative;
  margin-top: -50px;
  background: #f9f9f9;
  padding: 35px;
  z-index: 1;
}
.blog_btm_cntnt h1 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  text-transform: capitalize;
}
.blog_btm_cntnt a {
  color: #e32f2c;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog_img_wraper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blog_box_wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}
.blog_img_wraper_2 img {
  width: 100%;
}
.blog_img_wraper:before {
  position: absolute;
  top: 500;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 30%,
    rgba(219, 187, 10, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 30%,
    rgba(219, 187, 10, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 30%,
    rgba(219, 187, 10, 0.8) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00f0f9ff', endColorstr='#02d871', GradientType=0);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.blog_box_wrapper:hover .blog_img_wraper:before {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.blog_icon_overlay {
  position: absolute;
  top: 20px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blog_icon_overlay ul {
  list-style: none;
}
.blog_icon_overlay li {
  position: relative;
  right: -15px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  margin-bottom: 5px;
  text-align: center;
  background-color: #fff;
  padding: 5px;
  font-size: 24px;
  color: #e32f2c;
  font-weight: 600;
  color: #e32f2c;
  z-index: 10;
  line-height: 15px;
  padding-top: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blog_icon_overlay li:last-child {
  padding: 0;
  margin: 0;
}
.blog_icon_overlay li img {
  float: left;
  width: 60px;
  height: 62px;
  margin-top: -2px;
}
.blog_icon_overlay li span {
  font-size: 14px;
  color: #e32f2c !important;
  font-weight: 400;
  margin-top: -8px;
}

.blog_box_wrapper:hover .blog_icon_overlay {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blog_box_wrapper:hover .blog_icon_overlay li:first-child {
  right: 32px;
  -webkit-transition: all 0.45s linear;
  -moz-transition: all 0.45s linear;
  -ms-transition: all 0.45s linear;
  -o-transition: all 0.45s linear;
  transition: all 0.45s linear;
}
.blog_box_wrapper:hover .blog_icon_overlay li:nth-child(2) {
  right: 32px;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  -ms-transition: all 0.55s linear;
  -o-transition: all 0.55s linear;
  transition: all 0.55s linear;
}
.blog_box_wrapper:hover .blog_icon_overlay li:last-child {
  right: 32px;
  -webkit-transition: all 0.65s linear;
  -moz-transition: all 0.65s linear;
  -ms-transition: all 0.65s linear;
  -o-transition: all 0.65s linear;
  transition: all 0.65s linear;
}

/******-----partner wrapper css------*********/
.tb_partner_wrapper {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding-top: 90px;
}
.partner_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  right: 0;
  top: -120px;
  margin-top: 0;
  z-index: 1;
  display: block;
}
.partner_slider_wrapper {
  margin-top: 30px;
}
.gc_prt1_img_wrapper,
.gc_prt2_img_wrapper,
.gc_prt3_img_wrapper,
.gc_prt4_img_wrapper {
  float: left;
  width: 20%;
  height: 100%;
  border-bottom: 2px solid #f3f3f3;
  border-right: 2px solid #f3f3f3;
}
.gc_prt5_img_wrapper {
  float: left;
  width: 20%;
  height: 100%;
  border-bottom: 2px solid #f3f3f3;
}
.gc_prt1_img_wrapper img,
.gc_prt2_img_wrapper img,
.gc_prt3_img_wrapper img,
.gc_prt4_img_wrapper img,
.gc_prt5_img_wrapper img {
  opacity: 0.4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gc_prt1_img_wrapper img:hover,
.gc_prt2_img_wrapper img:hover,
.gc_prt3_img_wrapper img:hover,
.gc_prt4_img_wrapper img:hover,
.gc_prt5_img_wrapper img:hover {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.partner_slider_wrapper .item {
  border: 2px solid #f3f3f3;
  border-bottom: 0;
  float: left;
  width: 100%;
}
.partner_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
#map {
  width: 100%;
  height: 600px;
}
.partner_slider_wrapper .owl-theme .owl-nav .owl-prev {
  color: #fff;
  font-size: 18px;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 24px;
  background: #e32f2c;
  display: inline-block;
  border-radius: 40px;
  border: 2px solid #e32f2c;
  cursor: pointer;
}
.partner_slider_wrapper .owl-theme .owl-nav .owl-next {
  color: #fff;
  font-size: 18px;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 24px;
  background: #e32f2c;
  display: inline-block;
  border-radius: 40px;
  border: 2px solid #e32f2c;
  cursor: pointer;
}
.partner_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  background: transparent;
  color: #111;
  border: 2px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.partner_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
  color: #111;
  border: 2px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/**********------- Tweet Feed css Start ---------**********/
.twiter_main_wrapper {
  float: left;
  width: 100%;
  background: #f9f9f9;
}
.tc_twtfd_wrapper {
  float: left;
  width: 100%;
  background-image: url(../images/tweter_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
}
.tc_twtfd_wrapper .vertical-slider {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 30px;
}
.tc_twtfd_wrapper .btn-vertical-slider {
  margin-left: 0;
  cursor: pointer;
  position: absolute;
  right: 25px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 100%;
  padding: 15px;
  font-size: 18px !important;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 8px;
  margin-top: 20px;
  z-index: 1;
}

#myCarousel span {
  font-size: 20px;
}

.tc_date_wrapper {
  font-size: 14px !important;
}

.tc_up_btn {
  top: 0px !important;
}

.tc_down_btn {
  top: -61px !important;
}
.tc_twtfd_wrapper .carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}

.twiter_cntnt {
  float: left;
  margin-left: 25px;
}
.twiter_cntnt p {
  color: rgba(255, 255, 255, 0.8);
}
.tc_twitter_img_wrapper {
  float: left;
  width: 100%;
}
.tc_twitter_img_wrapper i {
  font-size: 32px;
  background: rgba(255, 255, 255, 0.2);
  width: 90px;
  line-height: 90px;
  text-align: center;
  height: 90px;
  color: #fff;
}
.tc_twtfd_wrapper .carousel.vertical .active {
  top: 0;
}
.tc_twtfd_wrapper .carousel.vertical .next {
  top: 100%;
}
.tc_twtfd_wrapper .carousel.vertical .prev {
  top: -100%;
}
.tc_twtfd_wrapper .carousel.vertical .next.left,
.tc_twtfd_wrapper .carousel.vertical .prev.right {
  top: 0;
}
.tc_twtfd_wrapper .carousel.vertical .active.left {
  top: -100%;
}
.tc_twtfd_wrapper .carousel.vertical .active.right {
  top: 100%;
}

@media (max-width: 767px) {
  .tc_up_btn {
    top: 100% !important;
    left: 64px;
  }
  .tc_down_btn {
    top: 100% !important;
    left: 15px !important;
  }
  .tc_twtfd_wrapper {
    padding-top: 0;
  }
}
/*--------- Tweet Feed css end --------------*/
/*****--------- footer css -----*********/

.footer_wrapper {
  float: left;
  width: 100%;
  padding-top: 110px;
  position: relative;
  margin-top: -100px;
}
.footer_wrapper_second {
  float: left;
  width: 100%;
}

.section3_wrapper_second {
  padding-top: 60px;
}
.tb_foter_left {
  float: left;
  width: 60%;
  padding-left: 15px;
}
.tb_foter_right {
  float: left;
  width: 40%;
  padding-right: 15px;
}
.wrapper_second_about,
.wrapper_second_useful,
.wrapper_second_blog {
  float: left;
  width: 100%;
}
.footer_wrapper_second {
  padding-top: 70px;
}
.footer_wrapper_second h4 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 40px;
  text-transform: uppercase;
  color: #111111;
}
.footer_wrapper_second h4 span {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 40px;
  text-transform: uppercase;
  color: #111111;
}
.abotus_content {
  float: left;
  width: 100%;
}
.abotus_content {
  padding-bottom: 10px;
}
.abotus_content p {
  font-size: 16px;
  color: #7d7d7d;
}
.aboutus_social_icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper_first_image a img {
  margin-top: -15px;
}
.wrapper_second_useful ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrapper_second_useful ul li {
  margin-bottom: 13px;
}
.wrapper_second_useful ul li i {
  color: #7d7d7d;
  margin-right: 20px;
  font-size: 16px;
}
.wrapper_second_useful ul li a {
  color: #7d7d7d;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper_second_useful ul li a:hover {
  color: #e32f2c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btm_foter_box {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 15px;
}
.ft_blog_wrapper1,
.ft_blog_wrapper2 {
  float: left;
  width: 100%;
}
.ft_blog_wrapper1 {
  padding-bottom: 30px;
}
.ft_blog_date {
  font-size: 14px;
  color: #7d7d7d;
}

.ft_blog_image {
  float: left;
  width: 90px;
}
.ft_blog_text {
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: calc(100% - 90px);
  padding-left: 10px;
}
.ft_blog_text h5 a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ft_blog_text h5 a:hover {
  color: #e32f2c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section3_bottom_wrapper {
  float: left;
  width: 100%;
  background: #0f0f0f;
}
.section3_copyright {
  text-transform: capitalize;
  float: left;
  color: #999;
  display: inline-block;
}
.section3_copyright p a {
  color: #e32f2c;
  margin-left: 3px;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
.foter_contact_nav li p {
  font-size: 16px;
  color: #cacaca;
  text-transform: capitalize;
  float: left;
}
.footer_btn_wrapper {
  float: right;
}
.foter_contact_nav ul li a p {
  color: #cacaca;
  text-transform: lowercase !important;
}
.foter_contact_nav ul li a p:hover {
  color: #e32f2c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper_second_useful_2 ul li {
  margin-bottom: 23px;
}

.wrapper_second_useful_2 ul li i {
  font-size: 18px;
}
.wrapper_second_useful_2 ul li a {
  text-transform: lowercase;
}
.section3_copyright_middle {
  float: right;
  display: inline-block;
  text-transform: capitalize;
}
.section3_copyright_middle i {
  color: #e32f2c;
  margin-left: 2px;
  margin-right: 2px;
}

.section3_copyright_middle p a {
  color: #efefef;
  text-transform: capitalize;
}

.copyright_icon_wrapper {
  float: left;
  width: 100%;
}

.copyright_icons {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.copyright_icons li {
  float: left;
  margin-left: 10px;
  text-transform: capitalize;
}
.copyright_icons li:first-child {
  margin-left: 0px;
}

.copyright_icons li a {
  color: #797979;
}

.copyright_icons li a:hover {
  color: #e32f2c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*Common Page Header*/

.page_title_section {
  float: left;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 34px;
  background: url(../images/page_header_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  margin-top: -110px;
}
.page_title_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.85;
}
.page_header {
  padding-bottom: 0;
  border-bottom: 0;
}
.page_header h1 {
  font-size: 32px;
  line-height: 70px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.sub_title_section {
  float: right;
  position: relative;
  top: 16px;
}
.page_header .sub_title li {
  float: left;
  font-size: 18px;
  line-height: 35px;
  color: #e8e8e8;
  font-weight: 300;
  text-transform: capitalize;
}
.page_header .sub_title li:last-child {
  color: #e32f2c;
}
.page_header .sub_title a {
  color: #e8e8e8;
}
.page_header .sub_title a:hover {
  color: #e32f2c;
}
.page_header .sub_title i {
  padding: 0px 5px;
}
@media (max-width: 766px) {
  .page_header h1 {
    font-size: 35px;
    line-height: 44px;
  }
}
/* custom css end*/
/******--------quality service css-----********/
.tb_quality_servc_wraper {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.tb_build_theme_wrapper {
  float: left;
  width: 100%;
  background-image: url(../images/quality_serv_img.jpg);
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 50px;
  position: relative;
}
.tb_build_theme_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.85);
}
.tb_build_theme_title {
  position: relative;
  z-index: 2;
}
.quality_btn {
  width: 160px;
  height: 43px;
  line-height: 40px;
  margin-top: 30px;
}
.tb_build_theme_title h2 {
  font-size: 30px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
}
.tb_build_theme_title p {
  color: rgba(255, 255, 255, 0.6);
  width: 80%;
}
.testimonial_wrapper {
  float: left;
  width: 100%;
  background: url(../images/service_bg.jpg);
  background-size: cover;
  position: relative;
  padding-bottom: 90px;
  padding-top: 90px;
}
.testimonial_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: rgba(8, 8, 8, 0.9);
}
.testi_slider_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.testi_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.testi_slider_wrapper .owl-theme .owl-nav {
  margin-top: 50px;
}
.testi_slider_wrapper .owl-theme .owl-nav .owl-prev {
  color: #fff;
  font-size: 18px;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 24px;
  background: #e32f2c;
  display: inline-block;
  border-radius: 40px;
  border: 2px solid #e32f2c;
  cursor: pointer;
}
.testi_slider_wrapper .owl-theme .owl-nav .owl-next {
  color: #fff;
  font-size: 18px;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 24px;
  background: #e32f2c;
  display: inline-block;
  border-radius: 40px;
  border: 2px solid #e32f2c;
  cursor: pointer;
}
.testi_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.testi_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.testi_cont_main_wrapper {
  float: left;
  width: 100%;
  background: rgba(125, 125, 125, 0.1);
  padding: 30px;
  position: relative;
}
.testi_cont_inner_wrapper {
  float: left;
  width: 100%;
  padding: 20px;
}
.testi_quote_wrapper {
  float: left;
  width: 30px;
}
.testi_quote_wrapper i {
  font-size: 25px;
  color: #e32f2c;
  position: relative;
}
.testi_quote_cont_wrapper {
  text-align: left;
  float: left;
  width: calc(100% - 30px);
  margin-left: 50px;
  margin-top: -35px;
}
.testi_quote_cont_wrapper p {
  color: #888888;
  font-style: italic;
}
.testi_client_main_wrapper {
  float: left;
  width: 100%;
}
.testi_client_cont_img_sec {
  float: left;
  width: 87px;
  position: relative;
  margin-top: -45px;
  left: 35px;
  border: 8px solid rgba(68, 68, 68, 0.3);
  border-radius: 100%;
}
.testi_client_cont_img_sec img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.testi_client_cont_sec p {
  text-transform: capitalize;
}
.testi_client_cont_sec p span {
  color: #e32f2c;
}
.testi_client_cont_sec {
  float: left;
  width: 80%;
  margin-top: -15px;
}
/******-------404 error css---------**********/
.error_wrapper {
  width: 100%;
  float: left;
  padding-top: 100px;
  padding-bottom: 100px;
}
.error_wrapper_heading {
  float: left;
  width: 100%;
}
.error_wrapper_content {
  float: left;
  width: 100%;
  position: relative;
}
.error_wrapper_content:after {
  content: "";
  border: 1px solid #e0e0e0;
  height: 315px;
  position: absolute;
  top: 0;
  left: -90px;
}
.error_wrapper_content h5 {
  font-size: 16px;
  color: #797979;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.error_wrapper_content h1 {
  font-size: 30px;
  color: #333333;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}
.error_wrapper_content h1 span {
  font-size: 30px;
  color: #e32f2c;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.error_wrapper_content p {
  font-size: 16px;
  margin-bottom: 30px;
}
.error_btn {
  width: 150px;
  height: 45px;
  line-height: 42px;
  color: #111;
}
.error_btn:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/******-------contact wrapper css-----*********/
.tb_contact_wrapper {
  float: left;
  width: 100%;
  padding-bottom: 70px;
  padding-top: 90px;
}
.tb_contact_cntnt h3 a {
  text-transform: uppercase;
}
/*******-------about cmpny wrapper css----********/
.tb_abt_cmpny_wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.tab_abt_tb .nav-tabs {
  font-size: 22px;
  border-bottom: none;
  background-color: #fff;
  padding: 13px 30px;
  text-transform: uppercase;
}
.tab_abt_tb .nav-tabs > li.active {
  position: relative;
}
.tab_abt_tb > li > a:hover {
  background: #fff;
  border-bottom: 0;
}
.tab_abt_tb > li.active > a {
  color: #e32f2c;
  cursor: default;
  font-weight: bold;
  background-color: #fff;
  border: 0px;
  border-bottom-color: transparent;
  position: relative;
}
.small_dot1 {
  width: 9px;
  height: 9px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #e32f2c;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0px auto;
}
.tb_abt_cmpny_wrapper:before {
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: absolute;
  right: 10px;
  top: 118px;
  width: 100%;
  right: 0;
}
.tab_abt_tb > li.active > .small_dot1 {
  width: 13px;
  height: 13px;
  background: #e32f2c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tab_abt_tb li {
  margin-right: 105px;
}
.tab_abt_tb > li.active > a,
.tab_abt_tb > li.active > a:focus,
.tab_abt_tb > li.active > a:hover {
  color: #e32f2c;
  cursor: default;
  background-color: #fff;
  border: 0;
  border-bottom-color: transparent;
}
.tb_abt_cmpny_wrapper .tab-content {
  float: left;
  width: 100%;
  margin-top: 70px;
}
.tab_abt_tb {
  border-bottom: 0;
  margin-top: -30px;
  margin-left: 100px;
}
.tab_abt_tb > li > a {
  line-height: 20px;
  padding: 15px 0px;
  border: 0;
  border-radius: 0px;
  background-color: #ffffff;
  color: #111;
  font-weight: 600;
  font-size: 18px;
  margin-right: 0px;
  transition: inherit;
}
.abttab_btn {
  width: 180px;
  height: 47px;
  line-height: 45px;
  margin-top: 40px;
  color: #111;
}
.abt_txt_box h1 {
  font-size: 26px;
  color: #e32f2c;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.abt_txt_box h1 span {
  font-size: 26px;
  color: #212121;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.abttab_btn:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vedio_Wrapper {
  background: url(../images/abt_vedio.jpg) 50% 0 repeat-y;
  float: left;
  width: 100%;
  background-size: cover;
  position: relative;
  padding-bottom: 200px;
  padding-top: 200px;
}
.tb_vedio_cntnt {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.tb_vedio_cntnt img {
  width: auto !important;
}
.tb_vedio_cntnt h1 {
  font-size: 38px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
}
.tb_vedio_cntnt h2 {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
}
.sales-chart {
  float: left;
  width: 100%;
  padding: 50px 30px;
  margin-top: 20px;
  border: 1px solid #ccc;
}
/******--------project details wrapper css-----*******/
.project_single_wrapper {
  float: left;
  width: 100%;
  padding-bottom: 90px;
  padding-top: 90px;
}

#blog_section_slider .carousel-control {
  top: auto;
  bottom: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  background: #e32f2c;
  text-align: center;
}
#blog_section_slider .carousel-control.left,
#blog_section_slider .carousel-control.right {
  background-image: none;
  top: 45%;
}
#blog_section_slider .carousel-control:focus,
#blog_section_slider .carousel-control:hover {
  background-color: #111;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#blog_section_slider .carousel-control.left {
  left: 0px;
}
#blog_section_slider .carousel-control.right {
  right: 0px;
}
.port-content {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.port_img_section .port-post-wrapper .post-thumbnail img {
  width: 100%;
}
.port_img_section .port-content h4 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.port_img_section .port-post-wrapper .post-thumbnail .posted-date {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: #4285f4;
  color: #fff;
  width: 146px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 400;
  padding: 4px 0;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
}
.port_img_section .port-post-wrapper .entry-content p {
  margin: 0;
  text-align: left;
  margin-bottom: 20px;
  width: 97%;
}
.port_img_section .entry-meta li i {
  color: #e32f2c;
  margin-right: 8px;
}
.port_img_section .entry-meta li {
  color: #333;
  font-size: 14px;
  margin-right: 15px;
  margin-top: 5px;
}
.port_img_section .entry-meta li a {
  color: #333;
}
.tb_abt_bottom_link_wrapper {
  float: left;
  width: 100%;
  border-top: 1px solid #dedede;
  margin-top: 20px;
  padding-top: 30px;
}
.tb_btm_link_left {
  float: left;
  display: inline-block;
}
.tb_btm_link_right {
  float: right;
  display: inline-block;
}
.tb_btm_link_left ul {
  float: left;
}
.tb_btm_link_left li {
  float: left;
  margin-right: 15px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.tb_btm_link_left li:first-child {
  margin-top: 5px;
}
.tb_btm_link_left li a {
  float: left;
  padding: 0px 25px;
  padding-top: 1px;
  text-align: center;
  font-size: 12px !important;
  border: 1px solid #dedede;
  font-weight: 600;
  color: #797979;
  line-height: 32px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.tb_btm_link_left li a:hover {
  background: #e32f2c;
  color: #fff;
  border: 1px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tb_btm_link_right ul {
  float: right;
}
.tb_btm_link_right li {
  float: left;
  margin-right: 10px;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.tb_btm_link_right li a {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #8c8c8c;
  border: 1px solid #dedede;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.tb_btm_link_right li a:hover {
  color: #fff;
  background: #e32f2c;
  border: 1px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tb_btm_link_right li:first-child {
  position: relative;
  font-size: 14px;
  top: 5px;
}
.tb_sidebar_psingle {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.tb_sidebar_psingle h4 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.tb_sidebar_cntnt {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.tb_sidebar_cntnt h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #e32f2c;
}
.tb_sidebar_cntnt p i {
  color: #e32f2c;
}
.tb_sidebar_cntnt p {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #111;
}
.tb_pj_single_wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 90px;
  padding-top: 90px;
  background: url(../images/pdt_single_pj.jpg) 50% 0 repeat-y;
  float: left;
  background-size: cover;
}
.projct_slider_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
/******-------blog category wrapper css-----*********/
.tb_blog_section {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.blog_wrapper_catt {
  float: left;
  width: 100%;
  overflow: hidden;
}
.sidebar_widget {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.shop_widget {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.sidebar_widget h4 {
  color: #111111;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sidebar_widget h4 span {
  color: #111111;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* search_form start */
.search_form .form-control {
  height: 50px;
  font-size: 16px;
  min-width: 211px;
  padding: 0px 40px 0px 20px;
  color: #707070;
  border: 1px solid #e1e1e1;
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  border: 1px solid #e1e1e1;
}
.search_form {
  position: relative;
}
.search_form button {
  position: absolute;
  top: 13px;
  right: 15px;
  padding: 0;
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  background-color: transparent;
  border: 0;
}
.search_form button i {
  color: #e32f2c;
}
.search_box_wrapper {
  border: 1px solid #eeeeee;
  padding: 25px 0 25px 0;
  background: #f9f9f9;
  margin-top: 5px;
}
.search_box_wrapper .form-group {
  margin-bottom: 0;
}
.sc_blog_btm_div {
  border-top: 1px solid #eeeeee;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  text-transform: capitalize;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}
.lest_news_cont_bottom_left {
  float: left;
  width: 20%;
  padding-top: 12px;
  padding-bottom: 4px;
  float: left;
}
/* archives_wrapper start */
.archives_wrapper {
  float: left;
  width: 100%;
  margin-top: -15px;
}
.archives_wrapper ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eeeeee;
}
.archives_wrapper ul li a {
  color: #707070;
  font-weight: 500;
  text-transform: capitalize;
}
.archives_wrapper span {
  color: #e32f2c;
  float: right;
}
.archives_wrapper ul li i {
  margin-right: 20px;
  color: #e32f2c;
}
.archives_wrapper ul li:hover a,
.archives_wrapper ul li:hover i {
  color: #ddbb00;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.lest_news_cont_bottom_right_2 {
  float: left;
  width: 20%;
  padding-top: 12px;
  padding-bottom: 4px;
  float: left;
  position: relative;
}
/* latest_post_wrapper start */
.latest_post_wrapper {
  float: left;
  width: 100%;
}
.blog_wrapper1,
.blog_wrapper2,
.blog_wrapper3 {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 20px;
  border-bottom: 1px solid #eee;
}
.blog_wrapper1 {
  padding-top: 0;
}
.sc_blog_date {
  margin-top: 10px;
  font-size: 16px;
  color: #e32f2c;
}
.sc_shop_date {
  color: #2c3240;
}
.sc_shop_add {
  float: left;
  width: 100%;
}
.sc_blog_image {
  float: left;
  width: 100px;
}
.sc_blog_text {
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: calc(100% - 100px);
  padding-left: 10px;
}
.sc_blog_text h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.sc_blog_text h5 a {
  color: #111111;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sc_shop_txt h5 a {
  font-weight: 600;
}
.sc_shop_date span {
  background: #ddbb00;
  padding: 8px;
  margin: 20px 0 0 10px;
  color: #fff;
}
.sc_blog_text h5 a:hover {
  color: #ddbb00;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gc_blog_cloud_side_menu {
  float: left;
  width: 100%;
}
.gc_blog_cloud_side_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.video_wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.video_wrapper a {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  border: 0;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gc_blog_cloud_side_menu li {
  float: left;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-right: 10px;
  font-size: 16px;
  margin-top: 15px;
}
.gc_blog_cloud_side_menu li a {
  border: 1px solid #eeeeee;
  padding: 7px;
  background: #fff;
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 10px;
  color: #707070;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gc_blog_cloud_side_menu li a:hover {
  border: 1px solid #e32f2c;
  background: #e32f2c;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.lest_news_cont_bottom_left p,
.lest_news_cont_bottom_right p {
  margin: 0;
}
.lest_news_cont_bottom_left p i,
.lest_news_cont_bottom_right p i,
.lest_news_cont_bottom_center p i,
.lest_news_cont_bottom_right_2 p i {
  color: #e32f2c;
  margin-right: 15px;
}
.lest_news_cont_bottom_right {
  float: left;
  width: 20%;
  padding-top: 12px;
  padding-bottom: 4px;
  float: left;
}
.lest_news_cont_bottom_left p a,
.lest_news_cont_bottom_right p a,
.lest_news_cont_bottom_center p a,
.lest_news_cont_bottom_right_2 p a {
  color: #707070;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.lest_news_cont_bottom_left p a:hover,
.lest_news_cont_bottom_center p a:hover,
.lest_news_cont_bottom_right p a:hover,
.lest_news_cont_bottom_right_2 p a:hover {
  color: #e32f2c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.lest_news_cont_wrapper h4 a {
  font-size: 16px;
  color: #e32f2c;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.lest_news_cont_wrapper h4 a:hover i {
  padding-left: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.lest_news_cont_bottom_center {
  float: left;
  width: 20%;
  padding-top: 12px;
  padding-bottom: 4px;
  float: left;
  position: relative;
}
.lest_news_cont_bottom_center:after {
  content: "";
  border: 1px solid #eeeeee;
  height: 20px;
  position: absolute;
  left: -50px;
  top: 20px;
}
.lest_news_cont_bottom_right_2:after {
  content: "";
  border: 1px solid #eeeeee;
  height: 20px;
  position: absolute;
  left: -35px;
  top: 20px;
}
.lest_news_cont_bottom_center:before {
  content: "";
  border: 1px solid #eeeeee;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.lest_news_box_wrapper:hover .lest_news_date_wrapper {
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.lest_news_cont_wrapper h5 a:hover,
.lest_news_cont_wrapper h4 a:hover {
  color: #e32f2c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blog_cat_slider_wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}
.blog_cat_slider_wrapper .owl-carousel .owl-item {
  background: #ffffff;
}
.blog_cat_slider_wrapper .owl-theme .owl-dots {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  bottom: 12%;
}
.blog_cat_slider_wrapper .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #e32f2c;
  margin: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blog_cat_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.blog_cat_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blog_cat_slider_wrapper .owl-theme .owl-dots .owl-dot.active,
.blog_cat_slider_wrapper .owl-theme .owl-dots .owl-dot:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blog_cat_slider_wrapper .owl-theme .owl-nav {
  display: none;
}
.blog_index_img_wrapper iframe {
  width: 100%;
  height: 440px;
  border: none;
}
/* blog_pagination_section start */
.blog_section {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.blog_pagination_section {
  float: left;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
  text-align: center;
}
.blog_pagination_section ul {
  display: inline-block;
}
.blog_pagination_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog_pagination_section ul li {
  float: left;
  margin-left: 20px;
}
.blog_pagination_section ul li:first-child {
  margin-left: 0px;
}
.blog_pagination_section ul li a i {
  font-size: 18px;
}
.blog_pagination_section .prev,
.blog_pagination_section .next {
  margin-left: 0px;
  width: 100px;
  height: 45px;
  border-radius: 50px;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
}
.blog_pagination_section ul li a {
  float: left;
  color: #707070;
  line-height: 45px;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #dfdfdf;
}
.blog_pagination_section .active a {
  color: #fff;
  background: #e32f2c;
  border-radius: 50px;
  border: 1px solid #e32f2c;
}
.blog_pagination_section ul li a:hover {
  background: #e32f2c;
  color: #fff;
  border: 1px solid #e32f2c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar_widget .para {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.archives_wrapper .icon_ebsite a {
  text-transform: lowercase;
}
/******------blog single wrapper css----******/
.btc_blog_cate_cont_wrapper {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 40px;
  padding-bottom: 40px;
}
.btc_blog_cate_cont_wrapper h5 {
  font-size: 20px;
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 28px;
}
.btc_blog_single_post_bottom_post_wrapper p {
  padding-top: 30px;
  font-style: italic;
}
.btc_blog_cate_cont_wrapper h4 {
  padding-top: 20px;
  padding-bottom: 40px;
}
.btc_blog_cate_cont_wrapper h4 a {
  font-size: 16px;
  font-weight: bold;
  color: #ff880e;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}
.btc_blog_single_post_bottom_post_wrapper {
  float: left;
  width: 100%;
  padding-left: 80px;
  padding-right: 25px;
  border: 1px solid #e5e5e5;
  margin-top: 40px;
  padding-bottom: 30px;
  position: relative;
  background: #fff;
}
.btc_blog_single_post_bottom_post_wrapper:after {
  content: "";
  border: 2px solid #ddbb00;
  width: 1px;
  height: 149px;
  position: absolute;
  left: -2px;
  top: -1px;
}
.btc_blog_single_post_quote_wrapper1 {
  position: relative;
}
.btc_blog_single_post_quote_wrapper1:after {
  content: "";
  border: 1px solid #ddbb00;
  background: #ddbb00;
  width: 12px;
  height: 25px;
  position: absolute;
  left: -50px;
  top: 35px;
}
.btc_blog_single_post_quote_wrapper1:before {
  content: "";
  border-left: 12px solid transparent;
  border-top: 12px solid #ffffff;
  position: absolute;
  left: -50px;
  top: 34px;
  z-index: 1;
}
.btc_blog_single_post_quote_wrapper2 {
  position: relative;
}
.btc_blog_single_post_quote_wrapper2:after {
  content: "";
  border: 1px solid #ddbb00;
  background: #ddbb00;
  width: 12px;
  height: 25px;
  position: absolute;
  left: -30px;
  top: 35px;
}
.btc_blog_single_post_quote_wrapper2:before {
  content: "";
  border-left: 12px solid transparent;
  border-top: 12px solid #ffffff;
  position: absolute;
  left: -30px;
  top: 34px;
  z-index: 1;
}
.btc_blog_single_post_bottom_post_wrapper h1 {
  font-size: 14px;
  font-weight: 500;
  color: #797979;
  font-family: "Lato", sans-serif;
  margin-top: 10px;
}
.btc_blog_single_post_bottom_post_wrapper h1 span {
  color: #ddbb00;
  margin: 0 2px 0 2px;
}
.btc_blog_single_post_tittle_wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.btc_blog_single_tittle_img_wrapper {
  float: left;
  width: 200px;
}
.btc_blog_single_tittle_img_cont_wrapper {
  float: left;
  width: calc(100% - 200px);
  padding-left: 40px;
}
.btc_blog_single_tittle_img_cont_wrapper p {
  padding-top: 0;
}
.btc_blog_single_tittle_img_cont_wrapper_right {
  padding-right: 40px;
  padding-bottom: 60px;
}
.btc_blog_post_admin_main_wrapper {
  float: left;
  width: 100%;
  background: #daba0a;
  overflow: hidden;
  padding: 30px;
  margin-top: 60px;
}
.btc_blog_single_post_admin_img {
  float: left;
  width: 170px;
}
.btc_blog_single_post_admin_img_cont {
  float: left;
  width: calc(100% - 170px);
  padding-right: 30px;
}
.btc_blog_single_post_admin_img_cont h1 {
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
}
.btc_blog_single_post_admin_img_cont p {
  color: rgba(255, 255, 255, 0.9);
  padding-top: 10px;
}
.btc_blog_single_post_admin_img_cont ul {
  margin-top: 20px;
}
.btc_blog_single_post_admin_img_cont li {
  float: left;
  margin-left: 10px;
}
.btc_blog_single_post_admin_img_cont li:first-child {
  margin-left: 0;
}
.btc_blog_single_post_admin_img_cont li a {
  float: left;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  color: #797979;
  background: #fff;
  font-size: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btc_blog_single_post_admin_img_cont li a:hover {
  color: #daba0a;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blog_comment1_wrapper {
  margin-top: 50px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 50px;
}
.blog_single_comment_heading h1 {
  font-size: 30px;
  color: #111;
  font-weight: 700;
  margin-top: 40px;
}
.blog_comment1_img {
  width: 120px;
  float: left;
}
.blog_comment1_cont {
  width: calc(80% - 120px);
  margin-left: 150px;
}
.blog_single_comment_heading h1 span {
  color: #daba0a;
  font-size: 30px;
  font-weight: 700;
  margin-top: 40px;
}
.blog_comment1_cont h3 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
}
.blog_comment1_cont i {
  font-size: 12px;
  color: #daba0a;
  padding-left: 8px;
  padding-right: 8px;
}
.blog_comment1_cont span {
  color: #daba0a;
  font-size: 16px;
  font-style: italic;
}
.blog_comment1_cont span a {
  color: #daba0a;
  text-decoration: underline;
}
.blog_comment1_cont p {
  padding-top: 5px;
}
.blog_comment2_wrapper {
  margin-top: 60px;
  padding-bottom: 50px;
}
.comment_cont2_border {
  border-bottom: 1px solid #f2f2f2;
  float: left;
  width: 100%;
}
.blog_comment3_wrapper {
  margin-top: 60px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 50px;
}
.cmnt_area_div_mn {
  float: left;
  width: 100%;
}
.cont_main_section {
  float: left;
}
.contect_form1 i {
  margin-left: -30px;
  color: #254a93;
}
.cntct_2_btn_wrapper button {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
.cntct_2_btn_wrapper button {
  width: 220px;
  height: 50px;
  float: left;
  color: white;
  text-transform: uppercase;
  background: #254a93;
  text-align: center;
  line-height: 46px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid transparent;
}
.cntct_2_btn_wrapper button:hover {
  background: transparent;
  border: 2px solid #ddbb00;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #000000;
}
.contect_form1 input {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #111111;
  border: 1px solid #ececec;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contect_form1 input:hover,
.contect_form1 input:focus,
.contect_form2 input:hover,
.contect_form2 input:focus {
  border: 1px solid #ddbb00;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contect_form4 textarea {
  width: 100%;
  margin-top: 20px;
  padding-left: 20px;
  color: #111111;
  padding-top: 6px;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  resize: none;
}
.twiter_background_wrapper {
  background: #fff;
}
/*****---------responsive css-------*********/

@media (min-width: 992px) {
  .transparent-menu {
    float: left;
    width: 100%;
    z-index: 1000;
  }
  .sc_navigation {
    float: right;
    background: #fff;
    width: 72%;
  }
  nav {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
  }
  nav > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 106%;
  }
  nav > ul > li {
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    font-weight: 700;
  }
  nav > ul > li > a {
    color: inherit;
    float: left;
    font-weight: 600;
    color: #333333;
    line-height: 3;
    text-transform: uppercase;
    padding: 30px 15px 25px 15px;
    position: relative;
  }
  nav > ul > li > a:before {
    position: absolute;
    content: "";
    background: #e32f2c;
    bottom: 30px;
    height: 5px;
    width: 5px;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    -webkit-transition: opacity 0.5s ease 0s, bottom 0s ease 0.5s,
      height 0s ease 0.5s, width 0s ease 0.5s, border-radius 0s ease 0.5s,
      left 0s ease 0.5s;
    -o-transition: opacity 0.5s ease 0s, bottom 0s ease 0.5s,
      height 0s ease 0.5s, width 0s ease 0.5s, border-radius 0s ease 0.5s,
      left 0s ease 0.5s;
    transition: opacity 0.5s ease 0s, bottom 0s ease 0.5s, height 0s ease 0.5s,
      width 0s ease 0.5s, border-radius 0s ease 0.5s, left 0s ease 0.5s;
  }
  nav > ul > li a:hover:before {
    height: 3px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    bottom: -7px;
    opacity: 1;
    left: 0;
    text-align: center;
    -webkit-transition: opacity 0s ease 0s, bottom 0.3s ease 0s,
      height 0.3s ease 0.3s, width 0.3s ease 0.3s, border-radius 0.3s ease 0.3s,
      left 0.3s ease 0.3s;
    -o-transition: opacity 0s ease 0s, bottom 0.3s ease 0s,
      height 0.3s ease 0.3s, width 0.3s ease 0.3s, border-radius 0.3s ease 0.3s,
      left 0.3s ease 0.3s;
    transition: opacity 0s ease 0s, bottom 0.3s ease 0s, height 0.3s ease 0.3s,
      width 0.3s ease 0.3s, border-radius 0.3s ease 0.3s, left 0.3s ease 0.3s;
  }
  nav > ul > li:before {
    bottom: 28px;
    left: 50%;
    margin-left: -2px;
  }
  .main-menu-wrapper {
    float: left;
    width: 20%;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
  }
  nav > ul > li:hover:before,
  nav > ul > li:hover > a:before,
  nav > ul > li:hover > a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  nav > ul > li a:hover {
    color: #e32f2c;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .style2 .transparent-menu {
    border: 0 !important;
    padding-top: 40px;
  }
  .style2 nav {
    border: 0;
  }
  .style2 nav > ul > li > a {
    font-family: montserrat;
    font-size: 14px;
    font-weight: 300;
    margin: 0 15px;
    padding: 30px 0;
  }
  .style2 nav > ul > li > a:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px dashed;
    border-radius: 0;
    bottom: 3px;
    height: 2px;
    left: 0;
    margin: 0;
    top: auto;
    width: 100%;
  }
  .style2 nav > ul > li > a:after,
  .style2 nav > ul > li:before {
    display: none;
  }
  .header-btns > form {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 40px;
    width: 350px;
    margin-top: 37px;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  .header-btns > form.active {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
  .menu-btns > form input,
  .header-btns > form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-family: lato;
    font-size: 12px;
    font-style: italic;
    height: 100%;
    padding: 10px 20px;
    width: 100%;
  }
  .menu-btns > form button,
  .header-btns > form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
  }
  /*=============== Sticky Header  ===================*/
  .menu_fixed {
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
  }
  .header-area.stick .mainmenu ul li a,
  .stick .mean-container a.meanmenu-reveal {
    color: #000000;
  }
  .header-area.stick .menu-bar:after,
  .header-area.stick .menu-bar:before,
  .header-area.stick .menu-bar span,
  .stick .mainmenu ul li.parent:after,
  .stick .mainmenu ul li.parent:before,
  .stick .mainmenu ul li.has-mega > a:before,
  .stick .mainmenu ul li.has-mega > a:after,
  .stick .mean-container a.meanmenu-reveal span {
    background-color: #222;
  }
  /*=============== Toggle Header  ===================*/
  /*=============== Dropdown ===================*/
  nav ul li ul {
    background: #fff none repeat scroll 0 0;
    text-align: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 106%;
    width: 300px;
    visibility: hidden;
    border-bottom: 2px solid #e32f2c;
    opacity: 0;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 800ms cubic-bezier(0.68, 0, 0.265, 1);
    /* older webkit */
    -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* easeInOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* easeInOutBack */
  }
  nav ul li ul li ul {
    background: #313131;
    top: 0;
    left: 100%;
  }
  nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
  nav ul li ul li a {
    color: #333;
    float: left;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    line-height: 25px;
    padding: 12px 15px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
  }
  nav ul li ul li a {
    color: #333;
  }
  nav ul li ul li a i {
    margin-right: 5px;
  }
  .has-dropdown:before {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    content: "";
    height: 6px;
    margin-top: -0px;
    position: absolute;
    opacity: 0;
    right: 80px;
    top: 50%;
    width: 6px;
    -webkit-transition: all 800ms cubic-bezier(0.68, 0, 0.265, 1);
    /* older webkit */
    -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* easeInOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* easeInOutBack */
  }
  .has-dropdown:hover:before {
    right: 20px;
    opacity: 1;
  }
}
nav ul li:last-child > ul {
  right: 0 !important;
  width: 330px;
  padding-left: 7px;
  padding-right: 4px;
}