/* CSS Document */
.left
{
float:left;
}
.header-navigation
{

}

.header-navigation ul
{
display:block;
list-style-type:none;
float:right;
}
.header-navigation ul li
{
float:left;
}
.header-navigation ul li a
{
line-height:36px;
display:block;
/*color:#8e8e8e;*/
color:#5d5d5d;
margin:0 8px;
font-size:12px;
}

.header-background
{
width:100%;
position:fixed;
top:0;
/*background-color:#f4f4f4;*/
background-color:#26be9f;
height:36px;
z-index:200;

}

@media(max-width:767px) {
.header-background
{

width:100%;
position:fixed;
top:0;
background-color:#f4f4f4;
/*background-color:#fc9f03;*/
/*background-color:#4abbb3;*/
height:36px;
z-index:200;
}
}
@media(min-width:480px) {


.header-background
{
width:100%;
position:fixed;
top:0;
/*background-color:#f4f4f4;*/
background-color:#e4f1ed;
/*background-color:#4abbb3;*/
height:36px;
z-index:200;
}
}
.header-margin
{
margin-top:36px;
}

.full-width
{
width:100%;
top:0;
}


.home-button
{
/*background:transparent;*/
border-radius:8px;
border: 2px solid #fff;
color:#fff;
font-size:23px;
margin-top:60px;
padding:5px 20px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
background-color:rgba(0, 0, 0, 0.4);;
}

.home-paragraph
{
padding:10px 0;
overflow:hidden;
background-color:#f4fcfa;
}
.home-paragraph p
{
text-align:justify;
line-height:27px;
font-size:17px;
}
.home-paragraph hr
{
margin: 0 0 30px 0;
width:100px;
/*border:1px solid #94a127;*/
border:1px solid #26be9f;
text-align:left;
margin-bottom:20px;
}
.home-paragraph h1
{
font-size:28px;
line-height:36px;
text-align:center;
}
.home-paragraph h2
{
font-size:24px;
line-height:30px;
}
.home-paragraph ul
{
font-size:17px;
}
/*Why section*/
.why-cad
{
/*background-color:#f4f9ca;*/
background-color:#e4f1ed;
padding:20px 0;
overflow:hidden;
}
.why-cad h2
{
font-size:28px;
text-align:center;

}
.why-cad hr
{
margin-top:5px;
width:100px;
border:1px solid #26be9f;
text-align:center;
margin-bottom:10px;
}
.why-cad h3
{
font-size:20px;
text-align:center;
padding:0;
margin:0;
font-weight:600;
margin-top:30px;
}
.why-cad p
{
text-align:justify;
line-height:28px;
margin-bottom:20px;
font-size:17px;
}
.why-cad img
{
text-align:center;
}






/*portfolio-section*/
body{
	margin:0;
}
.our-partner
{
padding:20px 0 50px 0;
overflow:hidden;
}
.our-partner h2
{
font-size:28px;
text-align:center;
}
.our-partner hr
{
margin-top:5px;
width:100px;
border:1px solid #26be9f;
text-align:center;
margin-bottom:30px;
}

/*logo slider*/
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    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;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.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-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*call to action*/

.call-to-action
{
/*background-color:#26be9f;*/
/*background-color:#0f4332;*/
background-color:#006d6f;
/*background-image: linear-gradient(to right, #00a7ba , #00baa8);*/
padding:30px 0;
}

.call-to-action p
{
color:#d5ece5;
font-size:22px;
line-height:45px;
}

.call-to-action button
{
background:transparent;
border-radius:25px;
border: 2px solid #d5ece5;
color:#d5ece5;
font-size:25px;

padding:5px 40px;
}
/*Areas covered by nanoCAD*/
.areas
{
margin:40px 0 70px 0;
}
.areas h2
{
font-size:30px;

}
.areas hr
{
margin:0 0 30px 0;
width:110px;
border:1px solid black;
text-align:center;
}


/*footer section start*/

.nanocad-footer
{
background-color:#e4f1ed;
padding:40px 0;
}

.nanocad-footer h2
{
font-size:20px;
color:#000;
}
.nanocad-footer hr
{
margin:0 0 20px 0;
width:30px;
border:1px solid #26be9f;
text-align:center;
color:#FFFFFF;
}
.nanocad-footer span
{
color:#000000;
line-height:24px;
font-size:15px;
}
.nanocad-footer ul
{
padding:0;
margin:0;
list-style-type:none;
}
.nanocad-footer ul li
{
list-style-type:none;
float:left;
margin:3px;
height:42px;
}
.nanocad-footer ul li a
{
cursor:pointer;
}
.copy-right-section
{
font-size:14px;
text-align:center;
padding: 8px 0;
border:1px solid #ccc
}

