
::-webkit-scrollbar{
  display: none;
}

@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,300i,400,400i,500,500i,600,700,800,900|Open+Sans:300,400,400i,600,600i,700,800|PT+Sans:400,400i,700,700i");
.col-md-offset-right-1 {
  margin-right: 8.33333333%;
}
ul {
  /* list-style: none; */
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  /* color: white; */
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}
.display_table_cell {
  display: table-cell;
  float: none !important;
}

iframe {
  border: none;
}

.border_bar {
  height: 1px;
  background: red;
  width: 100%;
}

.p_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Main white title css
============================================================================================ */
.main_w_title h2 {
  font-size: 40px;
  font-family: "PT Sans", sans-serif;
  color: #31353d;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.main_w_title h2:before {
  content: "";
  width: 170px;
  height: 100px;
  border: 6px solid #f2f2f2;
  position: absolute;
  left: 47px;
  bottom: 10px;
  z-index: -1;
}

.main_w_title h6 {
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
  color: red;
  font-weight: bold;
  padding-top: 12px;
}

/* End Main white title css
============================================================================================ */

/* Main Black title css
============================================================================================ */
.main_b_title h2 {
  font-size: 40px;
  font-family: "PT Sans", sans-serif;
  color: #e8e8e8;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.main_b_title h2:before {
  content: "";
  width: 170px;
  height: 100px;
  border: 6px solid #292c31;
  position: absolute;
  left: 47px;
  bottom: 10px;
  z-index: -1;
}

.main_b_title h6 {
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
  color: red;
  font-weight: bold;
  padding-top: 12px;
}

/* End Main white title css
============================================================================================ */

/* Main white center title css
============================================================================================ */
.main_c_title {
  text-align: center;
}

.main_c_title h2 {
  font-size: 40px;
  font-family: "PT Sans", sans-serif;
  color: #e8e8e8;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.main_c_title h2:before {
  content: "";
  width: 170px;
  height: 100px;
  border: 6px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  z-index: -1;
}

.main_c_title h6 {
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
  color: red;
  font-weight: bold;
  padding-top: 12px;
}

.main_c_b_title {
  text-align: center;
}

.main_c_b_title h2 {
  font-size: 40px;
  font-family: "PT Sans", sans-serif;
  color: #31353d;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.main_c_b_title h2:before {
  content: "";
  width: 170px;
  height: 100px;
  border: 6px solid #ebebeb;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  z-index: -1;
}

.main_c_b_title h6 {
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
  color: red;
  font-weight: bold;
  padding-top: 12px;
}

/* End Main white title css
============================================================================================ */


/* Main white center title css
============================================================================================ */
.main_b_r_title {
  text-align: right;
}

.main_b_r_title h2 {
  font-size: 40px;
  font-family: "PT Sans", sans-serif;
  color: #31353d;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.main_b_r_title h2:before {
  content: "";
  width: 170px;
  height: 100px;
  border: 6px solid #ebebeb;
  position: absolute;
  right: 36px;
  bottom: 10px;
  z-index: -1;
}

.main_b_r_title h6 {
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
  color: red;
  font-weight: bold;
  padding-top: 12px;
}

/* End Main white title css

============================================================================================ */


/* Our title css
============================================================================================ */
.out_title {
  font-size: 25px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  color: #31353d;
  text-align: center;
}

