@font-face {
  font-family: 'Gilroy-Light';
  src:url('../fonts/Gilroy-Light.woff') format('woff'),
        url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.svg#Gilroy-Light') format('svg'),
        url('../fonts/Gilroy-Light.eot'),
        url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Light.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-Regular';
  src:url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg'),
        url('../fonts/Gilroy-Regular.eot'),
        url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-Medium';
  src:url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg'),
        url('../fonts/Gilroy-Medium.eot'),
        url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-Bold';
  src:url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg'),
        url('../fonts/Gilroy-Bold.eot'),
        url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-Heavy';
  src:url('../fonts/Gilroy-Heavy.woff') format('woff'),
        url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../fonts/Gilroy-Heavy.svg#Gilroy-Heavy') format('svg'),
        url('../fonts/Gilroy-Heavy.eot'),
        url('../fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Heavy.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-ExtraBold';
  src:url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg'),
        url('../fonts/Gilroy-ExtraBold.eot'),
        url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body{

    /* font-family: 'Castoro', serif !important; */
   /* font-family: 'Poppins', sans-serif !important;*/
   font-family: 'Gilroy-Regular' !important;

    /* font-style: italic; */

overflow-x: hidden;

}


.page-loader {
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 100%;
    justify-content: center;
}
.page-loader img {
    width: 38%;
}

.navbar-inverse {

    background-color: #2220 !important;

    border-color: #08080800 !important;

}
/*.navbar-static-top .sticky-logo {
    display: none;
}
.navbar-fixed-top .logo {
    display: none;
}*/
.email_submit{
        background: #70B500;
    border-radius: 30px;
    border: none;
    color: #ffff;
    font-size: 25px;
    width: 100%;
    padding: 10px;
}

/*dropdown menu*/
ul.dropdown_akash_content {
    display: none;
        position: absolute;
    background: #fff;
    z-index: 99;
    padding-left: 22px;
    padding-right: 40px;
    width: 200px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #217200;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.dropdown_akash:hover .dropdown_akash_content {
    display: block;
}
.dropdown_akash_content img {
    width: 25px;
    margin-right: 10px;
}
ul.dropdown_akash_content li {
    list-style: none;
    border-radius: 5px;
}
.solutions-dropdown .dropdown_akash_content {
    width: 280px;
    padding-right: 22px;
}
.company-dropdown ul.dropdown_akash_content {
    padding: 12px 0px;
}
.company-dropdown ul.dropdown_akash_content li {
    padding: 5px 20px;
}


ul.dropdown_akash_content li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy-Regular' !important;
    font-style: normal;
    cursor: pointer;
    width: 100%;
    display: flex;
}
.company-dropdown ul.dropdown_akash_content li:hover,
.solutions-dropdown .dropdown_akash_content li:hover,
ul.dropdown_akash_content li ul li:hover{
    text-decoration: none;
    color: #2d6d00;
    background-color: #70b50026;
}
/*.page-index .navbar-inverse .navbar-nav>li>a {
    color: #fff !important;
}
.page-index .top_bar li a {
    color: #fff !important;
}*/
/*.page-index .navbar-inverse:not(.navbar-fixed-top) .navbar-nav>li>a::after{
  background-color: #fff !important;
}*/
/*.navbar .logo,
.page-index .navbar.navbar-fixed-top .logo  {
    display: none;
}
.page-index .navbar .logo {
    display: block;
}*/
.solutions-dropdown .dropdown_akash_content {
    padding: 12px 0;
}
.solutions-dropdown .dropdown_akash_content li {
    padding: 5px 22px;
}
.navbar-inverse #example-navbar-collapse .navbar-nav>.open>a {
    background-color: #0000 !important;
}




/*dropdown menu end*/
.sticky-logo {
    height: 46px;
    margin-top: 11px;
}

.home_banner {
       background-image: url(../img/hero-image.png);
    padding: 10px 0 130px;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    top: -100px;
    overflow: hidden;
}
.homeBanner_img img + img{
    position: absolute;
    top: -290px;
    right: -115%;
    -webkit-animation: spin 100s linear infinite;
    animation: spin 100s linear infinite;
    opacity: 0.5;
}
.homeBanner_img img:first-child {
    width: 300%;   
    position: absolute;
    top: -200px;
    left: -55%;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.homeBanner_slider .slider_content h1 {
    background: none;
    padding: 0;
}
.homeBanner_slider .slider_content p {
    color: #ffffff;}
.homeBanner_slider .slider_content h5 {
    color: #fff;
    border-color: #fff;
}
.homeBanner_slider .carousel-indicators li {
    background-color: #fff !important;
}
.home-page .navbar-header {
    position: relative;
}
/*.page-index .navbar-brand:before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 88px;
    height: 490%;
    top: -36px;
    z-index: -1;
    left: -6px;
}
*/
.small-heading {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 4px;
    color: #666666;
}
.heading {
    font-family: 'Gilroy-ExtraBold';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    color: #666666;
    margin-top: 10px;
}
.homeAbout_content p {
    font-family: 'Gilroy-Medium';
    font-size: 18px;
    line-height: 21px;
    color: #666666;
    margin-bottom: 25px;
    text-align: justify;
}
.homeAbout_content h3 {
    margin-bottom: 40px;
}
.custom-btn {
    font-family: 'Gilroy-Medium';
    font-size: 25px;
    line-height: 29px;
    color: #666666;
    display: inline-block;
    position: relative;
}
.custom-btn:before {
    position: absolute;
    content: '';
    bottom: -2px;
    width: 100%;
    height: 6px;
    background-color: #70B500;
    border-radius: 15px;
    transform: scaleX(-1);
    transition: transform 300ms ease-in-out;
    transform-origin: 0 50%;
    right: -100%;
}
.custom-btn:hover:before {
	transform: scaleX(0);
}
.homeAbout_content a {
    margin-top: 20px;
}

.home_aboutus {
    padding: 0px 0 100px;
}
.homeAbout_content, .homeAbout_img {
    position: relative;
}
.homeAbout_content:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #EEF3E0;
    left: -48%;
    top: -20%;
}
.homeAbout_img:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #EEF3E0;
    right: -48%;
    bottom: -43%;
}
.homeAbout_img:after {
    content: '';
    position: absolute;
    width: 115px;
    height: 115px;
    background: linear-gradient(131.28deg, #70B500 0%, #2D6D00 107.41%);
    right: -34%;
    bottom: -26%;
}
.home-page {
    position: relative;
}
/*.home-page:before {
       position: absolute;
    top: -54px;
    width: 109%;
    background-image: url(../img/navbar.png);
    height: 113px;
    z-index: -1;
    background-size: cover;
    left: -35px;
    content: '';
}*/












section.home_hero {

    background-image: url(../img/hero_img.png);

    background-size: cover;

    height: 108vh;

        /* margin-top: -10%; */

            background-repeat: no-repeat;

}

.mobApp_hero {
    background-image: url(../img/about/hero_Image.png);
    background-size: cover;
    height: 65vh;
    /* margin-top: -10%; */
    background-repeat: no-repeat;
  }


section.contact_hero {
  background-image: url(../img/contact/contact.png);
  background-size: cover;
  /* height: 80vh; */
  /* margin-top: -10%; */
  background-repeat: no-repeat;
}

section.career_hero {
    background-image: url(../img/career/career-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }


a.contact_nav {

    

}

.contact_nav:hover{

    

}

.navbar-inverse .navbar-nav>li>a {

    font-size: 16px !important;

    color: rgb(0, 0, 0) !important;

        font-weight: 400;

        font-family: 'Gilroy-Regular' !important;

        font-style: normal;

}

ul.nav.navbar-nav.navbar-right {

    margin-top: 0px;

}

.navbar-inverse .navbar-nav>li>a::after{

    content: "";

    background-color: rgb(0, 0, 0);

    height: 20px;

    width: 1px;

    position: absolute;

    right: 0;

}

.navbar-inverse .navbar-nav>li+li+li+li+li>a::after{

    content: "";

  display: none;

}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {

    background-color: transparent !important;

}

header {

    padding-top: 25px;
    position: relative;
    z-index: 10;
    box-shadow: 0px 6px 18px #bbbbbb54;

}
/*.page-index .sticky-logo {
    display: none;
}*/
.page-index .navbar-fixed-top .sticky-logo {
    display: block;
}
div#myCarousel {

    margin-top: 85px;

}

.slider_content h1 {

    background: linear-gradient(92.21deg, #70B500 0%, #307001 101.55%);

    display: block;

    color: #fff;

    padding: 5px 20px;

    line-height: 1.2;

    font-size: 45px;
    font-family: 'Gilroy-ExtraBold';
}

.slider_content h2 {

    color: #fff;
    font-size: 40px;
    font-family: 'Gilroy-Bold';

}

.slider_content p {

    color: #fff;

    font-weight: 400;

    font-size: 20px;

}

.slider_content h5 {

    color: #020E35;

    font-weight: 400;

    font-size: 25px;

        margin-top: 3%;

    border-bottom: 10px solid #70B500;

    display: inline-block;

}


.mobApp_hero .slider_content h5{
    color: #fff;
 }

.carousel-indicators li {

    display: inline-block;

  width: 30px !important;

    height: 7px !important;

    margin: 4px !important;

    text-indent: -999px;

    cursor: pointer;

    background-color: #000\9;

    background-color: rgba(0,0,0,0);

    border: 1px solid #fff0 !important;

    border-radius: 10px;

    background: #AAAAAA !important;

}

.carousel-indicators .active {

   width: 50px !important;

    height: 7px !important;

     background-color: #397A01 !important;

         margin: 4px !important;

}





.carousel-indicators {

    position: absolute;

    bottom: -70px !important;

    left: 0 !important;

    z-index: 0 !important;

    width: auto !important;

    margin-left: 0% !important;

    text-align: center;

    list-style: none;

}



.hero_img {

   position: relative;

  animation: hero_img_1 15s infinite;

  animation-direction: alternate;



}

@keyframes hero_img_1 {

  0%   { left: 0px; top: 10px;}

  25%  { left: 50px; top: 0px;}

  75%  { left: 0px; top: 100px;}

  100% {left: 0px; top: 0px;}

}

img.hero_img_1 {

    margin-top: 35%;

}



.hero_img_2 {

   position: relative;

  animation: hero_img_2 15s infinite;

  animation-direction: alternate;



}

@keyframes hero_img_2 {

  0%   { left: 0px; top: 0px;}

  25%  { left: 10px; top: 0px;}

  75%  { left: 0px; top: 10px;}

  100% {left: 0px; top: 0px;}

}

img.hero_img_2 {

    margin-top: 15%;

}



.hero_img_3 {

   position: relative;

  animation: hero_img_3 5s infinite;

  animation-direction: alternate;



}

@keyframes hero_img_3 {

  0%   { left: 0px; top: 0px;}

  25%  { left: 50px; top: 0px;}

 

  75%  { left: 0px; top: 100px;}

  100% {left: 0px; top: 0px;}

}

img.hero_img_3 {

    margin-top: 15%;

}



.about{

    text-align: center;

    background: #FAFAFA;

}

.heading_small{

    font-weight: normal;
    font-size: 20px;
    color: #666;
    font-style: normal;   
    font-family: 'Gilroy-Light';
    letter-spacing: 4px;
}



.heading_big {

  font-size: 40px;
  color: #666;
  font-family: 'Gilroy-ExtraBold';
  font-style: normal;
  font-weight: 800;
  margin-top: 0;

}

.heading_big span{

    color: #70B500;

}

.heading_pera{

    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #666;
    font-family: 'Gilroy-Medium';

} 



.pad_50{

    padding-top: 40px;

}

.pad_100{

    padding-top: 100px;

}

.pad_btm_100{

    padding-bottom: 100px;

}

.pad_btm_25{

    padding-bottom: 25px;

}

.pad_btm_50{

    padding-bottom: 45px;

}

.about_content{

    background: #FFFFFF;

box-shadow: 0px 0px 20px rgba(197, 197, 197, 0.214325);

border-radius: 24px;

    padding: 55px 40px;

    position: relative;

    z-index: 1;

}

.about::before{

    content: "";

    background-image: url(../img/about_dot.png);

    position: absolute;

    background-size: contain;

    height: 215px;

    margin-top: 170px;

    width: 100%;

    background-repeat: no-repeat;

    right: 0;

    background-position: 96%;

}

.about::after{

    content: "";

    background-image: url(../img/about_dot.png);

    position: absolute;

    background-size: contain;

    height: 215px;

    margin-top: -22px;

    width: 100%;

    background-repeat: no-repeat;

    right: 0;

    background-position: 3%;

}

.what_we::before{

    content: "";

   background-image: url(../img/about_dot.png);

    position: absolute;

    background-size: contain;

    height: 215px;

       margin-top: 0px;

    width: 100%;

    background-repeat: no-repeat;

    right: 0;

    background-position: 13%;
    z-index: -1;

}

a.contact_nav:hover {

   

}

.more_about{

    font-size: 25px;

    color: #000;

    border-bottom: 4px solid #70b500;

}
.footerClient-logo {
    margin-bottom: 60px;
}
.footerClient-logo.after-img:after {
    right: auto;
    top: 30%;
    left: 5%;
}

.marquee-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
.marquee-slider .swiper-slide {
  width: auto;
  position: relative;
  overflow: hidden;
}
.footer-form {
    margin-top: 25px;
}
.footer-form input, .footer-form textarea {
    border-radius: 10px;
}
input.email_submit {

    background: #70B500;
    border-radius: 10px;
    border: none;
    color: #ffff;
    font-size: 20px;
    width: 100%;
    padding: 12px 10px;
    font-family: 'Gilroy-Medium';
}
.footer-form input.email_submit {
    max-width: 190px;
    margin: 0 0 0 auto;
    display: block;
}

.my_input{

       padding: 25px !important;

    border-radius: 10px !important;

    padding-left: 50px !important;

    color: #000 !important;

}

img.email_icon {

    position: absolute;

    margin-top: 12px;
    margin-left: 12px;
    width: 30px;

}

.work_input {

    height: 50px !important;

    border-radius: 10px;

}

/*.work::before{

    content: "";

    background-image: url(../img/group.png);

    position: absolute;

    width: 100%;

    height: -webkit-fill-available;

    background-position: 0% 124%;

    background-repeat: repeat-x;

}*/

.row.footer_link.pad_50 ul li {

    float: left;

    list-style: none;

    padding-left: 95px;

    font-size: 20px;

    color: #373737;

}



.row.footer_link.pad_50 {

    border-top: 1px solid #ccc;

    border-bottom: 1px solid #ccc;

}

ul.social li {

  list-style: none;

    float: left;

    padding-left: 0px;

        height: 60px;

}

.review li{

       list-style: none;

    float: left;

    padding-right: 13px;

}



ul.social {

    float: right;

    margin-top: 45px;



}

ul.review {

   padding-left: 0;

    display: flex;

    margin-bottom: 25px;

}

.slick-slide {

  text-align: center;

  color: #419be0;

  background: white;

  margin:10px;

}





.slider-item {

  width: 100%;

}

.slick-dots li button:before {

    font-family: none !important;

    font-size: 60px !important;

}

.slick-dots li.slick-active button:before {

    opacity: .75;

    color: #70b500 !important;

}





.navbar-nav li a:before {

    bottom: 8px;

    display: block;

    height: 3px;

    width: 0%;

    content: "";

    background-color: #000;

    left: 50%;

    transform: translate(-50%,0);

}

.services_content img{

    width: 100%;

}

.pad_0{

    padding: 0px !important;

}

.services_content::before{

        content: "";
   

    position: absolute;

    width: 162px;

    height: 162px;

    left: 90px;

    border-radius: 100px;

}
.services_content.services-1::before{
  background-color: #D1F7FA;
}
.services_content.services-2::before{
  background-color: #D2E0FD;
}
.services_content.services-3::before{
  background-color: #FFF1BF;
}
.services_content.services-4::before{
  background-color: #DEF9FF;
}
.services_content.services-5::before{
  background-color: #E9E7FF;
}


.services_content {

    margin-bottom: 70px;

    display: flex;

}

section.services {
  /*  background: linear-gradient(90deg, #70B500 -5.76%, #2D6D00 100%);*/
    padding-top: 40px;  
}

.white{

    color: #fff !important;

}
.homeHistory_no h3 {
    text-align: center;   
    font-size: 26px;
    color: #666;
    font-family: 'Gilroy-Medium';
    margin-top: 0;
}

.services_content h4 {
  font-weight: bold;
  font-size: 20px;
  color: #666;
  font-family: 'Gilroy-ExtraBold';

}
.services_content p {
    color: #666;
    font-family: 'Gilroy-Medium';
    font-size: 12px;
}



.services_content img {

    position:relative;

   -webkit-animation:glide 2s ease-in-out alternate infinite;

}



@-webkit-keyframes glide  {

   from {

      left:0px;

      top:0px;

   }

   

   to {

      left:0px;

      top:40px;

   }



}

.top_bar{

         display: flow-root;

    margin-bottom: -21px;

    margin-right: 0px;

    margin-top: -17px;

}

.top_bar li {

     float: right;

    list-style: none;

    padding-left: 25px;

}

.top_bar li a{

    color: #000 !important;

        font-size: 15px;

}



.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {

   

}



.dropdown-slide .dropdown-menu {

  opacity:.3;

  display: block;

  -webkit-transform-origin: top;

  transform-origin: top;

  -webkit-animation-fill-mode: forwards;

  animation-fill-mode: forwards;

  -webkit-transform: scale(1, 0);

  transition: all 0.2s linear;

  -webkit-transition: all 0.2s linear;

}



.show.dropdown-slide .dropdown-menu {

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

  opacity:1;

}

.about_content:hover img{

       transform: scale(1.2);

    transition: transform .7s ease-in-out;

}

.how_it{

    padding: 15px 15px !important;

    height: 215px;

    margin-bottom: 12px;

}

.techno-logo .skill:nth-child(2), .techno-logo .skill:nth-child(4) {
    margin-left: 100px;
}

.skill li {

    list-style: none;

    float: left;

    cursor: pointer;

    /*filter: blur(3px);*/
    -webkit-transition: all 1s ease;

     -moz-transition: all 1s ease;

       -o-transition: all 1s ease;

      -ms-transition: all 1s ease;

          transition: all 1s ease;

}



.skill li:hover{

transform: scale(1.1);      

}





.skill li img {width: 213px;}



.navbar-nav>li>.dropdown-menu {

  margin-top: 20px;

  border-top-left-radius: 4px;

  border-top-right-radius: 4px;

}



.navbar-default .navbar-nav>li>a {

   font-weight: bold;

}



.mega-dropdown {

  position: static !important;

  

}



.mega-dropdown-menu {

  padding: 20px 0px;

  width: 100%;

  box-shadow: none;

  -webkit-box-shadow: none;

}



/*.mega-dropdown-menu:before {

  content: "";

  border-bottom: 15px solid #fff;

  border-right: 17px solid transparent;

  border-left: 17px solid transparent;

  position: absolute;

  top: -15px;

  left: 285px;

  z-index: 10;

}*/



/*.mega-dropdown-menu:after {

  content: "";

  border-bottom: 17px solid #70b500;

  border-right: 19px solid transparent;

  border-left: 19px solid transparent;

  position: absolute;

  top: -17px;

  left: 64%;

  z-index: 8;

}*/



#return-to-top {
    position: fixed;
    bottom: 35px;
    right: 30px;
    width: 86px;
    height: 55px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    filter: drop-shadow(5px 5px 5px #2227);
}

#return-to-top i {

    color: #fff;

    margin: 0;

    position: relative;

    left: 16px;

    top: 13px;

    font-size: 19px;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}

#return-to-top:hover {

        

    padding: 7px;

}

