/* @import url('../css/fonts-style.css'); */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
*{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body{
    font-family: 'latoregular';
    font-size: 16px;
    color: #0d0d0d;
    line-height: 1.7;
    background-color:#fff;
    overflow-x:hidden;
}
.before-load > * {
    width: 100%;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    line-height: 1.2;
}
h1{
    font-size: 56px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4{
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 17px;
}
p {
    margin: 0 0 25px;
}
img{
    max-width: 100%;
    height: auto;
}
a {
    color: #012042;
    text-decoration: none;
}
strong{
    font-weight: bold;
}


/* helping classes ------------------------------- */
.flex {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-flex; 
    display: flex;
}
.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;    
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-flex-pack: start;    
    -o-flex-pack: start;
    justify-content: flex-start;
}
.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-flex-pack: end;
    -o-flex-pack: end;
    justify-content: flex-end; 
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-flex-pack: center;
    -o-flex-pack: center;
    justify-content: center;
}
.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-flex-pack: justify;
    -o-flex-pack: justify;
    justify-content: space-between;
}
.space-around {
    -ms-flex-pack: distribute;
    -moz-flex-pack: distribute;
    -o-flex-pack: distribute;
    justify-content: space-around;
}
.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-flex-align: start;
    -o-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-flex-align: center;
    -o-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-flex-align: end;
    -o-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.column-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.inner {
    margin:0 auto;
}

.map-content-wrap .map-thumbnail, .footer-mobile-text, .practice-area.mobile, 
.btf-row4-outer .choose-firm.mobile, .hp-location-detail.mobile, .hp-location .view-locations,
.slick-next:before, .slick-prev:before {
    display:none;
}
.inner {
    margin:0 auto;
}

body.show-overlay {
    overflow:hidden;
}

/* popup starts here ------------------------ */
.main-popup {
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    margin: 0 auto;
    padding: 18px;
    max-width: 1080px;
    width: 100%;
    z-index: 99999;
    background: #fff;
    transition: all ease .5s;
    border: 1px solid #572b0a;
}
.main-popup .popup-in {
    background: #ffffff;
    padding: 18px 18px 48px;
}
.main-popup.show-modal {
    position: fixed;
    opacity: 1;
    visibility: visible;
    height: auto;
    top: 10%;
}
.show-overlay:before {
    content:'';
    position:fixed;
    width:100%;
    height:100%;
    background: rgba(130,4,9,0.9);
    z-index: 9999;
}
.main-popup .cross-btn {
    float: right;
    margin: 0;
    cursor: pointer;
    padding:30px 0 0 0;
    width: 25px;
}
.main-popup span.popup-title {
    color:#820409;
    line-height: .9;
    text-align:center;
    text-transform:uppercase;
    font-family: 'playfair_displayregular';
    text-align:left;
    display: block;
}
.main-popup p {
    color:#0D0D0D;
    line-height: .9;
    text-align:center;
    font-family: 'playfair_displayregular';
}
.main-popup .gform_wrapper .gform_footer {
    margin:0;
}
.main-popup .form-para {
    color:#0D0D0D;
    font-size:16px;
    font-family: 'open_sansregular';
}
.main-popup .form-para span {
    color: #820409;
}
.main-popup .form-tel {
    color:#0D0D0D;
    font-size:14px;
    font-family: 'source_sans_probold';
    text-align:right;
    text-transform: uppercase;
}
.main-popup .formtel-outer {
    text-align: right;
    position: absolute;
    right: 95px;
    bottom: 175px;
}
.main-popup .form-tel span {
    display: block;
}
.main-popup .form-tel a {
    color:#820409;
    font-size: 32px;
    font-family: 'source_sans_probold';
}
.main-popup .gform_wrapper .top_label input.medium, .main-popup .gform_wrapper .top_label select.medium, .main-popup .gform_wrapper .top_label textarea, 
.contact-header .gform_wrapper .top_label input.medium, .contact-header .gform_wrapper .top_label select.medium, .contact-header .gform_wrapper .top_label textarea{
    border-color: #572b0a;
}
.main-popup .inner {
    padding: 0;
}
.gform_wrapper div.validation_error {
    margin-bottom: 0px !important;
    margin-top: 25px;
}
    .main-popup .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width:100% !important;
        padding: 0px !important;
        margin-top: 0px !important;
    }
    /*.main-popup .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .main-popup .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
        width:32% !important;
    }*/
    .main-popup .gform_wrapper .top_label li:nth-child(3).gfield.gfield_error.gf_left_third, .main-popup .gform_wrapper .top_label li:nth-child(3).gfield.gfield_error.gf_middle_third {
        margin-right: 0px !important;
    }
    .main-popup .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error, .hp-form-row .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
        margin-top: 16px;
    }


/* main popup ends here ----------------------------- */


