/**
 * Theme Name: Geobin
 * Description: Geobin is a powerful and modern responsive WordPress Theme for 'Search Engine Optimization' and 'Digital Marketing'. Even  you can use for 'Social Media Marketing'.
 * Version: 2.3
 * Author: XpeedStudio
 *
 */

/* Table of Content
=================================================
1. Typography
2. Header
3. Global Style (body, link color, gap, ul, section-title, overlay etc)
4. Hero Area
5. Slider Area
6. Features Area
7. Analysis Area
8. Intro Area
9. Fun Facts
10. Service
11. Case Study
12. Working Process
13. Testimonial
14. Pricing Table
15. Blog
16. Clients
17. Footer
18. Contact
19. Sub Pages
20. Banner
21. News Post
22. Right News side Bar
23. News Single Pages
24. About us
25. About Us version 2
26. Timeline V2
27. Pricing
28. Map
30. Contact us Form 
31. Testimonial
32. Single Service
33. Service
34. Case
35. Single Case Study

/* Animated Title Border */
.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #FA6742;
    overflow: hidden;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

.sidebar-right .widget .animate-border:after{
    animation:none;    
}


.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;

}
.animate-border.border-black:after {
    border-right-color: #151414;
    border-left-color: #151414;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}
@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}
.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #fa6742;
    border-left-color: #fa6742;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }
    50% {
        width: 90%;
    }
    100% {
        width: 10%;
    }
}
@keyframes primary-long {
    0% {
        width: 80%;
    }
    50% {
        width: 0%;
    }
    100% {
        width: 80%;
    }
}


/* Typography
================================================== */
body {
    background: #fff;
    color: #757575;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 28px;
}

.elementor-text-editor p:last-child{
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2f2c2c;
}

h1,
h2 {
    font-weight: 700;
}

h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h1 {
    font-size: 60px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5{
    font-size: 15px;
}
h6{
    font-size: 12px;
}

.no-border {
    border: none !important;
}

.logged-in .navbar-fixed{
    padding-top: 32px;
}

/* Global styles
================================================== */
html {
    overflow-x: hidden !important;
}

a {
    text-decoration: none;
    outline: 0 solid;
}
a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0 solid;
}
a:hover{
    color:#FA6742;
}

button:focus,
.btn:focus {
    outline: 0 solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:hover {
    cursor: pointer;
}

.tw-readmore {
    color: #fa6742;
    font-weight: 800;
    display: inline-block;
}

.tw-readmore i {
    padding-left: 5px;
}

/* Margin Top */

.tw-mt-140 {
    margin-top: 140px !important;
}

.tw-mt-80 {
    margin-top: 80px !important;
}

.tw-mt-70 {
    margin-top: 70px !important;
}

.tw-mt-65 {
    margin-top: 65px !important;
}

.tw-mt-60 {
    margin-top: 60px !important;
}

.tw-mt-40 {
    margin-top: 40px !important;
}

.tw-mt-30 {
    margin-top: 30px !important;
}

.tw-mt-20 {
    margin-top: 20px !important;
}

.tw-mt-15 {
    margin-top: 15px !important;
}

.no-padding {
    padding: 0;
}

/* Margin Bottom */
.tw-mb-165 {
    margin-bottom: 165px;
}

.tw-mb-105 {
    margin-bottom: 105px;
}

.tw-mb-80 {
    margin-bottom: 80px;
}

.tw-mb-70 {
    margin-bottom: 70px;
}

.tw-mb-65 {
    margin-bottom: 65px;
}

.tw-mb-60 {
    margin-bottom: 60px;
}

.tw-mb-40 {
    margin-bottom: 40px;
}
.tw-mb-20 {
    margin-bottom: 20px;
}

.tw-mb-10 {
    margin-bottom: 10px;
}

.tw-mb-35 {
    margin-bottom: 35px;
}

.tw-mb-30 {
    margin-bottom: 30px;
}

/* Background Color */
.bg-green {
    background: #32CC73 !important;
}

.bg-orange {
    background: #FA6742;
}

.bg-blue {
    background: #478FFF !important;
}

.bg-yellow {
    background: #FFB72F !important;
}

.bg-ash {
    background: #EEF0EF !important;
}

.bg-offwhite {
    background: #F7F9F8 !important;
}

.bg-darkBlue {
    background: #2f57c9 !important;
}

.bg-pink {
    background: #f6576e !important;
}

.bg-violet {
    background: #BA01FF !important;
}

/* Background Overlay */
.bg-overlay {
    position: relative;
}
.bg-overlay .container {
    position: relative;
    z-index: 1;
}
.bg-overlay:after {
    background-color: rgba(32, 32, 32, 0.8);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Bottom Border */
.bottom-border {
    width: 50px;
    height: 3px;
    display: block;
    position: relative;
}
.bottom-border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    content: "";
    background-color: #FA6742;
}
.bottom-border:after {
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    background-color: #FA6742;
}
.bottom-border.bottom-border-green:before, .bottom-border.bottom-border-green:after {
    background-color: #32CC73;
}
.bottom-border.bottom-border-yellow:before, .bottom-border.bottom-border-yellow:after {
    background-color: #FFB72F;
}

.xs-btn-group a.btn{
    margin-top: 36px;
    margin-right: 20px;
}
.btn {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 35px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    position: relative;
    z-index: 1;
}
.btn-primary {
    background: #FA6742;
    border: 1px solid transparent;
    cursor: pointer;
}
.btn-primary:hover {
    background: #2e2c2d;
    border-color: #2e2c2d;
}
.btn-secondary {
    background-color: #FFB72F;
    border-color: #FFB72F;
}
.btn-secondary:hover {
    background: #2e2c2d;
    border-color: #2e2c2d;
}

.btn-dark {
    background: #2E2C2D;
    border-color:transparent;
}

.btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
    background-image: none;
}
.btn-white {
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    background-color: #fff;
    border-color: #fff;
}

.ts-readmore{
    color: #2E2C2D;
    font-weight: 700;
    font-size: 18px;
    float: right;
}

.ts-readmore i{
    padding-left: 10px;
    font-weight: 700;
    position: relative;
    top: 2px;
}

.text-orange {
    color: #fa6742 !important;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.geobin-heading-title{
    overflow: hidden;
}
.geobin-heading-title h2{
    color: #2f2c2c;
    font-size: 44px;
    margin-bottom: 25px;
}
.geobin-heading-title small {
    color: #b4b4b4;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    margin-bottom: 14px;
}
.geobin-heading-title h2 span {
    color: #fa6742;
}
h3.xs-title.section-title{
    font-size: 30px;
    font-weight: 800;
}
.section-heading{
    margin-bottom: 80px;
}

.section-heading h2 span {
    color: #fa6742;
}


/* Header Topbar styles
================================================== */

/* Home variation 1 */
.tw-top-bar {
    padding: 5px 0;
    border-bottom: 1px solid #F2F2F2;
}

.tw-top-bar.no-border{
    padding: 10px 0;
}

.tw-top-bar .text-left .top-contact-info span {
    padding-left: 0;
    padding-right: 40px;
}

.tw-top-bar-angle {
    padding: 5px 0;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    z-index: 2;
}
.tw-top-bar-angle:before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: #2f2c2c;
}
.tw-top-bar-angle:after {
    position: absolute;
    top: 0px;
    left: 50%;
    content: "";
    border-right: 30px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 38px solid #2f2c2c;
}

.top-bar-angle-info i {
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}
.top-bar-angle-info span {
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
}
.top-social-links a{
    display: inline-block;
    font-size: 14px;
    color: #2f2c2c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.top-social-links a:hover {
    color: #FA6742;
}
.top-social-links a,
.top-social-links > span {
    color: #2f2c2c;
}

.top-contact-info span {
    font-size: 14px;
    color: #2f2c2c;
    padding-left: 60px;
    font-weight: 400;
}
.top-social-links a {
    padding-left: 20px;
}

.top-contact-info span i {
    padding-right: 10px;
}

.tw-top-bar-angle .top-contact-info span {
    color: #fff;
    padding-left: 0;
    padding-right: 40px;
}