#return-to-top:hover i {

    color: #fff;

    top: 5px;

}
.pad_25{
    padding-top: 25px;
}
.nav-pills>li {

     width: 100%;

        }





.mega-dropdown-menu > li > ul {

  padding: 0;

  margin: 0;

}



.mega-dropdown-menu > li > ul > li {

  list-style: none;

}



.mega-dropdown-menu > li > ul > li > a {

  display: block;

  padding: 3px 20px;

  clear: both;

  font-weight: normal;

  line-height: 1.428571429;

  color: #999;

  white-space: normal;

}



.mega-dropdown-menu > li ul > li > a:hover,

.mega-dropdown-menu > li ul > li > a:focus {

  text-decoration: none;

  color: #444;

  background-color: #f5f5f5;

}



.mega-dropdown-menu .dropdown-header {

  color: #2d6d00;

  font-size: 18px;

  font-weight: bold;

}



.mega-dropdown-menu form {

  margin: 3px 20px;

}



.mega-dropdown-menu .form-group {

  margin-bottom: 3px;

}



ul.dropdown-menu.mega-dropdown-menu.row {

    padding-top: 0px;

    padding-bottom: 0px;

    border-top:1px solid #c7c9c4;

        height: 540px;

}

a.navbar-brand {
    height: 100%;

    margin-top: -34px;

}

/*.appi-portfolio-sec-left {

    background: #E9F6D3 !important;

}*/

.appi-ins-portfolio-right {

   

}

.clockbg-dial {

    border-radius: 63% !important;

    transition: all .6s cubic-bezier(.165, .84, .44, 1);

    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);

    /* background: #000 !important; */

    /*background: linear-gradient(132.87deg, #70B500 26.92%, #307001 100%) !important;*/

    /*box-shadow: 0px 4px 6px 6px rgb(0 0 0 / 10%) !important;*/

}
.main-footer .row .col-md-2:nth-child(2) {
    padding-left: 35px;
}


.ft_ver_nav ul li {

    list-style: none;

    padding: 0px;

    font-size: 14px;

    line-height: 2;
    font-family: 'Gilroy-Regular';
    font-style: initial;

}



.ft_ver_nav ul {

    padding-left: 0;

}



.ft_ver_nav h5 {
    font-size: 17px;
    font-family: 'Gilroy-ExtraBold';
    color: #70b500;
    text-transform: uppercase;
    letter-spacing: 2px;  
}

.dropdown-menu .tab-pane img{

    width: 23px;

    margin-right: 5px;

}

footer {

     color: #000;

    background-size: cover;

    margin-top: 70px;
    font-style: initial;

}

.mega-dropdown-menu{

 -webkit-transition: all 0.1s;

-moz-transition: all 0.1s;

-ms-transition: all 0.1s;

-o-transition: all 0.1s;

transition: all 0.1s;

}



.my_tab .navbar-fixed-top a {

    color: #fff !important;

}



nav.navbar.navbar-inverse.navbar-fixed-top {

    background: #fff !important;

    padding-top: 35px;

    box-shadow: 0px 6px 18px #bbbbbb54;

}

nav.navbar.navbar-inverse.navbar-fixed-top a.main-menu{

    color: #000 !important;

}

.dropdown-slide .tab-content a {
    font-size: 16px;
    font-family: 'Gilroy-Regular';
}
nav.navbar.navbar-inverse.navbar-static-top {

    margin-bottom: 0;
    padding-top: 10px;   
}
.navbar {
    margin-bottom: 0px !important;}
.navbar-fixed-bottom, .navbar-fixed-top {

    transition: 0.3s;

}



.review img {

    width: 110px;

}





.border_hover{

  border:none;

  position: relative;

}

.border_hover:hover{

  border: none;

}



.border_hover::after{

  content: '';

  position: absolute;

  width: 0px;

  height: 2px;

  left: 50%;

  bottom:0;

  background-color: #498b00;

  transition: all ease-in-out .2s;

}

.border_hover:hover::after{

  width: 100%;

  left: 0;

}





.navbar-fixed-top .navbar-nav>li>a::after {

    content: "";

    background-color: #000 !important;

    height: 20px;

    width: 1px;

    position: absolute;

    right: 0;

}nav.navbar.navbar-inverse.navbar-fixed-top ul.dropdown_akash_content li a.dropdown_heading, 
ul.dropdown_akash_content li a.dropdown_heading {
    font-size: 16px;
    color: #70b500 !important;
    font-family: 'Gilroy-Bold' !important;
    display: flex;
    align-items: baseline;
    margin: 5px 0;
}
ul.dropdown_akash_content li a.dropdown_heading i {
    margin-right: 10px;
    font-size: 18px;
    color: #70b500;
}
.technology-dropdown .row ul {
    padding-left: 0;
}
.technology-dropdown .row ul li {
    padding-left: 35px;
    margin-bottom: 0;
    padding: 5px 0 3px 35px;
    border-radius: 5px;
    position: relative;
}
.technology-dropdown .row ul li:before {
    content: '';
    position: absolute;
    left: 15px;
    width: 6px;
    height: 2px;
    background-color: #70b500;
    top: 15px;
}
.dropdown_akash_content .row ul li:hover {
    background-color: #70b50026;
  }




/*test slider bg css*/


/*
.vemeport-img {

    background-image: url(../img/slider/6_2.png);

}*/


/*.appi-ins-portfolio-right.melltoo-img {

    background-image: url(../img/slider/5_2.png) !important;

}*/





/*end*/



.product_slier img{

    width: 100%;

}

.product_slier h3{

    font-size: 25px;

}

.product_slier h3 span{

    color: #70B500;

}

.product_slier p{

    font-size: 14px;

}



div#myCarousel1 .carousel-indicators {

       left: 50% !important;
    transform: translateX(-50%);

}



.nav_tab_sidebar{

    background: #70b500;

        height: inherit;

}

.subtab-content{
    background: #f7f7f7;
    padding: 0 20px 20px 20px !important;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {

    color: #5fa300 !important;

    background-color: #ffffff !important;
    border-radius: 0;
}

.tab-pane ul li {

    list-style: none;

    margin-bottom: 15px;

    margin-top: 5px;

        margin-bottom: 25px;

    padding: 5px 20px;
        border-radius: 5px;



}

.tab-pane ul li:hover, .subtab-nav li.active {

    background: #70b50026;

    text-decoration: none;

}

.tab-pane ul li a:hover {

    text-decoration: none;

}



.tab-pane ul li a {

    color: #000;

    font-size: 14px;

}

.my_tab>li>a {

    font-size: 16px;

    color: #fff !important;

}

.nav-pills>li {
    margin-left: 0px !important;
    padding-left: 0px;
    padding-top: 5px;

}

.nav-pills>li:first-child {
    padding-top: 15px;
}
.pad_left_60{
    padding-left: 60px;
}
.tab_without_content h4{

        color: #70b500;

        font-size: 16px;
    font-family: 'Gilroy-Bold';

}

.tab-content {

    padding-top: 26px;

}

a.dp_read_more {

    padding: 0 !important;

    color: #000 !important;

    font-weight: bold !important;

}

.tab_without_content{

     padding-top: 15px;

}

.my_tab>li>a:focus, .my_tab>li>a:hover {

    color: #5fa300 !important;
    background-color: #fff !important;
    border-radius: 0;

}

.nav_tab_sidebar li a {

    padding-block: 8px !important;
    padding-left: 40px !important;

}
a:focus, a:hover {
    text-decoration: none !important;
}


/* --------------------------------------------------------------  CSS AV */





.home_whatWe {
    padding: 100px 0 120px;
}
.mobileMenu{
  display: none;
}
.mobileMenu #sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 250px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(183deg, #70b500 0%, #355801 100%);
}
.navbar-fixed-top ~ .mobileMenu #sidebarMenu {
    margin-top: 48px;
}
.mobileMenu .sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobileMenu .sidebarMenuInner li{
    list-style: none;
    padding: 12px 20px;
    border-bottom: 1px solid rgb(181 181 181 / 27%);
    position: relative;
}
.mobileMenu .sidebarMenuInner li ul {
    margin: 0;
    padding: 5px 0 8px;
}
.mobileMenu .sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.mob_menu-dropdown > a {
    display: block;
    position: relative;
}
.mob_menu-dropdown a i, .mob_menu-dropdown i {   
    position: absolute;
    right: 0;
}
.mob_menu-dropdown i { 
  right: 20px;
} 
.submob_menu-dropdown i {
    right: 0;
}
.sidebarMenuInner li a{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.mobileMenu .sidebarMenuInner li ul li {
    padding: 5px 7px;
    border-bottom: 0;
}
.mobileMenu input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
    overflow-y: scroll;
}

