* {
     margin: 0;
     padding: 0;
     outline: none;
     text-decoration: none;
     box-sizing: border-box;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
 html {
     -webkit-text-size-adjust: 100%;
}
 body {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 a:focus {
     -moz-outline-style: none;
     outline: none 
}
 input[type="file"]::-webkit-file-upload-button {
     cursor: pointer;
}
 input[type="file"]::-moz-file-upload-button {
     cursor: pointer;
}
 input[type="file"]::-ms-file-upload-button {
     cursor: pointer;
}
 input[type="file"]::-o-file-upload-button {
     cursor: pointer;
}
 input[type="file"] {
     cursor: pointer;
}
 html body {
     padding: 0;
     margin: 0;
}
 *::-moz-selection {
     color: #fff;
     background: #009440;
}
 *::selection {
     color: #fff;
     background: #009440;
}
 *::-moz-selection {
     color: #fff;
     background: #009440;
}
 *::-webkit-selection {
     color: #fff;
     background: #009440;
}
 *::-ms-selection {
     color: #fff;
     background: #009440;
}
 *::after, *::before, * {
     -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
}
 body a {
     outline: none !important;
     transition: 0.5s all;
}
 body a:focus {
     outline: none !important;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
 ul:after, li:after, .container:after {
     clear: both;
     display: block;
     content: "";
}
 select {
     -moz-appearance: none;
     -webkit-appearance: none;
     -ms-appearance: none;
     -o-appearance: none;
     appearance: none;
     cursor: pointer;
}
 * {
     -webkit-tap-highlight-color: transparent;
     -moz-tap-highlight-color: transparent;
     -ms-tap-highlight-color: transparent;
     -o-tap-highlight-color: transparent;
     tap-highlight-color: transparent;
}
 img {
     margin: 0 auto;
     max-width: 100%;
     max-height: 100%;
     width: auto;
     height: auto;
     display: block;
     outline: none !important;
}
 form label em {
     color: #ff0000;
     display: inline-block;
     font-style: normal;
     vertical-align: top;
}
 iframe {
     display: block;
     width: 100%;
     height: 100%;
}
 body ul, body li, body ol {
     margin: 0;
     padding: 0;
}
 li {
     list-style: none;
     position: relative;
}
 ul {
     margin: 0;
     padding: 0;
}
 a, span, b, i {
     display: inline-block;
     vertical-align: top;
}
/*element css*/
body .to-top {
  height: 50px;
  width: 50px;
  position: fixed;
  top: auto;
  right: 15px;
  left: auto;
  bottom: 75px;
  border-radius: 7px;
  font-family: fontawesome;
  line-height: 48px;
  text-align: center;
  color: #fff;
  z-index: 111;
  box-shadow: 0 0 15px 2px #0006;
  text-decoration: none;
  transition: 0.5s all;
  scroll-behavior: smooth;
  padding: 0;
  font-size: 0;
  background: #b48b5b;
  font-weight: normal;
}
.to-top::before {
  content: "\f106";
  font-size: 28px;
  color: #fff;
  padding-left: 1px;
}
.to-top:hover {
  cursor: pointer;
  /* opacity: 0.6; */
  color: #fff;
  background: #00132a;
}
/*header section*/
body.sticky_header header, header#masthead.sticky {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #FFC000;
}
header.header {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: .5s all ease-in-out
}
.header-section nav.hfe-nav-menu__layout-horizontal {
    width: auto!important;
}
.header-menu .hfe-nav-menu > li:not(:last-child) {
    margin-right: 65px
}
.header-container >.e-con-inner {
    border-bottom: 1px solid #DDDDDD;
}
header#masthead .hfe-nav-menu li .sub-menu li a {
    color: #000;
}
header#masthead .hfe-nav-menu li .sub-menu li.current-menu-item a,
header#masthead .hfe-nav-menu li .sub-menu li a:hover{
  color: #0054aa;
}
.hfe-nav-menu li .sub-menu li {
    border-bottom: 1px dashed #dadada;
}
.hfe-nav-menu li .sub-menu li:last-child {
    border-bottom: 0px;
}
.hfe-nav-menu li ul.sub-menu {
    left: 0;
    right: auto;
    border-radius: 5px;
}
.hfe-nav-menu .sub-menu li>.wrap {
    padding: 10px 20px;
    white-space: nowrap;
    display: flex;
}
.hfe-nav-menu li.menu-item-has-children {
    padding-right: 10px;
    transition: 0.5s all ease;
}
header#masthead .hfe-site-logo img {
    transition: all 0.5s ease 0s;
    margin:0;
}
.sticky_header header#masthead .hfe-site-logo img {
    max-width: 210px;
}
.sticky_header header#masthead .header-container >.e-con-inner {
   padding-top:10px;
   border-bottom:0;
}
header#masthead  .header-menu .hfe-nav-menu > li:last-child a.hfe-menu-item {
    line-height: 38px;
    padding: 0 15px;
    background-color: #1060B0;
    border-radius: 4px;
}
header#masthead .header-menu .hfe-nav-menu > li.current-menu-item:last-child a.hfe-menu-item,
header#masthead .header-menu .hfe-nav-menu > li:last-child a.hfe-menu-item:hover{
  color: #FFF;
  background-color: #000;
}
header#masthead .header-menu .hfe-nav-menu > li.current-menu-item:last-child a.hfe-menu-item:hover{
  color: #FFF;
  background-color: #1060B0;
}
header#masthead  .header-menu .hfe-nav-menu {
    display: flex;
    align-items: center;
}
main#content .banner-section .n2-ss-layers-container {
    max-width: 1300px;
}
main#content .banner-section .n2-ss-layers-container .n2-ss-layer ,
main#content .banner-section .n2-ss-layers-container .n2-ss-layer .n2-ss-section-main-content{
    padding: 0;
}
main#content .banner-section  .n2-ss-item-content.n2-ss-text {
    width: 100%;
    max-width: 837px;
    height: 292px;
    padding-top: 49px;
    position: relative;
}
main#content .banner-section .n2-ss-item-content.n2-ss-text::after {
    width: 100%;
    background-color: #1060B0;
    background-color: #1741af;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
