/*----------------------------------------------------
@File: Default Styles
@Author: Rocky
@URL: http://wethemez.com
Author E-mail: rockybd1995@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Cerative Agency
@Author: Rocky
@Developed By: Rocky
@Developer URL: http://rocky.wethemez.com
Author E-mail: rockybd1995@gmail.com

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ banner
05/ slider
06/ feature
07/ button
08/ service
09/ testimonials 
10/ blog 
11/ contact 
12/ footer 
=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/

*
{
	touch-action: pan-y !important;
}
/* ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  cursor:point;
} */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a5bbd0;
  font-size: 12px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #a5bbd0;
  font-size: 12px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a5bbd0;
  font-size: 12px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a5bbd0;
  font-size: 12px;
}
.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

/* body {
  line-height: 28px;
  font-size: 15px;
  font-weight: 500;
}

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;
}

.p_100 {
  padding: 100px 0px;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

/* Main title css
============================================================================================ */
.c_title {
  text-align: center;
  padding-bottom: 10px;
}

/*.c_title img {
  padding-bottom: 30px;
}*/

.c_title h6 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #7c8d93;
  padding-bottom: 10px;
}

.c_title h2 {
  font-size: 48px;
  color: #0b1033;
  font-weight: 500;
}



/* Main title css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Menu Area css
============================================================================================ */
.main_menu_area {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 30;
  /*padding: 0px 45px;*/
}

.main_menu_area .navbar {
  padding: 0px;
  border-radius: 0px;
  /*background-color: transparent !important;
  background-color: #333 !important;*/
  height:40px;  
  align-items: flex-end;
}
@media only screen and (max-width: 992px) {
  .main_menu_area .navbar {
  align-items:center !important;
  }
}

.main_menu_area .navbar .navbar-toggler {
  border: none;
  border-radius: 0px;
  padding: 0px;
}

.main_menu_area .navbar .navbar-toggler span {
  height: 3px;
  width: 25px;
  display: block;
  background: #fff;
  margin-bottom: 3px;
}

.main_menu_area .navbar .navbar-toggler span:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-collapse {
    text-align: center;
    display: block !important;
    background-color: #343a40;
  }
}

.main_menu_area .navbar .navbar-nav {
  display: inline-block;
  text-align: right;
}

.main_menu_area .navbar .navbar-nav li {
  display: inline-block;
  padding: 0px 35px;
}

.main_menu_area .navbar .navbar-nav li a {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .65px;
  padding: 0px;
  line-height: 40px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.main_menu_area .navbar .navbar-nav li:last-child {
  margin-right: 0px;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 250px;
    background: #171717;
    left: auto;
    right: 0px;
    top: 90%;
    border-radius: 0px;
    border: none;
    padding: 30px 0px 30px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    height:40px;
  }
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0px;
  display: block;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 38px;
  color: #fff;
  letter-spacing: .48px;
  font-size: 16px;
  padding: 0px 30px;
  text-transform: inherit;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  font-weight: normal;
  text-shadow: none;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #97ccfe;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-nav li:hover.submenu .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
  }
}

.main_menu_area .navbar .navbar-nav li.active a {
  color: #0d74bc;
}
.main_menu_area .navbar .navbar-nav li:hover a{
	 color: #fff;
}
.main_menu_area .navbar .navbar-nav li a:focus{
	 color: #fff;
}
.main_menu_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  z-index: 1000;
}

.main_menu_area.navbar_fixed .navbar .navbar-nav li a {
  line-height: 40px;
}

