@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&amp;display=swap");
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    color: #000;
}
p {
    font-size: 14px !important;
    font-family: 'Montserrat';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
}
html, body {
    height: 100%;
}
#myslide, #myslide .carousel-inner {
    height: 100%;
}
#myslide .item {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#myslide .carousel-caption {
    top: 200px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 150px;
    padding-left: 10px;
    padding-right: 10px;
}
.bg-offiwhite {
    background-color: #f9f9f9;
}
.bg-top-menu {
    background-color: rgba(77,77,77,0.5);
}
.top-bar {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
}
.bg-box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;
}
.text-align-right {
    text-align: right;
}
.margin-10 {
    margin-top: 10px;
}
.margin-20 {
    margin-top: 20px;
}
.margin-30 {
    margin-top: 30px;
}
.margin-40 {
    margin-top: 40px;
}
.margin-50 {
    margin-top: 50px;
}
.margin-70 {
    margin-top: 70px;
}
.margin-100 {
    margin-top: 100px;
}
.margin-150 {
    margin-top: 150px;
}
.margin-250 {
    margin-top: 250px;
}
.margin-tb {
    margin-top: 50px;
    margin-bottom: 50px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.padding-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-top-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding-left-10 {
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 10px;
}
.padding-5 {
    padding: 5px;
}
.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-20 {
    padding: 20px;
}
.white {
    color: #fff !important;
}
.box-shadow {
    box-shadow: 0px 1px 8px #444;
}
.border {
    border: 2px solid #5dbede;
    padding: 5px;
    transition: all ease 0.5s;
}
.border:hover {
    border: 2px solid #f00;
    transition: all ease 0.5s;
    box-shadow: 0px 1px 15px #666;
}
.menu {}
.menu .navbar-default {
    background-image: none;
    background-repeat: no-repeat;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 10px;
}
.menu .navbar .navbar-collapse {
    padding: 0;
}
.navbar-collapse.collapse {
    margin-left: -16px;
    margin-top: 15px;
}
.menu .navbar {
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}
.menu .nav li a {
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    transition: all 0.5s ease;
    padding-left: 10px;
}
.menu .navbar-brand {
    padding: 0px;
    height: 80px;
}
.menu .navbar-brand > img {
    height: 90%;
    margin-top: 5px;
    width: auto;
    padding: 7px 10px;
}
.menu .nav > li.active > a {
    color: #FFF;
    background: #5dbede;
    box-shadow: none;
}
.menu .nav li.active a:hover {
    color: #FFF;
    background: #5dbede;
    box-shadow: none;
}
.menu .nav > li > a:hover {
    color: #FFF;
    background: #5dbede;
    box-shadow: none;
}
.menu .nav > li > a:focus {
    background-color: #5dbede !important;
    color: #FFF !important;
}
.menu .dropdown-menu {
    padding: 0;
}
.menu .dropdown-menu > li > a {
    width: 100%;
    background: #03F;
    padding: 10px;
    color: #FFF;
}
.menu .dropdown-menu > li > a:hover {
    background: #5dbede;
}
.menu .navbar-toggle {
    margin-top: 25px;
}
/*.menu{
	margin-top:30px;
}
.menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.menu ul li{
	letter-spacing:1px;
	font-family:"lato";
	display:inline;
	text-align:center;
	margin-right:40px;
}
.menu ul li:last-child{
	margin:0px;
}
.menu ul li a{
	text-decoration:none;
	display:inline-block;
	color:#282828;
	transition:all 0.5s ease;
	border-bottom:3px solid #f9f9f9;
	border-right:3px solid #f9f9f9;
	padding-bottom:5px;
	padding-right:2px;
}
.menu ul li a:hover{
	transition:all 0.5s ease;
	color:#F93;
	border-bottom:3px solid #F93;
	border-right:3px solid #f93;
}*/
.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.background-image-2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.background-image .white h1 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    width: 400px;
}
.botton a {
    width: 300px;
    text-decoration: none;
    border: 2px solid #5dbede;
    border-radius: 50px;
    background-color: #5dbede;
    color: #fff;
    transition: all 0.5s ease;
    font-size: 16px;
    padding: 7px;
    font-family: "lato";
}
.botton a:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #282828;
    transition: all 0.5s ease;
}
.botton-1 a {
    width: 300px;
    text-decoration: none;
    border: 2px solid #000;
    color: #000;
    transition: all 0.5s ease;
    padding: 5px;
    font-family: "lato";
}
.botton-1 a:hover {
    color: #f93;
    border: 2px solid #f93;
    transition: all 0.5s ease;
}
p {
    font-family: "arial";
    letter-spacing: 1px;
    line-height: 24px;
}
.relative-div {
    position: relative;
}
.relative-div i {
    color: #5dbede;
}
.center-div {
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 30px;
}
.center-div i {
    color: #fff;
}
ul.rounded-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.rounded-list li {
    background-color: #03f;
    padding: 7px 15px;
    margin: 7px 0;
    color: #FFF;
    border-radius: 10px;
    font-size: 16px;
}
.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer ul li a {
    text-decoration: none;
    font-family: "lato";
    color: #fff;
    transition: all ease 0.5s;
    line-height: 30px;
}
.footer ul li a:hover {
    color: #5dbede;
    transition: all ease 0.5s;
}
.border-right {
    border-right: 1px solid #FFF;
    height: 150px;
}
.quick-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.quick-links ul li {
    letter-spacing: 1px;
    font-family: "lato";
    display: inline;
    margin-right: 10px;
}
.quick-links ul li:last-child {
    margin: 0px;
}
.quick-links ul li:hover {
    color: #fff;
    border: 1px solid #f93;
    transition: all 0.5s ease;
    padding: 5px;
}
.quick-links ul li a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}
.quick-links ul li a:hover {
    transition: all 0.5s ease;
    color: #F93;
}
.bg-light {
    background-color: rgba(255, 255, 255, 0.8);
}
.light-blue {
    background-color: #5dbede;
    color: #fff;
}
.light-blue-2 {
    background-color: #00609c;
    color: #fff;
}
.light-blue-3 {
    background-color: #76d4c2;
    color: #fff;
}
.light-blue h3, .light-blue-2 h3, .light-blue-3 h3 {
    color: #FF0;
}
.light-red-4 {
    background-color: rgba(255, 0, 0, 0.7);
}
.white-bg {
    background-color: #fff;
}
.bg-gray {
    background-color: #f1f1f1;
}
.bg-top-bar {
    background-color: #4d4d4d;
}
.bg-top-bar i {
    color: #fff;
    margin-right: 20px;
}
.bg-black {
    background-color: #000;
}
.bg-black:hover {
    box-shadow: 0px 1px 20px #181818;
}
.bg-black h2 i {
    color: #fff;
}
.bg-black h2 i:hover {
    color: #f93;
}
.bg-orange {
    background-color: #f93;
}
.bg-orange:hover {
    box-shadow: 0px 1px 20px #181818;
}
.bg-orange h2 i {
    color: #fff;
}
.bg-orange h2 i:hover {
    color: #093;
}
.footer-bg {
    background-color: #4d4d4d;
}
.footer-bg h2 {
    color: #FF0
}
.footer-bg h4 {
    color: #09F;
}
.footer-bg-2 {
    background-color: #282828;
}
.footer-bg-2 a {
    color: #5dbede;
    text-decoration: none;
}
.footer-bg-2 a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    transition: all ease 0.9s;
}
.social i {
    color: #fff;
    transition: all ease 0.6s;
}
.social i:hover {
    color: #5dbede;
    transition: all ease 0.6s;
}
.portfolioFilter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.portfolioFilter ul li {
    width: 19%;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}
