/* 1. IMPORT SECTION */

	@import url("http://fonts.googleapis.com/css?family=Raleway:200,300,600,700&amp;subset=latin,latin-ext");




/* 2. BASIC STYLES */

	html, body {
		height: 100%;
	}

	body {
		/*font-family: "Raleway", Helvetica, Arial, sans-serif;*/
		font-size: 14px;
		font-weight: 200;
		line-height: 1.7857;
		letter-spacing: 0.075em;
		color: #333333;
		background-color: #fff;
	}

	a { 
		color: #000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	a:hover {
		color: #000;
	}

	a, a:hover, a:active, a:focus, button:focus {
		outline: 0;
		border: 0;
		text-decoration: none;
	}

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

	p {
		line-height: 1.5;
	}

	h1, h2, h3, h4, h5, h6{
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}

	input, textarea{
		outline: none;
	}

	label{
		font-weight: 300;
	}

	#pre-status,
	.preload-placeholder {
		background-position: center;
		background-repeat: no-repeat;
		height: 80px;
		left: 50%;
		margin: -20px 0 0 -20px;
		position: absolute;
		top: 50%;
		width: 80px;
	}

	.preload-placeholder {
		background: none;
		left: 0;
		margin: 0;
		text-align: center;
		top: 65%;
	}

	.st-border{
		width: 34px;
		height: 1px;
		display: block;
		background-color: #000;
		margin: 0 auto;
	}

	.overlay{
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.80;
	}


/* 3. BUTTONS */

	.btn-send{
		background-color: #383838;
		border-radius: 0;
		border: 0;
		color: #fff;
		padding: 8px 14px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.btn-send:hover{
		background-color: #000;
		color: #fff;
	}

	.btn-readmore{
		background-color: #383838;
		border-radius: 0;
		border: 0;
		color: #fff;
		padding: 10px 20px;
		margin-top: 20px;
		text-transform: uppercase;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.btn-readmore:hover{
		background-color: #000;
		color: #fff;	
	}




/* 4. HEADER */

	#header{}

	#header .navbar {
		min-height: 70px;
		margin-bottom: 0;
		border-radius: 0;
	}

	.st-navbar{
		background-color: #fff;
		border-bottom: 1px solid #d8d8d8;
	}

	.st-navbar ul{
		margin-top: 12px;
	}

	.st-navbar ul li a{
	    text-transform: uppercase;
	    font-weight: 600;
	    padding: 0;
	    margin: 14px;
	    color: #5d5d5d;
	}

	.st-navbar ul li a:hover,
	.st-navbar ul li a:focus {
		background-color: transparent;
		color: #000;
	}

	.st-navbar .navbar-toggle .icon-bar {
		background-color: #000;
	}

	.st-navbar .navbar-toggle{
	    margin-top: 25px;
	    margin-right: 25px;
	    padding: 0;
	    border-radius: 0;
	}



/* 5. SLIDER */

	#slider{
		padding-top: 70px;
	}

	#home-carousel  .item {
		background-position: center top;
		background-repeat: no-repeat;
		background-size:cover;
		width:100%;
		height: 100%;
	}

	#home-carousel .item:before{
		background-color: #000;
		content: "";
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.5;
		position: absolute;
		width: 100%;
	}

	.carousel-caption {
		left: 15px;
		right: 15px;
		top: 50%;
		font-size: 15px;
		text-align: left;
		color: #fff;
		text-shadow: none;
		margin-top: -130px;	
	}

	.carousel-caption h1 {
		font-size: 33px;
	    margin-bottom: 0;
	    margin-top: 3px;
	    line-height: normal;
	    letter-spacing: 2px;
	    font-weight: 100;
	}

	.carousel-caption h2 {
	    font-size: 48px;
	    font-weight: 600;
	    margin-top: 0px;
	    text-transform: capitalize;
	    letter-spacing: 2px;
	    margin-bottom: 8px;
	}
	.carousel-caption p {
	    line-height: normal;
    	font-size: 13px;
	}

	.home-carousel-left, 
	.home-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.home-carousel-left {
		left:-32px;
	}

	.home-carousel-right {
		right:-32px;
	}

	#home-carousel:hover .home-carousel-left {
		left:0;
	}

	#home-carousel:hover .home-carousel-right {
		right:0;
	}
	/* Carousel animation */

	#home-carousel .item h1, 
	#home-carousel .item h2, 
	#home-carousel .item p,
	#slider #home-carousel .carousel-caption a.btn {
		opacity:0;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	#home-carousel .item h1 {
		-webkit-transition: all 0.5s ease-in-out 0.15s;
		-moz-transition: all 0.5s ease-in-out 0.15s;
		-ms-transition: all 0.5s ease-in-out 0.15s;
		-o-transition: all 0.5s ease-in-out 0.15s;
		transition: all 0.5s ease-in-out 0.15s;
	}

	#home-carousel .item.active h1, 
	#home-carousel .item.active h2, 
	#home-carousel .item.active p,
	#slider #home-carousel .item.active .carousel-caption a.btn {
		opacity:1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	#home-carousel .item h2 {
		-webkit-transition: all 0.5s ease-in-out 0.30s;
		-moz-transition: all 0.5s ease-in-out 0.30s;
		-ms-transition: all 0.5s ease-in-out 0.30s;
		-o-transition: all 0.5s ease-in-out 0.30s;
		transition: all 0.5s ease-in-out 0.30s;
	}

	#home-carousel .item p {
		-webkit-transition: all 0.5s ease-in-out 0.45s;
		-moz-transition: all 0.5s ease-in-out 0.45s;
		-ms-transition: all 0.5s ease-in-out 0.45s;
		-o-transition: all 0.5s ease-in-out 0.45s;
		transition: all 0.5s ease-in-out 0.45s;
	}
	#slider #home-carousel .carousel-caption a.btn {
		-webkit-transition: all 0.5s ease-in-out 0.60s;
		-moz-transition: all 0.5s ease-in-out 0.60s;
		-ms-transition: all 0.5s ease-in-out 0.60s;
		-o-transition: all 0.5s ease-in-out 0.60s;
		transition: all 0.5s ease-in-out 0.60s;
	}



	#about{
		background-color: #f1f1f1;
		padding-top: 90px;
	    padding-bottom: 100px;
	    overflow: hidden;
	}

	.section-title{
		margin-bottom: 50px;
	}

	.section-title h1{
		text-align: center;
		margin-top: 0;
	}

	.st-service{
		margin-top: 30px;
	}

	.st-service h2{
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 15px;
	}

	.st-service h2 i{
		margin-right: 10px;
	}

	.st-service p{}



