@charset "utf-8";


/*
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    /*margin: 0em 0px .5em 0px !important;
    padding: 0 !important;*/
}*/
p {
    /*margin: 1em 0px !important;*/
    padding: 0;
}
a {
    color: #999;
    transition: color .1s linear;
}
a:visited {
    color: #999;
}
a:focus {
    color: #999;
    outline: none !important;
}
a:hover {
    color: #222;
}

/* elements style */

ol,ul {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.btn {
    outline: none !important;
    box-shadow: none !important;
    transition: all .2s linear;
}

.btn-green {
    border: 1px solid #e00;
    color: #e00 !important;
    border-radius: 0px;
    background-color: transparent;
}
.btn-green:hover {
    background-color: #e00 !important;
    color: #FFF !important;
}
.btn-blue {
    border: 2px solid #3BAFDA;
    color: #3BAFDA !important;
    border-radius: 0px;
    background-color: transparent;
}
.btn-blue:hover {
    background-color: #3BAFDA !important;
    color: #FFF !important;
}
.btn-dark {
    border: 2px solid #434A54;
    color: #434A54 !important;
    border-radius: 0px;
    background-color: transparent;
}
.btn-dark:hover {
    background-color: #434A54 !important;
    color: #FFF !important;
}
hr.restyle {
    border: none;
    height: 2px;
    width: 30px;
    margin: 0px auto 1.5em auto;
    padding: 0;
    border-radius: 10px;
}
.hr-green {
    background-color: #e00;
}
.hr-blue {
    background-color: #3BAFDA;
}
.hr-dark {
    background-color: #434A54;
}.bg-gray {
    background-color: #f2f2f2;
}
.reInp {
    border-radius: 0;
    border: 2px solid #e00;
}
.reInp:focus {
    box-shadow: 0px 0px 7px #e00;
    border-color: #e00;
}

/* position classes */

.left0px {
    margin-left: 0 !important;
}
.right0px {
    margin-right: 0 !important;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
.mr-top {
    margin-top: 14px;
}
.full-w {
    width: 100%;
}
.alignCenter {
    text-align: center;
}
.alignRight {
    text-align: right;
}
.editWidth {
    width: 80%;
    margin-left: 10% !important;
    margin-right: 10% !important;
}
.box-pd {
    padding: 60px 0px;
}

@media only screen and ( max-width: 1024px ) {
    .hidden-heg30px {
        height: 30px;
    }
}

/* gemerall classes */

.wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}


/* menu style */

.navbar {
    padding: 20px 0px;
    margin-bottom: 0;
    border-radius: 0;
    z-index: 999;
    transition: all .5s ease-in-out;
}
.nav > li > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #000;
    font-size:13px;
}
.nav > li > a:after {
    width: 15px;
    display: block;
    position: absolute;
    height: 2px;
    background-color: #e00;
    content: "";
    opacity: 0;
    transition: all .2s linear;
}
.nav > li > a:hover:after {
    opacity: 1;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}
.top-nav-collapse {
    padding: 7px 0px;
    background-color: rgba(255,255,255,.8) !important;
}
.top-nav-collapse .navbar-brand {
    color: #e00;
}
.navbar-brand {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #666;
}
.navbar-toggle {
    border: 2px solid #e00;
    border-radius: 3px;
}
.navbar-toggle > .icon-bar {
    background-color: #e00;
    border-radius: 3px;
}

/* section fixed style */

h1.section-title {
    text-align: center;
}

/* slider style */

