
body{
	margin:0;
	/*font-family: 'Roboto', sans-serif;*/
    font-family: 'Varela Round', sans-serif;
	background: #fff;  
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0; 
     font-family: 'Varela Round', sans-serif;
	font-family: 'Yanone Kaffeesatz', sans-serif;

}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
body a:focus {
    outline: none;
	text-decoration:none;
} 

/* top bar*/

.top{
   position:fixed;
    top:0;
    left:0;
    height:30px;
    width:100%;
    background-color: #48a8d0;
    z-index: 99999;
}

.top p.top_left{
    width:20%;
    float:left;
    margin-left: 18%;
    font-weight:bold;
    padding-top: 2px;
    color: #fff;
    display: inline-block;
}

.top p.top_right{

    width:50%;
    display: inline-block;
    float:left;
    color:#fff;
    font-weight:bold;
}

.top p.top_right a{
    color:#fff;
    margin-left: 11%;
    padding-top: 2px;
    vertical-align: middle;

}


.top p.top_left .phone_icon{
    
    height:25px;
    width:25px;
    
}

.read-more{
    padding:10px;
    background-color: #e00606;
    color:#fff;
    border-radius:20px;
   
}

.read-more:hover{
    background-color: #fff;
    color:#e00606;
    border:2px solid #e00606;
}


/*-- top-nav--*/
.headerrapsoll{
    position:fixed;
    width:100%;
    top:30px;
    left:0;
    z-index: 99999;
    padding: 1%;
    background: #fff;
    box-shadow: 2px 4px 8px #808080;
    /*border-bottom: 3px solid #fff;
    background: url('../images/2.gif');
    background-repeat: repeat;
    background-position: bottom-left;*/
}

.heading_color{
    color:red;
}
.logo_image{
    position: fixed;
    top: 0;
    left: 0;
    height: 170px;
    width: 190px;
}

.logo_image_header{
    position: fixed;
    left: 200px;
    height: 65px;
    width: 30%;
}

.headerrapsoll .logo_text a{
    color:#134f8e;
    font-size: 20px;
    font-family: 'Parisienne', cursive;
    display: none;
}

.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}
.navbar-header h1 {
    font-size: 3.5em; 
	font-family: 'Parisienne', cursive;	
} 
.navbar-header h1 a{
	color:#fff;
	text-decoration:none;
	display: block;
}
.navbar-header h1 a span {
    display: block;
    font-size: .28em;
    margin-top: 0.3em;
    letter-spacing: 3px;
    color: #fff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
ul.nav.navbar-nav.navbar-left {
    margin-top: 1.3em;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
	color:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background:none !important; 
	color: #e00606;
}
.navbar-nav > li {
    margin-right: 2.5em;
}
.navbar-nav > li:nth-child(5) {
    margin: 0;
}
.navbar-nav > li > a {
    font-size: 1.1em;
    padding: 0;
	line-height: 35px;
}
.navbar-default .navbar-nav > li > a {
    color: #0869af;
    font-weight: bold;
} 
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
	color: #ff2f68;
} 
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff; 
}
.navbar-default .navbar-nav li.active1 a {
    color: #ff2f68;
} 
div#bs-example-navbar-collapse-1 {
    padding: 0;
	margin: 0;
} 
.dropdown-menu { 
    min-width: inherit;
	top: 126%;
	font-size: 13px;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown-menu > li > a { 
    padding: 5px 15px; 
}
/*-- hover effect6 --*/ 
.navbar-header h1 a i{
    color: #00ea09;
	font-style: inherit;
}
.navbar-header h1 a i.logo-rapsoll2{
    color: #FFC107;
}
.navbar-header h1 a i.logo-rapsoll3{
    color: #f90055;
}
.navbar-header h1 a i.logo-rapsoll4{
    color:#02e2ff;
} 
/*-- Yaku --*/
.link--yaku {
	overflow: hidden;
} 
.link--yaku span {
	display: inline-block;
	position: relative;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-moz-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-o-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-ms-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform 0.5s, color 0.5s;
	-moz-transition: transform 0.5s, color 0.5s;
	-o-transition: transform 0.5s, color 0.5s;
	-ms-transition: transform 0.5s, color 0.5s;
	transition: transform 0.5s, color 0.5s;
}

.link--yaku:hover span {
	color: #ff2f68;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	-moz-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	-o-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	-ms-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
} 
.link--yaku span:nth-child(4),
.link--yaku:hover span:first-child {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.link--yaku span:nth-child(3),
.link--yaku:hover span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.link--yaku span:nth-child(2),
.link--yaku:hover span:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
} 
.link--yaku span:first-child,
.link--yaku:hover span:nth-child(4) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
/*-- //top-nav--*/  
/*-- banner --*/




.banner_img_top{
    background:url(../images/banner_all.jpg) no-repeat;
    background-size:cover;
    height:250px;
    display: block;
}




.banner{
   /* box-shadow: 2px 2px 5px #4bd0e1;*/
    margin-top: 8%;
}




.banner-img1{
    position:relative;
	background:url(../images/banner1.jpg) no-repeat center 0px;
	background-size:cover;
	min-height:550px;	
}

.banner-img2{
    position:relative;
    background:url(../images/banner21.jpg) no-repeat center 0px;
    background-size:cover;
    min-height:550px;   
}

.banner-img3{
    position:relative;
    background:url(../images/slider/s1.jpg) no-repeat center 0px;
    background-size: 100% 100%;
    height:550px;   
}

.banner-img4{
    position:relative;
    background:url(../images/slider/s2.jpg) no-repeat center 0px;
    background-size: 100% 100%;
    height:550px;   
}


.banner .slider .flexslider .slides .banner-img1 .banner-front{
    position:absolute;
    height:300px;
    width:30%;
    top:50%;
    left:10%;
}

/*



.banner-img2{
	background:url(../images/banner2.jpg) no-repeat center 0px;
	background-size:cover;
}*/
.banner-rapsoltext {
    padding-top: 5%;
    


    /*width: 76%;*/
    margin: 0 auto;
}
.banner-rapsoltext h3, .banner-rapsoltext h2{
    font-size: 23px;
    color: #e00606; 
    text-align:center;
    text-transform: Uppercase;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-shadow:0px 0px 6px #000;
    width:70%;
    
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    margin-top: 2%;
     padding: 5px;   
    line-height: 1.3em;
    /*background-color: rgba(210, 149, 87, 0.3);*/

} 

.banner-rapsoltext h2.banner_text_color{
    color:#fff;
    padding-right: 23%;
}


    .banner_text_second{
        padding-left:1%;
        text-align: center;
        
    }

    .margin20{
        margin-left: 2%;
    }

    .margin40{
        margin-left: 4%;
    }


a.agilebtn {
    font-size: 20px;
    color: red; 
    padding: 0.7em 2em;
    display: inline-block; 
	outline:none;
	margin-top: 1em; 
    /*margin-right: 5em;*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
} 
.agilebtn::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px solid rgba(255,255,255,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.agilebtn:hover::before{
	opacity: 0;
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.agilebtn::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
	-o-transform: scale(0.5,0.5);
	-ms-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
.agilebtn:hover::after{
	opacity: 1 ;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}
/*-- //banner --*/ 
/*-- about --*/  
.about,.news,.services,.testimonial,.about,.team,.contact,.gallery,.codes{
	padding:4%;
    /*box-shadow: 2px 2px 5px #4bd0e1;*/
}

.testimonial{
    height:100vh;
}

.testimonial p{
   font-size: 12px;
   text-align: center;
}

.about h4 {
    font-size: 1.8em;
    color: #e00606;
    font-weight: bold;
    margin-bottom: 0.4em;
}

.about img.image_block{
    
    width:100%;
}
.about-right ul li {
    display: block;
    font-size: 1em;
    color: #0869af;
    margin-top: 1em;
}
.about-right ul li  span.glyphicon {
    padding-right: 6px;
	color: #e00606;
}

.modal-open .modal {
    z-index: 99999;
}

.about p{
    text-align: justify;
}

p {
    font-size: 17px;
    color: black;
    line-height: 1.8em;
}

.bottom20{

    margin-bottom: 20px;
}



#admission_enquiry{

}


#admission_enquiry form input, #admission_enquiry form textarea, #admission_enquiry form select, #franchise_enquiry form input, #franchise_enquiry form textarea, #franchise_enquiry form select {

    width:100%;
    margin-top: 5px;
    padding: 5px;
    border-radius:10px;
    border:1px solid;
    border-left-color: blue;
    border-right-color: red;
    border-top-color:blue;
    border-bottom-color: red;
    outline: none;
    
}

