/*@import url('https://fonts.googleapis.com/css?family=Righteous');*/
@font-face{
	font-family: Poppins-Regular;
	src:url(../fonts/Poppins-Regular.otf);
}
@font-face{
    font-family: Questrial-Regular;
    src:url(../fonts/Questrial-Regular.otf);
}

html{
    overflow-x:hidden;

}
body{
	font-family: 'Poppins-Regular', serif;;
/*padding-top: 105px;*/
/*font-family: 'Righteous', cursive;*/
	color: #6c6e71;
       background :linear-gradient(rgba(249, 246, 246, 0.66), rgba(255, 247, 247, 0.6)), url(../images/back-bg.jpg);
    /*background-image: url(../images/back-bg.jpg);*/
    /*background-size: cover;*/

}
.menu_bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu a{
    color:#fff;
}
.menu a:hover{
    color:#fff;
    text-decoration:none;
}
.menu_bar ul li {
  cursor: pointer;
  padding: 6px 20px;
  font-size: 25px;
}

.arrow  button {
  background-color: transparent;
  position: fixed;
  z-index: 2;
  top: 6px;
  left: 24px;
  border: none;
  width: 36px;
  height: 26px;
  outline: none;
  transition: opacity 0.2s ease-out;
}
.arrow  button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: auto;
  width: 100%;
 
  background: linear-gradient(to bottom, #98B296, #98B296 20%, transparent 20%, transparent 40%, #98B296 40%, #98B296 60%, transparent 60%, transparent 80%, #98B296 80%, #98B296 100%);
  transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
}
.arrow  button:after {
  opacity: 0;
  content: '×';
  color: white;
  position: absolute;
  top: 16px;
  left: -4px;
  font-family: Arial, sans-serif;
  font-size: 76px;
  line-height: 0;
  transition: opacity 0.4s ease-out;
}
.arrow  button:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.arrow  button:hover {
  opacity: 1;
}
.open button {
  opacity: 1;
}
.open button:before {
  opacity: 0;
  width: 0;
}
.open button:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
          transform: translate3d(0, 0, 0) rotate(360deg);
  transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
}

nav {
  z-index: 1;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
nav:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #18573c;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.04), translateY(9999px);
          transform: scale(0.04), translateY(9999px);
  overflow: hidden;
}
.open nav {
  top: 0;
}
.open nav:before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
          animation: menu-animation 0.8s ease-out forwards;
}

ul.menu {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  color: white;
}
ul.menu li {
  opacity: 0;
  text-align: center;
  -webkit-transform: translate3d(0, 36px, 0);
          transform: translate3d(0, 36px, 0);
}
/*ul.menu li:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  margin: auto;*/
/*  left: auto;*/
/*  height: 100%;*/
/*  width: 0;*/
/*  overflow: hidden;*/
/*  transition: width 0.14s ease-out;*/
/*}*/
/*ul.menu li:after {*/
/*  opacity: 0;*/
/*  content: attr(data-text);*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  margin: auto;*/
/*  color: #98B296;*/
/*  overflow: hidden;*/
/*  -webkit-transform: translate(-24px, 6px);*/
/*          transform: translate(-24px, 6px);*/
/*  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;*/
/*  transition: transform 0.1s ease-out, opacity 0.1s ease-out;*/
/*  transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;*/
/*}*/
ul.menu li:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
ul.menu li:hover:after {
  opacity: 1;
  padding: 0 20px;
  -webkit-transform: translate(0px, 6px);
          transform: translate(0px, 6px);
  transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
}
.open ul.menu li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.open ul.menu li:nth-child(1) {
  transition-delay: 0.75s;
}
.open ul.menu li:nth-child(2) {
  transition-delay: 0.85s;
}
.open ul.menu li:nth-child(3) {
  transition-delay: 0.95s;
}
.open ul.menu li:nth-child(4) {
  transition-delay: 1.05s;
}
.open ul.menu li:nth-child(5) {
  transition-delay: 1.15s;
}
.open ul.menu li:nth-child(6) {
  transition-delay: 1.25s;
}
.open ul.menu li:nth-child(7) {
  transition-delay: 1.35s;
}
.open ul.menu li:nth-child(8) {
  transition-delay: 1.45s;
}
.open article {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  transition: -webkit-transform 0.2s 0.41s ease-out;
  transition: transform 0.2s 0.41s ease-out;
  transition: transform 0.2s 0.41s ease-out, -webkit-transform 0.2s 0.41s ease-out;
}

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

body::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #ccc;
}
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #18573c;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(100, 100, 100, 0.4);
}
a:hover{
	text-decoration: none;
}
h1,h2 {
    font-weight: 700;
    /*font-family: 'Righteous', cursive;*/
}


#top_header {
    height: 38px;
    padding: 4px;
    background-color: #18573c;
    color: #fff;
    width: 100%;
    top: 0;
    position: fixed;
    z-index:999;
}
.top-line {
    padding: 10px 0;
    background: #666;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.log-lns span a{
	color: #fff;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0;
    margin: 0; 
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
     transition: all 2s;
}
header{
    background: #fff;
    transition: all 2s;
}
.footer-part{
	padding: 20px 0 10px;
}
footer {
	/*background: linear-gradient(rgba(34, 34, 34, 0.97), rgba(34, 34, 34, 0.95)), url(../images/map.png);*/
	/*background-size: cover;*/

    color: #fff;
   background-color: #1b1815;
    position: relative;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/footer_map.png);
}
footer ul {
    padding-left: 20px;
}
footer ul li a {
    color: #fff;
    /*line-height:20px;*/
}
footer ul li a:hover{
	color: #ac2023;
}
.footer-line {
        margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
     border-top: 1px solid #eeeeee6e; 
}
.f-logo{
	height: 100px;
}
.design{
	text-align: right;
    padding:0;
}
.design a{
	color: #e87e24;
}
.copyright{
	padding:0;
	
}
.ul-li-block ul {
    margin: 0px;
    padding: 0px;
}
.ul-li-block ul li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.usefullinks-wrapper ul li:hover a {
    padding-left: 25px;
    color: #f63102;
}
.usefullinks-wrapper ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 0;
    padding-left: 22px;
    position: relative;
    color: #fff;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}
