/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
 body {
    font-family:'Roboto', sans-serif;
    color: #000;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
a {
    color:#ed7423;
    text-decoration: none;
}
a:hover {
    color: #44479A;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}
.navbar {
    background: #181a1c;
    margin-bottom:0;
    min-height:70px;
}

.navbar-fixed-top {
   
    height:60px;
    padding-top:0;
       
           
}
.navbar-inner {
    background: #1a0000;/**#04426e #166179**/
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand .logo img {
    width: 140px;
    height: 100px;
    z-index: 9999;
    display: none;
    position: absolute;
}

/*.navbar-fixed-top .logo {
    content: url(../images/mobilelogo.png);
    -webkit-logical-height: 60px;
}*/

.navbar-fixed-top .brand {
   
    -webkit-logical-height: 1px;
}
.navbar .brand img {
    width: 230px;
    height: 65px;
    margin-left: -8%;
    z-index: 9999;
    position: absolute;
}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #181A1C;
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: #fff;
    transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 1px solid #FECE1A;
    color: #fff;
    background-color: #181A1C;
    transition: border-color 1s ease;
}
.nav-pills {
    margin-left: 35%;
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#FECE1A;
    color: #000;
}



/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 50px solid #181a1c;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}

.primary-section .triangle1 {
    border-top: 40px solid #FECE1A;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#f77924;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#f77923;
}
.button-ps:hover, .button-ps:active {
    background-color: #f77924;
    color: #181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #191a1c;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #FECE1A;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
.contact-info h3 {
    color: #fff;
    font-size: 25px;
    width: 60%;

    /* border-bottom: 1px solid #fff; */
    margin-left: 20%;
 
}
.contact-info li {
    line-height: 26px;
}
.contact-info li i {
    color:orange;
    margin-right:1%;
    font-size:15px;
}
.contact-info ul {
    list-style: none;
    text-align: left;
    color: #dcdcdb;

       margin-left: 25%;
    font-size: 17px;
}

.contact .social li a {
   
    color: #FECE1A;
}
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
 .social li {
    line-height: 32px;
    padding: 10px 10px;
    font-family: 'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 40px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #FECE1A;
}
.social li a:hover {
   transform:  rotate(360deg);
   color:#000;
}

/* contact */
.contact2 {
    background: #1a0000;
}
.contact2 h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #eee;
  
    margin-bottom: 1em;
}
.contact2 p {
    color: #eee;
    letter-spacing: 1px;
    font-size: 15px;
    margin: .5em 0;
    line-height: 28px;
}
.contact2 p a {
    color: #eee;
}
.contact2  .mail, .address2, .address, .contactimg {
   
   height:200px;
	text-align:center;
}
.contact2  .mail {
    background: #2dde98;
}
.contact2 .address2 {
    background: #ff4f81;
}
.contact2  .address {
    background: #3369e7;
}
.contact2  .contactimg {
    padding: 0em;
    background: #81a64a;
}

.contact2  .mail span.glyphicon {
    color: #fff;
    font-size: 20px;
    padding-right: .5em;
}
/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 20px;
}
.section .container {
    padding-top:5px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}
.primary-section {
    margin-top: 0%; 
    background:#181A1C;
}
.primary-section .triangle {
    border-top: 40px solid #1a0000;
}
.primary-section .title {
    border-bottom: 1px solid #FFF;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #ed7423;
}
.primary-section h1 {
    color:#FFF;
}
.secondary-section {
    background:#1a0000;
}
.secondary-section .span6 .title {
    border-bottom: 1px solid #fff;
}
.secondary-section h1, .secondary-section .title p {
    color: #fff;
}
/* Third section use bacground image */
.third-section {
    padding-bottom: 70px;
    background: #181A1C url(../images/brand-bg.png) no-repeat center;
    border-top:6px solid #1a0000;
}
.third-section .container {
    padding-top:20px;
    position:relative;
    text-align:center;
}
.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #1a0000;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}
/*******
3.1 Services  
***************************************/
.service{
    margin-top:20px;
}
 .service, .service h2 {
    padding-top:3px;
}
.service p {
    padding: 10px 50px;
    height: auto;
} 
.img-circle {
 
    border-radius: 10px;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FECE1A;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#FECE1A;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}

/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    border:1px solid white;
}
.client-slider img:hover {
    background-color:#FECE1A;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#FECE1A;
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:#181A1C;
}
.testimonial p {
    color:#181A1C;
    background:#FECE1A;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
    background-color:white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.price-column:hover {
    box-shadow: 5px 5px 5px #ccc;
    transition: 5s All;
}

.price-column h3 {
    background-color:#181A1C;
    text-transform:uppercase;
    text-align: center;
    color:#f26b00;
    padding:40px 0px;
    font-size: 36px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:20px 50px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding:25px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:31px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #181A1C;
    font-weight:normal;
}


.ribbon {
  width: 48%;
  height: 188px;
  position: relative;
  float: left;
  margin-bottom: 30px;
  
  background-size: cover;
  text-transform: uppercase;
  color: white;
}
.ribbon:nth-child(even) {
  margin-right: -35%;
}
@media (max-width: 500px) {
  .ribbon {
    width: 100%;
  }
  .ribbon:nth-child(even) {
    margin-right: 0%;
  }
}
.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
}
.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
        margin-left: 97%;
    height: 0;
    border-left: 68px solid transparent;
    border-right: 68px solid transparent;
    border-top: 16px solid #03a9f4;
}
.ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #03a9f4;
    font-size: 18px;
    line-height: 1;
    padding: 5px 28px 7px;
    border-top-right-radius: 8px;
    width: 87px;
    margin-top: -91%;
    z-index: 999;
    margin-left: 145%;
}
.ribbon1 span:before, .ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: #F8463F;
}
.ribbon1 span:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 background: #C02031;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter h3 {
    color: #f77924;
    text-align: center;
}