.locate_centers{
    border:1px solid rgba(128, 128, 128, 0.2);
    padding:2%;
    box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.2);
}

.locate_centers:hover{
    box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.7);
}

.locate_centers .locate_centers_img{
    width: 100%;
    height:300px;
}

.list{

    list-style-position: inside;
    color: #0869af;
}


h3.agileits-title {
    font-size: 50px;
    padding: 0;
    font-family: 'Parisienne', cursive;
    text-align: center;
    line-height: 0.9em;
	color: #00bcd4;
}
/*-- //about --*/  

#about_img{

    background:/*url("../images/kids-jump.gif"),*/url("../images/about-img3.jpg");
    background-repeat:/* no-repeat,*/ no-repeat;
    background-position: left;
    padding-bottom:40px !important;
    background-size: 100%;
    height:350px;
    background-attachment: fixed;
   

   
}

#about_img h3.about_img_content{
    padding-top: 30px;
}

#about_img h3.about_img_content span{
    color:#fff;
}

#about{

}

#about_dayCare{
     background:url("../images/slider/s3.jpg");
    background-repeat:no-repeat;
    
    background-attachment: fixed;
    background-position: left;
    background-size: 100%;
    height:auto;
}

#about_dayCare p{
    color:#fff;
}



             #keys{
                    background-color:#fff;
                    background-attachment: fixed;
                    background-size: cover;
                    
                    background-repeat:no-repeat;
                    
                    
                }

                
              

/*-- news --*/ 
.news {
    
    background:/* url('../images/back3.gif'),*/url('../images/block2_sachin.jpg');
   background-size:100%;
    background-position: left;
    height: 430px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.news .news-rapsolright img {
       border: 4px solid #d0261c;
    outline: 2px solid #2196F3;
    outline-offset: 5px;
    height: 250px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
}



.news-rapsolleft h4 {
    font-size: 2em;
    font-weight: 300;
}
.news-rapsolleft h4 a{
    color:#0869af;
    float: right;
    padding: 2%;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
} 
.news-rapsolleft h6 {
    font-size: 1.3em;
    margin: 1em 0 .5em;
    font-weight: 300;
    color: #000;
}
.news-rapsolleft p {
    color: #fff;
    width: 80%;
} 
#keys .news-rapsolright img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    border: 1px dashed #fff;
}
.news-rapsolleft h4 a:hover {
    color: #e00606;
}
h3.agileits-title1 {
    font-size: 4em;
    font-family: 'Parisienne', cursive;
    text-align: center;
    line-height: 1em;
    color: #e00606;
    margin-bottom: 1em;
}

h3.agileits-title1 span{
    text-align: center;
}

.news-rapsolleft.news-rapsolleft1 {
    float: right;
}
.news-agileinfo.btm-newsrow {
    margin-top: 4em;
}
/*-- //news --*/ 
/*-- services --*/  
.services-rapsollsrow {
    margin-top: 4em;
}
.services-grid {
    text-align: center;
    padding: 0 2.5em;
}


