/* Import internal css */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import "font-awesome.min.css";
@import "bootstrap.min.css";
@import "owl.carousel.css";
@import "swiper.min.css";
@import "style.css";
@import "responsive.css";
@import "jquery.mcustom-scrollbar.min.css";



/*--- Globel CSS ---*/
html{position: relative;}
html * {text-rendering: optimizelegibility;box-sizing: border-box;-webkit-box-sizing: border-box;}
html,body {width: 100%;min-height: 100%;font-size: 16px;color: #333;margin: 0;padding: 0;overflow-x: hidden;font-family: 'Lato', sans-serif; background: #f2f3f4;}
img {max-width: 100%;}
*:focus{outline: none; -webkit-box-shadow: none; box-shadow: none;}
ul,li {padding: 0;list-style: none;margin: 0;}
h1,h2,h3,h4,h5,h6 {margin: 0;}
h2{font-size: 30px;}h3{font-size: 25px;}h4{font-size: 22px;} h5{font-size: 18px;}
a {text-decoration: none;-webkit-transition: 300ms all;transition: 300ms all;-moz-transition: 300ms all;-webkit-transition: 300ms all;-o-transition: 300ms all;color: #3f68b1;outline: none;}
a:hover{text-decoration: none;color: rgb(237, 86, 1);}
a:focus {text-decoration: none;color: #fff;}
input:focus,input:hover,input,button:focus,textarea:focus ,select:focus{outline: none;}


::-webkit-input-placeholder {color: #868bac;}
::-moz-placeholder {color: #868bac;}
:-ms-input-placeholder {color: #868bac;}
:-moz-placeholder {color: #868bac;}
.search-bar ul li input::-webkit-input-placeholder {color: #9d9da6;}
.search-bar ul li input::-moz-placeholder {color: #9d9da6;}
.search-bar ul li input:-ms-input-placeholder {color: #9d9da6;}
.search-bar ul li input:-moz-placeholder {color: #9d9da6;}


.news-label input::-webkit-input-placeholder {color: #676767;}
.news-label input::-moz-placeholder {color: #676767;}
.news-label input:-ms-input-placeholder {color: #676767;}
.news-label input:-moz-placeholder {color: #676767;}
::-moz-selection { color: #fff;background:#404257; }
::selection { color: #fff;background:#404257; }




/* inner bootstrap css */
select {background: url(../img/icon-arrow.png) no-repeat 97% center;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.owl-nav {
    position: absolute;
    top: -57px;
    right: 0;
}

.e-girf-slider .owl-nav {
    top: -46px;
    right: 10px;
}

.owl-next {
    background-image: url(../img/icon-arrow-right.png);
}
.owl-prev {
    background-image: url(../img/icon-arrow-left.png);
}
.owl-prev, .owl-next {
    width: 30px;
    height: 30px;
    font-size: 0;
    background-repeat: no-repeat;
}
.owl-nav > div {
    float: left;
    margin: 0 2.5px;
}
/* inner bootstrap css */


@media only screen and (max-width: 767px) {
    p{font-size: 15px;}
    .owl-nav {
    top: -49px;
}
    .e-girf-slider .owl-nav {
    top: -39px;
    right: 10px;
}
 
}
