* {
    transition: all ease-in-out 0.5s;
}

.logo_div
{
    position: absolute;
    top: -98vh !important;
}

body {
    overflow-x: hidden;
}
.p0
{
    padding: 0px;
}

.div1 {
    height: 100vh;
}
.e_first_div img
{
  width: 100%;
    opacity: 0.8;
    
}
.e_first_div
{
	height: 100%;
   min-width: 100%;
   padding: 0;
   margin: 0;
/*   overflow: hidden;*/
}
.e_first_div .overlay
{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255,255,255,0.3);
    z-index: 1;
}

.down {
    position: absolute;
    bottom: 5vh;
    color: #00a4e5;
    opacity: 0.8;
    z-index: 2;
/*    cursor: pointer;*/
  /* right: 6vh;*/
}
.down p {
    position: relative;
    top: 5vh;
    left: 4vh;
    color: #000;
}

 #canvas {
/*   width: 100vw;*/
   height: 100vh;
/*   background-color: #FFF;*/
/*     background-image: url(../image/et_index_img.jpg);*/
     background-size: cover;
     background-attachment: fixed;
     opacity: 0.7;
     
     position: fixed;
     top: 0;
/*     width: 100%;*/
     height: 100vh;
   /*background-color: #6B202A;*/
 }

.trxt_container_div {
    position: absolute;
    top: 30vh !important;
    left: 0vh !important;
}


.comp_name
{
    position: relative;
   top: 20vh;
    margin-left: -15px;
    margin-right: -15px;
}
/*
.comp_name h1
{
    font-size: 26vh;
    color: #008ccb;
    text-shadow: 2px 2px 20px white;
    padding: 0 10px;
}
.comp_name h5
{
    font-size: 3vh;
    float: right;
    margin-top: -19vh;
    color: #008ccb;
}
*/

