    @charset "utf-8";
    /* CSS Document */
    /*------------------------------------------
Project Name : Esox Steel
Desgined By  : hassan_malik19
Developed By : Hassan;
Date        :  9/octuber/19;


Table Of Index
------------------
01. Header Css
02. Topbar Section Css
03. Header Section Css
04. Navigationwrape Section Css
05. Custom slider Section Css
06. About Css
07. Get Quote Css
08. Services Area Css
09. Inner Heading Css
10. Blog Section Css
11. Testimonial Css   
12. Team Css 
13. Blog Css 
14. Footer css
15. Copyright css
16. 404 page 
17. Media Screen Css
*/
    
    @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:100,200,300,400,500,600,700,800,900&amp;display=swap');
    * {
        margin: 0;
        padding: 0;
    }
    
    body {
        font-family: 'Open Sans', sans-serif;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Poppins', sans-serif;
    }
    
    a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    ul,
    ol {
        list-style: none;
    }
    
    p {
        font-size: 16px;
        line-height: 24px;
        color: #333;
    }
    
    .title {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .title h1 {
        font-size: 36px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 40px;
        font-weight: 300;
    }
    
    .title h1 span {
        font-weight: bold;
        color: #f58634;
    }
    
    .title h1:before {
        content: "";
        background: #f58634;
        width: 40px;
        height: 2px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -20px;
    }
    
    .title p {
        padding: 0 140px;
    }
    
    .readmore {}
    
    .readmore a {
        font-size: 14px;
        color: #f58634;
        text-decoration: none;
        font-weight: bold;
    }
    
    .readmore a:hover {
        color: #fdc716;
    }
    
    .readbtn {}
    
    .readbtn a {
        text-decoration: none;
        border-radius: 30px;
        font-weight: bold;
        text-transform: uppercase;
        background: #f58634;
        padding: 15px 30px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        display: inline-block;
    }
    
    .readbtn a:hover {
        color: #fff;
        background: #000;
    }
    
    .readbtn i {
        padding-left: 5px;
        font-size: 18px;
    }
    
    .mt40 {
        margin-top: 40px;
    }
    /*********************************************
		Header Css
*********************************************/
    
    .header-wrap {}
    
    .navbar {
        padding: 0;
        background: #000;
        z-index: 1000;
    }
    a{
        text-decoration:  none !important;
    }
    .navbar-brand {
        display: none;
    }
    .navbar
    {
        padding: 0px !important;
    }
    .navbar li {
        border-right: 1px solid rgba(255, 255, 255, 0.31);
    }
    
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        color: #fff !important;
        text-transform: uppercase;
        z-index: 1000;
        font-weight: bold;
        padding: 17px 36px !important;
    }
    
    .navbar-light .navbar-nav .nav-link:hover {}
    
    .navbar-light .navbar-nav .nav-link.active {
        color: #f58634;
    }
    
    .header-wrap .row {
        margin-bottom: 8px;
    }
    
    .quoteWrp a {
        font-size: 16px;
        color: #fff;
        background: #f58634;
        padding: 16px 40px;
        text-transform: uppercase;
        font-weight: bold;
    }
    
    .quoteWrp a:hover {
        background: #de4f0d;
    }
    
    .navbar li:hover a,
    .navbar li a:hover {
        color: #f58634 !important;
    }
    
    .tp-bannertimer {
        display: none;
    }
    
    .navbar-nav>li {
        position: relative;
    }
    
    .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    
    .dropdown-menu {
        background: rgba(0, 0, 0, 0.91) !important;
        border-top: 5px solid #f58634;
        margin-top: 0;
        border-radius: 0;
        padding: 2px 11px;
        border-bottom: none;
        min-width: 206px;
        border-left: none;
        border-right: none;
    }
    
    .dropdown-menu>li {
        border-bottom: 1px solid #8d8d8d;
        border-right: none;
    }
    
    .dropdown-menu>li:last-child {
        border-bottom: none;
    }
    
    .navbar li .dropdown-menu>li>a {
        color: #fff !important;
        font-size: 14px;
        padding: 10px;
        display: block;
        text-decoration: none;
    }
    
    .dropdown-menu>li>a:hover {
        color: #FFF;
        background: #f58634;
    }
    
    .navbar-nav>li>a+i {
        display: none;
        position: absolute;
        right: 15px;
        top: 7px;
        font-size: 24px;
        cursor: pointer;
        color: #fff;
        background: #e40000;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        z-index: 1000;
    }
    /*===========Topbar Section==========*/
    
    .topbar-wrap {
        background: #1c1a1a;
        padding: 10px 0;
    }
    
    .topbar-wrap p {
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        margin: 0;
        padding-top: 5px;
    }
    
    .social-media {
        text-align: right;
    }
    
    .social-media span {
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        display: inline-block;
        margin-right: 15px;
        padding-top: 5px;
    }
    
    .social-media ul {
        margin: 0;
        display: inline-block;
    }
    
    .social-media ul li {
        display: inline-block;
    }
    
    .social-media ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        display: block;
        border: 1px solid #fff;
        border-radius: 100%;
    }


    /*  */
    .social-media1 span {
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        display: inline-block;
        margin-right: 15px;
        padding-top: 5px;
    }
    
    .social-media1 ul {
        margin: 0;
        display: inline-block;
    }
    
    .social-media1 ul li {
        display: inline-block;
        margin-left: 5px;
    }
    
    .social-media1 ul li a {
        margin-top: 10px;
        text-decoration: none;
        color: #000;
        font-size: 14px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        display: block;
        border: 1px solid rgb(0, 0, 0);
        border-radius: 100%;
    }

    .teamtext
    {
        background-color: #000;
        color: #fff;
    }
    .teamtext1
    {
        background-color: #04192b;
        color: #fff;
    }
    .teamtext1 h6
    {
        margin-top: 5px;
    }
    /*===========Header Section==========*/
    
   
    
    .conInfo {
        padding-left: 60px;
        position: relative;
    }
    
    .conInfo span {
        font-size: 10px;
        text-transform: uppercase;
        color: #1c1a1a;
        letter-spacing: 3px;
        display: block;
        font-weight: 700;
    }
    
    .conInfo a {
        text-decoration: none;
        font-size: 18px;
        color: #1c1a1a;
    }
    
    .email:before {
        content: "\f0e0";
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        left: 0;
        font-size: 42px;
        line-height: 34px;
        color: #f58634;
    }
    
    .phone:before {
        content: "\f10b";
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        left: 0;
        font-size: 57px;
        line-height: 44px;
        color: #f58634;
    }
    
    .phone a {
        font-size: 24px;
        font-weight: bold;
    }
    
    .phone {
        padding-left: 40px;
    }
    
    .headInfo {
        text-align: right;
        margin-top: 35px;
    }
    
    .headInfo li {
        display: inline-block;
        border-left: 1px solid #d2d1d1;
        padding: 0 36px;
        text-align: left;
    }
    
    .headInfo li:first-child {
        border-left: none;
    }
    
    .headInfo li:last-child {
        padding-right: 0;
    }
    /*===========Navigationwrape Section==========*/
    
    .navigationwrape {
        margin-top: 10px;
        z-index: 1000;
        position: relative;
    }
    
    .navbar {
        margin-bottom: 0;
    }
    
    .navbar-default {
        background: #1c1a1a;
        border-radius: 0;
        border: none;
    }
    
    .navbar-default .navbar-nav>li {
        position: relative;
    }
    
    .navbar-default .navbar-nav>li:before {
        border-left: 1px dashed #FFF;
        position: absolute;
        content: "";
        top: 12px;
        left: 0;
        height: 36px;
    }
    
    .navbar-default .navbar-nav>li:first-child:before {
        border-left: none;
    }
    
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        padding: 20px 34px;
    }
    
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li:hover>a {
        color: #fff;
        background: #76a93e;
    }
    
    .navbar-collapse {
        padding-left: 0;
    }
    
    .navbar-default .navbar-nav>li:last-child {
        float: right;
    }
    
    .navbar-default .navbar-nav>li:last-child a {
        background: #3ca5f0;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 20px 44px;
    }
    
    .navbar-default .navbar-nav>li:last-child a:hover {
        background: #76a93e;
    }
    
    .navbar-default .navbar-nav>li:last-child:before {
        border-left: none;
    }
    
    .navbar-nav {
        float: none;
    }
    
    .navbar-collapse {
        padding-right: 0;
    }
    /*===========Custom slider Section==========*/
    
    .tp-banner-container {
        position: relative;
        z-index: 1;
        padding: 0;
        width: 100%;
    }
    
    .tp-banner {
        position: relative;
        width: 100%;
    }
    
    .tp-caption {
        line-height: normal !important
    }
    
    .tp-caption a {
        color: inherit !important;
    }
    
    .tp-bullets.simplebullets.round .bullet {
        border: 3px #fff solid;
        border-radius: 50%;
        background-image: none !important;
    }
    
    .tparrows {
        width: auto !important;
        height: auto !important;
        background-image: none !important;
    }
    
    .tp-arr-allwrapper {
        margin: 0 10px;
        width: 50px;
        height: 60px;
        background: rgba(255, 255, 255, 0.5);
    }
    
    .tp-arr-allwrapper:hover .tp-arr-iwrapper {
        color: #fff;
    }
    
    .tp-leftarrow .tp-arr-allwrapper {}
    
    .tp-rightarrow .tp-arr-allwrapper {}
    
    .tp-arr-iwrapper {
        color: #000;
        text-align: center;
        font-size: 30px;
        font-family: FontAwesome;
        line-height: 60px;
    }
    
    .tp-leftarrow .tp-arr-iwrapper {}
    
    .tp-leftarrow .tp-arr-iwrapper:before {
        content: "\f104";
    }
    
    .tp-rightarrow .tp-arr-iwrapper:before {
        content: "\f105";
    }
    
    .tp-rightarrow .tp-arr-iwrapper {}
    
    .slide-h1 {
        margin: 5px 0 !important;
        padding: 0 0 10px !important;
        padding-bottom: 5px !important;
        color: #444;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 57px;
    }
    
    .slide-h2 {
        margin: 5px 0 !important;
        padding: 0 0 10px !important;
        padding-bottom: 5px !important;
        color: #555;
        font-weight: bold;
        font-size: 55px;
        line-height: 100%;
    }
    
    .big-font {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 60px;
    }
    
    .large-desc {
        font-size: 16px;
    }
    
    .slide-h3 {
        color: #fff;
        font-size: 31px;
        line-height: 100%;
    }
    
    .slide-h3 span {
        text-transform: uppercase;
        font-weight: bold;
    }
    
    .slide-head {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 30px;
    }
    
    .slide-desc {
        font-size: 22px;
        line-height: 150%;
    }
    
    .main-title {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 70px;
    }
    
    .icon-cont {
        padding: 15px 40px;
        border-radius: 10px;
        text-align: center;
    }
    
    .icon-cont:after {
        position: absolute;
        bottom: -10px;
        left: 40%;
        z-index: 5;
        display: inline-block;
        width: 0;
        height: 0;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        content: "";
    }
    
    .icon-cont i {
        margin-bottom: 10px;
        color: #fff;
        font-size: 50px;
    }
    
    .icon-cont span {
        display: block;
        padding: 0 0 5px;
        color: #fff;
        text-align: center;
        font-size: 18px;
    }
    
    a.wit-btn {
        background: #fff;
        color: #333 !important;
        text-transform: uppercase;
    }
    
    .wit-line {
        width: 5%;
        height: 1px;
        background: #fff;
    }
    
    .vert-line {
        min-height: 270px;
        width: 1px;
        background: #fff;
    }
    
    .subTxt {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
        color: #333;
    }
    
    .large-title {
        color: #222;
        font-size: 60px;
        font-weight: 800;
        text-transform: uppercase !important;
    }
    
    .large-light-title {
        color: #787878 !important;
        font-size: 70px;
        font-weight: lighter;
        text-transform: uppercase;
        letter-spacing: 2px
    }
    
    .large-text {
        font-size: 20px;
        color: #000;
        font-weight: lighter;
    }
    
    .larger-text {
        font-size: 24px;
        font-weight: lighter;
        text-transform: uppercase;
    }
    
    .witTxt {
        color: #fff !important;
    }
    
    .light-font {
        font-weight: lighter !important;
        font-size: 50px;
    }
    
    .black-bg {
        background: rgba(0, 0, 0, .63);
        color: #a8a8a8;
        text-transform: none;
    }
    
    .lft-list {
        padding: 10px;
        font-size: 18px;
        color: #fff;
    }
    
    .wit-border {
        border: 1px #fff solid;
        padding: 15px 60px;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
    }
    
    .rounded-bord {
        margin-right: 15px;
        border: 1px #fff solid;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 13px;
        border-radius: 50%;
    }
    
    #vertical-ticker {
        height: 120px;
        overflow: hidden;
    }
    
    #vertical-ticker li {
        padding: 15px 20px;
        display: block;
        text-align: center;
    }
    
    .to-bottom i.fa {
        font-size: 30px;
        border: 2px #a8a8a8 solid;
        padding: 20px 22px;
        border-radius: 50%;
        -webkit-animation: bounce 2s infinite linear;
        animation: bounce 2s infinite linear;
    }
    
    .tp-banner {
        margin-top: -50px;
        z-index: -1;
        position: relative;
    }
    
    .slidertext1 {
        color: #fff;
        font-size: 72px;
        font-weight: 600 !important;
        padding: 15px 0;
        text-transform: uppercase !important;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        font-family: 'Poppins', sans-serif;
        text-align: left;
    }
    
    .slidertext2 {
        color: #fff;
        font-size: 36px;
        font-weight: 100 !important;
        letter-spacing: 6px;
        padding: 15px 0;
        text-transform: uppercase !important;
        font-family: 'Poppins', sans-serif;
        text-align: left;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    }
    
    .slidertext2 span {
        color: #fff;
    }
    
    .slidertext3 {
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        padding: 15px 0;
        text-transform: inherit !important;
        font-family: 'OpenSans', sans-serif;
        text-align: left;
        line-height: 24px !important;
    }
    
    .slidertext4 a {
        color: #fff !important;
        font-size: 18px;
        font-weight: 700;
        padding: 18px 40px;
        text-transform: uppercase !important;
        text-align: left;
        background: #f58634;
        font-family: 'OpenSans', sans-serif;
    }
    
    .slidertext4 a:hover {
        background: #fff;
        color: #000 !important;
    }
    
    a.slidebtn {
        background: #e76ba9;
        color: #fff !important;
        padding: 15px 30px;
        font-size: 16px;
        font-weight: normal !important;
        text-transform: none !important;
        display: inline-block;
        font-family: 'OpenSans', sans-serif;
    }
    
    a.slidebtn i {
        margin-left: 10px;
    }
    
    @-webkit-keyframes bounce {
        0% {
            transform: translateY(0%);
        }
        50% {
            transform: translateY(-30%);
        }
        100% {
            transform: translateY(0);
        }
    }
    /* Mozilla Firefox 15 below */
    
    @-moz-keyframes bounce {
        0% {
            transform: translateY(0%);
        }
        50% {
            transform: translateY(-30%);
        }
        100% {
            transform: translateY(0);
        }
    }
    /* Opera 12.0 */
    
    @-o-keyframes bounce {
        0% {
            transform: translateY(0%);
        }
        50% {
            transform: translateY(-30%);
        }
        100% {
            transform: translateY(0);
        }
    }
    /* W3, Opera 12+, Firefox 16+ */
    
    @keyframes bounce {
        0% {
            transform: translateY(0%);
        }
        50% {
            transform: translateY(-30%);
        }
        100% {
            transform: translateY(0);
        }
    }
    /********************************************
	   == About Css Start ==
********************************************/
    
    .about-wrap {
        padding: 24px 0;
        background: url(../images/about-bg.jpg) top no-repeat;
        background-size: cover;
    }
    
    .aboutImg {
        position: relative;
        margin-top: 102px;
        text-align: right;
    }
    
    .about-wrap h3 {
        font-size: 24px;
        color: #fff;
        background: #f39c11;
        display: inline-block;
        text-shadow: 1px 2px 3px rgba(10, 10, 10, .14);
        padding: 30px 70px;
        position: absolute;
        bottom: 30px;
        left: 80px;
        border: 8px solid #fff;
    }
    
    .about-wrap h3 span {
        display: block;
    }
    
    .about-wrap .readmore {
        text-align: left;
    }
    
    .about-wrap .title {
        margin-bottom: 30px;
    }
    
    .about-wrap .title h1 {
        font-size: 36px;
    }
    
    .about-wrap .readmore {
        margin-top: 30px;
    }
    
    .about-wrap .readmore a {
        padding: 15px 34px;
        font-size: 16px;
        text-transform: uppercase;
        background: #151719;
        color: #fff;
        display: inline-block;
    }
    
    .about-wrap .readmore a:hover {
        background: #f58634;
        color: #fff;
    }
    
    .about_right {
        margin-top: 30px;
    }
    
    .about-wrap .title {
        text-align: left;
    }
    
    .about-wrap .title p {
        font-size: 24px;
        text-align: left;
        padding: 0;
        margin-bottom: 0;
    }
    
    .about-wrap .title h1:before {
        margin: 0;
        left: 0;
    }
    /*** 
=============================================
    Get Quote
=============================================
***/
    
    .get-wrap {
        background: url(../images/quote-bg.jpg) no-repeat;
        padding: 40px 0 16px;
        text-align: center;
        background-size: cover;
        margin-bottom: 2px;
    }
    
    .get-wrap .title h1 {
        color: #fff;
    }
    
    .get-wrap p {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        padding: 0 140px;
        margin-bottom: 30px;
    }
    
    .get-wrap .readbtn a:hover {
        color: #f58634;
        background: #fff;
    }
    
    .quote_wrap {
        max-width: 550px;
        margin: 0 auto;
        background: #fff;
        padding: 50px 40px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
    }
    
    .sub-btn {
        text-align: center;
    }
    /*** 
=============================================
    Services Area
=============================================
***/
    
    .services-area {
        padding: 34px 0 22px;
    }
    
    .services-area .single-service-item {
        /* padding-bottom: 42px; */
        border: 1px solid #eee;
        margin-top: 30px;
        padding: 10px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }
    
    .single-service-item h3 a {
        text-decoration: none;
        font-size: 24px;
        color: #000;
    }
    
    .single-service-item h3 a:hover {
        color: #f58634;
    }
    
    .services-area .single-service-item .img-holder {
        display: block;
        position: relative;
        overflow: hidden;
    }
    
    .single-service-item p {
        margin-bottom: 8px;
        font-family: 'Poppins', sans-serif;
        min-height: 72px;
    }
    
    .services-area .single-service-item .img-holder img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        width: 100%;
    }
    
    .services-area .title p,
    .services-area .title {
        margin-bottom: 0;
    }
    
    .overlay {
        background-color: transparent;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color 0.4s ease 0s;
        transition: background-color 0.4s ease 0s;
    }
    
    .overlay .box {
        border: 5px solid transparent;
        display: table;
        height: 100%;
        -webkit-transition: border-color 0.4s ease 0s;
        transition: border-color 0.4s ease 0s;
        width: 100%;
    }
    
    .overlay .box .content {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    
    .overlay .box .content a {
        padding: 9.5px 24px;
        -webkit-transform: translate3d(0px, -75px, 0px);
        transform: translate3d(0px, -75px, 0px);
        -webkit-transition: all 0.4s ease 0s !important;
        transition: all 0.4s ease 0s !important;
        opacity: 0;
    }
    
    .services-area .single-service-item:hover .img-holder .overlay {
        background-color: rgba(255, 94, 20, 0.72);
    }
    
    .services-area .single-service-item:hover .img-holder .overlay .box {
        border-color: #fdc716;
    }
    
    .services-area .single-service-item:hover .img-holder .overlay .box .content a {
        opacity: 1;
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }
    
    .services-area .single-service-item:hover .img-holder img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .services-area .single-service-item .text-holder {
        position: relative;
        padding-top: 10px;
    }
    
    .services-area .single-service-item .text-holder .icon {
        background: #f7f7f7 none repeat scroll 0 0;
        color: #292929;
        left: 0;
        position: absolute;
        top: 30px;
        width: 60px;
        height: 60px;
        display: block;
        text-align: center;
        padding: 18px 0;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
        border: 1px solid #e4e4e4;
    }
    
    .services-area .single-service-item .text-holder .icon i {
        font-size: 24px;
    }
    
    .services-area .single-service-item .text-holder .icon span:before {
        font-size: 30px;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }
    
    .services-area .single-service-item .text-holder .text h3 {
        margin: -6px 0 8px;
    }
    
    .services-area .single-service-item:hover .text-holder .icon {
        background: #f58634;
        color: #fff;
    }
    
    .innerContent-wrap .services-area {
        padding: 0;
    }
    
    .list-service li {
        font-size: 14px;
        color: #666;
        position: relative;
        padding-left: 28px;
        margin: 10px 0;
    }
    
    .list-service li:before {
        content: "\f058";
        font-family: 'FontAwesome';
        position: absolute;
        top: -1px;
        left: 0;
        color: #f58634;
        font-size: 18px;
    }
    
    .service_delImg {
        margin-bottom: 20px;
    }
    
    .catewrap li {
        margin: 7px 0;
    }
    
    .catewrap li a {
        text-decoration: none;
        display: block;
        color: #444;
        font-size: 14px;
        font-weight: 600;
        padding: 15px;
        background: #fff;
        border: 1px solid #f7f7f7;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
    }
    
    .catewrap li:first-child {
        margin-top: 0;
    }
    
    .catewrap li a:hover {
        background: #f58634;
        color: #fff;
    }
    
    .serviceWrp .title h1 {
        text-align: left;
        font-size: 30px;
    }
    
    .serviceWrp .title h1:before {
        left: 0;
        margin-left: 0;
    }
    
    .catewrap li a.active {
        background: #f58634;
        color: #fff;
    }
    /*********************************************
		Inner Heading Css
*********************************************/
    
    .inner-heading {
        background: url(../images/banner-bg.html) no-repeat top;
        background-size: cover;
        padding: 40px 0;
    }
    
    .inner-heading h1 {
        font-size: 36px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }
    
    .inner-content {
        padding: 70px 0;
    }
    
    .contactInfo h3 {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
    }
    
    .conIcon {
        text-align: center;
        margin-top: -90px;
        margin-bottom: 40px;
    }
    
    .conIcon i {
        width: 70px;
        height: 70px;
        border: 2px solid #0d77bc;
        font-size: 30px;
        color: #0d77bc;
        line-height: 70px;
        border-radius: 100%;
        background: #fff;
    }
    
    .formcol .form-control {
        border-radius: 0;
        /* height: 48px; */
        font-size: 14px;
    }
    
    .contact-btn .sub {
        margin-top: 10px !important;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        padding: 11px 17px;
        display: inline-block;
        text-decoration: none;
        -webkit-border-radius: 33px;
        -moz-border-radius: 33px;
        border-radius: 33px;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
        box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
        background: #f58634;
        box-shadow: none;
        cursor: pointer;
        border: none;
    }
    
    .contact-btn .sub:hover {
        background: #000;
    }
    
    .contact-btn .sub i {
        margin-left: 10px;
        font-size: 18px;
    }
    
    .getTouch {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    
    .inner-content .about-wrap {
        padding: 0;
        background: none;
    }
    /*===Blog Section===*/
    
    .blog-item-one {
        margin-bottom: 30px;
    }
    
    .blog-item-one .image-box {
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
    }
    
    .blog-item-one .image-box:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 8;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(-90deg);
        -ms-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: rgba(0, 0, 0, 0.75);
    }
    
    .blog-item-one:hover .image-box:before {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }
    
    .blog-item-one .overlay a {
        background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
        border-radius: 50%;
        color: #222;
        font-size: 20px;
        height: 60px;
        margin: 0 5px;
        line-height: 60px;
        opacity: 0;
        display: inline-block;
        text-align: center;
        -webkit-transform: translateX(0%) translateY(-30%) scale(0.9);
        -ms-transform: translateX(0%) translateY(-30%) scale(0.9);
        transform: translateX(0%) translateY(-30%) scale(0.9);
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 60px;
    }
    
    .blog-item-one .overlay a:hover {
        background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
        color: #7ba0c5;
    }
    
    .blog-item-one:hover .overlay a {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0%) scale(1);
        -ms-transform: translateX(0) translateY(0%) scale(1);
        transform: translateX(0) translateY(0%) scale(1);
    }
    
    .blog-item-one .overlay {
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        z-index: 10;
    }
    
    .blog-item-one:hover .overlay {
        opacity: 1;
    }
    
    .blog-item-one .image-box img {
        width: 100%;
        transform: scale(1);
        transition: all 500ms ease;
    }
    
    .blog-item-one:hover .image-box img {
        transform: scale(1.2);
        transition: all 500ms ease;
    }
    
    .blog-item-one .image-box .date-box {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: rgba(124, 161, 197, 0.83);
        z-index: 9;
        padding: 5px;
    }
    
    .blog-item-one .image-box .date-box p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 28px;
        color: #fff;
        font-weight: 400;
        padding: 0px 16px;
        display: inline-block;
    }
    
    .blog-item-one .image-text h6 {
        font-size: 18px;
        font-weight: 700;
        color: #333333;
        line-height: 27px;
        display: inline-block;
        transition: all 500ms ease;
    }
    
    .blog-item-one .image-text h6 a {
        font-size: 18px;
        font-weight: 700;
        color: #333333;
        line-height: 27px;
        display: inline-block;
        transition: all 500ms ease;
    }
    
    .blog-item-one .image-text h6 a:hover {
        color: #7ba0c5;
        transition: all 500ms ease;
    }
    
    .blog-item-one .image-text .link-btn a {
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        color: #333333;
        display: inline-block;
        transition: all 500ms ease;
    }
    
    .blog-item-one .image-text .link-btn a i {
        font-size: 13px;
        margin-left: 5px;
    }
    
    .blog-item-one .image-text .link-btn a:hover {
        color: #f36371;
        transition: all 500ms ease;
    }
    
    .left-side-area .get-start {
        margin-top: 6px;
    }
    
    .left-side-area .get-start a {
        box-shadow: none;
        padding: 12px 26px;
        background: #7ba0c5;
        font-size: 14px;
    }
    
    .left-side-area .get-start a:hover {
        background: #000;
    }
    /*===Styled Pagination===*/
    
    .styled-pagination {
        position: relative;
        margin-bottom: 0;
        margin-top: 10px;
    }
    
    .styled-pagination li {
        position: relative;
        margin: 0 10px;
        display: inline-block;
    }
    
    .styled-pagination li a {
        position: relative;
        display: block;
        font-size: 15px;
        color: #888888;
        font-weight: 700;
        text-align: center;
        padding: 5px;
        text-transform: uppercase;
        transition: all 500ms ease;
    }
    
    .styled-pagination li i {
        font-size: 15px;
        color: #979797;
        width: 40px;
        height: 40px;
        line-height: 40px;
        transition: all 500ms ease;
        border: 1px solid #d5d5d5;
    }
    
    .styled-pagination li:hover a {
        color: #7ba0c5;
        transition: all 500ms ease;
    }
    
    .styled-pagination li:hover i {
        color: #7ba0c5;
        border-color: #7ba0c5;
        transition: all 500ms ease;
    }
    
    .sidebar .sidebar-item {
        margin-bottom: 40px;
        overflow: hidden;
    }
    
    .sidebar .sidebar-item .title h4 {
        display: inline-block;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 15px;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
    }
    
    .sidebar .sidebar-item .title h4::before {
        background: #f58634 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 30px;
    }
    
    .sidebar .sidebar-item input {
        border: 1px solid #e7e7e7;
        border-radius: inherit;
        box-shadow: inherit;
        min-height: 50px;
    }
    
    .sidebar .sidebar-item form {
        position: relative;
    }
    
    .sidebar .sidebar-item form input[type="submit"] {
        background: #f58634 none repeat scroll 0 0;
        border: medium none;
        color: #ffffff;
        cursor: pointer;
        font-weight: 600;
        padding: 0 20px;
        min-height: 50px;
        position: absolute;
        right: 0;
        text-transform: capitalize;
        top: 0;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
    }
    
    .sidebar .sidebar-item input {
        border: 1px solid #e7e7e7;
        border-radius: inherit;
        box-shadow: inherit;
    }
    
    .sidebar .sidebar-item form input[type="submit"]:hover {
        background: #000 none repeat scroll 0 0;
        border: medium none;
    }
    
    .sidebar .sidebar-item.category li a {
        color: #666666;
        display: block;
        position: relative;
        text-transform: capitalize;
        z-index: 1;
        padding: 10px 0;
        text-decoration: none;
    }
    
    .sidebar .sidebar-item.category li {
        border-bottom: 1px dashed #999999;
    }
    
    .sidebar .sidebar-item.category li a:hover {
        background: #f58634;
        padding-left: 10px;
        color: #fff;
    }
    
    .sidebar .sidebar-item.tags li {
        display: inline-block;
    }
    
    .sidebar .sidebar-item.tags li a {
        border: 1px solid #e7e7e7;
        display: inline-block;
        float: left;
        margin-right: 3px;
        text-decoration: none;
        padding: 8px 20px;
        font-size: 14px;
        color: #000;
        text-transform: capitalize;
    }
    
    .sidebar-item .title {
        text-align: left;
        margin-bottom: 0px;
    }
    
    .sidebar .sidebar-item.tags li a:hover {
        background: #f58634;
        color: #fff;
    }
    
    .recent-post-widget .posts {
        background-color: #f7f7f7;
        padding: 30px 20px 10px;
    }
    
    .recent-post-widget .post {
        overflow: hidden;
    }
    
    .recent-post-widget .entry-media {
        width: 75px;
        float: left;
        margin-bottom: 20px;
    }
    
    .recent-post-widget .entry-details {
        width: calc(100% - 75px);
        float: left;
        padding-left: 15px;
    }
    
    .recent-post-widget .entry-details h4 {
        font-size: 15px;
        font-weight: normal;
        line-height: 20px;
        margin: 0;
    }
    
    .recent-post-widget .entry-details h4 a {
        color: #051829;
    }
    
    .recent-post-widget .date {
        font-size: 14px;
        color: #bebfc0;
    }
    
    .sidebar {
        padding-left: 30px;
    }
    
    .blogList .inner-box {
        padding: 25px;
    }
    
    .blogList .date {
        left: auto !important;
        top: auto !important;
        right: 20px;
        bottom: 20px;
    }
    
    .imgWrp {
        position: relative;
    }
    
    .blogList .lower-content {
        padding: 0 !important;
    }
    
    .blogList .news-block-one h3 {
        min-height: initial;
    }
    
    .blogList .readbtn a {
        padding: 14px 20px;
        font-size: 12px;
    }
    
    .blogList .readbtn i {
        font-size: 16px;
    }
    
    .blogList .readbtn {
        margin-top: 18px;
    }
    
    blockquote {
        background: #eee;
        margin: 25px 0;
        padding: 25px;
        font-size: 14px;
        font-style: italic;
        ;
        line-height: 24px;
        border-left: 8px solid #f58634;
    }
    /*********************************************
		testimonial Css
*********************************************/
    
    .testimonial-wrap {
        background: url(../images/testimonial-bg.jpg) no-repeat top;
        background-size: cover;
        padding: 60px 0;
    }
    
    .testimonial-wrap .title {
        margin-bottom: 70px;
    }
    
    .testimonial-wrap .title h1 span {
        color: #fff;
    }
    
    .testimonial-wrap .testimonial {
        text-align: center;
        border: 1px solid #757575;
        background: rgba(255, 255, 255, 0.11);
        border-radius: 5px;
    }
    
    .testimonial-box {
        transform: translateY(-32px);
    }
    
    .testimonial-author-name {
        font-weight: 500;
        font-size: 18px;
        margin-top: 27px;
        display: block;
        overflow: hidden;
    }
    
    .activeColor {
        color: #f58634 !important;
    }
    
    .testimonial-content {
        padding: 0px 33px 0px;
    }
    
    .text-light p {
        color: #f8f9fa!important;
        margin-top: 8px !important;
    }
    
    .quotation {
        margin-top: 15px;
    }
    
    .quotation i {
        font-size: 26px;
        color: #fff;
    }
    
    .testimonial-wrap ul {
        list-style: none;
    }
    
    .testimonial-wrap ul li {
        padding-top: 32px;
    }
    
    .testimonial-wrap .owl-dots,
    .testimonial-wrap .owl-nav {
        display: none;
    }
    
    .innerContent-wrap .testimonial-wrap {
        background: none;
        padding: 0;
    }
    
    .innerContent-wrap .testimonial {
        border: 1px solid #efefef;
        margin: 15px 0;
    }
    
    .innerContent-wrap .text-light {
        color: #000 !important;
    }
    
    .innerContent-wrap .text-light p {
        color: #a0a0a0!important;
    }
    
    .innerContent-wrap .quotation i {
        color: #f58634;
    }
    
    .innerContent-wrap .testimonial {}
    /*********************************************
		Team Css
*********************************************/
    
    .team-section {
        position: relative;
        padding: 60px 0;
    }
    
    .team-block {
        position: relative;
    }
    
    .team-block .inner-box {
        position: relative;
        padding-right: 50px;
    }
    
    .team-block .image-box {
        position: relative;
        margin-bottom: 15px;
    }
    
    .team-block .image-box .image {
        position: relative;
        margin-bottom: 0;
        overflow: hidden;
        z-index: 9;
    }
    
    .team-block .image-box img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    
    .team-block .inner-box:hover .image-box img {
        opacity: .80;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .team-block .image-box .social-links {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .team-block .image-box .social-links li {
        position: relative;
        display: block;
        right: 0;
        opacity: 0;
        visibility: hidden;
    }
    
    .team-block .image-box .social-links li a {
        display: block;
        text-align: center;
        font-size: 19px;
        line-height: 50px;
        width: 50px;
        text-align: center;
        color: #222222;
        font-weight: 400;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .team-block .image-box .social-links li a:hover {
        color: #fbb216;
    }
    
    .team-block .inner-box:hover .image-box .social-links li:nth-child(2) {
        transition-delay: 100ms;
    }
    
    .team-block .inner-box:hover .image-box .social-links li:nth-child(3) {
        transition-delay: 200ms;
    }
    
    .team-block .inner-box:hover .image-box .social-links li:nth-child(4) {
        transition-delay: 300ms;
    }
    
    .team-block .inner-box:hover .image-box .social-links li:nth-child(5) {
        transition-delay: 400ms;
    }
    
    .team-block .inner-box:hover .image-box .social-links li:nth-child(6) {
        transition-delay: 500ms;
    }
    
    .team-block .inner-box:hover .image-box .social-links li:nth-child(7) {
        transition-delay: 600ms;
    }
    
    .team-block .inner-box:hover .image-box .social-links li:nth-child(8) {
        transition-delay: 700ms;
    }
    
    .team-block .inner-box:hover .image-box .social-links li:nth-child(9) {
        transition-delay: 800ms;
    }
    
    .team-block .inner-box:hover .image-box .social-links li:nth-child(10) {
        transition-delay: 900ms;
    }
    
    .team-block .inner-box:hover .image-box .social-links li {
        right: -50px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    
    .team-block .image-box .name {
        position: absolute;
        right: -40px;
        bottom: 40px;
        min-width: 170px;
        text-align: center;
        background-color: #f58634;
        z-index: 9;
        font-family: "Arimo", sans-serif;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    
    .team-block .image-box .name a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-size: 18px;
        line-height: 27px;
        color: #ffffff;
        font-weight: 500;
        padding: 10px 20px;
        min-width: 170px;
    }
    
    .team-block .inner-box:hover .image-box .name {
        background-color: #000;
    }
    
    .team-block .inner-box .designation {
        position: relative;
        display: block;
        width: 100%;
        text-align: right;
        font-size: 16px;
        line-height: 1.2em;
        color: #333;
        font-style: italic;
        font-weight: 600;
    }
    
    .innerContent-wrap .team-section {
        padding: 0;
    }
    
    .innerContent-wrap .inner-box {
        margin: 15px 0;
    }
    /*********************************************
		Blog Css
*********************************************/
    
    .blog-wrap {
        background: #eee;
        padding: 60px 0 50px 0;
    }
    
    .blog-section {
        position: relative;
    }
    
    .btn-style-four.border-anim-left:before {
        height: 6px;
        left: -6px;
        top: -6px;
    }
    
    .btn-style-four.border-anim-left:after {
        width: 6px;
        left: -6px;
        top: -6px;
    }
    
    .btn-style-four .border-anim-right:before {
        height: 6px;
        right: -6px;
        bottom: -6px;
    }
    
    .btn-style-four .border-anim-right:after {
        width: 6px;
        right: -6px;
        bottom: -6px;
    }
    
    .news-block-one .inner-box {
        position: relative;
        background: #fff;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
        margin-bottom: 30px;
    }
    
    .news-block-one .image {
        position: relative;
        overflow: hidden;
    }
    
    .news-block-one .image img {
        width: 100%;
        transform: scale(1.01);
        transition: all 700ms ease;
    }
    
    .news-block-one .inner-box:hover .image img {
        transform: scale(1.2);
    }
    
    .news-block-one .image a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
    .news-block-one .image a:before {
        position: absolute;
        content: '';
        top: 0px;
        left: 0px;
        width: 100%;
        height: 50%;
        display: block;
        opacity: 0;
        text-align: center;
        transform: perspective(400px) rotateX(-90deg);
        transform-origin: top;
        transition: all 0.5s;
        background-color: rgba(36, 41, 54, 0.92);
    }
    
    .news-block-one .image a:after {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 50%;
        display: block;
        opacity: 0;
        text-align: center;
        transform: perspective(400px) rotateX(90deg);
        transform-origin: bottom;
        transition: all 0.5s;
        background-color: rgba(36, 41, 54, 0.92);
    }
    
    .news-block-one .inner-box:hover .image a:before {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
        transition: all 700ms ease 100ms;
    }
    
    .news-block-one .inner-box:hover .image a:after {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
        transition: all 700ms ease 300ms;
    }
    
    .news-block-one .lower-content {
        position: relative;
        padding: 60px 30px 30px 30px;
    }
    
    .news-block-one .date {
        position: absolute;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 23px;
        border: 9px solid #fff;
        background: #f58634;
        text-align: center;
        top: -40px;
        left: 50px;
        padding: 9px 0;
        text-transform: uppercase;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    }
    
    .news-block-one .post-meta {
        margin-bottom: 10px;
    }
    
    .news-block-one .post-meta li {
        position: relative;
        display: inline-block;
        padding-right: 15px;
        margin-right: 15px;
    }
    
    .news-block-one .post-meta li:last-child {
        margin-right: 0px;
        padding-right: 0px;
    }
    
    .news-block-one .post-meta li:before {
        position: absolute;
        content: '';
        top: 5px;
        right: 0;
        background: #f57f4b;
        width: 1px;
        height: 13px;
    }
    
    .news-block-one .post-meta li:last-child:before {
        display: none;
    }
    
    .news-block-one .post-meta li a {
        color: #f58634;
        font-weight: 600;
        font-size: 14px;
    }
    
    .news-block-one h3 {
        font-size: 18px;
        font-weight: 500;
        min-height: 45px;
        margin-bottom: 10px;
    }
    
    .news-block-one h3 a {
        color: #252733;
        transition: all .5s ease;
    }
    
    .news-block-one h3 a:hover {
        color: #f57f4b;
    }
    
    .text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .text h6 a {
        color: #000;
        text-decoration: none;
    }
    
    .innerContent-wrap .blog-wrap {
        padding: 0;
        background: none;
    }
    
    .faqs {
        margin-bottom: 30px;
    }
    
    .faqs .panel-default>.panel-heading {
        background: none;
        border: none;
        padding: 0;
    }
    
    .panel-heading h4 {
        margin-bottom: 0;
    }
    
    .faqs h4 a {
        padding: 15px 55px 15px 15px;
        display: block;
        background: #f58634;
        color: #fff;
        font-size: 18px;
        position: relative;
    }
    
    .panel-group h3 {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    
    .panel-group .panel {
        border-radius: 0;
        margin-bottom: 20px;
        border: 1px solid #eee;
    }
    
    .panel-group .panel-body {
        line-height: 24px;
        color: #555;
        padding: 15px;
        font-size: 14px;
    }
    
    .faqs h4 .collapsed:hover,
    .faqs h4 a:hover,
    .faqs h4 a:active {
        text-decoration: none;
        background: #f58634;
        color: #fff;
    }
    
    .faqs h4 a:before {
        content: "\f068";
        background: #fff;
        font-family: 'FontAwesome';
        width: 30px;
        padding: 6px 0;
        color: #f58634;
        position: absolute;
        right: 15px;
        top: 11px;
        font-size: 16px;
        display: inline-block;
        text-align: center;
        transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -webkit-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        line-height: 18px;
        border-radius: 50%;
    }
    
    .faqs h4 .collapsed:before {
        content: "\f067";
        font-family: 'FontAwesome';
        background: #f58634;
        width: 30px;
        padding: 6px 0;
        color: #fff;
        position: absolute;
        right: 15px;
        top: 11px;
        font-size: 16px;
        display: inline-block;
        text-align: center;
        transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -webkit-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        text-decoration: none;
    }
    
    .faqs h4 a.collapsed {
        background: #fff;
        color: #666;
        text-decoration: none;
    }
    
    .faqs h4 .collapsed:hover:before {
        background: #fff;
        color: #f58634;
    }
    
    .single-service-item {
        background-color: #fff;
    }
    /*************************************************
		Footer css
*************************************************/
    
    .footer-wrap {
        background: #212223;
        padding: 20px 0;
    }
    
    .footer-wrap p {
        padding-top: 3px;
        font-size: 16px;
        line-height: 28px;
        color: #fff;
    }
    
    .footer-wrap .readbtn a:hover {
        background: #fff;
        color: #000;
    }
    
    .footer-wrap h3 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 35px;
        position: relative
    }
    
    .footer-wrap h3:before {
        content: "";
        background: #fff;
        height: 2px;
        width: 34px;
        position: absolute;
        bottom: -15px;
        left: 0;
    }
    
    .footer-links {
        list-style: none;
        margin-bottom: 0;
    }
    
    .footer-links li {
        line-height: 34px;
    }
    
    .footer-links li a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
    }
    
    .mobile a:hover,
    .footerEmail a:hover,
    .siteLink a:hover,
    .footer-links li a:hover {
        color: #f58634;
    }
    
    .footer-links li:before {
        content: "\f0da";
        font-family: 'FontAwesome';
        padding-right: 10px;
        color: #fff;
    }
    
    .footer-wrap .readmore a {
        padding: 10px 24px;
        font-size: 16px;
        letter-spacing: 0.5px;
        background: #f55c15;
        color: #fff;
    }
    
    .footerInfo {
        font-size: 16px;
        color: #fff;
        position: relative;
        padding-left: 36px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    
    .contact-info {
        font-size: 16px;
        color: #000;
        position: relative;
        padding-left: 36px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    
    .footerInfo:before {
        content: "\f277";
        font-family: 'FontAwesome';
        position: absolute;
        top: 5px;
        left: 0;
        font-size: 24px;
    }
    
    .footerInfo a {
        font-size: 14px;
        color: #b3b3b3;
        font-size: 14px;
        line-height: 30px;
        font-weight: normal;
    }
    
    .info i {
        padding-right: 8px;
        color: #b3b3b3;
    }
    
    .mobile a {
        font-size: 17px;
        color: #fff;
        /* font-weight: 600; */
        text-decoration: none;
    }
    
    .mobile:before,
    .contact-mobile:before {
        content: "\f10b";
        font-size: 30px;
        top: 0;
        left: 5px;
    }
    
    .footerEmail a {
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }
    
    .contact-mobile a,
    .contact-email a {
        font-size: 16px;
        color: #000;
        text-decoration: none;
    }
    
    .footerEmail:before,
    .contact-email:before {
        content: "\f0e0";
        font-size: 18px;
        top: 0;
        left: 5px;
    }
    
    .siteLink {
        margin-bottom: 0;
    }
    
    .siteLink a {
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }
    
    .siteLink:before {
        content: "\f0ac";
        font-size: 18px;
        top: 0;
        left: 5px;
    }
    
    .footer-wrap .social-media {
        text-align: left;
    }
    
    .social-media {
        text-align: right;
    }
    
    .social-media span {
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        display: inline-block;
        margin-right: 15px;
        padding-top: 5px;
    }
    
    .social-media ul {
        margin: 0;
        display: inline-block;
    }
    
    .social-media ul li {
        display: inline-block;
        padding-right: 4px;
    }
    
    .social-media ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: block;
        border: 1px solid #fff;
        border-radius: 100%;
    }
    
    .social-media ul li:nth-child(1) a:hover {
        background: #3b5999;
        color: #fff;
    }
    .social-media ul li:nth-child(1) a {
        background: #3b5999 !important;
        color: #fff;
    }
    .social-media ul li:nth-child(2) a:hover {
        background: #55acef;
        color: #fff;
    }
    .social-media ul li:nth-child(2) a {
        background: #55acef !important;
        color: #fff;
    }
    .social-media ul li:nth-child(3) a:hover {
        background: #007bb6;
        color: #fff;
    }
    
    .social-media ul li:nth-child(4) a:hover {
        background: #cf2200;
        color: #fff;
    }
    /*************************************************
		Copyright css
*************************************************/
    
    .copyright-wrap {
        padding: 14px 0;
        background-color: #212223;
        border-top: 1px solid grey;
    }
    
    .copyright {
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
    
    .copyright a {
        color: #fff;
        text-decoration: none;
    }
    
    .innerHeading-wrap {
        background: url(../images/slider.jpg) no-repeat top;
        padding: 65px 0 25px 0;
        text-align: center;
        margin-top: -33px;
        position: relative;
        z-index: -99;
    }
    .carousel-item img
    {
        width: 100%;
    }
    .carousel
    {
        margin: 100px 20px;
    }
    .form-enquire,
    .enquire {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        margin: 0px 20px;
        padding: 20px;
    }
    
    .innerHeading-wrap h1 {
        color: #fff;
        font-weight: bold;
    }
    
    .innerContent-wrap .about-wrap {
        padding: 0;
        background: none;
    }
    
    .bg-blue {
        background-color: #04192b;
    }
    /*********************************************
	 404 page
**********************************************/
    
    .four-zero-page {
        text-align: center;
        padding: 0 0 50px 0;
    }
    
    .four-zero-page h2 {
        font-size: 300px;
        color: #f58634;
        font-weight: 800;
    }
    
    .four-zero-page h3 {
        color: #f58634;
        font-weight: 600;
        font-size: 30px;
        letter-spacing: 10px;
    }
    
    .four-zero-page p {
        letter-spacing: 2px;
        padding: 0 250px;
    }
    
    .four-zero-page .readmore {
        margin-top: 30px;
    }
    
    .image_hover a {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 26px;
        color: #295682;
        transform: translate(-50%, -50%) scale(.5);
        transition: .5s linear;
        opacity: 0;
        transition-delay: .4s;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 70px;
        background: #fff;
        border-radius: 50%;
    }
    
    .projectImg:hover .image_hover a {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        transition-delay: 0s;
    }
    
    .image_hover:before {
        position: absolute;
        content: '';
        background: #222;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transform: scale(1, 0);
        transition: all .5s linear;
    }
    
    .projectImg:hover .image_hover:before {
        transform: scale(1, 1);
        opacity: .1;
    }
    
    .delImg img {
        width: 100%;
    }
    
    .projectImg img {
        width: 100%;
        /* transition: all 8s cubic-bezier(0, 0, 0.2, 1); */
        /* transition-delay: .2s; */
        display: block;
        /* transform: scale(1.05); */
    }
    
    .projectImg:hover img {
        /* -webkit-transform: scale(1.4); */
        /* transform: scale(1.4); */
    }
    
    .projectImg {
        position: relative;
        overflow: hidden;
    }
    /*********************************************
		Media Screen Css
*********************************************/
    
    @media screen and (max-width: 1300px) {
        .navbar li {
            padding: 5px 10px;
        }
    }
    
    @media screen and (max-width: 1200px) {
        .headphone img {
            width: 30px;
        }
        .headphone a {
            font-size: 20px !important;
        }
        .navbar-light .navbar-nav .nav-link {
            font-size: 12px;
        }
        .headphone a {
            font-size: 20px !important;
        }
        .banner-wrap .slider-heading {
            font-size: 64px;
        }
        .banner-wrap p {
            font-size: 36px;
        }
        .call-wrap .get-start a {
            padding: 11px 20px;
        }
        .call-details li {
            padding: 0 20px;
        }
        .call-info a {
            font-size: 22px;
        }
        .headInfo li {
            padding: 0 28px;
        }
        .navbar-light .navbar-nav .nav-link {
            padding: 14px 26px;
        }
        .slidertext1,
        .slidertext2,
        .slidertext3,
        .slidertext4 {
            margin-left: 60px !important;
        }
        .single-service-item h3 {
            line-height: 22px;
            min-height: inherit;
        }
        .single-service-item h3 a {
            font-size: 18px;
        }
        .news-block-one .post-meta li a {
            font-size: 14px;
        }
        .news-block-one .lower-content {
            padding: 50px 40px 35px 40px;
        }
        .news-block-one .post-meta li {
            padding-right: 10px;
            margin-right: 10px;
        }
        .news-block-one h3 {
            font-size: 20px;
            min-height: 72px;
        }
    }
    
    @media screen and (max-width: 1050px) {
        .navbar li {
            padding: 5px 7px !important;
        }
    }
    
    @media screen and (max-width: 990px) {
        .navbar-brand {
            display: none !important;
            color: #fff !important;
            padding: 10px !important;
        }
        .navbar {
            float: none;
            background: #000;
        }
        .navbar-light .navbar-nav .nav-link {
            font-size: 14px;
            padding: 12px 14px !important;
        }
        .headphone a {
            margin: 0;
        }
        .navbar-light .navbar-toggler {
            background: #fff;
            margin-right: 10px !important;
        }
        .logo {
            text-align: center;
            margin-bottom: 15px;
        }
        .navbar-light .navbar-nav .nav-link {
            border: none;
            color: #fff !important;
        }
        .navbar-light .navbar-nav .nav-link:hover {
            color: #fff !important;
            background: #000;
            border: none;
        }
        .navbar-light .navbar-nav .nav-link.active {
            border: none;
        }
        .contact-btn {
            margin-bottom: 40px;
        }
        .navbar li {
            padding: 0 !important;
        }
        .navbar li a {
            padding: 6px 16px !important;
        }
        .inner-content .map {
            margin-top: 30px;
        }
        .banner-wrap .slider-heading {
            line-height: 70px;
            font-size: 46px;
        }
        .banner-wrap p {
            font-size: 20px;
            line-height: 36px;
        }
        .get-start {
            margin-top: 30px;
        }
        .banner-wrap {
            padding: 70px 0;
        }
        .down-arrow {
            margin-top: 50px;
        }
        .whatWe-wrap ul li {
            margin-bottom: 30px;
        }
        .aboutImg {
            text-align: center;
        }
        .get-wrap {
            max-width: inherit;
        }
        .call-details li {
            padding: 0 25px;
        }
        .callWrp {
            text-align: center;
        }
        .call-wrap p {
            margin-left: 0;
        }
        .headInfo li {
            padding: 0 18px;
        }
        .phone a {
            font-size: 18px;
        }
        .conInfo a {
            font-size: 15px;
        }
        .title p,
        .get-wrap p {
            padding: 0;
        }
        .team-block .inner-box {
            margin: 15px auto;
            max-width: 500px;
        }
        .team-section .title p {
            margin-bottom: 0;
        }
        .news-block-one h3 {
            min-height: inherit;
            margin-bottom: 5px;
        }
        .footer-wrap .readbtn {
            margin-bottom: 30px;
        }
        .slidertext3 {
            line-height: 16px !important;
        }
        .navbar-nav>li>a+i {
            display: block;
        }
        .navbar-nav li:hover .dropdown-menu {
            display: none;
        }
        .dropdown:hover {
            background: #000;
            color: #fff !important;
        }
        .four-zero-page p {
            letter-spacing: 1px;
            padding: 0;
        }
    }
    
    @media screen and (max-width: 767px) {
        .get-wrap p {
            font-size: 16px;
        }
        .call-details li:before {
            display: none;
        }
        .call-details li {
            margin-top: 10px;
        }
        .banner-wrap .slider-heading {
            font-size: 30px;
            line-height: 40px;
        }
        .banner-wrap p {
            font-size: 16px;
            margin-top: 0;
        }
        .whatWe-wrap {
            padding: 60px 0px;
        }
        .social-media,
        .topbar-wrap,
        .headInfo {
            text-align: center;
        }
        .social-media {
            margin-top: 15px;
        }
        .slidertext3 {
            line-height: 16px !important;
        }
        .aboutImg {
            text-align: center;
            margin-top: 30px;
        }
        .slidertext3 {
            line-height: 15px !important;
        }
        .credits,
        .copyright-wrap {
            text-align: center;
        }
        .four-zero-page h2 {
            font-size: 236px;
        }
    }
    
    @media screen and (max-width: 480px) {
        .quality-ul li 
        {
            text-align: justify;
            margin-bottom: 7px !important;
        }
        .navbar-toggler
        {
            margin-left: 85%;
        }
        .navbar
        {
            padding: 10px !important;
            margin-top: -15px;
        }
        .carousel
        {
            margin: 20px 20px;
        }
        .team img
        {
            margin-bottom: 25px;
        }
       
        .logo img {
            width: 115px !important;
            padding: 5px 0 0;
        }
        .projectWrp
        {
            padding: 20px 0px !important    ;
        }
        .banner-wrap .slider-heading {
            font-size: 28px;
            line-height: 30px;
        }
        .banner-wrap p {
            font-size: 14px;
            line-height: 20px;
            margin-top: 10px;
        }
        .get-start a {
            padding: 12px 28px;
            font-size: 18px;
        }
        .title h1 {
            font-size: 24px;
        }
        .call-wrap .get-start a {
            font-size: 14px;
            padding: 11px 13px;
        }
        .call-wrap p {
            font-size: 16px;
        }
        .call-info img {
            margin: 0;
        }
        .call-info span {
            display: block;
        }
        .call-details li {
            padding: 0;
        }
        .social-media,
        .headInfo {
            display: none;
        }
        .slidertext3 {
            line-height: 12px !important;
            font-size: 10px !important;
        }
        .slidertext1 {
            font-size: 56px;
        }
        .slidertext2 {
            font-size: 30px;
        }
        
        .four-zero-page h2 {
            font-size: 140px;
        }
        .four-zero-page h3 {
            font-size: 18px;
        }
        .innerHeading-wrap h1 {
            font-size: 26px;
        }
        .slidertext4
        {
            margin-top: 10px !important;
        }
    }
    @media only screen and (max-width:375px)
    {
        .slidertext3 {
            line-height: 12px !important;
            font-size: 8px !important;
        }
        .slidertext4 {
            margin-top: 15px !important;
        }
    }
    @media screen and (max-width: 320px) {
        .news-block-one .post-meta li a {
            font-size: 12px;
        }
    }
    
    .slick-slide {
        margin: 0px 20px;
    }
    
    .slick-slide img {
        width: 100%;
    }
    
    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }
    
    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    
    .slick-list:focus {
        outline: none;
    }
    
    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }
    
    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    
    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }
    
    .slick-track:after {
        clear: both;
    }
    
    .slick-loading .slick-track {
        visibility: hidden;
    }
    
    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }
    
    [dir='rtl'] .slick-slide {
        float: right;
    }
    
    .slick-slide img {
        display: block;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        margin: 25px 0px;
    }
    
    .slick-slide.slick-loading img {
        display: none;
    }
    
    .slick-slide.dragging img {
        pointer-events: none;
    }
    
    .slick-initialized .slick-slide {
        display: block;
    }
    
    .slick-loading .slick-slide {
        visibility: hidden;
    }
    
    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
    
    .slick-arrow.slick-hidden {
        display: none;
    }
    
    .owl-nav,
    .owl-dots {
        display: none;
    }
    
    .counter {
        background-color: #f5f5f5;
        padding: 20px 0;
        border-radius: 5px;
        margin: 50px 0px;
    }
    
    .count-title {
        font-size: 40px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
    }
    
    .count-text {
        font-size: 16px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
    }
    
    .fa-2x {
        margin: 0 auto;
        float: none;
        display: table;
        color: #FF5E00;
    }
    
    .logo h3 {
        padding: 20px 0px;
    }
    
    .topnav {
        overflow: hidden;
        background-color: #000;
    }
    
    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 8px 16px;
        text-decoration: none;
        font-size: 15px;
    }
    
    .card {
        border: none !important;
    }
    
    .card-title {
        margin-bottom: 0.75rem;
        font-size: 25px;
        font-weight: 600;
        color: #000;
    }
    
    .vision img {
        margin: 20% 0;
    }
    
    .active {
        /* background-color: #04AA6D; */
        color: white;
    }
    
    .topnav .icon {
        display: none;
    }
    
    .dropdown1 {
        float: left;
        overflow: hidden;
    }
    
    .dropdown1 .dropbtn1 {
        font-size: 15px;
        border: none;
        outline: none;
        color: white;
        padding: 8px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }
    
    .dropdown-content1 {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    
    .dropdown-content1 a {
        float: none;
        color: black;
        padding: 7px 16px;
        border-bottom: 1px solid gray;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    
    .topnav a:hover,
    .dropdown1:hover .dropbtn1 {
        background-color: #555;
        color: white;
    }
    
    .dropdown-content1 a:hover {
        background-color: #ddd;
        color: black;
    }
    
    .dropdown1:hover .dropdown-content1 {
        display: block;
    }
    
    @media screen and (max-width: 600px) {
        .topnav a:not(:first-child),
        .dropdown1 .dropbtn1 {
            display: none;
        }
        .topnav a.icon {
            float: right;
            display: block;
        }
    }
    
    @media screen and (max-width: 600px) {
        .topnav.responsive {
            position: relative;
        }
        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }
        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
        .topnav.responsive .dropdown1 {
            float: none;
        }
        .topnav.responsive .dropdown-content1 {
            position: relative;
        }
        .topnav.responsive .dropdown1 .dropbtn1 {
            display: block;
            width: 100%;
            text-align: left;
        }
    }
    
    @media only screen and (max-width:480px) {
        .logo h3 {
            padding: 0px;
        }
       
        .tp-banner-container {
            margin-top: 15px !important;
            z-index: -99999;
        }
        .about-wrap .title h1 {
            font-size: 24px;
            margin-top: 7px;
        }
        .about-wrap {
            padding-top: 0px;
        }
        .services-area .single-service-item {
            margin-top: 0px;
            margin-bottom: 10px;
        }
        .counter {
            margin: 8px 0px;
        }
        .c1 {
            padding: 10px 0px;
        }
        .topnav {
            margin-top: -18px;
        }
        .enquire {
            order: 1;
            margin-bottom: 24px;
        }
        .form-enquire {
            order: 2;
        }
        .vision img {
            width: 100px;
            margin: 0 35%;
        }
        .card-title {
            text-align: center;
        }
        .title {
            padding: 10px 0px 0px !important;
        }
        .team-section {
            padding: 40px 0px 12px;
        }
        .card ul {
            margin-top: -50px
        }
        .machineimg img,
        .certificate img,
        .milestone img,
        .about-ratio img,
        .aboutImg img {
            width: 100% !important;
        }
    }
    
    @media only screen and (min-width:480px) {
        .mobilenav {
            display: none;
        }
        .topnav {
            display: none;
        }
    }
    
    .certificate img {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }
    
    .about-ratio img {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        margin-bottom: 30px;
    }
    
    .table td,
    .table th {
        vertical-align: middle;
    }
    
    thead {
        background-color: #000;
        color: #fff;
    }
    
    .machineimg img,
    .certificate img,
    .about-ratio img,
    .aboutImg img {
        width: 100% !important;
    }
    .projectWrp
    {
        padding: 35px;
    }
    
.logo img
{
    width: 163px;
    padding: 5px 0 0;
}
.social1 {
    position: fixed;
    top: 65%;
    right: -20px;
    z-index: 9999;
    transform: translate(-50%,-50%);
    list-style: none !important;
  }
  .social1 .fa{
    color: white;
    font-size: 28px;
    padding: 7px 10px;
    margin-top: 6px;
    border-radius: 50px;
  }
  .social1 .fa-phone{
    background: blue; 
  }
  .social1 .fa-whatsapp{
    background: green;
  }
  .social1 .fa-facebook{
    background: #3b5998 !important;
    padding: 7px 14px;
  }
  .social1 .fa-instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  }
  .social1 .fa-linkedin{
    background: #0e76a8;
  }
  .social1 .fa-twitter{
    background:  #00acee;
  }
  .fa 
  {
    color: #f58634;
  }
  .facebook1, .linkedin1
  {
    color: #f58634 !important;
  }
  
  .fa-facebook
  {
    color: #fff;
    
  }
  .fa-linkedin
  {
    color: #fff; 

  }
  .quality-ul li
  {
    margin-bottom: 5px;
  }
  .objectives
  {
    margin-top: 15px;
  }