/* chatwrapper live chat starts here ------------------ */
.chatwrapper {
    width: 100%;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    background: rgba(130,4,9,0.9);
    z-index: 99999;
}
.chatwrapper.show {
    display: block;
}
.chatpopup {
    max-width: 914px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    border: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/ccl-bg.webp);
    background-size: cover;
    padding-bottom: 65px;
    background-repeat: no-repeat !important;
    background-position: left top !important;
}
.chatpopup .close-btn {
    float: right;
    padding-top: 24px;
    padding-right: 24px;
    cursor:pointer;
}
.chatwrapper .popup-canvas span.chat-title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: .8;
    font-family: 'playfair_displayregular';
    letter-spacing: -3px;
    display: block;
}
.chatwrapper .popup-canvas ul li {
    margin:42px 13px 46px 13px;
}
.chatwrapper .popup-canvas ul li a {
    width: 162px;
    height: 63px;
    background-image: linear-gradient(to right, #820409, #C70C14);
    border-radius: 32px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-family: 'latobold';
    cursor: pointer;
}

/* chatwrapper live chat ends here ----------------- */

/* atf fix buttons starts ---------------------------- */
.atf-fix-buttons {
  position: fixed;
  width: 232px;
  height: 70px;
  right: -97px;
  top: 45%;
  z-index: 999;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
  visibility: hidden;
  transition: all ease .3s;
}
.atf-fix-buttons.show {
  opacity: 1;
  visibility: visible;
}
.atf-fix-buttons ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.atf-fix-buttons ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    cursor:pointer;
}
.atf-fix-buttons ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    width: auto;
    text-transform: uppercase;
    line-height: 37px;
    font-size: 16px;
    font-weight:600;
    text-align: center;
    color: #fff !important;
    letter-spacing: 1.5px;
    padding: 5px 35px 20px 35px;
    background: rgb(150,5,12);
    background: linear-gradient(90deg, rgba(150,5,12,1) 0%, rgba(197,11,22,1) 100%);
    font-weight:400;
    text-decoration:none;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    font-family: 'latobold';
}
.atf-fix-buttons ul li a:not(:hover) {
    -webkit-animation: bounceTop 8s infinite;
    -moz-animation: bounceTop 8s infinite;
    animation: bounceTop 8s infinite;
}
.atf-fix-buttons ul li a:hover {
  margin-top:-5px;
}

@keyframes bounceTop {
 0%,
  20%,
  50%,
  80%,
  100% {
   top: 8px;
  }
 
  60% {
     top: -8px;
  }
}
/* atf fix buttons ends ---------------------------- */

