* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html,
body {
    font-size: 16px;
    font-family: Hind, Arial, serif;
    color: #999;
}

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont3e6e.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont3e6e.html?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont3e6e-2.html?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont3e6e-3.html?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*--margin set top--*/

.mrg-top-10 {
    margin-top: 10px;
}

.mrg-top-15 {
    margin-top: 15px;
}

.error {
    color: #ff0000;
}

.success {
    color: #155724;
}

.mrg-top-20 {
    margin-top: 20px;
}

.mrg-top-25 {
    margin-top: 25px;
}

.mrg-top-30 {
    margin-top: 30px;
}

.mrg-top-35 {
    margin-top: 35px;
}

.mrg-top-40 {
    margin-top: 40px;
}

.mrg-top-45 {
    margin-top: 45px;
}

.mrg-top-50 {
    margin-top: 50px;
}


/*--bottom--*/

.mrg-bottom-10 {
    margin-bottom: 10px !important;
}

.mrg-bottom-15 {
    margin-bottom: 15px !important;
}

.mrg-bottom-20 {
    margin-bottom: 20px !important;
}

.mrg-bottom-25 {
    margin-bottom: 25px !important;
}

.mrg-bottom-30 {
    margin-bottom: 30px !important;
}

.mrg-bottom-35 {
    margin-bottom: 35px !important;
}

.mrg-bottom-40 {
    margin-bottom: 40px !important;
}

.mrg-bottom-45 {
    margin-bottom: 45px !important;
}

.mrg-bottom-50 {
    margin-bottom: 50px !important;
}


/*--margin left--*/

.mrg-left-10 {
    margin-left: 10px;
}

.mrg-left-15 {
    margin-left: 15px;
}

.mrg-left-20 {
    margin-left: 20px;
}

.mrg-left-25 {
    margin-left: 25px;
}

.mrg-left-30 {
    margin-left: 30px;
}

.mrg-left-35 {
    margin-left: 35px;
}

.mrg-left-40 {
    margin-left: 40px;
}

.mrg-left-45 {
    margin-left: 45px;
}

.mrg-left-50 {
    margin-left: 50px;
}

::selection {
    color: #ff900d;
    background-color: #000;
}

::-webkit-selection {
    color: #ff900d;
    background-color: #ff900d;
}

::-moz-selection {
    color: #ff900d;
    background-color: #ff900d;
}

::-o-selection {
    color: #ff900d;
    background-color: #ff900d;
}


/*--right--*/

.mrg-right-10 {
    margin-right: 10px;
}

.mrg-right-15 {
    margin-right: 15px;
}

.mrg-right-20 {
    margin-right: 20px;
}

.mrg-right-25 {
    margin-right: 25px;
}

.mrg-right-30 {
    margin-right: 30px;
}

.mrg-right-35 {
    margin-right: 35px;
}

.mrg-right-40 {
    margin-right: 40px;
}

.mrg-right-45 {
    margin-right: 45px;
}

.mrg-right-50 {
    margin-right: 50px;
}

.blue-color-bg {
    background-color: #4a90e2;
    color: #fff !important;
    transition: 0.3s all;
}

.blue-color-bg:hover {
    background-color: #4283cf !important;
    transition: 0.3s all;
}

.blue-color-text {
    color: #4a90e2 !important;
}

.blue-color-icon {
    color: #4a90e2 !important;
}


/*--margin end--*/

.img-responsive {
    width: 100%;
}


/*--haader start--*/

.top-header {
    width: 100%;
    background: transparent;
    position: fixed;
    top: 0px;
    height: 40px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.2);
    z-index: 99999;
}

