/*=========
 Theme name:Charuta;
 Author:unoia it solution

 * custom style
 * header area


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*-- font face --*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100i,300,300i,400,400i,700,700i,900');
html {
    color: #050606;
    font-size: 1em;
    line-height: 1.4;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
.padding-zero{
    padding-right: 0px !important;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-60 {
    margin-bottom: 60px;
}

/* ==
   Browser Upgrade Prompt
   ====================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* =======
    custom styles
   ============================================ */

body{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #c8c8c8;
    letter-spacing: .3px;
    background: #010101;
    line-height: 24px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;
    position: relative;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    color: #050606;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 15px;
}

ul,ol, h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding:0;
}
ul, ol {
    margin-top: 0;
    margin-bottom:  0px !important; 
}
img{
    max-width: 100%;
    width: 100%;
    height: auto;
    opacity: 1;
}
p{
    font-size: 14px;
    letter-spacing: .3px;
    color: #c8c8c8;
    font-family: 'Montserrat', sans-serif;
}
ul li{
    float: left;
    display: block;
}
ul li a {
    font-size: 14px;
    padding-left: 0px;
}
ul li a:hover{
    text-decoration: none;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
}
h3,.h3{
    font-size: 24px;
}

h2,.h2{
    font-size: 52px;
}
.padding-0{
    padding: 0px !important;
}
.padding-left-0{
    padding-left: 0px !important;
}
.padding-right-0{
    padding-right: 0px !important;
}
.padding-left-5{
    padding-left: 5px;
}
.padding-right-5{
    padding-right: 5px;
}
.padding-left-25{
    padding-left: 30px;
}
.padding-right-25{
    padding-right: 30px;
}
.padding-cube-right-0{
     padding-right: 0px !important;
}
@media (max-width: 768px){
    .padding-cube-right-0{
         padding-right: 15px !important;
    }
    .padding-left-25{
        padding-left: 15px;
    }
    .padding-right-25{
        padding-right: 15px;
    }
}


 /*--=====================
    sidebar mobile menu 
    ========================--*/
.mobile-menu-item {
    float: right;
    margin-right: 33px;
    margin-top: 44px;
}

#sidebar-btn{
    position: relative;
    display: block;

}
i.block-icon{
    opacity: 0;
    position: absolute;
    top: 4px;
    left:-12px;
}
.simble-1 i.block-icon{
    opacity: 1;
}
.simble-1 i.hide-icon-sm-og{
    display:none;
}
#sidebar-btn i{
    font-size: 15px;
    color: #b3d236;
}

.remove-sidebar{
    opacity: 0;
    display: none;
    transition:all 0.3s linear;
}
#sidebar {
    background: #151414;
    width: 200px;
    height: 100%;
    display: block;
    position: fixed;
    left: -200px;
    padding-top: 15px;
    top: 0px;
    display: none;
    transition: left 0.3s linear;
    z-index: 10000;
}

#sidebar.visible{
left:0px;
transition:left 0.3s linear;
}

#sidebar ul li a {
    background: #151414;
    color: #fff;
    border-bottom: 1px solid #000;
    display: block;
    width: 200px;
    padding: 10px 15px;
    text-decoration: none;
    transition: all 0.3s linear;
    font-size: 13px;
}

/*--================
sidebar menu
====================--*/

.sidebar-menu {
    position: fixed;
    right: 35px;
    top: 50%;
    z-index: 1000;
}
.cube-sidebar-fixed-menu li{
	float: none;
	padding-bottom: 10px;
}
.cube-sidebar-fixed-menu li a {
    width: 12px;
    height: 12px;
    background: #fff;
    display: block;
    overflow: hidden;
    color: #fff;
    -webkit-transition: .4s linear;
    -apple-transition:.4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}
.cube-sidebar-fixed-menu li a:hover{
    width: 12px;
    height: 12px;
    background: #b3d236 !important;
    -apple-transition:.4s linear;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}
.cube-menu{
	width: 12px;
    height: 12px;
    transform: rotate(45deg);
    -apple-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #b3d236 !important;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}
 .menu-scroll + .tooltip > .tooltip-inner {
      background-color: #fff; 
      color: #101010; 
      border: 1px solid #fff; 
      padding: 3px;
      font-size: 14px;
      width: 90px;
      font-weight: 400;
      font-family: 'Montserrat', sans-serif;
  }
  .scroll-icon-news + .tooltip > .tooltip-inner{
    width: 120px;
  }
 .menu-scroll + .tooltip.left > .tooltip-arrow {
      border-left: 5px solid #fff;
  }
/*--============
Header area 
===================--*/

.landing-page-area{
    background: #010101;
    display: block;
    z-index: -9999;
    overflow: hidden;
}
header .logo img, 
header .logo,
.navbar-default{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -apple-transition: all 0.4s;
}

#header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: transparent;
    top:0;
    left:0;
    border-radius: 0px
}

