/*
* ----------------------------------------------------------------------------------------
* 01. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #777777;
    line-height: 1.9em;
    font-weight: 400;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
}
html,
body {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
a {
    color: #f7b62a;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:focus,
a:hover {
    color: #f7b62a;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    line-height: 26px;
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/

#page-preloader {
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}
.preload-tetrominos {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-109px, -94px);
    -o-transform: translate(-109px, -94px);
    -ms-transform: translate(-109px, -94px);
    -webkit-transform: translate(-109px, -94px);
    -moz-transform: translate(-109px, -94px);
}
.preload-tetromino {
    width: 45px;
    height: 55px;
    position: absolute;
    transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    -ms-transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 684"%3E%3Cpath fill="%23010101" d="M305.7 0L0 170.9v342.3L305.7 684 612 513.2V170.9L305.7 0z"/%3E%3Cpath fill="%23fff" d="M305.7 80.1l-233.6 131 233.6 131 234.2-131-234.2-131"/%3E%3C/svg%3E') no-repeat top center;
}
.preload-box1 {
    animation: preload-tetromino1 1.73s ease-out infinite;
    -o-animation: preload-tetromino1 1.73s ease-out infinite;
    -ms-animation: preload-tetromino1 1.73s ease-out infinite;
    -webkit-animation: preload-tetromino1 1.73s ease-out infinite;
    -moz-animation: preload-tetromino1 1.73s ease-out infinite;
}
.preload-box2 {
    animation: preload-tetromino2 1.73s ease-out infinite;
    -o-animation: preload-tetromino2 1.73s ease-out infinite;
    -ms-animation: preload-tetromino2 1.73s ease-out infinite;
    -webkit-animation: preload-tetromino2 1.73s ease-out infinite;
    -moz-animation: preload-tetromino2 1.73s ease-out infinite;
}
.preload-box3 {
    animation: preload-tetromino3 1.73s ease-out infinite;
    -o-animation: preload-tetromino3 1.73s ease-out infinite;
    -ms-animation: preload-tetromino3 1.73s ease-out infinite;
    -webkit-animation: preload-tetromino3 1.73s ease-out infinite;
    -moz-animation: preload-tetromino3 1.73s ease-out infinite;
    z-index: 2;
}
.preload-box4 {
    animation: preload-tetromino4 1.73s ease-out infinite;
    -o-animation: preload-tetromino4 1.73s ease-out infinite;
    -ms-animation: preload-tetromino4 1.73s ease-out infinite;
    -webkit-animation: preload-tetromino4 1.73s ease-out infinite;
    -moz-animation: preload-tetromino4 1.73s ease-out infinite;
}
@keyframes preload-tetromino1 {
    0%, 40% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(47px, -26px);
    }
    60%,
    100% {
        transform: translate(94px, 0);
    }
}
@-o-keyframes preload-tetromino1 {
    0%, 40% {
        -o-transform: translate(0, 0);
    }
    50% {
        -o-transform: translate(47px, -26px);
    }
    60%,
    100% {
        -o-transform: translate(94px, 0);
    }
}
@-ms-keyframes preload-tetromino1 {
    0%, 40% {
        -ms-transform: translate(0, 0);
    }
    50% {
        -ms-transform: translate(47px, -26px);
    }
    60%,
    100% {
        -ms-transform: translate(94px, 0);
    }
}
@-webkit-keyframes preload-tetromino1 {
    0%, 40% {
        -webkit-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(47px, -26px);
    }
    60%,
    100% {
        -webkit-transform: translate(94px, 0);
    }
}
@-moz-keyframes preload-tetromino1 {
    0%, 40% {
        -moz-transform: translate(0, 0);
    }
    50% {
        -moz-transform: translate(47px, -26px);
    }
    60%,
    100% {
        -moz-transform: translate(94px, 0);
    }
}
@keyframes preload-tetromino2 {
    0%, 20% {
        transform: translate(94px, 0px);
    }
    40%,
    100% {
        transform: translate(140px, 26px);
    }
}
@-o-keyframes preload-tetromino2 {
    0%, 20% {
        -o-transform: translate(94px, 0px);
    }
    40%,
    100% {
        -o-transform: translate(140px, 26px);
    }
}
@-ms-keyframes preload-tetromino2 {
    0%, 20% {
        -ms-transform: translate(94px, 0px);
    }
    40%,
    100% {
        -ms-transform: translate(140px, 26px);
    }
}
@-webkit-keyframes preload-tetromino2 {
    0%, 20% {
        -webkit-transform: translate(94px, 0px);
    }
    40%,
    100% {
        -webkit-transform: translate(140px, 26px);
    }
}
@-moz-keyframes preload-tetromino2 {
    0%, 20% {
        -moz-transform: translate(94px, 0px);
    }
    40%,
    100% {
        -moz-transform: translate(140px, 26px);
    }
}
@keyframes preload-tetromino3 {
    0% {
        transform: translate(140px, 26px);
    }
    20%,
    60% {
        transform: translate(94px, 53px);
    }
    90%,
    100% {
        transform: translate(47px, 26px);
    }
}
@-o-keyframes preload-tetromino3 {
    0% {
        -o-transform: translate(140px, 26px);
    }
    20%,
    60% {
        -o-transform: translate(94px, 53px);
    }
    90%,
    100% {
        -o-transform: translate(47px, 26px);
    }
}
@-ms-keyframes preload-tetromino3 {
    0% {
        -ms-transform: translate(140px, 26px);
    }
    20%,
    60% {
        -ms-transform: translate(94px, 53px);
    }
    90%,
    100% {
        -ms-transform: translate(47px, 26px);
    }
}
@-webkit-keyframes preload-tetromino3 {
    0% {
        -webkit-transform: translate(140px, 26px);
    }
    20%,
    60% {
        -webkit-transform: translate(94px, 53px);
    }
    90%,
    100% {
        -webkit-transform: translate(47px, 26px);
    }
}
@-moz-keyframes preload-tetromino3 {
    0% {
        -moz-transform: translate(140px, 26px);
    }
    20%,
    60% {
        -moz-transform: translate(94px, 53px);
    }
    90%,
    100% {
        -moz-transform: translate(47px, 26px);
    }
}
@keyframes preload-tetromino4 {
    0%, 60% {
        transform: translate(47px, 26px);
    }
    90%,
    100% {
        transform: translate(0, 0);
    }
}
@-o-keyframes preload-tetromino4 {
    0%, 60% {
        -o-transform: translate(47px, 26px);
    }
    90%,
    100% {
        -o-transform: translate(0, 0);
    }
}
@-ms-keyframes preload-tetromino4 {
    0%, 60% {
        -ms-transform: translate(47px, 26px);
    }
    90%,
    100% {
        -ms-transform: translate(0, 0);
    }
}
@-webkit-keyframes preload-tetromino4 {
    0%, 60% {
        -webkit-transform: translate(47px, 26px);
    }
    90%,
    100% {
        -webkit-transform: translate(0, 0);
    }
}
@-moz-keyframes preload-tetromino4 {
    0%, 60% {
        -moz-transform: translate(47px, 26px);
    }
    90%,
    100% {
        -moz-transform: translate(0, 0);
    }
}
/*END PRELOADER DESIGN*/

/*START SCROLL TO TOP*/

.topcontrol {
    background: #f7b62a;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 999;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.topcontrol:hover {
    background: #333;
    color: #fff;
}
/*END SCROLL TO TOP*/

