
@import url(https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700);
/* ==================
 *
 *google fonts 
 *
 *===================*/

/* ==================
 *
 *var section 
 *
 *===================*/
/*****  font size  ******/
/*****  Colors  ******/
/* ==================
 *
 *	Reset Class Css
 *
 *===================*/
body {
    line-height: 24px;
    font-size: 14px;
    color: #80d6a3;
    font-weight: 400;
    color: #444;
    font-family: 'Rajdhani', sans-serif;
}

h1 {
    margin: 0px;
    font-size: 31px;
    padding-bottom: 40px;
    padding-top: 26px;
    font-family: 'Rajdhani', sans-serif;
    color: #f25022;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 18px;
}

h4 {
    margin-left: 95px;
    font-size: 20px;
    font-weight: bold;
    color: #7c7b7a;
    font-family: 'Rajdhani', sans-serif;
}

@media only screen and (max-width: 900px) {
    h4 {
        text-align: center;
        margin: 0px;
    }
}

p {
    margin: 0px;
}

h2, h3, h5, h6, p {
    font-family: 'Rajdhani', sans-serif;
    margin: 0px;
}

ul {
    //padding: 0;
    margin: 0;
    list-style: none;
}



/* ==================
 *
 *  Global Class 
 *
 *===================*/

.form-inline .form-control {
    margin-bottom: 2px;
    margin-top: -73px;
    margin-right: 0px;
    margin-left: 416px;
}

.btn {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}

    .btn.btn-read {
        background-color: #fff;
        border-color: #87c23f;
        color: #87c23f;
        font-weight: bold;
        border-radius: 15px;
    }

        .btn.btn-read:hover {
            background-color: #87c23f;
            color: #fff;
        }

    .btn.btn-outline-success {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 5px 10px;
        border-radius: 5px;
        margin-top: -75px;
    }

        .btn.btn-outline-success:hover {
            background: none;
            color: #4285f4;
            border-color: #4285f4;
        }

.nav > li > a:hover,
.nav > li > a:focus {
    background: transparent;
}

.title {
    text-align: center;
    padding-bottom: 20px;
}

    .title h2 {
        color: #f25022;
        font-size: 25px;
        padding-bottom: 25px;
        padding-top: 45px;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        margin-top: -50px;
    }

        .title h2:before {
            content: '';
            width: 40px;
            height: 2px;
            background: #4285f4;
            position: absolute;
            top: 57px;
            left: -60px;
        }

        .title h2:after {
            content: '';
            width: 40px;
            height: 2px;
            background: #4285f4;
            position: absolute;
            top: 57px;
            right: -60px;
        }

    .title p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        color: #817C7C;
    }

#mixed-items .mix {
    display: none;
}
/* animation keyfrem */
@-webkit-keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 20px;
    }
}

@-moz-keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 20px;
    }
}

@-o-keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 20px;
    }
}

@keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 20px;
    }
}

@-ms-keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 20px;
    }
}
/* ==================
 *
 *  section Class 
 *
 *===================*/


/* header style */


header {
    padding: 7px 0;
    background: #fff;
}

@media only screen and (max-width: 500px) {
    header {
        padding: 0;
    }
}

.breadcrumb {
    background-color: none;
    border-radius: 4px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    background-color: #f2f2f2;
    box-shadow: 1px 1px 1px;
    -webkit-box-shadow: 1px 1px 1px #000;
}

.navbar-nav {
    margin-top: 10px;
}

header .navbar {
    height: auto;
    margin-bottom: 0;
}

.is-sticky #navigation {
    background: #fff;
    z-index: 1000;
    transition: 0.3s;
    width: 100%;
    padding: 0;
}

.navbar-brand {
    padding-top: 2px;
    padding-left: 15px;
    padding-bottom: 2px;
    padding-right: 15px;
    height: auto;
    margin-left: -90px;
}

