@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&amp;display=swap);
@keyframes animate {
    0% {
        box-shadow:0 0 rgba(255,255,255,.7)
    }
    40%,80% {
        box-shadow:0 0 0 15px transparent
    }
    to {
        box-shadow:0 0 0 transparent
    }
}
*,p,ul li {
    font-family:Inter,sans-serif
}
* {
    margin:0;
    padding:0;
    box-sizing:border-box
}
h1 {
    font-size:43px
}
h2 {
    font-size:38px
}
h3 {
    font-size:33px
}
h4 {
    font-size:22px
}
h5 {
    font-size:20px
}
h1,h2,h3,h4,h5,h6,ul {
    margin-bottom:0
}
h6 {
    font-size:18px
}
ul {
    padding-left:0
}
p,ul li {
    font-size:14px;
    line-height:30px;
    font-weight:300
}
ul li {
    text-decoration:none;
    list-style:none
}
p {
    margin-bottom:0;
    color:#676767
}
a,form .form-group .form-control {
    font-weight:400;
    font-family:Inter,sans-serif
}
a,a:hover,i {
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    -moz-transition:all .3s ease
}
a {
    font-size:14px;
    text-decoration:none;
    color:#000
}
a:hover {
    color:#d72536
}
.textArea p,form .form-group {
    margin-bottom:20px
}
form .form-group .form-control {
    margin-bottom:0;
    border-radius:0
}
form .form-group .form-control:focus,header .navbar .navbar-toggler:focus {
    box-shadow:none
}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance:none;
    margin:0
}
input[type=number] {
    -moz-appearance:textfield
}
.btn:focus,.btn:hover {
    box-shadow:none;
    outline:0
}
.primary_btn {
    color:#fff;
    padding:13px 30px;
    display:inline-block;
    font-family:Inter,sans-serif;
    background-image:linear-gradient(180deg,#d72536,#161616);
    border-radius:30px;
    font-weight:600;
    font-size:14px;
    letter-spacing:1px;
    transition:ease-in all .5s
}
.primary_btn:hover {
    color:#fff;
    background-image:linear-gradient(180deg,#161616,#d72536)
}
.pt-30 {
    padding-top:30px
}
.pt-40 {
    padding-top:40px
}
.pt-50 {
    padding-top:50px
}
.pt-60 {
    padding-top:60px
}
.pt-70 {
    padding-top:70px
}
.pt-80 {
    padding-top:80px
}
.pt-90 {
    padding-top:90px
}
.pt-100 {
    padding-top:100px
}
.subHeading {
    color:#d72536;
    letter-spacing:15px;
    font-weight:600;
    text-transform:uppercase;
    font-size:16px;
    margin-bottom:7px;
    position:relative;
    display:flex;
    align-items:center;
    font-family:Inter,sans-serif
}
.subHeading::before {
    content:"";
    display:inline-block;
    position:absolute;
    width:70px;
    height:2px;
    left:-90px;
    background:#d72536
}
.subHeading2 {
    letter-spacing:5px
}
.mainHeading,.mainHeading strong {
    font-family:"Playfair Display",serif
}
.mainHeading {
    margin-top:15px;
    font-weight:400
}
.mainHeading strong {
    font-weight:700
}
.textArea {
    margin-bottom:30px
}
.fixedBottomBar ul.fixedBottomBarList li.icon_space .dropdown-menu .header_icon:hover i,.mobile_left_menu ul li a:hover,.textArea p a,.textArea ul li a,footer .footerInfoWrapper .quickLinksWrapper .quickLinks li a:hover {
    color:#d72536
}
.textArea ul li {
    font-size:14px;
    font-weight:300;
    color:#676767;
    position:relative;
    margin-bottom:15px
}
.mobile_left_menu ul li:last-child,.textArea ul li:last-child {
    margin-bottom:0
}
.textArea ul li i,.top_header_section .info_wrapper .top_info i {
    background:#d72536;
    color:#fff;
    border-radius:100%;
    align-items:center;
    justify-content:center
}
.textArea ul li i {
    position:absolute;
    top:5px;
    left:0;
    content:"";
    width:20px;
    height:20px;
    font-size:9px
}
@media (max-width:1399.98px) {
    h1,h2,h3,h4,h5,h6 {
        font-size:40px;
        margin-bottom:0
    }
    h2,h3,h4,h5,h6 {
        font-size:30px
    }
    h3,h4,h5,h6 {
        font-size:25px
    }
    h4,h5,h6 {
        font-size:20px
    }
    h5,h6 {
        font-size:18px
    }
    h6 {
        font-size:16px
    }
}
@media (max-width:991.98px) {
    .subHeading {
        font-size:14px;
        margin-bottom:0
    }
    .mainHeading {
        margin-top:10px
    }
    .primary_btn {
        padding:10px 20px;
        font-size:13px;
        letter-spacing:0
    }
}
@media (max-width:767.98px) {
    .textArea ul li,p {
        font-size:13px;
        line-height:22px
    }
    a {
        font-size:13px
    }
}
.top_header_section {
    padding:10px 0;
    background:#fff
}
.top_header_section .info_wrapper {
    display:flex;
    justify-content:space-between
}
.top_header_section .info_wrapper .top_info i {
    margin-right:10px;
    width:30px;
    height:30px;
    display:none
}
.top_header_section .info_wrapper .top_info span {
    font-weight:700
}
.top_header_section .info_wrapper .top_info span mark {
    background:0 0;
    margin:0;
    padding:0;
    color:#d72536;
    font-weight:400
}
@media (max-width:1199.98px) {
    .top_header_section .container {
        max-width:100%
    }
}
@media (max-width:991.98px) {
    .top_header_section .info_wrapper {
        justify-content:flex-start
    }
    .top_header_section .info_wrapper .top_info i {
        display:flex
    }
    .top_header_section .info_wrapper .top_info span {
        display:none;
        font-weight:700;
        font-size:12px
    }
    .top_header_section .info_wrapper .top_info span mark {
        background:0 0;
        margin:0;
        padding:0;
        color:#d72536;
        font-weight:400
    }
    .top_header_section .info_wrapper .top_info:last-child {
        margin-right:0;
        margin-left:auto;
        display:flex;
        align-items:center
    }
    .top_header_section .info_wrapper .top_info:last-child span {
        display:inline-block
    }
}
@media (max-width:575.98px) {
    .top_header_section .info_wrapper .top_info:last-child span {
        font-size:12px
    }
}
@media (max-width:406.98px) {
    .top_header_section .info_wrapper .top_info:last-child i {
        display:none
    }
    .top_header_section .info_wrapper .top_info:last-child span {
        font-size:10px
    }
}
header {
    background:#161616;
    padding:0
}
header .navbar {
    padding-top:0;
    padding-bottom:0;
    z-index:4
}
header .navbar .navbar-brand img {
    width:220px
}
.fixedBottomBar ul.fixedBottomBarList li.icon_space .dropdown-toggle::after,header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
    display:none
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color:#fff;
    padding:35px 25px;
    font-size:16px;
    font-weight:300;
    position:relative;
    display:flex;
    align-items:center
}
header .navbar .navbar-collapse .navbar-nav .active .nav-link::before,header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    width:10px;
    height:3px;
    content:"";
    display:none;
    background:#d72536;
    position:absolute;
    left:3px;
    transition:ease-in all .5s
}
.textArea ul li i,header .navbar .navbar-collapse .navbar-nav .active .nav-link::before,header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
    display:inline-block
}
header .navbar .navbar-toggler {
    box-shadow:none;
    padding:0;
    margin-left:20px
}
header .navbar .mobile_right {
    margin-left:20px
}
header .navbar .mobile_right .bg_button {
    display:inline-block;
    background:#fff;
    border-radius:40px
}
header .navbar .mobile_right .bg_button .primary_btn {
    padding:15px 30px;
    font-weight:700;
    background-image:linear-gradient(180deg,#d72536,#161616);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-size:16px
}
.whatWeDo .ourSolutionsSlider .slick-dots li:hover,header .navbar .mobile_right .bg_button:hover {
    background:#d72536
}
header .navbar .mobile_right .bg_button:hover .primary_btn {
    background-image:linear-gradient(180deg,#fff,#fff)
}
header.sticky {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    box-shadow:0 10px 45px -8px rgba(0,0,0,.25);
    animation:ease-in-out;
    animation-name:fadeInDown;
    animation-duration:1s;
    animation-fill-mode:both
}
header.sticky .navbar .navbar-brand {
    padding:2px 8px 2px 0
}
header.sticky .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding:18px 20px;
    font-size:17px
}
header.sticky .navbar .mobile_right .primary_btn {
    padding:10px 20px
}
@media all and (min-width:992px) {
    .navbar .has-megamenu {
        position:static!important
    }
    .navbar .megamenu {
        left:0;
        right:0;
        width:100%;
        margin-top:0
    }
    .navbar .nav-item:hover .megamenu {
        display:block;
        border:0
    }
    .navbar .nav-item:hover .single_drop {
        display:block;
        border:0!important;
        right:0;
        left:auto;
        margin-top:0;
        background:#161616;
        border-radius:0;
        color:#fff
    }
    .navbar .nav-item:hover .single_drop .dropdown-item {
        color:#fff
    }
    .navbar .nav-item:hover .single_drop .dropdown-item:hover {
        background-color:#d72536
    }
}
@media (max-width:1471px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding:35px 15px;
        font-size:16px;
        font-weight:300
    }
    header .navbar .navbar-collapse .navbar-nav .active .nav-link::before,header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
        width:8px;
        height:3px;
        left:0
    }
    header .navbar .mobile_right {
        margin-left:15px
    }
    header .navbar .mobile_right .bg_button .primary_btn {
        padding:15px 25px
    }
}
@media all and (max-width:1399.99px) {
    header.sticky .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size:14px!important;
        padding:18px 10px
    }
}
@media (max-width:1199.98px) {
    header .container,header .navbar .mobile_right .container {
        max-width:100%
    }
    header .navbar .navbar-brand img {
        width:180px
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding:25px 13px;
        font-size:14px
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
        width:7px;
        height:1.5px
    }
    header .navbar .mobile_right .bg_button .primary_btn {
        padding:10px 20px;
        font-size:14px
    }
}
@media (max-width:991.98px) {
    header {
        padding:10px 0
    }
    header .navbar .navbar-toggler {
        margin-left:10px
    }
    header .navbar .navbar-toggler-icon {
        height:auto
    }
    header .navbar .mobile_right .primary_btn {
        padding:10px 20px;
        font-size:14px;
        margin-left:0
    }
}
@media (max-width:766.98px) {
    header .navbar .mobile_right .primary_btn {
        padding:10px;
        font-size:13px;
        margin-left:0
    }
    header.sticky .navbar .navbar-brand {
        padding:8px
    }
}
@media (max-width:525px) {
    header .navbar .mobile_right {
        margin-left:0
    }
    header .navbar .navbar-brand img {
        width:150px
    }
    header .navbar .mobile_right .bg_button .primary_btn {
        padding:8px 10px;
        font-size:12px;
        margin-left:0
    }
}
@media (max-width:345px) {
    header .navbar .navbar-brand img {
        width:120px
    }
}
.mobile_left_menu {
    background:#000;
    border-right:0;
    z-index:99999
}
.mobile_left_menu .navbar-brand img {
    width:180px
}
.mobile_left_menu .btn-close {
    box-shadow:none;
    outline:0;
    background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")center
}
.mobile_left_menu ul li {
    margin-bottom:15px
}
.mobile_left_menu ul li a {
    font-size:17px;
    font-weight:700;
    color:#fff
}
@media (max-width:766.98px) {
    .mobile_left_menu ul li {
        margin-bottom:15px;
        line-height:20px
    }
    .mobile_left_menu ul li a {
        font-size:14px;
        font-weight:500;
        color:#fff
    }
    .mobile_left_menu ul li a:hover {
        color:#d72536
    }
    .mobile_left_menu ul li:last-child {
        margin-bottom:0
    }
}
.getAQuote {
    z-index:9999
}
.getAQuote .modal-dialog {
    max-width:750px
}
.getAQuote .modal-dialog .modal-content {
    border-radius:40px;
    overflow:hidden;
    border:0
}
.getAQuote .modal-dialog .modal-header {
    padding:40px 40px 25px;
    border-bottom:1px solid #dee2e6
}
.getAQuote .modal-dialog .modal-header .modal-title {
    font-family:"Playfair Display",serif;
    font-weight:700
}
.getAQuote .modal-dialog .modal-header .btn-close {
    box-shadow:none;
    outline:0;
    background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D72536'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")center 0 0/1em auto no-repeat
}
.getAQuote .modal-dialog .modal-body {
    padding:25px 40px 40px
}
.getAQuote .modal-dialog form {
    width:100%
}
.getAQuote .modal-dialog form label {
    font-family:Inter,sans-serif;
    color:#676767;
    margin-bottom:10px
}
.getAQuote .modal-dialog form .form-group {
    position:relative;
    margin-bottom:30px
}
.getAQuote .modal-dialog form .form-group .invalidMessage {
    color:red;
    font-size:12px;
    position:relative;
    top:0
}
.getAQuote .modal-dialog form .form-group img {
    position:absolute;
    left:15px;
    top:43px;
    width:15px
}
.getAQuote .modal-dialog form .form-group:last-child,.weAreSection .rightBox .expertsSlider .expertsCard .expertItem:last-child {
    margin-bottom:0
}
.getAQuote .modal-dialog form .form-control {
    background:0 0;
    border:0;
    border-bottom:1px solid #676767;
    font-family:Inter,sans-serif;
    color:#676767;
    padding-left:40px;
    font-size:14px;
    font-weight:300
}
.getAQuote .modal-dialog form .form-control::placeholder {
    color:#676767;
    opacity:1
}
.getAQuote .modal-dialog form .form-control:-ms-input-placeholder {
    color:#676767
}
.getAQuote .modal-dialog form .form-control::-ms-input-placeholder {
    color:#676767
}
.contactInfoSingleStyle .contactEnquiry form textarea.form-control,.getAQuote .modal-dialog form textarea.form-control {
    height:80px;
    resize:none
}
.getAQuote .modal-dialog form .primary_btn {
    margin-top:10px;
    border:0;
    color:#fff;
    padding:13px 50px;
    display:inline-block;
    font-family:Inter,sans-serif;
    background-image:linear-gradient(180deg,#d72536,#161616);
    border-radius:30px;
    font-weight:600;
    font-size:14px;
    letter-spacing:1px;
    transition:ease-in all .5s
}
.getAQuote .modal-dialog form .primary_btn:hover {
    border:0;
    color:#fff;
    background-image:linear-gradient(180deg,#161616,#d72536)
}
@media (max-width:766.98px) {
    .getAQuote .modal-dialog .modal-header {
        padding:30px 20px 15px
    }
    .getAQuote .modal-dialog .modal-body {
        padding:15px 20px 30px
    }
    .getAQuote .modal-dialog form .form-group {
        margin-bottom:20px
    }
    .getAQuote .modal-dialog form .form-group img {
        position:absolute;
        left:10px;
        top:35px;
        width:15px
    }
    .getAQuote .modal-dialog form label {
        margin-bottom:5px;
        font-size:13px
    }
    .getAQuote .modal-dialog form .form-control {
        font-size:13px;
        padding-left:33px
    }
    .getAQuote .modal-dialog form .primary_btn {
        margin-top:0
    }
}
.fixedBottomBar {
    display:none;
    position:fixed;
    bottom:0;
    z-index:10;
    left:0;
    width:100%;
    background:#161616;
    padding:10px 0
}
.fixedBottomBar ul.fixedBottomBarList {
    display:flex;
    justify-content:center
}
.fixedBottomBar ul.fixedBottomBarList li.icon_space {
    width:33.33%;
    display:flex;
    align-items:center;
    justify-content:center
}
.fixedBottomBar ul.fixedBottomBarList li.icon_space .header_icon {
    width:35px;
    height:35px;
    background:#fff;
    position:relative;
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    -moz-transition:all .3s ease
}
.fixedBottomBar ul.fixedBottomBarList li.icon_space .header_icon i {
    color:#d72536;
    font-size:18px
}
.fixedBottomBar ul.fixedBottomBarList li.icon_space .header_icon:hover {
    background-color:#d72536
}
.fixedBottomBar ul.fixedBottomBarList li.icon_space .dropdown-menu .header_icon i,.fixedBottomBar ul.fixedBottomBarList li.icon_space .header_icon:hover i,.highlightArea .highlightAreaWrapper .highlightAreaCard:hover .highlightTextArea .rightBox h5 {
    color:#fff
}
.fixedBottomBar ul.fixedBottomBarList li.icon_space .dropdown-toggle {
    border:0
}
.fixedBottomBar ul.fixedBottomBarList li.icon_space .dropdown-menu {
    min-width:auto;
    padding:0;
    background:0 0;
    border:0
}
.fixedBottomBar ul.fixedBottomBarList li.icon_space .dropdown-menu .header_icon {
    margin-bottom:10px;
    background-color:#000
}
.fixedBottomBar ul.fixedBottomBarList li.icon_space .dropdown-menu .header_icon:hover {
    background-color:#fff
}
@media (max-width:991.98px) {
    .fixedBottomBar {
        display:block
    }
}
.yearsHighlight {
    padding:50px 0;
    background:#d72536
}
.yearsHighlight h2 {
    font-weight:300;
    color:#fff
}
.yearsHighlight h2 img {
    margin-right:20px;
    width:200px
}
.yearsHighlight h2,.yearsHighlight h2 span,.yearsHighlight h2 strong {
    font-family:"Playfair Display",serif
}
.yearsHighlight h2 strong {
    font-weight:700;
    font-size:43px
}
@media (max-width:1399.98px) {
    .yearsHighlight h2 strong {
        font-size:35px
    }
}
@media (max-width:1199.98px) {
    .yearsHighlight {
        padding-top:30px;
        padding-bottom:30px
    }
    .yearsHighlight h2 {
        font-weight:300;
        color:#fff
    }
    .yearsHighlight h2 img {
        margin-right:15px;
        width:150px
    }
    .yearsHighlight h2 strong {
        font-size:30px
    }
}
@media (max-width:991.98px) {
    .yearsHighlight h2 {
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        text-align:center;
        font-weight:300;
        color:#fff
    }
    .yearsHighlight h2 img {
        margin-right:0;
        width:150px;
        margin-bottom:20px
    }
    .yearsHighlight h2 strong {
        font-size:30px
    }
}
.aboutArea {
    padding:60px 0
}
.aboutArea .aboutImgArea {
    position:relative
}
.aboutArea .aboutImgArea img {
    position:relative;
    z-index:2
}
.aboutArea .aboutImgArea::before {
    width:1000vw;
    height:250px;
    background-color:#d72536;
    content:"";
    display:inline-block;
    position:absolute;
    border-radius:0 80px 80px 0;
    bottom:0;
    right:25%;
    z-index:1
}
@media (max-width:991.98px) {
    .aboutArea .aboutImgArea {
        margin-bottom:30px
    }
    .aboutArea .aboutImgArea::before {
        height:55%
    }
}
@media (max-width:1199.98px) {
    .aboutArea {
        padding:30px 0 60px
    }
}
.weAreSection {
    background:#fff;
    position:relative;
    z-index:1
}
.weAreSection .leftBox {
    background:#d72536;
    border-radius:0 80px 80px 0;
    display:flex;
    align-items:center
}
.weAreSection .leftBox h2 {
    color:#fff;
    position:relative;
    z-index:3
}
.weAreSection .leftBox h2 strong {
    display:block
}
.weAreSection .rightBox {
    padding-top:30px;
    padding-bottom:30px;
    padding-left:80px
}
.weAreSection .rightBox .expertsSlider {
    position:relative;
    z-index:3;
    overflow:hidden
}
.weAreSection .rightBox .expertsSlider .expertsCard .expertItem {
    background:#fff;
    border:1px solid #d9d9d9;
    margin-bottom:30px;
    border-radius:5px;
    overflow:hidden;
    padding:10px 0;
    transition:ease all .5s
}
.weAreSection .rightBox .expertsSlider .expertsCard .expertItem img {
    width:70%;
    margin:0 auto
}
.weAreSection .rightBox .expertsSlider .expertsCard .expertItem:hover {
    box-shadow:0 0 10px 2px rgba(0,0,0,.15)
}
.weAreSection .rightBox .expertsSlider .expertsCard .expertItem:hover img {
    -webkit-animation:fadeInUp 1000ms;
    animation:fadeInUp 1000ms
}
.weAreSection .rightBox .expertsSlider .slick-track {
    margin-left:0
}
.weAreSection .rightBox .expertsSlider .slick-slide {
    padding:0 .75rem;
    height:inherit!important
}
.weAreSection .rightBox .expertsSlider .slick-list {
    padding-bottom:8px
}
.weAreSection .rightBox .expertsSlider .slick-dots {
    position:absolute;
    bottom:0;
    width:100%;
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
    display:none!important
}
.weAreSection .rightBox .expertsSlider .slick-active .expertsCard img {
    -webkit-animation:fadeInLeft 1000ms;
    animation:fadeInLeft 1000ms
}
.weAreSection::after {
    content:"";
    display:inline-block;
    width:20%;
    height:100%;
    position:absolute;
    background:#d72536;
    top:0;
    left:0;
    z-index:0
}
.weAreSection .slick-dotted.slick-slider {
    margin-bottom:0
}
@media (min-width:1200px) {
    .weAreSection .container2 {
        max-width:calc((100% - 1140px)/2 + 1140px)!important
    }
    .weAreSection .container2,.weAreSection .container2 .row {
        margin-right:0;
        padding-right:0
    }
}
@media (min-width:1400px) {
    .weAreSection .container2 {
        max-width:calc((100% - 1320px)/2 + 1320px)!important
    }
}
@media (max-width:1399.98px) {
    .weAreSection .rightBox {
        padding-left:30px
    }
}
@media (max-width:1199.98px) {
    .weAreSection .rightBox {
        padding:40px 0 40px 30px
    }
    .weAreSection::after {
        width:17%
    }
}
@media (max-width:991.98px) {
    .weAreSection .leftBox {
        padding-top:25px;
        padding-bottom:25px
    }
    .weAreSection .rightBox {
        padding-left:.75rem
    }
    .weAreSection::after {
        width:100%;
        height:173px
    }
}
@media (max-width:525.98px) {
    .weAreSection .rightBox {
        padding-left:.75rem
    }
    .weAreSection .rightBox .expertsSlider .slick-slide {
        padding:0 .75rem 0 0;
        height:inherit!important
    }
}
.highlightArea {
    padding-top:110px;
    background-size:cover;
    position:relative;
    z-index:0
}
.highlightArea .img-area {
    position:absolute;
    width:100%;
    height:300px
}
.highlightArea .img-area img,.whatWeDo .weDoSolutionCard .imgBox img {
    object-fit:cover;
    object-position:center;
    width:100%;
    height:100%
}
.highlightArea .highlightAreaWrapper {
    position:relative;
    z-index:1;
    padding-top:150px
}
.highlightArea .highlightAreaWrapper .highlightAreaCard {
    background:#fff;
    border-radius:80px;
    padding:30px 0 40px;
    height:100%;
    transition:ease all .3s;
    border:1px solid #d9d9d9
}
.highlightArea .highlightAreaWrapper .highlightAreaCard .iconCircle {
    margin:0 auto;
    width:95px;
    height:95px;
    border-radius:100%;
    background:#d72536;
    box-shadow:0 5px 20px rgba(0,0,0,.3);
    transition:ease all .3s;
    overflow:hidden
}
.highlightArea .highlightAreaWrapper .highlightAreaCard .iconCircle img {
    filter:brightness(0) invert(1);
    transition:ease all .3s
}
.highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea {
    display:flex;
    align-items:start;
    justify-content:center;
    width:95%;
    margin:30px auto 0
}
.highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .leftBox {
    margin-right:8px;
    display:flex;
    align-items:start
}
.highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .leftBox h1,.highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .leftBox h6,.whatWeDo h4 {
    font-weight:700;
    font-family:Inter,sans-serif
}
.highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .leftBox .counter {
    min-width:60px;
    display:flex;
    align-items:center;
    justify-content:center
}
.highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .rightBox h5 {
    font-family:"Playfair Display",serif;
    font-weight:400;
    text-transform:uppercase;
    color:#d72536;
    transition:ease all .3s
}
.highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .rightBox h5 strong {
    display:block;
    font-weight:700;
    font-family:"Playfair Display",serif
}
.highlightArea .highlightAreaWrapper .highlightAreaCard:hover {
    background:#d72536;
    border:1px solid #d72536
}
.highlightArea .highlightAreaWrapper .highlightAreaCard:hover .iconCircle {
    background:#fff
}
.highlightArea .highlightAreaWrapper .highlightAreaCard:hover .iconCircle img {
    -webkit-animation:fadeInUp 1000ms;
    animation:fadeInUp 1000ms;
    filter:inherit!important
}
@media (max-width:1399.98px) {
    .highlightArea .highlightAreaWrapper .highlightAreaCard .iconCircle {
        width:85px;
        height:85px
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .leftBox h1 {
        font-size:35px
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .leftBox .counter {
        min-width:50px
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .rightBox h5 {
        font-size:15px
    }
}
@media (max-width:1199.98px) {
    .highlightArea .highlightAreaWrapper .highlightAreaCard .iconCircle {
        width:70px;
        height:70px
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea {
        flex-direction:column;
        align-items:center;
        justify-content:center;
        margin:15px auto 0
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .leftBox h1 {
        font-size:30px
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .leftBox .counter {
        min-width:40px
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .rightBox h5 {
        text-align:center
    }
}
@media (max-width:991.98px) {
    .highlightArea {
        padding-top:10px
    }
    .highlightArea .img-area {
        height:350px
    }
    .highlightArea .highlightAreaWrapper {
        padding-top:40px;
        padding-bottom:30px
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard .iconCircle {
        width:70px;
        height:70px
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea {
        flex-direction:column;
        align-items:center;
        justify-content:center;
        margin:15px auto 0
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .leftBox h1 {
        font-size:30px
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .rightBox h5 {
        text-align:center
    }
}
@media (max-width:575px) {
    .highlightArea .highlightAreaWrapper {
        padding-top:20px;
        padding-bottom:30px
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard {
        padding:20px 0 30px;
        border-radius:50px
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard .iconCircle {
        width:50px;
        height:50px
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .leftBox h1 {
        font-size:25px
    }
    .highlightArea .highlightAreaWrapper .highlightAreaCard .highlightTextArea .rightBox h5 {
        font-size:14px
    }
    .highlightArea .highlightAreaWrapper .mt-4:nth-child(2n+1) {
        padding-right:6px
    }
    .highlightArea .highlightAreaWrapper .mt-4:nth-child(2n) {
        padding-left:6px
    }
}
.whatWeDo {
    padding:80px 0 30px
}
.whatWeDo h4 {
    font-family:"Playfair Display",serif;
    margin-bottom:40px
}
.whatWeDo .weDoSolutionBox {
    margin-bottom:50px
}
.whatWeDo .weDoSolutionCard {
    border:1px solid #e2e2e2;
    height:100%;
    display:block;
    border-radius:20px;
    min-height:450px;
    overflow:hidden;
    position:relative
}
.whatWeDo .weDoSolutionCard .imgBox {
    position:relative;
    width:100%;
    height:100%;
    z-index:1
}
.whatWeDo .weDoSolutionCard .imgBox img {
    transition:1000ms
}
.whatWeDo .weDoSolutionCard .solutionDetails {
    width:100%;
    height:auto;
    background-image:linear-gradient(to bottom,transparent,#000);
    position:absolute;
    z-index:2;
    padding:80px 20px 30px;
    bottom:0
}
.whatWeDo .weDoSolutionCard .solutionDetails .textArea {
    margin-bottom:0;
    transition:ease all .3s;
    overflow: hidden;
    overflow-y:auto;
    width:100%
}
.whatWeDo .weDoSolutionCard .solutionDetails .textArea h6 {
    color:#fff;
    font-weight:600;
    transition:ease all .3s;
    text-transform:uppercase
}
.whatWeDo .weDoSolutionCard .solutionDetails .textArea p {
    color:#fff;
    height:0;
    overflow:hidden;
    margin-bottom:0;
    transition:ease all .5s
}
.whatWeDo .weDoSolutionCard .solutionDetails .primary_btn {
    margin-top:20px;
    transition:ease all .3s
}
.whatWeDo .weDoSolutionCard .solutionDetails .btnWrapper {
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    flex-wrap:wrap;
    margin-top:20px
}
.whatWeDo .ourSolutionsSlider .slick-dots li button::before,.whatWeDo .weDoSolutionCard .solutionDetails .btnWrapper .dropdown {
    display:none
}
.whatWeDo .weDoSolutionCard .solutionDetails .btnWrapper .dropdown .dropdown-toggle {
    outline:0;
    margin:0;
    padding:8px 15px;
    min-width:160px;
    height:46px;
    font-size:14px;
    font-weight:500;
    background-color:#fff;
    cursor:pointer;
    border-radius:50px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border:1px solid #e2e2e2
}
.whatWeDo .weDoSolutionCard .solutionDetails .btnWrapper .dropdown .dropdown-toggle::after {
    width:30px;
    height:30px;
    background:url(../images/workDrop.png)center ;
    border-radius:100%;
    border:1px solid #e2e2e2
}
.whatWeDo .weDoSolutionCard .solutionDetails .btnWrapper .dropdown .dropdown-menu {
    min-width:160px;
    padding:0
}
.whatWeDo .weDoSolutionCard .solutionDetails .btnWrapper .dropdown .dropdown-menu .dropdown-item {
    padding:5px;
    line-height:20px;
    font-size:13px
}
.whatWeDo .weDoSolutionCard .solutionDetails .btnWrapper .dropdown .dropdown-menu .dropdown-item:hover {
    background:#d72536;
    color:#fff
}
.whatWeDo .weDoSolutionCard .solutionDetails .btnWrapper .primary_btn {
    margin-top:0;
    transition:ease all .3s
}
.whatWeDo .weDoSolutionCard:hover .solutionDetails {
    height:100%;
    background:#fff;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:flex-start;
    padding:30px 20px
}
.whatWeDo .weDoSolutionCard:hover .solutionDetails .textArea {
    height:300px
}
.whatWeDo ::-webkit-scrollbar {
    width:5px
}
.whatWeDo ::-webkit-scrollbar-track {
    background:#f1f1f1
}
.whatWeDo ::-webkit-scrollbar-thumb {
    background:#888;
    border-radius:5px
}
.whatWeDo ::-webkit-scrollbar-thumb:hover {
    background:#d72536
}
.whatWeDo .weDoSolutionCard:hover .solutionDetails .textArea h6 {
    padding-top:20px;
    color:#d72536;
    -webkit-animation:fadeInUp 500ms;
    animation:fadeInUp 1000ms
}
.whatWeDo .weDoSolutionCard:hover .solutionDetails .textArea p {
    margin-top:15px;
    color:#676767;
    height:auto;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
    -webkit-animation:fadeInUp 1000ms;
    animation:fadeInUp 1000ms
}
.whatWeDo .weDoSolutionCard:hover .solutionDetails .primary_btn {
    position:relative;
    bottom:0
}
.whatWeDo .ourSolutionsSlider .slick-dots {
    bottom:0
}
.whatWeDo .ourSolutionsSlider .slick-dots li {
    background:#d9d9d9;
    border-radius:100%;
    margin:0 8px 0 0;
    width:8px;
    height:8px
}
.latestWorkWrapper #myBtnContainer .btnFilter:last-child,.whatWeDo .ourSolutionsSlider .slick-dots li:last-child {
    margin-right:0
}
.whatWeDo .ourSolutionsSlider .slick-dots .slick-active {
    width:65px;
    border-radius:5px;
    background:#d72536
}
@media (max-width:1199.98px) {
    .whatWeDo .weDoSolutionCard {
        min-height:380px
    }
    .whatWeDo .weDoSolutionCard:hover .solutionDetails .textArea p {
        margin-top:10px;
        -webkit-line-clamp:4
    }
}
@media (max-width:991.98px) {
    .whatWeDo {
        padding:60px 0 30px
    }
    .whatWeDo .weDoSolutionBox {
        margin-bottom:30px
    }
    .whatWeDo .weDoSolutionCard {
        min-height:300px
    }
    .whatWeDo .weDoSolutionCard .solutionDetails {
        padding:100px 15px 20px
    }
    .whatWeDo .weDoSolutionCard:hover .solutionDetails {
        padding:20px 15px!important
    }
    .whatWeDo .weDoSolutionCard:hover .solutionDetails .textArea h6 {
        padding-top:10px;
        color:#d72536
    }
    .whatWeDo .weDoSolutionCard:hover .solutionDetails .textArea p {
        margin-top:10px;
        -webkit-line-clamp:4
    }
    .whatWeDo .ourSolutionsSlider .slick-dots {
        bottom:-20px
    }
    .whatWeDo .ourSolutionsSlider .slick-dots .slick-active {
        width:45px;
        border-radius:5px;
        background:#d72536
    }
}
@media (max-width:766.98px) {
    .whatWeDo .weDoSolutionBox:nth-child(2n+1) {
        padding-right:6px
    }
    .whatWeDo .weDoSolutionBox:nth-child(2n) {
        padding-left:6px
    }
    .whatWeDo .weDoSolutionCard .solutionDetails {
        padding:50px 15px 20px
    }
}
@media (max-width:575px) {
    .whatWeDo .weDoSolutionCard {
        min-height:250px
    }
    .whatWeDo .weDoSolutionCard .solutionDetails {
        padding-left:10px;
        padding-right:10px
    }
    .whatWeDo .weDoSolutionCard .solutionDetails .textArea h6 {
        font-weight:700;
        font-size:14px
    }
    .whatWeDo .weDoSolutionCard:hover .solutionDetails {
        padding-left:10px!important;
        padding-right:10px!important
    }
    .whatWeDo .weDoSolutionCard:hover .solutionDetails .textArea h6 {
        padding-top:0
    }
    .whatWeDo .weDoSolutionCard:hover .solutionDetails .textArea p {
        -webkit-line-clamp:1
    }
}
@media (max-width:400px) {
    .whatWeDo .weDoSolutionBox {
        margin-bottom:15px
    }
    .whatWeDo .weDoSolutionCard {
        min-height:180px
    }
    .whatWeDo .weDoSolutionCard .solutionDetails .textArea h6 {
        font-weight:800;
        font-size:12px
    }
    .whatWeDo .weDoSolutionCard .solutionDetails .primary_btn {
        padding:8px 10px;
        font-size:11px;
        font-weight:800
    }
}
.whatWeDoPremiumCars .weDoSolutionCard {
    overflow:inherit
}
.whatWeDoPremiumCars .weDoSolutionCard .imgBox {
    overflow:hidden;
    border-radius:20px
}
.whatWeDoPremiumCars .weDoSolutionCard .solutionDetails {
    border-radius:20px
}
.whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .dropdown {
    display:flex
}
.whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .dropdown .dropdown-toggle {
    font-size:12px;
    height:44px;
    min-width:138px;
    padding:8px 10px
}
.whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .dropdown .dropdown-menu {
    min-width:138px;
    height:140px;
    overflow-y:scroll;
    position:relative;
    z-index:9999
}
.whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .dropdown .dropdown-menu::-webkit-scrollbar {
    width:5px
}
.whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .dropdown .dropdown-menu::-webkit-scrollbar-track {
    border-radius:10px;
    background:#333
}
.whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius:10px;
    background-color:#d72536;
    opacity:1
}
.whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .primary_btn {
    padding:13px 20px;
    font-size:12px
}
.whatWeDoPremiumCars .weDoSolutionCard:hover .solutionDetails {
}
/*.whatWeDoPremiumCars .weDoSolutionCard:hover .solutionDetails .textArea p {
    display:none!important
}
*/
/*.whatWeDoPremiumCars .weDoSolutionCard:hover .solutionDetails .textArea h6 {
    color:#fff
}
*/
@media (max-width:1199.98px) {
    .whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .dropdown {
        margin-bottom:10px
    }
    .whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .primary_btn {
        padding:13px 20px;
        font-size:12px
    }
}
@media (max-width:991.98px) {
    .whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .dropdown {
        margin-bottom:0
    }
}
@media (max-width:767.98px) {
    .whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .dropdown {
        margin-bottom:0
    }
    .whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .dropdown .dropdown-toggle {
        height:30px;
        min-width:100px;
        padding:8px 10px
    }
    .whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .dropdown .dropdown-toggle::after {
        width:15px;
        height:15px
    }
    .whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .primary_btn {
        padding:7px 10px;
        font-size:12px
    }
}
@media (max-width:525px) {
    .whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper {
        flex-direction:column;
        align-items:flex-start
    }
    .whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .dropdown {
        margin-bottom:10px
    }
    .whatWeDoPremiumCars .weDoSolutionCard .solutionDetails .btnWrapper .dropdown .dropdown-toggle {
        min-width:103px
    }
}
@media (max-width:400px) {
    .whatWeDoPremiumCars .weDoSolutionCard {
        min-height:220px
    }
}
.ourWorkSectionHome {
    padding:100px 0 60px;
    background:#e8edf1
}
.latestWorkWrapper .filterDiv,.ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider .slick-dots li button::before,.testimonials .testimonials_slider .slick-dots li button::before {
    display:none
}
.latestWorkWrapper .show {
    display:block
}
.latestWorkWrapper #myBtnContainer,.latestWorkWrapper .filter-menu {
    margin-bottom:30px;
    margin-top:80px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:row;
    flex-wrap:wrap
}
.latestWorkWrapper #myBtnContainer::-webkit-scrollbar {
    width:1px;
    height:5px
}
.latestWorkWrapper #myBtnContainer::-webkit-scrollbar-track {
    box-shadow:inset 0 0 3px #000;
    border-radius:3px
}
.latestWorkWrapper #myBtnContainer::-webkit-scrollbar-thumb {
    background:red;
    border-radius:3px
}
.latestWorkWrapper #myBtnContainer .btnFilter,.latestWorkWrapper .filter-menu .filter-button,.latestWorkWrapper .filter-menu .filter-button2 {
    outline:0;
    padding:8px 15px;
    min-width:170px;
    height:46px;
    font-size:14px;
    font-weight:500;
    background-color:#fff;
    cursor:pointer;
    margin-right:20px;
    margin-bottom:10px;
    border-radius:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid #e2e2e2
}
.latestWorkWrapper #myBtnContainer .dropdown .dropdown-toggle.btnFilter,.latestWorkWrapper .filter-menu .dropdown .dropdown-toggle.filter-button2 {
    justify-content:space-between
}
.latestWorkWrapper #myBtnContainer .dropdown .dropdown-toggle.btnFilter::after,.latestWorkWrapper .filter-menu .dropdown .dropdown-toggle.filter-button2::after {
    width:30px;
    height:30px;
    background:url(../images/workDrop.png)center ;
    border-radius:100%;
    border:1px solid #e2e2e2
}
.latestWorkWrapper #myBtnContainer .dropdown .dropdown-menu {
    min-width:170px;
    background:0 0;
    border:0;
    padding:0
}
.latestWorkWrapper #myBtnContainer .dropdown .dropdown-menu .btnFilter,.latestWorkWrapper .filter-menu .dropdown .dropdown-menu .filter-button {
    margin-bottom:1px;
    padding:8px 15px;
    height:35px;
    font-size:13px
}
.latestWorkWrapper #myBtnContainer .btnFilter.active,.latestWorkWrapper #myBtnContainer .btnFilter:hover {
    color:#d72536;
    box-shadow:0 5px 10px 0 rgba(0,0,0,.2)
}
.latestWorkWrapper .filter-menu .filter-button2:last-child,.latestWorkWrapper .filter-menu .filter-button:last-child {
    margin-right:0
}
.latestWorkWrapper .filter-menu .dropdown .dropdown-menu {
    height:fit-content;
    min-width:170px;
    background:0 0;
    border:0;
    padding:0
}
.latestWorkWrapper .filter-menu .active,.latestWorkWrapper .filter-menu .filter-button:hover {
    color:#d72536;
    box-shadow:0 5px 10px 0 rgba(0,0,0,.2)
}
.latestWorkWrapper .latestWorkBox {
    margin-bottom:40px
}
.latestWorkWrapper .latestWorkCard {
    height:100%;
    display:block;
    border-radius:80px;
    min-height:420px;
    overflow:hidden;
    position:relative;
    transition:ease all .5s
}
.latestWorkWrapper .latestWorkCard::after {
    display:block;
    content:"";
    position:absolute;
    width:130%;
    height:100px;
    background:#fff;
    bottom:-21px;
    z-index:1;
    left:-5%
}
.latestWorkWrapper .latestWorkCard .imgBox {
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    overflow:hidden
}
.latestWorkWrapper .latestWorkCard .imgBox img {
    object-position:bottom center;
    transition:1000ms
}
.latestWorkWrapper .latestWorkCard .video-btn {
    position:absolute;
    content:"";
    top:40%;
    left:50%;
    transform:translate(-40%,-50%);
    border-radius:100%;
    background:0 0;
    border:0;
    box-shadow:0 0 6px rgba(0,0,0,.2);
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    -moz-transition:all .3s ease;
    z-index:3
}
.latestWorkWrapper .latestWorkCard .workDetails {
    position:absolute;
    bottom:0;
    left:0;
    padding:30px 20px;
    width:100%;
    background:#fff;
    z-index:2;
    border-radius:80px;
    transition:ease all .5s
}
.latestWorkWrapper .latestWorkCard .workDetails .textArea {
    margin-bottom:0;
    height:75px;
    overflow-x:auto;
    align-items:center;
    flex-wrap:wrap;
    justify-content:center;
    display:flex
}
.latestWorkWrapper .latestWorkCard .workDetails .textArea h2,.latestWorkWrapper .latestWorkCard .workDetails .textArea p,.latestWorkWrapper .latestWorkCard .workDetails .textArea>h3,.latestWorkWrapper .latestWorkCard .workDetails .textArea>h4,.latestWorkWrapper .latestWorkCard .workDetails .textArea>h5,.latestWorkWrapper .latestWorkCard .workDetails .textArea>h6 {
    width:100%
}
.latestWorkWrapper ::-webkit-scrollbar {
    width:5px
}
.latestWorkWrapper ::-webkit-scrollbar-track {
    background:#f1f1f1;
    border-radius:5px
}
.latestWorkWrapper ::-webkit-scrollbar-thumb {
    background:#888;
    border-radius:5px
}
.latestWorkWrapper ::-webkit-scrollbar-thumb:hover {
    background:#d72536
}
.latestWorkWrapper .latestWorkCard .workDetails .textArea h6 {
    color:#d72536;
    font-weight:700;
    transition:ease all .5s;
    text-transform:uppercase
}
.latestWorkWrapper .latestWorkCard .workDetails .textArea p {
    padding-bottom:0;
    margin:0;
    padding-top:5px;
    color:#676767;
    height:auto;
    line-height:24px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    transition:ease all .5s
}
.latestWorkWrapper .latestWorkCard:hover {
    box-shadow:0 5px 10px rgba(0,0,0,.15)
}
.latestWorkWrapper .latestWorkCard:hover .imgBox img {
    transform:scale(1.1);
    -webkit-animation:fadeIn 1500ms;
    animation:fadeIn 1000ms
}
.latestWorkWrapper .latestWorkCard:hover .workDetails,.ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider .slick-dots li:hover,.testimonials .testimonials_slider .slick-dots li:hover {
    background:#d72536
}
.latestWorkWrapper .latestWorkCard:hover .workDetails .textArea h6 {
    color:#fff;
    -webkit-animation:fadeInUp 1000ms;
    animation:fadeInUp 1000ms
}
.latestWorkWrapper .latestWorkCard:hover .workDetails .textArea p {
    color:#e8edf1;
    -webkit-animation:fadeIn 1000ms;
    animation:fadeIn 1000ms
}
.latestWorkWrapper .primary_btn {
    display:inline-block;
    margin-bottom:20px
}
@media (max-width:1399.98px) {
    .latestWorkWrapper .latestWorkCard {
        min-height:400px
    }
}
@media (max-width:1199.98px) {
    .latestWorkWrapper .latestWorkCard .workDetails .textArea h6 {
        font-size:14px
    }
    .latestWorkWrapper .latestWorkCard .workDetails .textArea p {
        padding-top:4px;
        font-size:12px
    }
    .latestWorkWrapper .latestWorkCard::after {
        height:90px
    }
}
@media (max-width:991.98px) {
    .ourWorkSectionHome {
        padding:60px 0
    }
    .latestWorkWrapper .latestWorkCard,.latestWorkWrapper .latestWorkCard .workDetails {
        border-radius:40px
    }
}
@media (max-width:766.98px) {
    .latestWorkWrapper #myBtnContainer,.latestWorkWrapper .filter-menu {
        margin-top:40px
    }
    .latestWorkWrapper #myBtnContainer .btnFilter,.latestWorkWrapper .filter-menu .filter-button,.latestWorkWrapper .filter-menu .filter-button2 {
        font-size:12px;
        height:35px;
        font-weight:500;
        min-width:120px;
        margin-right:10px
    }
    .latestWorkWrapper #myBtnContainer .dropdown .dropdown-toggle.btnFilter::after,.latestWorkWrapper .filter-menu .dropdown .dropdown-toggle.filter-button2::after {
        margin-left:10px;
        width:25px;
        height:25px
    }
    .latestWorkWrapper #myBtnContainer .dropdown .dropdown-menu,.latestWorkWrapper .filter-menu .dropdown .dropdown-menu {
        min-width:120px
    }
    .latestWorkWrapper #myBtnContainer .dropdown .dropdown-menu .btnFilter,.latestWorkWrapper .filter-menu .dropdown .dropdown-menu .filter-button {
        font-size:12px;
        height:30px;
        font-weight:500;
        padding:5px 8px;
        min-width:120px
    }
    .latestWorkWrapper .filter-menu .active,.latestWorkWrapper .filter-menu .filter-button:hover {
        color:#d72536;
        box-shadow:0 5px 10px 0 rgba(0,0,0,.2)
    }
    .latestWorkWrapper .latestWorkBox:nth-child(2n) {
        padding-left:6px
    }
    .latestWorkWrapper .latestWorkBox:nth-child(2n+1) {
        padding-right:6px
    }
    .latestWorkWrapper .latestWorkCard {
        min-height:350px;
        border-radius:20px
    }
    .latestWorkWrapper .latestWorkCard .workDetails {
        border-radius:20px;
        padding:20px 15px
    }
    .latestWorkWrapper .latestWorkCard::after {
        height:70px
    }
}
@media (max-width:575px) {
    .latestWorkWrapper .latestWorkBox {
        margin-bottom:20px
    }
    .latestWorkWrapper .latestWorkCard {
        min-height:330px
    }
    .latestWorkWrapper .latestWorkCard .workDetails .textArea h6 {
        font-size:13px
    }
    .latestWorkWrapper .latestWorkCard .workDetails .textArea p {
        font-size:12px;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:1;
        -webkit-box-orient:vertical
    }
    .latestWorkWrapper .latestWorkCard::after {
        height:50px
    }
}
@media (max-width:410px) {
    .latestWorkWrapper .latestWorkCard {
        min-height:280px
    }
    .latestWorkWrapper .latestWorkCard .workDetails {
        padding:20px 10px
    }
    .latestWorkWrapper .latestWorkCard .workDetails .textArea p {
        display:none
    }
    .latestWorkWrapper .latestWorkCard .video-btn img {
        width:30px
    }
}
.ourBrandSection {
    padding:30px 0 70px;
    background:#d72536;
    position:relative
}
.ourBrandSection::before {
    content:"";
    display:inline-block;
    width:146px;
    height:187px;
    background:url(../images/brands-bg-01.png)center 0 0/cover;
    position:absolute;
    bottom:0;
    left:0;
    opacity:.2;
    z-index:0
}
.ourBrandSection .bg_button .primary_btn:hover,.ourBrandSection .subHeading2 {
    color:#fff
}
.ourBrandSection .subHeading2::before {
    background:#fff
}
.ourBrandSection .textArea {
    position:relative;
    z-index:1
}
.ourBrandSection .textArea p {
    color:#f5f5f5
}
.ourBrandSection .bg_button {
    position:relative;
    z-index:1;
    display:inline-block;
    background:#fff;
    border-radius:40px;
    transition:ease all .5s;
    margin-top:20px
}
.ourBrandSection .bg_button .primary_btn {
    font-weight:700;
    background-image:linear-gradient(180deg,#d72536,#161616)!important;
    -webkit-background-clip:text!important;
    -webkit-text-fill-color:transparent!important;
    transition:ease all .5s
}
.ourBrandSection .bg_button:hover {
    background:#000
}
.ourBrandSection .bg_button:hover .primary_btn {
    background-image:linear-gradient(180deg,#fff,#fff)!important
}
.ourBrandSection .brandRightBox {
    display:flex;
    justify-content:flex-end;
    position:relative;
    margin-bottom:-100px
}
.ourBrandSection .brandRightBox .brandSliderArea {
    background:#fff;
    padding:30px 0;
    border-radius:150px;
    height:100%;
    width:60%;
    position:relative;
    z-index:3;
    box-shadow:0 10px 20px rgba(0,0,0,.2);
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center
}
.ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider {
    position:relative;
    padding:0 20px
}
.ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider .ourBrandItem {
    padding:0 30px
}
.ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider .ourBrandItem img {
    margin:0 auto;
    opacity:.1;
    transition:ease all .5s
}
.ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider .slick-dots {
    position:absolute;
    right:0;
    bottom:0;
    top:0;
    width:40px;
    height:100%;
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center
}
.ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider .slick-dots li,.testimonials .testimonials_slider .slick-dots li {
    background:#d9d9d9;
    border-radius:100%;
    width:8px;
    height:8px;
    margin-bottom:10px;
    transition:.3s
}
.ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider .slick-dots li button {
    width:10px;
    height:10px
}
.ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider .slick-dots .slick-active {
    height:65px;
    background:#d72536;
    border-radius:5px
}
.ourBrandSection .brandRightBox .brandSliderArea .slick-active .ourBrandItem img {
    opacity:1;
    -webkit-animation:fadeIn 2000ms;
    animation:fadeIn 2000ms
}
.ourBrandSection .brandRightBox .brandRightImage {
    position:absolute;
    left:-50px;
    bottom:0;
    z-index:2
}
.ourBrandSection .slick-dotted.slick-slider {
    margin-bottom:0!important
}
@media (max-width:1199.98px) {
    .ourBrandSection .brandRightBox .brandRightImage {
        left:-90px
    }
    .ourBrandSection .brandRightBox .brandSliderArea {
        width:75%
    }
}
@media (max-width:991.98px) {
    .ourBrandSection .brandRightBox {
        margin-top:50px
    }
    .ourBrandSection .brandRightBox .brandRightImage {
        display:none
    }
    .ourBrandSection .brandRightBox .brandSliderArea {
        width:100%;
        display:block;
        border-radius:10px;
        padding:0
    }
    .ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider {
        padding:0 0 15px
    }
    .ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider .ourBrandItem {
        padding:0 30px
    }
    .ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider .slick-dots {
        width:100%;
        height:15px;
        flex-direction:row;
        top:inherit;
        bottom:10px
    }
    .ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider .slick-dots .slick-active {
        width:40px;
        height:8px
    }
}
@media (max-width:766.98px) {
    .ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider .ourBrandItem {
        padding:0
    }
    .ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider .slick-dots .slick-active {
        width:15px
    }
      .ourBrandSection .brandRightBox .brandSliderArea .ourBrandSlider .slick-dots {

        bottom:-2px
    }
}
.followInstagramArea {
    padding:100px 0 60px
}
.followInstagramArea .followInstagramSlider {
    margin-top:50px
}
.followInstagramArea .followInstagramSlider .item .followInstagramCard {
    border:1px solid #d9d9d9;
    border-radius:80px;
    overflow:hidden;
    position:relative
}
.followInstagramArea .followInstagramSlider .item .followInstagramCard .imgBox {
    width:100%
}
.followInstagramArea .followInstagramSlider .item .followInstagramCard .imgBox img {
    width:100%;
    height:400px;
    object-fit:cover;
    object-position:center;
    transition:1000ms
}
.followInstagramArea .followInstagramSlider .item .followInstagramCard .detailsBody {
    border:1px solid #d9d9d9;
    border-bottom:0;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    border-radius:80px;
    padding:20px;
    background:#fff;
    display:flex;
    align-items:center
}
.followInstagramArea .followInstagramSlider .item .followInstagramCard .detailsBody .leftLogo {
    width:70px;
    height:70px;
    border-radius:100%;
    background:#000;
    display:flex;
    align-items:center;
    justify-content:center
}
.followInstagramArea .followInstagramSlider .item .followInstagramCard .detailsBody .leftLogo img {
    width:55px
}
.followInstagramArea .followInstagramSlider .item .followInstagramCard .detailsBody .rightDetails {
    width:75%;
    padding-left:10px
}
.followInstagramArea .followInstagramSlider .item .followInstagramCard .detailsBody .rightDetails h6 {
    font-weight:700;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical
}
.followInstagramArea .followInstagramSlider .item .followInstagramCard .detailsBody .rightDetails p {
    font-weight:400;
    color:#676767
}
.followInstagramArea .followInstagramSlider .item .followInstagramCard:hover {
    box-shadow:0 5px 10px rgba(0,0,0,.15)
}
.followInstagramArea .followInstagramSlider .item .followInstagramCard:hover .imgBox img {
    transform:scale(1.07)
}
.followInstagramArea .followInstagramSlider .owl-stage {
    padding:20px 0
}
.followInstagramArea .followInstagramSlider .owl-dots .owl-dot {
    margin-top:10px
}
.followInstagramArea .followInstagramSlider .owl-dots .owl-dot span {
    width:8px;
    height:8px;
    opacity:.25;
    background:#000
}
.followInstagramArea .followInstagramSlider .owl-dots .active span {
    width:65px;
    background:#d72536;
    opacity:1
}
@media (max-width:991.98px) {
    .followInstagramArea .followInstagramSlider .item .followInstagramCard,.followInstagramArea .followInstagramSlider .item .followInstagramCard .detailsBody {
        border-radius:50px
    }
}
@media (max-width:767px) {
    .followInstagramArea {
        padding:60px 0
    }
    .followInstagramArea .followInstagramSlider {
        margin-top:50px
    }
    .followInstagramArea .followInstagramSlider .item .followInstagramCard {
        border-radius:20px
    }
    .followInstagramArea .followInstagramSlider .item .followInstagramCard .detailsBody {
        border-radius:20px;
        border-left:0;
        border-right:0
    }
    .followInstagramArea .followInstagramSlider .item .followInstagramCard .detailsBody .leftLogo {
        width:60px;
        height:60px
    }
    .followInstagramArea .followInstagramSlider .item .followInstagramCard .detailsBody .leftLogo img {
        width:45px
    }
    .followInstagramArea .followInstagramSlider .item .followInstagramCard .detailsBody .rightDetails {
        width:85%
    }
    .followInstagramArea .followInstagramSlider .item .followInstagramCard .detailsBody .rightDetails h6 {
        font-size:14px
    }
    .followInstagramArea .followInstagramSlider .item .followInstagramCard .detailsBody .rightDetails h6 p {
        font-size:12px
    }
}
@media (max-width:575px) {
    .followInstagramArea .followInstagramSlider .item .followInstagramCard .imgBox img {
        height:300px
    }
    .followInstagramArea .followInstagramSlider .item .followInstagramCard .detailsBody .rightDetails {
        width:78%
    }
}
.testimonials {
    padding:70px 0;
    background:#e8edf1;
    position:relative
}
.testimonials .testimonials_slider {
    position:relative;
    padding:120px 0
}
.testimonials .testimonials_slider::before {
    content:"";
    display:block;
    width:36%;
    height:100%;
    background:#fff;
    position:absolute;
    top:0;
    left:0;
    border-radius:250px
}
.testimonials .testimonials_slider .testimonials_card {
    padding:0;
    display:flex!important;
    justify-content:space-between
}
.testimonials .testimonials_slider .testimonials_card .left_profile {
    width:35%;
    display:flex;
    padding:20px 30px 20px 60px;
    border-radius:60px
}
.testimonials .testimonials_slider .testimonials_card .left_profile .profile_photo {
    display:block;
    width:70px;
    height:70px;
    margin-right:15px;
    overflow:hidden;
    border-radius:100%;
    background:#fff
}
.testimonials .testimonials_slider .testimonials_card .left_profile .profile_photo img {
    width:100%
}
.testimonials .testimonials_slider .testimonials_card .left_profile .profile_details {
    width:75%
}
.testimonials .testimonials_slider .testimonials_card .left_profile .profile_details h5 {
    font-weight:700;
    margin-bottom:5px
}
.testimonials .testimonials_slider .testimonials_card .left_profile .profile_details ul li {
    line-height:24px
}
.testimonials .testimonials_slider .testimonials_card .right_details {
    width:60%;
    padding:20px 30px
}
.testimonials .testimonials_slider .testimonials_card .right_details .right_details_wrapper {
    width:100%;
    display:block;
    height:135px;
    opacity:1;
    overflow:hidden;
    overflow-y:scroll;
    position:relative;
    direction:rtl;
    padding-left:15px
}
.testimonials .testimonials_slider .testimonials_card .right_details .right_details_wrapper::-webkit-scrollbar {
    width:4px;
    opacity:1;
    border-radius:10px
}
.testimonials .testimonials_slider .testimonials_card .right_details .right_details_wrapper::-webkit-scrollbar-track {
    box-shadow:inset 0 0 6px #fff;
    border-radius:10px;
    opacity:1
}
.testimonials .testimonials_slider .testimonials_card .right_details .right_details_wrapper::-webkit-scrollbar-thumb {
    border-radius:10px;
    box-shadow:inset 0 0 6px #d72536;
    background-color:#d72536;
    opacity:1
}
.testimonials .testimonials_slider .testimonials_card .right_details .right_details_wrapper .head_details {
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:sticky;
    top:0;
    direction:ltr;
    background:#e8edf1;
    padding-bottom:5px;
    margin-bottom:5px
}
.testimonials .testimonials_slider .testimonials_card .right_details .right_details_wrapper .head_details h6 {
    font-weight:700;
    width:80%
}
.testimonials .testimonials_slider .testimonials_card .right_details .right_details_wrapper p {
    direction:ltr;
    color:#676767;
    padding-right:30px
}
.testimonials .testimonials_slider .slick-vertical .slick-slide {
    border:0 solid transparent!important
}
.testimonials .testimonials_slider .slick-dots {
    bottom:0;
    top:0;
    width:50px;
    height:100%;
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center
}
.testimonials .testimonials_slider .slick-dots li button {
    width:8px;
    height:8px
}
.testimonials .testimonials_slider .slick-dots .slick-active {
    height:60px;
    background:#d72536;
    border-radius:5px
}
.testimonials .slick-dotted.slick-slider {
    margin-bottom:0!important
}
@media (max-width:1199.98px) {
    .testimonials .testimonials_slider {
        padding:30px 0
    }
    .testimonials .testimonials_slider::before {
        width:38%;
        border-radius:30px
    }
    .testimonials .testimonials_slider .testimonials_card .left_profile {
        width:37.89%
    }
    .testimonials .testimonials_slider .testimonials_card .right_details {
        width:62%
    }
}
@media (max-width:991.98px) {
    .testimonials .testimonials_slider {
        padding:0
    }
    .testimonials .testimonials_slider::before {
        display:none
    }
    .testimonials .testimonials_slider .slick-dots {
        justify-content:flex-end
    }
    .testimonials .testimonials_slider .testimonials_card {
        flex-direction:column
    }
    .testimonials .testimonials_slider .testimonials_card .left_profile {
        width:100%;
        padding-bottom:20px;
        padding-top:20px;
        border-radius:30px;
        background:#fff
    }
    .testimonials .testimonials_slider .testimonials_card .left_profile .profile_details ul {
        margin-bottom:10px
    }
    .testimonials .testimonials_slider .testimonials_card .left_profile .profile_details ul li {
        font-size:13px;
        line-height:16px;
        margin:5px 0 0;
        padding:0
    }
    .testimonials .testimonials_slider .testimonials_card .right_details {
        width:100%;
        padding-left:60px;
        padding-bottom:0
    }
    .testimonials .testimonials_slider .testimonials_card .right_details .right_details_wrapper .head_details {
        margin-bottom:0
    }
}
@media (max-width:575px) {
    .testimonials .testimonials_slider .testimonials_card .left_profile {
        padding:15px
    }
    .testimonials .testimonials_slider .testimonials_card .left_profile .profile_details h6 {
        font-size:14px
    }
    .testimonials .testimonials_slider .testimonials_card .left_profile .profile_details ul li {
        font-size:12px;
        line-height:12px
    }
    .testimonials .testimonials_slider .testimonials_card .right_details {
        padding:15px 15px 15px 0
    }
    .testimonials .testimonials_slider .testimonials_card .right_details .right_details_wrapper {
        height:150px
    }
    .testimonials .testimonials_slider .testimonials_card .right_details .right_details_wrapper p {
        padding-right:0
    }
    .testimonials .testimonials_slider .slick-dots {
        z-index:3;
        display:block;
        align-items:center;
        flex-direction:row;
        width:100%;
        height:auto;
        top:inherit;
        bottom:-30px
    }
    .testimonials .testimonials_slider .slick-dots .slick-active {
        height:8px;
        width:50px
    }
}
.homeBlogArea {
    padding:80px 0
}
.homeBlogArea .owl-stage-outer {
    padding:0 2px
}
.homeBlogArea .owl-stage {
    display:flex
}
.blogCard,.homeBlogArea .owl-stage .item {
    height:100%
}
.blogCard {
    border:1px solid #a1aabd;
    transition:1000ms
}
.blogCard,.blogCard .imgBlog {
    overflow:hidden;
    border-radius:80px
}
.blogCard .imgBlog img {
    transition:1000ms;
    width:100%;
    object-position:center;
    object-fit:cover;
    height:160px
}

@media(min-width:576px) {
    .blogCard .imgBlog img {
        height:130px
    }
}
@media(min-width:768px) {
    .blogCard .imgBlog img {
        height:167px
    }
}
@media(min-width:992px) {
    .blogCard .imgBlog img {
        height:150px
    }
}
@media(min-width:1200px) {
    .blogCard .imgBlog img {
        height:170px
    }
}
@media(min-width:1400px) {
    .blogCard .imgBlog img {
        height:200px
    }
}
.blogCard .blogDetails {
    padding:20px
}
.blogCard .blogDetails .date {
    font-size:14px;
    color:#676767;
    font-weight:400
}
.blogCard .blogDetails .textArea p,.blogCard .blogDetails h6 {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical
}
.blogCard .blogDetails h6 {
    margin:8px 0 10px;
    font-weight:700;
    color:#676767;
    transition:1000ms;
    -webkit-line-clamp:2
}
.blogCard .blogDetails .textArea {
    margin-bottom:0;
    transition:1000ms;
    height:80px;
    overflow:hidden
}
@media(min-width:768px) {
    .blogCard .blogDetails .textArea {
        height:100px
    }
}
.blogCard .blogDetails .textArea p {
    -webkit-line-clamp:3;
    transition:ease all .5s
}
.blogCard .blogDetails .more {
    color:#d72536;
    font-weight:400;
    margin-bottom:30px;
    display:inline-block;
    transition:1000ms
}
.blogCard:hover {
    background:#e8edf1
}
.blogCard:hover .imgBlog img,.homeBlogSlider .active .blogCard .imgBlog img {
    -webkit-animation:fadeIn 1000ms;
    animation:fadeIn 1000ms
}
.blogCard:hover .blogDetails h6 {
    color:#000
}
.blogCard:hover .blogDetails p,.homeBlogSlider .active .blogCard .blogDetails p {
    -webkit-animation:fadeIn 2000ms;
    animation:fadeIn 2000ms
}
.blogCard:hover .blogDetails .more {
    font-weight:500;
    margin-left:25px;
    text-decoration:underline
}
.blogCard:hover .blogDetails h6,.homeBlogSlider .active .blogCard .blogDetails h6 {
    -webkit-animation:fadeInUp 1000ms;
    animation:fadeInUp 1000ms
}
@media (max-width:766.98px) {
    .homeBlogArea {
        padding:50px 0
    }
    .blogCard,.blogCard .imgBlog {
        border-radius:20px
    }
    .blogCard .blogDetails {
        padding:20px 15px
    }
    .blogCard .blogDetails .more {
        margin-bottom:20px
    }
    .blogCard:hover .blogDetails .more {
        margin-left:10px
    }
}
.messageUs_Home {
    margin:0
}
.message_box {
    position:relative;
    z-index:2;
    padding:60px 80px 30px;
    background:#d72536;
    border-radius:180px
}
.message_box h3 {
    color:#fff;
    font-family:Inter,sans-serif;
    margin-bottom:40px;
    font-weight:600
}
.contactInfoSingleStyle .contactEnquiry form label,.message_box label {
    font-family:Inter,sans-serif;
    color:#fafafa;
    margin-bottom:10px
}
.message_box .form-group {
    position:relative;
    margin-bottom:30px
}
.message_box .form-group .invalidMessage {
    color:#000;
    font-size:11px;
    position:absolute;
    bottom:-20px
}
.message_box .form-group img {
    position:absolute;
    left:15px;
    top:40px;
    width:15px
}
.message_box .form-control {
    background:0 0;
    border:0;
    border-bottom:1px solid #fff;
    font-family:Inter,sans-serif;
    color:#f5f5f5;
    padding-left:40px;
    font-size:14px
}
.contactInfoSingleStyle .contactEnquiry form .form-control::placeholder,.message_box .form-control::placeholder {
    color:#f5f5f5;
    opacity:1
}
.message_box .form-control:-ms-input-placeholder {
    color:#f5f5f5
}
.contactInfoSingleStyle .contactEnquiry form .form-control::-ms-input-placeholder,.message_box .form-control::-ms-input-placeholder {
    color:#f5f5f5
}
.message_box .primary_btn {
    border:0;
    background:#fff;
    padding:10px 40px;
    color:#d72536;
    font-size:18px;
    height:50px
}
.message_box .primary_btn:hover {
    background:#000;
    color:#fff
}
@media (max-width:991.98px) {
    .message_box {
        padding:30px 20px;
        border-radius:30px
    }
    .message_box h3 {
        margin-bottom:20px;
        font-size:22px
    }
}
@media (max-width:766.98px) {
    .message_box .form-control,.message_box label {
        font-size:13px
    }
}
footer {
    padding:50px 0 20px;
    background:url(../images/footer.webp)center
}
footer .line {
    border-top:1px solid #e5e5e5
}
footer .copy,footer .footerInfoWrapper {
    padding-top:30px
}
footer .footerInfoWrapper h5 {
    color:#fff;
    font-weight:600;
    margin-top:15px
}
footer .footerInfoWrapper .quickLinksWrapper {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:10px
}
footer .footerInfoWrapper .quickLinksWrapper .quickLinks {
    margin-top:30px
}
footer .footerInfoWrapper .quickLinksWrapper .quickLinks li,footer .footerInfoWrapper .servicesLinks li {
    padding-left:20px;
    position:relative;
    display:flex;
    align-items:center;
    margin-bottom:10px;
    font-size:10px
}
footer .footerInfoWrapper .quickLinksWrapper .quickLinks li a,footer .footerInfoWrapper .servicesLinks li a {
    color:#fff;
    font-size:15px
}
footer .footerInfoWrapper .quickLinksWrapper .quickLinks li::before,footer .footerInfoWrapper .servicesLinks li::before {
    content:"";
    display:block;
    position:absolute;
    left:0;
    width:10px;
    height:10px;
    background:url(../images/footerArrow.png)center
}
footer .footerInfoWrapper .servicesLinks {
    margin-top:30px;
    display:grid;
    grid-template-columns:1fr 1fr
}
footer .footerInfoWrapper .servicesLinks li {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    color:#fff
}
footer .copy .socialMediaIcons a:hover,footer .footerInfoWrapper .servicesLinks li a:hover {
    color:#d72536
}
footer .footerInfoWrapper .servicesLinks li::before {
    top:10px
}
.blogPageDetails .video-area a,footer .footerInfoWrapper .contactLinks {
    display:block
}
footer .footerInfoWrapper .contactLinks li {
    padding-left:30px;
    align-items:flex-start;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:inherit
}
footer .footerInfoWrapper .contactLinks li i {
    font-size:15px;
    top:10px;
    left:0;
    position:absolute;
    color:#d72536
}
footer .footerInfoWrapper .contactLinks li::before {
    display:none
}
footer .copy {
    padding-bottom:10px
}
footer .copy p {
    color:#fff;
    font-size:14px
}
footer .copy .socialMediaIcons {
    display:flex;
    align-items:center;
    justify-content:center
}
footer .copy .socialMediaIcons a {
    color:#fff;
    font-size:18px;
    margin-right:15px
}
footer .copy .socialMediaIcons a:last-child {
    margin-right:0
}
footer .copy .copyLink {
    display:flex;
    align-items:center;
    justify-content:flex-end
}
footer .copy .copyLink a {
    color:#fff;
    font-size:14px;
    padding-right:10px;
    border-right:1px solid #fff;
    margin-right:10px
}
.blogPageDetails .share_navigation_area .shareWrapper a:hover i,footer .copy .copyLink a:hover {
    color:#d72536
}
footer .copy .copyLink a:last-child {
    margin-right:0;
    padding-right:0;
    border-right:0 solid #fff
}
@media (max-width:1199.98px) {
    footer .footerInfoWrapper .quickLinks li a,footer .footerInfoWrapper .servicesLinks li a {
        font-size:13px!important;
        font-weight:600
    }
    footer .footerInfoWrapper .quickLinksWrapper {
        display:block
    }
    footer .footerInfoWrapper .quickLinksWrapper .quickLinks:last-child {
        margin-top:0
    }
    .homeFooterClass {
        padding-top:180px;
        margin-top:-150px
    }
}
@media (max-width:991.98px) {
    footer {
        margin-bottom:51px
    }
    footer .footerInfoWrapper .quickLinks li a,footer .footerInfoWrapper .servicesLinks li a {
        font-size:14px!important;
        font-weight:500
    }
    footer .footerInfoWrapper .quickLinksWrapper {
        display:block
    }
    footer .footerInfoWrapper .quickLinksWrapper .quickLinks:last-child {
        margin-top:0
    }
    footer .copy p {
        text-align:center
    }
    footer .copy .socialMediaIcons {
        margin-top:10px;
        margin-bottom:10px
    }
    footer .copy .copyLink {
        justify-content:center
    }
}
@media (max-width:766.98px) {
    footer {
        padding:30px 0 10px
    }
}
@media (max-width:400.98px) {
    footer .footerInfoWrapper .quickLinksWrapper {
        display:grid;
        grid-template-columns:1fr 1fr
    }
    footer .footerInfoWrapper .order-2,footer .footerInfoWrapper .order-lg-1 {
        width:100%
    }
    footer .footerInfoWrapper .servicesLinks {
        grid-template-columns:1fr
    }
}
.rightSideFixedSocialIcons,.rightSideFixedSocialIcons .iconBox {
    width:35px;
    display:flex;
    align-items:center;
    justify-content:center
}
.rightSideFixedSocialIcons {
    height:auto;
    position:fixed;
    flex-direction:column;
    padding:15px 0;
    right:25px;
    top:10%;
    z-index:999
}
.rightSideFixedSocialIcons::after,.rightSideFixedSocialIcons::before {
    width:1px;
    height:50px;
    background:#c4c4c4;
    content:"";
    display:inline-block
}
.rightSideFixedSocialIcons::before {
    margin-bottom:10px
}
.rightSideFixedSocialIcons::after {
    margin-top:10px
}
.rightSideFixedSocialIcons h6 {
    writing-mode:vertical-rl;
    font-weight:600
}
.rightSideFixedSocialIcons .iconBox {
    height:35px;
    background:#d72536;
    border-radius:100%;
    color:#fff;
    font-size:20px;
    margin-top:10px;
    box-shadow:0 0 10px rgba(0,0,0,.25)
}
.rightSideFixedSocialIcons .iconBox:hover,.rightWhatsCall .iconBox:hover {
    background:#000
}
.rightSideFixedSocialIcons .dropdown-toggle {
    border:0
}
.rightSideFixedSocialIcons .dropdown-toggle::after {
    display:none
}
.rightSideFixedSocialIcons .dropdown-menu {
    min-width:auto;
    padding:0;
    background:0 0;
    border:0
}
@media (max-width:991.98px) {
    .rightSideFixedSocialIcons {
        display:none
    }
}
.rightWhatsCall,.rightWhatsCall .iconBox {
    width:35px;
    display:flex;
    align-items:center;
    justify-content:center
}
.rightWhatsCall {
    height:auto;
    position:fixed;
    flex-direction:column;
    right:25px;
    bottom:80px;
    z-index:995
}
.rightWhatsCall .iconBox {
    height:50px;
    background:#d72536;
    border-radius:20px;
    color:#fff;
    font-size:20px;
    margin-top:10px;
    box-shadow:0 0 10px rgba(0,0,0,.25)
}
@media (max-width:991.98px) {
    .rightWhatsCall {
        display:none
    }
}
.innerBannerArea {
    background:url(../images/bannerBackground.webp)center left/cover;
    position:relative
}
.innerBannerArea::after {
    position:absolute;
    right:0;
    content:"";
    display:inline-block;
    width:40%;
    height:100%;
    background:#d72536;
    z-index:0;
    top:0
}
.innerBannerArea .leftBannerInfo {
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column;
    position:relative;
    z-index:1
}
.innerBannerArea .rightBannerBox {
    padding-right:40px;
    position:relative;
    z-index:1
}
.innerBannerArea .rightBannerBox .bannerRightBg {
    box-shadow:30px 0 40px rgba(0,0,0,.25);
    border-radius:250px
}
.innerBannerArea .rightBannerBox .bannerImage {
    position:absolute;
    left:-50px;
    bottom:-20px;
    width:99%;
    z-index:1
}
@media (max-width:1199.98px) {
    .innerBannerArea::after {
        width:25%
    }
    .innerBannerArea .leftBannerInfo .subHeading {
        font-size:13px
    }
    .innerBannerArea .leftBannerInfo .mainHeading {
        font-size:27px
    }
    .innerBannerArea .rightBannerBox {
        padding-right:0
    }
    .innerBannerArea .rightBannerBox .bannerImage {
        left:0;
        bottom:-10px
    }
    .innerBannerArea .container {
        max-width:calc((100% - 960px)/2 + 960px)!important;
        margin-right:0
    }
}
@media (max-width:991.98px) {
    .innerBannerArea::after {
        width:25%
    }
    .innerBannerArea .leftBannerInfo .subHeading {
        font-size:12px
    }
    .innerBannerArea .leftBannerInfo .mainHeading {
        font-size:22px
    }
    .innerBannerArea .rightBannerBox {
        padding-right:20px
    }
    .innerBannerArea .rightBannerBox .bannerImage {
        left:-10px;
        bottom:-10px
    }
    .innerBannerArea .container {
        max-width:calc((100% - 720px)/2 + 720px)!important;
        margin-right:0
    }
}
@media (max-width:766.98px) {
    .innerBannerArea::after {
        width:25%
    }
    .innerBannerArea .leftBannerInfo .subHeading {
        font-size:10px
    }
    .innerBannerArea .leftBannerInfo .mainHeading {
        font-size:18px
    }
    .innerBannerArea .rightBannerBox {
        padding-right:20px
    }
    .innerBannerArea .rightBannerBox .bannerImage {
        left:-10px;
        bottom:-10px
    }
    .innerBannerArea .container {
        max-width:calc((100% - 540px)/2 + 540px)!important;
        margin-right:0
    }
}
@media (max-width:575.98px) {
    .innerBannerArea::after {
        width:25%
    }
    .innerBannerArea .leftBannerInfo .subHeading {
        display:none
    }
    .innerBannerArea .leftBannerInfo .mainHeading {
        margin-top:0;
        font-size:14px
    }
    .innerBannerArea .rightBannerBox {
        padding-right:10px
    }
    .innerBannerArea .rightBannerBox .bannerImage {
        left:-5px;
        bottom:-5px
    }
}
@media (max-width:390.98px) {
    .innerBannerArea .rightBannerBox .bannerRightBg {
        object-fit:cover;
        object-position:center;
        width:100%;
        height:100px;
        border-radius:50px
    }
}
.breadcrumbArea {
    margin:0;
    padding:20px 0;
    background:url(../images/breadcrumbBg.png)top center repeat-x #d72536
}
.breadcrumbArea .breadcrumb {
    margin-bottom:0
}
.breadcrumbArea .breadcrumb .breadcrumb-item {
    font-size:18px;
    text-transform:uppercase;
    font-weight:600;
    color:#fff;
    padding-right:10px
}
.breadcrumbArea .breadcrumb .breadcrumb-item a {
    font-size:18px;
    text-transform:uppercase;
    font-weight:400;
    color:#fff
}
.breadcrumbArea .breadcrumb .breadcrumb-item a:hover {
    color:#000
}
.breadcrumbArea .breadcrumb .breadcrumb-item:first-child {
    padding-right:0
}
.breadcrumbArea .breadcrumb .breadcrumb-item:first-child::before {
    display:none
}
.breadcrumbArea .breadcrumb .breadcrumb-item::before {
    float:left;
    padding-right:10px;
    color:#fff;
    font-weight:500;
    content:var(--bs-breadcrumb-divider,"|")
}
@media (max-width:991.98px) {
    .breadcrumbArea {
        padding:10px 0
    }
    .breadcrumbArea .breadcrumb .breadcrumb-item,.breadcrumbArea .breadcrumb .breadcrumb-item a {
        font-size:14px
    }
}
@media (max-width:766.98px) {
    .breadcrumbArea {
        padding:10px 0
    }
    .breadcrumbArea .breadcrumb .breadcrumb-item,.breadcrumbArea .breadcrumb .breadcrumb-item a {
        font-size:12px
    }
}
.innerAbout .aboutHighlight {
    margin-top:8px;
    margin-bottom:20px
}
.innerAbout .aboutHighlight h1,.innerAbout .aboutHighlight h2,.innerAbout .aboutHighlight h3,.innerAbout .aboutHighlight h4,.innerAbout .aboutHighlight h5,.innerAbout .aboutHighlight h6 {
    font-size:24px;
    line-height:32px;
    font-family:"Playfair Display",serif;
    font-weight:400
}
.innerAbout .aboutHighlight h1 strong,.innerAbout .aboutHighlight h2 strong,.innerAbout .aboutHighlight h3 strong,.innerAbout .aboutHighlight h4 strong,.innerAbout .aboutHighlight h5 strong,.innerAbout .aboutHighlight h6 strong,.solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard:hover .detailsBody .rightDetails h6,.solutionsDetailsSection .moreSolutionsSlider .slick-current .moreSolutionsCard .detailsBody .rightDetails h6 {
    font-family:"Playfair Display",serif;
    font-weight:700
}
.innerAbout .additionalArea {
    margin-top:30px
}
.innerAbout .additionalArea .textArea ul {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-auto-rows:inherit;
    grid-gap:40px;
    grid-row-gap:20px;
    padding-left:40px;
    margin-top:40px
}
.blogPageDetails .textArea ul li,.termsConditions ul li,.historyArea .historySlider .historyCard .textArea ul li,.innerAbout .additionalArea .textArea ul li,.termsConditions .textArea ul li {
    font-size:14px;
    padding-left:35px;
    font-weight:300;
    color:#676767;
    position:relative
}
.innerAbout .additionalArea .textArea ul li::before,.solutionsDetailsSection .additionalArea .textArea ul li::before,.solutionsDetailsSection .textArea ol li::before {
    display:block;
    width:20px;
    height:20px;
    background:url(../images/rightArrow.png)center;
    content:"";
    position:absolute;
    top:5px;
    left:0
}
@media (max-width:1399.98px) {
    .innerAbout .aboutHighlight h1,.innerAbout .aboutHighlight h2,.innerAbout .aboutHighlight h3,.innerAbout .aboutHighlight h4,.innerAbout .aboutHighlight h5,.innerAbout .aboutHighlight h6 {
        font-size:20px;
        line-height:30px
    }
}
@media (max-width:1199.98px) {
    .innerAbout .aboutHighlight h1,.innerAbout .aboutHighlight h2,.innerAbout .aboutHighlight h3,.innerAbout .aboutHighlight h4,.innerAbout .aboutHighlight h5,.innerAbout .aboutHighlight h6 {
        font-size:18px;
        line-height:26px
    }
}
@media (max-width:991.98px) {
    .innerAbout .aboutHighlight h1,.innerAbout .aboutHighlight h2,.innerAbout .aboutHighlight h3,.innerAbout .aboutHighlight h4,.innerAbout .aboutHighlight h5,.innerAbout .aboutHighlight h6 {
        font-size:16px;
        line-height:24px
    }
    .innerAbout .additionalArea {
        margin-top:0
    }
    .innerAbout .additionalArea .textArea ul {
        grid-template-columns:1fr;
        grid-gap:10px;
        margin-top:10px;
        padding-left:0
    }
}
.missionVisionArea {
    background:#d72536;
    padding:40px 0
}
.missionVisionArea .leftCardArea {
    padding-top:50px;
    padding-bottom:50px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center
}
.missionVisionArea .leftCardArea .missionVisionCard {
    margin-bottom:40px
}
.missionVisionArea .leftCardArea .missionVisionCard .mainHeading {
    color:#161616
}
.missionVisionArea .leftCardArea .missionVisionCard .textArea {
    margin-top:20px;
    margin-bottom:0
}
.missionVisionArea .leftCardArea .missionVisionCard .textArea p {
    margin-bottom:0;
    color:#f5f5f5
}
.missionVisionArea .leftCardArea .missionVisionCard:last-child {
    margin-bottom:0
}
.missionVisionArea .rightImageArea {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    margin-bottom:-100px
}
.missionVisionArea .rightImageArea .viMiImageArea {
    border-radius:150px;
    min-height:520px;
    height:100%;
    width:80%;
    position:relative;
    z-index:1;
    box-shadow:0 10px 20px rgba(0,0,0,.2);
    display:flex;
    align-items:center;
    justify-content:center
}
.missionVisionArea .rightImageArea .viMiImageArea::after {
    content:"";
    display:block;
    width:100%;
    height:100%;
    background:#fff;
    position:absolute;
    z-index:1;
    left:15px;
    top:0;
    border-radius:150px
}
.missionVisionArea .rightImageArea .viMiImageArea .viMiImage {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:bottom center;
    position:absolute;
    z-index:2;
    bottom:0;
    right:0;
    left:0;
    border-radius:150px
}
@media (max-width:1399.98px) {
    .missionVisionArea .rightImageArea .viMiImageArea {
        width:90%;
        min-height:320px
    }
    .missionVisionArea .rightImageArea .viMiImageArea::after {
        left:-10px;
        top:-10px
    }
}
@media (max-width:1199.98px) {
    .missionVisionArea .rightImageArea .viMiImageArea,.missionVisionArea .rightImageArea .viMiImageArea .viMiImage,.missionVisionArea .rightImageArea .viMiImageArea::after {
        border-radius:30px
    }
}
@media (max-width:991.98px) {
    .missionVisionArea {
        padding-top:0
    }
    .missionVisionArea .rightImageArea .viMiImageArea {
        width:100%
    }
}
@media (max-width:575px) {
    .missionVisionArea .leftCardArea .missionVisionCard {
        margin-bottom:25px
    }
}
.aboutHighlightSection {
    padding:100px 0
}
.aboutHighlightSection .aboutHighlightCard {
    position:relative;
    display:flex;
    align-items:flex-start;
    flex-direction:column;
    justify-content:center;
    margin-bottom:40px;
    top:0;
    padding:15px 0;
    min-height:120px
}
.aboutHighlightSection .aboutHighlightCard .shapeImage {
    position:absolute;
    z-index:0;
    top:0;
    width:100%
}
.aboutHighlightSection .aboutHighlightCard .shapeImage img {
    width:100%;
    display:block;
    opacity:.6;
    transition:ease all .5s
}
.aboutHighlightSection .aboutHighlightCard .detailsHighlight {
    position:relative;
    z-index:2;
    width:80%;
    text-align:right
}
.aboutHighlightSection .aboutHighlightCard .detailsHighlight h6 {
    font-weight:700;
    color:#676767;
    transition:ease all .5s
}
.aboutHighlightSection .aboutHighlightCard::before {
    position:absolute;
    width:15%;
    height:5px;
    background:#fff;
    content:"";
    display:inline-block;
    top:0;
    left:0;
    z-index:1
}
.aboutHighlightSection .aboutHighlightCard:hover {
    cursor:pointer
}
.aboutHighlightSection .aboutHighlightCard:hover .shapeImage img {
    opacity:1
}
.aboutHighlightSection .aboutHighlightCard:hover .detailsHighlight h6 {
    color:#161616;
    -webkit-animation:fadeInUp 500ms;
    animation:fadeInUp 1000ms
}
.aboutHighlightSection .aboutHighlightCard:last-child,.mapsWrapper .mapSliderThumbnail .mapSliderCard .detailsBody .rightDetails ul li:last-child {
    margin-bottom:0
}
.aboutHighlightSection .aboutHighlightCardCenter::before {
    top:3px;
    height:8px
}
.aboutHighlightSection .aboutHighlightCardLast::before {
    top:auto;
    bottom:0
}
.aboutHighlightSection .aboutHighlightCardLast .shapeImage {
    top:inherit;
    bottom:0;
    display:flex;
    align-items:end
}
.aboutHighlightSection .aboutHighlightCardLast .shapeImage img {
    transform:rotate(180deg);
    transform:scaleY(-1)
}
.aboutHighlightSection .rightSIde .aboutHighlightCard::before {
    left:auto;
    right:0
}
.aboutHighlightSection .rightSIde .aboutHighlightCard .shapeImage {
    transform:scaleX(-1)
}
.aboutHighlightSection .rightSIde .aboutHighlightCard .detailsHighlight {
    left:20%;
    right:0;
    text-align:left
}
@media (max-width:1399.98px) {
    .aboutHighlightSection .aboutHighlightCard {
        min-height:100px;
        margin-bottom:25px
    }
    .aboutHighlightSection .aboutHighlightCard .detailsHighlight h6 {
        font-size:14px;
        line-height:22px
    }
}
@media (max-width:991.98px) {
    .aboutHighlightSection .aboutHighlightContainer {
        max-width:100%
    }
    .aboutHighlightSection .aboutHighlightCard {
        min-height:90px;
        margin-bottom:15px
    }
    .aboutHighlightSection .aboutHighlightCard .detailsHighlight h6 {
        font-size:12px;
        line-height:18px
    }
}
@media (max-width:766.98px) {
    .aboutHighlightSection {
        padding:30px 0 60px
    }
    .aboutHighlightSection .aboutHighlightCard {
        margin-bottom:25px;
        min-height:80px
    }
    .aboutHighlightSection .aboutHighlightCardCenter {
        margin-top:25px;
        margin-bottom:0
    }
    .aboutHighlightSection .row {
        align-items:flex-start
    }
    .aboutHighlightSection .centerImageBox {
        position:sticky;
        top:85px
    }
}
@media (max-width:575px) {
    .aboutHighlightSection .aboutHighlightCard {
        min-height:60px
    }
    .aboutHighlightSection .aboutHighlightCard .detailsHighlight h6 {
        font-size:10px
    }
    .aboutHighlightSection .row {
        align-items:flex-start
    }
    .aboutHighlightSection .centerImageBox {
        position:sticky;
        top:85px
    }
}
.historyArea {
    padding:150px 0 80px;
    background:#e8edf1
}
.historyArea .historyTopTextArea {
    width:60%;
    margin:30px auto 0
}
.historyArea .leftHistory {
    align-items:flex-start
}
.historyArea .leftHistory img {
    margin-bottom:15px;
    width:140px
}
.historyArea .leftHistory .subHeading {
    color:#000;
    font-size:15px;
    letter-spacing:12px
}
.historyArea .leftHistory .subHeading::before {
    display:none
}
.historyArea .leftHistory .mainHeading {
    font-size:60px;
    color:#73819e;
    font-weight:700;
    line-height:60px;
    margin-top:0
}
.historyArea .leftHistory,.historyArea .rightHistory {
    display:flex;
    flex-direction:column;
    justify-content:center
}
.historyArea .historySlider .historyCard {
    padding:45px 30px;
    border-radius:70px;
    background:#fff;
    height:100%
}
.historyArea .historySlider .historyCard .historyHead {
    display:flex;
    align-items:center
}
.historyArea .historySlider .historyCard .historyHead .leftYear {
    padding:0 25px;
    background:#fff;
    box-shadow:0 5px 20px #d9d9d9;
    border-radius:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px
}
.historyArea .historySlider .historyCard .historyHead .leftYear h3 {
    font-family:"Playfair Display",serif;
    font-weight:600;
    color:#d72536;
    margin-bottom:15px
}
.historyArea .historySlider .historyCard .historyHead .rightTitle h5 {
    font-family:"Playfair Display",serif;
    font-weight:400
}
.historyArea .historySlider .historyCard .historyHead .rightTitle h5 strong {
    font-weight:700;
    font-family:"Playfair Display",serif
}
.historyArea .historySlider .historyCard .textArea {
    margin-top:20px;
    padding-right:5px;
    margin-bottom:0;
    height:170px;
    overflow:hidden;
    overflow-y:scroll
}
.historyArea .historySlider .historyCard .textArea::-webkit-scrollbar {
    width:4px;
    opacity:1;
    border-radius:10px
}
.historyArea .historySlider .historyCard .textArea::-webkit-scrollbar-track {
    box-shadow:inset 0 0 6px #fff;
    border-radius:10px;
    opacity:1
}
.historyArea .historySlider .historyCard .textArea::-webkit-scrollbar-thumb {
    border-radius:10px;
    box-shadow:inset 0 0 6px #d72536;
    background-color:#d72536;
    opacity:1
}
.blogPageDetails .textArea ul,.historyArea .historySlider .historyCard .textArea ul {
    padding-left:20px
}
.historyArea .historySlider .historyCard .textArea ul li i,.termsConditions .textArea ul li i {
    position:absolute;
    top:5px;
    left:0;
    content:"";
    width:20px;
    height:20px;
    border-radius:100%;
    background:#d72536;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:9px
}
.historyArea .historySlider .owl-stage {
    display:flex
}
.historyArea .historySlider .owl-stage .owl-item {
    opacity:.5
}
.historyArea .historySlider .owl-stage .owl-item .historyCard {
    background:#a1aabd
}
.historyArea .historySlider .owl-stage .owl-item .historyCard .historyHead .leftYear {
    background:#a1aabd;
    box-shadow:0 5px 20px rgba(0,0,0,.47)
}
.historyArea .historySlider .owl-stage .active {
    opacity:1
}
.historyArea .historySlider .owl-stage .active .historyCard {
    background:#fff
}
.historyArea .historySlider .owl-stage .active .historyCard .historyHead .leftYear {
    background:#fff;
    box-shadow:0 5px 20px #d9d9d9
}
@media (min-width:992px) {
    .historyArea .rightHistory {
        padding-right:0
    }
    .sliderContainer {
        max-width:calc((100% - 960px)/2 + 960px)!important
    }
    .sliderContainer,.sliderContainer .row {
        margin-right:0;
        padding-right:0
    }
}
@media (min-width:1200px) {
    .sliderContainer {
        max-width:calc((100% - 1140px)/2 + 1140px)!important
    }
    .sliderContainer .row {
        margin-right:0;
        padding-right:0
    }
}
@media (min-width:1400px) {
    .sliderContainer {
        max-width:calc((100% - 1320px)/2 + 1320px)!important
    }
    .sliderContainer .row {
        margin-right:0;
        padding-right:0
    }
    .sliderContainer .row .historySlider .owl-stage {
        left:-110px
    }
}
@media (max-width:1399.98px) {
    .historyArea .leftHistory img {
        width:110px
    }
    .historyArea .leftHistory .mainHeading {
        font-size:50px;
        line-height:50px
    }
    .historyArea .historySlider .owl-stage {
        left:-180px
    }
}
@media (max-width:1199.98px) {
    .historyArea .historyTopTextArea {
        width:95%
    }
    .historyArea .leftHistory img {
        width:110px
    }
    .historyArea .leftHistory .subHeading {
        font-size:12px!important
    }
    .historyArea .leftHistory .mainHeading {
        font-size:40px;
        line-height:40px
    }
    .historyArea .historySlider .owl-stage {
        left:-120px
    }
    .historyArea .historySlider .historyCard .historyHead .leftYear h3 {
        font-size:20px;
        margin-top:5px
    }
    .historyArea .historySlider .historyCard .historyHead .rightTitle h5 {
        font-size:16px
    }
}
@media(max-width:991.98px) {
    .historyArea .sliderContainer {
        max-width:100%
    }
    .historyArea .rightHistory {
        padding-right:0
    }
    .historyArea .historySlider .owl-stage {
        left:-80px
    }
}
@media (max-width:766.98px) {
    .historyArea .leftHistory img {
        width:80px
    }
    .historyArea .leftHistory .subHeading {
        letter-spacing:5px
    }
    .historyArea .leftHistory .mainHeading {
        font-size:30px;
        line-height:30px
    }
    .historyArea .historySlider .owl-stage {
        left:-20px
    }
    .historyArea .historySlider .historyCard {
        border-radius:30px
    }
    .historyArea .historySlider .historyCard .textArea {
        height:180px
    }
    .historyArea .historySlider .historyCard .textArea ul {
        padding-left:0
    }
}
@media (max-width:575px) {
    .historyArea .leftHistory {
        margin-bottom:25px
    }
    .historyArea .historySlider .owl-stage {
        left:-20px
    }
}
@media (max-width:439.98px) {
    .historyArea .historySlider .historyCard {
        padding:20px
    }
    .historyArea .historySlider .historyCard .historyHead {
        flex-direction:column;
        justify-content:flex-start;
        align-items:flex-start
    }
    .historyArea .historySlider .historyCard .historyHead .leftYear {
        margin-bottom:10px
    }
    .historyArea .historySlider .historyCard .textArea {
        height:230px
    }
}
.weAreSectionAbout {
    padding-top:80px;
    padding-bottom:80px
}
.weAreSectionAbout .weAreSection {
    background:0 0
}
@media (max-width:1199.98px) {
    .weAreSectionAbout {
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:991.98px) {
    .weAreSectionAbout {
        padding-top:60px;
        padding-bottom:10px
    }
}
.mapsWrapper {
    padding:0 0 80px
}
.mapsWrapper .mapItem {
    padding:0;
    height:450px;
    width:100%
}
.mapsWrapper .mapItem iframe {
    width:100%;
    height:100%
}
.mapsWrapper .mapThumbnailContainer {
    margin-top:-80px
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard {
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:80px;
    overflow:hidden;
    position:relative;
    height:100%;
    transition:1000ms
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo {
    padding:40px 30px 0;
    height:420px;
    margin-bottom:20px;
    display:flex;
    width:270px
}
@media(min-width:360px) {
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo {
        width:300px
    }
}
@media(min-width:576px) {
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo {
        width:450px
    }
}
@media(min-width:768px) {
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo {
        width:323px
    }
}
@media(min-width:992px) {
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo {
        width:430px
    }
}
@media(min-width:1200px) {
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo {
        width:340px
    }
}
@media(min-width:1300px) {
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo {
        width:366px
    }
}
@media(min-width:1440px) {
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo {
        width:395px
    }
}
@media(min-width:1600px) {
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo {
        width:420px
    }
}
@media(min-width:1800px) {
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo {
        width:465px
    }
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo .leftIconBox {
    width:50px;
    position:relative
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo .leftIconBox .img01 {
    position:relative
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo .leftIconBox .img02 {
    position:absolute;
    top:0;
    left:0
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo .rightInfo {
    margin-left:15px;
    width:85%;
    padding:20px 0 0
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo .rightInfo h6 {
    font-weight:800;
    color:#d72536
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo .rightInfo p {
    margin-top:15px;
    color:#676767
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard .detailsBody {
    position:absolute;
    bottom:0;
    left:0;
    border:1px solid #d9d9d9;
    border-bottom:0;
    width:100%;
    border-radius:80px;
    padding:30px 20px;
    background:#fff;
    display:flex;
    align-items:center
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard .detailsBody .leftLogo {
    width:70px;
    height:70px;
    border-radius:100%;
    background:#000;
    display:flex;
    align-items:center;
    justify-content:center
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard .detailsBody .leftLogo img {
    width:55px
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard .detailsBody .rightDetails {
    width:75%;
    padding-left:20px
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard .detailsBody .rightDetails ul li {
    display:flex;
    align-items:flex-start;
    margin-bottom:10px
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard .detailsBody .rightDetails ul li .leftBox {
    width:45px;
    margin-right:10px;
    color:#676767;
    font-weight:400;
    font-size:12px
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard .detailsBody .rightDetails ul li .rightBox a {
    display:block;
    font-weight:500;
    font-size:14px;
    word-break:break-all
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard:hover,.mapsWrapper .mapSliderThumbnail .slick-current .mapSliderCard {
    box-shadow:0 5px 10px rgba(0,0,0,.15);
    background:#e8edf1
}
.mapsWrapper .mapSliderThumbnail .mapSliderCard:hover .addressInfo .leftIconBox .img01,.mapsWrapper .mapSliderThumbnail .slick-current .mapSliderCard .addressInfo .leftIconBox .img01 {
    filter:brightness(0) invert(1)
}
.mapsWrapper .mapSliderThumbnail .mapSliderThumbnailItem {
    padding:20px;
    background:red
}
.mapsWrapper .mapSliderThumbnail .slick-track {
    margin-left:0;
    display:flex;
    padding:15px 0
}
.mapsWrapper .mapSliderThumbnail .slick-slide {
    height:inherit!important;
    display:flex!important;
    margin:0 10px
}
.mapsWrapper .mapSliderThumbnail .slick-list {
    margin:0-10px
}
@media (min-width:768px) {
    .mapsWrapper .mapThumbnailContainer {
        max-width:calc((100% - 720px)/2 + 720px)!important;
        margin-right:0;
        padding-right:0
    }
    .mapsWrapper .mapThumbnailContainer .row {
        padding-right:0;
        margin-right:0
    }
    .mapsWrapper .mapThumbnailContainer .row .mapSliderThumbnail .slick-list {
        padding:0 50px 0 0
    }
}
@media (min-width:300px) {
    .mapsWrapper .mapThumbnailContainer .row .mapSliderThumbnail .slick-list {
        padding:0 30px 0 0
    }
}
@media (min-width:576px) {
    .mapsWrapper .mapThumbnailContainer {
        max-width:calc((100% - 540px)/2 + 540px)!important;
        margin-right:0;
        padding-right:0
    }
    .mapsWrapper .mapThumbnailContainer .row {
        margin-right:0;
        padding-right:0
    }
    .mapsWrapper .mapThumbnailContainer .row .mapSliderThumbnail .slick-list {
        padding:0 50px 0 0
    }
}
@media (min-width:768px) {
    .mapsWrapper .mapThumbnailContainer {
        max-width:calc((100% - 720px)/2 + 720px)!important
    }
    .mapsWrapper .mapThumbnailContainer .row .mapSliderThumbnail .slick-list {
        padding:0 70px 0 0
    }
}
@media (min-width:992px) {
    .mapsWrapper .mapThumbnailContainer {
        max-width:calc((100% - 950px)/2 + 950px)!important
    }
    .mapsWrapper .mapThumbnailContainer .row .mapSliderThumbnail .slick-list {
        padding:0 70px 0 0
    }
}
@media (min-width:1200px) {
    .mapsWrapper .mapThumbnailContainer {
        max-width:calc((100% - 1140px)/2 + 1140px)!important
    }
    .mapsWrapper .mapThumbnailContainer .row .mapSliderThumbnail .slick-list {
        padding:0 100px 0 0
    }
}
@media (min-width:1400px) {
    .mapsWrapper .mapThumbnailContainer {
        max-width:calc((100% - 1320px)/2 + 1320px)!important
    }
    .mapsWrapper .mapThumbnailContainer .row .mapSliderThumbnail .slick-list {
        padding:0 150px 0 0
    }
}
@media (max-width:1399.98px) {
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .detailsBody .leftLogo {
        width:60px;
        height:60px
    }
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .detailsBody .rightDetails {
        width:80%;
        padding-left:15px
    }
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .detailsBody .rightDetails ul li .leftBox {
        font-size:12px
    }
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .detailsBody .rightDetails ul li .rightBox a {
        font-size:13px
    }
}
@media (max-width:991.98px) {
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .detailsBody .rightDetails ul li {
        margin-bottom:0
    }
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .detailsBody .rightDetails ul li .leftBox {
        display:none
    }
}
@media (max-width:766.98px) {
    .mapsWrapper .mapItem {
        height:300px
    }
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo {
        height:360px
    }
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo .leftIconBox {
        width:30px;
        position:relative
    }
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo .rightInfo {
        padding:0
    }
}
@media (max-width:400.98px) {
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo {
        height:380px
    }
    .mapsWrapper .mapSliderThumbnail .mapSliderCard .addressInfo .leftIconBox {
        width:20px;
        position:relative
    }
}
.blogPage {
    padding:100px 0 60px
}
.blogPage .blogPageBox {
    margin-bottom:40px
}
.blogPage .blogPageBox .blogCard {
    background:#fff;
    border-radius:20px
}
.blogPage .blogPageBox .blogCard .imgBlog {
    border-radius:20px
}
.blogPage .primary_btn {
    display:inline-block;
    margin-bottom:20px
}
@media (max-width:766.98px) {
    .blogPage .blogPageBox {
        margin-bottom:30px
    }
    .blogPage .blogPageBox:nth-child(2n+1) {
        padding-right:6px
    }
    .blogPage .blogPageBox:nth-child(2n) {
        padding-left:6px
    }
}
@media (max-width:379.98px) {
    .blogPage .blogPageBox:nth-child(2n+1) {
        padding-right:12px
    }
    .blogPage .blogPageBox:nth-child(2n) {
        padding-left:12px
    }
    .blogPage .col-6 {
        width:100%;
        margin-bottom:20px
    }
}
@media (max-width:766.98px) {
    .blogPage {
        padding:60px 0 30px
    }
}
.blogPageDetails {
    padding:100px 0 60px
}
.blogPageDetails .sticky-lg-top {
    top:80px;
    z-index:9!important
}
.blogPageDetails h4.title {
    margin-top:10px;
    color:#606367;
    font-weight:700
}
.blogPageDetails .dateTime {
    display:flex;
    align-items:center;
    margin-top:30px;
    margin-bottom:40px
}
.blogPageDetails .dateTime .date {
    font-size:14px;
    color:#676767;
    font-weight:700
}
.blogPageDetails .dateTime .time {
    margin-left:7px;
    font-size:13px;
    color:#676767;
    font-weight:400;
    display:flex;
    align-items:center
}
.blogPageDetails .dateTime .time::before {
    margin-right:7px;
    display:inline-block;
    content:"";
    width:12px;
    height:1px;
    background:#c4c4c4
}
.blogPageDetails .blogImg {
    width:93%;
    border-radius:30px;
    margin-bottom:40px;
    margin-top:10px
}
.blogPageDetails .textArea ul li::before,.termsConditions ul li::before  {
    display:block;
    width:20px;
    height:20px;
    background:url(../images/checkMark.png)center ;
    content:"";
    position:absolute;
    top:5px;
    left:0
}
.blogPageDetails .video-area {
    position:relative;
    margin-top:20px;
    margin-bottom:40px
}
.blogPageDetails .video-area .blogImg {
    margin-top:0;
    margin-bottom:0
}
.blogPageDetails .share_navigation_area .shareWrapper a i,.blogPageDetails .video-area .video-btn {
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    -moz-transition:all .3s ease
}
.blogPageDetails .video-area .video-btn {
    position:absolute;
    content:"";
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    padding:10px 0;
    border-radius:10px;
    border:0;
    background-color:#d72536;
    animation:animate 2s linear infinite;
    box-shadow:0 0 6px rgba(0,0,0,.2)
}
.blogPageDetails .video-area .video-btn img {
    width:70%
}
.blogPageDetails .share_navigation_area {
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid #c4c4c4;
    padding-top:40px;
    margin-top:40px
}
.blogPageDetails .share_navigation_area .shareWrapper .share {
    font-size:14px;
    font-weight:400;
    color:#d72536;
    margin-bottom:8px
}
.blogPageDetails .share_navigation_area .shareWrapper a {
    margin-right:15px
}
.blogPageDetails .share_navigation_area .shareWrapper a i {
    font-size:14px;
    text-align:center;
    color:#676767
}
.blogPageDetails .share_navigation_area .shareWrapper a:last-child,.solutionBanner .solutionBannerImageArea .container .row .leftContent .btnWrapper .primary_btn:last-child {
    margin-right:0
}
.blogPageDetails .share_navigation_area .prev_next .primary_btn {
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    -moz-transition:all .3s ease
}
.blogPageDetails .share_navigation_area .prev_next .primary_btn i {
    margin-right:10px
}
.blogPageDetails .share_navigation_area .prev_next .primary_btn:last-child {
    margin-left:15px
}
.blogPageDetails .share_navigation_area .prev_next .primary_btn:last-child i {
    margin-right:0;
    margin-left:10px
}
.blogPageDetails .recentDetailList {
    padding:50px 30px;
    background:#e8edf1;
    border-radius:50px
}
.blogPageDetails .recentDetailList h6 {
    color:#676767;
    font-weight:700;
    margin-bottom:20px
}
.blogPageDetails .recentDetailList .recentBlogList {
    background:#fff;
    padding:15px 20px;
    border-radius:10px;
    margin-bottom:25px
}
.blogPageDetails .recentDetailList .recentBlogList .imgBox {
    border-radius:10px;
    overflow:hidden
}
.blogPageDetails .recentDetailList .recentBlogList .imgBox img {
    width:100%;
    transition:ease all .5s
}
.blogPageDetails .recentDetailList .recentBlogList h6 {
    margin:10px 0;
    font-weight:500;
    color:#161616;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    font-size:16px;
    line-height:24px
}
.blogPageDetails .recentDetailList .recentBlogList .dateTime {
    display:flex;
    margin-top:10px;
    margin-bottom:20px;
    align-items:center
}
.blogPageDetails .recentDetailList .recentBlogList .dateTime .date {
    font-size:13px;
    color:#676767;
    font-weight:500
}
.blogPageDetails .recentDetailList .recentBlogList .dateTime .time {
    margin-left:5px;
    font-size:12px
}
.blogPageDetails .recentDetailList .recentBlogList .dateTime .time::before {
    margin-right:5px
}
.blogPageDetails .recentDetailList .recentBlogList .more {
    color:#d72536;
    font-weight:400;
    margin-bottom:20px;
    display:inline-block
}
.blogPageDetails .recentDetailList .recentBlogList:hover .more {
    padding-left:30px
}
.blogPageDetails .recentDetailList .recentBlogList:hover .imgBox img {
    transform:scale(1.08)
}
.blogPageDetails .recentDetailList .recentBlogList:last-child {
    margin-bottom:0
}
@media (max-width:991.98px) {
    .blogPageDetails .recentDetailList {
        margin-top:40px
    }
    .blogPageDetails .dateTime {
        margin-top:20px;
        margin-bottom:20px
    }
}
@media (max-width:766.98px) {
    .blogPageDetails {
        padding:60px 0
    }
    .blogPageDetails .blogImg {
        margin-bottom:25px
    }
    .blogPageDetails .blogImg,.blogPageDetails .video-area .blogImg {
        width:100%;
        border-radius:10px
    }
    .blogPageDetails .video-area .video-btn {
        padding:10px
    }
    .blogPageDetails .video-area .video-btn img {
        width:35px;
        margin-bottom:0
    }
    .blogPageDetails .textArea ul {
        padding-left:0
    }
    .blogPageDetails .recentDetailList {
        border-radius:30px;
        padding:30px 15px
    }
    .blogPageDetails .recentDetailList .recentBlogList {
        padding:20px 15px
    }
    .blogPageDetails .recentDetailList .recentBlogList h6 {
        font-size:14px;
        line-height:20px
    }
}
@media (max-width:525px) {
    .blogPageDetails .recentDetailList {
        padding:30px 10px
    }
    .blogPageDetails .recentDetailList .recentBlogList {
        padding:10px
    }
    .blogPageDetails .share_navigation_area {
        padding-top:20px;
        margin-top:20px;
        flex-direction:column;
        align-items:flex-start
    }
    .blogPageDetails .share_navigation_area .shareWrapper {
        margin-bottom:10px
    }
    .blogPageDetails .share_navigation_area .prev_next {
        width:100%;
        display:flex;
        justify-content:space-between
    }
}
.errorPage {
    padding:100px 0 80px
}
.errorPage h3.subTitle,.termsConditions .textArea h1 strong,.termsConditions .textArea h2 strong,.termsConditions .textArea h3 strong,.termsConditions .textArea h4 strong,.termsConditions .textArea h5 strong,.termsConditions .textArea h6 strong {
    font-family:"Playfair Display",serif
}
.errorPage .errorImg {
    margin-top:20px
}
.contactInfoSingleStyle h3,.errorPage h3.subText {
    font-family:"Playfair Display",serif;
    font-weight:700
}
.errorPage h3.subText {
    text-align:center;
    padding:0;
    color:#606367;
    margin:0 0 30px
}
@media (max-width:766.98px) {
    .errorPage {
        padding:60px 0 50px
    }
    .errorPage h3.subTitle {
        margin-top:10px
    }
    .errorPage h3.subText {
        font-size:20px;
        margin-bottom:15px
    }
}
.termsConditions {
    padding:100px 0 60px
}
.termsConditions .textArea {
    margin:0
}
.termsConditions .textArea h1,.termsConditions .textArea h2,.termsConditions .textArea h3,.termsConditions .textArea h4,.termsConditions .textArea h5,.termsConditions .textArea h6 {
    font-size:24px;
    line-height:32px;
    font-family:"Playfair Display",serif;
    font-weight:400;
    margin-bottom:20px;
    margin-top:20px
}
.termsConditions .textArea ul {
    padding-left:50px;
    margin-bottom:30px
}
@media (max-width:991.98px) {
    .termsConditions {
        padding:60px 0 40px
    }
    .termsConditions .textArea h1,.termsConditions .textArea h2,.termsConditions .textArea h3,.termsConditions .textArea h4,.termsConditions .textArea h5,.termsConditions .textArea h6 {
        font-size:20px;
        line-height:24px
    }
    .termsConditions .textArea h1 strong,.termsConditions .textArea h2 strong,.termsConditions .textArea h3 strong,.termsConditions .textArea h4 strong,.termsConditions .textArea h5 strong,.termsConditions .textArea h6 strong {
        font-family:"Playfair Display",serif
    }
    .termsConditions .textArea ul {
        padding-left:0
    }
}
.contactPage {
    padding:100px 0 50px
}
.contactPage .contactTopTextArea {
    width:95%;
    margin:30px auto 0
}
@media (max-width:766.98px) {
    .contactPage {
        padding:50px 0 30px
    }
}
.contactInfoSingleStyle {
    background:#161616;
    padding:0
}
.contactInfoSingleStyle h3 {
    color:#fff;
    font-size:25px
}
.contactInfoSingleStyle .contactEnquiry {
    padding-top:80px;
    padding-bottom:80px;
    display:flex;
    align-items:flex-start;
    flex-direction:column;
    justify-content:center
}
.contactInfoSingleStyle .contactEnquiry form {
    width:100%;
    margin-top:40px
}
.contactInfoSingleStyle .contactEnquiry form .form-group {
    position:relative;
    margin-bottom:25px
}
.contactInfoSingleStyle .contactEnquiry form .form-group .invalidMessage {
    color:red;
    font-size:12px;
    position:relative;
    top:0
}
.contactInfoSingleStyle .contactEnquiry form .form-group img {
    position:absolute;
    left:15px;
    top:43px;
    width:15px
}
.contactInfoSingleStyle .contactEnquiry form .form-group:last-child,.contactInfoSingleStyle .contactInfoBox .contactInfoBoxItem .infoDetails ul li:last-child,.contactInfoSingleStyle .contactInfoBox .contactInfoBoxItem:last-child {
    margin-bottom:0
}
.contactInfoSingleStyle .contactEnquiry form .form-control {
    background:0 0;
    border:0;
    border-bottom:1px solid #fff;
    font-family:Inter,sans-serif;
    color:#f5f5f5;
    padding-left:40px;
    font-size:14px;
    font-weight:300
}
.contactInfoSingleStyle .contactEnquiry form .form-control:-ms-input-placeholder {
    color:#f5f5f5
}
.contactInfoSingleStyle .contactEnquiry form .primary_btn {
    margin-top:10px;
    border:0;
    color:#fff;
    padding:13px 50px;
    display:inline-block;
    font-family:Inter,sans-serif;
    background-image:linear-gradient(180deg,#d72536,#161616);
    border-radius:30px;
    font-weight:600;
    font-size:14px;
    letter-spacing:1px;
    transition:ease-in all .5s
}
.contactInfoSingleStyle .contactEnquiry form .primary_btn:hover {
    border:0;
    color:#fff;
    background-image:linear-gradient(180deg,#161616,#d72536)
}
.contactInfoSingleStyle .contactImgBox img {
    object-fit:cover;
    object-position:center;
    width:100%;
    height:100%
}
.contactInfoSingleStyle .contactInfoBox {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding-top:80px;
    padding-bottom:80px
}
.contactInfoSingleStyle .contactInfoBox .contactInfoBoxItem {
    width:100%;
    margin-bottom:30px
}
.contactInfoSingleStyle .contactInfoBox .contactInfoBoxItem .infoHead {
    display:flex;
    align-items:flex-end
}
.contactInfoSingleStyle .contactInfoBox .contactInfoBoxItem .infoHead .leftIconBox {
    width:65px;
    position:relative;
    margin-right:15px
}
.contactInfoSingleStyle .contactInfoBox .contactInfoBoxItem .infoHead h3 {
    margin-bottom:10px
}
.contactInfoSingleStyle .contactInfoBox .contactInfoBoxItem .infoDetails {
    margin-top:15px
}
.contactInfoSingleStyle .contactInfoBox .contactInfoBoxItem .infoDetails p,.solutionBanner .solutionBannerImageArea .container .row .leftContent .mainHeading {
    color:#fff
}
.contactInfoSingleStyle .contactInfoBox .contactInfoBoxItem .infoDetails ul li {
    color:#fff;
    align-items:flex-start;
    padding-left:70px;
    position:relative;
    display:grid;
    grid-template-columns:1fr;
    margin-bottom:5px
}
.contactInfoSingleStyle .contactInfoBox .contactInfoBoxItem .infoDetails ul li span {
    width:70px;
    position:absolute;
    left:0
}
.contactInfoSingleStyle .contactInfoBox .contactInfoBoxItem .infoDetails ul li .rightD {
    width:100%;
    display:block
}
.contactInfoSingleStyle .contactInfoBox .contactInfoBoxItem .infoDetails ul li .rightD a {
    color:#fff;
    display:block
}
.contactInfoSingleStyle .contactInfoBox .contactInfoBoxItem .infoDetails ul li .rightD a:hover {
    color:#d72536
}
@media (max-width:1399.99px) {
    .contactInfoSingleStyle h3 {
        font-size:20px
    }
    .contactInfoSingleStyle .contactInfoBox .contactInfoBoxItem .infoHead .leftIconBox {
        width:50px
    }
}
@media (max-width:991.99px) {
    .contactInfoSingleStyle .contactEnquiry,.contactInfoSingleStyle .contactInfoBox {
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:766.99px) {
    .contactInfoSingleStyle .contactEnquiry form .form-control,.contactInfoSingleStyle .contactEnquiry form label {
        font-size:13px
    }
    .contactInfoSingleStyle .contactEnquiry form .primary_btn {
        padding:13px 40px;
        font-size:12px
    }
}
.contactInfoMultiStyle .contactImgBox {
    height:725px
}
@media (min-width:992px) {
    .contactInfoMultiStyle .container {
        max-width:calc((100% - 960px)/2 + 960px)!important;
        margin-right:0;
        padding-right:0
    }
    .contactInfoMultiStyle .container .row {
        padding-right:0;
        margin-right:0
    }
    .contactInfoMultiStyle .container .row .contactImgBox {
        padding-right:0
    }
}
@media (min-width:1200px) {
    .contactInfoMultiStyle .container {
        max-width:calc((100% - 1140px)/2 + 1140px)!important
    }
}
@media (min-width:1400px) {
    .contactInfoMultiStyle .container {
        max-width:calc((100% - 1320px)/2 + 1320px)!important
    }
}
@media (max-width:991.98px) {
    .contactInfoMultiStyle .contactImgBox {
        height:500px;
        padding-bottom:50px
    }
}
@media (max-width:766.98px) {
    .contactInfoMultiStyle .contactImgBox {
        height:400px
    }
}
@media (max-width:575px) {
    .contactInfoMultiStyle .contactImgBox {
        height:300px
    }
}
.solutionBanner {
    padding:0;
    position:relative
}
.solutionBanner .backgroundImageBox {
    height:700px;
    position:relative;
    z-index:1
}
.solutionBanner .backgroundImageBox .backgroundImage {
    object-position:bottom center;
    object-fit:cover;
    width:100%;
    height:100%
}
.solutionBanner .solutionBannerBlur {
    width:98%;
    height:78%;
    transform:translate(-50%,-55%);
    position:absolute;
    top:50%;
    left:50%;
    background:url(../images/blur.png)center 0 0/cover;
    backdrop-filter:blur(30px);
    z-index:2;
    border-radius:40px
}
.solutionBanner .solutionBannerImageArea {
    width:100%;
    height:78%;
    position:absolute;
    z-index:3;
    top:7%
}
.solutionBanner .solutionBannerImageArea .container,.solutionBanner .solutionBannerImageArea .container .row {
    height:100%
}
.solutionBanner .solutionBannerImageArea .container .row .leftContent {
    display:flex;
    align-items:center;
    padding-top:30px;
    padding-bottom:30px
}
.solutionBanner .solutionBannerImageArea .container .row .leftContent p {
    margin-top:20px;
    color:#fff
}
.solutionBanner .solutionBannerImageArea .container .row .leftContent .btnWrapper {
    margin-top:30px
}
.solutionBanner .solutionBannerImageArea .container .row .leftContent .btnWrapper .primary_btn {
    margin-right:15px;
    transition:ease all .5s
}
.solutionBanner .solutionBannerImageArea .container .row .leftContent .btnWrapper .primary_btn:hover {
    transition:ease all .5s;
    background:#fff;
    color:#d72536
}
.solutionBanner .solutionBannerImageArea .container .row .rightImage {
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content:flex-end
}
.solutionBanner .solutionBannerImageArea .container .row .rightImage img {
    position:relative;
    z-index:9999;
    margin-bottom:-60px
}
@media (min-width:576px) {
    .solutionBanner .solutionBannerBlur {
        width:98%
    }
}
@media (min-width:768px) {
    .solutionBanner .solutionBannerBlur {
        width:740px
    }
}
@media (min-width:992px) {
    .solutionBanner .solutionBannerBlur {
        width:980px;
        border-radius:50px
    }
}
@media (min-width:1200px) {
    .solutionBanner .solutionBannerBlur {
        width:1180px;
        border-radius:80px
    }
}
@media (min-width:1400px) {
    .solutionBanner .solutionBannerBlur {
        width:1380px
    }
}
@media (min-width:1500px) {
    .solutionBanner .solutionBannerBlur {
        width:1420px
    }
}
@media (max-width:1399.98px) {
    .solutionBanner .backgroundImageBox {
        height:500px
    }
    .solutionBanner .solutionBannerImageArea .container .row .leftContent .subHeading2 {
        font-size:14px
    }
    .solutionBanner .solutionBannerImageArea .container .row .leftContent .mainHeading {
        font-size:25px
    }
    .solutionBanner .solutionBannerImageArea .container .row .leftContent p {
        font-size:13px;
        line-height:23px
    }
    .solutionBanner .solutionBannerImageArea .container .row .leftContent .btnWrapper {
        margin-top:20px
    }
    .solutionBanner .solutionBannerImageArea .container .row .leftContent .btnWrapper .primary_btn {
        padding:10px 20px;
        font-size:12px
    }
}
@media (max-width:1199.98px) {
    .solutionBanner .backgroundImageBox {
        height:400px
    }
}
@media (max-width:991.98px) {
    .solutionBanner .solutionBannerImageArea .container .row .leftContent .subHeading2 {
        font-size:13px
    }
    .solutionBanner .solutionBannerImageArea .container .row .leftContent .mainHeading {
        font-size:20px
    }
    .solutionBanner .solutionBannerImageArea .container .row .leftContent p {
        font-size:12px;
        line-height:20px
    }
    .solutionBanner .solutionBannerImageArea .container .row .rightImage {
        align-items:center;
        justify-content:center
    }
    .solutionBanner .solutionBannerImageArea .container .row .rightImage img {
        margin-bottom:-10px
    }
}
@media (max-width:766.98px) {
    .solutionBanner .backgroundImageBox {
        height:350px!important
    }
    .solutionBanner .solutionBannerImageArea .container {
        max-width:100%;
        padding:0 20px
    }
    .solutionBanner .solutionBannerImageArea .container .row .leftContent .subHeading2 {
        font-size:12px
    }
    .solutionBanner .solutionBannerImageArea .container .row .leftContent .mainHeading {
        font-size:18px
    }
    .solutionBanner .solutionBannerImageArea .container .row .rightImage img {
        margin:0 auto!important;
        display:flex
    }
}
@media (max-width:575px) {
    .solutionBanner .backgroundImageBox {
        height:300px!important
    }
    .solutionBanner .solutionBannerImageArea .container .row .leftContent p {
        display:none
    }
}
@media (max-width:410px) {
    .solutionBanner .solutionBannerImageArea .container .row .leftContent {
        width:100%
    }
    .solutionBanner .solutionBannerImageArea .container .row .rightImage {
        display:none
    }
}
.messageUsSolutionPage {
    margin-top:-50px
}
@media (max-width:1399.98px) {
    .messageUsSolutionPage {
        margin-top:-20px
    }
}
.solutionsDetailsSection {
    padding:80px 0 50px;
    overflow-x:hidden
}
.solutionsDetailsSection .leftDetailsImg,.solutionsDetailsSection .rightDetailsCnt {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center
}
.solutionsDetailsSection .leftDetailsImg img {
    border-radius:0 100px 100px 0
}
.solutionsDetailsSection .rightDetailsCnt {
    padding-top:30px;
    padding-bottom:30px
}
.solutionsDetailsSection .rightDetailsCnt .textArea {
    padding-left:80px;
    margin-bottom:0
}
.solutionsDetailsSection .rightDetailsCnt .textArea h1,.solutionsDetailsSection .rightDetailsCnt .textArea h2,.solutionsDetailsSection .rightDetailsCnt .textArea h3,.solutionsDetailsSection .rightDetailsCnt .textArea h4,.solutionsDetailsSection .rightDetailsCnt .textArea h5,.solutionsDetailsSection .rightDetailsCnt .textArea h6 {
    font-size:30px;
    font-family:"Playfair Display",serif;
    color:#161616;
    margin-bottom:25px
}
.solutionsDetailsSection .additionalArea .textArea p,.solutionsDetailsSection .rightDetailsCnt .textArea p,.solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea p {
    color:#606367
}
.solutionsDetailsSection .rightDetailsCnt .textArea p:last-child,.solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea p:last-child {
    margin-bottom:0
}
.solutionsDetailsSection .additionalArea {
    margin-top:40px
}
.solutionsDetailsSection .additionalArea .textArea ul {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-auto-rows:inherit;
    grid-gap:40px;
    grid-row-gap:20px;
    margin-top:40px;
    padding-left:40px
}
.solutionsDetailsSection .additionalArea .textArea ul li,.solutionsDetailsSection  .textArea ol li {
    list-style: none;
    font-size:14px;
    padding-left:35px;
    font-weight:300;
    color:#606367;
    position:relative
}
.solutionsDetailsSection .sliderContainer .col-12 {
    padding-right:0
}
.solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard {
    border:1px solid #d9d9d9;
    border-radius:50px;
    overflow:hidden;
    position:relative;
    transition:1000ms
}
.solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard .imgBox {
    width:100%
}
.solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard .imgBox img {
    width:100%;
    height:220px;
    object-fit:cover;
    object-position:center bottom;
    transition:1000ms
}
.solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard .detailsBody {
    border:1px solid #d9d9d9;
    border-bottom:0;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    border-radius:80px;
    padding:15px;
    background:#fff;
    display:flex;
    align-items:center
}
.solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard .detailsBody .leftLogo {
    width:50px;
    height:50px;
    border:5px solid #d72536;
    border-radius:100%;
    background:#000;
    display:flex;
    align-items:center;
    justify-content:center
}
.solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard .detailsBody .rightDetails {
    width:75%;
    padding-left:10px
}
.solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard .detailsBody .rightDetails h6 {
    font-family:"Playfair Display",serif;
    font-weight:500;
    color:#161616;
    font-size:16px;
    transition:1000ms
}
.solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard:hover,.solutionsDetailsSection .moreSolutionsSlider .slick-current .moreSolutionsCard {
    box-shadow:0 5px 10px rgba(0,0,0,.15)
}
.otherSolutions .otherSolutionsSlider .otherSolutionCard:hover .imgBox img,.solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard:hover .imgBox img {
    transform:scale(1.1)
}
.solutionsDetailsSection .moreSolutionsSlider .slick-list {
    padding:20px 40px 20px 0
}
.solutionsDetailsSection .moreSolutionsSlider .slick-track {
    display:flex;
    padding:15px 0
}
.solutionsDetailsSection .moreSolutionsSlider .slick-slide {
    padding:0 .75rem;
    height:inherit!important
}
@media (max-width:766.98px) {
    .solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard {
        border-radius:20px
    }
    .solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard .detailsBody {
        border-radius:20px;
        padding:10px
    }
    .solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard .detailsBody .leftLogo {
        width:35px;
        height:35px
    }
    .solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard .detailsBody .rightDetails h6 {
        font-size:14px
    }
}
@media (max-width:410px) {
    .solutionsDetailsSection .moreSolutionsSlider .slick-list {
        padding-right:80px
    }
    .solutionsDetailsSection .moreSolutionsSlider .moreSolutionsCard .imgBox img {
        height:200px
    }
}
@media (max-width:991.98px) {
    .solutionsDetailsSection .leftDetailsImg img {
        border-radius:20px!important
    }
    .solutionsDetailsSection .additionalArea {
        margin-top:20px
    }
    .solutionsDetailsSection .additionalArea .textArea ul {
        margin-top:20px;
        padding-left:0
    }
}
.solutionsDetailsSectionReverse .gridContainer .row {
    flex-direction:row-reverse
}
.solutionsDetailsSectionReverse .gridContainer .row .leftDetailsImg img {
    border-radius:100px 0 0 100px
}
.solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea {
    padding-left:0;
    padding-right:80px;
    margin-bottom:0
}
.solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea h1,.solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea h2,.solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea h3,.solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea h4,.solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea h5,.solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea h6 {
    font-size:22px;
    font-family:Inter,sans-serif;
    color:#161616;
    margin-bottom:25px;
    font-weight:600;
    line-height:36px
}
@media (min-width:576px) {
    .solutionsDetailsSection .sliderContainer {
        margin-right:0;
        padding-right:0;
        max-width:calc((100% - 540px)/2 + 540px)!important
    }
}
@media (min-width:768px) {
    .solutionsDetailsSection .sliderContainer {
        max-width:calc((100% - 720px)/2 + 720px)!important
    }
}
@media (min-width:992px) {
    .solutionsDetailsSection .gridContainer {
        margin-left:0;
        padding-left:0
    }
    .solutionsDetailsSection .gridContainer,.solutionsDetailsSection .sliderContainer,.solutionsDetailsSectionReverse .gridContainer {
        max-width:calc((100% - 960px)/2 + 960px)!important
    }
    .solutionsDetailsSectionReverse .gridContainer {
        margin-left:auto;
        margin-right:0;
        padding-right:0
    }
    .solutionsDetailsSectionReverse .gridContainer .row {
        margin-right:0;
        padding-right:0
    }
    .solutionsDetailsSectionReverse .gridContainer .row .leftDetailsImg {
        padding-right:0
    }
    .solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt {
        padding-left:24px
    }
}
@media (min-width:1200px) {
    .solutionsDetailsSection .gridContainer,.solutionsDetailsSection .sliderContainer,.solutionsDetailsSectionReverse .gridContainer {
        max-width:calc((100% - 1140px)/2 + 1140px)!important
    }
}
@media (min-width:1400px) {
    .solutionsDetailsSection .gridContainer,.solutionsDetailsSection .sliderContainer {
        max-width:calc((100% - 1320px)/2 + 1320px)!important
    }
}
@media (max-width:1399.98px) {
    .solutionsDetailsSection .rightDetailsCnt .textArea {
        padding-left:40px
    }
    .solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea {
        padding-right:40px
    }
}
@media (max-width:1199.98px) {
    .solutionsDetailsSection .rightDetailsCnt .textArea h1,.solutionsDetailsSection .rightDetailsCnt .textArea h2,.solutionsDetailsSection .rightDetailsCnt .textArea h3,.solutionsDetailsSection .rightDetailsCnt .textArea h4,.solutionsDetailsSection .rightDetailsCnt .textArea h5,.solutionsDetailsSection .rightDetailsCnt .textArea h6 {
        font-size:25px
    }
    .solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea h1,.solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea h2,.solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea h3,.solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea h4,.solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea h5,.solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea h6 {
        font-size:18px;
        line-height:28px
    }
}
@media (max-width:991.98px) {
    .solutionsDetailsSection .rightDetailsCnt {
        padding-bottom:0
    }
    .solutionsDetailsSection .rightDetailsCnt .textArea {
        padding-left:0
    }
    .solutionsDetailsSection .additionalArea {
        margin-top:0
    }
    .solutionsDetailsSection .additionalArea .textArea ul {
        grid-template-columns:1fr;
        grid-row-gap:0
    }
    .solutionsDetailsSection .additionalArea .textArea ul li {
        margin-bottom:10px
    }
    .solutionsDetailsSectionReverse .gridContainer .row .rightDetailsCnt .textArea {
        padding-right:0
    }
}
.solutionHighlightArea {
    margin-top:0;
    padding-top:0;
    background:#e8edf1
}
.solutionExpertBg {
    padding:80px 0
}
.solutionExpertBg,.solutionExpertBg .weAreSection {
    background:#e8edf1
}
@media (max-width:991.98px) {
    .solutionExpertBg {
        padding:0
    }
}
.otherSolutions {
    padding:100px 0;
    overflow-x:hidden
}
.otherSolutions .otherSolutionsSlider {
    margin-top:50px
}
.otherSolutions .otherSolutionsSlider .otherSolutionCard {
    background:#fff;
    border-radius:80px;
    padding:0;
    transition:1000ms;
    border:1px solid #d9d9d9;
    overflow:hidden;
    height:100%
}
.otherSolutions .otherSolutionsSlider .otherSolutionCard .imgBox {
    overflow:hidden;
    border-radius:80px 80px 0 0;
    transition:1000ms
}
.otherSolutions .otherSolutionsSlider .otherSolutionCard .imgBox img {
    transition:1000ms;
    object-fit:cover;
    width:100%;
    height:150px
}
@media(min-width:1200px) {
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .imgBox img {
        height:230px
    }
}
@media(min-width:1400px) {
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .imgBox img {
        height:270px
    }
}
@media(min-width:1600px) {
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .imgBox img {
        height:290px
    }
}
@media(min-width:1800px) {
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .imgBox img {
        height:334px
    }
}
.otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox {
    padding:0 20px;
    border-radius:0 0 80px 80px;
    background:#fff;
    display:flex;
    align-items:center;
    height:130px
}
.otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox .leftCircle {
    width:70px;
    height:70px;
    border-radius:100%;
    background:url(../images/circleBg.png)center 0 0/cover;
    border:1px solid #e2e2e2;
    display:flex;
    align-items:center;
    justify-content:center
}
.otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox .leftCircle h3 {
    color:#d72536;
    font-weight:700
}
.otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox .rightDetails {
    width:78%;
    padding-left:15px
}
.otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox .rightDetails h4 {
    font-family:"Playfair Display",serif;
    font-weight:500;
    font-size:20px
}
.otherSolutions .otherSolutionsSlider .otherSolutionCard:hover,.otherSolutions .otherSolutionsSlider .slick-current .otherSolutionCard {
    box-shadow:0 5px 10px rgba(0,0,0,.15)
}
.otherSolutions .otherSolutionsSlider .slick-list {
    padding:20px 15% 20px 0
}
.otherSolutions .otherSolutionsSlider .slick-track {
    display:flex;
    padding:15px 0
}
.otherSolutions .otherSolutionsSlider .slick-slide {
    padding:0 .75rem;
    height:inherit!important
}
@media (max-width:1399.98px) {
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox .leftCircle {
        width:60px;
        height:60px
    }
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox .leftCircle h3 {
        font-size:20px
    }
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox .rightDetails h4 {
        font-size:18px
    }
    .otherSolutions .otherSolutionsSlider .slick-list {
        padding-right:10%
    }
}
@media (max-width:1199.98px) {
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox .leftCircle {
        width:50px;
        height:50px
    }
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox .leftCircle h3 {
        font-size:18px
    }
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox .rightDetails h4 {
        font-size:16px
    }
    .otherSolutions .otherSolutionsSlider .slick-list {
        padding-right:10%
    }
}
@media (max-width:991.98px) {
    .otherSolutions .otherSolutionsSlider .otherSolutionCard {
        border-radius:30px
    }
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .imgBox {
        border-radius:30px 30px 0 0
    }
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox {
        border-radius:0 0 30px 30px
    }
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox .leftCircle {
        width:50px;
        height:50px
    }
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox .leftCircle h3 {
        font-size:16px
    }
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox .rightDetails h4 {
        font-size:14px
    }
}
@media (max-width:575px) {
    .otherSolutions .otherSolutionsSlider .otherSolutionCard .detailsBox {
        min-height:90px
    }
}
@media (min-width:576px) {
    .otherSolutions .container {
        margin-right:0;
        padding-right:0;
        max-width:calc((100% - 540px)/2 + 540px)!important
    }
    .otherSolutions .container .row .col-12 {
        padding-right:0
    }
}
@media (min-width:768px) {
    .otherSolutions .container {
        max-width:calc((100% - 720px)/2 + 720px)!important
    }
}
@media (min-width:992px) {
    .otherSolutions .container {
        max-width:calc((100% - 960px)/2 + 960px)!important
    }
}
@media (min-width:1200px) {
    .otherSolutions .container {
        max-width:calc((100% - 1140px)/2 + 1140px)!important
    }
}
@media (min-width:1400px) {
    .otherSolutions .container {
        max-width:calc((100% - 1320px)/2 + 1320px)!important
    }
}
@media (max-width:991.98px) {
    .otherSolutions {
        padding:60px 0 30px
    }
    .otherSolutions .otherSolutionsSlider {
        margin-top:10px
    }
}
.faqSolution {
    padding:80px 0
}
.faqSolution .accordion {
    margin-top:50px
}
.faqSolution .accordion .accordion-item {
    margin-bottom:30px;
    border-radius:30px;
    overflow:hidden
}
.faqSolution .accordion .accordion-item .accordion-header {
    border-radius:60px
}
.faqSolution .accordion .accordion-button {
    box-shadow:inherit;
    outline:0;
    font-weight:700;
    font-size:16px;
    color:#606367;
    padding:10px 30px;
    line-height:29px;
    min-height:110px;
    overflow:hidden;
    overflow-y:scroll;
    display:flex;
    justify-content:space-between
}
.faqSolution .accordion .accordion-button::-webkit-scrollbar {
    width:4px;
    opacity:1;
    border-radius:10px
}
.faqSolution .accordion .accordion-button::-webkit-scrollbar-track {
    box-shadow:inset 0 0 6px #fff;
    border-radius:10px;
    opacity:1
}
.faqSolution .accordion .accordion-button::-webkit-scrollbar-thumb {
    border-radius:10px;
    box-shadow:inset 0 0 6px #d72536;
    background-color:#d72536;
    opacity:1
}
.faqSolution .accordion .accordion-button:not(.collapsed) {
    color:#fff;
    background-color:#161616;
    box-shadow:inherit
}
.faqSolution .accordion .accordion-button::after {
    flex-shrink:0;
    width:20px;
    height:20px;
    content:"";
    background-image:url(../images/accodionArrow.png);
    background-repeat:no-repeat;
    background-size:20px;
    transition:transform .2s ease-in-out;
    transform:rotate(-180deg);
    margin-left:8px
}
.faqSolution .accordion .accordion-button:not(.collapsed)::after {
    background-image:url(../images/accodionArrow.png);
    transform:rotate(0deg)
}
.faqSolution .accordion .accordion-body {
    background-color:#161616;
    padding:0 30px 25px
}
.faqSolution .accordion .accordion-body .textArea {
    margin-bottom:0;
    height:221px;
    overflow:auto
}
.faqSolution ::-webkit-scrollbar {
    width:5px
}
.faqSolution ::-webkit-scrollbar-track {
    background:#f1f1f1
}
.faqSolution ::-webkit-scrollbar-thumb {
    background:#888;
    border-radius:5px
}
.faqSolution ::-webkit-scrollbar-thumb:hover {
    background:#d72536
}
.faqSolution .accordion .accordion-body .textArea p,.go-top i {
    color:#fff
}
.faqSolution .accordion .accordion-body .textArea ul li {
    color:#fff;
    padding-left:25px;
    font-weight:300;
    position:relative
}
.faqSolution .accordion .accordion-body .textArea ul li:before {
    width:10px;
    height:10px;
    border-radius:10px;
    position:absolute;
    left:0;
    top:10px;
    content:"";
    background:#d72536
}
@media (max-width:991.98px) {
    .faqSolution {
        padding:60px 0 50px
    }
}
.homeSlider {
    position:relative;
    background:url(../images/slider/homeSliderBg.png)center bottom/cover;
    padding-bottom:50px;
    z-index:0;
    overflow:hidden
}
.homeSlider .leftDetailsSlider {
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center
}
.homeSlider .homeSliderDetails {
    width:100%
}
.homeSlider .homeSliderDetails .homeSliderDetailsCard .textArea {
    margin-bottom:0;
    margin-top:20px
}
.homeSlider .homeSliderDetails .homeSliderDetailsCard .textArea .btnsBox a {
    transition:ease all .5s
}
.homeSlider .homeSliderDetails .homeSliderDetailsCard .textArea .btnsBox a:hover {
    background-image:inherit;
    background-color:#fff;
    color:#d72536;
    transition:ease all .5s
}
.homeSlider .homeSliderDetails .homeSliderDetailsCard .textArea .btnsBox a:last-child {
    margin-left:15px
}
.homeSlider .homeSliderDetails .slick-current .homeSliderDetailsCard .mainHeading,.homeSlider .homeSliderDetails .slick-current .homeSliderDetailsCard .primary_btn,.homeSlider .homeSliderDetails .slick-current .homeSliderDetailsCard .subHeading2,.homeSlider .homeSliderDetails .slick-current .homeSliderDetailsCard p {
    -webkit-animation:fadeInUp 1000ms;
    animation:fadeInUp 1000ms
}
.homeSlider .homeSliderImages {
    position:relative
}
.homeSlider .homeSliderImages .homeSliderImagesCard::before,.homeSlider .homeSliderImages::after {
    position:absolute;
    width:300%;
    height:100%;
    content:"";
    display:inline-block;
    background-color:#d72536;
    left:35%;
    z-index:-1;
    top:0;
    border-radius:180px 0 0 180px
}
.homeSlider .homeSliderImages .homeSliderImagesCard picture,.homeSlider .homeSliderImages div {
    line-height:0
}
.homeSlider .homeSliderImages .homeSliderImagesCard {
    position:relative;
    padding:10px 0
}
.homeSlider .homeSliderImages .homeSliderImagesCard img {
    position:relative;
    z-index:2;
    border-radius:250px
}
.homeSlider .homeSliderImages .homeSliderImagesCard::before {
    width:100%;
    left:15px;
    border-radius:250px;
    border:10px solid #d72536;
    top:50%;
    transform:translate(0,-50%);
    box-shadow:10px 0 20px rgba(0,0,0,.25);
    z-index:0
}
.homeSlider .homeSliderImages .slick-slide {
    padding:0 40px 0 5px
}
.homeSlider .homeThumbnailSlider {
    margin-top:20px;
    position:relative
}
.homeSlider .homeThumbnailSlider::before {
    position:absolute;
    width:90%;
    left:5%;
    height:100%;
    content:"";
    display:inline-block;
    background:url(../images/sliderLine.png)center bottom no-repeat;
    background-position-y:30px
}
.homeSlider .homeThumbnailSlider .thumbnailCard {
    opacity:.5;
    transition:ease all .5s;
    cursor:pointer
}
.homeSlider .homeThumbnailSlider .thumbnailCard .imgBox img {
    transition:ease all .5s;
    width:50%;
    margin:0 auto;
    display:flex
}
.homeSlider .homeThumbnailSlider .thumbnailCard .detailsBox {
    padding:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position:relative
}
.homeSlider .homeThumbnailSlider .thumbnailCard .detailsBox h1 {
    font-family:"Playfair Display",serif;
    font-weight:700;
    color:#a1aabd;
    font-size:55px;
    margin-top:-30px;
    opacity:.5
}
.homeSlider .homeThumbnailSlider .thumbnailCard .detailsBox h6 {
    font-weight:700;
    font-size:15px;
    position:absolute;
    text-align:center;
    display:none;
    top:10%;
    text-transform:uppercase
}
.homeSlider .homeThumbnailSlider .slick-slide {
    padding:0 .25rem;
    opacity:1
}
.homeSlider .homeThumbnailSlider .slick-list {
    min-height:210px
}
.homeSlider .homeThumbnailSlider .slick-current.slick-center .thumbnailCard {
    opacity:1;
    transform:translateY(30px) scale(1)!important;
    transition:ease all .5s
}
.homeSlider .homeThumbnailSlider .slick-current.slick-center .thumbnailCard .imgBox img {
    width:70%
}
.homeSlider .homeThumbnailSlider .slick-current.slick-center .thumbnailCard .detailsBox h1 {
    font-size:75px;
    margin-top:-40px
}
.homeSlider .homeThumbnailSlider .slick-current.slick-center .thumbnailCard .detailsBox h6 {
    display:block
}
.homeSlider .homeThumbnailSlider .slick-next,.homeSlider .homeThumbnailSlider .slick-prev {
    display:none!important
}
@media (max-width:1399.98px) {
    .homeSlider {
        padding-bottom:30px
    }
    .homeSlider .subHeading2 {
        font-size:14px;
        letter-spacing:2px
    }
    .homeSlider .mainHeading {
        font-size:30px
    }
    .homeSlider .homeThumbnailSlider .thumbnailCard .detailsBox h6 {
        font-size:14px
    }
}
@media (max-width:1199.98px) {
    .homeSlider {
        padding-bottom:20px
    }
    .homeSlider .subHeading2 {
        font-size:13px;
        letter-spacing:2px
    }
    .homeSlider .mainHeading {
        font-size:22px
    }
    .homeSlider .homeSliderDetails .homeSliderDetailsCard .textArea .btnsBox a {
        font-size:12px;
        padding:10px 15px
    }
    .homeSlider .homeThumbnailSlider .thumbnailCard .detailsBox h6 {
        font-size:14px
    }
}
@media (max-width:991.98px) {
    .homeSlider {
        padding-top:30px;
        padding-bottom:50px
    }
    .homeSlider .container {
        max-width:100%
    }
    .homeSlider .homeThumbnailSlider {
        display:none;
        height:0
    }
}
@media (max-width:766.98px) {
    .homeSlider {
        padding-top:0;
        padding-bottom:30px
    }
    .homeSlider .container {
        max-width:540px
    }
    .homeSlider .sliderRow {
        flex-direction:column-reverse
    }
    .homeSlider .homeThumbnailSlider {
        display:none;
        height:0
    }
    .homeSlider .leftDetailsSlider {
        margin-top:30px
    }
}
.position-relative {
    z-index:1
}
.lineWrapper {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    overflow:hidden
}
.lineWrapper .container,.lineWrapper .container .row,.lineWrapper .container .row .col-12 {
    height:100%
}
.lineWrapper .line {
    width:1px;
    height:100%;
    background:#000;
    opacity:.1
}
.lineWrapper .line2 {
    background:#e8edf1;
    opacity:1
}
.go-top {
    margin:0;
    padding:0;
    position:fixed;
    bottom:0;
    right:25px;
    width:35px;
    height:35px;
    border-radius:10px 10px 0 0;
    background:#d72536;
    box-shadow:0 0 10px rgba(0,0,0,.25);
    transition:.3s;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    opacity:0;
    z-index:999
}
#loading,.go-top-no {
    opacity:1
}
@media (max-width:991.98px) {
    .go-top {
        right:0;
        bottom:60px;
        border-radius:10px 0 0 10px
    }
}
.innerBannerArea {
    z-index:3
}
.breadcrumbArea {
    z-index:0
}
#loading {
    position:fixed;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-align:center;
    background-color:#fff;
    z-index:99999
}
#loading-image {
    position:absolute;
    top:50%;
    left:50%;
    z-index:100;
    transform:translate(-50%,-50%);
    width:150px;
    height:84px
}
@media (max-width:767.98px) {
    .textArea ul li,p {
        font-size:13px;
        line-height:22px
    }
    a {
        font-size:13px
    }
}
.homeBlogArea .blogCard .imgBlog img {
    height:160px
}
@media(min-width:576px) {
    .homeBlogArea .blogCard .imgBlog img {
        height:150px
    }
}
@media(min-width:992px) {
    .homeBlogArea .blogCard .imgBlog img {
        height:180px
    }
}
@media(min-width:1200px) {
    .homeBlogArea .blogCard .imgBlog img {
        height:160px
    }
}
.filter-menu ul.dropdown-menu {
    height:252px;
    overflow-y:auto
}
.ourWorkSectionHome .latestWorkWrapper .filter-menu ul.dropdown-menu  {
    height: 252px;
}
.latestWorkWrapper .latestWorkCard   a {
    color: #d72536;
    font-weight: 500;
}
.latestWorkWrapper .latestWorkCard:hover a {
    color: #fff;
}
.error  {
    color: #dc3545;
    font-size: 14px;
}
.latestWorkWrapper.portfolioInner .latestWorkCard::after  {
    background: unset!important;
}
.latestWorkWrapper.portfolioInner .latestWorkCard button  {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    background: unset;
    border: unset;
}
.latestWorkWrapper.portfolioInner .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    margin: 0;
    background: #fffffff0;
    border-radius: 11px;
}
.latestWorkWrapper  .latestWorkCard .imgBox::after  {
    width: 55px;
    height: 55px;
    content: '';
    left: 50%;
    background-size: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-image: url('data:image/svg+xml,<svg fill="%23ffffff" width="140px" height="140px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" stroke="%23ffffff"><g id="SVGRepo_bgCarrier" stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/><g id="SVGRepo_iconCarrier"><path d="M16.108 10.044c-3.313 0-6 2.687-6 6s2.687 6 6 6 6-2.686 6-6-2.686-6-6-6zM16.108 20.044c-2.206 0-4.046-1.838-4.046-4.044s1.794-4 4-4c2.206 0 4 1.794 4 4s-1.748 4.044-3.954 4.044zM31.99 15.768c-0.012-0.050-0.006-0.104-0.021-0.153-0.006-0.021-0.020-0.033-0.027-0.051-0.011-0.028-0.008-0.062-0.023-0.089-2.909-6.66-9.177-10.492-15.857-10.492s-13.074 3.826-15.984 10.486c-0.012 0.028-0.010 0.057-0.021 0.089-0.007 0.020-0.021 0.030-0.028 0.049-0.015 0.050-0.009 0.103-0.019 0.154-0.018 0.090-0.035 0.178-0.035 0.269s0.017 0.177 0.035 0.268c0.010 0.050 0.003 0.105 0.019 0.152 0.006 0.023 0.021 0.032 0.028 0.052 0.010 0.027 0.008 0.061 0.021 0.089 2.91 6.658 9.242 10.428 15.922 10.428s13.011-3.762 15.92-10.422c0.015-0.029 0.012-0.058 0.023-0.090 0.007-0.017 0.020-0.030 0.026-0.050 0.015-0.049 0.011-0.102 0.021-0.154 0.018-0.090 0.034-0.177 0.034-0.27 0-0.088-0.017-0.175-0.035-0.266zM16 25.019c-5.665 0-11.242-2.986-13.982-8.99 2.714-5.983 8.365-9.047 14.044-9.047 5.678 0 11.203 3.067 13.918 9.053-2.713 5.982-8.301 8.984-13.981 8.984z"/></g></svg>')
}
.latestWorkWrapper  .latestWorkCard:hover .imgBox::after {
    content:unset;
}
.latestWorkWrapper .video .latestWorkCard .imgBox::after {
    content: unset;
}
@media (min-width:1800) {
    .latestWorkWrapper .latestWorkCard .imgBox::after {
        width: 80px;
        height: 80px;
    }
}
@media (min-width:1600) {
    .latestWorkWrapper .latestWorkCard .imgBox::after {
        width: 70px;
        height: 70px;
    }
}
@media (min-width:1200) {
    .latestWorkWrapper .latestWorkCard .imgBox::after {
        width: 65px;
        height: 65px;
    }
}
@media (min-width:992) {
    .latestWorkWrapper .latestWorkCard .imgBox::after {
        width: 60px;
        height: 60px;
    }
}
.latestWorkWrapper .latestWorkCard .workDetails.workDetailsNew {
    opacity:1;
    background: #d72536;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.latestWorkWrapper .latestWorkCard:hover .workDetails.workDetailsNew {
    opacity:0;
}
.portfolioInner .modal-content,.portfolioInner .modal-content iframe  {
    background: unset;
}
.portfolioInner .modal-content iframe {
    border-radius: 11px;
}
.portfolioInner button.btn-close  {
    box-shadow: unset!important;
    background-color: red!important;
    color: #fffefe;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fff"><path d="M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z"/></svg>');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.instagram {
    z-index: 22222;
}
.instagram .modal-content  {
    height: 80vh;
    overflow-y: auto;
}
.instagram .modal-dialog     {
    padding-right: 6px;
}
.youtube .modal-dialog  {
    max-width: 100%;
    background: unset!important;
}
.youtube iframe.youtube-media  {
    height: 95vh;
}
.youtube button.btn-close  {
    position: absolute;
    right: 8px;
    z-index: 222;
    top: 38px;
}
.youtube .modal-header  {
    padding: 0;
    border: unset;
}
.youtube .modal-body  {
    padding: 0;
    border: unset;
}
.youtube .modal-content  {
    border: unset;
}
.youtube {
    z-index: 99999;
}
.latestWorkWrapper.portfolioInner ~ .modal-backdrop.fade.show  {
    opacity: 0.9;
}
.solutionsDetailsSection .textArea ol  {
    padding-left: 0;
}
.solutionsDetailsSection .textArea ol li  {
    margin-bottom: 8px;
}
b, strong  {
    font-weight: bold;
}
.solutionsDetailsSection + .highlightArea  {
    margin-top: 0;
    padding-top: 0;
    background: #e8edf1;
}
.homeFooterClass  {
    padding-top: 220px;
    margin-top: -150px;
}
.message_box label.error  {
    margin: 0;
}
footer .copy p a  {
    color: white;
}
@media(max-width:1399px) {
    .rightWhatsCall  {
        bottom: 30px;
    }
}
@media(max-width:575px) {
    .latestWorkWrapper .latestWorkCard .imgBox::after  {
        width: 35px;
        height: 35px;
        transform: translate(-50%, -100%);
    }
    .ourWorkSectionHome .latestWorkWrapper .latestWorkCard  {
        min-height: 250px;
    }
    .ourWorkSectionHome .latestWorkWrapper .latestWorkCard .workDetails .textArea {
        height: 55px;
    }
    #ourWorks .latestWorkWrapper .latestWorkCard  {
        min-height: 280px!important;
    }
}