@import url((https://use.fontawesome.com/releases/v5.0.12/css/all.css);
/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}


/* Client
---------------------------------*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Clear Floated Elements
---------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.mt-1{margin-top:4px;}
.hideh{display:none;}
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.figure{ margin:0px;}
img{ max-width:100%;}
a, a:hover, a:active{ outline:0px !important; text-decoration:none;}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.small-logo img{
	width: 90px;
	margin: 10px auto;
}
/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;
	overflow-x:hidden;
	text-transform:capitalize;
	word-wrap: break-word;
}
h2{
	font-size:34px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
	color: #1bae11;
}
h3{
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;
}
h6{
	font-size:16px;
	color:#888888;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	line-height:22px;
	margin:0;
}
/* nav---------------------------------*/
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	float: none;
	color: black;
	text-decoration: none;
	display: block;
}
.dropdown-content a{color: #222 !important;padding: 12px 20px !important;}
.dropdown-content a:hover {
	right:0;
	color: #1bae11 !important;
}
.dropdown:hover .dropdown-content {
	display: block;
	right: 0;
	text-align: left;
	width: -moz-max-content;
	top: 35px;
}
.column{
	padding:20px 0;
}
.column#caption {
	position: relative;
}
.column#caption .text {
	position: absolute;		
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
    opacity: 0;
    transition: all 0.8s ease;			
}
.column#caption .text h1 {		
	margin: 0;		
	color: white;
	text-align: center;
	font-size: 28px;
	background: #000000b3;
	padding: 10px 15px;
}
.column#caption:hover .text {
	opacity: 1;
}
.column#caption img {
	border: 4px solid #fafafa;
	box-shadow: -1px 3px 4px 1px #a19d9d;
	height: 230px;
	width: 100%;
	margin-bottom: 20px;
}
.column#caption:hover img {
	-webkit-filter: grayscale(90%);
}
/* item gal---------------------------------*/
.gall .item {
    margin: 10px;
}
.gall .item img {
    display: block;
    width: 100%;
    height: auto;
}	
header{height:30px;background: #1bae11;}
header a{color:#fff; text-decoration:none; font-weight: 600;text-transform: lowercase;}
header a:hover{color:#111; text-decoration:none;}
header .right{text-align:right;}
iframe{height:260px !important; border:0; width:100% !important}
.bg-grey{
	background: #fafafa;
}
/* 4t---------------------------------*/
.sect-4 {
	padding: 4rem 0;
}
.sect-pt4 {
	padding-top: 4rem;
}
.sect-mt4 {
	margin-top: 4rem;
}
.work-box {
	margin-bottom: 3rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
}
.work-box:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.work-img {
	display: block;
	overflow: hidden;
}
.work-img img {
	transition: all 1s;
	height: 270px;
	width: 100%;
}
.work-content .w-more .w-ctegory {
	color: #0078ff;
	text-align:center;
}
.w-title {
	margin:10px auto;
	font-size: 20px;
	padding: 10px;
}
.abt img{
	padding: 0;
	border-radius: 0;
	margin-top: 2%;
	height: 320px;
	width: 100%;
	border: 6px solid #1bae18;
}
/* baanner---------------------------------*/
.newp .carousel-inner {
	height: 50vh;
}
.newp .carousel-caption h2 {
	margin-top: 10%;
}
.slider {
	position: relative;
	margin-top: -15px;
}
.carousel-inner {
	height: 85vh;
}
@media (max-width: 768px) {
	.slider {
		margin-top: -10px;
	}
	.navbar {
		height: 60px !important;
	}
	.navbar-header {
		background: #000000;
		height: 60px !important;
		line-height: 55px;
	}
	.navbar-brand {
		line-height: 60px;
	}
}
.carousel-inner .item {
	background-attachment: fixed;
	background-position: top;
	background-size: cover;
	height: 100%;
}
#carousel-slider {
	position: relative;
}
#carousel-slider .carousel-indicators {
	bottom: -40px;
}
#carousel-slider .carousel-indicators li {
	border: 1px solid #1bae11;
}
#carousel-slider a i {
	border-radius: 50%;
	font-size: 30px;
	height: 50px;
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 50px;
	background: #7777;
	color: #fff;
}
#carousel-slider a i:hover {
	background: #666;
	color: #fff;
	border: 1px solid #fff;
}
#carousel-slider .carousel-control {
	width: inherit;
}
#carousel-slider .carousel-control.left i {
	left: 50px;
	top: calc(50% - 50px);
}
#carousel-slider .carousel-control.right i {
	right: 50px;
	top: calc(50% - 50px);
}
.carousel-caption {
	position: absolute;
	right: 15%;
	top: calc(50% - 150px);
	font-size: 40px;
	left: 15%;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
}
.carousel-caption h2 {
	font-size: 50px;
	color: #fff;
}
.carousel-caption h2 span {
	font-size: 60px;
	color: #fff;
}
.carousel-caption p {
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #fff;
	padding: 10px;
	background: #0000004d;
	line-height: inherit;
}