/* 7. OUR WORKS */

	.isotope-item {
	    z-index: 2;
	}
	.isotope-hidden.isotope-item {
	    z-index: 1;
	}
	.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
	    -webkit-transition-duration: 0.8s;
	    -moz-transition-duration: 0.8s;
	    transition-duration: 0.8s;
	}
	.isotope {
	    -webkit-transition-property: height, width;
	    -moz-transition-property: height, width;
	    transition-property: height, width;
	}
	.isotope .isotope-item {
	    -webkit-transition-property: -webkit-transform, opacity;
	    -moz-transition-property:-moz-transform, opacity;
	    transition-property:transform, opacity;
	}

	#our-works{
		padding-top: 130px;
		padding-bottom: 120px;
	}

	.portfolio-wrapper ul.filter{
		list-style: none;
		padding: 0;
		margin-bottom: 35px;
		margin-top: 28px;
		overflow: hidden;
	}

	.portfolio-wrapper ul.filter li{
		float: left;
		text-transform: uppercase;
		margin-right: 25px;
		font-weight: 600;
	}

	.portfolio-wrapper ul.filter li a{
		color: #909090;
	}

	.portfolio-wrapper ul.filter li a:hover,
	.portfolio-wrapper ul.filter li a.active{
		color: #000;
	}

	.portfolio-wrapper .portfolio-items{
		clear: both;
	}

	.portfolio-wrapper .portfolio-content{
		position: relative;
		margin-bottom: 30px;
	}

	.portfolio-wrapper .portfolio-overlay{
		position: absolute;
		background-color: rgba(0, 0, 0, 0.7);
		color: #fff;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding: 30px;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.portfolio-wrapper .portfolio-content:hover .portfolio-overlay{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.portfolio-wrapper .portfolio-overlay a{
		color: #fff;
		font-size: 35px;
	}
	.portfolio-wrapper .portfolio-overlay a:hover{
		color: #fff;
	}



/* 8. PRICING */
	
	#pricing{
		background-color: #f5f5f5;
		padding-top: 130px;
		padding-bottom: 120px;
	}

	.st-pricing{
		background-color: #fff;
		padding: 40px;
		margin-top: 30px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.st-pricing:hover{
		box-shadow: 0px 0px 18px #ddd;
	}

	.st-pricing h5{
		margin-top: 0;
		margin-bottom: 25px;
	}

	.st-pricing h3{
		margin-top: 0;
		margin-bottom: 25px;
	}

	.st-pricing .st-border{
		width: 100%;
		margin-bottom: 15px;
		background-color: #ccc;
	}

	.st-pricing ul{
		list-style: none;
		padding: 0;
	}

	.st-pricing ul li{
		padding: 12px 0;
		font-size: 15px;
	}

	.st-pricing a.btn-send{
		text-transform: uppercase;
		margin-top: 20px;
		padding: 10px 25px;
	}


/* 9. ABOUT US */
	
	#about-us{
		background-color: #f5f5f5;
	}

	#about-us .about-us{
		padding-left: 15%;
		padding-right: 15%;
		padding-top: 15%;
	}

	#about-us .about-us h4{
		margin-top: 0;
		margin-bottom: 30px;
	}

	#about-us .about-us .btn-send{
		margin-top: 30px;
	}

	#about-us .our-office{
		padding-right: 0px;
	}

	.office-carousel-left, 
	.office-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.office-carousel-left {
		left:-32px;
	}

	.office-carousel-right {
		right:-32px;
	}

	#office-carousel:hover .office-carousel-left {
		left:0;
	}

	#office-carousel:hover .office-carousel-right {
		right:0;
	}

	#office-carousel .item img{
		width: 100%;
	}



/* 10. OUR TEAM */

#title p{
    text-align: center;
    font-weight: bold;
    font-family: Poppins-Regular, sans-serif;
    margin-bottom: -36px;
    font-size: 32px;
}

   @media (max-width: 980px){
    #title p{
        margin-top: 17px; }
}

.button{
    width: 20%;
    height: 25px;
    color: white;
    border: 1px solid #007bff;
    border-radius: 3px;
    background-color: #007bff;
    
}

.button:hover{
color:black;
background-color: orange;
border: 1px solid orange;
}

.button:active{
    transform: translateY(2px);
}

#career{
     width:100%;
     height: 214px;
     
}