/* End Our title css

/*----------------------------------------------------*/
/* Border get Button area css
============================================================================================ */
.get_btn {
  display: inline-block;
  padding: 0px 35px;
  border: 2px solid #ffcd00;
  line-height: 50px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

.get_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffcd00;
  height: 250px;
  width: 300px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.get_btn:hover {
  color: #31353d;
}

.get_btn:hover:before {
  bottom: -50px;
}

/* End Border get Button area css
============================================================================================ */

/* End Border get Button area css
============================================================================================ */
.view_btn {
  display: inline-block;
  background: #31353d;
  text-align: center;
  padding: 0px 20px;
  border-radius: 5px;
  line-height: 28px;
  color: #afafaf;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.view_btn:hover {
  color: #afafaf;
}

/* End Border get Button area css
============================================================================================ */

/* End get bg Button area css
============================================================================================ */
.get_bg_btn {
  display: inline-block;
  padding: 0px 35px;
  border: 2px solid red;
  line-height: 50px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

.get_bg_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: black;
  height: 250px;
  width: 300px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.get_bg_btn:hover {
  color: white;
}

.get_bg_btn:hover:before {
  bottom: 100%;
}

.get_btn_black {
  display: inline-block;
  padding: 0px 35px;
  line-height: 50px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
  background: #31353d;
  border: 2px solid #31353d;
}

.get_btn_black:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffcd00;
  height: 250px;
  width: 300px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.get_btn_black:hover {
  color: #31353d;
}

.get_btn_black:hover:before {
  bottom: -50px;
}

.slider_btn {
  display: inline-block;
  padding: 0px 36px;
  border: 2px solid black;
  line-height: 50px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #2c2c2c;
  font-weight: bold;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

.slider_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffcd00;
  height: 250px;
  width: 320px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.slider_btn:hover {
  color: #fff;
}

.slider_btn:hover:before {
  bottom: 100%;
}

.submit_btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffcd00;
  border-radius: 0px;
  border: 1px solid #ffcd00;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  line-height: 42px;
  padding: 0px;
  height: 42px;
}

.submit_btn:hover {
  background: #fff;
  color: #31353d;
}

/* End get bg Button area css
============================================================================================ */
/*---------------------------------------------------- */

/*----------------------------------------------------*/
/* Get Quote area css
============================================================================================ */
.get_quote_area {
  background: #1e2126;
  padding: 25px 0px;
}

.get_quote_area .pull-left h4 {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 600;
  padding-top: 17px;
}

.get_quote_area.yellow_get_quote {
  background: #ffcd00;
}

.get_quote_area.yellow_get_quote .pull-left h4 {
  color: #444444;
}

.get_quote_area.project_contact {
  background: #ffcd00;
}

.get_quote_area.project_contact .pull-left h3 {
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #31353d;
}

.get_quote_area.project_contact .pull-left h4 {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-weight: 400;
  padding-top: 2px;
}

.get_quote_area.project_contact .pull-right .get_btn_black {
  line-height: 43px;
  margin-top: 13px;
}

/* End Get Quote area css
============================================================================================ */

/* End Get Quote area css
============================================================================================ */
.mapBox {
  min-height: 470px;
}

/* End Get Quote area css
============================================================================================ */

/* Address area css
============================================================================================ */
.address_area {
  background: #ffcd00;
  padding: 32px 0px;
}

.address_inner .media .media-left {
  padding-right: 25px;
}

.address_inner .media .media-body {
  vertical-align: middle;
}

.media-body a{
  color:white;
}

.address_inner .media .media-body h4 {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #444444;
}

.address_inner .media .media-body h5 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #444444;
  padding-top: 7px;
}

/* End Address area css
============================================================================================ */



/* Who We Are area css
============================================================================================ */
.who_we_are_area {
  padding-top: 100px;
}

.who_we_are_area .main_w_title {
  padding-bottom: 30px;
}

.who_we_inner .who_we_left_content p {
  font-size: 15px;
  line-height: 26px;
  color: #444444;
  padding-bottom: 30px;
  text-align: justify;
}

.who_we_inner .who_we_left_content .border_bar {
  height: 1px;
  background: #ffcd00;
  width: 100%;
  margin-top: 10px;
}

/* End Who We Are area css
============================================================================================ */


/* Pre Construction area css
============================================================================================ */
.preconstruction_area {
  overflow: hidden;
}

.preconstruction_area .pre_construction_inner .col-md-6 {
  overflow: hidden;
  padding: 0px;
}

.pre_construction_item {
  position: relative;
  z-index: 3;
}

.pre_construction_item:before {
  content: "";
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pre_construction_item img {
  width: 100%;
}

.pre_hover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 1;
  max-width: 530px;
}

.pre_hover h4 {
  font-size: 25px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  color: #ffcd00;
}

.pre_hover p {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #444444;
  padding: 25px 0px 40px 0px;
}

.pre_hover .slider_btn {
  line-height: 46px;
  padding: 0px 29px;
}

.pre_hover .slider_btn:hover {
  color: #ffcd00;
}

.pre_construction_right {
  position: relative;
  z-index: 3;
}

.pre_construction_right:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: rgba(49, 53, 61, 0.95);
  position: absolute;
}

.pre_construction_right img {
  width: 100%;
}

.pre_construction_right .pre_hover h4 {
  color: black;
}

.pre_construction_right .pre_hover p {
  color: #e8e8e8;
}

/* End Pre Construction area css
============================================================================================ */


/* Chose Video area css
============================================================================================ */
.chose_video_area {
  overflow: hidden;
  height: auto;
  background: #1e2126;
}

.chose_video_area .chose_left_text {
  width: calc(70% + px);
  float: left;
  overflow: hidden;
  height: 800px;
}

.chose_video_area .chose_left_text .chose_text_inner {
  max-width: 600px;
  float: right;
  text-align: justify;
}

.chose_video_area .chose_video_right {
  margin-top: 100px;
  /* width: calc(40% ); */
  float: right;
  overflow: hidden;
}

.chose_text_inner {
  padding-right: 30px;
}

.chose_text_inner .main_b_title {
  margin-top: 100px;
}

.chose_text_inner p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #e8e8e8;
  padding: 25px 0px 0px 0px;
}

