@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css");

body, html {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000; /* Dynamic */
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 300;
	font-size: 42px;
	color: #33CCFF; /* SkyBlue Shade Dynamic */
}
h3, h4 {
	font-size: 22px;
	font-weight: 400;
	font-weight: 300;
	color: #444;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #22295F;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #22295F;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}

/* TOP BAR */
#menu.navbar-default {
	background-color: #33CCFF; /* Dynamic */
	border-color: #33CCFF; /* Dynamic */
}
#menu a.navbar-brand {
	font-size: 20px;
	color: #444;
	font-weight: 500;
	text-transform: uppercase;
}
#menu a.navbar-brand i.fa {
	color: #22295F;
	vertical-align: top;
}
/* TOP BAR - MENU LINKS */
#menu.navbar-default .navbar-nav > li > a {
	text-transform: capitalize;
	color: #FFF;  /* Dynamic */
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #22295F;
}
.on {	
	background-image: linear-gradient(to left, rgba(51,204,255,0.10), rgba(255,255,255,0.90)); /* Dynamic */
	border-bottom: 1px solid #ddd !important;
	padding: 10px 0 !important;
}



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #22295F !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #22295F;
	border-color: #22295F;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
	
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #22295F;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 2px;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #444;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	/*background: url(../img/intro-bg.jpg) no-repeat center center;*/
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(255,255,255,0.2);
}
.intro h1 {
	color: #22295F;
	font-size: 74px;
	font-weight: 600;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.intro p {
	color: #444;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 40px;
}
header .intro-text {
	padding-top: 300px;
	padding-bottom: 200px;
	text-align: center;
}
/* About Section */
#about {
	padding: 120px 0;
}
#about h3 {
	font-size: 22px;
}
#about .about-text {
	margin-left: 10px;
	margin-top: 20px;
}
#about img {
	display: inline-block;
	border-color: #22295F;
	border-radius: 20px;
	padding: 20px;
}
#about .about-text li {
	font-size: 16px;
	margin-bottom: 6px;
	margin-left: 10px;
	list-style: none;
	padding: 0;
}
#about .about-text li:before {
	content: "✓";
	color: #22295F;
	padding-right: 10px;
}
#about p {
	line-height: 24px;
	margin: 30px 0;
}
/* Services Section */
#services {
	padding: 120px 0;
	background: #f6f6f6;
}
#services h4 {
	text-transform: uppercase;
}
#services .fa {
	font-size: 48px;
	margin: 20px 0;
	color: #22295F;
}

/* Portfolio Section */
#portfolio {
	padding: 120px 0 140px 0;
}

/* Pricing Section */
#pricing {
	padding: 120px 0 140px 0;
}
#pricing .pricing-table {
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	background-color: #fff;
	border-radius: 4px;
}
#pricing .row {
	margin-top: 100px;
}
#pricing .pricing-table:hover {
	z-index: 2;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#pricing .highlight-plan {
	margin: -15px 0;
	margin-right: -1px;
	z-index: 1;
}
#pricing .pricing-table.highlight-plan .plan-name {
	background-color: #22295F;
	padding: 25px 0;
	border-radius: 4px 4px 0 0;
}
#pricing .pricing-table.highlight-plan .plan-name h3 {
	color: #fff;
}
#pricing .pricing-table.highlight-plan .plan-signup {
	background-color: #22295F;
	padding: 30px 0;
	border-radius: 0 0 4px 4px;
}
#pricing .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
	border-color: #fff;
	color: #fff;
}
.pricing-table .plan-name {
	padding: 15px 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.05) inset;
	border-bottom: 1px solid #eee;
}
.pricing-table .plan-name h3 {
	font-weight: 300;
	font-size: 32px;
}
.pricing-table .plan-price {
	padding: 25px 0;
}
.pricing-table .plan-price .price-value {
	font-size: 38px;
	line-height: 52px;
	color: #444;
}
.pricing-table .plan-price .price-value span {
	font-size: 18px;
	line-height: 18px;
}
.pricing-table.btn-system.border-btn {
	border-color: #22295F;
	color: #22295F;
}
.pricing-table .plan-list li {
	padding: 8px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}