.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}


/*
3.7 Contact
********************************************************************/
 .contact {
    background: #1a0000;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #fff;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p {
    font-size: 18px;
    color: #fff;
        margin-top:10%;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
}
            
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
   
    color: #FECE1A;
}
.contact .social li :hover {
    color:#181A1C;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    padding:20px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#FECE1A;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/
 .footer {
    background: #181A1C;
    text-align: center;
}
.footer > p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 15px;
}
.footer a{
    color:#FECE1A;
}

.footer a:hover, .footer a:focus{
    text-decoration: underline;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
    border:1px solid #fff;
    display:none;
    background: #f77924;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
    .triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 50px solid #1a0000;
   border-left: 162px outset transparent;
    border-right: 162px outset transparent;
    position: relative;
}
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}

@media (max-width: 420px) {
   .navbar .brand img {
    width: 120px;
    height: 80px;
    z-index: 9999;
    position: absolute;
        margin-left: -14%;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius: 0;
    background: #FECE1A;
    color: #000;
    display: none;
}
.lang li {
    display: inline-block;
    list-style-type: none;
    margin: 0 60px 0 0;
}


.donatebtn {
  
    min-width: 41px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin: 0 2px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background-color: #26bdef;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    border-radius: 18px;
    outline: 0;
}

.brand .logo{
    display: block;
}


}




/**************style1*******/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #000;
}
::-webkit-scrollbar
{
    width: 12px;
    background-color: #000;
}
::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f77924;
}
 


/*-- Nav style -- */
.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left:26%;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}
.donatebtn{

    display: inline-block;
    min-width: 100px;
    height: 36px;
    line-height: 35px;
    padding: 0 16px;
    margin: 0 8px;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    text-align: center; 
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    border-radius: 18px;
    outline: 0;
}


.span6 {
    width: 47%;
}

/* Important styles */
/* Important styles */
#toggle {
    display: block;
    width: 30px;
    float: left;
    height: 0px;
    margin-left: 16%;
    margin-top: 14%;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span, #toggle span:after, #toggle span:before {
    width: 125%;
    height: 6px;
    /* padding: 6px; */
    background-color: #ed7423;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 4px;
}
/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
    position: relative;
    color: #999;
    width: 242px;
    padding: 2px;
    margin-left: 20%;
    margin-top: 25%;
    text-align: center;
    border-radius: 4px;
    background: white;
    box-shadow: 0 1px 8px rgba(0,0,0,0.05);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
}

