/* ------------------------------------------------------------------------------

  Template Name: Revo Studio 
  Description: Revo Studio - Creative HTML Template
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Loader
      1.3 Typography
      1.4 Fields
      1.5 Buttons
      1.6 Iconsn  
      1.7 Colors
      1.8 Backgrounds
      1.9 Content styles

  2.  Header 

      2.1 Brand
      2.2 Navigation
      2.3 Affix

  3.  Main
  4.  About
  
      4.1 Services

  5.  Portfolio

      5.1 Magnific popup

  6.  Team
  7.  Features
  8.  Reviews

      8.1 Owl carousel

  9.  Prices
  10. Blog
  11. Contact
  12. Footer
  13. Modals
  14. Responsive styles

      14.1 Min width 768px
      14.2 Min width 992px
      14.3 Min width 1200px

/*-------------------------------------------------------------------------------
  1. Cursor
-------------------------------------------------------------------------------*/




/* 1.1 General */


@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('hover.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');


html{
  -webkit-font-smoothing: antialiased;
}

.body {
  margin: 0;
  padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-family: poppins;
 

}



/*-------------------------------------------------------------------------------
  1. Cursor
-------------------------------------------------------------------------------*/
:root {
  --background-dark: #2d3548;
  --text-light: rgba(255, 255, 255, 0.6);
  --text-lighter: rgba(255, 255, 255, 0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 45px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}



.hero-section {
  align-items: flex-start;
  background-color: #000000;  
  background-repeat: no-repeat;
  display: flex;
  overflow: hidden;
  min-height: 100%;
  justify-content: center;
  height: 61rem;
 /* padding: var(--spacing-xxl) var(--spacing-l);*/
  /* margin-top: 50px; */
  
}

.card-grid {
  display: grid;
  
  grid-area: 5px;
  margin: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
 /* grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);*/
  width: 75%;
}

@media(min-width: 540px) {
  .card-grid {
      grid-template-columns: repeat(2, 1fr);
      
  }
  
  /* .para {
      width:20rem !important;
      font-size:1.5rem;
  } */
  
  
}

@media(min-width: 960px) {
  .card-grid {
      grid-template-columns: repeat(5, 1fr);
  }
}


@media(max-width: 960px) {
  .hero-section{
    height: 165rem;
  }


  
    
  .card-grid{
    margin-top: 8rem;

    }

    /* * {
      overflow-x: auto;
      overflow-y: visible;
      scrollbar-width: none;
    }
   */
  
    /* #slider, #slider .slide{
     width: 90% !important;
     margin: auto;
  }
   */
  

.content{
    padding: 0 !important;
}


.logo{
 
  object-fit: contain;
  width: 150px !important;
 margin-left: 3rem !important ;

}

}

.card {
  list-style: none;
  position: relative;
}

.card:before {
  content: '';
  display: block;
  margin-top: 35rem;
  width: 100%;
  
}

.card__background {
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-m);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;

  position: absolute;
  right: 0;
  top: 25%;
  transform-origin: center;
  transform: scale(1) translateZ(0);
  transition:
      filter 500ms linear,
      transform 500ms linear;
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
}

.card:hover .card__background {
  transform: scale(1.10) translateZ(0);
  -webkit-filter: grayscale(1 %); /* Safari 6.0 - 9.0 */
      filter: grayscale(0%);
  
}

.card-grid:hover>.card:not(:hover) .card__background {
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}


  /* ==========================================================================
     Example area - Every possible cursor
     ========================================================================== */

.cursors {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.cursors > div {
  flex: 150px;
  padding: 10px 2px;
  white-space: nowrap;
  border: 1px solid #ff0000;
  border-radius: 5px;
  margin: 0 5px 5px 0;
}
.cursors > div:hover {
  background: rgba(12, 12, 52, .5);
  color: #666666
}

  /* ==========================================================================
     Custom Cursor Kerfuffle
     ========================================================================== */

.custom-cursor::before,
.custom-cursor::after,
.custom-cursor {
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
}

.custom-cursor::before,
.custom-cursor::after {
  content: "";
}

.custom-cursor {
  margin-top: var(--mid-cursor-margin);
  margin-left: var(--mid-cursor-margin);
  width: var(--mid-cursor-size);
  height: var(--mid-cursor-size);

  border: var(--mid-border-size) solid var(--mid-cursor-border-color);
  display: inline-block;
  transition-duration: var(--transition-duration);
  transition-timing-function: ease-out;
  animation: mid-cursor-animation .5s infinite alternate;
  pointer-events: none;
}

.custom-cursor::before {
  content: "";
  border: var(--inner-border-size) solid var(--inner-cursor-border-color);
  width: calc(var(--inner-cursor-size));
  height: calc(var(--inner-cursor-size));
  margin-top: var(--inner-cursor-margin);
  margin-left: var(--inner-cursor-margin);
  animation: inner-cursor-animation .11s infinity alternate;
  animation-delay: .2s;
}

.custom-cursor::after {
  content: "";
  border: var(--outer-border-size) solid var(--outer-cursor-border-color);
  width: var(--outer-cursor-size);
  height: var(--outer-cursor-size);
  margin-top: var(--outer-cursor-margin);
  margin-left: var(--outer-cursor-margin);
  animation: outer-cursor-animation .7s infinite alternate;
}

  /* ==========================================================================
     Custom Cursor Animations
     ========================================================================== */

@keyframes mid-cursor-animation {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}

@keyframes outer-cursor-animation {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
}

@keyframes inner-cursor-animation {
    from {
        transform: scale(.1);
    }
    to {
        transform: scale(3);
    }
}


@keyframes custom-cursor-click {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

  /* ==========================================================================
     Custom Cursor Events (click, hover)
     ========================================================================== */

.custom-cursor-click {
    animation: custom-cursor-click .5s forwards;
    border-color: green!important;
}

.custom-cursor.pointer {
    border-color: #000031;
}
.custom-cursor.not-allowed {
    border-color: #ff0000;
}

  /* ==========================================================================
     Additional page styles
   

/* our services */

.logo-para {
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 500;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  text-align: justify;

}


.video {
  display:grid;
 margin-bottom: -1rem;
  padding-top: 50px;
}


.title-2 {
    
  margin-top: 28rem;
  
  
}


h2 {
width: max-content;
font-size: 48px;
position: relative;
cursor: pointer;
margin:auto;
font-family: "Laila", serif;
font-weight: 600;


}


h2::after {
  content: "";
    margin: auto;
  position: absolute;
  bottom: -15px;
  height: 4px;
  width:100%;
  left: 0;
  background-color: #076b0e;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
  transform:scaleX(0) ;
}

h2:hover::after {
  transform:scaleX(1) ;
  -webkit-transform:scaleX(1) ;
  -moz-transform:scaleX(1) ;
  -ms-transform:scaleX(1) ;
  -o-transform:scaleX(1) ;
}



.green-para {

  font-size: 25px ;
  font-family: 'Josefin Sans';
  margin-bottom: 80px;
 width: 55%;
 margin: auto;
 margin-bottom: -2rem;
  color: #000000;

}

.service-title {
  margin-top: 80px;
  margin-bottom: -2rem  ;
}

.service-column {

  margin-bottom: 50px;
}



.add-title {
  margin-top: 40px;


 
}

.highlights-title {
margin-top: 50px ;
  margin-bottom: 50PX;  
}



/* carosoul*/

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) { 
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }d
}

