*{
	margin: 0px;
	padding: 0px;
}

.mini-header{
	background: #fcfcfc !important;
	width: 100%;
	min-height: 50px;
}
.top a{
    padding-top: 25px !important;
    text-align: right !important;
    color: #fff !important;
}
.mini-header i{
    color: #fff;
}
.menu-area{
	background: #fcfcfc;
	width: 100%;
	min-height: 120px;
}
.menu-area img{
    padding-top: 25px;
    width: 170px !important;
 }

nav {
       width: 100%;
      z-index: 100 !important;
        
      line-height: 60px;
}
.active{
      color: #f57b38   !important;
}
nav ul {
      line-height: 60px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #000 !important;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 10px;
      transition: 1s;
}
 
nav.black ul {
      background: #fbfbfd !important;
}

nav ul li {
      display: inline-block;
      padding: 12px ;
}

nav ul li a {
      text-decoration: none;
      color: #000;
      font-size: 16px;
}
nav   a:hover {
      text-decoration: none;
color: #f57b38 !important;
      font-size: 16px;
      text-decoration: none;
}

.menu-icon {
      line-height: 60px;
      width: 100%;
        background: #fbfbfd !important;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #000;
      display: none;
}



@media screen and (max-width: 600px) {

nav ul {
      line-height: 20px !important;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #000 !important;
      padding: 0;
      text-align: left !important;
      margin: 0;
      padding-right: 10px;
      transition: 1s;
}
 
nav.black ul {
      background: #fbfbfd !important;
}

nav ul li {
      display: inline-block;
      padding: 0px !important ;
}

nav ul li a {
      text-decoration: none;
      color: #000;
      font-size: 16px;
}

.mini-banner{
    margin-top: -30px !important;
}

#sg-carousel {
    margin-top: -30px !important;
    
    position: relative;
    height: 40vh !important;
}
}




/* CROUSAL-STARTS */
#sg-carousel {
    position: relative;
    height: 75vh;
}
#sg-carousel .carousel-inner .item {
    height: 75vh;
}
#sg-carousel .carousel-caption{top:40%;
  }
#sg-carousel .carousel-caption h1 {
     
    font-weight: bold;
    margin: 0;
    padding: 0;
}




#sg-carousel .carousel-control.left {
    top: 48%;
}
#sg-carousel .carousel-control.right {
    top: 48%;
}
.uppr-txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}
#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s;
}
#sg-carousel .carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: auto;
    transition: all 0.8s ease 0s;
}
#sg-carousel .carousel-inner {
 }
.fa-angle-right,
.fa-angle-left {
    font-size: 80px;
}
#sg-carousel:hover .carousel-control.left {
    left: 38px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.right {
    right: 38px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right {
    opacity: 1;
}
#sg-carousel .carousel-inner > .item > a > img,
#sg-carousel .carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}
#sg-carousel .carousel-fade .carousel-inner .active {
    opacity: 1;
}
#sg-carousel .carousel-fade .carousel-inner .next.left,
#sg-carousel .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
#sg-carousel .carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px;
}
#sg-carousel .carousel-caption {
      text-align: left;
}

#sg-carousel .carousel-caption h1 {
     font-size: 60px;
    font-weight: 600;
 line-height: 55px !important;
}
#sg-carousel .carousel-caption > p {
    font-size: 30px;
    color: #fff;
}
#sg-carousel .carousel-caption > a {
    text-transform: uppercase;
    color: #fff;
    background: #041132;
    padding: 6px 12px;
}


.button--tamaya {
    border: 2px solid #40a304 !important;
    border-radius: 5px;
    color: #7986cb;
    min-width: 180px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button--border-thick {
    border: 3px solid;
}
.button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    display: block;
    float: left;
    max-width: 250px;
    min-width: 199px;
    padding: 1em 7em;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.button--tamaya::before {
    padding-top: 1em;
    top: 0;
}
.button--tamaya::before,
.button--tamaya::after {
    background: #40a304;
    color: #fff;
    content: attr(data-text);
    height: 50%;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    width: 100%;
}
.button--tamaya::after {
    bottom: 0;
    line-height: 0;
}
.button--tamaya:hover::before {
    transform: translate3d(0px, -100%, 0px);
}
.button--tamaya:hover::after {
    transform: translate3d(0px, 100%, 0px);
    color: #40a304;
}
.button--tamaya:hover {
    color: #40a304;
    font-weight: 600;
}
#sg-carousel .carousel-indicators li {
    background-color: #b3b5b9;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    width: 12px;
    border: 0;
}
#sg-carousel .carousel-indicators .active {
    background-color: #041132;
    height: 12px;
    margin: 0;
    width: 12px;
    border: 0;
}
#sg-carousel h1 {
    animation-delay: 1s;
  margin-bottom:25px;
 }
