html {
    overflow-x: hidden
}
.newpage h4{font-size: 16px;
margin-top: 20px;
padding-bottom: 7px;}
.newpage p{margin-bottom:5px;}
body {
    font-size: 14px;
    font-weight: 400;
    font-family: open sans, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #727272;
    line-height: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden
}

h1,
h2,
h3,
h4 {
    font-size: 22px;
    color: #272727;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    font-family: montserrat, sans-serif
}

a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a:hover {
    text-decoration: none
}

a a:focus {
    outline: none
}

p {
    color: #333;
    font-weight: 400;
    font-family: open sans, sans-serif;
    margin: 0;
    font-size: 14px
}

ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

ul li,
ol li {
    list-style: none
}

.hero-heading {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 70px;
    letter-spacing: .1rem
}

.section-title-header {
    margin-bottom: 30px
}

.section-title-header p {
    font-size: 18px;
    text: center;
    font-weight: 400;
    line-height: 26px
}

.section-title {
    font-size: 26px;
    color: #272727;
    line-height: 52px;
    padding-top: 15px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin: 0
}

.section-title:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    left: 50%;
    top: 13px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ef4e50
}

.small-title {
    font-size: 15px;
    margin-top: 20px;
    font-weight: 500;
    padding: 15px 0
}

.page-title {
    font-size: 62px;
    font-weight: 700;
    color: #fff
}

.medium-title {
    font-size: 22px;
    color: #272727;
    font-weight: 500;
    margin-bottom: 30px
}

hr {
    margin-top: 30px;
    margin-bottom: 30px
}

.btn {
  font-size: 14px;
padding: 4px 16px;
border-radius: 10px;
cursor: pointer;
font-weight: 400;
text-transform: capitalize;
background:orange;
display: inline-block;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none
}
.Newtop{margin-top: 32px;}
.orange-txt{color:#ff5100}
.orange{background: #ff5100; }
.orange h2{color:#fff; font-size:35px}
.orange h3{color:#fff; font-size:40px; padding:30px;}
.bdr{border: #ccc solid 1px;
padding: 30px;}
.padd{padding:20px 0px}
.btn-common {
    background-color:#ff5100;
    position: relative;
    z-index: 1;
    color: #fff
}
.step-number {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 1.7;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    background-color: #ff5100;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.step-number-blue {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 1.7;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    background-color: #00afe8;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.new-bodr{box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.25); padding:30px;  margin:20px 10px;border-radius: 78px;border: #ffa500 dashed 2px;
}
.new-bodr p{font-style:italic}
.new-bodr span{color:#04a1d4}
.clr-white{color:#fff;}
.Newtop{margin-top: 32px !important;}
.white{color:#fff; margin-bottom:30px}
.orange-text{color:#ff5100; font-weight:bold;padding:10px 0px;}
.btn-common-white{
    background-color: #fff;
    position: relative;
    z-index: 1;
  font-size: 18px;
color: #343f4b;
background: #fff;
display: inline-block;
padding: 17px 32px;
margin-left: 31px;
border-radius: 30px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.h2 span {
    color: #ffe739;
}
.btn-common-white a{}
.btn-common:hover {
    background: #101010;
    color: #fff;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.btn-border {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 20px
}

.btn-border:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .2)
}
.btn-border-1 {
    color: #fff;
    background-color: #333;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 4px 16px
}

.btn-border-1:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .9)
}


.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px
}

.btn-rm {
    padding: 7px 10px;
    text-transform: capitalize
}

button:focus {
    outline: none!important
}

.icon-close,
.icon-check {
    color: #ef4e50
}

.social-icons {
    padding-left: 5px
}

.social-icons li {
    display: inline;
    float: left;
    text-align: left;
    margin-right: 16px;
    margin-top: 11px
}

.social-icons li a {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    color: #272727;
    font-size: 16px;
    background-color: #f3f3f3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid transparent
}

.social-icons li .facebook:hover {
    background: #3b5999
}

.social-icons li .twitter:hover {
    background: #4a9cec
}

.social-icons li .instagram:hover {
    background: #d6274d
}

.social-icons li .linkedin:hover {
    background: #1260a2
}

.social-icons li .google:hover {
    background: #ce332a
}

.social-icons li a:hover {
    color: #fff
}

a.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none
}

a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ef4e50;
    border-radius: 30px;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

a.back-to-top:hover,
a.back-to-top:focus {
    text-decoration: none
}

.owl-carousel.item img {
    display: block;
    width: 50%;
    height: auto
}

.owl-carousel .owl-controls .owl-page {
    display: inline-block
}

.owl-carousel .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    width: 12px
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999
}

.loader {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto
}

#loader-1:before,
#loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 7px solid transparent;
    border-top-color: #ef4e50
}

#loader-1:before {
    z-index: 100;
    animation: spin 2s infinite
}

#loader-1:after {
    border: 7px solid #fafafa
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.section-padding {
    padding: 60px 0
}

.no-padding {
    padding: 0!important
}

.padding-left-none {
    padding-left: 0
}

.padding-right-none {
    padding-right: 0
}

.featureddd{
 /* background:rgba(0,0,0,0.9)*/
}

#home-page-banner-area {
    
/**filter:brightness(1.2);
    -webkit-filter: brightness(0.2);**/
background: url(../img/slider/slide1.jpg) no-repeat;
    
    /*background:linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../img/slider/slide1.jpg)  , no-repeat;*/
    /*background-position: 50% 50%;*/
    background-size: cover
}
#page-banner-area {
    background: url(../img/background/banner.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover
}#page-banner-area2 {
    background: url(../img/about/about.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover
}
#page-banner-area3 {
    background: url(../img/contact.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover
}
#page-banner-area4{
    background: url(../img/video.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover
}
#page-banner-area5{
    background: url(../img/why.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover
}
#page-banner-area6{
    background: url(../img/blog.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover
}
#page-banner-area7{
    background: url(../img/team.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover
}
#page-banner-area7{
    background: url(../img/price.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover
}
#page-banner-area8{
    background: url(../img/reviews.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover
}
.page-banner {
    position: relative;
    min-height: 350px;
    color: #fff
}

.page-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.page-banner .page-banner-title {
    position: relative;
    padding: 150px 0px;
}

.page-banner .page-banner-title h2 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.page-banner a {
    color: #fff;
    font-size: 14px
}

.page-banner a:hover {
    color: #ef4e50
}

.page-banner .crumbs-spacer i {
    vertical-align: middle;
    font-size: 12px;
    margin: 5px
}

.page-banner .current {
    color: #fff
}

.pagination-container {
    display: inline-block;
    margin-top: 10px
}

.pagination-container .pagination .page-item .page-link {
    margin: 0 10px;
    padding: 15px 20px;
    color: #ef4e50;
    border-color: #f3f3f3;
    border-radius: 50%;
    background: #fff
}

.pagination-container .pagination .page-item .page-link:hover {
    background: #ef4e50;
    box-shadow: none;
    color: #fff
}

.pagination-container .pagination .page-item .page-link:focus {
    box-shadow: none
}

.add-on.location {
    min-height: auto;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.top-bar {
    background: #ef4e50;
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.top-bar .links li {
    display: inline-block;
    padding: 5px 0;
    color: #fff;
    margin-right: 15px
}

.top-bar .links li a {
    font-size: 13px;
    display: block;
    margin-right: 15px;
    color: #fff;
    line-height: 32px
}

.top-bar .links li i {
    font-size: 13px;
    color: #fff;
    padding-right: 5px
}

.top-bar .account-setting {
    position: relative;
    float: right;
    padding: 4px;
    margin-right: 5px;
    color: #fff
}

.top-bar .account-setting a {
    display: inline-block;
    padding: 6px;
    outline: none;
    font-size: 12px;
    text-decoration: none;
    color: #fff
}

.top-bar .account-setting a i {
    margin-right: 5px
}

.top-bar .social-list {
    float: right
}

.top-bar .social-list li {
    float: left;
    padding: 6px 0
}

.top-bar .social-list li a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;     border-bottom: orange solid 2px;

}

.header-top-right {
    padding: 9px 0
}

.header-top-right .header-top-button {
    border: 1px solid #fff;
    color: #fff;
    background: 0 0;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 13px;
    line-height: 22px;
    margin-left: 5px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.header-top-right .header-top-button:hover {
    background: rgba(255, 255, 255, .2)
}

.header-top-right .white-bg {
    background: #fff;
    color: #ef4e50
}

.header-top-right .white-bg:hover {
    color: #fff
}

.navbar-brand {
    position: relative;
    padding: 0;
    margin: 0
}

.top-nav-collapse {
    background: #fff;
    z-index: 999999;
    top: 0!important;
    min-height: 58px;
    box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff!important
}

.top-nav-collapse .navbar-brand {
    top: 0
}

.top-nav-collapse .navbar-nav .nav-link {
    color: #333!important
}

.top-nav-collapse .navbar-nav .nav-link:hover {
    color: #ef4e50!important
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
    color: #fff!important
}

.indigo {
    background: 0 0
}

.navbar-expand-lg .navbar-nav .nav-link {
   color: #000;
padding: 0 13px;
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
line-height: 40px;
text-transform: capitalize;
background: 0 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
font-size: 13px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ef4e50;
    outline: none
}

.navbar {
    padding: 0
}

.navbar li.active a.nav-link {
    color: #fff!important;
    background: #ef4e50;
    border-radius: 30px
}

.dropdown-toggle::after {
    display: none
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 10px rgba(218, 235, 255, .51);
    -webkit-box-shadow: 0 3px 10px rgba(218, 235, 255, .51);
    position: absolute;
    z-index: 99;
    min-width: 210px;
    background-color: #fff;
    border-top: 1px solid #ef4e50;
    white-space: nowrap;
    animation: fadeIn .4s;
    -webkit-animation: fadeIn .4s;
    -moz-animation: fadeIn .4s;
    -o-animation: fadeIn .4s;
    -ms-animation: fadeIn .4s
}

.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 12px 23px;
    font-size: 14px;
    color: #272727;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.dropdown .dropdown-menu .dropdown-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
    color: #ef4e50;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    background: 0 0
}

.search-add {
    margin: 15px 0 0
}

.search-add .form-group {
    position: relative
}

.search-add input {
    border: 1px solid #e5e5e5;
    padding: 7px 40px 7px 15px;
    border-radius: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.search-add input:focus {
    box-shadow: none;
    outline: none;
    border-color: #ef4e50
}

.search-add .search-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #272727;
    border: none;
    cursor: pointer;
    background: 0 0;
    font-size: 18px
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu
}

.slicknav_btn {
    border-color: #ef4e50
}

.slicknav_menu .slicknav_icon-bar {
    background: #ef4e50
}

@media(min-width:768px) and (max-width:991px) {
    #nav-main li a.nav-link {
        padding-top: 18px
    }
}

.navbar-toggler {
    display: none
}

.mobile-menu {
    display: none
}

.slicknav_menu {
    display: none
}

@media screen and (max-width:991px) {
    .navbar-header {
        width: 100%
    }
    .navbar-brand {
        position: absolute;
        padding: 0 15px;
        top: 0
    }
    .navbar-brand img {
        width: 75%
    }
    .slicknav_menu {
        display: block
    }
}

@media screen and (max-width:768px) {
    .navbar-header {
        width: 100%
    }
    .navbar-brand {
        position: absolute;
        padding: 0 15px;
        top: 0
    }
    .navbar-brand img {
        width: 75%
    }
    #mobile-menu {
        display: none
    }
    .slicknav_menu {
        display: block
    }
    .slicknav_nav .active a {
        background: #e91e63;
        color: #fff
    }
    .slicknav_nav .dropdown li a.active {
        background: #f8f9fa;
        color: #ef4e50
    }
    .slicknav_nav .dropdown li a:focus {
        outline: none
    }
}