.comp_name ul {
    background: rgba(0,164,229,0.6);
    margin: 15px 0;
    margin-left: -40px;
}
.comp_name .pull-left ul {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.comp_name .pull-right ul {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.comp_name ul li {
    list-style: none;
    display: inline-block;
    padding: 1vh 2vw 0;
    text-align: center;
    vertical-align: top;
    border: solid 2px transparent;
    
    transition: all ease-in-out 0.5s;
}
.comp_name ul li:hover {
    transform: scale(1.2);
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    border: solid 2px #00a4e5;
    height: 14vh;
    cursor: pointer;
}

.comp_name span {
    font-size: 5vh;
    text-align: center;
}

.salient {
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 50px 0;
}
.salient .about_div1 {
    margin-top: 0;
    margin-bottom: 6vh;
}
.salient .row {
/*    background: aliceblue;*/
    padding: 0 20px;
    height: auto;
    transition: all ease-in-out 0.5s;
}
.features {
    text-align: center;
    padding: 20px;
    display: block;
    cursor: pointer;
    margin: 0;
    border: solid 10px transparent;
    
    transition: all ease-in-out 0.5s;
}
.features span {
    opacity: 0.6;
}
.features span img {
    width: 10vh;
}
.features p {
/*    display: none;*/
    height: 0vh;
    text-align: left;
    overflow: hidden;
    
    transition: all ease-in-out 0.5s;
}

.featureAppend {
    position: absolute;
    top: 190px;
    height: 535px;
    width: 0vw;
    background: rgba(255,255,255,0.9);
    overflow: hidden;
    z-index: 10;
    overflow: hidden;
    margin-left: -15px;
    
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all ease-in-out 0.5s;  
}
.featureAppend span {
    font-size: 10vh;
    cursor: pointer;
    color: #333;
}
.features:hover {
    background: #fff;
    border: solid 10px aliceblue;
}
.featureAppendb {
    width: 100vw !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.flagshipAppendb {
/*
    width: 70vw !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
*/
}

.featureAppend .features {
    text-align: center;
    padding: 20px 50px;
}
.featureAppend .features p {
    text-align: left;
    display: block;
    margin-top: 5vh;
}
.featureAppend .features:hover {
    background: transparent;
}
.featureAppend img {
    display: none;
}

.flagship {
    background: url(../image/about-bg%20copy.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 20px;
}
.flagship .overlay {
    width: 100%;
    display: block;
    height: 100%;
    background: rgba(255,255,255,0.5);
}
.flagship .about_div1 {
    margin: 5vh 0;
}
.flagship ul {
    position: relative;
    z-index: 5;
    margin-right: -5px;
}
.flagship ul li {
    list-style: none;
    margin: 5px 0;
    width: 100%;
    text-align: right;
    cursor: pointer;
}
.flagship ul li a {
    padding: 10px 22px;
    /*background: black;*/
    font-size: 20px;
    color: white;
    display: block;
    text-align: center;
}
.flagshipAppend {
    position: absolute;
    top: 33vh;
    height: 425px;
/*    width: 70vw;*/
    background: rgba(255,255,255,0.9);
    overflow: hidden;
    z-index: 10;
    overflow: hidden;
    margin-left: -40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all ease-in-out 0.5s;  
}
.flagshipAppend span {
    font-size: 10vh;
    cursor: pointer;
    color: #333;
}
.flagshipAppend p {
    padding: 50px;
    position: relative;
    top: 10vh;
}
.flagshipAppend li a {
        position: absolute;
    top: 6vh;
    left: 10vh;
    font-size: 30px;
    color: black;
}
.flagshipAppend li {
    list-style: none;
}

.solutions p {
    display: none;
}


.blank {
/*    height: 80vh;*/
    background: white;
}
.smart {
    height: 90vh !important;
}


.second_div_class
{
    height: 100vh;
    background-image: url(../image/about-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    background: rgba(0,0,0,0.5);
}
.about_div1 {
    position: relative;
    z-index: 1;
    
}

.icon_dropdown
{
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #00a4e5;
}
.icon_dropdown i {
    cursor: pointer;
}
.fa-5x {
    font-size: 10em;
}
.about_div1
{
     margin-top: 20vh;
    font-size: 8vh;
    letter-spacing: 0.3em;
    color: black;
}
.about_div1 span
{
    font-size: 14vh;
    color: #ff653e;
}
.about_div1231
{
     margin-top: 9vh;
    font-size: 8vh;
    letter-spacing: 0.3em;
    color: black;
    padding-left: 8vh;
}
.about_div1231 span
{
    font-size: 14vh;
    color: #ff653e;
}
.appreciat span
{
  font-size: 11vh;
}
.appreciat
{
  margin-top: -21vh !important;
}

.div3 {
/*    height: 100vh;*/
}
.third_div 
{
    font-size: 3.4vh;
    letter-spacing: 0.1em;
    padding: 50px 10vw;
}

.third_div1 {
    font-size: 3.4vh;
    letter-spacing: 0.1em;
    padding: 50px 10vw;
    color: #eee;
}

/*flip css*/
.section {
  margin-bottom: 40px;
}

.section__title {
  font-family: "Roboto Slab", serif;
  font-size: 40px;
}

.section__content {
/*  height: 50vh;*/
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.lr-m {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    display: table;
}
.lr {
    margin: 0 30vh;
    font-size: 15vh;
    color: #4aa0af;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}


/*** The cards ***/

.card {
  position: relative;
 
/*  padding-bottom: 25%;*/
/*  width: 40%;*/
  text-align: center;
    z-index: 2;
    display: inline-block;
    margin: 0 10px;
}

/*
.card:nth-child(2),
.card:nth-child(3) {
  margin-right: 1px;
}
*/


/* card fronts and backs */

.card__front,
.card__back {
    position: absolute;
    top: 2.5vh;
    left: 2.5vh;
    width: 25vh;
    height: 25vh;
    border-radius: 50%;

}

.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 3s;
}

.card__front {
  background-color: #fef102;
}

.card__back {
  background-color: #fef102;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}


/* card text */

.card__text {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  /*height: 20px;*/
  color: #000;
  font-family: sans-serif;
  /*line-height: 20px;*/
}


.card.effect__random.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card.effect__random.flipped .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.border
{
    border: 2px solid #00a4e5;
    height: 30vh;
    width: 30vh;
    border-radius: 50%;
}
.year_span
{
        font-size: 24px;
    position: relative;
    top: 4vh;
    color: #4aa0af;
}
.month_span
{
    
    font-size: 20px;
    position: relative;
    top: 3vh;
    color: #4aa0af;
}
.operation
{
    position: relative;
    top: 5vh;
/*    font-size: 2.5vh;*/
}
.one_div_two
{
/*  background: #000 !important;*/
}
.one_two
{
    background: #00a4e5; 
    display: block;
    word-wrap: 
}
.one_two span {
    color: #fff100 !important;
    font-weight: bold;
}

.one_three
{
    background: #db3236;
}
.one_three span {
    color: white !important;
    font-weight: bold;
}

.one_four {
    background:#f4c20d;
}
.one_four span {
    color: #444 !important;
    font-weight: bold;
}

.one_five {
    background: #3cba54;
}
.one_five span {
    color: white !important;
    font-weight: bold;
}

.year_span1
{
        font-size: 5vh;
    position: relative;
    top: 4vh;
   
}
.month_span1
{
    
    font-size: 5vh;
    position: relative;
    top: 3vh;
    
}
.operation1
{
    position: relative;
    top: 3vh;
    font-size: 2.5vh;
}

/*flip css over*/

.team_div123  h1 {
    padding: 0 30px;
}
.team_div123 span
{
    font-size: 10vh;
    color: #ff653e;
    text-decoration: underline;
}
.team_top_top_div123
{
  margin-top: 7vh;
    padding: 0px;
}
/*.tabs_team_div ul
{
  overflow-y: scroll;
    height: 676px;
}*/
.image_div {
    position: relative;
    height: 85vh;
    width: 100%;
}
.image_div img {
    height: 75vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.photo_team12,.photo_team12 h3
{
  margin-top: 2vh;
}

/*text slider*/
.carousel-content {
    color:black;
    display:flex;
    align-items:center;
}

#text-carousel {
/*
  width: 100%;
  height: 300px;
*/
  /*padding: 50px;*/
}
.left_prev
{
    background: none !important;
    color: #000;
    height: 30px;
    font-size: 30px;
   width: 0px;
    position: absolute;
    top: 50vh;
    left: 25vh;
    
    
}
.right_next
{
   background: none !important;
    color: #000; 
     height: 30px;
    font-size: 30px;
   width: 0px;
    position: absolute;
    top: 50vh;
   right: 25vh !important;
    
}
.name_all_div h1
{
    font-size: 8vh;
}
.name_all_div p {
    padding: 0 30px;
}
.designation
{
    text-align: left;
    font-weight: bold;
    color: #48a0b4;
    font-size: 20px;
        margin-top: -2vh;
}
.about_down
{
    text-align: left;
    font-weight: bold;
    color: #666;
    font-weight: 100;
    font-size: 20px;
/*        margin-top: -2vh;*/
}
.image_in_content
{
  height: 550px;
  /*width: 100%*/
}
.image_in_content img
{
  height: 100%;
}

.name_all_div
{
  height: 300px;
}
.name_all_div h1
{
    text-align: left;
}
.team_div123
{
    height: 130vh;
    position: relative;
/*    display: table;*/
}
#project-carousel-first {
    margin-left: -10vh;
    margin-right: -10vh;
    width: 100%;
}
#team-name {
    position: absolute;
    top: 30vh;
    /* left: 0; */
    bottom: 0;
    right: 0;
    margin: auto;
}
#project-carousel-second {
/*    position: absolute;*/
}

#map {
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: 0vh;
/*    border-top: 20px solid #0e6c8e;*/
}

#location-info {
    position: absolute;
    bottom: 20vh;
    left: 0;
}

#goa, #mumbai {
    display: none;
}
.location-i {
/*    display: none;*/
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    padding: 2vh 5vh;
    outline: 4px dashed white;
}

.location-i p {
    font-weight: bold;
}
.location-i span, .location-i a {
    font-weight: 400;
}
.location-i a {
    color: #0e6c8e;
}
.location-i h2 {
    color: #777;
    margin-bottom: 5vh;
}

#footer {
    background: #f2f2f2;
    padding: 20px;
   /* height: 36vh;*/
}
#footer ul {
    margin-left: -45px;;
}
#footer ul li {
    list-style: none;
    display: inline-block;
    margin: 10px;
    font-size: 20px;
}
.dark {
    background: #fff;
    height: 100%;
    display: block;
}