.services span {
    font-size: 1.5em;
    color: #fff;
    background: #673AB7;
    display: inline-block;
   /* -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;*/
    text-decoration: none;
    z-index: 1;
    padding: 0.25em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.services span .programs{
    height:200px;
    width:100%;
}

.services span.fa.fa-heart {
    background: #68c100;
}
.services span.fa.fa-puzzle-piece {
    background: #0869af;
}
.services h5 {
    font-size: 1.8em;
    margin: 0.8em 0 .4em;
    color: #ff2f68;
    font-weight: 400;
}
.services-grid:hover span{
    background: #00BCD4 !important; 
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
    transform: scale(1.2);
} 
/*-- //services --*/ 
/*-- slid --*/ 
.rapsollayouts-slid {
    background:/*url('../images/back3.gif'),*/url(../images/block1_sachin.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:100%;
    background-position: left;
    height: 430px;
    padding: 3em 0;
    text-align: center;

}



.rapsollayouts-slid h4 {
    font-size: 4em;
    color: #fff;
    font-family: 'Parisienne', cursive;
}
.rapsollayouts-slid p {
    margin: 1.5em auto 1em;
    width: 70%;
    color: #fff;
}
/*-- //slid --*/
/*-- testimonial --*/
.agile-testi {
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px #48a8d0;
	background: #fff;
}  
.agile-testi-top {
/*    background: url(../images/1.jpg)no-repeat center;
*/    min-height: 100px;
	  background-size:cover;
}

.agile-testi-bottom img{
    height:155px;
    width:100px;
}
.agile-testi-top.agile-testi-top1 {
   /* background: url(../images/2.jpg)no-repeat center;
    background-size: cover;*/
}
.agile-testi-bottom {
    padding: 1px 15px;
}
.agile-testi-bottom img {
    width: inherit !important;
    box-shadow: 0px 0px 0px !important;
    margin: -5em auto 1.5em;
    border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
    border-radius: 50%;
} 
.flip-content {
    width: 300px;
}  
.agile-testi h4 {
    text-align: center;
    font-size: 20px;
    color: #e00606;
    font-weight: 300;
}
.agile-testi h6 {
    font-size: 1.2em;
    margin: .5em 0;
} 
/*-- //testimonial --*/
/*-- footer --*/
.footer {
    background: #1d1d1d;
    padding: 3em 0;
}
.footer h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0.8em;
    font-weight: 200;
}

.footer .footer-agileinfo h4{

    color:#00bcd4;
}

.footer-grid li {
    display: block;
    margin-top: 1em;
}
.footer-grid li a {
    font-size: 1em;
    color: #fff;
    display: inline-block;
	text-decoration: none;
	font-weight: 300;
	outline: none;
}
.footer-grid li a:hover {
    margin-left: .5em;
}
.footer-grid li a i.glyphicon {
    margin-right: 0.8em;
}
.footer-grid.footer-tags li {
    display: inline-block;
}
.footer-grid.footer-tags li a {
    padding: .4em 1em;
    background: #00BCD4;
    margin-right: 12px;
    border: 1px dashed #00BCD4;
}
.footer-grid.footer-tags li a:hover {
    margin-left: 0;
    background-color: transparent;
    color: #00BCD4;
} 
.footer-grid.footer-tags {
    padding-left: 0;
}
.footer-grid form {
    position: relative;
}
.footer-grid p {
    color: #fff;
    margin-bottom: 1em;
    font-weight: 300;
}
.footer-grid input[type="email"] {
    width: 63%;
    padding: 0.8em;
    font-size: 0.9em;
    float: left;
    color: #fff;
    outline: none;
    border: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
} 
.footer-grid form:hover input[type="email"] {
	border-color:#e00606;
} 
.footer-grid input[type="submit"] {
    float: left;
    color: #fff;
    font-size: .9em;
    outline: none;
    padding: 0.8em 1.5em;
    border: 1px solid #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-appearance: none;
    background: none;
    margin-left: 1em;
} 
.footer-grid form:hover input[type="submit"]{
    background-color: #e00606;
    border-color:#e00606;
}
.footer-grid li a i.fa {
    margin-right: 0.6em;
    width: 20px;
}
.footer-grid li a:hover{
   color: #00BCD4;
}
.copy-right {
    padding: 2em 0; 
	background: #000;
}
.copy-right p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.copy-right p a{ 
    color: #00bcd4;
	text-decoration:none;
}
.copy-right p a:hover{ 
    color: #0869af; 
}
/*-- //footer --*/





/*-- about --*/
.about-rapsolbanner .banner-img1 {
    min-height: 300px;
}
.about-rapsolbanner .banner-rapsoltext {
    padding-top: 7%;
}
.about-rapsolbanner .banner-rapsoltext h2 {
    font-size: 5em; 
    text-transform: capitalize; 
    font-weight: 100;
}
/*-- mission --*/ 
h3.rapsolltitle {
    text-align: center;
    margin-top: 6%;
    font-size: 2.5em;
    color: #ff2f68;
    text-transform: capitalize;
}
.about p {
    margin-top: 1.5em;
    font-weight: 300;
    color: #0869af;
} 
.about-wthreegrids img {
    width: 100%;
    height: 400px;
    margin-top:5%;
} 

.about-wthreegrids ul.list{
    
    list-style-type: none;
    line-height:25px;
}

.about-wthreegrids ul.list li{
    list-style-position: inside;
   line-height: 35px;
}

.about-wthreegrids ul li span.glyphicon {
    padding-right: 6px;
    color: #e00606;
}

.about-wthreegrids h5{
    color:#e00606;
    line-height: 20px;
    font-size:15px;
    font-weight: bold;
}

.about-wthreegrids h6{
    font-size: 14px;
    line-height: 23px;
    color: #0869af;
}

.about-wthreegrids:nth-child(1) {
    padding-right: 0;
}
.about-wthreegrids:nth-child(2) {
    padding: 0 1em 0 2em;
} 
.rapsolls-pince {
    margin-top: 2.5em;
}
.pince-left {
    float: left;
    width: 100%;
    border: 1px solid #00bcd4;
    text-align: center;
    padding: 0.8em 1em; 
	-webkit-border-radius: 17px 0;
	-moz-border-radius: 17px 0;
	border-radius: 17px 0;
}
.pince-right {
    float: right;
    width: 75%;
}
.rapsolls-pince h4 { 
    font-size: 1.4em;
    color: #000;
    margin-bottom: 0.4em;
}
.rapsolls-pince h5 {
    font-size: 20px;
    line-height:30px;
    color: #00bcd4;
	transition:1s all;
	/*-webkit-transition:2s all;
	-moz-transition:2s all;
	-o-transition:2s all;
	-ms-transition:2s all;*/
}
.about .pince-right p{
	margin:0;
}
.rapsolls-pince:hover .pince-left {
    background-color: #00bcd4;
}
.rapsolls-pince:hover h5{
	/*transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);*/
	color: #fff;
}
/*-- project --*/ 
/*-- about-slid --*/ 
.about-slid {
    background: url(../images/about1.jpg)no-repeat center fixed;
    background-size: cover;
    text-align: center;
    padding: 5em 0;
}
.about-slid.agileits-rapsollayouts h3.agileits-title1 {
    color: #00bcd4;
}
.about-slid h5 {
    font-size: 2.5em;
    color: #e00606;
    font-weight: 300;
    /*letter-spacing: 10px;*/
}
/*-- //about-slid --*/ 
/*-- team --*/

.team-grids{
	position:relative;
	overflow:hidden;
} 
.team-grids img {
    width: 100%;
}
.team h4 {
    font-size: 2em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}
.team .img-agileinfo-text p {
    font-size: 12px;
    color: #fff;
    margin:.5em 0 .8em;
    
}
.img-agileinfo-text {
    position: absolute;
    top: -50%;
    padding: 1.5em 2em 0;
    text-align: center;
    width: 90%;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.img-caption::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: inherit;
    width: 0;
    background: rgb(5, 112, 191);
/*    background:rgba(255, 20, 147, 0.65);*/
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.team-grids:hover div.img-agileinfo-text {
    top: 52%;
} 
.team-grids:hover div.img-caption::before {
    bottom: 0;
    width: 90%;
    height: 50%;
}
.rapsolsocial-icons ul li {
    display: inline-block;
	margin: 0 .5em;
}
.rapsolsocial-icons ul li a{
    color:#fff;
} 
.rapsolsocial-icons ul li a:hover{
    color: #FFC107;
}
/*-- //team --*/
/*-- //about --*/
/*-- gallery --*/ 
.rapsolgallery-grids {
    padding: 1em;
    height: 300px;
    margin-top:10px;
} 

.rapsolgallery-grids img{

    height:300px;
    width:100%;
}



/*-- imghvr-hinge --*/
[class^='imghvr-'],
[class*=' imghvr-'] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	background-color:#00bcd4;
	color:#212121;
	overflow: hidden;
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	cursor: pointer;
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
	vertical-align: top;
	max-width: 100%;
}
[class^='imghvr-'] .agile-figcaption,
[class*=' imghvr-'] .agile-figcaption {
	background-color:#00bcd4;
	padding:4.5em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color:#212121;
	text-align: center;
} 
[class^='imghvr-'] .agile-figcaption h4{
	font-size:2.5em;
	margin-bottom:.5em;
}
[class^='imghvr-'] .agile-figcaption p{
	line-height:2em;
	color:#fff;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
	-webkit-perspective: 50em;
	perspective: 50em;
}
[class^='imghvr-hinge-'] .agile-figcaption,
[class*=' imghvr-hinge-'] .agile-figcaption {
	opacity: 0;
	z-index: 1;
}
[class^='imghvr-hinge-']:hover img,
[class*=' imghvr-hinge-']:hover img {
	opacity: 0;
}
[class^='imghvr-hinge-']:hover .agile-figcaption,
[class*=' imghvr-hinge-']:hover .agile-figcaption {
	opacity: 1;
	-webkit-transition-delay: 0.21s;
	-moz-transition-delay: 0.21s;
	-o-transition-delay: 0.21s;
	-ms-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
 
/*-- imghvr-hinge-right -- */
.imghvr-hinge-right img {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.imghvr-hinge-right .agile-figcaption {
	-webkit-transform: rotateY(90deg);
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.imghvr-hinge-right:hover > img {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.imghvr-hinge-right:hover .agile-figcaption {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}  

.rapsolgallery-grids p{
    padding:0.5em;
}



/*-- //gallery --*/ 
/*-- contact --*/
.contact-left iframe {
    width: 100%;
    min-height: 32.5em;
    border: none;
}
.contact input[type="text"], .contact input[type="email"] {
    width: 100%;
    color: #999;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    margin-bottom: 1.5em;
    border: solid 1px #999;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
}
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: .9em;
    outline: none;
    padding: .6em 1em;
    border: solid 1px #999;
    min-height: 14.8em;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px; 
}
.contact input[type="submit"] { 
    outline: none;
    color: #fff;
    padding: .8em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #e00606;
    border: solid 1px #e00606;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all; 
}
.contact input[type="submit"]:hover {
    background: none;
    color: #ff2f68;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	-moz-transform: scale(.8);
    transform: scale(.8);
}
.contact input[type="text"]:hover,.contact input[type="text"]:valid ,.contact textarea:valid,.contact textarea:hover{
    border-color:#00bcd4;
}
/*-- address --*/
.address-agileinfo {
    padding: 1em 0;
    margin-top: 3em;
	-webkit-box-shadow: 0px 0px 25px #00bcd4;
	-moz-box-shadow: 0px 0px 25px #00bcd4; 
    box-shadow: 0px 0px 25px #00bcd4;
}
.address-agileinfo ul{
	padding:0;
	margin:0;
}
.address-agileinfo ul li {
    list-style-type: none;
    font-size: 1.1em;
    color: #999;
    display: inline-block;
    width: 33%;
    text-align: center;
}
.address-agileinfo ul li i.phon {
    font-size: 1.6em;
    color: #e00606;
    margin-right: 0.5em;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.address-agileinfo ul li i.glyphicon {
    font-size: 1em;
    color: #e00606;
    margin-right: 0.5em;
}
.address-agileinfo ul li a{
	color:#999;
}
.address-agileinfo ul li a:hover{
	color:#ff2f68;
} 
/*-- //contact --*/
/*-- pages --*/ 
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:3em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none; 
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none; 
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.rapsolls-hdg, h3.bars {
	margin-bottom: 1em;
    color: #ff2f68;
    font-weight: bold;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
} 
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
}
 .codes .row {
    margin: 0;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #5f5f5f;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 30px;
    color: #ff2f68 !important;
    margin: 30px 0 15px;
}
.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #ef2e46;
    font-weight: 300;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons --*/
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
}
 .codes .row {
    margin: 0;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}



/*-- responsive-design --*/ 
@media(max-width:1366px){
.banner-rapsoltext h3, .banner-rapsoltext h2 {
    font-size: 35px; 
}
.banner-rapsoltext {
    padding-top: 15%; 
}
.about-rapsolbanner .banner-img1 {
    min-height: 260px;
}
}
@media(max-width:1280px){

    .rapsollayouts-slid{
        height:350px;
    }
    .news{
        height:350px;
    }

     .top p.top_left {
    width: 23%;
    margin-left: 20%;
    font-size: 12px;
    
}
   
   .top p.top_right a{
    margin-left:5%;
    font-size:12px;
   }

.banner-rapsoltext h3, .banner-rapsoltext h2 { 
    padding-left: 1em; 
    font-size:22px;
    width:50%;
}
    
   
    
    
}
@media(max-width:1080px){

    .rapsollayouts-slid{
        height:350px;
    }
    .news{
        height:350px;
    }

     .top p.top_left {
    width: 23%;
    margin-left: 20%;
    font-size: 12px;
    
}
   
   .top p.top_right a{
    margin-left:3%;
    font-size:12px;
   }

.banner-rapsoltext h3, .banner-rapsoltext h2 {
    padding:2%;
    font-size: 20px;
    width:50%;
}
    
   
    .rapsolls-pince h5{
        font-size:15px;
    }
    
.banner-rapsoltext {
    padding-top: 30%;
} 
h3.agileits-title {
    padding: 1.5em 1em;
    font-size: 3.5em;
}
h3.agileits-title1 {
    font-size: 3.5em; 
}
.about, .news, .services, .testimonial, .about, .team, .contact, .gallery,.codes{
    padding: 4em 0;
    font-size: 12px;
}
.services-grid { 
    padding: 0 2em;
}
.footer-grid input[type="submit"] { 
    padding: 0.8em 1em; 
}
.footer h3 {
    font-size: 2.2em; 
}
.about-rapsolbanner .banner-img1 {
    min-height: 230px;
}
.pince-left { 
    width: 100%; 
}
.about-slid h5 { 
    letter-spacing: 8px;
}
.img-agileinfo-text { 
    padding: 1.5em 1.5em 0; 
}
.team-grids:hover div.img-caption::before,.img-agileinfo-text { 
    width: 87.5%; 
}
.team-grids:hover div.img-caption::before { 
    height: 57%;
}
.team-grids:hover div.img-agileinfo-text {
    top: 46%;
}
.img-agileinfo-text {
    padding: 1em 1em 0;
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption { 
    padding: 3.3em 2.5em; 
}
[class^='imghvr-'] .agile-figcaption h4 { 
    margin-bottom: .2em;
}
} 
@media(max-width:991px){

    .rapsollayouts-slid{
        height:300px;
    }
    .news{
        height:300px;
    }

    .pince-left {
    width: 100%;
}
    
    .rapsolls-pince h5{
        font-size:15px;
    }
    
.navbar-header h1 {
    font-size: 3em; 
}
.navbar-nav > li {
    margin-right: 2em;
}
.banner-rapsoltext h3, .banner-rapsoltext h2 { 
    font-size: 18px;
    padding: 3%;
}
/*.banner-img1, .banner-img2 { 
    min-height: 600px;
}*/
.about-rapsolbanner .banner-rapsoltext {
    padding-top: 6%;
}
h3.agileits-title {
    padding: 0 0 0.8em;
    font-size: 3em;
}
.news-rapsolright {
    margin-top: 1.5em;
}
.news-agileinfo.btm-newsrow {
    margin-top: 3em;
}
.news-rapsolleft.news-rapsolleft1 {
    float: none;
}
.services-grid {
    padding: 0 1em;
}
.rapsollayouts-slid h4 {
    font-size: 3.5em; 
}
.rapsollayouts-slid p { 
    width: 95%; 
}
.footer-grid.footer-tags { 
    margin-bottom: 4em;
}
ul.nav.navbar-nav.navbar-left {
    margin-top: 0.9em;
}
.about-rapsolbanner .banner-rapsoltext h2 {
    font-size: 4em; 
}
.about-rapsolbanner .banner-img1 {
    min-height: 190px;
}
.about-wthreegrids img {
    width: 50%;
}
.about-wthreegrids:nth-child(2) {
    padding: 0 1em; 
}
.about-wthreegrids:nth-child(3) {
    margin: 3em 0;
}
.about-slid h5 {
    letter-spacing: 6px;
    font-size: 2.2em;
}
.about-slid { 
    padding: 4em 0;
}
h3.agileits-title1 { 
    margin-bottom: 0.8em; 
}
.team-rapsolls-row {
    width: 67%;
    margin: 0 auto;
}
.team-grids:nth-child(3),.team-grids:nth-child(4){
    margin-top: 2em;
}
.rapsolgallery-grids {
    padding: 0.3em .5em;
}
[class^='imghvr-'] .agile-figcaption h4 {
    font-size: 2em; 
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 2.3em 0.5em;
}
.contact-left iframe { 
    min-height: 24em; 
}
.contact-right {
    margin-top: 2em;
} 
.address-agileinfo ul li { 
    font-size: 1em; 
    width: inherit; 
    margin: 0 1.7em;
}

.logo_image_header {
    position: fixed;
    left: 178px;
    height: 65px;
    width: 30%;
}

}

@media (max-width:1080px){

 .rapsollayouts-slid{
        height:250px;
    }
    .news{
        height:250px;
    }

.icon-box {
    padding: 8px 9px; 
}
.logo_image_header{
    display:none;
   
}
}

@media(max-width:900px){

    .logo_image_header{
    display:none;
}

.rapsollayouts-slid{
        height:200px;
    }
    .news{
        height:200px;
    }

.banner-rapsoltext {
    width: 83%; 
}

.logo_image_header{
    display:none;
}

}



@media(max-width:800px){

    .logo_image_header{
    display:none;
}
    
    .top{
        display:block;
    }
    
    .headerrapsoll{
        top:0;
    }
    
    
    .about-wthreegrids img {
    width: 100%;
    height: 400px;
}
    
.banner-rapsoltext h3, .banner-rapsoltext h2 {
    font-size: 16px;
    padding:3%;
    margin-top:-14%;
}
.banner-img1, .banner-img2 {
    min-height: 510px;
}   

.about_dayCare p{
    font-size:12px;
}

.logo_image_header{
    display:block;
    left:10px;
    height:50px;
    width:60%;
}

}



@media (max-width:767px){

    .logo_image_header{
        width:60%;
    }

    .rapsollayouts-slid{
      
        height:auto;  
    }

    .news {
       
        height:auto;  
    }

    #about_dayCare{
        background-attachment: none;
        background-size: cover;
        height:auto;
    }

    #about_dayCare p{
        font-size: 12px;
    }

    .slider{
        margin-top: 11%;
    }

    .rapsolgallery-grids p{
        font-size: 12px;
    }
    .banner-img3, .banner-img4{
        height: 350px;
    }



    .flipster-carousel .flip-items img{
        height:100px;
        width:100%;
    }

    .headerrapsoll {
    padding: 1.5em 1em 1.1em; 
}
.navbar-header.navbar-left {
    float: left;
    margin: 0;
}
.header-text {
    float: left;
    margin-left: 3em;
    width: 21%;
}  
.agileits-topnav {
    margin: 0.9em 0 0 3em;
    display: inline-block;
}
ul.nav.navbar-nav.navbar-left {
    float: none !important;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.navbar-header h1 { 
    margin: 0;
}
.navbar-header h1 a span {
    letter-spacing: 2px;
    font-size: .36em;
    margin-top: 0.5em;
}
.navbar-nav > li {
    margin: 1em 0 0 0;
}
.navbar-nav > li:nth-child(5) {
    margin: 1em 0;
}
nav.navbar.navbar-default {
    margin-bottom: 0;
}
.header-right {
    float: none;
}
.navbar-default .navbar-toggle {
    border-color: #ff2f68;
    margin: 14px 0 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ff2f68;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff2f68;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #fff;
}
.social-icons ul li a.fa { 
    line-height: 2.2em;
}
.icon { 
    width: 30px;
    height: 30px;
}
div#bs-example-navbar-collapse-1 {
    margin: 5.6em 0 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.82);
    left: 0;
    -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.34);
    -o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.34);
    -ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.34);
}
.modal-dialog {
    margin: 4em auto;
    width: 80%;
}
.modal {
    padding: 0 !important;
} 
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}


    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }

    .navbar-header h1 {
    font-size: 2.6em; 
    }
    .navbar-header h1 a span { 
        letter-spacing: 2px; 
    }
    .rapsollayouts-slid h4 {
        font-size: 3.2em;
    }
    .agile-testi-top { 
        min-height: 130px; 
    }
    .agile-testi-bottom {
        padding: 1.5em;
    }
    .agile-testi h4 {
        font-size: 1.6em; 
    }
    .navbar-nav > li > a {
        font-size: 1em; 
    }
    .contact-left iframe {
        min-height: 20em;
    }

         .logo_image{
        display:none;
    }

