@font-face {
    font-family: montserrat_bold;
    src: url("../font/Montserrat-Bold.ttf");
    font-display: swap;
}
/* bug check */
@font-face {
    font-family: montserrat_extrabold;
    src: url("../font/Montserrat-ExtraBold.otf");
    font-display: swap;

}

@font-face {
    font-family: montserrat_extralight;
    src: url("../font/Montserrat-ExtraLight.otf");
    font-display: swap;
}

@font-face {
    font-family: montserrat_light;
    src: url("../font/Montserrat-Light.otf");
    font-display: swap;
}

@font-face {
    font-family: montserrat_regular;
    src: url("../font/Montserrat-Regular.otf");
    font-display: swap;
}

@font-face {
    font-family: montserrat_semibold;
    src: url("../font/Montserrat-SemiBold.otf");
    font-display: swap;
}

@font-face {
    font-family: montserrat_thin;
    src: url("../font/Montserrat-Thin.otf");
    font-display: swap;
}


html {
    height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    height: 100%;
    text-shadow: none;
    font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif !important;
    
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(117, 116, 116, 0.4);
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #ccc
}
::selection {
    color: #fff;
    background: #999;
}
body .menu_outer{
    font-family: montserrat_regular, sans-serif;
}
body .footer_section{
    font-family: montserrat_regular, sans-serif;
}
.couldnt{
    border: 1px solid rgba(128, 128, 128, 0.14);
    box-shadow: 0px 0px 15px 1px rgba(128, 128, 128, 0.14);
    position: relative;
    padding: 20px 220px 20px 20px;
    background-color: white;
    margin: 30px 0;
}
.couldnt-text h4{
    font-size: 21px;
    color: #363439;
    margin: 10px 0 0;
    font-style: unset !important;
    box-shadow: unset !important;
}
.couldnt-button{
    position: absolute;
    padding: 10px 25px;
    right: 2%;
    border-radius: 3px;
    top: 50%;
    margin-top: -19px;
    border: none;
    outline: none;
    background-color: #ef0d33;
    /* box-shadow: 0 0 7px 1px rgba(239, 13, 51, 0.48); */
    color: white;
    cursor: pointer;
    font-size: 11px;
    text-shadow: none;
    font-family: montserrat_light, sans-serif;
    text-align: center;
}
.couldnt-button:hover{
    box-shadow: 0 0 7px 1px rgba(239, 13, 51, 0.48);
}
@media only screen and (max-width: 500px){
    .couldnt{
        padding: 20px !important;
    }
    .couldnt-button{
        position: relative;
        top: auto;
        right: auto;
        margin: auto;
        display: block;
    }
}
table.differance-table th {
    padding: 18px;
    border-radius: 5px;
    background-color: #6B6666;
    color: white;
	  font-family: 'montserrat_semibold';
	font-size: 17px;
}
table.differance-table tr:nth-child(even) {
    background-color: #E7E9EB;
	  border-radius: 5px;
}
table.differance-table tr td {
    padding: 18px;
    line-height: 36px;
    letter-spacing: -0.004em;
    font-size: 1.1vw;
    font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif !important;
    color: #000000d6;
	vertical-align: top;
	   font-family: 'montserrat_light' !important;
}
table.differance-table tr:nth-child(odd) {
    background-color: #A2A4900A;
	border-radius: 5px;
}
@media only screen and (max-width: 320px){
table.differance-table th {
    padding: 15px;
    font-size: 12px;
}
table.differance-table tr td {
    padding: 15px;
    line-height: 18px;
    letter-spacing: -0.004em;
    font-size: 3.4vw;
	  font-family: 'montserrat_light' !important;
}
}
@media (min-width: 321px) and (max-width: 380px)
 {
table.differance-table th {
    padding: 15px;
    font-size: 13px;
}
table.differance-table tr td {
    padding: 15px;
    line-height: 18px;
    letter-spacing: -0.004em;
    font-size: 3vw;
    font-family: 'montserrat_light' !important;
}
}
@media (min-width: 381px) and (max-width: 427px)
 {
table.differance-table th {
    padding: 15px;
    font-size: 14px;
}
table.differance-table tr td {
    padding: 15px;
    line-height: 22px;
    letter-spacing: -0.004em;
    font-size: 3vw;
    font-family: 'montserrat_light' !important;
}
}
@media (min-width: 428px) and (max-width: 768px)
 {
table.differance-table th {
    padding: 22px;
    font-size: 14px;
}
table.differance-table tr td {
    padding: 15px;
    line-height: 22px;
    letter-spacing: -0.004em;
    font-size: 1.25vw;
    font-family: 'montserrat_light' !important;
}
}
@media (min-width: 1920px) and (max-width: 2560px)
 {
table.differance-table th {
    padding: 40px;
    font-size: 25px;
}
table.differance-table tr td {
    padding: 40px;
    line-height: 50px;
    letter-spacing: -0.004em;
    font-size: 1vw;
    font-family: 'montserrat_light' !important;
}
}

