/*
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 1.7.1624694218
Updated: 2021-06-26 07:56:58

*/

@font-face {
    font-family: Lato-SemiBold;
    src: url('.public/fonts/lato-semibold-webfont.woff');
    font-display: swap;
}

@font-face {
    font-family: Lato;
    src: url('.public/fonts/lato-regular-webfont.woff');
     font-display: swap;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 4%);
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    padding: 0;
    margin: 0;
    position: relative;
    color: #111;
    font-size: 20px;
    overflow-x: hidden;
}

a, a:hover{
  color:#B9001F;
  text-decoration: none;
}

h2{
  font-size: 35px;
  margin-top:0;
}

h4{
  font-size: 25px;
}

p,ul li, ol li{
 color: #1a1818;   
 /* font-family: Lato; */
 font-size: 16px;
 line-height: 1.8;
}

section{
  padding-top: 60px;
  padding-bottom: 60px;  
}


.page-heading{
  font-size: 6vw;
  color: #B9001F;
  line-height: .9;
  font-weight: bold;
}

.sub-heading{
  font-size: 30px;
    color: #111;
    width: 100%;
    display: block;
    margin-top: 20px;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;  
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , box-shadow .15s ease-in-out;
}

.menu_btn {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 10000;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
}

.menu_btn span {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    z-index: 1000;
    width: 30px;
    height: 2px;
    padding: 0;
    background-color: #2F5597;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.menu_btn span:before {
    position: absolute;
    left: 0;
    content: "";
    background-color: #2F5597;
    width: 70%;
    height: 2px;
    top: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.menu_btn span:after {
    position: absolute;
    left: 0;
    content: "";
    background-color: #2F5597;
    width: 50%;
    height: 2px;
    top: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.menu_btn_active span {
    background-color: transparent;
}

.btn-regular{
    display:block;
    color: #fff;
    background-color: #B9001F;
    font-size: 16px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    padding: 8px 20px;
    border: 1px solid transparent;
    outline: none;
    min-width: 170px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.btn-regular:focus{
    outline: none;
}

/*
.menu_btn_active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
    top: 13px;
}

.menu_btn_active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
    top: 13px;
}*/
.menu_btn i{
    visibility: hidden;
    opacity:0;
    transition: all .3s ease 0s;
}

.menu_btn.open i{
  visibility: visible;
  opacity:1;
  color: #B9001F;
  font-size:35px;
  transition: all .3s ease 0s;
}

.menu_btn.open span  {
   visibility: hidden;
   opacity:0;
   transition: all .3s ease 0s;
}

.menu_btn.open span{

}

#perspective{
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
}

.custom_container {
    width: 100%;
    max-width: 100%;
    margin:auto;
    padding-left: 7%;
    padding-right: 7%;
}

.wb-logo img {
    max-width: 100%;
}

.wb-logo {
    width: 100px;
    position: absolute;
    z-index: 10000;
    left: 2%;
    top: 12px;
}

.inner-wb-logo {
  position: relative;
}

[data-aos="logo-anim"]{
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(3);
    -ms-transform: translateX(-50%) scale(3);
    -o-transform: translateX(-50%) scale(3);
    transform: translateX(-50%) scale(3);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

[data-aos="logo-anim"].aos-animate {
  left: 2%;
  top: 2%;
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.main-three-links {
    font-size: 60px;
    font-weight: 600;
    color: #2F5597;
    position: relative;
    line-height: 1;
    display: inline-block;
    padding: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.main-three-links span {
    color:#B9001F;
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 10px;
    display: block;
}

@media (min-width: 768px){
    .main-banner {
        min-height: 100vh;
        position: relative;
    }
}

@media (min-width: 1024px){
    .main-banner-text {
        width: 100%;
    }

    .main-three-links span {
        font-size: 20px;
        margin-top: 5px;
    }


   .main-three-links {
        font-size: 35px !important;
        padding-bottom: 5px !important;
    }

  .main-three-links1 {
    right: 0%;
    top: 12%;
    }

   .main-three-links3 {
    left: 0%;
    bottom: 15%;
    }

    .main-three-links4 {
    left: 0%;
    top: 15%;
    }

    .main-three-links2 {
    right: 0;
    bottom: 15%;
    }
    
    .posrelate #menu-main-menu .dropdown:hover .dropdown-menu{
        float: left;
        position: absolute;
        transform: translate(-100%,-50%);
        background: transparent;
        border: none;
    }
    
    .posrelate #menu-main-menu .dropdown-menu li a{
         font-size: 25px;
         line-height: 30px;
    }
    
    .posrelate #menu-main-menu .dropdown-menu li{
        text-align:right;
    }
    
    .posrelate #menu-main-menu{
        display: flex;
        align-items: flex-end;
    }
    
    .posrelate #menu-main-menu>li{
        display: inline-flex;
    }
    
    .posrelate #menu-main-menu li>a, .posrelate #menu-main-menu li>a:hover{
        padding:0.5rem;
    }

  }


 .main-three-links-cover {
    width: auto;
    height: auto;
    position: absolute;
    line-height: 1;
    display: inline-block;
    text-align: left;

}