.carousel-inner .form-inline .form-group button[type="livedemo"] {
	padding: 20px 60px;
	font-size: 20px;
	background: #3a906d;
	color: #fff;
	border-radius: 0;
	border-color: #fff;
	text-transform: uppercase;
}
.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color: #fff;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
.carousel-inner .form-inline .form-group button[type="getnow"] {
	padding: 20px 60px;
	font-size: 20px;
	background: #fff;
	color: #272727;
	border-radius: 0;
	text-transform: uppercase;
}
.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
	color: #fff;
	border-color: #fff;
	background: #3a906d;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
.form-inline {
	margin-top: 50px;
}
/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	box-shadow:0px 4px 5px -4px #bfbfbf;
	position:relative;
	background:#fff;
	z-index: 1000 !important;
}
.main-nav{
	text-align:center;
	margin:0 0px 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0px 1px;
}
.main-nav li a{
	display:inline-block;
	color:#222228;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height:15px;
	padding:20px 25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	font-weight: 600;
}
.main-nav li a:hover, .main-nav .active a{ 
	text-decoration:none;
	color: #1bae11;
}
.small-logo{ 
	padding:0 32px;
}
.main-section{
	padding:40px 0 40px;
}
/* Services
---------------------------------*/
.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#fafafa;
}
/* Featured Work
---------------------------------*/
.featured-work{
	font-size:14px;
}
.featured-work h2{
	text-align:left;
	color: #1bae11;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.featured-work p.padding-b{
	padding-bottom:35px;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:30px;
	font-family: 'FontAwesome';
	font-size:30px;
	color:#777777;
	font-style:normal;
	margin-left: 10px;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#c42054;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i{ 
	padding-right:15px;
}
.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}
.card img{
	height:200px;
	border:1px solid #8c8c8c;
	width:100%;
}
.card .input-btn{
	margin: 20px;
}
.services .card {
	box-shadow: 0px 1px 3px 0px #121111;
	padding:20px;
	text-align:center;
	height:auto;
	margin-top: 30px;
}
.services{
	margin:5% auto;
}
.acccard{
	padding: 20px !important;
}
/* about page
---------------------------------*/

#abt .testimonial{
    text-align: center;
}
#abt  .testimonial .pic{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: 0 auto 40px;
    border: 4px solid #1bae11;
    overflow: hidden;
}
#abt .testimonial .pic img{
    width: 100%;
    height: auto;
}
#abt  .testimonial .description{
    color: #fff;
    font-size: 15px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 20px;
}
#abt  .testimonial .testimonial-prof{
    margin:20px 0;
}
#abt  .testimonial .title{
    font-size: 20px;
    color: #1bae11;
    text-transform: capitalize;
}

