/**************************************************************************
***************** Master Stylesheet ************************
***************************************************************************
=========================== Content Index =================================
* 1. Miscelnious styles 
* 2. Top line style
* 3. Navigation styles 
* 4. Welcome section styles 
* 5. Our futured services section styles
* 6. Our services section styles
* 7. Open An Account
* 8. Our numbers section styles
* 9. Get a quote section styles
* 10. Accordion styles
* 11. Contact us page styles
* 12. Main footer section styles
* 13. Footer section styles
* 14. Announcments
* 15. Products page
* 16. Research page
* 17. Notices
* 18. Single project page styles
* 19. Project section page styles
* 20. Registration
* 21. login banner


***************************************************************************
**************************************************************************/
/***************************************
* 1. Miscelnious styles 
****************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, div, section, summary {
    display: block;
}
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
    margin: 0;
    padding: 0;
    border: 0;
    font:normal;
	line-height: 32px;
}
a,
a:hover,
a:active {
    text-decoration: none;
}
a.btn {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, Verdana;
}
body {
    font-family: 'Open Sans', Arial, Verdana;
    width: 100%;
    color: black;
    margin: 0 auto;
    position: relative;
    /*background: #000;*/
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
	display:flex; display: -webkit-flex;
	flex-flow: column; -webkit-flex-flow: column;
	align-content: space-between; -webkit-align-content: space-between;
	min-height: 100vh;
}
b, strong{font-weight:600;}
.service-right-content{color:#393939;}
.btn{
    padding:.75em 1.5em;
    font-weight:bold;
	font-size: 1rem;
    background: #FFFFFF;
    border:1px solid #cdcdcd;
    margin-top: 15px;
    color: #c33b32;
}
.btn:hover, .btn:focus {
   color: #FFFFFF;
}

/***************************************
* 2. Top line styles
****************************************/

.top-line {
	background-color:#4e4e4e; 
   /* background-image: url('../img/bg1.jpg');*/
}

 .top-line .container .info {
    
    margin: 0;
}
.top-line .container .info li {
 	display:inline-block;
    color: #ffffff;
    list-style-type: none;
    margin:0;
	font-size:13px;
	padding:.5em 1em .5em 0;
}

.top-line .container .info li a {
    color: #ffffff;
    
}

.top-line .container .info li a:hover {
	text-decoration:underline;
	color: #c33b32;
    
}

 .top-line .container .social-icons li {
    display: inline-block;
    color: #ffffff;
    list-style-type: none;
    color: red;
     margin: 16px 0 16px 16px;
    
}
.top-line .container .social-icons li i{
    font-size: 14px;
    color: #c33b32;
     
    
}
.top-line .info i{
    font-size: 16px;
    margin-right: 5px;
    color: #c33b32;
}



/***************************************
* 3. Navigation styles 
****************************************/
.navbar-default.scrolled {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  
}


#main-navigation-wrapper.navbar-default {
	background: transparent;
	border: none;
	min-height: auto;
	background: #FFF;
	border-radius: 0;
	margin: 0;
	padding: 10px 0;
}

#main-navigation-wrapper .navbar-default {
    width: 100%;
    z-index: 100;
    font-family: 'Open Sans', Arial;
}
#main-navigation-wrapper .logo {
    margin:2px 0;
}

#main-navigation-wrapper .navbar-nav ul {
    list-style: none;
    margin: 20px;
    padding: 0;
    margin-right: 30px;
}

#main-navigation-wrapper .navbar-nav ul li {
    list-style: none;
    position: relative;
    display: block;
}


.logo-mobile {
    display: none;
}


.searchBtn {
    position:absolute;
    top: 25px;
    right: 0;
}
#main-navigation-wrapper #searchDropdown{
 background:none;
  border:none;
}

.searchBtn i{
    padding:15px;
    font-size: 18px;
}
#main-navigation-wrapper  form {
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    left: auto;
    right: 0;
    top:70px;
    border-color: #c33b32;
   
}
.searchBtn .rightBtn form input {
  font-family: 'Open Sans', Arial;
  font-weight: normal;
  width:100%;
  height:100%;
  background: transparent;
  color:#9e9e9e;
  border:1px solid #f7f7f7;
  padding: 0 47px 0 10px;
  font-size: 15px;
}


/* Dropdown Menus */

#main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  padding: 0;
  margin-top: 10px;
  border: none;
  border-radius: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  min-width: 220px;
  background: #1C1C29;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}
#main-navigation-wrapper .navbar-nav > li:hover > .dropdown-submenu,
#main-navigation-wrapper .navbar-nav > .open > .dropdown-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.nav .dropdown-submenu li:last-child {
    border-bottom: 4px solid #c33b32;
}
.nav > li > ul {
    text-align: left;
    display: none;
    background: #eeeeee;
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    z-index: 999999; 
}
.nav .dropdown-submenu li {
    border-bottom: 1px solid #b6b6b6;
}

#main-navigation-wrapper .nav .dropdown-submenu li a {
    display: block;
    font-family: 'Open Sans', arial;
    /* text-transform: capitalize; */
    color: #e6e6e6;
    font-size: 1em;
    font-weight: 500;
    padding: 12px 16px;
    line-height: normal;
    transition: all 0.4s ease 0s;
}
#main-navigation-wrapper .nav .dropdown-submenu li a:hover {
    background: #c33b32;
    color: #FFFFFF;
    text-decoration: none;
}



/***************************************
* 3a. Navigation styles 
****************************************/
.navbar-default.scrolled {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  
}


#main-navigation1-wrapper.navbar-default {
  background: transparent;
  border: none;
  min-height: auto;
  background: #FFF;
  border-top: 1px solid #38374C;
  border-radius: 0;
  margin: 0;
  padding: 10px 0;
}

#main-navigation1-wrapper .navbar-default {
    width: 20%;
    z-index: -1;
    font-family: 'Open Sans', Arial;
}
#main-navigation1-wrapper .logo {
    margin-top: 5px;
}

#main-navigation1-wrapper .navbar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 30px;
}

#main-navigation1-wrapper .navbar-nav ul li {
    list-style: none;
    position: relative;
    display: block;
}


.logo-mobile {
    display: none;
}


.searchBtn {
    position:absolute;
    top: 25px;
    right: 0;
}
#main-navigation1-wrapper #searchDropdown{
 background:none;
  border:none;
}

.searchBtn i{
    padding:15px;
    font-size: 18px;
}
#main-navigation1-wrapper  form {
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    left: auto;
    right: 0;
    top:70px;
    border-color: #c33b32;
   
}
.searchBtn .rightBtn form input {
  font-family: 'Open Sans', Arial;
  font-weight: normal;
  width:100%;
  height:100%;
  background: transparent;
  color:#9e9e9e;
  border:1px solid #f7f7f7;
  padding: 0 47px 0 10px;
  font-size: 15px;
}


/* Dropdown Menus */

#main-navigation1-wrapper .navbar-nav > li > .dropdown-submenu {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  padding: 0;
  margin-top: 10px;
  border: none;
  border-radius: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  min-width: 220px;
  background: #1C1C29;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}
#main-navigation1-wrapper .navbar-nav > li:hover > .dropdown-submenu,
#main-navigation1-wrapper .navbar-nav > .open > .dropdown-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.nav .dropdown-submenu li:last-child {
    border-bottom: 4px solid #c33b32;
}
.nav > li > ul {
    text-align: left;
    display: none;
    background: #eeeeee;
    position: absolute;
    top: 10%;
    left: 0;
    width: 240px;
    z-index: 999999; 
}
.nav .dropdown-submenu li {
    border-bottom: 1px solid #b6b6b6;
}

#main-navigation1-wrapper .nav .dropdown-submenu li a {
    display: block;
    font-family: 'Open Sans', Arial;
    text-transform: capitalize;
    color: #e6e6e6;
    font-size: 1em;
    font-weight: 500;
    padding: 12px 0px 12px 33px;
    line-height: normal;
    transition: all 0.4s ease 0s;
}
#main-navigation1-wrapper .nav .dropdown-submenu li a:hover {
    background: #c33b32;
    color: #FFFFFF;
    text-decoration: none;
}

/***************************************
* 4. Welcome styles 
****************************************/