.media-left {
    overflow: hidden;
    width: 60px;
    height: 60px;
}
.media-object {
    height: 100%;
    width: auto;
}

.bubble{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    width: 16vw;
    float: right;
}

.bubble::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
/*    top: 11px;*/
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
}

.me {
    float: left;   
/*    margin: 5px 45px 5px 5px;         */
}

.me::before {
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px;           
}
.me p {
    font-size: 12px;
}

#test-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    background: white;
    float: left;
}
.testimonial img {
    width: 100%;
    height: auto;
}

#carousel-example-generic {
    height: 80%;
}

/*
.mid-carousel {
    width: 50%;
    overflow: visible;
    float: right;
}
*/
/*
.carousel-inner .item {
    display: block !important;
}*/


.carousel1 img {
  display: inline-block;
  width: 20vh;
    margin: 0 50px;
    mix-blend-mode: multiply;
}

.carousel1 {
      /* width: 830px; */
    height: 70%;
    overflow: hidden;
    padding: 9vh 0;
    box-sizing: border-box;
    /* border: 2px solid #999; */
    /* box-shadow: 0 0 4px #000; */
    margin: 0 auto;
    border-radius: 5px;
  
}

.holder1 {
  animation: carousel 25s linear infinite;
  white-space: nowrap;
 
}

 
  .holder1:hover {
    animation-play-state: paused;
  }

