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

body {
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
button {
    transition: all 0.3s ease;
}
input, select, textarea {
    width: 100%;
}
textarea {
    height: 113px;
}
h1, h2, h3, h4, h3, h5, h6 {
    clear: both;
    color: #333333;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 15px;
}
p {
    margin-bottom: 12px;
}
ul {
    margin: 0 0 15px 0;
    padding-left: 15px;
    list-style: square outside none;
}
ol {
    padding-left: 15px;
    margin-bottom: 15px;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 14px;
}
address {
    margin: 0 0 15px;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
a {
    background-color: transparent;
    transition: all 0.3s ease;
}
a:hover, 
a:focus, 
a:active {
    text-decoration: none;
    color: #333333;
}
a:focus,
a:hover, 
a:active {
    outline: none;
}
blockquote {
    margin: 25px 50px;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    border-left: 7px solid #eb540a;
    font-size: 18px;
    font-style: italic;
    color: #888888;
    padding: 20px 40px;
}
body,
html {
    height: 100%;
    width: 100%
}
/*--------------------------------------------------------------
2. General
--------------------------------------------------------------*/
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section {
    padding-top: 100px;
}
.p-b-100 {
    padding-bottom: 100px;
}
.sp-section {
    padding: 100px 0 100px 0;
}
.gray-bg {
    background-color: #f4f3f3;
}
.overlay-with-img {
    position: relative;
}
.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(244, 243, 243, 0.9);
    z-index: 2;
}
.overlay-with-img .container {
    position: relative;
    z-index: 3;
}
.owl-carousel .owl-item img {
    width: auto;
}

.sr-btn {
    display: inline-block;
    text-transform: uppercase;
    background-color: #eb540a;
    color: #fff;
    padding: 9px 25px 11px;
    border: 1px solid #eb540a;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.sr-btn:hover {
    background-color: #1d6d93;
    border-color: #1d6d93;
    color: #fff;
}
.sr-btn.sr-btn-border {
    background-color: transparent;
    border-color: #fff;
}
.sr-btn.sr-btn-border:hover {
    background-color: #eb540a;
    border-color: #eb540a;
}
.sr-btn.dark {
    background-color: #333333;
    border-color: #333333;
}
.sr-btn.dark:hover {
    background-color: #eb540a;
    border-color: #eb540a;
}
.sr-btn.small {
    padding: 9px 20px 10px;
}
.sr-btn.large {
    padding: 14px 32px 16px;
}
/*--------------------------------------------------------------
3. Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    background-size: cover;
    height: 100%;
    z-index: 9999999;
}
.preloader-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}
.preloader-wave:before,
.preloader-wave:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #eb540a;
    -webkit-animation: preloader-wave 1.6s linear infinite;
    animation: preloader-wave 1.6s linear infinite;
}
.preloader-wave:after {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}
@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
/*--------------------------------------------------------------
4. ScrollUp
--------------------------------------------------------------*/
.scrollup {
    position: fixed;
    bottom: -60px;
    right: 25px;
    color: #fff;
    padding: 5px;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 10;
    background-color: #eb540a;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.scrollup:hover {
    background-color: #eb540a
}
.scrollup:before {
    content: "\eb88";
    font-family: 'IcoFont';
    margin-left: 1px;
}
.scrollup.scrollup-show {
    bottom: 25px;
}
/*--------------------------------------------------------------
5. Site Header
--------------------------------------------------------------*/
.site-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
}
.header-wrap:before,
.header-wrap:after {
    content: none;
}
.site-header.small-height {
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.15);
    height: 80px;
}
/*Site Branding*/
.site-header .custom-logo {
    max-width: 200px;
    max-height: 60px;
    transition: all 0.3s ease;
}
.site-header.small-height .custom-logo {
    max-height: 60px;
    transition: all 0.3s ease;
}
.custom-logo-link {
    display: inline-block;
}
.site-title {
    line-height: 30px;
    display: inline-block;
}
.site-title a {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    display: inherit;
    line-height: inherit;
}
/*End Site Branding*/
/*Navigation*/
.primary-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.primary-nav ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.primary-nav .primary-nav-list {
    height: 100%;
}
.primary-nav .menu-item {
    position: relative;
    margin-right: 30px;
    height: 100%;
}
.primary-nav .menu-item:last-child {
    margin-right: 0px;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.primary-nav .menu-item > a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    display: flex;
    align-items: center;
}
.site-header .primary-nav .menu-item > a {
    height: 100%;
}
.primary-nav-list .menu-item > a {
    color: #fff;
}
.primary-nav-list .active > a, .primary-nav-list .menu-item > a:hover {
    background-color: transparent;
}
.primary-nav-list .current-menu-ancestor .current-menu-ancestor.current-menu-parent > a,
.primary-nav-list .current-menu-ancestor.current-menu-parent .current-menu-item > a {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
    color: #eb540a;
}
.site-header .primary-nav .menu-item-has-children > ul {
    width: 200px;
    padding-left: 0;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 100px;
    display: none !important;
    z-index: 10;
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.site-header .primary-nav .menu-item-has-children > ul ul {
    top: 1px;
    border-left: 1px solid rgba(142, 141, 141, 0.2);
}
.site-header.small-height .primary-nav .menu-item-has-children > ul {
    top: 80px;
}
.site-header.small-height .primary-nav .menu-item-has-children > ul ul {
    top: 1px;
}
.primary-nav .menu-item:hover  > ul {
    display: block !important;
}
.primary-nav .menu-item-has-children > ul > li {
    padding: 0;
    margin: 0;
    position: relative;
    line-height: 16px;
}
.primary-nav .menu-item-has-children > ul > li a {
    height: initial;
    display: block;
    padding: 11px 15px;
    background: transparent;
    font-size: 12px;
    box-shadow: none;
    margin-top: -1px;
}
.site-header .primary-nav .menu-item-has-children > ul > li a,
.site-header.small-height .primary-nav .menu-item-has-children > ul > li a {
    min-height: 30px;
}
.primary-nav .menu-item-has-children > ul > li:not(:first-child) a {
    border-top: 1px solid rgba(142, 141, 141, 0.2);
}
.primary-nav .menu-item-has-children > ul > li a:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.primary-nav .menu-item-has-children > ul > li ul {
    position: absolute;
    left: 100%;
    right: 100%;
    top: 1px;
    display: none;
}
.primary-nav .menu-item-has-children > ul > li:hover ul {
    display: block;
}
/*Mobile Menu Button*/
.m-menu-btn {
    position: relative;
    display:  inline-block;
    width: 30px;
    height: 27px;
    margin: 15px 0px 15px 25px;
    cursor: pointer;
    display: none;
}
.m-menu-btn span {
    margin: 0 auto;
    position: relative;
    top: 12px; 
    transition-duration: 0s; 
    transition-delay: 0.2s;
}
.m-menu-btn span:before, 
.m-menu-btn span:after {
    position: absolute;
    content: '';
}
.m-menu-btn span, 
.m-menu-btn span:before, 
.m-menu-btn span:after {
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
}
.m-menu-btn span:before {
    margin-top: -8px;
    transition-property: margin, -webkit-transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
}
.m-menu-btn span:after {
    margin-top: 8px;
    transition-property: margin, -webkit-transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
}
.m-menu-btn-ext span {
    background-color: rgba(0,0,0,0.0); 
    transition-delay: 0.2s;
}
.m-menu-btn-ext span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg); 
    transition-delay: 0s, 0.2s;
}
.m-menu-btn-ext span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg); 
    transition-delay: 0s, 0.2s;
}
.m-dropdown {
    display: none;
}
.m-dropdown:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 36px;
    left: -9px;
    top: -6px;
}
/*End Mobile Menu Button*/
.primary-nav .primary-nav-list {
    display: flex !important;
}
.nav-link {
    position: relative;
}
.nav-link:before {
    content: '';
    position: absolute;
    height: 0px;
    width: 0px;
    border-radius: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    transition: all 0.3s ease;
}
.small-height .nav-link:before {
    bottom: 22px;
}
.nav-link.active:before {
    height: 2px;
    width: 100%;
    transition: all 0.3s ease;
}