@media (max-width: 1024px) {
    .top-header {
        background: transparent;
        position: inherit;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .left-box-tech ul li,
    .right-box-social ul li a {
        color: #303133 !important;
    }
}

@media (max-width: 690px) {
    .left-box-tech {
        min-width: 200px !important;
    }
    .right-box-social ul li a {
        padding-right: 0px !important;
    }
    .column-top-header {
        padding-left: 0px !important;
    }
    .left-box-tech ul li {
        padding-left: 15px !important;
    }
    .right-box-social {
        margin-left: 200px !important;
    }
}

@media (max-width: 600px) {
    .left-box-tech ul li:first-child {
        display: none;
    }
}

@media (max-width: 600px) {
    .right-box-social ul li a {
        font-size: 1em !important;
    }
    .right-box-social ul li:last-child {
        display: none;
    }
}

.column-top-header {
    padding-left: 50px;
}

.main-row-top {
    width: 100%;
    padding: 0px;
    margin: 0px;
}


/*

.main-row-top:after  

{

	content:'';

	display:table;

	clear:both;

}*/

.left-box-tech {
    min-width: 400px;
    padding: 0px;
    margin: 0px;
    float: left;
    border-right: 1px solid rgba(220, 220, 220, 0.2);
}

.left-box-tech ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.left-box-tech ul li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    line-height: 40px;
    padding-left: 25px;
    color: #333030;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
}

.right-box-social {
    width: auto;
    margin-left: 400px;
    text-align: right;
}

.right-box-social ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-right: 21%;
}

@media (max-width: 400px) {
    .right-box-social {
        text-align: center;
    }
    .right-box-social ul {
        margin-right: 0;
    }
}

.right-box-social ul li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.right-box-social ul li a {
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 40px;
    padding-right: 5px;
    color: #333030;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 1.6em;
}

.header {
    width: 100%;
    background: transparent;
    position: fixed;
    top: 40px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.2);
    height: 80px;
    /*overflow:hidden;*/
    z-index: 99999;
    transition: 0.3s all;
}

.shrink {
    background: #fff;
    height: 80px;
    transition: 0.3s all;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    top: 0px;
}

.shrink .nav-list ul li a {
    color: #303133;
}

.shrink .nav-list ul li a:hover {
    color: #737373;
}

.navigation-wrapper {
    width: 100%;
    display: table;
    height: 100%;
    position: relative;
    padding-left: 50px;
}

.navigation-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
}

.menu-list-header,
.logo-header {
    display: table-cell;
    height: 100% !important;
}

.logo-header {
    min-width: 200px;
    max-width: 200px;
    overflow: hidden;
    vertical-align: middle;
}

.img-look {
    display: inline-block;
}

.menu-list-header,
.navigation-inner {
    width: 100%;
    height: 100%;
}

.menu-list-header {
    vertical-align: top;
}

.navigation-inner {
    display: inline-table;
    padding: 0px;
    margin: 0px;
}

.nav-list {
    text-align: center;
    height: 100%;
    display: table-cell;
}

.responsive-navig {
    width: 45px;
    height: 43px;
    background-color: #303133;
    padding: 7px 8px;
    border-radius: 3px;
    display: none;
}

.shrink .responsive-navig {
    background-color: #303133;
}

.shrink .icon-row1,
.shrink .icon-row2,
.shrink .icon-row3 {
    background-color: #fff;
}

.icon-row1 {
    margin-top: 2.2px !important;
}

.icon-row1,
.icon-row2,
.icon-row3 {
    height: 3px;
    background-color: #fff;
    margin-top: 7px;
}

