/* CANDOR CSS */
/* Monday 26th November 2018  */
/* Website by crunchwebsites.com */

body {
    width: 100%;
	/*     height: 100%; */
    color: #333;
    font-family: 'Montserrat', sans-serif;
	background-color: #fff;
    position: relative; 
    text-align: center;
    }

html {
    width: 100%;
    /* height: 100%; */ 
    }
    

.container-fluid .row{
   margin:0;
   }
   
.container-fluid {
   padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #454551; 
	
	}

h1{
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    z-index: 1000000;
    margin: auto;
    text-align: right;
    line-height: 1.1;
    margin-bottom: 20px;
	letter-spacing: -2px;
}

h2{
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c8c8;
}


h3{
	margin: 15px 0 10px 0;
	font-size: 16px;
	color: #454551;
	font-weight: 600;
}


h4{
	font-size: 16px;
	color: #333; 
	font-weight: 400;
	margin-bottom: 20px;
}

p {
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 1.5; 
    font-weight: 300;
    color: #636463;
}


hr{
	border-top: 1px solid #333;
	border-bottom: 0px solid #333;
	width: 30%;
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
}


ul{
	padding-left: 0px;
}

li{
	list-style: none;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.9;
}




a {
    color: #333;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
a:hover, a:focus {
    text-decoration: none;
    color: #555; }
    
    
    
    
    
    #call{
	    background-color: #E82457; /* red */ 
	    padding: 5px 25px;
	    position: absolute;
	    top: 0;
	    left: 45%;
	    margin: auto;
	    display: table;
	    color: #fff;
	    font-size: 13px;
	    text-transform: uppercase;
	    border-bottom-left-radius: 10px;
	    border-bottom-right-radius: 10px;
    }
    
    
    .navbar{
    	background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1)); /* Standard syntax (must be last) */
	    position: fixed; 
	    top: 0;
	    height: 120px;
	    z-index: 1000;
	    width: 100%;
    }

    
    

.masthead {
	position: relative;
    background-image: url(../img/intro-bg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
	height: 100vh;
     padding: 100px 0;
    text-align: right;
    color: #939393;
    -webkit-background-size: cover, inherit;
    -moz-background-size: cover;
    background-size: auto 100% ;
    -o-background-size: cover; }
    
.masthead .intro-body {
    display: table-cell;
    vertical-align: middle; 
    }

.masthead h1{
	color: #fff;
}

.masthead h2{
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	font-size: 25px;
	color: #a58e80; 
	letter-spacing: 1px;
	padding-top: 20px;
}




.masthead h3{
	font-size: 16px;
	font-family: 'BenchNine', sans-serif;
	color: #fff;
	position: absolute;
	width: 50%;
	bottom: 0;
	padding-bottom: 30px;
	margin-bottom: 0;
	margin-left: 25%;
  border-bottom: 15px solid #a58e80;
  font-weight: 200;
  letter-spacing: 3px;
	
}





.card{
	padding: 80px 80px 80px 120px;
	text-align: left;
	background-image: url(../img/pattern.png);
	background-repeat: repeat-y;
	background-size: 130px;
	border: none;
-webkit-box-shadow: 0px 0px 32px -9px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 0px 32px -9px rgba(0,0,0,0.7);
box-shadow: 0px 0px 32px -9px rgba(0,0,0,0.7);
}


.card:before {
  content : "";
  position: absolute;
  right    : 0;
  bottom  : 0;
  height  : 0px;
  width   : 40%;  /* or 100px */
  border-bottom: 15px solid #a58e80;
}

.card h2{
	text-align: left;
	margin: 0 0 20px 0;
}



.card p{
	line-height: 1.9;
}


.logosmall{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 45px;
}




.grey{
	background-color: #f4f4f4;
	padding: 0 0 80px 0;
}

.grey img{
	margin-top: -30px !important;
	margin-bottom: 30px;

	}







.masthead .intro-body .intro-text {
    font-size: 18px; }
@media (min-width: 768px) {
    .masthead {
        height: 100%;
		
      }
    .masthead .intro-body .brand-heading {
        /* font-size: 100px; */ }
    .masthead .intro-body .intro-text {
        /*   font-size: 22px; */ } }



.content-section {
    padding-top: 100px; 
    }






#about, #team, #services, #safe, #cando, #contact, #intro-body{
    width: 100%;
    padding: 180px  0;
}

#services{
	padding-bottom: 100px;
}