.section-intro {
    background: url(../img/background/bg-intro.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    width: 100%
}

.section-intro:before {
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(42, 46, 50, .8);
    position: absolute
}

.search-container {
    padding: 60px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center
}

.search-container .intro-sub-heading {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: .1rem
}

.search-container h2 {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 40px
}

.search-container .content {
    background: #fff;
    padding: 30px;
    border-radius: 6px
}

.search-container .form-group {
    margin-bottom: 30px!important
}

.search-container .form-group input {
    height: 48px
}

.search-container .search-category-container select {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    height: 48px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none
}

.search-container .search-category-container select:focus {
    outline: none;
    box-shadow: none
}

.search-container .search-category-container .styled-select {
    width: 100%;
    margin-bottom: 30px
}

.search-container .btn-section .btn-common {
    width: 100%
}

.irs-with-grid {
    margin-top: -7px
}

select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #272727 50%), linear-gradient(135deg, #272727 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(15px + 5px), calc(100% - 15px) calc(15px + 5px), 100% 0;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat
}

.bg-search {
    background: #fafafa!important
}

.about .img-thumb {
    border-radius: 6px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden
}

.about .img-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #222;
    opacity: .3;
    z-index: 99;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out
}

.about .img-thumb img {
    width: 100%;
    border-radius: 6px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out
}

.about .img-thumb:hover:before {
    background-color: #ef4e50;
    opacity: .7
}

.about .img-thumb:hover img {
    transform: scale(1.06)
}

.about .about-conter h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.about .about-conter p {
    margin-bottom: 10px;line-height: 31px;
}

.property {
    background: #fafafa
}

.property-main {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    cursor: pointer
}

.property-main:hover {
    box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, .14)
}

.property-wrap {
    background: #fff;
    width: 100%;
    border-radius: 4px
}

.item-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.item-thumb a {
    display: block
}

.item-thumb a img {
    border-radius: 4px 4px 0 0
}

.item-thumb:hover {
    opacity: .9
}

.label-inner {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 3
}

.label-inner .label {
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    border-radius: 30px;
    padding: 7px 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 15px;
    vertical-align: top
}

.label-inner .label-status {
    background: #ef4e50
}

.item-body {
    padding: 20px;
    width: 100%
}

.item-body .property-title {
    margin-bottom: 10px
}

.item-body .property-title a {
    font-size: 18px;
    color: #272727;
    font-weight: 500
}

.item-body .property-title a:hover {
    color: #ef4e50
}

.item-body .adderess {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin: 0
}

.item-body .pricin-list {
    margin-top: 20px;
    position: relative
}

.item-body .pricin-list .property-price {
    font-size: 26px;
    font-weight: 700;
    color: #ef4e50;
    margin-bottom: 15px
}

.item-body .pricin-list p span {
    color: #000;
    font-weight: 500;
    font-size: 14px
}

.item-body .pricin-list .view-iocn {
    position: absolute;
    bottom: 0;
    right: 15px
}

#latest-property .item {
    margin: 0 10px
}

.img-box {
    height: 350px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 90;
    margin: 10px 0;
    border-radius: 3px
}

.img-box .img-box-content {
    position: absolute;
    z-index: 101;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transform: translate(0, -50.5%)
}

.img-box .img-box-content h4 {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    margin: 0
}

.img-box .img-box-content span {
    font-size: 16px;
    color: #fff
}

.img-box .img-box-background {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all .55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform .35s ease-out
}

.img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #222;
    opacity: .3;
    z-index: 99;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out
}

.img-box:hover:before {
    background-color: #ef4e50;
    opacity: .7
}

.img-box:hover .img-box-background {
    transform: scale(1.06)
}

.card-hight {
    height: 161px
}

.bg-red {
    background: #f50057!important
}

.bg-yellow {
    background: #ffc107!important
}

.product-filter {
    height: 40px;
    margin-bottom: 20px;
    line-height: 40px
}

.product-filter .sort-by {
    position: relative
}

.product-filter .sort-by span {
    margin-right: 15px;
    float: left
}

.product-filter .sort-by .sort-by-select {
    display: inline-block;
    float: left;
    margin-right: 15px;
    position: relative
}

.product-filter .sort-by .sort-by-select select {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 40px 0 15px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 30px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.product-filter .sort-by .sort-by-select select:focus {
    box-shadow: none;
    outline: none
}

.product-filter .sort-by .sort-by-select i {
    position: absolute;
    top: 13px;
    right: 15px;
    color: #272727;
    z-index: 999
}

.product-filter .layout-switcher {
    float: right;
    margin-left: 30px
}

.product-filter .layout-switcher a {
    width: 36px;
    height: 36px;
    background-color: #f0f0f0;
    display: inline-block;
    border-radius: 3px;
    color: #a0a0a0;
    font-size: 20px;
    line-height: 38px;
    margin-left: 5px;
    text-align: center;
    transition: all .3s
}

.product-filter .layout-switcher .active {
    background-color: #ef4e50;
    color: #fff
}

.listing-container {
    position: relative;
    z-index: 9
}

.grid-layout {
    left: -1.5%;
    width: 103%;
    position: relative
}

.grid-layout .property-main {
    display: inline-block;
    width: 47%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative
}

.list-layout .property-main {
    display: flex;
    overflow: hidden;
    margin: 0 0 30px
}

.list-layout .property-main {
    width: 100%
}

.list-layout .property-main .item-thumb {
    width: 320px;
    float: left;
    overflow: hidden;
    margin-right: 30px
}

.list-layout .property-main .item-body {
    padding: 30px
}

.sidebar-title {
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative
}

.sidebar.right {
    padding-left: 20px;
    margin-top: 12px
}

.sticky .widget {
    position: relative
}

.sticky .widget select {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 18px;
    height: 48px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    background-color: #fcfcfc;
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 30px;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.sticky .widget select:focus {
    box-shadow: none;
    outline: none
}

.sticky .widget i {
    position: absolute;
    top: 17px;
    right: 30px;
    color: #272727;
    z-index: 999
}

.range-area,
.price-range {
    margin-top: 20px
}

.range-area label,
.price-range label {
    margin-bottom: 10px
}

#area-range .form-control {
    width: 30%;
    float: left
}

#area-range span {
    float: left;
    line-height: 40px;
    margin: 0 10px
}

.more-search-options {
    margin-top: 30px
}

.fullwidth {
    width: 100%
}

.checkboxes {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.checkboxes li {
    padding: 4px 0
}

.checkboxes .in-row label {
    margin-top: 9px
}

.checkboxes .one-in-row label {
    margin-top: 9px;
    width: 100%
}

.checkboxes label {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 15px
}

.checkboxes label span {
    color: #909090;
    font-size: 15px
}

.checkboxes label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    margin-top: 5px;
    left: 0;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkboxes li:last-child {
    margin-bottom: -8px
}

.checkboxes input[type=checkbox]:checked+label:before {
    content: "\e938";
    font-family: lineicons!important;
    color: #ef4e50;
    display: inline-block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 16px;
    text-align: center;
    line-height: 15px;
    text-align: center
}

.checkboxes input[type=checkbox] {
    display: none
}

.property-details {
    margin-bottom: 40px;
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.property-details .info h3 {
    font-size: 30px;
    color: #272727;
    margin-bottom: 8px
}

.property-details .info h3 span {
    background: #fb1d51;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 9px
}

.property-details .details {
    margin-top: 34px
}

.property-details .details .details-listing {
    float: left;
    width: 33.33%
}

.property-details .details .details-listing p {
    margin-bottom: 0;
    color: #272727;
    line-height: 26px
}

.property-details .details .details-listing h5 {
    margin: 0;
    font-size: 16px;
    color: #888
}

.property-details .others {
    margin-top: 34px
}

.property-details .others ul li {
    float: right;
    margin-left: 20px
}

.property-details .others ul li a {
    height: 40px;
    width: 40px;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    background: #ef4e50;
    color: #fff;
    border-radius: 50%;
    display: inline-block
}

.property-details .others ul li span {
    color: #272727;
    font-size: 36px;
    line-height: 36px;
    margin-top: 5px
}

.details-thumb {
    margin-bottom: 30px
}

.desc-title {
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0
}

.property-dsc {
    margin-bottom: 30px
}

.additional-details li strong {
    margin-right: 10px;
    font-weight: 700;
    color: #272727
}

.additional-details li strong span {
    color: #888
}

.property-features {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3
}

.property-features li {
    color: #272727;
    display: block;
    margin: 0 0 7px;
    padding: 0;
    font-weight: 700
}

.property-features li span {
    color: #888
}

.property-features li i {
    margin-right: 5px;
    color: #ef4e50
}

.accordion-fp .card {
    margin-bottom: 20px
}

.accordion-fp .card .card-header {
    padding: 0
}

.accordion-fp .accordion-heading {
    font-size: 18px;
    margin: 0
}

.accordion-fp .accordion-heading a {
    color: #272727
}

.accordion-fp button {
    border: none
}

.accordion-fp .accordion-title {
    color: #272727;
    background-color: #fbfbfb;
    width: 100%;
    cursor: pointer;
    text-align: left;
    padding: 12px
}

.accordion-fp .card-body {
    padding: 30px;
    border-top: none
}

.location-map {
    width: 100%;
    height: 460px;
    overflow: hidden
}

.property-slider {
    position: relative;
    margin-bottom: 30px
}

.property-slider .item img {
    width: 100%
}

.property-slider .owl-controls .owl-buttons .owl-next,
.property-slider .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #ef4e50;
    color: #fff;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.property-slider .owl-controls .owl-buttons .owl-next {
    right: 15px
}

.property-slider .owl-controls .owl-buttons .owl-prev {
    left: 15px
}

.property-slider:hover .owl-controls .owl-buttons .owl-next,
.property-slider:hover .owl-controls .owl-buttons .owl-prev {
    opacity: 1
}

.inner-box {
    margin-bottom: 30px
}

.widget-button {
    height: 41px;
    text-align: center;
    width: 41px;
    float: left;
    border: none;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #333;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s
}

.widget-button:hover {
    background: #ef4e50;
    color: #fff
}

.widget-button i {
    top: 0;
    line-height: 41px;
    left: 2px;
    opacity: .9;
    font-size: 18px
}

.agent-inner {
    background-color: #fff;
    color: #707070;
    border-radius: 4px;
    padding: 32px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    transition: .25s
}

.agent-inner .agent-title {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%
}

.agent-inner .agent-title .agent-photo {
    float: left;
    display: block
}

.agent-inner .agent-title .agent-photo img {
    border-radius: 50%;
    max-width: 72px
}

.agent-inner .agent-title .agent-details {
    margin-left: 92px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.agent-inner .agent-title .agent-details h3 {
    font-size: 16px
}

.agent-inner .agent-title .agent-details h3 a {
    color: #272727;
    margin: 0 0 6px
}

.agent-inner .agent-title .agent-details span {
    color: #888
}

.agent-inner .agent-title .agent-details span i {
    margin-right: 5px
}

.agent-inner .form-control {
    margin-bottom: 20px
}

.listing-item {
    background-color: #f3f3f3;
    display: block;
    width: 100%;
    border-radius: 4px;
    position: relative
}

.listing-item img {
    width: 100%;
    border-radius: 4px 4px 0 0
}

.listing-content {
    padding: 15px;
    display: inline-block;
    width: 100%
}

.listing-content .listing-title {
    color: #272727;
    font-size: 20px
}

.listing-content .listing-title i {
    display: block;
    font-style: normal;
    font-size: 17px;
    padding: 0;
    margin: 2px 0 0
}

.listing-content .listing-content {
    position: relative;
    width: 100%;
    background-color: #ef4e50;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    font-size: 14px;
    padding: 15px;
    margin-top: 15px
}

.listing-content .listing-content li {
    display: inline-block;
    color: #fff;
    line-height: 20px;
    padding: 8px;
    position: relative;
    transition: all .5s
}

.listing-content .listing-content li span {
    display: block;
    font-size: 14px;
    color: #fff
}

.listing-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0;
    overflow: hidden;
    height: 100px
}

.listing-badges span {
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    float: right;
    background-color: rgba(74, 74, 76, .7);
    border-radius: 3px;
    top: 15px;
    right: 15px;
    position: absolute
}

.listing-badges .featured {
    background-color: #ef4e50;
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0
}

#listing-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    right: 0;
    top: -40px;
    height: 0;
    color: #fff;
    height: 60px;
    transform: translate(0, -50%);
    z-index: 99
}