.homeSlider {
    padding: 0 !important;
    margin: 0 !important;
}
.homeSlider > .slider-container > .slider-item > img {
    width: 100%;
    height: 100%;
    resize: both;
}
.homeSlider .slides-navigation > .next,
.homeSlider .slides-navigation > .prev {
    color: #FFF;
    background-color: #e00;
    line-height: 60px;
    width: 60px;
    text-align: center;
    font-size: 20px;
    border-radius: 0px;
    transition: all .2s ease-in-out;
    outline: 1px solid transparent;
    outline-offset: 0px;
}
.homeSlider .slides-navigation > .next {
    padding-left: 3px;
    right: 25px;
}
.homeSlider .slides-navigation > .prev {
    padding-right: 3px;
    left: 25px;
}
@media only screen and ( max-width: 768px ) {
    .homeSlider .slides-navigation > .next {
        right: 0;
    }
    .homeSlider .slides-navigation > .prev {
        left: 0;   
    }
}
.homeSlider .slides-navigation > .next:hover,
.homeSlider .slides-navigation > .prev:hover {
    outline: 1px solid #e00;
    outline-offset: 5px;
}
.homeSlider .slides-navigation > .next:focus,
.homeSlider .slides-navigation > .prev:focus {
    outline: 1px solid #e00 !important;
}
.homeSlider .slides-pagination {
    bottom: 15px;
}
.homeSlider .slides-pagination a {
    border-radius: 0px;
    width: 11px;
    height: 11px;
    border-color: #e00;
    outline: 1px solid transparent !important;
    outline-offset: 0px;
    transition: all .2s ease-in-out;
    margin-right: 15px;
}
.homeSlider .slides-pagination a:last-child {
    margin-right: 0px;
}
.homeSlider .slides-pagination a:hover {
    outline: 1px solid #e00 !important;
    outline-offset: 5px;
    background-color: #e00;
}
.homeSlider .slides-pagination a:focus {
    outline: 1px solid #e00 !important;
}
.homeSlider .slides-pagination a.current {
    background-color: #e00;
}
.slider-item-desc {
    width: 50%;
    text-align: center;
    margin-top: 17%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and ( max-width:768px ) {
    .slider-item-desc {
        width: 80%;
    }
}

/* about */

.mini-feat {
    list-style-type: none;
    margin: 20px 0px !important;
    padding-left: 0;
}
.mini-feat > li {
    display: inline-block;
    background-color: #e00;
    border-radius: 3px;
    height: 60px;
    margin-right: 56px;
    width: calc(100%/6);
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    color: #FFF;
}
.mini-feat > li:last-child {
    margin-right: 0;
}
@media only screen and ( max-width: 768px ) {
    .mini-feat > li {
        margin-bottom: 15px;
        width: 100%;
    }
}

/* services */

.icon-box {
    font-size: 36px;
    color: #e00;
}

/* works */

.grid-item {
    height: 270px;
    margin-bottom: 20px;
    width: 32.15%;
    float: left;
    display: inline-block;
    background-color: #f2f2f2;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.grid-item img {
    width: 100%;
    height: 100%;
}
@media only screen and ( max-width: 1100px ) {
    .grid-item {
        width: 31.88%;
    }
}
@media only screen and ( max-width: 1020px ) {
    .grid-item {
        width: 48.60%;
    }
}
@media only screen and ( max-width: 768px ) {
    .grid-item {
        width: 48.40%;
    }
}
@media only screen and ( max-width: 592px ) { 
    .grid-item {
        width: 99.95%;
    }
}
@media only screen and ( max-width: 480px ) {
    .grid-item {
        width: 99.90%;
    }
}
@media only screen and ( max-width: 320px ) {
    .grid-item {
        width: 99.90%;
    }   
}
.h2x {
    height: 560px;
}

/* box hover style */

.item-description {
    background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.6));
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    outline: 1px solid #e00;
    outline-offset: -10px;
    opacity: 0;
    transition: all .2s linear;
}
.grid-item:hover .item-description {
    opacity: 1;
}
.desc-title {
    padding-left: 10%;
    padding-top: 15%;
    opacity: 0;
    color: #fff !important;
    transition: all .3s linear;
}
.grid-item:hover .desc-title {
    opacity: 1;
    padding-top: 10%;
}

/* team */

.owl-theme .owl-controls .owl-page span{ 
    border-radius: 0;
    background-color: transparent;
    border: 2px solid #e00;
    outline: 1px solid transparent;
    outline-offset: 0px;
    transition: all .3s ease-in-out;
}
.owl-theme .owl-controls .owl-page span:hover {
    outline: 1px solid #e00;
    outline-offset: 4px;
    transition: all .2s linear;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{ 
    background-color: #e00;
}
.team-description {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.6));
    outline: 1px solid #e00;
    outline-offset: -10px;
    transition: all .2s linear;
}
.team-desc-title {
    padding-top: 15%;
    padding-left: 10%;
    transition: all .2s linear;
    color: #fff;
}
.team-desc-title a {
    color: #fff;
    font-size: 16px !important;
}
.team-desc-title a:hover {
    color: #e00;
}
.team-desc-title .team-social-list {
    list-style-type: none;
}
.team-desc-title .team-social-list > li > a {
    font-size: 14px;
}
.team-desc-title .team-social-list > li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}
.team-desc-title .team-social-list > li:first-child {
    margin-left: 0px;    
}
.owl-carousel .item:hover .team-desc-title {
    padding-top: 10%;
}
.owl-carousel .item:hover .team-description {
    opacity: 1;
}

/* pricing */

.pricing {
	text-align: center;
	border: 1px solid #e00;
	color: #777;
	font-size: 14px;
	padding-left: 0;
    width: 100%;
	margin-bottom: 30px;
  font-family: 'Lato';
}
.pricing img {
	display: block;
	margin: auto;
	width: 32px;
}
.pricing li:first-child,
.pricing li:last-child {
	padding: 20px 13px;
}
.pricing li {
	list-style: none;
	padding: 13px;
}
.pricing li > i {
    font-size: 30px;
    color: #e00;
    display: block;
}
.pricing li + li {
	border-top: 1px solid #e00;
}
.pricing big {
	font-size: 32px;
}
.pricing h3 {
	margin-bottom: 0;
  font-size: 36px;
}
.pricing span {
	font-size: 12px;
	color: #e00;
	font-weight: normal;
}
.pricing li:nth-last-child(2) {
	padding: 30px 13px;
}
.pricing button {
	width: auto;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	color: #FFF;
	padding: 9px 24px;
	background: #aaa;
	opacity: 1;
	transition: opacity .2s ease;
  border: none;
  outline: none;
}
.pricing button:hover {
	opacity: .9;
}
.pricing button:active {
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}

/* footer */

.footer-social {
    list-style-type: none;
    text-align: center;
}
.footer-social > li {
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}
.footer-social > li:last-child {
    margin-right: 0;
}
.footer-social > li > a {
    font-size: 18px;
    color: #e00;
}

/* contact */

.gMaps {
    width: 100%;
    height: 425px;
    background-color: #ccc;
}