#cando{
background-image: 
    url(../img/cando-logo.svg),
    url(../img/cando-bg.png);
  background-position:
    right 50px bottom 50px, /* this positions the first image */
    bottom right; /* this positions the second image */
  background-repeat:
    no-repeat; /* this applies to both images */
    background-color: #343891 ;
	background-size: 150px, 100%;
}
 

#testimonials{
    width: 100%;
    padding: 80px  0;
}


#about{
	padding-bottom: 250px;
}


/* ---------- About ----------- */

#about {
    background: url(../img/about-bg.jpg) no-repeat bottom right;
    background-size: auto 100% ;
	background-color: #f1f1f1;
	text-align: left;
	position: relative;
}


#about .priya p{
	position: absolute;
	bottom: 0px;
	right: 30px;
	font-weight: 400;
	color: #fff;
	font-style: normal !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px; 
	
}



#about li{
	list-style: square;
	margin-left: 20px;
}





/* ---------- Team ----------- */


#team{
	border-bottom: 1px solid #ececec;
}










/* ---------- Feel Safe ----------- */

#safe{
	text-align: left
}

#safe ul li{
	margin-bottom: 10px;
}

#safe ul li:before{
	content: "";
	height: 25px;
	width: 25px;
	background-image: url(../img/tick.svg);
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -7px;
}










/* ---------- Testimonials ----------- */

#testimonials	 {
    background: #343497 url(../img/testimonials-bg.jpg) no-repeat right center;
    background-size:  auto 100%  ;
    color: #fff;
	}


#testimonials h5, #testimonials p, #testimonials small {
	color: #fff;
	text-align: left;
	}
	
	
	
#testimonials p:before{	
	content: "";
	height: 25px;
	width: 25px;
	background-image: url(../img/quote.svg);
	display: inline-block;
	margin-right: 15px;
	margin-bottom: -10px;

}

#testimonials small {
	display: block;
	}

#testimonials img{
	display: block;
} 










/* ------------ Services ----------- */
#services img{
	margin-top: 50px;
	}

#services h3{
	font-size: 22px;
	color: #343497;
}








/* ---------- Cando Training ----------- */

#cando, #cando p, #cando h2 {
	color: #fff;
	text-align: left;
}



#cando img{
	float:left;
	margin-right: 10px;
	height: 40px;
}


#cando .btn-default{
	border: 1px solid #fff;
}









/* ---------- Contact ----------- */



#contact{
    width: 100%;
    position: relative;
    text-align: left;
}







.clearfix{
	width: 100%;
	clear: both;
	margin: 20px 0;
}

.error #form-contact {
    opacity: 0;
}
.success #form-contact {
    opacity: 0;
}

.error .response-message {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
}
.success .response-message {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
}

.help-block p {
    margin: 0;
    font-size: 18px !important;
}

.btn {
    cursor: pointer;
}

.bg-foots {
    position: absolute;
    height: 100%;
    background-size: cover;
    background-position: 44%;
}



.btn {
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0; }
    
    
.masthead .btn{
	background-color: none;
}


.jumbotron{
	background-color: transparent !important; 
}

.ok p{
	margin-top: 20px;
}

.ok p, .ok .btn-default{
		color: #fff !important;
}





body.ok{
	background-color: #a58e80;
}

.form-area .btn{
   background-color: #343497; /* blue */
}

.btn-default, .submit {
	color: #fff; 	
	margin-top: 10px;
	font-size: 14px;
	padding: 0;
	width: fit-content;
}


.btn-default{
	border: none;
	padding: 10px 30px !important;
	background-color: #343497 /* blue */;
	border-radius: 20px;
	border: 1px solid #343497;
}


.btn-default:after{
	content: "";
	height: 15px;
	width: 15px;
	background-image: url(../img/right.svg);
	display: inline-block;
	margin-left: 10px;
	margin-bottom: -3px;
	
}



.btn-default:hover, .btn-default:focus {
    border: 1px solid #343497;
    color: #343497;
    background-color: transparent;
}

.btn-default:hover:after{
background-image: url(../img/right-blue.svg);
}



#contact .btn-default:hover{

}

ul.banner-social-buttons {
    margin-top: 0; }
@media (max-width: 1199px) {
    ul.banner-social-buttons {
        margin-top: 15px; } }