#listing-carousel .owl-controls .owl-buttons div {
    color: #888;
    position: absolute;
    z-index: 101;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 15px;
    transition: all .3s;
    border: 1px solid #f3f3f3;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    text-align: center;
    line-height: 32px;
    padding: 0
}

#listing-carousel .owl-controls .owl-buttons .owl-prev:hover {
    background: #ef4e50;
    color: #fff
}

#listing-carousel .owl-controls .owl-buttons .owl-next:hover {
    background: #ef4e50;
    color: #fff
}

#listing-carousel .owl-controls .owl-buttons .owl-prev {
    right: 35px;
    left: auto
}

#listing-carousel .owl-controls .owl-buttons .owl-next {
    right: 0
}

.mortgage-calc .tip-content {
    margin-bottom: 10px
}

.mortgage-calc .calc-input {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.mortgage-calc label {
    background: linear-gradient(to bottom, #f8f8f8 0%, #f0f0f0);
    color: #888;
    border-radius: 22px 0 0 22px;
    top: 1px;
    left: 1px;
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 48px;
    line-height: 42px;
    height: 42px
}

.mortgage-calc input,
.mortgage-calc input:focus {
    padding-left: 65px;
    margin-bottom: 0;
    background-color: #fdfdfd;
    transition: border .3s, box-shadow .3s, background-color .3s
}

.mortgage-calc input:focus {
    box-shadow: 0 0 12px rgba(0, 0, 0, .05)
}

.dashborad-box {
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px rgba(38, 38, 38, .2);
    box-shadow: 0 0 20px rgba(38, 38, 38, .2)
}

.dashborad-box .title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.dashborad-box .item {
    margin-bottom: 20px
}

.dashborad-box .item .icon {
    float: left;
    width: 50px;
    position: relative
}

.dashborad-box .item .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #d7d7d7
}

.dashborad-box .item .icon span {
    font-size: 32px;
    color: #ef4e50
}

.dashborad-box .item .info {
    padding-left: 20px;
    float: left
}

.dashborad-box .item .info .number {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #272727
}

.dashborad-box .item .info .type {
    font-size: 14px;
    color: #888
}

.dashborad-box .item:after {
    display: table;
    content: "";
    clear: both
}

.listing-table .table thead tr .rating span {
    background: #f3f3f3;
    padding: 0 3px;
    border-radius: 3px
}

.listing-table .table thead tr .status .active {
    background: #f3f3f3;
    color: #fff;
    padding: 0 3px;
    border-radius: 3px
}

.listing-table .table thead tr .status .non-active {
    background: #d7d7d7;
    padding: 0 3px;
    border-radius: 3px
}

.listing-table .table thead tr .edit a span {
    color: #ef4e50!important
}

.listing-table .table thead tr th {
    margin-bottom: 0;
    border: none
}

.messages .message {
    margin-top: 30px
}

.messages .message:after {
    display: table;
    content: '';
    clear: both
}

.messages .message .thumb {
    height: 120px;
    width: 120px;
    float: left;
    border-radius: 50%;
    overflow: hidden
}

.messages .message .body {
    position: relative;
    float: left;
    width: calc(100% - 120px);
    padding-left: 20px
}

.messages .message .body h6 {
    font-size: 18px
}

.messages .message .body h6 .badge {
    background: #ef4e50;
    color: #fff
}

.messages .message .body .post-time {
    margin-bottom: 0;
    color: #ef4e50
}

.messages .message .body .controller {
    position: absolute;
    top: 0;
    right: 0
}

.messages .message .body .controller ul li {
    display: inline-block;
    margin-left: 6px
}

.messages .message .body .controller ul li a {
    color: #888
}

.messages .message .body .controller ul li a:hover {
    color: #ef4e50
}

.review {
    margin-top: 30px;
    display: inline-block
}

.review .thumb {
    height: 120px;
    width: 120px;
    float: left;
    border-radius: 50%;
    overflow: hidden
}

.review .thumb:after {
    display: table;
    content: '';
    clear: both
}

.review .body {
    position: relative;
    float: left;
    width: calc(100% - 120px);
    padding-left: 20px
}

.review .body h6 .stars {
    margin-left: 10px;
    font-size: 1rem
}

.review .body h6 .stars i {
    color: #fcc200
}

.review .body .post-time {
    margin-bottom: 0;
    color: #ef4e50
}

.review .body .controller {
    position: absolute;
    top: 0;
    right: 0
}

.review .body .controller ul li {
    display: inline-block;
    margin-left: 6px
}

.review .body .controller ul li a {
    color: #888
}

.review .body .controller ul li a:hover {
    color: #ef4e50
}

.password-section {
    margin-top: 20px
}

.password-section h6 {
    margin-bottom: 10px;
    color: #ef4e50
}

.user-profile-box {
    background: #fff;
    box-shadow: 0 0 20px rgba(38, 38, 38, .2);
    margin: 0 auto 50px
}

.user-profile-box .header {
    padding: 30px 20px 120px;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    border: none;
    margin: 0;
    background: rgba(0, 0, 0, .04) url(../img/avatar/user-bg.jpg) top left repeat;
    background-size: cover;
    color: #fff
}

.user-profile-box .header h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 24px
}

.user-profile-box .header h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.user-profile-box .profile-img {
    border-radius: 50%;
    background-clip: padding-box;
    border: 5px solid #fff;
    bottom: -75px;
    float: left;
    height: 160px;
    width: 160px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1), 0 3px 3px 0 rgba(0, 0, 0, .1)
}

.user-profile-box .detail {
    padding-top: 100px
}

.user-profile-box .detail ul li a {
    color: #727272;
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 20px;
    display: block;
    font-size: 14px;
    font-weight: 500
}

.user-profile-box .detail ul li a i {
    margin-right: 10px
}

.user-profile-box .detail ul li .active {
    background: #fafafa;
    color: #ef4e50;
    font-weight: 500
}

.user-profile-box .detail ul li a:hover {
    background: #fafafa;
    color: #ef4e50
}

.my-address {
    background: #fff;
    box-shadow: 0 0 20px rgba(38, 38, 38, .2);
    padding: 30px
}

.my-properties {
    background: #fff;
    box-shadow: 0 0 20px rgba(38, 38, 38, .2);
    padding: 30px
}

.my-properties table {
    width: 100%
}

.my-properties table thead tr th {
    font-size: 16px;
    background-color: #f3f3f3;
    border: none;
    font-weight: 700;
    padding: 10px 10px 10px 0
}

.my-properties table thead tr th:first-child {
    padding-left: 30px
}

.my-properties table tbody tr td {
    border-top: none;
    border-bottom: 1px solid #f3f3f3;
    padding: 30px 20px 30px 0;
    vertical-align: middle;
    font-size: 14px
}

.my-properties table h2 {
    border: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 7px;
    padding: 0
}

.my-properties table tbody tr .image {
    width: 150px
}

.my-properties table tbody tr .image a img {
    width: 100%
}

.my-properties table tbody tr td .actions .edit {
    float: left
}

.my-properties table tbody tr td .inner figure {
    margin-bottom: 5px
}

.my-properties table tbody tr td .inner figure i {
    font-size: 13px
}

.my-properties table tbody tr td .price {
    font-size: 12px;
    font-weight: 500
}

.my-properties table tbody tr td.actions {
    text-align: right
}

.my-properties table tbody tr td.actions .edit {
    float: left;
    color: #ef4e50
}

.my-properties table tbody tr td.actions .edit i {
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    margin-right: 5px
}

.my-properties table tbody tr td.actions a {
    padding: 0;
    color: #f50057
}

.my-properties table tbody tr td:last-child {
    padding-right: 5px
}

.user-page .heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px
}

.notification-box {
    padding: 30px 35px;
    color: #727272;
    border-radius: 4px;
    background-color: #f3f3f3
}

.notification-box h3 {
    font-size: 22px;
    margin-bottom: 10px
}

.notification-box p {
    margin-bottom: 0
}

.submit-property .drop-file {
    position: relative;
    border: 2px dashed #e5e5e5;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all .3s linear;
    display: inline-block;
    width: 100%
}

select {
    border: 0;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    line-height: 30px;
    padding: 0 15px;
    color: #727272;
    background: #fff;
    z-index: 1;
    width: 100%;
    position: relative;
    appearance: none;
    /*-moz-appearance: none;
    -webkit-appearance: none;*/
    position: relative;
    min-height: 45px;
    box-shadow: none;
    border: 1px solid #f3f3f3;
    background: #fff;
    border-radius: 30px;
    width: 100%!important;
    cursor: pointer
}

select:focus {
    outline: none;
    box-shadow: none
}

.form-group i {
    position: absolute;
    top: 50px;
    right: 30px;
    color: #272727;
    z-index: 999
}

.form-check-input {
    margin-top: 7px
}

.drop-file {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all .3s linear;
    display: inline-block;
    width: 100%
}

.drop-file:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    background-color: #66676b;
    opacity: 0;
    z-index: 10;
    transition: all .3s linear;
    border-radius: 3px
}

.drop-file .drop-message {
    text-align: center;
    margin: 50px 0;
    font-size: 17px;
    color: #4a4747;
    transition: all .3s linear;
    position: relative;
    z-index: 11
}

.drop-file .drop-message:hover {
    color: #66676b
}

.drop-file .drop-message span {
    display: inline;
    line-height: 117px
}

#portfolio-section .mix {
    padding: 10px
}

#portfolio .mix {
    display: none
}

.controls {
    text-align: center;
    padding: 0 0 20px
}

.controls .active {
    color: #ef4e50!important;
    border-color: #ef4e50;
    background: 0 0
}

.controls .btn {
    text-transform: uppercase;
    margin: 2px;
    color: #fff
}

.controls:hover {
    cursor: pointer
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #fff
}

#portfolio-section {
    position: relative
}

#portfolio-section .portfolio-box {
    position: relative
}
.portfolio-box .img-thumb{border-color: #f5814c;
border-radius: 20px;
-webkit-box-shadow: 0px 20px 50px -2px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 20px 50px -2px rgba(0,0,0,0.26);
box-shadow: 0px 20px 50px -2px rgba(0,0,0,0.26);}
.portfolio-box .img-thumb img {border-color: #f5814c;
border-radius: 20px; width:100%;
-webkit-box-shadow: 0px 20px 50px -2px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 20px 50px -2px rgba(0,0,0,0.26);
box-shadow: 0px 20px 50px -2px rgba(0,0,0,0.26);}

#portfolio-section .portfolio-box .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 11%;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

#portfolio-section .portfolio-box .overlay-box a {
    color: #fff;
    font-size: 16px;
   
    display: inline-block;
   
    
    border-radius: 50%;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#portfolio-section .portfolio-box .overlay-box h3 {
    margin-top: 20px;
    color: #000;
    font-size: 22px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#portfolio-section .portfolio-box:hover .overlay-box {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1, 1);border-radius: 20px;
    opacity:1
}
.paddd{padding: 37px !important;}
#portfolio-section .portfolio-box:hover .overlay-box h3 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px); border-radius: 20px;
}

#portfolio-section .portfolio-box:hover .overlay-box a {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1) ;border-radius: 20px;
}

.services {
    background: #fff
}

.services-item {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative; min-height:285px;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.services-item .icon {
    /*! float: left; */
    padding-right: 15px;
    text-align: center;
}

.services-item .icon i {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 49px;
    text-align: center;
    margin-bottom: 30px;
    color: #ef4e50;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.services-item .services-content {
    /*! padding-left: 65px */
    text-align: center;
}

.services-item .services-content h3 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500
}
.newOrangeColor{color:#ff5100;}
.services-item .services-content h3 a {
    color: #272727
}

.services-item .services-content h3 a:hover {
    color: #ef4e50
}

.services-item:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2); background:#fafafa; cursor:pointer; border:#f89f38 solid 5px
}

.services-item:hover .icon i {
    background: 0 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.featured-bg {
    background: #f2f2f2
}

.featured-bg .intro-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px
}