.mcd-menu {
    list-style: none;
    padding: 0;
    position: absolute;
        margin-top: 1%;
    z-index: 9999;
    margin-left: -2%;
    background: #FFF;
    /* height: 100px; */
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 250px;
}
.mcd-menu li {
  position: relative;
  /*float:left;*/
}
.mcd-menu li a {
    display: block;
    text-decoration: none;
    padding: 8px 18px;
    color: #777;
    text-align: left;
    height: 36px;
    font-size: 20px;
    position: relative;
    border-bottom: 1px solid #EEE;
}
.mcd-menu li a i {
  /*display: block;
  font-size: 30px;
  margin-bottom: 10px;*/
  
  /* == */
  float: left;
  font-size: 20px;
  margin: 0 10px 0 0;
  /* == */
  
}
/* == */
.mcd-menu li a p {
  float: left;
  margin: 0 ;
}
/* == */

.mcd-menu li a strong {
  display: block;
  text-transform: uppercase;
}
.mcd-menu li a small {
  display: block;
  font-size: 10px;
}

.mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
  position: relative;
  
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}
.mcd-menu li:hover > a i {
    opacity: 1;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
    -o-animation: moveFromTop 300ms ease-in-out;
    animation: moveFromTop 300ms ease-in-out;
}
.mcd-menu li:hover a strong {
    opacity: 1;
    -webkit-animation: moveFromLeft 300ms ease-in-out;
    -moz-animation: moveFromLeft 300ms ease-in-out;
    -ms-animation: moveFromLeft 300ms ease-in-out;
    -o-animation: moveFromLeft 300ms ease-in-out;
    animation: moveFromLeft 300ms ease-in-out;
}
.mcd-menu li:hover a small {
    opacity: 1;
    -webkit-animation: moveFromRight 300ms ease-in-out;
    -moz-animation: moveFromRight 300ms ease-in-out;
    -ms-animation: moveFromRight 300ms ease-in-out;
    -o-animation: moveFromRight 300ms ease-in-out;
    animation: moveFromRight 300ms ease-in-out;
}

.mcd-menu li:hover > a {
  color: #e67e22;
}
.mcd-menu li a.active {
  position: relative;
  color: #e67e22;
  border:0;
  /*border-top: 4px solid #e67e22;
  border-bottom: 4px solid #e67e22;
  margin-top: -4px;*/
  box-shadow: 0 0 5px #DDD;
  -moz-box-shadow: 0 0 5px #DDD;
  -webkit-box-shadow: 0 0 5px #DDD;
  
  /* == */
  border-left: 4px solid #e67e22;
  border-right: 4px solid #e67e22;
  margin: 0 -4px;
  /* == */
}
.mcd-menu li a.active:before {
  content: "";
  position: absolute;
  /*top: 0;
  left: 45%;
  border-top: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  
  /* == */
  top: 42%;
  left: 0;
  border-left: 5px solid #e67e22;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  /* == */
}

/* == */
.mcd-menu li a.active:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  border-right: 5px solid #e67e22;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
/* == */

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}