/* End Main Menu Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_area {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_area:before {
  content: "";
  background: url(../img/banner/banner-bg.png) no-repeat scroll center right;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  max-width: 1233px;
  width: 100%;
}


/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Slider css
============================================================================================ */
.main_slider_area {
  background: url(../img/home-slider/slider-bg-1.png) no-repeat scroll center center;
  background-size: cover;
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .first_text {
  font-weight: normal !important;
  color: #0b1033;
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text {
  color: #6b7d8e;
}


.main_slider_area .rev_slider .tp-bullets {
  left: calc(50% - 970px) !important;
}

.main_slider_area .rev_slider .tp-bullets .tp-bullet {
  height: 10px;
  width: 10px;
  background: #b3adff;
  border: 5px solid #fff;
}

.main_slider_area .rev_slider .tp-bullets .tp-bullet.selected {
  background: #97cdfe;
  border-color: #97cdfe;
}

.main_slider_area .rev_slider .tp-leftarrow, .main_slider_area .rev_slider .tp-rightarrow {
  height: 120px;
  background-image: -webkit-gradient(linear, left top, right top, from(#70bafe), color-stop(51%, #998dff), to(#70bafe));
  background-image: -webkit-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: -o-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-size: 200% auto;
  width: 138px;
  border: 10px solid rgba(204, 241, 255, 0.5);
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.main_slider_area .rev_slider .tp-leftarrow:before, .main_slider_area .rev_slider .tp-rightarrow:before {
  line-height: 100px;
}

.main_slider_area .rev_slider .tp-leftarrow:hover, .main_slider_area .rev_slider .tp-rightarrow:hover {
  background-position: right center;
  color: #fff;
}

.main_slider_area .rev_slider .tp-leftarrow {
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
  border-left: 0px;
}

.main_slider_area .rev_slider .tp-rightarrow {
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  border-right: 0px;
}

/* End Slider css
============================================================================================ */
/* Testimonials Slider css
============================================================================================ */
.testimonials_area {
  padding-top: 190px;
  padding-bottom: 130px;
  border-bottom: 1px solid #bbbec1;
}

.testimonials_slider {
  position: relative;
}

.testimonials_slider:before {
  content: "";
  background: url(../img/3d-shap.png) no-repeat scroll center center;
  height: 600px;
  max-width: 524px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: -210px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.testimonials_slider .owl-item.center {
  color: #fff;
}

.testimonials_slider .owl-item.center h3 {
  color: #fff;
}

.testimonials_slider .owl-item.center p {
  color: #fff;
}

.testimonials_slider .owl-item.center .media .media-body h5 {
  color: #fff;
}

.testimonials_slider .testi_item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0b1033;
}

.testimonials_slider .testi_item p {
  font-size: 15px;
  color: #7c8d93;
  line-height: 28px;
  font-weight: normal;
  padding: 20px 0px 55px 0px;
}

.testimonials_slider .testi_item .media .d-flex {
  padding-right: 20px;
}

.testimonials_slider .testi_item .media .media-body h4 {
  font-size: 15px;
  font-weight: 500;
  color: #0b1033;
  padding-bottom: 8px;
}

.testimonials_slider .testi_item .media .media-body h5 {

  color: #7c8d93;
  font-weight: 500;
  font-size: 12px;
}

.testimonials_slider .owl-dots {
  text-align: center;
  z-index: 4;
  margin-top: 50px;
}

.testimonials_slider .owl-dots .owl-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: 8px;
}

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

/* End Testimonials Slider css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Feature Area css
============================================================================================ */
/*.feature_area {
  padding-top: 80px;
}*/
.feature_inner{
	text-align: center;
}
.feature_item {
  text-align: center;
  /*padding: 40px 0px 60px 0px;*/
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  width:220px;
      padding: 10px 0px;
      display: inline-block;
}
.item_small{
  width:180px;
}
.feature_item .f_icon {
  height: 90px;
  border: 1px solid #ddd;
  max-width:200px;
}
.item_small .f_icon {
  width:160px;
}
.feature_item .f_icon img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
      border: 1px solid #ddd;
}

.feature_item h4 {
  color: #0b1033;
  font-weight: bold;
  font-size: 24px;
  padding: 45px 0px 20px 0px;
}

.feature_item p {
  font-size: 15px;
  line-height: 28px;
  color: #7c8d93;
  font-weight: 500;
  max-width: 290px;
  margin: auto;
  padding-bottom: 60px;
}


.feature_item:hover {
  -webkit-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
}



.service_feature {
  border-bottom: 1px solid #bbbec1;
  padding-top: 100px;
  overflow: hidden;
}

.service_feature .feature_inner {
  margin-bottom: -50px;
}

.service_feature .feature_inner .feature_item {
  margin-bottom: 50px;
}



/* End Feature Area css
============================================================================================ */
/* Team People Area css
============================================================================================ */
.team_people_area {
  overflow: hidden;
  padding-top: 90px;
}


.team_img_inner {
  max-width: 591px;
  margin-bottom: -20px;
  margin-left: 150px;
}

.team_img_inner .row {
  margin-left: -10px;
  margin-right: -10px;
}

.team_img_inner .row .col-lg-6 {
  padding: 0px 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.team_img_inner .team_img_item {
  overflow: hidden;
}

/* End Team People Area css
============================================================================================ */
/* Challange Area css
============================================================================================ */
.challange_area {
  overflow: hidden;
}

.challange_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.challange_img .challange_img_inner {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-shadow: 0px 27px 68px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 27px 68px 0px rgba(0, 0, 0, 0.4);
}

/* End Challange Area css
============================================================================================ */
/* We Are Company Area css
============================================================================================ */


.our_skill_inner .single_skill {
  margin-bottom: 20px;
}

.our_skill_inner .single_skill h3 {
  font-size: 15px;
  color: #7c8d93;
  font-weight: 500;
  padding-bottom: 12px;
}

.our_skill_inner .single_skill .progress {
  height: 5px;
  background: #f4f8fc;
  border-radius: 0px;
  overflow: visible;
}

.our_skill_inner .single_skill .progress .progress-bar {
  background-image: -moz-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -ms-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  position: relative;
}

.our_skill_inner .single_skill .progress .progress-bar .progress_parcent {
  position: absolute;
  right: 0px;
  top: -40px;
  background-image: -moz-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -webkit-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  color: #fff;
  padding: 0px 16px;
  font-size: 14px;
  line-height: 34px;
  border-radius: 17px;
}

.our_skill_inner .single_skill:last-child {
  margin-bottom: 0px;
}

.talk_area {
  background-image: -moz-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -webkit-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  margin-top:30px;
  border-bottom: 2px solid #fff;
}

.talk_text {
  text-align: center;
  margin-top:10px;
}

.talk_text h4 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 26px;
}

.talk_text a {
  font-size: 20px;
  color: #fff;  
  font-weight: 500;
}
.talk_text li{
	cursor:pointer;
}
.expert-img-wrap.our-causes{
	margin:0px 0px 20px 0px !important;
	width:100%;
}
/* End We Are Company Area css
============================================================================================ */
/* Service Solution Area css
============================================================================================ */
.service_solution_area {
  background: url(../img/service-bg.jpg) no-repeat fixed center right;
  background-size: cover;
  position: relative;
  z-index: 3;
}

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

.s_solution_item p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  color: #7c8d93;
}

.solution_collaps {
  margin-top: 60px;
}

.solution_collaps .card {
  margin-bottom: 25px;
  border: none;
}

.solution_collaps .card:last-child {
  margin-bottom: 0px;
}

.solution_collaps .card .card-header {
  padding: 0px;
  border: none;
  background-color: transparent;
}

.solution_collaps .card .card-header h5 a {
  background: #79ccff;
  background: -moz-linear-gradient(left, #79ccff 0%, #9b75ff 100%);
  background: -webkit-linear-gradient(left, #79ccff 0%, #9b75ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79ccff', endColorstr='#9b75ff',GradientType=1 );
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 25px 11px 20px;
  line-height: 26px;
  position: relative;
}

.solution_collaps .card .card-header h5 a i {
  display: inline-block;
  font-style: normal;
  position: absolute;
  right: 20px;
  line-height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.solution_collaps .card .card-header h5 a i + i {
  display: none;
}

.solution_collaps .card .card-header h5 .collapsed i {
  display: none;
}

.solution_collaps .card .card-header h5 .collapsed i + i {
  display: inline-block;
}

.solution_collaps .card .card-body p {
  font-size: 15px;
  line-height: 28px;
  font-weight: normal;
  color: #7c8d93;
}

/* End Service Solution Area css
============================================================================================ */
/* Elements Page Area css
============================================================================================ */
.elements_title {
  font-size: 24px;
  font-weight: 500;
  color: #7c8d93;
  font-weight: normal;
  padding-bottom: 75px;
}



.buttons_area .submit_btn {
  border: none;
  position: relative;
  width: 158px;
  height: 56px;
  margin-left: 45px;
  cursor: pointer;
  line-height: 56px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.buttons_area .submit_btn:before {
  content: "";
  width: 176px;
  height: 67px;
  border: 2px solid #bee1fe;
  position: absolute;
  left: -8.5px;
  top: -5.5px;
  border-radius: 33px;
}

.buttons_area .submit_btn:focus {
  border: none;
}

.buttons_area .solid_btn {
  margin-left: 40px;
}


.progress_bar_area .solution_collaps {
  margin-top: 30px;
}

.element_service {
  padding-top: 0px;
  padding-bottom: 100px;
  border-bottom: 0px;
}

.element_service .elements_title {
  padding-bottom: 65px;
}

.mileston_area {
  padding-bottom: 100px;
}

.mileston_area .elements_title {
  padding-bottom: 65px;
}

.mileston_area .col-lg-3 {
  text-align: center;
}

/* End Elements Page Area css
============================================================================================ */
/* Best 3d Area css
============================================================================================ */
.best_3d_area {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 887px;
}

.best_3d_area .left_3d {
  width: calc(50% - 160px);
  float: left;
  position: relative;
}

.best_3d_area .left_3d:before {
  content: "";
  background: url(../img/3d-slider-shap.png) no-repeat scroll center center;
  background-size: cover;
  min-height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 797px;
  z-index: -1;
}

.best_3d_area .right_text {
  width: calc(50% + 160px);
  float: right;
}

.shap_slider_inner {
  max-width: 315px;
  float: right;
  margin-right: 160px;
  margin-top: 300px;
}

.shap_slider_inner .item {
  color: #fff;
}

.shap_slider_inner .item img {
  width: auto;
}

.shap_slider_inner .item h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}

.shap_slider_inner .item p {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  padding: 25px 0px 55px 0px;
}

.shap_slider_inner .item .media {
  vertical-align: middle;
}

.shap_slider_inner .item .media img {
  -ms-flex-item-align: center;
  align-self: center;
}

.shap_slider_inner .item .media .media-body {
  padding-left: 18px;
}

.shap_slider_inner .item .media .media-body h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: #0b1033;
  padding-bottom: 5px;
}

.shap_slider_inner .item .media .media-body h6 {
  font-size: 12px;
  font-weight: 500;
}

.shap_slider_inner .owl-dots {
  text-align: right;
  margin-top: 70px;
}

.shap_slider_inner .owl-dots .owl-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
}

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

.shap_slider_inner .owl-dots .owl-dot.active {
  background: #97ccfe;
}


.shap_mobile {
  padding-top: 85px;
  float: right;
  width: 46%;
  padding-left: 130px;
}

/* End Best 3d Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Button Area css
============================================================================================ */


.submit_btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#70bafe), color-stop(51%, #998dff), to(#70bafe));
  background-image: -webkit-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: -o-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-size: 200% auto;
  z-index: 2;
  width: 176px;
  padding: 0px;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 15px;
  line-height: 58px;
  border: 6px solid rgba(204, 241, 255, 0.5);
  border-radius: 33px;
}

.submit_btn:hover {
  background-position: right center;
  color: #fff;
}

.submit_btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 6px solid rgba(204, 241, 255, 0.5);
}

.solid_btn {
  padding: 0px 53px;
  background: #6fbcfe;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 55px;
  border: 6px solid rgba(204, 241, 255, 0.5);
  border-radius: 33px;
}

.solid_btn:hover {
  background-position: right center;
  color: #fff;
}

/* Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Get In Touch Area css
============================================================================================ */
.get_in_touch_area {
  padding-top: 100px;
}


.touch_details {
  margin-left: 90px;
}

.touch_details p {
  font-size: 15px;
  line-height: 28px;
  color: #7c8d93;
}

.touch_details h5 {
  font-size: 18px;
  color: #97ccfe;
  font-weight: 500;
  display: block;
  padding: 50px 0px 20px 0px;
}

.touch_details h4 {
  font-size: 30px;
  color: #0b1033;
  font-weight: 500;
}

/* End Get In Touch Area css
============================================================================================ */
/* World Map Area css
============================================================================================ */
.world_map_inner {
  text-align: center;
  position: relative;
}

.bd-callout {
  text-align: left;
  /*position: absolute;
  left: 30px;
  top: 50%;*/
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 550px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  border-left: 8px;
  border-style: solid;
  border-image: -moz-linear-gradient(top, #9b8aff 0%, #6ebcfe 100%);
  -webkit-border-image: -webkit-linear-gradient(top, #9b8aff 0%, #6ebcfe 100%);
  border-image: -webkit-linear-gradient(top, #9b8aff 0%, #6ebcfe 100%);
  -o-border-image: -o-linear-gradient(top, #9b8aff 0%, #6ebcfe 100%);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#9b8aff), to(#6ebcfe));
  border-image: linear-gradient(to bottom, #9b8aff 0%, #6ebcfe 100%);
  border-image-slice: 1;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  padding-left: 70px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.bd-callout h3 {
  font-size: 15px;
  color: #0b1033;
  font-weight: 500;
  padding-bottom: 15px;
}

.bd-callout p {
  color: #7c8d93;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.bd-callout h4 {
  display: inline-block;
  padding-left: 50px;
}

.bd-callout h4 a {
  display: block;
  color: #7c8d93;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

/* End World Map Area css
============================================================================================ */
/* Contact Map Area css
============================================================================================ */
.contact_map_area {
  position: relative;
  overflow: hidden;
}

.contact_map_area .mapBox1 {
  min-height: 670px;
}

.contact_map_area .map_location_box {
  position: absolute;
  left: 30px;
  top: 160px;
  width: 100%;
}

.contact_map_area .map_location_box .bd-callout {
  position: relative;
  top: 0px;
  left: 0px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.contact_map_area .map_location_box .bd-callout:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 14px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: -14px;
  top: 0px;
}

/* End Contact Map Area css
============================================================================================ */
/* Contact Success and error Area css
============================================================================================ */
/*.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #97ccfe;
  padding-bottom: 10px;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}*/

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Circle Chart Area css
============================================================================================ */
.circle_chart_area {
  padding: 85px 0px 80px 0px;
}

.circle_progress .circle_progress_inner {
  position: relative;
  max-width: 175px;
  margin: auto;
}

.circle_progress .circle_progress_inner strong {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #0b1033;
  margin-top: -13px;
}

.circle_progress .circle_progress_inner h4 {
  font-size: 14px;
  color: #7c8d93;
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  margin-top: 18px;
}

.circle_progress .circle_progress_inner .percentage {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 2px;
  background: #80cfff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #80cfff 0%, #997aff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #80cfff 0%, #997aff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#80cfff), to(#997aff));
  background: -o-linear-gradient(left, #80cfff 0%, #997aff 100%);
  background: linear-gradient(to right, #80cfff 0%, #997aff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80cfff', endColorstr='#997aff',GradientType=1 );
  /* IE6-9 */
}

.circle_progress .circle_progress_inner .percentage:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #fff;
}

/* End Circle Chart Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Portfolio Area css
============================================================================================ */
/* .portfolio_area {
  border-bottom: 2px solid #fff;
}

.portfolio_filter {
  padding: 95px 0px 130px 0px;
}

.portfolio_filter ul li {
  display: inline-block;
  margin-right: 40px;
}

.portfolio_filter ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #7e8d9c;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

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

.portfolio_filter ul li:hover a, .portfolio_filter ul li.active a {
  color: #0b1033;
}

.wd_25 {
  width: 25%;
}

.wd_50 {
  width: 50%;
}

.ms_portfolio_inner {
  overflow: hidden;
}

.ms_portfolio_inner .ms_p_item {
  float: left;
}

.ms_portfolio_inner .ms_p_item img {
  width: 100%;
}
 */
/* End Portfolio Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Blog Main Area css
============================================================================================ */
.blog_img {
  position: relative;
}

.blog_img .blog_date {
  position: absolute;
  left: 0px;
  top: 40px;
  max-width: 120px;
  width: 100%;
  background: #6fbcfe;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#6fbcfe), to(#9b8aff));
  background: -o-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
  background: linear-gradient(to right, #6fbcfe 0%, #9b8aff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbcfe', endColorstr='#9b8aff',GradientType=1 );
  /* IE6-9 */
  text-align: center;
  color: #fff;
  padding: 18px 0px 16px 0px;
}

.blog_img .blog_date h4 {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 5px;
}

.blog_img .blog_date h5 {
  font-size: 12px;
  font-weight: 500;
}

.blog_text {
  padding: 40px 30px 65px 30px;
}

.blog_text h4 {
  font-size: 24px;
  font-weight: bold;
  color: #0b1033;
  padding-bottom: 5px;
}


.blog_text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: #7c8d93;
}

.blog_text p + p {
  padding-top: 30px;
}


.blog_main_item {
  -webkit-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 100px;
}

.blog_main_item:last-child {
  margin-bottom: 0px;
}

.r_widget {
  margin-bottom: 80px;
}

.r_widget:last-child {
  margin-bottom: 0px;
}


.categories_widget ul li {
  margin-bottom: 10px;
}

.categories_widget ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #7c8d93;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.categories_widget ul li:last-child {
  margin-bottom: 0px;
}

.categories_widget ul li:hover a {
  color: #70a7e4;
}

.insta_widget ul {
  overflow: hidden;
  margin: -3px;
}

.insta_widget ul li {
  width: calc(100% / 3);
  float: left;
  overflow: hidden;
}

.insta_widget ul li a {
  display: block;
  padding: 3px;
}


.quote_widget p {
  font-weight: 500;
  font-style: italic;
  color: #7c8d93;
  line-height: 30px;
  font-size: 15px;
  padding-top: 25px;
}





/* End Blog Main Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_widget_area {
  background: url(../img/footer-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 130px 0px 115px 0px;
}



.f_insta_widget ul {
  overflow: hidden;
  margin: -1px;
}

.f_insta_widget ul li {
  width: calc(100% / 4);
  float: left;
}

.f_insta_widget ul li a {
  display: inline-block;
  padding: 1px;
}

.f_insta_widget ul li a img {
  width: 100%;
}

.footer_copyright {
  overflow: hidden;
  background-color: #191919;
  padding: 5px 0px;
  text-align:center;
  color:#fff;
}

.footer_copyright .float-sm-left h5 {
  font-size: 14px;
  color: #2a2f56;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 29px;
}

.footer_copyright .float-sm-right ul li {
  display: inline-block;
  margin-right: 32px;
}

.footer_copyright .float-sm-right ul li a {
  font-size: 14px;
  color: #2a2f56;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.footer_copyright .float-sm-right ul li:last-child {
  margin-right: 0px;
}

.footer_copyright .float-sm-right ul li:hover a {
  color: #fff;
}


/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */
/*
       menu
*/
.logo-img{
	height:80px;
	background-color:#fff;
}
@media (max-width: 992px) {
  .logo-img  {
    height:40px;  
  }
}
.main_menu_area .navbar-brand{
	padding:0px 15px;
}
.main_menu_area .navbar-collapse{
	background-color: #343a40;
}
 .text-rotate-90{
        transform:rotate(90deg);
        -ms-transform:rotate(90deg); /* Internet Explorer 9*/
        -moz-transform:rotate(90deg); /* Firefox */
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
        -o-transform:rotate(90deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.nav-item{
	color:#fff;
}
.nav-item.active,.main_menu_area .navbar .navbar-nav li:hover{
	/* color:#0d74bc; */
	color:#fff;
}
.competition-page{
	padding-top:80px !important;
	min-height: calc(100% - 220px);
}
/* */
.border-box-wrap{
	padding-top:20px;
}
.border-box {
position:relative; 
width:230px; 
height:40px;
line-height:40px;
text-align: center;
margin:0px auto;
}
.border-line {

width: 15%;

height: 20px;
}
.border-top{
border-top: 1px solid #0d74bc;
}
.reviewer-wrap .border-top{
border-top-color:  #fff;
}
.border-bottom{
border-bottom: 1px solid #0d74bc;
}
.reviewer-wrap .border-bottom{
border-bottom-color:  #fff;
}
/* .row.expert-img-wrap.our-causes{
	display: inline-block;
} */
.border-left{
border-left: 1px solid #0d74bc;
}
.reviewer-wrap .border-left{
border-left-color:  #fff;
}
.border-right{
border-right: 1px solid #0d74bc;
}
.reviewer-wrap .border-right{
border-right-color:  #fff;
}
.border-box-top .border-line{
margin-top:20px;
width: 35%;
}
.border-text{
	font-size:26px;
	color:#191919;
}
.reviewer-wrap .border-text{
	color:#fff;
}
.border-box img{
	height: 25px;
    margin-top: 8px;
}
.border-box-after{
	line-height: 10px;
	color: #5f5f5f;
}
.reviewer-wrap .border-box-after{
	color:#fff;
}
/*
    competiton introduce
*/
.world_map_area::before{
	content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 50%;
	  background:url(../images/introbg.jpg) no-repeat /*rgba(255, 187, 68, 0.2)*/;
}
.world_map_area{
	padding:30px 0px;
}
.bd-introduce{
	text-align: left;
  margin: auto; 
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  padding: 35px 30px;
}
.bd-introduce h3{
	font-size:22px;
	color:#036EB7;
	margin-bottom:10px;
}
.bd-introduce h4{
	font-size:16px;
	color:#3F96DB;
	margin-top:5px;
	margin-bottom:2px;
}
.bd-introduce p{
	font-size:16px;
	color:#646464;
	line-height:25px;
}

.introduce_part1 {
    padding: 50px 0;
    border-bottom: #ccc 1px dashed;
}

.introduce_part1 li {
    color: #333;
    min-height: 40px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    padding-left: 155px;
    line-height: 40px;
}
.introduce_part1 li span {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.introduce_part2 {
    height: 22px;
    border-left: #304c73 5px solid;
    color: #304c73;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top:25px;
    padding-left: 15px;
    font-weight: border;
}
/*  news center*/
.cmp-news-wrap{
    padding: 15px 5px 0px 5px;
	color:#666666;
	width:100%;
}
.cmp-news-wrap h3,.cmp-news-wrap h4{
	margin-bottom:1rem;
}
.cmp-news-wrap p{
	font-size:14px;
	margin-top: 5px;
	line-height:18px;
}
.cmp-news-wrap .btn{
	font-size:14px;
	padding:.125rem .75rem;
	border-radius: 0rem;
}
.event-content-wrap.part-border{
	    padding-bottom: 0px;
	    display:inline-flex;
}
.part-border::before {
	content:""; 
	position:absolute; 
	right:-2px; 
	top:-2px; 
	width:100px; 
	height:1px; 
	background-color:#0d74bc
	}
	.part-border::after {
	content:""; 
	position:absolute; 
	right:-2px; 
	top:-2px; 
	width:1px; 
	height:30px; 
	background-color:#0d74bc
	}
	.cmp-news-wrap .news-title{
	font-size:14px;
	margin-top:15px;
	line-height: 18px;
	border-bottom:none;
	padding-bottom: 10px;
	}
 
  .talk-tab { 
        font:12px verdana, arial, sans-serif; /* 设置文字大小和字体样式 */
        width: 100%;
    }
   
.talk-tab li{
	 list-style:none; /* 将默认的列表符号去掉 */
            padding:0; /* 将默认的内边距去掉 */
            margin:0; /* 将默认的外边距去掉 */
            float: left; /* 往左浮动 */
            display: block;
            width: 50%;
            
}

.talk-tab li:nth-of-type(odd){
background-color:green;
}

 .talk-tab li:nth-of-type(even){
            background-color:blue;
}


.entry-btn{
	background-color:#69BF14;
	width:150px;
	font-size:12px;
	color:#fff;
	height:30px;
	border-radius:0;
	cursor:pointer;
}
.entry-btn:hover{
	color:#fff;
}
 .arrow-line-container {
            margin: 10px auto;
            width:120px;
            height:25px;
            line-height:25px;
            text-align:center;
            color:#191919;
        }
.arrow-line{
            top:-2px;
            left:58px;
            overflow:hidden;
            width:5px;
            height:5px;
            border-left:1px solid #000;
            border-top:1px solid #000;
            -webkit-transform:rotate(225deg);
            -moz-transform:rotate(225deg);
            -o-transform:rotate(225deg);
            transform:rotate(225deg);
}
.arrow-line-container::before {
	content:""; 
	position:absolute; 
	left:0px; 
	bottom:0px; 
	width:57px; 
	height:1px; 
	background-color:#757575;
	}
.arrow-line-container::after {
	content:""; 
	position:absolute; 
	right:0px; 
	bottom:0px; 
	width:56px; 
	height:1px; 
	background-color:#757575;
	}
	
/*** foot */
.footer_area .footer-widgets{
	background-color:#343434 !important;
	padding: 20px;
}
.footer_area .erweima div{
	background-color:#191919 !important;
}
.foot-about{
	font-size:14px;
	line-height: 2.5;
}
.foot_menu_area .navbar .navbar-nav li{
	display:inline-block;
}
.nav.nav-tabs a{
	border-radius:0px;
}
.foot-menu-area{
	margin-bottom:10px;
}
.foot-menu-area ul{
	    display: inline;
	    font-size:0px;
}
.foot-menu-area li{
	    display: inline;
	        padding: 0px 20px;
    border-right: 1px solid #fff;
}
.foot-menu-area ul li:first-child{
	        padding-left: 0px;
}
.foot-menu-area ul li:last-child{
	        border-right:none;
}
.foot-menu-area li a{
	    display: inline;
}

/*
-------------competition-------------------
*/
.dropdown-menu {
	border: medium none;
	box-shadow: none;
	display: none;
	float: left;
	font-size: 13px;
	left: 0;
	list-style: none outside none;
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 100%;
	z-index: 9998;
	border: 1px solid #D9DEE4;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.dropdown-menu>li>a {
	color: #333;
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}
.dropdown-menu>li:hover {
	background-color: #f7f7f7
}


/*
----------------modal-------------------
*/

.modal-header{
	display:unset;
}
.modal .table td,.modal .table th{
	    padding: .75rem !important;
	    vertical-align: middle;
}


.form-horizontal .control-label {
    padding-top: 8px;
    text-align: right !important;
}
.form-group div,.form-group label,.form-group input,.form-group select{
	padding-right:10px;
	padding-left:10px;
	font-size:14px;
}
.form-group{
	    margin-bottom: 10px;
	    display:flex;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-submit{
	letter-spacing: 5px;
    padding-right: 5px;
}
.btn-a{
	text-decoration: underline;
    border: none;
    background: none;
    color: #007bff;
   
}
.form_contain input,.form_contain .btn,.form_contain .table{
	font-size:14px;
}
.form_contain .table>thead{
	    background-image: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
    background-repeat: repeat-x;
    background-color: white;
}
.form_contain .table>thead>tr>th,.form_contain .table>thead>tr>td,
.form_contain .table>tbody>tr>th,.form_contain .table>tbody>tr>td,
.form_contain .table>tfoot>tr>th,.form_contain .table>tfoot>tr>td {
    padding: 6px 6px;
    border: 1px solid #dcdcdc;
    text-align: center;
}
.btn:focus,.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus{
	outline: none;
	
	box-shadow:none;
}
.iradio_flat-green.checked {
    background-position: -110px 0;
}

.iradio_flat-green {
    background-position: -88px 0;
}
.icheckbox_flat-green, .iradio_flat-green {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../images/green.png) no-repeat;
    border: none;
    cursor: pointer;
}
.notes h3{
	font-size:22px;
	color:#197ccf;
	margin-bottom:15px;
}
.notes li{
	line-height:28px;
	font-size:14px;
	color:#666;
}
.notes .readnotes{
	margin-top:30px;
	height:32px;
	font-size:15px;
	color:#197ccf;
}
.notes .downDoc{
	line-height:30px;
	font-size:15px;
}
.downDoc a,.readnotes a{
	font-size:16px;
	color:#e15f09;
	margin-left:30px;
}
.appoint.nav{
	border-bottom:none;
	background:none;
}
.appoint.nav >li{
	    background: #F5F7FA;
	    border-bottom: 1px solid #E6E9ED; 
}
.datetimepicker .table-condensed>tbody>tr>td, .datetimepicker .table-condensed>tbody>tr>th, .datetimepicker .table-condensed>tfoot>tr>td, .datetimepicker .table-condensed>tfoot>tr>th, .datetimepicker .table-condensed>thead>tr>td, .datetimepicker .table-condensed>thead>tr>th {
    padding: 5px;
    font-size:14px;
}
.form-control{
	font-size:14px;
}
@media  screen and (max-width: 992px) {
  .feature_item .f_icon {
  	max-width:150px;
  }
  .feature_item{
    width:170px;
  }
}

/*# sourceMappingURL=style.css.map */