.no-padding-tb {
  background: #1D1D1D;
}

/*============== footer ==================*/
/*Footer */

#footer_bg {
  background: #000;
  color: #fff;
}

.footersocial {
  margin-top: 20px;
}

.footersocial li {
  display: inline-block;
  padding-right: 15px;
}

.footer_logo {
  width: 45%;
  padding: 20px 0 30px 0;
}

.footer_links li a {
  width: 100%;
  text-decoration: none;
  color: #ccc;
  border-top: 4px solid transparent;
  font-family: "predige_roundedregular";
}

.footer_links li {
  padding: 10px 0 0 0;
}

.footer_links li a:hover {
  color: #00cc33;
  transition: all ease-in-out 0.8s;
}

.right_sec_footer p {
  color: #ccc;
}

.right_sec_footer p a {
  color: #ccc;
}

.footer_social {
  display: inline-flex;
}

.footer_social li {
  padding: 15px;
  font-size: 25px;
}

.fa-facebook {
  color: #0066cc;
  transition: all ease-in-out 0.5s;
}

.fa-facebook:hover {
  color: #fff;
  transition: all ease-in-out 0.5s;
}

.fa-twitter {
  color: #0066cc;
  transition: all ease-in-out 0.5s;
}

.fa-twitter:hover {
  color: #fff;
  transition: all ease-in-out 0.5s;
}

.fa-youtube-play {
  color: #0066cc;
  transition: all ease-in-out 0.5s;
}

.fa-youtube-play:hover {
  color: #fff;
  transition: all ease-in-out 0.5s;
}

.footer_arrow li {
  width: 40%;
}

.footer_arrow li .fa {
  float: right;
}

.footer_links h2 {
  padding-top: 30px;
}

.footer_content_text i {
  padding-right: 8px;
  font-size: 18px;
  padding-top: 5px;
}

.footer_line {
  border-top: 1px solid #2f2f2f;
}

.copyrights {
  padding: 12px 0 12px 0;
}

.copyrights p {
  margin-bottom: 0;
}

.footer3_block {
  padding: 50px;
}

.footer_linebg {
  background: #141414;
}

.footer_form {
  position: relative;
  z-index: 9;
}

.footer_wraper {
    width: 100%;
    display: inline-block;
    background: #1D1D1D;
    /* background: linear-gradient(to bottom, rgba(28,88,189,0.85), rgba(28,88,189,1)); */
    margin-top: 50px;
}

.bordertop {
  border-top: 1px solid #e5eaee;
}

.footer_links ul li a {
  display: inline-block;
  color: #fff;
  padding: 0px 0px 2px 0px;
  margin-left: 20px;
  border-bottom: 1px solid transparent;
  transition: all ease-in-out 0.4s;
}

.footer_logo {
  display: inline-block;
  padding: 15px 0;
}

.footer_block_wraper {
  display: inline-block;
  width: 100%;
  padding: 2em 0 0em 0;
  border-bottom: 1px solid #fff;
}

.footer_block_wraper_copy_right {
  display: inline-block;
  width: 100%;
  padding: 20px 0 10px 0;
  border-top: 1px solid #fff;
}

.footer_block_wraper_copy_right a,
.footer_block_wraper_copy_right p,
.footer_block_wraper_copy_right {
  color: #fff;
  font-size: 12px;
}

.footer_block_wraper_copy_right .social_div ul li a {
  color: #fff;
  padding: 0 0 0 0px;
}

.footer_block_wraper_copy_right .social_div ul li a:hover {
  color: #999;
}

.email_deatils_main_web {
  display: block;
}

.social_div ul li a {
  color: #fff;
  padding: 0 0 0 5px;
}

.menu_footer_div ul li a {
  color: #fff;
  padding: 10px 0 10px 30px;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  display: block;
}

.menu_footer_div ul li a:hover {
  color: #ff671d;
  transition: all ease-in-out 0.5s;
}