.mobileMenu input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.mobMenu-list{
	display: none;
}
.mobileMenu .sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 28px;
    right: 35px;
    height: 22px;
    width: 34px;
}
.mobileMenu .spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #70b500;
}
.mobileMenu .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.mobileMenu .diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.mobileMenu .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.mobileMenu input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
.mobileMenu input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
.mobileMenu input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -13px;
}

.top_bar a:hover {
    color: #70b500 !important;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #70b500 !important;
}







/*.page-index header {
    background: linear-gradient(180deg, #005B09 44.94%, rgba(112, 181, 0, 0) 95%);
}*/
.banner-title {
    color: #fff;
    font-size: 65px;
    font-family: 'Gilroy-ExtraBold';
    height: 140px;
}
.homeBanner_content p {
    font-size: 20px;
    color: #fff;
}
.home_history {
    margin-bottom: 100px;
}
.home-clients{
  padding-top: 90px;
}
.homeTechno_box {
    padding: 25px 20px 25px 25px;
    border: 2px solid #0000;
    border-radius: 24px;
    box-shadow: 0px 0px 20px rgb(197 197 197 / 35%);
    background-color: #fff;
    flex: 0 0 18.5%;
    margin-right: 1.5%;
    margin-bottom: 1.3%;
    transition: all 0.3s ease;
}
.homeTechno_box:hover {
    border-color: #70B500;
}
.homeTechno_box:hover svg path {
    fill: #70B500;
}
.homeTechno_title p {
    font-family: 'Gilroy-Bold';
    font-size: 79px;
    line-height: 60px;
    -webkit-text-stroke: 2px #E9F6D3;
    color: #fff;
    margin: 0;
    position: absolute;
    right: -10px;
    z-index: 0;
    bottom: -5px;
}
.homeTechno_title h6 {
    font-size: 20px;
    color: #666666;
    font-family: 'Gilroy-Bold';
    margin: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.homeTechno_box:hover .homeTechno_title h6 {
    color: #70B500;
}
.homeTechno_title {
    display: flex;
    position: relative;
    margin-top: 15px;
}
.homeWhatWe_techno {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}
.home-clients p {
    font-size: 20px;
    color: #1963A5;
    font-family: 'Gilroy-ExtraBold';
    margin-bottom: 0;
}
.home-clients p + p {
    color: #666666;
    font-size: 23px;
    font-family: 'Gilroy-Medium';
}
.happy-customers {
    margin-top: 100px;
    margin-bottom: 70px;
}
@media (min-width: 992px){
.home-clients .align-center{
    display: flex;
    align-items: center;
}}
.testimonialsSlider {
    padding-bottom: 70px;
}
.testimonialsSlider .swiper-pagination {
    text-align: center;
}
.home_banner2 {
    padding: 60px 0 0;
    background-image: url(../img/home-bgbanner.png);
    background-size: unset;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 80px;
}
.home_banner2 .row {
    display: flex;
    align-items: center;
}
.homeBanner_left {
    max-width: 550px;
    margin: 0 0 0 auto;
}
.homeSlide h4 {
    font-family: 'Gilroy-Light';
    font-size: 40px;
    line-height: 45px;
    color: #666;
    margin-bottom: 0;
}
.homeSlide h2 {
    color: #666;
    font-size: 50px;
    line-height: 55px;
    font-family: 'Gilroy-Bold';
    margin-top: 0;
}
.homeSlide h2 span {
    color: #1963A5;
}
.homeSlide p {
    color: #666;
    font-family: 'Gilroy-Medium';
    font-size: 18px;
    line-height: 21px;
}
.homeSlide a {
    display: inline-block;
    color: #666;
    font-family: 'Gilroy-Medium';
    font-size: 25px;
    line-height: 29px;
    position: relative;
}
.homeSlide a:before{
	position: absolute;
    content: '';
    bottom: -2px;
    width: 100%;
    height: 6px;
    background-color: #70B500;
    border-radius: 15px;
    transform: scaleX(-1);
    transition: transform 600ms ease-in-out;
    transform-origin: 0 50%;
    right: -100%;
}
.homeSlide a:hover:before {
    transform: scaleX(0);
}
.swiper.homeBanner_text {
    padding-bottom: 50px;
}
.swiper-pagination-bullet {
    width: 30px;
    height: 7px;
    background-color: #e1e1e1;
    border-radius: 8px;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #70B500;
    width: 56px;
}
.swiper-pagination {
    text-align: left;
}
.homeBanner_image .swiper-slide img{
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
} 
.homeBanner_image .swiper-slide.swiper-slide-active img {
    opacity: 1;
}
.home_projectMob{
	display: none;
}
.swiper.happyCustomersslider {
    padding-bottom: 70px;
}
.happyCustomersslider .swiper-pagination {
    text-align: center;
}

.facts-figures {
  /*  padding: 70px 0 80px;
    background-color: #f9f9f9;*/
    margin-top: 80px;
}
.why-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -3px;
    margin-right: -3px;
}
.why-details li {
    border-radius: 6px;
    color: #fff;
    flex: 0 0 19.4%;
    margin: 3px;
    max-width: 19.4%;
    padding: 2.5rem;
}
.why-details li.bg-1 {
    background-color: #DEF9FF;
}
.icon-size-70 {
    height: 70px;
    min-width: 70px;
    width: 70px;
    display: inline-block;
    vertical-align: middle;
}
.facts-sprite-icon {
    background: url(../img/icons.png) no-repeat;
}
.facts-sprite-icon.icon-1 {
    background-position: 0 0;
}
.why-details .font-size-34 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    font-family: 'Gilroy-Bold';
}
.why-details .font-size-24 {
    color: #000;
    font-size: 24px;
    font-family: 'Gilroy-Bold';
}
.why-details .font-size-18 {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.icon-size-100 {
    height: 100px;
    min-width: 100px;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.why-details li.bg-2 {
    background-color: #FFF1BF;
}
.facts-sprite-icon.icon-2 {
    background-position: -110px 0;
}
.why-details li.bg-3 {
    background-color: #E9E7FF;
}
.facts-sprite-icon.icon-3 {
    background-position: -220px 0;
}
.why-details li.bg-4 {
    background-color: #E9F6D3;
}
.facts-sprite-icon.icon-4 {
    background-position: -330px 0;
}
.why-details li.bg-5 {
    background-color: #D2E0FD;
}
.facts-sprite-icon.icon-5 {
    background-position: -440px 0;
}
.facts-sprite-icon.icon-6 {
    background-position: -550px 0;
}
.why-details li.big {
    background-color: #F0EFF9!important;
}
.why-details li.big {
    flex: 0 0 39.3%;
    max-width: 39.3%;
    display: flex;
    align-items: center;
}
.facts-sprite-icon.icon-7 {
    background-position: -889px -10px;
}
.facts-sprite-icon.icon-8 {
    background-position: -660px 0;
}
.why-details li.bg-6 {
    background-color: #FFCEFC;
}
.why-details li.bg-7 {
    background-color: #FEE3EA;
}
.why-details li.bg-8 {
    background-color: #ECD3FF;
}
.facts-sprite-icon.icon-9 {
    background-position: -770px 0;
}



/*-------------------------------------------------------------  End Home */
.leadership_hero {
  background-image: url(../img/leadership/leadership-banner.png);
}


.banner_title {
    font-family: 'Gilroy-Medium';
    font-size: 55px;
    line-height: 64px;
    color: #FFFFFF;
    background: linear-gradient(92.21deg, #70b500 0%, #307001 101.55%);
    padding: 5px 25px;
    display: inline-block;
    margin: 0;
}
.banner_subtitle {
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: 800;
    font-size: 55px;
    line-height: 67px;
    color: #FFFFFF;   
}
.banner_para {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;   
}
.leadership_team {
    margin: 80px 0 90px;
    overflow: hidden;
}
.leadershipTeam_header {
    text-align: center;
    margin-bottom: 80px;
}
.leadershipTeam_body {
    max-width: 90%;
    margin: 0 auto;
}
.leadershipTeam_body .row {
    align-items: center;
    display: flex;
}
.leadershipTeam_body .row:nth-child(2) .leadershipTeam_img,
.leadershipTeam_body .row:nth-child(4) .leadershipTeam_img {
    text-align: right;
}
.leadershipTeam_img img {
    width: 100%;
}
.leadershipTeam_body .row:nth-child(1) .leadershipTeam_text,
.leadershipTeam_body .row:nth-child(3) .leadershipTeam_text,
.leadershipTeam_body .row:nth-child(5) .leadershipTeam_text {
    padding-left: 25px;
}
.leadershipTeam_body .row:nth-child(2) .leadershipTeam_text,
.leadershipTeam_body .row:nth-child(4) .leadershipTeam_text {
    padding-right: 25px;
}
.leadershipTeam_text h4 {
    font-family: 'Gilroy-ExtraBold';
    font-style: normal;
    font-size: 40px;
    line-height: 49px;
    color: #666666;
    margin: 0;
}
.leadershipTeam_text p {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    line-height: 23px;
    color: #373737;
    text-align: justify;
}
.leadershipTeam_text p:nth-child(2) {
    color: #666;
    margin-bottom: 20px;
}

.leadershipTeam_body .before-img:before {
    left: -15%;
    bottom: auto;
    top: -20%;
    background-color: #D3E9F6;
    z-index: -3;
}
.before-img.leader-before1:before {
    background-color: #F4EBFF;
}
.before-img.leader-before2:before {
    background-color: #D0F0EA;
}
.leadershipTeam_body .after-img:after {
    right: -10%;
    top: -15%;
}
/*------------------------------------------------------- About Page*/
.about_hero{
	background-image: url(../img/about/about-banner.png);
}
.aboutSection-second,
.aboutSection-third,
.aboutSection-fourth,
.aboutSection-five,
.aboutSection-six,
.aboutSection-seven {
    margin: 85px 0;
}
.aboutSection-five .heading_big,
.aboutSection-six .heading_big{
    margin-bottom: 45px;
}
.aboutSection-second .row,
.aboutSection-fourth .row,
.aboutSection-third .row,
.aboutSection-six .row{
    display: flex;
    align-items: center;
}
 .flip-container {
   perspective: 1000;
}
   /* flip the pane when hovered */
   .flip-container:hover .flipper, .flip-container.hover .flipper {
      transform: rotateY(180deg);
   }

.flip-container, .front, .back {
   height: 180px;
   width: 100%;
  margin: 1em auto;
}

/* flip speed goes here */
.flipper {
   transition: 0.6s;
   transform-style: preserve-3d;

   position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    box-shadow: 3px 7px 6px #aaaaaa40;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
}
.front {
   z-index: 2;
   /* for firefox 31 */
   transform: rotateY(0deg);
  background: #f5f5f5;
}
.back {
   transform: rotateY(180deg);
  background: #70B500;
}
.front-box .fa {
    font-size: 58px;
    color: #2d6d00;
}.front-box p, .back-box p {
    color: #666;
    font-size: 18px;
    font-weight: 500;
}
.back-box p {
    color: #fff;}
/*---------------------------------- */
.webDevelop_hero{
	background-image: url(../img/portpolio/webDevelo-banner.png);
}
.mobileApp_hero{
	background-image: url(../img/portpolio/mobileApp-banner.png);
}
.mobApp_futuer {
    margin-top: -110px;
}
.mobApp_fbox {
    padding: 40px 28px 15px;
    border-radius: 24px;
    box-shadow: 0px 0px 20px rgb(197 197 197 / 21%);
    background-color: #fff;
}
.heading-25 {
    font-size: 25px;
    color: #373737;
    font-weight: 500;
}
.mobApp_fbox span {
    display: block;
    height: 37px;
    width: 11px;
    background: linear-gradient(0.39deg, #70B500 99.69%, #307001 101.11%);
    border-radius: 3px;
    margin-bottom: -38px;
}

.img-app img + img {
    position: absolute;
    left: 169px;
    top: 110px;
    transform: rotate(36deg);
    transition: all 0.3s ease;
}
.heading_small-2 {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0 0 6px;
}
.mobApp_portContent .heading_pera {
    font-weight: normal;
    font-size: 20px;
    color: #373737;
    line-height: 25px;
}
.mobApp_portContent img {
    margin-bottom: 20px;
}
.mobApp_portContent .heading_big {
    padding-bottom: 0;
    margin-top: 0;
}
.mobApp_portfolio {
    margin-top: 65px;
}
.mobApp_portHeader {
    margin-bottom: 70px;
}
.mobApp_portContent a {
    font-weight: 400;
    font-size: 25px;
    line-height: 31px;
    color: #37474F;
    display: inline-flex;
    margin-top: 20px;
    position: relative;
    text-transform: capitalize;
}
.mobApp_portContent a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 6px;
    background-color: #70B500;
    z-index: -1;
    border-radius: 10px;
    transform: scaleX(-1);
    transition: transform 400ms ease-in-out;
    transform-origin: 0 50%;
    right: -100%;
}
.mobApp_portContent a:hover:after {
	transform: scaleX(0);
}
.mobApp_portRow .row {
        display: flex;
        align-items: center;
    }    

.mobApp_loadBtn a {
    font-size: 25px;
    line-height: 31px;
    color: #70B500 !important;
    display: inline-block;
    z-index: 1;
    border: 2px solid;
    padding: 13px 40px;
    font-family: 'Gilroy-Bold';
    border-radius: 10px;
    text-align: center;
}

.mobApp_loadBtn svg {
    margin-left: 20px;
    margin-bottom: -15px;
}
.before-img, .after-img {
    position: relative;
}
.after-img:after {
    content: '';
    position: absolute;
    right: -6%;
    width: 280px;
    height: 280px;
    background: url(../img/portpolio/mobApp_dot.png);
    background-size: cover;
    z-index: -1;
    top: -30%;
    background-repeat: no-repeat;
}
.before-img:before {
    content: '';
    position: absolute;
    left: -6%;
    width: 350px;
    height: 350px;
    background-color: #E9F6D3;
    bottom: 0%;
    z-index: -1;
}

/* ------------------------------ Contact Page  */



.contact_hero div#myCarousel {
    margin-top: 60px;
    margin-bottom: 115px;
}
.contact_hero .slider_content h5 {
    color: #fff;
}
.contact_details-section {
    padding: 140px 0 0;
    overflow: hidden;
}
.contactDetails_left {
    padding-left: 70px;
    padding-right: 20px;
    position: relative;
}
.contactDetails_left:before {
    content: '';
    position: absolute;
    background: url(../img/portpolio/mobApp_dot.png);
    background-size: cover;
    width: 280px;
    height: 280px;
    z-index: -1;
    bottom: -14%;
    left: -9%;
}
.contactDetails_header p:first-child {
    font-size: 104px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #C0D89B;
    color: #fff;
    letter-spacing: 3px;
    line-height: .4;
    margin-bottom: 0;
    font-family: 'Gilroy-ExtraBold';
}
.contactDetails_header p+ p {
    font-family: 'Gilroy-ExtraBold';
    font-size: 40px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 6px;
    line-height: 1;
}
.contactDetails_header span {
    height: 16px;
    max-width: 275px;
    background-color: #E9F6D3;
    display: block;
    border-radius: 15px;
}

.contactDetails_body h4 {
    font-family: 'Gilroy-Medium';
    font-size: 32px;
    line-height: 36px;
    color: #373737;
    margin-bottom: 0;
}
.contactDetails_body p {
    font-family: 'Gilroy-Regular';
    font-size: 20px;
    line-height: 25px;
    color: #373737;
    
}

.brand-color {
    color: #70B500;
}
.contactDetails_address {
    list-style: none;
    padding: 0;
    margin: 30px 0 45px;
}
.contactDetails_address li {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.contactDetails_address li a, .contactDetails_address li span {
    font-family: 'Gilroy-Regular';
    font-size: 18px;
    line-height: 22px;
    color: #373737;
    width: calc(100% - 45px);
    display: block;
    margin: 0 0 0 auto;
}
.contactDetails_form {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 6px rgb(197 197 197 / 21%);
    border-radius: 24px;
    padding: 30px 30px 40px;
    margin-right: 35px;
    position: relative;
}
.contactDetails_form:before {
    content: '';
    position: absolute;
    top: -5%;
    right: -10%;
    background: url(../img/portpolio/mobApp_dot.png);
    background-size: cover;
    width: 280px;
    height: 280px;
    z-index: -1;
}
.contactDetails_form input {
    height: 45px;
    border-radius: 10px;
    color: #9B9B9B;
    font-family: 'Gilroy-Medium';
}
.contactDetails_form h4 {
    font-family: 'Gilroy-ExtraBold';   
    font-size: 40px;
    line-height: 50px;
    color: #666;
}
.contactDetails_form label {
    font-family: 'Gilroy-Light';
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #666;
}
.contactDetails_form label.checkbox-inline {
    padding: 12px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(197 197 197 / 21%);
    border-radius: 11px;
    display: flex;
    align-items: center;
}
.contactDetails_form label input {
    width: 0;
}
.contactDetails_form .checkbox-inline .checked {
    position: absolute;
    right: 6px;
    top: 6px;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 14px;
    height: 14px;
}

.contactDetails_form label.checkbox-inline span {
    display: block;
    width: calc(100% - 30px);
    padding-left: 8px;
}
.contactDetails_form .checkbox-inline input:checked ~ svg.checked {
    opacity: 1;
}
.contactDetails_form .checkbox-inline input:checked ~ span {
    color: #70b500;
}
.contactDetails_form textarea.form-control {
    height: 140px;
    border-color: #979797;
    border-radius: 10px;
    resize: none;
}
.contactTechnology_header{
  text-align: center;
  margin-bottom: 50px;
}

.contactTechnology_slider .slick-slide {
    width: 245px;
}
.contactTechnology_slider .inner {
    height: 140px;
    background-color: #FDFFF9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    box-shadow: 0px 0px 20px rgba(197, 197, 197, 0.214325);
}
.address-card h4 {
    font-size: 25px;
    font-weight: 700;
}
.address-card img {
    width: 58px;
}
.address-card p {
    font-size: 16px;
}

.address-card {
    padding-inline: 25px;
}
.o_address-grid .row{
    display: flex;
    flex-wrap: wrap;
}
.o_address-grid .col-md-4 {
    margin-bottom: 40px;
}
 .address-box {
       border-radius: 24px;
       overflow: hidden;
       border: 2px solid #0000;
       box-shadow: 8px 0px 24px rgba(197, 197, 197, 0.26);
       transition: all .3s ease;
       height: 100%;
   }
   .address-box img {
    width: 100%;
    margin-bottom: -4px;
}
.add-box-text {
    background-color: #fff;
    
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 20px;
    
}
.address-box:hover{
    border-color: #70b500;
}
.add-box-text h5 {
    font-size: 22px;
    color: rgba(112, 181, 0, 1);
    font-weight: 600;
    margin-block: 0;
    font-family: 'Gilroy-ExtraBold';
}
.add-box-text h6 {
    font-size: 16px;
    color: rgba(112, 181, 0, 1);
    margin-block: 14px 8px;
    font-family: 'Gilroy-Medium';
} 
.add-box-text p {
    font-size: 12px;
    color: rgba(55, 55, 55, 1);
    margin-bottom: 0;
}
.o_address-grid .heading_big {
    font-size: 32px;
    margin-bottom: 20px;
}
/* ------------------------------ Career Page */
.career_form {
    margin-bottom: 50px;
}
.career_form .container{
  position: relative;
}
.career_form .container:before, .career_form .container:after {
    content: '';
    position: absolute;
    right: -54px;
    background: url(../img/portpolio/mobApp_dot.png);
    background-size: cover;
    width: 280px;
    height: 280px;
    z-index: -1;
    background-repeat: no-repeat;
}
.career_form .container:after {
  bottom: 0

}
.career_hero div#myCarousel {
    margin-top: 60px;
    margin-bottom: 115px;
}
.career_hero .slider_content h5 {
    color: #fff;
}
.career_contact {
    display: flex;
    max-width: 830px;
    margin: 100px auto;
    padding: 0 15px;
    justify-content: center;
}
.careerContact_box {
    padding: 0 6px;
}
.careerContact_box a {
    position: relative;
    display: block;
}
.careerContact_box img+img {
    position: absolute;
    top: 0;
    left: 0;
}
.careerContact_box img {
  width: 100%;
  transition: all 1s ease;
}
.careerContact_box a:hover img {
   transform: perspective(1000px) rotate(0deg) skew(0deg) translate(0px,-15px);
}
.careerContact_box a:hover img+img {
    opacity: 0;
}
.careerForm_inner h3 {
    font-family: 'Gilroy-ExtraBold';      
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #666;
}
.careerForm_inner h3 span{
  color: #70B500;
  display: block;

}


.file-name {
    padding: 5px 20px;
    vertical-align: middle;
    border: 1px solid #979797;
    height: 45px;
    border-radius: 10px;
    color: #9B9B9B;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 190px);
}
.file-browse .btn {
    background: #70B500;
    border-radius: 10px;
    max-width: 170px;
    width: 100%;
    height: 45px;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF !important;
    margin-left: 15px;
}

.careerForm_inner {
    padding: 35px;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 6px rgb(197 197 197 / 21%);
}
.careerForm_form .form-group {
    margin-bottom: 20px;
    position: relative;
}
.careerForm_form .form-control {
    border: 1px solid #979797;
    border-radius: 10px;
    height: 45px;
    padding-left: 20px;
    color: #9B9B9B;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    line-height: 24px;
}

.careerForm_form .form-group label {  
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 5px;
    font-family: 'Gilroy-Light';
}
.file-browse {
    margin: 12px 0 30px;
}
.form-group span.down-arrow {
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 0;
}
.form-group span.down-arrow svg {
    width: 15px;
}
.careerForm_form select.form-control {
    appearance: none;
}
.less-label select {
    margin-top: 30px;
}
.form-group.less-label span {
    top: 24px;}
.careerForm_form textarea.form-control {
    height: 164px;
}
.careerForm_form .get_in {
    max-width: 266px;
    width: 100%;
}
.career-job-list {
    padding-block: 80px;
    background-color: #f1f5f6;
}
.career-job-card {
     padding: 20px 20px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}
@media (min-width: 768px){
.career-job-card .row {
    display: flex;
    align-items: center;
}}
.career-job-card h6 {
    font-size: 20px;
    color: #282828;
    font-weight: 600;
    margin: 0;
}
.career-job-card h6 + p {
     color: #848484;
    margin-bottom: 0;
}
.job-location, .job-exp {
    font-size: 16px;
    color: #282828;
    margin-bottom: 0;
}
.job-location i, .job-exp i {
    padding-right: 2px;
    color: #70b500;
    font-size: 20px;
}
.career-job-card .btn.get_in {
    margin: 0 auto;
}
.new-job {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 0;
}
.new-job:before {
    content: 'New';
    position: absolute;
    top: -8px;
    left: 0;
    left: -28px;
    background-color: #70b500;
    padding: 18px 31px 3px;
    transform: rotate(318deg);
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.career-job-card:not(:last-child) {
    margin-bottom: 15px;
}

/*----------------------------------------------------  Case Study Page*/
.caseStudy_hero{
	background-image: url(../img/casestudy/caseStudy-banner.png);
}
.caseStudy_section {
    padding: 80px 0 90px;
    overflow: hidden;
}
.caseStudy_studes {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(197 197 197 / 21%);
    border-radius: 24px;
    padding: 48px;
    margin-bottom: 25px;
}
.caseStudy_header {
    margin-bottom: 80px;
    position: relative;
    z-index: 5;
}
.caseStudy_studes h3 {
    font-family: 'Gilroy-Bold';
    font-size: 35px;
    line-height: 44px;
    color: #666;
}
.caseStudy_studes p {
    font-size: 20px;
    line-height: 25px;
    color: #666;
    margin-bottom: 30px;
}
.caseStudy_studes a {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    line-height: 31px;
    color: #666;
    display: inline-block;
    position: relative;
    z-index: 4;
}
.caseStudy_studes a:before {
    content: '';
    position: absolute;
    bottom: -4px;
    width: 110%;
    height: 18px;
    background-color: #E9F6D3;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    left: -10px;
    z-index: -1;
}
.case_before1,.case_before2,
.case_before3,.case_before4{
  z-index: 2;
} 
.case_before1:before, .case_before3:before {
    content: '';
    position: absolute;
    top: -30%;
    left: -25%;
    background-color: #e9f6d3;
    width: 350px;
    height: 350px;
    z-index: -1;
}
.case_before3:before {
  top: auto;
  bottom: -15%;
}
.case_before2:before, .case_before4:before{
    content: '';
    position: absolute;
    right: -11%;
    top: -15%;
    background: url(../img/portpolio/mobApp_dot.png);
    background-size: cover;
    width: 280px;
    height: 280px;
    z-index: -1;
    background-repeat: no-repeat;
}
.case_before4:before{
  top: auto;
  bottom: -10%;
}
.caseStudy_body .nav-tabs {
    border: 0;
    display: flex;
    justify-content: center;
}
.caseStudy_body .nav-tabs li {
    padding: 2px 20px;
    border: 2px solid #979797;
    margin: 0 5px;
    border-radius: 10px;
    color: #979797;
    font-size: 20px;
    font-family: 'Gilroy-Medium';
}
.caseStudy_body .nav-tabs>li>a {
    color: #979797;
    padding-inline: 0;
}
.caseStudy_body .nav-tabs li.active a, 
.caseStudy_body .nav-tabs li.active a:focus, 
.caseStudy_body .nav-tabs li.active a:hover {
    border-color: #0000;
    background-color: #0000;
    color: #fff;

}
.caseStudy_body .nav-tabs li.active {
    background-color: #70B500;
    border-color: #70B500;
}
.caseStudy_body .nav-tabs>li>a:hover {
    border-color: #0000;
    background-color: #0000;
}
.caseStudy_tab a img {
    width: 100%;
}
.caseStudy_tab {
    margin-top: 50px;
}
.caseStudy_tab .col-md-4 {
    margin-bottom: 25px;
}

/*----------------------------------- Website Case Study Page */
.caseWebsite_header {
    margin: 80px 0;
}
.case_website {
    overflow: hidden;
}
.caseWebsite_inner {
    position: relative;
}
.caseWebsite_inner img {
    width: 100%;
}
.caseWebsite_body .row {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.caseWebsite_body .row > div {
    margin-bottom: 30px;
}
.caseWebsite_content {
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 30px;
    padding: 55px 35px;
    z-index: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
}
.caseWebsite_inner:hover .caseWebsite_content {
  opacity: 1;
}
.caseWebsite_content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000bf;
    left: 0;
    top: 0;
    border-radius: 20px;
    z-index: -1;
}
.caseWebsite_content p {
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 3px;
    color: #fff;
}
.caseWebsite_content a {
    font-family: 'Gilroy-Medium';
    font-style: italic;
    font-weight: 400;
    font-size: 25px;
    line-height: 31px;
    color: #fff !important;
    display: inline-block;
    margin-top: 27%;
    position: relative;
}
.caseWebsite_content a:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 115%;
    background-color: #E9F6D3;
    bottom: 2px;
    left: 0;
    z-index: -1;
    border-top-right-radius: 20px;
}
.caseWebsite_content h6 {
    font-family: 'Gilroy-Medium';
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}
.col-md-3 .caseWebsite_content {
    padding: 20px 15px;
}
.col-md-3 .caseWebsite_content p {
    font-size: 15px;
    line-height: 19px;
}
.col-md-3 .caseWebsite_content h6 {
    font-size: 20px;
    line-height: 28px;
}
.col-md-3 .caseWebsite_content a {
    font-size: 20px;
    line-height: 31px;
}

/* section.home_hero-2 {
    position: relative;
    background: linear-gradient(45deg, #307001, #70B500);
    height: 100vh;
    display: flex;
    align-items: center;
}


section.home_hero-2 lottie-player {
    position: absolute;
    right: -75vw;
    width: 185vw;
    height: 95vw;
    top: -20vw;} */

/*-------------------------------------------------------------    Job Openings Page*/
.jobOpening_hero {
  background-image: url(../img/job-banner.png);
}
.banner-padding{
  padding: 120px 0 100px;
}
.jobOpening_details {
    margin-bottom: 95px;
}
.jobOpening_details h3 {
    font-family: 'Gilroy-ExtraBold';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    color: #373737;
}
.jobOpening_details p {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    line-height: 23px;
    color: #666666;
}
.jobOpening_opening.before-img:before {
    background-color: #FFF5CF;
    bottom: auto;
    left: 0;
}
.jobOpening_details:nth-child(3), .jobOpening_details:nth-child(5) {
    text-align: right;
}
.jobOpen_header {
    margin: 80px 0 65px;
}
.jobOpening_type.before-img:before {
    left: 5%;
    bottom: -8%;
}

.jobOpening_opening.after-img:after {
    right: 5%;
    top: 10%;
}
.jobType_tab {
    margin-bottom: 20px;
}
.jobType_tab p, .jobType_tab li {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    line-height: 23px;
    color: #666666;
}
.jobType_tab ul {
    padding: 0;
    margin: 0;
}
.jobOpening_type {
    margin: 55px 0 0;
}
.jobType_tab ul li img {
    width: 16px;
    margin-left: -26px;
    margin-right: 10px;
}
.jobType_tab ul li:hover {
    background-color: #0000;
}
.jobType_tab ul li {
    margin: 0;
    padding: 4px 0 4px 35px;
}
.jobType_tab h5 {
    font-family: 'Gilroy-ExtraBold';
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    color: #373737;
    margin-top: 0;
}
.jopType_inner .vertical-tab .nav-tabs{
    width: 27%;
    min-width: 27%;
    border: none;
    vertical-align: top;
    display: table-cell;
}
.jopType_inner .vertical-tab .nav-tabs li{ float: none; }
.jopType_inner .vertical-tab .nav-tabs li a{
    color: #666666;
    background: transparent;
    font-size: 20px;
    padding: 12px 15px 11px;
    margin: 0 0 10px 0;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 10px;
}
.jopType_inner .vertical-tab .nav-tabs li a:hover,
.jopType_inner .vertical-tab .nav-tabs li.active a{
    background: #70b500;
    border: none;
    color: #fff;
    box-shadow: 0px 0px 20px 6px rgb(253 208 208 / 44%);
    padding-left: 40px;
}
.jopType_inner .vertical-tab .nav-tabs li a:hover:before,
.jopType_inner .vertical-tab .nav-tabs li.active a:before {
    content: '';
    width: 16px;
    height: 15px;
    position: absolute;
    left: 15px;
    top: 18px;
    background-image: url(../img/arow-fff.svg);
}

.jopType_inner .vertical-tab .tab-content{
    padding: 20px 40px;
    display: table-cell;
}
.jopType_inner .vertical-tab .tab-content h3{
    color: #1e97bf;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 7px;
}

/*--------------------------------------- Evenets Page */
.events_hero {
  background-image: url(../img/events/event-banner.png);
}
.culture_hero{
  background-image: url(../img/events/culture-banner.png);		
}

.events_header {
    margin: 80px 0 65px;
}
.events-gallery {
    display: flex;
}
.events-gallery div {
    flex: 0 0 32%;
    margin-right: 2%;
}
.events-gallery div:last-child {
    margin-right: 0;
}
.events-gallery a {
    display: block;
    position: relative;
    margin-bottom: 18px;
}
.events-gallery img {
    width: 100%;
}
.events-imgOverlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #70b50080;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.events-imgOverlay i {
    width: 30px;
    height: 30px;
    background-color: #70b500;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
} 
.events-gallery a:hover .events-imgOverlay {
	opacity: 1
}
.events_box h3 {
    color: #666;
    text-align: center;
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 1.2;
    font-family: 'Gilroy-ExtraBold';
}
.events_box {
    margin-top: 65px;
}
.event-btn {
    border: 2px solid #70B500;
    max-width: 266px;
    display: block;
    margin: 40px auto 0;
    text-align: center;
    height: 52px;
    line-height: 48px;
    color: #70B500 !important;
    font-size: 20px;
    font-family: 'Gilroy-Medium';
    border-radius: 10px;
}
.events_box.before-img:before {
    left: -15%;
    bottom: auto;
    z-index: -1;
}
.events_tab .nav-tabs {
    border-bottom: 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.events_tab .nav-tabs li {
    border: 2px solid #979797;
    border-radius: 10px;
    color: #979797;
    font-size: 20px;
    padding: 3px 8px;
    font-family: 'Gilroy-Medium';
    margin: 0 10px;
}
.events_tab .nav-tabs li a {
    color: inherit !important;
}
.events_tab .nav-tabs li.active {
    background-color: #70B500;
    border-color: #70B500;
}
.events_tab .nav-tabs li a, 
.events_tab .nav-tabs li.active a, 
.events_tab .nav-tabs li.active a:hover {
    border: 0 !important;
    background-color: #0000 !important;
    outline: none !important;
}
.events_tab .nav-tabs li.active a {
    color: #fff !important;
}
/*------------------------------------------------------------ Technologies Page*/
.banner_hero {
    padding: 155px 0;
    background-size: cover;
}
.technologies_hero {
    background-image: url(../img/technologies/techno-banner.png);
}
.technologies_tech.before-img:before {
    bottom: auto;
    left: 4%;
    background: #FFE6DC;
    top: 2%;
}
.technologies_tech.after-img:after {
    top: 8%;
    right: 5%;
}
.technologies_tab .tab-content {
    padding-top: 0;
}
.banner_smalltitle2 {
    font-family: 'Gilroy-Medium';
    font-size: 55px;
    line-height: 64px;
    color: #FFFFFF;
    margin: 0 0 10px;
}
.banner_title2 {
    font-family: 'Gilroy-ExtraBold';
    font-style: normal;
    font-weight: 800;
    font-size: 55px;
    line-height: 67px;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.banner_para2 {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}
.technoTech_header {
    margin: 70px 0;
}
.technologies_tab .nav-tabs li {
    border: 2px solid #979797;
    border-radius: 10px;
    color: #979797;
    font-size: 20px;
    padding: 3px 8px;
    font-family: 'Gilroy-Medium';
}
.technologies_tab .nav-tabs li a, 
.technologies_tab .nav-tabs li.active a,
.technologies_tab .nav-tabs li.active a:hover {
    border: 0 !important;
    background-color: #0000 !important;
    outline: none !important;
}
.technologies_tab .nav-tabs li.active {
    background-color: #70B500;
    border-color: #70B500;
}
.technologies_tab .nav-tabs li a {
  color: inherit !important;
}
.technologies_tab .nav-tabs li.active a {
  color: #fff !important;
}
.technologies_tab .nav-tabs {
    border: 0;
    display: flex;
    justify-content: space-between;
}
.technoTech_img img {
    width: 100%;
}
.tech_title {
    font-family: 'Gilroy-ExtraBold';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    color: #373737;
    margin-bottom: 20px;
}
.tech_para {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    line-height: 23px;
    color: #666666;
}
.tech_link {
    display: inline-block;
    font-family: 'Gilroy-Medium';
    font-size: 25px;
    line-height: 29px;
    color: #37474F;
    position: relative;
    margin-top: 15px;
}
.tech_link:after {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 6px;
    width: 100%;
    background-color: #70B500;   
    border-radius: 15px;
    transform: scaleX(-1);
    transition: transform 400ms ease-in-out;
    transform-origin: 0 50%;
    right: -100%;
}
.tech_link:hover:after {
   transform: scaleX(0);
}
.technoTech_inner .row {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.techno_left .technoTech_img,
.techno_right .technoTech_text {
    text-align: end;
}
.techno_right .col-md-5.after-img:after {
    right: auto;
    left: -25%;
}
.techno_right .col-md-7.after-img:after {
    right: -30%;
    top: 0;
}
.before-img.techno-before1:before {
    background: #F4EBFF;
    left: -15%;
    top: -30%;
    z-index: -1;
}
/*---------------------------------------------  Blog Page*/
.blog_hero{
	background-image: url(../img/blog/blog-banner.png);
}
.blogPost_header {
    margin-bottom: 60px;
}
.premium-blog {
    padding: 80px 0;
}
.premiumblog_inner {
    position: relative;
}
.blogPost_body.after-img:after{
	top: -5%;
}
.premiumblog_content {
    padding: 30px 25px;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 6px rgb(197 197 197 / 21%);
    max-width: 600px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.premiumblog_content h6 {
    color: #373737;
    font-size: 20px;
    letter-spacing: 2.4px;
    font-family: 'Gilroy-Medium';
    margin: 0;
}
.premiumblog_content h6 {
    color: #373737;
    font-size: 20px;
    letter-spacing: 2.4px;
    font-family: 'Gilroy-Medium';
}
.premiumblog_content h4 {
    color: #373737;
    font-size: 35px;
    line-height: 41px;
    font-family: 'Gilroy-Medium';
}
.premiumblog_content p {
    font-size: 20px;
    line-height: 23px;
    color: #2B2B2B;
    font-family: 'Gilroy-Medium';
    
}
.premiumblog_content a {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    color: #373737;
    font-family: 'Gilroy-Medium';
    position: relative;
}
.premiumblog_content a:before,
.blogPost_content a:before {
    position: absolute;
    content: '';
    bottom: -5px;
    width: 100%;
    height: 6px;
    background-color: #70B500;
    border-radius: 15px;
    transform: scaleX(-1);
    transition: transform 600ms ease-in-out;
    transform-origin: 0 50%;
    right: -100%;
}
.premiumblog_content a:hover:before,
.blogPost_content a:hover:before {
	transform: scaleX(0);
}
.premiumblog_inner img {
    width: 100%;
    box-shadow: 0px 0px 20px 6px rgb(197 197 197);
    border-radius: 24px;
    width: 95%;
    max-height: 440px;
    object-fit: cover;
}
.blogPost_post > img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 6px rgb(197 197 197 / 21%);
}
.blogPost_post {
    position: relative;
}
.blogPost_meta {
    display: flex;
    align-items: center;
}
.blogPost_meta img {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    margin-right: 8px;
}
.blogPost_bio p {
    color: #373737;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
}
.blogPost_bio p+p {
    color: #898989;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
}
.blogPost_content h5 {
    color: #373737;
    font-size: 26px;
    line-height: 30px;
    font-family: 'Gilroy-Medium';
}
.blogPost_content h5 ~ p {
    color: #2B2B2B;
    font-size: 14px;
    font-family: 'Gilroy-Medium';
    line-height: 16px;
}
.blogPost_readmore {
    text-align: center;
    padding-top: 75px;
    margin-top: -45px;
    background-color: #ffffff52;
    position: relative;
}
.blogPost_content a {
    display: inline-block;
    color: #373737;
    font-size: 18px;
    line-height: 21px;
    position: relative;
    font-family: 'Gilroy-Medium';
}
.blogPost_content {
    margin: -150px 30px 35px;
    background-color: #fff;
    position: relative;
    border-radius: 24px;
    padding: 25px 25px 30px;
    box-shadow: 0px 0px 20px 6px rgb(197 197 197 / 21%);
}
.blogdetails_hero{
	background-image: url(../img/blog/blogDetails-banner.png);
}
.blogdetails_inner > img {
    box-shadow: 0px 0px 20px 6px rgb(197 197 197);
    border-radius: 24px;
    margin: 100px 0 0;
    width: 100%;
}
.blogdetails_content {
    background-color: #fff;
    border-radius: 24px;
    padding: 35px;
    margin: -140px 50px 0;
    box-shadow: 0px 0px 20px 6px rgb(197 197 197 / 21%);
    position: relative;
}
.blogdetails_meta {
    display: flex;
    align-items: center;
}
.blogdetails_meta img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    margin-right: 18px;
}
.blogdetails_bio p {
    margin-bottom: 0;
    color: #373737;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Gilroy-Medium';
}
.blogdetails_bio p+p {
    color: #898989;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 3px;
}
.blogdetails_content h3 {
    color: #373737;
    font-size: 35px;
    line-height: 41px;
    font-family: 'Gilroy-Medium';
}
.blogdetails_content h3 ~ p {
    color: #373737;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
    font-family: 'Gilroy-Medium';
}
.blogdetails_content h3 ~ img {
    width: 100%;
    margin: 40px 0 40px;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 6px rgb(197 197 197 / 21%);
}
.blogdetails_content h3 ~ ul {
    margin-bottom: 20px;
}
.blogdetails_content h3 ~ ul li {
    color: #373737;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 5px;
    font-family: 'Gilroy-Medium';
}
.blogdetails_pagintion {
    padding: 24px 30px;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    display: flex;
    justify-content: space-between;
}
.blogdetails_pagintion a+a {
    transform: rotate(180deg);
}
.blogdetails_share ul {
    margin-bottom:  20px;
    list-style: none;
    padding: 0;
    display: flex;
}
.blogdetails_share li {
    color: #373737;
    font-size: 20px;
    font-family: 'Gilroy-Medium';
}
.blogdetails_share ul a {
    margin: 0 5px;
    font-size: 25px;
}
.blogdetailsComment_header {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.blogComment_meta {
    display: flex;
    align-items: center;
}
.blogComment_meta img {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    margin-right: 10px;
}
.blogComment_meta p {
    margin: 0;
    font-size: 18px;
    font-family: 'Gilroy-Medium';
    color: #000;
}
.blogComment_date {
    display: flex;
    align-items: center;}
.blogComment_date p {
    margin: 0;
    font-size: 14px;
    color: #686868;
    padding-left: 6px;
    font-family: 'Gilroy-Medium';
}    
.blogdetails_comment .blogdetailsComment_header ~ p {
    font-size: 14px;
    color: #2B2B2B;
    line-height: 16px;
    font-family: 'Gilroy-Medium';
}
.blogdetails_comment .blogdetailsComment_header ~ a {
    margin-top: 10px;
    display: inline-block;
    color: #70B500;
    font-size: 20px;
    font-family: 'Gilroy-Medium';
}
.blogdetails_comments {
    margin: 60px 0 0;
}
.blogdetails_comment {
    border-bottom: 2px solid #D8D8D8;
    padding-bottom: 30px;
}
.blogComment_form h5 {
    font-family: 'Gilroy-Bold';
    font-size: 40px;
    line-height: 47px;
    color: #373737;
    margin-bottom: 30px;
}
.blogComment_form textarea {
    width: 100%;
    height: 100px;
    border-color: #666666;
    border-radius: 10px;
    appearance: unset;
    resize: unset;
    color: #666;
    padding: 15px;
    font-size: 16px;
    line-height: 1;
}
.blogComment_form .form-control {
    border: 1px solid #979797;
    border-radius: 10px;
    height: 45px;
    padding-left: 20px;
    color: #9B9B9B;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    line-height: 24px;
}
.blogComment_form .btn.get_in {
    margin-left: 0;
}
.blogdetails_comment.recomment {
    padding-left: 70px;
}
.blogdetails_comment.recomment .blogdetailsComment_header ~ p {
    color: #4A4A4A;
 }
.blogdetails_comment .blogdetailsComment_header ~ a img {
    margin-right: 8px;
}
.blogComment_form {
    margin-top: 35px;
}
.blogdetails_content.after-img:after {
    right: -20%;
    top: 10%;
}





































/*icon*/

@media (max-width: 600px) {

  .social {

    transform: scale(0.6);

  }

}



@media (min-width: 601px) and (max-width: 700px) {

  .social {

    transform: scale(0.7);

  }

}



@media (min-width: 701px) and (max-width: 800px) {

  .social {

    transform: scale(0.8);

  }

}

.more_about:hover {

    text-decoration: none;

    color: #2d6d00;

}

.social {

  margin: 0;

  padding: 0;

  list-style: none;

  display: flex;

}



.social li {

  margin: 0 20px;

}



.social li a .fa {

  font-size: 18px;

    color: #555;

    line-height: 39px;

    transition: 0.5s;

}



.social li a {

    display: block;

    width: 33px;

    height: 33px;

    background: #fff;

    text-align: center;

    transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(0,0);

    transition: 0.5s;

    box-shadow: -20px 20px 10px rgb(0 0 0 / 50%);

}



.social li a::before {

 content: "";

    position: absolute;

    top: 5px;

    left: -11px;

    height: 101%;

    width: 12px;

    background: #b2b2b2;

    transition: 0.5s;

    transform: rotate(0deg) skewY(-45deg);

}



.social li a::after {

 content: "";

    position: absolute;

    bottom: -10px;

    left: -5px;

    height: 10px;

    width: 100%;

    background: #e5e5e5;

    transition: 0.5s;

    transform: rotate(0deg) skewX(-45deg);

}



.social li a:hover {

  transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(15px,-15px);

  box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5);

}



.social li:hover .fa {

  color: #fff;

}



.social li:hover:nth-child(1) a {

  background: linear-gradient(rgb(56,93,168), rgb(66,103,178), rgb(76,113,188) , rgb(86, 123, 198) , rgb(96, 133,208) , rgb(106, 143, 218), rgb(116, 153,228), rgb(126, 163, 238), rgb(136,173,248));;

}



.social li:hover:nth-child(1) a::before {

  background: linear-gradient(rgb(56,93,168), rgb(66,103,178), rgb(76,113,188) , rgb(86, 123, 198) , rgb(96, 133,208) , rgb(106, 143, 218), rgb(116, 153,228), rgb(126, 163, 238), rgb(136,173,248));;

}



.social li:hover:nth-child(1) a::after {

  background: linear-gradient(360deg, rgb(56,93,168), rgb(66,103,178), rgb(76,113,188) , rgb(86, 123, 198) , rgb(96, 133,208) , rgb(106, 143, 218), rgb(116, 153,228), rgb(126, 163, 238), rgb(136,173,248));;

}





.social li:hover:nth-child(2) a {

  background:  linear-gradient( rgb(199, 54, 37), rgb(209, 64, 47) , rgb(219, 74, 57) , rgb(229, 84, 67) , rgb(239, 94, 77), rgb(249, 104, 87), rgb(259, 114, 97), rgb(269, 124, 107));

}



.social li:hover:nth-child(2) a::before {

  background:  linear-gradient( rgb(199, 54, 37), rgb(209, 64, 47) , rgb(219, 74, 57) , rgb(229, 84, 67) , rgb(239, 94, 77), rgb(249, 104, 87), rgb(259, 114, 97), rgb(269, 124, 107));

}



.social li:hover:nth-child(2) a::after {

  background:  linear-gradient(360deg, rgb(199, 54, 37), rgb(209, 64, 47) , rgb(219, 74, 57) , rgb(229, 84, 67) , rgb(239, 94, 77), rgb(249, 104, 87), rgb(259, 114, 97), rgb(269, 124, 107));

}



/* skype */

.social li:hover:nth-child(2) a

{

  background: #00AFF0;

}

.social li:hover:nth-child(2) a:before

{

  background: #166e9b;

}

.social li:hover:nth-child(2) a:after

{

  background: #3c8eb9;

}



/* instagram */

.social li:hover:nth-child(3) a

{

  background: #e4405f;

}

.social li:hover:nth-child(3) a:before

{

  background: #cb1d3d;

}

.social li:hover:nth-child(3) a:after

{

  background: #ad344a;

}

/* youtube */

.social li:hover:nth-child(4) a

{

  background: #cd201f;

}

.social li:hover:nth-child(4) a:before

{

  background: #930504;

}

.social li:hover:nth-child(4) a:after

{

  background: #e62c2a;

}

/*link*/



.social li:hover:nth-child(5) a

{

  background: #7f9ee3;

}

.social li:hover:nth-child(5) a:before

{

  background: #7f9ee3;

}

.social li:hover:nth-child(5) a:after

{

  background: #7f9ee3;

} 



/*end*/







.cyber_logo img{

        position: relative;

    z-index: inherit;

}



.cyber_logo::after {

    content: "";

    position: absolute;

    background: #e9f6d3;

    width: 52px;

    height: 49px;

    right: 80px;

    top: 20%;

}

/*end icon*/







/*border css*/

/*.dot-line1 {

   

  animation: grow1 2s forwards;

    position: absolute;

    top: 0;

    border: 2px dashed #fff;

    margin-top: -99px;

    transform: skew(-18deg, 38deg);

    width: 32px;

    border-radius: 37px;

    border-bottom: 2px solid transparent;

    border-right: 2px solid transparent;

}



@keyframes grow1 {

    0% {

        height: 10px;

    }

    100% {

        height: 100px;

    }

}*/

/*end*/





/*********************************************************************Akash media query*************************************************************/

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



.navbar-brand img{

        width: 85% !important;

    margin-top: -10px !important;

}

.navbar-inverse .navbar-toggle .icon-bar {

    background-color: #387900 !important;

}

.carousel-indicators {

    left: 35% !important;

}

section.home_hero {

    background-image: url(../img/hero_img.png);

    background-size: contain !important;

    height: 44vh;

    margin-top: -5% !important;

    

}

.slider_content h1 {

    font-size: 20px;
        padding: 5px 10px;

}

.slider_content h2 {

    font-size: 29px;

}

.navbar-inverse .navbar-nav>li>a {

    color: #000 !important;

}

ul.nav.navbar-nav.navbar-right {

    margin-top: 20px;

    text-align: center;

}

}



/*end media query*/



.copyright{
      color: #fff;
    padding-top: 17px;
    padding-bottom: 17px;
    background-image: url(../img/ft_btm1.png);
    background-size: cover;
    background-position: 12% 100%;
    background-repeat: no-repeat;
}
footer .fa-map-marker{
    margin-right: 4px;
    margin-top: 3px;
}
.logo_btm_tg{
        /*font-family: cursive;*/
    font-size: 14px;
    font-weight: 700;
}


.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.counter i {
    color: #2d6d00;
    font-size: 40px;
}
.vission i {
    color: #2d6d00;
    font-size: 30px;
}
.team_m img {
    width: 100%;
}
.team_m h5 {
    color: #2d6d00;
    font-weight: bold;
    font-size: 18px;
}
.team_m img::after {
    content: "";
    background-image: url(../img/leadership/bg.png);
    position: absolute;
    width: 100px;
    height: 100px;
}

/*testimonial*/
    .testimonials-wrap {
            padding: 40px 0;
        }
        .heading-section {
            text-align: center;
        }
        .sub-heading {
            font-family: 'Lato', sans-serif;
            font-size: 12px;
            display: block;
            font-weight: 600;
            color: #2e9ca1;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .heading-section h2 {
            font-size: 28px;
            font-weight: 600;
            padding-top: 10px;
            padding-bottom: 15px;
        }
        .testimonial-box {
            display: block;
            position: relative;
            padding: 30px 20px;
            background: #fff;
            border: 1px solid rgba(0,0,0,.03);
            border-radius: 5px;
            box-shadow: 0 0 20px rgba(0, 0, 0, .08);
        }
        .user-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: relative;
            min-width: 80px;
            background-size: 100%;
                display: inline-block;
        }
        .carousel-testimonial .item {
            padding: 30px 10px;
        }
        .quote {
            position: absolute;
            top: -23px;
            color: #2d6d00;
            font-size: 27px;
        }
        .name {
            margin-bottom: 0;
            line-height: 14px;
            font-size: 17px;
            font-weight: 500;
        }
        .position {
            color: #adadad;
            font-size: 14px;
        }
        .carousel-testimonial .owl-nav {
            text-align: center;
        }
        .carousel-testimonial .owl-nav button.owl-next, 
        .carousel-testimonial .owl-nav button.owl-prev {
            padding: 0 12px !important;
        }
        .carousel-testimonial .owl-nav button {
            outline: none;
            padding: 0;
        }
        .carousel-testimonial .owl-nav button.owl-next span, 
        .carousel-testimonial .owl-nav button.owl-prev span {
            display: block;
            font-size: 40px;
            width: 25px;
            height: 25px;
            vertical-align: 0px;
            line-height: 16px;
        }
        .carousel-testimonial .owl-nav button.owl-next.disabled, 
        .carousel-testimonial .owl-nav button.owl-prev.disabled {
            opacity: 0.5;
        }

        .opening thead th {text-align: center;font-size: 18px;color: #2d6d00;}

.opening input[type="submit"] {
    background: #2d6d00;
    color: #fff;
    border-radius: 20px;
    border: none;
    width: 40%;
    padding: 8px;
}

.opening table.table td {
    vertical-align: middle;
}
.cat_lab{
       display: block;
    color: #000;
    font-weight: bold !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important;
}

.rs-container *{
    box-sizing:border-box;-webkit-touch-callout:none;
    -webkit-user-select:none;-khtml-user-select:none;
    -moz-user-select:none;-ms-user-select:none;user-select:none
    
}
.rs-container{
    font-family:Arial,Helvetica,sans-serif;height:45px;position:relative
    
}
.rs-container .rs-bg,.rs-container .rs-selected{
    background-color:#eee;border:1px solid #ededed;height:10px;left:0;position:absolute;top:5px;width:100%;border-radius:3px
    
}.rs-container .rs-selected{background-color:#00b3bc;border:1px solid #00969b;transition:all .2s linear;width:0}.rs-container.disabled .rs-selected{background-color:#ccc;border-color:#bbb}.rs-container .rs-pointer{background-color:#fff;border:1px solid #bbb;border-radius:4px;cursor:pointer;height:20px;left:-10px;position:absolute;top:0;transition:all .2s linear;width:30px;box-shadow:inset 0 0 1px #FFF,inset 0 1px 6px #ebebeb,1px 1px 4px rgba(0,0,0,.1)}.rs-container.disabled .rs-pointer{border-color:#ccc;cursor:default}.rs-container .rs-pointer::after,.rs-container .rs-pointer::before{content:'';position:absolute;width:1px;height:9px;background-color:#ddd;left:12px;top:5px}.rs-container .rs-pointer::after{left:auto;right:12px}.rs-container.sliding .rs-pointer,.rs-container.sliding .rs-selected{transition:none}.rs-container .rs-scale{left:0;position:absolute;top:5px;white-space:nowrap}.rs-container .rs-scale span{float:left;position:relative}.rs-container .rs-scale span::before{background-color:#ededed;content:"";height:8px;left:0;position:absolute;top:10px;width:1px}.rs-container.rs-noscale span::before{display:none}.rs-container.rs-noscale span:first-child::before,.rs-container.rs-noscale span:last-child::before{display:block}.rs-container .rs-scale span:last-child{margin-left:-1px;width:0}.rs-container .rs-scale span ins{color:#333;display:inline-block;font-size:12px;margin-top:20px;text-decoration:none}.rs-container.disabled .rs-scale span ins{color:#999}.rs-tooltip{color:#333;width:auto;min-width:60px;height:30px;background:#fff;border:1px solid #00969b;border-radius:3px;position:absolute;transform:translate(-50%,-35px);left:13px;text-align:center;font-size:13px;padding:6px 10px 0}.rs-container.disabled .rs-tooltip{border-color:#ccc;color:#999}
.slider-container {
    margin-top: 51px !important;    
}

.rs-container .rs-selected {
    background-color: #2d6d00 !important;
}
.rs-tooltip {
    color: #333;
    width: auto;
    min-width: 36px !important;
    border: 1px solid #2d6d00 !important;
}
.btn.get_in{
    background: #70B500 !important;
    color: #fff !important;
    max-width: 220px;
    border-radius: 10px !important;
    padding: 10px 30px !important;
    margin: 0 0 0 auto;
    display: block;
    font-size: 20px !important;
    line-height: 31px;
    font-family: 'Gilroy-Medium';
}
.ion-minus{
    padding:0px 10px;
}

#blog{
    background-color:#f6f6f6;
}

#blog .carousel-indicators {
    bottom: -60px;
}

#blog .carousel-indicators li{
    background-color: #5db4c0;
    height: 13px;
    width: 13px;
    margin: 5px;
}

#blog .carousel-indicators li.active{
    background-color: #888383;
}

