@media (max-width: 992px) {
.container-fluid-lg{max-width:100% !important}

}
@media (max-width: 768px) {

/* Text Heading Class Name */
h1, h2, h3, h4, h5 { margin:0; padding:0; }
h1 { font-weight:700;font-size:50px;}
h2 { font-size:18px; font-weight:400; letter-spacing:inherit;}
h3 { font-size:10px; letter-spacing:inherit; font-weight:400; }

/* 11.Padding Top*/
.sm-padding-top-one{padding-top:1%}
.sm-padding-top-two{padding-top:2%}
.sm-padding-top-three{padding-top:3%}
.sm-padding-top-four{padding-top:4%}
.sm-padding-top-five{padding-top:5%}
.sm-padding-top-six{padding-top:6%}
.sm-padding-top-seven{padding-top:7%}
.sm-padding-top-eight{padding-top:8%}
.sm-padding-top-nine{padding-top:9%}
.sm-padding-top-ten{padding-top:10%}


/* 11.Padding Bottom*/
.sm-padding-bottom-one{padding-bottom:1%}
.sm-padding-bottom-two{padding-bottom:2%}
.sm-padding-bottom-three{padding-bottom:3%}
.sm-padding-bottom-four{padding-bottom:4%}
.sm-padding-bottom-five{padding-bottom:5%}
.sm-padding-bottom-six{padding-bottom:6%}
.sm-padding-bottom-seven{padding-bottom:7%}
.sm-padding-bottom-eight{padding-bottom:8%}
.sm-padding-bottom-nine{padding-bottom:9%}
.sm-padding-bottom-ten{padding-bottom:10%}


/* Margin Top Postion Size Varsion */
.sm-margin-top-one {margin-top: 1%;}
.sm-margin-top-two {margin-top: 2%;}
.sm-margin-top-three {margin-top: 3%;}
.sm-margin-top-four {margin-top: 4%;}
.sm-margin-top-five {margin-top: 5%;}
.sm-margin-top-six {margin-top: 6%;}
.sm-margin-top-seven {margin-top: 7%;}
.sm-margin-top-eight {margin-top:8%;}
.sm-margin-top-nine {margin-top: 9%;}
.sm-margin-top-ten {margin-top: 50%;}

/*  Container Width Full*/
.container-fluid-md,
.container-fluid-sm{max-width:100% !important}

/* Float */
.float-none-md{
	float:none !important;
}

/* Background Transparent Color*/
.bg-transparent-md {
	background: rgba(5, 5, 5, 0.62);
}

/* Text Color Name */
.text-white-md{color: #fff;}

/* Padding */
.padding-one-md{padding:1%}
.padding-two-md{padding:2%}
.padding-three-md{padding:3%}
.padding-four-md{padding:4%}
.padding-five-md{padding:5%}

/* Services */
.sm-text-center {
    text-align: center;
}



/* Typography */
.typography-item {
	margin-bottom: 10px !important;
}

.unlock {
    height: 100% !important;
    display: flex;
    justify-content: left !important;
    align-items: flex-end;
    padding: 56px 0;
}


.aboutleftimage img {
    width: 100%;
}

.home-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%  !important;;
    padding: 60px 0;
}


#aboutme .home-detail h3 {
    font-size: 60px !important;
    font-weight: 300;
}

.section3-right {
    background: #fff;
    color: #000;
    padding: 63px 20px !important;
    text-align: justify;
    font-size: 26px;
    line-height: 34px;
}
.navbar-brand img {
    height: 60px !important;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.section4-right {
    padding:0px 15px !important;
}

#contacts .unlock h2 {
    font-size: 30px !important;
}

#contacts1.contact-us h4 {
    font-size: 40px !important;
    font-weight: 300;
    padding-bottom: 25px;
}
#contacts1 .unlock h2 {
    font-size: 40px !important;
}
}

@media (max-width: 598px) {
	
	.about-info li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	text-align:center;
}
	
	
}