.logo {
    padding-bottom: 0;
    margin-bottom: -5px;
    vertical-align: none;
    margin-left: 97px;
}

@media only screen and (max-width:500px) {
    .logo {
        padding-bottom: 0;
        margin-bottom: -5px;
        width: 200px;
        vertical-align: none;
        margin-left: 97px;
    }
}






.navbar-toggle {
    border-color: #333;
    transition: 0.3s;
}

@media only screen and (max-width: 500px) {
    .navbar-toggle {
        padding-bottom: 5px;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 5px;
    }
}

.navbar-toggle .icon-bar {
    background: #333;
    transition: 0.3s;
}

@media only screen and (max-width: 500px) {
    .navbar-toggle .icon-bar {
        width: 15px;
        height: 2px;
    }
}

.navbar-toggle:hover {
    border-color: #87c23f;
}

    .navbar-toggle:hover .icon-bar {
        background: #87c23f;
    }

.menu a {
    color: #000000;
    transition: 0.3s;
    position: relative;
    font-size: 17px;
    font-weight: 500;
}

    .menu a:before {
        content: "";
        position: absolute;
        left: 16px;
        bottom: 12px;
        width: 0;
        height: 1px;
        transition: 0.3s;
    }

    .menu a:hover {
        background: transparent;
        color: #4285f4;
        background-color: red;
    }

.menu .active a:before {
    width: 25px;
}

.menu a:hover:before {
    width: 25px;
}



/* =================
   Home page style
   ================= */



.carousel {
    padding-top: 35px;
}

.carousel-indicators {
    bottom: 20px;
}

@media only screen and (max-width:500px) {
    .carousel-indicators {
        bottom: -15px;
    }
}

.carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 1024px) {
    .carousel-inner > .item > img {
        margin-top: 109px;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-inner > .item > img {
        margin-top: 109px;
    }
}

@media only screen and (max-width: 360px) {
    .carousel-inner > .item > img {
        margin-top: 7px;
    }
}


/* About Us */



#About {
    padding: 85px 0 0;
}

.custombtn {
    color: #fff;
    font-size: 13px;
    padding: 5px 20px;
    background: #87c23f;
    border-radius: 35px;
    font-weight: 600;
    border-color: transparent;
    transition: 0.3s;
}

    .custombtn:hover {
        background: none;
        border-color: #87c23f;
        color: #87c23f;
        font-weight: bold;
    }

@media only screen and ( max-width: 500px) {
    #About {
        padding-bottom: 80px;
    }
}


/* Technologies */


#features {
    padding: 85px 0 0;
    padding-bottom: 90px;
    background: #f9f9f9;
}

    #features .feature-block {
        padding-bottom: 35px;
    }

@media only screen and (max-width: 500px) {
    #features {
        padding-bottom: 0;
    }
}

#features .feature-block h4 {
    font-size: 20px;
    color: #7c7b7a;
    position: relative;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 400;
}

@media only screen and (max-width: 500px) {
    .col-md-4 {
        padding: 0px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 500px) {
    .col-xs-12 {
        padding: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .panel-group {
        margin-bottom: -80px;
        padding-bottom: 35px;
    }
}

/* solutions  */


#solutions {
    padding: 100px 0;
}

    #solutions .solutions-block {
        padding-bottom: 35px;
    }

        #solutions .solutions-block h4 {
            font-size: 20px;
            color: #7c7b7a;
            position: relative;
            text-transform: none;
            margin-bottom: 0;
            font-weight: bold;
        }

@media only screen and (max-width: 800px) {
    #solutions {
        padding-top: 70px;
    }
}



/* services */


#services {
    padding: 0px 0 0;
    padding-top: 85px;
    padding-bottom: 50px;
    background: #f9f9f9;
}

@media only screen and (max-width: 500px) {
    #services {
        padding: 0px 0 0;
        padding-top: 70px;
        padding-bottom: 0px;
    }
}