.welcome {
    padding: 100px 0;
}
.welcome h2 {
    
    text-align: left;
    margin: 0;
    font-size: 38px;
    
    font-family: 'Open Sans', Arial;

    font-weight: 800;
    line-height: 40px;
    text-transform: capitalize;
}
.welcome h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: #c33b32;
}
.welcome h2 span {
    color: #c33b32;
}

.welcome i {
    color: #c33b32;
}
.welcome ul li {
    list-style-type: none;
    margin-top: 10px;
}
.welcome a.btn {
    padding: 10px 25px;
    color: #c33b32;
    border: 1px solid #cdcdcd;
    margin-top: 15px;
}
.welcome a.btn:hover {
   color: #FFFFFF;
}
.welcome p {
    margin-top: 30px;
    font-size: 16px;
    color:#363636;
    font-weight: 300;
}
.welcome .video_gallery_container {
    display: block;
    margin: 0px 15px 15px 0px;
    padding: 0px;
    width: 530px;
    height: 360px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 13px -12px 0px -4px rgba(219,219,219,1);
    -moz-box-shadow: 13px -12px 0px -4px rgba(219,219,219,1);
    box-shadow: 13px -12px 0px -4px rgba(219,219,219,1);
}
.welcome .video_gallery_container a {
    position: absolute;
    font-size: 25px;
    left: 50%;
    top: 50%;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    color: #FFFFFF;
    border: 3px solid #FFFFFF;
    background: #404856;
    margin: -36px 0 0 -36px;
    text-align: center;
    line-height: 65px;
}

/***************************************
* 5. our futured services section styles
****************************************/
.our-futured-services {
    padding: 50px 0;
    background: #fff;
    text-align: center;
}
.our-futured-services h2 {
    text-align: left;
    margin: 0;
    font-size: 38px;
    font-family: 'Open Sans', Arial;

    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
}

.our-futured-services .header h2:before {
    content: "";
    position: absolute;
    width: 93px;
    height: 4px;
    background: #c33b32;
}
.our-futured-services .header {
    margin-bottom:20px;
}
.our-futured-services .header p {
    text-align: left;
    color: #363636;
    margin: 0;
    font-size: 16px;
}

.our-futured-services h4 {
    text-align: center;
    color: #363636;
    margin: 0;
    font-size: 30px;
}
.our-futured-services .box {
	width: 100%;
	overflow:hidden;
    position: relative;
    background: #FFFFFF;
    transition: all 0.3s linear;
}
.our-futured-services .box:hover {
    background: #c33b32;
    color: #FFFFFF;
}
.our-futured-services .box img{width:100%; height: auto;}
.our-futured-services .box1 {
    border: 1px solid #cfcfcf;
    height: 280px;
	width: 100%;
    position: relative;
    padding: 30px 20px 35px 20px;
    background: #C5C3C3;
    transition: all 0.3s linear;
	text-align: center;
	
}
.our-futured-services .box1:hover {
    background: #c33b32;
    color: #FFFFFF;
}


.our-futured-services .box2 {
    border: 1px solid #cfcfcf;
    height: 280px;
	width: 100%;
    position: relative;
   padding: 30px 20px 35px 20px;
    background: #C5C3C3;
    transition: all 0.3s linear;
	text-align: center;
}
.our-futured-services .box2:hover {
    background: #c33b32;
    color: #FFFFFF;
}

.our-futured-services .box3 {
    border: 1px solid #cfcfcf;
    height: 280px;
	width: 100%;
    position: relative;
    padding: 30px 20px 35px 20px;
    background: #C5C3C3;
    transition: all 0.3s linear;
	text-align: center;
}
.our-futured-services .box3:hover {
    background: #c33b32;
    color: #FFFFFF;
}

.our-futured-services .box4 {
    border: 1px solid #cfcfcf;
    height: 280px;
	width: 100%;
    position: relative;
    padding: 30px 20px 35px 20px;
    background: #C5C3C3;
    transition: all 0.3s linear;
	text-align: center;
	
}
.our-futured-services .box4:hover {
    background: #c33b32;
    color: #FFFFFF;
}

.our-futured-services .box5 {
    border: 1px solid #cfcfcf;
    height: 280px;
	width: 100%;
    position: relative;
    padding: 30px 20px 35px 20px;
    background: #C5C3C3;
    transition: all 0.3s linear;
	text-align: center;
}
.our-futured-services .box5:hover {
    background: #c33b32;
    color: #FFFFFF;
}


.our-futured-services .box6 {
    border: 1px solid #cfcfcf;
    height: 280px;
	width: 100%;
    position: relative;
    padding: 30px 20px 35px 20px;
    background: #C5C3C3;
    transition: all 0.3s linear;
	text-align: center;
}
.our-futured-services .box6:hover {
    background: #c33b32;
    color: #FFFFFF;
}




.hoverStyle {
    border-bottom-color: #09A223;
}

.our-futured-services h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom:15px;
    line-height: 135%;
}

.our-futured-services .box {
    color: #404856;
    font-size: 16px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 40px;
}
.our-futured-services .box i {
    color: #c33b32;
    font-size: 38px;
    line-height: 90px;
}

.our-futured-services .box1 {
    color: #404856;
    font-size: 16px;
    line-height: 24px;
	margin-top: 0px;
	margin-bottom:20px;
}

.our-futured-services .box1 h4{
    font-size: 24px;
    line-height: 24px;
	margin-top: 0px;
}

.our-futured-services .box1 i {
    color: #000;
	opacity:0.5;
    font-size: 45px;
    line-height: 90px;
    margin-left:90%;
	margin-top:13%;
}

.our-futured-services .box2 {
    color: #404856;
    font-size: 16px;
    line-height: 24px;
	margin-top: 0px;
}

.our-futured-services .box2 h4{
    font-size: 24px;
    line-height: 24px;
	margin-top: 0px;
}


.our-futured-services .box2 i {
    color: #000;
	opacity:0.5;
    font-size: 45px;
    line-height: 90px;
    margin-left:90%;
	margin-top:13%;
}

.our-futured-services .box3 {
    color: #404856;
    font-size: 16px;
    line-height: 24px;
	margin-top: 0px;
}

.our-futured-services .box3 h4{
    font-size: 24px;
    line-height: 24px;
	margin-top: 0px;
}

.our-futured-services .box3 i {
    color: #000;
	opacity:0.5;
    font-size: 45px;
    line-height: 90px;
    margin-left:90%;
	margin-top:0%;
}

.our-futured-services .box4 {
    color: #404856;
    font-size: 16px;
    line-height: 24px;
	margin-top: 0px;
}

.our-futured-services .box4 h4{
    font-size: 24px;
    line-height: 24px;
	margin-top: 0px;
}

.our-futured-services .box4 i {
    color: #000;
	opacity:0.5;
    font-size: 45px;
    line-height: 90px;
    margin-left:90%;
	margin-top:13%;
}

.our-futured-services .box5 {
    color: #404856;
    font-size: 16px;
    line-height: 24px;
	margin-top: 0px;
}

.our-futured-services .box5 h4{
    font-size: 24px;
    line-height: 24px;
	margin-top: 0px;
}

.our-futured-services .box5 i {
    color: #000;
	opacity:0.5;
    font-size: 45px;
    line-height: 45px;
    margin-left:90%;
	margin-top:-3%;
}


.our-futured-services .box6 {
    color: #404856;
    font-size: 16px;
    line-height: 24px;
	margin-top: 0px;
}

.our-futured-services .box6 h4{
    font-size: 24px;
    line-height: 24px;
	margin-top: 0px;
}

.our-futured-services .box6 i {
    color: #000;
	opacity:0.5;
    font-size: 45px;
    line-height: 45px;
    margin-left:90%;
	margin-top:20%;
}





/***************************************
* 6. Our services section styles
****************************************/
.Our-services {
	/*margin-bottom:20px;*/
    /*padding: 40px 0;*/
	background: #FFF;
	/*background: #f3f5fa;*/
}


.Our-services .image {
    border-radius: 5px;
    overflow: hidden;
    height: 250px;
}
.Our-services h2 {
    text-align: left;
    /*margin: 20px;*/
	/*margin-top:50px;*/
    font-size: 38px;
    
    font-family: 'Open Sans', Arial;

    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
}
.Our-services h2:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
    background: #c33b32;
}


.Our-services .header h2 {
    text-align: left;
    /*margin: 20px;*/
    /* margin-top:50px; */
    font-size: 38px;
    font-family: 'Open Sans', Arial;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
}
.Our-services .header h2:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
    background: #c33b32;
}
	
	
	