/*banner text annimation*/
.message {
  font-size: 28px;
  margin: 20px 0px;
}

/*latest-news-slider*/
   .item {
           
            text-align: justify;
           
			color:#FFFFFF;
        }

       
		/*.news
		{
		color:#e8d147;
		}*/
		
		.news
		{
		
		}
		
		.news h3
		{
		color:#000;
		font-size:18px;
		text-align:left;
		margin-top:5px;
		}
		.news p
		{
		font-size:15px;
		color:#000;
		text-align:left;
		}
		
		
/*back to top*/
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    /*background-color:#ff6c00;*/
	background-color:#10c98f;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#0c8760;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}		
	
.logo-stylling
{
display:none;
}	
@media (min-width: 768px) and (max-width: 800px) {
	
.logo-stylling
{
width:160px;
height:25px;
display:block;
margin-top:7px;
}	
}


/*Marketing materials*/
.marketing
{
background-color:#edf2f6;
padding:10px 20px;
border-radius:10px;
border:1px solid #c4d0d9;
}
.marketing ul
{
list-style-type:none;
padding:0;
margin:0;

}
.marketing ul li
{

list-style-type:none;
margin:20px 30px;
}
.marketing ul li p
{
padding:5px 0;
}
.marketing ul li span
{
padding:0 5px;
}
.marketing ul li span a
{
padding:0 0 0 5px;
color:#000;
text-decoration:none;
}
/*key-features*/

.key-features
{
padding:30px 0;
background-color:#006d6f;
}
.key-features h2
{
font-size:30px;
text-align:center;
color:#FFFFFF;
}
.key-features hr
{
margin-top: 5px;
    width: 50px;
    border: 1px solid #26be9f;
    text-align: center;
    margin-bottom: 40px;
}
.key-features h3
{
font-size:26px;
margin:0 0 15px 0;
color:#fff;
font-weight:bold;
}
.key-features h3 span
{
font-size:18px;
color:#9a29ac;
margin-left:2px;
color:#FFFFFF;
}
.key-features p
{
text-align:justify;
line-height:24px;
margin-bottom:15px;
color:#FFFFFF;
}
.key-features img
{
text-align:center;
}
.key-features ul
{
padding:0 0 0 15px;
margin:0;
}
.key-features ul li
{
padding:5px 0;
text-align:justify;
}
.key-para
{
margin:15px 0 5px 0;
}

.padding-margin-zero
{
padding:0;
margin:0;
}
.padding-left-zero
{
padding-left:0;
}
.right-margin-adjust
{
margin-right:20px;
}
.left-margin-adjust
{
margin-left:20px;
}
.product-section
{
margin:20px 0 55px 0;
padding:0;
}
@media (min-width: 320px) and (max-width: 800px) {
.right-margin-adjust
{
margin-right:0;
}
.left-margin-adjust
{
margin-left:0;
}
}