#blog .card-block{
    padding: 10px;
}

#blog .card{
    background-color: #FFF;
    border: 1px solid #eceaea;
    margin: 20px 0px;
}

#blog .carousel-indicators {
margin-left: -20% !important;
}





/*--------------------------------------------  New Banner Code */
.Nbanner-hero img {
    width: 100%;
}
.Nbanner-hero {
    position: relative;
}
.Nbanner-text {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.m-view{display: none;}

.cs-sec-box img {
    width: 100%;
    height: 330px;
    object-fit: cover;
     border-radius: 15px;
    box-shadow: 1px 4px 14px 3px #0000003d;
}
.cs-sec-box {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 25px;
}
.cs-sec-boxText {
    position: absolute;
    top: 0;
    background-color: #000000b5;
    height: 100%;
    width: 100%;
/*    border-radius: 15px;*/
    color: #fff;
    padding: 18px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; 
    transform: translateY(100%);
    transition: all 0.5s ease;
}
.cs-sec-box:hover .cs-sec-boxText {
    transform: translateY(0px);
}
.cs-sec-boxText h4 {
    font-family: 'Gilroy-ExtraBold';
    font-size: 28px;
}
.cs-sec-boxText p {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
}
.cs-sec-boxText a {
    font-size: 16px;
    color: #000;
    background-color: #fff;
    padding: 4px 18px;
    margin-top: 5px;
    border-radius: 8px;
    font-weight: 500;
    font-family: 'Gilroy-Bold';
}

/*-------------------------------------  Responsive CSS AV*/
@media (max-width: 1700px){
    ul.dropdown-menu.mega-dropdown-menu.row {
    height: 565px;
    }
}

@media (max-width: 1500px){
.nav_tab_sidebar li a {
  padding-left: 20px !important;
}
}

@media (max-width: 1400px){
    ul.dropdown-menu.mega-dropdown-menu.row{
        height: 590px;
    }
}

@media (max-width: 1300px){
    .my_tab>li>a {
    font-size: 15px;
}
}


@media (max-width: 1100px){
nav.navbar.navbar-inverse.navbar-static-top {   
    padding-top: 0px;
}
nav.navbar.navbar-inverse.navbar-fixed-top {
    padding-top: 0;}
a.navbar-brand {
    margin-top: -26px;
}
.navbar-fixed-top a.navbar-brand {
    margin-top: 0px;
}    
.navbar-fixed-top .navbar-brand {   
    height: 72px;}
.navbar-brand>img {
     margin-top: 0 !important;
}    
.mobileMenu{
    display: block;
  }


.Nbanner-hero img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .banner_smalltitle2 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 5px;
    }
    .banner_title2 {
        font-size: 45px;
        line-height: 54px;
        margin: 0 0 10px;
    }  

	/*---------------------------------------- Header */
  .contactDetails_form {
    margin: 70px 0 0;
  }
  .contactDetails_left {
    padding-left: 30px;
    padding-right: 30px;
  }
  .caseWebsite_content a{
    margin-top: 16%;
  }
  .col-md-3 .caseWebsite_content a {
    margin-top: 0;
  }

  /*-------------*/
  .technologies_tech {
    overflow: hidden;
}
.main-footer .row .col-md-2:nth-child(2){
  padding-left: 15px;
}

div#example-navbar-collapse {
    display: none !important;
}
.mobileMenu {
    display: block;
}



