/*------------------------------------------------------------------
[Table of contents]
1.  css reset 
  1.1 HTML5 display-role reset for older browsers
2.  header
3.  above-fold
4.  about-main
5.  features-main
6.  work-main
7.  benefits-main
8.  send-block-main
9.  client-block-main
10. screenshot-main
11. count-block-main
12. team-block-main
13. downlod-block-main
14. partner
15. contact-form-main 
16. footer
17. FAQ
18. blog
19. back to top css
20. blog page
21. blog page css
22. Mailchimp Form
23. media css
-------------------------------------------------------------------*/

@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 #ea5644;
    background-color: rgba(224, 224, 224, 0.13);
    color: #fafafa;
}

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

body {
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    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%;
    height: auto;
}

a:active,
a:hover {
    text-decoration: none;
}

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

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

h1.big,
h1 {
    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: #ea5644;
}

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

p a {
    color: #ea5644;
}

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;
}

td a,
dd a {
    color: #ea5644;
}

td a:hover,
dd a:hover {
    color: #000;
    text-decoration: none;
}

iframe {
    max-width: 100%;
}

.custom_li ul li {
    font-family: "Open Sans", sans-serif;
    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 #ea5644;
    border-radius: 14px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    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: #ea5644;
    background-color: transparent;
}

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

.e_btn:hover {
    background-color: #ea5644;
    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: #ea5644;
    border: 2px solid #ea5644;
    box-sizing: border-box;
    height: 58px;
    padding: 15px 30px 15px 60px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    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: #ea5644;
    color: #ea5644;
}

.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;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 27px;
}

address,
pre {
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 20px;
}


/* 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: #ea5644;
    bottom: 0;
}

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


/* 2. header */

#main-header {
    /* background: rgba(0, 9, 18, 0.7); */
    background: #000912;
    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: 150px;
    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: #D9DADC;
    font-family: 'Open Sans', sans-serif;
    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: #ea5644;
    background: transparent;
}

#main-header nav ul li.download {
    background: #ea5644;
    color: #fff;
    border-radius: 8px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    border: 2px solid #ea5644;
    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: #ea5644;
}


/* 3. above-fold */

.above-fold {
    display: inline-block;
    height: 768px;
    height: 100vh;
    min-height: 670px;
    background: url(../../images/main-img.jpg) 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: 400;
    color: #f2f2f2;
    line-height: 66px;
    margin: 0 0 30px 0;
}

.above-fold .above-fold-text p {
    color: #888888;
    margin-bottom: 30px;
    font-size: 18px;
    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: 'Open Sans', sans-serif;
    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: #ea5644;
    background-color: #ea5644;
}

.above-fold .above-fold-text .btn-box a.red:hover {
    color: #ea5644;
    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: #ea5644;
    border-color: #ea5644;
}

.above-fold .above-fold-text .btn-box span.icon-ic_play:before {
    color: #ea5644;
    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: 0;
    bottom: 0px;
}

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

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


/* 4. about-main */

.about-main .ficon {
    color: #ea5644;
    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: 100;
    line-height: normal;
    margin-bottom: 8px;
    color: #000912;
    margin-top: 0;
}

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

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

.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: #ea5644;
}

.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: #f6f6f6;
}

.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: #ea5644;
}

.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: #ea5644;
    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/mobile-03.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(../../images/works-bg.jpg) 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: #ea5644;
}

.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: #ea5644;
}

.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: #ea5644;
}

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


/* 8. send-block-main */

.send-block-main {
    background: url(../../images/send-block-bg.png) no-repeat center;
    position: relative;
}

.topClr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ea5644;
    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: 'Open Sans', sans-serif;
    -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: #ea5644;
}

.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('../../images/achievement-block-bg.png') 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: #ea5644;
    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: 'Open Sans', sans-serif;
    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: #ea5644;
    letter-spacing: 0.56px;
    padding: 0;
}

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

.plan-box .plan-box-main.center {
    background: #ea5644;
    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 #ea5644;
    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.44);
    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;
}

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

.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 {
    border-radius: 50%;
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 100%;
    vertical-align: top;
}

.team-slider-main .name {
    color: #ea5644;
    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: #ea5644 !important;
    border-color: #ea5644 !important;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
}


/* 13. downlod-block-main */

