@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none
}

html,
body {
    height: 100%;
    font-size: 14px;
    color: gray;
    font-family: poppins, sans-serif;
    vertical-align: baseline;
    line-height: 26px
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin: 0 0 10px;
    text-align: justify;
}

.mb-10{margin-bottom:10px !important;}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-weight: 500;
   font-family: 'Oswald', sans-serif;
    color: #071c2e
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

a {
    transition: all .5s ease-out;
    text-decoration: none;
    color: #071c2e
}

a:active,
a:hover {
    outline: 0;
    color: #071c2e;
    text-decoration: none
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

::-moz-selection {
    background: #f68f33;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #f68f33;
    text-shadow: none;
    color: #fff
}

textarea:focus,
input:focus {
    outline: none
}

.slider-overlay {
    background-color: rgb(0 0 0 / 14%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1
}

.images-overlay {
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0
}
.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px
}
.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-70 {
    padding-bottom: 70px
}

.bg-color {
    background: #fbfbfb
}

.no-padding-left {
    padding-left: 0
}

.no-padding-right {
    padding-right: 0
}

.bg-gray {
    background: #f0f0f0
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
    right: 0;
    bottom: 0
}

.imageWrap {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}
.imageWrap:before {
    content: "";
    position: absolute;
    background: linear-gradient(transparent, #fff 60%, transparent);
    height: 100%;
    transform: rotate(90deg) scale(7);
    width: 310px;
    left: 0;
    -webkit-animation: fadeAnimate2 3s;
    -moz-animation: fadeAnimate2 3s;
    -ms-animation: fadeAnimate2 3s;
    -o-animation: fadeAnimate2 3s;
    animation: fadeAnimate2 3s;
    animation-iteration-count: infinite;
}
@keyframes fadeAnimate2 {
  from { left:0 }
  to   { left: 100%; }
}
#scrollUp {
    background: #f68f33 none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 5px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 40px
}

#scrollUp:hover {
    opacity: 1;
    color: #fff !important;
    background: #c9c00
}

#scrollUp i {
    display: block;
    font-weight: 700;
    padding-top: 11px
}
.hd-sec{background: #f68f33;}
.header-top {
    background: #5c676d;
    overflow: hidden;
}

.header-left {
    padding: 10px 0
}
.header-left a {color:#fff;}
.header-left ul {
    display: inline-block
}

.header-left li {
    padding-right: 40px;
    position: relative;
    display: inline-block;
    color: #071c2e
}

.header-left li:last-child {
    padding-right: 0
}

.header-left li i {
    color: #fff;
    font-size: 20px;
    margin-right: 15px
}

.header-right-div {
    text-align: right;
    position: relative;
    z-index: 2
}

.header-right-div::before {
    position: absolute;
    content: "";
    background: #4b5458;
    width: 5000px;
    height: 64px;
    top: 0;
    left: 0;
    transform: skew(-48deg);
    z-index: -2
}

.follow-title {
    color: #f68f33
}

.header-right a span {
    margin-left: 10px
}

.soical-profile {
    padding-top: 7px
}

.soical-profile,
.soical-profile li {
    display: inline-block
}

.soical-profile li a i {
    color: #d5d4d4;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%
}

.soical-profile li a i:hover {
    background: #f68f33;
    color: #fff;
    transition: all .4s ease 0s
}

.header-v2-top {
    background: #071c2e;
    overflow: hidden
}

.header-v2-top-intro {
    float: left;
    text-align: left
}

.header-v2-intro {
    display: inline-block;
    padding-right: 44px;
    position: relative;
    padding-top: 10px
}

.header-v2-intro:last-child {
    padding-right: 0
}

.header-v2-intro::before {
    border-right: 1px solid #ddd;
    content: "";
    height: 20px;
    position: absolute;
    right: 20px;
    top: 18px
}

.header-v2-intro:last-child:before {
    display: none
}

.header-v2-icon {
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    position: relative;
    top: -15px;
    width: 40px
}

.header-v2-text {
    text-align: left;
    display: inline-block
}

.header-v2-text h5 {
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px
}

.header-v2-text a {
    color: gray
}

.header-v2-top .header-right-div::before {
    background: 0 0;
    height: 100px
}

.header-v2-top .soical-profile li a i {
    color: #071c2e;
    background: #f68f33;
    border-radius: 0
}

.header-v2-top .soical-profile li a i:hover {
    background: #fff
}

.header-v2-top .soical-profile {
    padding-top: 18px
}

.logo {
    padding: 8px 0
}

.menu {
    display: inline-block;
    width: 100%
}

.main-menu {
    display: inline-block;
    text-align: right;
    margin-right: 40px
}

.main-menu ul {
    margin: 0;
    padding: 0;
    position: relative
}

.main-menu ul li {
    display: inline-block;
    padding: 0;
    position: relative
}

.main-menu ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 26px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease 0s;
    position: relative;
    font-weight: 600
}

.main-menu ul li ul:hover .main-menu ul li a {
    background: #fafafa
}

.main-menu ul li a:hover {
    transition: all .4s 0s ease;
        border-bottom: 2px solid;

}

.main-menu ul ul {
    background: #071c2e none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 106px;
    transition: all .4s ease 0s;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease 0s;
    border-top: 2px solid #f68f33
}

.main-menu ul ul li {
    float: none;
    width: 220px
}

.main-menu ul ul li a {
    line-height: 120%;
    padding: 10px 20px;
    color: #ddd;
    text-transform: capitalize;
    border-bottom: 1px solid #162f45
}

.main-menu ul ul li a:hover {
    color: #f68f33;
    background: #fff
}

.main-menu ul ul ul {
    top: 0;
    left: 100%
}

.main-menu ul li:hover ul {
    visibility: visible;
    transition: all .4s ease 0s;
    opacity: 1
}

.main-menu ul li a i {
    margin-left: 6px
}

.search-bar-icon {
    display: inline-block;
    padding: 22px 0;
    position: absolute;
    right: 0;
    top: 0
}

.site-search span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    transition: all .4s ease 0s;
    border: 1px solid #071c2e
}

.site-search.open span i.fa-search::before {
    content: "\f00d" !important
}

.site-search i {
    color: #071c2e
}

.search-forum>form {
    display: inline-flex;
    background: #fff;
    padding: 18px 20px;
    border-top: 2px solid #f68f33;
}

.search-forum input[type=text] {
    padding: 10px;
    border: 1px solid #ddd;
    width: 200px
}

.search-forum input[type=submit] {
    padding: 10px;
    background: #22253a;
    color: #fff
}

.search-forum {
    left: -233px;
    position: absolute;
    top: 105px;
    transition: all .4s ease 0s;
    z-index: 2
}

.search-forum.dropdown-menu {
    padding: 0;
    border: 0
}