@media (max-width: 767px) {
	
	
	
	
	
	
	
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0; }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } 
    .masthead{
		background-size:  100% auto;
		background-image:  url(../img/intro-bg-m.jpg) !important;
	    height: 60%;
   }  
   
   .row{
	   margin: 20px !important;
   }
	
	.masthead h1{
		color: #343497 /* blue */;
	}
	
	
	
	
	#about, #safe, #services{
		padding-bottom: 100px;
	}
	#about .priya p{
		color: #333;
		font-size: 10px;
	}
		
		
		
		
	#team{
		padding: 50px 0;
	}
	
	#team .row{
		margin: 5px !important;
		text-align: left;
	}
	
	#team .btn{
		margin-left: 20px;
	}

	#team h2{
		width: 90%;
		margin-left: 5%;
		}
		
	#team img{
		margin-top: 20px;
	}
	
	
	.scard{
		margin-bottom: 0 !important;
	}
	
	
	.scard img{
		width: 40px;
	}
	
	#servicesplus{
		padding-top: 0;
	}
	
	#servicesplus p{
		padding: 0 20px;
		text-align: left;
	}
	
	#servicesplus .btn{
		text-align: left;
		display: block;
		margin-left: 20px;
	}
	
	#servicesplus .row, #services .row, #partners .row{
		margin:0 !important;
	}
	
	
	#myFooter small{
		font-size: 10px !important;
	}
	
	#myFooter .second-bar a{
		font-size: 10px !important;
		padding:0 !important;
	}

}










footer p {
    font-size: 12px ;
    margin: 0; 
    text-align: center ;}
footer a{
    color: #fff;
    margin: 0 0 0 10px;
    padding: 0;
}

::-moz-selection {
    text-shadow: none;
    background: rgba(0, 0, 0, 0.2); }

::selection {
    text-shadow: none;
    background: rgba(0, 0, 0, 0.2); }

img::selection {
    background: transparent; }

img::-moz-selection {
    background: transparent; }

body {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }



input.form-control,
textarea.form-control{
    border-radius: 5px;
    padding: 10px 15px;
    border: 0;  
    background-color: #efefef; }

submit{
    border-radius: 15px;
}



.red{
    color:red;
}
.form-area
{

    padding: 0;
    margin: 0;
}

::-moz-placeholder{
    color: red;
}


span{
	color: #343497 /* blue */;
}

/*

span{
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px;
    font-weight: 300;
    display: table;
    margin: auto;
        margin-bottom: 25px;

    text-transform: uppercase;
    letter-spacing: 6px;
    border-bottom: 1px solid #DAD1A1 ;
    }
*/




#left, #right{
    width: 50%;
    float: left;
    display: flex;
}



.logo{
	position: absolute;
	top: 30px;
	margin: auto;
	display: table;
	   left: 0%;
margin-left: 35px !important;
}











/* code for social media links */

/*----- Genral Classes start ------*/
 
 .social{
	 position: absolute;
	 top: 40%;
	 right: 20px;
 }
 
