a {
	text-decoration: none !important;
}

@font-face {
    font-family: HELVETICA;
    src: url(../fonts/main_font/helvetica-regular.otf);
}

h4, .h4, body, h3, h2, p {
  font-family: HELVETICA !important;
}
.row{
	margin-right: 0px !important; 
    margin-left: 0px !important; 
}

@font-face {

}
.img-responsive{
      display: inline !important;
    }
.navbar-default .navbar-nav > li > a {
	color: #fff !important;
}
#myNavbar ul li:first-child{
  background: transparent !important;
}

#myNavbar ul li:first-child a{
  padding: 0 !important;
}

#myNavbar ul li:first-child:hover a{
  background: transparent !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: 0px !important;
}

.navbar-collapse {

    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
}
.navbar-toggle {
    float: left !important;

}

.nav  li a {
    text-shadow: none !important;
  }


h1 {

	font-family: HELVETICA !important;
}

.p2{
  font-size: 16px;
}
.position{
  position: absolute;
  z-index: 99;
  top: 40px;

}
.navbar .navbar-nav {
  display: inline-block !important;
  float: none !important;
  vertical-align: top !important;
}
@media (max-width: 1151px) {
       .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }

        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            margin: 7.5px -15px;
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in { 
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }
    }

/* .navbar .navbar-collapse {
  text-align: center !important;
} */
.navbar-nav > li{
  background-color: #2c70b7 !important;
}
.myNav{
    right: 0;
}
.logo{
  position: absolute;
  left: 0;
}
.socialIcons ul{
  list-style: none;
}
.socialIcons ul li{
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.hand{
  cursor: pointer;
}

.width80{
	width: 90%;
}
.underline{
	width: 60px;
	height: 2px;
	background-color: #424242;
	margin: 0 auto;
}
.footer ul{
  list-style: none;
}

.copyright{
  float: none;
    margin-top: -8px;
text-align: center;
}

.fontTimes{
	font-family: times !important;
}
.navbar-nav .navActive a {
	background-color: #609ddd !important;
}
.navbar-nav li:hover a{
	background-color: #609ddd !important;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.our_work_div:hover{
	  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
          transition: all 0.4s ease;
-webkit-filter: grayscale(100%);
}
.our_work_div{
	cursor: pointer;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
          transition: all 0.4s ease;
          -webkit-filter: grayscale(0%);
}
.our_work_project {
	min-height: 350px;
	padding-bottom: 15px;
	text-align: center !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	margin: 0 auto !important;
}
.our_work_project img{
	margin-left: auto;
	margin-right: auto;
}

/**************************Background colors***************************/

.bgclrAsh{
	background-color: #2a2a2a;
}
.bgclrBlack{
	background-color: #000000;
}
.bgclrWhite{
	background-color: #ffffff;
}
.bgclrLiteAsh{
	background-color: #515151;
}
.bgclrLBlue{
  background-color: #2c70b7;
}

/**************************Font colors**********************************/

.fontclrRed{
	color: #ff0000 !important;
}
.clrBlack{
	color: #000 !important;
}
.fontclrab{
	color: #959595 !important;
}
.clrWhite{
	color: #ffffff !important;
}
.clrCyan{
  color: #00aced;
}

/*Slider*/
button {
	z-index: 102;
}
section {
	position: relative;
	background: #FAFAFA;
	
}


.slick-slide {
	transform: scale(1);
	/* opacity: .5; */
	transition: .3s ease-in-out all;
}
.slick-slide.slick-center {
	opacity: 1;
	transform: scale(1.08);
}

.switch {
	background: #000;
}
.slider {
	
	//max-width: 1024px;
	margin: 0 auto;
	///border: 1px solid;
	position: relative;
	&:after, &:before {
		content: "";
		background: #FAFAFA;
		position: absolute;
		top: 0;
		height: 100%;
		width: 12%;
		z-index: 100;
		//opacity: .9;
	}
	&:after {
		right: 0;
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	}
	&:before {
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	}
}

.img-box {
	padding: 0;
	img {
		width: 100%;
	}
}
/*.box2{
	background-color: #d8edef;
box-shadow: inset -4px -8px 48px -22px #000000;
-webkit-box-shadow: inset -4px -8px 48px -22px #000000;
-moz-box-shadow: inset -4px -8px 48px -22px #000000;
-o-box-shadow: inset -4px -8px 48px -22px #000000;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
          transition: all 0.4s ease;
	
}
.box2:hover {
	-webkit-box-shadow: 2px 30px 58px -22px rgba(0,0,0,0.82);
	-moz-box-shadow: 2px 30px 58px -22px rgba(0,0,0,0.82);
	box-shadow: 2px 30px 58px -22px rgba(0,0,0,0.82);
		cursor: pointer;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
          transition: all 0.4s ease;
}

.circle{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: #de2b24;
	text-align: center !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	margin: 0 auto !important;
}*/
.btnBuy{
	background-color: #878787;
	width: 100px;
	height: 28px;
	margin: 0 auto;
}
.btnBuy:hover {
	box-shadow: 1px 3px 1px;
	border-radius: 3px 3px 3px 3px;
	color: #000;
}
.btnbanner{
	width: 250px;
	height: 60px;
	background-color: #f8cd53;
	margin: 0 auto;
	border-radius: 5px 5px 5px 5px;
}
.btnbanner:hover{
	width: 250px;
	height: 60px;
	background-color: #515151;
	margin: 0 auto;
	border-radius: 5px 5px 5px 5px;
}

.odd{
	margin-top: 100px;
}

#map_wrapper{
    width: 100%;

}