.downlod-block-main {
    background: url(../../images/download-bg-img.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

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

.downlod-block-main .topClr {
    background-color: #ea5644;
    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: 0.65;
}

.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,
.mc4wp-form .mc4wp-form-fields .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: 'Open Sans', sans-serif;
    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;
}

form.mc4wp-form {
    display: inline-block;
}

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

.subscribe-form input.submit-btn,
.mc4wp-form .mc4wp-form-fields .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;
    border: 0;
    margin: 0;
}

.subscribe-form input.submit-btn:hover,
.mc4wp-form .mc4wp-form-fields .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(../../images/partner-block-bg.png) 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,
input[type="search"] {
    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: 'Open Sans', sans-serif;
    -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: 'Open Sans', sans-serif;
    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: #ea5644;
    border: 2px solid #ea5644;
    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: 'Open Sans', sans-serif;
    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: #ea5644;
    color: #ea5644;
    /*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,
input[type="search"]: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: #ea5644;
    background-color: #f7f7f7;
    border: 0;
    padding: 0;
}

.faq-collapse .panel-default > .panel-heading a {
    color: #ea5644;
    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 #ea5644;
    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;
}

.home .blog-img {
    margin-bottom: 0;
}

.blog-img {
    /* height: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 50%; */
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 37px;
}

.blog-img 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; */
    margin: 0 auto;
}

.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: #ea5644;
    -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: #ea5644;
    text-decoration: none;
}

.blog-bottom a {
    letter-spacing: 1.18px;
    text-transform: uppercase;
    color: #ea5644;
    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: 'Open Sans', sans-serif;
    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: #ea5644;
    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:hover {
    color: #ea5644;
    text-decoration: none;
}

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

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

.copyright a {
    color: #ea5644;
    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: #ea5644;
    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 */

.blog-content a {
    color: #ea5644;
}

.blog-content ul,
.comment-text ul,
.blog-text ul,
.blog-text ul ol,
.blog-text ul ul {
    list-style-type: ;
    list-style-type: square;
    font-size: 16px;
    color: #888888;
    line-height: 27px;
}

.blog-content ol,
.comment-text ol,
.blog-text ol,
.blog-text ol ul,
.blog-text ol ol {
    list-style-type: decimal;
    font-size: 16px;
    color: #888888;
    line-height: 27px;
}

.blog-comment-main h5.comments-title {
    font-weight: 500;
    margin-bottom: 50px;
    color: #020202;
    text-transform: uppercase;
}

.blog-comment-main h5.comments-title span {
    font-weight: 600;
    color: #020202;
    text-transform: capitalize;
}

.inner-page-banner {
    background: url(../../images/blog_hero_banner.png) 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: 0px 0 89px;
    color: #000912;
}

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

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

.page-template .blog-img {
    margin-bottom: 0;
}

.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: #ea5644;
    -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;
    text-decoration: none;
}

.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;
}

nav.pagination h2 {
    display: none;
}

nav.pagination {
    margin: 100px 0 0;
}

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

.navigation ul,
.pagination .nav-links {
    margin: 0;
    padding: 0;
}

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

.navigation ul li .page-numbers,
.pagination .nav-links .page-numbers {
    padding: 0 12px;
    margin: 0 5px;
    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,
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers.current {
    color: #fff;
    border-color: #ea5644;
    background-color: #ea5644;
    text-decoration: none;
}

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

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

.navigation h2.screen-reader-text {
    display: none;
}

.navigation .nav-previous {
    display: inline-block;
    float: left;
    margin: 10px 0;
}

.navigation .nav-next {
    display: inline-block;
    float: right;
    margin: 10px 0;
}

.navigation .nav-previous a,
.navigation .nav-next a {
    padding: 0 12px;
    margin: 0 5px;
    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;
    color: #888888;
    background-color: rgba(175, 175, 175, 0.10);
}

.navigation .nav-previous a:hover,
.navigation .nav-next a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ea5644;
}

nav.navigation.post-navigation {
    margin-top: 100px;
}

.widget_rss a.rsswidget {
    color: #000912;
}

.widget_rss li a.rsswidget {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #ea5644;
    margin-bottom: 10px;
}