#career img{
    width:100%;
    height:214px;
}

	#our-team{
		padding-top: 130px;
		padding-bottom: 120px;
	}

	.team-member{
		margin-top: 30px;
	}

	.member-image{
		position: relative;
	}

	.member-info{
		background-color: #f5f5f5;
		padding: 15px;
	}

	.member-info h4{
		margin-top: 0;
		margin-bottom: 6px;
	}

	.member-info span{
		text-transform: uppercase;
	}

	.team-member .member-social{
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		left: 0;
		top: 0;
		text-align: center;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.team-member:hover .member-social{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.team-member .member-social a{
		position: relative;
		font-size: 16px;
		color: #fff;
		top: 47%;
	}

	.team-member:hover .member-social a{
		margin: 6px;
	}



/* 11. TESTIMONIAL */

	#testimonial{
		background-image: url(../images/testimonial-bg.html);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding-top: 100px;
		padding-bottom: 100px;
		position: relative;
	}

	.st-testimonials{
		color: #e0e0e0;
	}

	.st-testimonials .st-border{
		background-color: #e0e0e0;
		margin: 20px auto;
	}

	.st-testimonials p{
		font-style: italic;
	}

	.st-testimonials .client-info h5{
		margin-top: 0;
		margin-bottom: 5px;
	}

	.st-testimonials .client-info span{
		font-size: 12px;
		text-transform: uppercase;
	}



/* 12. FUN FACTS */
	
	#fun-facts{
		background-color: #f5f5f5;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#fun-facts .fun-fact{
		border-right: 1px solid #ddd;
	}

	#fun-facts .col-md-3:last-child .fun-fact{
		border-right: 0px solid #ddd;
	}

	#fun-facts .fun-fact i{
		margin-right: 5px;
	}

	#fun-facts .fun-fact p{
		font-size: 16px;
	}



/* 13. CONTACT */

	#contact{
	    padding-top: 65px;
	    padding-bottom: 100px;
	    background-color: #f1f1f1;
	    overflow: hidden;
	}
	
	.contact-info .contact-content{
		margin-bottom: 30px;
	}

	.contact-info p{
		margin-bottom: 15px;
	}

	.contact-info p i{
		font-size: 16px;
		margin-right: 10px;
		color: #1279a7;
	}
	p.st-address strong{
		color: #0075a9;
	}

	.contact-form{
		position: relative;
    	z-index: 111;
	}

	.contact-form input[type="text"],
	.contact-form input[type="email"]{
		border: 1px solid #E8E8E8;
		padding: 8px 14px;
		width: 100%;
		margin-bottom: 20px;
	}

	.contact-form textarea{
		border: 1px solid #E8E8E8;
		padding: 8px 14px;
		width: 100%;
		margin-bottom: 20px;
	}



/* 14. BLOG */
	
	#page-header{
		background-color: #f5f5f5;
		padding-top: 50px;
		padding-bottom: 0px;
		position: relative;
		margin-bottom: 50px;
		margin-top: 80px;
	}

	.single-blog{
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.post-title{
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.post-meta{
		margin-bottom: 15px;
	}

	.post-meta span{
		margin-right: 6px;
		font-size: 12px;
		font-weight: 600;
		opacity: 0.6;
	}

	.post-meta span:hover{
		opacity: 1;
	}

	.post-carousel-left, 
	.post-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.post-carousel-left {
		left:-32px;
	}

	.post-carousel-right {
		right:-32px;
	}

	#post-carousel:hover .post-carousel-left {
		left:0;
	}

	#post-carousel:hover .post-carousel-right {
		right:0;
	}

	.post-link{
		background-color: #f5f5f5;
		text-align: center;
		padding: 40px 0;
		font-size: 16px;
		font-weight: 600;
	}

	.post-quote{
		background-color: #f5f5f5;
		padding: 30px;
		font-size: 16px;
		font-weight: 500;
		font-style: italic;
	}

	#blog .pagination{
		margin-bottom: 80px;
	}

	#blog .pagination li a{
		width: 35px;
		height: 35px;
		line-height: 31px;
		text-align: center;
		font-size: 16px;
		color: #a3a3a3;
		border: 1px solid #d1d1d1;
		padding: 0;
		margin-right: 5px;
		border-radius: 0;
	}

	#blog .pagination li.active a,
	#blog .pagination li a:hover{
		background-color: transparent;
		border-color: #000;
		color: #000;
	}

	.sidebar-widget{
		margin-top: 35px;
		margin-bottom: 50px;
	}

	.sidebar-widget .sidebar-title{
		margin-top: 0;
		margin-bottom: 20px;
	}

	.sidebar-widget ul{
		list-style: square;
		margin: 0;
		padding-left: 18px;
	}

	.sidebar-widget ul li{
		margin-bottom: 10px;
		font-weight: 500;
	}

	.blog-search{
		position: relative;
	}

	.blog-search input {
		border: 1px solid #d6d6d6;
		color: #8d8d8d;
		height: 44px;
		outline: medium none;
		padding: 0 50px 0 17px;
		width: 100%;
	}

	.blog-search span {
		color: #252525;
		font-size: 12px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.blog-search .search-submit {
		background: none;
		border: none;
	}

	.blog-search:after {
		background-color: #d6d6d6;
		content: "";
		display: block;
		height: 27px;
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 1px;
	}

	.sidebar-widget .tagcloud a{
		padding: 4px 10px;
		border: 1px solid #ccc;
		margin: 3px 1px;
		display: inline-block;
	}

	.sidebar-widget .tagcloud a:hover{
		border-color: #000;
		color: #000;
	}

	ul.content-flickr {
		margin: 0;
		overflow: hidden;
		padding: 0;
	}

	ul.content-flickr li {
		display: block;
		float: left;
		padding: 5px 10px 5px 0;
		width: 33.33%;
	}

	.content-flickr li a {
		display: block;
		position: relative;
		width: 100%;
	}



/* 15. FOOTER */

	#footer{
	    background-color: #262626;
	    padding-top: 20px;
	    padding-bottom: 5px;
	    color: rgba(255, 255, 255, 0.4);
	    font-size: 13px;
	    text-align: center;
	}

	#footer a{
		color: rgba(255, 255, 255, 0.4);
	}
	#footer a:hover{
		color: #fff;
	}

	.footer-social-icons{
		text-align: right;
	}

	.footer-social-icons a{
		margin: 0 5px;
		font-size: 16px;
	}

	.footer-social-icons span{
		margin-right: 10px;
	}

	
