*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*Common CSS*/
.tac{
    text-align: center;
}
/*
section h2::before{
    content: '';
    position: absolute;
    bottom: 30px;
    background: -webkit-linear-gradient(to right, #83a4d4, #b6fbff);
    background: linear-gradient(to right, #83a4d4, #b6fbff);
    height: 3px;
    width: 90px;
}*/
/*Ends Here*/



.bg-v1 {
    background: #acb0d8;
    transition: all 0.5s;
    -moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
    -webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
    box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
}
.bg-v2{
    background: #83a4d4;
    background: -webkit-linear-gradient(to right, #83a4d4, #b6fbff);
    background: linear-gradient(to right, #83a4d4, #b6fbff);
}
.h-2 {
    border: none;
    height: 2px;
    margin-top: 10px;
    border-radius: 5px;
}
.bg-white-light {
    background: #ffffffad;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255) !important;
    font-size: 16px;
    font-weight: 500;
}
.navbar a img{
    height: 45px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: green !important;
}
section{
    padding-top: 50px;
    /*padding-bottom: 50px;*/
}
.hero {
    padding: 10em 0;
    background: #67B26F;  /* fallback for old browsers */
    background-blend-mode: overlay;
   
    background: url('../images/Home2.jpg');

    /*background: url('../images/about-img.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -70px;
    padding-top: 15em;
    background-position: center center;
}
.hero-heading {
    margin-bottom: 30px;
}
.hero-heading h1 {
    font-size: 4em;
    color:white;
    
     


}
.support-text {
    margin-bottom: 30px;
}
.support-text p {
    font-size: 1.3em;
}
.btn-basic{
    font-size: 18px;
    line-height: 1;
    border-radius: 2em;
    padding: 10px 30px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.5s;
}
.btn-basic:hover{
    text-decoration: none;
}
.outline-v2 {
    color: #ff914d;
    border: 1px solid #ff914d;
}
.outline-v2:hover {
    color: #fff;
    background: #ff914d;
}
.btn-outline-v1 {
    border: 1px solid #fff80d;
    color: #fff80d;
    margin-right: 10px;
}
.btn-outline-v1:hover{
    background-color: #fff80d;
    text-decoration: none;
    color: #8f8f8f;
}
.btn-green-light {
    background: #67f564;
    color: #fff;
}
.btn-green-light:hover {
    background: #4cc44a;
    color: rgb(75, 129, 70);
    text-decoration: none;
}
.heading h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.heading {
    padding: 20px 0;
}
.w-80{
    width: 80px;
}
#about .left{
    margin-bottom: 20px;
}
#about .right {
    padding: 10px;
}
.add-box {
    margin-bottom: 50px;
}
.add-box img {
    margin-bottom: 15px;
}
.add-cont h4 {
    font-size: 20px;
}
.bg-v3 {
    background: #acb0d8;
}
.pub-box img {
    position: relative;
}
.abi-text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}
.abi-text i {
    display: block;
    font-size: 50px;
    color: #fbff00;
    margin-bottom: 10px;
}
.abi-text .title {
    font-size: 20px;
    font-weight: 500;
}
footer {
    background: black;
    padding: 10px 0;
}
.footer-bar {
    width: 100%;
}
.tagline {
    display: inline-block;
    width: 59%;
}.footer-bar .tagline p {
    color: #fff;
    margin: 0;
}
.social-icons {
    display: inline-block;
    width: 40%;
}
.footer-bar .social-icons ul {
    list-style: none;
    margin-bottom: 0;
    text-align: right;
} 
.footer-bar .social-icons ul li {
    display: inline-block;
}
.footer-bar .social-icons ul li a {
    color: #fff;
    padding: 0 10px;
}
.footer-bar .social-icons ul li a:hover {
    color: #fbff00;
}



}


section.client-image img{
    width: 70%;
}
section#Contact-us form{
    text-align: center;
    padding-bottom: 30px;
}

section#Contact-us img{
    width: 100%;
}

section#Contact-us form input{
    width: 100%;
    border: 1px solid #f9f9f9;
    background: #f2f2f2;
    padding: 7px 15px;
    margin-top: 30px;
}

section#Contact-us form input#message{
    padding-bottom: 100px;
}

section#Contact-us form .form-button{
    padding: 7px 30px;
    background: #2c1941;
    color: white;
    border: none;
    margin-top: 30px;
    border-radius: 3px;
}
.blog {
    padding: 10em 0;
    background: #67B26F;  /* fallback for old browsers */
    background-blend-mode: overlay;
   
    background: url('../images/Add3.jpg');

    /*background: url('../images/about-img.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -70px;
    padding-top: 15em;
    background-position: center center;
}

section.footer{
    background-color: #004185;
    padding-bottom: 30px;
}

section.footer .cities{
    padding: 20px;
}

section.footer .cities p, section.footer .cities h3{
    color: #fff;
}

section.footer .cities .city-wrapper{
    transition: transform .5s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;   
    height: 100%
}

section.footer .cities .delhi{
    background-image: url('../../assets/images/delhi.png');
}


section.footer .cities .dubai{
    background-image: url('../../assets/images/dubai.jpg');
}

section.footer .cities .singapore{
    background-image: url('../../assets/images/singapore.jpg');
}

section.footer .cities .banglore{
    background-image: url('../../assets/images/bangalore.jpg');
}

section.footer .cities .ahemdabad{
    background-image: url('../../assets/images/ahmedabad.jpg');
}
section.footer .cities .city-wrapper:hover{
    cursor: pointer;
    transform: scale(1.2);
}

section.footer .links-wrapper ul{
    list-style: none
}

section.footer .links-outer{
    padding: 20px
}

section.footer .links-wrapper h3{
    color: #fff
} 
section.footer .links-wrapper a{
    color: #fff;
    text-decoration: none;
}
section.footer .links-wrapper.social-medial a{
    font-size: 20px;
    margin: 0 15px;

}
.rights-reservers{
    padding: 5px;
    text-align: center;
    color: #004185;
    background-color: #fff;
}
.rights-reservers p{
    margin-bottom: 0;
}
 .Careers{
    padding: 10em 0;
    background: #67B26F;  /* fallback for old browsers */
    background-blend-mode: overlay;
   
    background: url('../images/Careers1.jpg');

    /*background: url('../images/about-img.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -70px;
    padding-top: 15em;
    background-position: center center;
}