/***********************

colors :
Orange --> #FD602D
Green --> #569f2e

************************/
* {
  padding: 0px;
  margin: 0px;
}
body {
  background-color: #e7e7e7;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;;
  padding: 0px;
  margin: 0px;
  display: none;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  background-color: #bbb; /* or add it to the track */
}
body::-webkit-scrollbar-thumb {
  background: #777;
}
#wrapper {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #555;
  transition: all 300ms;
}
a:hover {
  color: #FD602D;
}
.center_align {
  width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/************* Header CSS ****************/
#header {
  width: 100%;
  position: fixed;
  display: inline-block;
  top: 0;
  left: 0;
  color: #fff;
  background-color: transparent;
  z-index: 100;
  transition: all 300ms;
  padding-top: 20px;
  padding-bottom: 20px;
}
#logo {
  font-size: 26px;
  float: left;
  padding: 8px 0px;
}
#logo_text {
  font-family: 'Suez One', serif;
  float: left;
  padding-top: 1px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  position: relative;
}
#logo span:nth-child(1),#logo span:nth-child(2){
  color: #f04f4f;
}
/* #logo span:nth-child(2){
position: absolute;
right: 13px;
}
#logo span:nth-child(3){
position: relative;
left: 10px;
} */
#header_btn {
  color: #302c2d;
  background-color: #fff;
  padding: 13px 25px;
  font-size: 13px;
  border-radius: 25px;
  float: right;
  margin-top: 5px;
  font-weight: 500;
  transition: all 200ms;
}
#header_search {
  display: none;
  background-color: transparent;
  border: 2px solid #d1d6dc;
  padding: 12px 20px;
  padding-left: 40px;
  color: #fff;
  border-radius: 25px;
  margin-top: 5px;
  margin-left: 35px;
  outline: none;
  background-image: url(images/search_icon.png);
  background-repeat: no-repeat;
  background-position: 6px;
  background-size: 28px;
}
#header_nav {
  color: #302c2d;
  float: left;
  margin-left: 35px;
}
#header_nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#header_nav ul li {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
}
#header_nav ul li a {
  padding: 17px 18px;
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
#header_nav ul li a:hover {
  color: #f24e4e;
}
#sign_in {
  float: right;
}
#language {
  float: right;
  margin-top: 13px;
  margin-right: 20px;
}
#language a{
  color: #fff;
  margin-right: 5px;
}
#select_language1, #select_language2 {
  border: none;
  background-color: #333;
  color: #fff;
  padding: 6px 6px;
  vertical-align: top;
  border-radius: 7px;
  margin-left: 5px;
  margin-right: 10px;
  outline: none;
}
#select_language2 {
  display: none;
}
#language img{
  border-radius: 7px;
}
#search_bar {
  float: left;
}
.parallax-window {
  min-height: 650px;
  background: transparent;
}
#header_slider {
  width: 800px;
  height: auto;
  padding-top: 225px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
}
.slider_title {
  font-size: 52px;
  font-weight: 600;
}
.tagline_slider {
  list-style: none;
}
#header_slider .slider_btn a {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
  padding: 6px 10px;
  border-radius: 20px;
  display: block;
  background-color: #f24e4e;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