.Our-services .header {
    margin-bottom: 20px;
    /* margin-top:-80px; */
}
.Our-services .header p {
    text-align: left;
    color: #363636;
    margin: 0;
    font-size: 16px;
}
.Our-services:not(.marketNews)>span {  
    font-weight: 800;
    color: #c33b32;
}
.Our-services h4 {
	display:inline-block;
    text-align: left;
    font-size: 16px;
    font-family: 'Open Sans', Arial, Verdana;
    font-weight: bold;
    text-transform: capitalize;
    transition: all 0.3s ease;
	vertical-align:top;
	padding:1em 0 1em .5em; margin:0;
}


.Our-services h5 {
    text-align: left;
    margin: 10px 0;
    font-size: 16px;
    font-family: 'Open Sans', Arial;
    font-weight: 800;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.Our-services h6 {
    text-align: left;
    margin:0 0 8px 0;

    font-size: 14px;
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease;
}



.Our-services .box {
    border: 0px solid #e5e5e5;
    position: relative;
    padding: 10px 15px;
    background: #FFFFFF;
    transition: all 0.3s linear;
}
/*.Our-services .box:hover {
    background: #c33b32;
    color: #FFFFFF;
}*/

.seminar-banner .boxedu {
	position: relative;
	transition: all 0.3s linear;
}
/*.seminar-banner .boxedu:hover {
    background: #c33b32;
    color: #FFFFFF;
}*/


.Our-services .boxmenu {
    /*border: 1px solid #e5e5e5;*/
	width:119px;
    height: 500px;
    position: relative;
    padding: 0px 0px 0px 0px;
    background: #4a4a4a;
    transition: all 0.3s linear;
	/*margin-bottom:80px;*/
	margin-left:-15px;
	font-size:90%;

	
}

.Our-services .boxmenu a {
    color: #FFF;
}


.Our-services .boxmenu a:hover {
    background: #4a4a4a;
    color: #c33b32;
}

.Our-services .boxSTI {
    border: 0px solid #e5e5e5;
    position: relative;
    padding: 10px 15px;
    background: #FFFFFF;
    transition: all 0.3s linear;
	/*margin-bottom:80px;*/
}
/*.Our-services .boxSTI:hover {
    background: #c33b32;
    color: #FFFFFF;
}*/

.Our-services .date {
	display:inline-block;
    background: #c33b32;
    text-align: center;
    color: #FFFFFF;
	line-height:120%;
	padding:.6em 1em .5em 1em;
}
.Our-services .date>small{
	font-size:.8em; display:block;
}
#card-RMM h4{width:calc(100% - 6em); display:inline-block; padding:.45em 0 .45em 1em; font-size: 18px; font-weight: bold; line-height: normal;}
.newClass {
    color: #c33b32;
}
.Our-services p {
    line-height: 25px;
    color: #1C1C29;
    font-family: 'Open Sans', Arial; padding-top:1em;
}
.Our-services .image img {

    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.newClass2 {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.owl-carousel {
    position: relative;
}
.owl-nav {
    margin-top: 10px;
    position:absolute;
	bottom:0; right:15px;
}
.owl-nav .owl-prev {
    border: 0px solid #e5e5e5;
    border-radius: 5px;
    display: inline-block;
    line-height: 0px;
    margin-right: 5px;
	margin-bottom: 20px;
    padding: 0px 10px;
    font-size: 22px;
    color: #111111;
}
.owl-nav .owl-next {
    border: 0px solid #e5e5e5;
    border-radius: 5px;
    display: inline-block;
    line-height: 0px;
    margin-right: 5px;
	margin-bottom: 20px;
    padding: 0px 10px;
    font-size: 22px;
    color: #111111;
}



/***************************************
* 6a. Our services-menu section styles
****************************************/
.Our-services-menu {
	background: #000;
}



/***************************************
* 7. Open An Account
****************************************/
.height-50 {
    height: 50px;
}
.service1-section {
    padding: 80px 0;
}
.service1-section  a {
    font-size:inherit;
    font-weight: 600;
    
}
.service1-section aside h3{
    
font-size: 18px;
    
font-weight: 600;
    
line-height: 130%;
    
padding-bottom: 5px;
}
.service1-section .brochures-download {
    margin-top: 35px;
}


.service1-section .brochures-download a.download-pdf i{
    color: #c33b32;
    margin-right: 10px;
}

.service1-section aside .request-quote {
    padding: 20px;
    background: #1a1c28;
    color:   #FFFFFF;
    border-radius: 5px;
    /* margin-top: 35px; */
}
.service1-section aside .request-quote a.btn{
    padding: 10px 20px;
    color: #c33b32;
    border: 1px solid #cdcdcd;
    margin-top: 10px;
    border: none;
}
.service1-section aside .request-quote a.btn:not(:last-child){margin-right:.5em;}
.service1-section aside .request-quote a.btn:hover {
     color: #FFFFFF;
}
.service1-section aside .testimonials-content {
     padding: 23px;
     border: 1px solid #b7b7b7;
     text-align: center;
     margin-bottom: 25px;
     margin-top: 35px;
     border-radius: 5px;
     color: #575757;
     font-size: 16.5px;
     position: relative;
     
}
.service1-section aside .testimonials-content:before {

    position:absolute; 
    left:10px; 
    bottom:-23px; 
    background:url(../img/testimonial-pointer.png) no-repeat 0 0; 
    width:44px; 
    height:23px; 
    content:"";
}
.service1-section aside .testimonials-author-service .author-img{
    margin-right: 15px;
    float:left;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    
}
.service1-section aside .testimonials-service {
   width: 100%;
   
    
}
.service1-section aside .testimonials-service .item{
    margin-right: 15px;
   
    
}

.service1-section aside .testimonials-author-service h4{
    font-family: 'Open Sans', Arial;
    font-weight:700;
    font-size: 20px;
    padding-top: 14px;
    line-height: 21px;
    margin: 0;
}
.service1-section aside .testimonials-author-service h4 span{
    font-family: 'Open Sans', Arial;
    font-size: 16px;
   color: #c33b32;
   font-weight: 400;
}

.service1-section .service-right-content .service-first .img-box{
    height: 750px;
    overflow: hidden;
    margin-bottom: 28px;
    }
.service1-section aside{
    padding-right: 20px;
    }
    .service1-section .service-right-content .service-first {
    margin-bottom: 38px;
    
}


    .service1-section .service-right-content .service-first p{
    margin-bottom: 38px;
    
}
.service1-section .service-right-content .service-first h2 {
    text-align:left;
    margin: 0;
    font-size: 38px;
    position:relative;
    font-family: 'Open Sans', Arial;

    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 30px;
    
}
/*.service1-section .service-right-content .service-first h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: #c33b32;
    
}*/
.service1-section .service-right-content blockquote {
    text-align:left;
    margin-top: 30px; margin-bottom:.25em;
    font-size: 1.125rem;
    font-style: italic;
    font-weight:normal;
    line-height: 150%;
    color: #c33b32;
    position:relative;
}
html[lang="en"] .service1-section .service-right-content blockquote {
    top:-1px;
}
.service1-section .service-right-content h3{
    text-align:left;
    color:#363636;
    font-size: 1.5rem;
    line-height: 130%;
	font-weight:600;
    
    
}
.service1-section .service-right-content  p{
    text-align:left;
    color:#363636;
}
.service1-section .service-right-content .image{
    height: 250px;
    overflow: hidden;
    
    }
.service1-section .service-right-content ul{
    list-style-type: none;
    }
    
.service1-section .service-right-content ul li{
    font-size: 15px;
    font-weight: bold;
    color:#464646;
    }

.service1-section .service-right-content ul li i{
    color: #c33b32;
    margin-right: 10px;
    line-height: 27px;
    }

.service1-section .service-right-content .service-business{
    background: #f8f8f8;
    padding: 20px;
    text-align: center;
}
.service1-section .service-right-content .service-business i{
  color: #c33b32;
    font-size: 38px;
    text-align: center;
}
.service1-section .service-right-content .service-business h4{
    font-size:22px;
    text-align: center;
}
.service1-section .service-right-content .service-business p{
    font-size:16px;
    text-align: center;
}



.service1-section .service-right-content .tabs-info .tabs-btn li a {
    
    color: #c33b32;
}
.service1-section .service-right-content .tabs-info .tabs-btn li a:visited{
    background: initial;
}
.service1-section .service-right-content .tabs-info .tab-content .tab-pane {
    padding: 30px 16px;
}


.service1-section .service-right-content .tabs-info .tab-content h3 {
    margin-bottom: 20px;
	font-size: 21px;
	font-size: 24px;
    font-weight: 600;
}



.service1-section .service-right-content .tabs-info .tab-content h4 {
    margin-bottom: 20px;
	font-size: 18px;
	font-size: 24px;
    font-weight: 600;
}

.service1-section .service-right-content .tabs-info .tab-content .img-box{
    margin-right: 15px;
    
}
canvas a.canvasjs-chart-credit {
    color: red;
}

/***************************************
* 8. Our numbers section styles
****************************************/

.our-numbers {
    padding: 100px 0;
    position: relative;
    min-height: 503px;
    background: url(../img/testimonial-bg.jpg) fixed right center;
    background-size: cover;
}
.our-numbers h2 {
    text-align: center;
    margin: 0;
    font-size: 38px;
    
    font-family: 'Open Sans', Arial;
    color:#FFFFFF
    font-weight: 800;
    line-height: 40px;
    text-transform: capitalize;
}
.our-numbers .icon-box {
    margin-left: 80px;
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
    border: 4px solid #c33b32;
    border-radius: 50%;
    background: #FFFFFF;
}
.our-numbers .icon-box i {
    color: #c33b32;
    font-size: 38px;
    line-height: 90px;
}

.our-numbers .number-box {
    text-align: center;
    margin: 0;
    font-size: 38px;
    
    font-family: 'Open Sans', Arial;

    font-weight: 800;
    line-height: 40px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.our-numbers h2 {
    text-align: center;
    margin: 0;
    font-size: 38px;
    color:#FFFFFF;
    font-family: 'Open Sans', Arial;

    font-weight: 800;
    line-height: 40px;
    text-transform: capitalize;
}
.our-numbers h2:before {
    content: "";
    position: absolute;
    width: 50px;
    margin-left: -25px;
    height: 4px;
    background: #c33b32;
}
.our-numbers p {
    text-align: center;
    margin: 42px 0;
    color: #FFFFFF;
}
.our-numbers .counters {
    text-align: center;
    margin-top: 30px;
}
.our-numbers .single-count-box .text-box p {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
}
.our-numbers span {
    
    font-size: 60px;
    color: #FFFFFF;
    font-weight: bold;
}


/***************************************
* 9. Get a quote section styles
****************************************/

.get-quote {
    padding: 30px;
    background: #c33b32;
}
.get-quote h3{
    margin: 0;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: normal;
    padding:.5em 0;
}
.get-quote p{
    margin-top: 8px;
    margin-bottom: 0px;
    color: #FFFFFF;
    
}
.get-quote a.btn {
    padding:0 29px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: #c33b32;
	height:50px;
	line-height:50px;
}
.get-quote a.btn:hover {
   color: #c33b32;
}


.get-quote form input[type="text"]{
	width: 100%;
	height: 50px;
	padding: 10px 10px;
	color:#000;
	border:0 none;
}


/***************************************
* 10. Accordion styles
****************************************/

.accordion {
    position: relative;
}
.toggle {
    margin-bottom: 20px;
}

.toggle h4 {
    margin-bottom: 20px;
	font-size: 18px;
	font-size: 24px;
    font-weight: 600;
}
.toggle .toggle-heading1 {
    position: relative;
}
.toggle .toggle-heading1 a {
    display: block;
    /*padding: 12px 13px 17px 13px;*/
    /*background: #FFFFFF;*/
    /*border:0px solid #d7d7d7;*/
    border-radius: 5px;
    color: #414141;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    /*text-decoration:underline;*/
   /* -webkit-box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);
    -moz-box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);
    box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);*/
}

.toggle .toggle-heading {
    position: relative;
	font-weight: 600;
}

.toggle .toggle-heading a {
    display: block;
    padding: 10px 0px 0px 30px;
    /*background: #FFFFFF;*/
    border:0px solid #d7d7d7;
    border-radius: 5px;
    color: #414141;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    /*text-decoration:underline;*/
    /*-webkit-box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);
    -moz-box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);
    box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);*/
}


#accordion1 .toggle i {

    width: 23px;
    height: 23px;
    /*border: 2px solid transparent;*/
    border-radius: 100%;
    font-size: 20px;
	font-weight: bold;
    line-height: 21px;
    margin-right: 10px;
    text-align: center;
    position: absolute;
    left: 142px;
    top: 50%;
    margin-top: -10px;
    color: #333;
    /*border: 2px solid #c33b32;*/
}
.toggle .toggle-body {

    padding:  5px 0px 0px 5px;
    font-size: 16px;
    line-height: 25px;
}

.accordion .toggle i {
    width: 23px;
    height: 23px;
    border: 2px solid transparent;
    border-radius: 100%;
    font-size: 14px;
	font-weight: 400;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 55%;
    margin-top: -10px;
    color: #C33B32;
    /*border: 1px solid #c33b32;*/
}



/***************************************
* 11. Contact us page styles
****************************************/

.contact_header {
    position:relative;
	padding: 170px 0 20px 0;
	background: url(../img/contact_head.jpg) center;
}

.contact_header:before {
    content: '';
    position:absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(72, 199, 236, 0.9);
    
}
.contact_header h2{
       font-size: 38px;
    font-family: 'Open Sans', Arial;
    font-weight: 800;
    
    text-transform: capitalize;
    color: #FFFFFF;
    
}
.contact_us-second {
    padding: 80px 0;
}
.contact_us-second header{
    margin-bottom: 30px;
}

.contact_us-second login{
    margin-bottom: 30px;
}

.contact_us-second h2 {
    text-align: left;
    font-size: 38px;
    font-family: 'Open Sans', Arial;
    font-weight: 600;
    line-height: 40px;
	margin-top:-30px;
    text-transform: capitalize;
	
}
.contact_us-second h2:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
   background: #c33b32;
}
/*.contact_us-second h2{
    font-weight: bold;
    margin-bottom: 20px;
	margin-left: 0px;
    font-size: 30px;
}*/
.contact_us-second header p{
    
    margin-top: 40px;
}
/*.contact_us-second h2:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    background: #c33b32;
	border-bottom: solid 1px #FFF;
}*/
/*.contact_us-second h2:after {
    content: "";
    position: absolute;
    top: 40px;
    left: 45px;
    width: 60px;
    height: 5px;
    background: #c33b32;
	opacity:0.7;
	border-bottom: solid 1px #FFF;
}*/

.contact_us-second form {
    position: relative;
   overflow: hidden;
}
form .form-grp input[type="text"], .form-grp input[type="email"], .form-grp select, .form-grp textarea{
    width:100%;
    height:45px;
    margin-bottom: 20px;
    padding: 5px 15px;
    float: right;
	font-size: 1rem;
	padding: .5em;
	border:1px solid rgba(0, 0, 0, 0.20);
}
.form-grp textarea{ 
    max-width: 100%;
    max-height: 200px;
}


.projects-section .green .blue .pink {
    width: 100px;
    height: 100px;
    background: green;
}
.contact_us-second .btn {
    /* padding: 12px 25px; */
    /* font-weight:bold; */
    /* background: #FFFFFF; */
    /* border:1px solid #cdcdcd; */
    /* margin-top: 15px; */
    /* color: #c33b32; */
}
.contact_us-second .btn:hover {
   color: #FFFFFF;
}
.keep-in ul.social-icons {
    margin-top: 45px;
}
#contact-google-map {
  width: 100%;
  height: 500px;
}
.map-section {
    position: relative;
    clear: both;
    margin-bottom: 30px;
}
.map-outer {
    position: relative;
}
.map-section .outer-container {
    position: absolute;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
    z-index: 20;
}
.map-section .outer-container .info-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    bottom: 375px;
    padding: 30px 50px 20px 50px;
    background: #1a3b66;
    border: 10px solid #FFF;
    z-index: 4;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}
