

@import url(../webkit/webkit.css?v=1.0);
.transition {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.delay {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.no-delay {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}


/* 1 HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: italic;
}

body {
    line-height: 1.5;
    font-family: "Avenir Next" !important;
    font-size: 18px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1.big {
    font-size: 70px;
}

h1.small {
    font-size: 50px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 24px;
}

nav > ul,
nav > ol {
    list-style-type: disc;
    padding-left: 20px;
}

nav > ul li a,
nav > ol li a,
nav > ul li,
nav > ol li {
    text-decoration: none;
    color: #162331;
    font-size: 14px;
    line-height: 26px;
}

nav > ul li a:hover,
nav > ol li a:hover {
    color: #d53142;
}

ins {
    background: #ffe7e7;
    text-decoration: none;
}

p a {
    color: #d53142;
}

p a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table,
td,
th {
    border: 1px solid #ddd;
    text-align: left;
}

th,
td {
    padding: 8px;
    font-size: 14px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.custom_li ul li {
    font-family: "Avenir Next" !important;
    position: relative;
    padding-left: 35px;
    color: #162331;
    font-size: 14px;
    line-height: 26px;
}

.custom_li ul li .ficon {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 30px;
    text-align: center;
}

.e_btn {
    display: inline-block;
    text-decoration: none;
    padding: 20px 0;
    border: 2px solid #d53142;
    border-radius: 14px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-family: "Avenir Next" !important;
    font-weight: 700;
    line-height: 18px;
    width: 160px;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    color: #d53142;
    background-color: transparent;
}

.e_btn:hover {
    background-color: red;
}

.e_btn:hover {
    background-color: #d53142;
    color: #fff;
}

.e_btn.blue {
    border-color: #6788aa;
    color: #6788aa;
}

.e_btn.blue:hover {
    background-color: #6788aa;
    color: #fff;
}

.e_btn.blue {
    border-color: #6788aa;
    color: #6788aa;
}

.e_btn.blue:hover {
    background-color: #6788aa;
    color: #fff;
}

.e_btn.send-btn {
    background-color: #d53142;
    border: 2px solid #d53142;
    box-sizing: border-box;
    height: 58px;
    padding: 15px 30px 15px 60px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: "Avenir Next" !important;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
    width: auto;
}

.e_btn.send-btn .ficon {
    font-size: 37px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.e_btn.send-btn:hover {
    background-color: transparent;
    border-color: #d53142;
    color: #d53142;
}

.e_btn.blue {
    border-color: #6788aa;
    color: #6788aa;
}

.e_btn.blue:hover {
    background-color: #6788aa;
    color: #fff;
}

.e_btn.blue {
    border-color: #6788aa;
    color: #6788aa;
}

.e_btn.blue:hover {
    background-color: #6788aa;
    color: #fff;
}

input,
button,
select,
textarea {
    outline: none;
}

::-webkit-input-placeholder {
    color: #888888;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #888888;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #888888;
}

:-ms-input-placeholder {
    color: #888888;
}

a {
    outline: none;
}

.list-group-item {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.form-group {
    margin-bottom: 0;
}

/* css reset */

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.pr {
    position: relative;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-margin {
    margin: 0 !important;
}

.mar-l-55 {
    margin-left: 55px;
}

.mar-l-70 {
    margin-left: 70px;
}

.pad-top-110 {
    padding-top: 95px;
}

.pad-bottom-110 {
    padding-bottom: 110px;
}

.parallax {
    background-attachment: fixed !important;
    background-size: cover !important;
}

.after-line:before {
    content: '';
    display: inline-block;
    width: 50px;
    position: absolute;
    height: 3px;
    background-color: #282828;
    bottom: 0;
}

.after-line {
    position: relative;
    padding-bottom: 28px;
}


/* 2. header */

#main-header {
    /* background: rgba(0, 9, 18, 0.7); */
    background: #ffffff;
    opacity:0.96;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    transition: 0.2s all;
}

#main-header.darkHeader {
    /* background: rgba(0, 9, 18, 1); */
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

#main-header.darkHeader .logo-main {
    padding: 10px 0;
}

#main-header.darkHeader nav {
    margin: 15px 0;
}

#main-header .container {
    /* padding: 0; */
    background: none;
}

#main-header .row {
    /* margin: 0; */
}

#main-header .logo-main {
    padding: 26px 0;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    transition: 0.2s all;
}

#main-header .logo-main img {
    vertical-align: top;
    max-width: 150px;
    width: 100%;
}

#main-header .responsive-menu-btn {
    display: none;
}

#main-header .navbar-collapse {
    background: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
    vertical-align: top;
}

#main-header .navbar-brand {
    padding: 0;
    max-width: 55px;
    height: auto;
}

#main-header .navbar-default .navbar-brand img {
    width: 100%;
}

#main-header nav {
    text-align: left;
    margin: 24px 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    transition: 0.2s all;
    background: transparent;
    border: 0;
    vertical-align: top;
}

#main-header nav ul {
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    vertical-align: top;
}

#main-header nav ul li {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: top;
}

#main-header nav ul > li:before {
    /* content: '';
  height: 28px;
  width: 100%;
  left: 0; 
  bottom: -28px;
  position: absolute; */
}

#main-header nav ul li > a {
    color: #282828;
    font-family: "Avenir Next" !important;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.56px;
    display: block;
    padding: 9px 20px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 32px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    border: 0;
}

#main-header nav ul li.download a {
    padding: 1.5px 17px;
}

#main-header nav ul li:hover a,
#main-header nav ul li.active a {
    color: #d53142;
    background: transparent;
}

#main-header nav ul li.download {
    background: #d53142;
    color: #fff;
    border-radius: 8px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    border: 2px solid #d53142;
    box-sizing: border-box;
    margin-left: 10px;
    position: relative;
    top: 6px;
    padding: 0;
    line-height: normal;
}

#main-header nav ul li.download a {
    color: #fff;
}

#main-header nav ul li.download:hover {
    background: none;
}

#main-header nav ul li.download:hover a {
    color: #d53142;
}


/* 3. above-fold */

.above-fold {
    display: inline-block;
    height: 768px;
    height: 100vh;
    min-height: 470px;
    /* background: url(http://placehold.it/1904x989) center top; */
    background-size: cover;
    padding: 0;
    overflow: hidden;
    width: 100%;
    padding-top: 98px;
    vertical-align: top;
}

.above-fold .wrapper {
    height: 100%;
}

.above-fold .above-fold-text {
    /* position: absolute;
      bottom: 20%;
      left: 0; */
    z-index: 11;
    color: #ffffff;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.above-fold-cell {
    display: table-cell;
    vertical-align: middle;
    background: transparent;
    /* padding: 0 !important; */
    margin: 0;
    border: 0;
}

.above-fold .above-fold-text img {
    margin-bottom: 10px;
}

