@import url(https://fonts.googleapis.com/css?family=Montserrat:100,300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,700);
section {
    padding: 8rem 0 8rem 0;
}
body:not(.overlay-header) .primary-menu ul {
    background-image: linear-gradient(to top left, #0a3d5d , #2f627300);
    backdrop-filter: blur(5px);
    border-radius: 15px;
}
.contactSection {
    padding: 8rem 0 8rem 0;
}
/*.swiper-wrapper img{
    width: 100%;
}*/
.ContactBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.ContactInformationBox {
    position: relative;
    /*width: 370px;*/
    /*width: 90%;*/
    min-height: 270px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin: 1%;
}
.ShowSwiperSlide {
    display: flex;
    align-items: center;
}
.ShowBakcground {
    display: block;
    width: 100%;
}
.ShowBakcgroundPhone {
    display: none;
    width: 100%;
}
.HomeContactBakcground {
    display: block;
    width: 100%;
}
.HomeContactBakcgroundPhone {
    display: none;
    width: 100%;
}
.hamburger {
    width: fit-content;
    background: #ffffff00;
}
.FeatureButtonBox {
    width: fit-content;
    margin-top: 50px;
}
/*.hamburger:hover{
  cursor: pointer;
}*/
#hamburger.IsActive .HamburgerLine:nth-child(2){
  opacity: 0;
}
#hamburger.IsActive .HamburgerLine:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
#hamburger.IsActive .HamburgerLine:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.hamburger .HamburgerLine{
  width: 25px;
  height: 3px;
  background-color: rgb(250 250 250);
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}
.ribbon span {
    position: absolute;
    display: block;
    width: 210px;
    padding: 10px 0;
    background-color: #f39d2f;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    font: 700 18px/1 'Lato',sans-serif;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
}

.index-3 {
    padding: 50px 0px;
    /*background: #F5F5F5;*/
}
.title {
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}
.HomeTitle {
    margin-bottom: 100px;
    padding-left: 3%;
}
.HomeTitle h2 {
    padding: 0px;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 92.67px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
}
.title p {
    margin: 10px auto 30px auto;
    line-height: 20px;
    color: #333;
    font-size: 16px;
}
.HomeContactContentBox {
    display: flex;
    align-items: center;
    padding: 0px;
/*    display: flex;
    align-items: center;*/
}
.HomeContactContent h4 {
    margin-left: 5%;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 69.5px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
}
.HomeContactContent p {
    width: 50%;
    margin-left: 5%;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32.8px;
    color: rgba(0, 0, 0, 1);
    text-align: justify;
    vertical-align: top;
}
.HomeContactContent {
    /*margin-left: 100px;*/
    position: absolute;
}
@media (min-width: 768px)
.title p, .title-index-1 p {
    width: 600px;
}
.img-auto img {
    width: auto;
    height: auto;
    margin: 0px auto;
    transition: 600ms;
}
/*.index-3 img {
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
}*/
.ContactInformationTxet {
    padding: 5rem;
    /*text-align: right;*/
}
.ContactInformationTxet h5 {
    margin-bottom: 3rem;
    margin-top: 1rem;
}
.ContactInformationTxet p {
    font-size: 1em;
    margin: 0px;
}