#services .services-block {
    padding-bottom: 35px;
}



#services .services-block h4 {
    font-size: 20px;
    color: #7c7b7a;
    position: relative;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 30px;
    font-weight: bold;
}








/*clients section*/

#clients {
    padding: 85px 0 0;
}


/** About Us Detail Page*/


.DetailPage {
    padding: 0 0;
    padding-top: 107px;
    padding-bottom: 50px;
}

/** contact form*/

#contact-form {
    padding: 0 0;
    padding-top: 107px;
    padding-bottom: 230px;
    background: #f9f9f9;
}

@media only screen and (max-width: 1024px) {
    #contact-form {
        padding-bottom: 50px;
    }
}


@media only screen and (max-width: 768px) {
    #contact-form {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 500px) {
    #contact-form {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


#contact-form form input,
#contact-form form textarea {
    padding: 24px 20px 0;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #000000;
    box-shadow: none;
    width: 75%;
}

@media only screen and (max-width: 500px) {
    #contact-form form input,
    #contact-form form textarea {
        width: 100%;
    }
}



#contact-form form input {
    margin-bottom: 15px;
    padding: 24px 27px;
}

#contact-form form textarea {
    margin-bottom: 28px;
    min-height: 172px;
    resize: none;
}

#contact-form form .custombtn {
    color: #fff;
    font-size: 13px;
    padding: 5px 20px;
    background: #87c23f;
    border-radius: 35px;
    font-weight: 600;
    border-color: transparent;
    transition: 0.3s;
    margin-left: 490px;
    margin-right: 0px;
}

    #contact-form form .custombtn:hover {
        color: #87c23f;
        background: none;
        border-color: #87c23f;
    }

@media only screen and (max-width: 1024px) {
    #contact-form form .custombtn {
        margin-left: 217px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    #contact-form form .custombtn {
        margin-left: 457px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 500px) {
    #contact-form form .custombtn {
        margin-left: 217px;
        margin-right: 0px;
    }
}

#contact-form form input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-style: normal;
    margin-bottom: 15px;
    padding: 24px 27px;
}

#contact-form form input,
#contact-form form textarea::-webkit-input-placeholder { /* WebKit browsers */
    font-style: normal;
    margin-bottom: 15px;
    border-color: white;
    border-radius: 5px;
}


#contact-form form input,
#contact-form form textarea::-moz-input-placeholder { /* WebKit browsers */
    font-style: normal;
    margin-bottom: 15px;
    padding: 24px 27px;
}

#contact-form form textarea:-ms-textarea-placeholder {
    font-style: normal;
}


#contact-form form input::-webkit-input-placeholder { /* WebKit browsers */
    font-style: normal;
    margin-bottom: 15px;
}



/** Footer **/


.address {
    margin-left: 77px;
}

@media only screen and (max-width: 970px) {
    .address {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 970px) {
    .address1 {
        float: right;
        padding: 20px;
        margin-top: -193px;
        margin-right: 188px;
    }
}

@media only screen and (max-width: 670px) {
    .address1 {
        float: left;
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .address {
        margin: 0px;
    }
}

.icon {
    padding-bottom: 0;
    margin-bottom: -5px;
    vertical-align: none;
}



@media only screen and (max-width:500px) {
    .icon {
        padding-bottom: 37px;
        margin-bottom: 34px;
        width: 300px;
        vertical-align: none;
        margin-top: -81px;
    }
}

@media only screen and (max-width:320px) {
    .icon {
        margin-bottom: 51px;
        width: 300px;
        vertical-align: none;
        margin-top: -82px;
        margin-left: -23px;
    }
}

/** footer **/

footer {
    background-color: #f2f2f2;
    padding: 3px;
    text-align: center;
    box-shadow: inset 1px 1px 1px;
    -webkit-box-shadow: inset 1px 1px 1px #000;
    margin-right: 0;
    margin-left: -2px;
}

    footer p {
        font-size: 14px;
        line-height: 1;
        padding-top: 26px;
    }

@media only screen and (max-width:500px) {
    footer p {
        font-size: 14px;
        line-height: 1;
        padding-top: 26px;
        margin-left: 20px;
        margin-bottom: -55px;
        margin-top: 23px;
    }
}

#scrollUp {
    background-image: url("../Images/top.png");
    bottom: 15px;
    right: 20px;
    width: 38px; /* Width of image */
    height: 38px; /* Height of image */
    text-indent: -9999px;
}

@media only screen and (max-width: 1024px) {

    #scrollUp {
        bottom: 13px;
        right: 33px;
        width: 38px;
        height: 38px;
        text-indent: -9999px;
    }
}