.above-fold .above-fold-text h1 {
    font-size: 50px;
    font-weight: 700;
    color: #282828;
    line-height: 66px;
    margin: 0 0 30px 0;
}

.above-fold .above-fold-text p {
    color: #282828;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: normal;
}

.above-fold .above-fold-text .btn-box a {
    display: inline-block;
    text-decoration: none;
    padding: 18px 0;
    color: #fff;
    border: 2px solid;
    border-radius: 14px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-family: "Avenir Next" !important;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    min-width: 174px;
    letter-spacing: 0.56px;
}

.above-fold .above-fold-text .btn-box a.red {
    color: #fff;
    border-color: #d53142;
    background-color: #d53142;
}

.above-fold .above-fold-text .btn-box a.red:hover {
    color: #d53142;
    background-color: transparent;
}

.above-fold .above-fold-text .btn-box a.blue {
    color: #fff;
    padding: 18px 40px;
}

.above-fold .above-fold-text .btn-box a.blue span {
    position: relative;
    top: 1px;
}

.above-fold .container,
.above-fold .container .row {
    height: 100%;
}

.above-fold .above-fold-text .btn-box a.blue:hover {
    color: #fff;
    background-color: #d53142;
    border-color: #d53142;
}

.above-fold .above-fold-text .btn-box span.icon-ic_play:before {
    color: #d53142;
    margin-left: 5px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.above-fold .above-fold-text .btn-box a.blue:hover > span:before {
    color: #fff;
}

.above-fold .go-down {
    position: absolute;
    width: 40px;
    height: 30px;
    left: 50%;
    bottom: 5%;
    margin-left: -20px;
    background: url(../images/down-icon.png) no-repeat center;
    opacity: 0.5;
    z-index: 11;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.above-fold .hand_bg {
    /*background-image: url(http://placehold.it/994x802);*/
    position: absolute;
    right: -5%;
    bottom: 0px;
    max-width: 66%;
}

.above-fold .go-down:hover {
    opacity: 1;
}

.above-fold-text > img {
    max-width: 133px;
    width: 100%;
}


/* 4. about-main */

.about-main .ficon {
    color: #d53142;
    font-size: 48px;
}

.title-block {
    /* text-align: center; */
    margin-bottom: 40px;
}

.title-block.small {
    text-align: left;
}

.title-block.small .sep-line {
    margin: 0 0 30px 0;
}

.title-block.small p {
    max-width: 100%;
    margin-bottom: 50px;
}

.title-block h2 {
    font-size: 50px;
    font-weight: 700 !important;
    line-height: normal;
    margin-bottom: 8px;
    color: #282828;
    margin-top: 0;
}

.title-block .sub-title {
    display: block;
    margin-bottom: 34px;
    color: #888888;
    font-size: 22px;
}

.title-block .sep-line {
    display: block;
    width: 50px;
    height: 3px;
    margin: 0 auto 30px;
    background: #d53142;
}

.title-block p {
    color: #888888;
    max-width: 50%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 27px;
}

.about-box h6 {
    margin: 15px 0;
    font-size: 24px;
    color: #d53142;
}

.about-box p {
    color: #888888;
    max-width: 95%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 27px;
}

.about-main .title-block p {
    margin-bottom: 50px;
}


/* 5. features-main */

.features-main {
    background: #f8f8f8;
}

.features-box .features-text {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.features-box .features-text span.ficon {
    float: right;
    width: 56px;
}

.features-box .fadeInLeft.features-text span.ficon {
    position: relative;
    left: 15px;
}

.features-box .fadeInRight.features-text span.ficon {
    position: relative;
    left: -15px;
}   

.features-box .features-text span.ficon:before {
    font-size: 44px;
    line-height: 65px;
    color: #d53142;
}

.features-box .icon-ic_use:before {
    font-size: 45px !important;
    line-height: 65px !important;
}

.features-box .features-text.text-left span.ficon {
    float: left;
}

.features-box .features-text .features-info {
    margin: 40px 0;
}

.features-box .features-text .features-info .info-text {
    display: inline-block;
    width: 70%;
    width: calc(100% - 56px);
    vertical-align: top;
    margin: 0 0;
}

.features-box .features-text .features-info .info-text h6 {
    color: #d53142;
    font-size: 24px;
    margin: 5px 0 17px;
}

.features-box .features-text .features-info .info-text p {
    color: #888888;
    font-size: 16px;
    line-height: 27px;
}

.features-box .features-img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px;
}

.features-mob {
    background: url(../images/iPhone-white.png) no-repeat top center;
    background-size: 100% 100%;
    width: 328px;
    height: 690px;
    text-align: center;
    margin: 0 auto;
}

.features-mob img {
    margin-left: 4px;
    max-width: 278px;
    padding-top: 99px;
}


/* 6. work-main */

.work-main {
    background: url(http://placehold.it/1904x388) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.work-main .topClr {
  opacity: 0.8;
}

.work-main .container {
    position: relative;
    z-index: 1;
}

.work-main h2 {
    font-size: 48px;
    margin-bottom: 0px;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: lighter;
}

.work-main .infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.popup-video {
    width: 82px;
    height: 82px;
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 50%;
    line-height: 82px;
    color: #fff;
    font-size: 43px;
    margin-top: 15px;
}

.popup-video:hover,
.popup-video:active,
.popup-video:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.mfp-wrap {
    z-index: 9999999;
}

.mfp-bg {
    z-index: 999999;
    opacity: 0.9;
    background-color: #d53142;
}

.mfp-iframe-scaler iframe {
    box-shadow: none;
}

.mfp-iframe-holder .mfp-close {
    display: none;
}

.mfp-bg:hover,
.mfp-wrap:hover {
    cursor: url('../images/icon-zoom-out.png'), url('../images/icon-zoom-out.cur'), pointer;
}

/* 7. benefits-main */

.benefits-main {
    padding: 54px 0;
    background-color: #f7f7f7;
}

.benefits-main .row,
.send-block-main .row,
#main-footer .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits-main .benefits-text .sub-text > span.ficon {
    margin-top: 6px;
    display: inline-block;
    float: left;
}

.benefits-main .benefits-text .sub-text > span.ficon:before {
    font-size: 46px;
    color: #d53142;
}

.benefits-main .benefits-text .sub-text h6 {
    font-size: 24px;
    color: #000912;    
    margin-bottom: 16px;
}

.benefits-main .benefits-text .sub-text p {
    color: #888888;
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 27px;
    margin-top: 13px;
}

.benefits-main .benefits-text .icon-text span img {
    float: none;
    margin: 5px 10px 0 0;
    vertical-align: top;
}

.benefits-main .icon-text ul {
    padding-left: 5px;
    list-style: none;
}

.benefits-main .icon-text ul li {
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 27px;
    position: relative;
    padding-left: 45px;
    margin-bottom: 16px;
}

.benefits-main .icon-text ul li:last-child {
    margin-bottom: 0;
}

.benefits-main .icon-text ul li > .ficon {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 30px;
    text-align: center;
}

.benefits-main .icon-text ul li > .ficon:before {
    font-size: 20px;
    color: #d53142;
}

.benefits-main .benefits-img img {
    max-width: 100%;
    width: 410px;
}


/* 8. send-block-main */

.send-block-main {
    background: url(http://placehold.it/1904x348) no-repeat center;
    position: relative;
}

.topClr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d53142;
    opacity: 0.85;
    z-index: 0;
}

.send-block-main .wrapper {
    z-index: 1;
    position: relative;
}

.send-block-main .text-left {
    margin: 0;
    text-align: left;
}

.send-block-main .text-left h2 {
    margin-bottom: 0;
    font-size: 48px;
    font-weight: normal;
    color: #fff;
}

.send-block-main .text-right a {
    width: 212px;
    display: inline-block;
    text-align: center;
    line-height: 54px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Avenir Next" !important;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    border: 2px solid #182837;
    background-color: #182837;
    letter-spacing: 0.56px;    
    position: relative;
    top: 7px;
}

.send-block-main .text-right a:hover {
    border-color: #fff;
    background-color: transparent;
}


/* 9. client-block-main */

.client-block-main,
#priceing {
    background: #f6f6f6;
}

.client-slider .c-div p {
    width: 50%;
    margin: 0 auto 32px;
    color: #888888;
    font-size: 16px;
    line-height: 27px;
}

.client-slider .c-div .client-info .client-img {
    width: 102px;
    height: 102px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 7px;
}

.client-slider .c-div .client-info img {
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.client-slider .c-div .client-info strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d53142;
}

.client-slider .c-div .client-info span {
    display: block;
    font-size: 16px;
    color: #888888;
}

.owl-carousel.owl-loaded {
    display: block;
    margin: 0;
    padding: 0;
}

.client-block-main .title-block {
    margin-bottom: 30px;
}

/* 10. screenshot-main */

.screenshot-main {
    overflow: hidden;    
    margin-bottom: 73px;
}

.screen-slider {
    width: 100%;
    position: relative;
    display: block;
}

.screen-slider .owl-carousel {
    padding-top: 98px;
}

.screen-slider .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.mobile {
    position: absolute;
    width: 328px;
    margin: 0 auto;
    text-align: center;
    display: inline;
    left: 50%;
    margin-left: -166px;
    /* z-index: 99;     */
    overflow: visible;
    top: 0;
}

.mobile img.slider-device {
    width: 100%;
}

#demos .owl-carousel .item {
    height: 418px;
}