.paddingright35 {
  padding-right: 35px;
}

.email_deatils_main_web h2,
.email_deatils_duplicatemobile h2 {
  color: #fff;
  margin-bottom: 0;
}

.email_deatils_duplicatemobile {
  display: none;
}

textarea {
  resize: none;
}

.comm_icon_protfolio {
  display: inline-block;
  padding: 0 3px;
}

/*============== footer ==================*/

.for_table_hm thead {
  background: green;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #b4ccb6;
}

.tbl_with {
  width: 150px;
}

.for_table_hm th {
  text-align: center;
  font-size: 16px;
}

.for_table_hm th:first-child {
  text-align: left;
  padding-left: 20px;
}

.for_table_hm td {
  text-align: center;
  font-size: 16px;
  color: green;
  border-right: 1px solid #5a8f61;
}

.for_table_hm td:first-child {
  text-align: left;
  padding-left: 20px;
}

.for_table_hm td:last-child {
  border: none;
}

.for_table_hm td img {
  margin: 0 auto;
  padding: 7px 5px;
}

.btn_hm {
  border: 2px solid #fff;
  padding: 12px 20px;
  border-radius: 30px;
  color: #fff;
  transition: all ease-in-out 0.5s;
  font-size: 16px;
  display: inline-block;
}

.btn_hm:hover {
  border: 2px solid #fff;
  color: green;
  transition: all ease-in-out 0.5s;
  background: #fff;
}

.btn_green_hm {
  border: 2px solid #fff;
  padding: 7px 20px;
  border-radius: 10px;
  color: green;
  transition: all ease-in-out 0.5s;
  font-size: 16px;
}

.btn_green_hm:hover {
  border: 2px solid #fff;
  color: #fff;
  transition: all ease-in-out 0.5s;
  background: green;
}

.pad_bot25 {
  padding-bottom: 25px;
}

.line_hm {
  position: relative;
}

.feat_box p {
  padding-top: 20px;
  padding-bottom: 10px;
}

.line_hm:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 70px;
  border: 1.5px solid #31496b;
  transform: translateX(-50%);
  margin: 10px 0px;
}

.top_swiper_wrapper .swiper-button-next,
.top_swiper_wrapper .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/new_home/arrow_right.png);
  width: 50px;
  height: 50px;
  background-size: 45px 45px;
  right: 20px;
  left: auto;
  opacity: 0.3;
  top: 40%;
}

.btn_swipper {
  text-align: left;
  margin-top: 30px;
  padding-left: 50px;
}

.btn_swipper_hm {
  padding: 12px 20px;
  border-radius: 10px;
  color: #fff;
  transition: all ease-in-out 0.5s;
  font-size: 16px;
  background: #576477;
}

.btn_swipper_hm:hover {
  color: #1c3762;
  transition: all ease-in-out 0.5s;
  background: #fff;
}

.cont_list {
  display: inline-flex;
  margin: 0;
}

.cont_list select {
    margin-left: 5px;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 6px 0;
}

.cont_list .form-control {
  width: auto;
}

.content_field_hm {
  display: flex;
}

.add_file_hm {
  display: flex;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: "Add File";
  display: inline-block;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  filter: alpha(opacity=0);
  cursor: pointer;
  font-size: 10pt;
}

.custom-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  /* position: absolute;*/
  z-index: -1;
}

.add_file_hm .add_file_label {
  width: 90%;
  color: #969698;
  font-weight: 500;
}

.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: black;
  display: inline-block;
}

/*============== Contact End ==================*/

#contactForm {
  background: #003551;
}

.contact_wraper {
  display: inline-block;
  width: 100%;
  padding: 50px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 26px 0px #55555590;
  margin-top: -150px;
}

.form_items .img_lable {
    padding: 3px;
    float: left;
}