.featured-bg .title-sub {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 36px
}

.featured-bg .intro-desc {
    margin-bottom: 20px
}

.featured-bg .featured-item {
    margin-bottom: 20px;
    position: relative;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.featured-bg .featured-item .icon {
    float: left;
    padding-right: 15px
}

.featured-bg .featured-item .icon i {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    color: #ef4e50;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.featured-bg .featured-item h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px
}

.featured-bg .featured-item h3 a {
    color: #272727
}

.featured-bg .featured-item h3 a:hover {
    color: #ef4e50
}

.team-item {
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.team-item .team-img {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.team-item .team-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .85);
    opacity: 0;
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.team-item .overlay-social-icon {
    color: #fff;
    top: 45%;
    position: absolute;
    display: table-cell;
    margin: 0 auto;
    width: 100%
}

.team-item .overlay-social-icon .social-icon-team {
    padding-left: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.team-item .overlay-social-icon .social-icon-team li {
    display: inline-block;
    margin: 0 2px
}

.team-item .overlay-social-icon .social-icon-team li a {
    letter-spacing: 0;
    outline: 0!important
}

.team-item .overlay-social-icon .social-icon-team li a i {
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: block;
    border-radius: 50px;
    line-height: 35px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.team-item .overlay-social-icon .social-icon-team li a:hover .lni-facebook-filled {
    background: #3b5998
}

.team-item .overlay-social-icon .social-icon-team li a:hover .lni-twitter-filled {
    background: #00aced
}

.team-item .overlay-social-icon .social-icon-team li a:hover .lni-instagram-filled {
    background: #fb3958
}

.team-item .overlay-social-icon .social-icon-team li a:hover .lni-linkedin-filled {
    background: #1364a8
}

.team-item .info-text {
    padding: 20px;
    background: #f7f7f7
}

.team-item .info-text h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
}

.team-item .info-text h3 a {
    color: #272727
}

.team-item .info-text h3 a:hover {
    color: #ef4e50
}

.team-item .info-text p {
    margin: 0;
    color: #888
}

.team-item:hover {
    box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
    transform: translateY(-10px)
}

.team-item:hover .team-overlay {
    opacity: 1
}

.team-item:hover .social-icon-team {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px)
}

.testimonial {
    background: #fafafa
}

.testimonial-item {
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin: 10px
}

.testimonial-item .content {
    overflow: hidden
}

.testimonial-item .content .description {
    font-size: 15px
}

.client-info {
    margin: 20px 10px
}

.client-info .img-thumb {
    float: left;
    overflow: hidden;
    position: relative;
    padding: 7px
}

.client-info .img-thumb img {
    border: 3px solid transparent;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.client-info .info-text {
    float: left;
    margin: 28px 20px
}

.client-info .info-text h2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px
}

.client-info .info-text h2 a {
    color: #272727
}

.client-info .info-text h2 a:hover {
    color: #ef4e50
}

.client-info .info-text h4 {
    margin: 0;
    clear: both;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px
}

.client-info .info-text h4 a {
    color: #999
}

.owl-pagination {
    position: relative;
    width: 100%;
    left: 0;
    bottom: -10px
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 2px 4px;
    filter: alpha(opacity=50);
    opacity: 1;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #ef4e50;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ef4e50
}

#clients-logo {
    background: #fafafa
}

#clients-logo .client-logo {
    display: inline-block;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.blog-item {
    background-color: #fff;
    display: block;
    max-width: 370px;
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.blog-item .blog-image {
    width: 100%;
    max-width: 370px;
    position: relative;
    overflow: hidden
}

.blog-item .blog-image img {
    webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.blog-item .date {
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 17px;
    background-color: #ef4e50;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    width: 140px
}

.blog-item .descr {
    padding: 15px 30px 30px;
    letter-spacing: .1px;
    line-height: 28px
}

.blog-item .descr h3 {
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative
}

.blog-item .descr h3:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 45px;
    left: 42%;
    bottom: -15px;
    background-color: #ef4e50
}

.blog-item .descr h3 a {
    margin-top: 37px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -.3px;
    font-size: 18px;
    color: #272727;
    webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.blog-item .descr h3 a:hover {
    color: #ef4e50
}

.blog-item .descr .text {
    margin-bottom: 30px;
    line-height: 22px
}

.blog-item .blog-footer {
    background: #fff;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 14px 20px;
    margin: -7px 0
}

.blog-item .blog-footer .prop-user a {
    color: #727272
}

.blog-item .blog-footer .prop-user a:hover {
    color: #ef4e50
}

.blog-item .blog-footer span {
    margin-right: 10px
}

.blog-item .blog-footer span i {
    margin-right: 5px
}

.blog-item:hover {
    box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
    transform: translateY(-10px)
}

.blog-post {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 30px
}

.blog-post .content {
    padding: 36px 43px
}

.blog-post .content h2 {
    margin: 0;
    font-size: 22px;
    line-height: 34px
}

.blog-post .content h2 a {
    color: #272727
}

.blog-post .content h2 a:hover {
    color: #ef4e50
}

.blog-post .content p {
    margin: 18px 0 0
}

.blog-post .content .read-more {
    margin-top: 30px;
    padding: 7px 18px;
    text-transform: none
}

.blog-post .content .read-more i {
    font-size: 13px
}

.blog-post .post-meta {
    list-style: none;
    padding: 0;
    margin: 5px 0 0
}

.blog-post .post-meta li {
    display: inline-block;
    color: #888
}

.blog-post .post-meta li:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #d0d0d0;
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 10px
}

.blog-post .post-meta li a {
    color: #888
}

.blog-post .post-meta li a:hover {
    color: #ef4e50
}

.sidebar .search-blog-input .input {
    position: relative
}

.sidebar .search-blog-input .input i {
    position: absolute;
    top: 15px;
    right: 20px
}

.sidebar .widget {
    margin-bottom: 40px;
    position: relative
}

.sidebar .widget-text h5 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 5px
}

.sidebar .widget-text h5 a {
    color: #272727
}

.sidebar .widget-text h5 a:hover {
    color: #ef4e50
}

.sidebar .widget-text span {
    color: #888;
    font-weight: 500;
    margin: -2px 0 0;
    display: block
}

.widget-tabs .widget-content {
    display: table
}

.widget-thumb {
    width: 95px;
    margin-right: 25px
}

.widget-thumb img {
    width: 100%
}

.widget-tabs .widget-content .widget-text {
    display: table-cell;
    vertical-align: middle
}

.widget-tabs li {
    margin: 24px 0 0
}

.widget-tabs li:last-child {
    border: none;
    padding-bottom: 0
}

.share-buttons {
    padding: 0;
    list-style: none
}

.share-buttons li {
    display: inline-block;
    margin: 0 6px 8px 0
}

.share-buttons li a {
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 20px;
    transition: .3s;
    display: inline-block;
    line-height: 17px
}

.share-buttons li i {
    font-size: 16px;
    position: relative;
    right: 3px;
    top: 1px
}

.share-buttons .fb-share {
    color: #3b5999;
    border-color: #3b5999
}

.share-buttons .fb-share:hover {
    color: #fff;
    background: #3b5999
}

.share-buttons .twitter-share {
    color: #4a9cec;
    border-color: #4a9cec
}

.share-buttons .twitter-share:hover {
    color: #fff;
    background: #4a9cec
}

.share-buttons .gplus-share {
    color: #ce332a;
    border-color: #ce332a
}

.share-buttons .gplus-share:hover {
    color: #fff;
    background: #ce332a
}

.share-buttons .linkedin-share {
    color: #1260a2;
    border-color: #1260a2
}

.share-buttons .linkedin-share:hover {
    color: #fff;
    background: #1260a2
}

.author {
    margin: 10px 0 45px;
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    display: inline-block
}

.author h4 {
    font-size: 22px;
    color: #272727;
    margin-bottom: 20px
}

.author .thumb {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    display: block
}

.author .thumb img {
    width: 100%
}

.author .body {
    float: left;
    width: calc(100% - 120px);
    padding-left: 20px
}

.author .body h5 {
    font-size: 18px;
    color: #272727;
    line-height: 26px;
    margin: 0
}

.author .body p {
    margin-top: 10px
}

#comments h3 {
    font-size: 20px;
    padding: 15px 0;
    font-weight: 700;
    margin-bottom: 20px
}

#comments .comments-list {
    padding: 0;
    margin: 0 0 35px
}

#comments .comments-list .media {
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

#comments .comments-list .media .thumb-left {
    float: left
}

#comments .comments-list .media .thumb-left img {
    border-radius: 4px
}

#comments .comments-list .media .info-body {
    margin-left: 20px;
    position: relative
}

#comments .comments-list .media .info-body .media-heading {
    position: relative;
    margin-bottom: 10px
}

#comments .comments-list .media .info-body .media-heading h4 {
    font-size: 18px;
    line-height: 26px
}

#comments .comments-list .media .info-body .media-heading .comment-date {
    color: #888
}

#comments .comments-list li ul {
    padding-left: 85px
}

#comments {
    margin-top: 15px
}

#comments .comments-list li ul {
    padding-left: 85px
}

.reply-link {
    position: absolute;
    top: 15px;
    right: 0;
    color: #ef4e50;
    border-radius: 0;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.reply-link:hover {
    color: #ef4e50
}

#respond h3 {
    font-size: 20px;
    padding: 15px 0;
    font-weight: 700;
    margin-bottom: 20px
}

#sidebar {
    margin-bottom: 30px
}

#sidebar .widget {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 22px;
    padding-bottom: 30px
}

#sidebar .widget:last-child {
    border-bottom: none
}

#sidebar .cat-list li {
    padding: 7px 0;
    border-bottom: 1px solid #eee
}

#sidebar .cat-list li a {
    text-decoration: none;
    color: #888;
    width: 100%;
    display: inline-block;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

#sidebar .cat-list li .num-posts {
    float: right;
    font-size: 12px
}

#sidebar .cat-list li:last-child {
    border: none
}

#sidebar .tag a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 7px 12px;
    background: #ef4e50;
    margin: 4px 2px;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

#sidebar .tag a:hover {
    color: #fff
}

#conatiner-map {
    width: 100%;
    height: 630px
}

#contact-section h2 {
    color: #272727;
    font-size: 30px;
    margin-bottom: 26px
}

.contact-right-area .contact-right {
    padding: 4px
}

.contact-right-area .contact-right .single-contact {
    margin: 20px 0;
    padding: 3px 55px;
    position: relative;
    color: #888
}

.contact-right-area .contact-right .single-contact p {
    margin-bottom: 5px
}

.contact-right-area .contact-right .single-contact p a {
    color: #888
}

.contact-right-area .contact-right .contact-icon {
    background: #ef4e50;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    left: 0;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px
}

#google-map-area {
    position: relative
}

#google-map-area .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.list-unstyled li {
    margin-top: 10px;
    color: #dc3545!important
}

.text-danger {
    margin-top: 20px;
    font-size: 18px
}

.heading {
    margin-bottom: 20px
}