/* 16. SCROLL TO TOP */

	.scroll-up {
		position: fixed;
		display: none;
		z-index: 999;
		bottom: 1.8em;
		right: 1.8em;
	}

	.scroll-up ul{
		margin: 0;
		padding: 0;
	}

	.scroll-up li{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.scroll-up a {
	    background-color: rgba(255, 255, 255, 0.55);
	    display: block;
	    width: 40px;
	    height: 40px;
	    text-align: center;
	    color: #000;
	    font-size: 20px;
	    line-height: 38px;
	    box-shadow: 0px 0px 1px #2b2b2b;
	    border-radius: 50%;
	}

	.scroll-up a:hover,
	.scroll-up a:active {
		background-color: #f5f5f5;
		color: #000;
	}

/****************************************
				CUSTOMIZED
****************************************/
.logo{
	display: block;
	margin-top: 3px;
}
.logo img{
	width: 175px;
}
#slider #home-carousel .slider-content1 .layer-img{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}
#slider #home-carousel .slider-content1 .layer-img img{
    height: 100%;
}
#slider #home-carousel .slider-content1 h2{
	text-shadow: 1px 1px 1px #252525;
}
#slider #home-carousel .slider-content1 h2 span{
	font-size: 55px;
    /* color: #1190da; */
    text-shadow: 2px 1px 3px #313131
}
#slider #home-carousel .slider-content2 .carousel-caption {
    top: 35%;
 }
#slider #home-carousel .slider-content2 h1{
	text-align:	center;
}
#slider #home-carousel .slider-content2 h2{
	text-align:	center;
}
#slider #home-carousel .slider-content2 p{
	width: 50%;
	margin: 0 auto;
	text-align:	center;
}
#slider #home-carousel .slider-content2 .layer-img div{
	margin: 0 auto;
}
#slider #home-carousel .slider-content2 .layer-img div img{
	max-width: 100%;
}
#slider #home-carousel .slider-content2 .skill-layer-img{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 1px;
	transform: rotate(180deg);
}
#slider #home-carousel .slider-content2 .skill-layer-img div{
	display: inline-block;
	float: left;
	width: 13.66%;
}
#slider #home-carousel .slider-content2 .skill-layer-img div:nth-child(4){
	margin-left: 18%;
}
#slider #home-carousel .slider-content2 .skill-layer-img div img{
	transform: rotate(180deg);
}
#slider #home-carousel .slider-content2 .skill-layer-img div:nth-child(3) img, 
#slider #home-carousel .slider-content2 .skill-layer-img div:nth-child(4) img{
	max-width: 90%;
}
#slider #home-carousel .slider-content2 .skill-layer-img div:nth-child(2) img, 
#slider #home-carousel .slider-content2 .skill-layer-img div:nth-child(5) img{
	max-width: 70%;
}
#slider #home-carousel .slider-content2 .skill-layer-img div:nth-child(1) img, 
#slider #home-carousel .slider-content2 .skill-layer-img div:nth-child(6) img{
	max-width: 60%;
	margin: 0 auto;
}
#slider #home-carousel .slider-content2 .skill-layer-img div:nth-child(5) img{
	margin: 0 auto;
}
#slider #home-carousel .slider-content2 .layer-img{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
}
#slider #home-carousel .slider-content2 .layer-img div{
	width: 18%;
}
#slider #home-carousel .slider-content3 h1{
	text-align:	right;
}
#slider #home-carousel .slider-content3 h2{
	text-align:	right;
}
#slider #home-carousel .slider-content3 p{
	text-align:	right;
}
#slider #home-carousel .slider-content3 .layer-img{
	position: absolute;
	left: 0;
	bottom: 110px;
}
#slider #home-carousel .carousel-caption a.btn{
 	padding: 7px 30px;
    font-size: 14px;
    font-weight: 500;
}
.abt-txt-con h3{
    font-size: 18px;
    text-transform: initial;
    color: #1279a7;
    font-weight: 600;
}
.abt-txt-con p{
	font-weight: 500;
    color: #2f2f2f;
    font-size: 14px;
    text-align: justify;
}
.abt-txt-con h3 i{
    font-size: 26px;	
}

/* SERVICES */

	#services{
		background-image: url(../images/bg1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding-top: 80px;
		padding-bottom: 100px;
		position: relative;
		overflow: hidden;
	}