.outer {
    height: 70%;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a {
    color: #08c;
    text-decoration: none;
}
.bl_content.insights-content .wp-caption{
    width: 100% !important;
}
.insights-content li {
    font-size: 1.24vw;
    color: black;
}

h1{
    color: #191919;
    font-family: montserrat_semibold;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.2;
}
h2{
    color: #191919;
    font-family: montserrat_semibold;
    font-size: 2.1vw;
    font-weight: 400;
    line-height: 1.2;
}
h3{
    color: #191919;
    font-family: montserrat_semibold;
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 1.2;
}
h4{
    color: #191919;
    font-family: montserrat_semibold;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 1.2;
}
h6 {
    color: #191919;
    font-family: montserrat_semibold;
    font-weight: 400;
    line-height: 1.2;
}
li {
    line-height: 2;
}
textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
}
.wp-block-table td, .wp-block-table th {
    border: 0px solid #ddd;
    line-height: 1.3;
    padding: 8px;
  }
  .wp-block-table tr:first-child{
    background-color: #afafaf;
    font-weight: 700;
  }
  .wp-block-table tr:nth-child(even){background-color: #f2f2f2;}
  
  .wp-block-table tr:hover {background-color: #ddd;}
  
  .wp-block-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }
select {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    display: block;
    height: 35px;
    padding: 4px 10px;
    margin: 15px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 93.5%;
}

figcaption{
    text-align: center;
    padding-top: 1vw;
    color: gray;
}

.menu_open {
    overflow: hidden !important;
}

.menu_outer {
    z-index: 1000;
    position: relative;
}

.menu_open .menu_outer {
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /* background: #313439; */
    background: #31343952;
}
.menu_card_outer{
    display: none;
}
.menu_btn_wrap {
    background: #ef0d33;
    border-radius: 3px;
    box-shadow: 0px 2px 19px 9px rgba(239, 13, 51, 0.08);
    color: #fff;
    position: fixed;
    top: 20px;
    right: 40px;
    cursor: pointer;
    font-size: 0;
    z-index: 1000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 1px;
}

#menu_title {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    font-weight: 400;
    font-family: montserrat_light;
    font-size: 10px;
    border-right: 1px solid rgba(197, 11, 42, 0.4);
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

#menu_title a {
    color: #fff;
}

.menu_open #menu_title {
    width: 0;
    padding: 0;
}

.call_icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 30px;
    background: url(../images/phone-receiver.png) no-repeat center;
    background-size: 15px;
    cursor: pointer;
    border-right: 1px solid rgba(197, 11, 42, 0.4);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_open .call_icon {
    width: 0;
    padding: 0;
    border: none;
}

.menu_icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 30px;
    background-size: 25px;
    cursor: pointer;
}

.menu_icon:hover, .call_icon:hover {
    background-color: #d60c2e;
}

#nav-icon3 {
    width: 15px;
    height: 45px;
    position: relative;
    margin: 9px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 6px;
}

#nav-icon3 span:nth-child(4) {
    top: 12px;
}

.menu_open #nav-icon3 span:nth-child(1), .detail_open #nav-icon3 span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
}

.menu_open #nav-icon3 span:nth-child(2), .detail_open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_open #nav-icon3 span:nth-child(3), .detail_open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_open #nav-icon3 span:nth-child(4), .detail_open #nav-icon3 span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.menu_wrapper {
    height: 100%;
    display: none;
}

.menu_wrapper .logo {
    left: 50px;
    box-shadow: none;
}

.menu_open .menu_wrapper {
    display: block;
    animation: fadeIn 1s;
    z-index: 10;
}

.menu_card_outer {
    width: 78%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
}

.blog_menu {
    position: absolute;
    top: 0px;
    left: -100%;
    width: 33%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/menu_left.jpg");
}

.menu_wrapper.open .blog_menu {
    left: 0%;
}

.side_logo {
    width: 100%;
    height: 100px;
    text-align: center;
    margin: 3% 0%;
    box-sizing: border-box;
    padding: 25% 0%;
}

.side_logo img {
    width: 65px;
}

.side_strip {
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    position: relative;
}

.side_strip:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    height: 7px;
    width: 16%;
    background-color: rgba(255, 255, 255, 0.1);
}

.side_strip:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 6px;
    height: 7px;
    width: 16%;
    background-color: rgba(255, 255, 255, 0.1);
}