@keyframes carousel {
  0% {
    transform: translateX(0);
  }
  
  50% {
    transform: translateX(-100%);
  }
  
  100% {
    transform: translateX(0);
  }
}


#carousel-generic {
    padding: 50px 0;
}

#carousel-generic .carousel-inner {
    height: 70vh;
}

.carousel-control.right {
    background: transparent !important;
    color: #00a4e5;
}
.carousel-control.left {
    background: transparent !important;
    color: #00a4e5;
}

.mid-carousel>.item>a>img, .mid-carousel>.item>img {
    max-width: none !important;
    height: 69vh !important;
}

/*@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic);*/
/*@import 'http://codepen.io/MaciejCaputa/pen/rrLwPq.scss';*/
h2, * {
  font-weight: 300;
  font-family: "Roboto";
}

body {
  width: 100vw;
  height: 100vh;
  background-image: url(https://hd.unsplash.com/photo-1465143192652-61c44e8449bd);
  background-size: cover;
  background-position: center;
}

section.text-slider, .text-slider {
  padding: 0.33em 1em;
  background: none;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
    width: 100%;
}
@media (max-width: 500px) {
  section.text-slider, .text-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.text-slider__static, .text-slider__static {
  display: block;
  padding-right: 0.25ch;
  margin: 0;
}
section.text-slider__dynamic, .text-slider__dynamic {
  margin: 0;
  height: 14vh !important;
  line-height: 2em;
  text-transform: uppercase;
  text-align: left;
  overflow: hidden;
  float: left;
    position: relative;
    top: -40px;
}
@media (max-width: 500px) {
  section.text-slider__dynamic, .text-slider__dynamic {
    text-align: center;
  }
}
section.text-slider .vertical-slider, .text-slider .vertical-slider {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
section.text-slider .vertical-slider__item, .text-slider .vertical-slider__item {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
  overflow: hidden;
  letter-spacing: 2px;
  text-align: left;
    font-size: 10vh;
    font-weight: bold;
    color: #00a4e5;
}



.visitor {
    padding: 50px;
}
.visitor h1 {
    font-size: 15vh;
    color: #00a4e5;
}
.visitor p {
    font-size: 20px;
    font-weight: bold;
    margin-top: -70px;
}
.list_of_all_name ul li
{
  font-size: 20px;
    /* text-align: left; */
    color: #000;
    list-style: none;
    font-weight: bold;
}
.tabs_team_div ul li a img
{
  height: 200px;
}


.nav-tabs>li {
    width: 100%;
}
.nav-tabs>li a {
    display: block;
}

.team_div123 .tab-content{
    overflow: hidden;
}
.team_div123 .tab-content .tab-pane {    
    position: relative;
}
.vister_div1234321
{
    /*background: grey; */
    line-height: 0.5;
    padding-top: 1vh;
    color: #000;
    text-align: left;
    padding-left: 2vh;
    border-radius: 8px;
    font-size: 22px;
    padding-bottom: 0vh;
    /* padding-right: 12vh; */
    /* width: 34%; */
    
}
.vister_div1234321 i
{
    color: green;
    font-size: 12px;
}

.count_logo_div
{
  margin-top: 1vh;
}
.tp_logo_div
{
  margin-top: -2vh;
}
.last_slider_div
{
      background-image: url(../image/back_last_slider.png);
    height: 100vh;
    background-size: cover;
    padding-top: 7vh;
}

#images-box {
 
  width: 100%;
  margin: 0px auto;
  position: relative;
  top: 70px;
  left: 2vh;
}

.image-lightbox img {
  
  /*width: 800px;
  height: 800px;*/
  z-index: 3000;
}

.holder {
 
  width: 100%;
  /*height: 166px;*/
  
  /*float: left;*/
 /* margin: 0 20px 0 0;*/
}

.image-lightbox {
  
  width: 80%;
  height: 60vh;
  
  /* Box shadow */
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
 /* background: #fff;*/
  border-radius: 5px;
  /* Position absolutely so we can zoom it out later */
  position: absolute;
  top: 0;
  font-family: Arial, sans-serif;
  
  -webkit-transition: all ease-in 0.5s;
  -moz-transition: all ease-in 0.5s;
  -ms-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
}

.image-lightbox span {
  display: none;
}

.image-lightbox .expand {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 4000;
  background: rgba(0,0,0,0); /* Fixes an IE bug */
  left: 0;
}

.image-lightbox .close {
  position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: -1vh;
}

.image-lightbox .close a {
  height: auto; width: auto;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  background: #22272c;
  box-shadow: inset 0px 24px 20px -15px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0,0,0,0.4), 0px 0px 30px rgba(255,255,255,0.4);
  border-radius: 5px;
  font-weight: bold;
  float: right;
}

.image-lightbox .close a:hover {
  box-shadow: inset 0px -24px 20px -15px rgba(255, 255, 255, 0.01), inset 0px 0px 10px rgba(0,0,0,0.4), 0px 0px 20px rgba(255,255,255,0.4);
}

div[id^=image]:target {
  width: 800px;
  height: 600px;
  z-index: 5000;
  top: 50px;
  /*left: 200px;*/
}
div[id^=image]:target .close {
  display: block;
}

div[id^=image]:target .expand {
  display: none;
}

div#image-1:target {
 left: 140px; }
 div#image-2:target {
 left: -200px; }
 div#image-3:target {
 left: -400px; }