.map-section .outer-container .info-container address{
  
}
.keep-in .social-icons li {
    
    list-style-type: none;
    line-height: 34px;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    background: #dadada;
    margin-right: 7px;
    text-align: center;
    
}
.keep-in ul.social-icons li a{
    color: #c33b32;
   
    
}
.contact-box {
    margin-top: 25px;
}
.address-box {
    padding:1em 0;
    border-bottom: 1px solid #e2e2e2;
}
.detail-box {
	padding:1em 0; font-size:.9em;
}
.contact-box .address-box .icon-box{
    float: left;
    vertical-align: middle;
}
.contact-box .address-box .icon-box i{
    font-size: 21px;
    color: #c33b32;
    text-align: center;
}
.contact-box .address-box .address-text{
    margin-left: 37px;
    margin-bottom: 0px;
    color:  #363636;
}


/***************************************
* 12. Main footer section styles
****************************************/

.main-footer {
    padding: 15px 0;
    background: #2f383d;
    color: #FFFFFF;
    border-top: 3px solid #c33b32;
	margin-top:auto;
}
.main-footer div.row{display:flex; flex-flow:row nowrap; align-items:flex-start;}
.main-footer div.row>*{display:inline-block; margin:0 0 auto 0;}
.main-footer div.row>*.get-in-touch{min-width:265px;}
@media (max-width:768px){
	.main-footer div.row{flex-flow:column nowrap;}
	.main-footer div.row>*{width:100%; margin:0;}
}
.main-footer h3 {
    font-weight: bold;
    margin: 0;
    margin-bottom: 16px;
	font-size: 14px;
}
.main-footer p {
	font-size: 10px;
    color: #FFFFFF;
    margin: 12px 0;
    line-height: 12px;
}