.mcd-menu li ul,
.mcd-menu li ul li ul {
  position: absolute;
  height: auto;
  min-width: 255px;
  padding: 0;
  margin: 0;
  background: #FFF;
  /*border-top: 4px solid #e67e22;*/
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  /*top: 130px;*/
  z-index: 1000;
  
  /* == */
  left:280px;
  top: 0px;
  border-left: 4px solid #e67e22;
  /* == */
}
.mcd-menu li ul:before {
  content: "";
  position: absolute;
  /*top: -8px;
  left: 23%;
  border-bottom: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  
  /* == */
  top: 25px;
  left: -9px;
  border-right: 5px solid #e67e22;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  /* == */
}
.mcd-menu li:hover > ul,
.mcd-menu li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  /*top: 100px;*/
  
  /* == */
  left:250px;
  /* == */
}
/*.mcd-menu li ul li {
  float: none;
}*/
.mcd-menu li ul li a {
    padding: 10px;
    text-align: left;
    border: 0;
    font-size: 17px;
    border-bottom: 1px solid #EEE;
    height: auto;
}
.mcd-menu li ul li a i {
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.mcd-menu li ul li ul {
  left: 230px;
  top: 0;
  border: 0;
  border-left: 4px solid #e67e22;
}  
.mcd-menu li ul li ul:before {
  content: "";
  position: absolute;
  top: 15px;
  /*left: -14px;*/
  /* == */
  left: -9px;
  /* == */
  border-right: 5px solid #e67e22;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.mcd-menu li ul li:hover > ul {
  top: 0px;
  left: 200px;
}



/*.mcd-menu li.float {
  float: right;
}*/
.mcd-menu li a.search {
  /*padding: 29px 20px 30px 10px;*/
  padding: 10px 10px 15px 10px;
  clear: both;
}
.mcd-menu li a.search i {
  margin: 0;
  display: inline-block;
  font-size: 18px;
}
.mcd-menu li a.search input {
  border: 1px solid #EEE;
  padding: 10px;
  background: #FFF;
  outline: none;
  color: #777;
  
  /* == */
  width:170px;
  float:left;
  /* == */
}
.mcd-menu li a.search button {
  border: 1px solid #e67e22;
  /*padding: 10px;*/
  background: #e67e22;
  outline: none;
  color: #FFF;
  margin-left: -4px;
  
  /* == */
  float:left;
  padding: 10px 10px 11px 10px;
  /* == */
}
.mcd-menu li a.search input:focus {
  border: 1px solid #e67e22;
}


.search-mobile { 
  display:none !important;
  background:#e67e22;
  border-left:1px solid #e67e22;
  border-radius:0 3px 3px 0;
}
.search-mobile i { 
  color:#FFF; 
  margin:0 !important;
}


@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .mcd-menu {
    margin-left:10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .mcd-menu {
    width: 200px;
  }
  .mcd-menu li a {
    height:30px;
  }
  .mcd-menu li a i {
    font-size: 22px;
  }
  .mcd-menu li a strong {
    font-size: 12px;
  }
  .mcd-menu li a small {
    font-size: 10px;
  } 
  .mcd-menu li a.search input {
    width: 120px;
    font-size: 12px;
  }
  .mcd-menu li a.search buton{
    padding: 8px 10px 9px 10px;
  }
  .mcd-menu li > ul {
    min-width:180px;
  }
  .mcd-menu li:hover > ul {
    min-width:180px;
    left:200px;
  }
  .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
    min-width:150px;
  }
  .mcd-menu li ul li:hover > ul {
    left:180px;
    min-width:150px;
  }
  .mcd-menu li ul li ul li:hover > ul {
    left:150px;
    min-width:150px;
  }
  .mcd-menu li ul a {
    font-size:12px;
  }
  .mcd-menu li ul a i {
    font-size:14px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  
  .mcd-menu { 
    width: 50px;
  }
  .mcd-menu li a { 
    position: relative;
    padding: 12px 16px;
    height:20px;
  }
  .mcd-menu li a small { 
    display: none;
  }
  .mcd-menu li a strong { 
    display: none;
  }
  .mcd-menu li a:hover strong,.mcd-menu li a.active strong {
    display:block;
    font-size:10px;
    padding:3px 0;
    position:absolute;
    bottom:0px;
    left:0;
    background:#e67e22;
    color:#FFF;
    min-width:100%;
    text-transform:lowercase;
    font-weight:normal;
    text-align:center;
  }
  .mcd-menu li .search { 
    display: none;
  }
  
  .mcd-menu li > ul {
    min-width:180px;
    left:70px;
  }
  .mcd-menu li:hover > ul {
    min-width:180px;
    left:50px;
  }
  .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
    min-width:150px;
  }
  .mcd-menu li ul li:hover > ul {
    left:180px;
    min-width:150px;
  }
  .mcd-menu li ul li ul li > ul {
    left:35px;
    top: 45px;
    border:0;
    border-top:4px solid #e67e22;
  }
  .mcd-menu li ul li ul li > ul:before {
    left:30px;
    top: -9px;
    border:0;
    border-bottom:5px solid #e67e22;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
  }
  .mcd-menu li ul li ul li:hover > ul {
    left:30px;
    min-width:150px;
    top: 35px;
  }
  .mcd-menu li ul a {
    font-size:12px;
  }
  .mcd-menu li ul a i {
    font-size:14px;
  }
  
}