.logo{
    margin: 32px 0px;
    display: block;
    overflow: hidden;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 32px 0px;
}
.navbar-default .navbar-nav>li {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0px 36px 0px 0px;
}
.navbar-default .navbar-nav>li:last-child {
    padding: 0px 15px 0px 0px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 14px 0px 5px 0px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    -apple-transition:.2s ease-in;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover{
    color:#b2d234;
    background: transparent;
}
.navbar-default .navbar-nav>.active>a:after{
    width: 100% !important;
    background: #b2d234 !important;  
}
.navbar-default .navbar-nav>li>a:after{
	position: absolute;
	left:0;
	bottom: 0;
	content: "";
	background:rgb(77, 77, 77);
	width: 28px;
	height: 1px;
	-webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -ms-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
    -apple-transition: .4s ease-in;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav li.current a{
    color: #b2d234;
}
.navbar-default .navbar-nav>li>a:hover::after,
.navbar-default .navbar-nav>li>a:focus::after,
.current a::after {
    width: 100% !important;
    background: #b2d234 !important;
}
.header-social-media-menu li {
    display: block;
    margin: 12px 0px;
}
.header-social-media-menu li a {
    color: #fff;
    border-left: 1px solid #fff;
    padding: 0px 12px;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}
.header-social-media-menu li a:hover{
    color: #b2d234 !important;
}
.header-social-media-menu li a.scound-item{
    border-left: 0px solid #fff;
}



/*--=================
	landing area style
=================*/

.charuta-landing{
	position: relative;
}
.particle-network-animation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    right: 0;
    height: 100vh;
    background-color: transparent;
}

.charuta-landing-cube {
    margin: 220px 0px 110px;
    z-index: 1;
}
.bg-cube-charuta {
    overflow: hidden;
    background-image: url(../img/charuta.png);
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    background-origin: border-box;
    background-position: left;
    background-size: contain;
}
.cube-list p {
    width: 20%;
    height: 98px;
    float: left;
    margin-bottom: 0px;
    border: 4px solid #010101;
}
.bg-white.bg-white{
	background: #010101;
}
.charuta-sm-text {
    margin-top: 70px;
}
.charuta-year {
    padding: 5px 0px 5px 35px;
    text-align: left;
}
.charuta-year h2{
    font-size: 35px;
    color: #b3d236;
    font-weight:900;
    font-family: 'Lato', sans-serif;
    
}
.charuta-projects, .charuta-clients {
   position: relative; 
}

.charuta-year h2 a {
    z-index: 999;
    overflow: hidden;
    display: block;
    color: #b3d236;
    position: absolute;
    right: 0;
}
.charuta-clients h2 a {
    right: inherit;
    left: 36px !important;
    top: 110px;
}
.charuta-year h2 span.big-bg-text{
    font-size: 77px;
    opacity: 1;
    font-weight: bold;
    color:#343434;
    font-family: 'Open Sans', sans-serif;
}
.charuta-year.charuta-projects{
    text-align: right;
    margin-right: 23%;
    padding: 0px;
}

/*--===========
About us area 
==================--*/

.about-us{
    padding: 100px 0px 100px;
    display: block;
}
.relative-sm{
	position: relative;
	display: block;
}
.section-title-er.rotate-title {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -apple-transform: rotate(270deg);
    position: absolute;
    left: -18%;
    height: 90px;
    width: 378px;
    top: 34%;
}
.section-title-er.rotate-title h2{
    font-size: 80px;
    font-weight: bold;
    color: #b3d236;
    width: initial;
}
.details-text{
    margin-left:19%;
    display: block;
}
.details-text-p {
    line-height: 26px;
    color: #c8c8c8;
    font-size: 14px;
    letter-spacing: .4px;
    text-align: justify;
    font-weight: 300;
}
.details-text-p a {
    color: #b3d236;
    font-weight: 400;
    margin: 0px 3px;
}


.position-overlay{
    border-left: 15px solid #010101;
    border-top: 15px solid #010101;
    border-bottom: 0px solid #fff;
    border-right: 0px solid #fff;
    margin-top: -150px;
}
.position-overlay-2{
    border-left: 0px solid #fff;
    border-top: 15px solid #010101;
    border-bottom: 0px solid #fff;
    border-right: 12px solid #010101;
    margin-top: -120px;
}

/*-- image block area --*/
.collage-image-area{
    display: block;
}
.image-block-1 {
    width: 250px;
    height: 335px;
    display: block;
    z-index: 999;
    float: left;
    position: relative;
    overflow: hidden;
}
.img-block-2 {
    display: block;
    width: 210px;
    height: 335px;
    float: left;
    margin-left: -120px;
    z-index: -999;
}
.img-block-3 {
    width: 142px;
    float: left;
    height: 323px;
}
.sm-img-block{
    width: 100%;
    height: 50%;
    display: block;
}
.triangle-clip{
   -webkit-clip-path: polygon(0 18%, 0 0, 35% 0%, 52% 0, 52% 32%, 99% 32%, 99% 68%, 52% 68%, 52% 100%, 35% 100%, 0 100%, 0 48%);
           clip-path: polygon(0 18%, 0 0, 35% 0%, 52% 0, 52% 32%, 99% 32%, 99% 68%, 52% 68%, 52% 100%, 35% 100%, 0 100%, 0 48%);
}
.image-slides{
	z-index: -9999;
}
.block-2-img{
	z-index: -9999;
    -webkit-clip-path:  polygon(55% 32%, 0 32%, 0 0, 91% 0%, 100% 0, 100% 33%, 100% 89%, 100% 100%, 85% 100%, 0 100%, 0 68%, 56% 68%);
    -apple-clip-path: polygon(55% 32%, 0 32%, 0 0, 91% 0%, 100% 0, 100% 33%, 100% 89%, 100% 100%, 85% 100%, 0 100%, 0 68%, 56% 68%);
    -moz-clip-path: polygon(55% 32%, 0 32%, 0 0, 91% 0%, 100% 0, 100% 33%, 100% 89%, 100% 100%, 85% 100%, 0 100%, 0 68%, 56% 68%);
    clip-path: polygon(55% 32%, 0 32%, 0 0, 91% 0%, 100% 0, 100% 33%, 100% 89%, 100% 100%, 85% 100%, 0 100%, 0 68%, 56% 68%);
}

/*--=============
what we do
===================--*/
.what-we-do{
    padding-top: 80px;
}

.section-title{
    padding: 30px 0px 60px;
    display: block;
}
.main-title {
    font-size: 51px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight:900;
    font-family: 'Lato', sans-serif;
}
.section-title p {
    width: 42%;
    margin: 0 auto;
    display: block;
    font-size: 13px;
    color: #b3d236;
}

.signle-work{
	padding: 50px 10px;
	display: block;
	background: transparent;
	-webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.signle-work img {
    width: 60px;
    margin: 0px auto;
    float: none;
    display: block;
}
.with-title-text h3.work-title{
    font-size: 21px;
    color: #fff;
    font-family:  'Lato', sans-serif;
    text-transform: uppercase;
    padding: 22px 0px;
    display: block;
    font-weight: 700;
}
.with-title-text p {
    font-size: 11px;
    width: 100%;
    color: #fff;
    margin: 0 auto;
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center;
    -webkit-text-align-last:center;
}

.hover-image {
    opacity: 0;
    position: absolute;
    left: 43%;
    top: 16%;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.hover-image-x {
    opacity: 0;
    position: absolute;
    left: 37.5%;
    top: 15%;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.normal-image{
	opacity: 1;
}

.signle-work:hover{
	background: #b3d236;
	display: block;
	width: 100%;
	height: 100%;
}
.signle-work:hover .hover-image,
.signle-work:hover .hover-image-x{
	opacity: 1;
}
.signle-work:hover .normal-image{
	opacity: 0;
}

/*--=================
Our projects
===================--*/
.our-project{
	padding:120px 0px 0px;
}
.project-imag{
    position: relative;
    display: block;
}
.project-overlay,
.overlay-2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
.project-overlay h2{
    font-size: 26px;
    position: absolute;
    bottom: 5%;
    color:#cfd0d1;
    left: 5%;
    font-weight: 400;
    text-transform: uppercase;
}
.overlay-2 h2{
	font-size: 26px;
    position: absolute;
    bottom: 5%;
    color: #fff;
    right: 5%;
    font-weight: 400;
    text-transform: uppercase;
}
.project-overlay h2 span.overly-big-text,
.overlay-2 h2 span.overly-big-text {
    font-size: 68px;
    margin-right: 5px;
    font-weight: 500;
}
.project-details-3{
    margin-top: 50px;
}
.project-details-2 {
    margin-top: -80px;
    text-align: right;
}
.project-details-2 p{
    text-align: justify;
    text-align-last: right;
    -moz-text-align-last: right; 
    float: right;
}
.project-details-2 p a {
    color: #b3d236;
    font-weight: 400;
    margin: 0px 3px;
    float: left;
    display: block;
    text-indent: 180px;
}
.heading-title{
    font-size: 27px;
    font-weight: 600;
    color: #b3d236;
    padding: 20px 0px 15px;
}
.hide-sm{
    display: block;
}


/*--=================
Our partners sections
===================--*/
.our-partners{
    padding:100px 0px 0px;
}

.partner-slider {
    display: block;
}
.partner-wrapper {
    display: table;
    margin: 0px 30px;
}
.wrapper-logo{
    display: block;
    height: 80px;
}
.wrapper-logo img{
    height: 100% !important;
    width: auto;
}

.our-partners .partner-wrapper img{
   margin:0 auto;
   height: auto;
   filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.our-partners .partner-wrapper img:hover{
    filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.slick-dots{
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}
.slick-prev::before {
    content: "\f104";
}
.slick-next::before {
    content: "\f105";
}
.slick-prev:before, .slick-next:before {
    font-family:FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    color: #343434;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
    color: #b3d236;
}

/*--============
news and media area // brands ara 
=====================--*/

.news-media{
    padding-top: 80px;
    position: relative;
}
.new-and-media-post{
    padding: 40px 0px 80px;
    display: block;
}
.news-media-section-1{
    position: relative;display: block;
}
.center-line{
    position: absolute;
    width: 2px;
    height: 69%;
    background: #b3d236;
    left: 50%;
    z-index: -1;
}
.blog-year {
    width: 127px;
    height: 42px;
    font-size: 13px;
    background: #b3d236;
    color: #010101;
    border-radius: 6px;
    margin: 0 auto;
    padding: 10px 0px;
    z-index: 1000;
    text-transform: uppercase;
    font-weight: 500;
}
.blog-year-2 {
    width: 147px;
    height: 42px;
    font-size: 13px;
    background: #b3d236;
    color: #010101;
    border-radius: 6px;
    margin: 50px auto;
    font-weight: 500;
    padding: 10px 0px;
    z-index: 1000;
    text-transform: uppercase;
}
.blog-year-3 {
    width: 170px;
    height: 42px;
    font-size: 13px;
    background: #b3d236;
    color: #010101;
    border-radius: 6px;
    margin: 50px auto;
    padding: 10px 0px;
    z-index: 1000;
    text-transform: uppercase;
}
.radio-button {
    position: absolute;
    background: #b3d236;
    border: 6px solid #010101;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 48.9%;
    top:58.1%;
}
.radio-button-x{
    top:0px;
}
.radio-button-2 {
    top: 34.6%;
}
.radio-button-3 {
    top: 34.52%;
}
.radio-button-4 {
    top:34.2%;
}
.radio-button-5 {
    top:35.1%;
}
.radio-button-5a{
    top: 58%;
}
.radio-button-5b{
    top: 34.9%;
}
.radio-button-5c{
    top: 58.5%;
}
.radio-button-5d{
    bottom:57.1%;
    top: inherit;
}
.radio-button-5e{
    bottom: 33.94%;
    top: inherit;
}
.radio-button-xx{
   top: 58.2%; 
}
.radio-button-xxd {
    top: 57.1%;
}
.radio-button-6 {
    bottom: 44.6%;
    position: absolute;
    background:#b3d236;
    border: 6px solid #010101;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left:48.9%;
}
.radio-button-7 {
    bottom: -54px;
    position: absolute;
    background: #b3d236;
    border: 6px solid #010101;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 48.9%;
}

.single-blog {
    background: #010101;
    border: 1px solid #b3d236;
    padding: 20px 15px;
    margin: 90px 21px 0px 0px;
    position: relative;
}
.single-blog-2 {
    background: #010101;
    border: 1px solid #b3d236;
    padding: 20px 15px;
    margin: 180px 0px 0px 21px;
    position: relative;
}
.single-blog-2:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #010101;
    border-left: 1px solid #b3d236;
    border-right: 0px solid #b3d236;
    border-top: 0px solid #b3d236;
    border-bottom: 1px solid #b3d236;
    left: -11px;
    top: 45px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.single-blog:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #010101;
    border-left: 0px solid #b3d236;
    border-right: 1px solid #b3d236;
    border-top: 1px solid #b3d236;
    border-bottom: 0px solid #b3d236;
    right: -11px;
    top: 45px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.blog-img{
    width: initial;
    height: 157px;
}
.blog-img img{
	width: 100%;
	height: 100%;
}
.blog-title{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
     -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.blog-title:hover{
    color: #b3d236;
}
.blog-date{
	font-size: 13px;
	color:#a9a9a9;
	font-weight:500;
}
.blog-text-p {
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 0px;
}
.blog-text-p a{
    color: #b3d236;
    font-weight: 400;
    font-size: 13px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.blog-text-p a:hover{
      color: #b3d236;
}
.view-button-text.btn-primary {
    color: #fff;
    background: #b1d237;
    margin: 70px auto 0px;
    width: 45px !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
    padding: 0px 6px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    height: 45px;
    font-size: 26px;
    border: 6px solid #000;
    position: relative;
    display: block;
}
.btn.btn-primary.view-button-text:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 8px;
    border-radius: 50%
}
.btn.btn-primary.view-button-text:focus{
    outline: transparent;
}
.btn.btn-primary.view-button-text.open:before {
    content: "\f106";
    font-family: FontAwesome;
    top: -3px;
    left: 8px;
}
.view-button-text.open .simple-text-tooltip{
    position: relative;
}

.view-button-text.open .simple-text-tooltip{
    display: none;
}

.view-button-text:hover{
   color: #b1d237;
    background: #fff;  
}
.btn.btn-primary.view-button-text:hover:before{
   color: #b1d237;  
}

.view-button-text:hover .simple-text-tooltip{
    visibility: visible;
    opacity: 1;
    left:48px;
}

.panel-default {
    border-color: transparent;
    box-shadow: none;
    background: transparent;
}
.simple-text-tooltip p{
    color: #fff;
}
.simple-text-tooltip{
    position: absolute;
    font-size: 13px;
    width: 99px;
    height: 30px;
    opacity: 0;
    visibility: hidden;
    background: #b1d237;
    color:#fff !important;
    padding: 5px 0px;
    display: block;
    left: 0px;
    top: 3px;
    border-radius: 3px;
    font-weight: 600;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.simple-text-tooltip::before {
    content: '';
    position: absolute;
    display: block;
    border-right: 8px solid #b1d237;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: -8px;
    top: 7px;
}
.simple-text-tooltip-left{
    position: absolute;
    font-size: 13px;
    width: 99px;
    height: 30px;
    opacity: 0;
    visibility: hidden;
    background: #b1d237;
    color:#fff !important;
    padding: 3px 0px;
    display: block;
    right: 0px;
    top: 3px;
    border-radius: 3px;
    font-weight: 600;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.simple-text-tooltip-left::before {
    content: '';
    position: absolute;
    display: block;
    border-left: 8px solid #b1d237;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: -8px;
    top: 7px;
}
.center-line.open{
    height: 85%;
}



/*--================
footer area 
==================--*/

.footer-area{
    color: #fff;
    background: #000;
    padding: 140px 0px 30px;
    position: relative;
}
.footer-contact-area{
    margin-bottom: 100px;
    display: block;
}

.footer-title-er.rotate-title {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    left: -35%;
    height: 79px;
    width: 400px;
    top: 30%;
}
.footer-title-er.rotate-title h2 {
    font-size: 62px;
    font-weight: bold;
    color: #b3d236;
    width: initial;
}
.address-area {
    margin-left: 20%;
    margin-top: 2%;
}
.contact-location{
	padding-bottom: 25px;
	color: #fff;
}
.location-icon{
    width: 20%;
    float: left;
    display: block;
}

.location-icon img{
    width: 32px;
}
.location-details{
    width: 80%;
    float: left;
    display: block;
}
.location-details h4.title{
    color: #b3d236;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .6px;
}


/*--- contact google map --*/
.overlay-map {
    position: absolute;
    top: -91%;
    left: 22%;
    opacity: 0;
    display: none;
    border: 3px solid #b3d236;
    -webkit-transition:all .2s ease-in;
    -moz-transition:all .2s ease-in;
    -ms-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;
    transition:all .2s ease-in;
}
.overlay-map-2{
    position: absolute;
    top: -66%;
    left: 22%;
    opacity: 0;
    display: none;
    border: 3px solid #b3d236;
    -webkit-transition:all .2s ease-in;
    -moz-transition:all .2s ease-in;
    -ms-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;
    transition:all .2s ease-in;
}
.overlay-map:after,
.overlay-map-2:after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #b3d236;
    border-left: 1px solid #b3d236;
    border-right: 0px solid #b3d236;
    border-top: 0px solid #b3d236;
    border-bottom: 1px solid #b3d236;
    left: 39%;
    bottom: -11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gmap{
    width: 490px;
    height: 290px;
    z-index: 999;
    overflow: visible;
    visibility: visible;
}
.location-details-hd-1 p{
    font-size: 13px;
    color: #c8c8c8;
    font-weight: 400;
    padding: 4px 0px;
    -webkit-transition:all .2s ease-in;
    -moz-transition:all .2s ease-in;
    -ms-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;
    transition:all .2s ease-in;
}


.form-group input.form-control{
    background: transparent;
    border: 1px solid #4d4d4d;
    border-radius: 0px;
    height: 44px;
    padding-left: 15px;
    color: #b8b8b8;
}
.form-group input.form-control:focus,
.form-group textarea.form-control:focus{
 	border: 1px solid #b3d236;
    color: #b3d236;
 	box-shadow: none;
    outline: none;
}
.form-group input.form-control::placeholder,
.form-group textarea.form-control::placeholder{
	color: #b8b8b8;
}

.form-group input.form-control:focus::placeholder,
.form-group textarea.form-control:focus::placeholder{
    color: #b3d236;
}
.form-group textarea.form-control{
    background: transparent;
    border: 1px solid #4d4d4d;
    border-radius: 0px;
    padding-left: 15px;
    color: #b8b8b8;
}
.form-group {
    margin-bottom: 20px;
}
.button-icon{
    position: relative;
    display: block;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}
.plane-icon{
    position: absolute;
    top: 20px;
    left: 5px;
    font-size: 14px;
    opacity: 1;
   -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}
.button-icon:hover .plane-icon{
    opacity: 0;
    display: block;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}
.btn.btn-info.btn-charuta{
    background: #b3d236;
    border: 1px solid #b3d236;
    border-radius: 0px;
    height: 44px;
    width: 0px;
    opacity:0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px 0px;
    font-weight: 400;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}
.button-icon:hover .btn.btn-info.btn-charuta{
    opacity: 1;
    display: block;
    width: 127px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}
.btn.btn-info.btn-charuta:focus{
	border: 1px solid #b3d236;
}
.btn.btn-info.btn-charuta i.fa{
	margin-left: 7px;
	font-size: 14px;
	font-weight: 400;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}
.footer-credit p{
    padding: 8px 0px;
    margin: 0px;
    color: #474747;
    font-size: 13px;
}
.footer-credit p a{
    color: #474747;
}
.social-icon{
	float: right;
}
.social-icon li {
    padding-left: 20px;
}

.social-icon li a{
	color: #b3d236;
	position: relative;
    z-index: 2;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.social-icon li a:hover{
 color: #fff;
}

.social-icon li a::before {
    content: '';
    width: 24px;
    height: 24px;
    background: #000000;
    border: 1px solid #b3d236;
    transform: rotate(45deg);
    z-index: -1;
    position: absolute;
    border-radius: 2px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
   
}
.social-icon li a:hover::before{
    background: #b3d236;
    border: 1px solid #b3d236;
}
.social-icon li a i {
    text-align: center;
    padding: 3px 7px;
    font-size: 13px;
    z-index: 1000;
}

.footer-main-credit p{
    color: #b3d236;
    font-size: 15px;
    margin-top: 15px;
}
.hide-details-text{
    display: block;
}

/*--===================
footer popup css
=======================--*/
/*--=======================
Search popup
=====================--*/

.popup-wrapper{
    height: 100%;
    width: 100%;
    z-index: 1000000;
    display:block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    transition: all .3s linear;
}
.popup-wrapper.live-popup{
    opacity: 1;
    display: block;
    visibility: visible;
    transition: all .3s linear;
}
.popup-wrapper:before{
    content: "";
    height: 100%;
    width: 100%;
    opacity:0.5;
    background:#000;
    position: absolute;
    top: 0;
    left: 0;
}
.popup-base {
    float: left;
    height: 100%;
    left: 0;
    max-height: 100%;
    overflow: auto;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.close {
    color: #b2d234;;
    cursor: pointer;
    line-height: 22px;
    opacity: 1 !important;
    padding-left: 2px;
    position: absolute;
    right: 17px;
    top: 15px;
    font-size: 16px;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    border: 1px solid #b2d234;
     padding: 0px 1px;
}
.close:hover{
  color: #b2d234;
  border:1px solid #b2d234;
}
.search-popup {
    background: #000;
    width: 85%;
    margin:120px auto;
    border:1px solid #b2d234;
    padding: 55px 40px 85px;
    position: relative;
    z-index: 1;
    text-align: center;
    box-shadow: 5px 4px 6px rgba(0,0,0,.1);
    border-radius: 0px;
    height: 550px;
}

.search-popup:before{
    background:#000;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px;
}

.popup-interior {
    overflow-y: scroll;
    height: 475px;
    display: block;
}

/* ---- grid ---- */

.grid {
  background: transparent;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 25%;
}

.grid-item {
  float: left;
}


.signle-interior{
 
    display: block;
    overflow: hidden;
    padding: 20px;
}
.signle-interior.color-green{
    background: #b2d234;
}
.color-black-shader{
    background: #141414;
}
.signle-interior .section-title{
    padding: 10px;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}

.padding-5{
    padding: 5px;
}

.color-green .section-title{
    color: #141414;
    border-bottom: 1px solid #141414;
}

.color-black-shader .section-title{
    color: #b2d234;
    border-bottom: 1px solid #b2d234;
}
.color-green ul li{
    color: #141414;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 8px;
}

.color-black-shader ul li{
    color: #fff;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    padding-bottom:4px;
}
.color-green ul li {
    background: url(../img/bulet-point-black.png) -1px 9px;
    background-repeat: no-repeat;
    padding-left: 17px;
    padding-top: 4px;
}
.color-black-shader ul li {
    background: url(../img/bulet-point-green.png) -1px 9px;
    background-repeat: no-repeat;
    padding-left: 17px;
    padding-top: 4px; 
}
.no-underline{
    border-bottom:1px solid transparent !important;
}

.signle-interior p{
    text-align: left;
    padding: 2px 0px;
    color: #fff;
    font-size: 13px;
}
.signle-interior p i{
    padding-right:5px;
}
.color-green p{
    color: #141414 !important;
}
/*--======================
about us page
=========================--*/

.header-bottom-space{
    display: block;
    height: 220px;
    overflow: hidden;
}

.charuta-us-section,
.all-projects-section{
    display: block;
    background: url('../img/section-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
}
.charuta-us-section:before{
    content: '';
    position: absolute;
    width: 40%;
    background: rgba(184, 220, 37, .7);
    height: 100%;
    top:0;
    left:0;
    z-index: -1;

}
.charuta-us-section:after{
    content: '';
    position: absolute;
    width:10%;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width:262px;
    border-top-width: 0px;
    border-left: 200px solid rgba(184, 220, 37, .7);
    top:0;
    left:40%;
    z-index: -1;
}
.section-all-projects:after{
    border-bottom-width: 296px !important;
}
.charuta-section-title{
    padding: 100px 0px;
    display: block;
    overflow: hidden;
    z-index:2;
}
.section-title-us{
    font-size: 51px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #010101;
}
.charuta-section-title p {
    color: #101010;
    font-size: 13px;
    width: 80%;
}
.charuta-about-us{
    padding: 95px 0px 20px;
    display: block;
}
.about-side-details p{
    text-align: justify;
    font-size: 15px;
    font-weight: normal;
}
.strong-text{
    font-weight:600 !important;
}
.about-us-full-details{
    padding: 30px 0px 0px;
}
.about-us-full-details p{
    text-align: justify;
    font-size: 15px;
    font-weight: normal;
}

.strong-text-charuta{
    font-size: 17px;
    padding:20px 0px;
    display: block;
    color: #fff;
    width: 80%;
    font-weight: 400;
}

.about-side-details ol.charuta-list {
    margin-left: 17px;
}
.about-side-details ol.charuta-list li{
    margin-bottom: 8px;
    padding-left: 5px;
}
.expert-title{
    font-size: 41px;
    color: #b3d236;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 13px;
    padding-bottom: 60px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
.signle-experts{
    padding: 20px;
    background: transparent;
    display: block;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}
.experts-img{
    border: 1px solid #010101;
}
.experts-name{
    font-size: 19px;
    color: #b3d236;
    font-weight: 500;
    padding: 14px 0px 5px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}
.experts-designation{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 10px;
}
.mid-line{
    background: #b3d236;
    height: 1px;
    width: 161px;
    position: relative;
    margin-bottom: 14px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}
.mid-line:before{
    content: '';
    position: relative;
    left: 0px;
    height: 3px;
    width: 50px;
    background: #b3d236;
    display: block;
    bottom: 1px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}
.phone-experts,
.youmail{
    font-size: 15.5px;
    color:#fff;
    font-weight: normal;
    margin-bottom: 5px;
}
.youmail a{
    color:#fff;
    font-size: 14px;
    font-weight: normal;
}
.phone-experts span,
.youmail span{
    margin-right: 5px;
    color: #b3d236; 
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}
.signle-experts:hover{
    background:#b3d236; 
}
.signle-experts:hover .experts-name,
.signle-experts:hover .phone-experts span,
.signle-experts:hover .youmail span{
    color:#010101; 
}
.signle-experts:hover .mid-line,
.signle-experts:hover .mid-line:before{
    background:#010101; 
}


/*--=======================
all project page area 
===========================--*/
.main-projects-us{
    padding: 180px 0px 80px;
}
.projects-image-title{
    position: relative;
    display: block;
}
.projects-condition{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    background: rgba(255,255,255, .6);
    -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}
.projects-condition:before, .projects-condition:after {
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
    width: 91.4%;
    height: 87%;
    opacity: 1;
    visibility: visible;
    background: transparent;
}
.projects-condition:before {
    border-right: 4px solid #000;
    border-left: 4px solid #000;
    transition: all .3s ease-in;
    -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;

    -webkit-transform:scale(1,0);
    -moz-transform:scale(1,0);
    -ms-transform:scale(1,0);
    -o-transform:scale(1,0);
}
.projects-condition:after {
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    transition: all .3s ease-in;
    -webkit-transition: all .4s ease-in;
     -moz-transition: all .4s ease-in;
      -ms-transition: all .4s ease-in;
       -o-transition: all .4s ease-in;
          transition: all .4s ease-in;

    -webkit-transform:scale(0,1);
    -moz-transform:scale(0,1);
    -ms-transform:scale(0,1);
    -o-transform:scale(0,1);
}
.projects-image-title:hover .projects-condition{
    background: rgba(181, 221,72, .9);
}
.projects-image-title:hover .projects-condition:after,
.projects-image-title:hover .projects-condition:before{
    visibility: visible;
    opacity: 1;
    display: block;
     transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}
.projects-condition h3 {
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 29%;
}

.project-notinghm:first-child{
    margin-right: 4%;
}

.projects-section-1{
    background:#010101;
}
.projects-section-2{
    background:#b3d236;
}
.project-details-area {
    padding: 93px 80px;
}
h3.project-title-all {
    background: #b3d236;
    color: #fff;
    padding: 6px 10px;
    margin-bottom: 10px;
    overflow: hidden;
    display: table;
    font-size: 27px;
    font-weight: bold;
}
.project-details-area p{
    text-align: justify;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}
.all-projects-link{
    font-size: 14px;
    font-weight: 400;
    color: #b3d236;

}
.all-projects-link:hover{
      color: #b3d236;
}
.color-green h3.project-title-all{
    background: #101010 !important;
    color: #fff !important;
}
.color-green p{
    color: #101010 !important;
}
.color-green p .all-projects-link{
    color: #fff !important;
}

.pagination{
    display: table;
    margin: 70px auto;
    border-radius: 0px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 13px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    border: 1px solid #b3d236;
    margin-left: -1px;
    margin-right: 6px;
    transition: all .3s ease-in;
}
.pagination>li>a:hover, .pagination>li>span:hover{
    color: #101010;
    background-color: #b3d236;
    border: 1px solid #b3d236;
} 

/*--===================
projects open css
=======================--*/

h3.projects-open{
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: 47px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.details-title{
    color: #b3d236;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.projects-open-details{
    margin-top: 79px;
}
.projects-open-details p {
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    line-height: 23px;
}
p .area-space-left{
    width: 30%;
    float: left;
}
p .area-space {
    color: #b3d236;
    float: left;
    width: 67%;
}
.projects-open-details-ful{
    margin-top: 30px;
}
.projects-open-details-ful p{
    text-align: justify;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}
#sync1{
    position: relative;
    display: block;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    z-index: 1000;
    top: 33%;
    width: 100%;
}
.owl-theme .owl-nav [class*=owl-]{
     background: transparent;
    color: #292e23;
    font-size: 60px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    color: #b3d236;
    background: transparent;
}
#sync2{
    position: absolute;
    display: block;
    bottom: 0;
    width: 96.5%;
}
.owl-prev{
    left: 20px;
    position: absolute;  
}
.owl-next{
    right: 20px;
    position: absolute;  
}
#sync2 .owl-item .item img{
    opacity: .4;
    display: block;
}
#sync2 .owl-item.active.current .item img{
    opacity: 1;
    display: block;
    border: 2px solid #b3d236;
}

p.color-green{
    color: #b3d236;
    font-size: 16px;
}
p.small-text{
    font-weight: 200;
    font-size: 16px;
}

/*--=======================
News page css
=========================--*/
.news-media-section{
    margin-bottom: 70px;
}
.media-section-1{
    margin-top: 170px;
    display: block;
    position: relative;
}
.month-name{
    width: 201px;
    color: #fff;
    text-align: center;
    height: 54px;
    border: 1px solid #b3d236;
    padding: 16px 0px;
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 17px;
}
.small-border-line{
    width: 1px;
    height: 70px;
    background: #b3d236;
    margin-left:95px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}
.radio-button-optional {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #859f26;
    border-radius: 50%;
    left: 87px;
    top: -16px;
}
.news-1{
    padding: 25px 20px;
    border: 1px solid #b3d236;
}
.news-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    width: 80%;
    line-height: 29px;
}
.news-date{
    color: #b3d236;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0px 15px;
}
.news-details p{
    font-size: 15px;
    text-align: justify;
}
.radio-button-full {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #859f26;
    border-radius: 50%;
    right: 6.8%;
    top: 26.2%;
}
.color-green-border {
    display: block;
    background: #b3d236 !important;
    color: #101010 !important;
    float: right;
}
.radio-button-full {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #859f26;
    border-radius: 50%;
    right:81px;
    top: 40px;
}
.small-border-line-2 {
    width: 1px;
    height: 70px;
    background: #b3d236;
    margin-top: 70px;
    margin-bottom: 15px;
    display: block;
    float: right;
    overflow: hidden;
    margin-right: 90px;
}
.news-2 {
    padding: 25px 20px;
    border: 1px solid #b3d236;
    background: #b3d236;
}
.news-details-right{
    text-align: right;
    display: block;
}
.float-right-title{
    display: block;
    float: right;
}
.news-date-right{
    float: right;
    color: #101010;
    padding: 10px 0px 15px;
    font-weight: 400;
    font-size: 18px;
}
.news-details-right p{
    text-align: justify;
    text-align-last: right;
    -moz-text-align-last: right;
    float: right;
    color: #101010;
    font-size: 15px;
}
.news-details-right p a {
    color: #fff;
    float: left;
    text-indent: 290px;
}
.news-details-right p a:hover{
    color: #fff;
}
.news-details p a i{
    margin-left: 5px;
}
.news-details-right p a i{
    margin-right: 5px;
}


/*--=====================
news open
========================--*/
.our-exparts-area{
    margin-bottom: 70px;
}
.news-open-us{
    padding: 120px 0px;
    display: block;
}
.news-title-open{
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    line-height: 45px;
    width: 72%;
}
.news-date-open{
    font-size: 16px;
    color: #b3d236;
    margin: 14px 0px 30px;
}
.news-open-details p{
    font-size: 15px;
    color: #e4e4e4;
    text-align: justify;
}
.bold-text{
    margin: 20px 0px;
}
.bold-text-strong{
    font-size: 18px !important;
    margin:40px 0px 20px;
    font-weight: 500;
    color: #fff;
}
.news-open-details-2{
    margin-top: 20px
}
.news-open-details-2 p{
    text-align: justify;
    font-size: 15px;
    line-height: 27px;
}
 .recent-post-section{
    padding: 20px;
    display: block;
    border: 1px solid #aed34f;
}
.news-post-title{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0px 8px;
    line-height: 24px;
}
.news-post-date{
    color: #b3d236;
    font-size: 11px;
    padding-bottom: 6px;
}
.news-post-details p{
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    letter-spacing: .6px;
    text-align: justify;
}
.news-porojects-link {
    font-size: 12px;
    font-weight: 400;
    color: #b3d236;
    margin-left: 5px;
}
.news-porojects-link i {
    margin-left: 5px;
}
.news-porojects-link:hover,
.news-porojects-link:focus{
    color:#b3d236;
}

.btn.btn-info.btn-see-more {
    background: #b3d236;
    border: 1px solid #b3d236;
    border-radius: 0px;
    height: 44px;
    width: 140px;
    margin: 80px auto 20px;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}

/*--============================
Responsive code css
===========================--*/

@media (min-width: 1500px){
    .charuta-landing-cube {
        margin: 245px 0px 245px; 
        z-index: -1;
    }
    .project-details-area {
        padding: 190px 80px;
    }
    .main-projects-us {
        padding: 180px 0px 100px;
    }
}
@media (min-width: 1800px){
    .project-details-area {
        padding: 190px 80px;
    }
}

@media (min-width: 1400px){
    .position-overlay{
        margin-top: -200px;
    }
    .position-overlay-2{
        margin-top: -38px;
    }
    .project-details-2 {
        margin-top: -90px;
    }
    .project-details-3 {
        margin-top: 50px;
    }
    .image-block {
        margin: 0px 35px;
        display: block;
    }
    .search-popup {
        height: 712px;
    }
    .popup-interior {
        height: 630px;
    }
}

@media (max-width: 1355px) and (min-width: 1100px){
   h3.project-title-all{
        font-size: 22px;
    } 
    .project-details-area {
        padding: 75px 40px;
    }
}


@media (max-width: 1200px) and (min-width: 992px){
    .section-title-er.rotate-title {
        left: -24%;
    }
    .bg-text p {
        font-size: 100px;
    }
    .cube-list p {
        width: 20%;
        height: 80px;
    }
    .image-block-1 {
        width: 51%;
        height: 335px;
    }
    .img-block-2 {
        display: block;
        width: 52%;
        height: 335px;
    }
    .img-block-3 {
        width: 27%;
        height: 335px;
    }
    .triangle-clip{
        height: 311px;
    }
    .block-2-img{
        height: 311px;
    }
    .block-img-3{
        height: 168px;
    }
    .block-img-4{
        height: 143px;
    }
    .hidden-sm-none{
        display: none;
    }
    .hidden-lg-none{
        display: block;
    }
    .center-line {
        height: 71%;
    }
    .footer-title-er.rotate-title {
        left: -46%;
    }
    .hide-sm{
        display: none;
    }
    .position-overlay-2{
        margin-top: -70px;
    }
    .project-details-3{
        margin-top: 30px;
    }
    p.hide-on-sm{
        display: none;
    }
    .project-details-area p {
        line-height: 22px;
    }
    .section-title-us {
        font-size: 45px;
    }
    h3.project-title-all{
        font-size: 17px;
    }
    .project-details-area {
        padding: 35px 40px;
    }
    .project-details-area p {
        font-size: 14px;
    }
    #sync2 {
        width: 95.5%;
    }

    .charuta-us-section:after {
        border-bottom-width: 254px;
    }

    /*-- news responsive --*/

    .news-details-right p a {
        text-indent: 112px;
    }
    .news-title-open {
        font-size: 32px;
        width: 83%;
    }
    .bold-text-strong {
        font-size: 16px !important;
        margin: 12px 0px 14px;
    }
    .our-exparts-area {
        margin-bottom: 20px;
    }
    .overlay-map:after, .overlay-map-2:after{
        left:30%;
    }
   .projects-condition:before, .projects-condition:after {
        width: 89%;
        height: 84%;
    }
    .projects-condition h3 {
        font-size: 33px;
        margin-top: 30%;
    }
    .grid-sizer, .grid-item {
        width: 33.33%;
    }


}
@media(max-width: 1024px) and (min-width: 768px){
    .project-details-2{
        margin-top: -40px;
    }
    .heading-title {
        font-size: 22px;
    }
    .project-details-2 p a {
        text-indent: 99px;
    }
    .overlay-2 h2{
        font-size: 20px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .cube-list p {
        width: 20%;
        height: 64px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
    }
    .navbar-default .navbar-nav>li {
        padding: 0px 15px 0px 0px;
    }
    .header-social-media-menu li a {
        padding: 0px 8px;
    }
    .logo img{
        margin: 5px 0px;
    }
    .bg-text p {
        font-size: 82px;
    }
    .main-text-charuta {
        font-size: 76px;
    }
    .collage-image-area {
        display: block;
        margin: 45px 0px 0px;
    }
    .details-text-p {
        font-size: 13px;
        letter-spacing: .1px;
    }
    .sm-img-block {
        height: 51%;
    }
    .project-details-2 p a {
        text-indent: 26px;
    }
    .image-block-1 {
        width: 50%;
    }
    .img-block-3 {
        width: 25%;
    }
    .img-block-2 {
        display: block;
        width: 48%;
        margin-left: -113px;
    }
    .triangle-clip{
        height: 311px;
    }
    .block-2-img{
        height: 311px;
        webkit-clip-path: polygon(48% 32%, 0 32%, 0 0, 91% 0%, 100% 0, 100% 33%, 100% 90%, 100% 100%, 85% 100%, 0 100%, 0 68%, 49% 68%);
        clip-path: polygon(48% 32%, 0 32%, 0 0, 91% 0%, 100% 0, 100% 33%, 100% 90%, 100% 100%, 85% 100%, 0 100%, 0 68%, 49% 68%);
    }
    .block-img-3{
        height: 168px;
    }
    .block-img-4{
        height: 143px;
    }
    .hide-sm{
        display: none;
    }
     .hidden-sm-none{
        display: none;
    }
    .hidden-lg-none{
        display: block;
    }
    .position-overlay {
        margin-top: -20px;
    }
    .project-overlay h2 span.overly-big-text,
     .overlay-2 h2 span.overly-big-text {
        font-size: 39px;
    }
    
    .project-details-2 {
        margin-top: -40px;
    }
    .position-overlay-2 {
        margin-top: 50px;
    }
    .hidden-xs-one{
        display: none;
    }
    .center-line,
    .radio-button,
    .radio-button-6,
    .radio-button-7{
        display: none;
    }
    .single-blog:before,
    .single-blog-2:before{
        display: none;
    }
    .charuta-us-section:after{
        border-bottom-width: 232px;
    }
    .single-blog-2 {
        margin: 25px 0px 25px 21px
    }
    .single-blog {
        margin: 40px 21px 25px 0px;
    }
    .footer-title-er.rotate-title {
        left: -65%;
    }
    .sidebar-menu {
        right: 20px;
    }
    .section-title-us {
        font-size: 33px;
    }
    .charuta-section-title{
        padding:96px 0px;
    }
    .about-side-details{
        margin-top: 30px;
    }
    .strong-text-charuta{
        width: 100%;
    }
    #sync2 {
        width: 95.7%;
    }
    .footer-area{
        padding:0px 0px 30px;
    }

    /*-- news reponsive --*/

    .section-title-us-sm-xs {
        font-size: 33px;
    }
    .news-us-section:after {
        border-bottom-width: 232px;
    }
    .news-1 img,
    .news-2 img{
        width: 40%;
        margin: 0 auto 30px;
        display: block;
    }
    .news-details-right p a {
        text-indent: 130px;
    }

    .news-title-open {
        font-size: 29px;
        width: 100%;
    }
    .news-post-img {
        margin:20px 0px;
    }
    .recent-post-section, .our-exparts-area {
        margin-bottom: 20px;
    }
    .overlay-map:after, .overlay-map-2:after{
        left:28%;
    }
    .main-projects-us {
        padding: 140px 0px;
    }
    .projects-condition:before, .projects-condition:after {
        width: 85%;
        height: 79%;
    }
    .projects-condition h3 {
        font-size: 25px;
    }
    .grid-sizer, .grid-item {
        width: 33.33%;
    }


}

@media (max-width: 767px ) and (min-width: 450px){
    .strong-text-charuta{
        width: 100%;
    }
    .collage-image-area {
        display: block;
        margin-top: 40px;
    }
    .logo img{
        width: 200px;
    }
    #sidebar{
        display: block;
    }
    .blog-year-2 {
        margin: 10px auto;
    }
    .cube-list p {
        width: 20%;
        height: 90px;
    }
    .charuta-landing-cube {
     margin: 100px 0px 80px;
    }
    .bg-text {
        position: absolute;
        left: 12px;
        top: -5px;
    }
    .bg-text p {
        font-size: 55px;
        font-weight: bold;
    }
    .main-text-charuta {
        font-size: 50px;
        font-weight: bold;
        margin-top: 40px;
    }
    .charuta-year h2 span.big-bg-text {
        font-size: 50px;
    }
    .charuta-year h2 {
        font-size: 26px;
    }
    .section-title-er.rotate-title,
    .footer-title-er.rotate-title{
        position: static;
        transform: rotate(0deg);
        width: auto;
        height: auto;
    }
    .section-title-er.rotate-title h2,
    .footer-title-er.rotate-title h2 {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }
    .details-text {
        margin-left: 0%;
        display: block;
    }
    .hide-details-text{
        display: none;
    }
    .image-block-1 {
        width: 50%;
    }
    .img-block-3 {
        width: 32%;
    }
    .img-block-2 {
        display: block;
        width: 38%;
        margin-left: -171px;
    }
    .triangle-clip{
        height: 311px;
    }
    .block-2-img{
        height: 311px;
    }
    .block-img-3{
        height: 168px;
    }
    .block-img-4{
        height: 143px;
    }
    .about-us {
        padding: 100px 0px 20px;
        display: block;
    }
    .what-we-do {
        padding-top: 0px;
    }
    .main-title {
        font-size: 35px;
    }
    .section-title p {
        width: 90%;
    }
    .project-overlay h2,
    .overlay-2 h2 {
        font-size: 20px;
    }
    .heading-title {
        font-size: 20px;
    }
    .project-overlay h2 span.overly-big-text,
    .overlay-2 h2 span.overly-big-text {
        font-size: 32px;
    }
    .hide-sm{
        display: none;
    }
    .project-details-2 {
        margin-top: 0px;
    }
    .position-overlay,
    .position-overlay-2{
        margin-top: 0px;
        border:0px solid #fff;
    }
    .pad-xs-0{
        padding:0px;
    }
    .our-partners {
        padding: 40px 0px 0px;
    }
    .partner-all-img li.image-block {
        margin-right: 20px;
        margin-left: 11px;
    }
    .news-media {
        padding-top: 20px;
    }
    .center-line,
    .radio-button,
    .radio-button-6,
    .radio-button-7{
        display: none;
    }
    .single-blog:before,
    .single-blog-2:before{
        display: none;
    }
    .new-and-media-post {
        padding: 20px 0px 50px;
        position: relative;
        display: block;
    }
    .single-blog-2 {
        margin: 22px 0px 25px 0px;
        padding: 12px 0px;
    }
    .single-blog {
        margin: 20px 0px 25px 0px;
        padding: 12px 0px;
    }
    .blog-img img {
        width: 22%;
        height: 100%;
        margin: 0 auto;
        display: block;
    }
    .blog-details{
        width: 65%;
        margin: 0 auto;
    }
    .blog-title {
        font-size: 12px;
        margin-top: 15px;
        line-height: 20px;
        display: block;
    }
    .footer-area {
        padding: 60px 0px 30px;
    }
    .address-area {
        margin-left: 0%;
        margin-top: 12%;
    }
    .our-project {
        padding: 20px 0px 0px;
    }
    .footer-credit p { 
        text-align: center;
    }
    .social-icon {
        float: none;
        display: table;
        margin: 5px auto;
    }
    .particle-network-animation{
        display: none;
    }
    .sidebar-menu{
        position: static;
        display: none;
    }
    .sm-img-block {
        height: 52%;
    }
    .blog-year-3 {
        margin: 10px auto;
    }
    .wow {
     visibility: visible !important;
     -webkit-animation: none !important;
     -moz-animation: none !important;
     -o-animation: none !important;
     -ms-animation: none !important;
     animation: none !important;
    }
    .overlay-map {
        position: absolute;
        top: -35%;
        left: 10%;
    }
    .overlay-map-2 {
        position: absolute;
        top: -16%;
        left: 10%;
    }
    .header-bottom-space {
        height: 150px;
    }
    .charuta-us-section:before{
        width: 48%;
    }
    .charuta-us-section:after {
        border-bottom-width: 212px;
        border-left: 190px solid rgba(190, 230, 50, .7);
        left: 48%;
    }
    .charuta-section-title p {
        width: 54%;
    }
    .charuta-section-title {
        padding: 88px 0px;
    }
    .section-title-us {
        font-size: 30px;
    }
    .about-side-details{
        margin-top: 30px;
    }
    .signle-experts{
        width: 400px;
        margin: 0 auto;
        display: block;
    }

    .project-details-area {
        padding: 65px 35px;
    }
    h3.project-title-all {
        font-size: 20px;
    }
     #sync2 {
        width: 95.5%;
    }
    .owl-theme .owl-nav {
        top: 26%;
    }
    .owl-theme .owl-nav [class*=owl-] {
        font-size: 45px;
    }
    h3.projects-open {
        font-size: 26px;
        line-height: 32px;
    }
    .projects-open-details {
        margin-top: 45px;
    }
    .projects-open-details p,
    p.color-green {
        font-size: 15px;
    }

    /*-- news responsive --*/

    .month-name{
        margin: 0 auto;
        display: block;
    }
    .color-green-border{
        float: none;
        margin:0 auto;
        display: block;
    }
    .small-border-line,
    .small-border-line-2{
        background:transparent;
        height: 50px;
    }
    .small-border-line-2 {
        margin-top: 12px;
    }
    .media-section-1 {
        margin-top: 80px;
    }
    .news-open-us {
        padding: 50px 0px;
        display: block;
    }
    .news-1 img,
    .news-2 img{
        width: 40%;
        margin: 0 auto 30px;
        display: block;
    }
    .news-details-right p a {
        text-indent: 41px;
    }
    .news-title-open {
        font-size: 29px;
        width: 100%;
    }
    .news-post-img {
        margin:20px 0px;
    }
    .news-post-img img,
    .recent-post-section img{
        width: 60%;
        margin:0 auto;
        display: block;
    }
    .recent-post-section, .our-exparts-area {
        margin-bottom: 20px;
    }
    .image-block {
        display: table;
        margin: 0px 40px;
    }
    .radio-button-full,
    .radio-button-optional{
        display: none;
    }
    .main-projects-us {
        padding: 140px 0px;
    }
    .projects-condition:before, .projects-condition:after,
    .projects-image-title:hover .projects-condition:after, .projects-image-title:hover .projects-condition:before {
        display: none;
    }
    .projects-condition h3 {
        font-size: 35px;
    }
    .padding-15 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .projects-image-title{
        margin-bottom: 20px;
    }
    .grid-sizer, .grid-item {
        width: 50%;
    }
    .charuta-clients h2 a {
        top: 31px !important;
    }
    .charuta-year h2 a {
        top: -15px;
    }

}
@media (max-width: 507px) and (min-width: 450px){
     .image-block-1 {
        width: 50%;
    }
    .blog-year-2 {
        margin: 10px auto;
    }
    .our-project {
        padding: 20px 0px 0px;
    }
    .img-block-3 {
        width: 26%;
    }
    .img-block-2 {
        display: block;
        width: 50%;
    }
    .triangle-clip{
        height: 311px;
    }
    .block-2-img{
        height: 311px;
    }
    .block-img-3{
        height: 168px;
    }
    .block-img-4{
        height: 143px;
    }
    .particle-network-animation{
        display: none;
    }
     .sidebar-menu{
        position: static;
        display: none;
    }
     .blog-year-3 {
        margin: 10px auto;
    }
    .wow {
     visibility: visible !important;
     -webkit-animation: none !important;
     -moz-animation: none !important;
     -o-animation: none !important;
     -ms-animation: none !important;
     animation: none !important;
    }
  
}

@media (max-width: 449px){
    .charuta-sm-text {
        display: table;
        margin: 60px auto;
    }
    .blog-year-2 {
        margin: 10px auto;
    }
    .signle-work {
        padding: 40px 0px;
    }
    #sidebar{
        display: block;
    }
    .cube-list p {
        width: 20%;
        height: 60px;
    }
    .charuta-landing-cube {
        margin: 100px 0px 40px;
    }
    .blog-year-3 {
        margin: 10px auto;
    }
    .bg-text {
        position: absolute;
        left: 12px;
        top: -5px;
    }
    .bg-text p {
        font-size: 55px;
        font-weight: bold;
    }
    .main-text-charuta {
        font-size: 50px;
        font-weight: bold;
        margin-top: 40px;
    }
    .charuta-year h2 span.big-bg-text {
        font-size: 50px;
    }
    .charuta-year h2 {
        font-size: 26px;
    }
    .section-title-er.rotate-title,
    .footer-title-er.rotate-title{
        position: static;
        transform: rotate(0deg);
        width: auto;
        height: auto;
    }
    .section-title-er.rotate-title h2,
    .footer-title-er.rotate-title h2 {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }
    .details-text {
        margin-left: 0%;
        display: block;
    }
    .hide-details-text{
        display: none;
    }
    .image-block-1 {
        width: 49%;
    }
    .img-block-3 {
        width: 26%;
    }
    .img-block-2 {
        display: block;
        width: 53%;

    }
    .triangle-clip{
        height: 300px;
    }
    .block-2-img{
        height: 300px;
    }
    .block-img-3{
        height: 168px;
    }
    .block-img-4{
        height: 137px;
    }
    .about-us {
        padding: 40px 0px 20px;
        display: block;
    }
    .what-we-do {
        padding-top: 0px;
    }
    .main-title {
        font-size: 35px;
    }
    .section-title p {
        width: 90%;
    }
    .project-overlay h2,
    .overlay-2 h2 {
        font-size: 15px;
    }
    .heading-title {
        font-size: 20px;
    }
    .project-overlay h2 span.overly-big-text,
    .overlay-2 h2 span.overly-big-text {
        font-size: 32px;
    }
    .hide-sm{
        display: none;
    }
    .project-details-2 {
        margin-top: 0px;
    }
    .position-overlay,
    .position-overlay-2{
        margin-top: 0px;
        border:0px solid #fff;
    }
    .pad-xs-0{
        padding:0px;
    }
    .our-partners {
        padding: 40px 0px 0px;
    }
    .partner-all-img li.image-block {
        margin-right: 20px;
        margin-left: 11px;
    }
    .news-media {
        padding-top: 20px;
    }
    .center-line,
    .radio-button,
    .radio-button-6,
    .radio-button-7{
        display: none;
    }
    .our-project {
        padding: 20px 0px 0px;
    }
    .single-blog:before,
    .single-blog-2:before{
        display: none;
    }
    .new-and-media-post {
        padding: 20px 0px 50px;
        position: relative;
        display: block;
    }
    .single-blog-2 {
        margin: 22px 0px 25px 0px;
        padding: 12px 0px;
    }
    .single-blog {
        margin: 20px 0px 25px 0px;
        padding: 12px 0px;
    }
    .blog-title {
        font-size: 12px;
        margin-top: 15px;
        line-height: 20px;
        display: block;
    }
    .footer-area {
        padding: 60px 0px 30px;
    }
    .address-area {
        margin-left: 0%;
        margin-top: 12%;
    }
    .footer-credit p { 
        text-align: center;
    }
    .social-icon {
        float: none;
        display: table;
        margin: 5px auto;
    }
    .particle-network-animation{
        display: none;
    }
    .project-details-2 p a {
        text-indent: 96px;
    }
    .sidebar-menu{
        position: static;
        display: none;
    }
    .wow {
     visibility: visible !important;
     -webkit-animation: none !important;
     -moz-animation: none !important;
     -o-animation: none !important;
     -ms-animation: none !important;
     animation: none !important;
    }
    .header-bottom-space {
        height: 150px;
    }
    .charuta-us-section:before{
        width: 65%;
    }
    .charuta-us-section:after {
        border-color:transparent;
    }
    .charuta-section-title p {
        width: 75%;
    }
    .charuta-section-title {
        padding: 40px 0px;
    }
    .section-title-us,
    .expert-title{
        font-size: 25px;
    }
    .about-side-details{
        margin-top: 30px;
    }
    .strong-text-charuta{
        width: 100%;
    }

    .project-details-area {
        padding: 65px 25px;
    }
    h3.project-title-all {
        font-size: 17px;
    }
    #sync2 {
        width: 92%;
    }
    .owl-theme .owl-nav {
        top: 26%;
    }
    .owl-theme .owl-nav [class*=owl-] {
        font-size: 45px;
    }
    h3.projects-open {
        font-size: 20px;
        line-height: 32px;
    }
    .projects-open-details {
        margin-top: 45px;
    }
    .projects-open-details p,
    p.color-green {
        font-size: 14px;
    }
    .padding-cube-right-0 {
        padding-right: 0px !important;
    }
    /*-- news responsive --*/

    .month-name{
        margin: 0 auto;
        display: block;
    }
    .color-green-border{
        float: none;
        margin:0 auto;
        display: block;
    }
    .news-title {
        font-size: 15px;
        line-height: 26px;
        width: 100%;
    }
    .news-date,
    .news-date-right{
        font-size: 15px;
    }
    .small-border-line,
    .small-border-line-2{
        background:transparent;
        height: 40px;
    }
    .small-border-line-2 {
        margin-top: 0px;
    }
    .media-section-1 {
        margin-top: 70px;
    }
    .news-open-us {
        padding: 50px 0px;
        display: block;
    }
    .news-1 img,
    .news-2 img{
        margin: 0 auto 30px;
        display: block;
    }
    .news-details p,.news-details-right p{
        font-size: 14px;
    }
    .news-details-right p a {
        text-indent: 30px;
    }
    .news-title-open {
        font-size: 24px;
        width: 100%;
    }
    .news-post-img {
        margin:20px 0px;
    }
    .recent-post-section, .our-exparts-area {
        margin-bottom: 20px;
    }
    .image-block {
        display: table;
        margin: 0px 40px;
    }
    .blog-img img {
        width: 200px;
        height: 100%;
        margin: 10px auto;
        display: block;
    }
    .radio-button-full,
    .radio-button-optional{
        display: none;
    }
    .padding-15 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .projects-condition h3 {
        font-size: 22px;
    }
    .projects-image-title{
        margin-bottom: 20px;
    }
    .projects-condition:before, .projects-condition:after,
    .projects-image-title:hover .projects-condition:after, .projects-image-title:hover .projects-condition:before {
        display: none;
    }
    .grid-sizer, .grid-item {
        width: 100%;
    }
    .charuta-clients h2 a {
        right: inherit;
        left: 0px !important;
        top: 54px !important;
    }
    .charuta-year h2 a {
        right: inherit; 
        top: -11px;
    }
  

}

@media (max-width: 320px){
    .img-block-3 {
        width: 33%;
    }
    .particle-network-animation{
        display: none;
    }
    h3.project-title-all {
        font-size: 13px;
    }
    .section-title-us, .expert-title {
        font-size: 20px;
    }
    #sync2 {
        width: 90.4%;
    }
    .news-date,.news-date-right {
        font-size: 12px;
    }
    .news-details p,.news-details-right p{
        font-size: 13px;
    }
    .news-details-right p a {
        text-indent: 33px;
    }
    .all-projects-link {
        font-size: 12px;
    }
    .news-open-details p {
        font-size: 14px;
    }
}