.services-main-con .services-list{
}
.services-main-con .services-list>.services{
	width:100%;
	margin-bottom: 25px;
}
.services-main-con .services-list>.services:hover{
   /* cursor: pointer;*/
}
.services-main-con .services-list>.services .services-text{
	background-color: rgba(14, 14, 14, 0.72);
    display: block;
    border-radius: 3px;
    min-height: 112px;
    padding: 10px;
    color: #fff;
}
.services-main-con .services-list>.services .services-text:hover{
	background-color: rgba(14, 14, 14, 0.95);
}
.services-main-con .services-list>.services .services-text .icon-con{
	background: rgba(0, 0, 0, 0.21);
    display: block;
    width: 90px;
    height: 90px;
    border: 2px solid rgba(12, 12, 12, 0.9);
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
}

.services-main-con .services-list>.services .services-text .icon-con>i{
	font-size: 32px;
    margin-top: 26px;
    color: rgba(255, 255, 255, 0.43);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-main-con .services-list>.services .services-text:hover .icon-con>i{
	transform:rotate(360deg);
}
.services-main-con .services-list>.services .services-text .heading-con{
    padding: 0;
    z-index: 111;
}
.services-main-con .services-list>.services .services-text .heading-con>h3{
	color: rgba(255, 255, 255, 0.68);
    font-weight: 600;
    text-transform: initial;
    font-size: 17px;
}
.services-main-con .services-list>.services .services-text .heading-con>h2{
    color: #00728c;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    font-size: 25px;
	}
.services-main-con .services-list>.services .services-text .heading-con>h4{
	text-align: center;
    font-size: 15px;
    color: #00728c;
		}	
.services-modal-contents h2{
	color: #fff;
    font-size: 20px;
    margin: 0 0 20px 0;
    text-align: left;
}
.services-modal-contents p{
	border-bottom: 1px solid #1F1F1F;
    font-size: 11px;
    padding-bottom: 3px;
}
.services-modal-contents b{
	font-size: 14px;
    padding-right: 5px;
}
.parallax-title .col-md-12{
	z-index: 1;
}
.parallax-title .section-title h1 {
    text-align: center;
    color: rgba(255, 255, 255, 0.66);
}
.parallax-title .section-title .st-border {
    background-color: rgba(255, 255, 255, 0.42);
    margin: 0 auto;
}

#technology{
	background-color: #f1f1f1;
	padding-top: 90px;
	padding-bottom: 100px;
	overflow: hidden;
}
.tech-txt-con h3{
    font-size: 18px;
    text-transform: initial;
    color: #1279a7;
    font-weight: 600;
}
.tech-txt-con p{
	font-weight: 500;
    color: #2f2f2f;
    font-size: 13px;
    text-align: justify;
}
.tech-txt-con h3 i{
    font-size: 25px;	
}
#technology .skills-list{

}
#technology .skills-list p{
	font-weight: 500;
    color: #2f2f2f;
    font-size: 13px;
    margin-left: 5px;
}
#technology .skills-list p i{
	color: #f54f3e;
    font-size: 16px;
}
.tech-accrdion-con{
    margin-top: 20px;
 }
.tech-accrdion-con .panel-default>a {
    display: block;
    color: #333;
    background-color: #dedede;
    border-color: #ddd;
}
.tech-accrdion-con .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    text-transform: initial;
    font-weight: 600;
    color: #0f6a92;
}
.tech-accrdion-con .panel-body{
	background: #f3f3f3;
}
.tech-accrdion-con .panel-body p{
	width: 40%;
	float: left;
	margin-left: 5%;
	font-weight: 500;
    color: #2f2f2f;
    font-size: 12px;
}
.tech-accrdion-con .panel-body p i{
	color: #f54f3e;
    font-size: 13px;
}
	#frameworks{
		background-image: url(../images/bg3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding-top: 100px;
		padding-bottom: 100px;
		position: relative;
		overflow: hidden;
	}
.frameworks{
    padding-top         : 20px;
}

.frameworks .single-framework .fa{
	font-size: 25px;
    background: rgba(22, 93, 150, 0.35);
    color: #fff;
    margin: 0 auto;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 2px solid #0c1a27;
    line-height: 80px;
    /*cursor: pointer;*/
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.20s,background-color ease-in-out 0.05s;
}
.frameworks .single-framework i:before{
    margin-left         : 0px;
    font-size           : 36px;
}


.frameworks .single-framework:hover .fa{
background-color: rgba(16, 151, 216, 0.34);
    color: #fff;
    border: 1px solid #0a638e;
    -moz-box-shadow: inset 0px 0px 0px 5px #131112;
    -o-box-shadow: inset 0px 0px 0px 5px #131112;
    -ms-box-shadow: inset 0px 0px 0px 5px #131112;
    -webkit-box-shadow: inset 0px 0px 0px 5px #131112;
    box-shadow: inset 0px 0px 0px 5px #131112;
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2); 
}