.form-control {
    display: block;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    box-shadow: none;
    color: #272727;
    background: #fff;
    padding: 8px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    font-weight: 400;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.form-control:focus {
    border-color: #ef4e50;
    outline: 0;
    box-shadow: none
}

textarea {
    border-radius: 6px!important
}

.box {
    margin-bottom: 40px;
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.page-login-form h3 {
    font-size: 18px;
    color: #444;
    line-height: 18px;
    padding: 15px 0 30px;
    text-transform: uppercase;
    text-align: center
}

.page-login-form .login-form .form-control {
    padding-left: 62px;
    position: relative
}

.page-login-form .log-btn {
    width: 100%;
    padding: 12px 22px;
    margin: 0 0 20px;
    letter-spacing: 1;
    text-transform: capitalize;
    font-size: 16px
}

.page-login-form .form-links {
    width: 100%;
    height: 25px
}

.page-login-form .form-links li a {
    color: #999
}

.page-login-form .form-links li a:hover {
    color: #ef4e50
}

.input-icon {
    position: relative
}

.input-icon i {
    color: #ef4e50;
    padding-right: 10px;
    font-size: 15px;
    left: 12px;
    line-height: 22px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    background: linear-gradient(to bottom, #f8f8f8 0%, #f0f0f0);
    border-radius: 22px 0 0 22px;
    top: 1px;
    left: 1px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 48px;
    line-height: 42px;
    height: 42px
}

.login-form input[type=checkbox],
.login-form input[type=radio] {
    margin: 6px 10px 0
}

.box .checkbox label,
.box .radio label {
    padding-left: 34px
}

/*** Facebook Marketing ***/
section.facebook-marketing {
    padding: 60px 0;
}
.plans {
    width: 100%;
    margin-top: 18px;
    border: none;
}
.yellow {
    background: #f3f3f3;
}
.plans tr td:first-child {
    width: 40%;
    text-align: left;
}
.plans tr td {
    border: 1px solid #dbdbdb;
    font-family: Raleway;
    color: #000;
    font-size: 15px;
    text-align: center;
    padding: 10px 5px;
}
section.features-bg.section-padding {
    margin-top: 50px;
}
a.button1.mid_left {
    background-color: #ff5100;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
}
a.button1.mid_left:hover {
    background: #101010;
    color: #fff;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
} 
.arrow-down {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ff5100;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -13px;
}
.arrow-down-blue {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #623cdc;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -13px;
}
td.orange-box {
    background-color: #ff5100;
    position: relative;
    text-align: center !important;
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 500!important;
    letter-spacing: 1px;
}
td.blue-box{
    background-color: #623cdc;
    position: relative;
    text-align: center !important;
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 500!important;
    letter-spacing: 1px;
}
.column-third.left {
    float: left;
    width: 33%;
}
.pricing-plan:first-child, .pricing-plan:nth-child(2) {
    border-right: 1px solid #e5e5e5;
}
.pricing-plan:first-child, .pricing-plan:nth-child(3) {
    border-right: 1px solid #e5e5e5;
}
.pricing-plan h2 {
    font-size: 2em;
    margin: 2em 0 1.5em 0;
    font-weight: normal;
    text-align: center;
}
.pricing-plan h4 {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 3em;
    font-weight: bold;
    color: #FC6600;
    text-align: center;
}
.pricing-plan h4 span {
    font-size: .5em;
    display: block;
    font-weight: normal;
    margin-top: 0.6em;
}
.pricing-plan p {
    margin: 0;
    text-align: center;
    font-size: 1.2em;
}
.margin-bottom {
    margin-bottom: 3.5em !important;
}
.social-media-pricing-calculator {
    display: flex;
}
.flex-column {
    float: left;
    width: 50%;
}
#included {
    background: #FF5100;
}
section.white-section-wrapper.content-section--full label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 20px;
    color: #fff;
}
.push-right i {
    color: #FF5100;
}
.flex-child {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
}
#deliverables {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}
#deliverables {
    padding: 10px 0;
}
.marketing-calculator-module-selector {
    padding: 15px 25px;
    height: auto;
    font-size: 1.3em;
}
div#countposts {
    font-size: 1.3em;
}
.push-right {
    margin-right: 20px!important;
}

#cost {
    background: #623cdc;
}
#testsection {
    background: #522fc3;
}
#testsection .marketing-calculator-module-selector{
    text-align: center;
}
#social-media-quote-ongoing {
    display: block !important;
}
#testsection .counter {
    color: #fff;
    font-size: 50px;
    padding: 74px 0;
}
#freequote {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page-banner-area9 {
    background: url(../img/pricing-banner.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.business-item {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 30px 20px;
    min-height: 468px;
}
.business-item ul {
    margin: 0px 0 0 18px;
    padding: 0;
}
.business-item li {
    list-style: disc;
    color: #736e84;
    font-size: 16px;
    margin-bottom: 10px;
}
.business-item p {
    text-align: center;
    margin-bottom: 10px;
}
.business-item h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}
.business-item a.btn.btn-common {
    /* margin-top: 30px; */
    margin: 0 auto;
    display: block;
    width: 130px;
}
.footer-area {
    background: #272727
}
.footer-area .footer-titel {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
    letter-spacing: .5px
}
.btn.yellow {
    background: #ff5100;
    color: #ffffff;
    font-size: 1.2em;
    padding: 7px 20px;
}
.btn.yellow:hover {
    background: #101010;
}

/*** PPC ***/
section.content-section--full {
    padding: 60px 0;
}
.small-pricing-table {
    width: 25%;
    float: left;
    text-align: center;
}
.small-pricing-table-heading {
    padding: 20px 0;
}
.small-pricing-table:nth-of-type(1) .small-pricing-table-heading {
    background-color: #623cdc;
    position: relative;
}
.small-pricing-table-heading h4 {
    color: #fff !important;
    height: 100%;
    margin: 0;
    font-size: 22px;
    vertical-align: middle;
    padding: 0 15px;
}
.smaller-copy {
    font-size: 13px !important;
}
.small-pricing-table ul.small-pricing-table-info .cost {
    margin-top: 15px;
    font-size: 20px;
    color: #32457F;
    padding: 10px 0;
}
.small-pricing-table:nth-child(odd) .cost {
    background-color: #CCC;
}
.small-pricing-table-heading:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 25px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -25px;
}
.small-pricing-table:nth-of-type(1) .small-pricing-table-heading:after {
    border-color: #623cdc transparent transparent;
}
.small-pricing-table:nth-of-type(2) .small-pricing-table-heading {
    background-color: #EF4E50;
    position: relative;
}
.small-pricing-table:nth-of-type(2) .small-pricing-table-heading:after {
    border-color: #EF4E50 transparent transparent;
}
.small-pricing-table:nth-of-type(3) .small-pricing-table-heading {
    background-color: #000000;
    position: relative;
}
.small-pricing-table:nth-of-type(4) .small-pricing-table-heading {
    background-color: #FC6600;
    position: relative;
}
.small-pricing-table:nth-of-type(3) .small-pricing-table-heading:after {
    border-color: #000000 transparent transparent;
}
.small-pricing-table:nth-of-type(4) .small-pricing-table-heading:after {
    border-color: #FC6600 transparent transparent;
}
.small-pricing-table:nth-child(odd) ul {
    background-color: #ddd;
}
.small-pricing-table:nth-child(even) ul {
    background-color: #d2d2d2;
}
.small-pricing-table:nth-child(even) .cost {
    background-color: #C0C0C0;
}
ul.small-pricing-table-info {
    padding-top: 30px;
    padding-bottom: 35px;
    margin: 0;
}
.small-pricing-table ul.small-pricing-table-info li {
    background: none;
    font-size: 15px;
    margin: 0;
    padding: 5px 10px;
}
.small-pricing-table .btn {
    position: relative;
    top: -20px;
}
section#pricing {
    padding: 60px 0;
}
.nav-tabs {
    border-bottom: 0px;
}
.tab-swipe {
    position: relative;
}
.main-nav-tab {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 1.6666666667rem;
    max-width: 326px;
    margin: 20px auto 30px;
    background-color: #623cdc;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px 0;
    z-index: 1;
    position: relative;
}
.main-nav-tab li {
    display: inline-block;
    width: calc(calc(100% /2) - 2px);
}
.main-nav-tab li a, .tab-swipe .indicator {
    border-radius: 1.5333333333rem;
}
.main-nav-tab li a {
    display: block;
    color: #FFFFFF;
    min-width: 125px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 8px 31px;
    text-align: center;
}
.xs-single-pricing {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 40px;
    border-radius: 5px;
    border: 1px solid #efefef;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.xs-single-pricing.active {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #623cdc;
}
.xs-single-pricing .pricing-header {
    margin-bottom: 34px;
}
.xs-single-pricing .pricing-header .xs-content-title {
    margin-bottom: 25px;
}
.xs-single-pricing .pricing-img-block {
    margin-bottom: 45px;
}
.price-table {
    color: #0c5adb;
    font-weight: 900;
    font-size: 3rem;
    margin-bottom: 0px;
}
.price-table sup {
    font-size: 2rem;
}
sup {
    top: -.5em;
}
.price-table sub {
    font-size: 1.3333333333rem;
    font-weight: 400;
    right: 9px;
    bottom: 0px;
}
.pricing-body {
    margin-bottom: 35px;
}
.pricing-body .xs-list li:not(:last-child) {
    margin-right: 0;
    background-color: #0d5bdb05;
    padding: 8px 0 8px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #0d5bdb1a;
}
.xs-single-pricing.active .pricing-body .xs-list li {
    color: #FFFFFF;
    background-color: #ffffff1f;
}
.xs-single-pricing.active .pricing-footer .btn:not([class*=btn-outline-]) {
    background-color: #FFFFFF;
    color: #0c5adb;
}
.pricing-footer a.btn.btn-primary {
    padding: 10px 50px;
}
.pricing-footer .btn.btn-primary {
    background-color: #ff5100;
    border-color: transparent;
}
.pricing-footer .btn.btn-primary:hover {
    background-color: #101010;
    border-color: transparent;
}
.main-nav-tab li a.active {
    color: #0c5adb;
    background-color: #ffffff;
}
.xs-single-pricing.active .pricing-header .xs-content-title, .xs-single-pricing.active .pricing-header .price-table {
    color: #FFFFFF;
}
.seoplan-pricing-table.layout-basic .pricing-top .pricing-price {
    margin-bottom: 6px;
    font-size: 36px;
    font-weight: 700;
}
.seoplan-pricing-table.layout-basic .pricing-top .pricing-price .currency {
    color: #ffffff;
    text-align: center;
    line-height: 1.2em;
    display: block;
}
.seoplan-pricing-table.layout-basic .pricing-top .recurrence {
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-size: 11px;
}
.seoplan-pricing-table.layout-basic .pricing-top .plan-name {
    font-size: 24px;
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
}
.pricing-top {
    padding-bottom: 30px;
}
.pricing-button a.btn {
    margin: 0 auto;
    display: block;
    width: 160px;
    padding: 12px 20px;
    color: #ffffff;
    font-size: 16px;
    background-color: #ff5100;
}
.pricing-button a.btn:hover{
    background-color: #010101;
}
.seoplan-pricing-table.layout-basic .pricing-info {
    padding: 0 0 39px 0;
    text-align: center;
}
.seoplan-pricing-table.layout-basic .pricing-info li {
    line-height: 40px;
    margin: 0;
}
.seoplan-pricing-table.layout-basic .pricing-info li.disable {
    color: #fb8c00;
    text-decoration: line-through;
}
.seoplan-pricing-table.layout-basic .pricing-info li:nth-child(even) {
    background-color: #e6e6e6;
}
.seoplan-pricing-table.layout-basic .pricing-top .pricing-icon {
    background-color: #32429a;
    width: 100px;
    height: 100px;
    line-height: 96px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: -50px;
    margin-bottom: -30px;
    text-align: center;
}
section.content-section--full h2.section-title {
    padding-bottom: 80px;
}
/*** blog ***/
section.content-section--full.blog h2.section-title {
    padding-bottom: 30px;
}
.words {
    text-align: center;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12), 0 3px 5px -1px rgba(0,0,0,.3);
    margin-left: 33px;
    padding: 20px 0;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 7px; 
}
.words:hover{
  border-bottom: 5px solid #623cdc;
  transition: none;  
}
.words:focus {
    border-bottom: 5px solid #FD6800;
}
.words .small{
    font-size: 100%;
}
section.content-section--full.blog h4 {
    text-align: center;
    font-weight: 300;
}
section.content-section--full.blog p {
    text-align: center;
}
.words h4 {
    padding-bottom: 10px;
}
p.price-words {
    font-size: 1rem;
    padding-top: 20px;
}
.price-words span.currency {
    top: -0.2em;
    font-size: .7em;
    left: -.06em;
    position: relative;
}
.on-mobile {
    display: none;
}
.price.words .per-month{
    font-size: .8em;
    top: .4em;
    left: .2em;
}
.blog__col {
    float: left;
    width: 20%;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12), 0 3px 5px -1px rgba(0,0,0,.3);
    cursor: pointer;
}
.blog__col:hover {
    border-bottom: 2px solid #623cdc;
}
.pricing__col.--features .blog__col:hover {
    border-bottom: none;
}
.pricing__col.--features .blog__col {
    box-shadow: none;
}
.blog__header {
    padding: 20px 0 1px;
    text-align: center;
    justify-content: center;
    color: #ffffff;
}
.pricing__col.--features .blog__header {
    background: transparent;
}
.blog__header.rust {
    background-color: #EF4E50;
}
.blog__header.black {
    background-color: #000000;
}
.blog__header.orange {
    background-color: #FC6600;
}
.blog__header.blue {
    background-color: #623cdc;
}
.blog__content {
    text-align: center;
    padding-bottom: 20px;
}
.blog__content.list {
    text-align: left;
    padding-top: 30px;
}
.blog__content li {
    padding-top: 20px;
}
.blog__header-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.blog-table i.fa.fa-check-circle {
    color: #623cdc;
    font-size: 1.5rem;
}
.tm-epo-field-label {
    font-family: lato,sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666;
    font-weight: 900!important;
    text-transform: uppercase!important;
    margin-bottom: 15px;
}
.content-section--full.blog select {
    font-size: 20px;
    color: #666!important;
    font-weight: 400;
    font-family: lato,sans-serif;
    padding-left: 15px;
    border: 1px solid #ccc!important;
    border-radius: 0;
}
.package h3 {
    margin: 30px 0 20px;
}
.package li {
    padding-bottom: 10px;
    list-style-type: disc;
    list-style-position: inside;
}
.footer-area .footer-titel span {
    color: #ccc;
    font-weight: 400
}