main#content .banner-section .n2-ss-item-content.n2-ss-text p > span.info-text {
    clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
    width: 793px;
}
main#content .banner-section .n2-ss-item-content.n2-ss-text > div {
    z-index: 1;
    position: relative;
}
main#content .banner-section .n2-ss-item-content.n2-ss-text p > span:first-child, main#content .banner-section .n2-ss-item-content.n2-ss-text p > span span.light-text {
    font-size: 50px;
    text-align: left;
    font-weight: 700;
    font-family: 'Poppins';
    
    line-height: 120%;
}
main#content .banner-section .n2-ss-item-content.n2-ss-text p > span:first-child {
  padding-left: 45px;
}
main#content .banner-section .n2-ss-item-content.n2-ss-text p > span span.light-text {
    font-weight: 400;
}
main#content .banner-section .n2-ss-item-content.n2-ss-text p > span.info-text {
    font-size: 25px;
    font-family: 'Poppins';
    padding-left: 25px;
    line-height: 120%;
    height: 64px;
    background-color: #FFFF;
    color: #000;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin-top: 13px;
}
main#content .banner-section .n2-ss-layer {
    max-width: 100%;
    width: 100%!important;
}
main#content .banner-section .n2-ss-button-container {
    float: left;
    margin-top: 35px;
}
main#content .banner-section .n2-ss-button-container:after {
  content: '';
  display: block;
  clear: both;

}
main#content .banner-section .n2-ss-button-container a {
    padding: 0 55px;
    line-height: 66px;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 300;
    border-radius: 4px;
    background-color: #1060B0;
}
main#content .banner-section .n2-ss-button-container a:hover {
    background-color: #FFC000;
}
main#content .banner-section .n2-ss-slide {
    height: auto!important;
}
main#content .banner-section .n2-ss-layers-container .n2-ss-layer .n2-ss-section-main-content {
    padding: 362px 0 256px;
}

.text-black{
  color: #000000;
}
.deco-line h5.elementor-heading-title {
    position: relative;
    padding-left: 65px;
}
.deco-line.text-center h5.elementor-heading-title {
    max-width: max-content;
    margin: auto;
    padding-right: 65px;
}
.deco-line h5.elementor-heading-title::before,.deco-line.text-center h5.elementor-heading-title::after {
    content: '';
    left: 0;
    position: absolute;
    width: 53px;
    height: 1px;
    background-color: #999999;
    top: 0;
    bottom: 0;
    margin: auto;
}
.deco-line.text-center h5.elementor-heading-title::after{
  left: auto;
  right: 0
}