/* HELPER CLASSES */
#links a{display:inline-block;width: 24%;padding: 8px;}
.section-padding {
    padding: 85px 0;
    position: relative;
    float: left;
    width: 100%;
    overflow-x: hidden;
}
.section-back-image {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding-bottom: 30px;
}
.pt-0 {
    padding-top: 0
}
.pb-0 {
    padding-bottom: 0
}
.no-padding {
    padding: 0
}
.no-margin {
    margin: 0
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.bg-theme {
    background-color: #f7b62a !important;
}
.bg-gray {
    background-color: #f9f9f9 !important;
}
.bg-dark {
    background-color: #333 !important;
}
.bg-main-1 {
    background-color: rgb(247 182 42 / 74%);
}
.bg-main-2 {
    background-color: #f7b62a;
}
.bg-main-3 {
    background-color: rgb(247 182 42 / 74%);
}
.overlay {
    position: relative;
    z-index: 1;
}
/*.overlay:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}*/
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.cursor-pointer {
    cursor: pointer;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.title-white {
    color: #fff !important
}

/*START SECTION TITLE DESIGN*/

.section-title {
    margin-bottom: 25px
}
.section-title h3 {
    color: #333;
    font-size: 45px;
    margin: 0;
    text-transform: capitalize;
    position: relative;
    text-align: center;
}
.section-title h5 {
    font-size: 13px;
    text-transform: uppercase;
}
.section-title h3 span {
    font-weight: 400;
}
.section-title span.line {
    background-color: #ddd;
    height: 1px;
    width: 28%;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin: 21px auto 18px;
}
.section-title span.line:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 50px;
    background-color: #f7b62a;
    top: -2px;
    border-radius: 30px;
    left: 50%;
    margin-left: -28px;
}
.section-title h3.section-title-white,
.section-title h5.section-title-white,
.section-title p.section-dec-white {
    color: #fff;
}
.section-title span.line.section-title-white-span {
    color: #fff;
}
.section-title i {
    margin: 0 auto;
    display: block;
    font-size: 50px;
    margin-bottom: 20px;
}
.section-title p {
    margin: auto;
    padding: 0 20px;
    width: 65%;
    position: relative;
}
.section-title-left {
    margin-bottom: 60px;
}
.section-title-left p {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.section-title-left span.line {
    margin: 18px auto 15px;
    display: block;
    width: 53%;
    text-align: center;
}
.section-title-left span.line:before {
    /* left: 0; */
    /* margin-left: 0; */
}
/*END SECTION TITLE DESIGN*/

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02. START HEADER STYLE
* ----------------------------------------------------------------------------------------
*/

.main-header .top-area {
    background: #000000;
    border-bottom: 1px solid #ddd;
    height: 42px;
}
.main-header .top-area a {
    color: #ffffff;
}
.main-header .top-area .social {
    float: right;
}
.main-header .top-area .social ul li:first-child {
    border-left: 1px solid #f0f0f0;
}
.main-header .top-area .social ul li {
    border-right: 1px solid #f0f0f0;
    float: left;
}
.main-header .top-area .social ul li:hover {
    border-color: #f7b62a;
}
.main-header .top-area .social ul li a {
    display: block;
}
.main-header .top-area .social ul li a:hover {
    color: #fff;
    background: #f7b62a;
}
.main-header .top-area .social ul li a i {
    font-size: 20px;
    text-align: center;
    width: 60px;
    line-height: 42px;
    display: block;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.main-header .top-area .social ul li a:hover i {
    -webkit-animation: toLeftFromRight 0.4s forwards;
    -moz-animation: toLeftFromRight 0.4s forwards;
    animation: toLeftFromRight 0.4s forwards;
}
@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }
    50% {
        opacity: 0;
        transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
.main-header .top-area .info-menu {
    float: left;
}
.main-header .top-area .info-menu li {
    display: inline-block;
}
.main-header .top-area .info-menu li a {
    display: block;
    margin-right: 10px;
    line-height: 42px;
}
.main-header .top-area .info-menu li a i {
    color: #ffffff;
    font-size: 20px;
    margin-right: 5px;
}
.main-header .top-area .info-menu li a:hover {
    color: #f7b62a;
}
.main-header .logo-area {
    position: relative;
    padding: 6px 0px 6px;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header .logo-area .header-info-box {
    position: relative;
    float: left;
    margin-left: 66px;
    padding: 4px 20px 0 80px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.main-header .logo-area .header-info-box .header-info-icon {
    position: absolute;
    left: 0;
    top: 6px;
    width: 57px;
    height: 36px;
    padding-left: 8px;
    border-right: 2px solid #ddd;
    color: #f7b62a;
    font-size: 34px;
    text-align: left;
    line-height: 37px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .logo-area .header-info-box h6 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: capitalize;
}
.main-header .logo-area .header-info-box p {
    color: #282828;
}
.main-header .logo-area .header-info-box:last-child {
    padding-left: 0px;
    border: none;
}
.quote-btn {
    color: #333;
    padding: 8px 36px;
    margin-top: 3px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    background: transparent;
    border: 2px solid #333;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.quote-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    background: #f7b62a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.quote-btn:hover,
.quote-btn:focus,
.quote-btn:active {
    color: #fff;
    border-color: #f7b62a;
}
.quote-btn:hover:before,
.quote-btn:focus:before,
.quote-btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* main menu style */

.sticky-menu {
    position: relative;
    z-index: 999;
    width: 100%;
}
.mainmenu-area.menu-animation {
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}
.main-header .mainmenu-area.menu-animation .navbar ul li.active a {
    box-shadow: none;
}
.main-header .mainmenu-area {
    background-color: #f7b62a;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.main-header .mainmenu-area .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 14px;
}
.main-header .mainmenu-area .navbar {
    padding: 0;
}
.main-header .mainmenu-area .navbar ul li.active a {
    background-color: #f7b62a;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.main-header .mainmenu-area .navbar ul li a:hover {
    background-color: #f7b62a;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
@media (min-width:1025px){
    .dropdown-menu {
         /*  width: 880px;
     min-width: 880px;
    columns: 2; 
      -webkit-columns: 2; 
     -moz-columns: 2;*/
 }
 .main-header .mainmenu-area .navbar .dropdown-menu li{
    display: block;
    width: 100%;
    border: 1px solid #eee;
    border-left: none;
    font-size: 14px;
 /*   -moz-column-break-inside:avoid;
  -webkit-column-break-inside:avoid;
  column-break-inside:avoid;*/
 }
}
.main-header .mainmenu-area .navbar ul li .dropdown-menu li:hover .dropdown-menu{
    left: 100%;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    vertical-align: top;
    display: block;
}
.main-header .mainmenu-area .navbar ul li .dropdown-menu li .dropdown-menu{display: none;width: 335px;opacity: 0;padding: 0;top: 0%;visibility: hidden;opacity: 0;border-radius: 0;border: none;box-shadow: 0 5px 6px 0 rgb(0 0 0 / 10%);transform: translateY(20px);-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;}
.dropdown-menu {
    display: block;
   width: 335px;
    opacity: 0;
    padding: 0;
    top: 130%;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
       
}
.main-header .mainmenu-area .navbar ul li:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
}
.main-header .mainmenu-area .navbar ul li.dropdown > a:after {
    font-family: 'IcoFont' !important;
    content: "\eb25";
    position: absolute;
    color: #fff;
    top: auto;
    right: 5px;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.dropdown-menu li > a {
    clear: both;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 12px 0 11px 20px;
    text-transform: capitalize;
    color: #333 !important;
    background: #fff !important;
    box-shadow: none !important;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.dropdown-menu li:not(:last-child) > a {
    /* border-bottom: 1px solid #ddd; */
}
.main-header .mainmenu-area .navbar .dropdown-menu li > a.active {} .dropdown-menu li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f7b62a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.dropdown-menu li > a:hover:before,
.dropdown-menu li > a:focus:before,
.dropdown-menu li > a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.dropdown-menu li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
    color: #fff !important;
}
.dropdown:hover > .dropdown-menu {
    opacity: 1;
    top: 97%;
    visibility: visible;
    vertical-align: top;
    font-size: 0;
}
.dropdown-menu .dropdown > .dropdown-menu {
    left: 300%;
    margin-top: -1px;
    min-width: 170px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    display: block;
}
.dropdown-menu .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    left: 100.5%;
}
.main-header .header-search ul li.menuleft-address {
    text-align: right;
    padding: 10px 34px;
    float: left;
    color: #fff;
    font-weight: 600;
    background: #f3be10;
}
.main-header .header-search ul li.menuleft-search {
    float: left;
}
.menuleft-search a i {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: block;
    width: 60px;
    line-height: 48px;
}
.mainmenu-area.menu-animation .menuleft-search a i {
    
}
.main-header .header-search .dropdown-menu {
    right: 15px;
    left: auto;
}
.main-header .header-search .dropdown:hover .dropdown-menu {
    top: 90%;
}
.main-header .header-search .dropdown {
    position: static;
}
.main-header .header-search .dropdown li {
    margin: 0;
}
.main-header .header-search .dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    min-width: 200px;
    z-index: 999;
}
.main-header .header-search .form-control {
    height: 50px;
    border-radius: 25px;
    border: 2px solid #f7b62a;
    background: #fff;
    box-shadow: none;
    display: inline;
}
.main-header .header-search form .form-control:hover,
.main-header .header-search form .form-control:focus {
    color: #333;
    border: 2px solid #f7b62a;
    box-shadow: none;
    outline: 0 none;
}
.main-header .header-search form .btn {
    color: #333;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    top: -5px;
    width: 50px;
}
.main-header .header-search form .btn:focus {
    box-shadow: none;
}
.main-header .header-search .form-group {
    margin-bottom: 0;
}
.main-header .header-search form .form-group i {
    position: absolute;
    right: 0;
    top: 39%;
    left: 0;
}
.mobile-menu-area.mean-container {
    display: block;
    float: left;
    width: 100%;
}

/* 2.1. Header style 2 */

.header-2.main-header .mainmenu-area {
    background-color: #274047;
}
.header-2.main-header .header-search ul li.menuleft-search {
    float: right;
}
.header-2 .mainmenu-area.menu-animation {
    border: none;
}

.main-header .logo-area .header-info-box-2 {
    position: relative;
    float: left;
    margin-left: 66px;
    padding: 8px 20px 0 63px;
}
.main-header .logo-area .header-info-box-2 .header-info-icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 48px;
    height: 48px;
    border: 2px solid #f7b62a;
    color: #f7b62a;
    font-size: 23px;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .logo-area .header-info-box-2 h6 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: capitalize;
}
.main-header .logo-area .header-info-box-2 p {
    color: #282828;
}
.main-header .logo-area .header-info-box-2:last-child {
    padding-left: 0px;
    border: none;
}
.quote-btn-2 {
    color: #fff;
    padding: 8px 36px;
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    background: #f7b62a;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.quote-btn-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.quote-btn-2:hover,
.quote-btn-2:focus,
.quote-btn-2:active {
    color: #fff;
}
.quote-btn-2:hover:before,
.quote-btn-2:focus:before,
.quote-btn-2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.header-2.main-header .mainmenu-area {
    background-color: #000000;
}
.header-2.main-header .header-search ul li.menuleft-search {
    float: right;
}
.header-2 .mainmenu-area.menu-animation {
    border: none;
}

/* 2.2. Header style 3 */
.header-3.main-header .logo-area {
    padding: 15px 0px;
}
.main-header .mainmenu-area-2 {
    background-color: #fff;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.main-header .mainmenu-area-2 .navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
    padding: 22px 25px;
}
.main-header .mainmenu-area-2 .navbar {
    padding: 0;
}
.main-header .mainmenu-area-2 .navbar ul li.active a {
   
}
.main-header .mainmenu-area-2 .navbar ul li a:hover {
  color: #f7b62a;
}
.main-header .mainmenu-area-2 .navbar ul li:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
}
.main-header .mainmenu-area-2 .navbar ul li.dropdown > a:after {
    font-family: 'IcoFont' !important;
    content: "\eb25";
    position: absolute;
    color: #333;
    top: auto;
    right: 5px;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header .mainmenu-area-2 .dropdown:hover > .dropdown-menu {
    opacity: 1;
    top: 117%;
    visibility: visible;
}
.header-3.main-header .top-area .info-menu li a {
    display: block;
    margin-right: 10px;
    line-height: 50px;
}
.quote-btn-3 {
    color: #fff !important;
    padding: 11px 50px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    background: #f7b62a;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.quote-btn-3:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.quote-btn-3:hover,
.quote-btn-3:focus,
.quote-btn-3:active {
    color: #fff;
}
.quote-btn-3:hover:before,
.quote-btn-3:focus:before,
.quote-btn-3:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* 2.3. Header style 4 */
.header-4.main-header .mainmenu-area {
    background-color: #333;
}
.header-4.main-header .mainmenu-area .navbar ul li.active a {
    color: #f7b62a;
    box-shadow: none;
}
.header-4.main-header .mainmenu-area .navbar ul.dropdown-menu li a {
    color: #333;
}
.header-4.main-header .mainmenu-area .navbar-nav .nav-link.js-scroll-trigger.active{
    color: #f7b62a;
}
.header-4.main-header .mainmenu-area .navbar-nav .nav-link:hover {
    color: #f7b62a;
}






/*
* ----------------------------------------------------------------------------------------
* 02. END HEADER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 03. START SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

.slider-section {
    float: left;
    width: 100%;
    margin-top: 0px;
    /* height: 500px; */
    position: relative;
}
.home-3 .slider-section {
    margin-top: 0;
}
/*.navana-slide-overlay {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    background-color: rgba(0, 0, 0, 0.6);
}*/
.navana-single-slide {
    /*background-size: 100%;*/
    /*background-position: 100% 100%;*/
    /* background-color: #ddd; */
    /*height: 510px;*/
    width: 100%;
    /*background-repeat: no-repeat;*/
    /* position: absolute; */
    /* display: table; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
}
.navana-single-slide-inner {
    display: table-cell;
    vertical-align: middle;
}
.navana-single-slide h6 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.navana-single-slide span {
    position: relative;
    background-color: #fff;
    height: 1px;
    width: 55%;
    display: inline-block;
}
.navana-single-slide h2 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 64px;
}
.navana-single-slide p {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.home-btn-1 {
    color: #fff;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 20px;
    display: inline-block;
    border: 1px solid #f7b62a;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.home-btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: #f7b62a;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.home-btn-1:hover,
.home-btn-1:focus,
.home-btn-1:active {
    color: #333 !important;
    border-color: #fff;
}
.home-btn-1:hover:before,
.home-btn-1:focus:before,
.home-btn-1:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.home-btn-2 {
    color: #fff;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    background: transparent;
    border: 1px solid #fff !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.home-btn-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: #f7b62a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.home-btn-2:hover,
.home-btn-2:focus,
.home-btn-2:active {
    color: #fff !important;
    border-color: #f7b62a;
}
.home-btn-2:hover:before,
.home-btn-2:focus:before,
.home-btn-2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.owl-theme.navana-slides.owl-carousel .owl-item,
.owl-theme.navana-slides.owl-carousel .owl-wrapper {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
}
.owl-theme.navana-slides .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
}
.owl-theme.navana-slides .owl-dots .owl-dot span {
    position: relative;
    height: 10px;
    width: 10px;
    background: #fff;
}
.owl-theme.navana-slides .owl-dots div.active span {
    border-color: #f7b62a;
    background: #f7b62a;
}
.navana-slides.owl-theme .owl-nav div {
    padding: 0px 0px;
    color: #333;
    font-size: 50px;
    opacity: 0;
    border-radius: 100%;
    visibility: hidden;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.navana-slides.owl-theme .owl-nav div:hover {
    background: #f7b62a;
}
.navana-slides.owl-theme .owl-nav div {
    position: absolute;
    top: 42%;
    margin-top: -20px;
}
.navana-slides.owl-theme .owl-nav .owl-prev {
    left: -80px;
}
.navana-slides:hover.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.navana-slides.owl-theme .owl-nav .owl-next {
    right: -80px;
}
.navana-slides:hover.owl-theme .owl-nav .owl-next {
    right: 0px;
}
.navana-slides:hover.owl-theme .owl-nav div {
    opacity: 1;
    visibility: visible;
}
/* animations */

.navana-slides.owl-carousel .owl-item .navana-single-slide h6,
.navana-slides.owl-carousel .owl-item .navana-single-slide span {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.navana-slides.owl-carousel .owl-item.active .navana-single-slide h6,
.navana-slides.owl-carousel .owl-item.active .navana-single-slide span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.navana-slides.owl-carousel .owl-item .navana-single-slide h2,
.navana-slides.owl-carousel .owl-item .navana-single-slide p {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.navana-slides.owl-carousel .owl-item.active .navana-single-slide h2,
.navana-slides.owl-carousel .owl-item.active .navana-single-slide p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.navana-slides.owl-carousel .owl-item .home-btn-1,
.navana-slides.owl-carousel .owl-item .home-btn-2 {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.navana-slides.owl-carousel .owl-item.active .home-btn-1,
.navana-slides.owl-carousel .owl-item.active .home-btn-2 {
    opacity: 1;
    transform: translateY(0);
}

/* REVULATION SLIDER EDIT */

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden !important;
    margin-top: -1px;
}
.tp-banner-container h2 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
}
.tp-banner-container p {
    color: #fff;
    text-transform: capitalize;
}
.tp-caption a {
    color: #fff;
}



/*
* ----------------------------------------------------------------------------------------
* 03. END SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT STYLE 
* ----------------------------------------------------------------------------------------
*/

.about-image {
    position: relative;
    display: block;
}
.about-image img {
    position: absolute;
    top: -61px;
}
#about .section-title {
    margin-bottom: 60px;
}
#about .section-title p {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
#about .section-title span.line {
    margin: 18px 0 15px;
    display: block;
    width: 53%;
}
#about .section-title span.line:before {
    left: 0;
    margin-left: 0;
}
.single-feature {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.single-feature .single-feature-icon,
.single-feature .single-feature-text {
    float: left;
}
.single-feature .single-feature-icon {
    margin-right: 20px;
    color: #f7b62a;
    font-size: 45px;
    line-height: 44px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-feature .single-feature-text {
    width: 76%;
}
.single-feature-text h4 {
    font-size: 20px;
    margin-top: 0;
}
.single-feature-text p {
    margin-bottom: 10px;
}

/* single features-2 */

.single-feature-2 {
    float: left;
    width: 100%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.single-feature-2:before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #000;
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-feature-2:hover:before {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.single-feature-2 .single-feature-2-icon {
    margin-right: 20px;
}
.single-feature-2 .single-feature-2-icon,
.single-feature-2 .single-feature-2-text {
    float: left;
}
.single-feature-2 .single-feature-2-icon {
    color: #fff;
    font-size: 45px;
    margin: 15px 20px 15px 0;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-feature-2 .single-feature-2-text {
    width: 76%;
}
.single-feature-2-text h4 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
}
.single-feature-2-text p {
    color: #fff;
}

/* single feature 3 */
#features .section-title {
    margin-bottom: 60px;
}
#features .section-title span.line {
    margin: 18px 0 15px;
    display: block;
    width: 53%;
}
#features .section-title span.line:before {
    left: 0;
    margin-left: 0;
}
.single-feature-3 {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.single-feature-3:last-child {
    margin-bottom: 0;
}
.single-feature-3 .single-feature-3-icon,
.single-feature-3 .single-feature-3-text {
    float: left;
}
.single-feature-3 .single-feature-3-icon {
    margin-right: 20px;
    color: #fff;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #fff;
    border-radius: 50%;
}
.single-feature-3 .single-feature-3-text {
    width: 76%;
}
.single-feature-3-text h4 {
    font-size: 20px;
    margin-top: 0;
    color: #fff;
}
.single-feature-3-text p {
    margin-bottom: 10px;
    color: #fff;
}
.single-feature-3:hover .single-feature-3-icon {
    background: #fff;
    color: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT STYLE 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05. START SERVICE STYLE
* ----------------------------------------------------------------------------------------
*/

.service-tab .nav-tabs {
    border: none;
    margin-bottom: 50px;
}
.service-tab .nav-tabs .nav-link {
    padding: 13px 20px;
    border: 1px solid #ddd;
    color: #333;
    text-transform: capitalize;
    background: #fff;
    position: relative;
    border-radius: 0;
    border-right: none;
}
.service-tab .nav-tabs .nav-link i {
    padding-right: 10px;
    font-size: 20px;
}
.service-tab .nav-tabs .nav-item:last-child {
    border-right: 1px solid #ddd;
}
.service-tab .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 42%;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-tab .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 42%;
    border-top: 15px solid #f7b62a;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-tab .nav-tabs .nav-link:hover:after {
    border-top: 15px solid #f7b62a;
}
.service-tab .nav-tabs .nav-link.active,
.service-tab .nav-tabs .nav-link:hover {
    background: #f7b62a;
    color: #fff;
    border-color: #f7b62a;
}
.single-service {
    border: 1px solid #ddd;
    box-shadow: 1px 10px 8px #ddd;
    margin-bottom: 40px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.single-service:before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #f7f7f7;
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-service:hover:before {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.single-service .single-service-info {
    padding: 20px;
    text-align: left;
}
.single-service .single-service-info h6 {
    font-weight: normal;
    margin: 25px 0 0;
}
.single-service .single-service-info h4 {
    text-transform: uppercase;
    margin: 15px 0;
    font-size: 18px;
}
.serv-red-btn {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin: 20px 0 25px;
    padding: 8px 35px;
    border: 1px solid #ddd;
    background: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.single-service:hover .serv-red-btn {
    background: #f7b62a;
    color: #fff;
    border-color: #f7b62a;
}
.all-service-btn a {
    background: #f7b62a;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #f7b62a;
    margin: 60px 0 0;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.all-service-btn a:hover,
.all-service-btn a:focus {
    color: #f7b62a;
    background: transparent;
}


/* 5.1 service style 2 */
.service-two {
    background: #f5f5f5;
    box-shadow: 1px 1px 4px #ddd;
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
}
.service-two img {
    height: 90px;
    width: 90px;
}
.service-two h4 {
    font-size: 17px;
    margin-top: 0;
}
.service-two p {
    margin: 15px 0;
}
.service-two-link {
  color: #333;
}
.service-two-link:after {
    position: absolute;
    content: "\eb27";
    font-family: 'IcoFont' !important;
    padding-left: 5px;
}
.service-two:hover .service-two-link {
    color: #f7b62a;
}

/* 5.2 service style 3 */
.service-three {
    overflow: hidden;
    box-shadow: 1px 1px 4px #ddd;
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
}
.service-three:hover .service-three-icon i {
    background: #f7b62a;
    color: #fff;
}
.service-three .service-three-icon {
    margin-right: 20px;
    position: relative;
}
.service-three .service-three-icon,
.service-three .service-three-text {
    float: left;
}
.service-three .service-three-icon:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f7b62a;
    right: -8px;
    top: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-three .service-three-icon i {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    color: #f7b62a;
    font-size: 36px;
    float: left;
    border: 1px solid #f7b62a;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-three .service-three-text {
    width: 71%;
}
.service-three-text h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-three-text p {
    margin: 15px 0;
}

/*
* ----------------------------------------------------------------------------------------
* 05. END SERVICE STYLE 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06. START COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/

.counter-section {
    padding: 100px 0;
    position: relative;
    float: left;
    width: 100%;
}
.single-counter {
    background: rgba(255, 255, 255, 0.18);
    padding: 15px;
    position: relative;
    margin: 10px 0 0px;
    -webkit-border-radius: 6px 12%;
    -moz-border-radius: 6px 12%;
    border-radius: 6px 12%;
}
.single-counter:hover .single-counter-icon {
    color: #fff;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.single-counter-icon {
    position: absolute;
    left: 0;
    top: -26px;
    right: 0;
    height: 80px;
    width: 80px;
    line-height: 90px;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    background: rgb(247 182 42 / 65%);
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.single-counter i {
    font-size: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-counter-info {
    margin-top: 52px;
}
.single-counter h2 {
    color: #fff;
}
.single-counter h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
/*
* ----------------------------------------------------------------------------------------
* 06. END COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07. START PORTFOLIO STYLE
* ----------------------------------------------------------------------------------------
*/

.single-portfolio {
    /* float: left; */
    width: 100%;
    border: 10px solid #fff;
    overflow: hidden;
    height: 270px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 0px 2px #ddd;
    -moz-box-shadow: 0px 0px 2px #e6e6e6;
    box-shadow: 0px 0px 2px #ddd;
    cursor: pointer;
    /* background: #fff url(../img/portfolio/bgimg.jpg) no-repeat center center; */
    background-size: cover;
}
.single-portfolio .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.single-portfolio img {
    display: block;
    position: relative;
}
.single-portfolio h4 {
    text-transform: uppercase;
    color: #000;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 20px;
    padding: 10px;
    margin: 20px 0 0 0;
    font-weight: 700;
    border-radius: 5px;
}
.single-portfolio a.info {
    display: inline-block;
    padding: 7px 14px;
    margin: 20px 10px 0 0px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    text-transform: uppercase;
}
.single-portfolio a.info:hover {
    background: #333;
    border-color: #333;
}
.single-portfolio-fourth img {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    height: 100%;
    margin: 0 auto;
}
.single-portfolio-fourth .mask {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.single-portfolio-fourth .mask .mask-po {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
}
.single-portfolio-fourth h4 {
    opacity: 0;
    /* border-bottom: 1px solid #fff; */
    background: rgb(247 182 42 / 68%);
    /* margin: 20px 40px 0px 40px; */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.single-portfolio-fourth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.single-portfolio-fourth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.single-portfolio-fourth:hover .mask {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.single-portfolio-fourth:hover img {
    /* -webkit-transform: scale(0); */
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    /* transform: scale(0); */
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    /* opacity: 0; */
    /* -webkit-transition-delay: 0s; */
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    /* transition-delay: 0s; */
}
.single-portfolio-fourth:hover h4,
.single-portfolio-fourth:hover p,
.single-portfolio-fourth:hover a.info {
    opacity: 1;
}
.single-portfolio-fourth:hover a {
    -webkit-animation: fadeInDown 1000ms ease-in-out;
    animation: fadeInDown 1000ms ease-in-out;
}
.single-portfolio-fourth:hover h4 {margin-top: 50px;}
.promo-portfolio {
    padding: 40px 0;
}
.portfolio-slider.owl-theme .owl-nav {
    margin-top: 0;
}
.portfolio-slider.owl-theme .owl-nav div {
    color: #333;
    font-size: 25px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    padding: 0;
    margin: 0;
    background: #fff;
    opacity: 1;
    visibility: visible;
    border-radius: 30px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.portfolio-slider.owl-theme .owl-nav div:hover {
    background: #f7b62a;
}
.portfolio-slider.owl-theme .owl-nav div {
    position: absolute;
    margin-top: -20px;
    bottom: -76px;
}
.portfolio-slider.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.portfolio-slider.owl-theme .owl-nav .owl-next {
    right: 0;
}
/*
* ----------------------------------------------------------------------------------------
* 07. END PORTFOLIO STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08. START TEAM STYLE
* ----------------------------------------------------------------------------------------
*/

.team-mate {
    position: relative;
    box-shadow: 1px 1px 5px #ddd;
    border: 1px solid #ddd;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.team-mate:before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    height: 5px;
    width: 100%;
    background: #f7b62a;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.team-mate:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.team-mate .member-photo {
    overflow: hidden;
    position: relative;
    background: #F1F1F1;
}
.team-mate .member-photo img {
    width: auto;
    margin: 0 auto;
}
.team-mate .member-photo img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.team-mate .member-title {
    padding: 15px 13px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
}
.team-mate .member-title h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 10px;
}
.team-mate:hover .member-title {
    background-color: #F9F9F9;
}
.member-photo .mask {
    background-color: #fff;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.team-mate:hover .member-photo .mask {
    opacity: 0.8;
}
.member-photo .mask .single-team-social {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}
.member-photo .mask .single-team-social a {
    color: #333;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #333;
    margin: 0 6px 8px 6px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.team-mate:hover .single-team-social a:nth-child(1) {
    -webkit-animation: fadeInLeft 1000ms ease-in-out;
    animation: fadeInLeft 1000ms ease-in-out;
}
.team-mate:hover .single-team-social a:nth-child(2) {
    -webkit-animation: fadeInDown 1000ms ease-in-out;
    animation: fadeInDown 1000ms ease-in-out;
}
.team-mate:hover .single-team-social a:nth-child(3) {
    -webkit-animation: fadeInRight 1000ms ease-in-out;
    animation: fadeInRight 1000ms ease-in-out;
}
.member-photo .mask .single-team-social a:hover {
    color: #f7b62a;
}
.owl-theme.team-slider .owl-dots {
    margin-top:10px !important;
    margin-bottom: 0px;
}
.owl-theme.team-slider .owl-dots .owl-dot span {
    position: relative;
    height: 15px;
    width: 15px;
}
.owl-theme.team-slider .owl-dots div.active span {
    border-color: #f7b62a;
    background: #f7b62a;
}

/*
* ----------------------------------------------------------------------------------------
* 08. END TEAM STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09. START TESTIMONIAL STYLE
* ----------------------------------------------------------------------------------------
*/

.single-testimonial {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 0px;
    border: 2px solid #000000;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /* -webkit-border-radius: 3px 3px 20% 20%/3px 3px 100% 100%; */
    -moz-border-radius: 3px 3px 20% 20%/3px 3px 100% 100%;
    /* border-radius: 3px 3px 20% 20%/3px 3px 100% 100%; */
}
.single-testimonial .team-img {
    display: block;
    margin: 0px 0 20px;
    overflow: hidden;
    height: 160px;
}
.single-testimonial .team-img img {
    position: relative;
    /* height: 100px; */
    border-radius: 0px;
    /* width: 100px; */
    margin: 0 auto;
    /* border: 4px solid #fff; */
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-testimonial:hover {
    border-color: #f7b62a;
    /* -webkit-border-radius: 20% 20% 3px 3px/100% 100% 3px 3px; */
    -moz-border-radius: 20% 20% 3px 3px/100% 100% 3px 3px;
    /* border-radius: 20% 20% 3px 3px/100% 100% 3px 3px; */
}
.single-testimonial:hover .team-img img {
    /* -webkit-transform: scale(1.2) rotate(-10deg); */
    /* transform: scale(1.2) rotate(-10deg) */
}
.team-dec h4 {
    color: #000;
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.team-dec span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 20px auto;
    width: 54px;
}
.team-dec p {
    color: #000;
}
.owl-theme.testimonial-slider .owl-dots {
    margin-top: 70px !important;
    margin-bottom: -30px;
}
.owl-theme.testimonial-slider .owl-dots .owl-dot span {
    position: relative;
    height: 15px;
    width: 15px;
}
.owl-theme.testimonial-slider .owl-dots div.active span {
    border-color: #f7b62a;
    background: #f7b62a;
}

/*
* ----------------------------------------------------------------------------------------
* 09. END TESTIMONIAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10. START FAQ & QUERY FORM STYLE
* ----------------------------------------------------------------------------------------
*/
/* accordion style */

#faq #accordion,
#faq #accordion2,
#faq #accordion3,
#faq #accordion4 {
    margin-top: 0;
    margin-bottom: 30px;
}
#accordion .panel,
#accordion2 .panel,
#accordion3 .panel,
#accordion4 .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 13px;
    position: relative;
    background: #f3f1f1;
    padding: 0px 11px;
}
#accordion .panel-heading,
#accordion2 .panel-heading,
#accordion3 .panel-heading,
#accordion4 .panel-heading {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    padding: 12px 0px;
    position: relative;
}
#accordion .panel-heading i,
#accordion2 .panel-heading i,
#accordion3 .panel-heading i,
#accordion4 .panel-heading i {
    color: #5d5d5d;
    float: right;
}
#accordion a.accordion-toggle i,
#accordion2 a.accordion-toggle i,
#accordion3 a.accordion-toggle i,
#accordion4 a.accordion-toggle i {
    color: #333;
    position: absolute;
    right: 15px;
    background: #fff;
    padding: 7px;
    border-radius: 15px;
    font-size: 10px;
    top: 50%;
    margin-top: -13px;
}
#accordion a.accordion-toggle.collapsed i,
#accordion2 a.accordion-toggle.collapsed i,
#accordion3 a.accordion-toggle.collapsed i,
#accordion4 a.accordion-toggle.collapsed i {
    color: #fff;
    background: #777;
}
#accordion .panel-heading .panel-title,
#accordion2 .panel-heading .panel-title,
#accordion3 .panel-heading .panel-title,
#accordion4 .panel-heading .panel-title {
    font-weight: 500;
    margin: 0;
    font-size: 17px;
}
#accordion a.accordion-toggle,
#accordion2 a.accordion-toggle,
#accordion3 a.accordion-toggle,
#accordion4 a.accordion-toggle {
    background-color: #f7b62a;
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 20px 40px;
    text-transform: capitalize;
}
#accordion .panel-collapse,
#accordion2 .panel-collapse,
#accordion3 .panel-collapse,
#accordion4 .panel-collapse {
    border: medium none;
    box-shadow: none;
    overflow: hidden;
}
#accordion .panel-body,
#accordion2 .panel-body,
#accordion3 .panel-body,
#accordion4 .panel-body {
    background-color: #fff;
    border: medium none;
    padding: 0px;
    margin: 7px 0;
}
#accordion .panel-body .media img,
#accordion2 .panel-body .media img,
#accordion3 .panel-body .media img,
#accordion4 .panel-body .media img {
    height: 100px;
}
#accordion .panel-body p,
#accordion2 .panel-body p,
#accordion3 .panel-body p,
#accordion4 .panel-body p {
    color: #777;
    line-height: 24px;
    margin-bottom: 0;
}
#accordion.panel-group .panel + .panel,
#accordion2.panel-group .panel + .panel,
#accordion3.panel-group .panel + .panel,
#accordion4.panel-group .panel + .panel {
    margin-top: 1px;
}
#accordion a.accordion-toggle.collapsed,
#accordion2 a.accordion-toggle.collapsed,
#accordion3 a.accordion-toggle.collapsed,
#accordion4 a.accordion-toggle.collapsed {
    background-color: #f8f7f7;
    color: #323232;
}
ul.theme-list-style-one li i {
    padding-right: 3px;
}
/* request form */

.req-form {
    margin-bottom: 20px;
}
.req-form .form-group {
    margin-bottom: 2rem;
}
.req-form .form-control {
    background-color: #f8f7f7;
    border-radius: 0;
    height: 55px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid transparent;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
    border: 1px solid #ddd;
}
.req-form .form-control:focus {
    border: 1px solid #f7b62a;
    padding-left: 20px;
}
.req-form textarea.form-control {
    height: auto;
}
.btn-req-form {
    background-color: #f7b62a;
    border: none;
    border-radius: 0;
    height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 67px;
    cursor: pointer;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.btn-req-form:hover,
.btn-req-form:focus {
    box-shadow: none;
    background: #333;
}
/*
* ----------------------------------------------------------------------------------------
* 10. END FAQ & QUERY FORM STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11. START CALL TO ACTION
* ----------------------------------------------------------------------------------------
*/

#calltoaction {
    padding: 70px 0;
    position: relative;
    float: left;
    width: 100%;
}
.calltoaction-wrap h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.calltoaction-wrap h4 {
    color: #fff;
    margin: 30px 0;
    font-weight: 400;
    line-height: 28px;
}
.calltoaction-btn {
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 20px;
    display: inline-block;
    border: 1px solid #f7b62a;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.calltoaction-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: #f7b62a;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.calltoaction-btn:hover,
.calltoaction-btn:focus,
.calltoaction-btn:active {
    color: #333;
    border-color: #ddd;
}
.calltoaction-btn:hover:before,
.calltoaction-btn:focus:before,
.calltoaction-btn:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.calltoaction-btn i {
    color: #333;
    padding-left: 8px;
    font-weight: 700;
}
.calltoaction-btn:hover i,
.calltoaction-btn:focus i {
    color: #333;
}
/*
* ----------------------------------------------------------------------------------------
* 11. END CALL TO ACTION
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 12. START BLOG POST STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-post-single {
    margin-bottom: 25px;
}
.blog-all-post-single {
    margin-bottom: 80px;
}
.post-media {
    position: relative;
    margin-bottom: 25px;
    outline: 2px solid rgba(255, 255, 255, 0.50);
    outline-offset: -20px;
}
.post-media-wrap {
    position: relative;
}
.blog-post-single:hover .post-media {
    outline: none;
}
.post-media-wrap:before,
.post-media-wrap:after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.75s, -webkit-transform 0.35s;
    transition: opacity 0.75s, transform 0.35s;
}
.post-media-wrap:before {
    border-top: 2px solid #f7b62a;
    border-bottom: 2px solid #f7b62a;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.post-media-wrap:after {
    border-right: 2px solid #f7b62a;
    border-left: 2px solid #f7b62a;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.blog-post-single:hover .post-media-wrap:before,
.blog-post-single:hover .post-media-wrap:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.blog-post-single:hover .post-media-wrap:before,
.blog-post-single:hover .post-media-wrap:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.post-image-overlay:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.blog-post-single:hover .post-image-overlay:before {
    opacity: 0.5;
    visibility: visible;
}
.blog-post-title h4 a {
    color: #333;
    text-transform: uppercase;
    margin: 0 0 20px;
    display: block;
    font-size: 35px;
    border-bottom: 1px solid #ddd;
    border-width: 4px;
    padding-bottom: 7px;
}
.blog-post-meta {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
}
.blog-post-content {
    margin: 0 0 20px;
}
.blog-post-button {
    color: #fff;
    padding: 6px 20px;
    margin-right: 20px;
    display: inline-block;
    border: 1px solid #f7b62a;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #000000;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.blog-post-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    border: none;
    right: 0;
    background: #f7b62a;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.blog-post-button:hover,
.blog-post-button:focus,
.blog-post-button:active {
    color: #fff;
    border-color: #f7b62a;
}
.blog-post-button:hover:before,
.blog-post-button:focus:before,
.blog-post-button:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.blog-post-meta span {
    padding-right: 8px;
}
.blog-post-meta span i {
    padding-right: 8px;
    color: #f7b62a;
    font-size: 14px;
}
.blog-post-meta a {
    color: inherit;
}
/*
* ----------------------------------------------------------------------------------------
 12. END BLOG POST STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 13. START CLIENT LOGO STYLE
* ----------------------------------------------------------------------------------------
*/

.client-section {
    padding: 30px 0;
    position: relative;
    float: left;
    width: 100%;
}
.client-item {
    position: relative;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.client-item img {
    background: #fff;
}
.client-slider.owl-theme .owl-nav {
    margin-top: 0;
}
.client-slider.owl-theme .owl-nav div {
    color: #333;
    font-size: 25px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    padding: 0;
    margin: 0;
    background: #fff;
    opacity: 1;
    visibility: visible;
    border-radius: 30px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.client-slider.owl-theme .owl-nav div:hover {
    background: #f7b62a;
}
.client-slider.owl-theme .owl-nav div {
    position: absolute;
    margin-top: -20px;
    top: 50%;
}
.client-slider.owl-theme .owl-nav .owl-prev {
    left: -26%;
}
.client-slider.owl-theme .owl-nav .owl-next {
    right: -26%;
}
/*
* ----------------------------------------------------------------------------------------
 13. END CLIENT LOGO STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 14. START FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/
/* Footer top */

footer {
    position: relative;
    float: left;
    width: 100%;
}
.footer-top {
    padding: 80px 0;
    background: #000000;
}
.footer-section-title {
    margin-bottom: 25px;
}
.footer-section-title h4 {
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    position: relative;
}
.footer-section-title span.line {
    background-color: #ddd;
    height: 1px;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 21px auto 7px;
}
.footer-section-title span.line:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 50px;
    background-color: #f7b62a;
    top: -2px;
    border-radius: 30px;
    left: 20px;
    margin-left: -20px;
}
footer .about,
footer .quick-link-list,
footer .recentPost,
footer .mailing-list {
    clear: both;
}
.footer-logo a {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.footer-logo-icon {
    margin-right: 5px;
    color: #f7b62a;
    font-size: 45px;
    line-height: 44px;
    margin-bottom: 20px;
}
.footer-logo-icon,
.footer-logo-text {
    float: left;
}
.footer-logo-text {
    width: 80%;
    color: #fff;
}
.footer-logo-text h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
}
.footer-widget .about p {
    font-size: 16px;
    border-bottom: 1px solid #999;
    padding: 0 0 15px;
}
.footer-social-icon,
.footer-social-text {
    float: left;
}
.footer-social-icon {
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin: 12px 8px 0 0;
    border-radius: 5px;
}
.footer-social {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.footer-social-text {
    width: 68%;
    color: #909090;
}
.footer-social-text h4 {
    margin: 0;
}
.footer-social-text h4 a {
    color: #909090;
    font-size: 14px;
}
.s-facebook {
    background: #5D82D1;
}
.s-twitter {
    background: #40BFF5;
}
.s-youtube {
    background: #CC181E;
}
.s-dribbble {
    background-color: #bc2a83;
}
.footer-widget .about p,
.footer-widget .mailing-list p {
    color: #fff;
}
.footer-widget .about p:not(:last-child) {
    margin-bottom: 30px;
}
.footer-widget .quick-link-list li {
    line-height: 30px;
}
.footer-widget .quick-link-list li a {
    color: #fff;
    text-transform: capitalize;
}
.footer-widget .quick-link-list li a:hover {
    color: #f7b62a;
    padding-left: 8px;
}
.singleRecpost {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    min-height: 100px;
    padding-left: 117px;
    position: relative;
    overflow: hidden;
}
.singleRecpost:last-child {
    border: none;
}
.singleRecpost img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}
.recTitle {
    line-height: 20px;
    margin: 0;
    font-size: 14px;
}
.recTitle a {
    color: #fff;
}
.singleRecpost p {
    margin-top: 5px;
    color: #f7b62a;
    font-size: 14px;
}
.mailing-list form {
    margin-top: 30px;
}
.mailing-list .form-group {
    margin-bottom: 30px;
    padding: 0;
}
.mailing-list input.form-control {
    color: #fff;
    background-color: transparent;
    border: 1px solid #999;
    height: 55px;
    border-radius: 0;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.news-btn {
    background: #f7b62a;
    border: 1px solid #f7b62a;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.mailing-list .form-control:focus {
    border: 1px solid #f7b62a;
    padding-left: 20px;
}
.news-btn:hover,
.news-btn:focus {
    border-color: #e9ce56;
    background: #e9ce56;
}
.mailing-list .form-group i {
    position: absolute;
    right: 0;
    font-size: 25px;
    background: #f7b62a;
    color: #fff;
    height: 55px;
    width: 50px;
    padding: 12px;
}
/* Footer bottom */

footer .copyright {
    background: #f7b62a;
    padding: 15px 0;
}
footer .copyright-text p {
    color: #fff;
}
footer .copyright-text p a:hover {
    color: #fff;
}
.footer-menu {
    text-align: right;
}
.footer-menu ul li {
    display: inline-block;
    position: relative;
}
.footer-menu ul li:after {
    position: absolute;
    content: "";
    right: 0;
    top: 11px;
    height: 7px;
    width: 7px;
    background-color: #bebebe;
}
.footer-menu ul li:last-child:after {
    display: none;
}
.footer-menu ul li a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 0 19px;
    text-transform: uppercase;
    position: relative;
}
.footer-menu ul li a:hover {
    color: #f7b62a;
}


.footer-widget .quick-link-list li {
    line-height: 30px;
}
.footer-widget .quick-link-list li a {
    color: #fff;
    text-transform: capitalize;
}
.footer-widget .quick-link-list li a:hover {
    color: #f7b62a;
    padding-left: 8px;
}
.footer-widget .contact-link-list li {
    line-height: 40px;
}
.footer-widget .contact-link-list li a {
    color: #fff;
    /* text-transform: capitalize; */
}
.footer-widget .contact-link-list li a:hover {
    color: #f7b62a;
    padding-left: 8px;
}


.tags-lists-fo {} 
.tags-lists-fo span a {
    color: #fff;
    padding: 4px 12px;
    margin: 0px 10px 10px 0;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #666;
}
.tags-lists-fo span a {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #f7b62a;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tags-lists-fo span a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #252525;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tags-lists-fo span a:hover,
.tags-lists-fo span a:focus,
.tags-lists-fo span a:active {
    color: #fff;
    border-color: #f7b62a;
}
.tags-lists-fo span a:hover:before,
.tags-lists-fo span a:focus:before,
.tags-lists-fo span a:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}






/*
* ----------------------------------------------------------------------------------------
 14. END FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 15. START ABOUT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/* page banner style */

.single-page-title-area {
    padding: 100px 0;
    margin-top: -1px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    float: left;
    width: 100%;
}
.single-page-title-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: .7;
    z-index: -1;
}
.single-page-title h6 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.single-page-title span {
    position: relative;
    background-color: #fff;
    height: 1px;
    width: 55%;
    display: inline-block;
}
.single-page-title h2 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
}
.single-page-title-area .breadcrumb {
    background-color: transparent;
    margin: 20px 0 0;
    position: absolute;
    right: 5px;
}
.single-page-title-area .breadcrumb .breadcrumb-item a {
    color: #fff;
}
.single-page-title-area .breadcrumb .breadcrumb-item.active {
    color: #f7b62a;
}
/* about style */

.image-hover-style-one-wrap {
    position: relative;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.image-hover-style-one {
    position: relative;
    margin-bottom: 25px;
}
.image-hover-style-one-wrap:before,
.image-hover-style-one-wrap:after {
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    content: '';
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.75s, -webkit-transform 0.35s;
    transition: opacity 0.75s, transform 0.35s;
}
.image-hover-style-one-wrap:before {
    border-top: 2px solid #f7b62a;
    border-bottom: 2px solid #f7b62a;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.image-hover-style-one-wrap:after {
    border-right: 2px solid #f7b62a;
    border-left: 2px solid #f7b62a;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.image-hover-style-one-wrap:hover:before,
.image-hover-style-one-wrap:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.image-hover-style-one-wrap:hover:before,
.image-hover-style-one-wrap:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.promo-box-style-one {
    padding: 25px 60px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    margin: 60px 0 0 -35px;
}
.promo-box-style-one h6 {
    color: #f7b62a;
    letter-spacing: 5px;
    font-weight: 400;
    text-transform: capitalize;
}
.promo-box-style-one h2 {
    font-size: 30px;
    margin: 25px 0;
    text-transform: capitalize;
}
/* skill style */

.skill {
    overflow: hidden;
}
.skill {
    margin-bottom: 0;
    padding-top: 30px;
}
.service-text {
    margin-top: 30px;
}
.skill .progress .lead {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: -32px;
    z-index: 99;
}
.skill .progress {
    border-radius: 0;
    box-shadow: none;
    height: 1rem;
    margin-bottom: 60px;
    overflow: visible;
    position: relative;
}
.skill .progress-bar span {
    background: #333 none repeat scroll 0 0;
    float: right;
    font-size: 11px;
    margin-right: 10px;
    margin-top: -26px;
    position: relative;
    padding: 0 5px;
    line-height: 33px;
}
.skill .progress-bar {
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #f7b62a;
    transition: width .6s ease;
}
.our-skills .skill .progress-bar span {
    border-radius: inherit;
    height: 32px;
    top: 17px;
}
/* promo video */

.image-hover-style-two-wrap {
    position: relative;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.image-hover-style-two {
    position: relative;
    margin-bottom: 25px;
    outline: 2px solid rgba(255, 255, 255, 0.50);
    outline-offset: -20px;
}
.image-hover-style-two-wrap:hover .image-hover-style-two {
    outline: none;
}
.image-hover-style-two-wrap:hover .post-image-overlay:before {
    opacity: 0.5;
    visibility: visible;
}
.image-hover-style-two-wrap:before,
.image-hover-style-two-wrap:after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.75s, -webkit-transform 0.35s;
    transition: opacity 0.75s, transform 0.35s;
}
.image-hover-style-two-wrap:before {
    border-top: 2px solid #f7b62a;
    border-bottom: 2px solid #f7b62a;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.image-hover-style-two-wrap:after {
    border-right: 2px solid #f7b62a;
    border-left: 2px solid #f7b62a;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.image-hover-style-two-wrap:hover:before,
.image-hover-style-two-wrap:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.image-hover-style-two-wrap:hover:before,
.image-hover-style-two-wrap:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.image-hover-video {
    position: absolute;
    left: 50%;
    right: 0;
    top: 45%;
    color: #fff;
    margin-top: -20px;
    margin-left: -20px;
    font-size: 60px;
    z-index: 3;
}
.image-hover-video a {
    color: #fff;
}
.image-hover-style-two-wrap:hover .image-hover-video a {
    color: #f7b62a;
}
/* testimonial style two */

.single-testimonial-two {
    margin-bottom: 25px;
    float: left;
    width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.single-testimonial-two:hover .testimonial-box {
    border-color: #f7b62a;
}
.testimonial-box {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #fff;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.testimonial-box:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 33px;
    border-top: 15px solid #ddd;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.testimonial-box p {
    color: #666;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.testimonial-box p i {
    font-size: 30px;
    padding-right: 8px;
}
.testimonial-box-info {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.testimonial-box-info-image {
    margin-right: 25px;
}
.testimonial-box-info-image,
.testimonial-box-info-text {
    float: left;
}
.testimonial-box-info-text h4 {
    font-size: 20px;
    margin: 0;
}
.testimonial-box-info-text p {} .testimonial-box-info-image img {
    height: 100px;
    width: 100px !important;
}
/* client logo 2 style */

.client-item-two-wrap {
    position: relative;
    padding: 0;
    border-right: 1px solid #ddd;
}
.client-item-two {
    border-bottom: 1px solid #ddd;
}
.client-item-two:nth-child(2) {
    border-bottom: none;
}
.client-item-two-wrap:last-child {
    border-right: none;
}
.promo-box-style-two p {
    margin: 20px 0;
}
.promo-box-style-two h4 {
    margin: 0;
}
.promo-box-style-two a {
    color: #f7b62a;
    padding: 10px 40px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    background: transparent;
    border: 2px solid #f7b62a;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.promo-box-style-two a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    background: #f7b62a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.promo-box-style-two a:hover,
.promo-box-style-two a:focus,
.promo-box-style-two a:active {
    color: #fff;
    border-color: #f7b62a;
}
.promo-box-style-two a:hover:before,
.promo-box-style-two a:focus:before,
.promo-box-style-two a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*
* ----------------------------------------------------------------------------------------
 15. END ABOUT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 16. START SERVICES PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/* call to action two style */

.calltoaction-two-padding {
    padding: 60px 0;
    position: relative;
    float: left;
    width: 100%;
}
.calltoaction-two-wrap h3 {
    color: #fff;
    margin: 15px 0;
}
.calltoaction-two-wrap p {
    color: #fff;
    font-size: 20px;
}
.calltoaction-two-btn {
    color: #fff;
    padding: 10px 40px;
    margin: 20px 0 0;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    background: transparent;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.calltoaction-two-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    background: #333;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.calltoaction-two-btn:hover,
.calltoaction-two-btn:focus,
.calltoaction-two-btn:active {
    color: #fff;
    border-color: #333;
}
.calltoaction-two-btn:hover:before,
.calltoaction-two-btn:focus:before,
.calltoaction-two-btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*
* ----------------------------------------------------------------------------------------
 16. END SERVICES PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 17. START SINGLE SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/* widget style */

h5.widget-title {
    position: relative;
    margin: 0 0 60px;
    text-transform: uppercase;
}
h5.widget-title:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 12px;
    background-color: #f7b62a;
    top: 43px;
    left: 20px;
    margin-left: -20px;
    border-radius: 30px;
}
h5.widget-title:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 12px;
    background-color: #f7b62a;
    top: 43px;
    left: 40px;
    margin-left: -20px;
    border-radius: 30px;
}
.sidebar-left .widget,
.sidebar-right .widget {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.sidebar-left .widget ul,
.sidebar-right .widget ul {
    background: #FBFBFB;
    padding: 15px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.sidebar-left .widget ul li,
.sidebar-right .widget ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #f7b62a;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.sidebar-left .widget ul li.active:before,
.sidebar-right .widget ul li.active:before {
    background: #f7b62a;
}
.sidebar-left .widget ul li i,
.sidebar-right .widget ul li i {
    padding: 0 6px;
    font-size: 20px;
}
.sidebar-left .widget ul li:hover,
.sidebar-right .widget:hover ul li {
    color: #fff;
}
.sidebar-left .widget ul li.active a,
.sidebar-right .widget ul li.active a {
    color: #fff;
    border-color: #f7b62a;
}
.sidebar-left .widget ul li:before,
.sidebar-right .widget ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fbfbfb;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sidebar-left .widget ul li:hover:before,
.sidebar-right .widget ul li:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.sidebar-left .widget ul li:hover a,
.sidebar-right .widget ul li:hover a {
    color: #fff;
    border-color: #f7b62a;
}
.sidebar-left .widget ul li:last-child,
.sidebar-right .widget ul li:last-child {
    margin-bottom: 15px;
    border: none;
}
.sidebar-left .widget ul li a,
.sidebar-right .widget ul li a {
    letter-spacing: 0.48px;
    color: #5d5d5d;
    display: block;
    text-transform: capitalize;
}
.sidebar-left .widget ul li a:before,
.sidebar-right .widget ul li a:before {
    position: relative;
    display: inline-block;
    font-family: 'IcoFont' !important;
    content: "\eb27";
    margin-right: 10px;
}
/* description style */
/* simple image slide style */

.simple-image-slider {
    z-index: 9;
}
.single-image-slide img {
    width: 100%;
}
.owl-theme.simple-image-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.owl-theme.simple-image-slider .owl-dots .owl-dot span {
    position: relative;
    height: 15x;
    width: 15x;
}
.owl-theme.simple-image-slider .owl-dots div.active span {
    border-color: #f7b62a;
    background: #f7b62a;
}
/* end simple image slide style */

.canvasjs-chart-credit {
    display: none;
}
ul.theme-list-style-two {
    margin-top: 20px;
}
ul.theme-list-style-two li {
    position: relative;
}
ul.theme-list-style-two li a {
    color: #777;
    margin-left: 20px;
}
ul.theme-list-style-two li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    height: 7px;
    width: 7px;
    background-color: #4AACC5;
}
/*
* ----------------------------------------------------------------------------------------
 17. END SINGLE SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 18. START PORTFOLIO PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.portfolio-filter-menu ul {
    list-style-type: none;
    margin-bottom: 35px;
    padding: 0;
}
.portfolio-filter-menu ul li {
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-left: -5px;
    margin-bottom: 20px;
    padding: 8px 60px;
    text-transform: uppercase;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.portfolio-filter-menu ul li:hover,
.portfolio-filter-menu ul li.active {
    background: #f7b62a;
    border-color: #f7b62a;
    color: #fff;
}
.portfolio-filter-menu ul li:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 42%;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.portfolio-filter-menu ul li.active:after,
.portfolio-filter-menu ul li:hover:after {
    border-top: 15px solid #f7b62a;
}
.portfolio-items .mix {
/*     display: none */
}
.portfolio-items .single-portfolio {
    margin-bottom: 30px;
}
/* newsletter call to action style */

.newsletter-form-calltoaction {
    position: relative;
    padding: 60px 0;
    float: left;
    width: 100%;
    color: #fff;
}
.newsletter-back-image {
    background-size: cover;
    background-position: center center;
}
.newsletter-form-calltoaction h3 {
    color: #fff;
}
.newsletter-form-calltoaction p {
    margin-bottom: 20px;
}
.newsletter-form-calltoaction form {
    margin-top: 5px;
}
.newsletter-form-calltoaction .form-control {
    border-radius: 0;
    width: 100%;
    display: inline-block;
    font-size: 11px;
    text-transform: capitalize;
    height: 50px;
    padding-left: 10px;
    background: #000;
    border: 1px solid #1d1c1c;
    color: #ccc;
}
.newsletter-form-calltoaction .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #45be24;
    border-top: 1px solid #f7b62a;
    border-left: 1px solid #f7b62a;
    outline: 0;
}
.btn.btn-news {
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 20px;
    margin-left: -5px;
    height: 50px;
    border-radius: 0;
    background: #f7b62a;
    border: 1px solid #f7b62a;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.btn.btn-news:hover {
    background: #e9ce56;
}
/*
* ----------------------------------------------------------------------------------------
 18. END PORTFOLIO PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 19. START TEAM PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.team-page .team-mate {
    margin-bottom: 30px;
}
/*
* ----------------------------------------------------------------------------------------
 19. END TEAM PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 20. START FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.faq-form .form-control {
    background-color: #fff;
    height: 60px;
    font-weight: 500;
    letter-spacing: 1px;
    border: none;
    border-radius: 3px;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
    border: 1px solid transparent;
}
.faq-form .form-group {
    margin-bottom: 35px;
}
.faq-form .form-control:focus {
    border: 1px solid #f7b62a;
    padding-left: 20px;
    border-radius: 0;
}
.faq-form textarea.form-control {
    height: auto;
}
.btn-req-form {
    background-color: #f7b62a;
    border: none;
    border-radius: 0;
    height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 67px;
    cursor: pointer;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.btn-req-form:hover,
.btn-req-form:focus {
    background: #333;
}
/*
* ----------------------------------------------------------------------------------------
 20. END FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 21. START 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.error-page-wrap h1 {
    font-size: 150px;
    margin: 0;
    letter-spacing: 20px;
    color: #f7b62a;
    font-weight: 700;
}
.error-page-wrap h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 30px 0;
}
.error-page-wrap p {
    margin: 30px 0 50px;
}
.error-page-wrap a {
    margin-left: 10px;
}
.error-page-wrap a i {
    padding-right: 4px;
}
.error-search .form-control {
    background-color: #f5f5f5;
    height: 60px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
    border: 1px solid transparent;
}
.error-search .form-control:focus {
    border-color: #f7b62a;
    padding-left: 20px;
}
.error-search .btn.error-btn {
    background-color: #f7b62a;
    color: #fff;
    border-radius: 0;
    height: 60px;
    margin-left: -1px;
    width: 60px;
    cursor: pointer;
    font-size: 30px;
}
.error-search .btn.error-btn:focus {
    box-shadow: none;
}
/*
* ----------------------------------------------------------------------------------------
 21. END 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 22. START CONTACT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#contact-page .section-title {
    margin-bottom: 15px;
}
.contact-add-padd {
    background-position: center center;
}
.single-con-add {
    overflow: hidden;
    margin-bottom: 20px;
    border: 2px solid #ddd;
    padding: 20px;
    text-align: center;
    border-radius: 30px 0px 30px 0px;
    height: 250px;
}
.single-con-add:hover .single-con-add-icon i {
    background: #f7b62a;
    color: #fff;
}
.single-con-add .single-con-add-icon {
    /* margin-right: 20px; */
    position: relative;
}
.single-con-add .single-con-add-icon,
.single-con-add .single-con-add-text {
    /* float: left; */
    width: 100%;
    text-align: center;
    display: table;
}
.single-con-add .single-con-add-icon:before {
    content: "\eb27";
    font-family: 'IcoFont' !important;
    position: absolute;
    font-size: 30px;
    color: #f7b62a;
    left: 85%;
    top: 22%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: none;
}
.single-con-add .single-con-add-icon i {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    color: #f7b62a;
    font-size: 36px;
    display: table;
    margin: 0 auto;
    float: none;
    border: 1px solid #f7b62a;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-con-add .single-con-add-text {
    width: 100%;
    display: table;
}
.single-con-add-text h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#map {
    height: 400px;
    float: left;
    width: 100%;
}
#gmap_canvas {
    width: 100%;
    height: 400px;
    border: none;
}
.contact .form-control {
    background-color: #f8f7f7;
    border-radius: 0;
    height: 60px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid transparent;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.contact .form-control:focus {
    border: 1px solid #f7b62a;
    padding-left: 20px;
}
.contact .form-group {
    margin-bottom: 27px;
}
.contact textarea.form-control {
    height: auto;
}
.mb0 {
    margin-bottom: 0
}
.btn-contact-bg {
    background-color: #f7b62a;
    border: none;
    border-radius: 20px;
    height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 1px;
    /*! padding: 0 67px; */
    
    cursor: pointer;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
    width: 100%;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    box-shadow: none;
    background: #333;
}
.success-box {
    color: #449d44;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 25px;
    border: 1px solid #ddd;
    box-shadow: 1px 7px 5px #ddd;
}
.success-box i {
    color: #449d44;
    font-size: 60px;
    margin: 0 0 20px;
    display: block;
}
.success-box p {
    color: #333;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
/*
* ----------------------------------------------------------------------------------------
 22. END CONTACT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 23. START BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-allpost-single {
   margin-bottom: 80px;
    border: 2px solid rgb(237 65 24 / 45%);
    padding: 25px;
    border-radius: 5px;
}
.allpost-media-wrap {
    position: relative;
    margin-bottom: 25px;
}
.blog-allpost-title h4 a {
    color: #333;
    text-transform: uppercase;
    margin: 0 0 20px;
    display: block;
}
.blog-allpost-meta {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
}
.blog-allpost-content {
    margin: 0 0 20px;
}
.blog-allpost-button {
    color: #777;
    padding: 6px 20px;
    margin-right: 20px;
    display: inline-block;
    border: 1px solid #ddd;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #f7b62a;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.blog-allpost-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.blog-allpost-button:hover,
.blog-allpost-button:focus,
.blog-allpost-button:active {
    color: #fff;
    border-color: #f7b62a;
}
.blog-allpost-button:hover:before,
.blog-allpost-button:focus:before,
.blog-allpost-button:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.blog-allpost-meta span {
    padding-right: 20px;
}
.blog-allpost-meta span strong {
    padding-right: 10px;
    color: #333;
}
.blog-allpost-meta span i {
    padding-right: 8px;
    color: #f7b62a;
}
.blog-allpost-meta a {
    color: inherit;
}
.allpost-media-wrap .blockquote,
.allpost-media-wrap .blog-link-post {
    min-height: 419px;
    background: #F1F1F1;
    padding: 60px;
    overflow: hidden;
}
.allpost-media-wrap .blockquote p {
    font-size: 18px;
    color: #777;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.allpost-media-wrap .blockquote p i {
    font-size: 50px;
    padding-right: 20px;
}
.allpost-media-wrap .blog-link-post a {
    position: absolute;
    color: #fff;
    background-color: #f7b62a;
    padding: 15px 10px;
    font-size: 25px;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-pagination {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-pagination .pagination,
.blog-pagination .page-item:first-child .page-link,
.blog-pagination .page-item:last-child .page-link {
    border-radius: 0;
    border: none;
    margin: 0 30px;
    color: #333;
    background: #fff;
}
.blog-pagination .page-link {
    color: #fff;
    background-color: #f7b62a;
    border: none;
    border-radius: 30px;
    margin: 0 5px;
    padding: 12px 16px;
}
.blog-pagination .page-link.active {
    background: #333;
}
/* blog widget style */

.blog-singleRecpost {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    min-height: 100px;
    padding-left: 117px;
    position: relative;
    overflow: hidden;
}
.blog-recentPost {
    background: #FBFBFB;
    padding: 15px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.blog-singleRecpost:last-child {
    border: none;
    margin-bottom: 20px;
}
.blog-singleRecpost img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}
.blog-recTitle {
    line-height: 20px;
    margin: 0;
    font-size: 14px;
}
.blog-recTitle a {
    color: #333;
}
.blog-singleRecpost p {
    margin-top: 5px;
    font-size: 14px;
}
.blog-singleRecpost p.posted-on {color: #f7b62a;}

.ext-pagination {
    margin: -40px 0 0 0;
    width: 100%;
    float: left;
}
.ext-pagination a.nextpo {
    float: right;
    color: #333;
}
.ext-pagination a {
    margin: 0 20px;
    float: left;
}
.promo-box-wrap {
    background: #FBFBFB;
    padding: 50px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7b62a;
}
.promo-box-wrap p {
    margin: 20px 0;
    color: #333;
}
.promo-wid-button {
    color: #333;
    padding: 6px 20px;
    margin-right: 20px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #333;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.promo-wid-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 5px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.promo-wid-button:hover,
.promo-wid-button:focus,
.promo-wid-button:active {
    color: #fff;
    border-color: #333;
}
.promo-wid-button:hover:before,
.promo-wid-button:focus:before,
.promo-wid-button:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.tags-lists {} .tags-lists span a {
    color: inherit;
    padding: 8px 16px;
    margin: 0px 10px 10px 0;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #f6f6f6;
}
.tags-lists span a {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #f7b62a;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tags-lists span a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FBFBFB;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tags-lists span a:hover,
.tags-lists span a:focus,
.tags-lists span a:active {
    color: #fff;
    border-color: #f7b62a;
}
.tags-lists span a:hover:before,
.tags-lists span a:focus:before,
.tags-lists span a:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.sidebar-padding-right {
    padding-right: 65px;
}
.sidebar-padding-left {
    padding-left: 65px;
}
/*
* ----------------------------------------------------------------------------------------
 23. END BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 24. START BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.page-media-wrap .blockquote {
    background: #F1F1F1;
    padding: 30px;
    overflow: hidden;
}
.page-media-wrap .blockquote p {
    font-size: 18px;
    color: #777;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.page-media-wrap .blockquote p i {
    font-size: 50px;
    padding-right: 20px;
}
/* blog comments style */

.single-page-comments-area {
    background: #F1F1F1;
    padding: 30px;
}
.blog-count-sec {
    overflow: hidden;
}
.blog-count-sec .blog-comments-count {
    margin-right: 20px;
    position: relative;
}
.blog-count-sec .blog-comments-count p {
    background: #f7b62a;
    border: 1px solid #f7b62a;
    color: #fff;
    font-family: 'Pacifico', cursive;
    height: 90px;
    width: 90px;
    line-height: 27px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 50px;
    font-style: italic;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.blog-count-sec .blog-comments-count p i {
    font-size: 20px;
}
.blog-count-sec .blog-comments-count,
.blog-count-sec .blog-comments-count-title {
    float: left;
}
.blog-count-sec .blog-comments-count-title h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 20px 0;
}
.single-page-comments-area ol {
    padding: 0;
}
.single-page-comments-list .comment-inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.single-page-comments-list li {
    padding: 15px 0 0;
}
.single-page-comments-list li .reply-link {
    float: right;
}
.single-page-comments-list li .avatar {
    float: left;
    margin-right: 12px;
}
.single-page-comments-list li .avatar img {
    width: 90px;
    height: 90px;
    border: 1px solid #e9e9e9;
}
.single-page-comments-list li .commenter {
    overflow: hidden;
}
.single-page-comments-list .comment-inner p {
    margin-left: 100px;
}
.single-page-comments-list .commenter p {
    margin-left: 0;
}
.single-page-comments-list li ol,
.single-page-comments-list li ul {
    margin-left: 42px;
}
.commenter a h4 {
    font-weight: 400;
    font-size: 17px;
    display: inline-block;
}
.commenter span.post-favourite {
    padding: 0 10px;
}
.commenter span.post-favourite i {
    padding-right: 3px;
    color: #777;
}
/*  blog comments form */

.bcomments-form .form-control {
    background-color: #F1F1F1;
    height: 60px;
    font-weight: 500;
    letter-spacing: 1px;
    border: none;
    border-radius: 3px;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
    border: 1px solid transparent;
}
.bcomments-form .form-group {
    margin-bottom: 35px;
}
.bcomments-form .form-control:focus {
    border: 1px solid #f7b62a;
    padding-left: 20px;
    border-radius: 0;
}
.bcomments-form textarea.form-control {
    height: auto;
}
.btn-req-form {
    background-color: #f7b62a;
    border: none;
    border-radius: 0;
    height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 67px;
    cursor: pointer;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.btn-req-form:hover,
.btn-req-form:focus {
    background: #333;
}

/*
* ----------------------------------------------------------------------------------------
 23. END BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.logo img{
    width: 100%;
}

/*
* ----------------------------------------------------------------------------------------
 25. START SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.product-item {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid #e2e1e1;
    background: #f2f2f2;
}
.product-item img {
    width: 100%;
}
.sticker {
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 63px;
}
.sticker-new {
    background: url(../img/product/new.png) no-repeat;
    left: auto;
    right: 0;
}
.pi-img-wrapper {
    position: relative;
}
.pi-img-wrapper div {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
    opacity: 0;
    visibility: hidden;
}
.product-item:hover .pi-img-wrapper div {
    opacity: 1;
    visibility: visible;
}
.pi-img-wrapper div .addtocartbtn {
    position: relative;
    top: 50%;
    padding: 5px 30px;
    display: inline-block;
    background-color: #f7b62a;
    border: 2px solid #f7b62a;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pi-img-wrapper div .addtocartbtn:hover {background: #333; border-color: #333;}
.product-item h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px 0 15px;
}
.product-item h3 a {
    color: #333;
}
.product-item h3 a:hover {
    color: #f7b62a;
}
.price {
    color: #f7b62a;
    font-weight: 500;
}
.price span {
    color: #bebebe;
    margin-left: 10px;
    text-decoration: line-through;
}
.rating {
    margin: 10px 0 25px;
}
.rating i {
    color: #323232;
    display: inline-block;
}
.pagination {
    margin: 60px 0 20px;
}
.pagination > li > a,
.pagination > li > span {
    color: #f7b62a;
}
/* pricing range slider */

.range-slider {
    margin-bottom: 20px;
}
#slider-range {
    margin-top: 25px;
}
.range-slider input {
    width: 34%;
    padding: 8px 0;
}
.range-slider label {
    display: inline;
    padding-left: 16px;
    margin: 0;
}
.range-slider label,
.range-slider span {
    color: #afafaf;
    font-weight: 400;
}
.range-slider input#amount {
    border: 0 none;
}
.filter-btn {
    border: 1px solid #f7b62a;
    background: #f7b62a;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    padding: 8px 17px;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    float: left;
}
.filter-btn:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}
.ui-widget-header {
    background: #f7b62a;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    border-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0;
}


/*
* ----------------------------------------------------------------------------------------
 25. END SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
 26. START SINGLE PRODUCT STYLE
* ----------------------------------------------------------------------------------------
*/
.sin-pro-image {
    margin-bottom: 30px;
}
.product-summary h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 28px;
}
.product-summary .price {
    margin: 15px 0;
    color: #f7b62a;
}
.product-summary .price span {
    color: #bebebe;
    margin-left: 10px;
    text-decoration: line-through;
}
.product-summary .description {
    margin-bottom: 20px;
}
.product-summary .rating {
    margin-bottom: 20px;
}
.quantity #demo_vertical {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    height: 40px;
    text-align: center;
    width: 84px;
    flex: none;
    padding: 0;
}
.quantity #demo_vertical2 {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    height: 40px;
    text-align: center;
    width: 84px;
    flex: none;
    padding: 0;
}
#single-product .quantity {
    padding-left: 0;
}
.quantity .input-group {
    display: flex;
}
.quantity label {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.quantity .bootstrap-touchspin .input-group-btn-vertical {
    background-color: #fff;
    border-color: #d4d4d4;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 27px;
}
.quantity .bootstrap-touchspin .btn {
    background-color: transparent;
    color: #8c8c8c;
    height: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
}
.quantity .bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 11px;
    font-weight: normal;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.quantity .btn .glyphicon.glyphicon-chevron-up {
    top: 8px;
}
.product-summary .button {
    position: relative;
}
.product-summary .btncart,
.total-price .btncart {
    padding: 8px 32px;
    margin-top: 25px;
    display: inline-block;
    background-color: #f7b62a;
    border: 1px solid #f7b62a;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-summary .btncart:hover,
.product-summary .btncart:focus,
.total-price .btncart:hover,
.total-price .btncart:focus {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
#single-product .nav.nav-tabs {
    margin-top: 60px;
}
#single-product .nav-tabs .nav-item.show .nav-link, #single-product .nav-tabs .nav-link.active {
    color: #fff;
    font-weight: 700;
    background-color: #333;
    border: none;
    border-radius: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {

}
.nav-tabs .nav-link {
    border-radius: 0;
    color: #333;
    border: none;
}
.tab-content p {
    margin-top: 15px;
    margin-bottom: 10px;
}

/*
* ----------------------------------------------------------------------------------------
 26. END SINGLE PRODUCT STYLE
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
 27. START SHOP CART STYLE
* ----------------------------------------------------------------------------------------
*/

.whishlist-table .whishlist-pro-img img {
    width: 90px;
    background: #f1f1f1;
}
.whishlist-table p {
    font-weight: 700;
    color: #333;
}
.whishlist-table p span {
    font-weight: 400;
}
.whishlist-table .thead-inverse th {
    color: #333;
    background-color: #f8f8f8;
    text-transform: uppercase;
    padding: 7px 0;
    border: 1px solid #e9e9e9 !important;
    text-align: center;
    font-size: 15px;
}
.whishlist-table tr td {
    vertical-align: middle !important;
    padding: 30px !important;
    border: 1px solid #e9e9e9;
}
.whishlist-table p a i {
    color: #333;
    font-size: 30px;
}
.whishlist-table {
    margin: 0 0 20px;
}
.checkout-form .form-control {
    background-color: #f9f9f9;
    height: 60px;
    font-weight: 500;
    letter-spacing: 1px;
    border: none;
    border-radius: 3px;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
    border: 1px solid transparent;
}
.checkout-form .form-control:focus {
    border: 1px solid #f7b62a;
    padding-left: 20px;
    border-radius: 0;
}
.checkout-form textarea.form-control {
    height: auto;
}


/*
* ----------------------------------------------------------------------------------------
 27. END SHOP CART STYLE
* ----------------------------------------------------------------------------------------
*/



/* container width small device */
@media only screen and (max-width: 480px) {
.container,.auto-container {
    width: 100%;
}
}
@media only screen and (max-width: 360px) {
.container,.auto-container {
    width: 100%;
}
}


section#about {
    margin-top: -10px;
}

div#undefined-sticky-wrapper {
    height: auto !important;
}


/*gallery css*/

.grid-item {
display: inline-block;
    height: 240px;
margin: 20px;
    overflow: hidden;
    text-align: center;
    width: 340px;
}
.grid-item img{
    width:100%;
    height:100%;
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: 0.9s;
}
.grid-item img:hover{
    filter: none;
}

.isotope-pager .pager {
  display: inline-block;
}
.filters {
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
    padding-top:20px;
    
}

.filters ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0 auto;
    border-radius: 30px;
    border: none;
    text-align: center;
    display: table;
}