.footer-area .footer-link li {
    margin-bottom: 10px
}

.footer-area .footer-link li a {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    position: relative
}

.footer-area .footer-link li a:before {
    background-color: #fff;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: .15s all cubic-bezier(.39, .575, .565, 1);
    transition: .15s all cubic-bezier(.39, .575, .565, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    width: 100%
}

.footer-area .footer-link li a:hover {
    color: #fff
}

.footer-area .footer-link li a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(-3px) translateZ(0);
    transform: translateY(-3px) translateZ(0)
}

.footer-area .address li {
    margin-bottom: 20px
}

.footer-area .address li a {
    color: #888;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400
}

.footer-area .address li a:hover {
    color: #fff
}

.footer-area .address li a i {
    font-size: 22px;
    width: 32px;
    vertical-align: middle;
    height: 36px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 5px;
    line-height: 32px
}

.footer-area #subscribe-form {
    margin-top: 10px
}

.footer-area #subscribe-form .form-group {
    position: relative
}

.footer-area #subscribe-form .form-group .btn-common {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 15px;
    height: 52px;
    border-radius: 0;
    background: 0 0;
    color: #ef4e50
}

#copyright {
    background: #333
}

#copyright p {
    line-height: 42px;
    color: #fff;
    text-align: center;
    margin: 0
}

#copyright p a {
    color: #fff
}

#copyright p a:hover {
    color: #ef4e50
}

.social-icon a {
    color: #272727;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    margin: 15px 6px 12px 4px;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.social-icon a:hover {
    color: #fff!important
}

.social-icon .facebook:hover {
    background: #3b5999
}

.social-icon .twitter:hover {
    background: #4a9cec
}

.social-icon .instagram:hover {
    background: #d6274d
}

.social-icon .linkedin:hover {
    background: #1260a2
}

.social-icon .google:hover {
    background: #ce332a
}

.counter-section {
  /*  background: url(../img/background/counter-bg.jpg);*/
    overflow: hidden;
background-image: linear-gradient(to right, #f0584c, #f89f38);
}
.counter-section h2{font-size: 30px;
color: #fff;padding: 20px;}

.counter-section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.counter-section .counter {
    padding: 30px 0
}

.counter-section .counter .icon {
    margin-bottom: 30px
}

.counter-section .counter .icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 36px;
    color: #ef4e50
}

.counter-section .counter p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 30px 0
}

.counter-section .counter .counterUp {
    color: #fff;
    font-size: 38px;
    margin-top: 15px;
    font-weight: 700
}

.panel-default {
    border-radius: 4px;
    border: none;
    margin-bottom: 10px
}

.panel-default .panel-heading {
    padding: 0;
    outline: none;
    border: none;
    border-radius: 0;
    width: 100%
}

.panel-default .panel-heading .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-default .panel-heading a {
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #ef4e50;
    color: #fff;
    position: relative;
    text-decoration: none
}

.panel-default .panel-heading a i {
    padding-right: 10px;
    font-size: 20px
}

.panel-default .panel-heading a:after {
    font-family: lineicons!important;
    content: "\e9d6";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px
}

.panel-default .panel-heading .collapsed:after {
    content: "\e9bc"
}

.panel-default .panel-collapse .panel-body {
    padding: 30px;
    background-color: #f3f3f3
}

.typography-wrap p {
    font-size: 14px;
    list-style: 24px;
    margin: 0 0 20px
}

.typography-wrap h1 {
    font-size: 30px;
    list-style: 38px;
    margin: 0 0 20px
}

.typography-wrap h2 {
    font-size: 24px;
    list-style: 32px;
    margin: 0 0 10px
}

.typography-wrap h3 {
    font-size: 20px;
    line-height: 28px
}

.typography-wrap h4 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 24px
}

.typography-wrap h5 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px
}

.typography-wrap h6 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 24px
}

.typography-wrap .disc-list li,
.typography-wrap .small-arrow-list li {
    line-height: 27px;
    color: #999
}

.typography-wrap .disc-list li i,
.typography-wrap .small-arrow-list li i {
    margin-right: 10px
}

.typography-wrap .buttons a {
    margin-right: 10px
}

.pricing-table {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.pricing-table .table-header {
    background: #ef4e50;
    padding: 30px 0;
    color: #fff
}

.pricing-table .table-header h3 {
    font-size: 36px;
color: #fff;

}

.pricing-table .plan {
    padding: 30px 50px;
    border-bottom: 1px solid #f3f3f3;
    text-align: left;
    font-size: 26px;
}

.pricing-table .plan .price {
    font-size: 29px;
    margin-bottom: 20px;
    color: #ff5100;
    float: left;
    padding-right: 12px;
    /*! text-transform: lowercase; */
}

.pricing-table .plan .period {
    font-size: 14px;
    color: #888;
    text-transform: capitalize
}

.pricing-table .plan-info {
   
    position: relative;
    padding: 15px 50px;
    z-index: 99;
    overflow: hidden; text-align:left
}

.pricing-table .plan-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .9;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.pricing-table .plan-info p {
    color: #727272;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0;
    border-bottom: 1px solid #f3f3f3
}

.pricing-table .plan-info p strong {
    color: #272727;
    display: block;
    margin-bottom: 5px
}

.pricing-table .plan-info p strong i {
    color: #ef4e50;
    margin-right: 5px
}

.pricing-table .button-area {
    padding: 30px 0 20px
}

.pricing-active,
.pricing-table:hover {
    /**-webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s**/
}

.pricing-active .plan-info,
.pricing-table:hover .plan-info {

    position: relative;
    z-index: 99;
    overflow: hidden
}

.pricing-active .plan-info:before,
.pricing-table:hover .plan-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    z-index: -1
}
#main-slide .carousel-control {
    display: none;
    transition: all .3s ease-in-out
}

#main-slide .carousel-indicators {
    cursor: pointer;
    bottom: 50px
}

#main-slide:hover .carousel-control {
    display: block;
    transition: all .3s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

#main-slide .carousel-item img {
    position: relative
}

#main-slide .carousel-inner .carousel-item::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;background: #f1f1f1;
opacity: 0.7;
}

#main-slide .carousel-item .carousel-caption {
    opacity: 0;
    transition: opacity 100ms ease 0s;
    z-index: 0
}
#main-slide .carousel-item .carousel-caption h3 {color:#ccc;font-size: 28px;}
.hright{margin:auto; height:3px;width:10%;background:#FFF; margin:30px auto;}
#main-slide .carousel-item .carousel-caption h4 {
    font-size: 18px;
    color: #f3f3f3;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px
}
.span-1{color:orange;}

#main-slide .carousel-item .carousel-caption .heading {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1px;
    display: block;
    color: #fff;
    /**font-family: 'Open Sans';**/
    font-weight: 700;
    letter-spacing: .1rem
}

#main-slide .carousel-item .carousel-caption .heading span {
    color: #ef4e50
}

#main-slide .carousel-item .carousel-caption p {
    color: #fff;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase
}

#main-slide .carousel-item.active .carousel-caption {
    opacity: 1;
    transition: opacity 100ms ease 0s;
    z-index: 1
}

#main-slide .carousel-caption {
    color: #fff;
    top: 18%;

text-align: center;
}

#main-slide .carousel-caption .btn {
    margin: 20px 10px
}

#main-slide .carousel-control-next,
#main-slide .carousel-control-prev {
    opacity: 1;
    box-shadow: none
}

#main-slide .carousel-control-prev span {
    padding: 15px
}

#main-slide .carousel-control-next span {
    padding: 15px
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    z-index: 5;
    display: inline-block
}

#main-slide .carousel-control .fa-angle-left {
    left: 10px
}

#main-slide .carousel-control .fa-angle-right {
    right: 10px
}

#main-slide .carousel-control i {
    line-height: 40px;
    font-size: 18px;
    width: 45px;
    border: 2px solid #fff;
    height: 45px;
    display: block;
    border-radius: 30px;
    background: 0 0;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

#main-slide .carousel-control i:hover {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border-color: #fff
}