.regular-text.elementor-widget-text-editor .elementor-widget-container > p {
    margin-bottom: 0;
}
.regular-text.elementor-widget-text-editor .elementor-widget-container > p:not(:last-child) {
    margin-bottom: 5px;
}
main#content .comm-btn a, .newsletter-sign-up .sub_buttons {
    position: relative;
}
.newsletter-sign-up .sub_buttons::before{
  content: '';
}

main#content .comm-btn a span.elementor-button-content-wrapper span.elementor-button-icon, 
main#content .comm-btn a span.elementor-button-content-wrapper span.elementor-button-icon, 
.newsletter-sign-up .sub_buttons::before {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    left: auto;
    background-image: url(../images/btn-arrow-icon.png);
    background-repeat: no-repeat;
    background-color: #0054AA;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-position: center;
    display: block;
    margin: auto;
}
main#content .comm-btn a:focus span.elementor-button-content-wrapper span.elementor-button-icon, 
main#content .comm-btn a:focus span.elementor-button-content-wrapper span.elementor-button-icon {
 background-color: #ffc000;
}
.newsletter-sign-up .sub_buttons:hover::before {
    background-color: #ffc000;
}
main#content .comm-btn a span.elementor-button-content-wrapper span.elementor-button-icon svg {
    display: none;
}
main#content .comm-btn a:hover span.elementor-button-content-wrapper span.elementor-button-icon {
    background-color: #ffc000;
}

main#content .services-wrap .service-box .elementor-image-box-content p.elementor-image-box-description,
main#content .box-wrap .elementor-image-box-wrapper .elementor-image-box-content p.elementor-image-box-description {
    font-weight: 300;
}
main#content .services-wrap .service-box .elementor-image-box-content .elementor-image-box-title a,
 main#content .services-wrap .service-box .elementor-image-box-content .elementor-image-box-title,
 main#content .box-wrap .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    margin-bottom: 0;
    font-family: Gotham;
    font-size: 22px;
    line-height: 100%;
    color: #000;
    font-weight: 500;
}
main#content .services-wrap .service-box figure.elementor-image-box-img {
    margin-bottom: 0;
}
main#content .services-wrap .service-box .elementor-image-box-content .elementor-image-box-title {
    margin: 29px 0 18px;
}
main#content .box-wrap .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    margin: 10px 0 10px;
}
main#content .services-wrap .service-box {
    padding: 45px 25px 37px;
}
main#content .services-wrap .service-box a {
    position: relative;
    z-index: 9;
}
main#content .services-wrap .service-box .elementor-image-box-content .elementor-image-box-title a:hover {
    color: #1060b0;
}
main#content .services-wrap .service-box::after{
  transition: all 0.1s ease 0s;
}
main#content .services-wrap .service-box:hover:after {
    border: 3px solid #0054AA;
    position: absolute;
    content: '';
    top: -3px;
    bottom: 0;
    right: 0;
    left: -3px;
    width: calc(100% + 2%);
    height: calc(100% + 1%);
    z-index: 1;
    box-shadow: 0 0 32px -22px #000;
        transition: all 0.5s ease 0s;
}
.our-services-section:before {
    content: '';
    background-image: url(../images/what-we-do-top-deco-img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 155px;
    width: 100%;
    top: -52px;
}
main#content .vertical-text {
    transform: rotate(270deg);
    left: -118px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    width: max-content;
}

