.banner{
	background-size: 100% 100% !important;
}
.ban_head h1 {
    color: #fff;
    font-size: 28px;
    font-style: italic;
    margin: 20px 0;
    text-align: center;
}
.form-group.abctext > div {
    width: 100% !important;
}
.nicEdit-main {
    min-height: 100px !important;
    width: 100% !important;
}
.ban_head {
    background: #000 none repeat scroll 0 0;
    display: table-cell;
    height: 140px;
    vertical-align: middle;
    width: 1842px;
}
.col-md-12.prfp_pic {
    padding: 0 5%;
}
/*On Demand*/
.footer-mdl a {
    color: #fff;
    padding: 0 10px;
}
.footer-mdl li {
    display: inline-block;
}
.footer-mdl > ul {
    color: #fff;
    margin-bottom: 20px;
    text-align: right;
}
.footer-mdl a:hover {
    color: #48bf72;
}
.footer-mdl li:after {
  content: ' | ';
}
.footer-mdl li:last-child:after {
  content: '';
}
.contact_info h3 {
    border-bottom: 1px solid #bac1c8;
    color: #54697e;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}
.contact_info ul {
    color: #7f8c8d;
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    margin-top: 15px;
    padding-left: 0;
}
.contact_info p {
    margin: 0;
}
.prfl_attach_main {
    position: relative;
    z-index: 999;
}
.prfl_attach_main > input {
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.head_top > div {
    text-align: right;
}

.head_top {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.head_top a {
    color: #fff;
}
.file_attach {
    padding: 5px 13px;
}
.pos_rel{
	position: relative;
}
.pos_bg{
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
.fil_btn {
    
    bottom: 10px;
    font-size: 22px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
}
.fil_edit_btn {
    font-size: 22px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
.edi_btn {
    font-size: 22px;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    bottom: 0;
}
.edit_ban_info{
    border-radius: 5px;
    bottom: 0;
    font-size: 22px;
    position: absolute;
    right: 25px;
}

/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Source Sans Pro', sans-serif;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.logo img {
    max-height: 120px;
}
/*-- banner --*/
.banner{
	
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	min-height:625px;
	position: relative;

}
.header{
	padding:2em 0;
	position: relative;
}
.logo {
    float: left;
    position: relative;
    top: 25px;
}
.logo a{
	display:block;
}
.logo-right{
	float:right;
}
.logo-right span{
	display:none;
}
.logo-right ul {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border-radius: 6px;
    margin: 40px 0 0;
    padding: 12px 0;
}
.logo-right ul li{
	display:inline-block;
	margin:0 0 0 15px;
}
.logo-right ul li a{
	color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
	
}
.logo-right ul li a:hover{
	color: #CDDC39;
	text-decoration:none;
}
.banner-info{
	padding:5em 0 0;
	text-align:center;
	position: relative;
}
.banner-info h1{
	font-size: 2.5em;
	margin: 0;
	color: #fff;
	line-height: 1.5;
	font-weight: 800;
	letter-spacing: 2px;
}
.banner-info p{
	font-size: 2.5em;
	margin: .2em 0 0;
	color: #fff;
	
	text-transform: uppercase;
	font-weight: 100;
}
.read{
	margin:3em 0 0;
}
.read a{
	padding: 8px 40px;
	color: #e1b401;
	font-size: 14px;
	text-decoration:none;
	border:2px solid #e1b401;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	
}
.read a:hover{
	text-decoration:none;
	color:#fff;
}
/*-- effect for nav --*/
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
/*-- //effect --*/
/* Rectangle Out */
.hvr-rectangle-out {
  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;
  position: relative;
  background:none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#e1b401;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.clear{
	clear: both;
}
/*-- //banner --*/
/*-- portfolio --*/
.col-md-4.portfolio-grid1 {
    height: 200px;
    margin: 30px 0;
    padding: 0 20px;
}
/*.portfolio{
	padding:3em 0;
	background:#f9f9f9;
}*/
.b-wrapper {
    padding: 30% 1%;
}
.b-link-stripe.b-animate-go.swipebox {
    height: 100% !important;
}
.col-md-12.portfolio-grid {
    padding: 0;
}
.portfolio h2, .contact h2 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.portfolio-grid img{
	width:100%;
	height: 100%;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
}
.portfolio-grid1:nth-child(2){
	/*margin:2em 0 0;*/
}
.portfolio-grid1:nth-child(4){
	margin:2em 0 0;
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}

/*----- Strip -----*/
.b-link-stripe{
	position:relative;
	/*display:flex;*/
	display:block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden;	/* lt-ie9 */
}
/*-- portfolio-img --*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	
}
.b-animate img{
	margin-top:-40px;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:absolute;
	top: 25%;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
	text-align: center;
}
.b-wrapper:hover {
	background:rgba(225, 180, 1, 0.64);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*.text-info{
	padding:3.5em 0 0;
}
.text-info1{
	padding:8.5em 0 0;
}*/
.text-info h4{
	color: #fff;
	font-size: 27px;
	letter-spacing: 0px;
	margin: 0 0 0.3em;
	position: relative;
	font-weight: 600;
}
.text-info p{
	color: #fff;
	font-size: 13px;
	margin: 0;
	position: relative;
	font-weight: 400;
	letter-spacing: 0px;
}
/*-- //portfolio --*/
/*-- about --*/

.about-info{
	float: right;
	width: 100%;
}
.contact h3{
	color: #fff;
}
.about h3{
	color:#fff;
	font-size:25px;
	margin:0;
	
	font-weight: 600;
}
.abcbtn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
}
.about-info > h2 {
    color: #fff;
    font-size: 36px;
    margin: 10px 0;
}
.by_now {
    background: #c8da3e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    padding: 8px 20px;
    position: absolute;
    right: 0;
    top: 10px;
}
.ban_head{
	position: relative;
}
.trm{
	background: #fff !important;
	color: #000 !important;
}
.trm p{
	color: #000 !important;
}
.by_now:hover {
    background: #3C4955 none repeat scroll 0 0;
    color: #fff;
}

.under_line1 {
    border-bottom: 5px solid #C8DA3E;
}
.under_line {
    border-bottom: 5px solid;
}

.about h3 span{
	display:block;
	font-weight:normal;
	font-size:17px;
}
.about-info p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.8em;
    width: 100%;
}
.read1 a{
	padding: 8px 40px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
	
}
.read1 a:hover{
	text-decoration:none;
	color:#fff;
}
.about {
	  padding:20px 0 40px;
	}
/*-- //about --*/
/*-- contact --*/
.contact {
    background: #394b59 none repeat scroll 0 0;
    padding-bottom: 50px;
    color: #fff !important;
}
.con_1 li {
    display: inline-block;
}
.li_first {
    color: #fff;
    font-size: 20px;
    position: absolute;
    text-align: center;
    width: 60px;
   
}
.li_sec {
    margin-left: 60px;
    width: 80%;
}
.li_sec > span {
    color: #fff;
    font-size: 18px;
}
.li_sec a {
    color: #fff;
    font-size: 18px;
}
.col-sm-2.or > h2 {
    color: #fff;
    margin-top: 90%;
}
.contact h2 {
    color: #fff;
    margin: 30px 0 35px;
}
.contact-info ul li.first,.contact-info ul li.second {
  border: none;
  list-style: none;
  margin-bottom:25px;
}
.position{
  position:relative;
}
.dot1{
	position:absolute;
	top: 4%;
	left:3.6%;
}

.dot{
	position:absolute;
	top: 17%;
	left:7.7%;
}

.user {
  background:url(../images/men.png) no-repeat -3px 1px #3c4955;
}
/*.pay_bnr {
    background: rgba(0, 0, 0, 0) url("../images/paybnr_bg.png") repeat scroll 0 0;
    min-height: 300px;
    text-align: center;
}*/

.about {
    background: rgba(0, 0, 0, 0) url("../images/about_bg.jpg") repeat scroll 0 0;
    min-height: 300px;
    text-align: center;
}
.pay_bnr > a img {
    padding: 0 9%;
    width: 100%;
}
.icon, .icon2 {
  height:45px;
  width: 40px;
  display: none;
  float: left;
  border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
   
}
.contact input[type="text"], .contact textarea {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #a6a5a5;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 10px;
    width: 100%;
}
.contact textarea {
	resize:none;
	min-height:150px;
	width:100%;
}
.contact input[type="submit"] {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    outline: medium none;
    padding: 13px;
    transition: all 0.5s ease 0s;
}
.contact input[type="submit"]:hover{
	background:#3C4955;
	color:#e1b401;
}
.email {
  background: url(../images/message.png) no-repeat 0px 8px #3c4955;
}
.msg{
	background:url(../images/pen.png) no-repeat 2px 6px #3c4955;
	min-height:200px;
}
.contact-info{
	/*width:60%;*/
	margin:0 auto;
}
/*.first{
	float:left;
	width: 50%;
}
*/**/
/*-- //contact --*/
/*-- footer --*/

.footer-left{
	float:left;
	padding: 0;
}
.footer-left p{
	color:#fff;
	font-size:14px;
	
}
.col-sm-6.footer-mdl {
    padding: 0;
}
.foot_1 {
    border-top: 1px solid #929292;
    margin-top: 30px;
    padding-top: 30px;
}
.footer-left.col-sm-6 {
    padding: 0;
}
.footer hr {
    margin: 35px 0;
}
.footer {
    background: #1e1e1e none repeat scroll 0 0;
    min-height: 100px;
}
.footer-left p a{
	color:#fff;
}
.footer-left p a:hover{
	color:#48bf72;
	text-decoration:underline;
}
.footer-right {
    margin-top: 30px;
    margin-left: 50px;
}
.footer-right ul{
	padding:0;
	margin:0;
}
.footer-right ul li{
	display:inline-block;
	margin:0 10px;
}
.footer-right ul li a.twitter{
	background: url(../images/img-sp.png) no-repeat -93px -10px;
	display: block;
	width: 52px;
	height: 59px;
}
.footer-right ul li a.twitter:hover{
	background: url(../images/img-sp.png) no-repeat -14px -10px;
	display: block;
}
.footer-right ul li a.in{
	background: url(../images/img-sp.png) no-repeat -93px -79px;
	display: block;
	width: 52px;
	height: 59px;
}
.footer-right ul li a.in:hover{
	background: url(../images/img-sp.png) no-repeat -14px -79px;
	display: block;
}
.footer-right ul li a.dribble{
	background: url(../images/img-sp.png) no-repeat -93px -147px;
	display: block;
	width: 52px;
	height: 59px;
}
.footer-right ul li a.dribble:hover{
	background: url(../images/img-sp.png) no-repeat -16px -147px;
	display: block;
}
.footer-right ul li a.be{
	background: url(../images/img-sp.png) no-repeat -93px -217px;
	display: block;
	width: 52px;
	height: 59px;
}
.footer-right ul li a.be:hover{
	background: url(../images/img-sp.png) no-repeat -16px -217px;
	display: block;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 57px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-----start-responsive-design------*/
@media (max-width:1280px){
	.dot {
	  left: 8%;
	}
	.dot1 {
	  left: 3.9%;
	}
}
@media (max-width:1024px){
	.banner-info h1 {
		font-size: 24px;
	}
	.banner-info p {
		font-size: 1.5em;
	}
	.banner-info {
		padding: 7em 0 0;
	}
	.banner {
	  min-height: 565px;
	}
	.about-info p {
		width: 100%;
	}
	.contact textarea {
	  width: 100%;
	}
	/*.portfolio-grid {
    float: left;
    width: 50%;
}*/
}
@media (max-width:1000px){
	.first {
    width: 100%;
}
.first:nth-child(2) {
    padding-left: 0px;
}
}
@media (max-width:768px){
	.contact_info{
    	color: #fff !important;
    }
	.footer-right ul li a.twitter {
    background: rgba(0, 0, 0, 0) url("../images/img-sp.png") no-repeat scroll -75px -7px / 250px auto;
    display: block;
    height: 50px;
    width: 46px;
}
.footer-right ul li a.in {
    background: rgba(0, 0, 0, 0) url("../images/img-sp.png") no-repeat scroll -76px -64px / 250px auto;
    display: block;
    height: 50px;
    width: 46px;
}
.footer-right ul li a.be {
    background: rgba(0, 0, 0, 0) url("../images/img-sp.png") no-repeat scroll -77px -182px / 250px auto;
    display: block;
    height: 50px;
    width: 46px;
}
.footer-right ul li a.be:hover {
    background: rgba(0, 0, 0, 0) url("../images/img-sp.png") no-repeat scroll -13px -180px / 250px auto;
    display: block;
}
.footer-right ul li a.in:hover {
    background: rgba(0, 0, 0, 0) url("../images/img-sp.png") no-repeat scroll -11px -66px / 250px auto;
    display: block;
}
.footer-right ul li a.twitter:hover {
    background: rgba(0, 0, 0, 0) url("../images/img-sp.png") no-repeat scroll -9px -7px / 250px auto;
    display: block;
}
	.foot_1 {
    border-top: 1px solid #929292;
    margin-top: 15px;
    padding-top: 15px;
}
.footer-left {
    float: none;
    margin-bottom: 1em;
    text-align: right;
}
.contact input[type="submit"] {
	padding: 8px;
}
.contact textarea {
    min-height: 110px;
    resize: none;
    width: 100%;
}
.footer-left p {
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    text-align: right;
}
.footer-mdl a {
    font-size: 12px;
}

	.logo-right ul li {
	  margin: 0px;
	}
	.b-link-stripe.b-animate-go.swipebox {
    height: 100% !important;
    width: 100%;
}
.b-wrapper {
    padding: 20% 1%;
}
	.banner-info h1 {
	  font-size:2em;
	}
	.banner-info {
	  padding: 5em 0 0;
	}
	.banner {
	  min-height: 500px;
	}
	.b-link-stripe {
		display: inline-block;
	}
	.portfolio-grid1:nth-child(2) {
	  margin:1em 0;
	}
	.col-sm-6.footer-mdl {
    margin-bottom: 20px;
}
	.text-info h4 {
		font-size: 24px;
	}
	.text-info {
	}
	.text-info1 {
	  padding: 8em 0 0;
	}
	.Forest{
		padding:5em 0 0;
	}
	.about-info {
	  width: 100%;
	  float: none;
	  text-align: center;
	}
	.read1 a {
	  color: #fff;
	  border: 2px solid #fff;
	}
	.contact-info {
	  width: 90%;
	}
	.footer-left {
	  float: none;
	  text-align: center;
	  margin-bottom: 1em;
	}
	.footer-right {
	  float: none;
	  text-align: center;
	}
	.asd {
	  padding: 4em 0 0;
	}
	.banner-info h1 {
    font-size: 22px !important;
}
}
@media (max-width:736px){
	
}
@media (max-width:667px){
	
	.banner-info h1 {
	  font-size: 2.4em;
	}
	.banner-info p {
	  font-size: 1.3em;
	}
	.text-info1 {
	  padding: 8em 0 0;
	}
}
@media (max-width: 640px){
	.logo-right ul li {
	  margin: 0;
	}
	.header {
	  padding: 1em 0;
	}
	.banner-info h1 {
	  font-size:1.8em;
	}
	.banner-info {
	  padding: 4em 0 0;
	}
	.banner {
	  min-height: 395px;
	}
	.portfolio,.contact {
	  padding: 3em 0;
	}
	.text-info1 {
	  padding: 8em 0 0;
	}
	.Forest{
		padding:5em 0 0;
	}
	.dot {
	  left: 9.5%;
	}
	.dot1 {
	  left: 4.5%;
	}
	.asd {
	  padding: 4em 0 0;
	}
}
@media only screen and (min-width:769px) and (max-width: 993px) {
	.col-md-4.portfolio-grid1 {
    float: left;
    height: 300px;
    margin-bottom: 20px;
    width: 50%;
}
.logo-right ul li {
	  margin: 0px;
	}
}
@media (max-width:600px){
	span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align:right;
		margin: 3px 0;
	}
	.logo-right ul.nav1 li {
		display: inline-block;
		margin: 0;
		width: 100%;
		padding: 17px 1em;
		text-align: center;
		}
		ul.nav1{
		display:none;
		background:#48BF72;
		margin-top:2em;
		}
		.by_now {
    background: #c8da3e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    padding: 8px 15px;
    position: absolute;
    right: 60px;
    top: 38px;
	}
	.logo-right {
	  margin-top: 1.2em;
	}
	.payblock {
		border-radius: 18px 18px 10px 10px;
		background: #fff;
		min-height: 400px !important;
		padding-bottom: 60px;
		position: relative;
		margin-bottom: 10px;
	}
}
@media (max-width:767px){
	.payblock {
		border-radius: 18px 18px 10px 10px;
		background: #fff;
		min-height: 400px !important;
		padding-bottom: 60px;
		position: relative;
		margin-bottom: 10px;
	}
	}
@media only screen and (min-width:768px) and (max-width: 991px) {
	.payblock {
		border-radius: 18px 18px 10px 10px;
		background: #fff;
		min-height: 600px !important;
		padding-bottom: 60px;
		position: relative;
		margin-bottom: 10px;
	}
}
@media (max-width:568px){
	.col-md-4.portfolio-grid1 {
	margin-bottom: 20px;
    width: 100%;
}

}
@media (max-width:480px){
	.about-info p {
    color: #fff;
    font-size: 16px;
}

.about-info > h2 {
    color: #fff;
    font-size: 30px;
    margin: 10px 0;
}
.about-info {
    padding: 0 20px;
}
.portfolio h2, .contact h2 {
    color: #000;
    font-size: 30px;
}
.contact h2 {
    color: #fff;
    font-size: 30px;
}
.ban_head h1 {
    font-size: 22px;
}
.ban_head {
    height: 100px;
}
	.logo {
	  float: left;
	  width: 29%;
	}
	.banner-info {
      padding: 2em 0 0;
    }
	.logo img{
		width:100%;
	}
	
	.logo-right ul {
		position: absolute;
		padding: 0;
		margin: 0;
		left: 2%;
		width: 96%;
		z-index: 999;
		}

	
	
	.banner-info h1 {
	  font-size: 1.5em;
	}
	.banner-info p {
	  font-size: 1.2em;
	}
	.read a,.read1 a {
	  padding: 7px 30px;
	  font-size: 13px;
	}
	.read {
	  margin: 2em 0 0;
	}
	.banner {
	   min-height: 330px;
	}
	.portfolio, .contact {
	}
    .portfolio h2, .contact h2 {
		margin: 0 0 1em;
	}
	.about h3 {
		font-size: 20px;
	}
	.about-info {
		margin: 2em 0em 0 0em;
	}
	.about h3 span {
	  font-size: 16px;
	}
	
	.first {
	  width: 100%;
	  float: none;
	}
	.dot {
	  left: 6.3%;
	}
	.dot1 {
	  left: 6.4%;
	}
	.footer {
		padding: 0em 0 2em;
	}
	.logo-right ul li a:hover {
		color: #000;
	}
	.col-md-6.portfolio-grid {
      padding: 0 5px;
    }
}
@media (max-width: 414px){
	.logo {
	  width: 35%;
	}
}
@media (max-width:384px){
}
@media (max-width:320px){
	.logo-right span img {
	  width: 100%;
	}
	.logo-right {
	  width: 15%;
	}
	.logo {
	  width: 42%;
	}
	.logo-right {
	  margin-top: 1em;
	}
	.banner-info h1 {
	  font-size: 16px;
	  letter-spacing: 0px;
	}
	.banner-info {
	  padding: 3em 0 0;
	}
	.banner-info p {
	  font-size: 14px;
	}
	.read a, .read1 a {
	  padding: 5px 15px;
	  font-size: 11px;
	}
	.read {
	  margin: 1.5em 0 0;
	}
	.banner {
	  min-height: 285px;
	}
	.portfolio h2, .contact h2 {
	  font-size: 1.6em;
	  letter-spacing: 0px;
	}
	.text-info h4 {
	  margin: 0 0 .1em;
	  font-size: 20px;
	}
	
	.text-info1 {
	  padding: 5.5em 0 0;
	}
	.Forest {
	  padding: 3em 0 0;
	}
	.dot {
	  left: 9.9%;
	}
	.dot1 {
	  left: 9.8%;
	}
	.contact-info ul li.first, .contact-info ul li.second {
	  margin-bottom: 13px;
	}
	.asd {
	  padding: 2em 0 0;
	}
	.col-md-6.portfolio-grid {
	  padding:2px;
	}
	.footer-right ul li{
	  margin:0 5px;
    }
    .contact_info{
    	color: #fff !important;
    }
    .footer-mdl a {
    font-size: 12px;
	}
	.footer-left p {
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
	}
	.foot_1 {
    border-top: 1px solid #929292;
    margin-top: 15px;
    padding-top: 15px;
}
.footer-left {
    float: none;
    margin-bottom: 1em;
    text-align: right;
}
.contact input[type="submit"] {
	padding: 8px;
}
.contact textarea {
    min-height: 110px;
    resize: none;
    width: 100%;
}

}
.pay-head {
    background-size: cover;
    color: #FFF;
    padding: 16px 0px;
    height: 120px;
    background-repeat: no-repeat;
}
.pay-head1 {
    background-image: url("../images/blue-bg.png");
}
.pay-head4 {
    background-image: url("../images/pink-bg.png");
}
.pay-head3 {
    background-image: url("../images/purple-bg.png");
}
.pay-head2 {
    background-image: url("../images/orange-bg.png");
}
.pay-head h4{
	font-size:  18px;
}
.pay-head h2 {
    font-weight: bold;
    margin: 10px;
    font-size: 28px;
}
.pay-content ul li {
    list-style-type: none;
    text-align: center;
padding: 7px;
font-size: 19px;
    color: #777;
    border-bottom: 1px solid #EAEAEA;
}
.pay_bnr{
	background: #e0e0e0;
	padding: 20px 0px;
}
.payblock{
	border-radius: 50px 50px 10px 10px;
	background: #fff;
	min-height: 650px;
position: relative;
}
.sign-in-btn{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.sign-in-btn a{ 
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 3px 25px !important;
}
.btn-sign-blue{
 background: rgb(0, 140, 227) none repeat scroll 0% 0%;
}
.btn-sign-orange{
 background: rgb(246,124,1) none repeat scroll 0% 0%;
}
.btn-sign-purple{
 background: rgb(142,36,170) none repeat scroll 0% 0%;
}
.btn-sign-pink{
 background: rgb(216,26,96) none repeat scroll 0% 0%;
}


