@charset "utf-8";
@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&display=swap');
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

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;
}

img {
    max-width: 100%;
}

p {
    font-size: 14px;
    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: #ff5e14;
}

.title h1:before {
    content: "";
    background: #ff5e14;
    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: #ff5e14;
    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: #ff5e14;
    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;
}

.navbar-brand {
    display: none;
}

.navbar li {
    border-right: 1px solid rgba(255, 255, 255, 0.31);
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    z-index: 1000;
    font-weight: bold;
    padding: 17px 36px;
}

.navbar-light .navbar-nav .nav-link:hover {}

.navbar-light .navbar-nav .nav-link.active {
    color: #fe5a0e;
}

.header-wrap .row {
    margin-bottom: 8px;
}

.quoteWrp a {
    font-size: 16px;
    color: #fff;
    background: #ff5e14;
    padding: 16px 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.quoteWrp a:hover {
    background: #de4f0d;
}

.navbar li:hover a,
.navbar li a:hover {
    color: #fe5a0e !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 #ff5e14;
    margin-top: 0;
    border-radius: 0;
    padding: 25px 30px;
    border-bottom: none;
    min-width: 275px;
    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: #ff5e14;
}

.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%;
}


/*===========Header Section==========*/

.header-wrap {
    padding: 12px 0;
}

.conInfo {
    padding-left: 60px;
    position: relative;
}

.conInfo span {
    font-size: 10px;
    text-transform: uppercase;
    color: #1c1a1a;
    letter-spacing: 3px;
    display: block;
}

.conInfo a {
    text-decoration: none;
    font-size: 18px;
    color: #1c1a1a;
}

.whatsapp:before {
    content: "\f232";
    font-family: 'FontAwesome';
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 50px;
    line-height: 34px;
    color: #ff5e14;
}

.phone:before {
    content: "\f10b";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 57px;
    line-height: 44px;
    color: #ff5e14;
}

.phone a {
    font-size: 24px;
    font-weight: bold;
}

.whatsapp a {
    font-size: 24px;
    font-weight: bold;
}

.phone {
    padding-left: 40px;
}

.headInfo {
    text-align: right;
    margin-top: 10px;
}

.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: #ff5e14;
    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:60px 0; background: url(../images/about-bg.jpg) top no-repeat; background-size: cover;}*/

.aboutImg {
    position: relative;
    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: #ff5e14;
    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: 60px 0;
    text-align: center;
    background-size: cover;
}

.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: #ff5e14;
    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: 60px 0;
}

.services-area .single-service-item {
    padding-bottom: 42px;
    border: 1px solid #eee;
    min-height: 135px;
    margin-top: 30px;
    padding: 16px;
}

.single-service-item h3 {
    min-height: 68px;
}

.single-service-item h3 a {
    text-decoration: none;
    font-size: 24px;
    color: #000;
}

.single-service-item h3 a:hover {
    color: #ff5e14;
}

.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 {
    padding-left: 60px;
    position: relative;
    padding-top: 30px;
}

.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 {
    padding-left: 20px;
}

.services-area .single-service-item .text-holder .text h3 {
    margin: -6px 0 8px;
}

.services-area .single-service-item:hover .text-holder .icon {
    background: #ff5e14;
    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: #ff5e14;
    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: #ff5e14;
    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: #ff5e14;
    color: #fff;
}


/*********************************************
		Inner Heading Css
*********************************************/

.inner-heading {
    background: url(../images/banner-bg.jpg) 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;
}

.formcol textarea.form-control {
    height: 200px !important;
}

.contact-btn .sub {
    margin-top: 10px !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 16px 30px;
    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: #ff5e14;
    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: #ff5e14 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: #ff5e14 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: #ff5e14;
    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: #ff5e14;
    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 #ff5e14;
}


/*********************************************
		testimonial Css
*********************************************/

.testimonial-wrap {
    background: url(../images/musteriyorum.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.75);
    border-radius: 5px;
}

.testimonial-box {
    transform: translateY(-32px);
}

.testimonial-author-name {
    font-weight: 500;
    font-size: 18px;
    margin-top: 27px;
    display: block;
    overflow: hidden;
    color: #000 !important;
}

.activeColor {
    color: #ff5e14 !important;
}

.testimonial-content {
    padding: 0px 33px 0px;
}

.text-light p {
    color: #000!important;
    margin-top: 8px !important;
}

.quotation {
    margin-top: 15px;
}

.quotation i {
    font-size: 26px;
    color: #000;
}

.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: #000;
}

.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: #ff5e14;
    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;
}

.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: #ff5e14;
    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: #ff5e14;
    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: 14px;
    line-height: 24px;
}

.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: #ff5e14;
    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: #ff5e14;
    color: #fff;
}

.faqs h4 a:before {
    content: "\f068";
    background: #fff;
    font-family: 'FontAwesome';
    width: 30px;
    padding: 6px 0;
    color: #ff5e14;
    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: #ff5e14;
    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: #ff5e14;
}


/*************************************************
		Footer css
*************************************************/

.footer-wrap {
    background: #212223;
    padding: 50px 0;
}

.footer-wrap p {
    padding-top: 15px;
    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: #ff5e14;
}

.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;
}

.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: 24px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.mobile:before {
    content: "\f10b";
    font-size: 30px;
    top: 0;
    left: 5px;
}

.footerEmail a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.footerEmail: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(2) a:hover {
    background: #55acef;
    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;
}

.copyright {
    font-size: 14px;
    color: #5a5a5a;
    text-align: center;
}

.innerHeading-wrap {
    background: url(../images/innerHeading-bg.jpg) no-repeat top;
    padding: 70px 0 40px 0;
    text-align: center;
    margin-top: -42px;
}

.innerHeading-wrap h1 {
    color: #fff;
    font-weight: bold;
}

.innerContent-wrap {
    padding: 60px 0;
}

.innerContent-wrap .about-wrap {
    padding: 0;
    background: none;
}


/*********************************************
	 404 page
**********************************************/

.four-zero-page {
    text-align: center;
    padding: 0 0 50px 0;
}

.four-zero-page h2 {
    font-size: 300px;
    color: #ff5e14;
    font-weight: 800;
}

.four-zero-page h3 {
    color: #ff5e14;
    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: #fff;
    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: #0098b1;
    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;
}

.projectImg {
    margin: 15px 0;
}

.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: block;
        color: #fff !important;
        padding: 10px !important;
    }
    .navbar {
        float: none;
        background: #ff6e2c;
    }
    .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;
    }
    .services-area .single-service-item {
        min-height: 410px;
    }
    .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) {
    .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: 34px;
    }
    .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: 10px !important;
    }
    .slidertext1 {
        font-size: 56px;
    }
    .slidertext2 {
        font-size: 30px;
    }
    .slidertext3 {
        line-height: 6px !important;
    }
    .four-zero-page h2 {
        font-size: 140px;
    }
    .four-zero-page h3 {
        font-size: 18px;
    }
    .innerHeading-wrap h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 320px) {
    .news-block-one .post-meta li a {
        font-size: 12px;
    }
}

.success {
    border: 1px solid green;
    background-color: green;
    color: white;
    display: block;
}

.error {
    border: 1px solid #cc0000;
    background-color: red;
    color: white;
    display: block;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    left: 100px;
    display: none;
    text-indent: -9999px;
    background: url('icon_top.png') no-repeat;
    background-color: #000;
}