[data-aos="blocks-anim"]{
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

[data-aos="blocks-anim"].aos-animate {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.main-banner-text {
    font-weight: bold;
    width: 100%;
    line-height: normal;
    position: absolute;
    top: 60%;
    left: 0;
    color: #111;
    z-index: 2;
    text-align: center;
}

.bottom_footer {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.three-section-landing {
    min-height: 100vh;
    width: 100%;
    height: auto;
    position: absolute;
}

.mtl-sub-text {
    font-size: 16px;
    /*color: #959595;*/
	color: #0f0673;
    width: 400px;
    padding-left: 15px;
    line-height: 1.5;
}

.bottom_footer {
    font-size: 16px;
}

.main-circle-block {
    width: 250px;
    position: absolute;
    top: 10%;
    left: 15%;
    z-index: -1;
    display: none;
}

.main-circle-block2 {
    width: 350px;
    position: absolute;
    bottom: 10%;
    right: 15%;
    top: auto;
    left: auto;
}

.main-three-links {
    font-size: 60px;
    font-weight: 600;
    color: #2F5597;
    position: relative;
    line-height: 1;
    display: inline-block;
    padding: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.main-three-close {
    right: 20px;
    top: 20px;
    display: inline-block;
    position: absolute;
    color: #111;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: bold;
    display: none;
}

footer {
    background-color: transparent;
    color: #959595;
    padding: 10px 10px 5px;
    text-align: center;
}

.home footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media (min-width: 1280px){
    .main-three-links:hover:after {
        animation: plusrotate2 .8s linear forwards;
    }

    .main-three-links:hover:before {
        animation: plusrotate1 .8s linear forwards;
    }

    .main-three-links:hover  {
    animation: plustext 1s linear forwards;
    }
    
    .main-three-links:hover span {
    animation: plustext2 1s linear forwards;
    }

}

.main-three-links:after {
    width: 21px;
    background-color: #B9001F;
    position: absolute;
    content: "";
    right: 0;
    top: 10px;
    height: 3px;
    z-index: -1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.main-three-links:before {
    width: 3px;
    background-color: #B9001F;
    position: absolute;
    content: "";
    right: 9px;
    top: 1px;
    height: 21px;
    z-index: -1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.main-banner {
    width: 100%;
    position: relative;
    height: auto;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.model-wrapper{
    width: 100%;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.main-three-links-cover{
    z-index: 10;
}

.model-image{
    width: 60%;
    display: block;
    position: relative;
    text-align: center;
    margin: auto;
}

@media (min-width: 1600px){
    .model-image{
        width:75% !important;
    }
}

@media (min-width: 1800px){
    .model-image{
        width:85% !important;
    }
}

@keyframes plusrotate1 {
  0%{
    -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  40%{
    -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  width:3px;
  height:21px;
  right: 9px;
  top: 1px;
  }
  50%{
    -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  width:3px;
  height:100%;
  right: 0px;
  top: 0px;
  }
  100%{
    -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  left:auto;
  right:0;
  top:0;
  bottom:auto;
  width:100%;
  height:100%;
  }
}

@keyframes plusrotate2 {
  0%{
    -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  width:21px;
  height:3px;
  right: 0;
  top: 10px;
  }
  40%{
    -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  width:21px;
  height:3px;
  right: 0;
  top: 10px;
  }
  50%{
    -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  width:3px;
  height:100%;
  right: 0px;
  top: 0px;
  }
  100%{
    -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  left:auto;
  right:0;
  top:0;
  bottom:auto;
  width:100%;
  height:100%;
  }
}

@keyframes plustext {
  0%{
    color:#2F5597;
  }
  40%{
    color:#2F5597;
  }
  50%{
    color:#2F5597;
  }
  60%{
    color:#ffffff;
  }
  100%{
    color:#ffffff;
  }
}

@keyframes plustext2 {
  0%{
    color:#B9001F;
  }
  40%{
    color:#B9001F;
  }
  50%{
    color:#B9001F;
  }
  60%{
    color:#ffffff;
  }
  100%{
    color:#ffffff;
  }
}


[data-aos][data-aos][data-aos-delay='4200'].aos-animate,
body[data-aos-delay='4200'] [data-aos].aos-animate {
	transition-delay: 4.2s;
}
[data-aos][data-aos][data-aos-delay='4600'].aos-animate,
body[data-aos-delay='4600'] [data-aos].aos-animate {
	transition-delay: 4.6s;
}

[data-aos][data-aos][data-aos-delay='5000'].aos-animate,
body[data-aos-delay='5000'] [data-aos].aos-animate {
	transition-delay: 5s;
}

[data-aos][data-aos][data-aos-delay='5400'].aos-animate,
body[data-aos-delay='5400'] [data-aos].aos-animate {
	transition-delay: 5.4s;
}

.your-cursor2 {
    position: absolute;
    background-color: #B9001F;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    transition: .3s cubic-bezier(.75,-1.27,.3,2.33) transform , .2s cubic-bezier(.75,-.27,.3,1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
}

.follow2 {
    position: absolute;
    background-color: rgba(0,0,0,.3);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    z-index: 1;
    transition: .6s cubic-bezier(.75,-1.27,.3,2.33) transform , .2s cubic-bezier(.75,-.27,.3,1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
    transform: translate(5px,5px);
}

.your-cursor2.active {
	opacity: .5;
	transform: scale(0)
}

.your-cursor2.hovered {
	opacity: .08
}

.follow2.active {
	opacity: .7;
	transform: scale(3)
}

.follow2.hovered {
	opacity: .08
}


/*Menu Styles */

.blur_bg.page_loaded {
    filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter);
    -webkit-filter: blur(0);
    filter: blur(0);
}

.effect-moveleft.animate .container-main {
    -webkit-transform: translateX(-50%) rotateY(45deg) translateZ(-50px);
    transform: translateX(-50%) rotateY(45deg) translateZ(-50px);
     pointer-events: none;
}

.effect-moveleft.animate .container-main #showMenu{
    pointer-events: visible;
}

.effect-moveleft .container-main {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.container-main {
    background: #fff;
    min-height: 100%;
    position: relative;
    outline: transparent solid 1px;
    z-index: 10;
    -webkit-transform: translateZ(0) translateX(0) rotateY(0);
    transform: translateZ(0) translateX(0) rotateY(0);
}

.effect-moveleft {
    background: #f4f3f1;
}

.perspective.modalview {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.outer-nav.right {
    right: 6%;
}

.outer-nav.vertical {
    top: 43%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.outer-nav {
    position: absolute;
    height: auto;
    font-size: 2em;
    text-align: right;
    width: 50%;
}

#menu-main-menu li>a, #menu-main-menu li>a:hover{
    color:#B9001F;
    text-decoration: none;
    padding: .5rem 0;
    font-size: 35px;
    line-height: 40px;
}
/*Menu Styles Ends*/

.main-wrapper{
  padding-top: 2.5em;
}

.coming-soon{
    padding-top:7em;
}

/* News Page styles */

#more_news{
   text-align: center;
   margin: auto;
}

#more_news:disabled{
  opacity:0.6;
  cursor: not-allowed;
}

.news-block {
    margin-bottom: 10px;
    height:367px;
}

.news-block-inner {
    height: 100%;
    border: 1px solid #eaeaea;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.newsthumb{
    max-width: 100%;
    width:100%;
    object-fit: cover;
    height: 145px;
}

.news-title {
    font-size: 18px;
    color: #2F5597;
    text-align: left;
    font-weight: 500;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-top: 1px solid transparent;
    padding-top: 5px;
}

.news-block-inner:hover .news-title {
    color: #fff;
    padding-top: 5px;
    border-top: 1px solid #fff;
}

.news-block-inner:hover .news-date {
    color: #ccc;
}


.news-block-inner:hover .news-title {
    color: #fff;
    padding-top: 5px;
    border-top: 1px solid #fff;
}

.news-date {
    font-size: 16px;
    color: #959595;
    text-align: left;
    margin-top: 8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news-block-inner:hover {
    background-color: #2F5597;
}



/* Contact Form Styles*/

.cf-form input[type="text"], .cf-form input[type="email"], .cf-form input[type="tel"], .cf-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #B9001F;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.cf-form .wpcf7-form-control-wrap {
    height: 100%;
    display: block;
}

.cf-form input[type="text"], .cf-form input[type="email"], .cf-form input[type="tel"] {
    height: 40px;
}

.cf-form input[type="text"], .cf-form textarea, .cf-form input[type="email"], .cf-form input[type="tel"] {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.cf-form .floatinglbl {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 0px;
    left: 5px;
    transition: all .4s linear;
    color: #606060;
    pointer-events: none;
    white-space: nowrap;
}

.cf-form .form-group {
    margin-bottom: 2.5em;
}

input:focus + .floatinglbl,.input-focus-label,textarea:focus + .floatinglbl {
  color: #606060 !important;
  top: -10px !important;
  font-size: 13px !important;
}

.cf-form input:focus{
    outline: none;
}

.cf-form input:focus,.cf-form textarea:focus {
    outline: none;
}

.cf-form .form-group br{
    display:none;
}

.inner-quote {
    padding: 30px;
    background-color: #2F5597;
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
}

.address-block span {
    width: 100%;
    color: #57595a;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 24px;
    display: inline-block;
}

.address-block ul li span {
    color: #57595a;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
    width: auto;
}

.address-block{
    margin-top: 50px;
}

.address-block {
    padding-bottom: 20px;
    color: #959595;
}

.address-block ul {
    padding: 0;
    margin-top: 20px;
}

.address-block ul li {
    margin-bottom: 0;
    list-style-type: none;
}

.staffimg {
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 340px;
    margin-bottom: 35px;
    padding: 30px;
    position: relative;
}

.staff-name {
    font-family: Lato-SemiBold;
    font-size: 21px;
    line-height: 36px;
    color: #ffffff;
}

.staff-position {
    margin-bottom: 0px;
}

.staff-position {
    font-family: Lato-SemiBold;
    font-size: 17px;
    line-height: 22px;
    color: #ffffff !important;
    margin-bottom: 0;
}

.media-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.img-text {
    padding: 15px;
    text-align:center;
}

.fancy-image{
    display:block;
    width:100%;
    height:100%;
}

.footer-logo img{
    width:50px;
    height: auto;
    margin-left:10px;
}

#showMenumob{
    display:none;
}

.ftco-navbar-light #menu-main-menu > .menu-item > .nav-link {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 1 !important;
}

#menu-main-menu.innermenu li>a, #menu-main-menu.innermenu li>a:hover{
    color:#333333;
    text-decoration: none;
    padding: .5rem 0;
    font-size: 16px;
    line-height: 25px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 10px;
    padding-right: 10px;
}

#menu-main-menu.innermenu > .menu-item {
    padding: 0.5em 0.25em;
    text-align: center;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease-in;
    margin: 1rem 0 0 1rem;
}

#menu-main-menu.innermenu > .menu-item.active,#menu-main-menu.innermenu > .menu-item:hover,#menu-main-menu.innermenu > .current-menu-item {
    border-bottom: 4px solid #B9001F;
    transition: all 0.3s ease-in;
}

#menu-main-menu.innermenu > .menu-item.dropdown, #menu-main-menu.innermenu > .menu-item.dropdown:hover {
    border-bottom: none !important;
    transition: all 0.3s ease-in;
}

.home .topbg,.home .bottombg{
   display:none; 
}

.topbg{
    position: absolute;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: -1;
}

.bottombg{
  position: absolute;
  width: 100vw;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.album-cover{
 width: 100%;
 height: 350px;
 object-fit: cover;
}

#comments label{
    display:block;
}

.comment-form-cookies-consent label{
    display: inline-block !important;
}

.post-navigation .nav-next{
  text-align: center;  
}

.meta-nav{
 color:#B9001F;   
}

.client-logo{
    max-width: 100%;
    height: 150px;
    width: auto;
    object-fit:contain;
}

.wb-strength {
    margin-top: 15px;
    font-size: 32px;
    color: #2F5597;
}

.side-bar-social a {
    padding: 0 50px 0 0;
    color: #000000;
}

.side-bar-social a:hover {
    color: #B9001F;
}

@media (max-width: 1023px){
    #wb-navbar{
      overflow-x: hidden;  
    }
    
    #wb-navbar #menu-main-menu{
      display: none;
    }
    
    #showMenumob {
    display: block;
    }
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
/*  display: flex;*/
  max-width: 100%;
}