@media (max-width: 1024px) {
    /*

.nav-list

 {

	 display:none;

 }

*/
    /*--responsive css--*/
    .drop-panel {
        display: none;
    }
    .nav-list {
        height: auto;
        display: none;
        background-color: #303133;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 80px;
        padding: 40px 0px;
        text-align: left;
        z-index: 99999 !important;
        overflow: hidden;
    }
    .nav-list ul li {
        display: block !important;
        margin: 0px !important;
        border-bottom: 1px solid rgba(220, 220, 220, 0.2);
    }
    .nav-list ul li a {
        padding: 0px 50px !important;
        position: relative;
    }
    .res-drop-icon:after {
        content: "\f107" !important;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 10px;
        right: 10%;
        font-size: 19px;
    }
    .nav-list ul .simple-dropdown,
    .nav-list ul .sign-up-drodown {
        opacity: 1 !important;
        visibility: visible !important;
        width: 100%;
        position: inherit !important;
        transform: translateY(0px) !important;
        background: transparent !important;
        padding: 0px !important;
    }
    .nav-list ul .simple-dropdown li,
    .nav-list ul .sign-up-drodown li {
        border: none;
        padding-left: 50px;
    }
    .sign-up-drodown h2 {
        color: #fff !important;
    }
    .btn-sighn-up:last-child {
        margin-right: 10% !important;
    }
    .sign-up-drodown li {
        padding-top: 10px !important;
    }
    .sign-up-drodown li:last-child {
        padding-bottom: 30px;
    }
    .shrink .nav-list ul li a {
        color: #fff !important;
    }
    .user-icon-dropdown a i {
        margin-top: 10px;
    }
    .sign-up-drodown {
        left: 0px !important;
    }
    .header {
        position: inherit !important;
    }
    .responsive-navig {
        display: block;
        position: absolute;
        top: 22px;
        right: 10%;
    }
    .shrink .responsive-navig {
        top: 10px;
    }
}

.nav-list ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    height: 100%;
}

.nav-list ul li {
    display: inline-block;
    height: 100%;
    margin: 0px 24px 0px 0px;
    position: relative;
}

@media (max-width: 1049px) {
    .nav-list ul li {
        margin: 0px 15px 0px 0px;
    }
}

