    * {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

li {
    list-style: none;
    display: inline-block
}

a {
    text-decoration: none;
    transition: all 500ms ease-in-out;
}

a:hover,
a:active {
    text-decoration: none;
}

h1,
h2,
h4 {
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

p {
    font-size: 15px;
    line-height: 21px;
}

.btn {
    transition: all 300ms ease-in-out;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.btn:hover {
    background-color: #ededed !important;
    color: #3c3c3c !important;
    border: 1px solid #fff !important;
}


/*NAVIGATION*/

.navbar {
    background-color: black !important;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-weight: 700;
    font-size: 11px;
}

.navbar a {
    color: #fff !important;
    opacity: 0.7;
    font-size: 13px;
}

.navbar a:hover {
    opacity: 1;
    background-color: #111111 !important;
}


/* preloader section */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none repeat scroll 0 0 #fff;
	background: none repeat scroll 0 0 #f9f9f9;
}
.sk-spinner-rotating-plane.sk-spinner {
	width: 40px;
	height: 40px;
	background-color: black;
	border-radius: 50%;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
0% {
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}

/*HEADER*/

.header {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.header img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.header h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.header h1,
.header p,
.header button {
    margin-top: 20px;
}

.header .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .header {
        padding: 30px;
        height: 750px;
    }
    .header img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .header .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .header h1 {
        font-size: 20px;
    }
    .header p {
        font-size: 10px;
    }
}

#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: white url('../images/img.gif') no-repeat center center;
    z-index: 99999;
}


/*ABOUT*/

.about {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgab.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.about img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.about h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.about h1,
.about p,
.about button {
    margin-top: 20px;
}

.about .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .about {
        padding: 30px;
        height: 750px;
    }
    .about img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .about .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .about h1 {
        font-size: 20px;
    }
    .about p {
        font-size: 10px;
    }
}


/*HEADER*/

.headerpg2 {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.headerpg2 img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.headerpg2 h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.headerpg2 h1,
.headerpg2 p,
.headerpg2 button {
    margin-top: 20px;
}

.headerpg2 .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .headerpg2 {
        padding: 30px;
        height: 750px;
    }
    .headerpg2 img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .headerpg2 .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .headerpg2 h1 {
        font-size: 20px;
    }
    .headerpg2 p {
        font-size: 10px;
    }
}


/*PRI*/

.pri {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.pri img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.pri h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.pri h1,
.pri p,
.pri button {
    margin-top: 20px;
}

.pri .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .pri {
        padding: 30px;
        height: 750px;
    }
    .pri img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .pri .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .pri h1 {
        font-size: 20px;
    }
    .pri p {
        font-size: 10px;
    }
}

/*ONLINE*/

.online {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgon.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.online img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.online h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.online h1,
.online p,
.online button {
    margin-top: 20px;
}

.online .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .online {
        padding: 30px;
        height: 750px;
    }
    .online img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .online .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .online h1 {
        font-size: 20px;
    }
    .online p {
        font-size: 10px;
    }
}

/*ORIGINALS*/

.originals {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgon.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.originals img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.originals h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.originals h1,
.originals p,
.originals button {
    margin-top: 20px;
}

.originals .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .originals {
        padding: 30px;
        height: 750px;
    }
    .originals img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .originals .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .originals h1 {
        font-size: 20px;
    }
    .originals p {
        font-size: 10px;
    }
}


/*TERM*/

.term {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgt.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.term img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.term h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.term h1,
.term p,
.term button {
    margin-top: 20px;
}

.term .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .term {
        padding: 30px;
        height: 750px;
    }
    .term img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .term .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .term h1 {
        font-size: 20px;
    }
    .term p {
        font-size: 10px;
    }
}

/*THANK*/

.thank {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgthank.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.thank img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.thank h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.thank h1,
.thank p,
.thank button {
    margin-top: 20px;
}

.thank .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .thank {
        padding: 30px;
        height: 750px;
    }
    .thank img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .thank .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .thank h1 {
        font-size: 20px;
    }
    .thank p {
        font-size: 10px;
    }
}

/*FEEDBACK*/

.feedb {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgfeed.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.feedb img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.feedb h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.feedb h1,
.feedb p,
.feedb button {
    margin-top: 20px;
}

.feedb .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .feedb {
        padding: 30px;
        height: 750px;
    }
    .feedb img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .feedb .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .feedb h1 {
        font-size: 20px;
    }
    .feedb p {
        font-size: 10px;
    }
}

/*Contact form*/

.cont {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgcontct.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.cont img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.cont h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.cont h1,
.cont p,
.cont button {
    margin-top: 20px;
}

.cont .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .cont {
        padding: 30px;
        height: 750px;
    }
    .cont img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .cont .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .cont h1 {
        font-size: 20px;
    }
    .cont p {
        font-size: 10px;
    }
}

/*NEEDTECH*/

.needtech {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgneedt.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.needtech img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.needtech h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.needtech h1,
.needtech p,
.needtech button {
    margin-top: 20px;
}

.needtech .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .needtech {
        padding: 30px;
        height: 750px;
    }
    .needtech img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .needtech .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .needtech h1 {
        font-size: 20px;
    }
    .needtech p {
        font-size: 10px;
    }
}



/*NEEDBOOK*/

.needbook {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgneedb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.needbook img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.needbook h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.needbook h1,
.needbook p,
.needbook button {
    margin-top: 20px;
}

.needbook .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .needbook {
        padding: 30px;
        height: 750px;
    }
    .needbook img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .needbook .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .needbook h1 {
        font-size: 20px;
    }
    .needbook p {
        font-size: 10px;
    }
}



/*EGNINX*/

.egninx {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg6.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.egninx img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.egninx h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.egninx h1,
.egninx p,
.egninx button {
    margin-top: 20px;
}

.egninx .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .egninx {
        padding: 30px;
        height: 750px;
    }
    .egninx img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .egninx .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .egninx h1 {
        font-size: 20px;
    }
    .egninx p {
        font-size: 10px;
    }
}


/*LIBRARY*/

.lib {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bglib.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.lib img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.lib h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.lib h1,
.lib p,
.lib button {
    margin-top: 20px;
}

.lib .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .lib {
        padding: 30px;
        height: 750px;
    }
    .lib img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .lib .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .lib h1 {
        font-size: 20px;
    }
    .lib p {
        font-size: 10px;
    }
}



/*PORTFOLIO*/

.port {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgport.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.port img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.port h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.port h1,
.port p,
.port button {
    margin-top: 20px;
}

.port .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .port {
        padding: 30px;
        height: 750px;
    }
    .port img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .port .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .port h1 {
        font-size: 20px;
    }
    .port p {
        font-size: 10px;
    }
}

/*NOTICE*/

.noti {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgnoti.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.noti img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.noti h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.noti h1,
.noti p,
.noti button {
    margin-top: 20px;
}

.noti .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .noti {
        padding: 30px;
        height: 750px;
    }
    .noti img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .noti .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .noti h1 {
        font-size: 20px;
    }
    .noti p {
        font-size: 10px;
    }
}


/*TECH*/

.tech {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgtech.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.tech img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.tech h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.tech h1,
.tech p,
.tech button {
    margin-top: 20px;
}

.tech .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .tech {
        padding: 30px;
        height: 750px;
    }
    .tech img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .tech .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .tech h1 {
        font-size: 20px;
    }
    .tech p {
        font-size: 10px;
    }
}


/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
    -webkit-font-smoothing: antialiased;
}

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    outline: none;
}

 ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

 ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    margin: 0;
}

