


/*PADDING CSS*/
    .pdt90{
        padding-top: 90px;
    }
    .curve_2{
        fill:#fff;
        position:relative;
        bottom:42px;
    }
    .shape{    
        height: 0;
        width: 0;
        content: "";
        border-width: 70px 137px 70px 137px;
        border-color: transparent transparent #fff;
        position: absolute;
        border-style: solid;
        /*bottom: 64px;*/
        bottom:18px;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        /*z-index: 99;*/
        fill:#fff;
    }
    .carousel_circles li{
        background-color: #38B449;
        border: 1px solid #38B449;
    }
    .carousel_circles li .active{
        background-color: #cc2828;
    }
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
        background-color: transparent;
        color: #38B449;
    }
    .navbar-inverse .navbar-nav>li>a{
        color: #000;
        font-size: 12px;
    }
    .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
        color: #38B449;
    }
    .av_social_icons{
        padding-left: 0px;
    }
    .av_social_icons li {
        display: inline;
        padding: 5px;
        background-color: #000;
        margin-right: 1px;
    }
    .av_social_icons li:hover{
        background-color: #38B449;
    }
    .av_social_icons li:hover a{
        color: #fff;
    }
    .av_social_icons li a{
        font-size: 15px;
        color: #38B449;
    }
    .btn_more:hover{
        background-color:#38B449 !important;
        color:#fff;
        border-color:#38B449 !important;
    }
    header{
            text-align: center;
            font-size: 72px;
            /*line-height: 108px;*/
            /*height: 108px;*/
            /*background: #335C7D;*/
            color: #fff;
            font-family: 'PT Sans', sans-serif;
            
            // set animation
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            z-index: 1;
            position: absolute;
            width: 100%;
        }
        
        header.sticky {
            position: fixed;
            font-size: 24px;
            line-height: 48px;
            /*height: 48px; */
            width: 100%;
            background: #fff;
            text-align: left;
            /*padding-left: 20px;*/
            border-bottom: 1px solid #ddd;
        }

    /*rajeev css*/
    .services_body{
            font-family: Lato;
            font-size: 15px;
            font-weight:300px;
            line-height: 30px;
        }
        .services_text{
            font-size: 30px;
            font-family: Lato;
            font-weight: 300;
            font-style: normal;
            color:#13151c;
            letter-spacing: 5px;
        }
        .services_border_bottom{
            width:60px;
            height:1px;
            margin-top:30px;
            background-color: #787879;
        }
        .services_flaticon:before{
            margin-left:0px !important;
            font-size: 36px !important;
            font-weight: bolder;
            color:#01abce;
            font-style:normal;
            border-right: 1px solid #e6e6e6;
            padding-right: 13px;
        }
        .our_services_heading{
            color: #13151c;
            font-family: Lato;
            font-size: 20px;
            line-height: 36px;
            margin: 0 0 10px;
            font-weight: 300;
        }
        .our_services_content{
            color: #222222;
            font-weight: 300;
        }   
        .services_section_curve{
            margin-bottom: -10px;
        }
        .service_inner_section{
            width:100%;
            background-color: #9ddd7c;
            padding-top: 70px;
            padding-bottom: 70px;
        }
        .button_text{
            padding:13px 30px;
            font-size:12px;
            color:#13151c;
            border:1px solid #909195;
            background-color: #fff;
            transition: background-color 1s,color 1s;
        }
        .button_text:hover{
            color:#fff;
            text-decoration: none;
            background-color: #38B449;
            
        }
        .services_inner_section_curve{
            transform: rotate(180deg);
            margin-top:-9px;
            z-index:9999;
        }

        /*Clients section*/
        .client_section{
            background: rgba(0, 0, 0, 0) url("Images/client_bg.jpg") repeat scroll 0 0 / cover;
            position: relative;
            top:-50px;
        }
        .client_bg{
            margin-top: -50px;
            max-height: 796px;
            width:100%;
        }
        .client_section_inner{
            width:100%;
            height:100%;
            margin:auto;
        }
        .services_inner_section_curve2{
            top:-58px;
            position: relative;
        }

        .our_project_section{
            background-color:#fedc54;
            margin-top: -35px;
        }
        .heading_title{
            font-size: 25px;
            color: #13151c;
            line-height: 48px;
            font-weight: 300;
            letter-spacing: 5px;            
        }   
        .heading_title_bottom_text{
            font-size: 12px;
            color: #13151c;
            line-height: 22px;
            letter-spacing: 5px;
            font-weight: 700;
        }


        /*HoverEffect style start*/
        .grid{
            padding:0px !important;
        }
        .grid figure {
            background: #3085a3 none repeat scroll 0 0;
            cursor: pointer;
            float: left;
            max-height: 310px;
            min-height: 222px;
            overflow: hidden;
            position: relative;
            text-align: center;
            width: 100%;
        }
        .grid figure img {
            display: block;
            height: 290px;
            min-height: 222px;
            width:100%;
            opacity: 0.8;
            position: relative;
        }
        .grid figure figcaption {
            color: #fff;
            text-transform: uppercase;
            font-size: 20px;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }
        figure.effect-sadie figcaption::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
            background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
            content: '';
            opacity: 0;
            -webkit-transform: translate3d(0,50%,0);
            transform: translate3d(0,50%,0);
        }   
        figure.effect-sadie h2 {
            position: absolute;
            top: 45%;
            left: 0;
            font-size: 15px;
            width: 100%;
            color: #fff;
            font-family: 'Lato', sans-serif;
            font-weight: bold;
            -webkit-transition: -webkit-transform 0.35s, color 0.35s;
            transition: transform 0.35s, color 0.35s;
            -webkit-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);
        }

        figure.effect-sadie figcaption::before,
        figure.effect-sadie p {
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
        }
        figure.effect-sadie p {
            position: absolute;
            bottom: 0;
            left: 0;
            font-size:12px;
            padding: 2em;
            width: 100%;
            opacity: 0;
            -webkit-transform: translate3d(0,10px,0);
            transform: translate3d(0,10px,0);
        }
        figure.effect-sadie:hover h2 {
            color: #fff;
            -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
            transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
        }
        figure.effect-sadie:hover figcaption::before ,
        figure.effect-sadie:hover p {
            opacity: 1;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }
        /*HoverEffect style end*/

        /*OUR REPETATION style start*/
        .our_reptation_bg{
            background:url("../Images/client_bg1.jpg") no-repeat 2% 3%;
            position: relative;
        }
        .our_company_ethos_heading{
            font-size: 26px;
            letter-spacing:5px;
            color: #13151c;
            line-height: 40px;
            text-align: left;
            font-family:Lato;
            font-weight:300;
            font-style:normal
            
        }
        .about_our_company{
            font-size:14px;
            color:#a8a8a8;
            letter-spacing: 1px;
            line-height: 28px;
        }
        .padding_none{
            padding:0px !important;
        }

        .footer{
            background-color: #000;
            padding-top:10px;
            padding-bottom: 10px;
        }
        .footer_curve{
            margin-bottom:-5px;
        }
        .copy_rights{
            font-size:12px;
            color:#aaa;
        }


        /*venkat css*/
        .index_fonts{
        font-family: Lato;
        font-size: 15px;
        font-weight:300px;
        line-height: 30px
    }
    /* rajeev csss */
    .index_heading{
    color:#fff !important;
}