#header_slider .slider_btn input {
  border: none;
  background-color: transparent;
  text-align: left;
  padding: 10px 14px;
  font-size: 11px;
  text-transform: uppercase;
  outline: none;
  color: #666;
  float: left;
  width: 260px;
}
#header_slider .slider_btn .submit_btn {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: center;
  border: none;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 20px;
  display: block;
  background-color: #f24e4e;
  cursor: pointer;
  width: 180px;
  box-shadow: 0px 7px 30px #fab2b2;
  transition: all 300ms;
}
#header_slider .slider_btn .notify_btn {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #666;
  text-align: center;
  border: 2px solid #888;
  padding: 8px;
  text-transform: uppercase;
  border-radius: 20px;
  display: block;
  background-color: #fff;
  margin-left: 10px;
  cursor: pointer;
  width: 180px;
}
#header_slider ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
  letter-spacing: 2px;
}
#header_slider ::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  letter-spacing: 2px;
}
#header_slider :-ms-input-placeholder { /* IE 10+ */
  color: #666;
  letter-spacing: 2px;
}
#header_slider :-moz-placeholder { /* Firefox 18- */
  color: #666;
  letter-spacing: 2px;
}
.slider_btn {
  margin-top: 70px;
}
.slider_btn span {
  font-size: 13px; letter-spacing: 2px; font-weight: 600; text-transform: uppercase;
  /* text-shadow: 2px 2px 2px #f24e4e; */
  background: rgb(51, 51, 51);
  padding: 5px 10px;
}
.slider_btn .container {
  background-color: #fff;
  display: inline-block;
  padding: 12px 12px;
  margin-top: 10px;
  border-radius: 40px;
}
/************** EOF HEADER CSS *********************/
/******************* Services CSS ******************/
#services {
  padding: 80px 0px;
  padding-bottom: 0px;
  background-color: #fff;
  width: 100%;
}
#services .title{
  font-size: 40px;
  text-align: center;
}
#services .sub_title{
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 20px;
  color: #777;
  text-transform: uppercase;
  text-align: center;
}
#services .container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#services .container .content_box {
  width: calc(33.3% - 100px);
  margin-left: 50px;
  margin-right: 50px;
  float: left;
  min-height: 300px;
}
#services .container .content_box .image img {
  width: 80%;
  padding: 10%;
}
#services .container .content_box .content .title {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #333;
}
#services .container .content_box .content .text {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #777;
}
/**************** EOF Services CSS *****************/
/***************** How_it_works CSS ****************/
#find_experts {
  padding: 100px 0px;
  padding-bottom: 0px;
  background-color: #fff;
  width: 100%;
}
#find_experts .left_side {
  float: left;
  width: 50%;
}
#find_experts .left_side img {
  width: 100%;
}
#find_experts .right_side {
  float: left;
  width: 50%;
}
#find_experts .right_side .title {
  font-size: 40px;
  text-align: left;
  margin-top: 10px;
}
#find_experts .right_side .sub_title {
  font-size: 13px;
  text-align: left;
  margin-top: 10px;
  color: #aaa;
  padding-left: 3px;
  text-transform: uppercase;
}
#find_experts .right_side .text {
  margin-top: 30px;
}
#find_experts .right_side .text table {
  width: 90%;
  float: left;
}
#find_experts .right_side .text td {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
  line-height: 25px;
}
#request_a_call {
  padding: 15px;
  font-size: 13px;
  letter-spacing: 2px;
  color: #666;
  text-align: center;
  border: 2px solid #888;
  text-transform: uppercase;
  border-radius: 30px;
  display: block;
  background-color: #fff;
  width: fit-content;
  margin-left: 35px;
  margin-top: 20px;
}
/************* EOF How_it_works CSS *************/
/***************** More_info CSS ****************/
#surveys {
  padding: 100px 0px;
  padding-bottom: 0px;
  background-color: #fff;
  width: 100%;
}
#surveys .left_side {
  float: left;
  width: 38%;
  margin-left: 11%;
  margin-right: 11%;
  min-height: 300px;
}

#surveys .right_side {
  float: left;
  width: 40%;
  background-image: url("images/more_info.jpg");
  background-size: cover;
  min-height: 585px;
}

#surveys .mob_right_side {
  display: none;
  float: left;
  width: 100%;
  background-image: url("images/more_info2.jpg");
  background-size: cover;
  min-height: 300px;
  background-position: center;
}