div#image-1 { left: 0; }
div#image-2 { left: 35px; }
div#image-3 { left: 43px; }


/* ------- IGNORE */

#header {
  width: 100%;
  margin: 0px auto;
}

#header #center {
  width: 350px;
  margin: 0px auto; 
}

#header a {
  font-family: 'BebasRegular', sans-serif;
  text-decoration: none;
  color: #000;
  font-size: 50px;
}

#header .head {
}
#header .sub-head {
  color: #909090;
  display: block;
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 25px;
  vertical-align: middle;
}
.location_div1234
{
  font-size: 20px;
    margin-top: 1vh;
}
.logo_block_none
{
  display: none;
}
.blank1_mo
{
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {

  .flagshipAppend {
    position: absolute;
    top: 60vh;

  }
  .mid-carousel>.item>a>img, .mid-carousel>.item>img {
    max-width: none !important;
    height: 27vh !important;
}
.left_div_part,.right_div_part
{
  margin-top: -2vh !important;
}
#carousel-generic .carousel-inner {
    height: 29vh;
}
.stf #sideb {
    background: transparent none repeat scroll 0% 0%;
    width: 100%;
    position: absolute;
    top: 233px !important;
    text-align: center;
}
.about_div1231 span {
    font-size: 8vh;
}
.about_div1231 {
   
    font-size: 5vh;
    }
