@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'orkneybold';
    src: url('../fonts/orkney/orkney-bold-webfont.woff2') format('woff2'),
         url('../fonts/orkney/orkney-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'orkneylight';
    src: url('../fonts/orkney/orkney-light-webfont.woff2') format('woff2'),
         url('../fonts/orkney/orkney-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'orkneymedium';
    src: url('../fonts/orkney/orkney-medium-webfont.woff2') format('woff2'),
         url('../fonts/orkney/orkney-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'orkneyregular';
    src: url('../fonts/orkney/orkney-regular-webfont.woff2') format('woff2'),
         url('../fonts/orkney/orkney-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratblack';
    src: url('../fonts/montserrat/montserrat-black-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratextrabold';
    src: url('../fonts/montserrat/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratextralight';
    src: url('../fonts/montserrat/montserrat-extralight-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'montserratthin';
    src: url('../fonts/montserrat/montserrat-thin-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gotham/Gotham-Rounded-Light_21020.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gotham/Gotham-Rounded-Medium_21022.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    color: #7D8792;
}


.team_cnt {
    background-color: #f5f8f9;
}
.team_mem_container{}
.team_cnt h2 {
    color: #3377b8;
    font-family: gothammedium;
    font-size: 26px;
    font-weight: normal;
    margin: 50px 0 1px;
    text-align: center;
    text-transform: uppercase;
}
.team_cnt h2 span {
    color: #3ab0e2;
}

.team_cnt h5 {
    color: #616060;
    font-family: montserratregular;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
.talk_s {
    color: #e96656;
    border-bottom: 1px solid;
}
.hire_s {
    color: #20aa73;
    border-bottom: 1px solid;
}
.team_cont_top li a {
    background-color: #fff;
    border-radius: 3px;
    color: #5e5e5f;
    float: left;
    font-family: gothamlight;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 15px;
}
.team_cont_top li {
    display: inline-block;
    margin: 0 1px 5px 2px;
}
.team_cont_top .selected {
    background-color: #156bb3;
    color: #fff;
}
.team_mem_container {
    margin: 63px 0 0;
}
.team_cont_top {
    margin: 0 0 28px 18px;
}
ul.team_member_box .col-md-3 {
    display: inline-block;
    margin: 0 0.5% 34px;
    text-align: center;
    float: left;
    width: 24%;
}
.team_cont_top, .team_member_box {
    padding: 0;
}
.team_mem_container li.col-md-3 .col-md-12 {
    background-color: #fff;
    padding: 0;
}

.team_member_box h4, .team_member_box h6 {
    font-weight: normal;
    margin: 0 0 5px;
}
.team_quali > a {
    background-color: #f5f8f9;
    border-radius: 3px;
    color: #939393;
    display: inline-block;
    font-family: montserratlight;
    font-size: 12px;
    margin: 0 0 7px;
    padding: 2px 7px; text-transform:capitalize;
    cursor: default;
}
.team_quali {
    margin: 23px 3px 0 10px;
    padding: 0 2% 10px;
    text-align: left;
}
.team_mem_container li.col-md-3 .col-md-12 {
    background-color: #fff;
    border: 1px solid #ccc;  border-radius: 4px; -webkit- border-radius: 4px; -moz- border-radius: 4px;
    box-shadow: 0 0 6px #ccc;
    overflow: hidden;
    padding: 0;
}
.team_member_box h4 {
    font-family: montserratregular;
    font-size: 14px;
    font-weight: normal;
    margin: 9px 0 2px;
}
ul.team_member_box_inner .col-md-12 h4 a {
    color: #156bb3;
}

.team_member_box h6 {
    color: #404040;
    font-family: gothammedium;
    font-size: 12px;
    margin: 0 0 7px;
}
.team_member_box h6 a {
    color: #156bb3;
}
.team_member_box_inner{ margin:0; padding:0;}
.team_member_box > li{ display:inline-block;}
.join_com > a {
    background-color: #404040;
    border-radius: 2px;
    color: #fff;
    margin: 0 7px 0 0;
    padding: 8px 15px;
    font-family: 'gothammedium';
    text-transform: uppercase;
}
.join_com > a:hover{ color:#ccc; text-decoration:none;}
.join_com {
    color: #3377b8;
    font-family: orkneybold;
    font-size: 14px;
    margin: 36px 0 73px;
    text-align: center;
}
header .row > img {
    height: auto;
    max-width: 100%;
}
.form_cnt {
  background: #f6f6f6;
  padding: 33px 0;
}
.form_cnt h1 {
    color: #404040;
    font-family: orkneybold;
    font-size: 26px;
    font-weight: normal;
    text-align: center; margin-bottom: 0;
}
.form_cnt h1 a::before, .form_cnt h4 span:before  {
    background-color: #fff;
    bottom: 5px;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}
.form_cnt h4 span:before{bottom: 2px;}
.form_cnt h1 a {
    color: #20aa73;
    position: relative;
}
.form_cnt h4 {
    color: #404040;
    font-family: orkneymedium;
    font-size: 14px;
    font-weight: normal;
    text-align: center; margin:0;
}
.form_cnt h4 span {
    font-size: 20px; position:relative;
}
.form_cnt form input, .form_cnt form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #118ef7;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #404040;
    float: left;
    font-family: gothammedium;
    font-size: 14px;
    padding: 10px 14px;
    border: 0;
    margin: 11px 0px;
    width: 100%;
    border-radius: 4px;
}
.form_cnt form input:focus, .form_cnt form textarea:focus {
    box-shadow:-1px -1px 7px 0 rgba(84, 84, 84, 0.12);
}

.form_cnt #submit {
    background-color: #118ef7;
    border: medium none;
    border-radius: 0px;
    box-shadow: -1px -1px 21px 0 rgba(84, 84, 84, 0.45);
    color: #fff;
    float: left;
    font-family: gothammedium;
    height: 36px;
    margin-bottom: 32px;
    margin-top: 12px;
    width: 92px;
	cursor:pointer;
}


.team_view {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    box-shadow: 0 0 5px 0 #b6b6b6;
    display:flex;
    margin: 33px auto 25px;
    width: 95%;
}
.team_view .col-lg-9 {
    border-left: 1px solid #c3c3c3;
}
.team_view .col-lg-3{position: relative;}
.team_view .col-lg-3 img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.team_view .col-lg-3 {
    position: relative;
    width: 20%;
}
.team_view .col-lg-9 {
    border-left: 1px solid #c3c3c3;
    padding-left: 3%;
    width: 80%;
}
.team_cnt .team_view h5 {
    color: #222;
    margin: 25px 0 0;
    text-align: left;
}
.team_view p {
    font-family: gothammedium;
    font-size: 14px;
    line-height: 17px;
    margin-top: 11px;
}
.team_view .col-lg-6 input {
    background-color: #3ab0e2;
    border: medium none;
    color: #fff;
    float: left;
    font-family: gothammedium;
    margin: 7px 0 14px 1px;
    padding: 7px 11px;
}
.team_view .col-md-12 .col-lg-6, .team_view .col-md-12 {
    padding: 0;
}
.team_hover_text::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #222222;
    bottom: -7px;
    content: "";
    height: 0;
    left: 46%;
    position: absolute;
    width: 0;
}
.team_view .col-lg-6.last {
    position: relative;
    text-align: right;
}
.team_hover_text {
    background-color: #222222;
    box-shadow: 0 0 2px 0 #444;
    color: #fff;
    float: right;
    font-family: montserratregular;
    font-size: 10px;
    padding: 1px 10px;
    position: absolute;
    right: -2px;
    text-transform: capitalize;
    top: -21px;
}
.team_img img {
    border: 3px solid #ebebeb;
    border-radius: 50%;
    margin: 2px 25px 0 0;
    width: 40px;
}
.conditions {
    background-color: #404040;
    color: #fff;
    padding: 75px 0;
}
.conditions h1 {
    color: #3ab0e2;
    font-family: gothammedium;
    font-size: 26px;
    margin: 29px 0 0;
    text-align: center; font-weight:normal;
    text-transform: uppercase;
}
.conditions h5 {
    font-family: orkneymedium;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    margin: 0;
    text-align: center;
}
.conditions h3 {
    font-family: gothammedium;
    font-size: 26px;
    font-weight: normal;
    line-height: 31px;
    margin: 0 0 40px;
    /*text-align: center;*/
}

.condition_box .col-md-6::before {
    background-color: #939393;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.condition_box .col-md-6::before {
    background-color: #939393;
    content: "";
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    width: 1px;
}
.condition_box .col-md-6:first-child::before {
    left: inherit;
    right: 0px;
}
.condition_box{
    font-family: gothammedium;
    margin: 60px 0;
	font-size:14px;
}
.condition_box li {
    line-height: 18px;
        position: relative;
}
.condition_box .col-md-6:first-child {
    padding: 0 95px 45px 6px;
}
.condition_box .col-md-6 {
    padding: 0 6px 0 95px;
}
.conditions h5 a {
    border-bottom: 1px solid;
    color: #3ab0e2;
    font-size: 18px;
}
.condition_box ul {
  padding: 0;
}
.condition_box li span {
    color: #939393;
    display: inline-block;
    font-family: montserratsemibold;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: 100%;
}
.condition_box li {
    line-height: 18px;
    list-style: none;
    font-family: gothamlight;
    margin: 0 0 24px;
}
.condition_box li .fa {
color: rgba(238, 238, 238, 0.43);
}
.condition_box .col-md-6:first-child p {
    margin: 0 0 10px;
}
.conditions input {
    background-color: #20aa73;
    border: medium none;
    color: #fff;
    display: flex;
    float: none;
    margin: 42px auto 30px;
    text-align: center;
}
.conditions button.butn {
    background-color: #20aa73;
    border: medium none;
    color: #fff;
    display: flex;
    float: none;
    font-family: gothammedium;
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto;
    padding: 12px 21px;
    text-align: center;
}
.end_btn {
    float: left;
    margin: 48px 0 0;
    width: 100%;
    text-align: ce
}
.condition_box.col-lg-12 {
    margin: 62px 0 0;
}

/*mustaf*/
.text-whte {
  color: #fff !important;
  padding: 15px 0;
}
a:hover {
  text-decoration: none !important;
}
:focus {
  outline: none;
}
small {
  display: block;
  padding-left: 8px;
  overflow: hidden;
}
/*.single-member {
    margin: 18px 20px !important;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 6px #ccc;
    overflow: hidden;
    padding: 0 !important;
}
.single-member img {
  width: 100%;
}*/
.profile-card h6 {
  color: #404040;
font-family: gothamlight;
font-size: 12px;
margin: 0 0 7px;
}
.profile-card h6 a {
  cursor: default;
}
.profile-card a {
	    color: #156bb3;
}
.profile-card img {
	width: 100%;
}
.profile-card h4 {
    font-family: montserratregular;
    font-size: 14px;
    font-weight: normal;
    margin: 9px 0 2px;
}

.profile-card .team_quali > a {
    color: #939393 !important;
}



footer {
  background-color: #28292a;
  padding: 15px 0;
  font-size: .7em;
  color: #999
}

/*profile page*/


.team_profile .container{
    background-color: #f8f8f8;
}
.team_member_profile {
    background-color: #dbeaf0;
    box-sizing: border-box;
    padding: 20px;
    font-family: gothamlight;
}

.home_btn > img {
    margin: -4px 8px 0 2px;
}
.home_btn {
    background-color: #3b3939;
    border-radius: 3px;
    color: #d4d4d4;
    float: right;
    font-family: gothamlight  ;
    font-size: 14px;
    margin: 40px -4px 31px 0;
    padding: 9px 12px 7px;
    text-transform: capitalize;
}
.team_member_desc.col-lg-9 {
    padding: 0;
}
.team_profile h1 {
    color: #156bb3;
    font-size: 20px;
    font-family: gothammedium;
    font-weight: normal;
    margin: 15px 0px;
    text-transform: capitalize;
}
.team_member_desc.col-lg-9 h4 span {
    float: left;
    margin: 2px 13px 0 0;
    text-align: center;
    width: 16px;
}
.team_member_desc.col-lg-9 h4 {
    font-size: 14px;
    font-weight: normal; color:#222b35;
    margin: 11px 0 14px;
}
.team_member_desc.col-lg-9 h4 a{ color:#20aa73;}
.team_member_image.col-md-3 {
    padding: 0;
}
.team_member_image img {
  /*  width: 150px;
      height: 150px;*/
    box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.15);
    border: 1px solid #fff;

    object-fit: contain;
}
.team_member_desc .cont_det {
    background-color: #3ab0e2;
    box-shadow: 0 0 25px 0 #dddddd;
    color: #fff;
    float: right;
    font-family: gothammedium;
    font-size: 12px;
  /*  margin: -33px 10px 0 0; */
    padding: 9px 10px 8px;
    text-transform: uppercase;
}
.member_con_detail {
    background-color: #156bb3;
    color: #fff;
    display: inline-block;
    width: 100%; margin: 0 0 10px;
    display: none;
}
.member_con_detail .box_1 {
    float: left;
    margin: 28px 26px 26px 33px; font-family:gothamlight;
}
.member_con_detail img {
  width:auto;
  height: 32px;
}
.box_1 > span {
    display: inline-block;
    margin: 0 16px 0 0; float:left;
}
.member_con_detail .box_1 a {
    color: #fff;
    float: left;
    margin-top: 5px;
}
.team_profile h5 {
    color: #3ab0e2;
    margin: 23px 0 0;
    text-transform: uppercase;
}
.team_profile h5 span {
    background-color: #fff;
    border: 1px solid #156bb3;
    border-radius: 50%;
    float: left;
    height: 41px;
    width: 41px;
	 display: flex; margin: 0 15px 0 0;
  align-items: center;
}
.team_profile h5 {
    color: #3ab0e2;
    font-family: gothammedium;
    font-size: 16px;
    font-weight: normal;
    min-height: 40px;
    line-height: 40px;
    margin: 30px 0 0;
    text-transform: uppercase;
}
.abt_box {
    background-color: #3b3939;
    color: #fff;
}
.abt_box {
    background-color: #3b3939;
    color: #d8d8d8;
    display: block;
    font-family: gothamlight;
    margin: 12px 0 0;
    padding: 7px 20px 10px 33px; line-height: 17px;
}


h5 span img{
   display: block;
  width: 16px;
  height: auto;
  margin: auto;
}
.abt_box > a {
    color: #3ab0e2;
}
.abt_box > p {
    margin: 17px 0;
    line-height: 24px;
    text-align: justify;
}
.pre-line {
    white-space: pre-line;
    text-align: justify;
}
ul.work_list li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.work_list {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
ul.work_list > li {
    background-color: #fff;
    border: 1px solid #f8f8f8;
    margin: 11px 0 2px;
    padding: 20px;
    display: table;
    width: 100%;
}
.work_list .img_box {
    padding: 0;
    text-align: center;
    width: 80px;
    vertical-align:middle;
    display: table-cell;
}

.work_det h3 {
    color: #e96656;
    font-size: 18px;
    font-weight: normal;
    margin: 9px 0 0;
}
.work_det > p {
    margin: 7px 0; color: #3b3939;
    white-space: pre-line;
}
ul.work_list li ul.member_spe {
    padding: 0;
}
ul.work_list li ul.member_spe li {
    background-color: #f5f8f9;
    border: medium none;
    border-radius: 3px;
    box-shadow: none;
    color: #939393;
    float: left;
    font-family: montserratlight;
    font-size: 12px;
    margin: 22px 1px 0 3px;
    padding: 2px 7px;
}

a.visit_web {
    background-color: #3ab0e2;
    color: #f6f6f6;
    float: right;
    font-family: montserratregular;
    font-size: 12px;
    margin: 19px 5px 0 0;
    padding: 10px 12px 7px;
    text-transform: uppercase;
}
.cont_det {
  cursor: pointer;
}
.visit_web > img {
    margin: -3px 13px 0 0;
}
.home_btn:hover {
    color: #dbeaf0;
}
.pdT4{padding-top: 40px;}
#form_cnt_msg{display: none;}

/*media queries */
@media only screen and (max-width: 850px) {
  .team_profile .container {
    width: 100%;
  }
  .team_member_desc .cont_det {
    margin: inherit;
  }
  .work_det h3 {
    color: #e96656;
    font-size: 15px;
  }
}
@media only screen and (max-width: 533px) {
  .work_list .img_box {
    display: block;
  }
  .team_member_image img {
    height: 150px;
    width: auto;
    box-shadow: none;
    border: none;
  }
}
@media only screen and (max-width: 1000px) {
.team_member_desc .cont_det {
  margin: 0 7px;
}
.team_profile h1 {
  font-size: 18px;
}
.team_member_desc h4 {
  font-size: 16px;
}
}


script.team-template {
    display: none !important;
}

.condition_box ul li .glyphicon {
    position: absolute;
    left: -25px;
}

.team_member_desc h4 span {
    position: absolute;
    left: 16px;
}
.hide-submit {
    position: relative;
    overflow: hidden;
    padding: 0 15px;
}
#form_cnt_msg i {
    background: #4e4e4e;
    padding: 28px;
    border-radius: 100px;
    color: #20aa73;
    font-size: 75px;
}
#form_cnt_msg h3 {
  margin-top: 20px;
    color: #20aa73;
}
.succes-msg {
  color: #f6f6f6 !important;
}

.team_member_desc h4 {
    margin-left: 26px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #777;
    font-size: 16px;
}
.form-group.pr.ovrVis.has-error {
    position: relative;
    float: left;
    width: 100% !important;
}
.shrink header {
  top: -122px !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*mozilla hack*/
@-moz-document url-prefix() {
.form_cnt form input {
     height: 41px !important;
    padding: 0 14px !important  ;
}
}

/* Safari only override */
::i-block-chrome,.end_btn {
 text-align: center !important;
}
}