/*--------------------------------------------------------------
6. Home Page
--------------------------------------------------------------*/
/*hero*/
.single-slide {
    height: 650px;
    position: relative;
}
.parallax {
    background-image: url(../img/hero-bg-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    background-attachment: fixed;
}
/*Video Version*/
.youtube-bg {
    background-color: #3b3b3b;
    background-image: url(../img/youtube-bg-img.jpg);
}
.youtube-bg .gradient-overlay {
    background: linear-gradient(to right,rgba(0,0,0,0.75) , transparent);
}
/*ripple-version*/
.ripple-version {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.hero.ripple-version {
    background-image: url(../img/hero-bg-01.jpg);
}
/*Particles Version*/
#particles-js {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
}
/*End*/
.single-slide img,
.owl-carousel .owl-item .single-slide > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.gradient-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to right,rgba(0,0,0,0.6) , transparent);
}
.single-slide .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.slider-text {
    max-width: 800px;
}
.slider-text h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;   
    text-transform: uppercase;
   
}
.slider-text h1 span {
    font-weight: bold;
}
.slider-text p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
    max-width: 80%;
}

    @media only screen and (max-width: 600px) {
       .slider-text h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;   
    text-transform: uppercase;
   
}
.slider-text h1 span {
    font-weight: bold;
}
.slider-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    max-width: 80%;
}
    }
.but-group {
    margin-top: 50px;
    display: flex;
}
.but-group .sr-btn {
    margin-right: 30px;
    flex: none;
    min-width: 170px;
}
.s-left-angle, .s-right-angle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100px;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.502);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.s-left-angle:hover, .s-right-angle:hover {
    background-color: #eb540a;
}
.s-left-angle {
    left: 0;
    border-radius: 0 5px 5px 0;
}
.s-right-angle {
    right: 0;
    border-radius: 5px 0 0 5px;
}
.s-left-angle:before, .s-right-angle:after {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.s-left-angle:before {
    border-right: 0;
    border-top: 0;
    margin-left: 8px;
}
.s-right-angle:after {
    border-left: 0;
    border-bottom: 0;
    margin-left: -8px;
}
/*feature*/
.feature {
    position: relative;
    z-index: 3;
    background-color: #f4f3f3;
    padding-bottom: 65px;
}
.single-feature {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
    padding: 10px 10px;
    background-color: #fff;
    transition: all 0.3s ease;
    margin-top: -65px;
}
.single-feature:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}
.single-feature i {
    color: #333333;
    display: block;
    font-size: 40px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.single-feature h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}