.side_strip ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.side_strip ul li {
    margin: 0px;
    padding: 0px 8px;
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    vertical-align: top;
    font-family: montserrat_light;
    position: relative;
}

.side_strip ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -3px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #ef0d33;
}

.side_strip ul li:nth-child(1):before {
    display: none;
}

.side_content {
    width: 80%;
    margin: auto;
    padding: 9% 0%;
    box-sizing: border-box;
    position: relative;
}

.side_content p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
    font-family: montserrat_light;
    text-align: justify;
    line-height: 20px;
    width: 100%;
    margin: 0px;
}

.side_content:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.1);
}

.middle_menu {
    width: 67%;
    height: 100%;
    margin-left: 33%;
}

.white_paper_menu {
    width: 100%;
    height: 50%;
    background-color: #ebebeb;
    box-sizing: border-box;
    padding: 60px 50px;
    position: relative;
    top: -100%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.menu_wrapper.open .white_paper_menu {
    top: 0px;
}

.white_paper_menu h4.main_head {
    color: #dcdcdc;
}

.case_study_menu {
    width: 100%;
    height: 50%;
    overflow: hidden;
    background-color: #f8f8f8;
    box-sizing: border-box;
    position: relative;
    bottom: -50%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.menu_wrapper.open .case_study_menu {
    bottom: 0%;
}

.white_paper_wrap {
    width: 100%;
    position: relative;
}

.image_box {
    width: 250px;
    height: 175px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/tagrail_image.jpg");
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 10px;
}

.content_box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 20px 200px;
}

.content_box .sub_title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
}

.content_box p {
    font-size: 11px;
    line-height: 18px;
    font-family: montserrat_light;
    color: #8e8e8e;
    min-height: 75px;
    max-height: 115px;
}

.content_box .download_btn {
    background-color: white;
    padding: 4px 5px 4px 30px;
    font-size: 12px;
    width: 110px;
    cursor: pointer;
    position: relative;
    display: block;
}

.content_box a {
    color: #333;
}

.content_box .download_btn:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    opacity: 1;
    background: url(../images/download_red.png) center no-repeat;
    background-size: cover;
}

.content_box .download_btn:hover {
    opacity: 0.7;
}

.middle_menu h4.main_head {
    margin: 0px;
}

.case_study_menu .main_head {
    padding: 30px 0px 0px 50px;
}

.case_study_wrap {
    width: 100%;
    height: 245px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 25px;
    display: block;
    z-index: 1;
    background-color: white;
}

.case_study_wrap .title_border {
    width: 84%;
    height: 45px;
    position: absolute;
    z-index: 0;
    left: 8%;
    top: 29%;
    border: 3px solid rgba(149, 149, 149, 0.10);
    display: none;
}

.case_study_wrap .case_images {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#casestudy_Slider .swiper-wrapper .swiper-slide:nth-child(even) .case_study_wrap {
    background-color: #f0f0f0;
}

.swiper-container#whitepaper_Slider {
    padding-top: 60px;
    top: -60px;
}

.swiper-container#casestudy_Slider {
    padding-top: 85px;
    bottom: 0px;
    width: 115%;
    position: absolute;
}

#whitepaper_Slider .swiper-button-prev, #whitepaper_Slider .swiper-button-next, #casestudy_Slider .swiper-button-prev, #casestudy_Slider .swiper-button-next {
    height: 38px;
    width: 38px;
    top: 32px;
    background-image: url(../images/red_arrow.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#whitepaper_Slider .swiper-button-next:hover, #whitepaper_Slider .swiper-container-rtl .swiper-button-prev:hover, #casestudy_Slider .swiper-button-next:hover, #casestudy_Slider .swiper-container-rtl .swiper-button-prev:hover {
    opacity: 0.7;
}

#whitepaper_Slider .swiper-button-prev, #whitepaper_Slider .swiper-container-rtl .swiper-button-next, #casestudy_Slider .swiper-button-prev, #casestudy_Slider .swiper-container-rtl .swiper-button-next {
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/upload.png");
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#whitepaper_Slider .swiper-button-prev:hover, #whitepaper_Slider .swiper-container-rtl .swiper-button-next:hover, #casestudy_Slider .swiper-button-prev:hover, #casestudy_Slider .swiper-container-rtl .swiper-button-next:hover {
    opacity: 0.7;
}

#whitepaper_Slider .swiper-button-prev, #whitepaper_Slider .swiper-container-rtl .swiper-button-next {
    right: 55px;
    left: auto;
}

#casestudy_Slider .swiper-button-prev, #casestudy_Slider .swiper-container-rtl .swiper-button-next {
    right: 24%;
    left: auto;
}

#casestudy_Slider .swiper-button-next, #casestudy_Slider .swiper-container-rtl .swiper-button-prev {
    right: 18.5%;
    left: auto;
}