main#content .box-wrap .box {
    max-width: 245px;
}
main#content .box-wrap .box:not(:last-child) {
    margin-right: 50px;
}
main#content .box-wrap {
    justify-content: center;
}
.img-text-block .img-block {
    height: fit-content;
}
footer#colophon .footer-section .footer-heading {
    margin-bottom: 26px;
}
footer#colophon .newsletter-sign-up.comm-text .elementor-widget-text-editor,
footer#colophon .comm-text ul li a.hfe-menu-item,
footer#colophon .comm-text p.elementor-icon-box-description,
footer#colophon .comm-text p.elementor-icon-box-description a {
    color: #FFF;
    font-weight: 300;
}
.newsletter-sign-up input#subnewsemail {
    width: 100%;
    font-family: 'Gotham-Book-Font';
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #2E353C!important;
    min-height: 50px;
    border-color: #FFF;
    border-radius: 0;
}
.newsletter-sign-up input#sidebar_button {
    max-width: 100%;
    width: auto;
    background: transparent;
    z-index: 9;
    position: relative;
}
.newsletter-sign-up .errors .error {
    border: 1px solid;
    font-size: 14px;
    text-align: center;
    color: red!important;
    background: #FFF;
}
.newsletter-sign-up .success {
    border: 1px solid;
    font-size: 14px;
    text-align: center;
    color: green!important;
    background: #FFF;
    float: none;
    line-height: 160%;
    margin: 10px 0 0;
}
.newsletter-sign-up .sub_buttons::after {
    clear: both;
    content: '';
    display: block;
}
.newsletter-sign-up .sub_buttons {
    position: relative;
    margin-top: 15px;
    width: max-content;
    background: #ffc000;
    border-radius: 50px 50px 50px 50px;
}
.newsletter-sign-up .sub_buttons:hover {
    background: #0054aa;
}
.newsletter-sign-up .epicwin-subscription .loader_wrap {
    /*position: relative;*/
}
.newsletter-sign-up .epicwin-subscription .loading {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
}
.newsletter-form-wrap .widget_epicwin_widget > p,
.newsletter-form-wrap .widget_epicwin_widget p.input-container {
    margin: 0;
}
.newsletter-form-wrap {
    margin-top: 18px;
}
.quick-link ul li {
    position: relative;
    padding-left: 20px;
}

.quick-link ul li::before,.contact-details .elementor-icon-box-icon,
.social-links span.elementor-grid-item a {
    content: '';
    background-image: url(../images/footer-icons.png);
    background-repeat: no-repeat;
    background-position: -46px 0px;
    left: 0;
    top: 8px;
    position: absolute;
    width: 12px;
    height: 12px;
}
.quick-link ul li::before {
    background-position: -46px 0px;
}
.contact-details .elementor-icon-box-icon svg {
    display: none;
}
.contact-details .contact-details-wrap .elementor-icon-box-icon {
    top: 3px;
    width: 21px;
    height: 25px;
    position: relative;
}
.contact-details .address .elementor-icon-box-icon {
    background-position: -42px -31px;
}
.contact-details .number .elementor-icon-box-icon {
    background-position: -42px -75px;
}
.contact-details .email .elementor-icon-box-icon {
    background-position: -42px -116px;
}
footer#colophon .contact-details-wrap > div:not(:last-child) {
    margin-bottom: 6px;
}
.social-links span.elementor-grid-item a svg {
    display: none;
}
.social-links span.elementor-grid-item a {
    background-color: #FFC000;
    width: 40px;
    height: 40px;
    position: static;
}
.social-links span.elementor-grid-item a.elementor-social-icon-linkedin {
    background-position: 9px 7px;
}
.social-links span.elementor-grid-item a.elementor-social-icon-instagram {
    background-position: 10px -28px;
}
.social-links span.elementor-grid-item a.elementor-social-icon-facebook {
    background-position: 10px -63px;
}
.social-links span.elementor-grid-item a.elementor-social-icon-twitter {
    background-position: 10px -98px;
}
.social-links span.elementor-grid-item:not(:last-child) {
    margin-right: 5px;
}
.footer-section:before {
    content: '';
    background-image: url(../images/footer-set-img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 266px;
    width: 100%;
    top: -266px;
}

body footer#colophon .footer-section .hfe-nav-menu__breakpoint-tablet nav li.current-menu-item a.hfe-menu-item,
 body footer#colophon .footer-section .hfe-nav-menu__breakpoint-tablet nav li a.hfe-menu-item:hover {
    color: #0054AA;
}

form#epicwin_subscription p.error-msg {
    margin: 0;
    color: red;
    font-size: 16px;
    font-family: 'Gotham';
    font-weight: 300;
    line-height: 120%;
}
input#subnewsemail.error {
    border-color: red;
}
body.error404 header#masthead {
    background-color: #FFC000;
}