.main-footer .social-icons ul li {
    color: #acacac;
    list-style-type: none;
    line-height: 34px;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.13);
    margin-right: 7px;
    text-align: center;
    color: #FFFFFF;
}
.main-footer .social-icons ul li a {

    color: #FFFFFF;
}
.main-footer .services li {

    list-style-type: none;
    line-height: 28px;
}
.main-footer .services li a {
    text-decoration: none;
    color: #FFFFFF;
    transition: color .4s ease;
}
.main-footer .services li a:hover {
    color: #c33b32;
}
.main-footer .services li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.main-footer .news li {

    list-style-type: none;
    margin-bottom: 20px;
}
.main-footer .news a {
    color: #FFFFFF;
    text-decoration: none;
}
.main-footer .news span {
    color: #c33b32;
}

.main-footer .get-in-touch li {
	text-indent:-7px;
	margin-left:17px;
    list-style-type: none;
    margin-bottom: 10px;
	font-size: 12px;
}

.main-footer .get-in-touch li i {

    font-size: 10px;
    margin-right:5px;
}
/***************************************
* 13. Footer section styles
****************************************/

.footer-bottom {
    padding: 10px 15px 30px 15px;
    background: #161a1d;
	line-height:normal;
}
@media (min-width:1500px){
.footer-bottom {
	padding-bottom:10px;
}
}
.footer-bottom p {
    color: #8c8c8c;
    margin: 0;
	font-size: 12px;
}
.scroll-top {
    width: 50px;
    height: 50px;
    text-align:center;
    background: #494949;
    position: fixed;
    bottom: 0;
    right: 30px;
    color: #FFFFFF;
    z-index: 100;
    font-size: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.scroll-top i{ 
    line-height: 45px;
    color: #FFFFFF;
     text-decoration: none;
    }

.scroll-top:hover {
    opacity: 0.9;
    color: #FFFFFF;
    text-decoration: none;
}
#footer-tnc{color:#c33b32; }
@media (min-width:460px) {
#footer-tnc{white-space:nowrap;}
}
/***************************************
*14. Announcments
****************************************/

.msg-top {
	/* width: 95%; */
	background: #FFFFFF;
	position: fixed;
	bottom:3em;
	right:-320px;
	color: #c4c2c2;
	z-index: 100;
	font-size: 14px;
	line-height: 130%;
	box-shadow: 0 0 2em 0 rgba(0,0,0,.5);
	text-decoration: none;
	transition: all 0.3s ease;
	padding:1em 1.5em 1em 1em;
	max-width: 400px;
}
.msg-top.show{right: 0;}
.msg-top:not(.show):hover{right: -300px;}
.msg-top td{/* height:5em; */}
.msg-top td:first-child{padding:0 1em 0 0;border-right:1px solid #c4c2c2;width: 80px;vertical-align: top;}
.msg-top td:first-child>a{display:block; margin-top:1em;}
.msg-top td:last-child{padding:0 .5em 0 1em;vertical-align: middle;}
.msg-top table{
    line-height:  inherit;
    text-align: left;
}

.msg-top:hover {
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	cursor: pointer;
	color: #000;

}

.msg-top>a.fa-close{position:absolute; right: 0; top:0; display:inline-block; padding:.5em; text-decoration:none !important;}
.msg-top>a.fa-close:hover{opacity:.5;}

.msg-top:not(.show)>a.fa-close{display:none;}
.msg-top i{ 
    line-height: 45px;
    color: #ccc;
     text-decoration: none;
    }

.msg-top a:hover{ 
    color: #df2e1b;
	text-decoration: underline;
}

	


.msg-top h3 {
    padding: 0;
    margin: 0;
    color: #4e4e4e;
    font-weight:bold;
    text-align: left;
}
.msg-top h4 {
    padding: 0;
    margin: 0;
    color: #df2e1b;
    font-size:12px;
}
#close {
    float:right;
    display:inline-block;
    padding:1px 6px;
    background:#ccc;
	color:#333;
	
}



/***************************************
* 15. Products page styles
****************************************/
.Products-page {
    padding: 80px 0;
}


.Products-page h2 {
    text-align: left;
    font-size: 38px;
    font-family: 'Open Sans', Arial;
    font-weight: 600;
    line-height: 40px;
	margin-top:-30px;
    text-transform: capitalize;
	
}
.Products-page h2:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #c33b32;
}

.Products-page .box{
	position:relative;
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
	/*padding: 30px 12px;*/
	border: 1px solid #d4d4d4;
	/*margin-bottom: 40px;*/
	background:#000;
	color:#FFF;
}
.Products-page .box .header{
   /*padding-bottom:5px;*/
   /* border-bottom: 1px solid #d4d4d4;*/
}
.Products-page figure{
	padding-top:10px;
    width: 100%;
    height: 188px;
    overflow:hidden;
    /*border-radius:50%;*/
    /*margin-left: 80px;*/
}


.Products-page p{
    font-size: 15px;
    line-height: 20px;
    color: #FFF;
	padding:0 10px;
    margin-top: 5px;
	margin-bottom: 10px;
	text-align:left;
}
.Products-page h4{
    margin-top: 5px;
	padding-left: 10px;
	text-align: left;
	font-weight:600;
}
.Products-page span{
    font-size: 15px;
    line-height: 20px;
    color: #FFF;
	padding:0 10px;
    margin-top: 5px;
	margin-bottom: 10px;
	text-align:left;
}
.Products-page .btn {
	position:absolute;
    padding: 6px 10px;
    font-weight: 600;
    border: 1px solid #df2e1b;
    bottom:0px;
	right:0;
	background: #df2e1b;
	color: #FFF;
	width:120px;
	border-radius:0%;
}
.Products-page .btn:hover {
   color: #df2e1b !important;
   background: #FFF;
}

.Products-page .btn a {
    text-align: left;
    color: #FFF;
    margin: 0;
    font-size: 14px;
	padding: 8px;
}

.Products-page .btn a:hover {
    text-align: left;
    color: #df2e1b;
    margin: 0;
    font-size: 14px;
}


/***************************************
* 16. Research page styles
****************************************/
.Research-page {
    padding: 80px 0;
}
.Research-page h2 {
    text-align: left;
    font-size: 38px;
    font-family: 'Open Sans', Arial;
    font-weight: 600;
    line-height: 40px;
	margin-top:-30px;
    text-transform: capitalize;
	
}
.Research-page h2:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
   background: #c33b32;
}

.Research-page .box{
	/* margin-top: 10px; */
	width: 100%;
	height:167px;
	/*padding: 30px 12px;*/
	border: 1px solid #d4d4d4;
	margin-bottom: 40px;
	background:#000;
	color:#FFF;
	position: relative;
	float: none;
}
.Research-page .box .header{
   width: calc(100% - 150px);
   display: inline-block;
   vertical-align: top;
   position: relative;
   float: right;
   padding: 15px;
   padding-bottom: 5px;
}
.Research-page figure{
	display: inline-block;
	width: 140px;
	/* height: 165px; */
	/* overflow:hidden; */
	/*border-radius:50%;*/
	/*margin-left: 80px;*/
	vertical-align: top;
	position: absolute;
}


