


/*
   
   Table Of Content
   
   1. Global Style
   2. Preloader
   3. Home Section and Navigation Menu
   4. Qualification and Experience
   5. About
      5.1 Skills
      5.2 Subscribe
   6. Portfolio
   7. Testimonial
   8. Statistics
   9. Services
  10. Call to Action
  11. Contact Us
  12. Social Icons
  13. Footer
  14. Scroll To Top
  15. Responsive
  16. Useful Classes ( Such as : Margin, Padding, colors  "This classes will be helpful for you during designing/development time.")
  17. UiPasta Credit
 

*/



/* Global Style */

body {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    font-family: 'Poppins', sans-serif;
	max-width:100%;
	overflow-x:hidden;
}

section {
	padding-top:15px;
	padding-bottom:15px;
}

html,
body {
    height: 100%
}

::selection {
    background-color: #f7639a;
    color: #ffffff;
}

::-moz-selection {
    background-color: #f7639a;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}


a {
    color: #4c9cef;
}

a:hover,
a:active,
a:focus {
    color: #000;
    text-decoration: none;
	outline: none;
}

p {
    line-height: 28px;
}

b {
	font-weight: 600;
}

ul,
li {
    margin: 0;
    padding: 0;
}





html, body, #map_canvas {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#map_canvas {
    position: relative;
}






.pink-color {
	color: #f7639a !important;
}

.pink-color-bg {
	background-color: #f7639a !important;
}



.section-title {
    text-align: center;
}

.section-title h2 {
    margin-top: 0;
    font-weight: 600;
    font-size: 40px;
}


.ax1{


	    background-color: #191919d1;
    margin-top: 111px;
}

.ax1 h4{
	font-size: 15px;
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 4px;

}
.section-title h4 {
    margin-top: 0;
    font-weight: 600;
	margin-top:20px;
    font-size: 20px;
}

.section-title p {
    font-weight: 400;
	font-size:25px;
	line-height: 25px;
	margin-bottom: 20px;
	font-family: arial;
}

.bg-cover {
	background-repeat: no-repeat;
}



.grabbing {
	cursor: url(../images/owl-carousel/grabbing.png) 8 8, move;
}

.divider > i {
	color: #fff;
	font-size: 21px;
}