#abt .owl-theme .owl-controls .owl-buttons div{
    background: transparent;
    opacity: 1;
}
#abt .owl-buttons{
    position: absolute;
    top: 50%;
    width: 100%;
}
#abt .owl-prev{
    position: absolute;
    left:0%;
    padding: 10px 8px;
    background: #1bae18;
    border-radius: 0 20px 20px 0;
}
#abt .owl-next{
    position: absolute;
    right:0%;
    background: #1bae18;
    border-radius: 20px 0 0 20px;
    padding: 10px 8px;
}
#abt .owl-prev:after,
#abt .owl-next:after{
    content: "\f060";
    font-family: "FontAwesome"; font-weight: 900;
    width: 28px;
    height: 28px;
    font-size: 16px;
    color:#fff;
    transition: all 0.15s ease 0s;
}
#abt .owl-next:after{
    content: "\f061";
}
@media only screen and (max-width: 479px){
   #abt  .owl-prev{
        /*! left: 10%; */
    }
    #abt .owl-next{
        /*! right: 10%; */
    }
}	
/* gallery page
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:15px 0 30px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li{
	margin:0 0px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 20px;
	font-size:12px;
	line-height:16px;
	color:#222222;
	border-radius:0;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border: 1px solid #c6c6c6;
	font-weight: 600;
}
.Portfolio-nav li a:hover{
	background:#1bae11;
	color:#fff;
	text-decoration:none;
}
.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}
.Portfolio-box{
	text-align:center;
	margin-bottom:15px;
	height:auto;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	height: 230px;
	border:  1px solid #c9c9c9;
	width: -moz-available;
}
.Portfolio-box img:hover {
	opacity: 0.6;
}
.Portfolio-nav li a.current{
	background:#1bae11;
	color:#fff;
	text-decoration:none;
}
/* no transition on .isotope container */
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	transition-property:         transform, opacity;
}
.main-section.paddind{
	padding-bottom:60px;
}
/* Clients
---------------------------------*/
.client-part{
	background:url(../img/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
#event .item {
	margin:20px;
}
#event .item img{
	height:250px;
	width:100%;
}
/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}
.main-section.contact{
	background:url(../img/bg-map.png) left 190px no-repeat;
	background-position: center;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span a:hover{
	text-decoration:none;
}
.contact-info-box span a{
	color:#1bae11;
	text-transform: lowercase;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:24px 0;
	margin:0 0 0 50px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:21px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}
.form{
	margin:0px 60px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #3f3639;
	width:100%;
	height:50px;
	display:block;
	border-radius:0;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #c42054;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}
.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:auto;
	background:#1bae11;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	padding: 10px 20px;
}
.input-btn:hover{
	background: #111;
	color: #fff;
}
.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}
#sendmessage {
    color: #c42054;
    border:1px solid #c42054;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}
#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}
#sendmessage.show, #errormessage.show, .show {
	display:block;
}
/* Footer
---------------------------------*/
.footer{
	background:url(../img/pw_maze_black_2X.png) left top repeat;
	padding:35px 0 35px;
}
.footer-logo{
	margin:15px auto 35px;
	width: 76px;
}
.copyright, .credits{
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a, .credits a{
	color:#1bae11;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.copyright a:hover, .credits a:hover {
	color: #fff;
}
.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:34px;
	margin:15px 0px 15px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #1bae11 !important;
}
.portfolioContainer{
	max-width: 1140px;
}
/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}
.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}
.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}
.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}


/* ==========================================================================
	Media Queries
========================================================================== */


@media only screen and (min-width: 992px) {
	/****Ipad Landscape 1024 Container 970 ****/
	
	.service-list{ margin-bottom:30px;}
	.c-logo-part ul li{ margin:0 15px;}
	.form{ margin:0 0 0 20px}
	.main-nav{ display:block !important; }
	/*.portfolioContainer{ width:800px; margin:0px auto !important; } */
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	/****Ipad Portrait 768 Container 750 ****/
	body{ font-size:13px;}
	p{ line-height:20px ;}
	.header h1{ font-size:46px;}
	.main-nav ul li a{ padding:14px;}
	.small-logo{ padding:0 20px;}
	h2{ font-size:30px}
	h6{ font-size:16px;}
	h3{ font-size:15px;}
	.service-list{ margin-bottom:20px; font-size:15px;}
	.featured-work p.padding-b{ padding-bottom:15px;}
	.main-section{ padding:70px 0;}
	.c-logo-part ul li{ margin:0 1%; float:left; width:18%;}
	.c-logo-part ul li a{ display:block;}
	.c-logo-part ul li a img{ display:block;}
	.form{ margin:0;}
	.contact-info-box{ margin:0 ;}
	.social-link{ margin:0;}
	
	.main-nav{ display:block !important; }
	.main-nav li a{ padding:8px 8px;}
	/*.portfolioContainer{ width:750px; margin:0px auto !important; }
	.Portfolio-box{ height:250px;}*/
	
	
	
}