.headerrapsoll .logo_text a{
    
    display: block;
    margin-top: 10%;
}
    

}

@media(max-width:736px){

     .logo_image_header{
        width:55%;
        height:40px;
    }

     .rapsollayouts-slid{
        height:200px;
    }
    .news{
        height:200px;
    }

    .top{
        display:none;
    }
    
    .logo_image{
        display:none;
    }

.headerrapsoll .logo_text a{
    
    display: block;
    margin-top: 10%;
}
    
    
    .headerrapsoll{
        top:0;
    }
    
    .about-wthreegrids img {
        width: 100%;
        height:300px;
    }
    
    .rapsolls-pince h5{
        font-size:15px;
        
    }
    
.services-grid p {
    width: 65%;
    margin: 0 auto;
}
.services-grid:nth-child(2) {
    margin: 2em 0;
}
.footer-grid {
    padding: 0;
}
.footer-grid.footer-tags {
    margin: 2.5em 0;
}
.footer h3 { 
    margin-bottom: 0.4em; 
}
.footer-grid.footer-review {
    margin-bottom: 2.5em;
}
.banner-rapsoltext h3, .banner-rapsoltext h2 {
    font-size: 16px;
    padding: 2%;
    margin-top:-14%;
}
.banner-rapsoltext {
    padding-top: 34%;
}
.footer-grid input[type="submit"] {
    padding: 0.8em 2em;
}
.about-rapsolbanner .banner-rapsoltext h2 {
    font-size: 16px;
}
.about-rapsolbanner .banner-img1 {
    min-height: 145px;
}
.pince-left {
    width: 100%;
}
.pince-right { 
    width: 82%;
}
.about-slid h5 {
    letter-spacing: 4px;
    font-size: 2em;
}
.team-rapsolls-row {
    width: 40%; 
}
.team-grids:hover div.img-caption::before, .img-agileinfo-text {
    width: 89%;
}
.team-grids:hover div.img-agileinfo-text {
    top: 49%;
}
.team-grids:nth-child(2) {
    margin-top: 2em;
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 4.3em 3.5em;
}
.address-agileinfo ul li { 
    margin: 0 1em;
} 

.logo_image{
        display:none;
    }

.headerrapsoll .logo_text a{
    
    display: block;
    margin-top: 10%;
}
}