/* rajeev css close*/
    .index_exo h2{
        color: #13151c;
        font-family: Lato;
        font-size: 25px;
        font-style: normal;
        font-weight: 300;
        letter-spacing: 5px;
    }
    .index_exo_1 h3{
        font-weight: 700;
        /*font-size: 15px;*/
        font-size:12px;     
        letter-spacing: 5px;
        color: #787879;
        line-height: 20px;
    }
    .index_hr{
        width: 7%;
        border-color: #787879;
    }   
    .index_lorem p{
        font-size: 15px;
        margin-bottom: 60px;
        color: #222222;
        font-weight: 300
    }
    .index_right_border{
        border-right: 1px solid #e6e6e6;
    }
    .index_design h3{
        margin-top: 0px;
        /*margin-bottom: 20px;*/
        color:#13151c;
        line-height: 40px;
        font-size: 20px;
        font-weight:400;
    }
    .index_design_1{
        font-size: 14px;
        line-height: 30px;
        color:#222222;
        font-weight:300;
    }
    .index_margin{
        margin-bottom: 50px;
    }
    .index_background{
        /*padding: 75px 0px;*/
        padding-top:100px;
        padding-bottom: 120px;
        background-color: #01abce;
        color: #fff;
        margin-top: -10px;
    }
    .index_technology h3{
        font-size: 30px;
        letter-spacing: 5px;
    }
    .index_hr_1{
        border-top: 1px solid #787879;
        display: block;
        width: 10%;
        margin: 21px 0px;
    }
    .header_curve{
    fill: #01abce;
   /* fill:#000;*/
    /*margin-top: -80px;*/
    /*transform: rotate(180deg);*/
   /* transform: rotate(180deg);*/
  }
  .header_curve_1{
    fill: #fff;
    position: relative;
    top: -44px;
  }
  .index_color{
    color: #01abce;
  }
  [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    
    font-size: 28px;
    font-style: normal;
    margin-left: 0px; 
}