.GeneralBox {
    display: block;
    color: #000000;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0px 0px 0px 50px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border-radius: 10px;
    border: 1px solid #d1d2d3;
    display: block;
    height: 100px;
    box-shadow: 10px;
    display: flex;
    align-items: center;
}
.GeneralBox p{
    font-size: 1rem;
    color: #adadad;
    margin: 5px 5px 0px 5px;
}
.GeneralImg {
    /*height: 240px;*/
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
/*.GeneralImg img {
    box-shadow: 0 10px 20px #c3c3c3;
}*/
.GeneralTitle {
    /*height: 200px;*/
    text-align: center;
}
.AnimationImg {
    display: flex;
    justify-content: flex-end;
}
.AnimationImg img {
    max-width: 85%;
}
.FlowNanoanalyzbr {
    display: flex;
    display: -webkit-flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.FlowNanoanalyzbrBox {
    width: 150px;
}
.FlowNanoanalyzbrImg {margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.FlowNanoanalyzbrText {
    margin: 10px;
}
.FlowNanoanalyzbrFontSize {
    text-align: center;
    font-size: 14px;
    color: #2aa1fd;
    font-family: 'Popins', sans-serif;
    text-transform: uppercase;
}
.video-box {
    position: relative;
    overflow: hidden;
}

.video-box .video-background {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    height: auto;
}
.homePagetitle {
/*    font-weight: 700;
    color:#333;
    font-size: 3em;*/
}
.homePagetitleTwo {
    font-weight: 700;
    color:#333;
    font-size: 4vw;
}
.row .col-lg-10 {    
    margin: auto auto;
    float: none;
}
.spaces {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.IntervalBottom {
    margin-bottom: 5em;
}
.IntervalBottom .themeHeadding {
    text-align: center;
}
.NanoMenu .menu-item a {
	color: black;
}
.NanoMenu .menu-item  ul a {
	color: white;
    font-size: 12px;
}
#site-header {
    background: rgb(255 255 255);
    position: fixed;
    width: 100%;
    box-shadow: 0px 3px 30px #1c3b5b47;
    opacity: 1;
    z-index:999;
    height: 86px;
}
.header-toggles .toggle {
    margin: 0 5rem;
    padding: 0 2rem;
}
#site-header .header-inner {
    padding: 15px;
}
.pageContent {
    /*margin-bottom: 20px;*/
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #626262;
    font-weight: normal;
    line-height: 30px;
    /*margin-top: 60px;*/
    padding: 20px;
    /*margin-bottom: 60px;*/
}
.pageContent h5 {
    color: #236db6;
    margin-top: 30px;
    margin-bottom: 10px;
}
.pageContent .info {
    font-weight: 600;
}
/*.pageContent a {
    color: #0d92cf;
}*/
/*.container .pageContentPublications p {
    padding: 10px 10px 20px 10px; 
    border-radius: 10px; 
    background: #ffffff;
}
.container .pageContentPublications > p:nth-child(2n) {
    background: rgb(215 235 242 / 50%);
}*/
.header-inner {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 2.8rem 0;
}
.primary-menu .icon {
    display: none;
}

.primary-menu ul li.menu-item-has-children .slideImage {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
}



.primary-menu a {
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 2rem;
}
.primary-menu {
    margin-left: 10px;
}
body {
	/*margin-top: 112px;*/
}
body:not(.singular) main > article:first-of-type {
    padding: 86px 0 0;
}
.video-bg img {
    /*margin: 0;*/
    width: 100%;
}
.footer-credits {
    background-color: #005CC4;
    min-height: 100px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
/*    font-size: 16px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;*/
    padding: 0% 5%;
}/*
.footer-credits .m-margin {
    padding: 0% 3% 0% 0%;
    position: absolute;
}*/
.social_icon img {
    width: 30px;
}
.footer-join {
    width: 218px;
    display: flex;
    justify-content: center;
}
.footer-join h2 {
    color: #ffffff;
}
.copyrightinfo {
    /*margin-left: 10%;*/
    /*text-align: center;*/
    z-index: 10;
}
.copyrightinfo a {
    color: #ffffff;
    padding: 0px 15px;
}
.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}
.social_icon li {
    float: left;
    padding: 10px 5px;
    color: white;
    line-height: 50px;
    list-style-type:none;
    margin:0;
}
.social_icon {
    text-align: right;
    /*margin-right: 10%;*/
}
.col-md-4 .col-xs-12 .m-margin {
    padding: 0px;
}
#footer {
    background: #061127;
    padding: 0 0;
}
.footer-btn {
    background: #fff;
    color: #000;
    font-size: 15px;
    width: 250px;
    height: 55px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-btn:hover {
    background: #ced665;
}
.footer-btn img {
    border: 3px solid #eaf2fb;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: #fff;
    padding: 8px;
    margin-left: 10%;
    margin-right: 7px;
}
.contact-info {
    margin-top: 0px;
    margin-bottom: 0px;
}
.call_text {
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: center;
}
.call_text a {
    color: #ffffff;
}
.call_text_phone {
    font-size: 9px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.call_text_phone img {
    height: 20px;
}
.call_text_phone a {
    color: #000000;
}
a {
    text-decoration:none;
}
.overlay {
    left:10%;
    padding-top:10%;
    position:absolute;
    top:0px;
    width:60%;
    z-index:1;
} 
.overlay h1 {
    color:white;
    text-transform:uppercase;
    font-size: 3vw;
    font-family: robotolight,system-ui,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-weight: 100;
}
.overlay p {
     color:white;
     font-size: 1vw;
     font-family: robotolight,system-ui,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}
.SlideOverlay {
    text-align: left;
    position: absolute;
    /*top:25%;*/
    left: 0%;
    width:70%;
    z-index:1;    
    padding: 0% 0% 0% 10%;
    background: rgb(255 255 255 / 0%);
    border-radius: 5px 0px 0px 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
} 
.SlideOverlay h1 {   
    margin-top: 50px;
    line-height: 1.2em;
    /*width:55%;*/
    font-size: 4vw;
    font-weight: 700;
    color: rgba(28, 61, 94, 1);
}
.SlideOverlay p {
    margin-bottom: 50px;
    /*width:50%;*/
    font-size: 1.5vw;
    color: rgba(28, 61, 94, 1);
    font-family: robotolight,system-ui,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}
.SlideOverlay .readmore {
     margin-bottom: 50px; 
    background-color: #40A4FF;
    color: #ffffff;
    font-size: 20px;
    /* width: 200px; */
    /* height: 50px; */
    border-radius: 50px;
    /* margin-top: 30px; */
    /* padding-left: 50px; */
    font-weight: 700;
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    padding: 10px 40px;
    border: solid 1px #fff;
}
.SlideOverlay .readmore:hover {    
    background-color: #0084FF;
}
.SlideOverlay .readmore img {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #fff;
    padding: 10px;
    margin-left: 25%;
    margin-right: 7px;
}
.SlideOverlayImg {
    width: 30%;
}
.service .readmore {
    margin: auto;
    display: block;
    background-color: #ced665;
    color: #000;
    /*padding-top: 8px;*/
    /*padding-bottom: 7px;*/
    width : 70%;
    /*height: 50px;*/
    text-align: center;
    border-radius: 30px;
    border: 5px solid #fff;
    font-weight: 700;
    position: absolute;
    bottom: 0;left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
    padding: 10px;
}
.SlideOverlay .homeDetails {
    margin-right: 30px;
    background-color: #ced665;
    color: #000;
    font-size: 20px;
    /*width: 300px;*/
    /*height: 50px;*/
    border-radius: 50px;
    /*padding-left: 50px;*/
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 60px;
}
.SlideOverlay .homeDetails:hover {    
    background-color: #337ab7;
    color: #ced665;
}
.SlideOverlay .homeDetails img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #fff;
    padding: 10px;
    margin-left: 25%;
    margin-right: 7px;;
}
.FeatureSlideOverlay {
    /* text-align: left; */
    /* position: absolute; */
    /*display: flex;*/
    /* top: 25%; */
    /* left: 15%; */
    /* width: 100%; */
    /* z-index: 1; */
    /*justify-content: center;*/
    text-align: right;
    padding: 0px 30px;
}
.FeatureSlideOverlay .homeDetails {
    /*margin-right: 30px;*/
    /*background-color: #3e8bc6;*/
    color: #323232;
    font-size: 20px;
    /* width: 300px; */
    /* height: 50px; */
    /*border-radius: 50px;*/
    /* padding-left: 50px; */
    /*font-weight: 700;*/
    /*display: inline-flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*padding: 10px 60px;*/
}

.FeatureSlideOverlay .homeDetails:hover {    
    color: #323232;
}
.menu-item a:hover {
    text-decoration: none;
    color:#026fa2;
}
.sub-menu {
    width:8%;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: #626262;
    /*font-size: 1.5em;*/
}
.bggray {
    background-image: url("/wp-content/themes/twentytwenty/Custom/slidshow/images/5.webp");
    background-size: cover;
}
.backgroundImage {
    position: absolute;
    height: 100%;
}
.service {
    display:block;
    background: #fff;
    padding:10% 0%;
    margin: 20px 0;
    border-radius: 10px;
    width:100%;
    /*min-height: 700px;*/
}
.NormalPosition {
    position: static;
    width: 523px;
}
.OverviewBackground {
    margin: 5px 30px;
    padding: 0;
    min-height: 300px;
    background-size: 100% 100%;
}
.Overviewservice {
    display:block;
    background: #f4f8fb;
    margin: 30px 0;
    padding: 0px;
    min-height: 240px;
    display: flex;
    display: -webkit-flex;
}
.Overviewservice p {
    font-size: 1.5rem;
    line-height: 2rem;
}
.Overviewservice-text {
    width: 85%;
    padding-left: 5%;
    padding-top: 10%;
    text-align: left;
}
.Overviewservice-text .Overviewtitle {
    text-transform: uppercase;
}
.Overviewtitle {
    font-size: 2.3rem;
    /*line-height: 0px;*/
    text-transform: capitalize;
    font-family: 'Popins', sans-serif;
    font-style: normal;
    font-weight: 700;
    /*margin-bottom: 30px;*/
}
.Overviewtitle p {
    font-size: 1vw;
}
.ContentsArticle .Overviewtitle {
    font-size: 3.5rem;
    text-transform: capitalize;
    font-family: 'Popins', sans-serif;
    font-style: normal;
    font-weight: 700;
}
.SpaceBetween {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;    
    align-items: center;
}
.Overviewservice-btn {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    bottom: 0;
    transform: translate(0%, -40%);
    background-color: #2aa1fd;
    width: 160px;
    height: 40px;
    border-radius: 30px;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
    font-size: 0.9em;
    color: #fff;
}
.Overviewservice-btn:hover {
    color: #ced665;
}
.OverviewServiceTwo-btn {
    display: flex;
    display: -webkit-flex;
    bottom: 0;
    transform: translate(0%, 0%);
    background-color: #0067fa;
    width: 160px;
    height: 40px;
    border-radius: 30px;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
    font-size: 0.9em;
    color: #fff;
}
.OverviewServiceTwo-btn:hover {
    color: #ced665;
}
.ContentsArticle {
    min-height: 300px;
    width: 195%;
    display:none;
    margin-bottom: 50px;
    margin-top: 30px;
}
.ContentsArticle_0,.ContentsArticle_2,.ContentsArticle_4,.ContentsArticle_6 {
    transform: translate(3%, 0%);
}
.ContentsArticle_1,.ContentsArticle_3,.ContentsArticle_5,.ContentsArticle_7 {
    transform: translate(-51%, 0%);
}
.ContentsArticle h3 {
    color: #236db6;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 28px;
}
.ContentsArticle p {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #626262;
    font-weight: normal;
    line-height: 30px;
}
.ContentsArticle .info {
    font-weight: 600;
}
.Overviewservice-btnImage {
    height: 30px;
    width: 30px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50px;
    margin-left: 15%;
    margin-right: 5px;
}
.OverviewServiceTwo-btnImage {
    height: 30px;
    width: 30px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50px;
    margin-left: 15%;
    margin-right: 5px;
}
.Overviewservice-icon {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.Overviewservice-icon img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    width: 150px;
}
.Overviewservice-DescendBtn {
    cursor:pointer;
}
.OverviewServiceTwo-DescendBtn {
    cursor: pointer;
}
.Overviewservice-DescendBtnImage {
    position: absolute;
    bottom: 0;
    transform: translate(-150%, -50%);
    z-index: 10;
}
.ServiceHeight {
    min-height: 230px;
    display: flex;
    display: -webkit-flex;
    /*align-items: center;*/
}
.servicePack {
    padding:0;
    border-radius: 5px;
    /*width: 430px;*/
    /*min-height: 510px;*/
    box-shadow: 0px 0px 40px rgb(0 98 128 / 10%);
    margin: 20px;
    display: block;
    background-color: #ffffff;
}
.servicePack:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 30px rgb(0 35 46 / 20%);
}
.FeatureSection {
    padding: 2%;
} margin-left: 15px;*/
}
.FixedWidthTwo {
    width: 490px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 60px;
}
.NewsMultiRow {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.services-row {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
    /*margin-bottom: 6em;*/
}
.Nowrap {
    white-space: nowrap;
}
.service-text {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.service-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-style: normal;
    text-transform: uppercase;
}
.service-text p {
    font-size: 14px;
    line-height: 28px;
}
.text-center p {
    font-size: 14px;
    line-height: 1.3em;
}
.team_designation {
    font-size: 0.5em;
}
.text-center hr {
    margin: auto;
}
.serviceBox {
    height: 200px;
}
/*.serviceBox:before {   
    content: "";
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 1px;
    background: #000;
}*/
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    color:black;
    line-height: 1.0;
    margin: 0;
}
.testcarHeadding .transparency {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin-bottom: 40px;
    /*transform: scale(0.9);*/
}
.team_sect figure {
    position: relative;
}
/*.teamImg img {
    padding: 40px 0;
    margin-left: auto;
    margin-right: auto;
}*/
/*.ApplicationeamImg {
    margin-left: auto;
    margin-right: auto;
}*/
.transparency {
    width: 50%;
    height: 450px;
    width: 320px;
    padding: 2px;
}
.transparency .teamImg {
    padding: 40px 0;
}
.interlinkage {
    display: flex;
    display: -webkit-flex;
    position: absolute;
    bottom: 0;
    right: 20%; 
    transform: translate(15%, 50%);
    z-index: 10;
    align-items: center;
    width: 0px;
    height: 50px;
    background-color: #ced665;
    border-radius: 30px;
    transition:width 1s !important;
    -webkit-transition: width 1s !important;
}
.transparency:hover .interlinkage { 
    width: 180px;
}
.transparency:hover {
    transform: scale(1.05);
}
.HideButton {
    display: flex;
    display: -webkit-flex;
    position: absolute;
    color: #fff;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0em;
    opacity: 0;
    transition: 0.5s ease 0.4s, font-size 1s;
/*    -webkit-transition: 0.5s ease 0.3s;*/
}
.transparency:hover .HideButton {
    font-size: 1em;
    opacity: 1;
}
.DisplayButton {
    display: flex;
    display: -webkit-flex;
    position: absolute;
    /*bottom: 0;*/
    right: 5%;
    /*transform: translate(0%, 50%);*/
    z-index: 10;
    border-radius: 50px;
    width: 0px;
    height: 0px;
    transition:width 1s !important;
    -webkit-transition: width 1s !important;
}
.transparency:hover .DisplayButton {
    padding: 7px;
    width: 20px;
    height: 20px;
    /*border: 2px solid #ced665;*/
}
.Applications .testcarHeadding .team-info {
    padding: 0px 50px 20px 50px;
    flex-grow: 1;
    background-color: white;
}