footer#colophon .e-con-inner .current-menu-parent > div > a,
footer#colophon .e-con-inner .current-menu-parent > div > a,
footer#colophon .e-con-inner a:hover {
	color:#FFC000!important;
}
main#content > .container.single-page-container {
    max-width: 100%;
    padding: 0;
}
main#content > .container.single-page-container .row {
    margin: 0;
}
main#content > .container.single-page-container .nv-single-page-wrap.col {
    padding: 0;
}
main#content > .container.single-page-container .nv-single-page-wrap.col .nv-page-title-wrap.nv-big-title {
    display: none;
}
main#content .inner-banner-content > div {
    width: max-content;
    background-color: rgba(16, 96, 176,0.5);
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    content: '';
}
main#content .inner-banner-content > div .elementor-heading-title {
    max-width: 565px;
    padding:49px 75px 49px 45px;
}
main#content .breadcrumb {
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
}
main#content .breadcrumb, main#content .breadcrumb a {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    color: #333333;
}
main#content .breadcrumb a:hover {
    color: #ffc000;
}
main#content .breadcrumb a:not(:first-child) {
    margin-left: 5px;
    margin-right: 5px;
}
main#content .breadcrumb a:first-child {
    margin-right: 5px;
}
main#content .breadcrumb b {
    margin-left: 5px;
    font-weight: 700;
}
main#content .inner-banner-content.long > div .elementor-heading-title {
    max-width: 725px;
    padding: 45px 115px 45px 45px;
}
.nv-content-wrap.entry-content p {
    margin-bottom: 10px;
}
main#content .img-wrap-content > .e-con-inner {
    display: block;
}
main#content .img-wrap-content > .e-con-inner > div {
    width: 50%;
    float: left;
}
main#content .img-wrap-content > .e-con-inner .images-content-wrap {
    width: auto;
    float: none;
    display: block;
}
main#content .process-section.logos .logos-bottom-wrap {
    flex-wrap: wrap;
    justify-content: center;
}
main#content .process-section.logos .logos-bottom-wrap > div {
    border: 1px solid #CCCCCC;
    min-height: 289px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 48px 48px 0;
    max-width: 401px;
}
main#content .process-section.logos .logos-bottom-wrap > div:nth-child(3n) {
    margin-right: 0;
}
main#content .process-section.logos .logos-bottom-wrap > div:hover {
    border-color: #0054AA;
    box-shadow: 0 0 0 1px #0054AA;
}







main#content .contact-form .form-fields p {
    position: relative;
    margin: 0;
}
main#content .contact-form .form-fields span.wpcf7-form-control-wrap {
    display: table;
    margin-bottom: 13px;
    width: 100%;
}
main#content .contact-form .recaptcha {
    overflow: hidden;
    margin-bottom: 20px;
}
main#content .contact-form .form-fields label {
    position: absolute;
    top: 19px;
    left: 20px;
    font-size: 17px;
    font-family: Gotham, sans-serif;
    line-height: 120%;
    font-weight: 400;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
    text-transform: none;
    pointer-events: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    color: #333;
}
main#content .contact-form .form-fields .input_focus label, 
main#content .contact-form .form-fields .value_focus  label {
    top: 11px; 
    background-color: #1D88CB;
    padding: 2px 3px;
    line-height: 120%;
    font-size: 15px;
    color: #FFF;
    transition: 0.2s all ease-in-out;
    -webkit-transform: scale(.90) translateY(-26px);
    -moz-transform: scale(.90) translateY(-26px);
    -ms-transform: scale(.90) translateY(-26px);
    -o-transform: scale(.90) translateY(-26px);
    transform: scale(.90) translateY(-26px);
    border-radius: 2px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