.filters li {
    display: inline-block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.filters li a{
    text-decoration: none;
    color: #000000;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    padding: 10px
 25px;
    background: #e3e3e3;
}
.filters li a:hover{
    color: #000;
    background: #f7b62a;
}

.filters li:hover {
}

.filters li.active a{
    color: #000000;
    border: 1px solid #e3ca66;
    border-radius: 15px;
    box-shadow: -1px 1px 11px rgba(0,0,0,.4);
    padding: 10px 25px;
    background: #f7b62a;
}



.isotope-pager a{
  margin: 6px 1px;
    display: inline-block;
    width: 50px;
    /* height: 60px; */
    line-height: 31px;
    color: #b6b6b6;
    font-weight: 600;
    transition: 0.3s;
    /* position: relative; */
    /* padding-right: 26px; */
    box-shadow: -1px 1px 11px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #232323;
    border: .5px solid #e3ca66;
    text-decoration:none;
}

.isotope-pager a:hover{
  color: #fff;
  border: .5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
}

.isotope-pager .active{
  color: #e3ca66 !important;
    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #161616;
    border: 1px dotted #e3ca66;
}

.isotope-pager .prev{
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next{
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,.isotope-pager a:after{
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.isotope-pager .num::before,.next::before{
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,.prev:after{
  border-right: 20px solid #f1f1f1;
  right: 0;
}





.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.grid-item:hover .overlay {
  opacity: 1;
}

.galalls{
    display: table;
    width: 100%;
}
.isotope-pager{
    display: none;
}

/*detail css*/

.single-product-thumbs {
    position: relative;
    margin: 10px 0 0
}

.single-product-thumbs .product-slider-next,.single-product-thumbs .product-slider-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}
.product-details-wrap img{
    max-width: 100%;
    width: 100%;
}
.single-product-thumbs .product-slider-prev {
    left: 0
}

.single-product-thumbs .product-slider-next {
    right: 0
}

.product-gallery.swiper-container.gallery-top {
    height: auto!important
}

.gallery-top {
    padding: 10px
}


/*modal css*/

.modal.in#myModal .modal-dialog {
    -webkit-transform: translate(0,25%);
    -ms-transform: translate(0,25%);
    -o-transform: translate(0,25%);
    transform: translate(0,25%);
    width: 50%;
}
#myModal .modal-content {
    width: 450px;
    margin: 30px auto;
}
#myModal .modal-header {
    background: #eee;
}
#myModal input {
    margin-bottom: 16px;
    padding: 17px 10px;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #e2e2e2;
}