@media(max-width:667px){

     .rapsollayouts-slid{
        height:200px;
    }
    .news{
        height:200px;
    }

    .banner{
    height:350px;
}
.banner-rapsoltext {
    width: 87%;
    padding-top: 30%;
}
.flip-content {
    width: 240px;
}
.team-rapsolls-row {
    width: 45%;
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 3.5em 2em;
}
.address-agileinfo ul li {
    margin: 0;
    display: block;
}
.address-agileinfo ul li:nth-child(2){
    margin:1em 0; 
}

.logo_image{
        display:none;
    }

.headerrapsoll .logo_text a{
    
    display: block;
    margin-top: 10%;
}

}


@media (max-width:640px){
    .about_dayCare p{
        font-size: 12px;
    }

    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        margin-bottom: .5em;
    }
    .progress {
        height: 10px;
        margin-bottom: 10px;
    }
    ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
        font-size: 14px;
    }
    .breadcrumb {
        margin-bottom: 25px;
    }
    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }
    h2.typoh2 {
        font-size: 1.5em;
    }
    .label {
        font-size: 60%;
    }
    .in-gp-tl {
        padding: 0 1em;
    }
    .in-gp-tb {
        padding-right: 1em;
    }

    .logo_image{
        display:none;
    }

.headerrapsoll .logo_text a{
    
    display: block;
    margin-top: 10%;
}
}