.woocommerce form.checkout.woocommerce-checkout .form__input {
  width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.woocommerce table {
    border-spacing: 0;
    width: 100%;
    margin: 0 0 1.41575em;
    border-collapse: separate;
}


.woocommerce button,.checkout-button{
   background-color: #B9001F !important; 
   border: none !important;
   text-decoration:none;
   
}

.woocommerce button:hover,.checkout-button:hover{
   text-decoration:none; 
}

.woocommerce button:focus{
    outline: none;
}

.woocommerce form .form-row {
    padding:0;
    margin: 0;
    display: block;
    margin: 0 0 1.41575em;
}

.woocommerce-billing-fields{
    width:100%;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%);
}

.woocommerce h3{
 margin-bottom: 1em;   
}

.form-row-wide {
    clear: both;
    width: 100%;    
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

/*.form-row input, .form-row textarea, .form-row select {
    width: 100%;
}*/

.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.wc-page-heading{
   font-size: 3vw;
   margin-bottom: 1em; 
}

@media (min-width: 768px){

.woocommerce-checkout .col2-set {
    width: 47.8260869565%;
    float: left;
}

.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
}

#order_review .shop_table {
    margin-bottom: 2.617924em;
}

#order_review {
    transition: box-shadow ease .4s;
}

.woocommerce-checkout .col2-set .form-row-first {
    width: 45.4545454545% !important;
    float: left;
    margin-right: 9.0909090909%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

.woocommerce-checkout .col2-set .form-row-last {
    width: 45.4545454545% !important;
    float: right;
    margin-right: 0;
}

/*.woocommerce  .col2-set .col-1, .woocommerce  .col2-set .col-2 {
    width:100%;
    float:none;
    margin-bottom: 1.618em;
}*/

}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
/*    float: none;
    width: 100%;*/
    max-width: 100%;
}