.chose_text_inner ul {
  border-bottom: 1px solid red;
  padding-bottom: 45px;
}

.chose_text_inner ul li {
  margin-bottom: 3px;
}

.chose_text_inner ul li a {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #e8e8e8;
  padding-left: 4px;
}

.chose_text_inner ul li a i {
  padding-right: 4px;
}

.chose_video_inner {
  overflow: hidden;
  position: relative;
}

.chose_video_inner a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* End Chose Video area css
============================================================================================ */
/*---------------------------------------------------- */

/*----------------------------------------------------*/
/* Our Service area css
============================================================================================ */
.our_service_area {
  background: #1e2126;
  overflow: hidden;
  clear: both;
}

.our_service_area .left_service {
  width: calc(50% + 80px);
  float: left;
  overflow: hidden;
  background: url(../img/service-bg.jpg) no-repeat scroll center center;
  background-size: cover;
}

.our_service_area .left_service .left_service_inner {
  max-width: 635px;
  float: right;
  padding-right: 65px;
  margin: 65px 0px;
}

.our_service_area .left_service .left_service_inner .service_item {
  width: calc(100% / 2);
  float: left;
  padding-right: 30px;
  padding-bottom: 25px;
}

.our_service_area .left_service .left_service_inner .service_item .service_item_inner {
  background: #fff;
  padding: 35px 20px 30px 20px;
  text-align: center;
  height: 300px;
  border-top: 3px solid red;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.our_service_area .left_service .left_service_inner .service_item .service_item_inner .service_icon {
  position: relative;
}

.our_service_area .left_service .left_service_inner .service_item .service_item_inner .service_icon img {
  opacity: 1;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.our_service_area .left_service .left_service_inner .service_item .service_item_inner .service_icon img + img {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.our_service_area .left_service .left_service_inner .service_item .service_item_inner h4 {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #31353d;
  text-transform: uppercase;
  font-weight: bold;
  padding: 13px 0px 8px 0px;
}

.our_service_area .left_service .left_service_inner .service_item .service_item_inner p {
  font-size: 12px;
  line-height: 18px;
  color: #444444;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 10px;
  text-align: justify;
}

.our_service_area .left_service .left_service_inner .service_item .service_item_inner .view_btn {
  opacity: 0;
}

.our_service_area .left_service .left_service_inner .service_item .service_item_inner:hover {
  background: grey;
}

.our_service_area .left_service .left_service_inner .service_item .service_item_inner:hover .service_icon img {
  opacity: 0;
}

.our_service_area .left_service .left_service_inner .service_item .service_item_inner:hover .service_icon img + img {
  opacity: 1;
}

.our_service_area .left_service .left_service_inner .service_item .service_item_inner:hover .view_btn {
  opacity: 1;
}

.our_service_area .left_service .left_service_inner .service_item:nth-last-child(-n+2) {
  padding-bottom: 0px;
}

.our_service_area .right_service {
  width: calc(50% - 80px);
  float: right;
  overflow: hidden;
}

.our_service_area .right_service .right_service_text {
  max-width: 380px;
  margin-left: 95px;
  padding-top: 100px;
}

.our_service_area .right_service .right_service_text .main_b_title {
  padding-bottom: 30px;
}

.our_service_area .right_service .right_service_text p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #e8e8e8;
  line-height: 26px;
  padding-bottom: 30px;
  text-align: justify;
}

.our_service_area .right_service .right_service_text .border_bar {
  margin-top: 20px;
}

/* End Our Service area css
============================================================================================ */

/* Best Company area css
============================================================================================ */
.best_company_area {
  padding: 60px 0px;
}

.b_companu_l_text h4 {
  font-size: 30px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  color: #343434;
  text-transform: uppercase;
}

.b_companu_l_text p {
  font-size: 18px;
  line-height: 28px;
  color: #444444;
  font-family: "Open Sans", sans-serif;
  padding: 25px 0px 35px 0px;
}

.b_companu_l_text .slider_btn {
  padding: 0px 40px;
  line-height: 46px;
}

.b_companu_l_text .slider_btn:hover {
  color: red;
}

/* End Best Company area css
============================================================================================ */

/* Our Service area css
============================================================================================ */
.our_service_area2 {
  background: #f5f5f5;
  padding: 100px 0px 65px 0px;
}

.our_service_area2 .main_c_b_title {
  padding-bottom: 40px;
}

.service2_inner {
  margin-bottom: -30px;
  overflow: hidden;
}

.service2_inner .col-md-4 {
  margin-bottom: 30px;
}

.service2_inner .service2_item {
  height: 304px;
}

.service2_inner .service2_item .service2_item_inner {
  text-align: center;
  background: grey;
  padding: 45px 20px 16px 20px;
  min-height: 304px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.service2_inner .service2_item .service2_item_inner .service_icon {
  position: relative;
  display: inline-block;
}

.service2_inner .service2_item .service2_item_inner .service_icon img {
  opacity: 1;
}

.service2_inner .service2_item .service2_item_inner .service_icon img + img {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.service2_inner .service2_item .service2_item_inner h4 {
  font-size: 18px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 20px 0px 18px 0px;
  text-transform: uppercase;
}

.service2_inner .service2_item .service2_item_inner p {
  font-size: 15px;
  color: white;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.service2_inner .service2_item .service2_item_inner .view_btn {
  opacity: 0;
  visibility: hidden;
}

.service2_inner .service2_item:hover .service2_item_inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: black;
}

.service2_inner .service2_item:hover .service2_item_inner .service2_item_inner_content {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.service2_inner .service2_item:hover .service2_item_inner .service2_item_inner_content .service_icon img {
  opacity: 0;
}

.service2_inner .service2_item:hover .service2_item_inner .service2_item_inner_content .service_icon img + img {
  opacity: 1;
}

.service2_inner .service2_item:hover .service2_item_inner .service2_item_inner_content p {
  display: none;
}

.service2_inner .service2_item:hover .service2_item_inner .service2_item_inner_content .view_btn {
  visibility: visible;
  opacity: 1;
}

/* End Our Service area css
============================================================================================ */


/*----------------------------------------------------*/
/* Our Team area css
============================================================================================ */
.our_team_area {
  padding: 100px 0px 65px 0px;
}

.our_team_area .main_b_r_title {
  margin-bottom: 35px;
  z-index: 1;
}

.team_slider {
  position: relative;
}

.team_slider .team_item .team_image {
  position: relative;
  z-index: 2;
}

.team_slider .team_item .team_image:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team_slider .team_item .team_image ul {
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.team_slider .team_item .team_image ul li {
  display: inline-block;
  margin-right: 17px;
}

.team_slider .team_item .team_image ul li a {
  color: #fff;
  font-size: 25px;
  position: relative;
  bottom: -30px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.team_slider .team_item .team_image ul li:nth-child(2) a {
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.team_slider .team_item .team_image ul li:nth-child(3) a {
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.team_slider .team_item .team_image ul li:last-child {
  margin-right: 0px;
}

.team_slider .team_item .team_image ul li:last-child a {
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
}

.team_slider .team_item .member_name {
  background: black;
  text-align: center;
  padding: 15px 0px;
}

.team_slider .team_item .member_name h4 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 7px;
}

.team_slider .team_item .member_name h5 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.team_slider .team_item:hover .team_image:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.team_slider .team_item:hover .team_image ul li a {
  bottom: 0px;
}

.team_slider .owl-nav {
  position: absolute;
  left: 0px;
  top: -110px;
  z-index: 5;
}

.team_slider .owl-nav .owl-prev, .team_slider .owl-nav .owl-next {
  display: inline-block;
  font-size: 40px;
  border: 1px solid #31353d;
  color: #31353d;
  width: 30px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  z-index: 5;
}

.team_slider .owl-nav .owl-prev:hover, .team_slider .owl-nav .owl-next:hover {
  background: grey;
  border-color: grey;
  color: #fff;
}

.team_slider .owl-nav .owl-prev {
  margin-right: 5px;
}

/* End Our Team area css
============================================================================================ */

/* Testimonials area css
============================================================================================ */
.testimonials_area {
  padding: 90px 0px;
  background: #f5f5f5;
}

.testimonials_area .main_w_title {
  margin-top: 70px;
}

.testimonials_area .main_w_title h2:before {
  border-color: #e2e2e2;
}

.testimonials_slider .item .testi_left {
  max-width: 570px;
  display: inline-block;
  background: grey;
  float:left;
  min-height: 205px;
  padding: 20px 15px 20px 50px;
  position: relative;
}

.testimonials_slider .item .testi_left:before {
  content: "";
  position: absolute;
  right: -47px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 205px 0 0 47px;
  border-color: transparent transparent transparent grey;
}

.testimonials_slider .item .testi_left i {
  font-size: 30px;
  color: #31353d;
}

.testimonials_slider .item .testi_left p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 26px;
  color: white;
  padding: 8px 0px 20px 0px;
}

.testimonials_slider .item .testi_left h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 26px;
  color: white;
}

.testimonials_slider .item .testi_right {
  display: inline-block;
  max-width: 160px;
}

.testimonials_slider .item .testi_right img {
  max-width: 100%;
  width: auto;
}

.testimonials_slider .owl-dots {
  position: absolute;
  right: 0px;
  bottom: -25px;
}

.testimonials_slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #a8a7a7;
  display: inline-block;
  margin-right: 8px;
}

.testimonials_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.testimonials_slider .owl-dots .owl-dot.active {
  background: grey;
}

/* End Testimonials area css
============================================================================================ */

/*----------------------------------------------------*/
/* Counter area css
============================================================================================ */
.counter_area {
  background: #31353d;
  padding: 60px 0px;
}

.counter_item {
  text-align: center;
  color: #e8e8e8;
}

.counter_item i {
  font-size: 40px;
}

.counter_item h4 {
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 13px 0px 10px 0px;
}

.counter_item h5 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

/* End Counter area css
============================================================================================ */

/* Clients area css
============================================================================================ */
.clients_area {
  background: #f5f5f5;
  padding: 90px 0px;
}

.clients_slider .item {
  text-align: center;
  border: 1px solid transparent;
  display: block;
  line-height: 90px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.clients_slider .item img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  line-height: 90px;
}

.clients_slider .item:hover {
  border-color: red;
}

/* End Clients area css
============================================================================================ */

.our_latest_slider {
  padding: 0px 95px;
}


/*----------------------------------------------------*/
/* Clients area css
============================================================================================ */
.banner_area {
  background: url(../img/banner-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding: 90px 0px 80px 0px;
}

.banner_area:before {
  content: "";
  background: rgba(30, 33, 38, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner_inner_text {
  text-align: center;
  padding-top:10%;
}

.banner_inner_text h4 {
  font-size: 35px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  color: #fff;
  padding-bottom: 3px;
}

.banner_inner_text ul li {
  display: inline-block;
}

.banner_inner_text ul li a {
  font-size: 18px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding-right: 15px;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.banner_inner_text ul li a:before {
  content: "/";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.banner_inner_text ul li:last-child a:before {
  display: none;
}

.banner_inner_text ul li:hover a, .banner_inner_text ul li.active a {
  color: #ffcd00;
}

/* Clients area css
============================================================================================ */
/*---------------------------------------------------- */


/* Work area css
============================================================================================ */
.work_area {
  background: url(../img/work-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 100px 0px 60px 0px;
}

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

.work_area .work_content {
  max-width: 920px;
  margin: auto;
  text-align: center;
}

.work_area .work_content p {
  font-size: 18px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  color: #e8e8e8;
  padding: 25px 0px 60px 0px;
}

/* End Work area css
============================================================================================ */

/* Feature Content area css
============================================================================================ */
.feature_content {
  /* background: #f5f5f5; */
  padding: 100px 0px;
}

.f_content_item {
  text-align: center;
 
}

.f_content_item i {
  font-size: 60px;
  color: #31353d;
}

.f_content_item h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #31353d;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 25px 0px 15px 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.f_content_item p {
  font-size: 15px;
  /* line-height: 26px; */
  color: #444444;
  text-align: justify;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
}

.f_content_item:hover h4 {
  color: red;
}


.serviceBox{ text-align: center;
 }
.serviceBox .service-icon{
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    border: 1px solid #a01414;
    font-size:35px;
    color: #a01414;
    margin: 0 auto 15px;
    position: relative;
}
.serviceBox .service-icon i{
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox:hover .service-icon i{
    transform: scale(1.15);
}
.serviceBox .service-icon:after{
    content: "";
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: -6px;
    left: -6px;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox:hover .service-icon:after{
    box-shadow: 3px 3px 0 #a01414;
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 700;
    color: #484848;
    margin: 0 0 10px 0;
}
.serviceBox .description{
    font-size: 14px;
    color: #777;
    padding: 0 20px;
    margin: 0;
    /* text-align: justify; */
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}

/* End Feature Content area css
============================================================================================ */

/* End Our Project2 area css
============================================================================================ */
.our_latest_project {
  background: #f7f7f7;
  padding: 60px 0px;
}

.our_latest_project .out_title {
  padding-bottom: 40px;
}

.our_latest_slider .owl-prev, .our_latest_slider .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  color: #444444;
  height: 45px;
  width: 30px;
  border: 1px solid #31353d;
  text-align: center;
  line-height: 39px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.our_latest_slider .owl-prev:hover, .our_latest_slider .owl-next:hover {
  background: #ffcd00;
  border-color: #ffcd00;
  color: #fff;
}

.our_latest_slider .owl-prev {
  left: 0px;
}

.our_latest_slider .owl-next {
  right: 0px;
}

/* End Our Project2 area css
============================================================================================ */
/*---------------------------------------------------- */


/* Our Project area css
============================================================================================ */
.our_project_area {
  padding: 65px 0px;
}

.project_left_side {
  position: relative;
  min-height: 550px;
}

.project_left_side .main_w_title {
  padding-top: 22px;
}

.project_left_side .our_project_filter {
  position: absolute;
  right: 25px;
  bottom: 0px;
  text-align: right;
}

.project_left_side .our_project_filter li {
  margin-bottom: 10px;
}

.project_left_side .our_project_filter li a {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #31353d;
}

.our_project_details .project_item {
  width: calc(100% / 3);
  float: left;
  overflow: hidden;
  position: relative;
}

.our_project_details .project_item .project_hover {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  padding: 18px;
}

.our_project_details .project_item .project_hover .project_hover_inner {
  height: 100%;
  border: 2px solid red;
  position: relative;
}

.our_project_details .project_item .project_hover .project_hover_inner .project_hover_content {
  background: transparent;
  padding: 0px 40px 0px 40px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.our_project_details .project_item .project_hover .project_hover_inner .project_hover_content h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #e8e8e8;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
  -ms-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.our_project_details .project_item .project_hover .project_hover_inner .project_hover_content p {
  font-size: 12px;
  color: #31353d;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  padding: 15px 0px 25px 0px;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
  -ms-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.our_project_details .project_item .project_hover .project_hover_inner .project_hover_content .view_btn {
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
  -ms-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

.our_project_details .project_item:hover .project_hover .project_hover_inner {
  background: grey;
}

.our_project_details .project_item:hover .project_hover .project_hover_inner h4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.our_project_details .project_item:hover .project_hover .project_hover_inner p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.our_project_details .project_item:hover .project_hover .project_hover_inner .view_btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.project_item {
  position: relative;
}

.project_item .project_hover {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  padding: 18px;
}

.project_item .project_hover .project_hover_inner {
  height: 100%;
  border: 2px solid red;
  position: relative;
}

.project_item .project_hover .project_hover_inner .project_hover_content {
  background: transparent;
  padding: 0px 40px 0px 40px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.project_item .project_hover .project_hover_inner .project_hover_content h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #e8e8e8;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
  -ms-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.project_item .project_hover .project_hover_inner .project_hover_content p {
  font-size: 12px;
  color: #31353d;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  padding: 15px 0px 25px 0px;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
  -ms-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.project_item .project_hover .project_hover_inner .project_hover_content .view_btn {
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
  -ms-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

.project_item:hover .project_hover .project_hover_inner {
  background: grey;
}

.project_item:hover .project_hover .project_hover_inner h4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.project_item:hover .project_hover .project_hover_inner p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.project_item:hover .project_hover .project_hover_inner .view_btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* End Our Project area css
============================================================================================ */



/*----------------------------------------------------*/
/* Footer area css
============================================================================================ */
.footer_widgets_area {
  background: black;
  /* padding: 70px 0px; */
}

.footer_widgets_area.footer_bg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(49, 53, 61, 0.96)), to(rgba(49, 53, 61, 0.96))), url(../img/footer-bg.jpg) no-repeat scroll center center;
  background: -webkit-linear-gradient(bottom, rgba(49, 53, 61, 0.96), rgba(49, 53, 61, 0.96)), url(../img/footer-bg.jpg) no-repeat scroll center center;
  background: -o-linear-gradient(bottom, rgba(49, 53, 61, 0.96), rgba(49, 53, 61, 0.96)), url(../img/footer-bg.jpg) no-repeat scroll center center;
  background: linear-gradient(0deg, rgba(49, 53, 61, 0.96), rgba(49, 53, 61, 0.96)), url(../img/footer-bg.jpg) no-repeat scroll center center;
  background-size: cover;
}

.f_w_title {
  padding-bottom: 30px;
}

.link li a{
  color: white;
  font-size: 15px
}

.link{
  margin-left:15%;
}

.f_w_title h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  color: red;
}

.about_widget p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #e8e8e8;
  line-height: 20px;
  padding: 13px 0px 17px 0px;
}

.about_widget ul li {
  display: inline-block;
  margin-right: 36px;
}

.about_widget ul li a {
  font-size: 20px;
  color: #e8e8e8;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.about_widget ul li:first-child:hover a {
  color: #4267b2;
}

.about_widget ul li:nth-child(3):hover a {
  color: #db4437;
}

.about_widget ul li:last-child {
  margin-right: 0px;
}

.about_widget ul li:last-child:hover a {
  color: #bd081c;
}

.about_widget ul li:hover a {
  color: #00aced;
}

.recent_w_inner .media .media-left {
  padding-right: 10px;
}

.recent_w_inner .media .media-body p {
  font-size: 15px;
  font-family: 600;
  font-family: "Open Sans", sans-serif;
  color: #e8e8e8;
  line-height: 20px;
}

.address_w_inner .media .media-left {
  padding-right: 10px;
}

.address_w_inner .media .media-left i {
  color: #e8e8e8;
}

.address_w_inner .media .media-body p {
  font-size: 15px;
  color: #e8e8e8;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
}

.give_us_widget {
  text-align: center;
}

.give_us_widget h5 {
  font-size: 18px;
  color:red;
  font-family: "Open Sans", sans-serif;
}

.give_us_widget h4 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: red;
  padding: 23px 0px 12px 0px;
}

.give_us_widget a {
  margin-top: 17px;
}

.footer_copy_right {
  text-align: center;
  background: #262a31;
  /* padding: 41px 0px; */
}

.footer_copy_right h4 {
  color: #e8e8e8;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.footer_copy_right h4 i {
  color: #ffcd00;
}

.footer_copy_right h4 a {
  color: #e8e8e8;
}

.footer_menu li {
  display: inline-block;
  margin-right: 25px;
}

.footer_menu li a {
  color: #afafaf;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.footer_menu li:last-child {
  margin-right: 0px;
}

.footer_menu li:hover a, .footer_menu li.active a {
  color: #ffcd00;
}

  .sky img{
    margin-top:-10px;
  }
/* /////////////footer end//////////// */


/* ///////////video ////////////// */

#myVideo {

  right: 0;
  bottom: 0;
  /* opacity: 0.5; */
  width:100%

}

/* ////////////video end////////// */


/* ///////////navbar///////////// */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);


.container {
width: 100%;  
}
h1, .h1 {
font-size: 36px;
text-align: center; 
font-size: 5em;
  color: #404041;
}
.navbar-nav>li>.dropdown-menu {
   
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.navbar-default .navbar-nav>li>a {
    color: white;
    font-weight:bold;
    font-size: 18px;
}
.navbar-default .navbar-nav>li>a:hover {
  color: red;
  font-weight:bold;
}
.mega-dropdown {
  position: static !important;
  width:100%;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu:before {
    content: "";
   
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
    z-index: 10;
}
.mega-dropdown-menu:after {
    content: "";
  
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
    z-index: 8;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: bold;
  line-height: 1.428571429;
  color: black;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
  color: black;
  font-size: 18px;
  font-weight:bold;
  list-style: none;
}

.mega-dropdown-menu .dropdown-header1 {
  color:black;
  font-size: 18px;
  font-weight:bold;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  float: right;
  margin-right:20px;
}


.navbar-default {
 padding:10px;
 background-color: #a01414;
 border-color: black;
}

.navbar-default .navbar-brand{
  color:white;
}
.navbar-default .navbar-nav>li>a:hover{
  color:black ;
}

/* /////////navbar end///////////// */


/* /////portfolio css/////// */

body {
  font-family: Arial;
}

a:focus {
  outline: none;
}

.portfolioFilter {
  padding: 15px 0;
}

.portfolioFilter a {
  margin-right: 6px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
}

.portfolioFilter a.current {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;
}
.portfolioContainer{
  border: 1px solid #eee;
  border-radius: 3px;
}
img {
  margin: 5px;
  max-width:100%;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/* /////portfolio css end/////// */

/* /////////////////////////loader////////////////////// */

.loader_bg{
  position: fixed;
  z-index: 999999;
  background: #EDEEF2;
  width: 100%;
  height: 100%;
  padding-left: 580px;
  padding-top:120px;
  padding-bottom: 150px;
  /* background-color: white; */
}

.loader{
  border: 0 solid transparent;
  border-radius: 50%;
  width: 500px;
  height: 250px;
  

  position: absolute;
  top: calc(50vh-75px);
  left: calc(50vw-75px);
}

.loader img{
 
	width:200%;
	margin-left:-50px;
	
}

.loader:before, .loader:after{
  content: ' ';
 
  border-radius: 50%;
  width:inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left:0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader:before{
  animation-delay: .5s;
}

@keyframes loader{
  0%{
     transform: scale(0);
     opacity: 0;
  }
  50%{
     opacity:1;
  }
  100%{
     transform: scale(1);
     opacity: 0;
  }
}


/* //////loader end///////// */

/* ///////contact css ////// */

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

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

.brand {
  text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.brand span {
  color: #ffffff;
}

.wrapper {
  box-shadow: 0 0 20px 0 rgba(57, 82, 163, 0.7);
}

.wrapper > * {
  padding: 1em;
}

/* ------------------- */
/* COMPANY INFORMATION */
/* ------------------- */

.company-info {
  background: #C3C9DD;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.company-info h3,
.company-info ul {
  text-align: center;
  margin: 0 0 1rem 0;
}

/* ------- */
/* CONTACT */
/* ------- */

.contact {
  background: #dcdfea;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* ---- */
/* FORM */
/* ---- */

.contact form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.contact form label {
  display: block;
}

.contact form p {
  margin: 0;
}

.contact form .full {
  grid-column: 1 / 3;
}

.contact form button,
.contact form input,
.contact form textarea {
  width: 100%;
  padding: 1em;
  border: solid 1px #627EDC;
  border-radius: 4px;
}

.contact form textarea {
  resize: none;
}

.contact form button {
  background: #627EDC;
  border: 0;
  color: #e4e4e4;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.contact form button:hover,
.contact form button:focus {
  background: #3952a3;
  color: #ffffff;
  outline: 0;
  transition: background-color 2s ease-out;
}

/* ------------- */
/* MEDIA QUERIES */
/* ------------- */


/* ////contact end////// */

/* ///////navbar logo///////// */
.navbar-brand {
  margin-top:-23px;
}
.navbar
{
  height: 80px;
}
/* ////////navbar logo end/////// */



#fixed-social {
  position: fixed;
  top: 130px;
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
   line-height: 40px;
  width: 40px;
  margin-bottom: 1px;
  z-index: 2;
}
#fixed-social a:hover>span{
   visibility: visible;
 left: 41px;
 opacity: 1;
} 
#fixed-social a span {
   line-height: 40px;
   left: 60px;
   position: absolute;
   text-align: center;
   width: 120px;
   visibility: hidden;
   transition-duration: 0.5s;
   z-index: 1;
   opacity: 0;
}
.fixed-facebook{
    background-color: #00AAE5;
}
.fixed-facebook span{
   background-color: #00AAE5;
}
.fixed-twitter{
   background-color: #7D3895;

}
.fixed-twitter span{
    background-color: #7D3895;
}
.fixed-gplus{
   background-color: red;;

}
.fixed-gplus span{
    background-color: red;
}
.fixed-linkedin{
   background-color: skyblue;

}
.fixed-linkedin span{
    background-color: skyblue;
}
.fixed-instagrem{
   background-color: rgb(237, 41, 123);

}
.fixed-instagrem span{
    background-color:rgb(237, 41, 123);
}
/* /////////media end///////// */






/* /////////////All Media///////////// */
@media(max-width:768px)
{
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    float: left;
  }
  .our_project_details .project_item .project_hover .project_hover_inner {
    height: 100%;
    border: 2px solid red;
    position: relative;
    width:100%;
  }

  /* /////loader////// */
  .loader img{
 
    width:200%;
    margin-left:-50px;
    
     }
    .loader_bg{
        position: fixed;
        z-index: 999999;
        background: #fff;
        width: 100%;
        height: 100%;
        padding-left: 100px;
        padding-top:200px;
     }
     .loader img{
       margin-top: 30px;
     }
      /* /////loader end////// */
}

/* //////contact//////// */
@media only screen and (min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }

  .wrapper > * {
    padding: 2em;
  }

  .company-info {
    border-radius: 4px 0 0 4px;
  }

  .contact {
    border-radius: 0 4px 4px 0;
  }

  .company-info h3,
  .company-info ul,
  .brand {
    text-align: left;
  }
}

/* //////contact end//////// */
/* horizontal tab */
.tabs input[type=radio] {
  position: absolute;
  opacity:0;
}
.tabs {
width: auto;
float: none;
list-style: none;
position: relative;
padding: 0;
margin: 75px auto;
}
.tabs li{
float: left;
}
.tabs label {
  display: block;
  padding: 5px 10px;
  border-radius: 2px 2px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: normal;
  background: rgba(120,120,120,0.2);
  cursor: pointer;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs label:hover {
background: rgba(255,255,255,0.5);
top: 0;
}

.tabs input[id^=tab]:checked + label {
background: #a01414;
color: #fff;
top: 0;
}

.tabs2 input[id^=tab]:checked + label {
background: green;
color: #fff;
top: 0;
}

.tabs [id^=tab]:checked ~ [id^=tab-content] {
  display: block;
}

.tab-content{
z-index: 2;
display: none;
/* text-align: left; */
width: 100%;
/* font-size: 20px; */
/* line-height: 140%; */
padding-top: 10px;
background: #1e2126;
padding: 15px;
color: #fff;
position: absolute;
top: 53px;
left: 0;
box-sizing: border-box;
-webkit-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
animation-duration: 0.5s;
}

@media(max-width:768px)
{
  .tabs label {
    display: block;
    padding: 2px 9px;
   
  }
  .chose_video_area .chose_left_text
  {
    height: 1000px;
  }
}
/* end of horizontal tab */

/* slider */
 @keyframes slidy {
  0% { left: 0%; }
  20% { left: 0%; }
  25% { left: -100%; }
  45% { left: -100%; }
  50% { left: -200%; }
  70% { left: -200%; }
  75% { left: -300%; }
  95% { left: -300%; }
  100% { left: -400%; }
  }
  
  body { margin: 0; } 
  div#slider { overflow: hidden; }
  div#slider figure img { width: 20%; float: left; }
  div#slider figure { 
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite; 
  } 
  

  


/* end of slider */


/* /////////////All Media end///////////// */