/* Offcanvas styles
================================================== */
.off-canvas, .tw-head, .tw-header {
    -webkit-transition: all 800ms;
    transition: all 800ms;
}
.navbar-fixed {
    z-index: 100;
    position: fixed;
    opacity: 1;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Header Menu styles
================================================== */
/*-- Header common --*/
.tw-header {
    background: #fff;
    -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 2;
}

.tw-head {
    background: #fff;
    -webkit-box-shadow: 0 7px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 7px 8px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 2;
}
.header-trans-leftbox{
    background: none;
    box-shadow: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px;
    z-index: 2;
    height: auto;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
.header {
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.navbar-fixed {
    z-index: 99999;
    position: fixed;
    opacity: .98;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    -moz-animation: fadeInDown 800ms;
    -ms-animation: fadeInDown 800ms;
    -o-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
}
/* header solid */
/* .tw-solid-header,
.tw-top-bar.topbar-light{
    padding: 0 20px;
} */
.tw-solid-header .justify-content-center{
    justify-content: flex-end!important;
}
.tw-solid-header .tw-off-search{
    border-radius: 18px;
}

@media(min-width: 1200px){
    .tw-head.tw-solid-header{
        background-color: rgb(255, 255, 255);
        opacity: 0.949;
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 9;
        width: 100%;

    }
    .admin-bar .tw-head.tw-solid-header{
        top: 70px;
    }
    .tw-head.tw-solid-header.navbar-fixed{
        position: fixed;
        top: 0;
    }
    .tw-head.tw-solid-header .bg-white{
        background: transparent !important;
    }
    .banner-heading.pt-90{
        padding-top: 90px;
    }
}
  
/*-- Logo --*/
.tw-nav-brand {
    position: relative;
    z-index: 2;
}
.logo {
    height: 90px;
    display: table;
}

.logo a{
    display: table-cell;
    vertical-align: middle;
}

.header.nav-down .logo{
    height: 110px;
}


/* Navigation
================================================== */
nav.navbar{
    position: relative;
    z-index: 1;
    padding: 0;
}

/*Navigation toggle*/
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler {
    background-color: #fa6742;
}
.navbar-light .navbar-toggler:hover {
    cursor: pointer;
}

.navbar-nav.main-menu, 
.navbar-nav.main-menu>ul{
    padding:0;
    margin:0;
}

.navbar-nav.main-menu>li, 
.navbar-nav.main-menu>ul>li {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0px;
}
.main-menu>li>a:not([href]):not([tabindex]) {
    color: #2e2c2d;
}
.main-menu>li>a:not([href]):not([tabindex]):hover {
    color: #FA6742;
}

@media (min-width: 992px) {
    ul.main-menu>li.menu-item-has-children>a:after {
        font-family: FontAwesome;
        position: absolute;
        clear: both;
        content: "\f107";
        display: block;
        font-size: 16px;
        font-weight: 400;
        right: -7px;
        top: 50%;
        margin-top: -16px;
    }
}
.navbar-nav.main-menu>li>a, 
.navbar-nav.main-menu>ul>li>a{
    z-index: 2;
    color: #2e2c2d;
    font-weight: 600;
    font-size: 17px;
    text-rendering: optimizeLegibility;
    display: inline-block;
    padding: 34px 0;
    margin-right: 23px;
    position: relative;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    padding-right: .5rem;
    padding-left: .5rem;
}


.main-menu>li:hover>a:before,
.main-menu>li.current-menu-item>a:before,
.main-menu>li.current-menu-parent>a:before{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu>li.current-menu-parent>a,
.main-menu>li.current-menu-itemt>a{
    color: #FA6742;
}

.main-menu>li>a:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    height: 3px;
    content: "";
    background: #FA6742;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}


.nav>li>a:hover,
.nav>li>a:focus,
.nav>li.current-menu-item>a {
    background: none;
    color: red;
}

.main-menu > li:first-child:after {
    display: none;
}
#responsive-menu{
    display: none;
}
.menubar.site-nav-inner {
    margin-bottom: 0;
    min-height: 0;
    padding: 0;
}

.navbar-light .navbar-nav a:focus, .navbar-light .navbar-nav a:hover{
    color: #FA6742;
}

.main-menu li ul {
    z-index: 998;
}
.main-menu>li.menu-item-has-children .sub-menu li a {
    padding: 0;
}
.main-menu>li.menu-item-has-children a {
    position: relative;
    cursor: pointer;
}

.main-menu {
    float: none;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.main-menu > li > ul.sub-menu>li.menu-item-has-children>a:after {
    display: block;
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    margin-top: 0;
    margin-right: -5px;
}
.main-menu > li:hover > ul {
    top: 0;
}
.main-menu li ul li ul {
    position: absolute;
    left: 200px;
    top: 0;
}
.main-menu li > ul > li {
    float: none;
    margin: 0;
}

.main-menu li ul li:first-child a {
    border-top: 0;
}

/* Dropdown Menu */
.dropdown{
    cursor: pointer;
}

.main-menu li > ul {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    color: #757575;
    text-align: left;
    background-color: #fff;
    width: 285px;
    padding: 16px 30px 33px;
    margin: 0;
    border: none;
    border-radius: 0;
}
@media (min-width:992px){
    ul.main-menu li > ul {
        opacity: 0;
        visibility: hidden;
    }
    .dropdown.show {
        display: inline-block !important;
    }
}
.main-menu li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
}

.main-menu li ul li {
    display: block;
    padding: 7px 0;
}

.main-menu li ul li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
}

.main-menu li > ul.sub-menu > li >a:hover,
.main-menu li ul li.current-menu-item a{
    color:#fc6b2a;
}
.main-menu li:hover > ul li >ul {
    top: 0;
}

.display-header .site-navigation.navigation {
    background: rgba(251, 251, 251, 0.49);
}

.site-navigation-inner {
    border-radius: 4px 4px 0 0;
}

.navbar-toggle:focus {
    border: none;
    box-shadow: none;
    outline: 0;
}

.navbar-toggle .icon-bar {
    width: 22px;
    height: 2px;
    background: #fff;
    transition: 300ms;
    -webkit-transition: 300ms;
    display: block;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px;
}

.navbar-toggle {
    background: #2154cf;
    float: none;
    position: relative;
    margin: 0;
    margin-left: 0px;
    padding: 0;
    margin-top: 22px;
    border: none;
    border-radius: 0;
    padding: 10px;
}

.navbar-toggle .menu-text {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    left: 30px;
    top: -3px;
    font-weight: 500;
    color: #283033;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.menuwithlogo .navbar-header .navbar-toggle {
    margin-left: 0;
    margin-top: -15px;
    float: right;
    cursor: pointer;
}
.menuwithlogo .navbar-header .navbar-toggle .menu-text {
    display: none;
}
.menuwithlogo .navbar-header {
    text-align: center;
}
.navbar-responsive-collapse.collapse.in {
    min-height: 320px;
}

/* Search / offcanvas Menu Bar
================================================== */
.search-bar-fixed {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    width: 100%;
}
.search-bar-fixed input[type="search"] {
    padding: 15px 0px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff4d;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    width: 50%;
    color: #fff;
}
.search-bar-fixed input[type="search"]::-webkit-input-placeholder, .search-bar-fixed input[type="search"]::-moz-placeholder, .search-bar-fixed input[type="search"]:-ms-input-placeholder, .search-bar-fixed input[type="search"]::-ms-input-placeholder, .search-bar-fixed input[type="search"]::-webkit-input-placeholder {
    color: #fff;
}
.search-bar-fixed input[type="search"]::-webkit-input-placeholder, .search-bar-fixed input[type="search"]::-moz-placeholder, .search-bar-fixed input[type="search"]:-ms-input-placeholder, .search-bar-fixed input[type="search"]::-ms-input-placeholder, .search-bar-fixed input[type="search"]::placeholder {
    color: #fff;
}
.search-bar-fixed input:focus {
    outline: none;
}
.search-bar-fixed button[type="submit"] {
    background: transparent;
    border: none;
    color: #fff;
    position: relative;
    right: 30px;
}
.search-bar-fixed button[type="submit"]:hover {
    cursor: pointer;
}

.search-bar {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 101;
    background: #000;
    content: "";
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0.9;
    visibility: hidden;
}
.search-bar.active {
    left: 0;
    visibility: visible;
}
.search-bar i.icon-cross {
    color: #fff;
    position: absolute;
    right: 50px;
    top: 40px;
    font-size: 22px;
}
.search-bar i.icon-cross:hover {
    cursor: pointer;
}
.search-block{
    display: none;
}

.offcanvas-menu {
    position: relative;
    z-index: 101;
}
.offcanvas-menu:hover:before {
    cursor: pointer;
}

.offcanvas-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    content: "";
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    visibility: hidden;
}
.offcanvas-menu-overlay.menu-show {
    background: rgba(0, 0, 0, 0.9);
    visibility: visible;
}
.offcanvas-menu-overlay.menu-show:hover {
    cursor: pointer;
}

.offcanvas-wrapper {
    position: fixed;
    top: 0;
    width: 400px;
    right: -100%;
    z-index: 3;
    background: #fff;
    padding: 60px 50px;
    height: 100%;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.logged-in .offcanvas-wrapper {
    top: 32px;
}
.offcanvas-wrapper .menu-close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    font-size: 22px;
}
.offcanvas-wrapper .menu-close-btn:hover {
    cursor: pointer;
}
.offcanvas-wrapper.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.offcanvas-inner > p {
    margin-bottom: 25px;
}
.offcanvas-inner .contact-us {
    margin-top: 0;
}
.offcanvas-inner .contact-us .contact-icon i {
    top: 20px;
}
.offcanvas-inner .logo {
    display: inline-block;
    margin-bottom: 45px;
    height: auto;
}
.offcanvas-inner .contact-info {
    margin-top: 35px;
    color: #000;
}
.offcanvas-inner .contact-info h3 {
    color: #000;
}
.offcanvas-inner .contact-info p {
    margin: 0;
}
.offcanvas-inner .footer-social-link {
    margin-top: 60px;
    margin-bottom: 65px;
}
.offcanvas-inner .footer-social-link ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.offcanvas-inner .footer-social-link li {
    display: inline-block;
}
.offcanvas-inner .footer-social-link li a {
    display: block;
    margin-right: 10px;
}
.offcanvas-inner .footer-social-link li a i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid inherit;
    border-radius: 50%;
    background: #000;
    color: #fff;
}
.offcanvas-inner .footer-social-link li a i.fa-facebook {
    background-color: #3B5998;
}
.offcanvas-inner .footer-social-link li a i.fa-twitter {
    background-color: #55ACEE;
}
.offcanvas-inner .footer-social-link li a i.fa-google-plus {
    background-color: #DD4B39;
}
.offcanvas-inner .footer-social-link li a i.fa-linkedin {
    background-color: #0976B4;
}
.offcanvas-inner .footer-social-link li a i.fa-instagram {
    background-color: #31709d;
}

.menu-subscribe h3 .noanimate-border {
    top: 15px;
    position: relative;
    display: block;
    width: 55px;
    height: 3px;
    background: #FA6742;
    border-color: #f7f9f8;
}
.menu-subscribe h3 .noanimate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 10px;
    bottom: 0;
    border-left: 5px solid #fff;
    border-color: #f7f9f8;
}
.menu-subscribe form {
    margin-top: 45px;
}

.tw-off-search {
    background: #2e2c2d;
    width: 125px;
    height: 50px;
    color: #fff;
    border-radius: 25px;
    position: relative;
    z-index: 3;
    right: -30px;
    top: 0;
}

.tw-search{
    width: 125px;
}

.tw-search i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}
.tw-search i:hover {
    cursor: pointer;
}
.tw-search:after {
    position: absolute;
    top: 12px;
    left: 55px;
    width: 1px;
    height: 50%;
    background: #4D4B4C;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tw-menu-bar {
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
}
.tw-menu-bar span {
    display: block;
    background: #fff;
    height: 2px;
    width: 20px;
    margin: 0 auto;
}
.tw-menu-bar span:nth-child(2) {
    margin: 5px 0;
    width: 30px;
}
.tw-menu-bar:hover {
    cursor: pointer;
}

.main-header {
    position: absolute;
    width: 100%;
    z-index: 3;
}

.nav-lite ul.navbar-nav {
    width: 100%;
}
.nav-lite ul.navbar-nav li > a {
    padding: 20px 0;
}
.tw-offcanvas-menu.offcanvas-menu-lite .inline-menu span {
    background: #fff;
}
.offcanvas-menu-lite.bg-orange {
    height: 68px;
    line-height: 68px;
    padding: 0 15px;
    border-left: 8px solid #F7F9F8;
    width: 165px;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    right: 0;
}
.offcanvas-menu-lite.bg-orange .inline-menu {
    right:20px;
}
.tw-offcanvas-menu.offcanvas-menu-lite.bg-orange i {
    padding-right: 25px;
    color: #fff;
    border-right-color: rgba(255, 255, 255, 0.5);
}

/* Inline Offcanvas menu-2 */
.inline-menu,
.full-width-nav .navbar-light .tw-menu-bar.inline-menu {
    position: relative;
    top: 0px;
}


.inline-menu span {
    background: #000;
    width: 10px;
}
.tw-offcanvas-menu.offcanvas-menu-lite i {
    color: #fff;
    border-right-color: #4E4B4B;
}

.tw-offcanvas-menu i {
    padding-right: 25px;
    border-right: 1px solid #E0E0E0;
    margin-right: 30px;
    color: #2f2c2c;
}
.tw-offcanvas-menu i:hover {
    cursor: pointer;
}

.inline-menu span:nth-child(2) {
    width: 20px;
    margin: 3px auto;
}

/* Home variation 3 menu-3 */

.header-absolute {
    position: relative;
    margin-bottom: -35px;
}
.header-absolute .tw-header {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tw-header.tw-dark-head {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dark-nav {
    background: #2f2c2c;
    border-radius: 4px;
}
.dark-nav .tw-nav-brand {
    padding-left: 30px;
    margin-right: 0;
}
.dark-nav > .nav-link {
    padding: 31px 0;
}
.dark-nav .navbar-nav .nav-link {
    color: #fff;
}
.dark-nav button.navbar-toggler {
    right: 15px;
}
.dark-nav .tw-nav-brand {
    position: relative;
}
.dark-nav .navbar-nav {
    padding: 0 0;
}
.dark-nav .navbar-nav .active > .nav-link {
    color: #fff;
}
.dark-nav .navbar-nav li {
    margin: 0 10px;
}
.dark-nav .navbar-nav li > a {
    padding: 25px 0;
}
.dark-nav .tw-dropdown-menu {
    background: #2f2c2c;
}
.dark-nav .tw-dropdown-menu li a {
    color: #fff;
}

.dark-nav .mega-menu {
    background: #2f2c2c;
}

.dark-nav .mega-menu li a {
    color: #fff;
}
.dark-nav .mega-menu li a:hover {
    color: #FA6742;
}

.offcanvas-dark-menu {
    right: -10px;
}
.offcanvas-dark-menu i {
    color: #fff;
    border-right-color: #4E4B4B;
}
.offcanvas-dark-menu .inline-menu span {
    background: #fff;
}

.dark-nav .sub-menu {
    background: #2f2c2c;
}

.dark-nav .mega-menu .sub-menu {
    background: none;
}


.dark-nav ul.navbar-nav > li > a:after,
.dark-nav ul.navbar-nav > li.current-menu-item > a:after {
    right: -15px;
    top: 52%;
}
.dark-nav ul.navbar-nav.main-menu>li {
    margin: 0 10px;
}
.dark-nav ul.navbar-nav > li.xs-dopdown-item > a,
.dark-nav ul.navbar-nav > li > a,
.dark-nav-full ul.navbar-nav > li.xs-dopdown-item > a,
.dark-nav-full ul.navbar-nav > li > a,
.dark-nav ul.navbar-nav > li ul.xs-dopdown-item li a,
.dark-nav-full ul.navbar-nav > li ul.xs-dopdown-item li a{
    color: #FFFFFF ;
}


.nav-lite ul.navbar-nav.main-menu li {
    margin-left: 17px !important;
    padding-right: 17px;
}
.nav-lite .navbar-nav li > a{
    padding: 19px 0;
}

/* Header 6 Light */
.navbar-light .tw-menu-bar.inline-menu{
    position: absolute;
    top: 50%;
}

/* Dark nav menu 7 */
.dark-nav-full .navbar-nav li.current-menu-item > a,
.dark-nav-full .navbar-nav li.current-menu-ancestor > a{
    color: #FA6742;
}
.dark-nav-full .navbar-nav li.menu-item-has-children>a:after {
    right: -16px;
    top: 54%;
}

.dark-nav-full .sub-menu{
    background: #2f2c2c;
}

.dark-nav-full .mega-menu .sub-menu{
    background: none;
}

/*Megamenu*/
.menu-item-has-mega-menu{
    position: static !important;
    z-index: 1;
}
.mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    padding: 37px 18px 27px 40px;
    border: none;
    margin-top: 0px;
    overflow: hidden;
    z-index: -1;
    border-radius: 0;
}
@media (min-width:992px){
    .mega-menu {
        -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.03), 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.03), 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
    }
}
.mega-menu:after {
    position: absolute;
    right: -50px;
    content: "";
    bottom: -220px;
    height: 100%;
    width: 100%;
    background: url(../images/mega_menu/mega_menu.png);
    background-repeat: no-repeat;
    background-position: center right;
}