.frameworks p{
    font-size               : 13px;
    padding-top             : 30px;
}
.frameworks .frameworks-content h2{
    color: rgba(255, 255, 255, 0.33);
    font-weight: 600;
    font-size: 19px;
    margin: 8px 0 0 0;
}
.frameworks .frameworks-content span{
    display: block;
    color: rgba(255, 255, 255, 0.51);
    font-weight: 300;
    font-size: 18px;
    margin: 2px 0 25px 0;
    line-height: normal;
}
.frameworks .frameworks-content:last-child span{
	margin: 8px 0 25px 0;
}
.footer_logo{
    display: block;
    margin-bottom: 8px;
}
.footer_logo img{
	max-width: 65%;
}
.aashdit-login a{
	display: block;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-weight: 600;
    color: #404040;
}
.aashdit-login a:hover{
	padding-left: 4px;
	color: #015077;
}
.aashdit-login a i{
}
ul.nav li.dropdown a.dropdown-toggle{
    margin: 0;
    padding: 14px;
    padding-bottom: 10px;
}
ul.nav li.dropdown a.dropdown-toggle:hover{
    color: #464646
}
ul.nav li.dropdown .dropdown-menu {
    min-width: 190px;
    padding: 0px 0;
    border: 0;
    background: #eee;
    left: 0;
    right: auto;
}
ul.nav li.dropdown .dropdown-menu li a{
	margin: 0 14px;
    padding: 8px 0;
    font-size: 12px;
    border-bottom: 1px dotted #cacaca;
    margin-top: 5px;
    font-weight: 600;
    text-transform: capitalize;
}
ul.nav li.dropdown .dropdown-menu li a:hover{
	color: #2182ab;
    border-bottom: 1px dotted #b9b9b9;
}
.social-con{
    width: 100%;
    float: left;
    margin-top: 5px;
}
.social-con a{
	display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    float: left;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    box-shadow: 1px 0px 2px #c1c1c1;
}
.social-con a:nth-of-type(1){
    background: #366199;
    border: 1px solid #22426b;
    margin-left: 0;
}
.social-con a:nth-of-type(2){
    background: #1dabda;
    border: 1px solid #168db5;	
}
.social-con a:nth-of-type(3){
    background: #1686b0;
    border: 1px solid #12789e;	
}
.social-con a i{
    font-size: 16px;
    margin-top: 7px;
}
.social-con span{
    float: left;
    color: #4e4e4e;
    font-weight: 500;
    margin: 4px 5px 0px 0px;
}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

	#cs1parallax{
		background-image: url(../images/bg2.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-attachment: fixed;
	    padding-top: 75px;
	    padding-bottom: 40px;
	    position: relative;
	    overflow: hidden;
	    margin-top: 60px;
	}
#cs1parallax .parallax-title .section-title h1{
    text-align: center;
    color: rgba(255, 255, 255, 0.66);
    font-weight: 600;
    font-size: 30px;
}
#cs1parallax .overlay {
    background-color: rgba(0, 0, 0, 0.88);
}
.cs1parallax{
    background-color: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 70px;
    overflow: hidden;
}
.single-case-study{
	width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 18px #b7b7b7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 1px;
    margin-bottom: 30px;
    padding: 50px;
}
.single-case-study .case-study-title{
	padding: 10px 2px 12px 15px;
    border-bottom: 1px solid #c3c2c2;
    /* background: #fbfbfb; */
}
.single-case-study .case-study-title h4{
    margin: 0;
    font-size: 17px;
    color: #545454;
}
.single-case-study .case-study-content{
    padding: 15px 12px 13px 15px;
}
.single-case-study .case-study-content p{
	color: #7b7b7b;
    margin-bottom: 1px;
    font-size: 13px;
    text-align: justify;
}
#careerbanner{
		background-image: url(../images/career_banner2.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-attachment: fixed;
	    padding-top: 75px;
	    padding-bottom: 40px;
	    position: relative;
	    overflow: hidden;
	    margin-top: 60px;
}
#careerbanner .section-title p{
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    margin-top: 15px;
}
.career-list{
	background-color: #dde7fa;
    padding-top: 50px;
    padding-bottom: 40px;
    overflow: hidden;
    min-height: 100%;
    /*margin-top:10px;*/
}

.career-list .single-career-list{
	width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 18px #b7b7b7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
    margin-bottom: 20px;
    border-color: transparent;
}
.career-list .single-career-list .career-list-left{
    width: 60%;
    float: left;
    border-right: 1px solid #c1c1c1;
    padding: 15px;
}
.career-list .single-career-list .career-list-left span:nth-child(1){
	display: block;
    width: 75px;
    float: left;
    min-height: 106px;
    text-align: left;
}
.career-list .single-career-list .career-list-left span:nth-child(1) i{
	font-size: 65px;
    margin-top: 5px;
    color: #888888;
}
.career-list .single-career-list .career-list-left span:nth-child(2){
}
.career-list .single-career-list .career-list-left span:nth-child(2) h4{
    font-weight: 600;
    font-size: 15px;
    margin: 12px 0 22px 0;
}
.career-list .single-career-list .career-list-left span:nth-child(2) button,
.career-list .single-career-list .career-list-left span:nth-child(2) a{
    outline: 0 !important;
    background: transparent;
    border: 1px solid #179fdd;
    color: #2196F3;
    border-radius: 3px;
    min-width: 100px;
    padding: 5px 12px;
}
.career-list .single-career-list .career-list-left span:nth-child(2) button:hover,
.career-list .single-career-list .career-list-left span:nth-child(2) a:hover{
    background: #2196F3;
    border: 1px solid #179fdd;
    color: #fff;	
}
.career-list .single-career-list .career-desc{
    float: left;
    width: 100%;
    border-top: 1px solid #c1c1c1;
    padding: 15px;
}
.career-list .single-career-list .career-desc h5{
    color: #656565;
    font-size: 14px;
}
.career-list .single-career-list .career-desc h5 i{
    color: #2196F3;	
}
.career-list .single-career-list .career-desc p{
    font-size: 12px;
    margin-left: 17px;
    color: #676767;	
}
.career-list .single-career-list .career-desc p i{
	color: #8c8c8c;
}
.career-list .single-career-list .career-list-right{
    width: 40%;
    float: left;
    padding: 15px;
}
.career-list .single-career-list .career-list-right p{
    font-size: 12px;
    /*color: #909090;*/
    font-weight: 500;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 8px;
}
.career-list .single-career-list .career-list-right p:last-child{
	border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 4px;
}
.career-list .single-career-list .career-list-right p i{
    font-size: 14px;
    color: #969696;	
}
.career-list .single-career-list .career-list-right p b{
    font-size: 11px;
    /*color: #a9a9a9;	*/
}
.career-right .career-contact{

}
.career-right .career-contact h3{
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    /*color: #6b6b6b;*/
    padding-bottom: 1px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 8px;	
}
.career-right .career-contact h3>a{
    font-size: 11px;
    text-transform: capitalize;
    color: #138cc3;
}
.career-right .career-contact h3>a:hover{
	text-decoration: underline;
}
.career-right form{
	margin: 20px 0;
}
.career-right .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0; 
}
.career-right .career-contact p{
    color: #8c8c8c;
    font-size: 12px;
    text-align: justify;
    padding: 6%;
}
.modal-header {
    min-height: 16.43px;
    padding: 12px;
    border-bottom: 1px solid #238fbd;
    background: #2aa7dc;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.modal-header .close {
    opacity: .7;
    color: #fff;
}
.modal-title {
    color: rgba(255, 255, 255, 0.85);
    font-size: 17px;
}
.loader {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: relative;
  border: 4px solid #Fff;
  top: 50%;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}
