
a{text-decoration: none;}
a:hover{text-decoration: none !important;text-transform: none;}
ol, ul {
    margin-top: 0;
    margin-bottom: 0 !important;
}

body{
  background-color: #000 !important;
  font-family: 'PT Serif', serif;
}
/*mobile navigation bar css start*/
.pd15-5px{
  padding: 15px 5px;
}
#menuToggle
{
  display: block;
    position: relative;
    top: 2.5em;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    left: 3em;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #f59090;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #245f7e;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 45em 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
.mobile-logo{    position: absolute;
    width: 38%;
    left: -2%;
    top: 25%;}
.dropdown-2{display: none;}
.list-2:hover .dropdown-2{display: block;} 
.mobile-nav{display: none;}

/*mobile navigation bar css end*/
.banner{
  margin-top: 7em;
}
/*slider styles start*/
.carousel-control.right{
  right: 2em !important;
}

.carousel-inner>.item{
      height: 42em;
}
.carousel-indicators{z-index: 0 !important;}
.carousel-caption{top: 40%;text-align: left !important;}
.slide-in-right {
  -webkit-animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-right1 {
  -webkit-animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-right2 {
  -webkit-animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-bottom {
  -webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-bottom1 {
  -webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-bottom2 {
  -webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.kenburns-top {
  -webkit-animation: kenburns-top 3s ease-out both;
          animation: kenburns-top 3s ease-out both;
}
.kenburns-top1 {
  -webkit-animation: kenburns-top 3s ease-out both;
          animation: kenburns-top 3s ease-out both;
}
.kenburns-top2 {
  -webkit-animation: kenburns-top 3s ease-out both;
          animation: kenburns-top 3s ease-out both;
}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

/*slider styles end*/
.bt h1{
  color: #fff;
  font-size: 46px;
}
.bt i{
  padding: 5px;
}
.bt{
  float: right;
  width: 18em;
}
.c-g{
  color: #00ff41;
  position: relative;
    top: -0.5em;
}
.c-w{
  color: #fff;
}
.abt-con p{
  color: #00ff41;
  font-weight: 600;
      text-align: justify;
}
.about{
  margin-top: 3em;
}
.bdimg-none{background-image: none !important;}
.strap{background-color: #fff;margin-top: 2em;position: absolute;z-index: 1;}
.strap ul{display: inline-block;
          vertical-align: middle;
          justify-content: space-around;
          padding: 45px;
          vertical-align: middle;}
.strap ul li{display: inline-block;text-align: center;
    background-image: linear-gradient(to bottom, #23527c 50%, rgba(51, 122, 183, 0) 30%);
    background-position: left;
    background-size: 2px 37px;
    background-repeat: repeat-y;
    padding: 0 8em;}
.strap ul li a{color: #ffa64d !important;}
.strap ul li a i{font-size: 3em;}
.strap ul li a h3{margin: 0;padding: 20px 0;}
.img-tr{margin-left: -5em;
    margin-top: 9em;}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block;
}
.item-2 {
            text-align: center;
            height: 300px;
        }
.thumbnail{margin-top: 9em;border:0 !important;}
.carousel-caption2{color: #000;}
.carousel-caption-2{color: #000 !important;}
.fixed-name{  margin-top: 7em;
              position: absolute;
            }
.stripe-4{
    margin-top: 7em;
    background-color: #f1f1f1;
}
.fs38 {
    font-size: 38px;
    font-weight: 600;
}
.gc {
    color: #A1572F;
}
.pb2{margin-top: 2em;}

.align-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.head{
  text-align: center;
}
.pd5px{
  padding: 5px;
}

.right{
  float: right;
}
.our-team{
  margin-top: 7em;
}
.team-list{
  margin-top: 7em;
}
.card1 img{
  border-radius: 50px;
  margin: 20px;
}
.our-work{
  margin-top: 7em;
}
.card2 img{
  border-radius: 20px;
}

.btn-primary {
  border: 2px solid #fff !important;
  color: white;
  padding: 10px 35px  ;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius:50px;
  background-color:transparent !important;
}
.center{
  width: 100%;
  text-align: center;
}


.kittu{
  font-size: 38px;



}

@media(max-width: 1280px){
  .nav-bar img{width: 53%;}
  .menu{margin-left: 15em !important;}
  .carousel-inner>.item{
      height: 20em;
  }
}
@media(max-width: 1024px){
  .nav-bar img{width: 43%;margin-top: 15px;}
  .nav-logo-list{padding: 5%;}
  .nav-logo-list li{padding: 6px 10px;margin-left: 16px;}
  .icons ul li a{font-size: 15px;}
  .menu ul li a {padding: 15px 5px;font-size: 11px;}
  .dashboard{margin-top: 65px;}
  .block-2, .block-3{width: 100%;}
  .pro-opt{padding: 8px;
    margin-left: 18px;}


}
@media(max-width: 960px){

#navbar{
  display: none;
}
nav{
  width: 10% !important;
}
.bt {
    float: initial;
    text-align: center;
    width: auto;
}
}
@media(max-width: 820px){
  .nav-bar{display: none !important;}
  .mobile-nav{display: block !important;}
  .menu{display: none;}
  .mobile-logo{left: 30%;
    width: 45%;
    top: 4%;}
  .mobile-menu{position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    height: 80px;
    left: 0;
    margin-top: 0em;
    padding: 16px;}
  nav{
    box-shadow: none !important;
  }
  .first iframe{
    width: 26em;
    margin-left: -3em;
  }
  
}

@media(max-width: 720px){
  .btn-open{float: none;display: inline-block;}
}

@media(max-width: 575px){
  
  .btn-open{float: none;display: inline-block;}
  .lg-text{top: 30px;
    z-index: 10;margin-left: 15em !important;top: 5px !important;}
  body table{width: 60em !important;margin: 0 !important;}
  body .pull-right{float: none !important;}
  .mobile-adj{margin-top: 5em;}
  #menu img{border-radius: 50px;}
  .pro-pic{left: 0;}
  .del-btn {position: relative;
    top: 2em;}
  .tile{width: calc(50% - 17px);font-size: 12px;}
  #navbar{display: none !important}
  .strap{margin-top: 35em;padding: 1em;margin-left: -1em;}
  .strap ul{padding: 0;}
  .strap ul li{display: block; background-image: none;}
  .treeimg{display: none;}
  .over-content{padding: 7em 1em !important;left: 0;width: 100%;margin-top: -14em;}
  .ft-1{background-image: none;}
  .bd-right{margin: 2em 0;}
  .carousel-caption{top: 15px;}
  .fixed-name{margin-top: 3em;}
  #menuToggle{
    top: 2em;
    left: 1.5em;
  }
  .row{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .first iframe{
    width: 26em;
    margin-left: -3em;
  }

}

@media(max-width: 380px){
  .block-2{width: 120px !important;}
  .block-3{width: 95px !important;}
  .first iframe{
    width: 26em;
    margin-left: -3em;
  }
}

@media(max-width: 320px){
  .block-2{width: 100px !important;}
  .block-3{width: 75px !important;}
  .mobile-logo{left: 30%;}
  .strap{padding: 0;margin-top: 35em;}
  .carousel-caption{  top: -33px;}
  .fixed-name{margin-top: 2em;}
  .stripe-4{margin-top: 27em;}
  .mobile-logo{width: 100px; top: 15px;left: 20%;}
  .lg-text{margin-left: 11em !important;}
  .first iframe{
    width: 26em;
    margin-left: -3em;
  }
}
@media(max-width: 280px){
  input:focus ~ label, input:valid ~ label {
    font-size: 11px;}
  label{font-size: 11px;}
  .del-btn{top: 4em;left: 0;}
}
@media(max-width:414px){
  .first iframe{
    width: 26em;
    margin-left: -3em;
  }
}