.btninformation{
    background: #0875fd;
    padding: 6px 8px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 30px;
    float: right;
    transition: all 0.3s ease-in-out;
}
.btninformation:hover, .btninformation:focus{
    background: #000;
color:#fff;
    transition: all 0.3s ease-in-out;
}
#myModal textarea{
    height: 90px;
}
.submitcls{
        background: #f7b62a;
        color: #000;
        margin: 18px auto;
        display: table;
}
#myModal .close {
    position: absolute;
    right: -4px;
    top: -5px;
    color: #fff;
    opacity: 1;
    background: #f7b62a;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}
.ratingli li{
    position: relative;
    padding-left: 20px;
}
.ratingli li:before{content: '';position: absolute;left: 0;width: 8px;height: 8px;background: #ddd;top: 10px;}
.socialicos{

    }.socialicos li{
    display: inline-block;
}.socialicos li a{
    border: 3px solid #ddd;
    display: block;
    border-radius: 100%;
    padding: 3px;
}.socialicos li a img{
 width: 30px;
}
.socialicos li a:hover{
    border: 3px solid #f7b62a;
    top: -2px;
    position: relative;
}
*{
/*     transition: all 0.3s ease-in-out; */
}
.tablesimg{

}
.heitbase{height: 230px;margin-bottom: 30px;}.heitbase img{
    width: 100%;
    height: auto;
}
.slider-btn.style1 {
    width: 35px;
    height: 35px;
    background: #f6f6f6;
    -webkit-transition: .3s;
    transition: .3s
}

.slider-btn.style1 i {
    line-height: .6;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #545454
}

.slider-btn.style1:hover {
    background: #ffa323
}

.slider-btn.style1:hover i {
    color: #fff
}

.slider-btn.style2 {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f6f6f6;
    -webkit-transition: .3s;
    transition: .3s
}

.slider-btn.style2 i {
    line-height: 3.5;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
    padding: 15px;
}
.fixedsocial{position: fixed;right: 0;background: #fff;z-index: 999;border-radius: 7px 0px 0px 7px;padding: 16px 8px;top: 40%;}.fixedsocial ul{
    
}.grid-item-sol{
 height: 250px;
    position: relative;
    margin-bottom: 30px;
    vertical-align: middle;
    justify-items: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    border-radius: 5px;   
}.fixedsocial li a{
    display: block;
    padding: 7px 0px;
}.fixedsocial li a:hover img{
    margin-top: -5px;
}.fixedsocial li img{
    width: 40px;
}
.grid-item-sol img{
     width: auto;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
section.gallery {
    display: block;
    clear: both;
    position: relative;
    padding: 0px 0px 0px;
}
section#faq {
     display: block;
    clear: both;
    position: relative;
}

.bordlop{/* position: relative; */}.bordlop:before{
        content: '';
        position: absolute;
        bottom: 0;
        background: #fff;
        color: #f1f1f1;
        width: 100%;
        transition: .5s ease;
        color: white;
        font-size: 20px;
        height: 100%;
        padding: 20px;
        text-align: center;
}
section.aboutus.section-padding {
    background: #f6f6f6;
    padding-top: 30px;
}
@media (max-width:767px){
	.mobile-menu-area {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
}
	.menumobile {
    position: absolute;
    right: 30px;
    font-size: 25px;
    top: 18px;
}
	.single-portfolio-fourth .mask .mask-po {
    position: relative;
    left: 0;
    right: 0;
    top: 0%;
}
	.single-portfolio-fourth h4 {
    opacity: 1;
    position: relative;
	}
	.single-portfolio-fourth .mask {
    opacity: 1;
    position: relative;
    overflow: visible;
	}
	.portfolio-items .single-portfolio {
    margin-bottom: 30px;
    height: auto;
    overflow: visible;
}
	.navbar-nav{
		display:none;
	}
	.overselo table td{
		border:1px solid #eee;
	}
	.overselo table{
		width: 710px;
	}
	.overselo{
		display:block;
		overflow-x:auto;
	}
	#links a{display:block !important;width: 100% !important;padding: 3px;}
	.dropdown-menu{
		/* position: relative !important; */
		opacity: 1 !important;
		visibility: visible !important;
	}
	.dropdown-menu .dropdown > .dropdown-menu{
				left: 0 !important;
				opacity: 1 !important;
				visibility: visible !important;
	}
	.mean-container .mean-nav ul li ul li ul{
    opacity: 1;
    visibility: visible;
}
.navbar-nav .dropdown-menu{
	position:absolute !important; 
	top: 70% !important;
	float: inherit;
}
	.single-page-title {
		text-align:center;
}
	.single-page-title-area .breadcrumb {
    right: 0px;
    font-size: 13px;
		left:0;
		text-align:center;
}
	.mean-container .mean-nav ul li ul li a{
/* 		color:#fff !important; */
	}
	#myModal input {
    margin-bottom: 10px;
    padding: 9px 10px;
	}
	#myModal .modal-header h4{
		font-size:18px;
	}
	#myModal .modal-content {
    width: 100%;
	}
	.description p, .tab-content p{
		text-align:justify;
	}
	.slider-btn.style2 {
    width: 25px;
    height: 25px;
	}
	.slider-btn.style2 i {
    line-height: 0;
    font-size: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
    padding: 7px;
}
	.nav-tabs .nav-link {
    padding: 4px 10px;
    font-size: 12px;
}
	.product-summary h2{
	font-size:22px;	
	}
	.product-summary {
    margin-top: 31px;
}
	.fixedsocial{
		padding:0px 8px;
	}
	.slider-section{
		table-layout: fixed;
    display: table;
    overflow: hidden;
	}
	.fixedsocial li img {
    width: 20px;
}
	.about p{
		text-align:justify;
	}
	.skill p{
		text-align:justify;
	}
	.single-page-title-area {
		padding:85px 0;
	}
	.section-title-left {
    margin-bottom: 20px;
}
	.skill {
    margin-bottom: 15px;
    padding-top: 30px;
    text-align: center;
}
	.promo-box-style-one {
    padding: 25px 10px !important;
    margin: 10px 0 0 0px !important; 
    text-align: center;
    width: 100%;
}
	.blog-post-content p{
		text-align:justify;
	}
	.rightpanels{
	margin-top:30px;	
	}
	.single-page-title h2{
		font-size:20px;
	}
	.section-title p{
		padding:0px 0px;
	}
	.single-con-add{
		height:auto;
	}
	.section-title h3{
		font-size:23px;
	}
	.footer-top {
    padding: 25px 0;
	}
	.widget.search_wid{
		margin-top:20px;
		margin-bottom:20px;
	}
	.section-padding {
    padding: 30px 0;
	}
	.mean-container .mean-nav{
		    position: absolute;
    z-index: 9999999;
    left: 0;
    right: 0;
	}
	.main-header .logo-area .header-info-box-2{
		display:none;
	}
}
.leftcategory{
	
}
.leftcategory ul{
	border: 1px solid #ddd;
}
.leftcategory h3{
	background: #f7b62a;
	padding: 13px 10px;
	border-radius: 3px;
}
.leftcategory li a{
	display: block;
	padding: 9px 15px;
	border-bottom: 1px solid #ddd;
}
.leftcategory li a:hover{
	background: #000;
}
.maskslop{
	
}
.maskslop h4{
	font-size: 19px;
	text-align: center;
	padding: 10px 0px;
}
.maskslop p.prices{
	text-align: center;
	font-weight: bold;
	color: #f7b62a;
	font-size: 24px;
}
.productlist .single-portfolio{
	border-color: #ddd;
}
.productlist img:hover{
transform: scale(1.1);	
}
.productlist{
	margin-bottom:30px;
}
*{
	transition:all 0.3s ease-in-out;
} 
.productlist a{
	display:block;
}
.comment-respond{
	border: 2px solid rgb(237 65 24 / 45%);
	padding: 25px;
	border-radius: 5px;
}
.comment-form{
	
}
.comment-form{
	
}
.comment-form input{
	width: 100%;
	border: 1px solid #ddd;
	padding: 6px 15px;
}
.comment-form label{
	display: block;
	margin-top: 10px;
}
.comment-form p.comment-form-cookies-consent label{
display:inline-block;	
}
.comment-form input[type="checkbox"]{
	width:auto;
}
.comment-form textarea{
	width: 100%;
	border: 1px solid #ddd;
	padding: 6px 15px;
}
.comment-form input.submit{
	width: auto;
	background: #f7b62a;
	border: none;
	padding: 8px 20px;
	border-radius: 3px;
	margin-top: 20px;
}