.join-para {
        font-size: 20px !important;
    }


.green-para {

  font-size: 20px;
  width: 75%;
}

.join-para {
    font-size: 20px;
}


/* our experties start*/ 

.exp-img {
  
  
  background-color:#302c2c13;
  

}


.exp-section {
  margin-bottom: 10px;
  
 
}


.exp-title{
  margin-top: 34px;
 
letter-spacing: 3px;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
color: #000;
font-family: "Anek Kannada", sans-serif;
  }









.expertise-para {
  font-size: 21px;
 margin-top: 30px;  
 font-weight: 600;
  letter-spacing: 1px;
  

  font-family: "Josefin Sans", sans-serif;
}

.expertise-para-0 {

  font-size: 20px;
 
   letter-spacing: 1px;
   text-align: left;
 
}



.expertise-para-last {
  
  margin-bottom: 50px;

}


.exp-subtitle {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: "Sedan", serif;
  font-weight: 600; 
  font-size: 25px;
  text-align: left;
  text-transform: capitalize;
   

  

}


.exp {

}









/* our experties end*/ 


/* 1.2 Loader */




.loader-brand{
  position: absolute;
  left:0;
  width: 50%;
  top:5%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.loader-brand img{
  max-width: 10%;
}

.logo{
 
  margin-left: 18rem;
   width: 200px;

}


/* 1.3 Typography */



h1,
.h1{ 
  font-size: 50px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 700;
  margin:0;
}

h2,
.h2{ 


  font-size: 38px;
 text-align: center;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #141414;
  
}


h3,
.h3{
  letter-spacing: 0.1rem;
text-transform: uppercase;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
  color:#68B437;
   margin-top: 35px;
  margin-bottom: 10px;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 18px;
  

}

h4,
.h4{
  font-size: 14px;
  line-height:1.4;
  font-weight: 700;
  color:#141414;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h4 a,
.h4 a{
  color: inherit;
}

h4 a:hover,
.h4 a:hover{
  color:#67d5b5;
  text-decoration:none;
}

ul,
ol {
  margin-top:0px;
  margin-bottom: 10px;
}

ul{
  list-style: none;
  padding-left: 0;
}

ol li,
ul li{
  margin-top: 10px;
}

blockquote{
  margin:40px 0;
  background-color: #f6f6f6;
  padding: 30px;
  position: relative;
  border-left-color:#67d5b5;
  font-size: inherit;
  line-height: 1.7;
  color: #6B6B6B;
}

a {
  color:#68B437;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

a:hover,
a:focus {
  color:#67d5b5;
  outline: none;
}

a:focus{
  text-decoration: none;
}



/* 1.4 Fields */



.form-control,
textarea.form-control{
  height: 50px;
  color: #9F9F9F;
  border-radius:0;
  padding-left: 22px;
 margin-bottom: 16px;
  color: #141414;
  background-color: transparent;
  border:2px solid #141414;
  -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
}

.form-control-sm,
textarea.form-control-sm{
  font-size:11px;
  width: 40%;
  letter-spacing: 0.1em;
  height: 40px;
  padding: 13px 13px 13px;
  color: #fff;
  border-radius:0;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border:2px solid #fff;
  letter-spacing: 0.1em;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

.form-control-white,
textarea.form-control-white{
  border-color: #fff;
  color: #fff;
}

.form-control:focus,
.form-control-sm:focus {
  border-color:#67d5b5;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}

textarea.form-control{
  height: 100px;
  padding-top: 14px;
  resize:none;
}

.form-control::-moz-placeholder {
  color: #141414;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #141414;
}

.form-control::-webkit-input-placeholder {
  color: #141414;
}

.form-control-white::-moz-placeholder{
  opacity: 1;
  color: #fff;
}

.form-control-white::-ms-input-placeholder {
  color: #fff;
}

.form-control-white::-webkit-input-placeholder {
  color: #fff;
}

.form-control-sm::-moz-placeholder{
  color: #fff;
}

.form-control-sm::-ms-input-placeholder {
  color: #fff;
}

.form-control-sm::-webkit-input-placeholder {
  color: #fff;
}

.form-control.error,
.form-control-sm.error{
  border-color:#67d5b5;
}

.form-group{
  margin-bottom: 30px;
  
}

.form-group-sm{
  margin-bottom: 15px;
}

.col-form{
  margin-top: 40px;
}

.row-form{
  margin-top: -40px;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.mc-label,
label.error{
  display: block;
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin:10px 20px 0;
}

label.mc-label{
  margin:10px 13px 0;
}

label.mc-label .fa{
  color: #67d5b5;
}


/* 1.5 Buttons */



.btn{
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  border:2px solid #67d5b5;
  padding:13px 45px 12px;
  text-decoration: none;
  font-size: 13px;
  color:#ffffff;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #67d5b5;
  -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

.btn-round{
  border-radius: 25px;
}

.btn-sm{
  padding: 8px 30px 7px;
  font-size: 11px;
}

.btn:focus{
  outline: none!important;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.btn:hover,
.btn:focus{
  border-color:#67d5b5;
  background-color: transparent;
}

.btn-light{
  background-color: #f0f5f9;
  border-color:#f0f5f9; 
  color: #141414;
}

.btn-light:hover,
.btn-light:focus{
  color:#fff;
  background-color: #67d5b5;
}

.btn-white{
  color: #141414;
  background-color:#fff;
  border-color: #fff;
}

.btn-white:hover,
.btn-white:focus{
  color:#fff;
  background-color: #67d5b5;
  border-color: #67d5b5;
}

.btn-b-white{
  border:2px solid #ffffff;
  background-color:transparent;
}

.btn-b-white:hover,
.btn-b-white:focus,
.btn-hvr-white:hover,
.btn-hvr-white:focus{
  color: #141414;
  background-color: #fff;
  border-color: #000000;
}

.btn-b-dark{
  color: #141414;
  border:2px solid #141414;
  background-color:transparent;
}

.btn-b-dark:hover,
.btn-b-dark:focus{
  color:#fff;
  background-color: #67d5b5;
}



/* 1.6 Icons */



.icon-circle,
.icon-circle-white{
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border:2px solid #67d5b5;
}

.icon-circle .fa,
.icon-circle-white .fa{
  font-size:40px;
  color:#67d5b5;
  vertical-align: middle;
}

.icon-circle-white{
    border-color: #fff;
}

.icon-circle-white .fa{
    color: #fff;
}

.icon-circle-2{
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background:#67d5b5;
}

.icon-circle-2 .fa{
  font-size:30px;
  color:#fff;
  vertical-align: middle;
}

.icon-circle-3{
  display: table-footer-group;
  text-align: left;
  width: 80px;
  height: 80px;
  line-height: 100px;
 
 
}

.icon-circle-3 .fa{
  font-size:45px;
  color:#fff;
  vertical-align: text-bottom;
}

.icon-circle-3.dark{
  border-color: #141414;
}

.icon-circle-3.dark .fa{
  color: #141414;
}

.fa{
  display: inline-block;
  color: inherit;
}

a.fa:hover,
a.fa:focus{
  text-decoration: none;
}

.address-title {
margin-top: 50px;


}
.icn-title {
  margin-top: 50px;
  
  
  }
  









/* 1.7 Colors */



.text-white{
  color:#fff;



}

.text-primary{
  color:#68B437;
}



/* 1.8 Backgrouns */



.bgc-light{
  background-color:#f0f5f9;
}

.bgc-primary{
  background-color:#67d5b5;
}



/* 1.9 Content styles */



.layout{
  overflow: hidden;
}

.section{
 
}

.section-title {

margin-bottom:3rem;
margin-top: -18rem;

}

.section-content{
  margin-top: 75px;

 }

.bg-left-fluid{
  position: absolute;
  padding: 0;
  left:0;
  top:0;
  bottom: 0;
  overflow: hidden;
}

.bg-right-fluid{
  position: absolute;
  padding: 0;
  right:0;
  top:0;
  bottom: 0;
  overflow: hidden;
}

.bg-left-fluid.bordered:after,
.bg-right-fluid.bordered:after{
  content:'';
  position: absolute;
  left: 20px;
  top:20px;
  right: 20px;
  bottom: 20px;
  border:1px solid #67d5b5;
}

.row-base{
  margin-top: -30px;
}

.col-base{
  margin-top: 30px;
}

.row-columns{
  margin-top: -50px;
}




/* 1.10 Helpers */



.masked{
  position: relative;
}

.masked:before{
  content:'';
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 100%;

  
}

.rel-1{
  position: relative;
  z-index:1;
}

.pt-0{
  padding-top: 0;
}

.pb-0{
  padding-bottom: 0;
}

.parallax{
  background-attachment: fixed!important;
}

.mobile .parallax{
  background-attachment: scroll!important;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.navbar{
  background-color: #000;
  position: absolute;
  z-index: 30;
  top:0;
  left:0;
  width: 100%;

  border-radius: 0;
}

.navbar .brand{
  float: left;
}

.navbar-toggle{
  margin-top: 3px;
  padding: 0;
  margin-right: 35px !important;
}

.navbar-toggle .icon-bar{
  background-color:#67d5b5;
  height: 2px;
  width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar{
  background-color: #fff;
}


@media (max-height: 320px ){
  .navbar .navbar-collapse{
    max-height: 240px;
    
  }
}



/* 2.1 Brand */



.brand{
  display: inline-block;
  margin:0 0 15px 15px;
  text-align: center;
  font-size:25px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}

.brand span{
  display: inline-block;
}

.brand:hover,
.brand:focus{
  text-decoration: none;
}



/* 2.2 Navigation */

.nav-cls {
  height: 30rem;
}





.navbar-nav{
margin-top:-6px;

  margin-right: 17rem;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  
}




.navbar-nav li{
  padding: 1.5rem;
  position: relative;
  margin-top: 0;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-nav li a{
  color: #fff;
  text-decoration: none;
  padding:12px 20px;
  -webkit-transition:background-color 0.3s;
  -o-transition:background-color 0.3s;
  transition:background-color 0.3s;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .active > a{
  background-color: transparent;

}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a{
  background-color: #67d5b5;
}

.navbar-nav li .submenu{
  display: none;
  position: absolute;
  left:-15px;
  top:150%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.navbar-nav li ul{
  margin-top: 21px;
  min-width: 200px;
  background: rgba(14,14,14,0.9);
  
}

.navbar-nav li:hover .submenu{
  top:100%;
  visibility: visible;
  opacity: 1;
}

.navbar-nav li li{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-nav li li:last-child{
  border-bottom: 0;
}

.navbar-nav li li a{
  display: block;
  padding: 12px 20px 10px;
}



/* 2.3 Affix */



.navbar.affix{
  position: fixed;
  top:0;
  
  padding-top:20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}


.navbar.affix .navbar-nav > li > a:hover, 
.navbar.affix .navbar-nav > .active > a{
  color: #fff;
}


/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.opener{
  color:#fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 200px 0 150px;
}

.opener h2{
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.4em;
  margin: 0;
  font-weight:600;
}

.rev_slider{
  color: #fff;
  min-height: 420px;
  background-color: #141414;
}

.tp-caption{
  text-align: center;
}

.main .btn{
  padding-left: 30px;
  padding-right: 30px;
}

.ares.tparrows{
  min-width: 50px;
  min-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(255,255,255,0.9);
}

.ares.tparrows.tp-leftarrow{
  margin-left: 40px;
}

.ares.tparrows.tp-rightarrow{
  margin-right: 40px;
}

.ares.tparrows.tp-leftarrow:before,
.ares.tparrows.tp-rightarrow:before{
  font-family: 'FontAwesome';
  line-height: 50px;
  color:#67d5b5;
}  

.ares.tparrows.tp-leftarrow:before{
  content: "\f104";
}

.ares.tparrows.tp-rightarrow:before{
  content: "\f105";
}

.ares.tparrows:hover{
  background-color: rgba(14,14,14,0.9);
}

.ares.tparrows:hover .ares.tparrows.tp-leftarrow:before, 
.ares.tparrows:hover .ares.tparrows.tp-rightarrow:before{
  color: #fff;
}

.scroll-bottom{
  display:inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #68B437;
}

.scroll-bottom .fa{
  position: relative;
  line-height: 50px;
  font-size: 17px;
  color: #fff;
}

.scroll-bottom:hover{
  background-color: #fff;
}

.scroll-bottom:hover .fa{
  color:#67d5b5;
}

/* ------------------------------------------------------------------------------- */
/*  4. About
/* ------------------------------------------------------------------------------- */


.partners{
  overflow: hidden;
}

.bg-about-1{
  background:url(../img/bg/about1.jpg) center no-repeat;
  background-size: cover;
}

.bg-about-2{
  background:url(../img/bg/about2.jpg) center no-repeat;
  background-size: cover;
}

.bg-about-3{
  background:url(../img/bg/about3.jpg) center no-repeat;
  background-size: cover;
}

.bg-about-4{
  background:url(../img/bg/about4.jpg) center no-repeat;
  background-size: cover;
}

.bg-about-5{
  background:url(../img/bg/about5.jpg) center no-repeat;
  background-size: cover;
}

.row-about{
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.col-about-margin{
  margin-top: 70px;
}

.img-frame{
  display: inline-block;
  position: relative;
}

.img-frame:after{
  content:'';
  position: absolute;
  left:-15px;
  top:-15px;
  bottom: 15px;
  right: 15px;
  border:5px solid #f0f5f9;
}

.img-frame img{
  position: relative;
  z-index: 1;
}

.about-title{
  margin-top:0;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.col-about-content{
  margin-top: 45px;
}

.progress-bar-title{
  margin-bottom: 3px;
}

.progress-bar-title,
.progress-bar{
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
}

.progress{
  height: 10px;
  margin-bottom: 25px;
  box-shadow: none;
  background:none;
  border-radius: 0;
  overflow: visible;
}

.progress-bar{
  position: relative;
  border-radius: 4px;
  background-color: #67d5b5;
  box-shadow: none;
  color: inherit;
  width: 20%;
}

.progress-bar span{
  position: absolute;
  top: -30px;
  right: 0px;
}

.statistic{
  text-align: center;
  padding:80px 0;
}

.counter-value{
  font-size:60px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.counter-details{
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.panel-group{
  margin-bottom: 0;
}

.panel-group .panel+.panel{
  margin-top: 15px;
}

.panel{
  background-color: transparent;
  border:0;
}

.panel-heading{
  background-color: #67d5b5;
  border-radius: 0;
  padding: 0;
}

.panel-title{
  text-transform: uppercase;
  color:#fff;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.panel-title a{
  color:#fff;
  position: relative;
  display: block;
  padding: 14px 50px 12px 20px;
}

.panel-title a:hover{
  color:#fff;
  text-decoration: none;
}

.panel-title a:before {
  position: absolute;
  top: 13px;
  right: 20px;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  content: "+";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.panel-title a[aria-expanded="true"]:before {
  content: "-";
}

.panel-group .panel-heading+.panel-collapse>.panel-body, 
.panel-group .panel-heading+.panel-collapse>.list-group{
  border:2px solid #67d5b5;
}

.panel-body{
  margin-top: 15px;
  padding: 20px;
  border:2px solid #67d5b5;
}

.panel-body-title{
  font-size: 14px;
  color:#67d5b5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
  margin-top:12px;
}

.partner{
  margin:0 15px;
  padding: 20px 25px;
  border:2px solid #f7f7f7;
}

.partner img{
  max-width: 100%;
}

.image-section h2{
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 25px;
}

.image-section .btn{
  margin-top: 15px;
}

.banner-section{
  padding: 50px 0;
}

.banner-section h2{
  font-size:22px;
  letter-spacing: 0.05em;
  margin:10px 0 0;
}

.banner-section .btn{
  margin-top: 30px;
}




/* ------------------------------------------------------------------------------- */
/*  5. Portfolio
/* ------------------------------------------------------------------------------- */



.filter{
  margin:50px 0 0 0;
  text-transform: uppercase;
  font-size:12px;
  letter-spacing: 0.1em;
}

.filter li{
  display: inline-block;
  margin: 20px 10px 0;
}

.filter li a{
  display: block;
  color: inherit;
  padding:8px 18px;
  border:2px solid #f0f5f9;
}

.filter li a:hover,
.filter .active a{
  border-color: #67d5b5;
  background-color: #67d5b5;
  text-decoration:none;
  color: #fff;
}

.filter-top{
  margin-top: -20px;
}

.isotope-padding{
  margin:0 15px;
}

.isotope-padding .isotope-item{
  padding: 15px;
}

.isotope .isotope-item{
  width: 100%;
}

.isotope .isotope-item.w2{
  width: 100%;
}

.isotope.col-2 .isotope-item{
  width: 100%;
}

.isotope.col-3 .isotope-item{
  width: 100%;
}

.showcase-item{
  color: #fff;
}

.showcase-item-thumbnail img{
  display: block;
  width: 100%;
}

.showcase-item-hover{
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  opacity: 0;
  color: #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor:url(../img/zoom-in.cur), zoom-in;
}

.isotope-padding .showcase-item-hover{
  top:15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.showcase-item-hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(103,213,181,0.8);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.showcase-item-info{
  position: absolute;
  top:50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  -webkit-transform:translateY(-50%) scale(0);
  -ms-transform:translateY(-50%) scale(0);
  transform:translateY(-50%) scale(0);
  -webkit-transition: transform  0.3s;
  -ms-transition: transform  0.3s;
  transition: transform  0.3s;
}

.showcase-item-category{
  font-size:20px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.showcase-item-title{
  font-size:25px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.showcase-item:hover .showcase-item-hover {
  opacity: 1;
}

.showcase-item:hover .showcase-item-hover:after{
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.showcase-item:hover .showcase-item-info{
  -webkit-transform:translateY(-50%) scale(1);
  -ms-transform:translateY(-50%) scale(1);
  transform:translateY(-50%) scale(1);
}


/* 5.1 Magnific popup */


.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img{
  min-height: 250px;
}

.mfp-bottom-bar{
  margin-top: -30px;
}


.mfp-counter{
  top:5px;
}

.mfp-bg{
  background-color: #141414;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px
  
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:scale(0) rotateY(60deg);
  -o-transform:scale(0) rotateY(60deg);
  transform:scale(0) rotateY(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateY(-60deg);
      -ms-transform: rotateY(-60deg);
       -o-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform:rotateX(0);
      -ms-transform:rotateX(0);
       -o-transform:rotateX(0);
          transform:rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  
}

.mfp-zoom-out-cur, 
.mfp-zoom-out-cur 
.mfp-image-holder .mfp-close{
  cursor:url(../img/zoom-out.cur), zoom-out;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* ------------------------------------------------------------------------------- */
/*  6. Team
/* ------------------------------------------------------------------------------- */


.team-profile{
  position: relative;
  overflow: hidden;
}

.team-profile-img img{
  width: 100%;
}

.team-profile-hover{
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top:12px;
  bottom: 12px;
  left: 12px;
  right: 12px;
  opacity: 0;
  color: #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-profile-hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(103,213,181,0.8);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-profile-info{
  position: absolute;
  top:50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  -webkit-transform:translateY(-50%) scale(0);
  -ms-transform:translateY(-50%) scale(0);
  transform:translateY(-50%) scale(0);
  -webkit-transition: transform  0.3s;
  -ms-transition: transform  0.3s;
  transition: transform  0.3s;
}

.team-profile-social{
  position:relative;
  top:-30px;
  opacity: 0;
  -webkit-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
  margin-bottom: 50px;
}

.team-profile-social a{
  display: inline-block;
  vertical-align: middle;
  margin:0 10px;
  font-size: 25px;
}

.team-profile-social a:hover{
  color: #141414;
}

.team-profile-name{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.team-profile-spec{
  font-size:13px;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #141414;
}

.team-profile-descr{
  position:relative;
  top:90px;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.team-profile:hover .team-profile-hover {
  opacity: 1;
}

.team-profile:hover .team-profile-hover:after{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.team-profile:hover .team-profile-info{
  -webkit-transform:translateY(-50%) scale(1);
  -ms-transform:translateY(-50%) scale(1);
  transform:translateY(-50%) scale(1);
}

.team-profile:hover .team-profile-social{
  opacity: 1;
  top:0;
}

.team-profile:hover .team-profile-descr{
  opacity: 1;
  top:0;
}



/* ------------------------------------------------------------------------------- */
/*  7. Features
/* ------------------------------------------------------------------------------- */

#features {

background-color: #1c1d1c25;

}




/* ------------------------------------------------------------------------------- */
/*  8. Reviews
/* ------------------------------------------------------------------------------- */



.reviews{
  background:url(../img/bg/reviews.jpg) center 0 no-repeat;
  background-size: cover;
}

.review-name{
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 35px;
}

.review-spec{
  font-size:14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color:#67d5b5;
  font-weight: 400;
  margin:0;
}

.review-description{
  margin-top: 30px;
}

.review-carousel-2 .review{
  position: relative;
  margin:0 15px;
  padding:0 50px 40px;
}

.review-carousel-2 .review:before{
  content:'';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top:50px;
  bottom:0;
  border:2px solid #f0f5f9;
}

.review-carousel-2 .owl-controls .owl-pagination{
  margin-top: 80px;
}

.review-carousel-3 .col-review-text{
  margin-top: 50px;
  padding: 50px;
  border:2px solid #eff4f8;
}

.review-carousel-3 .review-name{
  margin-top: 0;
}



/* 8.1 Owl carousel */



.owl-controls .owl-pagination{
  text-align: center;
  margin-top: 35px;
}

.owl-controls .owl-page{
  display: inline-block;
  margin:0 4px;
}

.owl-controls .owl-page span{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border:2px solid #67d5b5;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}

.owl-controls .owl-page.active span, 
.owl-controls .owl-page:hover span{
  background-color:#67d5b5;
}

.dots-white .owl-controls .owl-page span{
  border-color: #fff;
}

.dots-white .owl-controls .owl-page.active span, 
.dots-white  .owl-controls .owl-page:hover span{
  background-color:#fff;

}



/* 
------------------------------------------------------------------------------- */
/*  10. Blog
/* ------------------------------------------------------------------------------- */





.blog-article-thumbnail{
  position: relative;
}

.blog-article-thumbnail img{
  width: 100%;
}

.blog-article-thumbnail .date{
  position: absolute;
  z-index: 1;
  right: 0;
  top:0;
  padding:8px 14px;
  background-color: #67d5b5;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
}

.blog-article-title{
  font-size:15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.blog-article-category{
  font-size:14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #8a8888;
}

.read-more{
  display: inline-block;
  font-size:12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.read-more .fa{
  margin-left: 4px;
}

.blog-article-details .read-more{
  margin-top: 10px;
}


.gallery-carousel .owl-prev, 
.gallery-carousel .owl-next{
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background:#fff;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.gallery-carousel .owl-prev{
  left: 20px;
}

.gallery-carousel .owl-next {
  right: 20px;
}

.gallery-carousel .owl-prev .fa, 
.gallery-carousel .owl-next .fa{
  color: #67d5b5;
}

.gallery-carousel .owl-prev:hover, 
.gallery-carousel .owl-next:hover{
  background-color:#67d5b5;
}

.gallery-carousel .owl-prev:hover .fa, 
.gallery-carousel .owl-next:hover .fa{
  color: #fff;
}

/* ------------------------------------------------------------------------------- */
/*  11. Contact
/* ------------------------------------------------------------------------------- */


.contact{
 /* background:url(../img/bg/contact.jpg) center 0 no-repeat;*/
  background-size: cover;
}

.contact-2 .social{
  margin-top: 40px;
}



.contact-row .icon-title{
  font-size:14px;

  margin-bottom: 12px;
}

.contact-2 .social{
  text-align: center;
}


/* ------------------------------------------------------------------------------- */
/*  12. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  font-size:13px;
}

.footer-top{
  padding:55px 0;
  background-color: #1a1a1a;
}

.footer .widget-title .brand{
  margin-top: 8px;
}

.footer .widget-title{
  position: relative;
  font-size:13px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 32px;
}

.footer .widget-title:before{
  content:'';
  position: absolute;
  top:100%;
  margin-top: 8px;
  left: 0;
  width: 20px;
  border-top: 1px solid #67d5b5;
}

.footer .widget-links{
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer .widget-links li{
  margin-bottom: 14px;
}

.footer .widget-links a{
  color: inherit;
}

.footer .widget-links a:hover{
  color:#67d5b5;
  text-decoration: none;
}

.footer-bottom{
  padding: 28px 0;
  background-color: #141414;
}

.copy{
  margin-bottom: 15px;
}

.social{
  margin-top: -7px;
  margin-left: -30px;
}

.social a{
  font-size: 15px;
  display: inline-block;
  padding: 1px;
  margin-left:30px;
  margin-top: 7px;
  color: #C2C2C2;
}

.social a:hover{
  color: #68B437;
}

.social-round a{
  margin-left:10px;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 40px;
  border:2px solid #67d5b5;
  border-radius: 50%;
}

.social-round a .fa{
  color:#141414;
}

.social-round a:hover{
  background-color:  #67d5b5;
}

.social-round a:hover .fa{
  color:  #fff;
}



/* ------------------------------------------------------------------------------- */
/*  13. Modals
/* ------------------------------------------------------------------------------- */



.modal-open{
  overflow: visible;
  padding-right: 0!important;
}

.modal{
  color: #fff;
  text-align: center;
}

.modal .form-control{
  height: 50px;
  font-size:12px;
  border-width: 1px;
}

.modal textarea.form-control{
  height: 120px;
}

.modal label.error{
  color: #fff;
}

.modal-dialog{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  margin:25px auto;
}

.modal-content{
  border:0;
  opacity: 0;
  background-color:rgba(20,20,20,0.95);
  padding: 20px 30px 40px;
  border-radius:0;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.modal.fade .modal-dialog{
  -webkit-perspective: 1300px;
     -moz-perspective: 1300px;
          perspective: 1300px;
}

.modal.fade .modal-content{
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
     -moz-transform: translateZ(-3000px) rotateY(90deg);
      -ms-transform: translateZ(-3000px) rotateY(90deg);
          transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.modal.fade.in .modal-content{
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% { -webkit-transform: translateZ(-250px) rotateY(60deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
  100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
  50% { -moz-transform: translateZ(-250px) rotateY(60deg); opacity: .5; -moz-animation-timing-function: ease-out;}
  100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
  50% { transform: translateZ(-250px) rotateY(60deg); opacity: 1; animation-timing-function: ease-in;}
  100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

.modal-header{
  border:0;
  min-height: 0;
  text-align: center;
}

.close{
  display: block;
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: none; 
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.close span{
  display: block;
}

.close:hover,
.close:focus {
  color: #67d5b5;
  opacity:1;
  filter: alpha(opacity=1);
}

.modal-header .close{
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  font-size: 40px;
}

.modal-title{
  font-size: 25px;
  color: #fff;
  margin-bottom: 10px;
}

.modal-subtitle{
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.modal-body{
  padding:20px 0 0;
}

.modal-body .form-group{
  margin-bottom: 30px;
}

.modal-message .modal-content{
  padding-top: 55px;
  padding-bottom: 55px;
}


/* ------------------------------------------------------------------------------- */
/*  14. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 14.1 Min width 768px */

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


  /* Header */

  .navbar {
    padding-top: 52px;
  }

  .brand{
    margin:0;
  }
  
  .join-para {
      font-size: 20px;
  }

    
    
    
  /* Navigation */


  .navbar-nav{
    font-size:14px;
  }

  .navbar-nav > li{
    border-bottom: 0;
    margin-left: 25px;
  }

  .navbar-nav li a{
    position: relative;
    padding:0;
    color:#fff;
  }

  .navbar-nav li a:hover,
  .navbar-nav li a:focus,
  .navbar-nav .active > a,
  .navbar-nav .active > a:hover{
    background-color: transparent;

  }

  .navbar-nav li a:hover,
  .navbar-nav .active > a,
  .navbar.affix .navbar-nav li > a:hover,
  .navbar.affix .navbar-nav .active > a{
    color: #68B437;
  }

  .navbar-nav li .submenu{
    display: block;
  }


  /* Navbar Affix */

  .navbar.affix{
    padding-bottom: 20px;
  }

  /* Main */



  .opener{
    padding: 300px 0;
  }

  /* Portfolio */

  .isotope .isotope-item{
    width: 50%;
  }

  .isotope .isotope-item.w2{
    width: 100%;
  }

  .isotope.col-3 .isotope-item{
    width: 50%;
  }

  /* Footer */

  .copy{
    
    margin-bottom: 0;
  }


  .footer-bottom .social{
    float: right;
    margin-left: 0;
  }


  /* Modals */

  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .modal-dialog {
    width: 550px;
  }


/* 14.2 Min width 992px */

@media (min-width: 992px){


  /* Content styles */

 .md-pull-right{
    float: right;
  }

  .text-right-md{
    text-align: right;
  }

.row {
  margin-left: 214px;
  margin-right: 207px;
}

  /* Backgrouns */



  .bgc-light-md{
    background-color: #f0f5f9;
  }


  /* About */



  .col-about-right{
    padding-left:30px;
  }

  .col-about-left{
    padding-right: 30px;
  }

  .banner-section .btn{
    margin-top:0;
  }

  /* Navigation */


  .navbar-nav > li{
    border-bottom: 0;
    margin-left: 36px;
  }

  .navbar.affix .navbar-nav > li > a{
    margin-bottom: 0;
  }


  /* Portfolio */


  .isotope .isotope-item{
    width: 33.333333%;
  }

  .isotope .isotope-item.w2{
    width: 66.666666%;
  }

  .isotope.col-2 .isotope-item{
    width: 50%;
  }


  
  /* Contact */



  .col-contact{
    border-left:1px solid #E1E1E1;
  }
}


/* 14.3 Min width 1200px */



@media (min-width: 1200px){



  /* Portfolio */



  .isotope .isotope-item{
    width: 25%;
  }

  .isotope .isotope-item.w2{
    width: 50%;
  }

  .isotope.col-3 .isotope-item{
    width: 33.333333%;
  }



  /* About */



  .col-about-right{
    padding-left: 60px;
  }

  .col-about-left{
    padding-right: 60px;
  }

  .feature-box-wrap{
    margin-top: 50px;
  }

}



/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* CAREER PAGE
-------------------------------------------------- */

.career-para{
  margin-top: 7rem;
  font-size: 25px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 1px;
}


.career-title { 
  margin-top: 50px;
  margin-bottom: -70px;
}







.career {
  background-color: #00000013;
  margin-bottom: -200px;
  margin-bottom: 50px;
}


.car-line {
 
  width: 300px;
  border-radius: 10px;
  height: 2px;
  background-color: #68B437;
  margin:10px auto 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}


.name-title {

  font-weight: 500;
  text-align: left !important ;
}

.uplo {
  text-align: left;
  padding-bottom: 20px;
}
.subm {
  text-align: left;
  padding-bottom: 30px;
  color: #67D5B5;
  border-color:#67d5b5;
  background-color: transparent;
  
}





/*advertisement*/


.btn:hover,
.btn:focus{
  border-color:#67d5b5;
  background-color: transparent;
}


.img-add {
  margin-top: 10px;
  object-fit: contain;
  width: 105%;
  

}




/* Join Us on Our Journey */ 


.join {
 
 
 margin-bottom: 1rem;

}



.join-set{

  margin-top: 55px;
  margin-bottom:30px;
  
}



.join-title {
  
 /* height: 100px; */
 font-family: "Anek Kannada", sans-serif;
 font-size: 35px;
 margin-top: 40px;
 margin-bottom: 10px;
 text-align: center;
 /* margin-bottom: -50PX; */
 font-weight: 600;
 letter-spacing: 3px;
 padding-bottom: 5px;
 
}




.our-mission {

  margin-top: 2rem;
}

.our-misson-set {
margin-top: auto;

}







hr.join-us {
  margin: auto;
  width: 45%;
 border-bottom: 3px solid #807b7e;
 margin-bottom: 20px;
}



hr.our-misssion {
 
  margin: auto;
  width: 22%;
 border-bottom: 3px solid #807b7e;
 margin-bottom: 20px;


}


hr.our-colabs {


  margin: auto;
  width: 18%;
 border-bottom: 3px solid #807b7e;
 margin-bottom: 20px;


}


hr.our-expertise {


  margin: auto;
  width: 19%;
 border-bottom: 3px solid #807b7e;
 margin-bottom: 20px;


}






.join-para  {
  font-family: "Playwrite DE Grund", cursive;
  font-size: 26px;
 text-align: center;
 margin-bottom: 2rem;
 margin-top: 1rem;
 line-height: 45px;
 letter-spacing: 1px;
}



.joinset-bottom{

  margin-bottom:70px;
}



/* ------------------------------------------------------------------------------- */
/*  animation
/* ------------------------------------------------------------------------------- */




*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

canvas{
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 100%;
}







/* ------------------------------------------------------------------------------- */
/*  grid 2
/* ------------------------------------------------------------------------------- */
/* .grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 2fr 1fr;
  grid-template-columns: auto auto auto auto;
  position: relative ;
  margin-top: 2rem;
}
.main {
 
}
.side {
  background: #fea;
  margin: auto;
  width: 500px;

}
.main,
.side {
  padding: 2%;
  border-radius: 10px
}

@media(max-width: 400px){
  .grid {
    grid-template-columns: 1fr;
  }
}
 */







/* [SLIDER] */
#slider,  #slider .slide{
  width: 75rem;
  height: 30rem;
}
#slider {
  overflow: hidden;
  margin: auto;
  font-size: 1.2em;
  background: #80767615;
  border-radius: 20px;
  border: 1px solid #0000003a;
}
#slider .container {
  position: relative;
  width: 5000px; 
  top: 0;
  right: 0;
  animation: slide-animation 35s infinite;
}
#slider .slide {
  position: relative;
  float: left;
  /* background-color: #000; */
  box-sizing: border-box;
  padding: 10px 20px 0px 0px;
}

/* [ANIMATION] */
@keyframes slide-animation {
  0% { 
    opacity: 0;
    right: 0;
  }
  11% {
    opacity: 1;
    right: 0; 
  }
  22% { right: 100%; }
  33% { right: 100%; }
  44% { right: 200%; }
  55% { right: 200%; }
  66% { right: 300%; }
  77% { right: 300%; }
  88% {
    opacity: 1;
    right: 300%; 
  }
  100% {
    opacity: 0;
    right: 300%;
  }
}

/* [DOES NOT MATTER] */
html, body {
  font-family: "Gayathri", sans-serif;
 
 
}
h1 {
  text-align: center;
}

 .bahu-para {

font-size: 25px;

text-align: center;
font-weight: 900px;
color: #000000;
/* background-color: #000; */
letter-spacing: 1px;
font-weight: 900;
padding-left: 5rem;
padding-right: 5rem;
 
}

.cobra-para {

  font-size: 25px;
  font-weight: 900px;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 900;
margin-top: 0px;
padding-left: 5rem;
padding-right: 5rem;

}

.Stitch-para {

  font-size: 25px;
  font-weight: 900px;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 900;
margin-top: 10px;
padding-left: 5rem;
padding-right: 5rem;


}
 




.bahu-line  {

border-bottom: 1px solid #00000021;
}

.intro {
  text-align: center;
  padding: 6rem 0 3rem 0;
  margin-bottom: 20px;
  height: 100%;
}
.intro h2 {
  color: #0a0a0a;
  font-size: 2.5rem;
  margin-bottom: 1.7em;
}
.intro p {
  color: #0e0d0d;
  font-size: 20px;
  margin: 0 auto;
  font-weight: 700;
  max-width: 600px;
}
.video-gallery {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  margin-bottom: 5rem;
}
.video-item {
  background: #00000093;
  
  box-shadow: 0 8px 30px rgba(0,255,128,0.22);
  border-color: #fff;
  border-radius: 45px;

  padding: 30px;
  box-shadow: 0 4px 18px rgba(0,255,128,0.10);
  transition: transform 0.3s cubic-bezier(.4,2,.6,1), box-shadow 0.3s, border-color 0.3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  animation: fadeInUp 1s;
  width: 100%;
  max-width: 60vw;
  margin: 0 auto;
}
.video-item:hover {
  transform: scale(1.03) translateY(-8px);
  border: 4px solid #5cc941;
  /* border-color: #fff; */
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px);}
  to { opacity: 1; transform: translateY(0);}
}
.video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(0,255,128,0.18);
  background: #000;
}
.video-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: none;
}
.video-item figcaption {
  text-align: center;
  font-size: 25px;
  color: #000000;
  margin-top: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: color 0.3s;
}
.video-item:hover figcaption {
  color: #fff;
}
.video-description {
  text-align: center;
  color: #ccc;
  font-size: 25px;
  margin-top: 6px;
  transition: color 0.3s;
}
.video-item:hover .video-description {
  color: #5cc941;
}