.widget_rss li span.rss-date {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.widget_rss li .rssSummary {
    font-size: 16px;
    line-height: 27px;
}

.sidebar .widget_rss ul li {
    padding-bottom: 45px;
}

.widget_rss li cite {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.textwidget {
    color: #888888;
    font-size: 16px;
    line-height: 27px;
}

.comment-respond {
    color: #888;
}

.comment-respond h3 {
    color: #000912;
}


/* 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 #ea5644;
}

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

.blog-block blockquote h6 {
    display: inline-block;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    color: #ea5644;
    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;
    margin: 0 0 10px;
}

.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: #ea5644;
}

.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;
    color: #737373;
    max-width: 100%;
    width: calc(100% - 115px);
}

.comment-date .comment-reply {
    float: right;
    font-size: 14px;
    color: #ea5644;
    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;
    display: inline-block;
    width: 100%;
}

.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,
.error404 .col-lg-8 .widget_search .search-submit,
.search .col-lg-8 .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,
.error404 .col-lg-8 .widget_search .search-submit:hover,
.search .col-lg-8 .widget_search .search-submit:hover {
    color: #ea5644;
}

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

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

.sidebar .widget_categories ul li,
.sidebar ul li {
    padding-left: 22px;
    position: relative;
    padding-bottom: 16px;
    font-size: 16px;
    color: #888888;
}

.sidebar .widget_categories ul li a,
.sidebar 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,
.sidebar 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,
.sidebar ul li a:hover {
    color: #ea5644;
    text-decoration: none;
}

.sidebar .widget_categories ul li ul,
.sidebar ul li ul {
    padding-top: 16px;
}

.sidebar .widget_categories ul li:last-child,
.sidebar 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 !important;
    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: #ea5644;
    background-color: #ea5644;
}

.widget .screen-reader-text {
    display: none;
}

.widget select {
    background-color: 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: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: none;
    background-image: url(../../images/dropdown_gray.png);
    -webkit-appearance: none;
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.widget table,
.widget td,
.widget th {
    text-align: center;
    color: #888888;
    border: 0;
}

.widget tr:nth-child(even) {
    background-color: rgba(216, 216, 216, 0.21);
}

.widget tr td a {
    color: #ea5644;
}

.widget tr td a:hover {
    color: #000;
    text-decoration: none;
}

.widget table caption {
    padding-top: 0;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
}

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

.recent-img img {
    vertical-align: top;
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 100%;
    vertical-align: top;
}

.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: #ea5644;
    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 */


/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

figure {
    max-width: 100% !important;
}


/* Mailchimp Form css */

.mc4wp-form-fields input[type="email"],
.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="password"],
.mc4wp-form-fields select {
    background: #162331;
    border: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 58px;
    padding: 15px;
    border-radius: 10px;
    color: #bbbbbb;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.mc4wp-form-fields p {
    width: 33.334%;
    float: left;
    text-align: left;
    padding: 0 10px;
    margin: 0 0 25px;
}

.mc4wp-form-fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.mc4wp-form-fields p label {
    width: 100%;
    font-weight: 100;
}

.mc4wp-form-fields p:last-of-type {
    width: 100%;
}

.mc4wp-form-fields input[type="submit"] {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    height: 58px;
    line-height: 56px;
    padding: 0 40px;
    border: 2px solid transparent;
    border-radius: 10px;
    margin-top: 10px;
    -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;
}

.mc4wp-form-fields input[type="submit"]:hover {
    color: #02101d;
    background-color: transparent;
    border-color: #02101d;
    text-decoration: none;
}

.mc4wp-form-fields p label span {
    font-weight: 100;
}


/* Error page */

.error404 .col-lg-8 .widget_search,
.search .col-lg-8 .widget_search {
    max-width: 500px;
    margin-top: 25px;
    position: relative;
}

.error-page .error-oops {
    color: #000000;
    margin-bottom: 29px;
    font-size: 28px;
    margin-top: 0;
}

.no-results {
    margin-bottom: 30px;
}

.sticky {
    padding: 40px 25px 25px !important;
    border: 2px solid #c6d0cf;
    background-color: rgba(88, 88, 88, 0.03);
    position: relative;
    margin-bottom: 89px;
}

.sticky .blog-content {
    background-color: transparent;
    padding: 0;
}

.sticky:before {
    content: 'STICKY';
    padding: 2px 10px;
    background-color: #c6d0cf;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.post-password-form input[type="submit"] {
    background-color: #e14240;
    border: 2px solid #e14240;
    box-sizing: border-box;
    height: 45px;
    padding: 5px 20px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
    margin: 10px 0;
}

.post-password-form input[type="password"] {
    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: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: none;
    margin-top: 5px;
}

.post-password-form input[type="submit"]:hover {
    background-color: transparent;
    color: #e14240;
}

.post-password-form label {
    width: 100%;
}

.gallery figure.gallery-item {
    width: 33.3334%;
    float: left;
    position: relative;
}

.gallery figure.gallery-item img {
    width: 100%;
    height: 100%;
    margin: 0;
    vertical-align: bottom;
}

.gallery figure.gallery-item figcaption {
    position: absolute;
    bottom: -40px;
    font-size: 12px;
    background-color: rgba(0, 9, 18, 0.6);
    color: #fff;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
}

.gallery figure.gallery-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.gallery figure.gallery-item:hover figcaption {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.gallery {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.media-image .entry-caption p {
    color: #333;
}

div.wpcf7-validation-errors {
    color: #f7e700;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
}

.comment-edit-link,
.post-edit-link,
.comment-date .comment-edit-link,
.comment-date .comment-reply-link {
    letter-spacing: 1.18px;
    text-transform: uppercase;
    color: #ea5644;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.comment-edit-link:hover,
.post-edit-link:hover,
.comment-date .comment-edit-link:hover,
.comment-date .comment-reply-link:hover {
    color: #000912;
    text-decoration: none;
}

.comment-date .comment-edit-link,
.comment-date .comment-reply-link {
    float: right;
}

.blog-text ul li span {
    font-size: 14px !important;
}

/* Sub-menus */

#main-header .sub-menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
#main-header .sub-menu li:last-of-type {
    border-bottom: 0;
}
#main-header nav ul.sub-menu {
    top: 130%;
    width: 200px;
    background-color: #000912;
    position: absolute;
    padding: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: visibility 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s, top 0.35s ease-in-out 0s, bottom 0.35s ease-in-out 0s, left 0.35s ease-in-out 0s, right 0.35s ease-in-out 0s;
    transition: visibility 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s, top 0.35s ease-in-out 0s, bottom 0.35s ease-in-out 0s, left 0.35s ease-in-out 0s, right 0.35s ease-in-out 0s;
    visibility: hidden;
    list-style: none;
}
#main-header nav ul.sub-menu li ul,
#main-header.darkHeader nav ul li ul li ul {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
}
#main-header nav ul.sub-menu li > a {
    padding: 10px 17px;
    line-height: normal;
    color: #e14240;
}
#main-header nav ul li.menu-item-has-children ul li:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    top: 14px;
    right: 15px;
}
#main-header nav ul.sub-menu li > a:hover,
#main-header nav ul.sub-menu li > a:active,
#main-header nav ul.sub-menu li > a:focus,
#main-header .sub-menu li:hover > a:hover {
    background-color: #e14240;
    color: #fff !important;
}
@media screen and (min-width: 1169px) {
    #main-header nav ul li:hover ul {
        pointer-events: inherit;
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    #main-header nav ul.sub-menu li:hover > ul,
    #main-header nav ul.sub-menu ul li:hover > ul {
        display: block;
        top: 0;
    }
}
#main-header nav ul li.menu-item-has-children {
    /* margin-right: 10px; */
}
#main-header nav ul li.menu-item-has-children:after {
    display: inline-block;
    content: "\e64b";
    font-family: 'themify' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    margin-left: 5px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    position: absolute;
    top: 49%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    right: 0;
    font-size: 9px;
}
#main-header nav ul li.menu-item-has-children:hover:after {
    color: #e14240;
}
#main-header.darkHeader nav ul li ul {
    /* top: 76px; */
}
#main-header .clickmenu {
    display: none;
}
#main-header nav ul li.menu-item-has-children ul {
    margin: 0;
}
.edge ul {
    right: 0;
    left: auto !important;
    top: auto !important;
}