.services-bg {/**background-image:url('https://webtudy.com/assets/img/footerbg.jpg');**/padding: 6rem 0; background:#000;}
.services-bg h2,h3{color:#fff;}

section.services-home {
    padding: 6rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url(../img/bg-counter.jpg) no-repeat center center;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/bg-counter.jpg) no-repeat center center;
        background-attachment: scroll, scroll;
    background-attachment: fixed;
}
.awesome-feature-img-inner,.awesome-feature-img-border {
  display: inline-block;
  position: relative;
}
.awesome-feature-img {
    text-align: center;
}
.awesome-feature-img-inner::before,.awesome-feature-img-inner::after,.awesome-feature-img-border::before {
    border: 1px solid #eef0f1;
    border-radius: 50%;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    pointer-events: none;
    z-index: 99;
}
.awesome-feature-desc {
  margin-top: 39px;
}
.awesome-feature-img-inner::before {
    margin-left: -270px;
    margin-top: -192.5px;
    width: 540px;
    height: 385px;
}
.awesome-feature-img-inner::after {
  height: 414px;
  margin-left: -292.5px;
  margin-top: -207px;
  width: 585px;
}
.awesome-feature-img-border::before {
  height: 442px;
  margin-left: -310px;
  margin-top: -221px;
  width: 620px;
}
.awesome-feature-list .col-4.right {
    float: right;
}
.awesome-feature-desc {
    position: relative;
}
.awesome-feature-list {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.awesome-feature {
  padding-bottom: 165px;
  padding-top: 130px;
}
.s-awesome-feature-icon i {
    font-size: 30px;
    color: #303030;
}
.s-awesome-feature-title > h6 {
  color: #303030;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.col-4.left .s-awesome-feature-icon {
  margin-left: 16px;
}
.col-4.left .s-awesome-feature-head {
    float: left;
    text-align: right;
}
.s-awesome-feature-icon,.s-awesome-feature-head  {
    display: inline-block;
}
.col-4.right .s-awesome-feature-head {
    text-align: left;
}
.col-4.right .s-awesome-feature-icon {
    float: left;
    margin-right: 16px;
}
.single-awesome-feature {
  overflow: hidden;
}
.s-awesome-feature-text > p {
  color: #606060;
  font-weight: 300;
  margin: 0;
}
.single-awesome-feature {
    position: relative;
}
.single-awesome-feature.one {
 padding-top:20px
}
.single-awesome-feature.two {
    left: 15px;
}
.single-awesome-feature.three {
  left: 107px;
}
.single-awesome-feature.six {
  left: 35px;
}
.single-awesome-feature.five {
    left: 120px;
}
.single-awesome-feature.four {
    left: 30px;
}
.mb-150{padding-top:50px}
.gradient{color: #ff5100;

background: linear-gradient(to bottom right,#ff1053,#ff5900);

    background-clip: border-box;

background-clip: border-box;

-webkit-background-clip: text;



background-clip: text;

text-fill-color: transparent;

display: inline-block;



text-transform: none;

letter-spacing: 0;

font-size: 26px;

line-height: 32px;

font-weight: 700;}
.product_pricing, .product_title {
    font-weight: 800;
    font-size: 50px;
    color: #e9793f;
    letter-spacing: -2.5px;
    padding: 10px 0 10px;
    line-height: 50px;
}
.paDNE{padding: 5px 0 30px;
    line-height: 24px;
    font-size: 16px;
}
.list-222 li {
    list-style: square outside none !important;
    margin: 0 0 0 20px;
}
.fading_line {
    display: block;
    margin: 50px 0;
    border: none;
    color: #ffffff;
    height: 1px;
    background: #bbbbbb;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 450, from(#bbbbbb), to(#ffffff));
}
.grey-h2{color:#7b7b7b ; font-size: 32px;

font-weight:400; padding-top:20px}
.quote_content {
      font-weight: normal;
    font-size: 1.35rem;
    padding: 33px 0px;

}
.quote_content1 {
      font-weight: normal;
    font-size: 1.00rem;
    padding: 23px 0px;

}
.cta_box_2 .cta_text {
    background: none repeat scroll 0 0 #E7E7E7;
    border-radius: 5px 5px 5px 5px;
    padding: 15px .75rem;
    text-align: center;
    margin: -33px 0 0;
}
.prod_features{margin-top:20px}
.prod_features .feature_image{border:none;float:left;margin:5px 15px 10px 0;padding:0px;}
.prod_features_desc{padding:10px 0 30px;}
.semi_custom_portfolio .prod_features_desc{padding:10px 0 0;}
.prod_features_desc p{font-size:0.95rem;line-height:1.5rem;padding:21px 0 5px 90px}
.feature_desc p{font-size:15px;line-height:24px;padding:0 0 25px 90px;}
.feature_desc p.savings{padding-left:0;}
.feature_desc h2{/*padding:0 0 0.625rem;*/
 }
.prod_features_desc h1{font-size:2rem;/*padding:0 0 10px;*/
 }
 .newpara{font-weight: normal;
font-size: 1.35rem;
text-align: center;
padding-top: 30px;}
.large_text {
    margin: 25px 0 15px;
    position: relative; font-weight: 800;
    letter-spacing: -1px;
    color: #e9793f;
    margin: 15px 0 15px;
    font-size: 35px;
    line-height: 35px;
}
.btm-pbtm{margin-bottom:30px !important}
.orange-backgrond {background: linear-gradient(to right, #f0584c, #f89f38);}
.orange-backgrond h2 {color:#fff;padding-top: 25px;font-size: 20px;}
.orange-backgrond p{color:#fff; padding:10px 0px}
.rightpad{padding: 18px 18px 0px;line-height: 30px;text-align: justify;}
.iconlink{font-size:12px; color:orange; padding:10px}
.ooo{order: #906204 solid 1px;
border-radius: 5px;
background: orange;}
.list-icon ul li{list-style-type:none;	line-height: 28px;
padding-bottom: 11px;
padding-left: 0px !important;
margin: 0px !important;}
.prpnewbrd{border: 1px solid #929292 !important;}
.nnee{line-height: 43px;
font-size: 15px;}
.mmd{color: orange;
padding-right: 10px;}
.list-icon-2 li{list-style-type:disc;	line-height: 28px;
padding-bottom: 11px;
padding-left: 0px !important;
margin: 0px !important;}
.newlist ul li{line-height: 27px;
padding-top: 10px;}

.lisst li i {
    
    width: 20px;
    vertical-align: top;
    height: 46px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 5px;
    line-height: 32px;
}
@media only screen and (max-width: 600px) {
 .gradient {
    font-size: 20px;
  }
}
.s-blue {
    background-color: #00afe8;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    padding-right: 40px;
    padding-left: 40px;color:#fff
}
.s-blue h2{font-size:32px}
.s-blue h3{font-size: 41px; font-weight: bold;    margin-top: 15px;
}
.sizetag h2{
text-transform: none;
letter-spacing: 0;
font-size: 36px;
line-height: 46px;
font-weight: 700;}
.sizetag-1 h2{font-family: Nunito;
text-transform: none;
letter-spacing: 0;
font-size: 37px;
line-height: 52px;
font-weight: 700;}
.m-top30{margin-top:30px}
.m-top20{margin-top:20px}
/** Blog 2 start **/
.blog-2 {
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.blog-2 .blog-photo {
    position: relative;
}

.blog-2 .detail h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-2 .profile-user {
    position: absolute;
    bottom: -23px;
    left: 20px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    padding: 2px;
}

.blog-2 .profile-user img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.blog-2 .detail {
    padding: 30px 20px 10px;
}

.blog-2 .post-meta {
    width: 100%;
    margin-bottom: 15px;
}

.blog-2 .post-meta ul li {
    margin: 0 15px 0 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #717070;
    line-height: 26px;
}

.blog-2 .post-meta ul li strong{
    font-weight: 600;
}

.blog-2 .post-meta ul li i {
    margin-right: 5px;
    color: #999;
}

.blog-2 .date-box {
    position: absolute;
    top: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 5px;
    right: 20px;
}

.blog-2 h3{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

/** Blog 3 start **/
.blog-3 {
    border-radius: 0;
    border: none;
    position: relative;
}

.blog-3 .blog-photo img {
    width: 100%;
}

.blog-3 .date-box {
    position: absolute;
    top: 15px;
    font-size: 13px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 13px;
    right: 19px;
}

.blog-3 .date-box::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 20px solid transparent;
    bottom: -20px;
    right: 0;
}

.blog-3 .detail {
    position: relative;
    float: left;
    width: 90%;
    margin: -30px 5% 30px 5%;
    padding: 25px 25px 15px 25px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    z-index: 4;
}

.blog-3 .detail h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-3 .post-meta {
    width: 100%;
    margin-bottom: 10px;
}

.blog-3 .detail .post-meta span {
    margin-right: 20px;
    font-size: 13px;
    font-weight: 600;
}

.blog-3 .detail .post-meta span a i {
    margin-right: 5px;
}

.blog-3 .detail p {
    font-size: 14px;
    margin-bottom: 0;
}

.blog-3 .detail h3 a:hover {
    color: #777;
}

/** Blog big start **/
.blog-big:hover{
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.blog-big .detail {
    padding: 30px 20px 20px;
}

.blog-big {
    margin-bottom: 50px;
}

.intro-section {
    padding: 30px 0 25px;
}

.intro-text h3 {
    font-size: 27px;
    margin: 0;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
}

.intro-section .btn {
    background: #fff;
    float: right;
    color: #37404d;
}

.intro-section .btn:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.20);
}
.blog-2 .date-box {
    background: #000;
}
.newwidthimg{width: 432px;
    padding: 12px;
    margin-right: 20px;

}
.triangle {
    position: absolute;
    left: 50%;
    width: 60px;
    height: 30px;
    margin-left: -30px;
}
.leftrightpadding{padding-left:100px; padding-right:100px}
.blog-2 .date-box {
    position: absolute;
    top: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 5px;
    right: 20px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.date-box span {
    font-family: 'Raleway',sans-serif;
    font-size: 19px;
    display: block;
    line-height: 22px;
    color: #fff;
}

.pad-top {padding-top:40px}
.bttm-pad{padding-bottom:15px}
.section-pricing.--gradient-top-bottom {
    background-position: left -40% top 230px, right 10% top 54%
}

@media (min-width: 768px) {
    .section-pricing.--gradient-top-bottom {
        background-position: left -90% top 270px, right 0 top 54%
    }
}

@media (min-width: 992px) {
    .section-pricing.--gradient-top-bottom {
        background-position: right calc(50% - 1540px) top 320px, left calc(50% - 1540px) bottom 130px
    }
}

.pricing {
    margin-top: 50px
}

@media (min-width: 768px) {
    .pricing {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .pricing {
        
        flex-wrap: nowrap;
        border: 1px solid #e8e7eb;
        border-radius: 4px
    }
}

.pricing__col {
    background: #fff;
    border: 1px solid #e8e7eb;
    border-radius: 4px
}

.pricing__col+.pricing__col {
    margin-top: 20px
}

@media (min-width: 768px) {
    .pricing__col {
        flex: 0 1 calc(50% - 20px);
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .pricing__col {
        flex: 0 1 25%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 0;
        border-radius: 0;
        border-left: 1px solid #e8e7eb
    }
    .pricing__col+.pricing__col {
        margin-top: 0
    }
    .pricing__col:nth-child(2) {
        border-left: 0
    }
    .pricing__col:first-child {
        border-left: none;
        border-radius: 4px 0 0 4px
    }
    .pricing__col:last-child {
        border-radius: 0 4px 4px 0
    }
    .--recommended+.pricing__col {
        border-left: none
    }
}

.pricing__col.--features {
    display: none
}

@media (min-width: 1200px) {
    .pricing__col.--features {
        display: block;
        border-right: 1px solid #e8e7eb;
        flex: 1 0 25%
    }
    .pricing__col.--features .pricing__header {
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
        /*justify-content: flex-end*/
    }
    .badge {
    font-size: 100%;
}
span.price {
    display: block;
}
    .pricing__header {
    height: 300px;
}
    .pricing__col.--features .pricing__header .badge {
        align-self: flex-start
    }
    .pricing__col.--features .pricing__footer .btn,
    .pricing__col.--features .pricing__footer .hbspt-form .hs-form .hs-button,
    .hbspt-form .hs-form .pricing__col.--features .pricing__footer .hs-button {
        visibility: hidden
    }
    .pricing__col.--features .pricing__feature {
        justify-content: space-between
    }
    .pricing__col.--features .pricing__feature span {
        display: block
    }
}

.pricing__col.--recommended {
    position: relative;
    z-index: 10;
    padding-top: 40px;
    box-shadow: 0 15px 30px 0 rgba(22, 14, 51, 0.1);
    border: 0
}

@media (min-width: 768px) {
    .pricing__col.--recommended {
        padding-top: 0
    }
}

@media (min-width: 1200px) {
    .pricing__col.--recommended {
        margin: -20px 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 4px
    }
}

.pricing__badge {
    background: #623cdc;
    text-transform: uppercase;
    min-height: 40px;
    line-height: 20px;
    text-align: center;
    font-family: Heebo, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.pricing__header {
    border-bottom: 1px solid #e8e7eb;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 768px) {
    .pricing__header {
        min-height: 330px
    }
}

@media (min-width: 1200px) {
    .pricing__header {
        padding: 30px 10px;
        min-height: 87px;
        justify-content: flex-start
    }
}

.pricing__header-title {
    color: #160E33;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500
}

@media (min-width: 1200px) {
    .pricing__header-title {
        font-size: 16px;
        line-height: 26px; font-weight: bold;
    }
}

.pricing__header-description {
    color: #736e84;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

@media (max-width: 1199.98px) {
    .pricing__header-description {
        padding: 5px 0
    }
}
@media (max-width: 1199px) {
.on-mobile {
    text-align: center;
    display: block;
}
.pricing-box {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.14), 0 1px 7px 0 rgba(0,0,0,.12), 0 3px 1px -1px rgba(0,0,0,.2);
    margin-bottom: 20px;
    padding: 20px 0;
}
.blog-table {
    display: none;
}
}
.pricing__header-price {
    font-size: 14px;
    line-height: 25px
}

.pricing__header-price span {
    color: #160E33;
    font-family: Heebo, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    /*font-size: 66px;*/
    line-height: 80px
}

.pricing__header-price span sup {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 20px;
    line-height: 30px;
    top: -36px;
    right: 0
}

@media (min-width: 1200px) {
    .pricing__header-price span {
        /*font-size: 36px;*/
        line-height: 56px
    }
    .pricing__header-price span sup {
        font-size: 14px;
        line-height: 14px;
        top: -18px;
        right: 0
    }
}

.pricing__header-info {
    font-size: 12px;
    line-height: 20px;
    color: #a19ead
}

@media (min-width: 768px) {
    .pricing__header-info span {
        display: block
    }
    .pricing__header-info span:nth-child(1) {
        min-height: 40px
    }
}

.pricing__content {
    padding: 20px
}

.pricing__content-badge {
    text-align: center;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .pricing__content {
        padding: 20px;
        flex: 1 0 auto
    }
    .pricing__content-badge {
        display: none
    }
}

.pricing__content-info {
    display: none
}
@media (max-width: 991px) {
.pricing-top.orange {
    margin-top: 100px;
}
}
@media (max-width: 767.98px) {
    .pricing__content-info {
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin-bottom: 20px
    }
}
@media (max-width: 767px) {
.pricing-top.blue {
    margin-top: 100px;
}
.small-pricing-table {
    width: 100%;
    float: none;
}
.col-sm-2.words {
    max-width: 100%;
    float: none;
}
.column-third.left {
    float: none;
    width: 100%;
}
.pricing-plan:first-child, .pricing-plan:nth-child(2) {
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e5e5e5;
}
.pricing-plan:first-child, .pricing-plan:nth-child(3) {
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e5e5e5;
}
.flex-column {
    float: none;
    width: 100%;
}
a.button1.mid_left {
    padding: 7px 5px;
    font-size: 13px;
}
}
.pricing__feature {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative
}

@media (min-width: 375px) {
    .pricing__feature {
        font-size: 16px
    }
}

@media (max-width: 767.98px) {
    .pricing__feature {
        display: none
    }
    .pricing__feature.--show-on-mobile {
        display: flex
    }
}

@media (min-width: 768px) {
    .pricing__feature {
        margin-left: auto;
        margin-right: auto
    }

  
}
@media (max-width: 767px) {
    .pricing__feature {
        margin-left: auto;
        margin-right: auto
    }

    .add-on {
    margin-top: 20px;
display: block !important;}
.bord1 {
    border-left:none !important;
    border-top:1px solid #bfbfbf;
}
}


@media (min-width: 1200px) {
    .pricing__feature {
        justify-content: center;
        margin-bottom: 30px;
        padding-left: 0;
        font-size: 14px
    }

}

.pricing__feature:last-child {
    margin-bottom: 0
}

.pricing__feature-help {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #f3f2f4;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    user-select: none;
    margin-left: 20px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.15s ease-in-out;
    color: #a19ead
}

@media (min-width: 992px) {
    .pricing__feature-help:hover {
        background: #623cdc;
        color: #fff;cursor: pointer;
    }
    .pricing__feature-help:hover::before {
        display: block;
        content: attr(data-tooltip);
        background: #160e33;
        color: #fff;
        padding: 20px 30px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        position: absolute;
        right: -10px;
        bottom: 100%;
        transform: translate(0, -10px);
        min-width: 220px
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .pricing__feature-help:hover::before {
        right: 50%;
        transform: translate(50%, -10px)
    }
}

@media (min-width: 992px) {
    .pricing__feature-help:hover::after {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translate(-50%, -4px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #160e33 transparent transparent transparent
    }
}

@media (max-width: 1199.98px) {
    .pricing__feature-help.is-tooltip-visible {
        background: #623cdc;
        color: #fff
    }
    .pricing__feature-help.is-tooltip-visible::before {
        display: block;
        content: attr(data-tooltip);
        background: #160e33;
        color: #fff;
        padding: 20px 30px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        position: absolute;
        right: -10px;
        bottom: 100%;
        transform: translate(0, -10px);
        min-width: 220px
    }
}

@media (max-width: 1199.98px) and (min-width: 1200px) {
    .pricing__feature-help.is-tooltip-visible::before {
        right: 50%;
        transform: translate(50%, -10px)
    }
}

@media (max-width: 1199.98px) {
    .pricing__feature-help.is-tooltip-visible::after {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translate(-50%, -4px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #160e33 transparent transparent transparent
    }
}

.pricing__feature.--icon::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    width: 20px;
    height: 18px
}

@media (min-width: 1200px) {
    .pricing__feature.--icon::before {
        position: static
    }
}

.pricing__feature.--icon-check::before {
    background: url("../img/icon-check.svg") 50% 50% no-repeat;
    background-size: 16px 13px
}

.pricing__feature.--icon-cross-gray::before {
    background: url("../img/icon-cross-gray.svg") 50% 50% no-repeat;
    background-size: 14px 14px
}

@media (min-width: 1200px) {
    .pricing__feature span {
        display: none
    }
}

.pricing__footer {
    padding: 15px;
    border-top: 1px solid #e8e7eb
}

@media (min-width: 992px) {
    .pricing__footer .btn,
    .pricing__footer .hbspt-form .hs-form .hs-button,
    .hbspt-form .hs-form .pricing__footer .hs-button {
        padding: 15px;
        font-size: 14px
    }
}

.pricing-info {
    font-size: 14px;
    line-height: 25px;
    color: #a19ead;
    text-align: center;
    margin-top: 30px
}

/*@media (min-width: 1200px) {
    .pricing-info {
        margin-top: 60px
    }
}*/

.section-add-on {
    padding-top: 0
}

@media (min-width: 992px) {
    .section-add-on {
        
    }
}

.add-on {
    margin-top: 20px;
    display: flex;
/*    flex-direction: column;*/
    height: auto;
    border: 1px solid #e8e7eb;
    border-radius: 4px
}

@media (min-width: 992px) {
    .add-on {
        flex-direction: row;
        /*max-width: 800px;*/
        margin-left: auto;
        margin-right: auto
    }
}

.add-on__header {
    text-align: center;
    padding: 20px 10px
}

@media (min-width: 992px) {
    .add-on__header {
        
    }
}
@media (min-width: 1200px) {
    .add-on__header {
       /** padding: 30px 10px;**/
        display: flex; width:100%;
        flex-direction: column;
        justify-content: center
    }
}

.add-on__header-title {
    color: #000 !important;
    font-size: 30px !important;
    line-height: 40px;
    font-weight: 500;
}
.list1 ul{margin:16px 0 0 18px; padding:0;}
.list1 ul li{margin:0 0 20px; padding:0; list-style: disc;} 
.bord1{border-left:1px solid #bfbfbf;}
@media (min-width: 1200px) {
    .add-on__header-title {
        font-size: 16px;
        
    }
}

.add-on__header-description {
    color: #736e84;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.add-on__header-price {
    font-size: 14px;
    line-height: 25px
}

.add-on__header-price span {
    color: #160E33;
    font-family: Heebo, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 66px;
    line-height: 80px
}

.add-on__header-price span sup {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 20px;
    line-height: 30px;
    top: -36px;
    right: 0
}

@media (min-width: 1200px) {
    .add-on__header-price span {
        font-size: 46px;
        line-height: 56px
    }
    .add-on__header-price span sup {
        font-size: 26px;
        line-height: 14px;
        top: -18px;
        right: 0
    }
}

.add-on__header-info {
    font-size: 16px;
    line-height: 20px;
    color: #a19ead
}

.add-on__content {
    padding: 30px 20px;
    border-top: 1px solid #e8e7eb;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 992px) {
    .add-on__content {
        border-left: 1px solid #e8e7eb;
        border-top: none
    }
}

.add-on__feature {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

@media (min-width: 375px) {
    .add-on__feature {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .add-on__feature {
        margin-bottom: 30px;
        padding-left: 0;
        font-size: 14px
    }
}

.add-on__feature:last-child {
    margin-bottom: 0
}

.add-on__feature-help {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #f3f2f4;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    user-select: none;
    margin-left: 20px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.15s ease-in-out;
    color: #a19ead
}

@media (min-width: 992px) {
    .add-on__feature-help:hover {
        background: #623cdc;
        color: #fff
    }
    .add-on__feature-help:hover::before {
        display: block;
        content: attr(data-tooltip);
        background: #160e33;
        color: #fff;
        padding: 20px 30px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        position: absolute;
        right: -10px;
        bottom: 100%;
        transform: translate(0, -10px);
        min-width: 220px
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .add-on__feature-help:hover::before {
        right: 50%;
        transform: translate(50%, -10px)
    }
}

@media (min-width: 992px) {
    .add-on__feature-help:hover::after {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translate(-50%, -4px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #160e33 transparent transparent transparent
    }
}

@media (max-width: 1199.98px) {
    .add-on__feature-help.is-tooltip-visible {
        background: #623cdc;
        color: #fff
    }
    .add-on__feature-help.is-tooltip-visible::before {
        display: block;
        content: attr(data-tooltip);
        background: #160e33;
        color: #fff;
        padding: 20px 30px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        position: absolute;
        right: -10px;
        bottom: 100%;
        transform: translate(0, -10px);
        min-width: 220px
    }
}

@media (max-width: 1199.98px) and (min-width: 1200px) {
    .add-on__feature-help.is-tooltip-visible::before {
        right: 50%;
        transform: translate(50%, -10px)
    }
}

@media (max-width: 1199.98px) {
    .add-on__feature-help.is-tooltip-visible::after {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translate(-50%, -4px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #160e33 transparent transparent transparent
    }
}
@media (max-width: 1600.98px) and (min-width: 1200px) {
/*    .add-on.blog_pnl {
    min-height: 490px;
}*/
/*.email-pnl{    min-height: 428px;}
    
}*/
.add-on {
    min-height: 358px;
}
}
@media (max-width: 1199px) and (min-width: 992px) {
/*    .add-on.blog_pnl {
        min-height: 586px;
}*/
/*    .email-pnl{    min-height: 450px;}
}*/
}
@media (max-width: 991px) and (min-width: 768px) {
   /* .add-on.blog_pnl {
        min-height: 850px !important;
}
.email-pnl{    min-height: 738px;}*/
    
}

.arrow{position: absolute;
top: 153px;
left: 385px;z-index: 100;}
.arrow i{font-size:20px}
.pricing__footer .btn{border: 1px solid #b6b6b6;; background:none}
.mrg-top50{margin-top:50px}
.lftclock{clear:both;}
.lftclock label{background: #ff5100;
padding: 2px 15px;
color: #fff;
}
.u-mt-md-40 {
    margin-top: 40px;
}
.feature-alt-row .feature-alt {
   margin-top: 40px;
background: #fcfcfc;
padding: 24px;
min-height: 156px; border: #eaeaea solid 1px;
}
.pad-100{padding:100px}
.review-style{border: #ccc solid 1px;
padding: 13px;
box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.25);
color: #000;
font-style: italic; margin-bottom:30px}
.testimonialAuthor{padding-top:10px}
.intro-desc-1 li{font-size:20px; line-height:30px}
.form-side{float: right;

z-index: 999;

position: absolute;

right: 55px;

top: 120px;

width: 397px;

background: #f1f1f1; display:none;}
.s-blue {
    background-color: #00afe8;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    padding-right: 40px;
    padding-left: 40px;color:#fff
}
.s-blue h2{font-size:32px;
    line-height: 1.24211;}
.s-blue h3{font-size: 41px; font-weight: bold;    margin-top: 15px;  margin-bottom: 16px;  line-height: 1.24211;
}
.col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.bg-blue-gray {
    background: -moz-linear-gradient(90deg,#8668ad 0,#55bbeb 100%);
    background: -webkit-linear-gradient(90deg,#8668ad 0,#55bbeb 100%);
    background: -o-linear-gradient(90deg,#8668ad 0,#55bbeb 100%);
    background: -ms-linear-gradient(90deg,#8668ad 0,#55bbeb 100%);
    background: linear-gradient(90deg,#8668ad 0,#55bbeb 100%);
        background-position-x: 0%;
        background-position-y: 0%;
}
.product_pricing-1, .product_title-1 {
    font-weight: 400;
    font-size: 19px;
    color: #e9793f;
    letter-spacing:2px;
    padding: 10px 0 10px;
    line-height: 20px;
}