.application .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.application .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.application .panel-title > a:hover, 
.application .panel-title > a:active, 
.application .panel-title > a:focus  {
    text-decoration:none;
}
.application .panel-title > a{
	color: #000;
}
.lidyo{
	
}
.lidyo a{
	
}


.faq .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
    color: #f7b62a;
}
.faq .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.faq .panel-title > a:hover, 
.faq .panel-title > a:active, 
.faq .panel-title > a:focus  {
    text-decoration:none;
}
.faq .panel{
	border: 1px solid #ddd !important;
	padding: 8px 11px !important;
	margin-bottom: 20px !important;
}
.faq .panel-body{
	padding: 20px !important;
}
.faq .panel-title > a{
	color: #000;
}
.hoverimgs{
	border: 1px solid #ddd;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 1px 9px #ddd;
	border-radius: 6px;
}
.hoverimgs h4{
	background: #f7b62a;
	font-size: 18px;
	text-align: center;
	padding: 15px 10px;
	bottom: 0px;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	border-radius: 0px 19px;
	border-bottom: 3px solid #000;
}
.hoverimgs:hover h4{
	bottom: 100px;
	opacity: 1;
}
.hoverimgs img{
	width: 100%;
}
ul
{
list-style-type: none;
}

ul.slideContent {
  display: none;
  margin: 10px;
  border: none;
}
.pluslist{
	
}
.pluslist li{
	position: relative;
}
.pluslist li span{
	position: absolute;
	right: 12px;
	top: 10px;
	color: #000;
}
.pluslist li a{
	
}
.leftcategory li:hover span{
	color:#f7b62a;
}