.edge ul ul {
    right: 100%;
    left: auto !important;
    top: 0 !important;
}

.edge .edgeleft ul,
.edgeleft ul {
    right: auto;
    left: 100% !important;
    top: auto !important;
}

.edgeleft ul ul,
.edgeleft ul ul {
    right: auto;
    left: 100% !important;
    top: 0 !important;
}


/* 20. media css */

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

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

@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: #ea5644;
        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: #ea5644;
        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,
    #main-header nav ul li.download {
        display: block;
        float: none;
        padding: 0px;
        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;
        margin-top: 0;
        top: 0;
    }
    #main-header nav ul li a,
    #main-header nav ul li.download a,
    #main-header nav ul.sub-menu li > a {
        font-size: 16px;
        color: #fff;
        text-align: left;
        padding: 9px 25px;
    }
    #main-header .col-lg-12,
    #main-header .navbar {
        position: static;
    }
    #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: #ea5644;
        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: 0px;
    }
    .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%;
    }
    /* Sub Menu */
    #main-header nav ul.sub-menu,
    #main-header nav ul.children {
        position: relative;
        top: 0;
        width: 100%;
        display: none;
        z-index: 11;
    }
    #main-header nav ul li.menu-item-has-children:after,
    #main-header nav ul li.page_item_has_children:after {
        /*top: 21px;
    transform: translate(0, 0%) rotate(90deg);*/
        top: 0;
        width: 50px;
        height: 52px;
        margin: 0 !important;
        transform: translate(0, 0%) rotate(90deg);
        -webkit-transform: translate(0, 0%) rotate(90deg);
        -moz-transform: translate(0, 0%) rotate(90deg);
        -ms-transform: translate(0, 0%) rotate(90deg);
        background-color: #0f0d0c;
        text-align: center;
        line-height: 53px;
    }
    #main-header .clickmenu {
        display: block;
    }
    #main-header nav ul li.menu-item-has-children:after,
    #main-header nav ul li.page_item_has_children:after {
        display: none;
    }
    #main-header.darkHeader nav ul li ul {
        top: 0;
    }
    #main-header nav ul.sub-menu,
    #main-header nav ul.children {
        /*display: block;*/
        pointer-events: inherit;
        visibility: visible;
        opacity: 1;
        top: 0%;
        position: relative;
    }
    #main-header .sub-menu span.clickmenu,
    #main-header .children span.clickmenu {
        width: 50px;
        height: 47px;
        line-height: 47px;
    }
    span.clickmenu {
        top: 0;
        width: 50px;
        height: 52px;
        margin: 0 !important;
        background-color: #0f0d0c;
        text-align: center;
        line-height: 53px;
        position: absolute;
        right: 0;
        cursor: pointer;
        color: #fff;
        font-size: 14px;
    }
    #main-header nav .submenus ul.sub-menu .clickmenu,
    #main-header nav .submenus ul.children .clickmenu {
        display: none;
    }
    #main-header nav .submenus ul.sub-menu li ul,
    #main-header.darkHeader nav .submenus ul li ul,
    #main-header nav .submenus ul.children li ul {
        display: block;
        visibility: visible;
        opacity: 1;
        left: 0;
        position: relative;
    }
    #main-header nav .submenus ul.sub-menu li ul .clickmenu,
    #main-header.darkHeader nav .submenus ul li ul .clickmenu,
    #main-header nav .submenus ul.children li ul .clickmenu {
        display: none;
    }
    #main-header .clicked {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    #main-header nav ul li.primary_class:hover a {
        color: #fff !important;
    }
    #main-header nav ul.sub-menu li ul,
    #main-header.darkHeader nav ul li ul li ul,
    #main-header nav ul.children li ul {
        position: relative;
        top: 0;
        left: 0;
    }
    #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: #e14240;
        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 nav#main-menu {
        right: 0;
        width: 260px;
    }
    #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;
    }
    #main-header .sub-menu li ul li a,
    #main-header .children li ul li a {
        padding-left: 20px;
    }
    #main-header nav ul.sub-menu li > a,
    #main-header nav ul.children li > a {
        margin-right: 47px;
    }
    /* Sub Menu */
}

@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: 70%;
    }
    .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: 50%;
        -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: 0px 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;
    }
    nav.navigation.post-navigation {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    #main-header.open-nav nav#main-menu {
        overflow: auto;
    }
    .above-fold .above-fold-text h1 {
        font-size: 36px;
        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 {
        width: 230px;
    }
    .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;
    }
    .contact-form .form-row {
        margin-bottom: 0 !important;
    }
    .contact-form .form-row .wpcf7-form-control-wrap {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }
    .contact-form .form-row .col-lg-6.no-padding-right,
    .contact-form .form-row .col-lg-6.no-padding-left {
        padding: 0;
    }
    nav.navigation.post-navigation {
        margin-top: 20px;
    }
    .sidebar {
        margin: 0;
        padding: 30px 0 0 0;
    }
    .admin-bar #site-main #main-header.darkHeader {
        margin-top: 0;
        z-index: 999999;
    }
}

@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: 25px;
        line-height: 32px;
    }
    .above-fold .above-fold-text,
    .subscribe-form input.email,
    .mc4wp-form .mc4wp-form-fields .subscribe-form input.email {
        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: 45%;
    }
    .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;
        width: 100%;
    }
}

@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;
}