.pricing-table .plan-list strong {
	font-weight: 400;
}
.pricing-table .btn-system {
	padding: 10px 25px;
	display: inline-block;
	color: #fff;
	background-color: #22295F;
	margin-right: 5px;
	font-size: 16px;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
	border: 0;
	text-transform: uppercase;
}
.pricing-table .btn-system:hover, .pricing-table .btn-system.border-btn:hover {
	background-color: #444;
}
.pricing-table .btn-system:last-child {
	margin-right: 0;
}
.pricing-table .btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
}
.pricing-table .plan-list li:first-child {
	border-top: 1px solid #eee;
}
.pricing-table .plan-signup {
	padding: 25px 0;
}
.pricing-table .plan-signup a {
	text-transform: uppercase;
}
/* Contact Section */
#contact {
	padding: 120px 0 60px 0;
	background: #F6F6F6;
}
#contact form {
	padding: 30px 0;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .social {
	margin-top: 80px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #22295F;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #444;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	background: #33CCFF; /* Dynamic */
	background-image: linear-gradient(to right, rgba(51,204,255,0.10), rgba(51,204,255,0.90)); /* Dynamic */
	color: #fff; /* Dynamic */
	padding: 30px 0 25px 0;
	border: 1px solid #fff;
}
#footer p {
	font-size: 15px;
}
#footer a {
	color: #fff; /* Dynamic */
}
#footer a:hover {
	color: #22295F;
}

@media (max-width: 1024px) {
#about img {
	float: left;
	margin-bottom: 20px;
}
}

#slider-container
{
    padding-top:5px;
    
    }

.banner_container img
{
    margin-top: 0px;
    height: 500px;
    width: 100%;
}

.no_padding
{
    padding:0px !important;
    
    }
    
    
.logo-text h1 {

    color: #22295F;
    font-size: 74px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 10px;

}  

.logo-text p {

    color: #444;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 40px;

}  





/*Custom Classes Added*/


/* START: CSS for PAGE-SECTION PART */
.pagesection {
	padding: 120px 0;
}
.pagesection h3 {
	font-size: 22px;
}
.pagesection .content-text {
	margin-left: 10px;
	margin-top: 20px;
}
.pagesection img {
	display: inline-block;
	border-color: #22295F;
	border-radius: 20px;
	padding: 20px;
}
.pagesection .content-text li {
	font-size: 16px;
	margin-bottom: 6px;
	margin-left: 10px;
	list-style: none;
	padding: 0;
}
.pagesection .content-text li:before {
	content: "✓";
	color: #22295F;
	padding-right: 10px;
}
.pagesection p {
	line-height: 24px;
	margin: 30px 0;
}
/* END: CSS for PAGE-SECTION PART */


/* START: CSS for SERVICES */
.service_container {
  border: 2px solid #ffffff; /* Dynamic */
  background-color: #ffffff;
  
 /* 
background-image: linear-gradient(to right, rgba(217,217,217,0.10), rgba(217,217,217,0.90)); /* Dynamic */

  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
  height: 500px;
  overflow-y: auto; 
  line-height: 24px;
font-size: 14px;
}

.service_container::after {
  content: "";
  clear: both;
  display: table;
}

.service_container img {
  float: left;
  margin-right: 20px;
  border-radius: 10%;
  height:auto;
  width:auto;
  /*height:150px;*/
}

.service_container span 
{
  color:#33CCFF; /* Dynamic */
  font-size: 20px;
  margin-right: 15px;
  font-weight:bold;
}

@media (max-width: 500px) {
  .service_container {
      text-align: center;
  }
  .service_container img {
      margin: auto;
      float: none;
      display: block;
  }
}

/* END : CSS for SERVICES */


/* START: CSS for CLIENTELE SECTION */
.client-item
{
  border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  padding: 5px;
  height:150px !important; 
  }
    
    
    .client-item:hover
{
  border: 2px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  height:150px !important; 
  }
    
  
 .client-item img
 {
     opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
     height:auto;
     max-width:100%;
     }  
     
      .client-item:hover img
 {
     opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
     height:auto;
     max-width:100%;
     }  
     
.client-item h3     
{
    vertical-align:middle;
    text-align:center;
    margin-top:20px;
    font-size: 16px;
    font-weight:bold;
    
}

.client-item-mobile
{
    font-size:10px !important;
    
    }    

    
.client-item h4     
{
    vertical-align:middle;
    text-align:center;
    margin-top:20px;
    font-size: 14px;
    font-weight:normal;
    
    }
  
/* END: CSS for CLIENTELE SECTION */