#map_canvas{
    width: 100%;
    height: 275px;
}
.form-control {
  background-color: #515151 !important;
}
.btnsubmit{
	width: 150px;
	height: 35px;
	border-radius: 2px 2px 2px 2px;
	background-color: #515151;
	margin: 0 auto;
}
.blur{
	-webkit-transition: all .5s ease-in;
     -moz-transition: all .5s ease-in;
       -o-transition: all .5s ease-in;
      -ms-transition: all .5s ease-in;
          transition: all .5s ease-in;
          -webkit-filter: blur(5px);
}
.blurOut{
	-webkit-transition: all .5s ease-out;
     -moz-transition: all .5s ease-out;
       -o-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
          transition: all .5s ease-out;
}
.hand{
	cursor: pointer;
}
.btnfooter{
  background-color: #2c70b7;
  height: 44px;
  width: 144px;
  border-radius: 10px;
}






/***************Social***************/

a {
  color: #fff;
  text-decoration: none;
}
.me {
  width: 400px;
  margin: 90px auto;
}
.me p,
.me h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.me p {
  font-weight: 200;
}
.me span {
  font-weight: bold;
}
.social ul{
  position: fixed;
  top: 215px;
  z-index: 999;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.social ul li {
  display: block;
  margin: 1px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: right;
  padding: 4px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
  width: 320px !important;
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.indexBoxes{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.ftrUL{
  list-style: none;
}

   .ftrUL li{
      padding-left: 10px;
      padding-right: 10px;
      text-align: center;
      
}


@media(min-width: 788px){
    .mainBox{
    display: flex;
    justify-content: space-between;
    }
    .subBox{
        width: 30%;
    }
}


@media (min-width: 1016px){
   .ftrUL li{
      display: inline-block;
      float: right;
}
}

@media (min-width: 1552px){
  .smLogo{
    display: none;
  }
}

@media (max-width: 1552px){
  #myNavbar ul li:first-child{ 
    display: none !important;
  }
}


.jssora02l, .jssora02r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 55px;
            height: 55px;
            cursor: pointer;
            background: url('img/a02.png') no-repeat;
            overflow: hidden;
        }
        .jssora02l { background-position: -3px -33px; }
        .jssora02r { background-position: -63px -33px; }
        .jssora02l:hover { background-position: -123px -33px; }
        .jssora02r:hover { background-position: -183px -33px; }
        .jssora02l.jssora02ldn { background-position: -3px -33px; }
        .jssora02r.jssora02rdn { background-position: -63px -33px; }
        .jssora02l.jssora02lds { background-position: -3px -33px; opacity: .3; pointer-events: none; }
        .jssora02r.jssora02rds { background-position: -63px -33px; opacity: .3; pointer-events: none; }
        /* jssor slider thumbnail navigator skin 03 css *//*.jssort03 .p            (normal).jssort03 .p:hover      (normal mouseover).jssort03 .pav          (active).jssort03 .pdn          (mousedown)*/.jssort03 .p {    position: absolute;    top: 0;    left: 0;    width: 62px;    height: 62px;}.jssort03 .t {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    border: none;}.jssort03 .w, .jssort03 .pav:hover .w {    position: absolute;    width: 60px;    height: 60px;    border: white 1px dashed;    box-sizing: content-box;}.jssort03 .pdn .w, .jssort03 .pav .w {    border-style: solid;}.jssort03 .c {    position: absolute;    top: 0;    left: 0;    width: 62px;    height: 62px;    background-color: #000;    filter: alpha(opacity=45);    opacity: .45;    transition: opacity .6s;    -moz-transition: opacity .6s;    -webkit-transition: opacity .6s;    -o-transition: opacity .6s;}.jssort03 .p:hover .c, .jssort03 .pav .c {    filter: alpha(opacity=0);    opacity: 0;}.jssort03 .p:hover .c {    transition: none;    -moz-transition: none;    -webkit-transition: none;    -o-transition: none;}* html .jssort03 .w {    width /**/: 62px;    height /**/: 32px;}


#myNavbar ul li:first-child{ 
  background: transparent !important;
}

#myNavbar ul li:first-child a{ 
  padding: 0 !important;
}

#myNavbar ul li:first-child:hover a{ 
  background: transparent !important;
}





@media (max-width: 991px) {
    .mainNav{
        width: 100% !important;
    }
}

@media (max-width: 866px) {
  .logo{
    position: relative;
    top: 0;
    left: 0;
  }
  .logo img{
    margin-right: auto;
    margin-left: auto;
  }
}


@media (max-width: 868px) {
  .txtRight, .topSocialIcons{
    text-align: center !important;
  }
}

@media (max-width: 767px){
  .navbar .navbar-collapse {
    text-align: left !important; 
}
}

.socialIcons ul {
  margin: 0;
  padding: 0;
}

.socialIcons ul li {
  margin-bottom: 5px;
}