.Research-page p{
    font-size: 90%;
    color: #FFF;
    padding: 0 15px;
    text-align:left;
    line-height: 130%;
    width: calc(100% - 150px);
    display: inline-block;
    float: right;
}
.Research-page h4{
    font-weight:600;
}
.Research-page span{
    font-size: 15px;
    line-height: 20px;
    color: #FFF;
	padding:0 10px;
    margin-top: 5px;
	margin-bottom: 10px;
	text-align:left;
}


.Research-page .btn {
	position:absolute;
	padding: 6px 10px;
	font-weight: 600;
	border: 1px solid #df2e1b;
	right: 0;
	bottom: 0;
	background: #df2e1b;
	color: #FFF;
	width:120px;
	border-radius:0%;
}


.Research-page .btn:hover {
   color: #df2e1b;
   background: #FFF;
   
}

.Research-page .btn a {
    /*text-align: left;*/
    color: #FFF;
    /*margin: 0;*/
    font-size: 14px;
	padding: 8px;
}

.Research-page .btn a:hover {
    /*text-align: left;*/
    color: #df2e1b;
    font-size: 14px;
}



/***************************************
* 17. Notices
****************************************/

.Notices {
    padding: 0px 0;
}
.Notices .header {
    margin-bottom: 5px;
    position: relative;
}
.Notices h2 {
    text-align: left;
    margin: 0;
    font-size: 38px;
    font-family: 'Open Sans', Arial;
	font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
}

.Notices .blog-wraper {
    border: 1px solid #dfdfdf;
    transition: all 0.3s ease;
    
}
.Notices .blog-wraper .img-box .date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 45px;
    padding-top: 6px;
    background: #c33b32;
    text-align: center;
    color: #FFFFFF;
}

.Notices .img-box {
    position: relative;
    overflow: hidden;
    height: 60px;
}
   
    
.Notices .text-box {
    padding: 0px 15px;
}


.hover{
    -webkit-box-shadow: 0px 0px 25px -13px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 0px 25px -13px rgba(0,0,0,0.42);
box-shadow: 0px 0px 25px -13px rgba(0,0,0,0.42);
}
.Notices .text-box .text {
    margin-bottom: 19px;
}
.Notices .post-meta {
    border-top: 1px solid #dfdfdf;
    padding-top: 14px;
    color: #858585;
}
.Notices .post-meta p {
    margin-bottom: 0;
}







/***************************************
* 18. Single project page styles
****************************************/
.single-project-wraper .img-box {
    height: 500px;
    overflow: hidden;
}
.single-project-wraper .single-project-header {
    margin-top: 40px;
}
.single-project-wraper .single-project-header .customer-info {
    background: #f7f7f7;
   padding: 30px 0 30px 15px;
}
.single-project-wraper .single-project-header .customer-info table td{
    line-height: 40px;
    font-size: 15px;
    color: #c33b32;
    font-weight: bold;
}
.single-project-wraper .single-project-header .customer-info table td:first-child{
    padding-right: 15px;
    
}
.single-project-wraper .single-project-header .customer-info table td:last-child{
    padding-left: 15px;
    font-weight: normal;
    color: #292929;
    
}
.single-project-wraper h1{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 38px;
    
    font-family: 'Open Sans', Arial;

    font-weight: 600;
    line-height: 40px;
}
.single-project-wraper .single-project-header .project-title p {
	 font-size: 16px;
    line-height: 26px;
    color: #363636;
    margin-top: 10px; 
     
}
.single-project-wraper h2 {
    
    margin: 0;
    font-size: 38px;
    
    font-family: 'Open Sans', Arial;

    font-weight: 800;
    line-height: 40px;
    text-transform: capitalize;
    
}
.single-project-wraper h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: #c33b32;
}
.single-project-wraper .single-project-header span{
    color: #c33b32;
}
.single-project-wraper p{
   font-size: 16px;
    line-height: 26px;
    color: #363636;
    margin-top: 25px; 
    margin-bottom: 25px; 
}
.single-project-wraper a.btn {
    margin-left:-5px;
	padding: 10px 25px;
    color: #c33b32;
    border: 1px solid #cdcdcd;
    
}
.single-project-wraper a.btn:hover {
   color: #FFFFFF;
}
.single-project-wraper .project-analysis{
    margin-top: 50px;
    position: relative;
}
.single-project-wraper .project-analysis .chart-box{
    overflow: hidden;
}

.single-project-wraper .project-analysis h3{
    font-size: 20px;
    margin-top: 15px;
}
.single-project-wraper .project-analysis ul{
    list-style-type: none;
}

.single-project-wraper .project-analysis ul li{
    list-style-type: none;
    font-size: 16px;
    line-height: 26px;
    color: #8a8a8a;
}
.single-project-wraper .project-analysis ul i{
    margin-right: 8px;
    color: #c33b32;
}


/***************************************
* 19. Project section page styles
****************************************/

.projects-section {
    padding: 50px 0 ;
}


.projects-section h2 {
    text-align: left;
    margin-bottom: 50px;
    font-size: 38px;
    font-family: 'Open Sans', Arial;

    font-weight: 600;
    line-height: 40px;
}

.projects-section .header h2:before {
    content: "";
    position: absolute;
    width: 93px;
    height: 4px;
    background: #c33b32;
}

.projects-section .controls li span {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: #676767;
    text-transform: capitalize;
    border: 1px solid #c1c1c1;
    padding: 14px 24px;
    transition: all 0.3s ease;
}
.projects-section .controls li span:hover {
    background: #c33b32;
    color: #FFFFFF;
}


   
.projects-section .thm-container .item{
    overflow: hidden;
    margin-top: 20px;
    height: 200px;
	font-size:14px;
	Color:#333;
	background-color: #c6c3c6;
	margin-right:20px;
	/*border: 1px solid #000;*/
	
	
	
	
}

.projects-section .thm-container .item h4{
    font-size:16px;
	font weight:600;
	margin-bottom:-20px;
	margin-top:20px;
}



.projects-section .overlay {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  background-color: rgba(223, 46, 27, 1.0);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .3s ease;
  color:#FFF;
}
.item:hover .overlay {
  width: 100%;
}
.projects-section .overlay .text{
    display:inline-block;
   white-space: nowrap;  
  text-align:center;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.projects-section .overlay .text2{
    display:inline-block;
   white-space: nowrap;  
  text-align:center;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.projects-section .overlay .text3{
    display:inline-block;
   white-space: nowrap;  
  text-align:center;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.projects-section .overlay i{
    width: 40px;
  height:40px;
   color: white;
  font-size: 17px;
  line-height: 38px;
    border-radius: 50%;
  background:#333333;
  color:#FFFFFF;
}

.portfolioFilter a.current { 
    font-weight:bold;
}



.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}



/***************************************
* 20. Registration
****************************************/
.register {
    padding: 80px 0;
}
.register header{
    margin-bottom: 30px;
}

.register h2 {
    text-align: left;
    font-size: 38px;
    font-family: 'Open Sans', Arial;
    font-weight: 600;
    line-height: 40px;
	margin-top:-30px;
    text-transform: capitalize;
	
}
.register h2:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
   background: #c33b32;
}

.register h4 {
    text-align: left;
    font-size: 18px;
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    line-height: 30px;
	text-transform: capitalize;
	
}

.register header p{
    
    margin-top: 40px;
}



.register form {
    position: relative;
   overflow: hidden;
}
.register form .form-grp input[type="text"], .register .form-grp input[type="email"], .register .form-grp textarea{
    width:80%;
    height:30px;
    margin-bottom: 10px;
	
}

.register .btn {
    padding: 12px 25px;
    font-weight:bold;
    background: #FFFFFF;
    border:1px solid #cdcdcd;
    margin-top: 15px;
	color: #c33b32;
}
.register .btn:hover {
   color: #FFFFFF;
}

/***************************************
* 21. login banner
****************************************/

#content-slider {
    line-height: 1;
    font-family: 'Open Sans', Arial;
    font-size: 10px;  /* font-size 1em = 10px = 62.5%*/

    /*background: #4e616d;*/
}

/* ------------------------------- > Clearfix */
.clr {
    *zoom: 1;
}
.clr:before,
.clr:after {
    display: table;
    content: "";
    line-height: 0;
}
.clr:after {
    clear: both;
}