@media(max-width:600px){

 .about_dayCare p{
        font-size: 12px;
    }

.banner-rapsoltext h3, .banner-rapsoltext h2 {
    width:100%;
    font-size: 14px;
    padding: 2%;
    margin-top:-12%;
}
    
    .top{
        display:none;
    }
    
    .headerrapsoll{
        top:0;
    }
  
    
    .pince-left{
        width:100%;
    }
    
    
    .about-wthreegrids img {
    width: 100%;
        height:300px;
}
    
    .rapsolls-pince h5{
        font-size: 14px;
    }
    
.banner-img1, .banner-img2 {
    min-height: 460px;
}
.about, .news, .services, .testimonial, .about, .team, .contact, .gallery, .codes {
    padding: 3.5em 0;
}
h3.agileits-title { 
    font-size: 2.5em;
}
h3.agileits-title1 {
    font-size: 3em;
}
.about p {
    margin-top: 1em; 
}
.flip-content {
    width: 235px;
}
h3.rapsolltitle {
    font-size: 2em; 
}
.team-rapsolls-row {
    width: 50%;
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 3em 1.5em;
}
.contact-left iframe {
    min-height: 16em;
}
.contact textarea { 
    min-height: 11em; 
}
.contact input[type="text"] { 
    margin-bottom: 1em; 
}
.modal-dialog {
    margin: 2em auto;
    width: 90%;
}
.logo_image{
        display:none;
    }

.headerrapsoll .logo_text a{
    
    display: block;
    margin-top: 10%;
}
}
@media(max-width:568px){

     .about_dayCare p{
        font-size: 12px;
    }
    
    .top{
        display:none;
    }
    .headerrapsoll{
        top:0;
    }
   
    .logo_image{
        display:none;
    }

.headerrapsoll .logo_text a{
    
    display: block;
    margin-top: 10%;
}
    .about-wthreegrids img {
        width: 100%;
        height:300px;
}
    .pince-left{
        width:100%;
    }
    .rapsolls-pince h5{
        font-size:14px;
    }
    
.banner-rapsoltext h3, .banner-rapsoltext h2 {
    width: 100%;
    font-size: 15px;
    padding:2%;
    margin-top:-5%;
}
.banner-img1, .banner-img2 {
    min-height: 425px;
}
.agile-testi-bottom {
    padding: 1em;
}
.flip-content {
    width: 215px;
}
.team-rapsolls-row {
    width: 54%;
}
.about-rapsolbanner .banner-rapsoltext h2 {
    width: 100%;
    font-size: 3em;
}
.about-rapsolbanner .banner-img1 {
    min-height: 115px;
}

 

}