table.woocommerce-checkout-review-order-table .product-name {
    width: 45%;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
}

.woocommerce ul.products li.product .price,.woocommerce div.product p.price, .woocommerce div.product span.price{
    color:#2F5597;
}

table:not( .has-background ) th {
    background-color: #f8f8f8;
}

.singular .entry-header {
    background:transparent;
    padding: 4rem 0;
}

.entry-title{
  font-size: 5rem;
}

.woocommerce-cart-form .actions button[name=update_cart]{
    color:#ffffff;
}

/* Projects section styles */

.our-work-block {
    padding: 20px;
    height: 320px;
    background-color: #f2f2f2;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 20px 70px rgb(136 142 160 / 40%);
    -moz-box-shadow: 0 20px 70px rgba(136,142,160,.4);
    box-shadow: 0 20px 70px rgb(136 142 160 / 40%);
}

.our-work-heading {
    background-color: #2F5597;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 15px;
    padding: 5px 10px;
    width: 80%;
}

.our-work-block .our-work-heading:before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #B9001F;
    content: "";
    width: 0;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.our-work-heading span {
    position: relative;
}

.our-work-block:hover .our-work-heading:before {
    width: 100%;
}

#site-header, .footer-nav-widgets-wrapper, #site-footer, .menu-modal, .menu-modal-inner, .search-modal-inner, .archive-header, .singular .entry-header, .singular .featured-media:before, .wp-block-pullquote:before{
    background-color: transparent !important;
}