/* Callback button start ---------------------------- */
#draggable {
    position: fixed;
    margin: 10px auto;
    width: 100px;
    height: 100px;
    z-index: 999;
    right: 10px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
}
#draggable.show {
    opacity: 1;
    visibility: visible;
}
#dashboard {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1.0s linear;
    transition: all 1.0s linear;
}
.front {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(11,126,189);
    background: linear-gradient(90deg, rgba(150,5,12,1) 0%, rgba(197,11,22,1) 100%);
    border-radius: 50%;
    -webkit-animation: mymove 5s infinite;
    animation: mymove 5s infinite;
    -webkit-animation-delay: 5s;
}
.loadable {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.front a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transform: rotate(-25deg);
    font-family: 'latobold';
}
.back {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #aaa;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background: rgb(11,126,189);
    background: linear-gradient(90deg, rgba(150,5,12,1) 0%, rgba(197,11,22,1) 100%);
    border-radius: 50%;
    -webkit-animation: mymoveback 5s infinite;
    animation: mymoveback 5s infinite;
    -webkit-animation-delay: 5s;
}
.back a img {
    width: 53px;
    height: 56px;
}
.loadable {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

p a {
    font-family: 'latobold';
}

@-webkit-keyframes mymove {
  40% {
    -webkit-transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
  }
  90% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-webkit-keyframes mymoveback {
  40% {
    -webkit-transform: rotateY(-180deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
  }
  90% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}

/* Callback button end ---------------------------- */

/* header starts here ------------------------- */
.header {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    padding:0 22px 0 32px;
    box-sizing:border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 999;
    transition:all ease .3s;
}
@media screen and (min-width: 991px){
	.header { position: absolute; }
	.header.header-fixed { position: fixed; }
}
.header.ip-header {
    background-color:#fff !important;
}
.header .logo {
    margin-top: 6px;
}
.header .logo a {
    width:100%;
}
.header .logo a img {
    width:100%;
}
.header .logo img.logo2 {
    display: none;
}
.header .nav ul {
    padding:13px 0 8px 0;
}
.header .nav ul li {
    position: relative;
}
.header .nav ul li.parent {
    margin-right:15px;
}
.header .nav ul li a {
    position:relative;
    width:100%;
    color:#fff;
    font-size:16px;
    line-height: .9;
    text-transform:uppercase;
    text-decoration:none;
    font-family: 'playfair_displayregular';
}
.header.header-fixed .nav ul li a {
    color:#0D0D0D;
}
.header.ip-header .nav ul li a {
    color:#0d0d0d;
}
.header.header-fixed .nav ul li.parent > a:before {
    color:#820409;
}
.header .nav ul li.parent > a:before {
  content: "\f107";
  font: normal normal normal 22px/1 FontAwesome;
  background-size: contain;
  position: absolute;
  right: -20px;
  top: 0px;
  color:#fff;
  font-weight:600;
}
.header.ip-header .nav ul li.parent > a:before {
    color:#820408;
}
.header .nav ul li .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top:37px;
  margin: 0 auto;
  text-align: left;
  width:255px;
  padding:10px 0 10px 0;
  background-color:#fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap:wrap;
  max-height:0px;
  overflow: hidden;
  opacity:0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition:all .5s ease;
}
.header.header-fixed .nav ul li .sub-menu {
    background: rgb(81,11,19);
    background: linear-gradient(90deg, rgba(81,11,19,1) 0%, rgba(160,32,47,1) 51%);
}
.header .nav ul > li:hover .sub-menu {
    height:auto;
    max-height:365px;
    visibility: visible;
    overflow: visible;
    opacity:1;
}
.header .nav ul li .sub-menu li {
  padding-left: 0;
  vertical-align: top;
  position: relative;
  display: flex;
  width: 100%;
}
.header .nav ul li .sub-menu li:last-child {
  border-bottom: 0;
}
.header .nav ul li .sub-menu li a {
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  display: flex;
  color: #0D0D0D;
  text-transform: uppercase;
  width:100%;
  padding:0 22px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition:all .5s ease;
  font-family: 'playfair_displayregular';
}
.header.header-fixed .nav ul li .sub-menu li a {
    color:#fff;
}
.header .nav ul li .sub-menu li a:hover {
    color:#fff;
    background-color:#820408 !important;
    background:none;
}
.header .nav li.item-active .sub-menu {
  display: flex;
  justify-content: center;
  height: auto;
  opacity: 1;
}
.header .nav ul li .sub-menu li .sub-menu {
    max-height:0;
    visibility: 0;
    opacity:0;
    overflow: hidden;
    left:100%;
    top:0;
    width:165px;
}
.header .nav ul li.parent .sub-menu li.parent:hover .sub-menu {
    height:auto;
    opacity:1;
    visibility: visible;
    overflow: visible;
    max-height:500px;
}
.header .nav ul li.parent .sub-menu li.parent {
    margin:0;
}
.header .nav ul li.parent .sub-menu li.parent a:before {
    display: none;
}
.header .nav ul li.parent .sub-menu li.parent:before {
    transform: rotate(-90deg);
    color:#fff;
    content: "\f107";
    font: normal normal normal 22px/1 FontAwesome;
    background-size: contain;
    position: absolute;
    right: 5px;
    top: 13px;
}
.header .nav ul li.parent .sub-menu li.parent:hover a:before {
    transform: rotate(0);
    top:-3%;
    right:-25px;
}
.header .header-tel {
    position:relative;
}
.header.ip-header .header-tel:before,
.header.header-fixed .header-tel:before {
    content:'';
    position:absolute;
    right: -22px;
    top: -13px;
    background: rgb(150,5,12);
    background: linear-gradient(90deg, rgba(150,5,12,1) 0%, rgba(197,11,22,1) 100%);
    height: 72px;
    z-index: 3;
}
.header .header-tel span,
.header .header-tel a {
    position: relative;
    z-index: 4;
}
.header .header-tel span {
    color:#fff;
    font-size:14px;
    line-height: .9;
    font-family: 'source_sans_probold';
    width: 100%;
    text-align: right;
}
.header .header-tel a {
    color:#fff;
    line-height: .9;
    font-family: 'latobold';
}
.header.ip-header.header-fixed .header-tel span, .header.ip-header.header-fixed .header-tel a {
    color:#fff;
}

body.show-video-modal .header {
	position: absolute;
}
body.show-video-modal .atf-fix-buttons {
	opacity: 0;
}

/* header ends here ------------------------------- */

/* ip header starts here -------------------------- */
 .header.ip-header {

 }

/* ip header ends here ---------------------------- */


/* hp form starts here ----------------------------- */
.hp-form-row {
   background-image: linear-gradient(#C2C2C2, #E8E8E8, #e6e6e6);
   padding: 212px 0 30px;
   position: relative;
   overflow-x:hidden;
}
.hp-form-row:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 0 solid transparent;
    border-right: 2500px solid #fff;
    border-bottom: 310px solid transparent;
}
.hp-form-row.ip-form-row:before {
    display: none;
}
.hp-form-row .inner {
    max-width: 905px;
    width: 100%;
    margin: 0 auto;
}
.hp-form-row .form-title {
    font-family: 'playfair_displayregular';
    color: #820409;
    letter-spacing: -0.38px;
    line-height: 1;
    display: block;
}
.hp-form-row .sub-title {
    font-family: 'playfair_displayregular';
    color: #0D0D0D;
    letter-spacing: -0.38px;
    line-height: 1;
    margin: 7px 0 20px;
    display: block;
}
.gform_wrapper li.hidden_label input, .gform_wrapper textarea {
    height:68px;
    background-color:transparent;
    border:1px solid #0D0D0D !important;
    padding:5px 15px !important;
    font-family: 'open_sansregular';
}
.gform_wrapper textarea {
    height:148px;
}
.gform_wrapper li.hidden_label input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder { 
  color:#0D0D0D;
}
.gform_wrapper li.hidden_label input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  color:#0D0D0D;
}
.gform_wrapper li.hidden_label input:-ms-input-placeholder,
 .gform_wrapper textarea:-ms-input-placeholder {
  color:#0D0D0D;
}
.gform_wrapper li.hidden_label input:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder { 
  color:#0D0D0D;
}
.gform_wrapper .gform_footer {
    text-align:center;
}
.gform_wrapper .gform_footer .gform_button.button {
    width:178px;
    height:60px;
    color:#fff;
    font-size:16px;
    font-weight:700;
    background: rgb(150,5,12);
    background: linear-gradient(90deg, rgba(150,5,12,1) 0%, rgba(197,11,22,1) 100%);
    border-radius:32px;
    text-transform: uppercase;
    border:0;
    transition:all ease .3s;
}
.gform_wrapper .gform_footer .gform_button.button:hover {
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
}
.hp-form-row .form-para {
    color:#0D0D0D;
    text-align:center;
    font-size:16px;
    font-family: 'open_sansregular';
    margin:0 0 18px 0;
}
.hp-form-row p.form-para span {
    color:#820409;
}
.hp-form-row .form-tel {
    color:#0D0D0D;
    text-align:center;
    font-size:36px;
    font-family: 'playfair_displayregular';
}
.hp-form-row .form-tel a {
    color:#820409;
    font-size:42px;
    font-family: 'playfair_displaybold';
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(0,0,0,0) !important;
    border-top: none !important;
    border-bottom: none !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 5px !important;
}

/* hp form ends here ------------------------------- */

/* hp location starts here ------------------------- */
.hp-location {
    position: relative;
    width: 100%;
    height: 720px;
    background-attachment: fixed;
    background-size: cover !important;
    overflow-x:hidden;
}
.hp-location:before {
    content:'';
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    background-size: contain;
    width: 145px;
    height: 145px;
    background: url(../images/contact-emblem.svg) no-repeat;
    z-index: 9;
}
.hp-location:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 0 solid transparent;
    border-right: 2830px solid #e6e6e6;
    border-bottom: 380px solid transparent;
}
.hp-location .inner {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
}
.hp-location .detail {
    width: 280px;
    margin: 215px 0 0;
}
.hp-location .detail span.connect-us {
    font-family: 'playfair_displayregular';
    font-size: 56px;
    color: #820409;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}
.hp-location .detail p {
    font-family: 'playfair_displayregular';
    font-size: 26px;
    color: #122134;
    line-height: 1.3;
    margin: 5px 0 10px;
}
.hp-location .detail a {
    font-family: 'latobold';
    font-size: 16px;
    color: #820409;
    margin: 5px 0;
    text-transform: uppercase;
    z-index: 99;
    transition: all ease .3s;
}

.hp-location .detail .phone-no {
    font-family: 'playfair_displayregular';
    font-size: 26px;
    color: #122134;
    margin: 10px 0px 55px;
}
.hp-location .detail .phone-no a {
    font-family: 'playfair_displayregular';
    font-size: 26px;
    color: #122134;
    margin: 0px;
}
.hp-location .detail ul {
    width: 100%;
    margin-top: 14px;
    padding:0 15px 0 0;
}
.hp-location .detail ul li a {
    transition: all .5s ease;
}
.hp-location .detail ul li:hover a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all ease 0.3s;
}