/* START: CSS for REVIEWS/TESTIMONIALS */
.review_container 
{   
  border: 2px solid #33CCFF; /* Dynamic */
  /*background-color: #33CCFF;  Dynamic */
  background-image: linear-gradient(to right, rgba(47,56,104,0.50), rgba(47,56,104,0.90)); /* Dynamic */  
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0
}

.review_container::after {
  content: "";
  clear: both;
  display: table;
}

.review_container img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  width:150px;
  height:180px;
}

.review_container span {
  font-size: 20px;
  margin-right: 15px;
}

.review_container p {
  color: #fff; /* Dynamic */
}

@media (max-width: 500px) {
  .review_container {
      text-align: center;
  }
  .review_container img {
      margin: auto;
      float: none;
      display: block;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: auto;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #c9e3f5;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #f3f9fd;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #f3f9fd;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #2487ce !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/* END : CSS for REVIEWS/TESTIMONIALS */

/* START: CSS for ALBUMS */

.album_container 
{
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
  border: 2px solid #ccc;
  background-color: #33CCFF; /* Dynamic */
  border-radius: 5px;
  padding: 5px;
  margin: 5px 0;
  text-align:center;
  font-weight:bold;
}

.album_container:hover 
{
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
  border: 2px solid #ccc;
  background-color: #33CCFF; /* Dynamic */
  color:#fff !important;
  border-radius: 5px;
  padding: 5px;
  margin: 5px 0;
  text-align:center;
  font-weight:bold;
}

.album_container a{ 
  color:#fff !important; 
}

.album_container:hover a{ 
  color:#fff !important; 
}



.album_container::after {
  content: "";
  clear: both;
  display: table;
}

.album_container img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.album_container span {
  font-size: 24px;  
  text-align:center;
  line-height:30px;
}

.album_container span {
  font-size: 24px;  
  text-align:center;
  line-height:30px;
}

.overlay
{
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=40);
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 9000;
    color: #fff;
    font-size: xx-large;
    text-align: center; /*padding-top:150px;	padding-left:35%;*/
}

.popUpDiv
{
    width: 100%;
    height: auto;    
    position: fixed;
    top: 10%;
    left: 0%;
    z-index: 9002; /*above nine thousand*/
    /*background-color:#ffffff;*/
}

/* END: CSS for ALBUMS */


/* START: CSS for SOCIAL MEDIA LINKS */
.social_media
{
    float: right;
}

.social_media a
{
    margin-left:5px;
    float: left;
}

.social_media img
{
    height: 30px;
    width: 30px;
}


.social_share
{
    height: 30px;
    width: 30px;
}
/* END: CSS for SOCIAL MEDIA LINKS */




#services_container a
{
    color: #33CCFF;
    font-weight:normal;
    font-style:italic;   
    }
    
    #services_container a:hover
{
    text-decoration:underline;      
    }
    
.go_back
{
    color: #33CCFF;
    font-weight:bold;
    cursor:pointer;    
    
    } 
    
.service-title
{
margin: 50px 0px 20px 0px;
font-weight: 300;
font-size: 42px;
color: #33CCFF;   
border-bottom: 1px solid;
    }   
    
    
    /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #2487ce;
  float: left;
  width: 44px;
  height: 44px;
  background: #e3f0fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #124265;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #217bbc;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #2487ce;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #2487ce;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #2487ce;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}


.passcode
{
    background: silver;
    padding: 3px;
    font-size: large;
    color: red;
    font-style: italic;
}

.errMsg
{
    color: Red;
    font-size: 12px;
}

.invalid
{
    border: 1px solid red !important;
}

.sitebutton
{
    background-color:#33CCFF; 
    color: #ffffff;    
    }
    
    
    .sitebutton:hover
{
    background-color:#33CCFF; 
    color: #ffffff; 
    }
    
    
    .buybutton
{
    background-color:#33CCFF; 
    color: #ffffff; 
    font-size:large; 
    font-weight:bold;
    }
    
    
    .buybutton:hover
{
    background-color:#33CCFF; 
    color: #ffffff;
    font-size:large; 
    font-weight:bold;
    }
    
    
     .categorylist
    {
        margin-top:3px;
        
        }
        
        .categorylist:hover
    {
        margin-top:3px;
        background-color: #33CCFF;
        color:#ffffff !important;
        
        }
        
        
            .catalogue
    {
        margin-bottom:10px;
        margin-right:0px;
        border: 1px solid #eee;
        padding:0px; 
        
        }
        
        .catalogue:hover
     {         
         background-color: #33CCFF;   
         color:#ffffff !important;
         opacity:.70;    
         }