.woocommerce-products-header__title.page-title{
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 0;
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link{
background-color: #B9001F;    
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"]{
background-color: #B9001F;
padding: 0.75em 1.5em;
}

button:hover, .button:hover{
    text-decoration: none !important;
}

a.add_to_cart_button{
background-color: #B9001F !important;
text-decoration: none !important;
}

.side-bar-social{
    margin:0;
}

.archive .product-category{
 border: 1px solid #cccccc;   
}

.woocommerce-shop ul.products li.product-category a h2.woocommerce-loop-category__title{
    margin-top: 1em;
    font-size: 2.5rem;
    text-align: left;
    margin-left: 25px;
    font-weight: 600;
}

.woocommerce-shop ul.products li.product-category a img{
   height: 300px !important;
   max-width: 100%;
   object-fit: cover;
}

.meeeting-wrapper{
	width:33.33%;
	float:left;
}

.stm_zoom_content h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;
}

.zoom_countdown_wrap,.pmpro_content_message{
	display:none !important;
}

.modelimg-wrapper{
  position:relative;
  will-change: transform;
  transition: box-shadow .3s ease;
  box-shadow:0 10px 30px transparent;
}

.model-row{
    position: relative;
}

/* News popup styles*/

.news-popup {
    position: absolute;
    top: 2%;
    z-index: 1000;
    border-radius: 15px;
    width:450px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.news-title {
    font-family: Lato-SemiBold;
    font-size: 15px;
    line-height: 1;
    color: #181a1f;
    margin-bottom: 5px;
}

.newsdate {
    font-family: Lato;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    background:#2F5597;
    display:inline-block;
    float:left;
    margin-right:1em;
    padding:5px 15px;
	height: 100%;
	width: auto;
	white-space: nowrap;
}

.white-card {    
    padding: 0.5em 1em;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    width:100%;
}

/*.modelimg-wrapper {*/
/*  animation: infiniterotate 30s linear alternate infinite;*/
/*}*/


/*@keyframes infiniterotate {*/
/*  0% {*/
/*    -webkit-transform: rotate(0deg);*/
/*    -ms-transform: rotate(0deg);*/
/*    -o-transform: rotate(0deg);*/
/*    transform: rotate(0deg);*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: rotate(20deg);*/
/*    -ms-transform: rotate(20deg);*/
/*    -o-transform: rotate(20deg);*/
/*    transform: rotate(20deg);*/
/*  }*/
/*}*/

#menu-main-menu .dropdown:hover .dropdown-menu {
display: block;
margin-top: 0;
}