.animation {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideUpIn {
    0% {
        -webkit-transform: translateY(40px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
    0% {
        -webkit-transform: translateY(40px)
    }
}

@keyframes slideUpIn {
    0% {
        transform: translateY(40px)
    }
    100% {
        transform: translateY(0)
    }
    0% {
        transform: translateY(40px)
    }
}

.slideUpIn {
    -webkit-animation-name: slideUpIn;
    animation-name: slideUpIn
}

.hd-sec.sticky_menu {
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25)
}

.appoitment-button {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 14px 0;
    display: inline-block;
    width: 100%;
    text-align: right
}

.appoitment-button a {
    background: #121212;
    padding: 12px 26px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}

.appoitment-button a:hover {
    background: #071c2e;
    color: #fff
}

.all-slide .owl-item {
    height: 500px;
}

.all-slide .single-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%
}

.slider-wrapper {
    width: 1170px;
    padding: 15px 0;
    margin: 0 auto;
    height: 100%
}

.slider-text {
    left: 0;
    position: relative;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: left
}

.slider-caption {
    width: 780px
}

.slider-caption span.subtitle {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize
}

.slider-text ul {
    margin-top: 20px
}

.slider-text h1 {
    color: rgba(7, 41, 72, .95);
    font-size: 48px;
    text-transform: capitalize;
    line-height: 60px;
    margin-bottom: 10px
}

.slider-text h1>span {
    color: #f68f33
}

.slider-text p {
    color: #fff
}

.slider-text li {
    display: inline-block
}

.slider-text li a {
    background: #f68f33;
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    transition: .5s;
    font-weight: 600;
    position: related;
    transition: all .4s ease 0s;
    margin-right: 10px
}

.slider-text li a:hover:before {
    visibility: visible;
    transition: all .4s ease 0s;
    margin-left: 0;
    opacity: 1
}

.slider-text li a:before {
    content: "\f178";
    font-family: fontawesome;
    float: right;
    top: 0;
    position: relative;
    color: #fff;
    padding-left: 10px;
    transition: all .4s ease 0s;
    margin-left: -50px;
    visibility: hidden;
    opacity: 0
}

.slider-text li a:hover {
    background: #f68f33;
    color: #fff;
    transition: all .4s ease 0s;
    border-color: #f68f33
}

.slider-text li:last-child a {
    background: #fff;
    color: #f68f33
}

.slider-text li:last-child a:hover {
    background: #071c2e;
    color: #fff;
    transition: all .4s ease 0s;
    border-color: #071c2e
}

.all-slide .owl-controls {
    position: absolute;
    bottom: 80px;
    width: 768px;
    z-index: 99;
    text-align: right;
    left: 0;
    margin: 0 auto;
    right: 0
}

.all-slide .owl-controls .owl-nav {
    display: inline-block
}

.all-slide .owl-controls .owl-buttons div {
    background: 0 0;
    opacity: 1
}

.all-slide .owl-controls .owl-prev {
    left: -50px;
    position: relative;
    transition: all .4s ease 0s;
    display: inline-block;
    float: left
}

.all-slide:hover .owl-prev {
    transition: all .4s ease 0s
}

.all-slide .owl-controls .owl-next {
    position: absolute;
    transition: all .4s ease 0s
}

.all-slide:hover .owl-next {
    transition: all .4s ease 0s
}

.all-slide .owl-controls .owl-prev i,
.all-slide .owl-controls .owl-next i {
    background: 0 0;
    color: #fff;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s ease-out 0s;
    width: 40px;
    border: 1px solid #fff
}

.all-slide .owl-controls .owl-next i {
    background: #f68f33;
    border-color: #f68f33
}

.all-slide .owl-controls .owl-next i:hover {
    transition: all .5s ease-out 0s;
    background: #f68f33;
    color: #fff;
    border-color: #f68f33
}

.all-slide .owl-controls .owl-prev i:hover {
    transition: all .5s ease-out 0s;
    background: #f68f33;
    color: #fff;
    border-color: #f68f33
}

.header-right span {
    color: #fff
}

.header-right span i {
    margin-right: 10px
}

.hd-search-field {
    position: absolute;
    right: 24px;
    top: 5px
}

.hd-search-field form {
    width: 190px;
    position: relative
}

.hd-search-field input[type=text] {
    background: 0 0;
    padding: 3px 35px 3px 10px;
    width: 100%;
    border: 1px solid #858484;
    border-radius: 6px
}

.hd-search-field button {
    background: 0 0;
    color: #fff;
    position: absolute;
    padding: 4px 10px;
    right: 0;
    top: 0
}

.hd-search-field button i {
    color: #858484
}

.blog-sec .pagination.custom-pagination {
    text-align: left;
    width: 100%
}

.pagination.custom-pagination li {
    display: inline-block
}

.pagination.custom-pagination li a {
    color: #999;
    font-size: 16px;
    font-weight: 600;
    height: 36px;
    line-height: 22px;
    margin: 2px 5px;
    width: 36px;
    border: none;
    border-radius: 0%;
    text-align: center;
    border: 1px solid #fafafa
}

.pagination.custom-pagination li.active a {
    background: #f68f33 none repeat scroll 0 0;
    color: #071c2e;
    border: 0
}

.pagination.custom-pagination li a:hover {
    background: #f68f33 none repeat scroll 0 0;
    color: #071c2e;
    border-color: #f68f33
}

.blog-sec a.blog-btn {
    color: #8d8d8d;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    display: inline-block;
    width: 150px;
    height: 50px;
    text-align: center;
    padding: 10px;
    border: 1px solid #fafafa
}

.single-post:hover a.blog-btn {
    background: #f68f33;
    color: #071c2e;
    border-color: #f68f33
}

.slider.slider-v2 .slider-text {
    text-align: center
}

.slider.slider-v2 .slider-caption {
    text-align: center;
    margin: 0 auto
}

.slider.slider-v2 .all-slide .owl-controls {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    height: 0
}

.slider.slider-v2 .all-slide .owl-controls .owl-nav {
    position: absolute;
    width: 100%;
    left: 0
}

.slider.slider-v2 .all-slide .owl-controls .owl-prev {
    left: 50px;
    position: absolute
}

.slider.slider-v2 .all-slide .owl-controls .owl-next {
    right: 50px;
    position: absolute
}

.about-img img {
    width: 100%;
    position: relative
}

.about-img::before {
    border: 10px solid rgba(0, 0, 0, .3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9
}

.about-img {
    position: relative
}

.about-desc h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
    font-weight: 700
}

.about-desc h1 span {
    color: #f68f33
}

.about-desc span.about-subtitle {
    color: #f68f33;
    text-transform: capitalize
}

.about-desc a {
    background: #f68f33;
    padding: 12px 26px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #071c2e;
    position: relative
}

.about-desc a:before {
    content: "\f178";
    font-family: fontawesome;
    float: right;
    top: 0;
    position: relative;
    color: #071c2e;
    padding-left: 10px;
    transition: all .4s ease 0s
}

.about-sec {
    background: #fafafa
}

.company-ceo-info h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px
}

.company-ceo-info span {
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    font-size: 16px
}

.company-mission {
    margin-top: 20px
}

.company-mission h2 a {
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
    color: #071c2e
}