.portfolioFilter ul li a {
    padding: 10px 0;
    color: #FFF;
    display: block;
    background-color: #F00;
    font-size: 16px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.portfolioFilter ul li a:hover {
    background-color: #03F;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.portfolioContainer img {
    width: 300px;
    margin: 10px;
}
.portfolioContainer p {
    text-align: center;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.form-control {
    border-radius: 0px;
    background-color: #f9f9f9;
    height: 45px;
}
@media only screen and (min-width:992px) and (max-width:1200px) {}
/*tablet layout 760px*/
@media only screen and (min-width:768px) and (max-width:991px) {
    .menu .navbar-brand > img {
        height: 80% !important;
        width: auto;
        padding: 7px 10px;
    }
    .menu .navbar {
        border: none;
        font-size: 10px !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0;
    }
    .image-width-75 img {
        width: 50%;
    }
    .text-align {
        text-align: center;
    }
    .text-align-right {
        text-align: center;
    }
	.portfolioFilter ul li a {
        font-size: 12px;
        padding: 5px;
    }
    .portfolioFilter ul li {
        width: auto;
        text-align: center;
        display: inline-block;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width:481px) and (max-width:767px) {
    .menu .navbar-brand > img {
        height: 80%;
        width: auto;
        padding: 7px 10px;
    }
    .menu .nav li a {
        text-decoration: none;
        color: #fff;
        transition: all 0.4s ease-out;
        padding: 7px 20px;
        letter-spacing: 1px;
        margin-left: 25px;
    }
    .image-width-75 img {
        width: 50%;
    }
    .image-width-100 img {
        width: 100%;
    }
    .text-align {
        text-align: center;
    }
    .text-align-right {
        text-align: center;
    }
	.portfolioFilter ul li a {
        font-size: 10px;
        padding: 5px;
    }
    .portfolioFilter ul li {
        width: auto;
        text-align: center;
        display: inline-block;
        margin-bottom: 10px;
    }
}
/*mobile portrate size to mobile landscape size (devices and browser)*/
@media (max-width:480px) {
    .menu .navbar-brand > img {
        height: 80%;
        width: auto;
        padding: 7px 10px;
    }
    .menu .nav li a {
        text-decoration: none;
        color: #fff;
        transition: all 0.4s ease-out;
        padding: 7px 20px;
        letter-spacing: 1px;
        margin-left: 25px;
    }
    .image-width-75 img {
        width: 75%;
    }
    .image-width-100 img {
        width: 100%;
    }
    .text-align {
        text-align: center;
    }
    .text-align-right {
        text-align: center;
    }
    .portfolioFilter ul li a {
        font-size: 10px;
        padding: 5px;
    }
    .portfolioFilter ul li {
        width: auto;
        text-align: center;
        display: inline-block;
        margin-bottom: 10px;
    }
}