.location-i {
    padding: 2vh 1vh;
   
}
.location_div1234 {
    font-size: 12px;
    }
    .site_map_part
    {
      font-size: 18px !important;
    }
.tp_logo_div {
    margin-top: 0vh;
}
.third_div1 {
    font-size: 3vh;
    letter-spacing: 0.1em;
    padding: 4px 5vw;
    color: #EEE;
}
.e_first_div img {
   
    height: 100%;
}
.down {
    position: absolute;
    bottom: 43vh;
    }
    .trxt_container_div {
    position: absolute;
    top: 30vh;
    left: 16vh;
}

.last_slider_div {
   
    height: 43vh;
  }
  .image-lightbox {
    
    height: 0vh !important;
  }
  div#image-2 {
    left: 15px !important;
}
div#image-3 {
    left: 23px !important;
}


}



@media screen and (max-width: 640px) and (min-width: 360px) {


  .e_first_div img 
  {
    height: 100%;
  }
  .about_div1 span {
    font-size: 9vh;

  }
  .flagship ul li a {
    padding: 10px 4px;
    font-size: 11px;
  }
  .flagship ul li
  {
    width: 121%;
  }
.flagship ul {
    
    margin-right: 0px !important;
    margin-top: 3vh;
}
.flagshipAppend {
    position: absolute;
    top: 46vh;
    width: 73%;
}
.flagshipAppend li a {
    position: absolute;
    top: 3vh;
    left: 8vh;
    font-size: 24px;
    color: #000;
}
.flagshipAppend p {
    padding: 38px;
    position: relative;
    top: 9vh;
    font-size: 13px;
}
.mid-carousel > .item > a > img, .mid-carousel > .item > img {
    max-width: none !important;
    height: 20vh !important;
}
.left_div_part,.right_div_part
{
  margin-top: -1vh !important;
}
#carousel-generic .carousel-inner {
    height: 20vh;
}
.about_div1 {
    margin-top: 2vh;
    }
    .third_div1 {
    font-size: 2.8vh;
    
    padding: 10px 6vw;
    
}
.img-con {
    width: 100% !important;
    }
.stf .a {
    width: 6.5vh !important;
    height: 7vh !important;
    margin: 4px;
    }
    #Tlogo {
    height: auto !important;
    position: relative;
    top: 35%;
    left: 15% !important;
}
.about_div1231 span {
    font-size: 8vh;

   }
   .about_div1231
   {
    margin-top: 10vh !important;
   }
   .count_logo_div {
    margin-top: 1vh;
    padding-bottom: 9vh;
}
.carousel1
{
  padding: 0vh 0vh !important;
}
.logo_div
{
  display: none !important;
}
.logo_block_none
{
    position: absolute !important;
    top: -96vh !important;
    padding: 0 7px !important;
    z-index: 10 !important;
    display: block;
}
#menu ul li {
    list-style: none;
    font-size: 30px !important;
    margin: 8px 0px !important;
    display: block;
}
.trxt_container_div {
    position: absolute;
    top: 30vh;
    left: 6vh !important;
}
.text {
    
    font-size: 30px;
}
.image-lightbox {
    width: 23%;
    height: 20vh;
    }
    div#image-3 {
    left: 234px;
}
div#image-2 {
    left: 112px;
}
.last_slider_div {
   
    height: 34vh;
    }
    div[id^="image"]:target {
    width: 320px;
    height: 600px;
    z-index: 5000;
    top: 50px;
    left: 10px !important;
}
.about_div1231 {
   
    font-size: 3vh;
    }

}

