/*

    Template: pearl

    Theme Name: Pearl Child Theme

    Theme URI: http://pearl.stylemixthemes.com/

    Author: StylemixThemes

    Author URI: http://stylemixthemes.com/

    Description: Pearl WP is a true multi-niche WordPress theme, which consist of several micro-niche themes. Each micro-niche layout has its own features, modules and specifications. You can use UI modules from any layout and mix it with other UI modules. 300+ UI modules and 250+ prebuilt pages are available for use. Open the shell and find the Pearl!

    Version: 1.1.1

    License: GNU General Public License v2 or later

    License URI: http://www.gnu.org/licenses/gpl-2.0.html

    Tags: beauty salon, blog, business, church, coach, construction, consulting, corporate, ecommerce, multipurpose, music, portfolio, restaurant, transportation, travel, custom-header, custom-menu, editor-style, sticky-post, theme-options

	Text Domain: pearl-child-theme

*/


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #000000;
}

:-moz-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}
.serviceslist3d li span{
    font-weight:bold !important;
}
.btn{
  font-size: 14px !important;
  font-weight: 600 !important;
}
.our-tabs .vc_tta-container{
	margin-bottom: 0px !important;
}
.stm_events_list_style_1 .stm_event_single_list:last-child{
	margin-bottom: 0px !important;
}
.stm_services_style_3 .stm_services__image{
	margin: 0px !important;
}
p{
	text-align: justify;
}
.stm_testimonials_style_1 .stm_testimonials__info h6{
	font-weight: bold;
}
.moretext {
    display: none;
}
.moretext1 {
    display: none;
}
.content-width{
  width:70%;
  text-align: center;
  margin: 0px auto;  
}
.wpb_text_column ul, ol{
  margin-bottom: 15px !important;
}
.stm_posts_list_style_2 .stm_posts_list_single__body{
  background-color: #ffffff;
}
.vc_general.vc_tta.vc_tta-accordion {
    margin-bottom: 0px !important;
}
a.typewrite{
	font-size: 24px;
	text-decoration: none;
}
a.typewrite:hover{
	text-decoration: none;
}
.stm_separator_style_1 .stm_separator {
	width: 50px !important;
	height: 3px !important;
}
.margin-right30{
	margin-right: 15px;
}
.listmargin{
  margin-left: 35px;
}

.stm-header__row_color.pearl_is_sticky {
    transition: .3s ease;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
}
/**
 * Fancybox Comman CSS
 * ----------------------------------------------------------------------------
 */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('images/fancybox_sprite.png'); }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('images/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('images/blank.gif'); /* helps IE */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url('images/fancybox_overlay.png'); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('images/fancybox_sprite@2x.png'); background-size: 44px 152px;}
 #fancybox-loading div { background-image: url('images/fancybox_loading@2x.gif'); background-size: 24px 24px;}
}

/**
 * Slick Slider Comman CSS
 * ----------------------------------------------------------------------------
 */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  margin: 0 auto;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-prev {
  background: url(images/arrow-circle-left.svg) center no-repeat;
  border: medium none;
  outline: medium none;
  padding: 10px;
  position: absolute;
  top: 50%;
  z-index: 9;
  box-shadow: none;
  left: -40px;
  text-indent: -999999px;
  width: 26px;
  height: 26px;
}
.slick-slider .slick-prev:hover {
  background: url(images/arrow-circle-left.svg) center no-repeat;
}
.slick-slider .slick-next {
  background: url(images/arrow-circle-right.svg) center no-repeat;
  border: medium none;
  outline: medium none;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  box-shadow: none;
  right: -40px;
  text-indent: -999999px;
  width: 26px;
  height: 26px;
}
.slick-slider .slick-next:hover {
  background: url(images/arrow-circle-right.svg) center no-repeat;
}
.slick-slider .slick-disabled {
  cursor: default;
  opacity: 0;
}
.slick-slider .slick-disabled:hover {
  cursor: default;
  opacity: 0;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
  border:0px;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  display: table;
  content: '';
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
.slick-slide:focus{
	border:0px;
	outline: none;
}
.slick-slide img {
  display: block;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  background: none;
  border: none;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: none;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0 !important;
  position: relative;
  width: 20px;
}
.slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: medium none;
  padding: 5px;
  width: 36px;
  box-shadow: none;
}
.slick-dots li button:hover {
  outline: medium none;
}
.slick-dots li button:hover::before {
  opacity: 1;
}
.slick-dots li button:focus {
  outline: medium none;
}
.slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li button::before {
  color: #000;
  content: ".";
  font-size: 120px;
  height: 36px;
  left: 0;
  line-height: 20px;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  top: 0;
  width: 36px;
}
.slick-dots li.slick-active button::before {
  color: #000;
  opacity: 1;
}



#wrapper{

    padding-bottom: 80px !important;

}

/*Blog Page Style*/

.blogtitle{

    font-family: 'Raleway';

    color: #34495e;

    font-size: 22px;

    font-weight: 500;

    line-height: 34px;

    margin-bottom: 5px;

    letter-spacing:0px;

}

.stm_loop__single_list_style_2:last-child{

    margin-bottom: 0px !important;

    padding-bottom: 0px !important;

}

.stm_loop__single_list_style_2{

    margin-bottom: 40px !important;

    padding-bottom: 0px !important;

}

.stm_loop__single_list_style_2 .stm_loop__content .post_excerpt{

    margin-bottom: 34px;

}

/*Header section*/

.stm-header{

    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 5px rgba(0,0,0,0.075);

    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 5px rgba(0,0,0,0.075);

}

.stm-header__element .stm-icontext i{

    color:#ffffff !important;

}
.stm-navigation__default > ul > li ul li > a{
  text-transform: inherit !important;
}


/*Footer Section*/

.stm-footer .footer-widgets #nav_menu-2, #nav_menu-3{

    padding-left: 7%;

}

.stm-footer .stm-footer__bottom {

    padding-top: 15px !important;

    padding-bottom: 15px !important;

    border-top: 0px;

}

.stm-footer .footer-widgets{

    padding-bottom: 35px !important;

}

.stm-footer .footer-widgets aside.widget .widgettitle h4 {

    text-transform: capitalize !important;

}

/*Carrer page*/

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {

    margin-bottom: 15px;

}



/*case-studies*/

.single-stm_projects .section1{

    margin-bottom: 35px;

}

.single-stm_projects .section1 .Keyhighlightsbox{

    background-color: #305aaa;

    padding: 30px;

}

.single-stm_projects .section1 .Keyhighlightsbox .Keyhighlightsheading{

    text-transform: uppercase;

    font-size: 20px;

    line-height: 20px;

    color: #ffffff !important;

    font-weight: 600;

    letter-spacing: 1px;

    border-left: 4px solid #ffffff;

    padding-left: 16px;

    margin-bottom: 20px;

}

.single-stm_projects .section1 .Keyhighlightsbox .line-bottom{

    max-width: 100% !important;

    width: 100%;

    height: 1px;

    color: #fff;

    background-color: #fff;

    margin-bottom: 20px;

}

.single-stm_projects .section1 .Keyhighlightsbox .Keyhighlightslist{

    list-style-type: none;

}

.single-stm_projects .section1 .Keyhighlightsbox .Keyhighlightslist li{

    color: #ffffff;

    padding-left: 20px;

    margin-bottom: 10px;

    font-size: 15px;

    line-height: 1.6em;

}

.single-stm_projects .section1 .Keyhighlightsbox .Keyhighlightslist li:before {

    content: "\f105";

    font-family: FontAwesome;

    line-height: 1;

    top: 4px;

    font-size: 16px;

    color: #ffffff !important;

    transform: rotate(0deg);

    width: 0px;

    height: 0px;

}

.single-stm_projects .section2{

    margin-bottom: 15px;

}

.single-stm_projects .section2 .technologystack .icon {

    display: inline-block;

    vertical-align: top;

    width: 20%;

}

.single-stm_projects .section2 .technologystack .icon img{

    width: 48px;

    filter: grayscale(1);

}

.single-stm_projects .section2 .technologystack .content {

    display: inline-block;

    vertical-align: top;

    width: 80%;

    padding-left: 10px;

}

.single-stm_projects .section2 .technologystack .col-md-4{

    font-size: 0px;

    margin-bottom:15px;

}

