@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    font-size: 15px;
    color: #333;
    letter-spacing: 1px;
}

a {
    color: #f58634;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #333;
}

p {
    margin: 0 0 10px;
}

img {
    max-width: 100%;
    height: auto;
}

h3 {
    font-weight: normal;
    font-size: 23px;
    margin: 0px 0 15px;
}

.page-center {
    max-width: 1170px;
    margin: 0 auto
}

.page-center:after {
    content: "";
    clear: both;
    display: table;
}

header.custom-header {
    border-bottom: 1px solid #ececec;
}

header.custom-header .page-center > div {
    float: left;
}

header.custom-header .page-center .custom-logo {
    width: 30%;
    padding-top: 15px;
}

header.custom-header .page-center .custom-nav {
    width: 70%;
}

ul.custom-menu-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.custom-menu-wrapper > li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
}

/*
ul.custom-menu-wrapper > li:after {
    content: "/";
    color: #333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

ul.custom-menu-wrapper li:last-child:after {
    display: none;
}*/

ul.custom-menu-wrapper > li > a {
    display: block;
    padding: 30px 20px;
    text-decoration: none;
    color: #000;

}

ul.custom-menu-wrapper > li > a.active {
    color: #f58634;
}

ul.custom-menu-wrapper > li:hover > a,
ul.custom-sub-ul li:hover > a {
    color: #f58634;
}

ul.custom-menu-wrapper > li:hover > ul {
    display: block;
}

ul.custom-menu-wrapper ul.custom-sub-ul li a:hover {
    background-color: #f58634;
    color: #fff;
}


ul.custom-sub-ul {
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 150px;
    background: #fff;
    width: 100%;
    padding: 5px;
    left: 0;
    display: none;
    z-index: 999;
}


ul.custom-sub-ul li a {
    display: block;
    color: #222;
    padding: 10px;
    text-decoration: none;
}

.custom-address-wrap {
    max-width: 500px;
    margin: 0 auto;
}

.custom-address-wrap ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.custom-address-wrap ul li {
    list-style: none;
}




/*===custom-body styleing====*/

.custom-main-body-wrapper {
    margin: 0 0 50px;
}

.custom-slider-wrapper img {
    width: 100%;
}

.custom-slider-wrapper {
    text-align: center;
}

.custom-common-container {
    border-bottom: 1px solid #eaeaea;
    padding: 30px 0;
    margin-bottom: 30px;
}

.custom-common-container h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 0px 0 30px;
    font-size: 30px;
    padding: 0;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

.custom-section-one div > div {
    float: left;
    width: 50%;
}

.custom-section-one div > div p {
    text-align: justify;
    line-height: 1.8;
}

.custom-section-one-left {
    margin-right: 5%;
}

.custom-section-one-right {
    width: 45% !important;
}

.custom-our-services-wrapper {
    width: 100%;
    float: left;
}

.custom-our-services-wrapper > div {
    float: left;
    width: 31.8%;
    border: 1px solid #f58634;
    border-radius: 3px;
    padding: 10px 10px 60px 10px;
    box-sizing: border-box;
    min-height: 643px;
    position: relative;
}

.custom-our-services-wrapper > div p {
    text-align: justify;
    margin-bottom: 20px;
}

.custom-our-services-wrapper > div ul {
    padding-left: 23px;
}


.custom-our-services-wrapper > div h2 {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 1px solid #f58634;
    padding: 10px 0;
    margin: 0 0 20px;
}

.custom-our-services-wrapper > div ul li {
    margin-bottom: 10px;
}

a.custom-btn {
    display: block;
    padding: 8px 15px;
    border: 1px solid #f58634;
    background-color: #fff;
    width: 100px;
    text-align: center;
    text-decoration: none;
}

a.custom-btn:hover {
    background-color: #f58634;
    color: #fff;
}

.custom-our-services-wrap > a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
}



.custom-our-services-wrapper > div:nth-child(2) {
    margin: 0 2%;
}


/*
.custom-section-common h1 i {
    margin-right: 10px;
    color: #f58634;
}*/

/*=== for insde header-page*/

.custom-section-header {
    height: 200px;
    display: inline-block;
    width: 100%;
    margin: 20px 0 30px;
}

.custom-about-header {
    background: url(../images/about-us.jpg) no-repeat;
}

.custom-company-header {
    background: url(../images/our-company.jpg) no-repeat;
}

.custom-contact-header {
    background: url(../images/contact-us.jpg) no-repeat;
}

.custom-section-header h1 {
    text-align: center;
    background: #ffffffd1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 130px;
    width: 95%;
    margin: 32px auto 0px;
}

.custom-section-common {
    padding: 30px 0;
}


/*.custom-section-about .page-center > div {
    width: 49%;
    border: 1px solid #eaeaea;
    padding: 10px;
    border-radius: 2px;
    box-sizing: border-box;
    float: left;
    min-height: 469px;
}
.custom-left-contianer.custom-inside-common-col {
    text-align: justify;
}

.custom-tab > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.custom-tab > ul > li {
    display: inline-block;

}

.custom-tab > ul > li a {
    color: inherit;
    text-decoration: none;
    padding: 10px;
    background: #f1f0f1;
    border-radius: 2px 2px 0 0;
    display: block;
    border: 1px solid #eaeaea;
}
li.active-li > a,
.custom-tab > ul > li:hover a{
    background-color: #e4e4e4 !important;
}

.custom-tabber-wrap {
    padding: 5px;
    text-align: justify;
    display: none;
    border: 1px solid #eaeaea;
    border-top:none;
}

#tab1{
    display: block;
}
.custom-right-contianer {
    margin-left: 2%;
}*/

/*===footer====*/

footer.custom-footer {
    text-align: center;
    padding: 10px 0;
    background: #222;
    color: #ffff;
}

footer.custom-footer a:hover {
    color: #fff;
}
span.custom-menu-trigger{
    width: 40px;
    height: 40px;
    display: none;
    border: 1px solid #f58634;
    margin: 18px auto;
}
span.custom-menu-trigger span {
    height: 1px;
    width: 90%;
    background: #f58634;
    line-height: normal !important;
    margin: 9.4px auto;
    display: block;
}


@media(max-width:767px) {
    .custom-menu-wrapper {
        display: none;
    }
    header.custom-header > div div.custom-logo,
    header.custom-header > div div.custom-nav{
        display: block;
        width: 100% !important;
        float: none !important;
        text-align: center;
    }
    .custom-section-one div > div {
        float: none;
        width: 100% !important;
        margin-left: 0% !important;
        margin-bottom: 30px;
    }
    .custom-main-body-wrapper {
        padding: 0 15px;
    }
    .custom-our-services-wrapper > div {
        float: none;
        width: 100%;
        min-height: inherit;
        margin: 0 0 30px 0 !important;
    }
    .custom-section-one-right {
        margin-bottom: 0 !important;
    }
    .custom-our-services-wrapper > div:last-child {
        margin-bottom: 0 !important;
    }
    .custom-common-container{
        margin-bottom: 0;
    }
    span.custom-menu-trigger {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 15px;
        top: 1px;
    }
    ul.custom-menu-wrapper > li {
        display: block;
        position: relative;
        padding-right: 0;
        text-align: left;
    }
    ul.custom-menu-wrapper > li > a {
        padding: 15px 10px;
    }
    .custom-common-container h1 {
        margin: 0px 0 20px;
        font-size: 24px;

    }
    .custom-common-container {
        padding: 20px 0;
       }



}