@media screen and (max-width: 480px) and (min-width: 320px) {

  .e_first_div img 
  {
    height: 100%;
  }
  .about_div1 span {
    font-size: 9vh;

  }
  .flagship ul li a {
    padding: 12px 4px;
font-size: 9px;
  }
  .flagship ul li
  {
    width: 121%;
  }
.flagship ul {
    
    margin-right: 0px !important;
    margin-top: 3vh;
}
.flagshipAppend {
    position: absolute;
    top: 38vh;
width: 72%;
}
.flagshipAppend li a {
    position: absolute;
    top: 3vh;
    left: 8vh;
    font-size: 17px;
    color: #000;
}
.flagshipAppend p {
    padding: 38px;
    position: relative;
    top: 5vh;
font-size: 12px;
}
.mid-carousel > .item > a > img, .mid-carousel > .item > img {
    max-width: none !important;
    height: 24vh !important;
}
.left_div_part,.right_div_part
{
  margin-top: -1vh !important;
}
#carousel-generic .carousel-inner {
    height: 20vh;
}
.about_div1 {
    margin-top: 2vh;
    }
    .third_div1 {
    font-size: 2.8vh;
    
    padding: 10px 6vw;
    
}
.img-con {
    width: 100% !important;
    }
.stf .a {
    width: 6.5vh !important;
    height: 7vh !important;
    margin: 4px;
    }
    #Tlogo {
    height: auto !important;
    position: relative;
    top: 35%;
    left: 15% !important;
}
.about_div1231 span {
    font-size: 8vh;

   }
   .about_div1231
   {
    margin-top: 13vh;
   }
   .count_logo_div {
    margin-top: 1vh;
    padding-bottom: 12vh;
}
.carousel1
{
  padding: 0vh 0vh !important;
}
.border   
{
    height: 36vh !important;
    width: 36vh !important;
    
}
.card__front, .card__back {
    
    width: 30vh;
    height: 30vh;
   
}
.logo_div
{
  display: none !important;
}
.logo_block_none
{
   position: absolute !important;
    top: -96vh !important;
    padding: 0 7px !important;
    z-index: 10 !important;
    display: block;
}
#menu ul li {
    list-style: none;
    font-size: 30px !important;
    margin: 8px 0px !important;
    display: block;
}
.trxt_container_div {
    position: absolute;
    top: 30vh !important;
    left: 4vh !important;
}
.text {
    
    font-size: 24px !important;
}
.image-lightbox {
    width: 23%;
    height: 20vh;
    }
    div#image-3 {
    left: 234px;
}
div#image-2 {
    left: 112px;
}
.last_slider_div {
   
    height: 34vh;
    }
    div[id^="image"]:target {
    width: 320px;
    height: 600px;
    z-index: 5000;
    top: 50px;
    left: 10px !important;
}
.about_div1231 {
   
    font-size: 3vh;
    }
    #images-box {
   
    top: 18px;
    
}
}

@media (max-width: 768px) {
    .img-con img {
        position: absolute;
        left: 10vw;
        bottom: 40px;
        height: auto !important;
        width: 100% !important;
    }
    
    #Tlogo {
        width: auto !important;
    }
    
    #location-info {
        bottom: 0 !important;
        width: 70vw !important;
    }
    
    #footer {
        padding: 1px 30px !important;
    }
    #footer .col-sm-3 {
        padding: 10px ;
    }
}