.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 14px auto;
  text-align: center;
  justify-content: center;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 20px;
  /* padding: 9px 20px; */
}
.tabbable-line > .nav-tabs > li > a {
  margin-right: 0;
  font-weight: bold;
  color: #737373;
  font-size: 15px;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
 .tabbable-line > .nav-tabs > li a:hover {
  border-bottom: 4px solid rgb(247 182 42);
}
.tabbable-line > .nav-tabs > li a{
 border-bottom:4px solid transparent;
 padding: 14px 15px;
}
.tabbable-line > .nav-tabs > li > a.active {
	 border-bottom: 4px solid #f7b62a;
  position: relative;
  color: #333333;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.solutionlist{
	padding-left: 15px;
}
.solutionlist li{
	list-style: outside;
	line-height: 1.6;
}
.solutions .brope{
	margin-bottom:50px;
}
.single-service-img {
    height: 240px;
    overflow: hidden;
}
.single-service-info .quote-btn-2{
	clear: both;
	display: table;
}
.page-id-816 .single-page-title-area:after{
	display:none;
}
@media (min-width:820px) and (max-width:1180px){
	.main-header .logo-area .header-info-box-2{
		    margin-left: 48px;
	}
	.single-service-img {
    height: 132px;
	}
}
@media(min-width:768px){
	.menumobile{
		display:none;
	}
}




.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
body .carousel-indicators {
    right: 3% !important;
    left: auto !important;
    width: auto;
    top: 40%;
    transform: rotate(90deg);
    bottom: auto !important;
}

.carousel-indicators li{
     background-color: #007da4;
      width: 15px;
    height: 15px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
       background-color: #000;
}