.company-mission a {
    color: #f68f33;
    text-transform: capitalize;
    font-weight: 700
}

.vedio-inner {
    position: relative;
    margin-bottom: 40px
}

.vedio-overly {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .1)
}

.vedio-button {
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    position: relative
}

.vedio-inner img {
    width: 100%
}

.vedio-button {
    position: relative;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
    border-radius: 50%;
    background-color: transparent;
    background-image: url(../img/icon/play_button.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    margin: 0 auto
}

.vedio-button a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.vedio-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

.about-tab {
    margin-bottom: 40px
}

.about-tab li {
    display: inline-block;
    margin-right: 10px;
    transition: all .4s ease 0s
}

.about-tab li a:hover {
    background: #f68f33 none repeat scroll 0 0;
    transition: all .4s ease 0s;
    color: #fff;
    border-color: #f68f33
}

.about-tab li.active a {
    border-color: #f68f33;
    color: #071c2e;
    background: #f68f33
}

.about-tab li.active a:hover {
    color: #fff
}

.about-tab li a {
    font-weight: 400;
    width: 130px;
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #999;
    text-transform: capitalize;
    border: 1px solid #f0f0f0
}

.sec-title {
    text-align: center;
    margin: 0 150px 50px
}
.sec-title-left{text-align: left; margin:0;}
.sec-title .about-subtitle, .sec-title-left .about-subtitle{color:#f68f33;font-weight: 600;}
.sec-title h1, .sec-title-left h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #071c2e;
    font-weight: 500;margin-bottom: 7px;
   
}
 .sec-title-left .border-shape {
    background: #ddd;
    display: block;
    height: 1px;
    left: -6px;
    margin: 0;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 266px;margin-bottom:20px;
    
}
.sec-title h1 span, .sec-title-left h1 span{
    font-weight: 400
}

.border-shape::before {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 90px;
    margin: 0 auto;
    left: 0;
    right: 0
}

.border-shape {
    background: #ddd;
    display: block;
    height: 1px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 350px
}

.border-shape::after {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 6px;
    width: 70px;
    margin: 0 auto;
    left: 0;
    right: 0
}

.sec-title p {
    margin-bottom: 0
}

.service-sec-title h2 {
    font-size: 28px
}

.service-sec-title a {
    display: inline-block;
    padding: 12px 36px;
    background: #f68f33;
    color: #071c2e
}

.service2-sec {
    overflow: hidden;
    background: #f9f9f9
}

.service2-icon {
    width: 40px;
    margin-right: 10px;
    margin-top: 10px
}

.service2-inner::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .4s ease 0s;
    top: 0
}

.service2-inner:hover.service2-inner::before {
    height: 0;
    transition: all .4s ease 0s
}

.service2-inner:hover .service2-details h2 a {
    color: #071c2e
}

.service2-inner:hover .service2-details {
    color: #071c2e
}

.service2-inner {
    background: #f68f33;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    z-index: 3
}

.service2-inner .media {
    padding: 10px
}

.service2-details h2 {
    margin-top: 10px;
    margin-bottom: 10px
}

.service2-details h2 a {
    display: inline-block;
    width: 100%;
    font-size: 20px
}

.service2-sec:hover .service2-item::before {
    bottom: -144px;
    transition-delay: .9s
}

.service2-item::before {
    position: absolute;
    content: "";
    background-image: url(../img/why-choose-bg.html);
    width: 413px;
    height: 342px;
    bottom: -244px;
    right: -100px;
    background-repeat: no-repeat;
    z-index: -1;
    right: -225px;
    transition: .9s;
    -webkit-transition: .9s;
    -khtml-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s
}

.service2-item {
    position: relative;
    display: inline-block;
    z-index: 2
}

.service2-sec.service-box-v2 {
    background: #fff
}

.service2-inner.service-v2-box {
    border: 1px solid #f2f2f2
}