.loop.owl-carousel.owl-theme.owl-center.owl-loaded {
    padding-top: 85px;
}

.owl-theme .owl-controls {
    padding-top: 24px;
    margin: 0;
}

.screen-slider div.owl-item.active.center img {
    opacity: 1;
    transition: 0.2s all;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.screen-slider div.owl-item img {
    max-width: 100%;
    opacity: 0.5;
    display: block;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}


/* 11. count-block-main */

.count-block-main {
    background: url('http://placehold.it/1904x1193') no-repeat center;
    position: relative;
}

.count-block-main .topClr {
    opacity: 0.9;
}

.count-block-main .ficon:before {
    color: #fff;
    font-size: 40px;
}

.count-block-main .ficon {
    border: 2px solid #fff;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    margin-top: 15px;
    margin-bottom: 7px;
}

.count-block-main span.count {
    display: block;
    font-size: 43px;
    font-weight: 600;
    line-height: 1;
    margin: 15px 0 3px;
}

.count-block-main em {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 1px;
    font-style: normal;
}

.plan-box {
    display: inline-block;
    /* margin-top: 30px;     */
    width: 100%;
}

.plan-box .plan-box-main {
    width: 380px;
    display: inline-block;
    float: left;
    background: #fff;
    padding: 35px 50px;
    margin: 20px 0;
}

.plan-box .plan-box-main .plan-type {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.8px;
    color: #000912;
}

.plan-box .plan-box-main.center .plan-type {
    color: #fff;
}

.plan-box .plan-box-main .plan-price {
    font-size: 60px;    
    line-height: 65px;
    margin-bottom: 20px;
    display: block;
    color: #d53142;
    font-weight: 600;
}

.plan-box .plan-box-main ul li {
    padding: 18px 0;
    border-top: 1px solid rgba(175, 175, 175, 0.22);
    font-size: 16px;
    color: #888888;
}

.plan-box .plan-box-main.center ul li {
    color: #fff;
}

.plan-box .plan-box-main ul li:last-child {
    border-bottom: 1px solid rgba(175, 175, 175, 0.22);
}

.plan-box .plan-box-main a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Avenir Next" !important;
    font-weight: 600;
    font-size: 14px;
    width: 163px;
    height: 56px;
    line-height: 52px;
    border: 2px solid transparent;
    border-radius: 10px;
    margin-top: 50px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    background-color: #d53142;
    letter-spacing: 0.56px;
    padding: 0;
}

.plan-box .plan-box-main:hover a,
.plan-box .plan-box-main a:hover {
    color: #d53142;
    border-color: #d53142;
    background-color: transparent;
}

.plan-box .plan-box-main.center {
    background: #d53142;
    padding: 52px 50px;
    margin: 0;
}

.plan-box .plan-box-main.center .plan-price {
    color: #fff;
}

.plan-box .plan-box-main.center ul li {
    border-color: rgba(255, 255, 255, 0.22) !important;
}

.plan-box .plan-box-main.center a {
    color: #fff;
    background-color: #02101d;    
    margin-top: 50px;
}

.plan-box .plan-box-main.center:hover a,
.plan-box .plan-box-main.center a:hover {
    color: #02101d;
    background-color: transparent;
    border-color: #02101d;
}

.plan-box .plan-box-main .plan-price .dollar-sign {
    font-size: 30px;
    font-weight: 100;
    margin-right: 6px;
}

.plan-box .plan-box-main .plan-price .sup-price {
    font-weight: 100;
    font-size: 55%;
}

.plan-box-main ul {
    margin: 0;
    padding: 0;
}


/* 12. team-block-main */

.team-slider-main {
    /* margin: 60px 0 0 0; */
    width: 100%;
}

.team-slider-main .item {
    overflow: hidden;
    margin: 0 auto;
}

.team-slider-main .team-photo {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 20px;
    display: inline-block;
    border: 10px solid #d53142;
    width: 264px;
    height: 264px;
}

.team-slider-main .team-photo:after,
.team-slider-main .team-photo:before {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.51);
    content: "";
    display: block;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.team-slider-main .team-photo:after {
    top: 0;
}

.team-slider-main .team-photo:before {
    bottom: 0;
}

.team-slider-main .team-photo:hover:after,
.team-slider-main .team-photo:hover:before {
    height: 100%;
}