#menu-main-menu .dropdown-menu >li{
   margin: 0.5rem 1.5rem; 
}
 
#menu-main-menu .dropdown-menu{
  border-radius: 5px;  
}

#menu-main-menu .dropdown-menu >li a, #menu-main-menu .dropdown-menu >li a:hover{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

#menu-main-menu .dropdown-menu >li a:hover{
background-color:transparent;
color: #B9001F;  
}

.partner-name{
    margin-top:0;
}


/* WebKit and Opera browsers */
  @-webkit-keyframes spinner {
    0% { -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.1)}
    10%   { -webkit-transform: rotateX(0deg) rotateY(10deg) rotateZ(-2deg) scale(1.1)}
    20% { -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.1)}
    30%   { -webkit-transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.1)}
    40%   { -webkit-transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.2)}
    50%   { -webkit-transform: rotateX(10deg) rotateY(0deg) rotateZ(4deg) scale(1.2)}
    60%   { -webkit-transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.2)}
    70%   { -webkit-transform: rotateX(10deg)  rotateY(0deg) rotateZ(-3deg) scale(1.2)}
    80%   { -webkit-transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.2)}
    90%   { -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1)}
    100% { -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.1)}
  }

  /* all other browsers */
  @keyframes spinner {
    0% {
      -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.1);
      -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.1);
      transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.1);
    }
    10% {
      -moz-transform: rotateX(0deg) rotateY(10deg) rotateZ(-2deg) scale(1.1);
      -ms-transform: rotateX(0deg) rotateY(10deg) rotateZ(-2deg) scale(1.1);
      transform: rotateX(0deg) rotateY(10deg) rotateZ(-2deg) scale(1.1);
    }
    20% {
      -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.1);
      -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.1);
      transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.1);
    }
    30% {
      -moz-transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.1);
      -ms-transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.1);
      transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.1);
    }
    40% {
      -moz-transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.2);
      -ms-transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.2);
      transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.2);
    }
    50% {
      -moz-transform: rotateX(10deg) rotateY(0deg) rotateZ(4deg) scale(1.2);
      -ms-transform: rotateX(10deg) rotateY(0deg) rotateZ(4deg) scale(1.2);
      transform: rotateX(10deg) rotateY(0deg) rotateZ(4deg) scale(1.2);
    }
    60% {
      -moz-transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.2);
      -ms-transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.2);
      transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.2);
    }
    70% {
      -moz-transform: rotateX(10deg)  rotateY(0deg) rotateZ(-3deg) scale(1.2);
      -ms-transform: rotateX(10deg)  rotateY(0deg) rotateZ(-3deg) scale(1.2);
      transform: rotateX(10deg)  rotateY(0deg) rotateZ(-3deg) scale(1.2);
    }
    80% {
      -moz-transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.2);
      -ms-transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.2);
      transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) scale(1.2);
    }
    90% {
      -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1);
      -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1);
      transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1);
    }
    100% {
      -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.1);
      -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.1);
      transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.1);
    }
  }
  #spinner {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 60s;

    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 60s;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  #spinner:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  #stage {
    margin: 1em auto;
    -webkit-perspective: 1900px;
    -moz-perspective: 1900px;
    -ms-perspective: 1900px;
    perspective: 1900px;
  }