@media only screen and (max-width: 767px) {
	/****Mobile Landscape 480 Container 100% ****/
	body{ font-size:12px;}
	h2{ font-size:26px;}
	h3{ font-size:14px;}
	h6{ font-size:16px; margin-bottom:40px;}
	p{ line-height:21px;}
	.service-list{ font-size:12px; margin-bottom:20px;}
	.we-create li{ font-size:13px; padding:0 0 0 8px}
	.header h1{ font-size:28px;}
	.header{ padding:60px 0;}
	.main-section{ padding:60px 0 70px;}
	.main-nav{ display:none; position:absolute; left:0; width:100%; top:68px; margin:0 auto; float: none; background:#fff; z-index: 99; border-top: 1px solid #eee;}
	.main-nav li{ display:block;}
	.main-nav li.small-logo{ display:none;}
	.main-nav li a{ display:block; padding:12px 32px; margin: 4px 0; border-bottom: 1px solid #f3f3f3;;}
	.main-nav li a:hover{color:#7cc576}
	.team-leader-box{ max-width:307px; width:auto; float:none; margin:0 auto;	}
	.team-leader-box:nth-of-type(3n){ margin:0 auto}
	.res-nav_click{ display:block;}
	.featured-work{ font-size:12px; margin-top:30px;}
	.featured-box{ font-size:12px;}
	.featured-box p{ line-height:18px; }
	.c-logo-part ul a{ margin-bottom:5px;}
	.main-section.team{ padding:60px 0 50px;}
	.business-talking h2{ font-size:36px;}
	.contact-info-box{ margin:0 0 12px 30px; font-size:12px;}
	.contact-info-box span{ line-height:18px;}
	.contact-info-box.phone span, .contact-info-box.email span { padding-top: 6px;}
	.social-link{ }
	.form{ margin:0 30px;}
	.copyright{ font-size:12px;}
	.business-talking a{ padding:10px 25px; font-size:14px;}
	.main-section.contact{ padding:60px 0 70px}
	.client-part-haead{ font-size:20px; line-height:30px;}
	.link{ font-size:14px; padding:10px 25px;}
	.logo{ width:100px;}
	.main-section.contact{ background-size:contain;}
	.Portfolio-nav li a{ padding:5px 16px;}
	.Portfolio-nav li{ display:inline-block;}
	/*.isotope-item img{ width:300px; left:50%; margin-left:-100px;}
		.isotope-item{ width:300px; margin:0px auto;}
		.isotope{ width:400px; margin:0px auto;}
		.Portfolio-box{}
	.portfolioContainer{ width:350px; margin:0px auto !important; } */
	
	
}

@media (max-width: 767px) {
	.carousel-caption {
		font-size: 18px;
		top: 19px;
	}
	.carousel-caption h2 {
		font-size: 20px;
		margin-top: 22%;
	}
	.carousel-caption h2 span,
	.carousel-caption p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 500px) {
	.abt img {	margin: 0%;	height: 250px;}
	.social-link li a {	width: 40px;height: 40px;line-height: 40px;font-size: 18px;}
	.contact-info-box h3 {	font-size: 14px;width: 100px;margin-right: 6px;}
	.newp .carousel-inner,.carousel-inner, .carousel-inner .item {	height: 20vh;}
	.newp .carousel-caption h2 {margin-top: 0;font-size: 20px;}
	.featured-work h2 {	text-align: center;}
	.contact-info-box{ margin-left:0px;}
	.header{ padding:40px;font-size:10px;}
	.form{ margin:0;}
	.c-logo-part ul li{ display:block;}
	.Portfolio-box{  max-width:300px !important; width:96.4% !important; margin:0 !important; }
	.Portfolio-box img { max-width:100%;height: 200px;}
	.portfolioContainer{ width:280px !important; margin:0 auto !important ;}
	.hideh{
		display: block;
		position: absolute;
		padding: 0px 20px !important;
		margin: -10px auto;
	}
	header {
		height: 40px;
		background: #1bae11;
		text-align: center;
		font-size:11px;
	}
	
	
	.right{text-align:center!important;}
}
@media (max-width: 414px) {
	.dropdown:hover .dropdown-content {
		display: block;
		top: 35px;
		width: 100%;
	}
	.dropdown-content a {
		color: #222 !important;
		padding: 8px !important;
	}
	.main-nav li a {
		display: block;
		padding: 12px 32px;
		margin: 0 0; 
		text-align:center;
	}
	.carousel-caption h2 {
		font-size: 14px;
		margin-top: 0;
	}
	.carousel-caption h2 span, .carousel-caption p {
		font-size: 10px;
		padding:4px 0;
	}
	.carousel-inner ,.carousel-inner .item{
		height: 40vh;
	}
	.carousel-inner .item{
		background-size: cover;
		background-attachment: local;
		background-position: center;
	}
	
	.work-img img {
		transition: all 1s;
		height: 200px;
		width: 100%;
		padding: 10px 20px;
	}
	#event .item img {
		height: 200px;
		width: 100%;
	}
}
@media (max-width: 360px) {
    header{ font-size:9px;
        
    }
}
    
    