.loader img{
  max-width: 100%;
}
.abt-img-con img{
	margin-top: 42px;
}
#knowmore p{
	color: #696969;
    font-size: 13px;
    text-align: center;
}
#partner{
	background-color: #f1f1f1;
    padding-top: 90px;
    padding-bottom: 100px;
    overflow: hidden;
}
#partner .abt-txt-con h3 {
    font-size: 16px;
}
#partner .abt-txt-con h3 i{
    font-size: 18px;
}
#partner .abt-txt-con h3 a{
	display: inline-block;
}
#partner .abt-txt-con h3 a img{
	width: 200px;
}
#partner .abt-txt-con p {
    font-weight: 500;
    color: #2f2f2f;
    font-size: 14px;
}
#partner .abt-txt-con p a{
	font-size: 15px;
    color: #252525;
}
#partner .abt-txt-con p a::first-letter{
	font-size: 30px;
}
#partner .abt-txt-con p a:hover {
    color: #0a557b;
}
#press {
    background-image: url(../images/press.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
#press:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0, 0, 0, 0.07);*/
}
#press .services>a{
	display: block;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 25px;
   /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.82);*/
    min-height: 260px;
}
#press .services .services-text{
	background-color: transparent;
    padding: 0;
    border-radius: 0;
    min-height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#press .services-main-con .services-list>.services .services-text .icon-con {
    background: rgba(0, 0, 0, 0.21);
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
}
#press .services-main-con .services-list>.services .services-text .icon-con>i {
    font-size: 25px;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.73);
}
#press .services-main-con .services-list>.services .services-text .heading-con>h3 {
    font-size: 17px;
    float: left;
    width: calc(100% - 70px);
    margin: 13px 0 0 0;
    color: rgb(186, 186, 186);
}
#press .press-text{

}
#press .heading-con p{
	float: left;
	width: 100%;
    color: rgba(255, 255, 255, 0.65);
    text-align: right;
    font-size: 9px;
    line-height: normal;
    font-style: italic;
    margin: 5px 0 0 0;
}
#press .press-text h4{
    font-weight: 500;
    text-transform: initial;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    padding: 0 10px;
    line-height: 20px;
}
#press .services-main-con .services-list>.services .services-text:hover .icon-con>i {
    transform: initial;
}
#press .services>a:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
#press .services>a:hover .icon-con>i {
    transform: rotate(360deg);
}
#press .section-title {
    margin-bottom: 60px;
}
.case-study-content h5{
    float: left;
    width: 100%;
    color: rgb(142, 142, 142);
    text-align: right;
    font-size: 12px;
    line-height: normal;
    font-style: italic;
    margin: 0px 0 10px 0;
    font-weight: 600;
}
.case-study-content h5 i{
	
}
#partner .abt-img-con img {
    width: 65%;
    margin: 0 auto;
    margin-top: 42px;
    opacity: .85;
}
.services.coming-soon{
    min-height: 300px;
    background: rgba(0, 0, 0, 0.21);
    margin-bottom: 0 !important;
    text-align: center;
}
.services.coming-soon h2{
    padding: 100px 0 0 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 50px;
    font-weight: 600;
}
.services.coming-soon i{
    font-size: 62px;
}
.newsbg{
	background-image: url(../images/newsbg.jpg) !important;
}
.news.single-case-study .case-study-title h4 {
    font-size: 25px !important;
    line-height: 30px !important;
}
.single-case-study .case-study-content .news_links{
	float: left;
	width: 100%;
	text-align: right;
}
.single-case-study .case-study-content .news_links a{
    color: rgb(169, 169, 169);
    text-align: right;
    font-size: 11px;
    line-height: normal;
    font-style: italic;
    margin: 0px 10px 10px 0px;
    font-weight: 600;
    display: inline-block;
}
.single-case-study .case-study-content .news_links a:hover{
	color: rgb(142, 142, 142);	
}
.single-case-study .case-study-content .news_links a i{
    font-size: 14px;
    color: rgb(142, 142, 142);	
}
.single-case-study .case-study-content .news_links h5{
	float: none;
	display: inline-block;
	width: auto;
	font-size: 11px;
	color: rgb(169, 169, 169);
}
.single-case-study .case-study-content .news_links h5 i{
    font-size: 14px;
    color: rgb(142, 142, 142);	
}
.single-case-study .case-study-content>img{
	width: 100%;
    margin-top: 30px;
}