.contact_wraper .form_items {
  border-bottom: 1px solid #d2d3d5;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.contact_wraper .form_items .form_input {
  outline: none;
  border: none;
  padding: 8px 8px;
  width: 89%;
  margin: 0px;
  position: relative;
}

.captacha_div,
.form_items_textarea {
  width: 100%;
  display: inline-block;
}

.form_items_textarea .text_area {
  width: 100%;
  border-radius: 20px;
  outline: none;
  padding: 13px 15px;
  border-color: #d2d3d5;
}

.message_title {
    padding-bottom: 12px;
    display: flex;
    align-items: baseline;
}

.messages_tyle {
  display: inline-block;
  color: #969698;
  margin-left: 10px;
}

.contact_wraper .form_items .form_input.file {
  opacity: 0;
  z-index: 1;
}

.file_lable {
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 11px;
  left: 58px;
  color: #969698;
}

.submit_button {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-top: 40px;
}

/*.button_inquiry {
    border: 2px solid #00476b;
    background: #fff;
    padding: 16px 40px;
    border-radius: 25px;
    color: #00476b;
    outline: none;
    transition: all ease-in-out 0.4s;
    text-transform: uppercase;
}*/

.button_inquiry {
    border: 2px solid transparent;
    background: none;
    padding: 10px 30px;
    border-radius: 25px;
    color: #000;
    outline: none;
    transition: all ease-in-out 0.4s;
    text-transform: uppercase;
    border: 5px solid #DC042B;
    border-radius: 0;
}

.button_inquiry:hover {

}

input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #969698;
}

input[type="email"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="file"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #969698;
}

input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #969698;
}

input[type="email"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="file"]:-moz-placeholder {
  /* Firefox 18- */
  color: #969698;
}

.mail_div {
  display: inline-block;
  width: 93%;
  background: #ffffff30;
  padding: 25px 15px 25px 120px;
  border-radius: 20px;
  transition: all ease-in-out 0.4s;
  margin-top: 20px;
}

.mail_wraper {
  position: absolute;
  top: 50%;
  left: 33px;
  transform: translateY(-50%);
}

.content_after:after {
  content: "";
  width: 1px;
  height: 57%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 98px;
  transform: translateY(-50%);
  transition: all ease-in-out 0.4s;
}

.email_icon_two {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease-in-out 0.4s;
  filter: invert(1);
}

.mail_div p,
.mail_div a {
  color: #fff;
  line-height: 1.5;
  transition: all ease-in-out 0.4s;
  margin-bottom: 0px;
  text-decoration: none;
}

.mail_div p {
  font-weight: 300;
}

.mail_div:hover {
  cursor: pointer;
  background: #ffffff;
}

.mail_div:hover p,
.mail_div:hover a {
  color: #000;
}

.mail_div:hover .content_after:after {
  background: #000;
}

.mail_div:hover .email_icon_two {
  opacity: 1;
}

.second_footer_section {
  width: 100%;
  display: inline-block;
  padding: 2em 0 0em 0;
}

.tab_border {
  position: absolute;
  top: 14px;
  left: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  display: none;
}

.divder {
  width: 100%;
  height: 1px;
  background: #fff;
  position: relative;
  top: -20px;
  z-index: 0;
}

.otherService_divd {
  background: #ffca00;
  padding: 10px;
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #fff;
}

.act_footer_logo {
  padding-bottom: 15px;
}

.width65 {
    width: 70%;
    margin: 0 auto;
}

.footer_font_padding {
  padding-top: 20px;
}

.email_deatils_main_web {
  display: block;
}

.footer_brand_logo {
    width: 80%;
}

.footer_brand_logo img{
  width: 100%;
}

.services_icon .mail_wraper{
  left: 23px;
}

/*===========Contact Us============*/

@media only screen and (max-width: 1680px) {
  .width65 {
    width: 95%;
    margin: 0 auto;
  }
  .menu_footer_div ul li a {
    padding: 0 0 0 15px;
  }
}