/*------------------------------------------------- Home Project Section*/
.home_projectMob .row {
    display: flex;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
}
.testimonialsSlider .swiper-slide .text-center img{
    width: auto;
}
.homeProjectMob h5 {
    font-size: 35px;
    line-height: 1.2;
    color: #666;
    font-family: 'Gilroy-Bold';
    margin-bottom: 0;
}
.homeProjectMob h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: -5px;
}
.homeProjectMob h4 {
    margin-bottom: 8px;
    font-weight: 600;
}
.homeProjectMob p {
    font-size: 18px;
    color: #666;
}
.swiper.homeproject_text {
    padding-bottom: 70px;
}
.home_projectMob{
	display: block;
}

.why-details li {
    flex: 0 0 31.7%;
    max-width: 31.7%;
}
.why-details li.big {
    flex: 0 0 31.7%;
    max-width: 31.7%;
    display: block;
}
.leadershipTeam_body .row:not(:last-child) {
    margin-bottom: 40px;
}
.cs-sec-box img {
    height: auto;
}
}



@media (max-width: 991px){
  .career_form .container:before, .career_form .container:after{
    display: none;
  }
  .case_before1{
    z-index: 4;
  }
  .case_before1:before,.case_before2:before,.case_before3:before,.case_before4:before{
    display: none;
  }
  .caseWebsite_content {
    display: none;
}
.banner_title {
    font-size: 45px;
    line-height: 50px;}
  .banner_subtitle {
    font-size: 35px;
    line-height: 40px;}  
 .banner_para {
    font-size: 16px;
    line-height: 20px;}  

 .technologies_tab .nav-tabs li {
    padding: 0px;
    margin: 0 2px;
}   
.events_tab .nav-tabs li {
    padding: 0;
    margin: 0 2px;
}
.technoTech_inner .row.techno_left {
    flex-direction: column-reverse;
}
.technoTech_inner .row.techno_right {
    flex-direction: column;
}
.technoTech_text {
    text-align: center;
    margin-top: 30px;
}
.techno_left .technoTech_img, .techno_right .technoTech_text{
	text-align: center;
}
.leadershipTeam_body {
    max-width: 100%;}
.leadershipTeam_body .row {
    flex-direction: column;
}
.leadershipTeam_body .row:nth-child(2),
.leadershipTeam_body .row:nth-child(4),
.leadershipTeam_body .row:nth-child(6) {
    flex-direction: column-reverse;
}    
.leadershipTeam_body .row:not(:last-child) {
     margin-bottom: 0; 
}
.leadershipTeam_text {
    padding: 20px 0 50px !important;
    text-align: center;
}
.mobApp_portContent {
    margin: 30px 0 60px;
    text-align: center;
}
.mobApp_portRow .row {
    padding-bottom: 0;
    flex-direction: column;
}
.mobApp_portRow .row:nth-child(2n) {
    flex-direction: column-reverse;
}
.main-footer .row .col-md-2:nth-child(2) {
    padding-left: 15px;
}
.main-footer .row .col-sm-3:not(:last-child) {
    width: 22%;
}
.main-footer .row .col-sm-3:last-child {
    width: 34%;
}

.homeWhatWe_techno {
  justify-content: center;
}
.homeTechno_box:nth-child(4n) {
    margin-right: 0;
}
.homeTechno_box{
  flex: 0 0 23.6%;
}

.homeAbout_content:before{
  display: none;
}
.home_banner2 .row {
    align-items: stretch;
    flex-direction: column-reverse;
}
.homeBanner_left {
    max-width: 100%;
}
.homeBanner_image .swiper-slide img {
    margin-left: -50px;
}
.homeAbout_img img {
    width: 100%;
    margin-bottom: 35px;
}
.home_aboutus .row {
    display: flex;
    flex-direction: column-reverse;
}
.services_content {
    align-items: center;
}

.home_projectMob .row {
   align-items: stretch;
    flex-direction: column-reverse;
}
.homeProjectMob {
    text-align: center;
    margin-top: 25px;
}
.homeproject_text .swiper-pagination {
    text-align: center;
}

.aboutSection-second .row,
.aboutSection-fourth .row,
.aboutSection-six .row{
    flex-direction: column-reverse;
    text-align: center;
}
.aboutSection-third .row{
	flex-direction: column;
	text-align: center;
}
.premiumblog_content {
    position: relative;
    margin: -20px 50px 0px;
    max-width: 100%;
}
.premiumblog_inner img {
   padding-right: 0px;
   width: 100%;
}

.career-job-list {
    padding-block: 50px;
 }
 .home_whatWe .heading_pera {
    text-align: left;
    padding-top: 0;
}
.homeHistory_no {
    display: flex;
}

.home-clients .row .col-md-6:last-child {
    margin-top: 50px;
}
.premium-blog {
    padding-bottom: 0;
}
/*.cs-sec-box img {
    height: 380px;}*/
.cs-sec-box {
    margin-bottom: 30px;
}    

}