.team-slider-main .team-photo .social-links {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 30px;
    left: 0;
    display: block;
    text-align: center;
    margin-top: -15px;
    z-index: 11;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.team-slider-main .team-photo .social-links a {
    color: #fff;
    margin: 0 8px;
    font-size: 22px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
}

.team-slider-main .team-photo .social-links a:hover {
    color: #d53142;
}

.team-slider-main .team-photo:hover .social-links {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

.team-slider-main img {
    margin: 0 auto;
    border-radius: 50%;
}

.team-slider-main .name {
    color: #d53142;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.team-slider-main .role {
    font-size: 16px;
    color: #888888;
    display: block;
    font-style: normal;
}

.container .bx-wrapper .bx-pager {
    bottom: -65px;
}

.container .owl-theme .owl-dots .owl-dot {
    height: 6px;
    width: 6px;
    background-color: #162331;
    border-radius: 50px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    color: #162331;
    position: relative;
    margin: 0 7px;
    cursor: pointer;
}

.container .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #162331;
    background-color: #162331;
    color: #162331;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.container .owl-theme .owl-dots .owl-dot span:hover {
    opacity: 1;
}

.container .owl-theme .owl-dots .owl-dot.active span {
    background: #d53142 !important;
    border-color: #d53142 !important;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
}


/* 13. downlod-block-main */

.downlod-block-main {
    background: url(http://placehold.it/1904x837) no-repeat center;
    background-size: cover;
    position: relative;
}

.downlod-block-main h2 {
    color: #ffffff;
}

.downlod-block-main .topClr {
    background-color: #d53142;
    opacity: 0.8;
}

.downlod-block-main .container {
    position: relative;
    z-index: 1;
}

.downlod-block-main .title-block .sep-line {
    background: #fff;
}

.downlod-block-main .title-block .sub-title {
    color: #fff;
}

.downlod-btn {
    text-align: center;
    /* margin-top: 60px; */
    margin-bottom: 83px;
}

.downlod-btn a {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 15px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 1;
}

.downlod-btn a + a {
    margin-left: 25px;
}
.downlod-btn a:hover {
    opacity: 1;
}

.downlod-main .title-block {
    margin: 0;
}

.subscribe-form {
    display: inline-block;
    margin-top: 15px;
}

.subscribe-form input {
    background: #000;
    border: none;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
}

.subscribe-form input.email {
    width: 480px;
    padding: 10px 25px;
    height: 66px;
    border-radius: 10px 0 0 10px;
    color: #888888;
    font-size: 18px;
    font-weight: 400;
    font-family: "Avenir Next" !important;
    float: left;
}

.subscribe-form input.email::-webkit-input-placeholder { 
  color: #888888;
}
.subscribe-form input.email::-moz-placeholder {
  color: #888888;
}
.subscribe-form input.email:-ms-input-placeholder {
  color: #888888;
}
.subscribe-form input.email:-moz-placeholder {
  color: #888888;
}

.subscribe-form input.submit-btn {
    padding: 10px 25px;
    height: 46px;
    border-radius: 0 10px 10px 0;
    box-sizing: content-box;
    background: url(../images/send-icon.png) no-repeat center #162331;
    text-indent: -999px;
    width: 20px;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.subscribe-form input.submit-btn:hover {
    background: url(../images/send-icon-hover.png) no-repeat center #162331;
}

/* 14. Partner Section */
.partner-block-main {
    background: url(http://placehold.it/2209x856) no-repeat center;
    background-size: cover;
    position: relative;
}
.partner-block-main .topClr {
    background-color: #000912;
    opacity: 0.95;
}

.partner-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    text-align: center;
    flex-wrap: wrap;
}

.partner-slider li {
    text-align: center;
}

.partner-slider img {
    max-width: 200px;
    opacity: 0.7;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    margin: 24px 0 10px 0;  
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.partner-slider img:hover {
    opacity: 1;
}


/* 15. contact-form-main */

.contact-form-main .contact-form {
    width: 920px;
    max-width: 100%;
    display: inline-block;
    /* margin-top: 30px; */
}

.contact-form-main .contact-form .form-row,
.blog-comment-form .form-row {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 30px;
}

.contact-form-main .contact-form .form-row .col-5 {
    margin: 0;
    width: 48.5%;
    float: left;
}

.contact-form-main .contact-form .form-row .col-5:last-child {
    float: right;
}

.contact-form-main .contact-form .form-row input[type="text"],
.form-row input[type="text"], 
.form-row input[type="email"], 
.form-row input[type="passowrd"], 
.form-row textarea,
.sidebar input {
    background: rgba(175, 175, 175, 0.10);
    border: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 58px;
    padding: 15px 30px;
    border-radius: 10px;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    font-family: "Avenir Next" !important;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: none;
}

.contact-form-main .contact-form .form-row textarea,
.form-row textarea {
    background: rgba(175, 175, 175, 0.10);
    border: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 58px;
    padding: 20px 30px;
    border-radius: 10px;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    font-family: "Avenir Next" !important;
    resize: none;
    height: 131px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.contact-form-main .contact-form .form-control::-webkit-input-placeholder {
    color: #888888;
}

.contact-form-main .contact-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #888888;
}

.contact-form-main .contact-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #888888;
}

.contact-form-main .contact-form .form-control:-ms-input-placeholder {
    color: #888888;
}

.contact-form-main .contact-form .form-row button.send-btn, 
.form-row .send-btn {
    /*background: url(../images/send-icon-outline.png) no-repeat 15px center; */
    background-color: #d53142;
    border: 2px solid #d53142;
    box-sizing: border-box;
    height: 58px;
    padding: 15px 39px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.56px;
    font-weight: 600;
    font-family: "Avenir Next" !important;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
    line-height: 21px;
}

.contact-form-main .contact-form .form-row button.send-btn:hover, 
.form-row .send-btn:hover {
    color: #fff;
    background-color: transparent;
    border-color: #d53142;
    color: #d53142;
    /*background-image: url(../images/send-icon-outline-hover.png);*/
}

.contact-form-main .contact-form .form-row button.send-btn span {
    font-size: 37px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.contact-dark .contact-form-main .contact-form .form-row input[type="text"]:focus,
.contact-dark .contact-form-main .contact-form .form-row input[type="email"]:focus,
.contact-dark .contact-form-main .contact-form .form-row textarea:focus,
.form-row input[type="text"]:focus, 
.form-row input[type="email"]:focus, 
.form-row input[type="passowrd"]:focus, 
.form-row textarea:focus,
.sidebar input:focus {
    background: rgba(175, 175, 175, 0.2);
}

/* 16. FAQ Section */
.faq-equalize {
  height: auto !important;
}
.faq-img-box {
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 97%;    
    max-height: 350px;
}
.faq-img-box img {
      width: 100%;
    position: absolute;
    margin: auto;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    width: 100%;
    height: auto;
    z-index: 1;
    object-fit: cover;    
    min-height: 100%;
}
.faq-collapse .panel-default > .panel-heading {
    color: #d53142;
    background-color: #f7f7f7;
    border: 0;
    padding: 0;
}

.faq-collapse .panel-default > .panel-heading a {
    color: #d53142;
    text-decoration: none;
    position: relative;
    padding: 27px 50px 27px 30px;
    display: inline-block;
    width: 100%;
}

.faq-collapse .panel-title {
    font-size: 18px;
    font-weight: 700;
}

.faq-collapse .panel-group .panel + .panel {
    margin-top: 15px;
}

.faq-collapse a:hover {
    text-decoration: none;
}

.faq-collapse .panel-group .panel {
    border: 0;
    border-left: 2px solid #d53142;
    border-radius: 0;
    background-color: #f7f7f7;
}

.faq-collapse .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
  font-size: 16px;
  line-height: 27px;
  color: #888888;
  padding: 0 30px 20px;
  background-color: #f7f7f7;
}

.faq-collapse .panel-default > .panel-heading a:after {
  content: "\e64b";
    font-family: 'themify';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-collapse {
    display: inline-block;
    width: 100%;
    vertical-align: top;    
    padding-left: 30px;
}
.faq-collapse .panel-group {
    margin-bottom: 0;
}

/* 17. Blog Section */

.blog-block-main {
   background-color: #f6f6f6;
}

.blog-block-main .container {
    position: relative;
    z-index: 1;
}

.blog-img {
    height: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 70%;
}

.blog-img img {
    width: 90%;
    position: absolute;
    margin: auto;
    top: -100%;
    right: -80%;
    bottom: -100%;
    left: -80%;
    width: 90%;
    height: auto;
    z-index: 1;
    object-fit: cover;
	border: 1px solid;
	border-color: #cccccc;
}

.blog-img2 {
    height: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 70%;
}

.blog-img2 img {
    width: 60%;
    position: absolute;
    margin: auto;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    width: 60%;
    height: auto;
    z-index: 1;
    object-fit: cover;
}


.blog-img3 {
    height: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 70%;
}

.blog-img3 img {
    width: 35%;
    position: absolute;
    margin: auto;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    width:35%;
    height: auto;
    z-index: 1;
    object-fit: cover;
	border: 1px solid;
	border-color: #cccccc; 
}
.blog-content {
    background-color: #fff;
    padding: 37px 30px;
}

.blog-content .date-box {
    font-size: 16px;
    color: #888888;
    margin-bottom: 19px;
}

.blog-content .date-box a {
    color: #d53142;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.blog-content .date-box a:hover {
    color: #000912;
    text-decoration: none;
}

.blog-content h5 a {
    color: #000912;
    line-height: 37px;
    font-weight: 100;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.blog-content h5 a:hover {
    color: #d53142;
    text-decoration: none;
}

.blog-bottom a {
    letter-spacing: 1.18px;
    text-transform: uppercase;
    color: #d53142;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.blog-bottom a:hover {
    color: #000912;
    text-decoration: none;
}

.blog-bottom .comment-count {
    float: right;
    font-size: 14px;
    color: #888888;
    font-weight: 600;
}

.blog-content h5 {
    margin: 0;
}

.blog-bottom {
    margin-top: 19px;
}

.more-blog {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Avenir Next" !important;
  font-weight: 600;
  font-size: 14px;
  height: 58px;
  line-height: 56px;
  padding: 0 40px;
  border: 2px solid transparent;
  border-radius: 10px;
  margin-top: 60px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  letter-spacing: 0.56px;
  text-align: center;
  color: #fff;
  background-color: #02101d;
}
.more-blog:hover {
  color: #02101d;
  background-color: transparent;
  border-color: #02101d;
  text-decoration: none;
}


/* 18. footer */

#main-footer {
    background: #000912;
    padding: 60px 0;
}

#main-footer span a {
    color: #d53142;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

#main-footer span a:hover {
    color: #fff;
}

ul.social-link {
    /* margin: 40px 0; */
    margin: 0;
    padding: 0;
}

ul.social-link li {
    display: inline-block;
    margin: 0 8px;
}

ul.social-link li a {
    color: #888888;
    font-size: 16px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: normal;
}

ul.social-link li a:active, ul.social-link li a:hover, ul.social-link li a:focus {
    text-decoration: none;
}

ul.social-link li a:hover {
    color: #d53142;
    text-decoration: none;
}

#main-footer .wrapper > img {
    width: 100%;
    max-width: 144px;
}

.copyright {
    font-size: 16px;
    color: #888888;    
    margin-bottom: 0;
}

.copyright a {
    color: #d53142;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.copyright a:hover {
    color: #fff;
    text-decoration: none;
}

.foot_middle img {
    max-width: 150px;
}


/* 19. back to top css */

.back-to-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    background: #d53142;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
    line-height: 40px;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
    background: #192837;
    text-decoration: none;
}

.back-to-top i {
    color: #fff;
    font-size: 16px;
}

.back-to-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.back-to-top.cd-is-visible,
.back-to-top.cd-fade-out,
.no-touch .back-to-top:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* back to top css */



/* 20. Blog Page css */
.inner-page-banner {
    background: url(http://placehold.it/1920x760) center top;
    display: inline-block;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-top: 98px;
    vertical-align: top;
}

.blog-inner .blog-content {
    padding: 37px 0 89px;
}

.blog-inner .col-xs-12:last-of-type .blog-content {
    padding-bottom: 0;
}

.blog-inner .blog-title h5 {
    margin-bottom: 20px;
    color: #000912;
}

.inner-banner-text ol {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.inner-banner-text ol .active {
    color: #fff;
    padding-left: 25px;
}

.inner-banner-text ol li:nth-child(2) {
    padding-left: 25px;
}

.inner-banner-text ol a {
    color: #d53142;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.inner-banner-text ol li {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    letter-spacing: 2px;
}

.inner-banner-text ol a:hover {
    color: #fff;
    text-decoration: none;
}

.inner-banner-text .breadcrumb>li+li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 7px;
    width: 5px;
    height: 5px;
    font-style: normal;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
}

.inner-banner-text h1 {
    margin-top: 0;
    margin-bottom: 20px;
}

.inner-banner-text {
    padding: 60px 0;
}

.blog-inner a:active,
.blog-inner a:focus {
    text-decoration: none;
}


.navigation {
    margin: 0;
    display: inline-block;
    width: 100%;
}

.navigation ul {
    margin: 0;
    padding: 0;
}

.navigation ul li {
    display: inline-block;
    list-style: none;
}

.navigation ul li .page-numbers {
    padding: 0 5px;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.navigation ul li .page-numbers:hover, .navigation ul li .page-numbers.current {
    color: #fff;
}
.navigation ul li .page-numbers {
    color: #888888;
    background-color: rgba(175, 175, 175, 0.10);
}

.navigation ul li .page-numbers:hover, .navigation ul li .page-numbers.current {
    border-color: #d53142;
    background-color: #d53142;
    text-decoration: none;
}

.navigation ul li .page-numbers i {
    position: relative;
    top: 1px;
}

/* Blog Page */


/* 21. Blog Detail Page css */
.blog-block-detail .blog-content {
    padding: 37px 0 10px;
}

.blog-block-detail .date-box .comment-count {
    float: right;
}

.blog-block hr {
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    display: inline-block;
    width: 100%;
    /* margin-top: 0; */
    /* margin: 0; */
}

.blog-block p a:hover {
    color: #888888;
}

.blog-block p {
    color: #888888;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 27px;
}

.blog-block blockquote {
    background-color: rgba(152, 152, 152, 0.07);
    padding: 20px;
    display: inline-block;
    width: 100%;
    border-left: 3px solid #d53142;
}

.blog-block blockquote p {
    font-style: italic;
}

.blog-block blockquote h6 {
    display: inline-block;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    color: #d53142;
    font-weight: 600;
    letter-spacing: 0.96px;
    margin-top: 0;
}

.social-icon {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/* blog comment */
.blog-comment {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.blog-comment .comment-avtar {
    float: left;
    max-width: 90px;
    margin-right: 25px;
}

.comment-text p {
    font-style: italic;
    color: #737373;
}

.comment-text .comment-date {
    color: #737373;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    font-style: normal;
}

.comment-date a {
    color: #888888;
    font-size: 16px;
    font-weight: 900;
    position: relative;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.comment-date a:hover {
    color: #d53142;
}
.comment-date a:active,
.comment-date a:focus {
    text-decoration: none;
}

.blog-comment > .blog-comment {
    padding: 40px 0 0 120px;
}

.comment-text {
    position: relative;
    display: table;
}

.comment-date .comment-reply {
    float: right;
    font-size: 14px;
    color: #d53142;
    font-weight: 600;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.comment-date .comment-reply:hover {
    color: #888888;
}

.blog-comment > .blog-comment .blog-comment {
    padding-left: 0;
}

.blog-comment-main {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 40px 0;
    margin: 40px 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.inner-blog-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.comment-text p:last-of-type {
    margin: 0;
}
    
.blog-comment + .blog-comment {
    padding-top: 40px;
}

.contact-form-main .contact-form .form-row:last-of-type, .blog-comment-form .form-row:last-of-type {
    margin: 0;
}

/* sidebar css */
.sidebar {
    padding-left: 5px;
    margin-left: 30px;
}

.left-sidebar .sidebar {
    padding-left: 0;
    margin-left: 0;
    padding-right: 5px;
    margin-right: 30px;
}

.sidebar .widget-title {
    color: #000912;
    margin-bottom: 29px;
    font-size: 28px;
    margin-top: 0;
}

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

.sidebar .widget:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.sidebar .about-info {
    display: table;
    padding-left: 30px;
}

.sidebar input {
    padding: 5px 45px 5px 20px;
}

.sidebar .widget_search form {
    position: relative;
}

.sidebar .widget_search .search-submit {
    position: absolute;
    font-size: 20px;
    color: #dad9d9;
    background: transparent;
    border: 0;
    top: 14px;
    right: 17px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.sidebar .widget_search .search-submit:hover {
    color: #d53142;
}

.sidebar .widget + .widget {
    margin-top: 10px;
}

.sidebar .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar .widget_categories ul li {
    padding-left: 22px;
    position: relative;
    padding-bottom: 16px;
}

.sidebar .widget_categories ul li a {
    font-size: 16px;
    color: #888888;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sidebar .widget_categories ul li:before {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    content: "\e649";
    font-family: 'themify';
    color: #000912;
    font-size: 10px;
}

.sidebar .widget_categories ul li a:hover {
    color: #d53142;
    text-decoration: none;
}

.sidebar .widget_categories ul li:last-child {
    padding-bottom: 0;
}

.sidebar .widget.widget_ad_banner {
    margin-top: 45px;
    padding-bottom: 45px;
}

.sidebar .widget_tag_cloud ul {
    padding: 0;
    margin: 0;
}

.sidebar .widget_tag_cloud a {
    display: inline-block;
    font-size: 14px;
    color: #888888;
    background-color: rgba(175, 175, 175, 0.10);
    padding: 12.5px 22px;
    margin: 0 10px 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1.12px;
    float: left;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sidebar .widget_tag_cloud a:hover {
    text-decoration: none;
    color: #fff;
    border-color: #d53142;
    background-color: #d53142;
}

.recent-img {
    width: 93px;
    height: 93px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    float: left;
}

.recent-info h5 a {
    color: #000912;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.recent-info h5 {
    margin-top: 0;
}

.recent-info h5 a:hover {
    color: #d53142;
    text-decoration: none;
}

.recent-info h6 {
    color: #888888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    margin-top: 11px;
    font-size: 14px;
    line-height: 22px;
}

.recent-box {
    display: inline-block;
    width: 100%;
    /*float: left;*/
    margin-bottom: 40px;    
    vertical-align: top;
}

.recent-box:last-of-type {
    margin: 0;
}



/* Blog Detail Page css */



/* 20. media css */

@media screen and (max-width: 1669px) {
    .above-fold .hand_bg {
        right: -5%;
        max-width: 66%;
    }
}

@media screen and (max-width: 1369px) {
    .above-fold .hand_bg {
        max-width: 66%;
		bottom: 5%;
}
}

@media screen and (max-width: 1200px){
  #main-header nav ul li > a{
    font-size: 12px;
    padding: 9px 12px;
  }
  #main-header nav ul li.download {
    margin-top: 4px;
  }
}

@media screen and (max-width: 1169px) {
    img {
        max-width: 100%;
    }
    #main-header .container{
      width: 100%;
    }
    #main-header .logo-main {
        padding: 15px 0 !important;
        width: 150px;
    }
    #main-header nav{
      margin: 13px 0;
    }
    #main-header .col-10 {
        float: right;
        width: auto;
    }
    #main-header .navbar-collapse {
/*        display: none !important;*/
    }
    .navbar-toggle,
    #main-header .navbar-collapse.in {
      display: block !important;
    }
    .navbar-toggle{
      margin: 0;
      border: 0;
      padding: 0;
      top: 18px;
      right: 0px;
      display: block !important;
      z-index: 1;
    }
  #main-header .navbar-header {
    display: inline-block;
    width: 100%;
}
#main-header .navbar-toggle .icon-bar:nth-of-type(3) {
        top: 1px;
    }
    #main-header .navbar-toggle .icon-bar:nth-of-type(4) {
        top: 2px;
    }
    #main-header .navbar-toggle .icon-bar {
        position: relative;
        transition: all 250ms ease-in-out;
    }
    #main-header .navbar-toggle.active .icon-bar:nth-of-type(2) {
        top: 7.5px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    #main-header .navbar-toggle.active .icon-bar:nth-of-type(3) {
        background-color: transparent;
    }
    #main-header .navbar-toggle.active .icon-bar:nth-of-type(4) {
        top: -10px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
    #main-header .navbar-toggle .icon-bar {
        position: relative;
        transition: all 250ms ease-in-out;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #d53142;
        width: 35px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .menu-opened .responsive-menu-btn i b {
        background: transparent
    }
    #main-header .navbar-collapse {
      display: block;
        position: absolute;
        right: -300px;
        /* top: 62px; */
        margin: 0;
        padding: 0;
        background: #d53142;
        width: 260px;
        height: calc(100vh - 76px) !important;
        -webkit-transition: right 0.2s ease-in-out;
        -moz-transition: right 0.2s ease-in-out;
        transition: right 0.2s ease-in-out;
        top: 100%;
        overflow: auto;
    }
    #main-header nav ul {
        display: block;
        width: 100%;
        overflow: auto;
    }
    #main-header nav ul li {
        display: block;
        float: none;
        padding: 1px 20px;
        border-bottom: 1px solid #D80906;
    }
    #main-header nav ul li.download {
        background: none;
        border-radius: 0;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;    
        margin-left: 0;
    }
    #main-header nav ul li a {
        font-size: 20px;
        color: #fff;
    }
    #main-header .col-lg-12, #main-header .navbar {
    position: static;/* margin-left: 10px; */width: 95%;
}
    #main-header nav ul li a:hover {
        color: #fff;
    }
    #main-header .responsive-menu-btn {
        display: inline-block;
        margin: 13px 0;
        vertical-align: top;
    }
    #main-header .responsive-menu-btn i {
        display: block;
        float: none;
        width: 35px;
        height: auto;
        top: 0;
        right: 0;
        padding: 0;
        box-sizing: border-box;
        margin: 15px auto;
    }
    #main-header .responsive-menu-btn i b {
        display: block;
        height: 2px;
        background: #d53142;
        width: 35px;
        margin: 7px auto;
        transition: 0.2s all;
        -webkit-transition: 0.2s all;
        -moz-transition: 0.2s all;
        position: relative;
        top: 0;
    }
    #main-header .responsive-menu-btn i b:nth-child(2) {
        margin: 6px auto;
    }
    #main-header .responsive-menu-btn span {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        display: none;
        z-index: -1;
    }
    #main-header.open-nav .responsive-menu-btn b:nth-child(1) {
        transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -webkit-transform: rotateZ(-45deg);
        top: 9px;
    }
    #main-header.open-nav .responsive-menu-btn b:nth-child(3) {
        transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        top: -9px;
    }
    #main-header.open-nav .responsive-menu-btn b:nth-child(2) {
        opacity: 0;
    }
    #main-header.open-nav .responsive-menu-btnspan {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(1, 39, 58, 0.5);
        left: 0;
        top: 0;
    }
    #main-header.open-nav .navbar-collapse {
        right: 0;
    }
    #main-header.open-nav .responsive-menu-btn span {
        display: block;
    }
    #main-header nav ul li:hover a,
    #main-header nav ul li.active a {
        color: #fff !important;
    }
    .above-fold .hand_bg {
        top: inherit;
        bottom: 10%;
		right: -10%;
    }
    .features-box .features-text {
        width: 29%;
    }
    .screenshot-main {
        padding-bottom: 142px;
    }
    .plan-box {
        width: 100%;
    }
    .plan-box .plan-box-main {
        box-sizing: border-box;
        width: 33.333%;
    }
    #main-footer,
    .screenshot-main {
        padding-bottom: 60px !important;
    }
    .send-block-main .ld-col-3 {
        width: 25%;
    }
    .client-slider .c-div p {
      width: 70%;
    }
    .faq-collapse .panel-title {
      line-height: normal;
    }
    .above-fold {
        padding-top: 76px;
    }
    .mobile img.slider-device {
        width: 98%;
    }
}