@media (max-width:480px){

    .logo_image{
        display:none;
    }

.headerrapsoll .logo_text a{
    
    display: block;
    margin-top: 10%;
}

     .about_dayCare p{
        font-size: 12px;
    }

    .rapsollayouts-slid {
        height:200px;
    }

    .news{
        height:200px;
    }

    #about_img{
        height:200px;
    }

    .navbar-header h1 {
    font-size: 2.4em;
}
    .top{
        display:none;
    }
    
    
    
    .headerrapsoll{
        top:0;
    }
    
    .about-wthreegrids img {
    width: 100%;
    height: 250px;
}
    
    .pince-left {
    width: 100%;
}

    .pince-left h5{
        font-size:13px;
    }
    
.banner-rapsoltext h3, .banner-rapsoltext h2 {
    width:100%;
    font-size: 13px;
    margin-top:0%;
}
.banner-img1, .banner-img2 {
    min-height: 370px;
}
a.agilebtn { 
    padding: 0.7em 1.5em; 
}
.about, .news, .services, .testimonial, .about, .team, .contact, .gallery, .codes {
    padding: 3em 0;
}
h3.agileits-title {
    font-size: 2.3em;
    padding: 0 0 0.6em;
}
.about h4 {
    font-size: 1.6em; 
    margin-bottom: 0.2em;
}
.about p {
    margin-top: 0.5em;
}
.news-rapsolleft h4 {
    font-size: 1.8em; 
}
.news-rapsolleft p { 
    width: 100%;
}
.services-grid p {
    width: 95%; 
}
.rapsollayouts-slid h4 {
    font-size: 2.5em;
}
.rapsollayouts-slid p {
    width: 100%;
}
.flip-content {
    width: 236px;
    margin: 0 auto !important;
}  
.about-slid h5 {
    letter-spacing: 3px;
    font-size: 1.5em;
}
.about-slid {
    padding: 3em 0;
}
.team-rapsolls-row {
    width: 62%;
}
.about-rapsolbanner .banner-rapsoltext h2 {
    width:100%;
    font-size: 2.5em;
}
.about-rapsolbanner .banner-img1 {
    min-height: 100px;
} 
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 1.6em 0.6em;
}
.contact input[type="text"] { 
    padding: .6em 1em; 
}
.modal-body {
    padding: 0 1.5em 1.5em;
}
}
@media(max-width:414px){

    .slider{
       margin-top: 20%;
           }

    .banner-img3, .banner-img4{
       height:250px;
    }

    #about {
        padding: 0;
    margin-top: -15%;
    }

     .about_dayCare p{
        font-size: 12px;
    }
    
    
    .top{
        display:none;
    }
    
   
.headerrapsoll {
    top:0;
    margin-top:0px
    padding: 1.5em 0 1.1em;
}
div#bs-example-navbar-collapse-1 {
    margin: 5.1em 0 0; 
}
.banner-rapsoltext h3, .banner-rapsoltext h2 {
    width: 100%;
    font-size: 12px;
    margin-top:10%
}
a.agilebtn {
    padding: 0.7em 1.8em;
    font-size: 0.9em;
}
.banner-img1, .banner-img2 {
    min-height: 330px;
}
.about-left,.about-right {
    padding: 0;
}
p,.about-right ul li{
    font-size: 0.9em; 
}
h3.agileits-title1 {
    font-size: 2.6em;
} 
.news-rapsolleft h4 {
    font-size: 1.6em;
}
.news-rapsolleft h6 {
    font-size: 1.1em;
    margin: 0.5em 0 .5em; 
}
.news-agileinfo.btm-newsrow {
    margin-top: 2em;
}
.services-rapsollsrow {
    margin-top: 2em;
}
.services h5 {
    font-size: 1.5em; 
}
.services-grid p {
    width: 100%;
}
.rapsollayouts-slid { 
    padding: 2.5em 0; 
}
.flip-content {
    width: 220px;
}
.agile-testi-top {
    min-height: 100px;
}
.team-rapsolls-row {
    width: 77%;
}
.rapsolgallery-grids { 
    float: none;
    width: 100%;
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 4.6em 2em;
}
.contact-left.wthree, .contact-right {
    padding: 0;
}
.contact input[type="submit"] { 
    padding: .7em 3em;
    font-size: 0.9em;
}
.about-wthreegrids:nth-child(2) {
    padding: 0;
}
.about-wthreegrids:nth-child(3) {
    margin: 2em 0;
    padding: 0;
}
.about-wthreegrids img {
    width: 100%;
    height:250px
}
    
    ul.list{
        margin-left:4%;
    }    
.rapsolls-pince {
    margin-top: 1.5em;
}
    .rapsolls-pince h5 { 
        font-size:13px;
    }
    