/*-----------------------------------------------------------------------------  Media 767 */
@media (max-width: 767px){
 .mobileMenu .sidebarIconToggle {   
    right: 20px;}

.main-footer .row .col-sm-3:not(:last-child),
.main-footer .row .col-sm-3:last-child {
    width: 100%;
}
/*.footer-list {
    display: none;
}*/
.ft_ver_nav h5 {
    letter-spacing: 1px;
    position: relative;
}
.home_whatWe .heading_big br {
    display: none;
}
.homeTechno_title h6 {
    font-size: 17px;}
/*.ft_ver_nav h5:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-top-color: #0000;
    border-right-color: #0000;
    transform: rotate(-45deg);
}*/
.ft_ver_nav ul li{
  line-height: 1.5;
}
.copyright .row .col-md-6:last-child {
    height: 0 !important;
}
.copyright ul.social {
    margin-top: 0;
}
.cs-sec-box img {
    height: 220px;
    box-shadow: 0px -1px 7px 2px #0000003d;
}
.cs-sec-box {
    margin-bottom: 18px;
}
.cs-sec-boxText {
    position: unset;
    background-color: #0000;
    color: #666;
    padding-inline: 0;
    padding-bottom: 0;
    transform: unset;
}
.cs-sec-boxText a {
     color: #70b500;
    border-radius: 0;
    border-bottom: 3px solid;
    display: inline-block;
    line-height: 1;
}
.cs-sec-box:hover .cs-sec-boxText {
    transform: unset;
}
.work .pad_50:not(.container) {
    padding-top: 0;
}
footer {
    margin-top: 0;
    padding-top: 70px !important;
}
.footerClient-logo {
    margin-bottom: 0px;
}
.footerClient-logo .row {
    padding-top: 30px;
}
.rs-container .rs-scale span {
    width: 35px !important;
}
  .careerForm_inner h3 {
    font-size: 30px;
    line-height: 35px;
 }
 ul.review {
    flex-wrap: wrap;
}
.career_contact {
    margin: 50px 0;
}
.careerForm_inner {
    padding: 10px 20px 30px;
}
.careerForm_form .get_in {
    max-width: 210px;
    font-size: 20px !important;
}
.testimonialsSlider {
    padding-bottom: 40px;
}
.file-browse .btn{
  max-width: 130px;
}
.file-name{
  width: calc(100% - 150px);
}
.form-group span.down-arrow svg {
    width: 15px; 
}
.navbar-fixed-top ~ .mobileMenu #sidebarMenu {
    margin-top: 75px;
}