.Applications
{
    /*background-image: url(/wp-content/themes/twentytwenty/Custom/slidshow/images/5.webp);*/
    background-size: cover;
}

.FieldContainer
{
    background-image: url(/wp-content/themes/twentytwenty/Custom/slidshow/images/5.webp);
    background-size: cover;
}


.team-info.text-center {
    padding: 20px 10px 10px 10px; 
/*    box-shadow: 0 10px 10px #c3c3c3;
    border-radius: 5px;*/
} 
.ApplicationFragment {
    /*width: 1520px;*/
    /*margin-left: 20px;*/
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
}
.ApplicationFragment_1,.ApplicationFragment_2,.ApplicationFragment_3,.ApplicationFragment_4,.ApplicationFragment_5 {
    /*display: none;*/
}
.ApplicationFragment_img {
/*    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 5px 5px #b7d0e9;*/
}
.ApplicationFragment_img img {
/*    height: 990px;
    border-radius: 10px;*/
}
.ApplicationFragment_content {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    flex-direction: column;
/*    padding-left: 50px;
    min-height: 650px;*/  
    /*font-size: 1.3vw;*/
    text-align: justify;
}
.ApplicationFragment_content p {
    font-size: 1.3vw;
}
.ApplicationFragment_btn {
    margin-right: 30px;
    background-color: #ced665;
    color: #000;
    font-size: 20px;
    width: 220px;
    height: 50px;
    border-radius: 50px;
    padding-left: 50px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.ApplicationFragment_btn img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #fff;
    padding: 10px;
    margin-left: 20%;
    margin-right: 7px;
}
.Applicationteam-info {
    padding: 25px 18px; 
}
.Applicationteam-info h2 {
    font-size: 1.7em;
    line-height: 1.2em;
}
.Applicationteam-info p {
    font-size: 1.2em;
    line-height: 1.2em;
}
.ApplicationService-btn {
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 60%);
}
.ApplicationFragment_carousel {
    width: 100%;    
    margin-top: 35%;
    margin-bottom: 45%;
    /*display: flex;*/
    /*display: -webkit-flex;*/
    overflow: hidden;
}
.ApplicationFragment_box {
    /*position: relative;*/
/*    display: flex;
    display: -webkit-flex;*/
    /*display: -webkit-box;*/
}
.products-row .col-md-3 .team-info h4 {
    line-height: 1.2;
    margin-bottom: 5px;
}
.testcarHeadding .transparency .team-info p {
    line-height: 1.6;
}
.title {
    font-size:25px;
    line-height: 28px;
    text-transform: capitalize;
    font-family: 'Popins', sans-serif;
    font-style: normal;
}
.TitleTag {
    font-size:1.3em;
    line-height: 24px;
    text-transform: capitalize;
    font-family: 'Popins', sans-serif;
    font-style: normal;
}
/*.team_sect {
    width: 50%;
    min-height: 450px;
    min-width: 330px;
    padding: 2px;
}*/
.productsec {
    /*min-width: 100%;*/
}
.PreviousText {
    display: flex;
    float: left;
    align-items: center;
    padding-left: 10px;
}
.ContactBlack {
    display: block;
    float: left;
    width: 80%;
    /*margin-left: 20%;*/
}
.NextText {
    display: flex;
    float: right;
    align-items: center;
    padding-right: 10px;
}
.TitleLeft {
    text-align: left;
}
.TextLeft {
    text-align: left;
    box-shadow: 0px 5px 10px #c3c3c3;
}
.conceal {
    width: 990px;
    overflow: hidden;
}
.move {
    position: relative;
    display: flex;
    display: -webkit-flex;
}
.eam-info:hover h2,.eam-info:hover p {
    color:#03a9f4;
}
.aboutimg .images {
        float:right;
}
.aboutimg {
    margin-top: 30px;
    margin-bottom: 10px;
}
.FormerContainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.AboutVideoContainer {
    padding: 0;
}
.AboutVideoBox {
    width: 100%;
    /*margin-top: 30px;*/
    font-size: 1.5em;
    background: #033246;
    color: #fff;
/*    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 10%;*/
    border-radius: 20px;
    padding: 7%;
}
.AboutVideoBox img {
    transform: translate(100%, -50%);
    z-index: 100;
}
.AboutVideoBox video {
    max-width: 100%;
    /*min-width: 80%;*/
    /*line-height:300px;*/
    background: #000;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
    height: auto;
}
.aboutcontain ul {
    list-style: disc;
    width: 100%;
    margin: auto;
    font-size: 1.5em;
    display: flex;
    flex-wrap: wrap;
}
.aboutcontain ul li {
    background: transparent;
    border: none;
    text-align: -webkit-match-parent;
    color: #333;
    /*display: inline-block;*/
    margin: 0.5rem 2em 0 1rem;
}
.Description_0 {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}
.Description_0 img {
    max-width: 85%;
}
.Description_1 {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: -100px;
    margin-bottom: -100px;
}
.Description_2 {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.Interval_0 {
    margin-right: 7%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.Interval_1 { 
    margin-left: 7%;
    margin-top: 150px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.Interval_2 {
    margin-left: 7%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.underline {
    border-bottom: 10px solid #006afb;
    padding-bottom: 2em;
    left: 1em;
    position: relative;
    width: 10%;
}
.about ul {
    list-style: disc;
    font-size: 1.5vw;
    display: inline-block;
    margin-left: 55%;
}
.themeHeadding h3 {
    font-size:28px;
}
.CenterHorizontally {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.ApplicationBox {
     /*min-height:1000px;*/
     /*margin:50px auto;*/
     position: relative;
     width: 100%;
}
/*.ApplicationBox ul {
    width: 100%;    
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
}*/
.ApplicationBox li {
    /*position:absolute;*/
    list-style: none;
    /*width:25%*/
    width: 20%;
    margin: 30px;
}
.ApplicationBox li img {
    width:100%
}
.ApplicationControl {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    z-index: 10;
    padding: 0px 15px;
}
.ApplicationPrev {
    width:5%;
}
.ApplicationNext {
    width:5%;
}
.footer-container {
    height: 120px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: #EBF5FF;
}
.ContactContainer .contact-box textarea {
    height: 150px;
}
.NowrapPhoneBox {
    display: none;
}
.NowrapBox {
    display: block;
}
.aboutcontain {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}
.themeHeadding.black h2 {
    /*color: #2c3e50;*/
    /*line-height: 1.2em;*/
    /*font-size: 2em;*/
}
.aboutcontain .themeHeadding h2::after {
    margin:0;
}
.carousel {
    display: flex;
    display: -webkit-flex;
    padding: 0;
}
.prevtwo,.nexttwo {
    cursor: pointer;
}
.prevtwo img,.nexttwo img {
    border-radius: 50px;
    background-color: #f7f7f7;
    padding: 7px;
    width: 40px;
    height: 40px;
    border: 2px solid #e4e4e4;
    margin-top: 100px;
    margin-left: 20px;
}
.aboutcontain p {
    margin-bottom: 3em;
    font-size: 16px;
    text-align: justify;
}
.EventsBtn {   
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    width: 300px;
    background-color: #0385fd;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
}
.themeBtn {
    display: none;
}
#blog_Sec {
    padding-bottom: 5em;
    background-image: url("/wp-content/themes/twentytwenty/Custom/slidshow/images/6.webp");
    background-size: cover;
}
.testcarHeadding {
    margin-bottom: 4rem;
}    
.homeIntroduce ul {
    font-size: 1em;         
    color: #626262;         
    margin: 3rem 0;     
}
.homeDetail {
    margin-right: 2%;
    background-color: #ced665;
    color: #000;
    font-size: 20px;
    width: 243px;
    height: 50px;
    border-radius: 50px;
    padding-left: 50px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.homeDetail img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #fff;
    padding: 10px;
    margin-left: 25%;
    margin-right: 7px;
}

.homeButton {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #000;
    font-size: 20px;
    width: 300px;
    height: 50px;
    border-radius: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}
.homeButton img {
    border-radius: 50px;
    background-color: #ced665;
    padding: 12px;
    width: 45px;
    height: 45px;
}
.AnimationContent {
    left: 80px;
}
.AnimationIcon,.AnimationContent {
    position: absolute;
}
#blog_Sec .row .col-lg-4 {
    margin-bottom: 60px;
}

#blog_Sec .row .singleBlog {
    height: 100%;
    margin-bottom: 0;
}
.RowNews {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}
.newsRow {
    margin-left: auto;
    margin-right: auto;
}
.blog_cont p {
    margin-left: 5%;
    margin-right: 5%;

}
.blogSec2 {
/*    display: block;
    margin-left: 10px;
    margin-right: 10px;*/
    border-left: 1px solid #0081Af11;
    border-right: 1px solid #0081Af11;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0px 8px 10px #88888833;
}
.singleBlog {
/*    background: #fff;
    display: block;
    min-height: 550px;*/
    background: #fff;
    display: block;
    min-height: 510px;
}
.FormerContainer .singleBlog {
    min-height: 430px;
    margin-bottom: 5rem;
}
/*.singleBlog:hover {
    box-shadow: 0px 0px 10px #aaaaaa;
}*/
/*.singleBlog_0 {
    background: #fff;
    display: block;
    min-height: 650px;
}*/
/*.singleBlog_1 {
    background: #fff;
    min-height: 650px;      
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
}*/
/*.singleBlog_2 {
    background: #fff;
    display: block;
    min-height: 650px;
}*/
/*.singleBlog_3,.singleBlog_4,.singleBlog_5,.singleBlog_6 {
    display: none;
}*/
.NewsBtn {
    width: 100px;
    height: 100px;
    font-size: 0px;
    box-shadow: 0px 60px 30px #e1e1e1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    transform: translate(0%, 80%);
    transition:width 1s !important;
    -webkit-transition: width 1s !important;
}
.NewsBtn:hover {
    width: 400px;
    font-size: 1vw;
    font-weight: 500;
    color: #fff;
    background-color: #0085fb;
}
.NewsBtn:hover img {
    position: absolute;
    right: 40px;
}
#blog_Sec .row .singleBlog .blog_imag {
    display: flex;
    display: -webkit-flex;
    height: 250px;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}
.NewsBlog .blog_imag {
    margin-top: 15px;
    box-shadow: 0 10px 20px #c3c3c3;
}
.Newsblog_imag {
    margin: 50px;
}
.Newsblog_imag img {
    width: 100%;
    height: auto;
    border: 1px solid #0085fb;
}
.NewsHeadline {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-bottom: 3rem;
}
.NewsHeadline h2 {
    font-size: 3.3vw;
    color: #032c46;
}
.NewsSubhead p {
    font-size: 1vw;
}
.NewsPull-down {
    width: 100px;
    height: 100px;
    font-size: 0px;
    box-shadow: 0px 60px 30px #e1e1e1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.NewsContainer {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}
.NewsRow {   
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.blog_imag img {
    width: 100%;
    height: auto;
}

.Formerblog_imag img {
    margin-top: 15px;
    width: 100%;
    height: 187px;
}
.NewsBlog {
    background: #fff;
    display: block;
    min-height: 450px;
    margin-left: 10px;
    margin-right: 10px;
}
.NewsBlog img {
    border: 1px solid #0085fb;
}
.NewsBlog:hover h2 {
    color: #208df8;
}
/*.NewsArticle_3,.NewsArticle_4,.NewsArticle_5,.NewsArticle_6 {
    display: none;
}*/
/*.NewsArticle_1 {
    transform: translate(0%, 20%);
}*/
.HistoryTime {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.HistoryLine {
    border: 1px solid #ced665;
    width: 50px;
    height: 0px;
}
.NewsBlog_cont {
    padding-top: 20px;
    font-size: 14px;
    color: #000;
}
.NewsBlog_cont .blog_tit {
    font-size: 1.5em;
}
.blog_tit {
    color: #000000;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 3rem;
    margin-top: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.Formerblog_tit {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px;
    /*margin-top: 17px;*/
    /*margin-bottom: 10px;*/
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.ShowConceal {
    display: flex;
    justify-content: center;
}
.ApplicationShow {
    width: 30px;
}
.ApplicationConceal {
    width: 30px;
    display: none;
}
.ReadArticle {
    position: absolute;
    bottom: 13%;
    /*z-index: 1;*/
    font-size: 1.2em;
    font-weight: 700;
    color: #337ab7;
    display: inline-flex;
    align-items: center;
}
.NewsButton {
    text-align: center;
    margin-top: 1em;
}
.NewsButton .readmore {
    background-color: #ced665;
    width: 190px;
    height: 50px;
    font-size: 20px;
    color: #000;
    border-radius: 50px;
    font-weight: 700;
    padding: 10px 60px;
}
.NewsButton .readmore:hover {    
    background-color: #337ab7;
    color: #ced665;
}
.blog_cont p {
    color: #848484;
    font-size: 16px;
    line-height: 32px;
}
.Formerblog_cont p {
    color: #848484;
    font-size: 16px;
    line-height: 24px;
    margin-left: 5%;
    margin-right: 5%;
}
.blog_cont {
    padding: 20px;
    font-size: 14px;
    color: #000;
}
.Formerblog_cont {
    text-align: center;
}
.Newsblog_cont {
    padding: 20px;
    font-size: 14px;
    color: #000;
    margin: 5px;
    height: 400px;
}
.Newsblog_cont p {
    font-size: 1.3vw;
}
.baseinfo h2 {
    color:white;
    text-transform: uppercase;
}
.ContactBannerPhone {
    display: none;
}
.ContactBackground {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    /*padding: 1% 13%;*/
    /*background-size: 100% 100%;*/
    background-size: cover;
}
.ContactBackground h4 {
    line-height: 1.5;
}
.ContactBackground p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: #000;
    font-size: 1.5vw;
}
.ContactInformation {
    padding: 50px 50px 35px;
}
.relation {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 50px;
    margin-right: 25px;
    letter-spacing: 0.5px;
}
.relation img {
    margin-right: 20px;
}
.InfocenterTime {   
    margin-top: 60px;
    margin-bottom: 60px;
}
.InfocenterTime h2 { 
    text-transform: uppercase;
}
.InfocenterTime p {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.3em;
    color: #626262;
    font-weight: normal;
    line-height: 30px;
}
.InfocenterTime h3 {
    color: #236db6;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 28px;
}
.InfocenterContent {
    padding-left: 200px;
}
.ContactContent {
    margin-bottom: 40px;
    margin-top: 40px;
}
.ContactContent p {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #303132;
    font-weight: 600;
}
.ContactContent h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 30px;
    color:#2e2e30;
}
.container-guestbook {
    margin: auto auto;
}
.PageButtons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.ButtonsTxet {
    font-size: 12px;
}
.NextButtonsTxet {
    text-align: right;
}
.PageButtons a {
    color: #4588bc;
    font-size: 2rem;
    font-weight: 500;
}
.PageButtons a:hover {
    color: #7fbded;
}
.contact-box {
    padding: 40px;
    /*background-color: #fff;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0px 0px 20px rgb(210 210 210);*/
    position: relative;
    margin-top: -500px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    background: rgba(252, 254, 255, 1);
    box-shadow: 0px -1px 57px  rgba(221, 228, 235, 1);
}
.ContactText {
    text-align: left;
    padding-right: 100px;
}
.ContactTitle {
    margin-bottom: 15px;
}
.ContactTitlePhone {
    margin-bottom: 8px;
}
.ImageContactDelete {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}
.ContactTextContent {
    margin-top: 50px;
    text-align: justify;
}
.contact-box input {
    height: 50px;
    border: 1px solid #000;
    font-size: 15px;
    background-color: #fff;
    font-weight: 500;
    border-radius: 4px;
}
.contact-box textarea {
    border: 1px solid #000;
    padding-top: 10px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500
}
.contact-box button {
    border: 0;
    color: #fff;
    padding: 7px 30px;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    font-weight: 700;
    font-size: 18px;
    /*background-image: linear-gradient(rgb(84 234 244), rgb(0 130 228));*/
    background: rgba(0, 132, 255, 1);
}
/*.contact-box button:hover {
    background-image: linear-gradient(rgb(31 222 204), rgb(0 114 255));
}*/
.contactMargin {
    margin-bottom: 15px;
}
.col-lg-3 {
/*    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    min-height: 30px;*/
}
.col-lg-3 .dropdown-menu {
    background: white;
}
.col-lg-3 .dropdown-menu li a {
    background: white;
    color: black;
    border: 0px;
}
.col-lg-6 option {
    background: white;
    color: black;
}
.form-group button {
    background: #fff;
    border: 1px solid #000;
    color:black;
    max-width: 80%;
}
.form-group button:hover {
    background: #e7e6e5;
    color:black;
}
.Selector {
    height: 50px;
    background: #fff;
    border:1px solid #000;
}
.form-group button {
    max-width: 100%; 
}
.col-lg-3 .btn {
     z-index: 0;
}
.newsCenterPanel {
    width: 100%; 
    background: #fff; 
    overflow: hidden; 
    *padding-bottom: 50px
}
.newsCenterPanel .title {
    position: relative;
    margin: 35px auto 30px auto; 
    font-size: 50px; 
    font-weight: 700; 
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.newsCenterPanel .title a {
    display: block; 
    width: 100%; 
    color: #2e2e30; 
    text-align: center;
}
.newContentBox {
    float: left; 
    width: 90%;
    text-align: left; 
    vertical-align: center; 
    position: relative;
    border-top: 3px solid #0081Af;
    border-bottom: 3px solid #0081Af;
    border-radius: 20px;
    margin:10px;
}
.newContentBox:hover {
    border-top: 3px solid #7f91dc;
    border-bottom: 3px solid #7f91dc;
}
.newContentBox a {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
}
.newContentBox .newTitle {
    float: left; 
    line-height: 50px; 
    height: 50px;
    font-size: 18px; 
    color: #333; 
    width: 80%; 
    white-space: nowrap; 
    word-break: normal; 
    overflow: hidden; 
    text-overflow: ellipsis;
    font-weight: 600;
}
.newContentBox .border {
    position: absolute; 
    left: 75px; 
    top: 40px; 
    width: 50px; 
    border-top: 2px solid #eaba6b;
}
.newContentBox .newContent {
    float: left; 
    height: 50px; 
    width: 80%; 
    font-size: 14px; 
    line-height: 28px; 
    color: #707070; 
    margin-bottom: 10px; 
    overflow: hidden; 
    word-wrap: break-word; 
    text-overflow: ellipsis; 
    display: -webkit-box;
}
.newContentBox .time {
    width: 54px; 
    height: 54px; 
    background: transparent; 
    text-align: center; 
    margin-right: 10px; 
    float: left
}
.newContentBox .time .day {
    margin: 0;
    font-size: 24px; 
    color: #0381af;
    font-weight: 600;
    line-height: 24px;
}
.newContentBox .time .ym {
    margin: 0;
    color: #0381af;
    line-height: 16px;
}
.blankVariation {
    height: 90px;
}
.blankSpace {
    height: 86px;
}
.blank180 {
    height: 180px;
}
.blank120 {
    height: 120px;
}
.blank60 {
    height: 60px;
}
.blank30 {
    height: 30px;
}
.headIcon {
    margin-bottom:auto;
    margin-top:auto;
    right: 10px;
    position: absolute;
}
.languageIcon {
    float:left;
    width: 25px;
    margin-right: 5px;
}
.emailIcon {
    float:left;
    width: 25px;
}
.sub_menu {
    background: #f5f5f5;
}
.breadcrumb li {
    margin: 0;
    text-transform: uppercase;
}
.breadcrumb a {
    color: #6d6d6d;
    font-size: 18px;
}
 .breadcrumb a:hover {
    color: #03a9f4;
}
.category-list li {
    list-style: none;
    color:#236db6;
    background-color: #f0f0f0;
    padding: 10px;
    padding-left: 20px;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 20px;
}
.category-list li span {
    color:#333;
    display:block;
}
.category-list {
    margin: 0px;
}
.glyphicon {
    display: none;
}
.header-inner .mobileMenu {
    background: url("../../images/overview.png") no-repeat;
    background-position: center;
}
button.close-nav-toggle {
    font-size: 0;
}
button.close-nav-toggle .svg-icon {
    width: 0;
}
.topbtn {
    position: fixed;
    background: transparent;
    width: 36px;
    height: 36px;
    bottom: 150px;
    right: 30px;
    /*border: 1px gray solid;*/
    border-radius: 18px;
    text-align: center;
    z-index: 999;
}
.topbtn img {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}
.totop-icon-hover {
    display: none;
}
.topbtn:hover .totop-icon-hover {
    display: block;
}
.topbtn:hover .totop-icon {
    display: none;
}

/*****************************************************
**Search
*****************************************************/

.search-item {
    padding: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    box-shadow: 0px 10px 5px #f5f5f5;
}
.search-item .search-title h2 a:hover {
    color:#026fa2;
}
.search-item .search-title {
    margin-bottom: 20px;

}
.search-item .search-title h2 a {
    color:#333;
    font-weight: 700;
    font-size: 24px;
}
.search-item .search-subtitle {
    color: #777879;
    font-size: 16px;
}

 /*****************************************************
**Search
*****************************************************/


/*****************************************************
**History
*****************************************************/

.cbp_tmtimeline >li .cbp_tmlabel h2 {
    font-size: 36px;
    /*color:white;*/
}
.cbp_tmtimeline >li .cbp_tmlabel p {
    /*color:white;*/
}
.cbp_tmtime{
    font-size:10px;
}
.historyTitle h3 a {
    font-size: 3rem;
    color:#2e2e30;
    text-transform: uppercase;
    line-height: 1.5em;
}
.historyTitle {
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

/***************************************************
**History
***************************************************/


/***************************************************
**User
***************************************************/

.IntroductionBackground {
    width: 100%;
}
.IntroductionBackgroundPhone {
    display: none;
    width: 100%;
}
.IntroductionConrentBox {
    position: absolute;
    width: 30%;
    left: 15%;
    top: 20%;
}
.IntroductionConrentBox h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 69.5px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
}
.IntroductionConrentBox p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 29.52px;
    color: rgba(0, 0, 0, 1);
    text-align: justify;
    vertical-align: top;
}
.ImageContainer {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ImageContainerBlack {
    min-height: 920px;
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.ImageContainerBlack h3 {
    margin-left: 20%;
    line-height: 10px;
}
.ImageContainerBlack nav {
    margin-left: 20%;
}
.ImageContainerBlack .SingleSpacing h3 {
    margin-left: 0%;
}
.ImageContainerBlack .SingleSpacing nav {
    margin-left: 0%;
}
.UsersHeaderTitle {
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    left: 9%;
}
.ContactHeaderTitle {
    text-align: left;
    position: absolute;
    /*height: 100%;*/
    left: 10%;
    bottom: 0;
    width: 100%;
    z-index: 1;
/*    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;*/
}
.ContactTitle h3 a {
    font-size: 4.7vw;
    color:#2e2e30;
    text-transform: uppercase;
    line-height: 1.5em;
}
.ContactHeaderTitle .breadcrumb a {
    font-size: 1.5vw;
}
.ContactHeaderWhite {
    text-align: left;
    position: absolute;
    height: 100%;
    left: 15%;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}
.ContactWhite h3 a {
    font-size: 4.7vw;
    color:#fff;
    text-transform: uppercase;
    line-height: 1.5em;
}
.ContactHeaderWhite .breadcrumb a {
    color: #fff;
    font-size: 1.5vw;
}
.ContactHeaderWhite .breadcrumb a:hover {
    color: #03a9f4;
}
.ContactHeaderBlack {
    text-align: left;
    position: absolute;
    left: 0%;
    width: 50%;
    z-index: 1;
    padding: 2% 0%;
    background-image: linear-gradient(to right, rgb(255 255 255 / 50%) , rgb(255 255 255 / 0%));
    border-radius: 0px 5px 5px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ContactHeaderDelete {
    display: none;
    position: absolute;
    padding: 5% 0%;
}
.ContactBlack h3 a {
    font-size: 3.7vw;
    color:#2e2e30;
    text-transform: uppercase;
    line-height: 1em;
    white-space: nowrap;
}
.ContactHeaderBlack .breadcrumb a { 
    font-size: 1.5vw;
}
.TitleLocation {
    text-align: left;
    position: absolute;
    height: 100%;
    padding-left: 15%;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.BackgroundTransparency {
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.UsersTitle/*,.ContactTitle*/ {
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.UsersTitle h3 a {
    font-size: 4rem;
    color:#2e2e30;
    text-transform: uppercase;
    line-height: 1.5em;
}
.partnerstyle {
  width: 95%;
  background-color: transparent;
}
 .partnerstyle:hover {
  background-color: transparent;
}
.partnerImg {
  width: 125px;
  height: 80px;
  text-align:center;
}
.partnerContainer a {  
  text-align:left;
  padding: 0px;
}
.TypicalUsersMargin {
    margin: 15px;
    padding: 0;
}
.partnerContainer {
  width: 125px;
  height: 80px;
  line-height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.ApplicationSection {
    width: 100%;
    height: 100%;
}
/*.WebBanner {
    background: #000000;
}*/
/*.WebBanner img {  
    width: 100%;
}*/
.breadcrumb > li + li:before {
    font-size: 1.2vw;
}
.ContactHeaderWhite .breadcrumb > li + li:before {
    color: #ffffff;
}
.breadcrumb>li+li:before {
    padding: 0px;
}
/***************************************************
**User
***************************************************/


/***************************************************
**Product
***************************************************/

.products-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;    
    /*margin-bottom: 5em;*/
}
.ProductcCol {
    /*margin: 15px;*/
    /*width: 335px;*/
    /*width: 452px;*/
    height: 510px;
    opacity: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    overflow: hidden;
}
.ProductcCol:hover {
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 2px  rgba(0, 0, 0, 0.25);
}
.ProductCenter {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ProductCenter .ProductCenterButton {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    width: max-content;
    padding: 8px 25px;
    font-size: 20px;
    color: #000000;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 1);
}
.productsec:hover .ProductCenter .ProductCenterButton {
    color: #ffffff;
    background: #0084FF;
    border: none;
}
.productsec:hover .ProductCenter .ProductCenterButton i {
    color: #ffffff;
}
.ProductCenter .ProductCenterButton i {
    font-size: 25px;
    color: #000000;
}
.ProductTeamImg {
    height: 50%;
}
.ProductTeamImg img {
    /*width: 100%;*/
    /*height: 100%;*/
    margin: auto;
}
.product {    
    height: 100%;
    /*box-shadow: 0px 0px 40px rgb(0 98 128 / 10%);*/
    /*padding: 0px;*/
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    /*min-height: 390px;*/
    /*background: #ffffff;*/
}.product:hover {    
    /*transform: scale(1.1);*/
    /*box-shadow: 0px 0px 30px rgb(0 35 46 / 20%);*/
}
.productsSynthesizerIntroduceBox {
    display: flex;
    align-items: center;
}
.productsSynthesizerUrlBox {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.productsSynthesizerUrl {
    /*background: #0084FF;*/
    cursor: pointer;
    padding: 5px 20px;
    margin: 0px 10px;
    color: #000000;
    /*border-radius: 50px;*/
}
.productsSynthesizerUrl:hover {
    background: #0084FF;
    padding: 5px 20px;
    margin: 0px 10px;
    color: #ffffff;
    border-radius: 50px;
}
.ApplicationCarousel {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.SingleApplicationCarousel {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ApplicationProduct {
    padding: 0px;
    margin: 23px;
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    /*min-height: 530px;*/
    height: 520px;
    width: 320px;
    /*width: 100%;*/
    background: #fff;
    box-shadow: 0 10px 15px #dbe9f2;
    /*border-top: 10px solid #fff;*/
}
.ApplicationProduct_0 {
    border-bottom: 10px solid #5dabc9;
}
.ApplicationProduct_1 {
    border-bottom: 10px solid #c68f9d;
}
.ApplicationProduct_2 {
    border-bottom: 10px solid #dca852;
}
.ApplicationProduct_0 .title {
    color: #5dabc9;
}
.ApplicationProduct_1 .title {
    color: #c68f9d;
}
.ApplicationProduct_2 .title {
    color: #dca852;
}
.ReadMoreBtn {
    background-color: #ced665;
    color: #000;
    font-size: 20px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 40px;
    margin-bottom: 30px;
}
.productsec:hover .Single-info h5 {
    color: #1d31a1;
}
.SingleProduct {
    padding: 1em 2em;
    margin: 20px;
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    /*min-height: 530px;*/
    /*height: 300px;*/
    /*width: 320px;*/
    /*width: 100%;*/
    background: #fff;
    box-shadow: 0px 0px 15px #dbe9f2;
    /*border-top: 10px solid #fff;*/
    display: flex;
    flex-wrap: wrap;
}
.SingleImg {
    width: 25%;
}
/*.site-logo img {
    max-height: 7rem;
}*/
/*.SingleImg img {*/
    /*width: 20%;*/
    /*float: left;*/
    /*margin: 0% 3% 1% 0%;*/
/*}*/

.Single-info {
    padding-left: 3%;
    width: 75%;
}
.Single-info h5 {
    text-transform: capitalize;
    font-family: 'Popins', sans-serif;
    font-style: normal;
    font-size: 1.5vw;
}
.Single-info p {
    font-size: 1vw;
    text-align: justify;
}
.Single-info .FragmentLi {
    font-size: 1vw;
    text-align: justify;
    color: #626262;
    margin-left: auto;
}
.SingleApplicationProduct {
    padding: 0px;
    margin: 20px;
    height: 290px;
    width: 190px;
    background: #fff;
    box-shadow: 0 10px 15px #dbe9f2;
}
.SingleApplicationteam-info {
    padding: 15px 10px;
}
.SingleApplicationteam-info h2 {
    font-size: 1em;
    line-height: 1.0;
}
.SingleApplicationteam-info p {
    font-size: 0.8em;
    line-height: 1.0;
}
.SingleApplicationProduct_0 {
    border-bottom: 5px solid #5dabc9;
}
.SingleApplicationProduct_1 {
    border-bottom: 5px solid #c68f9d;
}
.SingleApplicationProduct_2 {
    border-bottom: 5px solid #dca852;
}
.SingleApplicationProduct_0 .title {
    color: #5dabc9;
}
.SingleApplicationProduct_1 .title {
    color: #c68f9d;
}
.SingleApplicationProduct_2 .title {
    color: #dca852;
}
/***************************************************
**Product
***************************************************/

/***************************************************
**mobile
***************************************************/
@media (min-width: 700px) {
/*    .site-logo img {
        max-height: 8rem;
    }*/
}
@media (min-width: 768px) {
    .container {
        width: 80%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 80%;
    }
    .ImageContainerBlack h3 {
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 80%;
    }
    .FormerContainer {
        width: 1170px;
    }
}
@media (min-width: 1500px) {
    .container {
        /*width: 80%;*/
        width: 1470px;
    }
    .ApplicationFragment_content p {
        font-size: 1.3em;
    }
    .ContactContainer {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 1700px) {
    .container {
        /*width: 80%;*/
        width: 1470px;
    }
    .ApplicationFragment_content p {
        font-size: 1.3em;
    }
    .ContactContainer {
        width: 1470px;
        margin-right: auto;
        margin-left: auto;
    }
}


@media only screen and (max-width: 1800px) {
/*    .ApplicationProduct {
        min-height: 520px;
    }*/
}
@media only screen and (max-width: 1600px) {
/*    .ApplicationProduct {
        min-height: 470px;
    }*/
/*    .Applicationteam-info h2 {
        font-size: 1.5em;
    }*/
/*    .Applicationteam-info p {
        font-size: 1em;
    }*/
}@media only screen and (max-width: 1500px) {
/*    .homePagetitle{
        font-size: 4rem;
    }*/
}
@media only screen and (max-width: 1400px) {
 /*   .ApplicationProduct {
        min-height: 450px;
    }    */
    .Description_1{
        margin-bottom: 0;
    }
    .aboutcontain p{
        font-size: 14px;
    }
    .themeHeadding.black h2{
        /*font-size: 1em;*/
    }
    .Overviewtitle {
        font-size: 1.8rem;
    }
    .Overviewservice p {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    .ApplicationCarousel {
        justify-content: center;
    }
}
@media only screen and (max-width: 1200px) {
/*    .ApplicationProduct {
        min-height: 400px;
    }*/
/*    .Applicationteam-info h2 {
        font-size: 1.2em;
        line-height: 1.2em;
    }*/
    .TitleLeft {
        text-align: center;
        padding-bottom: 3rem;
    }
    .carousel {
        display: none;
        display: -webkit-none;
    }
    .Selector { 
        margin-bottom: 20px;
    }
    .aboutcontain p{
        font-size: 12px;
    }
}
@media only screen and (max-width: 1000px) {
    .conceal {
        width: 660px;
    }
/*    .ApplicationProduct {
        min-height: 230px;
    }*/
/*    .Applicationteam-info p {
        line-height: 1.5em;
    }*/
}
@media only screen and (max-width: 991px) {
    body:not(.singular) main > article:first-of-type {
        padding: 86px 0 0;
    }
    section {
        padding: 1em;
    }  
    #site-header {
        background: #0084FF;
    }
    #site-header .header-inner {
        justify-content: center;
        padding: 18px;
    }
    .site-logo img {
        margin: 0;
        height: 50px;    
        max-height: 7rem;
    }
    .nav-toggle {
        left: 0px;
    }
    .header-inner .mobile-search-toggle {
        display: block;
        left: auto;
        right: 0px;
        padding: 1.1em 1.44em;
    }
    body:not(.overlay-header) #site-header .toggle {
        color: #ffffff;
    }
    .homePagetitle h2{
        font-size: 21px;
    }
    .primary-menu-wrapper + .header-toggles {
        margin-left: 4rem;
    }
    .ContactInformationBox {
        margin: 20px 0px;
    }
    .footer-credits .m-margin {
        padding: 0px;
        position: static;
    }
    .contactSection {
        padding: 3rem 0;
    }
    .contact-box {
        margin-top: 0px;
        box-shadow: none;
        padding: 0px 0px 20px 0px;
    }
    .ContactText {
        padding-right: 0px;
    }
    .testcarHeadding {
        margin-bottom: 0rem;
    }
    .spaces {
        display: -webkit-flex;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .Formerblog_imag img {
        height: auto;
    }
    .themeHeadding.black {
        /*text-align: center;*/
    }
    .homePagetitle {
/*        font-weight: 700;
        color:#333;
        font-size: 1.5em;*/
    }
    .homePagetitleTwo {
        font-weight: 700;
        color:#333;
        font-size: 1.5em;
    }
    .length {
        font-size: 1em;
    }
    .footer-credits {
        flex-direction: column-reverse;
        min-height: 60px;
    }

    .Single-info h5 {
        font-size: 2vw;
    }
    .Single-info p {
        font-size: 1.2vw;
    }
    .social_icon {
        text-align: center;
    }
    .copyrightinfo {
        font-size: 10px;
        /*margin-bottom: 10px;*/
        /*padding: 0px 10px;*/
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-credits .m-margin .Tel,.footer-credits .m-margin .Email {
        font-size: 10px;
    }
    .AnimationImg {
        justify-content: center;
    }
   .aboutcontain ul li {
        line-height: 4vw;
        font-size: 4vw;
        width:90%;
        background: transparent;
        border: none;
        text-align: -webkit-match-parent;
        margin-left: 1em;
    }
    .ContactBackground p {
        margin-block-start: 1em;
        margin-block-end: 1em;
    }
    .OverviewBackground {
        margin: 0px 0px 30px 0px;
    }
    .themeBtn {
        background: #ced665;
        color: #000;
        display: flex;
        font-size: 15px;
        font-weight: 700;
        width: 140px;
        height: 30px;
        border-radius: 100px;
        justify-content: center;
        align-items: center;
        margin-left: 2em;
    }
/*    .commonSection {
    padding: 50px 0 0 0;
    position: relative;
    }*/
    .themeHeadding h2::after {
        background: #236db6;
        content: "";
        height: 0px;
        position: absolute;
        width: 60px;
        left: 0;
        right: 0;
        margin:auto;
        top: 47px;
    }
    .ApplicationFragment_carousel,.ApplicationService-btn {
        display: none;
    }
    #blog_Sec .row .singleBlog .blog_imag img {
        height: 100%;
        width: auto;
    }
    .NowrapPhoneBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .NowrapBox {
        display: none;
    }
    .emailIcon {
        display: none;
    }
    .Applications .testcarHeadding .team-info {
        padding: 0px 40px 20px 40px;
    }
    .transparency {
        width: 300px;
        height: 400px;
    }
    .headIcon {
        width: 15%;
        top: 30px;
        left: 10px;
        position: absolute;
    }
    .blankSpace {
        height: 86px;
    }
    .blankVariation {
        height: 0px;
    }
    .describeContent h2 {
        font-size: 24px;
    }
    .describeContent p {
        font-size: 14px;
    }
    .newsRow {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .blogSec2 {
        margin-left: 0px;
        margin-right: 0px;
    }
    #picList1 {
        width: 100%;
    }
/*    .SlideOverlay {
        display: none;
    }*/
    .service .readmore {
        padding: 5px;
    }
    .SlideOverlay .homeDetails {
        margin-right: 10%;
        /*width: 200px;*/
        padding: 5px 30px;
        font-size: 15px;
        /*height: 30px;*/
    }
    .SlideOverlay .homeDetails img {
        margin-left: 10%;
        margin-right: 3px;
        width: 20px;
        height: 20px;
        padding: 4px;
    }
    .homeDetail {
        margin-right: 0;
        width: 95px;
        padding-left: 0;
        font-size: 12px;
        height: 25px;
    }
    .homeDetail img {
        margin-left: 10%;
        margin-right: 3px;
        width: 20px;
        height: 20px;
        padding: 4px;
    }
    .homeButton {
        margin-top: 0px;
        margin-bottom: 10px;
        height: 20px;
        font-size: 12px;
    }
    .homeButton img {
        padding: 4px;
        width: 20px;
        height: 20px;
    }
    .servicePack {
        /*min-height: 330px;*/
        margin: 10px;
        box-shadow: 0px 0px 10px rgb(0 98 128 / 10%);
    }
    .service-icon img {
        /*padding: 25px 5px 5px 5px;*/
        /*width: 140px;*/
    }
    .title{
        font-size: 1em;
    }
    .text-center p {
        font-size: 0.9em;
    }
/*    .Applicationteam-info {
        padding: 10px 5px 10px 5px;
    }*/
/*    .Applicationteam-info h2 {        
        font-size: 1.2rem;
    }*/
/*    .Applicationteam-info p {
        font-size: 0.8rem;
    }*/
    .ServiceHeight {
        min-height: 150px;
    }
    .homeIntroduce {
        margin: 0;
    }
    .homeIntroduce ul {
        font-size: 0.8em;
    } 
    .themeHeadding.black h2 {
        /*font-size: 1em;*/
    }
    .FixedWidthTwo {
        width: 50%;
    }
    .singleBlog {
        min-height: 390px;
    }
    #blog_Sec .row .singleBlog .blog_imag {
        height: 200px; 
    }
    .ReadArticle {
        bottom: 5%;
        font-size: 1em;
    }
    .header-titles-wrapper {
        float: left;
    }
    .SlideOverlay .readmore,.Description_1,.Description_2,.disappear {
        display: none;
    }
    .DescriptionTwo {
         margin-top: 0px; 
         margin-bottom: 0px;
    }
    .IntervalTwo {
        margin-top: 0px;
    }
    .blog_tit {
        font-size: 1em;
        line-height: 21px;
    }
    .prevtwo img, .nexttwo img {
        margin-top: 20px;
    }
    .products-row {
        margin-bottom: 0px;
    }
    .AboutVideoBox {
        font-size: 3vw;
    }
    .relation {
        flex-direction: column;
        margin-top: 15px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .relation img {
        margin-right: 0px;
    }
    .CenterHorizontally {
        flex-direction: column;
    }
    .CenterHorizontally .InfocenterContent {
        width: 230px;
        padding-left: 0px;
    }
    .InfocenterTime p {
        font-size: 1.3vw;
    }
    .InfocenterContent p {
        font-size: 1.3vw;
    }
    .CenterHorizontally .InfocenterContent p img {
        width: 40px; 
    }
    .Overviewservice {
        width: 100%;
    }    
    .Overviewservice-text {
        width: 100%;
        padding-right: 5%;    }
    .Overviewservice-icon {
        display: none;
    }
    .Overviewservice p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .Overviewtitle {
        font-size: 2rem;
        line-height: 2rem;
    }
    .ContentsArticle .Overviewtitle {
        font-size: 3.5rem;
        line-height: 4rem;
    }
    .singleBlog_1 {
        flex-direction: column;
    }
    .NewsArticle_1,.NewsArticle_4 {
        transform: translate(0%, 0%);
    }
    .NewsBlog {
        min-height: 10px;
    }
    .singleBlog_0,.singleBlog_1,.singleBlog_2 {
        display: flex;
        display: -webkit-flex;
        flex-direction: column-reverse;
        min-height: auto;
        margin-bottom: 150px;
    }
    .TypicalUsersMargin {
        margin: 15px 0px;
    }
    .NewsBlog_cont .blog_tit {
        font-size: 1em;
    }
    .Newsblog_cont {
        height: auto;
    }
    .NewsBtn {
        bottom: auto;
        transform: translate(0%, 0%);
    }
    .Newsblog_imag {
        margin: 0px;
    }
    .timeline__item__content__date {
        font-size: 15px;
    }
    .timeline__item__content__description {
        font-size: 12px;
        margin: 0;
        padding-top: 5px;
    }
    .timeline__item__content__description a {
        color: #626262;
    }
    .service-text h2 {
        font-size: 1.8rem;
    }
    .AnimationContent {
        left: 50px;
    }
    .IntervalOne {
        margin-right: 0px;
    }

    .DescriptionContainer {
        display: flex;
        display: -webkit-flex;
        flex-direction: column-reverse;
    }
    .DescriptionImages {
/*        display: flex;
        display: -webkit-flex;
        align-items: center;*/
        display: none;
    }
    .NewsButton {
        margin-top: 0em;
    }
    .FeatureSlideOverlay .homeDetails {
        font-size: 12px;
    }
    .NewsButton .readmore {
        font-size: 15px;
        padding: 8px 30px;
    }
    .contact-box button {
        font-size: 15px;    
        padding: 8px 30px;
    }
    .IntervalBottom {
        margin-bottom: 1em;
        margin-top: 3em;
    }
    .serviceBox {
        height: 150px;
    }
    .NewsMultiRow {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        align-items: center;
    }
    .ContentsArticle {
        width: 100%;
        transform: translate(0, 0);
    }
   .SingleImg img {
        /*width: 50%;*/
    }
    .contactContainer {
        padding: 0px;
    }
    .HomeTitle {
        margin-bottom: 20px;
        padding: 0px;
    }
    .HomeContactContentBox {
        flex-direction: column;
        padding: 0px;
    }  
    .HomeContactContent {
        margin-left: 0px;
        padding: 10% 0px 0px 0px;
    }
    .HomeContactContent h4 {
        /*display: none;*/
        margin: auto;
        font-size: 26px;
    }
    .HomeContactContent p {
        /*font-size: 14px;*/
        width: 100%;
        margin: auto;
    }
 /*   .footer-credits {
        background-color: rgb(181,222,231);
    }*/
    .footer-join {
        /*display: none;*/
        height: 70%;
    }
    .IntroductionBackgroundPhone {
        display: block;
    }
    .IntroductionBackground {
        display: none;
    }
    .ImageContainerBlack {
        align-items: flex-start;
    }
    .IntroductionConrentBox {
        width: 100%;
        left: 0%; 
        padding: 0px 10%;
    }
    .ContactBanner {
        display: none;
    }
    .ContactBannerPhone {
        display: block;
    }
    .FeatureSlideOverlay {
        padding: 0px;
    }
    .services-row {
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    .ContactBlack p {
        font-size: 0.5em;
    }
    .ContactTitle, .ContactSubTitle {
        display: none;
    }
    .ContactText br {
        display: none;
    }
    .ContactHeaderDelete {
        display: block;
        margin-left: 13%;
    }
    .ShowBakcground {
        display: none;
    }
    .ShowBakcgroundPhone {
        display: block;
    }
    .HomeContactBakcground {
        display: none;
    }
    .HomeContactBakcgroundPhone {
        display: block;
    }
    .footer-container {
        justify-content: space-around;
        height: 62px;
    }
    .productsSynthesizerIntroduceBox {
        display: inline;
    }
}
@media only screen and (max-width: 800px) {
    .conceal {
        width: 330px;
    }    
/*    .ApplicationProduct {
        min-height: 280px;
    }*/
}
@media only screen and (max-width: 768px) {
    .ContactHeaderDelete {
        margin-left: 30px;
    }
}
@media only screen and (max-width: 600px) {
/*    .ApplicationProduct {
        min-height: 250px;
    }*/
    .FixedWidthTwo {
        width: 70%;
    }
    .SingleImg img {
        /*width: 100%;*/
    }
    .SingleImg {
        width: 100%;
    }
    .Single-info {
        padding-left: 0;
        padding-top: 10px;
        width: 100%;
    }
    .Single-info h5 {
        text-align: center;
        font-size: 4vw;
    }
    .PreviousText {
        display: none;
    }
    .NextText {
        display: none;
    }
    .ImageContainerBlack .SingleSpacing h3 {
        margin-left: 20%;
    }
    .ImageContainerBlack .SingleSpacing nav {
        margin-left: 20%;
    }
    .ContactBlack {
        width: 90%;
    }
    .HomeContactContent p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 460px) {
    .SingleApplicationProduct {
        margin: 5px;
        height: 180px;
        width: 160px;
    }
    .SingleApplicationteam-info {
        padding: 15px 5px;
    }
    .SingleApplicationteam-info h2 {
        font-size: 0.8em;
    }
    .SingleApplicationteam-info p {
        font-size: 0;
    }
    .HomeContactContent p {
        font-size: 12px;
        line-height: 18px;
    }
    .HomeContactContent h4 {
        font-size: 18px;
    }
    .IntroductionConrentBox h2 {
        font-size: 33px;
        line-height: 24px;
    }
    .IntroductionConrentBox p {
        font-size: 12px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 400px) {
    .ApplicationProduct {
        min-height: 450px;
        /*border-top: 5px solid #fff;*/
    }
    .FixedWidthTwo {
        width: 100%;
    }
/*    .ApplicationProduct_0 {
        border-bottom: 5px solid #5dabc9;
    }
    .ApplicationProduct_1 {
        border-bottom: 5px solid #c68f9d;
    }
    .ApplicationProduct_2 {
        border-bottom: 5px solid #dca852;
    }*/
/*    .Applicationteam-info p {
        line-height: 1.8em;
    }*/
    .ApplicationService-btn {
        width: 25px;
        transform: translate(-50%, 60%);
    }
}
/***************************************************
**Mobile
**************************************************