.section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section {
    position: relative;
    padding: 100px 0;
}

#team,
#menu,
#testimonial {
    text-align: center;
}

.about-image img,
.team-thumb img {
    width: 100%;
}

#google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
}

.entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
}

.entry-form h2 {
    color: #ffffff;
    margin: 0;
}

.entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
}

.entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
}

.entry-form .submit-btn:hover {
    background: gray;
    color: black;
}


/*---------------------------------------
      ABOUT              
  -----------------------------------------*/

#about1 figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

#about1 figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: 20px;
}

#about1 figure span i {
    background: black;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}


/*BLOG*/

.blog {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.blog img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.blog h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.blog h1,
.blog p,
.blog button {
    margin-top: 20px;
}

.blog .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .blog {
        padding: 30px;
        height: 750px;
    }
    .blog img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .blog .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .blog h1 {
        font-size: 20px;
    }
    .blog p {
        font-size: 10px;
    }
}


/*MINI PROJECT*/

.minip {
    height: 600px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgmini.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.minip img {
    height: 350px;
    width: 450px;
    margin: 70px 0 0 40px;
}

.minip h1 {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.minip h1,
.minip p,
.minip button {
    margin-top: 20px;
}

.minip .btn {
    border-radius: 0;
    margin: 40px 20px;
}

@media(max-width:768px) {
    .minip {
        padding: 30px;
        height: 750px;
    }
    .minip img {
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    .minip .btn {
        font-size: 10px;
        margin-left: 20px;
    }
    .minip h1 {
        font-size: 20px;
    }
    .minip p {
        font-size: 10px;
    }
}


/*SERVICES*/

.services {
    padding: 80px 0 80px;
    background-color: white;
    text-align: center;
}

.services h2,
.services h4 {
    color: #4c4c4c;
    margin: 20px 0 20px;
}

.services p {
    color: #737373;
    font-size: 14px;
    padding-bottom: 40px;
}

.services i {
    height: 80px;
    width: 80px;
    font-size: 30px;
    padding: 25px 20px;
    border-radius: 50%;
    background-color: black;
    color: #fff;
}

@media(max-width:768px) {
    .services {
        padding: 30px;
    }
}


/*PRICING*/

.pricing {
    
    padding: 50px 0 80px;
    text-align: center;
    background-color: white;
}

.pricing h2,
.pricing p {
    
    color: Black;
}

.pricing p {
    
    padding-bottom: 40px;
}

.pricing .packages {
    
    padding: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 30px;
}


.packages li {
    
    display: block;
    padding: 5px;
}

.packages h4,
.packages h1,
.packages b {
    
    color: #4c4c4c;
}

.packages p,
.packages li {
    
    color: #737373;
}

.packages button {
    
    margin-top: 10px;
    background-color:Black;
}



@media(max-width:768px) {
    
    .pricing {
        
        padding: 30px;
    }
    
    .packages {
        
        width: 80%;
        margin-left: 25px;
    }
}


/*GALLARY*/

.work {
    padding: 50px 0 80px;
    text-align: center;
    background-color: pink;
}

.work h2,
.work p {
    color: black;
}


/*MAP*/

.map {
    padding: 50px 0 80px;
    text-align: center;
    background-color: white;
}

.map h2,
.map p {
    color: black;
}


/*TEAM*/

.team {
    padding: 50px 0 80px;
    background-color: white;
    text-align: center;
}

.team b,
.team h2,
.team h4 {
    margin: 20px 0 20px;
    color: #4c4c4c;
}

.team p {
    color: #737373;
}

.team img {
    height: 150px;
    width: 150px;
    margin-top: 80px;
}

.team i {
    height: 30px;
    width: 30px;
    padding: 5px;
    font-size: 17px;
    border-radius: 50%;
    background-color: black;
    color: #fff;
}

.team a:hover i {
    background-color: #709963;
}


/*TEAM MEMBERS*/

.team1 {
    padding: 50px 0 80px;
    background-color: white;
    text-align: center;
}

.team1 b,
.team1 h2,
.team1 h4 {
    margin: 20px 0 20px;
    color: #4c4c4c;
}

.team1 p {
    color: #737373;
}

.team1 img {
    height: 150px;
    width: 150px;
    margin-top: 80px;
}

.team1 i {
    height: 30px;
    width: 30px;
    padding: 5px;
    font-size: 17px;
    border-radius: 50%;
    background-color: red;
    color: #fff;
}

.team1 a:hover i {
    background-color: #709963;
}


/*CLINTS*/

#clients {
    padding: 150px 0px;
    background-image: url(../img/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.clients {
    background-color: yellow;
    padding: 50px 0 80px;
    text-align: center;
    color: black;
}

.client h2 {
    color: aqua;
}

.clients p {
    padding-bottom: 40px;
}

.clients img {
    width: 200px;
    opacity: 0.6;
    cursor: pointer;
    margin: 40px 0;
    transition: all 500ms ease-in-out;
}

.clients li:hover img {
    opacity: 1;
}


/*CONTACT*/

.contact {
    padding: 50px 0 80px;
    background-color: white;
    text-align: center;
}

.contact p {
    padding-bottom: 80px;
    color: #737373;
}

.contact h2 {
    color: #4c4c4c;
    margin: 20px 0 20px;
}

.contact .input-group {
    margin-bottom: 25px;
}

.contact .form-control {
    border-radius: 0 !important;
}

.contact span {
    border-radius: 0 !important;
}

.contact .btn {
    border-radius: 0;
    width: 100%;
    font-size: 15px;
    background-color: black;
    color: #fff;
}

.contact .btn:hover {
    background-color: gray !important;
    color: #fff !important;
}


/*CONTACTS*/

.contacts {
    padding: 50px 0 80px;
    background-color: white;
    text-align: center;
}

.contacts p {
    padding-bottom: 80px;
    color: #737373;
}

.contacts h2 {
    color: #4c4c4c;
    margin: 20px 0 20px;
}

.contacts .input-group {
    margin-bottom: 25px;
}

.contacts .form-control {
    border-radius: 0 !important;
}

.contacts span {
    border-radius: 0 !important;
}

.contacts .btn {
    border-radius: 0;
    width: 100%;
    font-size: 15px;
    background-color: black;
    color: #fff;
}

.contacts .btn:hover {
    background-color: black !important;
    color: #fff !important;
}


/*FOOTER*/

.footer {
    padding: 30px;
    color: #cccccc;
    background-color: black;
}

.footer .social {
    font-size: 20px;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-right: 5px;
}

.footer input {
    height: 40px;
    width: 160px;
    padding: 5px;
    border: none;
    background-color: #cccccc;
    color: #000;
}

.footer .btn {
    padding: 10px 5px 10px;
    margin: -3px 0 0 5px;
}


/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
        margin-left: inherit;
    }
}

@media only screen and (max-width: 992px) {
    section,
    footer {
        padding: 60px 0;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .custom-navbar .nav li a {
            padding-right: 10px;
            padding-left: 10px;
        }
    }
    @media only screen and (max-width: 767px) {
        h1 {
            font-size: 2.5em;
        }
        h1,
        h2,
        h3 {
            line-height: normal;
        }
        .entry-form {
            display: block;
            margin: 0 auto;
        }
    }
    @media only screen and (max-width: 580px) {
        h2 {
            font-size: 1.8em;
        }
    }
    @media only screen and (max-width: 480px) {
        h1 {
            font-size: 2em;
        }
        .entry-form {
            border-radius: 0;
            padding: 2em;
            max-width: 100%;
            max-height: 100%;
            width: inherit;
            height: inherit;
        }
    }