.wrapper {
	padding: 20px;
	text-align: center;
}
hr{
	margin: 30px 20px;
	border-top:2px solid #1C1E26 ;
	border-bottom:2px solid #38404D;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
/*---- Genral classes end -------*/

/*Change icons size here*/
.social-icons .fa {
	font-size: 1.4em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	-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;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
.social-icons .fa-adn{background-color:#504e54;} 
.social-icons .fa-apple{background-color:#aeb5c5;} 
.social-icons .fa-android{background-color:#A5C63B;}  
.social-icons .fa-bitbucket,.social-icons .fa-bitbucket-square{background-color:#003366;} 
.social-icons .fa-bitcoin,.social-icons .fa-btc{background-color:#F7931A;} 
.social-icons .fa-css3{background-color:#1572B7;} 
.social-icons .fa-dribbble{background-color:#F46899;}  
.social-icons .fa-dropbox{background-color:#018BD3;}
.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:none;}  
.social-icons .fa-flickr{background-color:#FF0084;}
.social-icons .fa-foursquare{background-color:#0086BE;}
.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square{background-color:#070709;} 
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-html5{background-color:#E54D26;}
.social-icons .fa-instagram{background-color:none;}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 
.social-icons .fa-linux{background-color:#FBC002;color:#333;}
.social-icons .fa-maxcdn{background-color:#F6AE1C;}
.social-icons .fa-pagelines{background-color:#241E20;color:#3984EA;}
.social-icons .fa-pinterest,.social-icons .fa-pinterest-square{background-color:#CC2127;} 
.social-icons .fa-renren{background-color:#025DAC;}
.social-icons .fa-skype{background-color:#01AEF2;}
.social-icons .fa-stack-exchange{background-color:#245590;}
.social-icons .fa-stack-overflow{background-color:#FF7300;}
.social-icons .fa-trello{background-color:#265A7F;}
.social-icons .fa-tumblr,.social-icons .fa-tumblr-square{background-color:#314E6C;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:none;} 
.social-icons .fa-vimeo-square{background-color:#229ACC;}
.social-icons .fa-vk{background-color:#375474;}
.social-icons .fa-weibo{background-color:#D72B2B;}
.social-icons .fa-windows{background-color:#12B6F3;}
.social-icons .fa-xing,.social-icons .fa-xing-square{background-color:#00555C;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}
 





/* form css */


.modal-title{
		font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	color: #a58e80; 	
	margin-top: 10px;
	letter-spacing: 2px;
	font-size: 22px;
	padding: 0;
	width: fit-content;
	
}

.modal-header{
		margin:0;
padding: 0;
}

.modal-header span{
	border: none;
	color: #333;
	padding-bottom: 0;
	margin-bottom: 0;
}


.modal-body{
	padding-top: 0 !important;
	padding-bottom: 30px;
}

.modal-content{
	background-color: #fff;
	padding: 10px 30px 30px 30px;
	border-radius: 0;
	border-bottom: 15px solid #343497;
}

.modal-content{
	padding-bottom: 0;
}


.modal-footer{
	padding-top: 40px;
	padding-bottom: 10px;
	border: none;
}


.modal-body input, .modal-body textarea{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
	font-weight: 300;
}

textarea{
	height: 100px;
}
.modal-header{
	border-bottom: none;
	}




/* footer css */
 
#myFooter {
    background-color: #3A3937;
    color: white;
    text-align: left;
}

#myFooter p{
	padding:0 !important;
	margin: 0 !important;
}

.first-bar{
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	text-align: left;
	padding-left: 30px;
}



#myFooter .info{
    text-align: right; 
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h3 {
    font-size: 16px;
    color: #DAD1A1 /* gold */;
    text-transform: capitalize;
    letter-spacing: 0;
    
    
}

#myFooter p {
    color: #9b9b9b;
text-align: left;
font-size: 13px;
line-height: 2;
margin-bottom: 10px; 

}


#myFooter .cta {
	float: left;
	margin-top: 60px;
	padding: 25px 35px;
	background-color: #202020;
	border: 1px solid #202020;
	margin-left: 20px;

}

#myFooter .cta:hover {
	background-color: #333;
	border: 1px solid #fff;
}

#myFooter .logo{
    margin-top: 10px;
}

#myFooter .second-bar .logo a{
    color:white;
    font-size: 28px;
    float: left;
    font-weight: bold;
    line-height: 68px;
    margin: 0;
    padding: 0;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .second-bar {
    text-align: center;
    background-color: #282828;
    text-align: center;
    display: block;
    padding: 10px 0;

}

#myFooter small{
	text-align: left;
	color: #999;
		font-size: 12px;

}

#myFooter a{
	font-size: 12px !important;
	color: #fff !important;
}



#myFooter .second-bar a {
    font-size: 22px;
    color: #3A3937;
    padding: 10px;
    transition: 0.2s;
 
}

#myFooter .second-bar a:hover {
    text-decoration: none;
}



.second-bar .l{
	text-align: left;
	padding:25px 0;
	float:left;
}

.second-bar .r{
		padding:25px 25px 0 0;
		margin: 0;
			float:right;

}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }

    #myFooter .info{
        text-align: right;
    }
}



/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */

html{
    height: 100%;
}

body{
 /*
   display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
*/
    height: 100%;
}

.content{
   flex: 1 0 auto;
   -webkit-flex: 1 0 auto;
   min-height: 200px;
}

#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}



/* Menu All CSS popup */


#menuArea input {
	display: none;
  }

  .open {
	background-color: #343497;
	width: 24px;
	height: 4px;
	display: block;
	border-radius: 0px;
	cursor: pointer;
	position: relative;
	top: 28px;
	left: 10px;
  }
  
  .open:before {
	content: "";
	background-color: #343497;
	width: 24px;
	height: 4px;
	display: block;
	border-radius: 0px;
	position: relative;
	top: -8px;
	transform: rotate(0deg);
	transition: all 0.3s ease;
  }
  
  .open:after {
	content: "";
	background-color: #343497;
	width: 24px;
	height: 4px;
	display: block;
	border-radius: 0px;
	position: relative;
	top: 4px;
	transform: rotate(0deg);
	transition: all 0.3s ease;
  }


#menuArea {
	z-index: 1200;
	position: fixed;
	top:0px;
	right:0px;
}

  .menuOpen {
  	position: absolute;
	width: 55px;
	height: 55px;
	display: block;
	padding: 0 5px;
	cursor: pointer;
	right: 25px;
	top: 18px;
/* 	background-color: blue;  */
  }
  
  .menuOpen:hover .open:before {
	top: -9px;
  }
  
  .menuOpen:hover .open:after {
	top: 5px;
  }
  
  .menu {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.9);
  }
  
  .menu label {
	width: 55px;
	height: 55px;
	position: absolute;
	left: 25px;
	top: 33px;
	background-size: 100%;
	cursor: pointer;
/* 	background-color: red; */
  }
  
  .menu .menuContent {
	position: relative;
	top: 40%;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 20px;
	margin-top: -170px;
  }
  
   .menu .menuContent .cta{
	   display: table;
	   padding-left: 30px !important; 
   	   padding-right: 30px !important;
   	   margin-top : 30px; 
	   }
	   
	.menu .menuContent .cta:hover{  
     	   background-color: #fff !important;
}

  .menu ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
  }
  
  
  
  .menu ul li a {
	color: #fff; 	
	font-size: 18px;
	display: inline-block;
	padding: 10px 0;
  }
  
  .menu ul li a:hover {
	color: #999;
  }
  
  .menuEffects {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
  }
  
  .menuEffects ul {
	transform: translateY(0%);
	transition: all 0.5s;
  }
  
  #menuToggle:checked ~ .menuEffects {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s;
  }
  
  #menuToggle:checked ~ .menuEffects ul {
	opacity: 1;
  }
  
  #menuToggle:checked ~ .menuOpen .open {
	background-color: transparent;
  }
  
  #menuToggle:checked ~ .menuOpen .open:before {
	content: "";
	background-color: white;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
  }
  
  #menuToggle:checked ~ .menuOpen .open:after {
	content: "";
	background-color: white;
	transform: rotate(-45deg);
	position: relative;
	top: 0;
	right: 0;
	z-index: 1;
  }
  
  #menuToggle:not(:checked) ~ .menuEffects ul {
	transform: translateY(-30%);
  }
  
  
















































/*
  // Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/




/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
	
	
	
	
	
	
	
	
	
	.second-bar, .second-bar .l ,.second-bar .r{
		text-align: center !important;
		float: none;
	}
	

    .masthead {
        height: 100vh;
    }

	





    
    
    
}

 



 

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
	
	h1{
	   font-size: 30px;
	   line-height: 1.1;
	}
	
	
	h2{
	   font-size: 25px;
	   }
	
	h2 span{
		font-size: 25px;

	}
    
    
    .card{
	    padding: 80px 30px;
	    background-image: none;
    }
    
    p{
	    font-size: 15px;
    }
    
    
    #about, #services, #safe, #cando, #contact{
	    padding-top: 80px;
	    }
    
    
    #about{
   	    background-size:  150% auto;
    }
    
    
    #cando{
	    background-position: 10% 95%, bottom right;
	    background-size: 20%, 140%;
	    
    }
	
	
	.logo{
		width: 50%;
	}

	
	#mainNav {
    
    background: rgba(0,0,0, 0.9) }
    
    

    #services{
        background-position: left top;
        background-image: url(../img/services-bg.jpg) ;

    }


	.scard {
		margin-bottom: 400px;
		display: block;}

	.carousel-inner{
		overflow: inherit !important;	
		width: 80%;
		margin: auto;
		padding-bottom: 30px;
			
	}
	
	.carousel-caption{
		display: contents;
		widows: 80%;
	}
    
	
	#testimonials small{
		margin-bottom:20px;
	}
   
    
 
    
    span{
	    line-height: 1;
	    font-size: 10px;
	    margin-bottom: 10px;
    }
    

    
    .logo{
	    top: 30px;
    }
   


}






/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 	

  
  
  
  
  
  
  
  
  
  
  

.hidden-xs {
  display:none !important;
}


    







#store img{
	   margin-bottom: 30px;
   } 



}






.input-wrap {
    position:relative;
}
.input-wrap.error .help-block {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -20px;
    background: rgba(0, 0, 0, 0.35);
    padding: 5px 10px;
    transform: translateX(90%);
}
.help-block {
    display:none;

}


.help-block span {
    font-size: 13px !important;
}

.messages-box .help-block {
    margin: 0;
}
.messages-box {
    float:left;
    position: absolute;
    left: 200px;
}
p.help-block.red {
    display: block;
    color: #fff;
}
#btnSubmit {
	float:left;
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	
	
    
   
   }