.menu_links_wrap {
    position: absolute;
    right: -100%;
    top: 0px;
    bottom: 0;
    background: #f5f5f5;
    width: 22.5%;
    padding: 20px 30px;
    box-sizing: border-box;
    z-index: 1;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.menu_wrapper.open .menu_links_wrap {
    right: 0%;
}

h4.main_head {
    font-size: 50px;
    font-weight: bolder;
    color: #ebebeb;
    margin: 0px;
    line-height: 60px;
    margin-top: 40px;
}

.menu_links_wrap>ul {
    list-style: none;
    padding: 0 30px 0px 0px;
    border-bottom: 1px solid #ebebeb;
}

.menu_links_wrap ul li {
    position: relative;
    opacity: 0;
}

@keyframes menuSlideLeft {
    0% {
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.menu_open .menu_links_wrap ul li {
    animation: menuSlideLeft 0.5s forwards;
    animation-delay: 0.5s;
}

.menu_open .menu_links_wrap ul li:nth-child(2) {
    animation-delay: 0.6s;
}

.menu_open .menu_links_wrap ul li:nth-child(3) {
    animation-delay: 0.7s;
}

.menu_open .menu_links_wrap ul li:nth-child(4) {
    animation-delay: 0.8s;
}

.menu_open .menu_links_wrap ul li:nth-child(5) {
    animation-delay: 0.9s;
}

.menu_open .menu_links_wrap ul li:nth-child(6) {
    animation-delay: 1s;
}

.menu_links_wrap ul>li>a {
    color: #121315;
    padding: 6px 10px;
    display: block;
    font-size: 11px;
    margin: 0px 0px;
    font-weight: 600;
    font-family: montserrat_light, sans-serif;
    border: 1px solid transparent;
}

.menu_links_wrap ul>li:hover>a, .menu_links_wrap ul>li.active>a {
    background-color: white;
    color: #ef0d33;
}
.menu_icons_wrap {
    display: flex;
    flex-wrap: wrap;
}

.menu_icons_wrap a {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.btm_icon {
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin: 5px 0px;
    padding: 5px;
    box-sizing: border-box;
    z-index: 1;
    padding-top: 5px;
}

.btm_icon:hover {
    background: #ebebeb;
}

.btm_icon .icon {
    width: 40px;
    height: 40px;
    margin: 5px auto 0px;
    background: white;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    background: url("../images/technologies/ai.png") no-repeat center;
    background-size: contain;
}

.menu_icons_wrap a:nth-child(3) .btm_icon .icon {
    background: url("../images/technologies/blockchain.png") no-repeat center;
}

.btm_icon p {
    color: #777;
    font-size: 10px;
    line-height: 12px;
    margin: 5px 0px 0px;
    height: 40px;
    overflow: hidden;
}
.page_links {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background-color: #ebebeb;
    padding: 20px 0;
    overflow: hidden;
}

.page_links::before {
    content: '';
    position: absolute;
    width: 105%;
    height: 23px;
    border-radius: 50%;
    top: -22px;
    left: -5%;
    -webkit-box-shadow: 0 6px 6px -7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 6px 6px -7px rgba(0, 0, 0, 0.35);
    box-shadow: 0 6px 6px -7px rgba(0, 0, 0, 0.35);
}

.page_link_adjust {
    display: flex;
    display: -ms-flex;
    display: -mos-flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 0 8%;
    flex-wrap: wrap;
}

.page_links_div {
    width: 48%;
    text-align: center;
    margin: 5px 0;
}

.page_links_div a {
    display: flex;
    align-items: center;
}

.page_link_inner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8f8f8;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
}

.page_link_p {
    padding-top: 5px;
    text-align: left;
    color: #5b5b5b;
    font-size: 11px;
}

.page_links div:nth-child(1) .page_link_inner {
    background-image: url("../images/newblog.png");
}

.page_links div:nth-child(2) .page_link_inner {
    background-image: url("../images/newwhite_paper.png");
}

.page_links div:nth-child(3) .page_link_inner {
    background-image: url("../images/newindustry.png");
}

.page_links div:nth-child(4) .page_link_inner {
    background-image: url("../images/play.png");
}

.page_links div:nth-child(6) .page_link_inner {
    background-image: url("../images/gallery.png");
    opacity: 0.6;
}

.section {
    padding: 50px 10px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

.menu_outer .logo img {
    width: 105px;
    height: 24px;
    object-fit: cover;
}

.logo {
    width: 105px;
    padding: 11px 13px 10px;
    background: #ef0d33;
    display: block;
    position: fixed;
    top: 0;
    left: 30px;
    z-index: 1;
    box-shadow: 0px 2px 19px 9px rgba(239, 13, 51, 0.1);
}

.menu_open .menu_outer>.logo, .detail_open .menu_outer>.logo {
    display: none;
}

.header_content {
    color: #fff;
    z-index: 1;
    position: relative;
    height: 100%;
}


@keyframes showSlide {
    0% {
        left: 100%;
    }

    100% {
        left: 0;
    }
}

@keyframes hideSlide {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.active_slide {
    display: block;
    animation: showSlide 0.8s forwards;
}

.hide_slide {
    animation: hideSlide 0.8s forwards;
}

.footer_section {
    background: #313439;
    /* padding: 70px 120px; */
    padding: 0;
    box-sizing: border-box;
    /* min-height: 100%; */
    height: auto;
}

#footer_error {
    opacity: 0;
    color: #e74c3c;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.copyright_wrap {
    background: #2d3034;
    padding: 10px 120px;
    color: #a4a4a4;
    font-size: 12px;
    font-family: montserrat_light, sans-serif;
    width: 100%;
    box-sizing: border-box;
}

.ripple {
    position: relative;
    overflow: hidden
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: scale(10, 10);
    -moz-transform: scale(10, 10);
    -ms-transform: scale(10, 10);
    -o-transform: scale(10, 10);
    transform: scale(10, 10);
    opacity: 0;
    -webkit-transition: transform .5s, opacity 1s;
    -moz-transition: transform .5s, opacity 1s;
    -ms-transition: transform .5s, opacity 1s;
    -o-transition: transform .5s, opacity 1s;
    transition: transform .5s, opacity 1s;
}

.ripple:active:after {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: .2;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.wp-caption-text{
    text-align: center;
    color: gray;
    margin-top: 1vw;
}
.newsPagefullwidth .bl_content p.wp-caption-text{
    text-align: center;
    color: gray;
    margin-top: 1vw;
}
.menu_btn_wrap .ripple {
    display: inline-block;
    vertical-align: middle;
}

.success_popup {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    background-color: #313439;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.success_msg {
    width: 100%;
    height: 100%;
    padding: 10% 5%;
    box-sizing: border-box;
}

.success, .success_img {
    width: 47%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: white;
}

.success h2 {
    font-size: 40px;
    line-height: 45px;
    font-family: montserrat_light;
    width: 385px;
    text-align: left;
    margin: 0px auto 10px;
}

.success p {
    font-family: montserrat_thin;
    font-size: 20px;
    width: 385px;
    text-align: left;
    margin: auto;
}

.success_img img {
    width: 90px;
    margin: auto;
}

.newsPagefullwidth {
    width: 100% !important;
}

.newsPagefullwidth.white_right {
    width: 100% !important;
    vertical-align: top;
    overflow-y: unset;
    overflow-x: unset;
    padding: 0px 16% 0 -3%;
    margin: 0 auto;
    text-align: left;
}

.news_sec {
    flex-direction: column;
    height: 100% !important;
}

.news_sec .detail_header_contentt {
    max-width: 100%;
    margin: 0!important;
    text-align: center;
    padding: 0 25% 0% 25%;
}
.npAdd .bl_content {
    padding: 3% 25% 3% 25%;
}

.npAdd .blhead {
    padding: 0;
}
.newsPagefullwidth .bl_content p {
    line-height: 36px;
    letter-spacing: -0.004em;
    font-size: 1.24vw;
    font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif !important;
    color: #000000d6;
}
.footer_section {
    display: block !important;
}

.noppad:before {
    display: none;
}

.noppad {
    text-align: center;
}
blockquote {
    border-left: 4px solid black;
    margin-left: 0;
    padding-left: 15px;
}

.slider-header_content {
    right: 10%;
    margin: unset;
    max-width: 100%;
    position: absolute;
    left: 10%;
    bottom: 10px;
    text-align: left;
    width: auto;
    z-index: 4;
}

.slider-header_content h1 {
    font-family: montserrat_regular, sans-serif;
    position: relative;
    line-height: 53px;
    font-size: 40px;
    margin-bottom: 0px;
    margin-right: 5px;
    background-color: #1514149e;
    color: #fff;
}

.slider-header_content h1:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 2px;
    background-color: #ef0d33;
}

.slider-header_content ul {
    margin: 0;
    padding: 0;
}

.slider-header_content ul li {
    border-radius: 5px;
    padding: 8px 9px 8px 45px;
    margin-bottom: 15px;
    list-style: none;
    font-size: 12px;
    position: relative;
}

.insight_author_avatar {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/blog_icon.png);
    background-color: lightblue;
    overflow: hidden;
}

.insight_author_avatar img {
    width: 100%;
    height: auto;
}

.insight_blocks a {
    font-family: montserrat_regular, sans-serif;
    color: #FFFFFF;
}

.name_red {
    color: #ef0d33;
}

.author_quote {
    font-size: 16px;
    line-height: 1.68;
    color: rgba(47, 47, 47, 0.55);
    margin-bottom: 40px;
    padding: 3% 25% 3% 25%;
}

.author_quote .feature_box {
    border-top: 1px solid #ddd;
    padding: 3% 0% 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    box-sizing: border-box;
}

.author_quote .author {
    font-family: montserrat_regular, sans-serif;
    font-size: 50px;
    font-weight: bolder;
    color: #ebebeb;
    margin: 0px;
    line-height: 60px;
    box-sizing: border-box;
    padding-top: 25px;
}

.feature_box ul {
    margin: 0;
    padding: 0;
}

.author_ul .insight_blocks {
    position: relative;
    border-radius: 5px;
    padding: 8px 9px 8px 45px;
    margin-bottom: 15px;
    list-style: none;
    font-size: 12px;
}

.author_quote .author_desc {
    line-height: 24px;
    color: #999;
    font-family: montserrat_light, sans-serif;
    font-size: 12px;
    text-align: justify;
}

@media only screen and (max-width: 3000px)and (min-width: 1921px) {
    /* menu and logo */
    .logo {
        transform: scale(1.5);
        left: 60px;
    }
    .menu_btn_wrap {
        transform: scale(1.5);
        top: 40px;
        right: 80px;
    }
    .side_logo img {
        transform: scale(1.5);
    }
    h4.main_head {
        margin-top: 80px;
        line-height: 120px;
        font-size: 75px;
    }
    .menu_links_wrap ul>li>a {
        padding: 12px 20px;
        font-size: 15px;
    }
    .btm_icon .icon {
        width: 80px;
        height: 80px;
    }
    .btm_icon p {
        font-size: 15px;
        line-height: 20px;
        height: 80px;
        margin: 10px 0px 0px;
    }
    .page_link_inner {
        width: 80px;
        height: 80px;
        margin: 0 20px 0 0;
    }
    .page_link_p {
        font-size: 12px;
    }
    .page_links_div {
        margin: 15px 0;
    }
    .page_links {
        padding: 40px 0;
    }
    .swiper-container#whitepaper_Slider {
        top: -75px;
    }
    .content_box .sub_title {
        font-size: 20px;
        line-height: 26px;
    }
    .content_box p {
        font-size: 16px;
        line-height: 28px;
        max-height: 145px;
    }
    .side_strip ul {
        transform: scale(1.5);
    }
    .side_content p {
        font-size: 22px;
        line-height: 40px;
    }
    .white_paper_menu {
        padding: 120px 100px;
    }
    /* menu and logo */
}
@media only screen and (max-width: 4000px)and (min-width: 1921px) {
    .slider-header_content h1{
        line-height: 3.3vw;
        font-size: 2.5vw; 
    }
    .slider-header_content h1:before{
        width: 2vw;
        height: 0.12vw;
    }
    .slider-header_content ul li{
        border-radius: 0.32vw;
        padding: 0.51vw 0.57vw 0.51vw 2.8vw;
        font-size: 0.76vw;
        margin-bottom: 0.96vw;
    }
    .wp-block-table td, .wp-block-table th{
        font-size: 1.1vw;
        padding: 1vw;
    }
    .insight_author_avatar{
        top: 0.25vw;
        left: 0.32vw;
        height: 2vw;
        width: 2vw;
    }
    .newsPagefullwidth .bl_content p{
        font-size: 1.1vw;
    line-height: 1.85;
    }
    .insights-content li{
        font-size: 1.1vw;
    }
    .author_quote{
        font-size: 1vw;
        margin-bottom: 2.5vw;
    }
    .author_quote .author{
        font-size: 3.2vw;
        line-height: 3.8vw;
        padding-top: 1.6vw;
    }
    .author_ul .insight_blocks{
        border-radius: 0.32vw;
        padding: 0.51vw 0.57vw 0.51vw 2.8vw;
        margin-bottom: 0.9vw;
        font-size: 0.76vw;
    }
    .author_quote .author_desc{
        line-height: 1.5vw;
        font-size: 0.76vw;
    }
}
   
@media only screen and (max-width: 425px) {
    .outer{
        height: 60% !important;
    }
    .industries_section {
        height: 100% !important;
    }
    .slider-header_content h1 {
        line-height: 30px;
        font-size: 25px;
    }
    .author_quote {
        padding: 8% 8% 3% 8%;
    }
}

@media only screen and (max-width: 1300px) {
    .swiper-container#whitepaper_Slider {
        top: -50px;
    }
}
@media only screen and (max-width: 1100px) {
    .menu_links_wrap {
        padding: 20px 20px;
    }
}
@media only screen and (max-width: 1024px) {
    
    .success h2 {
        font-size: 33px;
        line-height: 38px;
    }

    .success p {
        font-size: 18px;
    }
}
@media only screen and (min-height: 800px) {
    .swiper-container#casestudy_Slider {
        padding-top: 110px;
    }
}
@media only screen and (orientation: portrait) and (max-width: 900px) and (max-height: 1024px) {
    .middle_menu .case_study_menu {
        display: none;
    }
    .middle_menu {
        width: 100%;
        height: 100%;
        margin-left: 0%;
    }

    .white_paper_menu {
        height: 50%;
    }
    .white_paper_menu {
        top: 50%;
        left: -100%;
    }
    .swiper-container#whitepaper_Slider {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 768px) {
    .page_links {
        height: auto;
    }
    .middle_menu {
        display: none;
    }

    .menu_links_wrap {
        width: 50%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .menu_card_outer {
        width: 100%;
    }
    .footer_section {
        height: auto;
        overflow: hidden;
        /* padding: 40px; */
    }
    .npAdd .bl_content {
        padding: 8% 8% 3% 8%;
    }
    .swiper-container#casestudy_Slider {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 578px) {
    .middle_menu {
        display: none;
    }

    .menu_links_wrap {
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .menu_card_outer {
        width: 100%;
    }
}
@media only screen and (max-width: 540px) {
    .logo {
        display: block;
    }
    .copyright_wrap {
        padding: 10px 12px;
        text-align: center;
    }
}
@media only screen and (max-width: 500px) {
    h1 {
        font-size: 10vw;
        font-weight: 400;
        line-height: 1.3;
    }
    h2 {
        font-size: 8vw;
        line-height: 1.3;
    }
    h3 {
        font-size: 6vw;
        line-height: 1.3;
    }
    h4 {
        font-size: 4vw;
        line-height: 1.3;
    }
    h5{
        line-height: 1.3;
    }
    h6{
        line-height: 1.3;
    }
    .footer_section {
        height: auto;
        overflow: hidden;
        /* padding: 40px 0 40px 20px; */
    }
    .newsPagefullwidth .bl_content p {
        color: rgba(0, 0, 0, 0.55);
        font-size: 16px;
        text-align: left;
        line-height: 30px;
        margin-top: 20px;
    }
    .insights-content li{
        font-size: 16px;
    }
}
@media only screen and (max-width: 482px) {
    .active_slide {
        display: block;
        /* animation: showSlide 0s forwards; */
    }
}
@media only screen and (max-width: 425px) {
    .logo {
        position: absolute;
        display: block;
        left: 14px;
    }

    .menu_btn_wrap {
        top: 15px;
        right: 15px;
    }
    .success p {
        width: auto;
    }

    .success h2 {
        width: auto;
    }
}
@media only screen and (max-width: 2100px) and (min-width: 2000px) {
    .case_study_menu {
        height: 47%;
    }

    .white_paper_menu {
        height: 53%;
    }

    .middle_menu {
        height: 102%;
    }
    .swiper-container#whitepaper_Slider {
        padding-top: 4.846vw;
        top: -3.846vw;
    }
}
figure.wp-block-table {
    margin: 0;
}
.difference-table tr td:nth-child(2) {
    display: block;
    transform: scale(1,1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    width: auto;
    height: 18em;
    margin: 0em -0.6em;
    padding: 1.15rem 2rem;
	  margin-bottom: -0.25em;
    background-color: #F6F6F6;
}
.difference-table th:nth-child(2) {
    transform: scale(1.1, 1.1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    width: auto;
    zoom: 1;
    background-color: #EF0D33;
}
.difference-table th {
    padding: 18px;
    border-radius: 5px;
    background-color: #6B6666;
    color: white;
	  font-family: 'montserrat_semibold';
	font-size: 17px;
}
.difference-table tr:nth-child(even) {
    background-color: #E7E9EB;
	  border-radius: 5px;
}
.difference-table tr td {
    padding: 18px;
    line-height: 36px;
    letter-spacing: -0.004em;
    font-size: 1.1vw;
    font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif !important;
    color: #000000d6;
   	vertical-align: top;
	  font-family: 'montserrat_light' !important;
}
.difference-table tr:nth-child(odd) {
    background-color: #A2A4900A;
	border-radius: 5px;
}
@media only screen and (max-width: 320px){
.difference-table th {
    padding: 15px;
    font-size: 12px;
}
.difference-table tr td {
       padding: 10px !important;
    line-height: 18px;
    letter-spacing: -0.004em;
    font-size: 2.25vw;
    height: 28em !important;
    font-family: 'montserrat_light' !important;
}
}
@media (min-width: 321px) and (max-width: 380px)
 {
.difference-table th {
    padding: 15px;
    font-size: 13px;
}
.difference-table tr td {
    padding: 15px !important;
    line-height: 18px;
    letter-spacing: -0.004em;
    font-size: 2.15vw;
    font-family: 'montserrat_light' !important;
	    height: 24em !important;
}
}
@media (min-width: 381px) and (max-width: 427px)
 {
.difference-table th {
    padding: 15px;
    font-size: 14px;
}
.difference-table tr td {
    padding: 15px !important;
    line-height: 22px;
    letter-spacing: -0.004em;
	  font-size: 2.25vw;
	  height: 26em !important;
    font-family: 'montserrat_light' !important;
}
}
@media (min-width: 428px) and (max-width: 768px)
 {
.difference-table th {
    padding: 22px;
    font-size: 14px;
}
.difference-table tr td {
    padding: 15px;
    line-height: 22px;
    letter-spacing: -0.004em;
    font-size: 1.25vw;
    font-family: 'montserrat_light' !important;
}
}
@media (min-width: 769px) and (max-width: 1024px)
{
.difference-table tr td:nth-child(2) {
	    height: 28em;
}
}
@media (min-width: 1920px) and (max-width: 2560px)
 {
.difference-table th {
    padding: 40px;
    font-size: 25px;
}
.difference-table tr td {
    padding: 40px;
    line-height: 50px;
    letter-spacing: -0.004em;
    font-size: 1vw;
    font-family: 'montserrat_light' !important;
}
}
.Web4-difference-table tr td:nth-child(5) {
    display: block;
    transform: scale(1,1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    width: auto;
    height: 18em;
    margin: 0em -0.6em;
    padding: 1.15rem 2rem;
	  margin-bottom: -0.25em;
    background-color: #F6F6F6;
}
.Web4-difference-table th:nth-child(5) {
    transform: scale(1.1, 1.1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    width: auto;
    zoom: 1;
    background-color: #EF0D33 !important;
}
.Web4-difference-table th {
    padding: 18px;
    border-radius: 5px;
    background-color: #6B6666 !important;
    color: white;
	  font-family: 'montserrat_semibold';
	font-size: 17px;
}
.Web4-difference-table tr:nth-child(even) {
    background-color: #E7E9EB;
	  border-radius: 5px;
}
.Web4-difference-table tr td {
    padding: 18px;
    line-height: 36px;
    letter-spacing: -0.004em;
    font-size: 1.1vw;
    font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif !important;
    color: #000000d6;
   	vertical-align: top;
	  font-family: 'montserrat_light' !important;
}
.Web4-difference-table tr:nth-child(odd) {
    background-color: #A2A4900A;
	border-radius: 5px;
}
@media only screen and (max-width: 320px){
.Web4-difference-table th {
    padding: 15px;
    font-size: 12px;
}
.Web4-difference-table tr td {
       padding: 10px !important;
    line-height: 18px;
    letter-spacing: -0.004em;
    font-size: 2.25vw;
    height: 28em !important;
    font-family: 'montserrat_light' !important;
}
}
@media (min-width: 321px) and (max-width: 380px)
 {
.Web4-difference-table th {
    padding: 15px;
    font-size: 13px;
}
.Web4-difference-table tr td {
    padding: 15px !important;
    line-height: 18px;
    letter-spacing: -0.004em;
    font-size: 2.15vw;
    font-family: 'montserrat_light' !important;
	    height: 24em !important;
}
}
@media (min-width: 381px) and (max-width: 427px)
 {
.Web4-difference-table th {
    padding: 15px;
    font-size: 14px;
}
.Web4-difference-table tr td {
    padding: 15px !important;
    line-height: 22px;
    letter-spacing: -0.004em;
	  font-size: 2.25vw;
	  height: 26em !important;
    font-family: 'montserrat_light' !important;
}
}
@media (min-width: 428px) and (max-width: 768px)
 {
.Web4-difference-table th {
    padding: 22px;
    font-size: 14px;
}
.Web4-difference-table tr td {
    padding: 15px;
    line-height: 22px;
    letter-spacing: -0.004em;
    font-size: 1.25vw;
    font-family: 'montserrat_light' !important;
}
}
@media (min-width: 769px) and (max-width: 1024px)
{
.Web4-difference-table tr td:nth-child(5) {
	    height: 28em;
}
}
@media (min-width: 1920px) and (max-width: 2560px)
 {
.Web4-difference-table th {
    padding: 40px;
    font-size: 25px;
}
.Web4-difference-table tr td {
    padding: 40px;
    line-height: 50px;
    letter-spacing: -0.004em;
    font-size: 1vw;
    font-family: 'montserrat_light' !important;
}
}