.download-link{
    display:inline-block;
}

.test-type{
  font-size: 18px;
  margin-bottom: 10px;
}

h4, .heading-size-4, h5, .heading-size-5, h6, .heading-size-6 {
    margin: 0 0 3rem !important;
}

.partnername {
    font-family: Lato-SemiBold;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
}

.partner-link{
    display:inline-block;
}

.dropdown-menu li{
	
}
    
#menu-item-1367 ul{
	padding-right: 165px;
}
#menu-item-1204 ul{
	padding-right: 95px;
}
#menu-item-1675 ul{
	padding-right: 80px;
}
main{
	min-height: 450px;
}
.main-wrapper{
	min-height: 450px;
}
#menu-item-1677 .dropdown-menu {
    margin-top: 70px!important;
}
#menu-item-1367 .dropdown-menu {
    margin-top: 60px!important;
}
.innermenu #menu-item-1677 .dropdown-menu {
    margin-top: unset!important;
}
.innermenu #menu-item-1367 .dropdown-menu {
    margin-top: unset!important;
}
@media(min-width:480px) and (max-width: 1024px) and (orientation:portrait){
    .model-wrapper{
        position:relative;  
        height: auto;
    }  
    .main-three-links-cover {
        position: relative!important;
		width: 100%!important;

    }
	.main-three-links-cover .mtl-sub-text{
		width: 100%!important;
	}
	.main-three-links-cover .inner_link{
		width: 100%!important;
	}
    .three-section-landing{
        position: relative!important;
    }
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 93%!important;
}
.bottumn_mar h4{
	margin-bottom: 4px !important;
}
p{
	color:#1a1818!important;
}
#menu-main-menu.innermenu li > a {
	color:#333333;
}
#menu-main-menu.innermenu li > a:hover{
	color:#121fdf;
}
#menu-main-menu li > a:hover{
	color:#121fdf;
}
#menu-main-menu.innermenu .dropdown-menu li > a {
	color:#6787e8;
}
#menu-main-menu.innermenu .dropdown-menu li > a:hover{
	color:#121fdf;
}
#menu-main-menu .dropdown-menu li > a:hover{
	color:#121fdf;
}
#menu-main-menu .active .dropdown-toggle{
	color:#121fdf!important;
}