ul.sub-menu.mega-menu-row {
    display: flex;
    position: relative;
    z-index: 2;
    padding: 0;
    /*margin-right: -15px;
    margin-left: -15px;*/
    padding-bottom: 50px;
}

ul.sub-menu.mega-menu-row li {
    width: 100%;
}
.mega-menu .sub-menu.sub-menu-row .sub-menu {display: block;}

ul.sub-menu.mega-menu-row .mega-menu-col .sub-menu {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
}
.menu-item-has-mega-menu:hover .mega-menu ul.sub-menu.mega-menu-row .mega-menu-col .sub-menu {
    opacity: 1;
    visibility: visible;
}

.menu-item-has-mega-menu .mega-menu .mega-menu-row .mega-menu-col{
    padding: 0;
}
.menu-item-has-mega-menu .mega-menu .mega-menu-row .mega-menu-col > a{
    font-size: 20px;
    color: #2e2c2d;
    font-weight: 400;
    padding-bottom: 3px;
    margin-bottom: 15px;
}
.menu-item-has-mega-menu .mega-menu .mega-menu-row .mega-menu-col ul.sub-menu{
    width: 100%;
    background: transparent;
}
.menu-item-has-mega-menu .mega-menu .mega-menu-row .mega-menu-col ul.sub-menu li{
    margin-left: 0px !important;
}
.menu-item-has-mega-menu .mega-menu .mega-menu-row .mega-menu-col ul.sub-menu li a{
    color: #757575;
    font-weight: 400;
    display: block;
    position: relative;
    border-radius: 50px;
}
.dark-nav .menu-item-has-mega-menu .mega-menu .mega-menu-row .mega-menu-col a,
.dark-nav .menu-item-has-mega-menu .mega-menu .mega-menu-row .mega-menu-col div,
.dark-nav .menu-item-has-mega-menu .mega-menu .mega-menu-row .mega-menu-col ul.sub-menu li a,
.dark-nav .mega-menu .megamenu-title h3{
    color: #fff;
}
.mega-menu-col div{
    color:#757575;
}
.nav-full-width .mega-menu {
    background: #2f2c2c;
}
.nav-full-width .mega-menu .mega-menu-row .mega-menu-col > a,
.dark-nav .menu-item-has-mega-menu .mega-menu .mega-menu-row .mega-menu-col div,
.dark-nav-full .menu-item-has-mega-menu .mega-menu .mega-menu-row .mega-menu-col div,
.nav-full-width .mega-menu .mega-menu-row .mega-menu-col ul.sub-menu li a{
    color: #fff;
}
.menu-item-has-mega-menu .mega-menu .mega-menu-row .mega-menu-col ul.sub-menu li a:hover{
    color: #FA6742;
}

.menu-item-has-mega-menu:hover .mega-menu.dropdown-menu {
    visibility: visible;
    opacity: 1;
}
@media (min-width:992px){
    .menu-item-has-mega-menu:hover .mega-menu.dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px){
    .menu-item-has-mega-menu .mega-menu.dropdown-menu, .menu-item-has-mega-menu .mega-menu.dropdown-menu {
        visibility: visible;
        opacity: 1;
    }

    .menu-item-has-mega-menu .mega-menu.dropdown-menu ul li {
        visibility: visible;
        opacity: 1;
    }

    .menu-item-has-mega-menu .mega-menu ul.sub-menu.mega-menu-row .mega-menu-col .sub-menu {
        visibility: visible;
        opacity: 1;
    }

}
@media (max-width: 767px){
    .menu-item-has-mega-menu .mega-menu.dropdown-menu, .menu-item-has-mega-menu .mega-menu.dropdown-menu {
        visibility: visible;
        opacity: 1;
    }

    .menu-item-has-mega-menu .mega-menu.dropdown-menu ul li {
        visibility: visible;
        opacity: 1;
    }

    .menu-item-has-mega-menu .mega-menu ul.sub-menu.mega-menu-row .mega-menu-col .sub-menu {
        visibility: visible;
        opacity: 1;
    }

}

/* Home Variation menu 5 */
.nav-transparent .megamenu-dark .tw-mega-menu {
    top: 63px;
}
.nav-transparent .tw-nav-brand {
    top: 5px;
}
.nav-transparent .navbar-nav li.nav-item > a {
    padding: 13px 0;
}

.navbar-fixed.header-dark {
    background-color: #363435;
}

.top-bar-lite .top-social-links {
    color: #2f2c2c;
}
.top-bar-lite .top-social-links i {
    color: #2f2c2c;
}
.top-bar-lite .top-contact-info {
    text-align: right;
}
.top-bar-lite .top-contact-info span {
    padding-left: 5px;
    color: #2f2c2c;
}
.top-bar-lite .top-contact-info i {
    font-size: 12px;
    margin-left: 5px;
    color: #2f2c2c;
}

.header-transparent.header-absolute {
    position: absolute;
    width: 100%;
}
.nav-transparent {
    background: transparent;
}

/* home Variation 6 */
.top-bar-dark {
    background: #1b1b21;
}
.top-bar-dark .top-social-links {
    color: #FA6742;
}
.top-bar-dark .top-social-links i {
    color: #fff;
}
.top-bar-dark .top-contact-info span {
    color: #fff;
}
.top-bar-dark .top-contact-info i {
    color: #fff;
}
.top-bar-dark .top-social-links span{
    color: #FFFFFF;
}

/* home Variation menu 6 */
.top-links {
    padding-top: 30px;
}
.top-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.top-menu ul li {
    display: inline-block;
}
.top-menu ul li a {
    display: block;
    padding-right: 30px;
    color: inherit;
}