@media only screen and (max-width: 500px) {

    #scrollUp {
        bottom: 13px;
        right: 5px;
        width: 38px;
        height: 38px;
        text-indent: -9999px;
    }
}

@media only screen and (max-width: 320px) {

    #scrollUp {
        bottom: 13px;
        right: 5px;
        width: 38px;
        height: 38px;
        text-indent: -9999px;
    }
}



/* contact us html page */



#contact {
    padding: 100px;
    padding-top: 227px;
}




#contact1 {
    background-color: #f9f9f9;
    padding: 0;
    padding-top: 35px;
    padding-bottom: 35px;
}

    #contact1 form input,
    #contact1 form textarea {
        padding: 24px 20px 0;
        border: none;
        border-radius: 5px;
        font-size: 14px;
        color: #000000;
        box-shadow: none;
        width: 400px;
    }

    #contact1 form input {
        margin-bottom: 15px;
        padding: 24px 27px;
    }

@media only screen and (max-width:500px) {
    #contact1 form input,
    #contact1 form textarea {
        width: 260px;
        margin-left: 0px;
    }
}

@media only screen and (max-width:320px) {
    #contact1 form input,
    #contact1 form textarea {
        width: 260px;
        margin-left: -12px;
    }
}

#contact1 form textarea {
    margin-bottom: 28px;
    min-height: 172px;
    resize: none;
}

#contact1 form .custombtn {
    color: #fff;
    font-size: 13px;
    padding: 5px 20px;
    background: #87c23f;
    border-radius: 35px;
    font-weight: 600;
    border-color: transparent;
    transition: 0.3s;
    margin-left: 335px;
}

@media only screen and (max-width: 500px) {
    #contact1 form .custombtn {
        margin-left: 187px;
    }
}

@media only screen and (max-width: 320px) {
    #contact1 form .custombtn {
        margin-left: 177px;
    }
}

#contact1 form button:hover {
    background: none;
    color: #87c23f;
    border-color: #87c23f;
    font-weight: bold;
}

#contact1 form input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-style: normal;
    margin-bottom: 15px;
    padding: 24px 27px;
}

#contact1 form input,
#contact1 form textarea::-webkit-input-placeholder { /* WebKit browsers */
    font-style: normal;
    margin-bottom: 15px;
    border-color: white;
    border-radius: 5px;
}


#contact1 form input,
#contact1 form textarea::-moz-input-placeholder { /* WebKit browsers */
    font-style: normal;
    margin-bottom: 15px;
    padding: 24px 27px;
}

#contact1 form textarea:-ms-textarea-placeholder {
    font-style: normal;
}


#contact1 form input::-webkit-input-placeholder { /* WebKit browsers */
    font-style: normal;
    margin-bottom: 15px;
}

#address address {
    font-weight: 500;
}

@font-face {
    font-family: "Rajdhani-Regular";
    src: url("css/fonts/Rajdhani.eot");
    src: url("css/fonts/Rajdhani.woff") format("woff"), 
        url("css/fonts/Rajdhani.otf") format("opentype"), 
        url("css/fonts/Rajdhani.svg#filename") format("svg");
}