@media screen and (max-width: 1024px) {
    .parallax {
        background-attachment: scroll !important;
    }
    .downlod-btn {
        margin-bottom: 60px;
    }
    .downlod-btn > a:last-child {
        margin-bottom: 0px;
    }
    .send-block-main .wrapper > .ld-col-12 {
        margin-bottom: 30px;
        text-align: center;
    }
    .send-block-main .ld-col-12:last-child {
        margin-bottom: 0;
    }
    .above-fold .fadeScroll,
    .above-fold .go-down {
        display: none;
    }
    .above-fold {
        height: inherit;
        min-height: inherit;
    }
    .above-fold .above-fold-text {
        position: inherit;
        bottom: inherit;
        left: inherit;
        z-index: 11;
        color: #ffffff;
        width: 100%;
        text-align: center;
        margin: 60px 0;
    }
    .features-box .features-text .features-info,
    .features-box .features-text.text-left .features-info:last-child {
        margin-bottom: 0px;
    }
    .features-box .features-text.text-right .features-info:first-child {
        margin-top: 0px;
    }
    .features-box .features-text .features-info:last-child {
        margin-bottom: 30px;
    }
    .features-box .features-text {
        width: 100%;
    }
    .features-box .features-text .features-info {
        display: inline-block;
        text-align: left;
        width: 100%;
    }
    .features-box .features-text.text-right {
        text-align: center;
    }
    .features-box .features-text.text-right span {
        float: left;
    }
    .features-box .features-text.text-left {
        text-align: center;
    }
    .features-box .features-img {
        width: 100%;
        margin: 15px 0;
    }
    .after-line:before {
        left: 45%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .team-slider-main .team-photo {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 992px) {
    .blog-block {
        width: 50%;
        margin: 0 auto;
    }
    .blog-inner .blog-block {
        width: 100%;
    }
    .col-lg-4 + .col-lg-4 .blog-block {
        margin-top: 25px;
    }
    .send-block-main .text-right a {
        width: 100%;
    }
    .count-block-main .col-lg-3  {
        margin: 15px 0;
    }
    .features-box .fadeInLeft.features-text span.ficon,
    .features-box .fadeInRight.features-text span.ficon {
        left: 0;
    }
    .features-box .features-text span.ficon {
        width: 70px;
    }
    .features-box .features-text .features-info .info-text {
        width: calc(100% - 70px);
    }
    .sidebar {
        margin: 0;
        padding: 50px 0 0 0;
    }
    .blog-inner .blog-content {
        padding: 37px 0 49px;
    }
    .sidebar .widget-title {
        margin-top: 0;
    }
    .sidebar .widget {
        top: 0;
    }
    .sidebar .widget + .widget {
        margin-top: 20px;
    }
    .blog-block-detail.blog-inner .blog-content {
        padding: 27px 0;
    }
}

@media screen and (max-width: 768px) {
    #main-header.open-nav nav#main-menu {
        overflow: auto;
    }
    .above-fold .above-fold-text h1 {
        font-size: 50px;
        line-height: 45px;
    }
    .above-fold .go-down {
        bottom: -40px;
    }
    .about-main .md-col-12 {
        margin-top: 30px;
    }
    .about-main .md-col-12:last-child {
        margin-bottom: 0px;
    }
    .benefits-main .benefits-img {
        text-align: center;
        margin-bottom: 0;
    }
    .benefits-main .benefits-text {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .plan-box .plan-box-main {
        width: 100%;
        max-width: 300px;
        float: none;
        display: block;
        margin: 0 auto !important;
    }
    .count-block-main .md-col-6 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .count-block-main .md-col-6:nth-child(even) {
        margin-right: 0px;
    }
    .subscribe-form {
        /*width: 390px;*/
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .subscribe-form input.email {
        /*width: 300px;*/
        width: 83%;
        padding: 10px 20px;
        font-size: 16px;
    }
    .subscribe-form input.submit-btn {
        width: 50px;
        padding: 10px 0;
        background-size: 50%;
    }
    .contact-form-main .contact-form .form-row .col-5 {
        width: 100%;
        margin-bottom: 25px;
    }
    .contact-form-main .contact-form .form-row .col-5:last-child {
        margin-bottom: 0;
    }
    .downlod-btn img {
        height: 70px;
    }
    .send-block-main .text-left h5 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
        text-align: center;
    }
    .send-block-main .text-right,
    .benefits-main .title-block.small {
        text-align: center;
    }
    .benefits-main .title-block.small .sep-line {
        margin: 0 auto 30px;
    }
    .benefits-main .sub-text {
        margin: 0 auto;
    }
    .work-main h2 {
        font-size: 32px;
    }
    .title-block h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .plan-box .plan-box-main {
        margin-bottom: 30px !important;
    }
    .plan-box .plan-box-main:last-child {
        margin-bottom: 0px !important;
    }
    .features-box .features-text span.ficon {
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .faq-collapse {
        padding: 30px 0 0;
    }
    .benefits-main .row, .send-block-main .row, #main-footer .row {
        flex-wrap: wrap;
    }
    ul.social-link {
            margin: 40px 0 20px;
    }
    #main-footer,
    ul.social-link {
        text-align: center;
    }
    .send-block-main .text-left h2 {
        margin-bottom: 20px;
        font-size: 28px;
        text-align: center;
    }
    .about-box .col-xs-12 + .col-xs-12 {
        margin-top: 40px;
    }
    .title-block p {
        max-width: 80%;
    }
    .social-icon ul.social-link {
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 559px) {
    * {
        -webkit-text-size-adjust: none;
    }
    .title-block h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .above-fold .above-fold-text h1 br {
        display: none;
    }
    ul.social-link li {
        margin: 0 10px;
    }
    .inner-banner-text ol li {
        font-size: 14px;
    }
    ul.social-link li a {
        font-size: 18px;
    }
    .team-slider-main .team-photo {
        border: 5px solid #F74F4C;
    }
    .screenshot-main .screenshots-slider-main {
        width: 191px;
        padding: 72px 20px 61px 22px;
        height: 400px;
    }
    .screenshot-main .screenshots-slider-main .bx-wrapper .bx-viewport li {
        max-width: 230px;
        margin: 0 10px;
    }
    .screenshot-main .screenshots-slider-main .bx-wrapper .bx-viewport {
        margin: 0 0 0 -12px;
    }
    .screenshot-main .screenshots-slider-main img.slider-device {
        width: 229px;
    }
    .count-block-main em {
        max-width: 90%;
        display: block;
        margin: 0 auto;
    }
    .subscribe-form {
        /*width: 240px;*/
        width: 100%;
    }
    .subscribe-form input.email {
        /*width: 150px;*/
        width: 83%;
        padding: 0 20px;
        font-size: 12px;    
        height: 46px;
    }
    .subscribe-form input.submit-btn {
        padding: 0;
    }
    ul.social-link li {
        margin: 0 12px;
    }
    .above-fold .above-fold-text h1 {
        font-size: 45px;
        line-height: 32px;
    }
    .above-fold .above-fold-text {
        width: 100%;
    }
    .benefits-main .benefits-img {
        margin: 0;
        padding-bottom: 0;
    }
    .screenshot-main .screenshots-slider-main .bx-wrapper .bx-next {
        right: 20px;
    }
    .screenshot-main .screenshots-slider-main .bx-wrapper .bx-prev {
        left: 20px;
    }
    .team-slider-main .name,
    .team-slider-main .role {
        font-size: 14px;
    }
    .features-box .features-text .features-info {
        width: 100%;
        text-align: center;
    }
    .features-box .features-text span.ficon {
        float: none !important;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .features-box .features-text .features-info .info-text {
        display: inline-block;
        margin: 0;
        text-align: center;
        vertical-align: top;
        width: 100%;
    }
    .team-slider-main .owl-controls {
        display: none;
    }
    .blog-block {
        width: 100%;
        margin: 0 auto;
    }
    .pad-bottom-110 {
        padding-bottom: 60px;
    }
    .pad-top-110 {
        padding-top: 45px;
    }
    .client-slider .c-div p {
        width: 90%;
    }
    .title-block p {
        max-width: 100%;
    }
    .more-blog {
        margin-top: 40px;
    }
    .after-line:before {
        left: 43%;
		visibility: hidden;
    }
    .above-fold .above-fold-text .btn-box a.blue {
        padding: 18px 24px;
    }
    .blog-content h5 {
        font-size: 24px;
    }
    .blog-content {
        padding: 27px 20px;
    }
    .blog-content .date-box {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .count-block-main em {
        font-size: 14px;
    }
    .count-block-main span.count {
        font-size: 32px;
    }
    .contact-form-main .contact-form .form-row input[type="text"] {
        padding: 7px 20px;
        font-size: 14px;
    }
    .contact-form-main .contact-form .form-row textarea {
        padding: 15px 20px;
        font-size: 14px;
    }
    ul.client-slider,
    .team-slider.owl-carousel {
        padding-left: 20px;
    }
    .downlod-btn a + a {
        margin-left: 0;
        width: 100%;
    }
    .sidebar .widget-title {
        margin-bottom: 22px;
        font-size: 24px;
    }
    .blog-comment > .blog-comment {
        padding: 40px 0 0 0;
    }
    .comment-date .comment-reply {
        float: none;
        display: inline-block;
        width: 100%;
    }
    .blog-comment .comment-avtar {
        margin-right: 0;
    }
    .comment-text {
        display: inline-block;
        margin-top: 25px;
    }

}

@media screen and (max-width: 355px) {
    .features-mob {
        width: 100%;
        background-size: 100% 100%;
        height: 589px;
    }
    .features-mob img {
        margin-left: 2px;
        max-width: 263px;
        padding-top: 83px;
        max-width: 85%;
    }
}

div#site-main {
    overflow: hidden;
}

.work-main #work-video {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    width: 100%;
}

.work-main .wrapper {
    position: relative;
}

.wrapper .title-block ul li {
    list-style: initial;
}