/*CSS*/

.static_section .row2{border-bottom:2px solid #f1f1f1;margin-bottom: 24px}
.static_section .row2 .row2_div1{border:1px solid #0079b2;border-radius:6px;padding: 40px 20px 10px;height: 100%;/*box-shadow: inset 4px 0px #0079b2;*/position: relative}
.static_section .row2 .row2_div1 .img_div{display: inline-block;background-color: #0079b2;border-radius: 100px;padding:10px 12px;position: absolute;top: -22px;left:50%;transform: translate(-50%, 0px);}
.static_section .cat_row .cat_div{border:1px solid #0079b2;border-radius:6px;padding:0px;height: 100%;/*box-shadow: inset 4px 0px #0079b2*/}
.static_section .cat_row .cat_div img{width: 100%;height: 160px;border-radius: 6px 6px 0px 0px}
.static_section .cat_row .cat_div a{color: #111;display: block;font-size: 16px;font-weight: 500;padding:15px 20px 0px}
.static_section .cat_row .cat_div p{background: #f6f8ff;color: #111;display: inline-block;padding: 10px;margin: 12px 20px 20px;}

.static_section .why_us_row{border-bottom: 2px solid #f1f1f1;padding-bottom:30px}
.static_section .why_us_row .why_us_div{border:1px solid #0079b2;border-radius:6px;padding: 20px 20px 10px;/*box-shadow: inset 4px 0px #0079b2*/}
.static_section .why_us_row .why_us_div .pointer:before{content: "";display: inline-block;width: 7px;height: 7px;background-color:#0868ad;border-radius: 100px;margin-right: 10px}

/*Footer*/
footer{background: #f4f4f4}
.footer_row1{border-bottom: 1px solid #dee2e6}
.select_location select{width:100%;font-size:16px;appearance: auto;color: #495057;padding: 8px 12px;border-radius: 4px;font-weight: 400;border: 1px solid #ced4da;outline: none}
.border_right_left {border-right: 1px solid #dee2e6;border-left: 1px solid #dee2e6}
.contact_para{color:#333}
.contact_para a{color:#3a3939}
.contact_para a:hover{color:#0667ac}
address{font-style: normal;margin-bottom: 16px}
.footer_logo img{filter: grayscale(1)}
.footer_links .footer_pagelinks a{padding: 0px 14px;font-size: 13px;color: #3a3939}
.footer_links .footer_pagelinks_3 a{padding: 5px 8px}
.footer_links .footer_pagelinks a.ps_10{padding-left: 10px}
.footer_links .footer_pagelinks a:hover{color:#0667ac}
footer.footer_copy_Right{background: #eaeaea}
.footer_social_links a{display: inline-block;color: #123D63;margin: 0px 6px}
.footer_social_links a svg{fill:#898989}
.footer_social_links a.youtube svg{margin-top: 6px}
.move_top{width: 40px;height: 40px;background:#aeb3be;color:#fff;padding: 4px;border-radius: 4px;border:none;position: fixed;bottom: 150px;right: 30px;opacity: 0;cursor: pointer;transition: all ease .3s;outline: none}
.move_top:hover{background-color: #91949b;transform: translateY(-5px)}
.move_top svg{vertical-align: middle;font-size: 16px}
.opacity_1{opacity: 1}