/*Product resource section*/
.product-resource
{
padding:40px 0;
/*background:url(../images/product-page-white.png);*/
background:url(../images/footer-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.product-resource h2
{
font-size:30px;
color:#fff;
}
.product-resource hr
{
margin:0 0 30px 0;
width:110px;
border:1px solid #1ffffff;
text-align:center;
margin-bottom:50px;

}
.product-resource-inner
{
border-radius: 6px;
border:2px solid #ffffff;
padding:18px;
margin-bottom:50px;

}
.product-resource-inner h2
{
font-size:20px;
color:#ffffff;
cursor:pointer;
}
.product-resource-inner .brochure
{
cursor:pointer;
background:url(../images/product-brochure.png);
width:65px;
height:70px;
}
/*.product-resource-inner .brochure:hover
{
cursor:pointer;
background:url(../images/virtual-tour-white.png);
width:66px;
height:70px;
}*/


.product-resource-inner .video
{
cursor:pointer;
background:url(../images/product-video.png);
width:66px;
height:70px;
}
/*.product-resource-inner .video:hover
{
cursor:pointer;
background:url(../images/vedio-white.png);
width:66px;
height:70px;
}*/

.product-resource-inner .download
{
cursor:pointer;
background:url(../images/product-download.png);
width:66px;
height:72px;
}
/*.product-resource-inner .download:hover
{
cursor:pointer;
background:url(../images/newsletter-white.png);
width:66px;
height:70px;
}*/

.product-resource-inner .newsletter{
cursor:pointer;
background:url(../images/peoduct-newsletter.png);
width:66px;
height:70px;
}
/*.product-resource-inner .comparison-chart:hover
{
cursor:pointer;
background:url(../images/comparison-chart-white.png);
width:64px;
height:68px;
}*/


/*Sticky social media button*/

.icon-bar2 {
  position: fixed;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1;
}

.icon-bar2 a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar2 a:hover {
  background-color: #000;
}


.icon-bar1 {
  position: fixed;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1;
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar1 a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

/* floating-download*/
.floating-download
{
position:fixed;
padding:20px;
background-color:#9a29ac;
border-radius:50%;
width:60px;
height:60px;
right:0;
top:150px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
z-index:1;
cursor:pointer;
}
.floating-download p
{
color:#FFFFFF;
font-size:17px;
padding-top:5px;
margin-bottom:0;
padding-bottom:0;
}
.floating-download div img
{
width:33px;
margin:auto;
}
.img-div
{
width:50%; margin:auto;

}
.floating-glyph
{
color: #fff;
    font-size: 8px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}
.clear
{
clear:both;
}

/*Video section*/

.video-section
{
padding:20px 0;
margin-bottom:5px;
}
.video-section h2
{
font-size:30px;
text-align:center;
}
.video-section hr
{
margin-top: 5px;
    width: 50px;
    border: 1px solid #26be9f;
    text-align: center;
    margin-bottom: 30px;
}
.video-section p
{
font-size:20px;
padding-top:10px;
text-align:center;
}

.video-section button
{
margin-top:10px;
background-color:#26be9f;
color:#FFFFFF;
}


.edm-height
{
height:300px;
}

.edm-background-one {
    background-color: #e5d6f3;
    border: 2px solid white;
    box-shadow: 1px 1px 5px #ccc;
    margin: 15px;
    cursor: pointer;
	}
	.send-edm {
    margin: auto;
    width: 102px;
	}
	
	.edm
	{
	margin-top:30px;
	width:100%;
	}
	
	.video-background {
    background:url(../images/vedio-background.png);
    background-repeat: no-repeat;
    height: 256px;
    padding: 31px 5px 26px 5px;
}
.video-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    width: 251px;
    padding-bottom: 20px;
}

.partner-margin
{
margin-top:60px;
}
.nanocad-contact {
    padding: 0;
    margin: 0;
}
.nanocad-contact ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.nanocad-contact ul li {
    list-style-type: none;
    font-size: 17px;
    line-height: 28px;
	text-align:left;
	margin-bottom:5px;
}
.nanocad-contact ul li span {
    text-decoration: none;
    color: #000000;
	font-weight:bold;
}

.rectangle {
    width: 100%;
}
.rectangle ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rectangle ul li {
    float: left;
    box-shadow: #e7e7e7 0px 0px 5px 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 1%;
    padding: 2%;
}


/*Download details*/

.download-details
{

padding:40px 0;
}
.download-details h2
{
font-size:30px;
}
.download-details hr
{
margin:0 0 70px 0;
width:110px;
border:1px solid black;
text-align:center;

}

.download-details .orange
{
background-color:#ff6d02;
color:#fff;
font-size:17px;
margin:0 5px;
}
.download-details .blue
{
background-color:#009ddc;
color:#fff;
font-size:17px;
margin:0 5px;
}
.download-details h3
{
font-size:24px;
margin-bottom:20px;
}

.download-details a
{
text-decoration:none;
color:#FFFFFF;
}
.download-details .height
{
min-height:250px;
}
.download-details .margin
{
margin-bottom:25px;
}
.download-details .button-spacing
{
}
@media (min-width: 768px) and (max-width: 800px) {
.download-details .button-spacing
{
margin-top:10px;
}
}
#grad2 {
  /*height: 150px;
  background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0)); /* Standard syntax (must be last) */
   /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
   line-height:47px;
  padding:10px;
  font-size:27px;
  }
  
  
 .why-button {
    /* background: transparent; */
    border-radius: 8px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 23px;
    margin: 5px 0 15px 0;
    padding: 5px 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    background-color: rgba(255, 108, 0, 0.9);

}


/*Overlay*/
.container-area {
  position: relative;
  width: 20%;
  float:left;
  cursor:pointer;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(51, 51, 51, 0.7);
}

.container-area:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.color-whats-new
{
color:#009ddc;
}


.new-border-bottom
{
border-bottom: 1px solid #eaeaea;
}
.new-background-color
{
background-color:#f1f1f1;
}

.wh-new-padding
{
padding-bottom:20px;
text-align:justify;
}
.wh-new
{
padding:35px 0 20px 0;
clear:both;
}

/*nanoCAD-discount*/

.discount-container
{
background-color:#FFFFFF; border-radius:5px;
box-shadow:1px 1px 5px #ccc;
overflow:hidden;
margin:40px 0 70px 0;
padding:20px 5px;
}

.terms
{
border-right:2px dashed #ccc;
}
.terms ul
{
}
.terms ul li
{
list-style-type:none;
}
.terms ul li h2
{
color:#414752;
font-size:20px;
font-weight:600;
}
.terms ul li h3
{
color:#424242;
font-size:18px;

    margin-bottom: 2px;

}
.terms ul li hr
{

width:50px;
padding:0;
margin:0 0 8px 0;
border:1px solid #6f6f6f;
}
.terms ul li h3 span
{
color:#00716d;
font-size:16px;

}
.terms ul li p
{
color:#848484;
font-size:17px;
}
.terms ul li p strong
{
color:#414752;
}
.terms ul li img
{
margin:20px 0;
}

.subscription-h2
{
color:#414752;
font-size:20px;
font-weight:600;
margin-bottom:15px;
}
.social-discount
{
padding:5px 20px;
overflow:hidden;
}
.social-discount ul
{
padding:0;
margin:0;
list-style-type:none;
}
.social-discount ul li
{
list-style-type:none;
float:left;
margin:3px;
height:42px;
}
.social-discount ul li p
{
margin-top:10px;
font-weight:bold;
}
.social-discount ul li a
{
cursor:pointer;
}

.discount-button
{

    float: left;
    padding: 8px 20px;
    background-color: #00948f;
    color: white;
    border-radius: 4px;
    border: 0;
    float: left;
    margin: 5px 10px;
}
.discount-reset
{

    float: left;
    padding: 8px 20px;
    background-color: #424242;
    color: white;
    border-radius: 4px;
    border: 0;
    float: left;
    margin: 5px 10px;
}

.comparison-height
{
height:300px;
}
@media(max-width: 600px) {
.comparison-height
{
height:auto;
}
}
.banner-full-width
{
width:100%;
margin-top:100px;
}
.product-banner
{
width:100%;
margin-top:30px;
}
@media (min-width: 320px) and (max-width: 600px) {
.product-banner
{
margin-top:80px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.product-banner
{
margin-top:60px;
}
}
.offer-button
{
background-color: #ff9900;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 50%;
	float:right;
}

@media (min-width: 360px) and (max-width: 600px) {

.offer-button
{
float:left;
}
}

.home-video
{
margin-bottom:60px;
}
.home-video h1
{
font-size: 30px;
line-height: 36px;
}
.home-video hr
{
margin:0 0 30px 0;
width:110px;
border:1px solid black;
text-align:center;
}
.home-video h3
{
font-size: 20px;
text-align: center;
}

/*nanoCAD-USA*/
.lft
{
float:left;
}
.Why-heading
{
float:left;
margin-left:15px;
}
.why-p
{
clear:both; padding-top:10px;
}
.yellow-arrow
{
color:#fc9f03;
font-size:22px;
}
/*@media (min-width: 768px) and (max-width: 1024px) {
.why-cad h3 {
    font-size: 18px;
  
}
}*/

/*verticals-hover*/
.container-vertical {
  position: relative;
  width: 50%;
}

.image-vertical {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0f4332;
  cursor:pointer;
}

.container-vertical:hover .overlay {
  opacity: 0.9;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*Prouct-page*/
.marketing-material
{
background-color:#e4f1ed;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #26be9f;
	margin-top:20px;
	float:right;
}
.marketing-material ul
{
list-style-type:none;
padding:0;
margin:0;

}
.marketing-material ul li
{
float:left;

}
.marketing-material ul li span
{
margin:0 5px;
}
.marketing-material ul li a
{
text-decoration:none;
color:#000000;
}
@media (min-width: 360px) and (max-width: 800px) {
.marketing-material
{
float:left;
margin:5px 0 20px 0;
clear:both;
}
}

.ryt
{
float:right;
}
.video-style
{
border:1px solid #ccc; padding:10px;
}
.product-feature
{
margin-bottom:10px;
overflow:hidden;
}
.edm {
    margin-top: 30px;
    width: 100%;
}

.mandatory
{
color:red;
}
.download-p
{
padding:0;
margin:0;
font-size:15px;
}
.video-styling
{
padding:20px 0;
overflow:hidden;
}
.video-height
{
height:290px;
}
.contact-stylling
{
padding:15px 0;
overflow:hidden;
}
@media (min-width: 360px) and (max-width: 800px) {
.contact-stylling
{
padding:0;
}
}