.about-wthreegrids {
    padding: 0;
}
.pince-left {
    width: 100%;
}
.pince-right {
    width: 75%;
}
.about h4 {
    font-size: 1.4em; 
}
.about-slid h5 {
    letter-spacing: 2px;
    font-size: 1.2em;
}
.team-rapsolls-row {
    width: 85%;
}
.footer-grid input[type="submit"] {
   
    padding: 0.8em 1.5em;
}
.footer-grid li a {
    font-size: 0.9em; 
}
.footer h3 {
    font-size: 2em;
}
.footer { 
    padding: 2em 0;
}
.copy-right {
    padding: 1.5em 0; 
}
.about-rapsolbanner .banner-rapsoltext h2 {
    width:100%;
    font-size: 2em;
}
.about-rapsolbanner .banner-img1 {
    min-height: 80px;
}
.navbar-default .navbar-toggle { 
    margin: 7px 0 0;
}
.navbar-nav > li > a { 
    line-height: 29px;
} 
.news-rapsolleft, .news-rapsolright {
    padding: 0;
}
.sl-wrapper .sl-navigation button { 
    width: 25px !important; 
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 3px !important; 
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 3px !important; 
} 
.services-grid {
    padding: 0;
} 

    h3.rapsolls-hdg {
        font-size: 1.6em;
        margin: 1em 0 0.6em;
    }
    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        font-size: 1.2em;
    }
    .table h1 {
        font-size: 26px;
    }
    .table h2 {
        font-size: 23px;
    }
    .table h3 {
        font-size: 20px;
    }
    .label {
        font-size: 53%;
    }
    .codes .alert {
        font-size: 0.9em;
        padding: 10px;
    }
    .pagination {
        margin: 20px 0 0px;
    }
    .grid_3.grid_4.rapsollayouts {
        margin-top: 0;
    }
    .agileits-icons-title {  
        font-size: 30px; 
    }
    h3.icon-subheading {
        font-size: 22px; 
    }
    .icons .bs-glyphicons li { 
        width: 31%; 
    } 
}

@media(max-width:384px){

.slider{
    height:250px;

}

.slider img{
    min-height:250px;
}

 .about_dayCare p{
        font-size: 12px;
    }

.rapsollayouts-slid h4 {
    font-size: 2.2em;
}
.agile-testi h6 {
    font-size: 1.1em; 
}
.modal-dialog { 
    width: 95%;
}
.modal-body h4 {
    font-size: 1.4em; 
    margin: 0.5em 0 .3em;
}
      .top{
        display:none;
    }
.headerrapsoll {
    margin-top:0px;
    padding: 1.1em 0;
}

 #about{
        margin-top:-10%;
    }


}   


@media (max-width: 320px){ 

  

     .about_dayCare p{
        font-size: 12px;
    }

     .top{
        display:none;
    }
.headerrapsoll {
    top:0;
   
    padding: 1.1em 0;
    }
    
    .banner{
        display:block;
    }

    .headerrapsoll .logo_image {
        height:100px;
        width:auto;
    }

    #about{
        margin-top:-10%;
    }

    #about img{width:100%;height:75px;}


    .rapsollayouts-slid{
        height:200px;
    }

    .news{
        height:200px;

    }

    #about_dayCare{
        height:auto;
    }

    .about_img{
        height:200px;
    }

    .navbar-header h1 {
    font-size: 2.1em;
}
.modal-body {
    padding: 0 1em 1.5em;
}
.modal-dialog {
    margin: 1em auto; 
}
div#bs-example-navbar-collapse-1 {
    margin: 4.7em 0 0;
}
 .news, .services, .testimonial, .about, .team, .contact, .gallery, .codes {
    padding: 1em 0;
}

.about{

    padding: 0;
}

h3.agileits-title {
    font-size: 2em; 
}
h3.agileits-title1 {
    font-size: 2.2em;
}
.services h5 {
    font-size: 1.3em;
} 
.rapsollayouts-slid h4 {
    font-size: 2em;
}
.flip-content {
    width: 190px;
} 


.banner-img1, .banner-img2 {
    min-height: 270px;
}
.banner-rapsoltext h3, .banner-rapsoltext h2 {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 10%;
    padding: 2%;
    line-height: 20px;
}
h3.agileits-title {
    font-size: 1.8em;
}
   
.about-wthreegrids img {
    width: 100%;
    height:250px
}    
    ul.list{
        margin-left: 3%;
    }

.pince-left {
    width: 100%;
}
  
    
    
    
    
    .footer-grid input[type="submit"] {
    padding: 0.8em 1.1em;
}
h3.rapsolltitle {
    font-size: 13px;
}
.rapsolls-pince h5 {
    font-size: 12px; 
}
.team-grids { 
    padding: 0;
}
.team-grids:hover div.img-caption::before, .img-agileinfo-text {
    width: 100%;
}
.about-rapsolbanner .banner-rapsoltext h2 {
    width:100%;
    font-size: 1.8em;
}
.rapsolgallery-grids {
    padding: 0.3em 0;
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 3.6em 2em;
}
.footer h3 {
    font-size: 15px;
}

.footer .footer-agileinfo h4{
    font-size: 14px;
}

.footer-grid p{
    font-size: 12px;


}

.about-wthreegrids h5{
    font-size:13px;
}

.about-wthreegrids h6{
    font-size:12px;
}

.footer-grid.footer-tags {
    margin: 1.5em 0;
}
.footer-grid.footer-review {
    margin-bottom: 1.5em;
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: -4px !important; 
}
.sl-wrapper .sl-navigation button.sl-next {
    right: -4px !important; 
}
.footer-grid input[type="email"] { 
    padding: 0.6em; 
    
}
.footer-grid input[type="submit"] {
    padding: 0.6em 1em;
    margin-top: 2%;
}
    .alert,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
        font-size: 13px;
    }
    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.pagination li a {
        font-size: 1em;
        padding: 5px 11px !important;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 0.81em;
    }
    .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 13px!important;
    }
    .codes .row {
        margin: 0;
    }
    .agileits-icons-title { 
        font-size: 25px;
    }
    h3.icon-subheading {
        font-size: 18px;
        margin: 21px 0 12px;
    }
}
/*-- //pages --*/  
/*-- about-modal --*/
.modal-open .modal {
    z-index: 99999;
    background: rgba(0, 0, 0, 0.48);
}
.modal-body {
    padding: 0 2em 2.5em;
}
.modal-dialog {
    margin: 6em auto 0;
} 
.modal-body h4 {
    font-size: 1.6em;
    color: #e00606; 
    font-weight: 300;
    margin: 1em 0 .3em;
}
.bnr-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 0.5em 2em 0;
}
.bnr-modal button.close {
    color: #e00606;
    opacity: .9;
    font-size: 2.5em;
    outline:none;
}
.modal-body p {
    font-weight: 300;
} 
/*-- //about-modal --*/



/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/ 