.single-feature:hover h2,
.single-feature:hover i {
    color: #eb540a;
}
.single-feature p {
    margin-bottom: 0;
    color: #888889;
    transition: all 0.3s ease;
}
.single-feature:hover p {
    color: #282829;
}
/*About Us*/
.sp-head {
    font-size: 30px;
    color: #eb540a;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 36px;
}
.about-text p {
    color: #888888;
}
.about-text ul {
    list-style: none;
    padding-left: 30px;
}
.about-text ul li {
    color: #888888;
    position: relative;
}
.about-text ul li:before {
    content: '';
    position: absolute;
    left: -16px;
    top: 9px;
    background-color: #eb540a;
    height: 7px;
    width: 7px;
    border-radius: 50%;
}
.chairman {
    display: flex;
    align-items: flex-end;
    margin-top: 18px;
}
.chairman-img {
    margin-right: 20px;
    flex: none;
    width: 110px;
    height: 110px;
}
.chairman-details h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.chairman-signature {
    margin-top: 8px;
    max-width: 120px;
    max-height: 40px;
}
.chairman-social-btn a {
    color: #333333;
    font-size: 18px;
    margin-top: 8px;
    display: inline-block;
    margin-right: 10px;
}
.chairman-social-btn a:hover {
    color: #eb540a;
}
.about-video {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.about-video img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease;
}
.about-video:hover img {
   -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.video-icon {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 65px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #343434;
    font-size: 27px;
    transition: all 0.3s ease;
}
.video-icon:before {
    content: '';
    border-left: 17px solid #333333;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
}
.about-video:hover .video-icon {
        background-color: rgba(255, 255, 255, 1);
}
/*Section Header*/
.section-head {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.section-head h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-head p {
    margin-bottom: 0;
    margin-top: 20px;
    color: #888888;
}
.section-divider {
    height: 8px;
    width: 170px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.section-divider:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 70px;
    background-color: #eb540a;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.section-divider:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 70px;
    background-color: #eb540a;
    right: 0;
    top: 50%;
    margin-top: -1px;
}
.section-divider span {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #eb540a;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.section-divider span:before {
    content: '';
    height: 4px;
    width: 4px;
    background-color: #eb540a;
    left: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
}
.section-divider span:after {
    content: '';
    height: 4px;
    width: 4px;
    background-color: #eb540a;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
}
/*End Section Header*/
.single-service {
    padding: 6px 5px;
}
.single-service-in {
    display: block;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
}
.single-service-in:hover {
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
}
.service-img {
    padding: 5px;
    height: 220px;
}
.service-img-in {
    height: 100%;
    overflow: hidden;
}
.owl-carousel.service-curosor .owl-item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease;
}
.owl-carousel.service-curosor .single-service:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.service-text {
    padding: 18px;
}
.service-text h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #333333;
    margin-right: 5px;
}
.service-text p {
    margin-bottom: 0;
    color: #eb540a;
    margin-top: 16px;
    display: inline-block;

}
.ex .owl-prev,
.ex .owl-next {
    position: absolute;
    top: 100px;
    border-radius: 2px;
    width: 28px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all 0.3s ease;
}
.ex .owl-prev:hover,
.ex .owl-next:hover {
    background-color: #eb540a;
}
.ex .owl-next {
    right: -30px;
}
.ex .owl-prev {
    left: -30px;
}
.ex:hover .owl-next {
    right: 10px;
}
.ex:hover .owl-prev {
    left: 10px;
}
.ex.owl-carousel.owl-loaded {
    display: block;
    overflow: hidden;
}
.ex .owl-prev:before, .ex .owl-next:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
    margin-left: 3px;
}
.ex .owl-prev:before {
    border-top: none;
    border-right: none;
}
.ex .owl-next:before {
    border-bottom: none;
    border-left: none;
    margin-left: -3px;
}
/*Fun Fact*/
.fun-fact .container {
    position: relative;
    z-index: 2;
}
.single-fact i {
    display: block;
    color: #eb540a;
    font-size: 50px;
    margin-bottom: 3px;
}
.single-fact h3 {
    color: #eb540a;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.single-fact h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
/*Portfolio*/
.portfolio-filter {
    margin-bottom: 35px;
}
.portfolio-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.portfolio-filter ul li {
    margin: 0px 15px 10px;
}
.portfolio-filter ul li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
}
.portfolio-filter ul li.active a {
    color: #eb540a;
}
.project {
    overflow: hidden;
}
.portfolio {
    margin-left: -1px;
    margin-right: -1px;
}
.gutter-less .portfolio-item {
    padding: 0;
}
.grid-sizer, .portfolio-item {
    padding: 0 1px 2px;
    width: 25%;
    display: flex;
    justify-content: center;
}
.portfolio-item .item-inner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.item-inner {
    display: block;
    position: relative;
}
.item-inner img {
    width: 100%;
    transition: all 0.4s ease;
}
.item-inner:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.hover-text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.hover-text i {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 4px;
    margin-bottom: 200px;
    opacity: 0;
    transition: all 0.4s ease;
}
.item-inner:hover .hover-text i {
    margin-bottom: 20px;
    opacity: 1;
}
.hover-text h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    opacity: 0;
    transition: all 0.4s ease;
}
.item-inner:hover .hover-text h3 {
    opacity: 1;
}
.gradient {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(51, 51, 51, 0.6);
    transition: all 0.4s ease;
}
.item-inner:hover .gradient {
    opacity: 1;
}
/*Quality*/
.quality-text p:not(:last-child) {
    margin-bottom: 5px;
}
/*Progress Bar*/
.progress-bar-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
.single-progressbar:not(:last-child) {
    margin-bottom: 18px;
}
.progressbar {
    height: 44px;
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-top: -29px;
    overflow: hidden;
    padding-bottom: 6px;
}
.progressbar:before {
    content: '';
    position: absolute;
    left: 0;
    height: 8px;
    width: 100%;
    bottom: 6px;
    background: #f4f3f3;
}
.inner-progress {
    background-color: #eb540a;
    position: relative;
    height: 8px;
}
.inner-progress:before {
    content: attr(data-progress);
    position: absolute;
    right: 0;
    top: -32px;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}
.inner-progress:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #eb540a;
    z-index: 1;
    top: -6px;
    right: -1px;
    border-radius: 50%;
}
/*Team*/
.member {
    padding: 6px 5px;
    text-align: center;
}
.member-in {
    padding: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
    transition: all 0.4s ease;
}
.member-in:hover {
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
}
.member-img {
    height: 250px;
    position: relative;
    overflow: hidden;
}
.member-carousel.owl-carousel .owl-item .member-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s ease;
}
.member-carousel.owl-carousel .owl-item .member:hover .member-img img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.left-social-btn {
    position: absolute;
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: rgba(51, 51, 51, 0.6);
    transition: all 0.4s ease;
}
.right-social-btn {
    position: absolute;
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(51, 51, 51, 0.6);
    transition: all 0.4s ease;
}
.member-in:hover .left-social-btn {
    left: 0;
}
.member-in:hover .right-social-btn {
    right: 0;
}
.member-hover a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin: 0px 6px;
}
.member-hover a:hover {
    background-color: #fff;
    color: #eb540a;
}
.member-meta {
    padding: 20px 0;
}
.member-meta h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 4px;
}
.member-meta p {
    color: #888889;
    font-size: 15px;
    margin-bottom: 0;
}
/*CTA*/
.cta .container {
    position: relative;
    z-index: 2;
}
.cta-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cta-left {
    padding-right: 30px;
}
.cta-left p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 18px;
}
.cta-left h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.cta-btn {
    flex: none;
    height: 56px;
}
/*Pricing Table*/
.single-price {
    text-align: center;
    padding: 5px;
    padding-bottom: 25px;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
}
.single-price:hover {
    box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.25);
}
.pricing-head {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    padding: 22px 5px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgb(244, 243, 243);
}
.price {
    padding: 23px 0;
}
.price b {
    font-size: 72px;
    color: #333333;
    display: block;
    line-height: 72px;
    font-weight: 600;
}
.price span {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}
.pricing-feature {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.pricing-feature li {
    color: #888889;
    margin-bottom: 10px;
}
.single-price.special-price .pricing-head {
    background-color: #eb540a;
    color: #fff;
}
.single-price.special-price .price b,
.single-price.special-price .price span {
    color: #eb540a;
}
/*Home Blog */
.home-single-blog {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
    padding: 5px;
    transition: all 0.4s ease;
}
.home-single-blog:hover {
    box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.25);
}