.single-stm_projects .section2 .technologystack .content h3{

    font-size: 18px;

    line-height: 24px;

    font-family: inherit !important;

    color: #305aaa;

    margin-bottom: 5px;

}

.single-stm_projects .section2 .technologystack .content p{

    font-size: 14px;

    line-height: 20px;

}

.single-stm_projects .section3{

    margin-bottom: 0px;

}

.single-stm_projects .section3 .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list{

    background-color: #305aaa !important;

}

.single-stm_projects .section3 .stm_tabs_style_3 .vc_tta-tabs .vc_tta-tab.vc_active{

    background-color: #34495e !important;

}

.single-stm_projects .section4{

    margin-bottom: 60px;

}

.single-stm_projects .section5 .stm_projects_carousel_dark{

    padding: 0px;

}

.single-stm_projects .section5 .stm_projects_carousel__carousels{

    padding-top: 0px;

}

.stm_projects_grid_style_1 .stm_projects_carousel__overlay{

	border: 1px solid #e6e6e6;

}

.stm_projects_grid_style_1 .stm_projects_carousel__item .stm_projects_carousel__name{

    padding: 15px 8px!important;

    margin: 0px;

    height: 75px;

    overflow: hidden;

    display: flex;

    align-items: center;

}

.stm_projects_grid_style_1 .stm_projects_carousel__item .stm_projects_carousel__name:hover{

	text-decoration: none;

}

.stm_projects_grid_style_1 .stm_projects_carousel__overlay:hover {

    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);

    border-color: transparent;

}

.stm_projects_carousel__item .stm_projects_carousel__name{

    padding: 15px;

    margin: 0px !important;

    white-space: nowrap;

    display: block;

    overflow: hidden;

    max-width: 100%;

    text-overflow: ellipsis;

}

.stm_projects_carousel a:hover{

    text-decoration: none;

}

.stm_projects_carousel .stm_projects_carousel__overlay{

    border: 1px solid #e6e6e6;

}

.stm_projects_carousel .stm_projects_carousel__overlay:hover {

    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);

}

.stm_projects_grid_style_1 .stm_mgb_40{

	margin-bottom: 0px;

}

.stm_projects_carousel__carousels{

 padding-top: 0px !important;    

}

/**

* page-numbers

* ----------------------------------------------------------------------------

*/

.blog-pagenum ul.page-numbers {

    padding-left: 0;

}



.blog-pagenum ul.page-numbers li {

    list-style: none;

    float: left;

}



.blog-pagenum ul.page-numbers .page-numbers {

    text-decoration: none !important;

}



.blog-pagenum ul.page-numbers {

    position: relative;

    margin: 20px 0 40px 0;

    padding: 30px 0 0 0;

    border-top: 1px solid #cccccc;

    text-align: left;

    list-style-type: none;

}



.blog-pagenum ul.page-numbers:after {

    content: '';

    clear: both;

    display: table;

}



.blog-pagenum ul.page-numbers li {

    display: inline-block;

    vertical-align: top;

    position: relative;

    float: none;

    margin: 0 5px;

    background-color: #f0f0f1;

    border-radius: 50%;

    padding: 0px;

}

.blog-pagenum ul.page-numbers li::before{

    display: none;

}



.blog-pagenum ul.page-numbers li:last-child {

    margin-right: 0;

}



.blog-pagenum ul.page-numbers li:first-child {

    margin-left: 0;

}



.blog-pagenum ul.page-numbers .page-numbers {

    position: relative;

    display: block;

    min-width: 40px;

    height: 40px;

    text-align: center;

    font-size: 16px;

    line-height: 38px;

    font-weight: bold;

    color: #222;

    border: 2px solid transparent;

    border-radius: 50%;

    z-index: 15;

}



.blog-pagenum ul.page-numbers .page-numbers.current {

    color: #fff;

    background-color: #1f7bc6;

}



.blog-pagenum ul.page-numbers .page-numbers:hover {

    color: #fff;

}



.blog-pagenum ul.page-numbers .page-numbers .fa {

    font-size: 12px;

}



.blog-pagenum ul.page-numbers .page-numbers.next, .blog-pagenum ul.page-numbers .page-numbers.prev {

    background-color: transparent !important;

    border-radius: 99px;

    font-size: 20px;

    padding: 0;

    line-height: 34px;

}



.blog-pagenum ul.page-numbers .prev,

.blog-pagenum ul.page-numbers .next {

    background-color: transparent !important;

    font-size: 0px !important;

}

.blog-pagenum ul.page-numbers .prev:before{

	content: "\f053";

	font: normal normal normal 14px/1 FontAwesome;

	color: #222;

	position: relative;

	top: 7px;

}

.blog-pagenum ul.page-numbers .next:before{

	content: "\f054";

	font: normal normal normal 14px/1 FontAwesome;

	color: #222;

	position: relative;

	top: 7px;

}



/*Event Page*/

.stm_single_stm_events .stm_markup__content .stm_single_event__title{

    letter-spacing: 0px !important;

}







/*Request a quote*/

.page-id-3851 #wrapper{

    padding-bottom: 0px !important;

}





/*Responsive table*/

.responsivetable ul{

    margin: 10px 0px;

    padding: 0px;

    list-style-type: none;

    font-size: 0px;

    background-color: #f3f3f3;

}

.responsivetable ul li{

    display: inline-block;

    vertical-align: top;

    width: 15.74%;

    font-size: 13px;

    line-height: 17px;

    text-align: center;

    padding: 10px 5px;

    position: relative;

    height: 60px;

    border-right: 1px solid #ffffff;

    display: inline-grid;

    align-items: center;

}

.responsivetable ul li:nth-child(1) {

    background-color: #305aaa;

    color: #ffffff;

}

.responsivetable ul li:last-child{

  border-right: 0px;

}