.m-view{display: block;}
    .d-view{display: none;}
    .Nbanner-text {
        top: auto;
        bottom: 0;
        transform: unset;
        padding: 35px 0 15px;
        border-radius: 60px 60px 0px 0px;
    }
    .banner_smalltitle2 {
        font-size: 30px;
        line-height: 35px;    
    }
    .banner_title2 {
        font-size: 36px;
        line-height: 40px;
    }
.Nbanner_career .Nbanner-text {
    background-color: #2539EEF2;
}    

/*-----------------------------  Contact Page*/
.Nbanner-contact .Nbanner-text {
    background-color: #5EDFFBF2;
}
.contact_details-section {
    padding: 0px;}
  .contactDetails_header p:first-child {
    font-size: 65px;}
  .contactDetails_header p+ p{
    font-size: 30px;
  }    

  .contactDetails_body h4{
    font-size: 30px;
    line-height: 35px;
  }
  .contactDetails_body p{
    font-size: 16px;
    lighting-color: 20px;
  }
  .contactDetails_form h4 {
    font-size: 34px;
    line-height: 40px;}
  .btn.get_in {
    font-size: 20px !important;
}
.contactDetails_form {
    padding: 15px 20px 30px;
}
.contactDetails_left {
    padding-left: 10px;
    padding-right: 10px;
}
.contactTechnology_header h3 {
    font-size: 34px;
    line-height: 35px;
}
.contactTechnology_slider .slick-slide {
    width: 150px;
}
.contactTechnology_slider .inner{
  height: 90px;
}
.contactTechnology_slider .inner img {
    width: 40%;
}
.contactDetails_form:before{
  display: none;
}
.o_address-grid .heading_big {
    font-size: 25px;
    margin-bottom: 10px;
}
/*------------------------------------ Case Study Page */
.caseStudy_section {
    padding: 50px 0 30px;}
 .caseStudy_header {
    margin-bottom: 40px;}

 .case_before1:before{
    top: -10%;}
  .caseStudy_studes {
    padding: 40px 25px;
}
.caseWebsite_body .row {
    display: block;}
