
body,html{
	width: 100%;
	height: 100%;
}
@font-face{
    font-family: 'Gotham-Book';
    src:url('../fonts/Gotham-Book.ttf');
}
@font-face{
    font-family: 'Gotham-Book';
    src:url('../fonts/Gotham-Book.ttf');
}
@font-face{
    font-family: 'Gotham-Book';
    src:url('../fonts/Gotham-Book.ttf');
}
@font-face{
    font-family: 'Gotham-Book';
    src:url('../fonts/Gotham-Book.ttf');
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: 'Gotham-Book';
	font-size: 16px;
}
.center {
    text-align: center;
		font-size: 14px
}
/* ======DEFAULT BROWSER STYLE========= */

a:focus{
	text-decoration: none;
}
a:focus,.btn:focus,.btn:active:focus,
button:focus,input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus{
	outline: none;
}
p{
	margin: 0;
}
/* =========== SPACE CLASSES=========== */

.space5{margin-top: 5px;}
.space10{margin-top: 10px;}
.space15{margin-top: 15px;}
.space20{margin-top: 20px;}
.space25{margin-top: 25px;}
.space30{margin-top: 30px;}
.space35{margin-top: 35px;}
.space40{margin-top: 40px;}
.space50{margin-top: 50px;}
.space60{margin-top: 60px;}
.space70{margin-top: 70px;}
.space80{margin-top: 80px;}
.space100{margin-top: 100px;}
.space200{margin-top: 200px;}
.pad0{padding: 0;}
/*============ placeholder =============*/

input[type="text"]::-webkit-input-placeholder {
  color: #686767 !important;
}
input[type="text"]::-moz-placeholder {
  color: #686767 !important;
}
input[type="text"]:-ms-input-placeholder {
  color: #686767 !important;
}
input[type="text"]:-moz-placeholder {
  color: #686767 !important;
}

/* ============COLOR CLASSES============= */


/*==============Styles===================*/


header {
    padding: 20px 0 0;
}


.navbar-default {
    background-color: transparent;
    border-color: #fff;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.nav>li>a {
    font-size: 14px;
    padding: 10px 15px;
    color: #686767;
    font-family: 'Gotham-Book';
}

.navbar-default .nav-justified>.active>a, .navbar-default .nav-justified>.active>a:focus, .navbar-default .nav-justified>.active>a:hover {
    color: #bda350;
    background-color: transparent;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: #bda350;
    color: #bda350;
    background-color: transparent;
}

.logo h3{
    color: #686767;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0;
    font-family: 'Gotham-Book';
}

.service_text p{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Gotham-Book';
    color: #000;
    line-height: 22px;
    margin-top: 20px;
}

.service_text {
    padding: 10px 40px;
}

.overlay1{
    width: 100%;
    height: 100%;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

/*.overlay2 {
    width: 100%;
    height: 20%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    bottom: 0;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.overlay1:hover .overlay2{
    opacity: 1;
    height: 100%;
}
*/

#portfolio{
    padding: 0 0 50px;
}

.carousel-control.left,
.carousel-control.right{
    background: none;
}

.left_arrow {
    left: -25%;
    position: absolute;
    top: 43%;
}

.right_arrow {
    right: -25%;
    position: absolute;
    top: 43%;
}




@media(max-width: 991px){
    .left_arrow {
        left: 30%;
    }

    .right_arrow {
        right: 30%;
    }

    .item img{
        width: 75%;
        margin: 0 auto;
    }

    .service_text {
        padding: 0 10px;
    }

    #service{
        margin-top: -20px;
    }
}



@media(max-width: 767px){
    .logo img {
        width: 240px;
        margin-bottom: 10px;
    }

    .logo h3 {
        text-align: left;
        font-size: 16px;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #bda350;
    }

    .navbar-default .navbar-toggle {
        border-color: #bda350;
        background: #bda350;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-toggle {
        margin-top: 10px;
        border-radius: 0;
    }

    .navbar-collapse{
        box-shadow: none;
        border: none;
    }
}