.consult-form-sec {
    background-color: #fff;
    background-image: url(../img/count_up_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.consult-form::before {
    background-color: rgba(7, 41, 72, .95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -9
}

.consult-form {
    color: #fff;
    display: inline-block;
    float: right;
    padding: 50px 0 50px 50px;
    position: relative;
    text-align: left;
    z-index: 9
}

.consult-form h5 {
    font-size: 18px;
    font-weight: 600;
    color: #f68f33;
    font-style: italic;
    text-transform: uppercase
}

.consult-form>h1 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    margin-top: 20px
}

.consult-form input[type=text],
.consult-form input[type=email] {
    background: 0 0;
    border: 1px dashed #fff;
    padding: 10px;
    color: #f68f33 !important;
    width: 100%;
    font-weight: 600;
    font-size: 14px
}

.consult-form input[type=submit] {
    background: #f68f33 none repeat scroll 0 0;
    border-bottom: 2px solid #ddaf01;
    color: #fff;
    font-weight: 700;
    padding: 14px 30px;
    text-transform: uppercase
}

.consult-form .col-md-6 {
    margin-bottom: 20px
}

.checkbox-field {
    margin-top: 40px
}

.consult-form input[type=checkbox]:not(:checked),
.consult-form input[type=checkbox]:checked {
    position: absolute;
    left: -9999px
}

.consult-form input[type=checkbox]:not(:checked)+label,
.consult-form input[type=checkbox]:checked+label {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding-left: 40px;
    position: relative
}

.consult-form input[type=checkbox]:not(:checked)+label:before,
.consult-form input[type=checkbox]:checked+label:before {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 15px;
    margin-top: 10px;
    border-radius: 2px
}

.consult-form input[type=checkbox]:not(:checked)+label:after,
.consult-form input[type=checkbox]:checked+label:after {
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 10px;
    left: 2px;
    line-height: .8;
    position: absolute;
    top: 9px;
    transition: all .2s ease 0s
}

.consult-form input[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.consult-form input[type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.consult-form input[type=text]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.consult-form input[type=email]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.consult-form textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.consult-form option::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.consult-form input[type=text]::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.consult-form input[type=email]::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.consult-form textarea::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.consult-form option::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.consult-form-sec.consult-form-v2 {
    position: relative
}

.consult-form-v2-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: rgba(7, 41, 72, .95)
}

.consult-form-v2.consult-form input[type=text],
.consult-form-v2.consult-form input[type=email] {
    border: 1px solid #fff
}

.consult-form-v2.consult-form textarea {
    width: 100%;
    background: 0 0;
    border: 1px solid #fff;
    height: 100px;
    margin-bottom: 30px
}

.consult-form-v2.consult-form::before {
    display: none
}

.support-man {
    position: absolute;
    left: 0;
    bottom: 0
}

.gallery-sec {
    background: #fafafa none repeat scroll 0 0;
    padding: 90px 0
}

.simplefilter {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%
}

.shorttitle {
    display: none
}

.simplefilter li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: capitalize;
    background: #071c2e;
    margin: 0 5px
}

.simplefilter li:hover {
    transition: all .5s ease-out 0s;
    background: #f68f33;
    color: #fff
}

.simplefilter li.active {
    background: #f68f33;
    color: #fff;
    position: relative
}

.simplefilter li.active:hover {
    transition: all .5s ease-out 0s;
    background: #f68f33;
    color: #fff
}

.gallery-item {
    position: relative;
    overflow: hidden
}

.gallery-item:hover .gallery-button h2 a {
    top: 0;
    transition: all .4s ease 0s
}

.gallery-button h2 a {
    color: #071c2e;
    text-transform: capitalize;
    font-size: 20px;
    top: -100px;
    position: relative;
    transition: all .4s ease 0s
}

.gallery-button a i {
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 60px
}

.project-gallery .inner {
    width: 25%;
    display: inline-block;
    float: left
}

.gallery-sec .gallery-item {
    margin-bottom: 30px
}

.gallery-sec .simplefilter li.active {
    color: #fff;
    background: #f68f33
}

.gallery-item:hover .project-project-gallery-overlay {
    visibility: visible;
    opacity: 1;
    transition: all .4s ease 0s
}

.gallery-item:hover .gallery-button a i {
    bottom: 0;
    transition: all .4s ease 0s
}

.project-project-gallery-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(191 191 191 / 25%);
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease 0s
}

.project-gallery-overlay-text {
    text-align: center
}

.project-gallery-overlay-text {
    transform: translateY(-50%);
    top: 50%;
    position: relative
}

.project-gallery-overlay-text .gallery-button a i {
    color: #071c2e;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #071c2e;
    border-radius: 100%;
    line-height: 50px;
    bottom: 0;
    position: relative;
    transition: all .4s ease 0s
}

.project-gallery-overlay-text .gallery-button a i:hover {
    background: #071c2e;
    color: #fff;
    border-color: #071c2e;
    transition: all .4s ease 0s
}

.nav-page {
    text-align: center;
    margin-top: 20px
}

.nav-page ul li {
    display: inline-block
}

.nav-page ul li a:hover {
    color: #f68f33
}

.nav-page li.active a {
    color: #f68f33
}

.details-text img {
    margin-bottom: 20px
}

.details-text h2 a,
.project-details-info h2 {
    color: #071c2e;
    font-size: 24px;
    text-transform: capitalize
}

.details-text h2,
.related-project h2 {
    font-size: 22px;
    text-transform: capitalize
}

.project-details-info ul li {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    padding: 6px 0
}

.project-details-info ul li span {
    float: right
}

.project-details-info {
    padding: 50px 40px;
    background: #fafafa
}

.service-details-img img {
    width: 100%
}

.details-text h2,
.related-project h2 {
    font-size: 22px;
    text-transform: capitalize
}

.project-details-info ul li {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    padding: 6px 0
}

.project-details-info ul li span {
    float: right
}

.project-details-info {
    padding: 50px 40px;
    background: #fafafa
}

.service-details h2 a,
.service-details-text h2,
.contact-field.service-details h2,
.brochures h2 {
    color: #071c2e;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize
}

.service-details-text {
    margin-top: 30px
}

.brochures li:first-child::before {
    content: "\f1c1";
    font-family: fontawesome;
    left: 0;
    top: 0;
    position: relative;
    color: #fff;
    padding-right: 10px
}

.brochures li:last-child::before {
    content: "\f0f6";
    font-family: fontawesome;
    left: 0;
    top: 0;
    position: relative;
    color: #fff;
    padding-right: 10px
}

.brochures li {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    position: relative;
    background: #f68f33;
    margin-bottom: 5px
}

.brochures li a {
    color: #071c2e;
    font-weight: 600;
    font-size: 14px
}

.brochures li:hover {
    background: #f68f33
}

.brochures li:hover a {
    color: #fff
}

.brochures li:hover::before {
    color: #fff
}

.brochures li:hover i {
    color: #fff
}

.brochures li a span {
    float: right;
    color: #fff
}

.service-sec {
    background: #4cc700 none repeat scroll 0 0;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

.service-sec-overlay {
    background-color: rgb(255 255 255 / 0%);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.service-title span {
    color: #f68f33;
    font-size: 20px;
    font-style: italic
}

.service-title h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px
}

.service-content .media-left {
    padding-right: 0
}

.service-icon {
   width: 52px;
    height: 55px;
    background: #e7e7e7;
    line-height: 36px;
    text-align: center;
    padding: 10px;
}
.service-icon i{color:#f8852c}
.service-text::before {
    content: "";
    position: absolute;
    background: #f68f33;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -2;
    transition: all .4s ease 0s
}

.service-text {
    background: #acacac;
    padding-left: 10px;
    display: inline-block;
    width: 100%;
    padding: 14px 0;
    padding-left: 20px;
    position: relative;
    z-index: 3;
    transition: all .4s ease 0s;
}

.service-item:hover .service-text::before {
    width: 100%
}

.service-text p {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 16px
}

.service-text h2 {
    margin-bottom: 4px;
    color:#000;
}
.service-item:hover .service-text h2 a{color:#fff}
.service-text h2 a {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    color:#000;
}

.all-service-item .owl-controls {
    position: absolute;
    top: -90px;
    right: 0;
    z-index: 99
}

.all-service-item .owl-controls .owl-buttons div {
    background: 0 0;
    opacity: 1
}

.all-service-item .owl-controls .owl-prev {
    left: -85px;
    position: absolute;
    transition: all .4s ease 0s
}

.all-service-item .owl-controls .owl-next {
    right: 0;
    position: absolute;
    transition: all .4s ease 0s
}

.all-service-item .owl-controls .owl-prev i {
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s ease-out 0s;
    width: 40px
}

.all-service-item .owl-controls .owl-next i {
    background: #f68f33;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s ease-out 0s;
    width: 40px
}

.all-service-item .owl-controls .owl-next i:hover {
    transition: all .5s ease-out 0s;
    background: #333;
    color: #fff;
    border-color: #333
}

.all-service-item .owl-controls .owl-prev i:hover {
    transition: all .5s ease-out 0s;
    background: #f68f33;
    color: #fff;
    border-color: #f68f33
}

.all-service-item.owl-carousel .owl-item .service-icon img {
    width: auto;
    height: auto;
    display: inline-block
}

.count-up-sec {
    background: #071c2e none repeat scroll 0 0;
    padding: 76px 0;
    background-image: url(../img/count_up_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed
}

.count-up-sec-overlay {
    background-color: rgba(7, 41, 72, .95);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.counting_sl {
    text-align: center
}

.countup-icon {
    display: inline-block;
    height: 70px;
    margin-bottom: 16px;
    text-align: center;
    width: 70px
}

.counting_sl h2 {
    color: #f68f33;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0
}

.counting_sl h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 400
}

.count-up-man-img {
    position: absolute;
    right: 0;
    bottom: 0
}

.count-up-v2-title h1 {
    color: #fff
}

.count-up-v2-title p {
    color: #f2f2f2
}

.counting_sl.count-up-v2-item {
    text-align: left;
    margin-top: 30px
}

.faq-free-consult-sec {
    overflow: hidden;
    position: relative
}

.faq-free-consult-sec::before {
    position: absolute;
    content: "";
    background: #071c2e;
    width: 5000px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2
}

.about-us-contact {
    position: relative;
    background: #fff
}

.about-us-contact .contact-field {
    border: 1px solid #ddd;
    padding: 35px
}

.about-us-contact-title {
    position: relative
}

.contact-title-border {
    width: 1px;
    height: 10px;
    display: inline-block;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px
}

.about-us-contact .contact-field input,
.about-us-contact .single-input-field textarea {
    border-color: #ddd
}

.about-us-contact-title h1 {
    display: inline-block;
    width: 100%;
    background: #f68f33;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    margin-bottom: -1px
}

.about-us-contact .contact-field input[type=submit] {
    background: #f68f33 none repeat scroll 0 0;
    border: 1px solid #f68f33;
    border-radius: 100px
}

.faq-sec .sec-title {
    text-align: left;
    margin-bottom: 30px;
    margin: 0
}

.faq-sec .panel-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600px
}

.faq-sec .panel-content {
    padding: 0 20px 20px;
    color: #777
}

.faq-img {
    display: inline-block;
    width: 100%
}

.faq-img img {
    width: 100%
}

.faq-sec .panel-heading {
    margin-bottom: 0;
    padding: 20px;
    border: 1px solid #edf2f6;
    border-radius: 0;
    margin-bottom: 10px
}

.faq-sec .panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0 1px 1px transparent
}

.faq-sec .panel-heading a {
    color: #282828;
    display: inline-block;
    font-size: 18px;
    width: 100%;
    font-weight: 600
}

.faq-sec .panel-title a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f106";
    color: #777
}

.faq-sec .panel-title a.collapsed:before {
    float: right !important;
    content: "\f107";
    color: #777
}

.faq-sec .panel-title>a:hover,
.faq-sec .panel-title>a:active,
.faq-sec .panel-title>a:focus {
    text-decoration: none;
    color: #777
}

h1.faq-style1-title {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 700;
    color: #071c2e;
    line-height: 40px;
    margin-bottom: 50px
}

.faq-title {
    color: #f68f33
}

.faq-style1-sec .panel {
    background: 0 0
}

.faq-style1-sec .panel-content {
    padding-bottom: 20px;
    color: #999
}

.faq-style1-sec .panel-heading {
    margin-bottom: 15px;
    padding: 0
}

.faq-style1-sec .panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0 1px 1px transparent;
    padding-bottom: 15px !important;
    transition: all .4s ease 0s
}

.faq-style1-sec .panel-heading a {
    color: #071c2e;
    display: inline-block;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    font-family: poppins, sans-serif
}

.faq-style1-sec .panel-title>a:hover,
.faq-sec .panel-title>a:active,
.faq-style1-style1-sec .panel-title>a:focus {
    text-decoration: none;
    color: #f68f33
}

.single-post {
    display: inline-block;
    margin-bottom: 30px
}

.single-blog.inner .single-post {
    margin-bottom: 10px
}

.blog-detail-page .single-post-text {
    padding: 0;
    margin-top: 25px
}

.single-blog.inner .single-post img {
    margin-bottom: 25px
}

.single-blog.inner {
    margin-bottom: 40px
}

.single-post-thumb {
    position: relative;
    overflow: hidden
}

.single-post:hover .single-post-thumb img {
    transform: scale(1.2);
    transition: all .4s ease 0s
}

.project-gallery .inner:hover .gallery-item img {
    transform: scale(1.2);
    transition: all .4s ease 0s
}

.service-item .inner:hover .service-thumb img {
    transform: scale(1.2);
    transition: all .4s ease 0s
}

.single-post-thumb img,
.gallery-item img,
.service-thumb img {
    transform: scale(1);
    transition: all .4s ease 0s
}

.service-item .inner:hover h2 a,
.service2-inner:hover h2 a {
    color: #f68f33
}

.single-post:hover a.blog-readmore {
    color: #f68f33
}

.single-post:hover .single-post-thumb-overlay {
    visibility: visible;
    bottom: 0;
    transition: all .4s ease 0s
}

.single-post-text h2 {
    margin-bottom: 0
}

.single-post-thumb-overlay {
    position: absolute;
    bottom: -100%;
    width: 100%;
    visibility: hidden;
    transition: all .4s ease 0s
}

.single-post-text {
    padding: 10px;
    border: 1px solid #f2f2f2
}

.post-meta {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px
}

.post-info {
    display: inline-block;
    width: 100%;
    padding: 14px 0
}

.post-meta li span {
    color: #8d8d8d;
    font-weight: 400;
    margin-right: 10px
}

.post-meta li {
    display: inline-block;
    margin-right: 5px;
    text-transform: capitalize;
    padding-right: 10px
}

.post-meta li:last-child {
    float: right;
    margin-right: 0
}

.post-meta a i {
    color: #f68f33;
    margin-right: ;
    margin-right: 10px
}

.post-meta li a {
    font-size: 16px;
    margin-top: 10px;
    text-transform: capitalize
}

.post-tags {
    display: inline-block;
    float: right
}

.blog-title h2 {
    color: #0f0f0f;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px
}

.single-post-text a {
    color: #071c2e;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    text-transform: capitalize
}

a.blog-readmore {
    color: #f68f33;
    text-transform: capitalize;
    font-size: 16px
}

.pst_info {
    float: left;
    display: inline-block
}

.post-date h2 {
    background: #f68f33;
    text-align: center;
    padding: 10px 5px;
    font-size: 18px;
    color: #fff
}

.blog-title {
    padding-bottom: 20px
}

.single-post img {
    width: 100%
}

.comment-list {
    border: 1px solid #fafafa;
    font-size: 18px;
    padding: 14px;
    text-align: center
}

.comment-list h5 {
    margin-bottom: 0
}

.post-meta li:last-child {
    float: right
}

.post-meta li:last-child {
    float: right
}

.single-post-text li a {
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin-left: 1px;
    padding-right: 2px;
    text-transform: capitalize
}

.post-date h1 {
    background: #f3af1e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-top: 13px;
    padding: 15px;
    text-align: center;
    text-transform: none
}

.commentar-sec img {
    float: left;
    margin-right: 20px;
    width: 100px;
    border-radius: 100%;
    height: 100px
}

.single-post .single-input-fieldsbtn input[type=submit] {
    width: 170px;
    height: 50px;
    padding: 10px 0;
    background: #f68f33;
    border-color: #f68f33
}

.comment-author {
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #071c2e
}

.comment-author-designation {
    font-size: 14px;
    color: #858484;
    font-style: italic
}

.comment-time {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    margin-top: 25px
}

.commentar-sec .media.mt-3 {
    margin-top: 40px
}

.single-post .contact-field h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform: capitalize;
    font-weight: 700;
    color: #071c2e
}