/* hp location ends here --------------------------- */

/* footer starts here ------------------------------ */
.footer {
    background-color: #f7f7f7;
    padding: 20px 0 0;
}
.footer .container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.footer .footer-left a {
    display: inline-block;
}
.footer p.footer-copyright {
    color: #1C1F27;
    font-size: 12px;
    line-height: 2;
    font-family: 'open_sansregular';
}
.footer .footer-center ul {
    padding: 37px 0 33px 12px;
    position: relative;
}
.footer-center ul:last-child:after {
    content: "";
    background-color: #820409;
    width: 2px;
    height: 98%;
    margin: -20px 0 0 15px;
    position: absolute;
    left: -17px;
    bottom: 0;
}
.footer .footer-center ul:first-child {
    border: 0;
    padding: 5px 0 33px 0;
    text-align: right;
    width: 110px;
}
.footer .footer-center ul li {
    display: flex;
    width: 100%;
    line-height: .9;
    padding-bottom: 10px;
}
.footer .footer-center ul li a {
    color: #2A2A2E;
    font-size: 12px;
    line-height: .9;
    text-transform: uppercase;
    font-family: 'latoregular';
    width: 100%;
    display: flex;
}
.footer .footer-center ul li a:hover {
    font-family: 'latobold';
    color: #820409;
}
.footer .footer-right p {
    color: #2a2a2e;
    font-size: 12px;
    line-height: .9;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer .footer-right p {
    color: #262931;
    font-size: 12px;
    line-height: .9;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'open_sansregular';
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.footer-right a img {
		width: 200px;
	}	

}

/* footer ends here -------------------------------- */

.wrapper {
	position: relative;
}



@media screen and ( max-width:767px ) {
    .atf-fix-buttons, .chatwrapper, #draggable {
        display: none !important;
    }
    .sticky-nav-outer {
        display: block;
        position:fixed;
        left:0;
        bottom:0;
        width:100%;
        background: rgb(198,13,21);
        background: linear-gradient(90deg, rgba(198,13,21,1) 0%, rgba(187,10,18,1) 46%, rgba(176,9,16,1) 100%);
        z-index: 99;
    }
    .sticky-nav-outer ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        width:100%;
    }
    .sticky-nav-outer ul li {
        display: flex;
        justify-content: center;
        width:50%;
    }   
    .sticky-nav-outer ul li {
        border-right:1px solid #fff;
    }
    .sticky-nav-outer ul li:last-child {
        border:0;
    }
    .sticky-nav-outer ul li a {
        display: flex;
        color:#fff;
        font-size:14px;
        line-height: 40px;
        text-transform: uppercase;
        font-family: 'open_sanssemibold';
    }
    .hp-form-row {
        padding:100px 0 40px 0;
    }
    .hp-form-row .inner {
        padding:0 40px;
    }
    .hp-form-row .form-title {
        font-size:52px;
        text-align:center;
        letter-spacing: -3.8px;
        margin-bottom: 10px;
    }
    .hp-form-row .sub-title {
        font-size:24px;
        line-height: 1.1;
        text-align:center;
    }
    .hp-location .detail {
        margin:170px auto 0 auto;
    }
    .hp-location .inner {
        padding:0 15px;
    }
    .footer .footer-left a {
        margin: 40px auto 10px;
    }
    .footer {
        padding-top: 0px; 
    }
    .hp-location {
        background: url(../images/location-bg-mobile.webp);
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
    .hp-form-row .form-tel a {
        display: block;
    }
    .hp-form-row .form-tel {
        line-height: 1.1;
    }
    .hp-location {
        height: 883px;
    }
    .hp-location:before {
        width:90px;
        height:90px;
        background-size:contain;
    }
    .gform_wrapper li.hidden_label input:focus,
    .gform_wrapper textarea:focus {
        border:1px solid #820409 !important;
        border-bottom:2px solid #820409 !important;
        background-color:rgba( 255, 255, 255, .25 );
    }
    .main-popup {
        padding:0 35px;
        height:100%;
    }
    .main-popup.show-modal {
        top:0;
        height:100%;
		overflow-y: scroll;
    }
    .main-popup span.popup-title {
        font-size:40px;
        padding:30px 0 15px 0;
    }
    .main-popup p {
        font-size:20px;
        text-align:left;
        margin:0 0 10px 0;
    }
    .main-popup .gform_wrapper {
        margin:0;
    }
    .main-popup .form-para {
        text-align:center;
    }
    .main-popup .formtel-outer {
        position:initial;
        text-align: center;
    }
    .main-popup .gform_wrapper .gform_footer {
        padding:0;
    }
    .main-popup .cross-btn {
        padding:10px 0 0 0;
    }
    .main-popup .gform_wrapper li.hidden_label input {
        margin:0;
    }
    .site-chatwrapper span.popup-title {
        width:100%;
    }
    .site-chatwrapper .popup-canvas2 {
        flex-wrap: wrap;
    }
    .site-chatwrapper .popup-canvas2 ul {
        max-width: inherit;
        justify-content: center;
    }
    
}