@media only screen and (max-width: 479px) {
    .mcd-menu {
    width: 180px;
    margin-left: -20%;
}
#menu {
    position: relative;
    color: #999;
    width: 257px;
    padding: 2px;
        z-index: 99999;
    margin-left: 19%;
    margin-top: 25%;
    text-align: center;
    border-radius: 4px;
    background: #ffffff05;
    box-shadow: 0 1px 8px rgba(0,0,0,0.05);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
}
.mcd-menu li ul, .mcd-menu li ul li ul {
    position: absolute;
    height: auto;
    min-width: 200px;
    padding: 0;
    margin: 0;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    z-index: 1000;
    margin-left: 53%;
    top: 0px;
    border-left: 4px solid #e67e22;
}
  .mcd-menu li a { 
    position: relative;
    padding: 12px 16px;
    height:20px;
  }
  .mcd-menu li a small { 
    display: none;
  }
  .mcd-menu li a strong { 
    display: none;
  }
  .mcd-menu li a:hover strong,.mcd-menu li a.active strong {
    display:block;
    font-size:10px;
    padding:3px 0;
    position:absolute;
    bottom:0px;
    left:0;
    background:#e67e22;
    color:#FFF;
    min-width:100%;
    text-transform:lowercase;
    font-weight:normal;
    text-align:center;
  }\

  .mcd-menu {
   
    z-index: 99999;}

  .mcd-menu li .search { 
    display: none;
  }
  
  .mcd-menu li > ul {
    min-width:180px;
    left:70px;
  }
  .mcd-menu li:hover > ul {
    min-width:180px;
    left:50px;
  }
  .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
    min-width:150px;
  }
  .mcd-menu li ul li:hover > ul {
    left:180px;
    min-width:150px;
  }
  .mcd-menu li ul li ul li > ul {
    left:35px;
    top: 45px;
    border:0;
    border-top:4px solid #e67e22;
  }
  .mcd-menu li ul li ul li > ul:before {
    left:30px;
    top: -9px;
    border:0;
    border-bottom:5px solid #e67e22;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
  }
  .mcd-menu li ul li ul li:hover > ul {
    left:30px;
    min-width:150px;
    top: 35px;
  }
  .mcd-menu li ul a {
    font-size:12px;
  }
  .mcd-menu li ul a i {
    font-size:14px;
  }
    
}