/* ---------------------------------> wrapper */
#content-slider .wrap-slider {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

	max-width: 1200px;
	/*max-height: 600px;*/
	height: 100%;
	width: 100%;
	/*margin-left:20px;
	margin-top: 20px;*/
	position: relative;
	text-align: right;
}

#content-slider .wrap-slider.full {
    width: 100%;
    max-width: 100%;
    text-align: center; 
    border: none;
}

/* --------------------------------> Link style */
#content-slider *:focus {
    outline: 0;
	opacity:1;
	visibility:visible;
} 

#content-slider a:hover {
	color: #7FD4FD !important;
	text-decoration: underline !important;
}

#content-slider a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#content-slider a:hover,
#content-slider a:active {
    outline: 0;
}

/* --------------------------------> Responsive images (ensure images don't scale beyond their parents) */
#content-slider img {
    max-width: 100%;
    width: auto\9;
    height: auto\9;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/*---------------
	Main                        
---------------------------*/

#content-slider .slider {
	margin-top: 5%;
	position: absolute;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;						
}

#content-slider .inset {
	width: 500%;			
	line-height: 0;

	-webkit-animation: 30s slidy infinite;
       -moz-animation: 30s slidy infinite;
        -ms-animation: 30s slidy infinite;
         -o-animation: 30s slidy infinite;
          /*  animation: 30s slidy infinite;*/

    -webkit-transition: all 2s ease-in-out;
       -moz-transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-in-out;
         -o-transition: all 2s ease-in-out;
            /*transition: all 2s ease-in-out;*/ 
}

#content-slider h1.main-title {
	text-align: center;
	color: #C33B32;
	font-weight: 200;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 25px;
	letter-spacing: 0.1em;
	margin: 5px 0 0px 0;
}

#content-slider .slider [class*='title-'] {
	background: rgba(0, 0, 0, 0.51);
	padding: 1% 1%;
	display: inline-block;
	width: 50%;
	/*width: 385px;*/
	height: auto;
	position: absolute;
	z-index: 12;
	margin: 15px 0 0 15px;
	/*margin-bottom: -15%;
	left: -65%;*//**/
	margin-left: -50%;
	line-height: normal;
	overflow: hidden;
	text-align: left;

	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        /*transition: all 0.5s ease-in-out; */
}


#content-slider .slider [class*='title-3'] {
	background: rgba(0, 0, 0, 0.51);
	padding: 1% 1%;
	display: inline-block;
	width: 50%;
	/*width: 385px;*/
	height: auto;
	position: absolute;
	z-index: 12;
	margin: 15px 0 0 15px;
	/*margin-bottom: -15%;
	left: -65%;*//**/
	margin-left: 50%;
	line-height: normal;
	overflow: hidden;
	text-align: left;

	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        /*transition: all 0.5s ease-in-out; */
}


#content-slider .slider [class*='title-2'] {
	background: rgba(0, 0, 0, 0.51);
	padding: 1% 1%;
	display: inline-block;
	width: 70%;
	/*width: 385px;*/
	height: auto;
	position: absolute;
	z-index: 12;
	margin: 15px 0 0 15px;
	/*margin-bottom: -15%;
	left: -65%;*//*
	margin-left: -50%;*/
	line-height: normal;
	overflow: hidden;
	text-align: left;

	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        /*transition: all 0.5s ease-in-out; */
}

#content-slider .th>[class*='title-'] {
	width: auto;
	height: auto;
	position: absolute;
	top: 0em;
	right: 0em;
	text-align: right;
	margin: 5px 10px 0 0;
	opacity: 1;
	line-height: normal;
	overflow: hidden;
	
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        /*transition: all 0.5s ease-in-out;*/
}

/*------------------------------*/
/* ------------------------------------------------> article */
/*------------------------------*/
#content-slider .slider h1,#content-slider .th h1 {
	color: #fffefe;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#content-slider .slider p,#content-slider .th p {
	color: #fffefe;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#content-slider .slider a,#content-slider .th a {
	font-weight: bold;
	color: #df2e1b;
	text-decoration: none;
	text-transform: uppercase;
}

/*------------------------------*/
/* -----------------------------------------------> article img slider*/
/*------------------------------*/
#content-slider .slider h1 { font-size: 2.0em; line-height: 1em; }

#content-slider .slider p {	font-size: 1.5em; line-height: 2em; }

#content-slider .slider a { font-size: 1.2em; line-height: 1.5em; }

/*------------------------------*/
/* -----------------------------------------------> article img prewiew*/
/*------------------------------*/
#content-slider .th h1 { font-size: 2em; line-height: 1.2em; }

#content-slider .th p { font-size: 1.2em; line-height: 1.7em; }

#content-slider .th a { font-size: 1.55em; line-height: 1.55em; }

#content-slider .th img {
	position: relative;
	max-width: 100%;
	height: 82px !important;
	 -webkit-filter: brightness(50%);
	    -moz-filter: brightness(50%);
	     -ms-filter: brightness(50%);
	      -o-filter: brightness(50%);
	         /*filter: brightness(50%);*/
	
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	       /* transition: all 0.5s ease-in-out;*/ 
}

#content-slider .th:hover img {
	-webkit-filter: brightness(100%);
	   -moz-filter: brightness(100%);
	    -ms-filter: brightness(100%);
	     -o-filter: brightness(100%);
	        /*filter: brightness(100%);*/
}


#content-slider .th:focus img {
	-webkit-filter: brightness(100%);
	   -moz-filter: brightness(100%);
	    -ms-filter: brightness(100%);
	     -o-filter: brightness(100%);
	        /*filter: brightness(100%);*/
}




/* ---------------------------------------------> main img */
#content-slider figure {
	margin: 0;
	padding: 0;
	width: 20%;
	float: left;
	cursor: pointer;

    -webkit-transition: all 2s ease-in-out;
       -moz-transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-in-out;
         -o-transition: all 2s ease-in-out;
            /*transition: all 2s ease-in-out; */
}

#content-slider figure img {
	width: 100%;
	position: relative;
}		

/* --------------------------------------------> max contrloS img preview*/
#content-slider span.th {
	width: 25%;
	margin: 43% 0% 0 0%;
	float: left;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1000;
	cursor: pointer;
}

#content-slider input[type='radio'] {			
	width: 10px;
	height: 10px;
	display: none;
	position: relative;
	/*left: 0%;*/
	display: none;
}

#control{					
	position: absolute;
	left: 3%;
	z-index: 4;			
	top: 55%;
	width: 95%;
}

#content-slider label.first{
	width: 9px;
	height: 9px;
	margin: 33% 1% 0 0%;
	/*float: left;*/
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1000;
	cursor: pointer;
	border-radius: 100%;
	background: #C33B32;
  border: 1px solid transparent;

	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        /*transition: all 0.3s ease-in-out;*/ 
}

#content-slider #main>label:after{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	top: 1px;
	left: 1px;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 9;

    -webkit-transition: all 1s ease-in-out;
       -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
            /*transition: all 1s ease-in-out;*/ 
}

#content-slider input[type='radio'] {			
	width: 10px;
	height: 10px;
	display: none;
	position: relative;
	/*left: 0%;*/
	bottom: 0%;

	display: none;
}

#content-slider #control{					
	position: absolute;
	left: 3%;
	z-index: 15;			
	top: 0%;
	width: 95%;
	margin-top: 10%;

	display: none;
}

#content-slider label.first{
	width: 9px;
	height: 9px;
	/*margin: 33% 1% 0 0%;*/
	margin: 0% 1% -30% 0%;
	/*float: left;*/
	text-align: center;
	/*display: inline-block;*/
	position: relative;
	z-index: 1000;
	cursor: pointer;
	border-radius: 100%;
	background: #C33B32;
  border: 1px solid transparent;

	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        /*transition: all 0.3s ease-in-out;*/

	display: none; 
}

#content-slider #main>label:after{
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #fff;
	position: absolute;
	top: 1px;
	left: 1px;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 9;

    -webkit-transition: all 1s ease-in-out;
       -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
            /*transition: all 1s ease-in-out;*/ 
}

/*_____________________________________________________________________________________________*/

/*-------------------------------------------------------------------
	CoNTROLS                         
-------------------------------------------------------------------*/
#main>label:hover { width: 9px; height: 9px; background: #FFF; border: 1px solid #C33B32; }	