#menu-main-menu.innermenu .dropdown-menu .active a{
	color:#121fdf!important;
}
.page-template-page-gallery h4{
	color: #000000;
}
.parent_men{
	color:#121fdf!important;
}


/*page scroller*/ 

body {
  background:#0b1d2a;
}

.arrows {
	width: 60px;
	height: 72px;
	position: fixed;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
}

.arrows path {
	stroke: #2994D1;
	fill: transparent;
	stroke-width: 1px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}
/* end page scroller*/ 

/* search */ 
.searchandfilter{
	z-index: 999!important;
}
.search-results .entry-content > p{
	max-width:unset!important;
	width: 90%!important;
}

.search-results .entry-title{
	font-size: 3rem!important;
	margin-bottom: 20px;
}
.search-results hr{
	/* display:none;  */ 
}
.entry-content hr, hr.styled-separator {
    background: linear-gradient(to left, currentColor calc(100% - 16px), transparent calc(50% - 16px), transparent calc(10% + 16px), currentColor calc(50% + 16px));
        background-color: rgba(0, 0, 0, 0);
}
.entry-content hr::before, hr.styled-separator::before {
    left: unset!important;
	background: unset!important;
}
.entry-content hr::after, hr.styled-separator::after {
    left: unset!important;
	background: unset!important;
}
.search-results .archive-header{
	padding-bottom: 0px!important;
} 
.search-results .archive-header{
	padding-top: 30px!important;
}
.search-results .post-meta{
	display: none;
}
.search-results .entry-header-inner{
	text-align: left;
	max-width: 90%;
}

/*end search */ 


.reserch_p_link a {
    background-color: #d94e3b;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.instruct_p {
    margin-bottom: 30px;
}
.instruct_p > p{
    margin-bottom: 0px!important;
}