#surveys .left_side .title {
  font-size: 40px;
  text-align: left;
  margin-top: 10px;
}
#surveys .left_side .sub_title {
  font-size: 13px;
  text-align: left;
  margin-top: 10px;
  color: #aaa;
  padding-left: 3px;
  text-transform: uppercase;
}
#surveys .left_side .text {
  margin-top: 30px;
}
#surveys .left_side .text table {
  width: 90%;
  float: left;
}
#surveys .left_side .text td {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
  line-height: 25px;
}
#request_survey {
  padding: 16px;
  font-size: 13px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  display: block;
  background-color: #f24e4e;
  box-shadow: 0px 7px 30px #fab2b2;
  width: fit-content;
  margin-left: 35px;
  margin-top: 20px;
}
/***************** Questions CSS ****************/
#questions {
  padding: 100px 0px;
  padding-bottom: 70px;
  background-color: #fff;
  width: 100%;
}
#questions .left_side {
  float: right;
  width: 40%;
}
#questions .right_side {
  float: left;
  width: 60%;
}
#questions .left_side .title {
  font-size: 40px;
  text-align: left;
  margin-top: 15px;
}
#questions .left_side .sub_title {
  font-size: 13px;
  text-align: left;
  margin-top: 10px;
  color: #aaa;
  padding-left: 3px;
  text-transform: uppercase;
}
#questions .left_side .text {
  margin-top: 30px;
}
#questions .questions_container {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
#questions .questions_container .question{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
  box-shadow: 0px 5px 35px #e7e7e7;
  line-height: 36px;
  border-left: 2px solid #f24e4e;
  font-size: 14px;
  color: #555;
}
#questions .questions_container .question .numbers {
  width: 36px;
  text-align: center;
  float: left;
  margin-right: 5px;
}
#questions .questions_container .question img{
  width: 36px;
  float: left;
  margin-left: 10px;
  border-radius: 19px;
}
#find_more {
  padding: 15px;
  font-size: 13px;
  letter-spacing: 2px;
  color: #666;
  text-align: center;
  border: 2px solid #888;
  text-transform: uppercase;
  border-radius: 30px;
  display: block;
  background-color: #fff;
  width: fit-content;
  margin-left: 35px;
  margin-top: 20px;
}
/**************** EOF Questions CSS ***************/
/***************** News_letter CSS ****************/
#news_letter {
  padding: 50px 0px;
  background-color: #f3f6f7;
  width: 100%;
}
#news_letter .title {
  font-size: 26px;
  text-align: center;
  font-weight: 400;
  color: #222;

}
#news_letter .signup_form {
  padding: 10px 20px;
  border-radius: 50px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0px 0px 50px #cfcfcf;
  margin-bottom: 30px;
  margin-top: 30px;
}
#news_letter .signup_form .email_address {
  padding: 10px 20px;
  width: calc(100% - 50px);
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  outline: none;
}

#news_letter .signup_form .send {
  padding: 16px;
  font-size: 13px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  display: block;
  background-color: #f24e4e;
  box-shadow: 0px 7px 30px #fab2b2;
  width: 110px;
  border: none;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}