@media screen and ( max-width:640px ) {
    .gform_wrapper ul.gform_fields li:last-child {
        margin-top: 29px;
    }
    .main-popup .gform_wrapper ul.gform_fields li:last-child {
        margin-top: 16px;
    }
    .main-popup .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .main-popup .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
        width:100% !important;
    }
    .main-popup .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error, .hp-form-row .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error, .contact-outer .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
        margin-top: 0px !important;
    }
}

@media screen and ( max-width:374px ) {
    .header.ip-header .logo {
        width:235px !important;
    }
    .hp-form-row .form-title {
        font-size:45px;
    }
    .hp-form-row .sub-title {
        font-size:20px;
    }
    .main-popup {
        padding:0 15px;
    }
    .gform_wrapper li.hidden_label input, .gform_wrapper textarea {
        height:38px;
    }
    body .main-popup .gform_wrapper ul li.gfield {
        margin:0;
    }
    body .gform_wrapper .top_label div.ginput_container.ginput_container_textarea {
        margin:15px 0 0 0;
    }
    .gform_wrapper .gform_footer .gform_button.button {
        width: 165px;
        height:55px;
    }
    .gform_wrapper textarea.medium {
        height:80px;
    }
    .site-chatwrapper a {
        font-size: 16px;
        padding: 9px 8px;
    }
    .site-chatwrapper .popup-canvas2 ul li a {
        font-size:14px;
    }
 
}