.commentar-sec h2 {
    margin-top: 50px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 50px;
    font-size: 20px
}

.replay-button {
    display: inline-block;
    width: 100%
}

.replay-button a {
    color: #f68f33;
    font-weight: 600;
    text-transform: capitalize
}

.replay-button a:hover {
    color: #f68f33
}

.commentar-sec .media-body p a {
    color: #7e7e7f;
    font-weight: 600;
    font-size: 15px
}

.commentar-sec.author ul li {
    display: inline-block;
    margin-right: 20px
}

.commentar-sec.author {
    position: relative
}

.commentar-sec.author ul li a i {
    color: #cbc8c8
}

.commentar-sec.author ul li a i:hover {
    transition: all .4s ease 0s;
    color: #29ace4
}

.commentar-sec.author .media-body {
    padding-left: 100px
}

.commentar-sec.author .media {
    background: #fafafa none repeat scroll 0 0;
    border-radius: 30px;
    padding: 30px 0;
    margin-left: 20px
}

.author-thumb {
    border-radius: 100%;
    float: left;
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 70px;
    width: 100px
}

.author-thumb img {
    height: 100%;
    width: 100%
}

.pagination.custom-pagination {
    text-align: center;
    width: 100%
}

.code-text {
    font-style: italic;
    padding: 10px 40px;
    position: relative
}