#sg-carousel p {
    animation-delay: 2s;
}
#sg-carousel button {
    animation-delay: 3s;
  margin-top:25px;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
   #sg-carousel .carousel-fade .carousel-inner > .item.next,
   #sg-carousel .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
   #sg-carousel .carousel-fade .carousel-inner > .item.prev,
   #sg-carousel .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
  #sg-carousel  .carousel-fade .carousel-inner > .item.next.left,
  #sg-carousel  .carousel-fade .carousel-inner > .item.prev.right,
  #sg-carousel  .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 670px){
 #sg-carousel .carousel-caption h1{
     font-size: 40px !important;
  }
  #sg-carousel .carousel-caption .cap-txt {
    padding-left: 90px !important;
  }
 #sg-carousel  .carousel-caption{
    margin-top: -200px !important;
   }
 #sg-carousel   .carousel-caption button{
       margin-left: 80px;
    }

 
 .mobile-car img{
height: 300px !important;
 }
.mobile-car .carousel-caption{
  padding-left: 20px;
 }
}

.introduction h2{
      line-height: 40px;
}

.introduction p{
      line-height: 30px;
}



.form{
  background: url(../images/form.png);
  width: 300px;
  min-height: 480px;
  position: absolute;
  top: 25%;
  right: 6%;
   padding-left: 25px;
  padding-top: 15px;
  padding-right: 25px;
}
.form2
{
  background: url(../image/form.png);
  width: 100%;
  min-height: 320px;
  position: absolute;
  
   padding-left: 25px;
  padding-top: 15px;
  padding-right: 25px;
}

.form2 .form-control{
  border-radius: 1px;
}
.form2 h4{
  color: #fff;
 
  font-size: 21px;
  font-weight: bold;
}
.form-3{
  background: #fcfcfc;
  border: 1px solid #ccc;
 
 
 
   padding-left: 25px;
  padding-top: 15px;
  padding-right: 25px;
}
.form-3 .form-control-2{
  border-radius: 1px;
  margin-bottom: 15px;
 height:40px;
 line-height: 40px;
}
.form h4{
  color: #fff;
 
  font-size: 21px;
  font-weight: bold;
}

.form .form-control{
  border-radius: 1px;
}
.form h4{
  color: #fff;
 
  font-size: 21px;
  font-weight: bold;
}
.hr{
  width: 60px;
  border-top: 3px solid #2869ab;
}

 

.btn-orange3{
      color: #000;
      min-width: 120px;
      border-radius: 1px;
background: #EFC200;
}


 .btn-orange3:hover{
      color: #fff;
      min-width: 120px;
      border-radius: 1px;
background: #010527;
}


.btn-orange2{
      color: #fff;
      min-width: 120px;
      border-radius: 1px;
background: #010527;
}
.btn-orange2:hover{
      color: #fff;
      min-width: 120px;
      border-radius: 1px;
background: green;
}
.border-out{
      background: transparent;
      border:2px solid #f6f6f6;
      width: 100%;
      min-height: 180px;
}

.border-out-fas{
      margin-top:20px;
      font-size: 31px !important;
      width: 80px;
      padding-top: 25px;
      height: 80px;
      border-radius: 200px;
      background: #f6f6f6;
}


.whychoose{
      background: #1D273D;
      width: 100%;
      min-height: 550px;
}


.whychoose h4 small{
      color: #f6f6f6 !important;
}
.whychoose h2{
      color: #fff !important;
}

.whychoose p{
      line-height: 30px;
      color: #f6f6f6;
       
}

.whychoose h4{
      color: #fff !important;
}


.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}
    
.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

ul.thumbnails { 
    margin-bottom: 0px;
}


.caption{
      width: 100%;
}
/* Thumbnail Box */
.caption h4 {
    color: #444;
}

.caption p {  
    color: #999;
}


/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}



/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}


li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }


.services{
      background: #f6f6f6;
      width: 100%;
      min-height: 550px;
}

.pr{
      border:none !important;
      border-radius: 1px !important;
      color: #fff;
      background: #EFC200 !important;
}


.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}

 



.footer{
      background: #f6f6f6;
    min-height: 450px !important;
}

.footer a{
    line-height: 30px;
    color: #111;
}

.social .fa{
    background: #f6f6f6 !important;
    width: 34px !important;
    height: 34px !important;
    text-align: center;
    padding-top: 10px;
    border-radius: 5px;
}



.mini-banner{
    margin-top: -30px !important;
}



.mini-banner{
    background: #f2803a;
    width: 100%;
    min-height: 180px;
margin-top: -10px;
}

.mini-banner h4{
    color: #fff;
    font-size: 35px;
    font-weight: bolder;
    text-align: center;
    padding-top: 80px;
}