input#a-1:checked ~ .slider .inset { margin-left: 0%;   }
input#a-2:checked ~ .slider .inset { margin-left:-100%; }
input#a-3:checked ~ .slider .inset { margin-left:-200%; }
input#a-4:checked ~ .slider .inset { margin-left:-300%; }
/*input#a-5:checked ~ .slider .inset { margin-left:-400%; }*/


input#a-1:checked ~ #main>label:nth-child(1):after { opacity: 1; visibility: visible; }
input#a-2:checked ~ #main>label:nth-child(2):after { opacity: 1; visibility: visible; }
input#a-3:checked ~ #main>label:nth-child(3):after { opacity: 1; visibility: visible; }
input#a-4:checked ~ #main>label:nth-child(4):after { opacity: 1; visibility: visible; }

input#a-1:checked ~ #control>label:nth-child(2),
input#a-2:checked ~ #control>label:nth-child(3),
input#a-3:checked ~ #control>label:nth-child(4),
input#a-4:checked ~ #control>label:nth-child(1),
/*input#a-5:checked ~ #control>label:nth-child(1),*/
input#a-1:checked ~ #control>label:nth-child(4),
input#a-2:checked ~ #control>label:nth-child(1),
input#a-3:checked ~ #control>label:nth-child(2),
input#a-4:checked ~ #control>label:nth-child(3) {
	width: 50px;
	height: 50px;
	top: 12em;
	display: inline-block;
	position: relative;			
	cursor: pointer;
}

input#a-1:checked ~ #control>label:nth-child(2),  
input#a-2:checked ~ #control>label:nth-child(3), 
input#a-3:checked ~ #control>label:nth-child(4), 
input#a-4:checked ~ #control>label:nth-child(1) {						
	/*background: url(https://github.com/lime7/slider/blob/master/images/right.png?raw=true) no-repeat;	*/	
	float: right;
	right: 0.3%;						
}

input#a-1:checked ~ #control>label:nth-child(4),
input#a-2:checked ~ #control>label:nth-child(1),
input#a-3:checked ~ #control>label:nth-child(2),
input#a-4:checked ~ #control>label:nth-child(3) {			
	/*background: url(https://github.com/lime7/slider/blob/master/images/left.png?raw=true) no-repeat;*/	
	float: left;
	left: 0.3%;			
}

span#a-1:focus ~ .slider .inset { margin-left: 0%; opacity: 1; visibility: visible; }
span#a-2:focus ~ .slider .inset { margin-left:-100%;opacity: 1; visibility: visible; }
span#a-3:focus ~ .slider .inset { margin-left:-200%;opacity: 1; visibility: visible; }
span#a-4:focus ~ .slider .inset { margin-left:-300%;opacity: 1; visibility: visible; }
/*span#a-5:focus ~ .slider .inset { margin-left:-400%;opacity: 1; visibility: visible; }*/

span#b-1:focus ~ .slider .inset { margin-left: 0%; opacity: 1; visibility: visible;  }
span#b-2:focus ~ .slider .inset { margin-left:-100%; opacity: 1; visibility: visible;}
span#b-3:focus ~ .slider .inset { margin-left:-200%; opacity: 1; visibility: visible;}
span#b-4:focus ~ .slider .inset { margin-left:-300%;opacity: 1; visibility: visible; }
/*span#b-5:focus ~ .slider .inset { margin-left:-400%; opacity: 1; visibility: visible;}*/

#content-slider input:checked ~ .slider>.inset {
	-webkit-animation: none;
       -moz-animation: none;
        -ms-animation: none;
         -o-animation: none;
            /*animation: none;	*/	   
}
#content-slider input:hover ~ .slider>.inset, #content-slider label:hover ~ .slider>.inset {
    -webkit-animation-play-state: paused;
       -moz-animation-play-state: paused;
        -ms-animation-play-state: paused;
         -o-animation-play-state: paused;
           /* animation-play-state: paused;*/
}
#content-slider input:hover ~ .slider>.inset, #content-slider label:hover ~ .slider>.inset {
    -webkit-animation-play-state: paused;
       -moz-animation-play-state: paused;
        -ms-animation-play-state: paused;
         -o-animation-play-state: paused;
           /* animation-play-state: paused;*/
}
#content-slider span:focus ~ .slider>.inset {
	-webkit-animation: none;
       -moz-animation: none;
        -ms-animation: none;
         -o-animation: none;
           /* animation: none;*/		   
}
#content-slider span:hover ~ .slider>.inset {
    -webkit-animation-play-state: paused;
       -moz-animation-play-state: paused;
        -ms-animation-play-state: paused;
         -o-animation-play-state: paused;
            /*animation-play-state: paused;*/
}

/*---------
	ANIMATION img                        
----------------------------*/

@keyframes slidy {
	 20% { margin-left:    0%; }
	 25% { margin-left: -100%; }
	 45% { margin-left: -100%; }
	 50% { margin-left: -200%; }
	 70% { margin-left: -200%; }
	 75% { margin-left: -300%; }
	 95% { margin-left: -300%; }
	100% { margin-left: -400%; }
}
@-webkit-keyframes slidy {
	 20% { margin-left:    0%; }
	 25% { margin-left: -100%; }
	 45% { margin-left: -100%; }
	 50% { margin-left: -200%; }
	 70% { margin-left: -200%; }
	 75% { margin-left: -300%; }
	 95% { margin-left: -300%; }
	100% { margin-left: -400%; }
}
@-moz-keyframes slidy {
	 20% { margin-left:    0%; }
	 25% { margin-left: -100%; }
	 45% { margin-left: -100%; }
	 50% { margin-left: -200%; }
	 70% { margin-left: -200%; }
	 75% { margin-left: -300%; }
	 95% { margin-left: -300%; }
	100% { margin-left: -400%; }
}
/*@-o-keyframes slidy {
	 20% { margin-left:    0%; }
	 25% { margin-left: -100%; }
	 45% { margin-left: -100%; }
	 50% { margin-left: -200%; }
	 70% { margin-left: -200%; }
	 75% { margin-left: -300%; }
	 95% { margin-left: -300%; }
	100% { margin-left: -400%; }
}*/

@media only screen and (max-width: 1040px) and (min-width: 640px) {

	#content-slider .th h1 { font-size: 1.2em; line-height: 1em; }

	#content-slider .th p { font-size: 1.0em; line-height: 0.7em; }

	#content-slider .th a { font-size: 0.55em; line-height: 0.55em; }

}
		
@media only screen and (max-width: 640px) {

	#content-slider{ display: none; }

	/*#content-slider .slider [class*='title-'] { display: none; }*/

	/*#content-slider span.first { display: none; }

	#content-slider span.th { width: 98%; cursor: default; margin-top: 37%; }

	#content-slider span.th img { float: left; width: 40%; margin-right: 5%; padding: .7% 0 0 0; }

	#content-slider .th>[class*='title-'] { right: 0%; width: 55%;  text-align: left; }

	#content-slider #b-2 { margin: 5% auto 0 auto; }

	#content-slider #b-3, #content-slider #b-4 { margin-top: 5%; }

	#content-slider span#b-2:focus { opacity: 1; } span#b-2:focus ~ span#b-5 { display: none; }
	#content-slider span#b-3:focus { opacity: 1; } span#b-3:focus ~ span#b-5 { display: none; }
	#content-slider span#b-4:focus { opacity: 1; } span#b-4:focus ~ span#b-5 { display: none; }

	#content-slider #control { display: block; }

	#content-slider #main { padding: 1% 0; width: 100%; margin-top: 50%; z-index: 10; position: absolute; text-align: center; background: rgba(0, 0, 0, 0.71); }

	#content-slider label.first { display: inline-block; margin-bottom: 0; }
*/
}

@media only screen and (max-width: 480px) {

	#content-slider{ display: none; }


	/*
	#content-slider #main { padding: 1% 0; width: 100%; margin-top: 50%;/*bottom: -15.5em;*/ /*z-index: 10; position: absolute; text-align: center; background: rgba(0, 0, 0, 0.71); }

	#content-slider label.first { margin-bottom: 0; }
	/*#content-slider span.th { display: none; }*/

	/*#content-slider span.th img { display: none; }

	#content-slider .th>[class*='title-'] { width: 98%; margin: 2% auto; position: relative; text-align: center; }

	#content-slider #control { margin-top: 12%; }*/

}