@media only screen and ( min-width:320px ) and ( max-width:991px ) {
    body.body-fixed {
        position:relative;
    }
    body.body-fixed:before {
        content:'';
        position: absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background-color:#fff;
        z-index: 1;
    }
    .header.ip-header .nav-button span,
    .header.ip-header.nav-button:before, 
    .header.ip-header.nav-button:after {
        background-color:#000;
    }
    .header {
        padding:18px 25px 0 25px;
    }
    .header.header-fixed {
        background-color:#fff;
    }
    .header, .header.ip-header.fix-header {
        background: transparent;
    }
    .header .logo {
        width:275px;
        margin:0;
    }
    .header .logo a img.logo1, body.body-fixed .header.header-fixed .logo a img.logo2 {
        display: block;
    }
    .header .logo a img.logo2, body.body-fixed .header.header-fixed .logo a img.logo1 {
        display: none;
    }
    .header.fix-header .logo a img.logo1 {
        display: none;
    }
    .header.fix-header .logo a img.logo2 {
        display: block;
    }
    .body-fixed .header .nav ul, .header .nav ul,
    .header.header-fixed .nav ul {
        border-bottom:0;
        padding-top:0;
    }
    .header.ip-header .logo {
        width:265px;
    }
    .header .header-tel {
        display:none !important;
    }
    .nav-button {
        position: fixed;
        z-index: 99999;
        top: 22px;
        right: 25px;
        width: 28px;
        height: 25px;
        cursor: pointer;
        border-radius: 50%;
    }
    .nav-button span {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 9px;
        background-color: #fff;
        width: 25px;
        height: 2px;
        display: inline-block;
    }
    .nav-button:before, 
    .nav-button:after {
        content: '';
        background-color: #fff;
        width: 25px;
        height: 2px;
        top: 17px;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    body.scroll .nav-button:before, body.scroll .nav-button:after, body.scroll .nav-button span,
    body.body-fixed .nav-button:before, body.body-fixed .nav-button:after, body.body-fixed .nav-button span {
        background-color:#820409;
    }
    .nav-button.ip-nav-button:before, .nav-button.ip-nav-button:after, 
    .nav-button.ip-nav-button.active:before, .nav-button.ip-nav-button.active:after
    .scroll .nav-button:before, .scroll .nav-button:after, 
    .scroll .nav-button.active:before, .scroll .nav-button.active:after {
        background-color:#820409;
    }
    .nav-button.ip-nav-button:before, .nav-button.ip-nav-button:after, 
    .nav-button.ip-nav-button.active:before, .nav-button.ip-nav-button.active:after {
        background-color: #820409 !important;
    }
    .nav-button.ip-nav-button span, body.scroll .nav-button.ip-nav-button span {
        background-color: #820409;
    }
    .nav-button:before {
        top:0;
    }
    .nav-button.change-navicon span,
    body.scroll .nav-button.change-navicon span,
    body.contact-header .nav-button.change-navicon span,
    body.body-fixed .nav-button.change-navicon span {
        background-color:transparent;
    }
    .nav-button.change-navicon:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 10.5px;
    }
    .nav-button.change-navicon:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 10.5px;
    }
    .nav-button .change-navicon span, 
    .nav-button .change-navicon.change-naviconcolor span {
        background-color: transparent;
    }
    .header .nav ul li.columns-space .sub-menu li {
        width:100%;
    }
    .header .nav ul li.columns-space:hover .sub-menu {
        flex-direction:column;
        height:auto;
        width:100%;
    }
    .nav {
        display: block;
        border: none;
        border-top-style: none;
        padding: 0;
        position: fixed;
        width: 0 !important;
        height: 100%;
        overflow-y: auto;
        background-color: #fff;
        border-top: 1px solid #ddd;
        right: -100%;
        top: 55px;
        margin:0;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
    }
    .nav ul li {
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        position: relative;
        flex-wrap: wrap;
    }
    .nav ul li.parent:after {
        position:absolute;
        right:20px;
        content:"\f107";
        top:17px;
        font: normal normal normal 20px/1 FontAwesome;
    }
    .header .nav ul li a {
        display: block;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        color: #444444;
        font-size: 16px;
        font-weight: normal;
        padding: 15px 0 15px 25px;
        width: calc(100% - 10%);
        border-bottom: 0;
        text-decoration:none;
        text-transform: capitalize;
    }
    .nav ul li.parent > a:before {
        width: 13px;
        height: 9px;
        right: -28px;
        top: 20px;
    }
    .header .nav {
        margin:0;
    }
    .nav.toggle-nav {
        right: 0;
        top:60px;
        width: 100% !important;
        margin: 0;
        z-index: 11;
        align-items: flex-start;
        padding:0;
    }
    .header .nav ul li .sub-menu, .header .nav ul li.parent.item-active .sub-menu li.parent .sub-menu, 
    .header .nav ul > li:hover .sub-menu {
        height:0;
        opacity: 0;
        visibility: hidden;
        overflow:hidden;
        max-height:0;
        position:initial;
        width:100%;
        padding:0;
        transition:all .5s ease;
        background-color: #820408 !important;
    }
    .header .nav ul li.parent.item-active .sub-menu li.parent.show-submenu .sub-menu, 
    .header .nav ul li.item-active .sub-menu {
        opacity: 1;
        visibility: visible;
        max-height: initial;
        overflow:visible;
        height:auto;
        max-height:initial;
        border-top:1px solid #f2f2f2;
    }
    .header .nav ul li .sub-menu li .sub-menu {
        width:100%;
        border-top:1px solid #fff;
    }
    .header .nav ul li .sub-menu li a {
        padding: 0 15px 0 35px;
        border-bottom: 0;
        font-weight: 400;
        font-size:16px;
        width:auto;
        color: #fff;
        text-transform:capitalize;
    }
    .header .nav ul li.parent {
        margin:0;
    }
    .header .nav ul li.parent .sub-menu li.parent:before {
        right:20px;
        transform: rotate(0);
        font-size:20px;
    }
    .header .nav ul li.parent:hover:before, 
    .header .nav ul li.columns-space .sub-menu:before {
        display:none;
    }
    .header .nav > ul {
        margin-bottom:120px;
    }
    .header .nav ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .header .nav ul > li > a:hover {
        width:auto;
    }
    .header .nav ul li.parent > a:before, .header.fix-header .nav ul li.parent > a:before {
        display: none;
    }
    .header .nav ul li .sub-menu li {
        padding:0;
        margin:0;
    }
    .header .nav ul li.parent.item-active .sub-menu li.parent:hover .sub-menu li a {
        padding-left:50px;
    }
    .header .nav ul li.parent .sub-menu li.parent a:before, 
    .header .nav ul li.parent .sub-menu li.parent:hover a:before {
        top:30%;
        right:-20px;
        transform:rotate(0);
        color:#fff;
    }
    .header .nav ul li.parent:after {
        right:20px;
        top:12px;
    }
    .header .nav ul li.parent .sub-menu li.parent:after {
        color:#fff;
        content:"\f107";
    }
    .footer .footer-right .footer-copyright, .footer .footer-center ul:last-child,
    .footer-center ul:last-child:after, .footer .footer-left .footer-copyright {
        display: none;
    }
    .footer {
        padding-bottom:80px;
    }
    .footer .footer-right .footer-copyright {
        display: block;
        color: #1C1F27;
        font-size: 12px;
        line-height: 2;
        font-family: 'open_sansregular';
        margin:5px auto 0;
    }
    .footer .footer-right a {
        margin:0 auto;
    }
    .footer .footer-left, .footer .footer-center, 
    .footer .footer-right {
        width: 100%;
    }
    .footer .footer-center ul li a {
        justify-content: center;
    }
    .footer .footer-right p {
        text-align:center;
        width:100%;
    }


}