.caseWebsite_header {
    margin: 50px 0;
}    

.caseStudy_body .nav-tabs {
    flex-direction: column;
}
.caseStudy_body .nav-tabs li {
    padding: 0px 5px;
    margin: 5px 0;
    text-align: center;
}
.Nbanner_caseStudy .Nbanner-text {
    background-color: #0CEFC6F2;
} 

/*------------------------------------------  Job Opening*/
.banner-padding{
  padding: 50px 0 40px;
}
.jobOpening_opening.before-img:before, 
.jobOpening_opening.after-img:after,
.jobOpening_type.before-img:before, 
.jobOpening_type.after-img:after{
  display: none;
} 
.jobOpening_details {
    margin-bottom: 40px;
    text-align: justify;
}
.jobOpening_details:nth-child(3),
.jobOpening_details:nth-child(5) {
    text-align: justify;
}
.banner_title {
    font-size: 30px;
    line-height: 32px;
    padding: 5px 15px;
}
.banner_subtitle {
    font-size: 25px;
    line-height: 30px;
}
.jobOpening_details h3 {
    font-size: 30px;
    line-height: 32px;
 }
 .jobOpening_details p {
    font-size: 16px;
    line-height: 20px;
  }
.jobOpen_header {
    margin: 50px 0;
}  
.heading_small {
    font-size: 16px;
    letter-spacing: 2px;
}
.heading_big {
    font-size: 32px;}
.heading_pera {
    font-size: 16px;}
.jobOpening_type {
    margin: 20px 0 0;
}        
.jopType_inner .vertical-tab .nav-tabs{
  width: 100%;
  margin: 0 0 10px;
  display: block;
}
.jopType_inner .vertical-tab .nav-tabs li a{
    padding: 12px 10px 10px;
    margin-bottom: 5px;
    font-size: 16px;
}
.jopType_inner .vertical-tab .nav-tabs li a:hover:before, .jopType_inner .vertical-tab .nav-tabs li.active a:before{top: 15px;}
.jopType_inner .vertical-tab .tab-content {
    padding: 20px 15px;}
.jobType_tab p, .jobType_tab li {
    font-size: 16px;
    line-height: 20px;
 }    
 .jobType_tab h5 {
    font-size: 22px;
    line-height: 25px;
}
.career-job-card .row .col-sm-3:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.job-location, .job-exp {
    margin-bottom: 10px;
}
.career-job-card {
    margin: 0 15px;
}

/*-----------------------------------------------  Event Page*/
.events_box.before-img:before,
.events_box.after-img:after{
  display: none;
}
.events_header {
    margin: 50px 0;
}
.events_box h3 {
    font-size: 32px;
    line-height: 1.2;
  }
.events-gallery {
    flex-wrap: wrap;
}  
.events-gallery div {
    flex: 0 0 100%;
    margin-right: 0%;
}
.events_box {
    margin-top: 20px;
}
.events_tab .nav-tabs {
    flex-direction: column;
}
.events_tab .nav-tabs li {
    margin: 5px 0;
    text-align: center;
}
.Nbanner_culture .Nbanner-text {
    background-color: #FFC700F2;
}
.Nbanner_event .Nbanner-text {
    background-color: #615EFBF2;
}
/*---------------------------------------- Technologies */
.Nbanner_technologies .Nbanner-text {
    background-color: #FF9211F2;
} 
.banner_smalltitle2 {
    font-size: 25px;
    line-height: 28px;}
.banner_title2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0px 0 10px;
}    

.banner_para2 {
    font-size: 16px;
    line-height: 22px;
}
.banner_hero {
    padding: 80px 0;
    background-position: center;
}
.technoTech_inner .row {
    flex-direction: column;
    margin-bottom: 0;
}
.before-img:before,
.after-img:after,
.before-img.techno-before1:before{
	display: none !important;
}
.technologies_tab .nav-tabs {
    flex-direction: column;
}
.technologies_tab .nav-tabs li {
    margin: 5px 0;
    text-align: center;
}
.technoTech_header {
    margin: 50px 0 35px;
}
.tech_title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
}
.tech_para {
    font-size: 16px;
    line-height: 22px;
}
.tech_link {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
}
.technoTech_inner .row.techno_left,
.technoTech_inner .row.techno_right{
	margin-bottom: 50px;
}

/*---------------------------------------------------  Leadership*/
.leadershipTeam_body .before-img:before,
.leadershipTeam_body .after-img:after,
.before-img.leader-before1:before,
.leadershipTeam_body .after-img:after,
.before-img.leader-before2:before{
	display: none;
}
.Nbanner_leadership .Nbanner-text {
    background-color: #D13F62F2;
}
.leadership_team {
    margin: 40px 0 0;}
.leadershipTeam_header {
     margin-bottom: 30px;
}    
.leadershipTeam_text h4 {
    font-size: 32px;
    line-height: 35px;}

.leadershipTeam_text p {
    font-size: 16px;
    line-height: 20px;}    
.leadershipTeam_text p:nth-child(2) {
     margin-bottom: 10px;
}    


/*-------------------------------------------------------------- Portfolios */
.Nbanner_mobileApp .Nbanner-text {
    background-color: #D98CDBF2;
}
.Nbanner_webDeveloper .Nbanner-text {
    background-color: #8CA2DBF2;
}
.mobApp_fbrow {
    display: flex;
    justify-content: center;
}
.mobApp_portfolio {
    margin-top: 30px;
    overflow: hidden;
}
.mobApp_portHeader {
    margin-bottom: 35px;
}
.mobApp_futuer {
    margin-top: -15px;
}
.mobApp_fbrow .col-sm-4 {
    padding: 0 5px;
    width: 24%;
}
.heading-25 {
	margin-bottom: 0;
    font-size: 10px;}
.mobApp_fbox {
    padding: 15px 10px;
    text-align: center;
    border-radius: 10px;}  
.mobApp_fbox svg {
    width: 37px;
    height: 35px;
}      
.mobApp_fbox span {
    height: 24px;
    width: 5px;
    margin-bottom: -27px;
    margin-top: 2px;
}
.mobApp_portContent .heading_pera {
    font-size: 16px;
    line-height: 20px;
}
.mobApp_portContent a {
    font-size: 20px;
    line-height: 28px;
    margin-top: 5px;
}
.mobApp_loadBtn a {
    font-size: 18px;
    line-height: 22px;
    padding: 13px 30px;
}

/*------------------------------------------------------- Home Page*/
a.navbar-brand {
    margin-top: 0px;
    max-width: 80%;
    margin-bottom: 0px;
}
/*.navbar-fixed-top a.navbar-brand {
    margin-top: -5px;
}*/
.navbar-fixed-top .navbar-brand {
    height: 100%;
}
.home_banner2 {
    margin-bottom: 25px;
}
.page-index .navbar-brand:before {
    width: 78px;
    height: 135%;}
header {
    padding-top: 0px;}    
nav.navbar.navbar-inverse.navbar-fixed-top {
    background: #fff !important;
    padding-top: 0px;} 
nav.navbar.navbar-inverse.navbar-static-top {
     padding-top: 0px;
}    
.home-clients .row .col-md-6:last-child {
    margin-top: 0px;
}

.homeTechno_box {
    flex: 0 0 48%;
    margin-right: 3%;
    margin-bottom: 3%;
}   
.homeTechno_box:nth-child(2n) {
    margin-right: 0;
} 
.homeBanner_image .swiper-slide img {
    margin-left: 0px; 
}   
.homeBanner_left {
    text-align: center;
}
.homeSlide h4 {
    font-size: 25px;
    line-height: 25px;}
 .homeSlide h2 {
    font-size: 35px;
    line-height: 35px;}   
 .homeSlide p {
    font-size: 16px;
    line-height: 20px;
}   
.homeSlide a {
    font-size: 18px;
    line-height: 22px;}
.swiper-pagination {
    text-align: center;
}    
.homeHistory_no h3 {
    font-size: 18px;}
.homeSlide a:before {
    bottom: 0px;
    height: 4px;}
 .swiper-pagination-bullet {
    height: 4px;} 
 .testimonialsSlider .swiper-pagination-bullet {
    width: 15px;
}
.testimonialsSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
}

.heading {
    font-size: 32px;
    line-height: 35px;
}      
.small-heading {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;}
.homeAbout_content h3 {
    margin-bottom: 20px;
}
.pad_50.homeHistory_no {
    padding-top: 0;
    text-align: center;
}
.home_history {
    margin-bottom: 50px;
}
.homeHistory_no img.count {
    margin-top: 0 !important;
    width: 70%;}
.homeAbout_content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
.custom-btn {
    font-size: 18px;
    line-height: 25px;}
.homeAbout_content a {
    margin-top: 10px;
}    
.home_aboutus {
    padding: 0px 0 25px;
}

.heading_pera.pad_100 {
    padding-top: 5px;
    text-align: center;
}
.homeAbout_content,
.home_whatWe .row .col-md-6:first-child,
.home_history .col-md-12.text-right{
    text-align: center;
}
.home_whatWe {
    padding: 45px 0 50px;
}
.homeProjectMob h5 {
    font-size: 32px;}
.homeProjectMob p {
    font-size: 16px;}   
.home-clients {
    padding-top: 30px;
}     
.home-clients .row.pad_50 .col-md-6.text-center {
    padding-top: 50px;
}
.home-clients p + p {
    font-size: 18px;}
.happy-customers {
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
}    
.why-details li, .why-details li.big {
    flex: 0 0 100%;
    max-width: 100%;
}
/*--------------------------------------------------  About Page*/
.aboutSection-second, .aboutSection-third, .aboutSection-fourth, .aboutSection-five, .aboutSection-six, .aboutSection-seven {
    margin: 30px 0;
}
.aboutSection-five .heading_big, .aboutSection-six .heading_big {
    margin-bottom: 20px;
}
/*.aboutSection-five .row+.row .col-xs-6 {
    margin-bottom: 30px;
}*/
.Nbanner_about .Nbanner-text {
    background-color: #D1ACFFF2;
}
.front-box .fa {
    font-size: 40px;
    color: #2d6d00;
}
.front-box p, .back-box p {
    font-size: 14px;
}
/*-----------------------------------------------------  Blog*/
.Nbanner_blog .Nbanner-text {
    background-color: #CFA3F1F2;
}
.Nbanner_blogDetails .Nbanner-text {
    background-color: #26AB8BF2;
}
.blogPost_content {
    margin: -75px 15px 25px;
    padding: 20px 18px 25px;
}
.blogPost_content h5 {
    font-size: 22px;
    line-height: 25px;}
.premiumblog_content h4 {
    font-size: 24px;
    line-height: 28px;}  
.premiumblog_content p,
.premiumblog_content h6 {
    font-size: 16px;
    line-height: 20px;}
.premiumblog_content {
    margin: -70px 24px 15px;
    transform: unset;
    padding: 20px 20px 30px;
}    
.premiumblog_content h6 {   
    font-size: 16px;} 
.premiumblog_content h4 {   
    font-size: 25px;
    line-height: 30px;} 
.premiumblog_content p {
    font-size: 16px;
    line-height: 22px;}   
.premium-blog {
    padding: 40px 0;
}      
.blogdetails_inner > img {
    margin: 50px 0 0;}    
.blogdetails_content {
    padding: 15px;
    margin: -40px 20px 0;}     
.blogdetails_bio p {
    font-size: 18px;
    line-height: 20px;}      
.blogdetails_bio p+p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 2px;
}    
.blogdetails_content h3 {   
    font-size: 28px;
    line-height: 30px;}
.blogdetails_content h3 ~ p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
    text-align: justify;
}  
.blogdetails_content h3 ~ ul li {
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
}     
.blogdetails_content h3 ~ img {   
    margin: 15px 0 20px;}
.blogdetails_share li {
    font-size: 16px;}  
.blogdetails_share ul a {
     font-size: 20px;
} 
.blogdetails_pagintion {
    padding: 18px 15px;}
.blogdetails_pagintion a img {
    width: 25px;
}         
.blogdetailsComment_header {
    margin: 15px 0;
    flex-direction: column;
}
.blogComment_date {
    margin-top: 15px;
}
.blogdetails_comment.recomment {
    padding-left: 25px;
}
.blogdetails_comment .blogdetailsComment_header ~ a {
    font-size: 18px;}

.homeAbout_img:before, .homeAbout_img:after{display: none;}

}