#news_letter .signup_form .submit_btn {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: center;
  border: none;
  padding: 12px;
  text-transform: uppercase;
  border-radius: 20px;
  display: block;
  background-color: #f24e4e;
  cursor: pointer;
  width: 180px;
  box-shadow: 0px 7px 30px #fab2b2;
  transition: all 300ms;
  float: left;
}
#news_letter .signup_form .notify_btn {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #666;
  text-align: center;
  border: 2px solid #888;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 20px;
  display: block;
  background-color: #fff;
  margin-left: 10px;
  cursor: pointer;
  width: 180px;
  float: right;
}
.mob_submit_btn {
  display: none;
}
.mob_notify_btn {
  display: none;
}
#news_letter .text {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  color: #888;
}
.signup_form td img {
  width: 50px;
}
.signup_form table td:first-child {
  width: 50px;
}
.signup_form table td:last-child {
  width: 370px;
}
/************* EOF News_letter CSS *************/
/****************** Footer CSS *****************/
#footer {
  border-top: 1px solid #eee;
  padding: 30px 0px;
  background-color: #fff;
  width: 100%;
  display: inline-block;
}
#footer .left_side {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#footer .left_side .title {
  font-size: 14px;
  text-align: center;
  padding: 5px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444;
}
#footer .left_side .text {
  font-size: 12px;
  color: #888;
  padding: 5px 20px;
  line-height: 20px;
  text-align: center;
}
#footer .left_side .social {
  font-size: 13px;
  color: #aaa;
  padding: 5px 20px;
  line-height: 20px;
  text-align: center;
}
/****************** Popup *************************/
.popup {
  padding: 25px;
  background-color: #fff;
  width: 400px;
  display: none;
  box-shadow: 0px 0px 100px #000;
}
.b-close {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: -25px;
  right: 0px;
  cursor: pointer;
}
.popup .title {
  color: #333;
  text-align: left;
  font-size: 15px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.popup .text {
  color: #666;
  text-align: justify;
  font-size: 12px;
  line-height: 18px;
}
.popup .form table {
  font-size: 12px;
  margin-top: 15px;
}
.popup .form table td {
  padding: 5px;
}
.popup .form table td:first-child {
  width: 35%;
}
.popup .form table td input{
  padding: 5px;
  border: 1px solid #ccc;
  outline: none;
  background-color: #f7f7f7;
  font-size: 12px;
  width: 80%;
}
.popup .form table td input:focus{
  border: 1px solid #aaa;
  background-color: #fff;
}
.popup .form table td textarea{
  padding: 5px;
  border: 1px solid #ccc;
  outline: none;
  background-color: #f7f7f7;
  font-size: 12px;
  width: 80%;
}
.popup .form table td .send_btn{
  padding: 7px 0px;
  border: 1px solid #f24e4e;
  outline: none;
  color: #fff;
  background-color: #f24e4e;
  font-size: 12px;
  width: 100%;
  letter-spacing: 2px;
  border-radius: 20px;
  box-shadow: 0px 7px 30px #fab2b2;
  margin-top: 10px;
  cursor: pointer;
  text-transform: uppercase;
}

.error {
  position: fixed;
  top: 73px;
  z-index: 90;
  font-size: 12px;
  padding: 10px 0px;
  width: 100%;
  text-align: center;
  background-color: #f04f4f;
  color: #fff;
  box-shadow: 0px 0px 10px #aaa;
}

.footer-msg {
  width: 99.35%;
  position: fixed;
  z-index: 149;
  bottom: 0;
  padding: 5px;
  color: #fff;
  text-align: center;
  background-color: rgb(242, 78, 78);
  font-size: 13px;
  font-weight: bold;
}
.footer-msg div{
  padding: 0 20px;
}

.footer-msg  i{
  right: 13px;
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  top: 6px;
}


/****************** EOF Popup *************************/
/*****************************************************/
/*****************************************************/
@media only screen and (max-width: 1250px){
  .center_align {
    width: 900px;
  }
  #header_search {
    margin-left: 25px;
    width: 80px;
  }
  #header_nav {
    margin-left: 10px;
  }
  #header_nav ul li a {
    padding: 17px 8px;
  }
  #questions .questions_container .question {
    font-size: 12px;
    line-height: 22px;
    float: left;
    margin-top: 20px;
    margin-bottom: 5px;
    width: 85%;
  }
  #questions .questions_container .question img {
    width: 22px;
    margin-left: 5px;
  }
  #news_letter .signup_form {
    width: 80%;
  }
  #questions .questions_container .question .numbers {
    width: 30px;
    margin: 0px;
  }
}
@media only screen and (max-width: 950px){
  .footer-msg i{
    right: 8px;
    top: 2px;
  }
  .center_align {
    width: 700px;
  }
  #header_nav {
    float: right;
    padding-bottom: 1px;
  }
  #header_nav ul li a {
    padding: 17px 12px;
  }
  #search_bar {
    float: left;
    width: 70%;
    margin-bottom: 10px;
  }
  #sign_in {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #header_search {
    width: calc(100% - 75px);
  }
  #services .container {
    width: 700px;
  }
  #services .container .content_box {
    width: calc(33.3% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    min-height: 300px;
  }
  #find_experts .left_side {
    float: left;
    width: 100%;
    text-align: center;
  }
  #find_experts .left_side img {
    width: 70%;
  }
  #find_experts {
    padding-top: 0px;
  }
  #find_experts .right_side {
    float: left;
    width: 100%;
  }
  #surveys .left_side {
    float: left;
    width: 50%;
    margin-left: 5%;
    margin-right: 5%;
    min-height: 300px;
  }
  #questions .left_side {
    float: left;
    width: 100%;
  }
  #questions .left_side .text {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #questions .right_side {
    float: left;
    width: 100%;
  }
  #news_letter .signup_form .submit_btn {
    margin: 0px;
    width: 182px;
  }
  #news_letter .signup_form .notify_btn {
    margin: 0px;
    margin-top: 10px;
  }
  .signup_form table td:last-child {
    width: 185px;
  }
  #news_letter .signup_form .email_address {
    padding: 10px 20px;
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 750px){
  .footer-msg i{
    right: 8px;
    top: 1px;
  }
  .center_align {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  #header_nav {
    display: none;
  }
  #search_bar {
    display: none;
  }
  #sign_in {
    margin-top: 0px;
  }
  #logo_text {
    float: left;
    padding-left: 7px;
    padding-top: 4px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
  }

  #logo span:nth-child(2) { right: 11px; }
  #logo span:nth-child(3) { left: 9px; }

  #header_slider {
    width: 300px;
    padding-top: 210px;
  }
  .slider_title {
    font-size: 30px;
    font-weight: 600;
  }
  .tagline span {
    font-size: 9px !important;
  }
  .slider_btn span {
    font-size: 9px;
  }
  .slider_btn {
    margin-top: 60px;
  }
  #header_slider .slider_btn input {
    width: calc(100% - 25px);
    text-align: center;
  }
  .slider_btn .container {
    border-radius: 15px;
  }
  #header_slider .slider_btn .submit_btn {
    margin-bottom: 12px;
    margin-top: 5px;
    margin-left: 44px;
  }
  #header_slider .slider_btn .notify_btn {
    width: 178px;
    margin-left: 46px;
  }
  #services .container {
    width: 300px;
  }
  #services .container .content_box {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    float: none;
  }
  #find_experts .right_side .text table {
    width: 100%;
  }
  #request_a_call {
    float: left;
  }
  #surveys .right_side {
    display: none;
  }
  #surveys .mob_right_side {
    display: block;
  }
  #surveys .left_side {
    width: 90%;
  }
  #find_experts .right_side .title {
    font-size: 32px;
  }
  #surveys .left_side .title {
    font-size: 32px;
  }
  #surveys .left_side .text table {
    width: 100%;
  }
  #surveys .left_side .text td {
    padding: 10px;
  }
  #find_experts .right_side .text td {
    padding: 10px;
  }
  #questions .left_side .title {
    font-size: 32px;
  }
  #questions .questions_container .question {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px;
    float: none;
  }
  #questions .questions_container .question img {
    display: none;
  }
  #news_letter .signup_form {
    width: calc(100% - 60px);
    padding: 15px;
    margin: 15px;
    display: inline-block;
  }
  #news_letter .signup_form .submit_btn {
    display: none;
  }
  #news_letter .signup_form .notify_btn {
    display: none;
  }
  .signup_form td img {
    width: 30px;
  }
  .signup_form table td:first-child {
    width: 30px;
  }
  .signup_form table td:last-child {
    width: 0px;
  }
  #services .container .content_box .image img {
    width: 70%;
    padding: 15%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mob_submit_btn {
    font-size: 11px;
    color: #fff;
    text-align: center;
    border: none;
    padding: 12px;
    text-transform: uppercase;
    border-radius: 20px;
    display: block;
    background-color: #f24e4e;
    cursor: pointer;
    box-shadow: 0px 7px 30px #fab2b2;
    transition: all 300ms;
    letter-spacing: 1.5px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mob_notify_btn {
    font-size: 11px;
    color: #d1d6dc;
    text-align: center;
    border: 2px solid #d1d6dc;
    padding: 10px 11px;
    text-transform: uppercase;
    border-radius: 20px;
    display: block;
    background-color: #fff;
    cursor: pointer;
    letter-spacing: 1.5px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  #news_letter .signup_form table {
    width: 100%;
    float: left;
  }
  #news_letter .signup_form .email_address {
    letter-spacing: 0em;
    font-size: 11px;
    padding: 10px 10px;
    width: calc(100% - 20px);
  }
  #footer .left_side {
    width: 100%;
  }
  #footer .right_side {
    width: 100%;
    padding: 0px;
    margin-top: 25px;
  }
  #footer .right_side .container {
    width: calc(100% - 40px);
  }
  .popup {
    width: 300px;
  }
  #select_language2 {
    display: block;
    padding: 6px 3px;
    margin-left: 0px;
    margin-right: 10px;
  }
  #sign_in {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #select_language1 {
    display: none;
  }
  #language {
    margin-right: 0px;
  }
  #news_letter .signup_form {
    border-radius: 15px;
  }
}