@media screen and ( min-width:768px ) {
    .header.ip-header.header-fixed {
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%);
    }
    .header {
        padding-top:13px;
    }
    .body-fixed .header .nav ul, .header.ip-header.header-fixed .nav ul {
        border-bottom:0;
    }
    .header.header-fixed .logo img.logo2 {
        display: block;
    }
    .header .header-right {
        position:relative;
    }
    .header.ip-header .header-right:after {
        content:'';
        position:absolute;
        left:0;
        width:100%;
        height:3px;
        background-color:#820408;
    }
    .sticky-nav-outer {
        display: none;
    }
    .hp-form-row .inner {
        padding: 0 30px;
    }
    .hp-location {
        background: url(../images/location-bg.webp);
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
    .hp-location .detail {
        margin-right:50px;
    }
    .hp-form-row .form-title {
        font-size:115px;
    }
    .hp-form-row .sub-title {
        font-size:26px;
    }
    .footer .container {
        padding:0 30px 50px 30px;
        text-align: center;
    }
    .footer .footer-center ul li {
        text-align:center;
    }
    .gform_wrapper li.hidden_label input:focus,
    .gform_wrapper textarea:focus {
        border:1px solid #820409 !important;
        border-bottom:2px solid #820409 !important;
        background-color:rgba( 255, 255, 255, .25 );
    }
    .chatpopup {
        width:calc( 100% - 60px );
        height:405px;
    }
    .chatwrapper .popup-canvas {
        padding-top:210px;
    }
    .chatwrapper .popup-canvas span.chat-title {
        font-size:65px;
    }
    .main-popup {
        padding:0 80px 100px 80px;
    }
    .main-popup p {
        font-size:23px;
    }
    .footer .footer-left a {
        margin: 40px auto 10px;
    }
    .main-popup p {
        margin:0 0 0px 0;
    }
    .main-popup .gform_wrapper {
        margin: 0 0 16px 0;
    }
    .main-popup span.popup-title {
        font-size:86px;
        padding:50px 0 20px 0;
    }
    .main-popup.show-modal {
        top: 6%;
    }
    body .main-popup .gform_wrapper ul li.gfield {
        margin-top: 0px;
    }
    .main-popup {
        padding:0 80px 50px 80px;
    }
    .main-popup .formtel-outer {
        bottom: 115px;
    }
    .main-popup .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .main-popup .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
        width:31% !important;
		margin-right: 11px !important;
    }
    body.show-overlay .hp-atf, body.show-overlay .hp-atf2 {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 9;
    }
    
}