.divider {
	position: relative;
	width: 126px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.divider:after,
.divider:before {
	content: ' ';
	width: 43px;
	position: absolute;
	border-bottom: dotted 2px #ffffff;
	top: 50%;
	margin-top: -4px;
}

.divider:before {
	left: 0;
}

.divider:after {
	right: 0;
}

.divider.dark:after,
.divider.dark:before {
	border-color: #b2b2b2;
}

.button {
	border: none;
	border-radius: 5px;
	font-family: inherit;
	font-size: 17px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 60px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button-style {
	border: 3px solid #fff;
	color: #fff;
}

.button-style:hover,
.button-style:active,
.button-style:focus {
	color: #ffffff;
	background: #4c9cef;
}

.button-style-color-2:hover,
.button-style-color-2:active,
.button-style-color-2:focus {
	color: #ffffff;
	background: #ff0000!important;
}

.button-style-dark {
	border: 3px solid #000000;
	color: #000000;
}



/* Preloader */

.preloader {
    background: #edf0f8;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

		
.spinner{
    border-radius: 50%;
    border-right-color: #ffff;
    border-top-color: #0048cf;
    border-bottom-color: #ffff;
    border-left-color: #0048cf;
    border-width: 8px;
    border-style: solid;
    height: 150px;
    width: 150px;
    
    position: absolute;
    top:-15px;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear;
    
}

@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}

.stay {
    
    position: absolute;
    top:-18px;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
	transform: scale(0.8);
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


/* Home Section and Navigation Menu */

.home-section {
    background: #ffffff;
    padding-top: 60px;
}

.table {
	margin-bottom: 0px;
}

.table a {
	color: #ffffff;
}

.table > tbody > tr > td {
	padding: 15px;
	border: 3px solid #e4e4e4;
}

.table tr > td {
	padding: 11px 13px;
}

tr:nth-child(1) > td {
	border-top:0px;
}

tr > td:nth-child(1){
	background-color: #ffffff;
	font-weight: 500;
	font-size: 13px;
	color: #888888;
	width: 140px;
}

tr > td:nth-child(2) {
	font-weight: 500;
	color: #ffffff;
	background: #4c9cef;
}




.header-top-area {
	position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.add-banner
{
	padding-top:20px;
}









.logo {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    display: block;
    color: #333333;
    letter-spacing: 6px;
    font-weight: 600;
    font-size: 14px;
}

.navigation-menu .navbar-nav li a {
    color: #333333;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
}

.navigation-menu .navbar-nav li a:hover {
    background: none;
    color: #f7639a;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #4c9cef;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.navigation-background {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #f00;
	position:fixed;
}

.navigation-background .logo {
    padding-top: 0px;
	padding-bottom: 0px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-background .logo a {
	color: #ffffff;
}

.navigation-background .navigation-menu .navbar-nav li a {
    color: #ffffff;
    padding: 16px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.navigation-background .navigation-menu .navbar-nav li a:hover {
    color: #000;
}



/* Qualification and Experience */

.experience {
	margin-left: 70px;
	padding: 10px 0px;
}

.experience-item {
	position: relative;
	margin: 40px 0px;
}

.experience-circle {
	width: 120px;
	height: 120px;
	margin:auto;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	border-radius: 100%;
	color: #fff;
    background: #4c9cef;
	padding-top: 25px;
    box-shadow: -5px 6px 4px 0px rgba(90, 91, 95, 0.3);
}

.experience-circle i {
	display: block;
	font-size: 65px;
}

.experience-company i {
	font-size: 40px !important;
	margin-top: 15px !important;
}

.experience-circle p {
	font-size: 11px;
	margin-top: 5px;
}

.experience-content {
	margin-left: 80px;
	position: relative;
	background: #fff;
	border: 2px solid #f7639a;
	border-radius: 6px;
	padding: 20px 25px;
}

.experience-content h4 {
	line-height: 30px;
}

.experience-content:after, 
.experience-content:before {
	right: 100%;
	top: 35%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.experience-content:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 12px;
	margin-top: -20px;
}

.experience-content:before {
	border-color: rgba(238, 238, 238, 0);
	border-right-color: #f7639a;
	border-width: 16px;
	margin-top: -21px;
}

.experience-content p {
	color: #696969;
}

.experience-color-blue {
	border: 2px solid #4c9cef !important;
}

.experience-color-blue:before {
	border-right-color: #4c9cef !important;
}



/* About */

.about {
	background: #F9F9F9;
}


/* Skills */

.my-skill strong,
.my-skill span {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 6px;
  display: inline-block;
}

.my-skill .progress {
  background: #dedede;
  border-radius: 10px;
  box-shadow: none;
  height: 12px;
  margin-bottom: 30px;
}

.my-skill .progress-bar-primary {
  background: #4c9cef;
}

.modal-body .btn {
	background-color: #f7639a;
	margin-top: -68px;
    position: relative;
    margin-right: -35px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #ffffff;
    line-height: 39px;
    font-size: 20px;
	outline: 0;
	box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

.modal-body .btn:hover {
	box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
	outline: 0;
}



/* Subscribe */





.subscribe .palakkad {
	/*background: url(../images/bg/palakkad.jpg);*/
	background-repeat: repeat;
}

.subscribe .malappuram {
	/*background: url(../images/bg/malappuram.jpg);*/
	background-repeat: repeat;
}


.subscribe .calicut {
	/*background: url(../images/bg/calicut.jpg);*/
	background-repeat: repeat;
}


.subscribe .kollam {
	/*background: url(../images/bg/kollam.jpg);*/
	background-repeat: repeat;
}

.subscribe .ernakulam {
	/*background: url(../images/bg/ernakulam.jpg);*/
	background-repeat: repeat;
}

.subscribe .trivandrum {
	/*background: url(../images/bg/trivandrum.jpg);*/
	background-repeat: repeat;
}








#mc-form {
	text-align: center;
}

.mc-label {
	font-weight: 400;
}

.subscribe-form {
	margin-bottom: 15px;
	position: relative;
}

.subscribe-form .text-input {
	padding: 20px;
	border-radius: 50px;
	border: solid 1px #ffffff;
	background: #4c9cef;
	color: #ffffff;
	width: 100%;
	font-size: 15px;
	outline: none;
}

.subscribe-form .text-input::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

.subscribe-form .text-input:-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

.subscribe-form .text-input::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

.subscribe-form .text-input:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

.subscribe-form .text-input:focus::-webkit-input-placeholder {
	opacity: .5;
}

.subscribe-form .text-input:focus:-moz-input-placeholder {
	opacity: .5;
}

.subscribe-form .text-input:focus::-moz-input-placeholder {
	opacity: .5;
}

.subscribe-form .text-input:focus:-ms-input-placeholder {
	opacity: .5;
}

.subscribe-form .submit-btn {
	position: absolute;
	font-size: 18px;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 600;
	background: #f7639a;
	border: none;
	top: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50px;
	width: 150px;
	text-align: center;
	outline: none;
}

.subscribe-form .submit-btn:active {
	opacity: .8;
}



/* Portfolio */

.portfolio {}

.portfolio-inner .mix {
    display: none;
	padding: 5px;
}

ul.portfolio {
    padding: 5px 10px;
    list-style: none;
    margin-top: 30px;
    margin-left: 8px;
    text-align: center;
    background-color: #0468b3;
}

ul.portfolio li {
    display: inline-block;
    padding: 8px 12px;
    margin: 2px 8px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 15px;
}

ul.portfolio li:hover {
    color: #000;
    border: none;
}

ul.portfolio li.active {
    color: #ffffff;
    background-color:#ff0000;
    padding: 5px 20px;
    border-radius: 5px;
    font-weight:900;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
}

.portfolio .item {
    position: relative;
}

.portfolio .item img {
    width: 100%;
}

.item {
    -webkit-transition: .3s;
    transition: .3s;
}


.portfolio .item:hover a:before{
  top: 40%;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}


.portfolio .item a:before{
  color: #ffffff;
  content: "\f00e";
  font-family: "FontAwesome";
  text-align: center;
  color: #ffffff;
  position: absolute;
  font-size: 20px;
  top: 2%;
  opacity: 0;
  left: 0%;
  right: 0%;
  background-color: #f7639a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  margin: 0 auto;
  -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}

.portfolio .item .portfolio-popup:hover:before{
  opacity: 1;
}




figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.item figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.item figure:hover img {
	-webkit-transform: rotate(0) scale(1.2);
	transform: rotate(0) scale(1.2);
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}




.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	margin-top: 50px;
    font-size: 40px;
    background-color: #f7639a;
    width: 50px;
    right: 10px;
    height: 50px;
    border-radius: 50%;
    padding-right: 13px;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: inherit;
}



/* Testimonial */

.testimonial-section {
    background: #F9F9F9;
}

.testimonial-carousel-list {
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
	box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

.testimonial-carousel-list:hover {
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    top: -5px;
}


.testimonial-word img {
	margin: 0 auto;
    max-width: 300px;
}

.testimonial-word h2 {
    font-size: 12px;
    text-transform: uppercase;
	color: #4c9cef;
    font-weight: 700;
    letter-spacing: 4px;
    margin: 20px 0px;
}

.testimonial-word p {
    line-height: 25px;
}

.owl-navi {
	color: #000000;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    margin: 5px;
	margin-top: -32px;
    padding: 7px 13px;
	background-color: #0000;
    opacity: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 100%;
    width: 100px;
    height: 60px;
    line-height: 60px;
	transition: all 0.3s ease-in-out;
}


.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  padding: 5px;
  margin: 0;
  z-index: 100;
  cursor: pointer;
}

.owl-prev {
  left: -40px;
}

.owl-next {
  right: -40px;
}



/* Statistics */

.statistics-section {
    background: #fff; /* url(../images/bg/statistics.jpg);*/
    background-size: cover;
	background-attachment: fixed;
}

.statistics {
margin-top: 20px;
margin-bottom: 15px;
overflow: hidden;
box-shadow: -5px 6px 4px 0px rgba(90, 91, 95, 0.3);
border-radius: 10px;
transform: scale(1);
		-webkit-transition: transform 0.5s ease-in-out;
		-moz-transition:transform 0.5s ease-in-out;
		-ms-transition:transform 0.5s ease-in-out;
}





.statistics:hover {
background-color: #e74c3c;
-webkit-animation: bg-color 10s infinite;
box-shadow: -5px 6px 4px 0px rgba(90, 91, 95, 0.3);
transform: scale(1.2);
		-webkit-transition: transform 0.2s ease-in-out;
		-moz-transition:transform 0.2s ease-in-out;
		-ms-transition:transform 0.2s ease-in-out;
}













.statistics.block .statistics-icon,
.statistics.block .statistics-content {
  width: auto;
  float: none;
  text-align: center;
}

.statistics-icon {
  text-align: center;
  font-size: 50px;
  color: #ffffff;
}

.statistics-content h5{
  text-align: center;
  margin-top: 5px;
  color: #ffffff;
}



/* Services */

.services-section {
  background-color: #F9F9F9;
}

.services-section hr {
  border-bottom: 2px solid #4c9cef;
  width: 42px;
  margin: 0 auto;
}

.services-section .services-detail {
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
    position: relative;
    width: 300px;
    height: 300px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.services-section .services-detail:hover {
    border-bottom-right-radius: 4px;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    top: -5px;
}

.services-section .services-detail i {
   font-size: 42px;
   margin-top: 88px;
   display: inline-block;
   vertical-align: middle;
}



/* Call to Action */

.call-to-action {
	background: url(../images/bg/call-to-action.png);
	background-attachment: fixed;
	background-repeat: repeat;
}

.call-to-action h2 {
	font-size: 30px;
	color: #ffffff;
}



/* Contact Us */

.contact-us-detail {
    position: absolute;
    left: 83%;
    top: -4%;
    background-color: #4c9cef;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}

.contact-us-detail:hover {
	background-color: #f7639a;
}

.contact-us-detail a {
	color: #ffffff;
}

.contact-us-detail a:hover {
	color: #ffffff;
}

.form-group {
	margin-bottom: 25px;
}

.form-control {
	border: 2px solid #ff0000;
	height: 50px;
	border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	   -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
		 -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
			box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-webkit-transition:all 150ms ease-in-out 0s;
	   -moz-transition:all 150ms ease-in-out 0s;
	    -ms-transition:all 150ms ease-in-out 0s;
	     -o-transition:all 150ms ease-in-out 0s;
		    transition:all 150ms ease-in-out 0s;
}
.form-control:focus {
	border-color: #171717;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}

.form-control:focus {
	border-color: #4c9cef;
	border-width: 2px;
}



/* Social Icons */

.social-icon {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
}

.social-icon:before,
.social-icon:after {
  content: " ";
  display: table;
}

.social-icon:after {
  clear: both;
}

.social-icon li {
  display: inline-block;
  margin: 2px 4px;
}

.social-icon li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 57px;
    color: #fff;
    text-align: center;
    border: 0 none;
    border-radius: 20%;
    font-size: 23px;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

.social-icon li a:hover {
   box-shadow: 0px 8px 15px 0px rgba(90, 91, 95, 0.33);
}

.facebook {
   background-color: #3b5998;
}

.twitter {
   background-color: #1da1f2;
}

.google-plus {
   background-color: #dd4b39;
}

.instagram {
   background-color: #464545;
}

.linkedin {
   background-color: #0077b5;
}

.pinterest {
   background-color: #bd081c;
}

.youtube {
   background-color: #cd201f;
}

.vimeo {
   background-color: #1ab7ea;
}

.dribbble {
   background-color: #ea4c89;
}

.behance {
   background-color: #1769ff;
}

.flickr {
   background-color: #ff0084;
}

.tumblr {
   background-color: #35465c;
}

.foursquare {
   background-color: #f94877;
}

.github {
   background-color: #333333;
}

.skype {
   background-color: #00aff0;
}



/* Footer */

.footer-section {
    background: url(../images/bg/footer-bg.png);
	background-repeat: repeat;
    padding: 0px 0px;
    color: #000;
}

.footer-section p {
    font-size: 17px;
}



/* Scroll To Top */

.scroll-to-top {
    background-color:#0468b3;
    display: none;
    width: 60px;
    height: 60px;
    font-size: 25px;
	border-radius: 100%;
    line-height: 67px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 999;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    background-color:#ff0000;
    color: #ffffff;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
}



































/* Responsive */


@media only screen and (min-width: 1199px) {    
	.experience-circle i {
		font-size: 65px;
	}
	
	.experience-content{
		margin-left: 75px;
	}
	
	.experience-content:after, 
	.experience-content:before {
		top: 30%;
	}
	
	
	
	
	
	#owl-demo .owl-item div {
		margin-top: 80px;
	}
	.add-banner
	{
		margin-top: 35px;
	}
	
	.logo
	{
		padding-top:5px;
	}

	.statistics {
	min-height: 150px;
    margin-top: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
    transform: scale(1);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
	}
	
	
	.statistics-content h5 {
	padding-top:0px;
    text-align: center;
    margin-top: 0px;
    color: #ffffff;
    padding-bottom: 3px;
    margin-bottom: 0px;
	}
	
	.contact1{
		 display:block;
	 }
	.contact2{
		 display:none;
	 }

		
		
}

@media only screen and (max-width: 1199px) {    
	.experience-circle i {
		font-size: 65px;
	}
	
	.experience-content{
		margin-left: 75px;
	}
	
	.experience-content:after, 
	.experience-content:before {
		top: 30%;
	}
	
	
	
	
	.logo
	{
		padding-top:5px;
	}
	
	
	.statistics {
	min-height: 150px;
    margin-top: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
    transform: scale(1);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
	}
	
	
	.statistics-content h5 {
	padding-top:80px;
    text-align: center;
    margin-top: 5px;
    color: #ffffff;
	}
	
	.contact1{
		 display:block;
	 }
	.contact2{
		 display:none;
	 }
	 
	 
	#owl-demo .owl-item div {
		margin-top:65px;
	}
	
		.add-banner
		{
			padding-top:0px;
		}
		
		.top-contact
		{
			display:none;
			
		}
	
		
}


@media only screen and (min-width: 767px) and (max-width: 991px) {
    .navigation-menu .navbar-nav li a {
        padding: 30px 11px;
        font-size: 12px;
    }
    
	.navigation-background .navigation-menu .navbar-nav li a {
        padding: 30px 11px;
        font-size: 12px;
    }
	.margin-left-setting {
		margin-left: 0px !important;
	}
	
	
	.logo img
		{	padding-top: 10px;
			transform:scale(0.8);
		}
	
	
	.statistics {
	min-height: 150px;
    margin-top: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
    transform: scale(1);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
	}
	
	
	.statistics-content h5 {
	padding-top:80px;
    text-align: center;
    margin-top: 5px;
    color: #ffffff;
	}
	
	
		.add-banner
		{
			padding-top:0px;
		}
		
		.top-contact
		{
			display:none;
			
		}
	
	
}




@media only screen and (max-width: 767px) {
    .navbar-toggle .icon-bar {
        background: #ffffff;
    }
    
	.navigation-background .navbar-toggle .icon-bar {
        background: #ffffff;
    }
    
	.navbar-toggle {
        margin-right: 0px;
        margin-top: -30px;
    }
    
	.navbar {
        min-height: 0px;
    }
    
	.navigation-menu .navbar-nav li a {
        padding: 11px 15px;
		color: #4c9cef;
    }
    
	.navigation-menu .navbar-nav li a:hover {
        color: #000;
    }
    
	.navigation-background .navigation-menu .navbar-nav li a:hover {
        color: #000;
    }
    
	.navigation-background .navigation-menu .navbar-nav li a {
        padding: 11px 15px;
    }
    
	.navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }
    
	.navbar-toggle {
        margin-top: -45px;
    }
    
	.navbar-collapse {
        background: #ffffff;
    }
    
	.navigation-background .navbar-collapse {
        background: #ff0000;
    }
    
	.section-title h2 {
        font-size: 22px;
    }
    
	.testimonial-word {
        padding: 0;
    }
    
	.testimonial-carousel-list {
        margin-top: 0px;
    }
    
	.call-to-action h2 {
        font-size: 18px;
        line-height: 35px;
	}
    
	.contact-us-detail {
        left: 39%;
    }
    
	.owl-prev {
        left: 5px;
    }
    
	.owl-next {
        right: 5px;
    }
    
	.scroll-to-top {
        width: 45px !important;
        height: 45px !important;
        font-size: 20px !important;
        line-height: 52px !important;
        right: 8px !important;
        bottom: 15px !important;
    }
	
	
	
	
	
	

		.add-banner
		{
			padding-top:0px;
		}
		
		.top-contact
		{
			display:none;
			
		}
	
		
		
		.statistics {
		min-height: 150px;
		margin-top: 20px;
		margin-bottom: 15px;
		overflow: hidden;
		border-radius: 10px;
		transform: scale(1);
		-webkit-transition: transform 0.5s ease-in-out;
		-moz-transition: transform 0.5s ease-in-out;
		-ms-transition: transform 0.5s ease-in-out;
		}
	
	
	.statistics-content h5 {
	padding-top:80px;
    text-align: center;
    margin-top: 5px;
    color: #ffffff;
	}
	
	
	
	
	
	 .contact2{
		 display:block;
	 }
	 .contact1{
		 display:none;
	 }
	
}


@media only screen and (max-width: 555px) {
	.social-icon li a {
         width: 40px;
         height: 40px;
         line-height: 44px;
         font-size: 16px;
      }
	  
     .section-title h2 {
         font-size: 16px;
		 font-weight: 500;
       }
	 
      .section-title p {
         font-weight: 300;
         font-size: 12px;
      }
	  
	  .statistics-content > h5 {
        font-size: 12px;
		padding-top: 0px;
		    margin-bottom: 0px;
      }
	  
      .statistics-content > span {
        font-size: 10px;
      }
	  
      .statistics-icon {
        font-size: 30px;
      }
	  
      .services-section hr {
          width: 35px;
      }
	  
	  .services-section h3 {
          font-size: 12px;
      }

      .services-section .services-detail {
          width: 180px;
          height: 180px;
      }

      .services-section .services-detail i {
          font-size: 30px;
          margin-top: 45px;
      }
	  
      .owl-theme .owl-controls .owl-buttons div {
          padding: 6px 10px;
          width: 40px;
          height: 40px;
          line-height: 36px;
		  font-size: 8px;
       }
	   
      .contact-us-detail {
          left: 30%;
       }
	   
	   .experience-circle {
		width: 100px;
		height: 100px;
		}
		
		
		.experience-circle i {
		font-size: 45px;
		}
	   
	   
	   
	   
			   
			   
			   
			   
		ul.portfolio {
			padding: 0px 10px;
			list-style: none;
			margin-top: 20px;
			margin-bottom: 10px;
			margin-left: 8px;
			text-align: center;
			background-color: #4c9cef;
		}

		ul.portfolio li {
			display: inline-block;
			padding: 8px 8px;
			margin: 2px 5px;
			text-transform: capitalize;
			font-size: 14px;
			font-weight: 400;
			color: #ffffff;
			border: none;
			cursor: pointer;
			font-size: 10px;
		}

		ul.portfolio li:hover {
			color: #000;
			border: none;
		}

		ul.portfolio li.active {
			color: #ffffff;
			background-color: #f7639a;
			padding: 5px 20px;
			border-radius: 5px;
			box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
		}






		.add-banner
		{
			padding-top:0px;
		}
		
		.top-contact
		{
			display:none;
			
		}
		
		
		






	   
}


@media only screen and (max-width: 500px) {
	.experience {
		margin-left: 0px;
		border: 0px;
	}
	
	.experience-circle {
		margin: 0 auto;
		position: static;
		margin-bottom: 20px;
	}
	
	.experience-content {
		padding: 10px 15px;
		margin-left: 0px;
		text-align: center;
	}
	
	.experience-content:after, 
	.experience-content:before {
		display: none;
	}
	
	.experience-circle {
		width: 80px;
		height: 80px;
		}
		
		.experience-circle i {
		font-size: 30px;
		}
		
		
		.add-banner
		{
			padding-top:0px;
		}
		
		
		.header-top-area{
			top:0px;
		}
		
		.top-contact
		{
			display:none;
			
		}
		
		
	
	
}


@media only screen and (max-width: 449px) {
	   .button {
		   font-size: 13px;
		   padding: 14px 28px;
		   font-weight: 600;
	   }
	   
	   .contact-us-detail {
          left: 25%;
       }
	   
	   .experience-circle {
		width: 80px;
		height: 80px;
		}
		
		.experience-circle i {
		font-size: 30px;
		}
		
		.add-banner
		{
			padding-top:0px;
		}
		
		.top-contact
		{
			display:none;
			
		}
		
		#owl-demo .owl-item div {
			margin-top: 60px;
		}
		
		.header-top-area{
			top:0px;
		}
		
		.logo img
		{
			transform:scale(0.8);
		}
		
		.pad-left
		{
			padding-left:0px
		}
		
		.navigation-background {
			-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
			background: #fffff;
			position:fixed;
		}
	   
}



/* Useful Classes */


/* Spacing ( with Margin and Padding ) */

/* Margin */

.margin-0 {
	margin: 0px !important;
}

/* Margin Top */

.margin-top-0 {
	margin-top: 0px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-120 {
	margin-top: 120px !important;
}

.margin-top-150 {
	margin-top: 150px !important;
}

.margin-top-200 {
	margin-top: 200px !important;
}


/* Margin Bottom */

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-90 {
	margin-bottom: 90px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-150 {
	margin-bottom: 150px !important;
}

.margin-bottom-200 {
	margin-bottom: 200px !important;
}



/* Padding */

.padding-0 {
	padding: 0px !important;
}


/* Padding Top */

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}

.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-90 {
	padding-top: 90px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-top-120 {
	padding-top: 120px !important;
}

.padding-top-150 {
	padding-top: 150px !important;
}

.padding-top-200 {
	padding-top: 200px !important;
}


/* Padding Bottom */

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-80 {
	padding-bottom: 80px !important;
}

.padding-bottom-90 {
	padding-bottom: 90px !important;
}

.padding-bottom-100 {
	padding-bottom: 100px !important;
}

.padding-bottom-120 {
	padding-bottom: 120px !important;
}

.padding-bottom-150 {
	padding-bottom: 150px !important;
}

.padding-bottom-200 {
	padding-bottom: 200px !important;
}



/* Colors */

.color-1 {
	color: #f306a0;
}

.color-2 {
	color: #d60bfb;
}

.color-3 {
	color: #d8be10;
}

.color-4 {
	color: #0fd28a;
}

.color-5 {
	color: #f97400;
}

.color-6 {
	color: #08a6f3;
}



/* Background Color */

.bg-color-1 {
	background-color: #f306a0;
}

.bg-color-2 {
	background-color: #d60bfb;
}

.bg-color-3 {
	background-color: #d8be10;
}

.bg-color-4 {
	background-color: #0fd28a;
}

.bg-color-5 {
	background-color: #f97400;
}

.bg-color-6 {
	background-color: #08a6f3;
}

.bg-color-district {
	background-color: #e74c3c;
}



/* Tooltip Styles */

.tooltip-inner {
	font-style: italic;
	padding: 10px 12px;
	min-width: 150px;
	width: 100%;
}

.tooltip.top {
	margin-top:-15px;
}

.tooltip.bottom {
	margin-top:15px;
	bottom: auto;
	left: auto;
	right: auto;
}

.tooltip.left {
	margin-right:15px;
}

.tooltip.right {
	margin-left:15px;
}

.tooltip-color .tooltip-inner {
	color: #fff;
}



/* UiPasta Credit */

.uipasta-credit {
	color: #333333;
	text-align: center;
}

.uipasta-credit a {
	color: #4c9cef;
	font-weight: 600;
}

.uipasta-credit a:hover {
	color: #f7639a;
}







.about-items .experience-circle i{
		transform: scale(1.0);
		-webkit-transition: transform 0.5s ease-in-out;
		-moz-transition:transform 0.5s ease-in-out;
		-ms-transition:transform 0.5s ease-in-out;
		}


.about-items:hover .experience-circle i{
		transform: scale(0.5);
		-webkit-transition: transform 0.5s ease-in-out;
		-moz-transition:transform 0.5s ease-in-out;
		-ms-transition:transform 0.5s ease-in-out;
		}

.about-items .experience-circle {
		transform: scale(1.0);
		-webkit-transition: transform 0.5s ease-in-out;
		-moz-transition:transform 0.5s ease-in-out;
		-ms-transition:transform 0.5s ease-in-out;
		}
		
.about-items:hover .experience-circle {
		transform: scale(1.2);
		-webkit-transition: transform 0.5s ease-in-out;
		-moz-transition:transform 0.5s ease-in-out;
		-ms-transition:transform 0.5s ease-in-out;
		}








		
    #owl-demo .owl-item img{
      display: block;
      width: 100%;
      height: auto;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }






	
/* Top Contact Section */
.top-contact {
	background-color: #f00;
	font-size: .875em;
	height: auto;
	line-height: 53px;
}
.number a {
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
}
.top-icon {
    background-color: #ffffff;
    border-radius: 50%;
    color: #0065b0;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    text-align: center;
}
.top-social {
	text-align: right;
}









.about-items {
    background: #f7f7f7;
    display: inline-block;
    padding-top: 20px;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
}



h4.elegantshadow {
    color: #131313;
    letter-spacing: .15em;
 text-shadow: 1px -1px 0 #767676, 0px 1px 1px #787777;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: 25px;
	font-weight:600;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}








.shakeit:hover {
    animation: shake 0.5s;
    animation-iteration-count: 1;
}


@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}






.testimonial-word .button
{
	border: 3px solid #000000;
color: #000000;
border-radius: 5px;
font-family: inherit;
font-size: 15px;
color: inherit;
background: none;
cursor: pointer;
padding: 5px 15px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}


.about .button
{
width:90%;
border: 3px solid #000000;

border-radius: 5px;
font-family: inherit;
font-size: 15px;
background: none;
cursor: pointer;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
margin:5px;
margin-left:20px;
margin-right:20px;
}



.tweet {
    display: inline-block;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.text-left {
    text-align: left;
}

.tweet-icon {
    display: block;
    font-size: 2em;
}








    .google-maps {
        position: relative;
        padding-bottom: 60%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
		margin-top:20px;
        width: 100% !important;
        height: 100% !important;
    }


	
	
	
	
	
	
	.hvr-icon-grow-rotate {

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	width:22%;
	border-radius: 5px;

}
[class^="hvr-"] {

    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #ff10ca;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
















.ex-btn{
	
    text-align: center;
	background-color: none;
    outline: none;
	width: 90%;
	
	border: 3px solid #000000;
	color: #000000;
	border-radius: 5px;
	font-family: inherit;
	font-size: 15px;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

.collapsible {
	background:none;
	border:none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
	
}

.ex-btn:hover {
    background-color: #555;
	color:#fff;
}

.content {
    display: none;
    overflow: hidden;
    background-color: #fff;
}








.red{
	background-color:red;
	color:#ffff;
	font-size:15px;
	    padding-left: 28px;
    padding-top: 20px;
    margin-top: -42px;
}