/*-- //Nav style -- */
.lang {
    list-style: none;
    float: right;
    color: #fff;
    position: relative;
    margin: 5px;
        margin-top: 2%;
} 
.lang  li{
  display:inline-block;
  list-style-type:none;
    margin: 0 20px 0 0;
}
.lang li a {
    width: 33px;
    font-size: 15px;
    line-height: 2.5;
    color: #fff;
    display: block;
}
.lang li a:hover {
   
    color: #38ffb7;;
    
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

 
.donatebtn{

    display: inline-block;
    min-width: 100px;
    height: 36px;
    line-height: 35px;
    padding: 0 16px;
    margin: 0 8px;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    background-color: #26bdef;
    text-align: center; 
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    border-radius: 18px;
    outline: 0;
}
@-webkit-keyframes glowing {
  0% { background-color: #ed7423; -webkit-box-shadow: 0 0 3px #f77924; }
  50% { background-color: #ed7423; -webkit-box-shadow: 0 0 40px #f77924; }
  100% { background-color: #ed7423; -webkit-box-shadow: 0 0 3px #f77924; }
}

@-moz-keyframes glowing {
  0% { background-color: #ed7423; -moz-box-shadow: 0 0 3px #f77924; }
  50% { background-color: #ed7423; -moz-box-shadow: 0 0 40px #f77924; }
  100% { background-color: #ed7423; -moz-box-shadow: 0 0 3px #f77924; }
}

@-o-keyframes glowing {
  0% { background-color: #ed7423; box-shadow: 0 0 3px #f77924; }
  50% { background-color: #ed7423; box-shadow: 0 0 40px #f77924; }
  100% { background-color: #ed7423; box-shadow: 0 0 3px #f77924; }
}

@keyframes glowing {
  0% { background-color: #ed7423; box-shadow: 0 0 3px #f77924; }
  50% { background-color: #ed7423; box-shadow: 0 0 40px #f77924; }
  100% { background-color: #ed7423; box-shadow: 0 0 3px #f77924; }
}

.donatebtn {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

a {
    color: #ffffff;
    text-decoration: none;
}
.social {
    list-style: none;
  
    position: relative;
    margin: 5px;
} 
.social ul li{
  display:inline-block;
  list-style-type:none;
    margin: 0 20px 0 0;
}
.social ul li a {
    width: 5px;
    font-size: 20px;
       line-height: 2.5;
    color: #fff;
    display: block;
}
.social ul li a:hover{
  transform:rotateY(360deg);
}

/*-- banner-text -- */
.agile_banner_info {
    padding: 14em 0;
    text-align: center;
}
.agile_banner_info h3 {
    font-size: 2.7em;
    color: #fff;
    text-transform: capitalize;
    line-height: 0.5em;
    letter-spacing: 3px;
    padding-bottom: .7em;
}
.agile_banner_info h3 span {
    color: #fff;
    padding: .3em .7em;
    background: #f77924;
    border-bottom: 2px solid #fff;
}
#typed {
    font-size: 3.5em;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.5em;
}
#typed i{
  font-style:normal;
  color:#26bdef;
  font-weight:600;
}
.banner_agile_para p {
    color: #fff;
    margin-left: 26%;
    line-height: 2em;
    font-size: 2.4em;
    padding: 1em 0 6em;
    letter-spacing: 1px;
    margin-top: 1%;
}
/*-- code for animated blinking cursor --*/
.typed-cursor{
  opacity: 1;
    font-weight: 300;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #fff;
    font-size: 2.5em;
}

/***********header***********/

/*-- welcome --*/
.about, .gallery, .footer-top, .team {
  text-align:center;
}
.about, .footer-top, .team, .typo, .banner-bottom, .main-grid-border, .gallery_main {
    padding: 0em 0em;
}
.services {
    padding: 1em 0 2em;
  text-align:center;
}
.about-wel {
    text-align: left;
}
.about-wel h2 {
    color: #03a9f4;
    text-align: center;
    margin-top: 5%;
}
.about-wel h6 {
     color: #3e3c3c;
    font-size: 22px;
    line-height: 1.5;
    
}
h3.title-w3l {
    color: #000;
    font-size: 2.2em;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 2px;
    text-align: left;
    margin-left: 0%;
    margin-top: 4%;
    position: relative;
    margin-bottom: -0.5em;
}
h3.title-w3l:before {
    content: "";
    background: #03A9F4;
    width: 6%;
    height: 4px;
    position: absolute;
    left: -33px;
    top: 50%;
} 
h3.title-w3l span {
    color: #f77924;
}
.about-img {
    padding-top: 1em;
}
.about-img1{
  padding:0 0.5em 0 0;
}
.about-img2{
  padding:0 0 0 0.5em;
}
.about-wel p {
        line-height: 1.2;
    font-size: 1em;
    color: #000000;
    word-spacing: 3px;
        margin: 2em 2em -0.5em;
}
.about-wel h5 {
    font-size: 1.5em;
    color: #000;
    text-transform: capitalize;
    line-height: 1.3;
    letter-spacing: 1px;
}
.about-wel h5 span {
    color: #26bdef;
}
.about-wel ul li{
  list-style: none;
}
.about-wel ul li {
    color: #777;
    font-size: 1em;
    line-height: 2;
   
    margin-top: .5em;
    display: inherit;
    letter-spacing: 1px;
}   
.about-wel ul li i {
    padding-right: .7em;
    color: #f77924;
    font-size: 1.3em;
}

/*-- banner-bottom --*/
.banner-grids {
    float: right;
    width: 100%;
}
.banner-gd img{
  width:100%;
}
.banner-gd {
    padding: 0;
}
.banner-gd h3 {
    line-height: 1.5em;
}
.banner-gd h3 span {
    display: block;
}
.ban-pad {
        margin-left: 3%;
}
.banner-gd p {
    color: #464646;
    line-height: 2.2em;
  font-size:14px;
    margin-top: 30px;
}
.bott-text {
    padding: 4em 15em 4em 5em;
    background: #f2f2f2;
}
.bottom-left h4, .bottom-right h4 {
    color: #CA95D7;
    font-size: 30px;
    margin-bottom: 30px;
}
.bottom-left p, .bottom-right p {
    color: #464646;
    line-height: 2.2em;
  font-size:14px; 
}
.bottom-left p:nth-child(3),.bottom-right p:nth-child(3) {
    margin-top: 30px;
}
/*-- //banner-bottom --*/


/*--help-starts--*/
.help{
  
  background-size:center;
  margin-top: 3%;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  -ms-background-size:cover;
  position:relative;
}

.help-btm {
    text-align: left;
    margin-left: 5%;
}
.help-top {
    width: 30.89%;
    position: absolute;
    top: 84.5%;
    left: 52.1%;
}
.SnehAnkur .help-left {
    width: 40%;
    float: left;
    margin-left: -39%;
    background: #ff6700;
    padding: 1.5em 0px;
    text-align: center;
    position: relative;
}
.help-left {
    width: 40%;
    float: left;
    margin-left: -26%;
    background: #ff6700;
    padding: 1.5em 0px;
    text-align: center;
    position: relative;
}
.help-right {
    margin-right: -49px;
    width: 100%;
    margin-top: -19%;
    float: right;
    margin-left: 10%;
    background: #f7792459;
    padding: 1.2em 0px;
    text-align: center;
}
.help-left h4{
  font-size:28px;
  color:#fff;
  margin:0;
}
.help-right h3{
  display: none
  font-size:26px;
  color:#44479A;
  margin:0;
  font-family: 'Philosopher-Regular';
}
.help-right p {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 5px;
    color: #000;
    padding: 0 26px;
}
.tool {
    position: absolute;
    top: 17%;
    right: 17px;
}
a.tooltips {
    position: relative;
    display: inline;
}
a.tooltips span {
    position: absolute;
}
a.tooltips span:before {
    content: '';
    position: absolute;
    top: 22%;
    left: 0%;
    margin-left: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #03a9f4;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    transform: rotate(315deg);
}
.help-left:hover .help-right {
    display: block;
    width: 50%;
    float: left;
    background: #44479A;
    padding: 1.5em 0px;
    text-align: center;
    position: relative;
}
.help-btm img{
  height: 50%;

}
/*--help-ends--*/
/*--program-starts--*/
.program{
  
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  -ms-background-size:cover;
  position:relative;
margin-top: 5%;
}
.program-btm {
    text-align: right;
    margin-right: 5%;
}
.program-top {  
    width: 50%;
    position: absolute;
  
    left: -9%;
}
.program-right {
    width: 25%;
    float: right;
    margin-right: -31%;
    background:rgba(68, 71, 154, 0.4);
    padding: 1.5em 0px;
    text-align: center;
    position: relative;
}
.program-left {
    width: 66%;
    float: left;
    margin-left: 40%;
    background: #c6c8ff;
    padding: 1.2em 0px;
    text-align: center;
}

.program-right h4{
  font-size:28px;
  color:#fff;
  margin:0;
}
.program-left h3{
  font-size:26px;
  color:#44479A;
  margin:0;
  font-family: 'Philosopher-Regular';
}
.program-left p {
        font-size: 14px;
    line-height: 1.4em;
    margin-top: 5px;
    color: #000;
    padding: 0 26px;
}
.tool1 {
    position: absolute;
    top: 35%;
    left: -3px;
}
a.tooltips1 {
    position: relative;
    display: inline;
}
a.tooltips1 span {
    position: absolute;
}
a.tooltips1 span:before {
    content: '';
    position: absolute;
    top: 22%;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-top: 20px solid #44479A;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    transform: rotate(315deg);
}


.Swarajya {
    
    margin-top: 2%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}

.Swarajya .program-right {
    width: 30%;
    float: right;
    margin-top: -52%;
    margin-right: -35%;
    background: #44479a8a;
    padding: 1.5em 0px;
    text-align: center;
    position: relative;
}

.Swarajya .program-left {
    width: 70%;
    float: left;
    margin-top: 0%;
    margin-left: 35.5%;
    background: #c6c8ff;
    padding: 1.2em 0px;
    text-align: center;
}
.AAI {
    background-size: center;
    margin-top: 2%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}

.Mauli {
    background-size: center;
    margin-top: 2%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}
.Dnyan {
    background-size: center;
    margin-top: 3%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}
.Dnyan.program-right {
    width: 30%;
    float: right;
        margin-top: -58%;
    margin-right: -35%;
    background: #44479A;
    padding: 1.5em 0px;
    text-align: center;
    position: relative;
}

.Dnyan .program-left {
    width: 70%;
    float: left;
    margin-top: 0%;
    margin-left: 35.5%;
    background: #c6c8ff;
    padding: 1.2em 0px;
    text-align: center;
}

.Dnyan .program-left h3 {
   font-size: 20px;
}

.Masik {
    background-size: center;
    margin-top: 2%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}
.royal {
    background-size: center;
    margin-top: 2%;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}

/*--program-ends--*/

.service a.featurebutton {
    display: inline-block;
    min-width: 160px;
    height: 36px;
    line-height: 35px;
    padding: 0 16px;
    margin: 0 8px;
    font-size: .89em;
    font-weight: 700;
    color: #2a2d32;
    text-align: center;
    background-color: #37957d;
    vertical-align: middle;
    cursor: pointer;
  
    border: 0;
    border-radius: 18px;
    outline: 0;
}

.service a.featurebutton :hover {
    color: #37303c;
    background-color: #f3e5cf;
}
@media screen and (max-width:420px){

  #toggle span, #toggle span:after, #toggle span:before {
    width: 100%;
    height: 6px;
    margin-left: -64%;
    background-color: #f77924;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 4px;
}


.cd-stretchy-nav ul a {
    position: relative;
    display: block;
    width: 30px;
   top: 10%;
}

.cd-stretchy-nav .stretchy-nav-bg {
   
    width: 50px;
    height: 45px;
    top:0;
    
}


.lang {
    list-style: none;
    float: right;
    color: #fff;
    position: relative;
    margin: -19px;
    margin-top: -59px;
    z-index: 999;
}

.donatebtn {
    display: inline-block;
    min-width: 41px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin: 0 20px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background-color: #26bdef;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    border-radius: 18px;
    outline: 0;
}



.navbar .brand .logo img {
    width: 80px;
    display: block;
    height: 64px;
    margin-top: -17%;
    z-index: 9999;
    position: absolute;
    margin-left: 5%;
}

.navbar .brand  img {
    width: 120px;
    display: none;
    height: 80px;
    z-index: 9999;
    position: absolute;
    margin-left: -14%;
}
.agile_banner_info h3 {
    font-size: 20px;
    color: #fff;
    /* text-transform: capitalize; */
    /* line-height: 0.5em; */
    /* letter-spacing: 3px; */
    /* padding-bottom: 38.7em; */
    margin-top: -55%;
}
#typed {
    font-size: 1.7em;
    color: #fff;
    text-transform: capitalize;
    line-height: 0.5em;
}
.banner_agile_para p {
   
    font-size: 1em;
    
}

h3.title-w3l {
    color: #000;
    font-size: 1.7em;
    margin-bottom: -22%;
    }
.about .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 330px;
}
.about-wel h5 {
    font-size: 1em;
}
.about-wel p {
    font-size: 1em;
    color: #000000;
    word-spacing: 3px;
     margin: 4em 0 0;
}
.about-wel ul li {
    color: #000;
    font-size: 0.8em;
    line-height: 2;
    margin-top: 0.5em;
    display: inherit;
    letter-spacing: 1px;
}
h3.title-w3l:before {
    content: "";
    background: #03A9F4;
    width: 13%;
    height: 2px;
    position: absolute;
    left: -15px;
    top: 51%;
}
.help-btm {
    text-align: left;
    margin-left: 3%;
    height: 412px;
}

.help {
    background-size: center;
    margin-top: 30%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}
.help-btm {
    text-align: left;
    margin-left: 3%;
    height: 412px;
}

.help-left {
    width: 40%;
    float: left;
    margin-left: -160%;
    background: #ff6700;
    padding: 5px;
    text-align: center;
    position: relative;
    margin-top: 156%;
}
.help-btm img {
    height: -1%;
}
.help-right {
    margin-right: -55%;
    width: 264%;
    margin-top: 183%;
    float: right;
    margin-left: 0;
    background: #f7792459;
    padding: 0.2em 0px;
    text-align: center;
}
.help-right p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
    color: #000;
    padding: 0 26px;
}

.help .help-right a.tooltips span:before {
    content: '';
    position: relative;
    top: -17px;
    left: 0%;
    margin-left: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #03a9f4;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    transform: rotate(315deg);
}

.program-right {
    width: 30%;
    float: right;
    margin-top: -158%;
    margin-right: -107%;
    background: #44479A;
    padding: 5px;
    text-align: center;
    position: relative;
}
.program-left {
    width: 194%;
    float: left;
    margin-top: 113%;
    margin-left: 2%;
    background: #c6c8ff;
    padding: 1.2em 0px;
    text-align: center;
}

.program-btm {
    text-align: right;
    margin-right: 5%;
    margin-top: 6%;
    margin-bottom: 66%;
}


.nav-pills {
    margin-left: 18%;
    margin-bottom: 30px;
}




}