@media screen and ( min-width:991px ) {
    .header.header-fixed {
        background-color: #fff;
    }
    .header.ip-header .header-tel:before,
    .header.header-fixed .header-tel:before {
        width:195px;
    }
    .header.ip-header .header-right:after {
        top:50px;
    }
    .header .logo {
        width:230px;
    }
    .header.header-fixed .logo img.logo1 {
        display: none;
    }
    .header.header-fixed .logo img.logo2 {
        display: block;
    }
    .header .nav ul {
        width:500px;
        border-bottom:2px solid #fff;
    }
    .header.header-fixed .header-right:after {
        content:'';
        position:absolute;
        left:0;
        top:48px;
        width:100%;
        height:3px;
        background-color:#820408;
    }
    .header.ip-header.header-fixed .nav ul {
        border-bottom: 0;
    }
    .header .header-tel a {
        font-size:22px;
    }
    .hp-form-row .inner {
        padding: 0;
    }
    .hp-form-row .form-title {
        font-size:145px;
    }
    .hp-form-row .sub-title {
        font-size:33px;
    }
    .footer .container {
        text-align: initial;
    }
    .footer .footer-left {
        width: 360px;
    }
    .footer .footer-right {
        width: 200px;
        padding-top: 77px;
        margin-left:auto;
    }
    .footer .footer-left .footer-copyright, .footer .footer-center ul:last-child,
    .footer-center ul:last-child:after {
        display: block;
    }
    .footer .footer-center ul li {
        text-align:initial;
    }
    .footer .footer-center {
        width:220px;
        margin:0 auto;
    }
    .footer .footer-right .footer-copyright {
        display: none;
    }
    .chatwrapper .popup-canvas span.chat-title {
        font-size:86px;
    }
    .chatpopup {
        height:525px;
    }
    .chatwrapper .popup-canvas {
        padding-top:310px;
    }
    .footer .footer-left a {
        margin: 40px 0 10px;
    }
    .main-popup .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .main-popup .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
        width:32% !important;
		margin-right: 10px !important;
    }
    .main-popup p {
        font-size:33px;
    }

}

@media screen and ( min-width:1200px ) {
    .header .header-right {
        width:855px;
    }
    .header .nav ul {
        width:590px;
    }
    .header .header-tel a {
        font-size:32px;
    }
    .hp-location .detail {
        margin-right:0;
    }
    .footer .container {
        padding:0;
    }
    .hp-location:before {
        top:10px;
    }
    .header.ip-header .header-tel:before,
    .header.header-fixed .header-tel:before {
        width:275px;
    }

}

@media screen and ( min-width:1281px ) {
   .header .logo {
        width:322px;
   }
   .header.ip-header .logo {
        width:282px;
   }
   .header .header-right {
        width:895px;
    }
    .header.header-fixed .header-right:after {
        top:52px;
    }
    
}

@media screen and ( min-width:1359px ) {
    .header.ip-header .header-right:after {
        top:56px;   
    }
    .hp-location:before {
        top:10px;
    }

}

@media screen and ( min-width:1400px ) {
    .hp-location:before {
        top:60px;
    }

}
@media screen and ( min-width:1600px ) {
    .main-popup span.popup-title {
        padding:75px 0 22px 0;
    }
    .main-popup.show-modal {
        top: 10%;
    }
    body .main-popup .gform_wrapper ul li.gfield {
        margin-top: 16px;
    }
    .main-popup {
        padding:0 80px 100px 80px;
    }
    .main-popup .formtel-outer {
        bottom: 175px;
    }

}

@media screen and ( min-width:2000px ) {
    .hp-location .detail {
        margin:285px 0 0 0;
    }

}