.code-text::before {
    color: #f68f33;
    content: "";
    font-family: fontawesome;
    font-size: 30px;
    left: 20px;
    position: absolute;
    top: 16px;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    font-style: normal
}

.post-share-link {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
    margin-top: 30px
}

.post-share-link span {
    color: #f68f33;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 0;
    display: inline-block
}

.post-share-link ul {
    display: inline-block;
    float: right;
    padding: 10px 0
}

.post-share-link li {
    display: inline-block;
    margin-right: 20px
}

.post-share-link li a {
    color: #cbc8c8
}

.post-share-link li a:hover {
    color: #f68f33;
    transition: all .4s ease 0s
}

.sidebar h1 {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
    width: 100%;
    color: #071c2e;
    position: relative;
    padding-bottom: 10px;
    font-weight: 700
}

.search-field {
    margin-bottom: 40px
}

.search-field form {
    display: inline-block;
    width: 100%;
    position: relative
}

.search-field input[type=text] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fafafa;
    padding: 10px 35px 10px 10px;
    width: 100%
}

.search-field button {
    color: #071c2e;
    padding: 10px;
    position: absolute;
    right: 0;
    background: #f68f33;
    top: 0
}

.blog-sec .inner:nth-child(2n+1) {
    clear: both
}

.abt_dec>p {
    margin-top: 20px
}

.sidebar ul li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all .4s ease-in-out 0s
}

.sidebar ul li a:hover {
    transition: all .4s ease-in-out 0s;
    color: #f68f33
}

.widget-two {
    margin: 40px 0
}

.widget-archive li {
    display: inline-block;
    position: relative;
    width: 100%;
    background: #fafafa;
    padding: 10px 20px;
    color: #777;
    background: #;
    margin-bottom: 5px
}

.widget-archive li:hover {
    background: #f68f33;
    color: #fff;
    transition: all .4s ease-in-out 0s
}

.widget-archive li a:hover {
    color: #fff !important;
    transition: all .4s ease-in-out 0s
}

.widget-archive li:last-child {
    border-bottom: none
}

.widget-cat li:last-child {
    border-bottom: none
}

.widget-archive li a {
    color: #777;
    display: inline-block;
    width: 100%
}

.widget-archive li a span {
    float: right
}

.widget-cat li {
    position: relative
}

.widget-cat li {
    padding: 10px 0;
    border-bottom: 1px solid #ececec
}

.widget-cat li a span {
    float: right
}

.widget-tag li a:hover {
    transition: all .4s ease-in-out 0s;
    color: #f68f33 !important
}

.relative-post h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #999
}

.single_r_dec li {
    display: inline-block;
    margin-right: 10px
}

.single_r_dec li a {
    font-weight: 600;
    text-transform: capitalize
}

.single_r_dec li a i {
    color: #f68f33;
    margin-right: 5px
}

.relative-post {
    display: inline-block;
    padding: 12px 0;
    width: 100%
}

.relative-post-thumb {
    float: left;
    margin-right: 25px
}

.single_r_dec h3 a {
    color: #25292f;
    font-weight: 600
}

.single_r_dec li:last-child {
    float: right
}

.single_r_dec a:hover {
    transition: all .4s ease-in-out 0s;
    color: #f68f33
}

.all_r_pst .media {
    margin-top: 0
}

.widget-tag a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 8px 14px;
    color: #c3c3c3;
    font-weight: 600;
    border: 1px solid #fafafa
}

.widget-tag li a:hover {
    background: #f68f33;
    border-color: #f68f33;
    color: #fff !important
}

.author_dec h3 {
    margin: 0;
    color: #071c2e;
    font-size: 14px;
    margin-bottom: 11px
}

.author_info {
    border-bottom: 1px solid #e3e3e3;
    display: inline-block;
    padding: 22px 0;
    margin-bottom: 30px
}

.author_info>img {
    float: left;
    margin-right: 35px;
    height: 80px
}

.social_link {
    margin: 0;
    padding: 0;
    float: right;
    display: inline-flex
}

.social_link li {
    list-style: none
}

.social_link li a i {
    color: #363636;
    float: left;
    padding: 6px
}

.project-feedbac-inner {
    background: #fafafa;
    padding: 70px 20px;
    margin-top: 40px;
    position: relative
}

.project-feedbac-inner::before {
    color: #f68f33;
    content: "";
    font-family: fontawesome;
    font-size: 30px;
    left: 20px;
    position: absolute;
    top: 35px;
    z-index: 2
}

.project-sidebar .brochures {
    margin-top: 40px
}

.testimonial-sec2 {
    background: #071c2e none repeat scroll 0 0;
    padding: 76px 0;
    background-image: url(../img/count_up_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed
}

.testimonial-sec2-overlay {
    background-color: rgba(7, 41, 72, .95);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.all-testimonial2 .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%
}

.all-testimonial .owl-controls .owl-buttons div {
    background: 0 0;
    opacity: 1
}

.all-testimonial2 .owl-controls .owl-prev {
    left: -80px;
    position: absolute
}

.all-testimonial2 .owl-controls .owl-next {
    right: -80px;
    position: absolute
}

.all-testimonial2 .owl-controls .owl-prev i,
.all-testimonial2 .owl-controls .owl-next i {
    border: 1px solid #fff;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s ease-out 0s;
    width: 40px
}

.all-testimonial2 .owl-controls .owl-next i:hover {
    transition: all .5s ease-out 0s;
    background: #f68f33;
    color: #fff;
    border-color: #f68f33
}

.all-testimonial2 .owl-controls .owl-prev i:hover {
    transition: all .5s ease-out 0s;
    background: #f68f33;
    color: #fff;
    border-color: #f68f33
}

.testimonial2 {
    margin-bottom: 10px
}

.testimonial2 .inner {
    display: inline-block
}

.testimonial2 .inner:first-child {
    border-right: 1px dashed #f68f33;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    right: 0;
    top: -14px
}

.testimonial2 .client-info {
    position: relative
}

.single-testimonial2 h2 {
    color: #f68f33;
    font-size: 22px;
    margin-bottom: 10px
}

.all-testimonial2.owl-carousel.owl-theme .owl-item img {
    height: 60px;
    width: 60px;
    border-bottom: 2px solid #f68f33;
    border-radius: 2px
}

.testimonial2 .client-info h3 {
    margin-bottom: 0;
    color: #fff
}

.single-testimonial2 {
    color: #f4f4f4;
    text-align: center
}

.all-testimonial2.testimonial-v2 .testimonial2 .inner:first-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    right: 0;
    top: 0
}