main#content .contact-form .form-fields input, main#content .contact-form .form-fields textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #CCCCCC;
    height: 56px;
    border-radius: 7px;
    font-size: 17px;
    font-family: Gotham, sans-serif;
    line-height: 120%;
    font-weight: 400;
    outline: 0;
}
main#content .contact-form .form-fields textarea {
    height: 178px;
    resize: none;
    float: left;
}
main#content .contact-form .wpcf7-not-valid-tip {
    font-size: 15px;
    font-family: Gotham, sans-serif;
    line-height: 120%;
    font-weight: 400;
    color: red;
}
main#content .contact-form .wpcf7-not-valid {
    border-color: red!important;
}
main#content .contact-form .recaptcha > span.wpcf7-recaptcha {
    width: 304px;
    height: 78px;
    border: 1px solid transparent;
    border-radius: 4px;
}
main#content .wpcf7 form.sent .wpcf7-response-output,
main#content .wpcf7 form.invalid .wpcf7-response-output, 
main#content .wpcf7 form.unaccepted .wpcf7-response-output, 
main#content .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
    margin: 0;
    border-width: 1px;
    font-size: 16px;
    font-family: Gotham, sans-serif;
    line-height: 120%;
    font-weight: 400;
    color: red;
    padding: 0.7em;
    text-align: center;
}
main#content .wpcf7 form.sent .wpcf7-response-output {
    color: green;
    border-color: green;
}
main#content .contact-form .submit-button > p {
    display: flex;
    align-items: center;
    position: relative;
    max-width: max-content;
    margin-bottom: 15px;
    background-color: #ffc000;
    border-radius: 50px;
}
main#content .contact-form .submit-button > p:hover {
    background-color: #0054AA;
}
main#content .contact-form .submit-button > p .wpcf7-submit{
    color: #000;
}
main#content .contact-form .submit-button > p:hover .wpcf7-submit{
    color: #FFF;
}
main#content .contact-form .submit-button > p span.wpcf7-spinner {
    margin: 5px;
    position: absolute;
    right: -35px;
}
main#content .contact-form .submit-button > p::after {
    content: "";
    position: absolute;
    right:5px;
    top: 0;
    bottom: 0;
    left: auto;
    background-image: url(../images/btn-arrow-icon.png);
    background-repeat: no-repeat;
    background-color: #0054AA;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-position: center;
    display: block;
    margin: auto;
}
main#content .contact-form .submit-button > p:hover::after {
    background-color:#ffc000;
}
main#content .contact-form .submit-button > p .wpcf7-submit {
    background: transparent;
}

main#content .contact-right .contact-details-wrap h3.elementor-icon-box-title {
    font-size: 18px;
    font-family: Gotham, sans-serif;
    line-height: 120%;
    font-weight: 600;
    color: #0054AA;
    margin: 0 0 5px;
}
main#content .contact-right .contact-details-wrap p, main#content .contact-right .contact-details-wrap a {
    font-size: 18px;
    font-family: Gotham, sans-serif;
    line-height: 150%;
    font-weight: 400; 
    color: #333;
}
main#content .contact-right .contact-details-wrap a {
    font-weight: bold;
}
main#content .contact-right .contact-details-wrap .email-id a {
    font-weight: normal;
}
main#content .contact-right .contact-details-wrap a:hover {
   color:#ffc000;
}
main#content .contact-right .contact-details-wrap .elementor-icon-box-icon svg {
    display: none;
}
main#content .contact-right .contact-details-wrap .elementor-icon-box-icon {
    background-image: url(../images/contact-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 52px;
    height: 52px;
}
main#content .contact-right .contact-details-wrap .email-id .elementor-icon-box-icon {
    background-position: 0 -137px;
}
main#content .contact-right .contact-details-wrap .number .elementor-icon-box-icon {
    background-position: 0 -69px;
}
main#content .contact-right .contact-details-wrap .elementor-icon-box-wrapper {
    align-items: center;
}
main#content .contact-right .contact-details-wrap > div {
    margin-bottom: 16px;
}
main#content .contact-right iframe {
    border: 1px solid #CCC;
    border-radius: 10px;
    margin-bottom: 35px;
}



footer#colophon .hfe-nav-menu li.menu-item-has-children {
    display: table;
}
footer#colophon .hfe-nav-menu .menu-item-has-children .sub-menu {
    opacity: 1;
    visibility: visible;
    display: none;
}
footer#colophon .hfe-nav-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
     display: block;
}
footer#colophon .hfe-nav-menu .menu-item-has-children .sub-menu li::before {
	display: none;
}
footer#colophon .contact-details-wrap p {
    margin: 0;
}
footer#colophon .contact-details-wrap .elementor-icon-box-wrapper {
    display: flex;
}
.contact-details-wrap .elementor-icon-box-wrapper .elementor-icon-box-icon {
    min-width: 35px;
}



















