
.no-padding-tb {
    background: #ff671d;
}
/*============== footer ==================*/
.footer_wraper{
    width: 100%;
    display: inline-block;
     background: #ff671d;  
   /* background: linear-gradient(to bottom, rgba(28,88,189,0.85), rgba(28,88,189,1));*/
}
.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;
}
.footer_block_wraper_copy_right a, .footer_block_wraper_copy_right p,.footer_block_wraper_copy_right{
  color: #fff;
  font-size: 14px;
  
}
.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: 0 0 0 50px;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
}
.menu_footer_div ul li a:hover {
    color:#24405f;
    transition: all ease-in-out 0.5s;   
}
.paddingright35{
    padding-right: 35px;
}
.email_deatils_main_web h2, .email_deatils_duplicatemobile h2{
  
  
  font-size: 28px;
  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 .5s;
    
    font-size: 16px;
    display: inline-block;
}
.btn_hm:hover{
    border: 2px solid #fff;
    color: green;
    transition: all ease-in-out .5s;
    background: #fff;

}
.btn_green_hm{
    border: 2px solid #fff;
    padding: 7px 20px;
    border-radius: 10px;
    color: green;
    transition: all ease-in-out .5s;
    
    font-size: 16px;
}
.btn_green_hm:hover{
    border: 2px solid #fff;
    color: #fff;
    transition: all ease-in-out .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 .5s;
    
    font-size: 16px;
    background: #576477;
}
.btn_swipper_hm:hover{
    color: #1C3762;
    transition: all ease-in-out .5s;
    background: #fff;
}
.cont_list{
    display: inline-flex;
    margin: 0;
}
.cont_list select{
    margin-left: 5px;
        outline: none;
    border: none;
    box-shadow: none;
}
.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: 50%;
    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: 5px;
    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;
}

.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;
}
.messages_tyle {
    display: inline-block;
    color: #969698;
    
}


.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:hover{
    background: #00476b;
    color: #fff;
}
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;
}
.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: #00476b;
}
.mail_div:hover .content_after:after{
    background: #00476b;
}
.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;
}

.width65{
    width: 65%;
    margin:0 auto;
}
/*===========Contact Us============*/












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








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


}