.usefullinks-wrapper ul li:hover a:before {
    left: 15px;
    color: #f63102;
}
.usefullinks-wrapper ul li a:before {
    top: 50%;
    left: 0px;
    /*content: '\f0a9';*/
    content: '\f105';
    font-weight: 900;
    position: absolute;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'FontAwesome';
}
.free-ord{
	text-align: center;
}
.fl-l .fa-phone {
    height: 50px;
}
.fl-l .fa-map-marker {
    height: 90px;
}
.fl-l .fa {
    width: 40px;
    float: left;
    font-size: 18px;
    text-align: center;
}
#social-icon-sec {
    border-bottom: 8px solid #252525;
    margin-top: 25px;
}
.social-links {
    text-align: center;
    background-image: url(../images/shape_bottom.png);
    /* background-color: #252525; */
    width: 303px;
    margin: 0 auto;
    height: 44px;
    padding-top: 10px;
    /* border-radius: 100px 100px 0 0; */
}
.carousel-fullscreen .carousel-inner .item {
    height: 60vh; 
    /*min-height: 600px; */
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}


/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

/* overlay for better readibility of the caption  */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: #000;
    opacity: 0.3;*/
    transition: all 0.2s ease-out;
}


/* demo typography */



.super-heading {
    font-size: 70px; 
}


.super-paragraph {
    font-size: 30px; font-weight: 300;
}

.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover
{
    color: #fff;
}

#carousel-example-generic {
    margin: 40px 0;
}

/* carousel fade */
/* original solution by https://codepen.io/Rowno/pen/Afykb */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}


 .navbar-default {
z-index: 9999;
    transition: all 2s;
  }
  .navbar-default.navbar-shrink {
    padding: 0px 0;
  }
  .navbar-default.navbar-shrink img{ 
height: 50px;
}
.log-lns{
    text-align: right;
    top: 6px;
}
/*-- Footer top --*/
.footer-top {
  /*position: absolute;*/
  /*top: -60px;*/
  margin-top: -80px;
  z-index: 1;
  
  width: 100%;
}

.footer-top-bg {
  background: #0f2765;
  margin: 0;
  color: #fff;
  margin-top: -60px
}

.footer-top .footer-box {
  padding: 30px 45px 20px;
  min-height: 120px;
}
.footer-top .footer-box i {
  float: left;
  font-size: 28px;
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 100%;
}
.footer-top .footer-box .footer-box-content {
  margin-left: 90px;
}
.footer-top .footer-box .footer-box-content h3 {
  margin-top: 6px;
  margin-bottom: 2px;
  font-size: 20px;
  color: #fff;
}
.footer-top .footer-box .footer-box-content p {
  margin: 0;
  font-size: 14px;
}
footer{
    margin-top: 150px;
}



/*** Meadia quries ***/
@media  (max-width: 1200px){
.nav-brand img {
    height: 51px;
}
.about-item-one {
    height:279px;
}
}
@media  (max-width: 1000px){
.why-box {
    margin-top: 0px;
}
}
@media  (max-width: 767px){
.copy-right{
	text-align: center;
}
.design{
	text-align: center;
}
.footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
    border-left: none;
}
.co-dt-h{
	/*display: none;*/
}
.log-lns{
	text-align: right;
}
.land-n{
    display: none;
}
.mb_e{
    display: none;
}
.blink_text{
    text-align:right;
}
.log-lns .mb-n{
    text-align:left !important;
    float:left;
}
}

@media only screen and (max-width: 500px){
    .social-nav a {
  display: inline-block;
  float: right;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.text1{
	font-size: 20px;
}
.text2{
	font-size: 16px;
}
h1{
	    font-size: 26px;
}
h4{
	font-size: 18px;
}
.nav-brand img {
    height: 51px;
}
.h1-t {
    font-size: 26px;
}
.app-cont {
    padding-top: 10px;
}
}
@media only screen and (max-width: 425px){
    #ser-secn .serviceBox {
    height: auto;
}
}
@media only screen and (max-width: 380px){
.reg-btn{
    width:100%;
     
    }
    .footer-top .footer-box .footer-box-content p {
    margin: 0;
    font-size: 13px;
}
.footer-top .footer-box .footer-box-content {
    margin-left: 65px;
}
.footer-top .footer-box i {
    float: left;
    font-size: 26px;
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 54px;
    border-radius: 100%;
}
}
@media only screen and (max-width:320px){
    .footer-top .footer-box i {
    margin-left: -31px;
}
.footer-top .footer-box .footer-box-content {
    margin-left: 7px;
    /*float: left;*/
    font-size: 22px;
    margin-top: 0px;
    /*background: rgba(0, 0, 0, 0.3);*/
    text-align: center;
    /*width: 45px;*/
    /*height: 45px;*/
    /*line-height: 44px;*/
    border-radius: 100%;
}
#ser-secn .serviceBox {
    height: 267px;
}
}