@media (max-width: 991px) {
    .form-main-box {
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .form-main-box {
        max-width: 100%;
    }
    .form-box-wrap:last-child {
        margin-bottom: 80px;
    }
}

.nav-list ul li a {
    display: block;
    padding: 0px;
    margin: 0px;
    height: 100%;
    color: #393333;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    transition: 0.1s all;
}

.nav-list ul li a:hover {
    color: #539111;
    text-decoration: none;
    transition: 0.3s all;
}

.shrink .nav-list ul li a:after,
.shrink .nav-list ul li a:before {
    content: "";
    height: 50%;
    height: calc(50% - 21px);
    display: block;
}

.nav-list ul li a:after,
.nav-list ul li a:before {
    content: "";
    height: 50%;
    height: calc(50% - 17px);
    display: block;
}

.nav-list ul .simple-dropdown {
    background: #fff;
    position: absolute;
    min-width: 190px;
    left: -28px;
    top: 100%;
    height: auto;
    padding: 10px 0px;
    box-shadow: 0 14px 32px 4px rgba(0, 0, 0, 0.1);
}

.sign-up-drodown {
    background: #fff;
    position: absolute;
    min-width: 190px;
    top: 100%;
    height: auto;
    padding: 10px 0px;
    box-shadow: 0 14px 32px 4px rgba(0, 0, 0, 0.1);
}

.nav-list ul .simple-dropdown,
.nav-list ul .sign-up-drodown {
    transform: translateY(10px);
    transform: -webkit-translateY(5px);
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
}

.nav-list ul li:hover>.simple-dropdown,
.nav-list ul li:hover>.sign-up-drodown {
    transform: translateY(0px);
    transform: -webkit-translateY(0px);
    transition: 0.3s all;
    opacity: 1;
    visibility: visible;
}

.nav-list ul .simple-dropdown li,
.nav-list ul .sign-up-drodown li {
    display: block;
    height: auto;
    width: 100%;
    margin: 0px;
}

.nav-list ul .simple-dropdown li a,
.nav-list ul .sign-up-drodown li a {
    font-size: 12px;
    padding: 8px 0px;
    color: #539111;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.1s all;
    overflow: hidden;
}

.nav-list ul .simple-dropdown li a:hover,
.nav-list ul .sign-up-drodown li a:hover {
    color: #555;
    transition: 0.3s all;
    margin-right: -15px;
}

.shrink .user-icon-dropdown a i {
    background: #303133;
    padding: 8px 11px;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s all;
}

.user-icon-dropdown {
    position: relative;
}

.user-icon-dropdown a i {
    font-size: 18px !important;
    border: 1px solid rgba(220, 220, 220, 0.2);
    background: rgba(255, 255, 255, 1);
    padding: 8px 11px;
    border-radius: 50%;
    color: #303133;
    transition: 0.3s all;
    /*

	border-left:1px solid rgba(220,220,220,.2);

	border-right:1px solid rgba(220,220,220,.2);

	padding:8px 15px !important;

	*/
}


/*--sign-up-button-iiner--*/

.user-dropdown-box {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 9999;
    background-color: #fff;
}


/*

.sign-up-drodown:after

  {

	content:"";

    position: absolute;

    width: 0;

    height: 0;

    left: auto;

    right:25px;

	top:-8px;

    border: 15px solid;

    border-color:transparent transparent #fff;

	

  }



.sign-up-drodown:before

  {

	content:"";

    position: absolute;

    width: 0;

    height: 0;

    left: auto;

    right:24px;

	top:-10.6px;

    border: 16px solid;

    border-color:transparent transparent #ECECEC;

  }

*/

.sign-up-drodown {
    padding: 10px;
    margin: 0px;
    width: 300px;
    left: -600%;
    padding-bottom: 30px !important;
    height: auto !important;
}

.sign-up-drodown li {
    padding: 20px 15px 5px 15px;
    margin: 0px;
    width: 100%;
}

.sign-up-drodown li h2 {
    font-size: 1.2em;
    padding: 2px;
    margin: 0px;
    color: #303133;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.sign-up-drodown li p {
    padding: 3px 0px 0px 6px;
    margin: 0px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.button-tow-parts {
    width: auto;
    padding: 0px;
    margin: 0px;
}

.button-tow-parts:after {
    content: "";
    display: table;
    clear: both;
}

.button-tow-parts button,
.button-tow-parts button:focus {
    padding: 8px;
    width: 115px;
    text-align: center;
    background: none;
    border: 1px solid #ececec;
    color: #999;
    outline: none;
}

.button-tow-parts button:hover {
    color: #303133;
    border: 1px dashed #ececec;
    cursor: pointer;
}


/*--parallax background--*/

.parallax-window {
    min-height: 100vh;
    background: transparent;
    position: relative;
}

.parallax-window:after {
    background-color: #4a90e2;
    background: -webkit-linear-gradient( 45deg, #4a90e2 0, rgba(74, 144, 226, 0.3) 100%);
}

.parallax-window:after {
    content: "";
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
}

.con-para-wra {
    width: 100%;
    height: 100vh;
    display: table;
    padding-right: 15px;
    padding-left: 15px;
}

.con-para-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.con-para-box h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: 75px;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
    .con-para-box {
        padding: 0px 30px;
    }
    .con-para-box h1 {
        font-size: 300%;
        line-height: 55px;
    }
}

@media (max-width: 600px) {
    .con-para-box {
        padding: 0px 30px;
    }
    .con-para-box h1 {
        font-size: 200%;
        line-height: 55px;
    }
}

.con-para-box p {
    font-size: 18px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.con-para-box span {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.body-sec {
    width: 100%;
    height: 1200px;
}

.padding-top-bottom-6em {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
}


/*--count-searc-sec start--*/

.count-searc-sec {
    width: 100%;
    height: auto;
    background-color: #f7f6f6;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.count-box-data {
    width: 100%;
    padding: 0px;
    margin: 0px;
    /*background-color:#ff0;*/
}

.count-wrapper {
    text-align: center;
    /*background:#f00;*/
    margin-left: auto;
    margin-right: auto;
}

.inner-wrap {
    width: uato;
    padding: 0px;
    margin: 0px;
}

.inner-wrap span {
    display: block;
    margin-bottom: 0px;
    padding: 0px;
    margin: 0px;
}

.inner-wrap span i {
    font-size: 6em;
    /*color:#4a90e2;*/
    color: #ddd;
    padding: 0px;
    margin: 0px;
}

.inner-wrap h4 {
    font-family: Poppins, Arial, serif;
    padding: 0px;
    margin: 0px;
    font-size: 1.2em;
    color: #333;
    margin-bottom: 10px;
}

.inner-wrap p {
    font-size: 3em;
    font-family: Poppins, Arial, serif;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-weight: 600;
}

.inner-wrap h5 {
    font-family: Poppins, Arial, serif;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    color: #333;
}

.search-tree-box {
    width: auto;
    padding: 0px;
    margin: 0px;
    margin-top: 25px;
}

.width-80-per {
    width: 60% !important;
}


/*--form-wrapper--*/

.form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.no-padding {
    padding: 0px !important;
}

.main-heading:first-child {
    border-top: none;
}

.main-heading {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    margin: 0px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    background-color: #f8f8f9;
}

.main-heading h3 {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
    color: #333;
    font-weight: 400;
    padding-left: 20px;
    font-size: 18px;
}

.sub-heading {
    width: auto;
    height: auto;
    padding: 10px 0px;
    margin: 0px 15px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: #f8f8f9;
}

.sub-heading h3 {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
    color: #666;
    font-weight: 400;
    padding-left: 20px;
    font-size: 16px;
}

.form-box-container {
    width: 100%;
    height: auto;
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
}

.row-form {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}

.fm-one-col,
.fm-two-col,
.fm-three-col {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    position: relative;
}

@media (min-width: 576px) {
    .fm-one-col {
        flex: 0 0 100%;
        min-width: 100%;
    }
    .fm-two-col {
        flex: 0 0 50%;
        min-width: 50%;
    }
    .fm-three-col {
        flex: 0 0 33.33%;
        min-width: 33.33%;
    }
}

@media (max-width: 576px) {
    .fm-one-col,
    .fm-two-col,
    .fm-three-col {
        flex: 0 0 100%;
        min-width: 100%;
    }
}

.fm-group {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

.fm-group label {
    color: #565555;
    width: 100%;
}

.fm-mendatory {
    color: #f00;
}

.fm-feild {
    width: 100%;
    display: inline-block;
    padding: 6px 12px;
    border: 2px solid #ddd;
    outline: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: 0.3s all;
}

.fm-group select {
    height: calc(2.25rem + 2px);
}

.fm-field-select {
    width: 100%;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: 0.3s all;
}

.fm-feild:active,
.fm-feild:focus {
    border: 1px solid #8bcffb;
    transition: 0.3s all;
}

.btn-sec {
    width: 100%;
    height: auto;
    padding: 15px 15px;
    margin: 0px;
    border-top: 1px solid #eeeeee;
}

.inner-btn {
    width: 100%;
    height: auto;
    padding: 0px;
    text-align: right;
}

.btn-sec {
    width: 100%;
    height: auto;
    padding: 15px 15px;
    margin: 0px;
    border-top: 1px solid #eeeeee;
}


/*--count-searc-sec end--*/

.second-img-sec {
    width: 100%;
    padding: 0px;
    margin: 0px;
    box-sizing: content-box;
}

.img-box-produce {
    min-height: 400px;
    padding: 10px;
    margin: 0px;
}

.inner-box-produce {
    padding: 0px;
    margin: 0px;
    text-align: center;
    position: relative;
}

.img-icon {
    width: 100%;
    margin: 0px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.img-icon img {
    max-width: 73%;
    height: auto;
}

.inner-box-produce h3 {
    font-size: 15px;
    font-family: Poppins, Arial, serif;
    line-height: 1.2;
    font-weight: 600;
    color: #313131;
    margin-bottom: 10px;
}

.inner-box-produce p {
    font-size: 15px;
    color: #999;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    line-height: 25px;
    word-spacing: 2px;
}

.inner-box-produce a {
    font-size: 11px;
    font-family: Poppins, Arial, serif;
    font-weight: 600;
    word-spacing: 0px;
    letter-spacing: 1px;
    text-decoration: none !important;
}


/*--agencies-form-sec--*/

.agencies-form-sec {
    width: 100%;
    min-height: 300px;
}

.agencies-form-sec:after {
    background-color: rgba(34, 34, 34, 0.3) !important;
    background: -webkit-linear-gradient( 45deg, rgba(34, 34, 34, 0.3) 0, rgba(34, 34, 34, 0.3) 100%);
}

.form-box-wrap {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.form-main-box {
    width: 400px;
    margin: 0px auto;
    height: auto;
    background: rgba(0, 0, 0, 0.86);
    padding: 35px 50px;
    position: relative;
}

.form-box-inner {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.user-icon-circle {
    width: 100px;
    position: absolute;
    top: -45px;
    margin-right: auto;
    margin-left: auto;
    left: 0px;
    right: 0px;
}

.user-icon-circle img {
    width: 100%;
}

.form-box-inner h4 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-family: Poppins, Arial, serif;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.form-feild {
    width: 100%;
    height: auto;
    padding: 0px;
    padding-top: 20px;
    margin: 0px;
}

.input-box-group {
    margin-bottom: 55px;
}

.feild-control {
    width: 100%;
    padding: 6px 12px;
    line-height: 30px;
    font-family: Poppins, Arial, serif;
    background: transparent;
    border: none;
    color: #eee;
    border-bottom: 1px solid #fff;
    font-weight: 300;
    outline: none;
}

.input-box-group input.feild-control+label {
    display: block;
    position: relative;
    white-space: nowrap;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.input-box-group input.feild-control+label>span,
.input-box-group input.feild-control+label>span {
    font-weight: 100;
    margin: 0;
    position: absolute;
    color: #8e8e8e;
    font-size: 16px;
    top: -38px;
    left: 18px;
    z-index: 0;
    -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

.input-box-group input.feild-control:focus+label>span,
.input-box-group input.feild-control:valid+label>span {
    top: -65px;
    font-size: 13px;
    color: #73adf2;
    text-transform: uppercase;
    left: 0px;
    font-weight: 600;
    -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

.checkbox-item label input {
    display: none;
    /* <-- hide the default checkbox */
}

.checkbox-item label span {
    /* <-- style the artificial checkbox */
    height: 20px;
    width: 20px;
    border: 1px solid #999;
    display: inline-block;
    position: relative;
    margin-bottom: -5px;
    cursor: pointer;
}

.checkbox-item [type="checkbox"]:checked+span:before {
    /* <-- style its checked state..with a ticked icon */
    content: "\2714";
    position: absolute;
    top: -3px;
    left: 2.5px;
    color: #73adf2;
    font-size: 17px;
}

.checkbox-item p {
    display: inline;
    font-size: 16px;
    margin: 0px 0px 0px 5px;
}

.btn-forg-pas {
    width: 100%;
}

.btn-forg-pas:after {
    content: "";
    display: table;
    clear: both;
}

.left-text-form {
    width: 50%;
    display: inline-block;
    text-align: left;
    float: left;
}

.left-text-form p {
    padding: 0px;
    margin: 0px;
}

.left-text-form p a {
    font-size: 13px;
    color: #73adf2;
    padding: 0px;
    margin: 0px;
}

.right-text-form {
    width: 50%;
    display: inline-block;
    text-align: right;
    float: left;
}

.login-btn {
    height: 40px;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: 0.3s all;
    color: #333;
    margin-top: 12px;
    outline: none;
    background-color: #5cb85c;
    color: #fff;
    font-weight: 700;
}

.login-btn:active,
.login-btn:focus {
    outline: none;
}

.login-btn:hover {
    color: #fff;
    transition: 0.3s all;
}

.heading-sec {
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-bottom: 30px;
}

.heading-sec h2 {
    color: #313131;
    font-size: 28px;
    font-weight: 800;
    word-spacing: 3px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-family: Poppins, Arial, serif;
}

.heading-sec p {
    font-family: Lora, "Libre Baskerville", serif;
    font-style: italic;
    font-size: 18px;
}

.favriote-location-bg-color {
    padding: 0px;
    margin: 0px;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    background-size: cover;
}

.our-current-project-box {
    width: auto;
    padding: 0px;
    margin: 10px;
}

.inner-box-scroll {
    width: auto;
    padding: 0px;
    margin: 80px 0px 0px 0px;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
}

@media only screen and (max-width: 1085px) {
    .location-map img {
        margin-left: 0% !important;
    }
}

@media only screen and (max-width: 991px) {
    .inner-box-scroll {
        margin-top: 10px;
    }
    .location-map img {
        margin-left: 0% !important;
        margin-top: 10%;
    }
}

.inner-box-scroll h1 {
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    padding: 18px 10px;
    margin: 0px;
    border-bottom: 1px solid #c8c8c8;
}

.treadmill {
    overflow: hidden;
    padding: 0 20px;
}

.treadmill h2 {
    color: #fff;
    font-size: 1em;
    padding-top: 25px;
}

.treadmill i {
    color: #73adf2;
}

.treadmill p {
    color: #c9c7c7;
    padding-bottom: 25px;
    margin: 0px;
}

.treadmill img {
    width: 40px;
    position: absolute;
}

.treadmill-unit {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #c8c8c8;
}

.location-map {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0px;
}

.location-map img {
    margin-left: 14%;
}


/*--client-sec--*/

.client-sec {
    width: 100%;
    height: auto;
    background: #fff;
}


/*--footer-sec--*/

.footer-sec {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #1b1d1f;
    border-top: 4px solid #0f100f;
}


/*--middle-footer--*/

.middle-footer {
    width: auto;
    padding: 0px;
    margin: 0px;
    display: table;
}

.logo-img-footer {
    display: block;
    height: auto;
    margin-bottom: 15px;
}

.logo-img-footer img {
    width: 100px;
}

.middle-footer-padding {
    padding: 50px 0px;
}

.middle-footer:after {
    content: "";
    display: table;
}

.middle-footer-inner {
    width: auto;
    padding: 0px;
    margin: 0px;
}

.middle-footer-inner h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    word-spacing: 2px;
    letter-spacing: 0px;
    margin-bottom: 12px;
    font-family: Poppins, Arial, serif;
    padding-bottom: 40px;
    margin-bottom: 25px;
    border-color: rgba();
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {
    .middle-footer-inner h1 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .middle-footer-inner h1 {
        padding-bottom: 10px;
        padding-top: 50px;
        margin-bottom: 10px;
    }
}

.first-column-head {
    padding-bottom: 0px !important;
    margin-bottom: 25px !important;
    border: none !important;
}

.middle-footer-inner p {
    font-size: 15px;
    text-align: left;
    margin-top: 3px;
    word-spacing: 3px;
    line-height: 1.85;
    margin-bottom: 0px;
    font-family: Hind, Arial, serif;
}

.parag-small-size {
    font-size: 12px !important;
    opacity: 0.7;
    font-family: Hind, Arial, serif;
}

.middle-footer-inner ul {
    list-style: none;
}

.middle-footer-inner ul li {
    line-height: 27px;
    word-spacing: 3px;
    font-size: 15px;
}

.middle-footer-inner ul li:first-child,
.middle-footer-inner ul li:last-child {
    color: #fff;
}

.middle-footer-inner ul li i {
    padding: 0px 3px;
}

.footer-social-icon li a i {
    color: #fff;
}

.categories-part {
    width: 100%;
    vertical-align: top;
}

.our-categories-details {
    margin-left: 20px !important;
    padding: 0px;
}

.our-categories-details li {
    display: inline-block;
    margin-bottom: 12px;
}

.our-categories-details li a {
    display: block;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 4px 20px;
    border-radius: 25px;
    font-family: Poppins, Arial, serif;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s all;
}

.our-categories-details li a:hover {
    color: #303133;
    text-decoration: none;
    background: #ccc;
    border: 2px solid #ccc;
    transition: 0.3s all;
}


/*--bottom-footer-sec--*/

.bottom-footer-sec {
    background-color: #171819;
    margin: 0px;
    padding: 25px 0;
}

.bottom-footer-sec p {
    padding: 0px;
    padding-top: 5px;
    margin: 0px;
    color: #999;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-family: Poppins, Arial, serif;
    text-transform: uppercase;
}

.bottom-footer-sec ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.bottom-footer-sec ul li {
    display: inline-block;
    padding: 0px 5px;
}

.bottom-footer-sec ul li a {
    color: #999;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-family: Poppins, Arial, serif;
    text-transform: uppercase;
}

.bottom-footer-sec ul li a:hover {
    color: #666;
}

.social-icons {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0px;
}

.footer-social-icon {
    margin: 10px 0 0 0 !important;
}

.social-icons:after {
    content: "";
    display: table;
    clear: both;
}

.social-icons li {
    border-radius: 3px;
    position: relative;
    display: inline-block;
    float: left;
    margin: -1px;
    padding: 0px;
}

.social-icons li a {
    display: block;
    font-size: 2em;
}

.social-icons li a i {
    color: #fff;
    transition: 0.3s all;
}

.social-icons li a i:hover {
    color: #919090;
    transition: 0.3s all;
}

.map-news-sec:after {
    background: rgba(0, 0, 0, 0.8);
}

.scroll-top {
    position: fixed;
    bottom: -50px;
    right: 60px;
    width: 40px;
    height: 40px;
    background: #4a90e2;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    visibility: hidden;
    transition: 0.3s all;
    transform: translateY(15px);
}

.scroll-top i {
    color: #fff;
    font-size: 20px;
    padding-top: 9px;
}

.scroll-add {
    visibility: visible;
    opacity: 1;
    transform: translateY(-100px);
    transition: 0.3s all;
}


/*--login style--*/

.padding-top-bottom-5em {
    padding: 5em 0px;
}

.login-l {
    float: left;
    width: 70%;
}

.login-r {
    float: right;
    width: 30%;
}

.login-sec {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    /* background-color: #eee; */
    /* position: absolute; */
    position: relative;
}

.login-sec:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: -1;
}

.login_pt {
    padding-top: 5em;
}

.login-sec:after {
    /* background-color: #4a90e2;
    background: -webkit-linear-gradient( 45deg, #4a90e2 0, rgba(74, 144, 226, 0.3) 100%); */
}

.login-container {
    /* width: 380px; */
    margin-left: auto;
}

@media (max-width: 768px) {
    .login_pt {
        padding-top: 3em;
    }
    .login-sec {
        min-height: 100vh;
    }
    .login-l {
        float: left;
        width: 50%;
    }
    .login-r {
        float: right;
        width: 50%;
    }
    .login-container {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .login_pt {
        padding-top: 1em;
    }
    .login-sec {
        min-height: 10vh;
    }
    .login-l,
    .login-r {
        float: none;
        width: 100%;
    }
    .login-container {
        width: 100%;
        height: auto;
        border: 1px solid #ddd;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    }
}

.login-wra {
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 0px;
}

.top-logo {
    width: 200px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 5px;
}

.logo-center {
    width: 100%;
    height: auto;
    text-align: center;
}

.padding-top-bottom-8em {
    padding-top: 7.5em !important;
    padding-bottom: 7em !important;
}

.padding-top-bottom-12em {
    padding-top: 12em !important;
    padding-bottom: 7em !important;
}

.padding-top-bottom-4em {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}

.logo-text {
    font-size: 17px;
    font-weight: 700;
    color: #444;
}

.fm-feild:focus {
    width: 100%;
    display: inline-block;
    padding: 6px 12px;
    border: 2px solid #5cb85c;
    outline: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: 0.3s all;
}

.fm-feild:hover {
    width: 100%;
    display: inline-block;
    padding: 6px 12px;
    border: 2px solid #5cb85c;
    outline: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: 0.3s all;
}

#field {
    margin-left: 0.5em;
    float: left;
}

#field,
label {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

br {
    clear: both;
}

input {
    border: 1px solid #000;
}

label.error {
    color: #cb0101 !important;
    font-weight: 700;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}