.all-testimonial2.testimonial-v2 .testimonial2 .inner {
    display: inline-block;
    width: 100%
}

.all-testimonial2.testimonial-v2.owl-carousel.owl-theme .owl-item img {
    height: 100px;
    width: 100px;
    border-bottom: #ffdead;
    border-radius: 100%;
    margin: 0 auto
}

.all-testimonial2.testimonial-v2 .testimonial2-client-img {
    margin-top: 20px
}

.all-testimonial2.testimonial-v2 .owl-controls {
    bottom: -35px
}

.all-testimonial2.testimonial-v2 .owl-controls .owl-nav {
    display: none
}

.all-testimonial2.testimonial-v2 .owl-controls .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.all-testimonial2.testimonial-v2 .owl-controls .owl-dot {
    width: 15px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
    margin: 0 4px
}

.all-testimonial2.testimonial-v2 .owl-controls .owl-dot.active {
    background: #f68f33
}

.pagehding-sec {
    background-image: url(../img/page_hd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
   padding-bottom: 60px;
    padding-top: 85px;
    position: relative;
    background-size: cover
}

.page-heading h1 {
    font-size: 40px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff
}

.breadcrumb-list {
    position: absolute;
    left: 50%;
    bottom: -52px;
    z-index: 2;
    transform: translateX(-50%) translateY(50%);
    margin: 0;
    padding: 12px 29px;
    border-radius: 50px;
    box-shadow: 0px 1px 100px 0px rgb(0 0 0 / 15%);
    max-width: 100%;
    text-align: center;
    background: #fff;
}

.breadcrumb-list li {
    display: inline-block;
    position: relative;
    padding: 0 14px;
    
}
.breadcrumb-list  li:first-child {
    margin-left: 0;
}
.breadcrumb-list li:first-child {
    padding-left: 0
}

.breadcrumb-list li a {
    font-weight: 600;
    text-transform: capitalize;
    
}

.breadcrumb-list li:hover a {
    color: #f68f33
}
.breadcrumb-list li a i {
    color: #f68f33;
    padding-right: 5px;
}
.breadcrumb-list li::before {
    content: "-";
    position: absolute;
    right: -8px;
    font-size: 16px;
    font-weight: 600;
  
}

.breadcrumb-list li:last-child::before {
    display: none
}

.breadcrumb-list li:last-child::before {
    display: none
}

.team-member {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out 0s;
    z-index: 2
}

.team-member::after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    left: 0;
    z-index: -1
}

.team-member::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .4s ease 0s;
    top: 0;
    left: 0;
    background: #071c2e;
    filter: alpha(opacity=75)
}

.team-member:hover.team-member::before {
    width: 100%;
    transition: all .4s ease-in-out 0s;
    background: #f68f33
}

.team-member:hover .team-overlay {
    visibility: visible;
    transition: all .4s ease-in-out 0s;
    -moz-opacity: .75;
    opacity: .75;
    top: 0;
    background: #f68f33
}

.team-member:hover.team-member h2 {
    color: #fff;
    transition: all .4s ease-in-out 0s
}

.team-member:hover.team-member h3 {
    color: #fff;
    transition: all .4s ease-in-out 0s
}

.team-member:hover .team-thumb {
    border-radius: 0;
    transition: all .4s ease-in-out 0s
}

.team-thumb {
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out 0s
}

.team-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 100%;
    background: #f68f33;
    filter: alpha(opacity=75);
    visibility: hidden;
    transition: all .4s ease-in-out 0s
}

.team-overlay ul {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

.team-member img {
    width: 100%
}

.team-member h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all .4s ease-in-out 0s;
    color: #fff
}

.team-member h3 {
    font-size: 14px;
    text-transform: capitalize;
    transition: all .4s ease-in-out 0s;
    color: #fff
}

.team-overlay li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #282828;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 30px
}

.team-overlay li {
    transition: .6s;
    -webkit-transition: .3s;
    -khtml-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    display: inline-block;
    text-align: left;
    padding: 5px 0
}

.team-member:hover .team-overlay li {
    transform: translateY(0px)
}

.team-overlay li:nth-child(1) {
    transform: translateY(20px);
    transition-delay: .1s
}

.team-overlay li:nth-child(2) {
    transform: translateY(40px);
    transition-delay: .2s
}

.team-overlay li:nth-child(3) {
    transform: translateY(60px);
    transition-delay: .3s
}

.team-overlay li:nth-child(4) {
    transform: translateY(80px);
    transition-delay: .4s
}

.team-overlay li:nth-child(5) {
    transform: translateY(100px);
    transition-delay: .5s
}

.team-member li i {
    color: #fff
}

.testimonial-text.expert-team {
    position: relative;
    padding-bottom: 70px
}

.testimonial-text.expert-team::before {
    position: absolute;
    content: "";
    background-image: url(../img/team_sec_bg.html);
    width: 100%;
    height: 100%;
    top: 0;
    left: -165px;
    background-repeat: no-repeat;
    z-index: -1
}

.team-member.team-v2 {
    padding-bottom: 0
}

.team-member.team-v2 .team-thumb {
    border-radius: 100%
}

.faq-id {
    display: inline-block;
    float: left;
    width: 60px;
    margin-top: 7px
}

.faq-id span {
    color: #f68f33;
    font-size: 36px;
    font-family: poppins, sans-serif;
    font-weight: 700
}

.faq-title h2 {
    color: #071c2e;
    font-size: 20px;
    line-height: 30px;
    padding-left: 60px
}

.single-faq {
    margin-bottom: 30px
}

.contact-info-icon {
    float: left;
    text-align: center
}

.contact-page-sec .contact-field h2 {
    color: #071c2e;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700
}

.contact-field .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0
}

.contact-field.contact-form input {
    margin-bottom: 5px
}

.contact-field.contact-form textarea {
    height: 110px
}

.contact-field.contact-form input[type=submit] {
    background: #f68f33;
    width: 150px;
    border-color: #f68f33
}

.contact-info-icon i {
    font-size: 30px;
    color: #f68f33
}

.contact-info-text {
    padding-left: 50px;
    margin-bottom: 40px
}

.contact-info-text h2 {
    color: #071c2e;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700
}

.contact-info-text span {
    color: #999;
    font-size: 16px;
    
    display: inline-block;
    width: 100%
}