@media (max-width: 550px) {

    .responsivetable ul li{

        font-size: 11px;

        height: 105px;

    }

    .responsivetable ul li:nth-child(n+3){

        width: 12%;

    }

    .responsivetable ul li:nth-child(-n+3){

        width: 21%;

    }

}
/*Tetra4D Converter*/
.tetra4d-converter-section1{
    padding: 70px 0px 50px !important;
}
.tetra4d-converter-section2{
    padding-bottom: 70px !important;
    padding-top: 70px !important;
}
.tetra4d-converter-section2 .wpb_video_widget{
  margin-bottom: 0px;
}
.tetra4dconverter-features{
    padding: 70px 0px;
}
.tetra4dconverter-features .features-wrap{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}
.tetra4dconverter-features .features-wrap li{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding: 10px 17.5px;
    outline: 0px;
}
.tetra4dconverter-features .features-wrap li:before{
    display: none;
}
.tetra4dconverter-features .feature-box{
    /*background-color: #ffffff;
    box-shadow: 0 10px 14px rgba(33,68,239,.07), 0 13px 45px rgba(23,44,232,.04);
    padding: 40px !important;
    border: 1px solid #f2f5fa;
    border-radius: 5px;
    height: 300px;*/
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 40px !important;
    border: 1px solid #ffffff;
    border-radius: 5px;
    height: 285px;
}
body.postid-4235 .tetra4dconverter-features .feature-box{
	height: 320px;
}
body.postid-4237 .tetra4dconverter-features .feature-box{
	height: 320px;
}
.tetra4dconverter-features .feature-box .feature-img{
    width: 36px;
    height: auto;
    margin-bottom: 25px;
}
.tetra4dconverter-features .feature-box .feature-img img{
   /* filter: grayscale(50%);*/
}
.tetra4dconverter-features .features-box .feature-box .feature-title h4{
    margin-bottom: 15px;
    font-weight: 600;
    color: #3156a7;
    font-size: 18px;
}
/*.tetra4dconverter-features .features-wrap li:nth-child(1) .feature-box .feature-title h4{
   color: #000;
}
.tetra4dconverter-features .features-wrap li:nth-child(2) .feature-box .feature-title h4{

}
.tetra4dconverter-features .features-wrap li:nth-child(3) .feature-box .feature-title h4{

}
.tetra4dconverter-features .features-wrap li:nth-child(4) .feature-box .feature-title h4{
  color: #0000FF;  
}
.tetra4dconverter-features .features-wrap li:nth-child(5) .feature-box .feature-title h4{
  color: #9400D3; 
}
.tetra4dconverter-features .features-wrap li:nth-child(6) .feature-box .feature-title h4{
  color: #FF7F00;
}*/
.tetra4dconverter-features .feature-box .feature-content p{
    font-size: 14px;
    line-height: 24px;
    /*color: #ffffff;*/
}
.stm_services_single__panel{
  display: none;
}
.non-CAD-users{
  padding-top: 70px;
  padding-bottom: 35px;
}
.case-studies{
  padding-top: 70px;
  padding-bottom: 70px;
}
.case-studies .wpb_single_image{
  margin-bottom: 0px;
}
.tetra4d-table{
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.tetra4D-converter-section4{
  padding-top: 70px;
  padding-bottom: 80px;
  margin-bottom: -80px;
}
.tetra4D-converter-section4-box .vc_column-inner .wpb_wrapper{
  background-color: #f2f5fa;
  -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  border: 1px solid #e8e8ef;
  height: 100%;
}
.tetra4D-converter-section4-box .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper{
  border:0px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tetra4D-converter-section4-box .vc_column-inner .wpb_wrapper .wpb_single_image{
  margin-bottom: 15px;
  text-align: center;
}
.tetra4D-converter-section4-box .vc_column-inner .wpb_wrapper .wpb_single_image img{
   max-width: 80%;
   padding: 20px 0px;
}
.tetra4D-converter-section4-box .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper{
   border:0px;
   background-color:#ffffff; 
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tetra4D-converter-section4-box .vc_column-inner .wpb_wrapper .vc_custom_heading{
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.tetra4D-converter-section4-box .vc_column-inner .wpb_wrapper .wpb_text_column{
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.tetra4D-converter-section4-box .vc_column-inner .wpb_wrapper .stm-button{
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.tetra4D-converter-section4-box .vc_column-inner .wpb_wrapper .wpb_text_column p a{
	text-decoration: none;
	color: rgb(51, 51, 51);
}
.tetra4d-converter-quick-links{
  margin-bottom: 35px;
}
.tetra4d-converter-quick-links .vc_column-inner{
  padding: 25px !important;
}
.tetra4d-converter-quick-links .vc_column-inner .vc_wp_custommenu .widget .widgettitle{
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-transform: inherit !important;
  color: #ffffff;
}
.tetra4d-converter-quick-links .vc_column-inner .vc_wp_custommenu .widget .menu-tetra4d-converter-container ul li{
  padding: 0px;
}
.tetra4d-converter-quick-links .vc_column-inner .vc_wp_custommenu .widget .menu-tetra4d-converter-container ul li a{
  color: #ffffff;
}
.tetra4d-converter-quick-links .vc_column-inner .vc_wp_custommenu .widget .menu-tetra4d-converter-container ul li a:before{
  content: '\f105';
  font: normal normal normal 18px/1 FontAwesome;
  padding-right: 10px;
  color: #ffffff;
}
.tetra4d-converter-quick-links .vc_column-inner .vc_wp_custommenu .widget .menu-tetra4d-converter-container ul li a:hover{
  color: #ffffff !important;
}
.tetra4d-converter-support{
  margin-bottom: 35px;
}
.tetra4d-converter-support .vc_column-inner{
  padding: 25px !important;
}
.tetra4d-converter-support .vc_column-inner .wpb_wrapper .vc_custom_heading{
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-transform: inherit !important;
}

.tetra4dconverter-whatyousee{
  padding-top: 70px;
  padding-bottom: 80px;
}
.tetra4dconverter-whatyousee .wpb_text_column .wpb_wrapper p{
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
.system-requirements ul{
	margin-bottom: 24px;
}
.system-requirements ul li ul{
	margin-top: 15px;
}

.import-formats-2d  ul{

    margin: 10px 0px;

    padding: 0px;

    list-style-type: none;

    font-size: 0px;

    background-color: #f3f3f3;

}

.import-formats-2d  ul li{

    display: inline-block;

    vertical-align: top;

    width: 33.33%;

    font-size: 13px;

    line-height: 17px;

    text-align: center;

    padding: 10px 5px;

    position: relative;

    height: 60px;

    border-right: 1px solid #ffffff;

    display: inline-grid;

    align-items: center;

}

.import-formats-2d  ul:nth-child(1) li {

    background-color: #305aaa;

    color: #ffffff;

}

.import-formats-2d  ul li:last-child{

  border-right: 0px;

}

.export-formats-3d ul{

    margin: 10px 0px;

    padding: 0px;

    list-style-type: none;

    font-size: 0px;

    background-color: #f3f3f3;

}

.export-formats-3d ul li{

    display: inline-block;

    vertical-align: top;

    width: 20%;

    font-size: 13px;

    line-height: 17px;

    text-align: center;

    padding: 10px 5px;

    position: relative;

    height: 60px;

    border-right: 1px solid #ffffff;

    display: inline-grid;

    align-items: center;

}

.export-formats-3d ul:nth-child(1)  li{

    background-color: #305aaa;

    color: #ffffff;
}

.export-formats-3d ul li:last-child{

  border-right: 0px;

}

.import-formats-3d ul{
    margin: 10px 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 0px;
    background-color: #f3f3f3;
}

.import-formats-3d ul li{

    display: inline-block;

    vertical-align: top;

    width: 16.66%;

    font-size: 13px;

    line-height: 17px;

    text-align: center;

    padding: 10px 5px;

    position: relative;

    height: 60px;

    border-right: 1px solid #ffffff;

    display: inline-grid;

    align-items: center;

}
.import-formats-3d ul li:nth-child(n+3){
    width: 12%;
}
.import-formats-3d ul li:nth-child(-n+3){
    width: 21.33%;
}
.import-formats-3d ul:nth-child(1) li {

    background-color: #305aaa;

    color: #ffffff;

}

.import-formats-3d ul li:last-child{

  border-right: 0px;

}



@media (max-width: 550px) {

    .import-formats-3d ul li{

        font-size: 10px;

        height: 105px;

    }

/*    .import-formats-3d ul li:nth-child(n+3){
        width: 12%;
    }

    .import-formats-3d ul li:nth-child(-n+3){
        width: 21%;
    }*/

}

.version-log ul{
	margin-bottom: 24px;
}
.legend{	
	margin-top: 24px;
}
.legend ul{
    margin: 10px 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 0px;
    background-color: #f3f3f3;
}

.legend ul li{
    display: block;
    vertical-align: top;
    width: 33.33%;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    padding: 10px 5px;
    position: relative;
    height: 60px;
    border-right: 1px solid #ffffff;
    display: inline-grid;
    align-items: center;
}
.legend ul li:last-child{
  border-right: 0px;
}
@media (max-width: 550px) {
    .legend ul li{
      height: auto;
    }
}
/*system-requirements*/

/*Tetra4D Enrich*/
.import-formats-2d-tetra4d-enrich ul{

    margin: 10px 0px;

    padding: 0px;

    list-style-type: none;

    font-size: 0px;

    background-color: #f3f3f3;

}

.import-formats-2d-tetra4d-enrich ul li{

    display: inline-block;

    vertical-align: top;

    width: 25%;

    font-size: 13px;

    line-height: 17px;

    text-align: center;

    padding: 10px 5px;

    position: relative;

    height: 60px;

    border-right: 1px solid #ffffff;

    display: inline-grid;

    align-items: center;

}

.import-formats-2d-tetra4d-enrich ul:nth-child(1) li {

    background-color: #305aaa;

    color: #ffffff;

}

.import-formats-2d-tetra4d-enrich ul li:last-child{

  border-right: 0px;

}


/**
 *  Modal-banner 
 * ----------------------------------------------------------------------------
 */
.internal-page-banner{
  margin-top: -60px !important;
}
.modal-banner {
  position: relative;
}
.modal-banner .slide {
  max-height: 400px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.modal-banner .slide .item {
  background-size: cover;
  background-position: center center;
  height: 400px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.modal-banner .slide .item img {
  width: 100%;
  height: auto;
}
.modal-banner .modal-inner-banner-content {
  position: absolute;
  width: 100%;
  top: 35%;
  z-index: 99;
  text-align: left;
  top: 0px;
  bottom: 0px;
  display: grid;
  align-items: center;
}
.modal-banner .modal-inner-banner-content .baanner_content .image{
  margin-bottom: 30px;
}
.modal-banner .modal-inner-banner-content .baanner_content h2 {
  font-size: 38px;
  line-height: 25px;
  padding-bottom: 25px;
  margin: 0;
  color: #ffffff;
}
body.postid-4239 .modal-banner .modal-inner-banner-content .baanner_content h2 {
	color: #000000;
}
body.page-id-3797 .modal-banner .modal-inner-banner-content .baanner_content h2 {
	color: #000000;
}
body.postid-4272 .modal-banner .modal-inner-banner-content .baanner_content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.modal-banner .modal-inner-banner-content .baanner_content p{
	width: 45%;
}
.modal-banner .modal-inner-banner-content .baanner_content p:last-child {
  margin-bottom: 24px;
}
.modal-banner .modal-inner-banner-content .baanner_content .mybtn {
  padding: 15px 0px;
}
.modal-banner .modal-inner-banner-content .baanner_content .mybtn a {
  border: 1px solid #3156a7;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  background: #3156a7;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  font-weight: 600;
  text-transform: uppercase;
}
.modal-banner .modal-inner-banner-content .baanner_content .mybtn a:hover {
  border: 1px solid #3156a7 !important;
  color: #3156a7 !important;
  background: #ffffff !important;
  text-decoration: none;
}


/**
 *  Video Modal-banner 
 * ----------------------------------------------------------------------------
 */
.internal-page-banner{
  margin-top: -60px !important;
}
.video-modal-banner {
  position: relative;
}
.video-modal-banner .slide {
  max-height: 400px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.video-modal-banner .slide .item {
  background-size: cover;
  background-position: center center;
  height: 400px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.video-modal-banner .slide .item img {
  width: 100%;
  height: auto;
}
.video-modal-banner .modal-inner-banner-content {
	position: absolute;
	width: 100%;
	top: 0px;
	bottom: 0px;
	z-index: 99;
	text-align: left;
	display: grid;
	align-items: center;
}
.video-modal-banner .modal-inner-banner-content .container{
  max-width: 70%;
}
.video-modal-banner .modal-inner-banner-content .video-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: 100vh; */
  grid-gap: 0px 60px;
  align-items: center;
}
.video-modal-banner .modal-inner-banner-content .baanner_content .image{
  margin-bottom: 30px;
}
.video-modal-banner .modal-inner-banner-content .baanner_content h2 {
  font-size: 38px;
  line-height: 25px;
  padding-bottom: 25px;
  margin: 0;
}
.video-modal-banner .modal-inner-banner-content .baanner_content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}
.video-modal-banner .modal-inner-banner-content .baanner_content p:last-child {
  margin-bottom: 24px;
}
.video-modal-banner .modal-inner-banner-content .baanner_content .mybtn {
  padding: 15px 0px;
}
.video-modal-banner .modal-inner-banner-content .baanner_content .mybtn a {
  border: 1px solid #3156a7;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  font-weight: 600;
  background-color: #3156a7;
  text-transform: uppercase;
}
.video-modal-banner .modal-inner-banner-content .baanner_content .mybtn a:hover {
  border: 1px solid #3156a7 !important;
  color: #3156a7 !important;
  background: #ffffff !important;
  text-decoration: none;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.page-id-4414 .modal-banner .modal-inner-banner-content .baanner_content h2{
  text-align: right;
}
body.page-id-471 .modal-banner .modal-inner-banner-content .baanner_content h2{
  color: #000000;
}
body.postid-4272 .modal-banner .modal-inner-banner-content .baanner_content h2{
  color: #ffffff;
}
body.postid-4272 .modal-banner .modal-inner-banner-content .baanner_content p{
  /*color: #ffffff;*/
}
body.postid-5209 .modal-banner .modal-inner-banner-content .baanner_content p{
   color: #ffffff;
}
body.postid-5210 .modal-banner .modal-inner-banner-content .baanner_content p{
   color: #ffffff;
}
.section1{
  padding: 70px 0px 50px;
}
.section2{
  padding-bottom: 70px;
}
.enquire-form .vc_column-inner{
  padding: 0px !important;
}
.form-block {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  border: 1px solid #e8e8ef;
  background-color: #f2f5fa;
}
.form-block .widget_sow-headline {
  text-align: center;
  border-bottom: 3px solid #3156a7 !important;
  padding: 20px;
  margin: 0 0 20px 0;
  background-color: #3156a7 !important;
  margin-bottom: 15px !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.form-block .widget_sow-headline .sow-headline{
  font-size: 24px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 600;
}
.form-block .widget_sow-headline p{
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.form-block .widget_sow-headline .so-widget-sow-headline {
  margin-bottom: 0px !important;
}
.form-block .widget_sow-headline .so-widget-sow-headline .sow-sub-headline {
  width: 100%;
}
.form-block .contact-form {
  padding: 20px;
}
.stm_form_style_13 select, .stm_form_style_13 input[type="text"], .stm_form_style_13 input[type="email"], .stm_form_style_13 input[type="search"], .stm_form_style_13 input[type="password"], .stm_form_style_13 input[type="number"], .stm_form_style_13 input[type="date"], .stm_form_style_13 input[type="tel"], .stm_form_style_13 textarea, .stm_form_style_13 .form-control{
  height: 40px !important;
}



/*footer-strip*/
.dynamic-footer-strip{

    background-color: #3156a7;

    padding: 35px 0px 30px;

}

.dynamic-footer-strip .widget {

    margin-bottom: 0px;

}

.footer-strip{

    font-size: 0px;

}

.dynamic-footer-strip .left{

    color: #ffffff;

    font-size: 24px;

    line-height: 34px;

    width: 75%;

    display: inline-block;

    vertical-align: top;

    font-weight: 500;

}

.dynamic-footer-strip .right{

    width: 25%;

    display: inline-block;

    vertical-align: top;

    text-align: right;

}

.dynamic-footer-strip .right a{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #34495e;

    background-color: #ffffff;

    padding: 10px 30px;

    border-radius: 5px;

    text-decoration: none;

    border:1px solid #ffffff;

}

.dynamic-footer-strip .right a:hover{

    background-color: transparent;

    color: #ffffff;

}


 /**
 * Thank you
 * ----------------------------------------------------------------------------
 */
.thank_you {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.thank_you img {
  width: 100px;
}
.thank_you h4 {
  font-size: 34px;
  margin: 10px 0;
}
.thank_you p {
  font-size: 16px;
  padding: 0;
  text-align: center;
  line-height: 24px;
  width: 70%;
  margin: 0px auto;
  margin-bottom: 15px;
}


/*ZWCAD*/
.zwcad-section1{
  padding-top: 70px;
  padding-bottom: 70px;
}
.zwcad-section1-box .vc_column-inner .wpb_wrapper{
  border:0px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.zwcad-section1-box .vc_column-inner .wpb_wrapper:hover{
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.zwcad-section1-box .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper{
  border:0px;
  padding-bottom: 0px;
}
.zwcad-section1-box .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper{
	padding-bottom: 0px;
}
.zwcad-section1-box .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper:hover {
    box-shadow: none;
}
.zwcad-section1-box .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper:hover{
   box-shadow: none;
}
.zwcad-section1-box .vc_column-inner .wpb_wrapper .wpb_single_image{
  margin-bottom: 15px;
}
.zwcad-section1-box .vc_column-inner .wpb_wrapper .vc_custom_heading{
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.zwcad-section1-box .vc_column-inner .wpb_wrapper .wpb_text_column{
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.zwcad-section2{
	padding-top: 50px;
	padding-bottom: 50px;
}
#key-features-section ul.key-features-slider {
  margin: 0;
  padding: 0;
}
#key-features-section ul.key-features-slider li {
  text-align: center;
  margin: 0px auto;
  padding:0px;
  padding: 10px;
}
#key-features-section ul.key-features-slider li:before{
  display: none;
}
#key-features-section ul.key-features-slider li .key-features-box{
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  top: 0px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-os-font-smoothing: grayscale;
  box-sizing: border-box;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#key-features-section ul.key-features-slider li .key-features-box:hover{
  box-shadow: 0 0 10px #e6e3e3;
  top: -5px;
}
#key-features-section ul.key-features-slider li .key-features-box .box {
/*  height: 120px;
  border-radius: 50%;
  width: 120px;
  background: #fff;
  position: relative;
  margin: 0px auto;*/
}
#key-features-section ul.key-features-slider li .key-features-box .box img {
/*  width: 60px;
  position: absolute;
  top: 30px;
  left: 30px;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  cursor: pointer;
*/}
#key-features-section ul.key-features-slider li .key-features-box .key-features-title {
  padding: 15px 0px;
  font-size: 17px;
  color: #000;
  background-color: #ffffff;
  border-top:1px solid #f2f2f2;
}
#key-features-section .slick-prev {
  background: url(images/arrow-circle-left.svg) center no-repeat;
  border: medium none;
  outline: medium none;
  padding: 0px;
  position: absolute;
  top: 45%;
  z-index: 9;
  box-shadow: none;
  left: -30px;
  text-indent: -999999px;
  width: 26px;
  height: 26px;
}
#key-features-section .slick-prev:hover {
  background: url(images/arrow-circle-left.svg) center no-repeat;
}
#key-features-section .slick-next {
  background: url(images/arrow-circle-right.svg) center no-repeat;
  border: medium none;
  outline: medium none;
  padding: 0px;
  position: absolute;
  top: 45%;
  box-shadow: none;
  right: -30px;
  text-indent: -999999px;
  width: 26px;
  height: 26px;
}
#key-features-section .slick-next:hover {
  background: url(images/arrow-circle-right.svg) center no-repeat;
}
.zwcad-section3{
  margin-top: 70px;
  margin-bottom: 70px;
}
.zwcad-section3 .list{
      list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap:30px;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
}
.zwcad-section3 .list li:before {
    content: '\f105';
    font: normal normal normal 18px/1 FontAwesome;
    padding-right: 10px;
    transform: rotate(0deg);
    width: 0;
    height: 0;
    top:5px;
}
.stm_tabs_style_5 .vc_tta.vc_tta-tabs .vc_tta-panels-container{
  background-color: #f2f5fa !important;
}
.stm_tabs_style_5 .vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active{
  background-color: #f2f5fa !important;
}
/*.wpb-js-composer .vc_tta.vc_general .vc_tta-panel{
  margin-bottom: 0px;
}*/

.zwcad-section3 .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list{
    background-color: #305aaa !important;
}

.zwcad-section3 .stm_tabs_style_3 .vc_tta-tabs .vc_tta-tab.vc_active{
    background-color: #34495e !important;
}

.zwcad-section4 .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list{
    background-color: #305aaa !important;
}
.zwcad-section4 .stm_tabs_style_3 .vc_tta-tabs .vc_tta-tab.vc_active{
    background-color: #34495e !important;
}
.zwcad-section4{
	margin-bottom: 70px;
	margin-top: 70px;
}
.zwcad-section4 .images-content-section .wpb_single_image{
	margin-bottom: 0px;
}
.zwcad-section4 .images-content-section .wpb_text_column{
	margin-bottom: 0px;
}
.zwcad-section4 .zwcad-section4-box .vc_column-inner .wpb_wrapper{
  border:2px solid #ffffff;
  margin-bottom: 35px;
}
.zwcad-section4 .zwcad-section4-box .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper{
  border:0px;
}
.zwcad-section4 .zwcad-section4-box .vc_column-inner .wpb_wrapper .stm_video{
  margin-bottom: 15px;
}
.zwcad-section4 .zwcad-section4-box .vc_column-inner .wpb_wrapper .vc_custom_heading{
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.zwcad-section4 .zwcad-section4-box .vc_column-inner .wpb_wrapper .wpb_text_column{
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.zwcad-section5{
  padding-top: 70px;
  padding-bottom: 80px;
  margin-bottom: -80px;
}
.zwcad-section6{
  padding: 55px 0px 55px !important;
}

/*Tetra4d Converter Trial Page*/
.form-block-trial-page{

}
.form-block-trial-page .vc_column-inner .wpb_wrapper{
  background: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  border: 1px solid #e8e8ef;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-color: #f2f5fa;
}
.form-block-trial-page .vc_column-inner .wpb_wrapper .wpb_content_element .wpb_wrapper{
	background: transparent;
	border-radius: 0px;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	border: 0px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	background-color: transparent;
}
.form-block-trial-page .widget_sow-headline {
  text-align: center;
  border-bottom: 3px solid #3156a7 !important;
  padding: 20px;
  margin: 0 0 20px 0;
  background-color: #3156a7 !important;
  margin-bottom: 15px !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.form-block-trial-page .widget_sow-headline .sow-headline{
  font-size: 24px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 600;
}
.form-block-trial-page .widget_sow-headline p{
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.form-block-trial-page .widget_sow-headline .so-widget-sow-headline {
  margin-bottom: 0px !important;
}
.form-block-trial-page .widget_sow-headline .so-widget-sow-headline .sow-sub-headline {
  width: 100%;
}
.form-block-trial-page .contact-form {
  padding: 20px;
}
.form-block-trial-page .contact-form1{
	padding: 30px 20px;
}
.form-block-trial-page .contact-form p{
  margin-bottom: 20px;
}
.change-grid span.wpcf7-form-control.wpcf7-checkbox{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit,minmax(140px,1fr));
}
.change-grid span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item{
  margin: 0px !important;
}
.wpcf7-form-control-wrap .wpcf7-list-item label{
  margin-bottom: 0px;
}


.tetra4d-trial .vc_column-inner .wpb_wrapper{
   background: #e3bea41f;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  border: 1px solid #e8e8ef;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-color: #e3bea41f;
}
.tetra4d-trial .widget_sow-headline{
  border-bottom: 3px solid #d3441c !important;
  background-color: #d3441c !important;
}
.tetra4d-trial .stm_input_wrapper:before{
  border-color: #d3441c !important;
}
.tetra4d-trial  button[type="submit"]:not(.btn), input[type="submit"]:not(.btn){
  background-color: #d3441c !important;
}
.tetra4d-trial  button[type="submit"]:not(.btn):hover, input[type="submit"]:not(.btn):hover{
      background-color: #d3441c !important;
}


.enrich-trial .vc_column-inner .wpb_wrapper{
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  border: 1px solid #84322c0f;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-color: #84322c0f;
}
.enrich-trial .widget_sow-headline{
  border-bottom: 3px solid #84322c !important;
  background-color: #84322c !important;
}
.enrich-trial .stm_input_wrapper:before{
  border-color: #84322c !important;
}
.enrich-trial  button[type="submit"]:not(.btn), input[type="submit"]:not(.btn){
  background-color: #84322c !important;
}
.enrich-trial  button[type="submit"]:not(.btn):hover, input[type="submit"]:not(.btn):hover{
      background-color: #84322c !important;
}


.tetra4d-automate .vc_column-inner .wpb_wrapper{
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  border: 1px solid #c36d150f;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-color: #c36d150f;
}
.tetra4d-automate .widget_sow-headline{
  border-bottom: 3px solid #c36d15 !important;
  background-color: #c36d15 !important;
}
.tetra4d-automate .stm_input_wrapper:before{
  border-color: #c36d15 !important;
}
.tetra4d-automate  button[type="submit"]:not(.btn), input[type="submit"]:not(.btn){
  background-color: #c36d15 !important;
}
.tetra4d-automate  button[type="submit"]:not(.btn):hover, input[type="submit"]:not(.btn):hover{
      background-color: #c36d15 !important;
}


.ZWCAD-Trail .vc_column-inner .wpb_wrapper{
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  border: 1px solid #006bd30f;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-color: #006bd30f;
}
.ZWCAD-Trail .widget_sow-headline{
  border-bottom: 3px solid #006bd3 !important;
  background-color: #006bd3 !important;
}
.ZWCAD-Trail .stm_input_wrapper:before{
  border-color: #006bd3 !important;
}
.ZWCAD-Trail  button[type="submit"]:not(.btn), input[type="submit"]:not(.btn){
  background-color: #006bd3 !important;
}
.ZWCAD-Trail  button[type="submit"]:not(.btn):hover, input[type="submit"]:not(.btn):hover{
      background-color: #006bd3 !important;
}
.Our-services4{
  padding-top: 70px;
}
.Our-services3{
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: -80px;
}
.Our-services3 .wpb_single_image{
	margin-bottom: 0px;
}
.Our-services1{
  padding-top: 70px;
  padding-bottom: 70px;
}
/*Gallery Images page*/
.wpb_gallery_slides ul.wpb_image_grid_ul .isotope-item{
  padding: 10px;
} 

.gallery-section {
  padding-top: 70px;
  /*padding-bottom: 70px;*/
}
.gallery-section .gallery-box{
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
}
.gallery-section .gallery-images {
  text-align: center;
  /*margin-top: 30px;*/
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  top: 0px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-os-font-smoothing: grayscale;
  box-sizing: border-box;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-section .gallery-images:hover {
  box-shadow: 0 0 10px #e6e3e3;
  top: -5px;
}
.gallery-section .gallery-images h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  padding: 20px;
  border: 1px solid #e8e8ef;
  border-radius: 0px 0px 6px 6px;
  margin: 0px;
}
.gallery-section .gallery-images a {
  display: block;
}
.gallery-section .floor-img {
	display: block;
	border-radius: 6px;
	width: 100%;
	display: grid;
	grid-template-rows: 280px;
}
.gallery-section .floor-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/*Case Studies page 2*/
.casestudies-section{

}
.casestudies-section .casestudies-box{
  background-color: #eeeceb;
  padding: 30px;
  height: 570px;
  overflow: hidden
} 
.casestudies-section .casestudies-box h3{
  font-size: 20px;
  line-height: 28px;
}
.casestudies-section .casestudies-box .wpb_single_image{
  margin-bottom: 20px;
}
.casestudies-section .casestudies-box  .wpb_text_column{
  margin-bottom: 20px;
}

/*NX CAD*/
.nxcad-section1{
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.nxcad-section1 .wpb_text_column{
	margin-bottom: 0px;
}
.nxcad-section2{
  padding-top: 70px;
  padding-bottom: 70px;
}
.nxcad-section2-box .vc_column-inner .wpb_wrapper{
  background-color: #ffffff;
  box-shadow: 0 10px 14px rgba(33,68,239,.07), 0 13px 45px rgba(23,44,232,.04);
  padding: 25px;
}
.nxcad-section2-box .vc_column-inner .wpb_single_image{
  margin-bottom: 15px;
}
.nxcad-section2-box .vc_column-inner .wpb_single_image .wpb_wrapper{
  background-color: transparent;
  box-shadow: none;
  padding:0px;
}
.nxcad-section2-box .vc_column-inner .vc_custom_heading{
  margin-bottom: 0px;
}
.nxcad-section3{
  padding-top: 70px !important;
}
.nxcad-section3 .nxcad-section3-box .vc_column-inner{
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
  background-color: #fff;
  padding: 25px 15px 15px;
  position: relative;
  -webkit-transition: transform .2s ease,-webkit-box-shadow .2s ease;
  transition: transform .2s ease,box-shadow .2s ease;
  top: 0;
}
.nxcad-section3 .nxcad-section3-box .vc_column-inner:hover{
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  box-shadow: 0 17px 25px rgba(0,0,0,.13);
  -webkit-box-shadow: 0 17px 25px rgba(0,0,0,.13);
}
.nxcad-section3 .siemens-nx-section-box{
	margin-bottom: 35px;
}

.nxcad-section3 .siemens-nx-section-box .vc_column-inner .wpb_wrapper{
  background-color: #f2f5fa;
  -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  border: 1px solid #e8e8ef;
  height: 100%;
}
.nxcad-section3 .siemens-nx-section-box .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper{
  border:0px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
}
.nxcad-section3 .siemens-nx-section-box .vc_column-inner .wpb_wrapper .wpb_single_image{
  margin-bottom: 15px;
  text-align: center;
}
.nxcad-section3 .siemens-nx-section-box .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper{
   border:0px;
   background-color:#ffffff; 
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
}
.nxcad-section3 .siemens-nx-section-box .vc_column-inner .wpb_wrapper .vc_custom_heading{
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.nxcad-section3 .siemens-nx-section-box .vc_column-inner .wpb_wrapper .wpb_text_column{
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.nxcad-section3 .siemens-nx-section-box .vc_column-inner .wpb_wrapper .stm-button{
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.nxcad-section3 .siemens-nx-section-box .vc_column-inner .wpb_wrapper .wpb_text_column p a{
	text-decoration: none;
	color: rgb(51, 51, 51);
}

/*PDF Samples*/
.pdfsamples-section{

}
.pdfsamples-section .pdfsamples-box .vc_column-inner .wpb_wrapper{
  border:1px solid #f2f2f2;
  padding-bottom: 25px;
}
.pdfsamples-section .pdfsamples-box .vc_column-inner .wpb_single_image .wpb_wrapper{
  border:0px;
  padding-bottom: 0px;
}
.pdfsamples-section .pdfsamples-box .vc_column-inner .wpb_text_column .wpb_wrapper{
  border:0px;
  padding-bottom: 0px;
}
.pdfsamples-section .pdfsamples-box .vc_column-inner .wpb_single_image{
  margin-bottom: 15px;
}
.pdfsamples-section .pdfsamples-box .vc_column-inner .vc_custom_heading{
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}
.pdfsamples-section .pdfsamples-box .vc_column-inner .wpb_text_column{
  margin-bottom: 15px;
}

/*Home Page css*/
.blog-model{
	background-color: #f2f5fa;
	padding-top: 70px;
	padding-bottom: 80px;
	margin-bottom: -80px;
}
.blog-model .stm_posts_list_style_2 .stm_posts_list_single{
	margin-bottom: 0px !important;
}
.testimonial-model{
	padding-top: 70px;
	padding-bottom: 35px;
}
.case-studies-model{
	background-color: #f2f5fa;
	padding-top: 70px;
	padding-bottom: 70px;
}
.case-studies-model .wpb_single_image {
	margin-bottom: 0px;
}
.ourclient-model{
	padding-top: 70px;
	padding-bottom: 35px;
}
.ourclient-model .ourclient-slider{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
  margin-bottom: 0px !important; 
}
.ourclient-model .ourclient-slider .ourclient-slide{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	padding: 10px;
	text-align: center;
}
.ourclient-model .ourclient-slider .ourclient-slide:before{
	display: none;
}
.ourclient-model .ourclient-slider .ourclient-slide .ourclient-box{
	background-color: transparent;
   /* box-shadow: 0 10px 14px rgba(33,68,239,.07), 0 13px 45px rgba(23,44,232,.04);*/
    padding: 0px;
}
.ourclient-model .ourclient-slider .ourclient-slide .ourclient-box .box{
	text-align: center;
	margin: 0px auto;
	/*height: 120px;
	border-radius: 50%;
	width: 120px;
	background: #f2f5fa;*/
	position: relative;
	margin: 0px auto;
}
.ourclient-model .ourclient-slider .ourclient-slide .ourclient-box .box img{
 /* width: 60px;
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;*/
  text-align: center;
  margin: 0px auto;
}
.ourclient-model .ourclient-slider .ourclient-slide .ourclient-box .ourclient-title{
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	margin-top: 15px;
	font-weight: 600;
}

.ourclient-model .slick-slider .slick-next{
  top: 30% !important;
}
.ourclient-model .slick-slider .slick-prev{
   top: 30% !important;
}

.about-model{
	margin-top: 40px;
	margin-bottom: 40px;
}
.about-model .section-right{
  padding-top: 50px;
  padding-bottom: 50px;
}
.ourproduct-model{
	padding-top: 70px;
	padding-bottom: 70px;
}
.ourproduct-model .ourproduct-section .wpb_wrapper{
    border: 1px solid #ccc;
    /*box-shadow: 0 6px 10px rgba(0,0,0,0.16), 0 6px 10px rgba(0,0,0,0.23);*/
    border-radius: 5px;
    background-color: #f2f5fa;
}
.ourproduct-model .ourproduct-section .wpb_wrapper .wpb_single_image{
    margin-bottom: 10px;
    box-shadow: none;
    border:none;
    border-radius-top-left:5px;
    border-radius-top-right:5px; 
}
.ourproduct-model .ourproduct-section .wpb_wrapper .wpb_single_image .wpb_wrapper{
	 box-shadow: none;
	 border:0px;
   background-color: transparent;
}
.ourproduct-model .ourproduct-section .wpb_wrapper .vc_custom_heading{
    padding: 0px 15px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.ourproduct-model .ourproduct-section h4{
    font-size: 18px !important;
}
.ourproduct-model .ourproduct-section .box-content .wpb_wrapper{
    border:none;
    padding: 0px 15px;
    box-shadow: none;
}
.ourproduct-model .ourproduct-section .box-content .wpb_wrapper p{
  font-size: 14px !important;
  line-height: 22px !important;
  margin-bottom: 5px;
  text-align: center;
}
.ourproduct-model .ourproduct-section .box-content .wpb_wrapper .myreadmore{
	text-align: center;
}
.ourproduct-model .ourproduct-section .box-content .wpb_wrapper .myreadmore a{
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}
.welcomesection-home .right p{
    border-left: 2px solid #3156a7;
    padding-left: 30px;
    padding-right: 50px;
}
.model-slide{
  margin-top: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-top: 0px;
}
.model-slide .stm_carousel_style_2.stm_carousel_dots_bottom .owl-stage-outer{
  margin-bottom: 0px !important;
}
.model-slide .stm_carousel_style_2.stm_carousel_dots_bottom .owl-stage-outer .owl-carousel .owl-item{
  border:1px solid #f2f2f2;
}
.model-slide .left-heading:after {
    bottom: 50%;
    width: 100px;
    border: 1px solid #3156a7 !important;
    left: auto;
    margin-left: -50px;
    position: absolute;
    content: "";
    right: 0;
    transform: rotateX(58deg);
    transform: rotate(90deg);
    top: 50%;
    background-color: transparent !important;
}
/*About Us*/
.aboutus-section1{
	/*padding-bottom: 70px;*/
}
.aboutus-section3{
	/*padding-top: 70px;*/
	padding-bottom: 35px;
}
.aboutus-section4{
  margin-top: 80px;
}
.aboutus-section4  .aboutus-meetourteam{
	margin-right: 20px;
}
.stm_carousel_style_2.stm_carousel_dots_bottom .owl-stage-outer{
   margin-bottom: 35px !important;
}
.stm_carousel_style_2.stm_carousel_dots_bottom .owl-stage-outer .stm_carousel__single img{
  border:1px solid #3156a7;
}
.aboutus-section5 .wpb_text_column{
  margin-bottom: 0px;
}
/*Automotive*/
.automotive-section1{
	padding-top: 70px !important;
}
.automotive-section2{
	padding-top: 70px;
	padding-bottom: 70px;
}
.automotive-section2 .wpb_single_image{
	margin-bottom: 0px;
}
.automotive-section3{
	padding-top: 70px;
	padding-bottom: 70px;
}
.automotive-section3 .wpb_single_image{
	margin-bottom: 0px;
}
.automotive-section4{
	padding-top: 70px;
	padding-bottom: 70px;
}
.automotive-section4 .wpb_single_image{
	margin-bottom: 0px;
}
.automotive-section5{
  padding-top: 70px;
  padding-bottom: 80px;
  margin-bottom: -80px
}
.automotive-section5-box .vc_column-inner .wpb_wrapper{
	padding-bottom: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
	border: 1px solid #e8e8ef;
}
.automotive-section5-box .vc_column-inner .wpb_wrapper:hover{
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.automotive-section5-box .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper{
  border:0px;
  padding-bottom: 0px;
}
.automotive-section5-box .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper:hover {
    box-shadow: none;
}
.automotive-section5-box .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper:hover{
   box-shadow: none;
}
.automotive-section5-box .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper{
	padding-bottom: 0px;
	border:0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}	
.automotive-section5-box .vc_column-inner .wpb_wrapper .wpb_single_image{
  margin-bottom: 20px;
}
.automotive-section5-box .vc_column-inner .wpb_wrapper .vc_custom_heading{
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.automotive-section5-box .vc_column-inner .wpb_wrapper .wpb_text_column{
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.automotive-section6{
	padding-top: 65px;
}
.automotive-section6 .wpb_single_image {
	margin-bottom: 0px;
}
.caddevelopment-section2{
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: -80px
}

/*Special Services*/
.special-services-section1{
  padding-top: 70px;
  padding-bottom: 35px;
}
.special-services-section2{
  padding-top: 60px;
  padding-bottom: 35px;
}
 .special-services-section2 .flex-container .expoloreamenity {

    margin: 15px 0%;

    padding: 20px;

    text-align: left;

    box-shadow: 1px 1px 11px 2px rgba(128, 128, 128, .3);

    display: flex;

    align-items: center;

    position: relative;

    background-color: #ffffff;

}

.special-services-section2 .flex-container .expoloreamenity img{

    max-width: 60px;

    margin: 0 5% 0 6px;

    width: 30%;

 }

.special-services-section2 .flex-container .expoloreamenity span{

    font-weight: 600;

    letter-spacing: .3px;

    font-size: 16px;

    color: #505050;

    line-height: 22px;

}

/*Compare a product*/
.compare-a-product ul{
    margin: 10px 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 0px;
    background-color: #f3f3f3;
}

.compare-a-product ul li{

    display: inline-block;

    vertical-align: top;

    width: 16.66%;

    font-size: 13px;

    line-height: 17px;

    text-align: center;

    padding: 10px 5px;

    position: relative;

    height: 60px;

    border-right: 1px solid #ffffff;

    display: inline-grid;

    align-items: center;
    width: 20%;
}
/*.compare-a-product ul li:nth-child(n+3){
    width: 12%;
}
.compare-a-product ul li:nth-child(-n+3){
    width: 21.33%;
}*/
.compare-a-product ul:nth-child(1) li {
    background-color: #305aaa;
    color: #ffffff;
}
.compare-a-product ul li:nth-child(1) {
      width: 40%;
}
.compare-a-product ul li:last-child{

  border-right: 0px;

}

/*Contact Us*/
.contact-us-section .fa-fax:before {
    content: "\f015" !important;
}
.contact-us-section .widget_contacts_style_1 .widget_contacts_inner{
  display: flex;
  flex-direction: column;
}
.contact-us-section .stm-icontext_style2:nth-child(1){
  order: 1;
}
.contact-us-section .stm-icontext_style2:nth-child(2){
  order: 3;
}
.contact-us-section .stm-icontext_style2:nth-child(3){
  order: 2;
}
.contact-us-section .stm-icontext_style2:nth-child(4){
  order: 4;
}
.contact-us-section .widget_contacts_style_1 .stm-icontext__text {
    font-size: 14px;
    line-height: 20px;
    padding-top: 0px;
}
.contact-us-section .widget_contacts_style_1 .stm-icontext__text a{
  color: #000;
  opacity: 1;
}

.PDF-samples-title{
  	padding-top: 70px;
}
.career{
	padding-top: 70px;
}
@media (max-width: 550px) {

  .compare-a-product ul li{
      font-size: 11px;
      height: 105px;
  }
}
.stm_loop .stm_loop__grid{
	margin-bottom: 0px !important;
}
.nxcad-section2-box .vc_column-inner .vc_custom_heading{
	font-size: 19px;
}
/*Tetra4D*/
.tetra4D-section1{
	margin-bottom: 70px;
}

.stm-footer .footer-widgets ul li{
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 7px !important;
	padding-left: 15px !important;
}

.stm-footer .footer-widgets ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    line-height: 1;
    top: 4px;
    font-size: 16px;
    color: #3156a7;
}
.stm-footer .footer-widgets aside.widget .widgettitle h4 {
    text-transform: capitalize !important;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-left: 2px solid #3156a7;
    padding-left: 10px;
}
/*Responsive changes*/ 
@media (max-width: 1024px) {
  .stm_header_style_1 .stm-navigation__default > ul > li > a{
        padding: 0 10px !important;
  }
  .about-model{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nxcad-section3 .nxcad-section3-box h5{
    font-size: 15px;
  }
  .stm-footer .footer-widgets #nav_menu-2, #nav_menu-3 {
      padding-left: 15px;
  }
  .stm_markup.stm_markup_right .stm_markup__sidebar, .stm_markup.stm_markup_left .stm_markup__sidebar, .stm_markup.stm_markup__right .stm_markup__sidebar, .stm_markup.stm_markup__left .stm_markup__sidebar{
      width: 100% !important;
      justify-content: inherit;
  }
  .stm-footer__bottom .stm_markup__sidebar > div:first-child{
    padding: 0px;
  }
  body.postid-4235 .tetra4dconverter-features .feature-box{
  	height: auto;
  }
  .tetra4dconverter-features .feature-box{
  	height: auto;
  }
  .aboutus-section4{
  	margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .ourclient-model .slick-slider .slick-next{
    right: -20px;
  }
  .ourclient-model .slick-slider .slick-prev{
    left: -20px;
  }
  .stm-footer .footer-widgets #nav_menu-2, #nav_menu-3 {
      padding-left: 15px;
  }
  .stm-footer__bottom .stm_markup__sidebar{
    margin:5px 0 0 0 !important; 
    padding: 0px;
    padding-left: 8px;
  }
   .internal-page-banner{
      margin-top: 0px !important;
  }
  #key-features-section .slick-prev{
    left: -20px;
  }
  #key-features-section .slick-next{
    right: -20px;
  }
  .stm_header_style_1 .stm-navigation__default > ul > li > a{
    color: #ffffff !important;
    padding: 5px 10px !important;
  }
  .stm-header__element:last-child {
      margin-bottom: 30px !important;
  }
  .stm-header__element.object896{
    margin-top: 0px !important;
  }
  .nxcad-section3 .nxcad-section3-box h5{
    font-size: 20px;
  }
  html body #wrapper .stm_mobile__header{
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 5px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 5px rgba(0,0,0,0.075);
  }
  .form-block-trial-page{
    padding-top: 35px;
  }
  .news-top{
    padding-top: 80px !important;
  }
  .blog-top{
    padding-top: 80px !important;
  }
  .paddingtop80{
      padding-top: 80px;
  }
  .stm-footer__bottom .stm_markup__sidebar > div:first-child{
    margin-left: 5px !important;
  }
  .model-slide .left-heading:after{
    right: -50px;
  }
  .vc_separator h4{
  	text-align: center;
  }
  .tetra4D-section1 .tetra4D-converter-section4-box{
  	padding: 0px !important;
  }
  .tetra4D-converter-section4-box{
  	padding: 0px !important;
  }
  .form-block .widget_sow-headline .sow-headline{
  	font-size: 22px;
  }
  .stm_loop .stm_loop__grid {
	    margin-bottom: 35px !important;
	}
	.mobile-empty-space .vc_column-inner {
		margin: 0px !important;
	}
	.request-a-quote .wpb_single_image .vc_figure{
		width: 100%;
	}
	.request-a-quote .wpb_single_image .vc_single_image-wrapper{
		width: 100%
	}
	.request-a-quote .wpb_single_image img{
		width: 100%;
	}
}

@media (max-width: 550px) {
  .welcomesection-home .vc_custom_heading{
      text-align: left !important;
  }
  .about-model {
    margin-top: 80px;
  }
  .about-model .wpb_single_image {
      margin-bottom: 10px !important;
  }
  .ourclient-model .slick-slider .slick-next{
    right: 20px;
  }
  .ourclient-model .slick-slider .slick-prev{
    left: 20px;
  }
   #key-features-section .slick-prev{
    left: 20px;
  }
  #key-features-section .slick-next{
    right: 20px;
  }
  .case-studies-model .wpb_single_image{
      margin-bottom: 35px;
  }
  .blog-model .stm_posts_list_style_2 .stm_posts_list_single{
    margin-bottom: 35px !important;
  }
  .dynamic-footer-strip .left{
    width: 100%;
    display: block;
  }
  .dynamic-footer-strip .right {
      width: 100%;
      display: block;
      vertical-align: middle;
      text-align: left;
      margin-top: 30px;
  }

  .internal-page-banner {
      margin-top: 0px !important;
  }
  .video-modal-banner .modal-inner-banner-content .video-content{
      display: grid;
      grid-template-columns: 1fr;
      /* grid-template-rows: 100vh; */
      grid-gap: 30px 0px;
      align-items: center;
  }
  .video-modal-banner .modal-inner-banner-content .video-content .left-side-video{
      display: none;
  }
  .tetra4d-converter-section2 .wpb_video_widget{
    margin-bottom: 35px;
  }
  .tetra4dconverter-features .feature-box{
    height: auto;
  }
  .case-studies .wpb_single_image{
      margin-bottom: 35px;
  }
  .tetra4d-converter-section1 .vc_column-gap-30{
    margin: 0px !important;
  }
  .tetra4d-converter-section2 .vc_column-gap-35{
    margin: 0px !important;
  }
  .margin-right30{
    margin-right: 0px;
    margin-bottom: 15px;
  }
  body.postid-4235 .tetra4dconverter-features .feature-box{
    height: auto;
  }
  body.postid-4237 .tetra4dconverter-features .feature-box{
    height: auto;
  }
  .zwcad-section6 .vc_column-gap-30{
    margin: 0px !important;
  }
  .zwcad-section1-box{
    margin-bottom: 35px;
  }
  .stm_tabs_style_5 .vc_tta.vc_tta-tabs .vc_tta-panels-container {
    background-color: transparent !important;
    padding: 0px !important;
  }
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active{
  	background-color: #f2f5fa !important;
  }
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{
  	padding: 15px !important;
  }
  .nxcad-section1  .vc_column-gap-30{
      margin: 0px !important;
  }
  .form-block-trial-page{

  }
  .nxcad-section2 .nxcad-section2-box{
      margin-bottom: 35px;
  }
  .nxcad-section3 .nxcad-section3-box{
       margin-bottom: 35px;
  }
  .automotive-section2 .wpb_single_image {
    margin-bottom: 35px;
    margin-bottom: 70px;
  }
  .automotive-section3 .row{
    display: flex; 
    flex-direction: column-reverse;
  }
  .automotive-section3 .wpb_single_image{
    margin-bottom: 35px;
  }
  .special-services-section1 .row{
    display: flex; 
    flex-direction: column-reverse;
  }
  .special-services-section1 .wpb_single_image{
    margin-bottom: 35px;
  }
  .automotive-section4 .wpb_single_image{
    margin-bottom: 35px;
  }
  .automotive-section5 .automotive-section5-box{
    margin-bottom: 35px;
  }
  .pdfsamples-section .pdfsamples-box .vc_column-inner .wpb_single_image{
    margin-top: 15px;
  }
  .casestudies-section .casestudies-box{
    height: auto;
  }
  .model-slide .left-heading{
    margin-bottom: 20px;
  }
  .model-slide .left-heading:after{
    display: none;
  }
  .wpcf7-list-item-label{
      display: inline !important;
  }
  .stm-icontext_style2 .stm-icontext__icon{
    min-width:30px !important;
  }
  .stm-icontext__text{
  	font-size: 12px;
  }
  .video-modal-banner .slide {
	max-height: 300px;
  }
  .video-modal-banner .slide .item {
	height: 300px;
  }
  .vc_column-gap-30{
  	margin: 0px !important;
  }
  .tetra4D-converter-section4-box{
  	margin-bottom: 35px;
  }
  .tetra4D-converter-section4-box .vc_column-inner {
  	padding: 0px !important;
  }
  .modal-banner .modal-inner-banner-content .baanner_content p{
  	width: 100%;
  }
  .automotive-section6 .vc_col-sm-6 .vc_column-inner {
  	padding: 0px;
  }
  .automotive-section6 .wpb_single_image .vc_figure{
	  width: 100%;
  }
  .automotive-section6 .wpb_single_image .vc_single_image-wrapper{
	  width: 100%
   }
   .automotive-section6 .wpb_single_image img{
	  width: 100%;
   }
   .stm_titlebox_style_14{
   	 padding: 75px 0 !important;
   }
   .modal-banner .slide {
	  max-height: 300px;
  }
 .modal-banner .slide .item {
    height: 300px;
 }

}


/*Banner Logo Images*/
@media (max-width: 1024px) {

} 
@media (max-width: 768px) {
	.trtra4d-logo-banner{
		display: none !important;
	}
	.zwsoft-logo-banner{
		display: none !important;
	}
	.siemens-logo-banner{
		display: none !important;
	}
  .stm-header__element.object499 {
      order: 1 !important;
  }
  .stm-header__element.object7473{
      order: 2 !important;
  }
   .stm-header__element.object479{
      order: 2 !important;
  }
   .stm-header__element.object508{
      order: 2 !important;
  }
  .stm-icontext__text{
     font-size: 12px !important;
  }
  .stm-header__row_color .stm-header__cell{
      margin-bottom:0px !important;
  }
  .stm-navigation__default > ul > li ul li > a{
     padding: 7px 20px !important;
  }
} 
@media (max-width: 550px) {
	.trtra4d-logo-banner{
		display: none !important;
	}
	.zwsoft-logo-banner{
		display: none !important;
	}
	.siemens-logo-banner{
		display: none !important;
	}

} 