@media only screen and (max-width: 1440px) {
  .width65 {
    width: 95%;
    margin: 0 auto;
  }

  .footerlogo .footerlogoimg {
    width: 50%;
  }
}

@media only screen and (max-width: 1280px) {
  .mail_div {
    width: 100%;
}
}
@media only screen and (max-width: 1152px) {
  .width65 {
    width: 98%;
    margin: 0 auto;
  }
  .mail_div {
    width: 110%;
}
.contact_wraper {
    width: 96%;
    float: right;
}
}
@media only screen and (max-width: 1024px) {
  .email_deatils_duplicatemobile {
    display: block;
  }
  .email_deatils_main_web {
    display: none;
  }
  .webform .col-md-8 {
    width: 100%;
    padding: 0;
  }
  .email_deatils_duplicatemobile .col-md-4 {
    width: 60%;
    padding-left: 5%;
  }
  .footer_brand_logo {
    margin-top: 30px;
}
.mail_div {
    width: 100%;
}
}

@media only screen and (max-width: 991px) {
  .let_font18 {
    font-size: 22px !important;
  }
  .email_deatils_duplicatemobile .col-md-4 {
    width: 62%;
    padding-left: 5%;
  }
  .mail_div a {
    color: #fff;
    line-height: 1;
    transition: all ease-in-out 0.4s;
    margin-bottom: 0px;
    text-decoration: none;
  }
  .width65 {
    width: 92%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) { 
.footer_wraper {
    margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
  .form_items .img_lable {
    padding: 3px 0 3px 0;
}
  .footer_wraper .div-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-align-items: center;
    align-items: center;
  }

  .footersocial li {
    display: inline-block;
    /* padding-right: 15px; */
    padding: 8px;
  }
  .list-inline {
    margin-left: 0;
  }
  .footer_wraper .paddingright35 {
    padding-right: 0px;
  }
  .footerhomesocial {
    display: block;
    text-align: center;
  }

  #contact_form .form-control {
    margin-bottom: 1px;
    font-size: 15px;
    height: 37px;
  }

  .locationabs {
    position: absolute;
    left: -39px;
    top: 0;
  }

  .footersocial {
    text-align: center;
  }

  .copyrights .pull-right,
  .pull-left {
    text-align: center;
    width: 100%;
    padding: 3px 0;
  }
  .mail_div {
    display: inline-block;
    width: 100%;
  }

  /**/
.email_deatils_duplicatemobile .col-md-4 {
    width: 100%;
    padding-left: 5%;
    padding: 0 5px;
}

.content_after .font-18 {
    font-size: 14px !important; 
}
.contact_wraper {
    width: 100%;
    float: right;
}
  .width65 {
    width: 87%;
    margin: 0 auto;
  }
  .mail_div {
    padding: 25px 15px 25px 90px;
  }
  .mail_wraper {
    left: 20px;
    transform: translateY(-50%);
  }
  .content_after:after {
    left: 75px;
  }
  .footerlogo .footerlogoimg {
    width: 60% !important;
    margin-bottom: 0;
  }

  .contact_wraper .form_items {
    border-bottom: 1px solid #d2d3d5;
    padding-bottom: 5px;
    margin-bottom: 15px;
    /* position: relative; */
    padding-top: 10px;
}
.services_icon .mail_wraper {
    left: 10px;
}
.rc-anchor-light.rc-anchor-normal {
    transform: scale(0.8) translateX(-6%) translateY(15%) !important;
}
.g-recaptcha {
    transform: scale(0.8) translateX(-6%) translateY(15%) !important;
}
}

@media only screen and (max-width: 400px) {
  .contact_wraper .form_items {
    border-bottom: 1px solid #d2d3d5;
    padding-bottom: 5px;
    margin-bottom: 30px;
    /* position: relative; */
    padding-top: 10px;
  }
}