/**********************************
**********************************/
.onloadmodal{
    background: rgba(0, 0, 0, 0.33);
}
.onloadmodal .modal-dialog {
	width: 50%;
	top: 15%;
}
.onloadmodal .modal-dialog .modal-body {
    padding: 20px 40px;
}
.onloadmodal .modal-dialog .modal-content{
	position: relative;
	border-radius: 0;
    background: #00a7f3;
    color: #fff;
}
.onloadmodal .modal-dialog .modal-content .curl{
    position: absolute;
    top: -1px;
    left: -1px;
    width: 70px;
    height: 100px;
    background: url(../images/curl4.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.onloadmodal .modal-dialog .modal-content .msgclose{
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #00a7f3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #000;
    text-align: center;
   	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.onloadmodal .modal-dialog .modal-content .msgclose:hover{
	cursor: pointer;
	transform:rotate(360deg);
}
.onloadmodal .modal-dialog .modal-content .msgclose .close {
    float: none;
    opacity: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 3px;
}
.onloadmodal .modal-dialog .modal-body h3{
	font-size: 30px;
    border-bottom: 1px dotted #fff;
    margin: 10px 0 35px 0;
    padding-bottom: 10px;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.54);
}
.onloadmodal .modal-dialog .modal-body p{
    text-align: justify;
    font-size: 15px;
}
.onloadmodal .modal-dialog .modal-body p b{
	text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.onloadmodal .modal-dialog .modal-body img:hover{
	opacity: .90;
}
.onloadmodal .modal-dialog .modal-body a{
	display: inline-block;
    color: rgba(255, 255, 255, 0.86);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}
.onloadmodal .modal-dialog .modal-body a:hover{
	color: #fff;
}
.onloadmodal .modal-dialog .modal-body a i{
	font-size: 11px;
    color: #fff;
}
.onloadmodal .modal-dialog .modal-body a p{
	font-size: 12px;
    margin: 8px 0 0 0;
}


	.press-carousel-left, 
	.press-carousel-right {	
		 
		color:#fff;
		font-size: 25px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}
     
	.press-carousel-left {
		left:10px;
	}

	.press-carousel-right {
		right:10px;
	}

	#press-carousel:hover .home-carousel-left {
		left:0;
	}

	#press-carousel:hover .home-carousel-right {
		right:0;
	}
/**************************
      Updated Address
**************************/
.single_address{
	position: relative;
	width: 100%;
    float: left;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
    padding: 10px 15px 16px;
    background: rgba(255, 255, 255, 0.26);
    z-index:1;
}
.single_address p{
    margin: 0;
}
.single_address i{
    display: block;
    font-size: 40px !important;
    color: #0d82b7 !important;
}
.single_address strong{
    display: block;
    color: #0075a9 !important;
}
.single_address span{
    display: block;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #3a3a3a;
}
.sendnote{
    display: block;
    float: right;
    font-size: 12px;
    color: #565656;
    margin: 10px 0 0 0;
}
.contact_right_footer{
    width: 100%;
    float: left;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contact_right_footer p{
    float: left;
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    padding: 0 20px 0 5px;
}
.contact_right_footer strong{
    font-weight: 600;
    color: #4c4c4c;
}
.contact_right_footer p i{
	font-size: 17px;
    color: #076792;
}
.contact_right_footer .social-con{
    width: auto;
    float: left;
    display: block;
    margin-top: -5px;
    margin-left: 5px;
}
.contact_right_footer .social-con a {
    height: 30px;
    width: 30px;
}
.contact_right_footer .social-con a i {
    font-size: 14px;
}
.single_contact_grid{
    width: 33.33%;
    float: left;
    text-align: center;
}
.single_contact_grid span{
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 0;
    border-radius: 50%;
    background: #e0e0e0;
    font-size: 18px;
    box-shadow: -1px 1px #bdbdbd;
    color: #424242;	
}
.single_contact_grid span i{
   	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;	
}
.single_contact_grid h3{
    font-weight: 600;
    font-size: 12px;
    margin: 6px 0 3px 0;
    color: #444;	
}
.single_contact_grid a{
    font-weight: 600;
    font-size: 13px;
    color: #272727;	
}
.single_contact_grid:hover a{
    color: #05628c;	
}
.single_contact_grid:hover span i{
    transform: rotate(360deg);	
}

ul.nav li.dropdown .dropdown-menu li button {
	 margin: 0;
    padding: 6px 14px;
    font-size: 12px;
    border-bottom: 1px dotted #cacaca;
    margin-top: 5px;
    font-weight: 600;
    text-transform: capitalize;
    background: none;
    border: none;
    letter-spacing: 0.075em;
    display: block;
    width: 100%;
    text-align: left;
}
ul.nav li.dropdown .dropdown-menu li button:hover{
	color: #2182ab;
    border-bottom: 1px dotted #b9b9b9;
}