.header-lite .tw-nav-brand {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-area .tw-nav-brand {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.logo-area .top-contact-info.top-contact span {
    padding-left: 0;
}
.logo-area .top-info {
    margin-bottom: 20px;
    padding-top: 10px;
}
.top-info {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    float: right;
}
.top-info li {
    display: inline-block;
}
.top-info li .info-wrapper p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: normal;
    color: #2e2c2d;
}
.top-info .info-icon {
    font-size: 24px;
    display: inline-block;
    top: -8px;
    position: relative;
    margin-right: 0;
}
.top-info .info-wrapper {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.top-info .info-wrapper p.info-subtitle {
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    color: #2e2c2d;
    margin-bottom: 3px;
}
.top-contact-info.top-contact span {
    padding-left: 0;
}

.full-width-nav {
    background: #2f2c2c;
}

.nav-full-width ul.navbar-nav li {
    padding-left: 0;
    padding-right: 30px;
}
.nav-full-width .navbar-nav li {
    padding-left: 0;
}
.nav-full-width .navbar-nav .active > .nav-link,
.nav-full-width .navbar-nav .nav-link {
    color: #fff;
}
.nav-full-width .tw-mega-menu {
    background: #2f2c2c;
}
.nav-full-width .tw-mega-menu h3,
.nav-full-width .tw-mega-menu p,
.nav-full-width .tw-mega-menu li a {
    color: #fff;
}
.nav-full-width .tw-dropdown-menu {
    background: #2f2c2c;
}
.nav-full-width .tw-dropdown-menu li a {
    color: #fff;
}

.full-width-offcanvas-menu {
    width: 100%;
    position: relative;
    text-align: left;
    padding-bottom: 0;
    padding: 15px 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.full-width-offcanvas-menu i {
    color: #fff;
    border-color: #4D4B4C;
}
.full-width-offcanvas-menu span {
    background: #fff;
}


/*
   Header banner Area
================================================== */
#banner-area{
    background-image: url(../images/banner/banner5.jpg);
}
.banner-area {
    position: relative;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.banner-area .container {
    position: relative;
}
.banner-title {
    color: #FA6742;
    font-size: 60px;
    font-weight: 800;
}
.banner-title span{
    color: #FA6742;
}
.banner-heading {
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 350px;
}

.breadcrumb {
    background: transparent;
}
.breadcrumb li,
.breadcrumb li a {
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.breadcrumb li a{
    margin-right: 8px;
}
.breadcrumb li a:hover {
    color: #FFB72F;
}
.breadcrumb li:last-child:before {
    color: #fff;
    content: "/\00a0";
    padding: 0 5px;
}


/*
   Slider Styles
================================================== */
.tw-hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
}
.tw-hero-slider .owl-nav button {
    position: absolute;
    left: 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tw-hero-slider .owl-nav button:hover {
    left: 35px;
}
.tw-hero-slider .owl-nav button.owl-next {
    left: auto;
    right: 30px;
}
.tw-hero-slider .owl-nav button.owl-next:hover {
    right: 35px;
}
.tw-hero-slider .owl-nav button:focus {
    outline: none;
}
.tw-hero-slider .owl-nav button i {
    font-size: 50px;
    color: #000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tw-hero-slider .owl-item .tw-slider-1 img {
    margin-top: 88px;
    margin-left: auto;
    margin-right: auto;
}
.tw-hero-slider .active h1,
.tw-hero-slider .active h4,
.tw-hero-slider .active a {
    -webkit-animation: fadeInDown 300ms both;
    animation: fadeInDown 300ms both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
}
.tw-hero-slider .active img {
    -webkit-animation: fadeInUp 300ms both;
    animation: fadeInUp 300ms both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
}
.tw-hero-slider .slider-arrow img {
    width: auto;
}

.slider-arrow img {
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
    background-position: center;
    content: "";
}
.slider-arrow img:nth-child(1) {
    left: 30px;
}
.slider-arrow img:nth-child(2) {
    top: auto;
    bottom: 0;
}
.slider-arrow img:nth-child(3) {
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
}

.geobin-slider {
    background-size: cover;
    background-position: center;
    position: relative;
}
.geobin-slider .slider-content {
    padding-left: 40px;
}
.geobin-slider .slider-content h1 {
    color: #2f2c2c;
}
.geobin-slider .slider-content h1 span {
    color: #FA6742;
}
.geobin-slider .slider-content p {
    color: #757575;
}

.slider-color {

    position: relative;
}
.slider-2 .slider-content {
    padding-right: 43px;
}

.slider-3 {
    background-color: #2BC2A7;
    position: relative;
}
.slider-3 .slider-content {
    padding-left: 40px;
}

.slider-wrapper {
    width: 100%;
    height: 750px;
}

.slider-inner {
    vertical-align: middle;
}
.slider-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 26px;
}
.slider-content h1 span {
    color: #2e2c2d;
}
.slider-content p {
    margin-bottom: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}
.slider-img {
    width: 100%;
}

/*
   Featured box Area
================================================== */
.tw-features-area {
    z-index: 1;
}
.tw-features-area .column-title {
    margin-right: -32px;
    margin-top: -4px;
}

.features-text {
    position: relative;
    text-align: left;
}
.features-text:after {
    position: absolute;
    left: -48px;
    top: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #FA6742;
}

.features-box {
    text-align: center;
    background: #fff;
    padding: 32px 42px 32px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
    min-height: 315px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.features-box .features-icon {
    margin-bottom: 26px;
    width: 100%;
    height: 50px;
}
.features-box .features-icon-inner {
    vertical-align: middle;
}
.features-box h3 {
    font-size: 24px;
    color: #2f2c2c;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.features-box p {
    margin-bottom: 5px;
}
.features-box a {
    margin-top: 10px;
}
.features-box:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

/* Service Features */
[class*="col"]:last-child .tw-service-features-box:before {
    display: none;
}
.tw-service-features-box {
    position: relative;
    padding: 0 20px 0;
}
.tw-service-features-box h3 {
    font-size: 24px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 18px;
}
.tw-service-features-box p {
    margin-bottom: 22px;
}
.tw-service-features-box:before {
    position: absolute;
    width: 1px;
    height: 50%;
    background: #EEEEEE;
    content: "";
    top: 50%;
    left: 100%;
    margin-top: -25%;
    margin-left: 14px;
}

.service-feature-icon-bg {
    width: 100%;
}

.service-feature-icon img {
    padding-top: 15px;
}
/* tw-icon-box */
.tw-icon-box{
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: none;
}
.tw-icon-box .shap-img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.tw-icon-box .shap-img img{
    width: 100%;
}
.tw-icon-box .features-icon{
   transition: all ease 600ms;
}
.tw-icon-box:hover .features-icon{
    transform: rotateY(360deg);
}
.tw-feature-content-box{
    position: relative;
    z-index: 1;
}
.tw-icon-box .features-icon i{
    vertical-align: middle;
}
.icon-circle-box{
    position: relative;
}
.icon-circle-box::after{
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/service_hover.png) no-repeat center center/ 40%;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all ease-in-out 500ms;
}
.tw-service-box:hover .icon-circle-box:after{
    transform: scale(1);

}
.border-active .tw-service-box .icon-circle-box:after,
.border-active .feature-box-style5 .features-icon:before{
    transform: scale(1);

}

.border-active .feature-box-style5 .tw-readmore{
    opacity: 1;
    visibility: visible;
    margin-top: 40px;
    margin-bottom: 20px;
}
.border-active .feature-box-style5{
    border-bottom: transparent;
}
/* Service Carousel
============================ */
.service-list-carousel .owl-nav {
    position: absolute;
    left: -34.5%;
    bottom: 0;
}
.service-list-carousel .owl-nav button.owl-next, .service-list-carousel .owl-nav button.owl-prev {
    display: inline-block;
    background-color: #F7F9F8;
    width: 45px;
    height: 45px;
    color: #FA6742;
}
.service-list-carousel .owl-nav button i {
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
}
.service-list-carousel .owl-nav button:hover {
    background: #FA6742;
    color: #fff !important;
}

.tw-service-box-list {
    border: 1px solid #EDEDED;
    border-radius: 3px;
    padding: 40px 25px 10px;
}
.tw-service-box-list h3 {
    font-size: 20px;
    margin: 35px 0 20px;
}
.tw-service-box-list p {
    font-size: 14px;
}

.service-list-bg {
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 126px;
}

.service-list-icon {
    vertical-align: middle;
}
.service-list-icon img {
    margin: 0 auto;
}


/*
   FuncFacts Area
================================================== */
.tw-facts {
    background-color: #f7f9f8;
    z-index: 2;
    padding: 80px 0;
}

.facts-bg-pattern {
    position: relative;
    z-index: 1;
}

.facts-title {
    margin: 25px 0;
}
.facts-content {
    color: #fa6742;
}
.facts-content span {
    font-size: 48px;
    font-weight: 700;
}
.facts-content sup {
    top: -17px;
    left: -4px;
    font-size: 30px;
    font-weight: 600;
}


/*
   Service Area
================================================== */
.service-wrapper .col-md-4:nth-child(1),
.service-wrapper .col-md-4:nth-child(2),
.service-wrapper .col-md-4:nth-child(3){
    margin-bottom: 60px;
}
.service-icon {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 126px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.service-icon-inner {
    vertical-align: middle;
}
.service-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service-content p {
    max-width: 250px;
    margin: 0 auto 10px;
    font-weight: 400;
}

/* Service Featured Box styles
================================================== */
[class*="col"]:nth-child(3) .tw-service-features-box:after {
    display: none;
}

.tw-service-features-box p {
    margin-bottom: 22px;
}
.tw-service-features-box:after {
    position: absolute;
    width: 1px;
    height: 50%;
    background: #EEEEEE;
    content: "";
    top: 50%;
    left: 100%;
    margin-top: -25%;
    margin-left: 14px;
}
/* service icon style */
.service-icon-style .service-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #f7f0fe;
    transition: all ease 400ms;
    position: relative;
    -webkit-transition: -webkit-transform ease-out 0.1s,;
    -moz-transition: -moz-transform ease-out 0.1s,;
    transition: transform ease-out 0.1s,;
}

.service-icon-style .service-icon i{
    vertical-align: middle;
    transition: all ease 400ms;
}
.service-icon-style .service-icon:after{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border: 5px solid #45dea2;
    border-radius: 50%;
    opacity: 0;
  
}
.service-icon-style .service-content h3 a{
    color: #2f2c2c;
    transition: all ease 500ms;
}
.service-icon-style:hover .service-icon:after{
    -webkit-animation: bubble-ripple 1.5s;
    -moz-animation: bubble-ripple 1.5s;
    -o-animation: bubble-ripple 1.5s;
    animation: bubble-ripple 1.5s;
}
.no-service-icon-animation .service-icon:after,
.no-service-dot-animation.icon-circle-box::after{
    display: none;
}
@-webkit-keyframes bubble-ripple {
    0% {
      transform: scale(1);
      opacity: .45;
    }
    25% {
      transform: scale(1.2);
      opacity: .85;
    }
    100% {
      transform: scale(1.3);
      opacity: 0;
    }
   }
   @keyframes bubble-ripple {
    0% {
        transform: scale(1);
        opacity: .45;
      }
      25% {
        transform: scale(.9);
        opacity: .75;
      }
      100% {
        transform: scale(1.3);
        opacity: 0;
      }
   }
/* Single Service Chart styles
================================================== */
[class*="col"]:nth-child(3) .percent-area > p {
    color: #32CC73;
}
[class*="col"]:nth-child(4) .percent-area > p {
    color: #FFB72F;
}

.percent-area {
    text-align: center;
}
.percent-area > p {
    margin-top: 30px;
    font-weight: 700;
    color: #fa4242;
    font-size: 20px;
}
.percent-area .chart {
    position: relative;
    width: 195px;
    height: 195px;
    padding: 69px 0;
    margin: 0 auto;
}
.percent-area .chart p {
    color: #000;
    font-size: 36px;
    margin-bottom: -5px;
    font-weight: 400;
}
.percent-area .chart small {
    font-style: italic;
    color: #b4b4b4;
    display: block;
}
.percent-area .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}


/* Working Process styles
================================================== */
.working-process-bg{
    background-position: 100% 38% !important;
}
.work-process {
    z-index: 2;
}
.work-process [class*="col"]:nth-child(even) .process-wrapper {
    margin-top: 65px;
}

.work-bg-pattern {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: -1;
    margin-top: -50px;
    background-position: left center;
}

.tw-work-process {
    text-align: center;
}
.tw-work-process p {
    font-weight: 700;
    color: #2f2c2c;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 23px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.process-wrapper {
    width: 225px;
    background-color: #32cc73;
    height: 225px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.process-wrapper:hover {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.12);
}
.process-inner {
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.process-inner .case-process-number{
    right: 20px;
    top: 5px;
}

/* Case Workign Process style2 */
.tw-case-working-box h3 {
    font-size: 18px;
    color: #2f2c2c;
    margin-top: 25px;
}

.working-icon-wrapper {
    width: 225px;
    height: 225px;
    border-radius: 100%;
    border: 1.8px dashed #B1B1B1;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 10px;
}

.working-icon {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    border-radius: 50%;
    background: #ffffff;
    background: radial-gradient(ellipse at center, #ffffff 0%, #eff3f1 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff3f1', GradientType=1);
}

.case-process-number {
    position: absolute;
    right: 5px;
    top: -5px;
    background: #FA6742;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 700;
}

/* Our Team
================================================== */

.team-img {
    text-align: center;
}
.team-img img {
    width: 225px;
    height: 225px;
    border-radius: 50%;
}
.expert-team img {
    border-radius: 0;
}

.team-info {
    text-align: center;
    margin-top: 25px;
}
.team-info .team-name {
    font-size: 24px;
    color: #000000;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-info .team-designation {
    color: #b4b4b4;
    margin-bottom: 16px;
}
.team-info .team-social-links a i {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
}
.team-info .team-social-links a i.fa-facebook {
    color: #3B5998;
}
.team-info .team-social-links a i.fa-twitter {
    color: #55ACEE;
}
.team-info .team-social-links a i.fa-instagram {
    color: #31709d;
}
.team-info .team-social-links a i.fa-linkedin {
    color: #0976B4;
}
.team-info .team-social-links a i.fa-vk {
    color: #4c75a3;
}
.team-info .team-social-links a i.fa-youtube {
    color: #cd201f;
}
.team-info .team-social-links a i.fa-pinterest {
    color: #bd081c;
}
.team-info .team-social-links a i.fa-tumblr {
    color: #34465d;
}
.team-info .team-social-links a i.fa-behance {
    color: #131418;
}
.team-info .team-social-links a i.fa-dribbble {
    color: #ea4c89;
}
.team-info .team-social-links a i.fa-google-plus {
    color: #dd4b39;
}
.team-info .team-social-links a i.fa-xing {
    color: #026466;
}
.team-info .team-social-links a i.fa-yelp {
    color: #af0606;
}
.team-info .team-social-links a i.fa-vine {
    color: #00b489;
}

/* Traffic Result
================================================== */
.traffic-bg{
    background-repeat: no-repeat;
    background-position: top center;
}
.traffic-icon-bg {
    height: 126px;
}
.traffic-icon-bg img {
    padding-top: 25px;
}

.tw-traffic-counter h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 12px;
}
.tw-traffic-counter p {
    color: #FA6742;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 0;
}


/* Faq
================================================== */
.faq-right .widget-adds {
    margin-top: -40px;
}
.faq-right .tw-testimonial-box {
    background: #f7f9f8;
}
.testimonial-bg-green {
    background-color: #32CC73;
}

.card-header {
    background: none;
    border: none;
    padding: 0;
}
.card-header h4 {
    margin: 0;
    padding-left: 0;
}
.card-header h4 a {
    color: #2f2c2c;
    font-size: 16px;
}
.card-header h4 a i {
    color: #FA6742;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.card-header:hover {
    cursor: pointer;
}

.faq-indicator {
    float: right;
}

.card {
    margin-bottom: 15px;
    padding: 15px 30px;
    border-radius: 0;
}

.card-block {
    padding-top: 20px;
}


/* Case Study / Projects
================================================== */
.tw-case {
    background: #f7f9f8;
}
.tw-case .btn-lg {
    padding: 16px 55px;
}

.study-bg-1 {
    background: #fa6742;
}

.study-bg-2 {
    background: #2bc2a7;
}

.study-bg-3 {
    background: #ffb72f;
}

.tw-case-study-box:hover .casestudy-content {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
}
.tw-case-study-box:hover .casestudy-content .case-title {
    color: #fa6742;
}

.casestudy-content {
    background: #fff;
    padding: 21px 40px 6px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.casestudy-content .case-title {
    font-size: 20px;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.casestudy-content p {
    color: #b4b4b4;
}

/* Single Page Case Study
================================================== */
.challange-bg-pattern .elementor-row{
    position: relative;
    z-index: 2;
}
.challange-bg-pattern .elementor-row:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50%;
    background: url("../images/cases/single_case_arrow.png") no-repeat top center;
}

/* Projects
================================================== */
.tw-cases .cases-bg:nth-child(1){
    background: #478FFE !important;
}
.tw-cases .col-md-4:nth-child(2) .cases-bg{
    background: #F6566E !important;
}
.tw-cases .col-md-4:nth-child(3) .cases-bg{
    background: #FB6743 !important;
}
.tw-cases .col-md-4:nth-child(4) .cases-bg{
    background: #2CC2A7 !important;
}
.tw-cases .col-md-4:nth-child(5) .cases-bg{
    background: #FFB72F !important;
}
.tw-cases .col-md-4:nth-child(6) .cases-bg{
    background: #BA01FF !important;
}
.tw-cases {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tw-cases .cases-img img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cases-img {
    background: #FA6742;
    -webkit-flex-basis: 23.1%;
    -ms-flex-preferred-size: 23.1%;
    flex-basis: 23.1%;
    margin: 15px 0px;
    border-radius: 5px;
}
.cases-img h3{
    font-size: 20px;
    margin-bottom: 0;
}
.cases-img h3 a{
    color: #fff;
}
.cases-img span {
    font-size: 14px;
    color: #fff;
}
.case-study-footer {
    padding: 0 25px 25px 25px;
}
.project-style2 .tw-case-study-box{
    overflow: hidden;
}
.project-style2 .tw-case-study-box .case-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.project-style2 .tw-case-study-box .case-img img{
    width: 100%;
    transform: scale(1);
    transition: all ease 400ms;
}
.project-style2 .tw-case-study-box:hover .case-img img{
    transform: scale(1.1);

}

/* Pricing Table Tab styles
================================================== */
.tw-pricing ul.nav {
    width: 350px;
    margin: 0 auto;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
}
.tw-pricing ul.nav .nav-item {
    width: 50%;
    text-align: center;
    border-radius: 50%;
}
.tw-pricing ul.nav .nav-item a {
    padding: 12px 0;
    display: block;
    color: #2f2c2c;
    font-weight: 700;
    border-radius: 50px;
}
.tw-pricing ul.nav .nav-item a.active {
    background: #FA6742;
    border-radius: 50px;
    color: #fff;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
.tw-pricing .pricing-featured {
    margin: 0 -30px;
    padding: 0;
    margin-top: -10px;
    padding-bottom: 5px;
    padding-top: 40px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}
.tw-pricing .pricing-featured .pricing-price,
.tw-pricing .pricing-featured .pricing-feaures {
    margin-top: 35px;
}
.tw-pricing .pricing-featured .btn {
    margin-top: 12px;
}

.pricing-tab ul.nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tw-tab-content {
    margin-top: 90px;
}

.tw-pricing-box {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 28px;
    margin-top: 35px;
    text-align: center;
}
.tw-pricing-box .btn {
    margin-bottom: 36px;
}
.tw-pricing-box:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.tw-pricing-box:hover .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #FA6742;
    border-color:transparent;
}

.tw-pricing [class*="col"]:nth-child(1) .tw-pricing-box{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.tw-pricing [class*="col"]:nth-child(3) .tw-pricing-box{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.border-left-radius {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.border-right-radius {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.price-icon-bg {
    height: 227px;
    display: table;
    width: 100%;
    background: url("../images/pricing/pricing_icon_bg.png");
    background-position: center;
    background-repeat: no-repeat;
}
.price-icon-bg .price-icon {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.pricing-feaures {
    text-align: center;
    margin-top: 15px;
}
.pricing-feaures h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 22px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pricing-feaures ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing-feaures ul li {
    display: block;
    margin-bottom: 5px;
}

.pricing-price {
    margin: 30px 0 25px;
    text-align: center;
}
.pricing-price sup {
    color: #2f2c2c;
    top: -21px;
    left: 1px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pricing-price strong {
    font-size: 48px;
    color: #2f2c2c;
    font-weight: 700;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


/* Pricing Table styles
================================================== */
.tw-price-box {
    padding: 30px 0 50px;
    color: #fff;
    text-align: center;
}
.tw-price-box .pricing-price strong {
    color: #fff;
}
.tw-price-box .pricing-price sup {
    color: #fff;
    font-weight: 800;
    font-size: 30px;
}
.tw-price-box .pricing-price small {
    font-size: 20px;
}
.tw-price-box .pricing-icon-wrapper {
    width: 100%;
    height: 120px;
}
.tw-price-box .price-icon {
    vertical-align: middle;
}

.tw-pricing ul.nav {
    width: 350px;
    margin: 0 auto;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
}
.tw-pricing ul.nav .nav-item {
    width: 50%;
    text-align: center;
    border-radius: 50%;
}
.tw-pricing ul.nav .nav-item a {
    padding: 12px 0;
    display: block;
    color: #2f2c2c;
    font-weight: 700;
    border-radius: 50px;
}
.tw-pricing ul.nav .nav-item a.active {
    background: #FA6742;
    border-radius: 50px;
    color: #fff;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
.tw-pricing .pricing-featured {
    margin: 0 -30px;
    padding: 0;
    margin-top: -10px;
    padding-bottom: 5px;
    padding-top: 40px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}
.tw-pricing .pricing-featured .pricing-price,
.tw-pricing .pricing-featured .pricing-feaures {
    margin-top: 35px;
}
.tw-pricing .pricing-featured .btn {
    margin-top: 12px;
}

.pricing-tab ul.nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tw-tab-content {
    margin-top: 90px;
}

.tw-pricing-box {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 28px;
    margin-top: 35px;
    text-align: center;
}
.tw-pricing-box .btn {
    margin-bottom: 36px;
}
.tw-pricing-box:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}


.border-left-radius {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.border-right-radius {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.price-icon-bg {
    height: 227px;
    display: table;
    width: 100%;
    background: url("../images/pricing/pricing_icon_bg.png");
    background-position: center;
    background-repeat: no-repeat;
}
.price-icon-bg .price-icon {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.pricing-feaures {
    text-align: center;
    margin-top: 15px;
}
.pricing-feaures h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 22px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pricing-feaures ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing-feaures ul li {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}

.pricing-price {
    margin: 30px 0 25px;
    text-align: center;
}
.pricing-price sup {
    color: #2f2c2c;
    top: -21px;
    left: 1px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pricing-price strong {
    font-size: 48px;
    color: #2f2c2c;
    font-weight: 700;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*Analysis area
==================================================*/
.tw-analysis-area {
    overflow: hidden;
}
.tw-analysis-area:hover:before {
    left: 100%;
    visibility: visible;
    opacity: 1;
}
.tw-analysis-area:before {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 150%;
    height: 100px;
    content: "";
    background: rgba(255, 255, 255, 0.541);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
    visibility: hidden;
}
.tw-analysis-area:hover:after {
    right: 100%;
    visibility: visible;
    opacity: 1;
}
.tw-analysis-area:after {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 150%;
    height: 100px;
    content: "";
    background: rgba(255, 255, 255, 0.541);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
    visibility: hidden;
    left: auto;
    right: -50%;
}
.analysis-form {
    margin-top: 37px;
    margin-bottom: -15px;
}
.analysis-form .no-padding{
    float: left;
}
div.wpcf7-validation-errors,
.tw-form-round-shape span{
    color: #333;
}
.column-title {
    font-size: 36px;
    display: block;
}
.analysis-form input[type=url],
.analysis-form input[type=email] {
    border-radius: 50px;
    padding: 15px 30px;
    border: none;
}
.analysis-form input[type=url]:focus {
    outline: solid 0;
}
.analysis-form input[type=email] {
    position: relative;
}
.analysis-form input[type=email]:focus {
    outline: solid 0;
}
.analysis-form input[type=submit] {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    background: #2f2c2c;
    color: #fff;
    padding: 13px 37px;
    border-radius: 50px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border: none;
    position: relative;
    z-index: 2;
}
.analysis-form input[type=submit]:hover {
    cursor: pointer;
}
.analysis-form:focus {
    outline: solid 0;
}
.analysis-form-2 input[type=submit] {
    background-image: linear-gradient( 20deg, rgb(255,194,44) 0%, rgb(255,131,44) 100%);
    transition: all ease 500ms;
      
}
.analysis-form-2 input[type=submit]:hover{
    background-image: linear-gradient( 40deg, rgb(255,194,44) 50%, rgb(255,131,44) 100%);

}
 div.wpcf7-validation-errors, .analysis-form-2 .tw-form-round-shape span{
    color: #fff;
}
.tw-form-round-shape {
    position: relative;
    z-index: 1;
    margin: 0 -45px 0 0;
    right: -43px;
}
.tw-form-round-shape:after {
    position: absolute;
    top: -2px;
    right: -5px;
    width: 58px;
    height: 58px;
    background: #FA6742;
    display: block;
    content: "";
    border-radius: 100%;
}
input.round-btn {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    background: #FA6742;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

/* Our Mission Carousel styles
================================================== */
.mission-carousel .row {
    margin-bottom: 60px;
}
.mission-carousel .owl-dots {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mission-carousel .owl-dots button.owl-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #92908E !important;
    margin: 0 3px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.mission-carousel .owl-dots button.owl-dot.active {
    width: 11px;
    height: 11px;
    background: #362F2D !important;
}
.mission-red-slider-dots .owl-dots button.owl-dot{
    background: #FCB3A0 !important;
}
.mission-red-slider-dots .owl-dots button.owl-dot.active{
    background: #fff !important;
}

.mission-body {
    padding-left: 20px;
}
.mission-body p {
    font-size: 20px;
    line-height: 1.6;
    max-width: 470px;
}

.tw-mission {
    /*background: #FA6742;*/
    color: #fff;
}

.mission-title h2 {
    color: #fff;
    font-size: 32px;
}


/* About Us version 2
============================*/
.tw-about-award {
    padding-top: 0;
}

.tw-award-box {
    text-align: center;
    max-width: 215px;
    margin: 0 auto;
}
.tw-award-box .award-icon {
    text-align: center;
}
.tw-award-box h3 {
    font-size: 18px;
    margin-top: 25px;
    line-height: 1.3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tw-award-box:hover h3 {
    color: #FA6742;
}


/* Final Result */
.tw-final-result .section-heading {
    margin-bottom: 0;
}

.results-trafiic .traffic-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.results-trafiic span {
    font-size: 18px;
    font-weight: 700;
    color: #2f2c2c;
    padding-top: 5px;
    padding-left: 20px;
}

.result-bg {
    position: relative;
}
.result-bg img {
    position: absolute;
    left: -105%;
    z-index: -1;
}

/* Timeline  */
.timeline-item {
    margin-bottom: 30px;
}

.left-part .timeline-badge {
    left: 100%;
}
.left-part .timeline-panel {
    float: right;
    text-align: right;
    margin-right: 45px;
}
.left-part .timeline-panel:before {
    left: inherit;
    right: -27px;
    top: 15px;
    border-color: #ddd transparent transparent #ddd;
    border-right-width: 25px;
    border-top-width: 15px;
    border-bottom-width: 2px;
}
.left-part .timeline-panel:after {
    top: 16px;
    left: auto;
    right: -23px;
    width: 0;
    height: 0;
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-right-width: 26px;
    border-bottom-width: 1px;
    border-top-width: 16px;
}
.left-part .timeline-date.left-part {
    text-align: left;
}

.timeline-badge {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    content: "";
    background: #CBCBCB;
    margin-left: -8px;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.timeline-badge.active {
    width: 28px;
    height: 28px;
    margin-left: -13px;
    border: 8px solid #FA6742;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(247, 102, 65, 0.4);
    box-shadow: 0px 10px 20px 0px rgba(247, 102, 65, 0.4);
}

.timeline-wrapper {
    position: relative;
    z-index: 2;
}
.timeline-wrapper .details {
    font-size: 16px;
    color: #757575;
    line-height: 1.75;
    border: 1px solid #E5E5E5;
    padding: 30px;
}
.timeline-wrapper:after {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 95%;
    content: "";
    border: 1px dashed #CBCBCB;
}

.timeline-panel {
    max-width: 420px;
    position: relative;
    z-index: 2;
    background: #fff;
    margin-left: 45px;
}
.timeline-panel:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -27px;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-color: #ddd #ddd transparent transparent;
    border-style: solid;
    transition: all 0.3s;
    border-right-width: 25px;
    border-bottom-width: 15px;
}
.timeline-panel:after {
    content: "";
    position: absolute;
    top: 11px;
    left: -24px;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-color: #ffffff #fff transparent transparent;
    border-style: solid;
    transition: all 0.3s;
    border-right-width: 25px;
    border-top-width: 3px;
    border-bottom-width: 15px;
}

.timeline-date {
    text-align: right;
    padding-right: 20px;
}
.timeline-date .title,
.timeline-date .tagline {
    padding-left: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.timeline-date .title {
    font-size: 22px;
    color: #2f2c2c;
    margin-bottom: 0;
    font-weight: 700;
}
.timeline-date .tagline {
    color: #757575;
    font-size: 22px;
}
.timeline-date.left-part {
    text-align: left;
}
.timeline-date.active .title,
.timeline-date.active .tagline {
    color: #FA6742;
}


/* Testimonial styles
================================================== */
.testimonial-wrapper .col-md-6,
.testimonial-wrapper .col-md-8{
    margin: 0 auto;
}

.tw-testimonial-content h2 {
    font-weight: 700;
    color: #fff;
}
.tw-testimonial-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 27px;
    max-width: 435px;
}

.tw-testimonial-carousel .owl-stage-outer {
    padding: 50px 0;
}
.tw-testimonial-carousel .owl-item img {
    width: auto;
}
.tw-testimonial-carousel .owl-dots {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    bottom: -30px;
}
.tw-testimonial-carousel .owl-dots button.owl-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #362F2D;
    margin: 4px;
    border-radius: 50%;
}
.tw-testimonial-carousel .owl-dots button.owl-dot.active {
    width: 11px;
    height: 11px;
    background: #fff;
}
.tw-testimonial-carousel:before {
    position: absolute;
    top: 130px;
    left: 23px;
    width: 98%;
    height: 52%;
    content: "";
    background: #f46540;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.tw-testimonial-carousel .testimonial-meta {
    margin-left: 90px;
}

.tw-testimonial-wrapper {
    background-color: #362f2d;
    position: relative;
    z-index: 2;
    padding: 55px 60px 40px;
}
.testimonial-bg {
    position: absolute;
    bottom: 40px;
    left: 60px;
    width: 72px;
    height: 65px;
    border-radius: 8px;
    display: table;
}
.testimonial-bg-orange {
    background-color: #FA6742;
}
.testimonial-bg-yellow {
    background-color: #FFB72F;
}
.testimonial-icon {
    display: table-cell;
    vertical-align: middle;
}
.testimonial-icon img {
    display: block;
    margin: 0 auto;
}
.testimonial-text p {
    font-size: 18px;
    color: #fff;
    font-style: italic;
    padding: 10px 0;
}

.testimonial-meta {
    position: relative;
    z-index: 2;
    margin-top: 30px;
}
.testimonial-meta h4 {
    color: #ffb72f;
    font-weight: 600;
    font-size: 20px;
}
.testimonial-meta h4 small {
    display: block;
    font-size: 14px;
    color: #C3C1C0;
    font-weight: 400;
    margin-top: 5px;
}
.testimonial-meta i {
    position: absolute;
    right: 0px;
    bottom: 0;
    color: #663d32;
    font-size: 50px;
}

/* Testimonial Slider
================================================== */
.testimonial-image {
    margin-bottom: 20px;
}
.owl-carousel img {
    width: auto !important;
}
.testimonial-image img {
    margin: 0 auto;
    border-radius: 100%;
    height: 80px;
}
.testimonial-slider,
.testimonial-slider-classic{
    position: relative;
}
.testimonial-slider .owl-item img,
.testimonial-slider-classic .owl-item img{
    width: auto;
}
.testimonial-slider .testimonial-meta, 
.testimonial-slider-classic .testimonial-meta {
    margin-bottom: 30px;
    margin-top: 0px;
}
.testimonial-slider .testimonial-meta h4, 
.testimonial-slider-classic .testimonial-meta h4 {
    color: #FA6742;
}
.testimonial-slider .testimonial-meta i {
    font-size: 60px;
    color: #FCCCC0;
    opacity: .4;
}
.testimonial-slider .testimonial-text p, 
.testimonial-slider-classic .testimonial-text p {
    color: #757575;
}
.testimonial-slider .owl-dots {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    bottom: -30px;
}
.testimonial-slider .owl-dots button.owl-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #CDCBCA;
    margin: 4px;
    border-radius: 50%;
}
.testimonial-slider .owl-dots button.owl-dot.active {
    width: 11px;
    height: 11px;
    background: #362F2D;
}
.testimonial-slider-classic .owl-nav button.owl-prev,
.testimonial-slider-classic .owl-nav button.owl-next
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    text-align: center;
    padding: 18px 0 !important;
}
.testimonial-slider-classic .owl-nav button.owl-next{
    right: 0;
    left: auto;
}
.testimonial-slider-classic .owl-nav button.owl-prev{
    left: 0;
    right: 0;
}
/* Testimonial Box styles
================================================== */
.testimonial-box-carousel .owl-dots {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    bottom: -75px;
}
.testimonial-box-carousel .owl-dots button.owl-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #C3C3C1;
    margin: 4px;
    border-radius: 50%;
}
.testimonial-box-carousel .owl-dots button.owl-dot.active {
    width: 11px;
    height: 11px;
    background: #362F2D;
}

.tw-testimonial-bg {
    background: #F3F5F4;
    padding-bottom: 150px;
}

.tw-testimonial-box {
    position: relative;
    background: #fff;
    padding: 30px;
}
.tw-testimonial-box .testimonial-meta {
    margin-top: 10px;
    margin-left: 100px;
}
.tw-testimonial-box .testimonial-bg {
    left: 30px;
    right: auto;
    top: 30px;
}
.tw-testimonial-box .testimonial-text {
    margin-top: 40px;
}
.tw-testimonial-box .testimonial-text p {
    color: #757575;
    font-size: 16px;
    font-weight: 400;
}
.tw-testimonial-box .testimonial-text i {
    font-size: 25px;
    float: right;
    margin-top: -35px;
}

[class*="col"]:nth-child(1) .tw-testimonial-box .testimonial-meta h4 {
    color: #FA6742;
}
[class*="col"]:nth-child(1) .tw-testimonial-box .testimonial-text i {
    color: #FBB2A0;
}
[class*="col"]:nth-child(2) .tw-testimonial-box .testimonial-meta h4,
[class*="col"]:nth-child(2) .tw-testimonial-box .testimonial-text i {
    color: #32CC73;
}


/* Testimonial BG gray styles
================================================== */
.testimonial-carousel-gray .owl-stage-outer {
    padding-top: 50px;
}
.testimonial-carousel-gray .tw-testimonial-wrapper {
    background: #F3F5F4;
}
.testimonial-carousel-gray .testimonial-bg {
    border-radius: 100%;
}
.testimonial-carousel-gray .testimonial-bg:after {
    left: 10px;
    bottom: -13px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.testimonial-gray .testimonial-text p {
    color: #757575;
    font-size: 20px;
}
.testimonial-gray .testimonial-meta {
    padding-left: 100px;
}
.testimonial-gray .testimonial-meta h4,
.testimonial-gray .testimonial-meta i {
    color: #FA6742;
}

/* testimonial-slider-classic */
.testimonial-slider-classic .testimonial-image img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.testimonial-slider-classic .testimonial-image{
    margin-top: 20px;
    margin-bottom: 35px;
}
.testimonial-slider-classic .testimonial-image i{
    font-size: 60px;
    position: absolute;
    top: -2px;
    margin-left: 50px;
}
.testimonial-slider-classic .testimonial-text{
    margin-bottom: 30px;
}



/* Home Page Blog styles
================================================== */
.tw-latest-post {
    background: #fff;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tw-latest-post:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.latest-post-media {
    margin-bottom: 20px;
}
.latest-post-media img{
    width: 100%;
}
.post-info {
    margin-left: 80px;
}
.post-info .post-title {
    padding-bottom: 7px;
    font-size: 20px;
}
.post-info .post-title a {
    color: #2f2c2c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.post-meta a {
    color: #2f2c2c;
}
.latest-blog-wrapper .post-info{
    margin-left: 0;
}

.latest-blog-wrapper .post-body{
    padding: 0 40px 20px;
}
.latest-blog-wrapper .post-meta{
padding-bottom: 10px;
}
.latest-blog-wrapper .blog-btn{
    font-weight: 700;
}
.latest-blog-wrapper .blog-btn i{
    border: 2px solid #d6dbdf;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 6px 0;
    margin-right: 5px;
}
/* Owl Carousel styles
================================================== */
.clients-carousel {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.clients-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.clients-carousel .owl-dots {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 110px;
}
.clients-carousel .owl-dots button.owl-dot {
    display: inline-block;
    background: #CDCBCA;
    width: 7px;
    height: 7px;
    margin: 4px;
    border-radius: 50%;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.clients-carousel .owl-dots button.owl-dot.active {
    width: 11px;
    height: 11px;
    background: #362F2D;
}
.client-logo-wrapper {
    width: 100%;
}
.client-logo {
    text-align: center;
    vertical-align: middle;
}

.contact-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.contact-heading h3 {
    margin-bottom: 0;
    font-size: 30px;
    margin-left: 15px;
}

/* Contact Form styles
================================================== */
.form-builder-item input{
    padding: 16px 30px;
    border-radius: 50px;
    border: 1px solid #F1F1F1;
}
.form-builder-item textarea {
    padding: 16px 30px;
    border-radius: 25px;
    border: 1px solid #F1F1F1;
    height: 55px;
    resize: none;
}
.form-builder-item .form-group {
    margin-bottom: 30px;
}


/* Footer styles
================================================== */
.tw-footer.geobin-footer{
    background-color: transparent;
}
.tw-footer {
    background-color: #151414;
    position: relative;
    z-index: 2;
    padding: 75px 0 0;
}
.tw-footer.footer-top-space {
    padding: 75px 0 0;
}

.tw-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px;
}
.tw-footer .contact-us .contact-info {
    margin-left: 50px;
}
.tw-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: #FA6742;
}

.tw-footer-info-box {
    position: absolute;
    top: -122px;
    background: #202020;
    padding: 40px;
    z-index: 2;
}
.tw-footer-info-box .geobin_widget h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}
.tw-footer-info-box .textwidget p{
    margin: 26px 0 32px;
}
.tw-footer-info-box .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.tw-footer-info-box .footer-social-link li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 8px;
}
.tw-footer-info-box .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
}
.tw-footer-info-box .footer-social-link a i.fa-facebook {
    background-color: #3B5998;
}
.tw-footer-info-box .footer-social-link a i.fa-twitter {
    background-color: #55ACEE;
}
.tw-footer-info-box .footer-social-link a i.fa-google-plus {
    background-color: #DD4B39;
}
.tw-footer-info-box .footer-social-link a i.fa-linkedin {
    background-color: #0976B4;
}
.tw-footer-info-box .footer-social-link a i.fa-instagram {
    background-color: #31709d;
}
.tw-footer-info-box .footer-social-link a i.fa-youtube {
    background-color: #dd4b39;
}
.tw-footer-info-box .footer-social-link a i.fa-pinterest-p {
    background-color: #B7242A;
}

.footer-awarad {
    margin-top: 285px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px;
}

.footer-info-text {
    margin: 26px 0 32px;
}

.footer-left-widget {
    padding-left: 80px;
}
.footer-widget span,
.footer-left-widget span,
.footer-widget .section-heading {
    margin-bottom: 35px;
}
.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    /* max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content; */
}

  
.footer-widget ul {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
}
.footer-widget li {
    margin-bottom: 18px;
    list-style: none;
}
.footer-widget p {
    margin-bottom: 27px;
}
.footer-widget a {
    color: #878787;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-widget a:hover {
    color: #FA6742;
}
.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

/* footer style 2 */
.footer-classic{
    padding-top: 0;
    margin-top: 55px;
    position: relative;
}
.footer-classic:before,
.footer-classic:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/footer_bg_shape_left.png) no-repeat center left /contain;
}
.footer-classic:after{
    background: url(../images/footer_bg_shape_right.png) no-repeat center right /contain;
    left: auto;
    right: 0;
    z-index: -1;
}
.footer-classic .tw-footer-info-box{
    position: relative;
    top: 0;
    padding: 0;
    background: transparent;
}
.footer-top-info{
    background: #67198b;
    margin: 0 0 35px 0;
    padding-top: 32px;
    box-shadow: -6.103px 11.478px 131px 0px rgba(0, 0, 0, 0.2);
    top: -55px;
    position: relative;
    z-index: 1;
}
.footer-classic .contact-us{
    padding-left: 75px;
    margin-bottom: 0;
}
.footer-classic .contact-us .contact-icon i{
    color: #fff;
    font-size: 36px;
}
.footer-classic .contact-us .contact-info{
    margin-left: 20px;
}
.footer-classic .contact-us .contact-info h3{
    margin-bottom: 0px;
}
.footer-classic .footer-top-info p{
    color: #b39ac3;
    font-size: 14px;
}
.footer-top-info .contact-icon{
    position: relative;
}

.footer-classic .footer-left-widget{
    display: flex;
    flex-wrap: wrap;
}
.footer-classic .footer-left-widget .footer-widget{
    flex: 0 0 50%;
    max-width: 50%;
}
.footer-classic .animate-border.border-black:after{
    animation: none;
    border: 0;
    background: #9d53c1;
    left: 0;
}
.footer-classic .footer-widget ul{
    width: 100%;
}
.footer-classic .footer-widget ul li{
    margin-bottom: 5px;
}
.footer-classic .mc4wp-form-fields button[type=submit],
.footer-classic .mc4wp-form-fields input[type=email]{
    border-radius: 0;
    height: 50px;
}
.footer-classic .mc4wp-form-fields input[type=email]{
    background: transparent;
    border: 2px solid #9d53c1;
    color: #fff;
    padding: 0px 55px 0px 15px;
}
.footer-classic .mc4wp-form-fields button[type=submit]{
    background: #9d53c1;
}
.footer-classic .mc4wp-form-fields input[type=email]::placeholder{
    color: #936cab;
}


.footer-classic .footer-widget h3{
    font-size: 20px;
    margin-bottom: 25px;
}
.footer-classic .footer-widget .animate-border{
    margin-bottom: 28px;
    background: transparent;
}

.footer-classic .tw-footer-info-box .footer-social-link a i{
background: transparent;
border: 2px solid #7a349a;
transition: all ease 400ms;
}
.footer-classic .tw-footer-info-box .footer-social-link a i:hover{
    background-color: #7a349a;
}
/*Mailchimp*/
.offcanvas-mailchimp{}
.mc4wp-form-fields {
    position: relative;
}
.mc4wp-form-fields input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-image: none;
    background-clip: padding-box;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.mc4wp-form-fields input::-webkit-input-placeholder,
.mc4wp-form-fields input::-moz-placeholder,
.mc4wp-form-fields input:-ms-input-placeholder,
.mc4wp-form-fields input::-ms-input-placeholder,
.mc4wp-form-fields input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
}
.mc4wp-form-fields input::-webkit-input-placeholder,
.mc4wp-form-fields input::-moz-placeholder,
.mc4wp-form-fields input:-ms-input-placeholder,
.mc4wp-form-fields input::-ms-input-placeholder,
.mc4wp-form-fields input::placeholder {
    color: #878787;
    font-size: 14px;
}
.mc4wp-form-fields button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 13px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 0;
    background: #FA6742;
    color: #fff;
}
.mc4wp-form-fields buttonbutton[type=submit]:hover {
    cursor: pointer;
}

/* Contact styles
================================================== */
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}
.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #FA6742;
}

.contact-info {
    margin-left: 75px;
    color: #fff;
}
.contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

/*Contact Form Styles*/
input[type=text]:focus,
input[type=phone]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus,
.form-control:focus{
    outline: none;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
    border-color: #f1f1f1;
}

.contact-us-form input[type=text],
.contact-us-form input[type=phone],
.contact-us-form input[type=tel],
.contact-us-form input[type=email] {
    padding: 16px 30px;
    border-radius: 50px;
    border: 1px solid #F1F1F1;
}
.contact-us-form input[type=date]{
    padding: 16px 30px;
    border: 1px solid #F1F1F1;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(3.8rem + 2px);
    border: 1px solid #F1F1F1;
}
.contact-us-form textarea {
    padding: 16px 30px;
    border-radius: 25px;
    border: 1px solid #F1F1F1;
    resize: none;
}
.contact-us-form textarea:focus, .contact-us-form textarea:active {
    border: 1px solid #F1F1F1;
}
.contact-us-form .text-center{
    margin:0 auto;
}

div.wpcf7-response-output{
    margin-top: 90px;
    text-align: center;
}

.copyright {
    padding: 28px 0;
    margin-top: 55px;
    background-color: #202020;
}
.copyright span,
.copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.copyright a:hover {
    color: #FA6742;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}
.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}
.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
}
.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #FA6742;
    border-color: #FA6742;
}

/* Error page
================================================== */
.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700;
}


.not-found .search-forms input {
    width: 100%;
    padding: 15px 18px;
    border-radius: 0;
}

.not-found .search-forms {
    width: 100%;
    position: relative;
    z-index: 1;
}

.not-found .search-forms form .search-icon {
    position: absolute;
    top: 3px;
    z-index: 2;
    right: 15px;
}

.not-found .search-forms form {
    position: relative;
    width: 350px;
    margin: 0 auto;
}


/*Elementor Styles*/
.elementor-section{
    padding: 100px 0;
}

/* css for with unyson */
@media (min-width: 992px) {
    ul.main-menu li.menu-item-has-children:hover > ul.sub-menu {
        display: block;
    }
    ul.main-menu li.menu-item-has-children:hover > ul.sub-menu {
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
    }
    ul.main-menu li.menu-item-has-children.menu-item-has-mega-menu:hover .sub-menu{
        box-shadow: none !important;
    }

}
@media (max-width: 992px) {
    .xs_menu_class .menu-item-has-children .sub-menu .menu-item-has-children ul.sub-menu.dropdown-menu.xs-dopdown-item.dropdown {
        display: block;
    }
    ul.main-menu li > ul {
        width: 100%;
    }
}


.menu-indicator {
    float: right;
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #FB6743;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    display: block;
    font-size: 16px;
    right: 0px;
    top: 15px;
    z-index: 999;
}

.menu-item-has-children .sub-menu .menu-item-has-children span {
    display: none;
}

@media (max-width: 992px) {
    .xs_menu_class .menu-item-has-children .sub-menu .menu-item-has-children ul.sub-menu.dropdown-menu.xs-dopdown-item.dropdown {
        display: block !important;
    }
}

/*-- Theme version 1.4 --*/

/* Landing color */

.geobin-heading-title.geobin-landing{
    text-align:center;   
}

.geobin-heading-title.geobin-landing h2 small{
    color: #757575;
    font-size: 20px;
    text-transform: capitalize;
}

.geobin-heading-title.geobin-landing h2{
    font-size:60px;
}

/* Feature section */

.tw-feature-section .tw-service-features-box:after,
.tw-service-color  .tw-service-features-box:after{
    background:none;
    position:absolute;
}

.tw-feature-section .tw-service-features-box h3,
.tw-service-color  .tw-service-features-box h3{
    font-weight:400;
}

.tw-service-color .text-center{
    text-align:left !important;    
}
/* feature-box-style5 */
.feature-box-style5{
    box-shadow: none;
    border: 3px solid #f9f9f9;
    padding-bottom: 40px;
}
.feature-box-style5:hover{
    box-shadow: none;
    border-bottom: transparent;

}
.feature-box-style5 .tw-readmore{
    opacity: 0;
    visibility: hidden;
    transition: all ease 500ms;
    position: absolute;
    left: 0;
    right: 0;
    border: 3px solid #f00;
    padding-bottom: 30px;
    border-top: 0;
}
.feature-box-style5 .tw-readmore i{
    border: 2px solid #dadde1;
    border-radius: 50%;
    padding: 3px 4px;
    margin-right: 8px;
}
.feature-box-style5 .features-icon{
    height: auto;;
    position: relative;
}
.feature-box-style5 .features-icon:before{
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/service_hover.png) no-repeat center center/ 60%;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all ease-in-out 500ms;
}
.feature-box-style5 .features-icon img{
    position: relative;
}
.feature-box-style5:hover .features-icon:before{
    transform: scale(1);
}
.feature-box-style5:hover .tw-readmore{
    opacity: 1;
    visibility: visible;
    margin-top: 40px;
    margin-bottom: 20px;
}
/* Service section */


/* SEO check form */

.seo-check-form{
    margin: 0 auto;
    max-width: 780px;
    text-align: center;    
    padding-bottom: 20px;
}

.seo-check-form h2.column-title{
    color:#fff;
    font-size: 50px;
}

.seo-check-form p{
    font-size: 20px;
    color:#fff;
    margin: 15px 0 30px;
}

.seo-check-form .form-wrapper{
    background: rgba(0,0,0,.2);
    min-width:700px;
    min-height: 85px;
    border-radius: 50px;
    padding: 15px 0;
    position: relative;
}

.seo-check-form .form-wrapper .form-group{
    margin:0;
}

.seo-check-form .no-padding{
    display: inline-block;
    position: relative;
}

.seo-check-form input{
    border-radius: 50px 0 0 50px;
    padding: 15px 30px;
    border: none;
    min-height:56px;
    margin: 0;

}

.seo-check-form .no-padding:nth-child(1) input {
    max-width: 100%; 
}

.seo-check-form .no-padding:nth-child(2) input {
    border-radius:0;  
    min-width: 100%;
}


.seo-check-form input[type=submit]{
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    background: #fa6742;
    color: #fff;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border: none;
    padding: 15px 56px;
    height: 56px;
}

.wpcf7-mail-sent-ok{
    color:#333;    
    text-align: center;
}

.wpcf7-form.invalid .seo-check-form .no-padding{
    float:left;
    margin-left: 10px;
}

.wpcf7-form.invalid .seo-check-form input[type=submit]{
    top:0;    
}


div.wpcf7 .ajax-loader {

    position: absolute;
}


/*  Add Woocommerce
================================================== */
.wooshop .page-title {
    display: none;
}
.woocommerce .woocommerce-ordering select {
    margin-bottom: 12px;
    border: 1px solid #eee
}
.woocommerce .woocommerce-result-count {
    margin-top: 12px;
}
input:focus, textarea:focus, select:focus {
    outline-offset: 0;
    outline: -webkit-focus-ring-color auto 0;
}
.woocommerce-cart .page-main-content,
.woocommerce-checkout .page-main-content,
.woocommerce-account .page-main-content {
    margin-top: 20px;
    margin-bottom: 50px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0 0 10px;
    line-height: 1.4;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    position: relative;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
    margin-top: 0;
    position: absolute;
    top: 0;
    padding: 10px 15px;
    color: #fff;
    border-radius: 0;
    transition: 400ms;
    font-weight: 400;
    opacity: 0;
    line-height: 1.4;
}
.woocommerce ul.products li.product .added_to_cart {
    right: 0;
    left: auto;
}
.woocommerce ul.products li.product:hover .button,
.woocommerce-page ul.products li.product:hover .button,
.woocommerce ul.products li.product:hover .added_to_cart {
    opacity: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    transition: 400ms;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 20px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 12px 20px;
    background: #f2f2f2;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    margin: 0 2px 0 0;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
button:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.woocommerce div.product form.cart .button {
    border-radius: 0;
    padding: 14px 20px;
    font-weight: 400;
}
.woocommerce .quantity .qty {
    width: 80px;
    height: 44px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
}
.woo-xs-content{padding: 100px 0;}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    flex: 48%;
    max-width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    flex: 48%;
    max-width: 48%;
}
.woocommerce form .form-row label{width: 100%}
.woocommerce-input-wrapper{width: 100%}
.woocommerce form .form-row input.input-text{
    height: 45px;
}


.woocommerce-account .woocommerce-MyAccount-navigation {
    border: 3px solid #e2e2e2;
    color: #807f79;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e2e2e2;
    line-height: .8;
    list-style: outside none none;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    padding: 20px 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child {
    border: 0;
}

.woocommerce .my_account_orders.account-orders-table > thead tr th {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #afafaf;
    text-transform: uppercase;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin-bottom: 0;
}

.woocommerce-customer-details address {
    line-height: 35px;
}


/*  Gutenberg 
================================================== */

blockquote, 
.wp-block-quote:not(.is-large), 
.wp-block-quote:not(.is-style-large) {
    padding: 0px;
    padding-left: 40px;
    border-left: 3px solid #FA6742;
    margin: 15px 0;
    background: transparent;
    position: relative;
}

.wp-block-quote cite{
    text-align: left;
}

.wp-block-image.alignleft {
    float: left;
    margin-right: 1em;
}

@media (min-width: 1200px){
    .mx-width-500{
        max-width: 500px;
    }
    .max-width500{
        max-width: 570px;
        margin-left: auto;
    }
}

@media (min-width: 1400px){
  .process-shap{
    background-position: 71% 83% !important;
    background-repeat: no-repeat;
    background-size: 88% 48% !important;
  }
}


/* Invisible issue */
.elementor-widget-xs-projects {
    visibility: visible !important;
}

/** geobin onepage style **/
  .slider-wrap .sync-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .slider-wrap .sync-item .sync-image {
    width: 26px;
    height: 26px;
  }
  
  .slider-wrap .sync-item .sync-image img {
    width: 100%;
  }
  
  .slider-wrap .sync-item .sync-content {
    margin-left: 15px;
  }
  
  .slider-wrap .sync-item .sync-content h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
  }
  
  .slider-wrap .sync-item .sync-content h4 span {
    display: block;
  }
  
  .sync-slider-2 > .container {
    position: relative;
  }
  
  .sync-slider-2 > .container::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 15px;
    width: 100%;
    height: 2px;
    background: #f7f7f7;
  }
  
  .tw-sync-slider.owl-carousel .owl-nav .owl-prev, .tw-sync-slider.owl-carousel .owl-nav .owl-next {
    font-weight: 500;
    padding: 0 10px !important;
    border-radius: 15px;
    border: 1px solid #EDEDED !important;
    color: #324452;
    text-transform: uppercase;
    text-transform: uppercase;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  
  .tw-sync-slider.owl-carousel .owl-nav .owl-prev:hover, .tw-sync-slider.owl-carousel .owl-nav .owl-next:hover {
    border-color: #F7595A !important;
    color: #F7595A;
  }
  
  .tw-sync-slider.owl-carousel .owl-nav .owl-prev:hover .icon, .tw-sync-slider.owl-carousel .owl-nav .owl-next:hover .icon {
    color: #F7595A;
  }
  
  .tw-sync-slider.owl-carousel .owl-nav .owl-prev .icon, .tw-sync-slider.owl-carousel .owl-nav .owl-next .icon {
    font-size: 13px;
    margin: 5px;
  }
  
  .tw-sync-slider.owl-carousel .owl-nav .owl-prev span, .tw-sync-slider.owl-carousel .owl-nav .owl-next span {
    font-size: 13px;
  }
  
  .tw-sync-slider.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  
  .tw-sync-slider.owl-carousel .owl-nav .owl-next:hover {
    right: 0;
  }
  
  .tw-sync-slider.owl-carousel .slider-content {
    position: relative;
  }
  
  .tw-sync-slider.owl-carousel .slider-content h1 {
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
  }
  
  .tw-sync-slider.owl-carousel .slider-content h1 span {
    font-size: 90px;
    letter-spacing: -0.02em;
    line-height: 74px;
    color: #F7595A;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #F7595A;
    display: block;
    margin-top: 10px;
  }
  
  .tw-sync-slider.owl-carousel .slider-content h2 {
    font-size: 90px;
    letter-spacing: -0.02em;
    line-height: 74px;
    opacity: 0.1;
    color: #333333;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #666161;
    position: absolute;
    -webkit-transform: rotate(-90deg) translateX(-20%);
    -ms-transform: rotate(-90deg) translateX(-20%);
    transform: rotate(-90deg) translateX(-20%);
    left: -53%;
    top: 8%;
  }
  
  .tw-sync-slider.owl-carousel .slider-content .btn {
    padding-left: 30px;
    margin-top: 20px;
  }
  
  .tw-sync-slider.owl-carousel .slider-content .btn .button-icon {
    margin-left: 20px;
  }
  
  .tw-sync-slider.owl-carousel .slider-wrapper {
    height: 550px;
  }
  
  .tw-sync-slider.owl-carousel .slider-image {
    margin-top: -100px;
  }
  
  .page-template-template-onepage .btn, .page-template-template-onepage .form-btn, .page-template-template-onepage .btn-alt {
    background: #324452;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border: none;
    line-height: 18px;
    padding-right: 0;
    padding-left: 30px;
    margin-top: 20px;
  }
  
  .page-template-template-onepage .btn .icon, .page-template-template-onepage .form-btn .icon, .page-template-template-onepage .btn-alt .icon {
    width: 56px;
    background: #F7595A;
    display: inline-block;
    height: 100%;
    padding: 17px 0;
    margin-left: 20px;
  }
  
  .page-template-template-onepage .btn:hover, .page-template-template-onepage .form-btn:hover, .page-template-template-onepage .btn-alt:hover {
    background: #455e72;
  }
  
  .page-template-template-onepage .form-btn, .page-template-template-onepage .btn-alt {
    margin: 0;
    height: 56px;
    padding: 20px 0;
    padding-left: 33px;
    padding-right: 88px;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .page-template-template-onepage .form-btn .icon, .page-template-template-onepage .btn-alt .icon {
    padding: 20px 0;
    margin: 0;
  }
  
  .page-template-template-onepage .btn-alt .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .page-template-template-onepage .btn-alt.btn-light {
    background: #324452;
    color: #fff;
  }
  
  .tw-sync-slider2 .slider-wrap .sync-item {
    padding-bottom: 20px;
  }
  
  .tw-sync-slider2 .owl-item {
    position: relative;
  }
  
  .tw-sync-slider2 .owl-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 4px;
    background: #324452;
    opacity: 0;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
  }
  
  .tw-sync-slider2 .owl-item.current::after {
    opacity: 1;
  }
  
  /* about section */
  .page-template-template-onepage .onepage-client .client-logo img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    max-width: 135px;
  }
  
  .page-template-template-onepage .onepage-client .client-logo:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  
  .page-template-template-onepage .onepage-client .clients-carousel .owl-dots {
    top: 60px;
  }
  
  .page-template-template-onepage .seo-form .ekit-form form .form-group {
    position: relative;
  }
  
  .page-template-template-onepage .seo-form .ekit-form form .form-group .ficon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: #EAECED;
    padding: 19px;
    height: 56px;
    width: 56px;
    color: #324452;
    text-align: center;
    border-radius: 5px 0 0 5px;
  }
  
  .page-template-template-onepage .seo-form .ekit-form form .form-group .wpcf7-form-control-wrap .input {
    height: 56px;
    border-radius: 5px;
    padding-left: 70px;
    border: 1px solid #EAECED;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #324452;
  }
  
  .page-template-template-onepage .seo-form .ekit-form form .form-group .wpcf7-form-control-wrap .input:focus, .page-template-template-onepage .seo-form .ekit-form form .form-group .wpcf7-form-control-wrap .input:hover {
    border-color: #EAECED;
  }
  
  .page-template-template-onepage .seo-form .ekit-form form .form-group.form-sumbit {
    display: inline-block;
  }
  
  .page-template-template-onepage .seo-form .ekit-form form .form-group.form-sumbit .button-icon {
    width: 56px;
    background: #F7595A;
    display: inline-block;
    height: 100%;
    padding: 17px 0;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  
  .page-template-template-onepage .service .elementor-column .elementor-column-wrap:hover {
    z-index: 9;
  }
  
  .page-template-template-onepage .service .tw-service-features-box {
    padding: 0;
  }
  
  .page-template-template-onepage .service .tw-service-features-box:after {
    display: none;
  }
  
  .page-template-template-onepage .service .tw-service-features-box h3 {
    margin-top: 32px;
    margin-bottom: 25px;
  }
  
  .page-template-template-onepage .service .tw-service-features-box:hover h3 {
    color: #F7595A !important;
  }
  
  .page-template-template-onepage .back-to-top .btn-dark {
    padding-left: 0;
  }
  
  .page-template-template-onepage .process-wrapper {
    width: auto;
    height: auto;
  }
  
  .tw-case-working-box3 {
    position: relative;
  }
  
  .tw-case-working-box3 .case-process-number {
    background: transparent !important;
    font-size: 64px;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    left: -15px;
    color: #324452;
    opacity: 0.07;
    z-index: 9;
    top: -15px;
  }
  
  .tw-case-working-box3 .working-icon-wrapper {
    width: auto;
    height: auto;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.07);
    border-radius: 0;
    padding: 55px 50px;
    text-align: left;
    border-bottom: 5px solid #F7595A;
    margin-right: -100px;
  }
  
  .tw-case-working-box3 .working-icon-wrapper .working-icon {
    background: transparent;
    border-radius: 0;
    width: auto;
    display: inline-block;
    width: 60px;
    height: 60px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 20px;
  }
  
  .tw-case-working-box3 .working-icon-wrapper h3 {
    margin: 0;
    color: #324452;
    font-size: 24px;
    font-weight: 700;
  }


@keyframes geobin-danceBottom {
    16% {
      -webkit-transform: skew(-14deg);
      transform: skew(-14deg);
    }
    33% {
      -webkit-transform: skew(12deg);
      transform: skew(12deg);
    }
    49% {
      -webkit-transform: skew(-8deg);
      transform: skew(-8deg);
    }
    66% {
      -webkit-transform: skew(6deg);
      transform: skew(6deg);
    }
    83% {
      -webkit-transform: skew(-4deg);
      transform: skew(-4deg);
    }
  }
  
.icon-animation .elementor-icon-list-item:hover .elementor-icon-list-icon,
.icon-animation .tw-service-features-box:hover .service-feature-icon img,
.icon-animation .tw-case-working-box3:hover .working-icon img {
    animation: geobin-danceBottom 400ms ease-in-out;
    animation-delay: .25s;
}
  
  
  @media (max-width: 992px) {
    .tw-sync-slider.owl-carousel .slider-image {
      margin-top: 20px;
    }
    .tw-sync-slider.owl-carousel .slider-content h1 {
      font-size: 44px;
      line-height: 1.3;
    }
    .tw-sync-slider.owl-carousel .slider-content h1 span {
      font-size: 50px;
      line-height: 1.3;
    }
    .tw-sync-slider.owl-carousel .slider-content h2 {
      font-size: 44px;
      left: -23%;
    }
    .tw-case-working-box3 {
      margin: 0;
      margin-bottom: 45px;
    }
    .tw-case-working-box3 .working-icon-wrapper {
      margin: 0;
    }
  }
  
  @media (max-width: 767px) {
    .tw-sync-slider.owl-carousel .slider-wrapper {
      height: 100%;
    }
    .tw-sync-slider.owl-carousel .slider-image {
      margin-top: 40px;
    }
    .tw-sync-slider.owl-carousel .slider-content h2 {
      left: -13%;
      font-size: 44px;
    }
    .slider-wrap .sync-item .sync-content h4 {
      font-size: 11px;
    }
  }
  
  @media (max-width: 575px) {
    .tw-sync-slider.owl-carousel .slider-content h1 {
      left: -30%;
      font-size: 36px;
      line-height: 1.3;
    }
    .tw-sync-slider.owl-carousel .slider-content h1 span {
      line-height: 1.3;
      font-size: 40px;
    }
  }
  
  @media (min-width: 768px) {
    .tw-sync-slider.owl-carousel .owl-nav .owl-prev {
      left: -54px;
    }
    .tw-sync-slider.owl-carousel .owl-nav .owl-next {
      right: -40px;
    }
    .tw-sync-slider.owl-carousel .owl-nav .owl-next:hover {
      right: -40px;
    }
  }
  
  @media (min-width: 992px) {
    .row .col-lg-3:nth-child(2) .tw-case-working-box3 {
      top: -70px;
    }
    .row .col-lg-3:nth-child(3) .tw-case-working-box3 {
      top: 50px;
    }
    .row .col-lg-3:nth-child(4) .tw-case-working-box3 {
      top: -50px;
    }
  }
  
  @media (min-width: 1200px) {
    .tw-sync-slider.owl-carousel .owl-nav .owl-prev {
      left: 0;
    }
    .tw-sync-slider.owl-carousel .owl-nav .owl-next {
      right: 0;
    }
    .tw-sync-slider.owl-carousel .owl-nav .owl-next:hover {
      right: 0;
    }
  }
  