.contact-field input, .contact-field select {
   width: 100%;
    padding: 10px 20px 10px 17px;
    font-size: 13px;
    color: #656565;
    border: 1px solid #E7E7E7;
    border-radius: 6px;
    background-color: #ffffff;
    margin-bottom: 24px;

}
.hm-contact-form .input-field label {
   position: absolute;
    left: 20px;
    top: -12px;
    color: #001042;
    font-weight: normal;
    /* font-family: 'Oswald', sans-serif; */
    border-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
    background: #ffffff;
}
.contact-field select {
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 12px 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #999
}

.contact-field .select-arrow::before {
    top: 15px;
    color: #999
}

.contact-field .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0
}

.contact-field textarea {
   width: 100%;
    padding: 22px 20px 18px 20px;
    font-size: 14px;
    color: #656565;
    border: 1px solid #E7E7E7;
    border-radius: 6px;
    background-color: #ffffff;
    margin-bottom: 10px
}

.single-input-fieldsbtn input[type=submit] {
    background: #f68f33 none repeat scroll 0 0;
    border: 1px solid #f68f33;
    color: #071c2e;
    display: inline-block;
    font-weight: 600;
    padding: 14px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 0
}

.single-input-fieldsbtn input[type=submit]:hover {
    background: #f68f33;
    transition: all .4s ease-in-out 0s;
    border-color: #f68f33
}

.contact-field {
    display: inline-block;
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px
}

.contact-page-map {
    width: 100%;
    height: 350px;
    margin-bottom: 70px
}

.error-page-content {
    text-align: center;
    padding: 0 50px
}

.error-page-content h1 {
    color: #071c2e;
    font-weight: 700;
    font-size: 60px;
    text-align: center
}

.error-page-content h2 {
    text-transform: capitalize
}

.error-page-content>a {
    color: #071c2e;
    font-weight: 600;
    background: #f68f33;
    padding: 12px 34px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 30px
}

.error-page-content ul li {
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    position: relative
}

.error-page-content ul li::before {
    content: "\f101";
    font-family: fontawesome;
    left: 0;
    top: 0;
    position: relative;
    color: #f68f33;
    padding-right: 10px
}

footer.footer {
    background: #000 none repeat scroll 0 0;position: relative;z-index: 1;
}

.footer-sec {
    padding-top: 50px;
    position: relative;
    padding-bottom: 31px;
}

.footer-sec h2 {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700
}

.footer-sec p {
    color: #959595;
}

.footer-wedget-one img {
    margin-bottom: 20px;
    margin-top: -10px
}

.footer-wedget-one i:hover {
    background: #f68f33;
    color: #fff;
    border-color: #f68f33;
    transition: all .4s ease-in-out 0s
}

.footer-wedget-one ul {
    margin-top: 15px
}

.footer-wedget-one form {
    background: #525459 none repeat scroll 0 0;
    margin-top: 35px;
    position: relative
}

.footer-wedget-one input[type=email] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #292929;
    padding: 10px 58px 10px 10px;
    text-transform: capitalize;
    width: 100%
}

.footer-wedget-one button {
    background: #f68f33 none repeat scroll 0 0;
    color: #fff;
    padding: 11px 20px;
    position: absolute;
    right: 0;
    top: 0
}

.footer-wedget-one button i {
    border: none;
    margin-right: 0;
    color: #fff
}

.inner-item {
    color: #959595
}

.inner-item i {
    color: #f68f33
}

.footer-wedget-three li i {
    display: inline-block;
    margin-right: 10px
}

.ft-menu ul {
    padding: 0 20px
}

.ft-menu h2 {
    display: inline-block;
    text-align: left
}

.footer-wedget-three li {
    color: #ccc;
    font-size: 14px;
    padding: 10px
}

.footer-wedget-two li {
    display: inline-block
}

.footer-wedget-two li a {
    border: 1px solid #10385c;
    color: #fff;
    display: inline-block;
    margin: 8px 8px 8px 0;
    padding: 8px 10px;
    text-transform: capitalize;
    transition: all .4s ease-in-out 0s;
    background: 0 0;
    color: #f4f4f4
}

.footer-wedget-two li a:hover {
    transition: all .4s ease-in-out 0s;
    background: #f68f33;
    color: #fff;
    border-color: #f68f33
}

.footer-wedget-two li a i {
    margin-right: 10px
}

.footer-widget-menu li:before {
    content: "\f101";
    font-family: fontawesome;
    left: 0;
    top: 0;
    position: relative;
    color: #f68f33;
    padding-right: 10px
}

.footer-widget-menu li {
    position: relative
}

.footer-widget-menu li a {
    color: #959595;
    text-transform: capitalize;
    padding-bottom: 10px;
    display: inline-block
}

.footer-widget-menu li a:hover {
    color: #f68f33;
    transition: all .4s ease 0s
}

.footer-bottom-sec {
    padding: 10px 0;
    border-top: 1px solid #1C1C1C;
}

.footer-social {
    text-align: right
}

.footer-social ul li {
    display: inline-block
}

.footer-social ul li i {
    color: #fff;
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    transition: all .4s ease-in-out 0s;
    border-radius: 100%;
    background: #10385c
}

.footer-social ul li:first-child i {
    background: #f68f33
}

.footer-social ul li i:hover {
    background: #f68f33
}

.copy-right {
    margin-top: 8px
}

.footer-bottom-sec p {
    color: #959595;
    margin: 0;
    text-align: left;font-size: 13px;
}

.copy-right span,
.copy-right span a {
    color: #959595;
    font-size: 13px;

}

.why-choose-us-sec {background: url(../img/about-bg1.png);
    /* background-repeat: no-repeat; */
    background-size: contain;}

.why-choose-thumb {
    position: relative
}

.why-choose-text {
    padding: 60px 15px 20px
}
    
.why-choose-inner {
    text-align: center;
    position: relative !important;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,.1);
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #fff;height: 242px;
}
.why-choose-inner:before{
content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 5%);
    z-index: 0;}
.why-choose-text h2 a {
    font-size: 24px;
    text-transform: capitalize;
    color: #071c2e
}

.why-choose-inner:hover .why-choose-text h2 a {
    color: #f68f33
}

.why-choose-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100%;
    line-height: 80px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
  top: 15px;
}
.why-choose-text h2{margin-top: 37px;}
.why-choose-inner p{text-align: center;}
.why-choose-icon img {
    width: 50px;
    height: 50px;
    display: inline-block
}

.why-choose-inner.why-us-box-v2 {
    box-shadow: none
}

.why-choose-inner.why-us-box-v2 .why-choose-icon {
    right: 0;
    bottom: 0;
    margin: 0;
    border-radius: 0;
    background: #071c2e
}

.why-choose-inner.why-us-box-v2 .why-choose-text {
    padding: 20px 15px 1px;
    text-align: left;
    background: #fff;
    border: 1px solid #f2f2f2
}

.sec-hd-v1 {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px
}

.sec-hd-v1-title {
    text-align: right;
    float: right;
    border-right: 2px solid #f68f33;
    padding-right: 35px;
    font-weight: 700
}