.home-blog-thumb {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
.home-blog-thumb a {
    display: block;
    overflow: hidden;
}
.home-single-blog .home-blog-thumb a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease;
}
.home-single-blog:hover .home-blog-thumb a img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    transition: all 0.4s ease;
}
.home-blog-meta {
    position: absolute;
    bottom: 0;
    min-height: 50px;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    transition: all 0.4s ease;
}
.home-single-blog:hover .home-blog-meta {
    background-color: rgba(51, 51, 51, 0.85);
}
.home-blog-meta {
    position: absolute;
    bottom: 0;
    min-height: 50px;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 5px 15px;
}
.home-blog-meta span {
    margin-right: 30px;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.home-blog-meta span i {
    display: inline-block;
    margin-right: 5px;
}
.home-entry-content {
    padding: 22px 15px 20px;
}
.home-entry-content h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.home-entry-content h3 a {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
}
.home-entry-content h3 a:hover {
    color: #eb540a;
}
.home-entry-content p {
    margin-bottom: 0;
    margin-top: 15px;
}
.home-entry-content .sr-btn {
    margin-top: 25px;
}

/*Client Logo*/
.client-logo {
    height: 130px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.client-logo-curosor .client-logo img {
    width: auto;
}
/*Testimonial*/
.testimonial-outer {
    padding: 0 70px;
    position: relative;
}
.single-testimonial {
    display: flex;
    align-items: flex-start;
}
.testimonial-wrap .owl-carousel .owl-item img.client-img {
    flex: none;
    width: 230px;
    margin-right: 70px;
}
.single-testimonial blockquote,
.single-blog blockquote {
    margin: 0;
    padding: 0;
    padding-top: 55px;
    position: relative;
    padding-bottom: 15px;
    color: #888888;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-style: initial;
}
.single-testimonial blockquote:before,
.single-blog blockquote:before {
    content: "\f10d";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 36px;
    color: #eb540a;
    display: inline-block;
    line-height: 33px;
}
.single-testimonial blockquote small,
.single-blog blockquote small {
    font-size: 18px;
    color: #888888;
    display: block;
    margin-top: 20px;
}
.single-testimonial blockquote small span,
.single-blog blockquote small span {
    font-size: 15px;
    color: #eb540a;
    font-weight: 600;
}
.testimonial-outer .owl-prev,
.testimonial-outer .owl-next {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    color: #888888;
    position: absolute;
    top: 50%;
    line-height: 50px;
    width: 25px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.testimonial-outer .owl-prev:hover,
.testimonial-outer .owl-next:hover {
    color: #333333;
}
.testimonial-outer .owl-prev {
    left: -70px;
}
.testimonial-outer .owl-next {
    right: -70px;
}
/*Contact*/
/*Special Input*/
.tm-form-field {
    position: relative;
    margin-bottom: 25px;
}
.tm-form-field input, .tm-form-field textarea {
    font-size: 15px;
    padding: 7px 10px 7px 3px;
    display: block;
    border: none;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 0;
}
.alert {
    display: none;
}
.tm-form-field input:focus,
.tm-form-field textarea:focus { 
    outline:none; 
}
.tm-form-field .bar {
    position: relative;
    display: block;
    width: 300px;
}
.tm-form-field .bar {
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #a2a1a1;
    transition: all 0.3s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.tm-form-field input:focus ~ .bar,
.tm-form-field textarea:focus ~ .bar {
  width:100%;
}
.contact-form {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
    padding: 25px 20px;
}
/*End Special Input*/
.contact-info {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
    padding: 25px 20px;
}
.cf-head {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-info p {
    color: #888888;
    margin-bottom: 18px;
}
.contact-info ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.contact-info ul li {
    color: #888888;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 18px;
}
.contact-info ul li:last-child {
    margin-bottom: 0;
}
.contact-info ul li i {
    display: inline-block;
    color: #eb540a;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 3px;
}
.contact-info ul li a {
    color: #888888;
    font-size: 15px;
}
.contact-info ul li a:hover {
    color: #eb540a;
}
/*Subscribe*/
.subscribe-head {
    font-size: 18px;
    color: #888888;
    margin-bottom: 32px;
}
.subscribe-form {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.subscribe-form input {
    width: 100%;
    padding: 13px 190px 13px 20px;
    background-color: transparent;
    border: 1px solid #b1b1b1;
    transition: all 0.3s ease;
}
.subscribe-form input:focus {
    border-color: #eb540a;
    outline: none;
}
.subscribe-btn.sr-btn {
    padding: 11px 23px 11px;
    border-radius: 0;
    position: absolute;
    right: 2px;
    top: 2px;
}
/*Map*/
.maptoggle {
    background-color: #eb540a;
    color: #fff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
}
.maptoggle i {
    font-size: 24px;
    margin-right: 10px;
}
.map-canvas {
    height: 400px;
}
.google-map {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.google-map.map-toggle {
    max-height: 400px;
    transition: all 0.5s ease;
}
/*--------------------------------------------------------------
7. Blog Details
--------------------------------------------------------------*/
.hero-blog {
    height: 530px;
    position: relative;
}
.hero-blog img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-gradient {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.hero-blog .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    margin-top: 50px;
}
.hero-blog h1 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.breadcrumb {
    margin: 0;
    background-color: transparent;
    padding: 0;
    display: flex;
    justify-content: center;
}
.breadcrumb li {
    font-size: 18px;
    color: #fff;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
.breadcrumb li:before {
    content: '/';
    position: absolute;
    right: -3px;
    top: 1px;
}
.breadcrumb li:last-child:before {
    display: none;
}
.breadcrumb li a {
    color: #fff;
}
.breadcrumb li a:hover {
    color: #eb540a;
}
.blog-right-sidebar .site-main {
    padding-right: 5.8%;
}
.blog-left-sidebar .site-main {
    padding-left: 5.8%;
}
.post-thumbnail {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
    padding: 5px;
    min-height: 50px;
    display: block;
}
.post-thumbnail img,
.post-thumbnail .owl-carousel .owl-item img {
    width: 100%;
}
.post-details-wrap-outer {
    padding: 0 5px;
}
.post-details-wrap {
    position: relative;
    padding-left: 15px;
    padding-top: 25px;
    margin-bottom: 15px;
    padding-right: 15px;
}
.entry-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
.entry-title a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
}
.entry-title a:hover {
    color: #eb540a;
}
.byline {
    display: flex;
    position: absolute;
    bottom: 100%;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.6);
    padding: 13px 15px;
    margin-bottom: 5px;
    flex-wrap: wrap;
    left: 0;
    transition: all 0.3s ease;
    z-index: 1;
}
.byline span {
    color: #fff;
    margin-right: 40px;
}
.byline span:last-child {
    margin-right: 0;
}
.byline a {
    color: #fff;
}
.byline a:hover {
    color: #eb540a;
}
.byline i {
    display: inline-block;
    margin-right: 5px;
}
.entry-content {
    color: #888888;
    padding: 0 15px;
}
.entry-content p {
    color: inherit;
}
/*== Comments ==*/
.comments-title, 
.comment-reply-title {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 55px;
}
.comment-body {
    position: relative;
    margin-left: 90px;
    margin-bottom: 30px;
}
.comments-area {
    margin-top: 60px;
}
.comments-area ol {
    list-style: none;
    padding-left: 0;
}
.comments-area .children {
    padding-left: 90px;
}
.comments-area .children .children {
    padding-left: 0;
}
.comment-author .avatar {
    height: 75px;
    width: 75px;
    position: absolute;
    top: 0;
    left: -90px;
}
.comment-author {
    line-height: 20px;
    margin-bottom: 3px;
}
.comment-author a.nm,
.comment-author .nm a {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
}
.comment-author a.nm:hover,
.comment-author .nm a:hover {
    color: #eb540a;
}
.comment-metadata {
    margin-bottom: 8px;
    display: inline-block;
    color: #888888;
}
.comment-metadata a,
.comment-metadata span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.comment-metadata a:hover {
    color: #eb540a;
}
.comment-content {
    line-height: 25px;
    color: #888888;
    font-size: 15px;
}
.comment-content p {
    line-height: inherit;
    color: inherit;
    font-size: inherit;
}
.reply {
    display: inline-block;
}
.comment-reply-link {
    font-size: 15px;
    color: #333333;
    position: relative;
    font-weight: bold;
    margin-left: 5px;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
    color: #eb540a;
}
.children .comment-body {
    margin-left: 100px;
}
.children .comment-author .avatar {
    left: -100px;
}
.comment-respond {
    display: block;
    width: 100%;
    padding-top: 25px;
}
.comment-form {
    display: flex;
    flex-wrap: wrap;
}
.comment-form p:not(:last-child) {
    margin-bottom: 20px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 33.3333%;
}
.comment-form-comment {
    width: 100%;
    display: block;
    height: 113px;
}
.comment-form-author {
    padding-right: 10px;
}
.comment-form-url {
    padding-left: 10px;
}
.form-submit {
    margin-bottom: 0;
}
.comment-form textarea, 
.comment-form input {
    border: 1px solid #848383;
    padding: 10px;
    width: 100%;
}
.comment-form textarea:focus, .comment-form input:focus {
    border-color: #eb540a;
    outline: none;
}
/*widget*/
.widget:not(:last-child) {
    margin-bottom: 55px;
}
.widget-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.widget ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.widget ul li {
    padding-left: 28px;
    position: relative;
    border-bottom: 1px dotted #888888;
    padding-top: 6px;
    padding-bottom: 6px;
}
.widget ul li:last-child {
    border-bottom: 0;
}
.widget ul li:before {
    content: '>>';
    position: absolute;
    left: 0;
    top: 6px;
}
.widget ul li a {
    color: inherit;
    display: block;
}
.widget ul li a:hover,
.widget ul li:hover:before {
    color: #eb540a;
}
.tagcloud a {
    display: inline-block;
    color: #888888;
    border: 1px solid #888888;
    padding: 1px 8px 2px;
    margin-bottom: 10px;
    margin-right: 7px;
    font-size: 13px;
}
.tagcloud a:hover {
    color: #fff;
    background-color: #eb540a;
    border-color: #eb540a;
}
.widget_recent_entries ul li {
    padding: 10px 0;
}
.widget_recent_entries ul li:before {
    display: none;
}
.widget.widget_recent_entries ul li a {
    display: block;
    display: flex;
    align-items: center;
}
.widget.widget_recent_entries img {
    flex: none;
    height: 64px;
    width: 79px;
    margin-right: 15px;
}
.widget.widget_recent_entries ul span {
    font-size: 14px;
}
.widget.widget_recent_entries ul h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}
.widget.widget_recent_entries ul a:hover h2 {
    color: #eb540a;
}
.widget.widget_recent_entries ul a:hover span {
    color: #888888;
}
.widget_search .search-form {
    position: relative;
}
.widget_search label {
    width: 100%;
    margin: 0;
}
.widget_search label:before {
    content: "\f002";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.search-field {
    padding: 9px 35px 9px 18px;
    outline: none;
    border: 1px solid rgba(136, 136, 136, 0.5);
    transition: all 0.3s ease;
}
.search-field:focus {
    border: 1px solid #eb540a;
    outline: none;
}
.search-btn {
    position: absolute;
    height: 100%;
    width: 35px;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
}
.search-btn:hover + label:before {
    color: #eb540a;
}
/*Blog*/
.single-blog {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
    padding-bottom: 20px;
}
.single-blog:not(:last-child) {
    margin-bottom: 60px;
}
.single-blog .post-thumbnail {
    box-shadow: initial;
}
.single-blog:hover .byline {
    background-color: rgba(51, 51, 51, 0.85);
}
.single-blog .entry-content p {
    margin-bottom: 20px;
}
.ex.blog-post-carousel .owl-prev, .ex.blog-post-carousel .owl-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ex.blog-post-carousel:hover .owl-next {
    right: 0px;
}
.ex.blog-post-carousel:hover .owl-prev {
    left: 0px;
}
.single-blog blockquote {
    padding: 75px 60px 15px;
}
.single-blog blockquote:before {
    left: 60px;
    top: 20px;
}
.single-blog blockquote + .byline {
    position: initial;
    background: transparent;
    padding: 0 20px;
    margin: 0;
}
.single-blog:hover blockquote + .byline {
    background-color: transparent;
}
.single-blog blockquote + .byline span,
.single-blog blockquote + .byline a {
    color: inherit;
}
/*--------------------------------------------------------------
8. Footer
--------------------------------------------------------------*/
.site-footer {
    padding: 65px 0;
    background-color: #f8f8f8;
}
.footer-logo {
    margin-bottom: 35px;
}
.footer-social-btn {
    margin-bottom: 30px;
}
.footer-social-btn a {
    font-size: 30px;
    color: #333333;
    margin: 5px 22px;
    display: inline-block;
}
.footer-social-btn a:hover {
    color: #eb540a;
}
.copy-right {
    color: #888888;
}
.cf-msg1 {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
9. Responsive
--------------------------------------------------------------*/

/*== Start Site Header ==*/
@media screen and (max-width: 1400px) and (min-width: 1001px) {
    .site-header .primary-nav .menu-item-has-children:last-child > ul {
        right: 0px;
    }
}

@media screen and (max-width: 1000px) {
    /*== Home page Header ==*/
    .site-header > div {
        width: 100%;
        padding: 0;
    }
    .site-branding {
        margin-left: 15px;
    }
    .m-menu-btn {
        margin-right: 15px;
    }
    .m-menu-btn {
        display: block;
    }
    .primary-nav-list {
        position: absolute;
        top: 100px;
        width: 100%;
        left: 0;
        display: none;
        max-height: 295px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-left: 0;
        margin: 0;
        background: rgba(0, 0, 0, 0.9);
        box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.35);
    }
    .small-height .primary-nav-list {
        top: 80px;
        margin: 0;
    }
    .m-menu ul {
        list-style: none;
    }
    .m-menu ul .menu-item a {
        display: block;
        padding: 6px 20px;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
    }
    .m-menu ul .menu-item ul li a {
        font-size: 14px;
    }
    .m-menu ul .menu-item a:hover {
        background-color: #2b2b2b3b;
        box-shadow: 0 0 1px 0px rgba(255, 255, 255, 0.1)
    }
    .m-dropdown {
        display: inline-block;
        position: absolute;
        top: 9px;
        right: 16px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 10px;
        line-height: 18px;
        height: 20px;
        width: 20px;
        text-align: center;
        z-index: 11;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        transition: all 0.3s ease;
    }
    .m-dropdown:hover {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .m-menu ul .menu-item ul {
        display: none;
        padding-left: 10px;
    }
    .m-menu ul > .menu-item {
        position: relative;
    }
    .menu-item.menu-item-has-children > a:after {
    display: none;
    }
    .nav-link:before {
        left: 10px;
        bottom: initial;
        top: 13px;
    }
    .nav-link.active:before {
        display: none;
    }
    .primary-nav-list .menu-item > .nav-link.active {
        color: #eb540a;
    }
}
/*== End Site Header ==*/

@media screen and (max-width: 991px) {
    .single-slide .container {
        margin-top: 50px;
    }
    .slider-text h1 {
        font-size: 48px;
        line-height: 62px;
        margin-bottom: 10px;
    }
    .slider-text p {
        font-size: 22px;
        line-height: 32px;
    }
    .but-group {
        margin-top: 45px;
    }
    .single-feature {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .feature {
        padding-bottom: 35px;
        padding-top: 65px;
    }
    .about-video {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
    }
    .single-price {
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }
    .grid-sizer, .portfolio-item {
        width: 33.333333%;
    }
    .home-blog .flex > div,
    .pricing-table .flex > div {
        max-width: 380px;
    }
    .about-us .row > div:not(:last-child),
    .fun-fact .row > div:not(:last-child),
    .quality .row > div:not(:last-child),
    .pricing-table .row > div:not(:last-child),
    .home-blog .row > div:not(:last-child),
    .contact-wrap .row > div:not(:last-child) {
        margin-bottom: 30px;
    }
    .fun-fact .row >div:nth-last-child(2),
    .contact-wrap .row > div .row > div {
        margin-bottom: 0;
    }
    .blog-right-sidebar .site-main {
        padding-right: 15px;
    }
    .blog-left-sidebar .site-main {
        padding-left: 15px;
    }
    .blog-right-sidebar .row > main,
    .blog-left-sidebar .row > main {
        margin-bottom: 55px;
    }
    .blog-left-sidebar .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .sp-head {
        font-size: 28px;
        line-height: 34px;
    }
    .section-head h2 {
        font-size: 34px;
        line-height: 38px;
    }
    .single-fact h3 {
        font-size: 28px;
    }
    .price b {
        font-size: 64px;
    }
    .cta-left h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .section {
        padding-top: 70px;
    }
    .sp-section {
        padding: 70px 0;
    }
    .hero {
        height: 600px;
    }
    .slider-text h1 {
        font-size: 40px;
        line-height: 55px;
    }
    .slider-text p {
        font-size: 20px;
        line-height: 30px;
    }
    .sr-btn {
        padding: 9px 20px 11px
    }
    .s-left-angle, .s-right-angle {
        height: 82px;
        width: 40px;
    }
    .sr-btn.large {
        padding: 11px 25px 13px;
    }
    .cta-btn {
        height: 50px;
    }
    .s-left-angle:before, .s-right-angle:after {
        height: 16px;
        width: 16px;
    }
    .section-head h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .section-head {
        margin-bottom: 40px;
    }
    .ex .owl-prev {
        left: 10px;
    }
    .ex .owl-next {
        right: 10px;
    }
    .price b {
        font-size: 55px;
        line-height: 60px;
    }
    .grid-sizer, .portfolio-item {
        width: 50%;
    }
    .cta-text {
        display: block;
    }
    .cta-left {
        margin-bottom: 25px;
    }
    .cta.section {
        padding-bottom: 70px;
        text-align: center;
        padding-top: 70px;
    }
    .single-testimonial {
        display: block;
        text-align: center;
    }
    .client-img {
        margin-left: auto;
        margin-right: auto;
    }
    .testimonial-outer blockquote:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 12px;
    }
    .testimonial-wrap {
        padding-bottom: 50px;
    }
    .footer-logo {
        margin-bottom: 30px;
    }
    .footer-logo img {
        max-width: 400px;
    }
    .footer-social-btn a {
        font-size: 26px;
        margin: 5px 18px;
    }
    .footer-social-btn {
        margin-bottom: 25px;
    }
    .copy-right {
        font-size: 14px;
    }
    .single-slide {
        height: 600px;
    }
    .hero-blog {
        height: 350px;
    }
    .hero-blog h1 {
        font-size: 30px;
        margin-bottom: 8px;
    }
    .breadcrumb li {
        font-size: 16px;
    }
    .comments-area {
        margin-top: 40px;
    }
    .comments-title, .comment-reply-title {
        margin-bottom: 35px;
    }
    .slider-text p {
        max-width: 100%;
    }
    .comment-respond {
        padding-top: 0;
    }
    .single-blog:not(:last-child) {
        margin-bottom: 40px;
    }
    .testimonial-wrap .owl-carousel .owl-item img.client-img {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 575px) {
    .single-service {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
    .grid-sizer, .portfolio-item {
        width: 50%;
    }
    .sp-section .member-carousel,
    .service-section .service-curosor  {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
    .testimonial-outer {
        padding: 0 40px;
    }
    .testimonial-outer .owl-prev {
        left: -40px;
    }
    .testimonial-outer .owl-next {
        right: -40px;
    }
    .subscribe-btn.sr-btn {
        padding: 11px 15px 11px;
    }
    .subscribe-form input {
        padding: 13px 169px 13px 15px;
    }
    .slider-text {
        text-align: center;
    }
    .but-group {
        display: block;
        text-align: center;
    }
    .but-group .sr-btn {
        margin-right: 15px;
    }
    .but-group .sr-btn:last-child {
        margin-right: 0;
    }
    .slider-text h1 {
        font-size: 30px;
        line-height: 48px;
    }
    .slider-text p {
        font-size: 18px;
        line-height: 28px;
    }
    .but-group {
        margin-top: 40px;
    }
    .hero {
        height: auto;
    }
    .site-footer {
        padding: 50px 0;
    }
    .footer-logo {
        margin-bottom: 25px;
    }
    .footer-logo img {
        max-width: 320px;
    }
    .footer-social-btn {
        margin-bottom: 20px;
    }
    .footer-social-btn a {
        font-size: 24px;
        margin: 5px 15px;
    }
    .fun-fact .row >div:nth-last-child(2) {
        margin-bottom: 30px;
    }
    .google-map {
        max-height: 400px;
    }
    .maptoggle {
        display: none;
    }
    .comment-form-author, .comment-form-email, .comment-form-url {
        width: 100%;
    }
    .comment-form-author {
        padding-right: 0;
    }
    .comment-form-url {
        padding-left: 0;
    }
    .widget:not(:last-child) {
        margin-bottom: 30px;
    }
    .widget-title {
        margin-bottom: 15px;
    }
    .post-details-wrap-outer {
         padding: 0px; 
    }
    .post-details-wrap {
        padding: 0;
        padding-top: 25px;
        margin-bottom: 10px;
    }
    .byline {
        position: initial;
        background-color: transparent;
        padding: 0;
        padding-top: 6px;
        margin-bottom: 0;
    }
    .byline span {
        color: inherit;
        margin-right: 20px;
    }
    .byline a {
        color: inherit;
    }
    .entry-content {
        padding: 0;
    }
    blockquote {
        margin: 20px;
        padding: 20px 25px;
    }
    .sr-btn {
        padding: 11px 18px 12px;
    }
    .but-group .sr-btn {
        min-width: initial;
    }
    .google-map {
        max-height: 350px;
    }
    .single-blog:hover .byline {
        background-color: transparent;
    }
    .single-blog .post-details-wrap,
    .single-blog .entry-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cta-text {
        text-align: center;
    }
    .section-head {
        margin-bottom: 35px;
    }
}
    .sabitalan {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
    }

    .kapsa {
        width: 100%;
        max-width: 50%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    .mavi {
        background-color: #25d366;
        padding: 15px;
        text-align: center;
        color: #fff;
        float: left;
    }

    .turuncu {
        background-color: #eb540a;
        padding: 15px;
        text-align: center;
        color: #fff;
        float: left;
    }

    @media only screen and (max-width: 600px) {
        .kapsa {
            width: 100%;
            max-width: 100%;
            position: relative;
            margin-left: auto;
            margin-right: auto;
        }
    }

@font-face {
     font-family: Flaticon;
     src: url(Flaticon.eot);
     src: url(Flaticon.eot?#iefix) format("embedded-opentype"), url(Flaticon.woff) format("woff"), url(Flaticon.ttf) format("truetype"), url(Flaticon.svg#Flaticon) format("svg");
     font-weight: 400;
     font-style: normal
 }

 @media screen and (-webkit-min-device-pixel-ratio:0) {
     @font-face {
         font-family: Flaticon;
         src: url(Flaticon.svg#Flaticon) format("svg")
     }
 }

 [class*=" flaticon-"]:after,
 [class*=" flaticon-"]:before,
 [class^=flaticon-]:after,
 [class^=flaticon-]:before {
     font-family: Flaticon;
     font-size: 20px;
     font-style: normal;
     margin-left: 0
 }

 .flaticon-phone:before {
     content: "\f100"
 }

 .flaticon-favorite-heart-button:before {
     content: "\f101"
 }

 .flaticon-mouse:before {
     content: "\f102"
 }

 .flaticon-mail:before {
     content: "\f103"
 }

 .flaticon-shield:before {
     content: "\f104"
 }

 .flaticon-award:before {
     content: "\f105"
 }

 .flaticon-loss:before {
     content: "\f106"
 }

 .flaticon-sticker:before {
     content: "\f107"
 }

 .flaticon-right-arrow:before {
     content: "\f108"
 }

 .flaticon-desk:before {
     content: "\f109"
 }

 .flaticon-place:before {
     content: "\f10a"
 }

 .flaticon-chat:before {
     content: "\f10b"
 }

 .flaticon-user:before {
     content: "\f10c"
 }

 .flaticon-email:before {
     content: "\f10d"
 }

 .flaticon-keypad:before {
     content: "\f10e"
 }

 .flaticon-dial:before {
     content: "\f10f"
 }

 .flaticon-chat-1:before {
     content: "\f110"
 }

 .flaticon-desk-1:before {
     content: "\f111"
 }

 .flaticon-operator-avatar:before {
     content: "\f112"
 }

 .flaticon-warehouse:before {
     content: "\f113"
 }

 .flaticon-meeting-room:before {
     content: "\f114"
 }

 .flaticon-tea-pot:before {
     content: "\f115"
 }

 .flaticon-wifi:before {
     content: "\f116"
 }

 .flaticon-cleaning:before {
     content: "\f117"
 }

 .flaticon-train:before {
     content: "\f118"
 }

 .flaticon-day:before {
     content: "\f119"
 }

 .flaticon-back:before {
     content: "\f11a"
 }

 .flaticon-facebook-logo:before {
     content: "\f11b"
 }

 .flaticon-youtube:before {
     content: "\f11c"
 }

 .flaticon-twitter-logo-silhouette:before {
     content: "\f11d"
 }

 .flaticon-instagram-logo:before {
     content: "\f11e"
 }

 .flaticon-linkedin-letters:before {
     content: "\f11f"
 }

 .flaticon-map:before {
     content: "\f120"
 }

 .flaticon-phone-1:before {
     content: "\f121"
 }

 .flaticon-mail-1:before {
     content: "\f122"
 }

 .flaticon-star:before {
     content: "\f123"
 }

 .flaticon-check:before {
     content: "\f124"
 }

 .flaticon-diamond:before {
     content: "\f125"
 }

 .flaticon-headphones:before {
     content: "\f126"
 }

 .flaticon-calendar:before {
     content: "\f127"
 }

 .flaticon-flag:before {
     content: "\f128"
 }

 .flaticon-coffee-cup:before {
     content: "\f129"
 }

 .flaticon-guest:before {
     content: "\f12a"
 }

 .flaticon-time:before {
     content: "\f12b"
 }

 .flaticon-projector:before {
     content: "\f12c"
 }

 .flaticon-internet:before {
     content: "\f12d"
 }

 .flaticon-mug:before {
     content: "\f12e"
 }

 .flaticon-fax:before {
     content: "\f12f"
 }

 .flaticon-help:before {
     content: "\f130"
 }

 .flaticon-plans:before {
     content: "\f131"
 }

 .flaticon-car:before {
     content: "\f132"
 }

 .flaticon-person-walking:before {
     content: "\f133"
 }

 .flaticon-plus:before {
     content: "\f134"
 }

 .flaticon-heart:before {
     content: "\f135"
 }

 .flaticon-life:before {
     content: "\f136"
 }

 .flaticon-brain:before {
     content: "\f137"
 }

 .flaticon-place-1:before {
     content: "\f138"
 }

 .flaticon-mailbox:before {
     content: "\f139"
 }

 .flaticon-upload-button:before {
     content: "\f13a"
 }

 .flaticon-cancel:before {
     content: "\f13b"
 }

 .flaticon-cafe:before {
     content: "\f13c"
 }

 .flaticon-fax-1:before {
     content: "\f13d"
 }

 .flaticon-reception:before {
     content: "\f13e"
 }

 .flaticon-chat-2:before {
     content: "\f13f"
 }

 .flaticon-cell-phone:before {
     content: "\f140"
 }

 .flaticon-town:before {
     content: "\f141"
 }
    

#hizmet .iconItems {
    margin-bottom: 80px;
}
#hizmet .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
#hizmet .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
#hizmet .icon {
    width: 105px;
}
#hizmet .icon i, #hizmet .icon i:before {
    line-height: normal;
}
#hizmet .iconSet i:before {
    color: #fab231;
    font-size: 58px;
}

#hizmet .icon i:before {
    color: #fab231;
    font-size: 70px!important;
}
#hizmet .icon i, #hizmet .icon i:before {
    line-height: normal;
}
#hizmet .flaticon-desk-1:before {
    content: "\f111";
}
#hizmet .iconBaslik span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.61;
    letter-spacing: normal;
    color: #000;
}
#hizmet .iconSet p {
    font-weight: 700;
    line-height: 1.29;
    text-align: center;
    margin-top: 5px;
}
#hizmet .iconSet p {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #000;
}
#hizmet .iconBaslik p {
    font-size: 16px;
    font-weight: 200!important;
    line-height: 1.69!important;
    color: #000!important;
    margin-bottom: 0;
    text-align: left!important;
}

.col-xs-6.mavi,.col-xs-6.turuncu {width:50% !important;}