@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
    font-family: 'Mulish';
}
b,
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.4em;
}

li {
    list-style: none;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

textarea {
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1a1b1e;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    body {
        line-height: 1.5;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    h4,
    h5,
    h6 {
        font-size: 18px;
    }
}

/* Tablet Small */

@media only screen and (max-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 700;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
        line-height: 1.15384615;
    }
    h3 {
        font-size: 22px;
        line-height: 1.13636364;
    }
    h4,
    h5,
    h6 {
        line-height: 1.11111111;
    }
}

p {
    margin: 0 0 20px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    font-size: 24px;
    line-height: 42px;
    margin: 30px 0;
    font-weight: 500;
    padding: 0 30px;
    position: relative;
    color: #1a1b1e;
}

blockquote:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7%;
    width: 3px;
    height: 86%;
    background: #ff9000;
}

blockquote cite {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a5b7d2;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.7142857143;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.bg-alt {
    background: #f7f7f7;
}

.bg-primary {
    background: #ff9000;
}

.bg-second {
    background: #ff9000;
}

.bg-third {
    background: #ff9000;
}

.bg-gradient {
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
}

.bg-hover-gradient:hover {
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
}

.text-primary {
    color: #ff9000;
}

.text-second {
    color: #ff9000;
}

.text-third {
    color: #ff9000;
}

.text-dark {
    color: #1a1b1e;
}

.text-gray {
    color: #a5b7d2;
}

.text-radius {
    border-radius: 3px;
    padding: 0 3px;
}

.font-main {
}

.font-second {
}

.section-padd {
    padding: 110px 0;
}

.section-padd-bot {
    padding-bottom: 110px;
}

.section-padd-top {
    padding-top: 110px;
}

.section-padd-top70 {
    padding-top: 70px;
}

.lead {
    font-size: 18px;
}

.clear-both {
    clear: both;
}

.unstyle {
    list-style: none;
    padding-left: 0;
}

.font14 {
    font-size: 14px;
}

.font22 {
    font-size: 22px;
    line-height: 36px;
}

.text-light {
    color: #fff;
}

.text-light * {
    color: #fff;
}

.bolder {
    font-weight: 900;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 500;
}

.normal {
    font-weight: 400;
}

.lighter {
    font-weight: 300;
}

.underline {
    text-decoration: underline;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.dtable {
    display: table;
}

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

.overflow {
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.gaps {
    clear: both;
    height: 20px;
    display: block;
}

.gaps.size-2x {
    height: 40px;
}

.slick-arrow {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    background: #fff;
    color: #ff9000;
    border: none;
    outline: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}

.slick-arrow:not(.slick-disabled):hover {
    background: #ff9000;
    color: #fff;
}

.slick-arrow.next-nav {
    left: auto;
    right: 40px;
}

.slick-arrow i:before {
    font-size: 18px;
}

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

.padding-top-40 {
    padding-top: 40px;
}

section {
    position: relative;
    z-index: 0;
}

/* Row */

.flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-a0 {
    padding: 0;
}

.p-a5 {
    padding: 5px;
}

.p-a10 {
    padding: 10px;
}

.p-a15 {
    padding: 15px;
}

.p-a20 {
    padding: 20px;
}

.p-a25 {
    padding: 25px;
}

.p-a30 {
    padding: 30px;
}

.p-a40 {
    padding: 40px;
}

.p-a50 {
    padding: 50px;
}

.p-a60 {
    padding: 60px;
}

.p-a70 {
    padding: 70px;
}

.p-a80 {
    padding: 80px;
}

.p-a90 {
    padding: 90px;
}

.p-a100 {
    padding: 100px;
}

.p-a110 {
    padding: 110px;
}

.p-a120 {
    padding: 120px;
}

.p-a130 {
    padding: 130px;
}

.p-a140 {
    padding: 140px;
}

.p-a150 {
    padding: 150px;
}

.p-t0 {
    padding-top: 0;
}

.p-t5 {
    padding-top: 5px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t15 {
    padding-top: 15px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t30 {
    padding-top: 30px;
}

.p-t35 {
    padding-top: 35px;
}

.p-t40 {
    padding-top: 40px;
}

.p-t50 {
    padding-top: 50px;
}

.p-t60 {
    padding-top: 60px;
}

.p-t70 {
    padding-top: 70px;
}

.p-t80 {
    padding-top: 80px;
}

.p-t90 {
    padding-top: 90px;
}

.p-t100 {
    padding-top: 100px;
}

.p-t105 {
    padding-top: 105px;
}

.p-t110 {
    padding-top: 110px;
}

.p-t120 {
    padding-top: 120px;
}

.p-t125 {
    padding-top: 125px;
}

.p-t130 {
    padding-top: 130px;
}

.p-t140 {
    padding-top: 140px;
}

.p-t150 {
    padding-top: 150px;
}

.p-t160 {
    padding-top: 160px;
}

.p-t165 {
    padding-top: 165px;
}

.p-t200 {
    padding-top: 200px;
}

.p-t210 {
    padding-top: 210px;
}

.p-t330 {
    padding-top: 330px;
}

.p-t280 {
    padding-top: 280px;
}

.p-b0 {
    padding-bottom: 0;
}

.p-b5 {
    padding-bottom: 5px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-b30 {
    padding-bottom: 30px;
}

.p-b35 {
    padding-bottom: 35px;
}

.p-b40 {
    padding-bottom: 40px;
}

.p-b45 {
    padding-bottom: 45px;
}

.p-b50 {
    padding-bottom: 50px;
}

.p-b60 {
    padding-bottom: 60px;
}

.p-b70 {
    padding-bottom: 70px;
}

.p-b75 {
    padding-bottom: 75px;
}

.p-b80 {
    padding-bottom: 80px;
}

.p-b83 {
    padding-bottom: 83px;
}

.p-b90 {
    padding-bottom: 90px;
}

.p-b100 {
    padding-bottom: 100px;
}

.p-b110 {
    padding-bottom: 110px;
}

.p-b120 {
    padding-bottom: 120px;
}

.p-b130 {
    padding-bottom: 130px;
}

.p-b140 {
    padding-bottom: 140px;
}

.p-b150 {
    padding-bottom: 150px;
}

.p-b155 {
    padding-bottom: 155px;
}

.p-b160 {
    padding-bottom: 160px;
}

.p-b170 {
    padding-bottom: 170px;
}

.p-b180 {
    padding-bottom: 170px;
}

.p-b210 {
    padding-bottom: 210px;
}

.p-b290 {
    padding-bottom: 290px;
}

.p-b330 {
    padding-bottom: 330px;
}

.p-b340 {
    padding-bottom: 340px;
}

.p-b400 {
    padding-bottom: 400px;
}

.p-l0 {
    padding-left: 0;
}

.p-l5 {
    padding-left: 5px;
}

.p-l10 {
    padding-left: 10px;
}

.p-l15 {
    padding-left: 15px;
}

.p-l20 {
    padding-left: 20px;
}

.p-l30 {
    padding-left: 30px;
}

.p-l40 {
    padding-left: 40px;
}

.p-l50 {
    padding-left: 50px;
}

.p-l60 {
    padding-left: 60px;
}

.p-l70 {
    padding-left: 70px;
}

.p-l80 {
    padding-left: 80px;
}

.p-l85 {
    padding-left: 85px;
}

.p-l90 {
    padding-left: 90px;
}

.p-l95 {
    padding-left: 95px;
}

.p-l100 {
    padding-left: 100px;
}

.p-l110 {
    padding-left: 110px;
}

.p-l120 {
    padding-left: 120px;
}

.p-l130 {
    padding-left: 130px;
}

.p-l140 {
    padding-left: 140px;
}

.p-l150 {
    padding-left: 150px;
}

.p-r0 {
    padding-right: 0;
}

.p-r5 {
    padding-right: 5px;
}

.p-r10 {
    padding-right: 10px;
}

.p-r15 {
    padding-right: 15px;
}

.p-r20 {
    padding-right: 20px;
}

.p-r30 {
    padding-right: 30px;
}

.p-r40 {
    padding-right: 40px;
}

.p-r50 {
    padding-right: 50px;
}

.p-r60 {
    padding-right: 60px;
}

.p-r70 {
    padding-right: 70px;
}

.p-r80 {
    padding-right: 80px;
}

.p-r90 {
    padding-right: 90px;
}

.p-r100 {
    padding-right: 100px;
}

.p-r110 {
    padding-right: 110px;
}

.p-r120 {
    padding-right: 120px;
}

.p-r130 {
    padding-right: 130px;
}

.p-r140 {
    padding-right: 140px;
}

.p-r150 {
    padding-right: 150px;
}

.p-lr0 {
    padding-left: 0;
    padding-right: 0;
}

.p-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.p-lr40 {
    padding-left: 40px;
    padding-right: 40px;
}

.p-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}

.p-lr60 {
    padding-left: 60px;
    padding-right: 60px;
}

.p-lr70 {
    padding-left: 70px;
    padding-right: 70px;
}

.p-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}

.p-lr90 {
    padding-left: 90px;
    padding-right: 90px;
}

.p-lr100 {
    padding-left: 100px;
    padding-right: 100px;
}

.p-lr120 {
    padding-left: 120px;
    padding-right: 120px;
}

.p-lr150 {
    padding-left: 150px;
    padding-right: 150px;
}

.p-tb0 {
    padding-bottom: 0;
    padding-top: 0;
}

.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.p-tb110 {
    padding-bottom: 110px;
    padding-top: 110px;
}

.p-tb120 {
    padding-bottom: 120px;
    padding-top: 120px;
}

.p-tb150 {
    padding-bottom: 150px;
    padding-top: 150px;
}

.m-a-1 {
    margin: -1px
}

.m-a0 {
    margin: 0;
}

.m-a5 {
    margin: 5px;
}

.m-a10 {
    margin: 10px;
}

.m-a15 {
    margin: 15px;
}

.m-a20 {
    margin: 20px;
}

.m-a30 {
    margin: 30px;
}

.m-a40 {
    margin: 40px;
}

.m-a50 {
    margin: 50px;
}

.m-a60 {
    margin: 60px;
}

.m-a70 {
    margin: 70px;
}

.m-a80 {
    margin: 80px;
}

.m-a90 {
    margin: 90px;
}

.m-a100 {
    margin: 100px;
}

.m-a110 {
    margin: 110px;
}

.m-a120 {
    margin: 120px;
}

.m-a130 {
    margin: 130px;
}

.m-a140 {
    margin: 140px;
}

.m-a150 {
    margin: 150px;
}

.m-t0 {
    margin-top: 0;
}

.m-t5 {
    margin-top: 5px;
}

.m-t10 {
    margin-top: 10px;
}

.m-t15 {
    margin-top: 15px;
}

.m-t20 {
    margin-top: 20px;
}

.m-t30 {
    margin-top: 30px;
}

.m-t40 {
    margin-top: 40px;
}

.m-t50 {
    margin-top: 50px;
}

.m-t60 {
    margin-top: 60px;
}

.m-t70 {
    margin-top: 70px;
}

.m-t80 {
    margin-top: 80px;
}

.m-t90 {
    margin-top: 90px;
}

.m-t100 {
    margin-top: 100px;
}

.m-t110 {
    margin-top: 110px;
}

.m-t120 {
    margin-top: 120px;
}

.m-t130 {
    margin-top: 130px;
}

.m-t140 {
    margin-top: 140px;
}

.m-t150 {
    margin-top: 150px;
}

.m-b0 {
    margin-bottom: 0;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b15 {
    margin-bottom: 15px !important;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b25 {
    margin-bottom: 25px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b35 {
    margin-bottom: 35px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-b45 {
    margin-bottom: 45px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-b55 {
    margin-bottom: 55px;
}

.m-b60 {
    margin-bottom: 60px;
}

.m-b70 {
    margin-bottom: 70px;
}

.m-b80 {
    margin-bottom: 80px;
}

.m-b90 {
    margin-bottom: 90px;
}

.m-b95 {
    margin-bottom: 95px;
}

.m-b100 {
    margin-bottom: 100px;
}

.m-b110 {
    margin-bottom: 110px;
}

.m-b120 {
    margin-bottom: 120px;
}

.m-b130 {
    margin-bottom: 130px;
}

.m-b140 {
    margin-bottom: 140px;
}

.m-b150 {
    margin-bottom: 150px;
}

.m-l0 {
    margin-left: 0;
}

.m-l5 {
    margin-left: 5px;
}

.m-l10 {
    margin-left: 10px;
}

.m-l15 {
    margin-left: 15px;
}

.m-l20 {
    margin-left: 20px;
}

.m-l30 {
    margin-left: 30px;
}

.m-l40 {
    margin-left: 40px;
}

.m-l50 {
    margin-left: 50px;
}

.m-l60 {
    margin-left: 60px;
}

.m-l70 {
    margin-left: 70px;
}

.m-l80 {
    margin-left: 80px;
}

.m-l90 {
    margin-left: 90px;
}

.m-l100 {
    margin-left: 100px;
}

.m-l110 {
    margin-left: 110px;
}

.m-l120 {
    margin-left: 120px;
}

.m-l130 {
    margin-left: 130px;
}

.m-l140 {
    margin-left: 140px;
}

.m-l150 {
    margin-left: 150px;
}

.m-r0 {
    margin-right: 0;
}

.m-r5 {
    margin-right: 5px;
}

.m-r10 {
    margin-right: 10px;
}

.m-r15 {
    margin-right: 15px;
}

.m-r20 {
    margin-right: 20px;
}

.m-r30 {
    margin-right: 30px;
}

.m-r40 {
    margin-right: 40px;
}

.m-r50 {
    margin-right: 50px;
}

.m-r60 {
    margin-right: 60px;
}

.m-r70 {
    margin-right: 70px;
}

.m-r80 {
    margin-right: 80px;
}

.m-r90 {
    margin-right: 90px;
}

.m-r100 {
    margin-right: 100px;
}

.m-r110 {
    margin-right: 110px;
}

.m-r120 {
    margin-right: 120px;
}

.m-r130 {
    margin-right: 130px;
}

.m-r140 {
    margin-right: 140px;
}

.m-r150 {
    margin-right: 150px;
}

.m-r--60 {
    margin-right: -60px;
}

.m-lr0 {
    margin-left: 0;
    margin-right: 0;
}

.m-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.m-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}

.m-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}

.m-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}

.m-lr60 {
    margin-left: 60px;
    margin-right: 60px;
}

.m-lr70 {
    margin-left: 70px;
    margin-right: 70px;
}

.m-lr80 {
    margin-left: 80px;
    margin-right: 80px;
}

.m-lr90 {
    margin-left: 90px;
    margin-right: 90px;
}

.m-lr100 {
    margin-left: 100px;
    margin-right: 100px;
}

.m-lr120 {
    margin-left: 120px;
    margin-right: 120px;
}

.m-lr150 {
    margin-left: 150px;
    margin-right: 150px;
}

.m-l--60 {
    margin-left: -60px;
}

.m-tb0 {
    margin-bottom: 0;
    margin-top: 0;
}

.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px;
}

.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px;
}

.m-tb120 {
    margin-bottom: 120px;
    margin-top: 120px;
}

.m-tb150 {
    margin-bottom: 150px;
    margin-top: 150px;
}

/* Tablet Small */

@media only screen and (max-width: 768px) {
    blockquote {
        font-size: 20px;
        line-height: 1.6;
    }
    blockquote cite {
        font-size: 13px;
        font-weight: 700;
    }
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 20px;
    padding-left: 0px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

.none-style {
    list-style: none;
    padding-left: 0;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
}

caption,
td,
th {
    padding: 0;
    font-weight: normal;
    text-align: left;
}

table,
th,
td {
    border: 1px solid #eee;
}

th {
    font-weight: 700;
}

th,
td {
    padding: 0.4375em;
}

.octf-btn {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 16px;
    padding: 16px 28px 16px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    background: #ff9000;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.octf-btn:visited {
    color: #fff;
}

.octf-btn:hover,
.octf-btn:focus {
    color: #fff;
}

.octf-btn:hover,
.octf-btn:focus {
    box-shadow: none;
}

.octf-btn.octf-btn-white {
    background: #ffffff;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    color: #ff9000;
}

.octf-btn.octf-btn-white i {
    background: #ff9000;
    color: #ffffff;
}

.octf-btn.octf-btn-white:visited,
.octf-btn.octf-btn-white:hover,
.octf-btn.octf-btn-white:focus {
    color: #ff9000;
}

.octf-btn.octf-btn-white:before {
    background-color: rgba(254, 76, 28, 0.5);
}
.octf-btn:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.octf-btn-icon {
    text-align: left;
    padding: 5px 5px 5px 28px;
}

.octf-btn-icon i {
    background: #fff;
    color: #ff9000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.octf-btn-primary {
    background: #ff9000;
}
.octf-btn-primary:hover,
.octf-btn-primary:focus {
    box-shadow: none;
}

.octf-btn-secondary {
    background: #ff9000;
}
.octf-btn-secondary i {
    color: #ff9000;
}
.octf-btn-secondary.octf-btn-white {
    color: #ff9000;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}

.octf-btn-secondary.octf-btn-white:visited,
.octf-btn-secondary.octf-btn-white:hover,
.octf-btn-secondary.octf-btn-white:focus {
    color: #ff9000;
}

.octf-btn-secondary.octf-btn-white i {
    background: #ff9000;
}

.octf-btn-secondary:hover,
.octf-btn-secondary:focus {
    box-shadow: none;
}

.octf-btn-third {
    background: #ff9000;
}
.octf-btn-third i {
    color: #ff9000;
}

.octf-btn-third.octf-btn-white {
    color: #ff9000;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}

.octf-btn-third.octf-btn-white:visited,
.octf-btn-third.octf-btn-white:hover,
.octf-btn-third.octf-btn-white:focus {
    color: #ff9000;
}

.octf-btn-third.octf-btn-white i {
    background: #ff9000;
}

.octf-btn-third:hover,
.octf-btn-third:focus {
    box-shadow: none;
}

.octf-btn-no-icon i,
.awesome-icon span i {
    display: none;
}

.btn-readmore a {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .octf-btn:before {
        display: none;
    }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    color: #7e7e7e;
    border: 1px solid #e6e6e6;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    padding: 9px 20px;
    box-sizing: border-box;
    outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
    color: #7e7e7e;
}

select {
    width: 100%;
    color: #7e7e7e;
    border: 1px solid #e6e6e6;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    padding: 9px 20px;
}
textarea {
    width: 100%;
    padding: 15px 20px;
    vertical-align: top;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7e7e;
}

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

:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7e7e;
}

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

a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #ff9000;
    text-decoration: none;
}

a:visited {
    color: #ff9000;
}

a:hover,
a:focus,
a:active {
    color: #ff9000;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

.social-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
}

.social-list li {
    display: inline-block;
    margin: 0px 10px;
}

.social-list li:first-child {
    margin-left: 0px;
}

.social-list li a {
    display: inline-block;
    padding: 0px 3px;
}

.social-list li a i {
    font-size: 14px;
}

.topbar-info {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right;
}

.topbar-info li {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    padding: 0px 31px;
    float: left;
}

.topbar-info li:last-child {
    border-right: none;
    padding-right: 0px;
}

.topbar-info li i {
    display: inline-block;
    font-size: 16px;
    color: #ff9000;
    margin-right: 5px;
    line-height: 1;
}

.topbar_languages {
    float: right;
    border-left: 1px solid #e5e5e5;
    margin-left: 30px;
    padding-left: 20px;
}

.topbar_languages select {
    background: transparent;
    border: 0px solid #F0F3FB;
    border-radius: 0px;
    padding: 0px 20px 0px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #a5b7d2;
    /* Here's the code we need */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.topbar_languages select:focus {
    outline: none;
}

.topbar_languages select::-ms-expand {
    display: none;
}

.topbar_languages select option {
    color: #a2b7d2;
}

.topbar_languages>div {
    position: relative;
}

.topbar_languages>div:after {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -5px;
    font-family: "Flaticon";
    content: "ï„";
    font-size: 11px;
    line-height: 1;
    color: #a5b7d2;
    font-weight: 500;
    pointer-events: none;
}

#site-logo {
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
}

#site-logo {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
#site-logo img.logo-static {
    display: block;
}

#site-logo img.logo-scroll {
    display: none;
}

.header-overlay #site-logo img.logo-static {
    display: none;
}

.header-overlay #site-logo img.logo-scroll {
    display: block;
}

.header-overlay .is-stuck #site-logo img.logo-static {
    display: block;
}

.header-overlay .is-stuck #site-logo img.logo-scroll {
    display: none;
}

/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/

.site-header {
    background: #fff;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    padding: 0px;
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    max-width: 100%;
    row-gap: inherit;
}

.site-header.header-overlay {
    background: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header.header-style-1 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.site-header .octf-main-header.is-stuck {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    background: #fff;
    box-shadow: 0px 0px 4px #ccc;
}

.octf-mainbar-container {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.octf-mainbar {
    display: flex;
    flex-flow: column wrap;
    flex: 1 auto;
}

.octf-main-header .octf-mainbar-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 auto;
}

.octf-mainbar-row>[class^=octf-col] {
    display: flex;
    align-items: stretch;
    position: static;
}

.octf-mainbar-row .octf-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (min-width: 1200px) {
    .octf-mainbar-row>[class^=octf-col] {
        flex-flow: row nowrap;
    }
    .octf-mainbar-row>[class^=octf-col].text-left {
        justify-content: flex-start;
    }
    .octf-mainbar-row>[class^=octf-col].text-center {
        justify-content: center;
    }
    .octf-mainbar-row>[class^=octf-col].text-right {
        justify-content: flex-end;
    }
}

.octf-main-header .octf-row>div:empty {
    display: none;
}

.octf-row {
    margin-right: -15px;
    margin-left: -15px;
}

.octf-col:before {
    display: inline-flex;
}

.octf-main-header .octf-row .octf-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.octf-header-module {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

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

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

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

/* Main Menu */

.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.main-navigation>ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.main-navigation ul {
    font-size: 16px;
    font-weight: 700;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.main-navigation>ul>li {
    margin: 0px 10px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-navigation>ul>li:after,
.main-navigation>ul>li:before {
    position: absolute;
    height: 5px;
    width: 0%;
    bottom: -3px;
    left: 0;
    background: #ff9000;
    content: "";
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-navigation>ul>li:before {
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0;
    left: auto;
    right: 0;
}

.main-navigation>ul>li:hover:before,
.main-navigation>ul>li.current-menu-item:before,
.main-navigation>ul>li.current-menu-ancestor:before {
    left: 50%;
    width: 50%;
}

.main-navigation>ul>li:hover:after,
.main-navigation>ul>li.current-menu-item:after,
.main-navigation>ul>li.current-menu-ancestor:after {
    left: auto;
    right: 50%;
    width: 50%;
}

.main-navigation ul ul {
    float: none;
    margin: 0px 0px;
    padding: 0px 0px;
    background-color: #fff;
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.main-navigation ul>li>a {
    display: inline-block;
    padding: 15px 0px 15px 0px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #1a1b1e;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.main-navigation ul>li>a:hover {
    color: #ff9000;
}

.main-navigation ul>li.menu-item-has-children>a {
    padding-right: 17px;
}

.main-navigation>ul>li.menu-item-has-children:last-child>a:after {
    right: 0px;
}

.main-navigation ul li li {
    display: block;
    position: relative;
    padding: 0px 30px;
}

.main-navigation ul li li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #1a1b1e;
    text-align: left;
    display: block;
    padding: 5px 0px 5px 0px;
    position: relative;
    text-decoration: none;
    outline: none;
    text-transform: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main-navigation ul li li a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #ff9000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.main-navigation ul li li a:hover:before,
.main-navigation ul ul li.current-menu-item>a:before,
.main-navigation ul ul li.current-menu-ancestor>a:before {
    left: 0px;
    visibility: visible;
    opacity: 1;
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item>a,
.main-navigation ul ul li.current-menu-ancestor>a {
    color: #ff9000;
    padding-left: 15px;
}

.main-navigation ul>li.menu-item-has-children>a:after {
    position: absolute;
    width: 11px;
    height: 6px;
    right: 0px;
    top: 50%;
    margin-top: -4px;
    font-family: "Flaticon";
    content: "";
    font-size: 11px;
    line-height: 1;
    color: rgba(85, 105, 135, 0.5);
    font-weight: 500;
}

.main-navigation ul>li li.menu-item-has-children>a:after {
    position: absolute;
    width: 6px;
    height: 11px;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    font-family: "Flaticon";
    content: "ï„";
    font-size: 11px;
    line-height: 1;
    color: rgba(85, 105, 135, 0.5);
    font-weight: 500;
}

.main-navigation ul li ul {
    width: 340px;
    white-space: nowrap;
    padding: 25px 0px;
    position: absolute;
    top: calc(100% + 10px);
    left: -40px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-sizing: border-box;
}

.main-navigation ul li ul:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    top: -8px;
    left: 0;
}

.main-navigation ul li ul ul {
    right: auto;
    top: -25px;
    left: 100%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

.main-navigation ul li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.main-navigation ul>li:hover>ul {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/* Header Overlay */

.header-overlay .main-navigation>ul>li>a {
    color: #fff;
}

.header-overlay .main-navigation>ul>li.menu-item-has-children>a:after {
    color: rgba(255, 255, 255, 0.5);
}

.header-overlay .is-stuck .main-navigation>ul>li>a {
    color: #1a1b1e;
}

.header-overlay .is-stuck .main-navigation>ul>li.menu-item-has-children>a:after {
    color: rgba(85, 105, 135, 0.5);
}

/* Header Call To Action */

.octf-btn-cta {
    display: inline-flex;
    vertical-align: middle;
    position: relative;
}

.octf-btn-cta .toggle_search {
    cursor: pointer;
}

.octf-btn-cta .h-search-form-field {
    display: none;
    position: absolute;
    z-index: 99;
    top: -webkit-calc(100% + 10px);
    top: expression(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: -o-calc(100% + 10px);
    top: calc(100% + 10px);
    right: -30px;
    width: 330px;
}

.octf-btn-cta .h-search-form-field .h-search-form-inner {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.octf-btn-cta .h-search-form-field.show {
    -webkit-animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.octf-btn-cta .octf-cta-icons i {
    background: #f0f6ff;
    color: #1a1b1e;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.octf-btn-cta .octf-cta-icons i:before,
.octf-btn-cta .octf-cta-icons i:after {
    font-size: 17px;
    color: #1a1b1e;
    font-weight: 700;
}

.octf-btn-cta .octf-cta-icons i.flaticon-delete:before,
.octf-btn-cta .octf-cta-icons i.flaticon-delete:after {
    font-size: 12px;
}

.octf-btn-cta .btn-cta-group {
    margin-left: 30px;
}

.header-style-1.header-overlay .octf-btn-cta .octf-cta-icons i {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-style-1.header-overlay .octf-btn-cta .octf-cta-icons i:before {
    color: #fff;
}

.header-style-1.header-overlay .octf-main-header.is-stuck .octf-btn-cta .octf-cta-icons i {
    background: #f0f6ff;
    color: #1a1b1e;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.header-style-1.header-overlay .octf-main-header.is-stuck .octf-btn-cta .octf-cta-icons i:before {
    color: #1a1b1e;
}

.header-style-1.header-overlay .btn-cta-header a {
    color: #ff9000;
    background: #fff;
    box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
    -webkit-box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
    -moz-box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-style-1.header-overlay .btn-cta-header a:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
    border: 1px solid;
}

/* Sticky Header */

@-webkit-keyframes stickySlideUp {
    from {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickySlideUp {
    from {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes stickySlideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickySlideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.is-stuck {
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    -moz-transition: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

/*--------------------------------------------------------------

## Header Mobile

--------------------------------------------------------------*/

.header_mobile {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .octf-main-header {
        display: none;
    }
    .site-header {
        background: #fff;
        -webkit-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
        -moz-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
        box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    }
    .header_mobile {
        display: block;

        width: 100%;
        background: #fff;
    }
    .header_mobile.is-stuck {
        box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    }
    .header_mobile .mlogo_wrapper {
        position: relative;
        background: #fff;
        padding: 10px 0px;
    }
    .header_mobile .mlogo_wrapper img {
        height: 60px;
    }
    .header_mobile .mlogo_wrapper .mobile_logo {
        float: left;
    }
    #mmenu_toggle {
        position: absolute;
        cursor: pointer;
        width: 26px;
        height: 20px;
        right: 0px;
        margin-top: -10px;
        top: 50%;
    }
    #mmenu_toggle button {
        position: absolute;
        left: 0;
        top: 50%;
        margin: -2px 0 0;
        background: #1a1b1e;
        height: 4px;
        padding: 0;
        border: none;
        width: 100%;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        outline: none;
        border-radius: 2px;
    }
    #mmenu_toggle button:before {
        content: "";
        position: absolute;
        left: 0;
        top: -8px;
        width: 26px;
        height: 4px;
        background: #1a1b1e;
        -webkit-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        border-radius: 2px;
    }
    #mmenu_toggle button:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 26px;
        height: 4px;
        background: #1a1b1e;
        -webkit-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        border-radius: 2px;
    }
    #mmenu_toggle.active button {
        background: none;
    }
    #mmenu_toggle.active button:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    #mmenu_toggle.active button:after {
        bottom: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .header_mobile .mobile_nav {
        display: none;
        background: #fff;
    }
    .header_mobile .mobile_nav .mobile_mainmenu {
        margin: 0;
        padding: 0;
    }
    .header_mobile .mobile_nav .mobile_mainmenu ul {
        position: relative;
        margin: 0;
        padding: 0;
        margin-left: 15px;
    }
    .header_mobile .mobile_nav.collapse .mobile_mainmenu ul {
        display: none;
    }
    .header_mobile .mobile_nav .mobile_mainmenu li {
        position: relative;
        list-style: none;
    }
    .header_mobile .mobile_nav .mobile_mainmenu li a {
        padding: 9px 0;
        display: block;
        color: #1a1b1e;
        font-weight: 500;
        border-bottom: 1px solid #e5e5e5;
    }
    .header_mobile .mobile_nav .mobile_mainmenu>li:last-child>a {
        border: none;
    }
    .header_mobile .mobile_nav .mobile_mainmenu li li a {
        font-size: 15px;
    }
    .header_mobile .mobile_nav .mobile_mainmenu li li a:hover,
    .header_mobile .mobile_nav .mobile_mainmenu ul>li>ul>li.current-menu-ancestor>a {
        color: #ff9000;
    }
    .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow {
        color: #fff;
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        cursor: pointer;
        width: 50px;
        height: auto;
        padding: 9px 12px 9px 0;
        line-height: inherit;
        text-align: right;
        box-sizing: border-box;
    }
    .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow i {
        color: #9397a7;
        display: inline-block;
        line-height: 1;
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }
    .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow i:before,
    .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow i:after {
        font-size: 11px;
        font-weight: 300;
    }
    .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow.active i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .header_mobile .mobile_nav .mobile_mainmenu>li>a:hover,
    .header_mobile .mobile_nav .mobile_mainmenu>li.current-menu-item>a,
    .header_mobile .mobile_nav .mobile_mainmenu>li.current-menu-ancestor>a {
        color: #ff9000;
    }
}

@media only screen and (max-width: 767px) {
    .header_mobile .mlogo_wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .mobile_logo img {
        max-width: 230px;
        max-height: 47px;
    }
}

.tour-item {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    margin-bottom: 30px;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 20px;
}
.content-testi {
    background: #054571;
    padding: 15px 20px;
    padding-bottom: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 240px;
}
.circle-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
    margin-top: -50px;
}
.tour-item p{
    color: #fff;
}
.tour-item h3 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 15px;
}

/*--------------------------------------------------------------

## Page Header

--------------------------------------------------------------*/
.breadcrumb-title {
    color: #fff;
}
.page-header {
    width: 100%;
    height: 300px;
    font-weight: 500;
    background: center center no-repeat;
    background-size: cover;
    text-align: center;
}

.page-header .breadcrumbs {
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: capitalize;
}

.page-header .breadcrumbs li {
    display: inline-block;
}

.page-header .breadcrumbs li:before {
    content: "ï„€";
    font-family: "Flaticon";
    font-size: 11px;
    color: #a5b7d2;
    margin: 0 8px;
}

.page-header .breadcrumbs li:first-child:before {
    display: none;
}

.page-header .breadcrumbs li a {
    color: #a5b7d2;
}

.page-header .breadcrumbs li a:hover {
    color: #ff9000;
}

.page-title {
    margin-bottom: 0;
}
.ot-heading .small-ai-ds {
    font-size: 14px;
    font-weight: bold;
    color: #ff9000;
    position: relative;
    display: inline-block;
    padding-left: 0px;
    letter-spacing: 1px;
    list-style: none;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.entry-header {
    padding-top: 10px;
}
h3.entry-title {
    margin-bottom: 10px;
}
.ot-heading.text-light h6:before,
.ot-heading.text-light h6:after {
    background: #ff9000;
}

.ot-heading.left-align h6:after {
    display: none;
}

.ot-heading.right-align h6 {
    padding-right: 21px;
}

.ot-heading.right-align h6:after {
    right: 0;
}

.ot-heading.right-align h6:before {
    display: none;
}

.ot-heading.center-align h6 {
    margin-left: -10px;
}

@media (max-width: 600px) {
    .ot-heading h2 br {
        display: none;
    }
}

.flex-col {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-col .ft-col-contact {
    width: 33.333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contact-info {
    font-size: 22px;
    overflow: hidden;
}

.contact-info h6 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contact-info i {
    font-size: 30px;
    margin-top: 2px;
    line-height: 1;
    float: left;
}

.contact-info i:before {
    font-size: 40px;
}

.contact-info i.flaticon-world:before {
    font-size: 37px;
}

.contact-info img {
    width: 30px;
    margin-top: 3px;
    float: left;
}

.contact-info p {
    margin-bottom: 0;
}

.contact-info .info-text {
    padding-left: 50px;
    font-weight: 500;
}

.contact-info.text-light {
    color: #fff;
}

.contact-info.text-light h6,
.contact-info.text-light i {
    color: #61daff;
}

.contact-info.box-style2 {
    width: 100%;
}

.contact-info.text-light h6 {
    font-size: 18px;
    color: #9ee8ff;
    font-weight: 400;
    text-transform: none;
}

.contact-info.box-style2 i {
    float: none;
    margin-top: 0px;
    vertical-align: bottom;
}

.contact-info.box-style2 .box-icon {
    margin-bottom: 25px;
}

.contact-info.box-style2 p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.border-left .box-style2,
.border-right .box-style2 {
    position: relative;
}

.border-left .box-style2:before {
    position: absolute;
    height: 70%;
    width: 1px;
    left: 0;
    bottom: 12%;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
}

.border-right .box-style2:after {
    position: absolute;
    height: 70%;
    width: 1px;
    right: 0;
    bottom: 12%;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
}

.footer-menu {
    /*margin-top: 65px;*/
}

.footer-menu ul {
    padding-left: 0;
    margin: 0;
}

.site-footer .footer-menu ul li {
    margin-bottom: 12px;
}

.copyright {
    color: #acebff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 22px;
    margin-bottom: 0;
    line-height: 1;
}

.footer-social {
    margin-top: 47px;
    font-size: 0;
    padding-bottom: 8.5px;
}

.footer-social-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 13px;
    padding: .5em;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}

.footer-social-icon:last-child {
    margin-right: 0;
}

.footer-social-icon.twitter {
    color: #4ccef9;
}

.footer-social-icon.facebook {
    color: #25e;
}

.footer-social-icon.linkedin {
    color: #3292ff;
}

.footer-social-icon.instagram {
    color: #ff970f;
}

.footer-social-icon i,
.footer-social-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.footer-social-icon:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
}
.site-footer-2 .footer-social {
    margin-top: 0;
}

.site-footer-2 .padding0 {
    padding-right: 0px;
}
.site-footer-2 .footer-widget h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 700;
}

.site-footer-2 .footer-contact-2 ul,
.site-footer-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-2 .footer-contact-2 ul li {
    line-height: 30px;
    margin-bottom: 12px;
}

.site-footer-2 .footer-contact-2 ul li strong {
    font-weight: 700;
    color: #9ee8ff;
}
.site-footer-2 .ft-menu-list li {
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 24px;
}
.site-footer-2 .ft-menu-list a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}
.site-footer-2 .ft-menu-list a:hover {
    color: #ff9000;
}

.footer-bottom {
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: #444;
}

.site-footer-2 .footer-bottom .copyright-2 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 0px;
}

@media only screen and (max-width: 768px) {
    .border-right .box-style2:after,
    .border-right .box-style2:before {
        display: none;
    }
}
.service-box {
    position: relative;
    padding: 35px 35px 20px 35px;
    margin-bottom: 30px;
    min-height: 230px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: rgba(255, 255, 255, .6);
    box-shadow: 0px 2px 8px 0px rgba(80, 80, 80, 0.5);
}

.service-box * {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.service-box .number-box {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    color: #ff9000;
    font-weight: 400;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ff9000;
    margin: 0px auto;
    margin-bottom: 10px;
}
.service-box .content-box h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.service-box .content-box p:last-child {
    margin-bottom: 0;
    line-height: 25px;
}

.service-box .overlay {
    background-color: #ff9000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    opacity: 0;
}

.service-box:hover {
    background: none;
}

.service-box:hover .overlay {
    opacity: 1;
}

.service-box:hover .number-box {
    background: #fff;
    color: #ff9000;
}

.service-box:hover .content-box {
    color: #fff;
}

.service-box:hover .content-box h5 {
    color: #fff;
}
.service-box.s-box {
    padding: 30px 15px 30px 15px;
}

.service-box-s2 {
    overflow: hidden;
    position: relative;
    padding: 30px 30px 28px;
    background: #fff;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.service-box-s2 .number-box {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ff9000;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: rgba(0, 195, 255, 0.15);
}

.service-box-s2 .content-box {
    padding-left: 70px;
}

.service-box-s2 .content-box h5 {
    font-weight: 700;
    margin-bottom: 8px;
}

.service-box-s2 .content-box p:last-child {
    margin-bottom: 0;
}

.service-box-s2:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.active .service-box .overlay {
    opacity: 1;
}

.active .service-box .number-box {
    background: #fff;
    color: #ff9000;
}

.active .service-box .content-box {
    color: #fff;
}

.active .service-box .content-box h5 {
    color: #fff;
}

.active .service-box-s2 {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

@media (max-width: 600px) {
    .service-box .number-box {
        float: none;
        margin-bottom: 30px;
    }
    .service-box .content-box {
        padding-left: 0;
    }
}
.table-responsive-xl.mt-4 {
    overflow: scroll;
}
.icon-box {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-box.s1 .icon-main,
.icon-box.s4 .icon-main {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 61px;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 8px 8px 20px 0px rgba(2, 156, 236, 0.3);
    -webkit-box-shadow: 8px 8px 20px 0px rgba(2, 156, 236, 0.3);
    -moz-box-shadow: 8px 8px 20px 0px rgba(2, 156, 236, 0.3);
}

.icon-box.s1 .icon-main i,
.icon-box.s1 .icon-main span:before,
.icon-box.s4 .icon-main i,
.icon-box.s4 .icon-main span:before {
    font-size: 25px;
}

.icon-box.s1 .icon-main span,
.icon-box.s4 .icon-main span {
    display: block;
}

.icon-box.s1 .icon-main img,
.icon-box.s4 .icon-main img {
    max-width: 25px;
    margin-top: -5px;
}

.icon-box.s1:hover .icon-main,
.icon-box.s4:hover .icon-main {
    color: #ff9000;
    background: #fff;
    box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
    -moz-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
}

.icon-box.s1 .content-box,
.icon-box.s4 .content-box {
    padding-left: 85px;
}

.icon-box .content-box h5 {
    margin-bottom: 17px;
    font-weight: bold;
}

.icon-box .content-box h5 a {
    color: #1a1b1e;
}

.icon-box .content-box h5 a:hover {
    color: #ff9000;
}

.icon-box .content-box p:last-child {
    margin-bottom: 0;
}

.icon-box.s2 {
    padding: 47px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.icon-box.s2 .icon-main {
    color: #ff9000;
    margin-bottom: 30px;
    line-height: 1;
    text-shadow: 8px 8px 30px rgba(42, 67, 113, 0.3);
    -moz-text-shadow: 8px 8px 30px rgba(42, 67, 113, 0.3);
}

.icon-box.s2 .icon-main i,
.icon-box.s2 .icon-main span:before {
    font-size: 40px;
    line-height: 1;
}

.icon-box.s2 .icon-main img {
    max-width: 40px;
    margin-top: -5px;
}

.icon-box.s2:before,
.icon-box.s2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-box.s2:before {
    top: 0;
    left: 0;
}

.icon-box.s2:after {
    bottom: 0;
    right: 0;
}

.icon-box.s2:hover {
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.icon-box.s2:hover:before,
.icon-box.s2:hover:after {
    opacity: 1;
}

.icon-box.s2 .content-box h5 {
    margin-bottom: 14px;
    font-size: 22px;
}

.icon-box.s3 {
    padding: 40px 27px 35px;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.icon-box.s3 .icon-main {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
    -moz-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
}

.icon-box.s3 .icon-main i,
.icon-box.s3 .icon-main span:before {
    font-size: 30px;
}

.icon-box.s3 .icon-main img {
    max-width: 30px;
    margin-top: -5px;
}
.icon-box.s3 .bg-s3 {
    position: absolute;
    content: "";
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #ff9000;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.icon-box.s3 .content-box h5 {
    margin-bottom: 12px;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-box.s3 .content-box p {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-box.s3 .action-box {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-box.s3 .bg-before,
.icon-box.s3 .bg-after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #fff;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-box.s3 .bg-before {
    top: 0;
    left: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
}

.icon-box.s3 .bg-after {
    bottom: 0;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
}

.icon-box.s3:hover .bg-before,
.icon-box.s3:hover .bg-after {
    display: none;
}

.icon-box.s3:hover .bg-s3,
.icon-box.s3:hover .action-box {
    opacity: 1;
    visibility: visible;
}

.icon-box.s3:hover .action-box {
    bottom: -26px;
}

.icon-box.s3:hover h5,
.icon-box.s3:hover p {
    color: #fff;
}

.icon-box.s3:hover h5 a,
.icon-box.s3:hover p a {
    color: #fff;
}

.icon-box.s3:hover h5 a:hover,
.icon-box.s3:hover p a:hover {
    color: #ff9000;
}

.icon-box.s3:hover .icon-main {
    background: #fff;
    color: #ff9000;
}

.icon-box.s4 .icon-main {
    float: right;
}

.icon-box.s4 .content-box {
    text-align: right;
    padding-left: 0;
    padding-right: 85px;
}

.active .icon-box.s1 .icon-main {
    color: #ff9000;
    background: #fff;
    box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
    -moz-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
}

.active .icon-box.s2 {
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.active .icon-box.s2:before,
.active .icon-box.s2:after {
    visibility: visible;
    opacity: 1;
}

.active .icon-box.s3:before {
    opacity: 1;
}

.active .icon-box.s3 h5,
.active .icon-box.s3 p {
    color: #fff;
}

.active .icon-box.s3 .icon-main {
    background: #fff;
    color: #ff9000;
}

.icon-box-grid {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
    -webkit-box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
    -moz-box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
}

.icon-box-grid .no-padding {
    padding: 0;
}

.icon-box-grid .icon-box {
    padding: 47px;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.icon-box-grid .icon-box .icon-main {
    color: #fff;
    margin-bottom: 30px;
    line-height: 1;
    text-shadow: 8px 8px 30px rgba(1, 96, 231, 0.3);
    -moz-text-shadow: 8px 8px 30px rgba(1, 96, 231, 0.3);
}

.icon-box-grid .icon-box .icon-main i,
.icon-box-grid .icon-box .icon-main span:before {
    font-size: 40px;
    line-height: 1;
}

.icon-box-grid .icon-box .icon-main img {
    max-width: 40px;
    margin-top: -5px;
}

.icon-box-grid .icon-box .content-box h5 {
    margin-bottom: 14px;
    font-size: 22px;
    color: #fff;
}

.icon-box-grid .icon-box .content-box h5 a {
    color: #fff;
}

.icon-box-grid .icon-box .content-box h5 a:hover {
    color: #ff9000;
}

.icon-box-grid .icon-box:hover {
    color: #606060;
    background: #fff;
}

.icon-box-grid .icon-box:hover h5 {
    color: #1a1b1e;
}

.icon-box-grid .icon-box:hover h5 a {
    color: #1a1b1e;
}

.icon-box-grid .icon-box:hover .icon-main {
    color: #ff9000;
}
.ot-progress {
    font-weight: 500;
}

.ot-progress .pname {
    margin-bottom: 10px;
}

.ot-progress .iprogress {
    height: 10px;
    background: #f0f6ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.ot-progress .progress-bar {
    height: 100%;
    width: 0;
    background: #ff9000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.ot-progress .progress-bar.bshadow {
    box-shadow: 10px 10px 24px 0 rgba(0, 95, 255, 0.3);
    -webkit-box-shadow: 10px 10px 24px 0 rgba(0, 95, 255, 0.3);
    -moz-box-shadow: 10px 10px 24px 0 rgba(0, 95, 255, 0.3);
}


.easyPieChart {
    position: relative;
    text-align: center;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.ot-pricing-table {
    position: relative;
    background: #f9f9f9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        text-align: center;
}
.ot-pricing-table .title-table {
    background: #ff9000;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ot-pricing-table .title-table span {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #050a30;
    padding: 7px 15px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 5px;
    min-width: 100px;
}
.ot-pricing-table .inner-table h2 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 3px;
}
.ot-pricing-table .title-table p {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.ot-pricing-table .inner-table li {
    color: #fff;
}
.ot-pricing-table .inner-table h3 {
    font-size: 18px;
    margin-bottom: 2px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.ot-pricing-table .inner-table .details {
    padding:5px 15px 30px 15px;
    text-align: left;
}
.ot-pricing-table .inner-table .details ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.ot-pricing-table .inner-table .details ul li {
    color: #000;
    border-bottom: 1px solid #ddd;
    padding: 8px 0px;
    font-size: 15px;
}
.ot-pricing-table .inner-table .details ul li:last-child{
    border-bottom: 0px;
}
.ot-pricing-table .inner-table .details i.fa-check{
    color: green;
}
.ot-pricing-table .inner-table .details i.fa-close{
    color: red;
}
.ot-pricing-table .octf-btn {
    margin-bottom: -26px;
}

.ot-pricing-table .octf-btn:hover {
    box-shadow: none !important;
}

.ot-pricing-table:before {
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
}

.ot-pricing-table:after {
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
}

.ot-pricing-table.s2 .title-table {
    background: #ff9000;
}

.ot-pricing-table.s2 h2 {
    color: #ff9000;
}

.ot-pricing-table.s3 .title-table {
    background: #ff9000;
}

.ot-pricing-table.s3 h2 {
    color: #ff9000;
}

.ot-pricing-table:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

@media (max-width: 991px) {
    .ot-pricing-table {
        max-width: 370px;
        margin: auto;
    }
}
.ot-accordions .acc-item {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
}

.ot-accordions .acc-item .acc-toggle {
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-weight: 500;
    color: #1a1b1e;
    padding: 13px 10px 13px 25px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ot-accordions .acc-item .acc-toggle i {
    float: right;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
    background: #ff9000;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.ot-accordions .acc-item .acc-toggle i.up {
    display: none;
}

.ot-accordions .acc-item .acc-toggle:hover {
    color: #ff9000;
}

.ot-accordions .acc-item .acc-content {
    display: none;
    padding: 0 25px 20px;
}

.ot-accordions .acc-item .acc-content p:last-child,
.ot-accordions .acc-item .acc-content ul:last-child {
    margin-bottom: 0;
}

.ot-accordions .acc-item.current {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.ot-accordions .acc-item.current .acc-toggle {
    color: #ff9000;
}

.ot-accordions .acc-item.current .acc-toggle i.down {
    display: none;
}

.ot-accordions .acc-item.current .acc-toggle i.up {
    display: inherit;
}

.ot-accordions .acc-item:last-child {
    margin-bottom: 0;
}

.ot-counter {
    font-weight: 900;
    color: #1a1b1e;
    display: inline-block;
    text-align: left;
}

.ot-counter span {
    font-size: 48px;
    line-height: 1;
}

.ot-counter span.num {
    padding-left: 20px;
}

.ot-counter h6 {
    font-size: 14px;
    color: #ff9000;
    margin-top: 13px;
    margin-bottom: 0;
    padding-left: 20px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
}

.ot-counter h6:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    margin-top: -4px;
    background: #ff9000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.ot-counter.s2 h6 {
    margin-bottom: 13px;
    margin-top: 0;
}

.process-box {
    position: relative;
    padding: 85px 35px 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.process-box .number-box {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -35px;
    margin-bottom: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
    -webkit-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
    -moz-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
}

.process-box .icon-main {
    margin-bottom: 30px;
    line-height: 1;
}

.process-box .icon-main i,
.process-box .icon-main span:before {
    font-size: 100px;
}

.process-box .content-box h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.process-box .content-box p:last-child {
    margin-bottom: 0;
}

.process-box .p-arrow {
    position: absolute;
    top: -13px;
    right: -70px;
    z-index: 1;
}

.process-box:hover {
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    background: #fff;
}

@media (max-width: 991px) {
    .p-arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    .process-box {
        max-width: 370px;
        margin: auto;
        box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
        -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
        -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    }
}
.slick-dots {
    bottom: -10px;
}

.slick-dots li button:before {
    font-size: 30px;
    color: #a5b7d2;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    font-size: 50px;
    color: #ff9000;
}

.ot-testimonials .testimonial-wrap {
    position: relative;
    max-width: 700px;
    padding-left: 70px;
    margin: 40px auto 80px;
}

.ot-testimonials .testimonial-wrap .testimonial-inner {
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #fff;
    padding: 30px 40px 30px;
    text-align: center;
}

.ot-testimonials .testimonial-wrap .testimonial-inner img {
    display: inline-block;
    margin-bottom: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 100px;
}

.ot-testimonials .testimonial-wrap .testimonial-inner .ttext {
    font-size: 22px;
    color: #1a1b1e;
    margin-bottom: 32px;
}

.ot-testimonials .testimonial-wrap .testimonial-inner h6 {
    margin-bottom: 5px;
}

.ot-testimonials .testimonial-wrap .bg-block {
    content: "";
    position: absolute;
    top: -70px;
    left: 0px;
    width: calc(50% + 90px);
    height: calc(100% + 140px);
    z-index: -1;
    box-shadow: 30px 30px 45px 0px rgba(2, 156, 236, 0.3);
    -webkit-box-shadow: 30px 30px 45px 0px rgba(2, 156, 236, 0.3);
    -moz-box-shadow: 30px 30px 45px 0px rgba(2, 156, 236, 0.3);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
}

.ot-testimonials .testimonial-wrap.no-bblock {
    margin: 8px auto 30px;
}

.ot-testimonials-heading .ot-testimonials .testimonial-wrap {
    max-width: 100%;
}

.ot-testimonials-heading .ot-testimonials .testimonial-wrap .bg-block {
    width: calc(50% + 55px);
}

.ot-testimonials-heading .ot-testimonials .testimonial-wrap.no-bblock {
    padding-left: 0px;
}

.ot-testimonials-heading .ot-testimonials .testimonial-wrap.no-bblock .slick-dots {
    bottom: -80px;
}

.ot-testimonials-slider .slick-dots {
    left: 0px;
    bottom: -145px;
}

.testicustom-slider-nav {
    position: relative;
}

.testicustom-slider-nav .slick-arrow {
    position: static;
    outline: none;
}

.testicustom-slider-nav .slick-arrow:not(.slick-disabled):hover {
    box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    -webkit-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    -moz-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
}

.testicustom-slider-nav .slick-arrow.next-nav {
    margin-left: 14px;
}

@media only screen and (min-width: 992px) {
    .onum-row-flex {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: nowrap;
        -webkit-box-align: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
    }
}

@media only screen and (max-width: 480px) {
    .ot-testimonials .slider__arrows {
        display: none;
    }
    .ot-testimonials .testimonial-wrap {
        margin: 30px 0px 0px;
        padding-left: 0px;
    }
    .ot-testimonials .testimonial-wrap .bg-block {
        display: none;
    }
    .ot-testimonials .testimonial-wrap .testimonial-inner {
        padding: 30px 15px;
    }
    .ot-testimonials .testimonial-wrap .testimonial-inner.ot-testimonials-slider .slick-dots {
        bottom: -60px;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff9000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #ff9000;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(29px);
    -ms-transform: translateX(29px);
    transform: translateX(29px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media (max-width: 991px) {
    .real-numbers .chart-boxs .chart-item {
        max-width: 340px;
        margin: 0 auto 40px;
    }
    .real-numbers .chart-boxs img.img-before,
    .real-numbers .chart-boxs img.img-after {
        display: none;
    }
}

@keyframes circle-fade-before {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes circle-fade-after {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.elementor-section {
    z-index: 0;
}

.elementor-shape {
    z-index: -1;
}
.hover-up .elementor-social-icon:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
}

.wpcf7 input.wpcf7-text,
.form-contact .wpcf7-form input {
    width: 100%;
}

.wpcf7 textarea {
    height: 120px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .wpcf7-not-valid {
    border-color: #f00;
}

.wpcf7 div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.wpcf7 div.wpcf7-mail-sent-ng,
.wpcf7 div.wpcf7-aborted {
    background: red;
    color: #fff;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
    background: #f7e700;
    color: #000;
}

.wpcf7 div.wpcf7-mail-sent-ok {
    background: #398f14;
    color: #fff;
}

.w650 .wpcf7 div.wpcf7-response-output {
    max-width: 650px;
    margin: 20px auto;
}

span.wpcf7-list-item {
    display: block;
    margin: 0;
    width: 33.3333333%;
    float: left;
}

.one-line-form {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 7px;
    background: #fff;
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
}

.one-line-form>* {
    float: left;
}

.one-line-form>span {
    width: 40%;
}

.one-line-form>span.your-email {
    width: 60%;
    padding-right: 162px;
    position: relative;
}

.one-line-form>span.your-email:before {
    content: "";
    width: 1px;
    height: 60%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 20%;
}

.one-line-form input {
    border: none;
}

.one-line-form button {
    position: absolute;
    top: 5px;
    right: 5px;
    box-shadow: none !important;
}

.one-line-form.cs-form {
    max-width: 515px;
}

.one-line-form.cs-form>span.your-email {
    width: 100%;
}

.one-line-form.cs-form>span.your-email:before {
    display: none;
}

.one-line-form.cs-form+div {
    max-width: 515px;
    margin-left: auto;
    margin-right: auto;
}
.partners .swiper-slide-image {
    -webkit-filter: contrast(0%);
    filter: contrast(0%);
    opacity: 0.7;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.partners .swiper-slide-image:hover {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: 1;
}

.onum-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

div .custom.tp-bullets {
    counter-reset: section;
}

div .custom.tp-bullets .tp-bullet {
    background: none;
    color: #a5b7d2;
    width: auto;
    height: auto;
    margin-right: 45px;
    border-bottom: 5px solid transparent;
    text-align: center;
    font-weight: bold;
    font-family: "Red Hat Display";
    transition: all 0.3s;
}

div .custom.tp-bullets .tp-bullet:hover,
div .custom.tp-bullets .tp-bullet.selected {
    background: none;
    color: #1a1b1e;
}

div .custom.tp-bullets .tp-bullet.selected:after {
    display: block;
}

div .custom .tp-bullet:before {
    counter-increment: section;
    content: "0" counter(section) " ";
    letter-spacing: 1px;
}

div .custom .tp-bullet:after {
    content: "";
    width: calc(100% + 2px);
    height: 5px;
    border-radius: 2.5px;
    background: #ff9000;
    position: absolute;
    left: -1px;
    bottom: -5px;
    display: none;
}

div.elementor-widget-wrap>.elementor-element.btn-inline {
    display: inline-block;
    width: auto;
}
@media (max-width: 768px) {
    .one-line-form {
        background: transparent;
        max-width: 479px;
    }
    .one-line-form>span {
        float: none;
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 15px;
        display: block;
        border-left: none !important;
    }
    .one-line-form button {
        position: relative;
        top: 0;
        right: 0;
        float: none;
    }
}

/* .projects-grid

================================================== */

.projects-grid,
.project-slider {
    position: relative;
    margin: -15px;
}

.projects-grid:after {
    content: "";
    display: block;
    clear: both;
}

.project-item {
    float: left;
    width: 33.3333333333%;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.projects-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.projects-box .portfolio-info {
    width: 270px;
    position: absolute;
    bottom: 20px;
    right: -270px;
    z-index: 4;
    opacity: 0;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}

.projects-box .portfolio-info .portfolio-info-inner {
    text-align: left;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box;
    background-image: linear-gradient(80deg, #d47800 0%, #006572 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 15px;
    box-shadow: 12px 12px 30px 0px rgba(0, 57, 228, 0.3);
    -webkit-box-shadow: 12px 12px 30px 0px rgba(0, 57, 228, 0.3);
    -moz-box-shadow: 12px 12px 30px 0px rgba(0, 57, 228, 0.3);
}

.projects-box .portfolio-info .portfolio-info-inner h5 a:hover,
.projects-box .portfolio-info .portfolio-info-inner .portfolio-cates a:hover {
    opacity: 0.8;
}

.projects-box .portfolio-info h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1;
}

.projects-box .portfolio-info h5 a {
    color: #fff;
}

.projects-box .portfolio-info .portfolio-cates {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.projects-box .portfolio-info .portfolio-cates a {
    color: #fff;
}

.projects-box .portfolio-info .portfolio-cates span {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.projects-box .portfolio-info .portfolio-cates span:last-child {
    display: none;
}

.projects-box:hover .portfolio-info {
    right: 0px !important;
    opacity: 1;
}

.projects-box .projects-thumbnail {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.projects-box img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.projects-box:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.projects-style-2 .projects-box {
    border-bottom: 60px solid transparent;
    overflow: visible;
    border-bottom: 60px solid transparent;
}

.projects-style-2 .projects-box .portfolio-info {
    opacity: 1;
    right: 0px;
    left: 0px;
    bottom: -60px;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.projects-style-2 .projects-box .portfolio-info .portfolio-info-inner {
    width: 310px;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    padding: 36px 10px 10px 10px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.projects-style-2 .projects-box .portfolio-info h5 a {
    font-weight: 700;
    color: #1a1b1e;
}

.projects-style-2 .projects-box .portfolio-info .portfolio-cates {
    color: #ff9000;
    letter-spacing: 0px;
}

.projects-style-2 .projects-box .portfolio-info .portfolio-cates a {
    color: #ff9000;
}

/**** Isotope Filtering ****/

.project_filters {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.project_filters:after {
    content: "";
    display: block;
    clear: both;
}

.project_filters li {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
}

.project_filters li a {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    outline: none;
    color: #636363;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.project_filters li a:hover,
.project_filters li a.selected {
    color: #ff9000;
}

.project_filters li a:after {
    position: absolute;
    height: 3px;
    width: 0%;
    left: 0px;
    bottom: 0px;
    background-color: #ff9000;
    content: "";
    display: block;
    border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.project_filters li a:hover:after,
.project_filters li a.selected:after {
    opacity: 1;
    width: 100%;
}

/* Start: Recommended Isotope styles */

.cus_icon {
    width: 25px;
    height: 25px;
    background-size: cover;
}
.home4-about-right_ai {
    padding: 60px 0 60px 0;
}
.home4-about-right_ia {
    text-align: center;
}
.page-list li {
    padding-left: 25px;
    position: relative;
}
.page-list li:before {
    font-size: 20px;
    line-height: 1;
    content: "\f109";
    font-family: Flaticon;
    font-style: normal;
    margin-left: 0px;
    color: #ff9000;
    position: absolute;
    left: 0px;
    top: 13%;
}
.home4-partners {
    background: url(images/bg-block-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.home4-partners .headline_ia{
    color: #fff;
}
/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

.project-bottom {
    padding-top: 50px;
}

.single-portfolio-navigation {
    padding: 50px 0px 100px;
    border-top: 1px solid #e5e5e5;
}

.post-likes {
    padding: 50px 0px;
}

.portfolio-related-title-wrap h2 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 993px) {
    .project-item,
    .projects-grid.pf_4_cols .project-item,
    .projects-grid.pf_5_cols .project-item {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .projects-box .portfolio-info {
        right: 0;
        opacity: 1;
    }
}

@media only screen and (max-width: 600px) {
    .project-item,
    .projects-grid.pf_5_cols .project-item,
    .projects-grid.pf_4_cols .project-item,
    .projects-grid.pf_2_cols .project-item {
        width: 100%;
    }
    .project_filters li {
        margin-left: 8px;
        margin-right: 8px;
    }
}

.otf-social-share a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    line-height: 1;
    margin-right: 5px;
    background-color: #222;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.otf-social-share a i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.otf-social-share a:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.otf-social-share a:last-child {
    margin-right: 0px;
}

.otf-social-share a.share-facebook {
    background-color: #4661c5;
}

.otf-social-share a.share-twitter {
    background-color: #44b1e4;
}

.otf-social-share a.share-google {
    background-color: #dd4b39;
}

.otf-social-share a.share-pinterest {
    background-color: #ff2e2e;
}

.otf-social-share a.share-linkedin {
    background-color: #0073B0;
}

.otf-social-share a.share-buffer {
    background-color: #000000;
}

.otf-social-share a.share-digg {
    background-color: #005be2;
}

.otf-social-share a.share-reddit {
    background-color: #ff4500;
}

.otf-social-share a.share-tumbleupon {
    background-color: #eb4924;
}

.otf-social-share a.share-tumblr {
    background-color: #35465c;
}

.otf-social-share a.share-vk {
    background-color: #45668e;
}

.otf-social-share a.share-yummly {
    background-color: #E16120;
}

.otf-social-share a.share-email {
    background-color: #E84231;
}

.otf-social-share a.share-print {
    background-color: #4982C3;
}

.otf-social-share.shape-rounded a {
    border-radius: 10%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
}

.otf-social-share.shape-circle a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

body .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

div.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: #1a1b1e;
    font-weight: 900;
}

.elementor .elementor-section.elementor-section-boxed>.elementor-container {
    padding: 0 15px;
}

.elementor-page .elementor-widget-text-editor,
.elementor-page .elementor-widget-icon-list .elementor-icon-list-text {
    color: #606060;
}

.elementor-page .mf-category-tabs .tabs-title {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.elementor-page .mf-category-tabs .tabs-header {
    border-width: 0 0 1px 0;
}

.elementor-page .mf-category-tabs .tabs-content {
    padding-top: 50px;
}

.elementor-page .mf-category-tabs .tabs-content ul li {
    margin-top: 0;
}

.elementor-page .mf-category-tabs .tabs-content ul li {
    margin-top: 0;
    margin-bottom: 30px;
}

.elementor-page .mf-product-deals-carousel,
.elementor-page .martfury-tabs .tabs-content {
    background-color: #fff;
}

.elementor_library-template-default .post-author-box,
.elementor_library-template-default .post-navigation {
    display: none;
}

.elementor-default .elementor-widget-text-editor {
    color: #606060;
}

.elementor .elementor-section .elementor-container {
    display: block;
}

.elementor .elementor-section .elementor-container>.elementor-row {
    width: auto;
}

.elementor-section>.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding-top: 0;
    padding-bottom: 0;
}

.elementor .elementor-section>.elementor-column-gap-extended>.elementor-row {
    margin-left: -15px;
    margin-right: -15px;
}

.elementor .elementor-section>.elementor-column-gap-default>.elementor-row {
    margin-left: -10px;
    margin-right: -10px;
}

.elementor .elementor-section>.elementor-column-gap-narrow>.elementor-row {
    margin-left: -5px;
    margin-right: -5px;
}

.page-template-template-homepage .elementor-top-section.elementor-section-full_width>.elementor-column-gap-default>.elementor-row,
.page-template-template-homepage .elementor-top-section.elementor-section-full_width>.elementor-column-gap-narrow>.elementor-row,
.page-template-template-homepage .elementor-top-section.elementor-section-full_width>.elementor-column-gap-extended>.elementor-row,
.page-template-template-homepage .elementor-top-section.elementor-section-full_width>.elementor-column-gap-wide>.elementor-row,
.page-template-template-homepage .elementor-top-section.elementor-section-full_width>.elementor-column-gap-wider>.elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-default>.elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-narrow>.elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-extended>.elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-wide>.elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-wider>.elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-default>.elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-narrow>.elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-extended>.elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-wide>.elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-wider>.elementor-row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor .elementor-hidden-tablet {
        display: none;
    }
}

@media (min-width: 1025px) {
    .elementor .elementor-hidden-desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage .elementor-top-section:not(.elementor-section-full_width)>.elementor-container,
    .page-template-template-full-width .elementor-top-section:not(.elementor-section-full_width)>.elementor-container,
    .page-template-template-home-full-width .elementor-top-section:not(.elementor-section-full_width)>.elementor-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-template-template-homepage .elementor-top-section:not(.elementor-section-full_width)>.elementor-column-gap-no,
    .page-template-template-full-width .elementor-top-section:not(.elementor-section-full_width)>.elementor-column-gap-no,
    .page-template-template-home-full-width .elementor-top-section:not(.elementor-section-full_width)>.elementor-column-gap-no {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .elementor .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 750px;
    }
    .elementor-element .container {
        width: 720px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .elementor .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 970px;
    }
    .elementor-element .container {
        width: 940px;
        padding: 0;
    }
}

@media (min-width: 1230px) {
    .elementor .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1200px;
    }
    .elementor-element .container {
        width: 1170px;
        padding: 0;
    }
}

@media (min-width: 1230px) {
    .elementor .elementor-section:not(.elementor-section-full_width)>.elementor-column-gap-wide>.elementor-row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .elementor .elementor-section:not(.elementor-section-full_width)>.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
        padding-left: 20px;
        padding-right: 20px;
    }
    .elementor .elementor-section:not(.elementor-section-full_width)>.elementor-column-gap-wider>.elementor-row {
        margin-left: -30px;
        margin-right: -30px;
    }
    .elementor .elementor-section:not(.elementor-section-full_width)>.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1680px) {
    .elementor-element .container.container-bigger {
        width: 1680px;
    }
}

/* Index 1 */

.height-150 {
    min-height: 150px;
}

.ot-heading .m-b20 {
    margin-bottom: 20px;
}

.banner {
    position: relative;
}

.banner .banner-wrap {
    min-height: 770px;
}

.big-padding-top {
    padding: 240px 0 0;
}

.bg-banner-gradient {
    background-color: transparent;
    background-image: linear-gradient(80deg, #d47800 0%, #006572 100%);
}
.bg-overlay-section{
    color: #fff;
}
.bg-overlay-section h1{
    color: #fff;
}
.bg-overlay-section:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: linear-gradient(360deg, #050a30 0%, #ff9000 100%);
    opacity: 0.5;
}
.team-section {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}
.team-section img{
    width: 100%;
}
.team-section h3 {
    font-weight: 700;
    font-size: 20px;
    padding: 10px 15px 0px;
    margin: 0px;
    text-transform: uppercase;
}
.team-section h5 {
    padding: 10px 15px 5px;
    color: #ff9000;
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
}
.team-section p {
    padding: 0px 15px 20px;
    font-size: 15px;
}
.shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: -1;
}

.seo-about .shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shape-top,
.shape-top-2 {
    top: -1px;
}

.shape-bottom {
    bottom: -1px;
}

.shape-bottom.s2 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shape-bottom.s2 svg {
    width: calc(120% + 1.3px);
    height: 136px;
}

.shape svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(145% + 1.3px);
    height: 230px;
}

.banner .shape-bottom svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(300% + 1.3px);
    height: 1200px;
}

.shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.banner .shape-fill {
    fill: #f0f6ff;
}

.banner .banner-title {
    color: #c4f1ff;
    font-size: 16px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 1px;
}

.banner .banner-stitle {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    line-height: 55px;
    margin-bottom: 0px;
}

.banner-text {
    color: #fff;
    font-size: 20px;
}

.about-home {
    padding-bottom: 360px;
}

.about-home-img {
    position: relative;
    margin-top: -360px;
}

.bg-light {
    background-color: #f0f6ff;
}

.bg-white {
    background-color: #ffffff;
}

.icon-box.s3 {
    padding: 26px 10px;
}

.icon-box.s3 .icon-main {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ff9000 100%, #f2295b 100%);
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.top-up {
    margin-top: -250px;
}

.seo-about .shape svg {
    width: calc(145% + 1.3px);
    height: 230px;
}

.partners-slide {
    text-align: center;
}
.partners-slide-inner {
    border: 1px solid #ddd;
    max-width: 90%;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}
.partners .partners-slide-image {
    max-width: 100%;    
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
img {
    margin: 0 auto;
    vertical-align: middle;
}
.p-b420 {
    padding-bottom: 420px;
}
.bg-overlay {
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.m-t--295 {
    margin-top: -295px;
}

.m-t--210 {
    margin-top: -210px;
}

.shadow-primary {
    box-shadow: 23px 23px 87px 0px rgba(254, 76, 28, .42);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.bg-cover {
    background-size: cover !important;
}

.ot-counter.s2 h6:before {
    background: #ffd68e;
}

.ot-counter.s2 h6 {
    color: #ffd68e;
}

.ot-counter.s2 span {
    color: #fff;
}

.m-t--140 {
    margin-top: -140px;
}

.m-t--130 {
    margin-top: -130px;
}

@media (min-width: 992px) {
    .col-md-1\/5 {
        width: 20%;
    }
}

.bg-overlay-testi {
    background-image: url(images/bg-testi2.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: background .3s, border-radius .3s, opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.opacity-1 {
    opacity: 1;
}

.cta .bg-overlay {
    background-image: url(images/bg-bot-home1.png);
    background-position: 104px 240px;
    background-repeat: no-repeat;
}

.cta .shape svg {
    height: 111px;
}

.cta-content {
    position: relative;
}

.cta-content h2 {
    color: #1a1b1e;
    font-weight: 900;
    font-size: 48px;
    line-height: 72px;
}

.cta-content p {
    color: #606060;
    font-size: 22px;
    margin-bottom: 55px;
    font-weight: 400;
}

.woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
}

.bg-about {
    background-image: url(images/shape-process-1.png);
    background-position-x: 100%;
    background-position-y: 115px;
    background-repeat: no-repeat;
}

.bg-pricing {
    background-image: url(images/shape2-home1.png);
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-color: #f0f6ff;
}

.bg-counter {
    background-image: url(images/shape3-home1.png);
    background-position-x: 100%;
    background-position-y: 155px;
    background-repeat: no-repeat;
}

.bg-testi {
    background-image: url(images/shape-team-1.png);
    background-position: 0 220px;
    background-repeat: no-repeat;
}

.bg-cta {
    background-image: url(images/bg-maps2-1.png);
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-color: rgb(240, 246, 255);
}

.bg-cta .bgoverlay {
    background-image: url(images/bg-bot-home1.png);
    background-position-x: 104px;
    background-position-y: 240px;
    background-repeat: no-repeat;
}

.bg-team {
    background-image: url(images/shape-team-1.png);
    background-position: 0 71%;
    background-repeat: no-repeat;
}

.bg-testi-team {
    background-image: url(images/bg-testi-team.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-process {
    background-image: url(images/shape-process-1.png);
    background-position: 100% 215px;
    background-repeat: no-repeat;
}

.bg-faq-bot {
    background-image: url(images/bg-maps2-1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 64% auto;
    background-color: #f0f6ff;
}

/* Index 2 */

a.rev-phonenum {
    color: #ff9000;
}

.entry-content .rev_slider a.btn-rev,
.rev_slider a.btn-rev {
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgb(0, 195, 255);
    color: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 195, 255, 0.3) 8px 9px 18px 0px;
}

div.rev_slider img,
div.tp-simpleresponsive img {
    max-width: 100% !important;
    height: auto !important;
}

@media (min-width: 768px) {
    .tp-bullets {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .tp-bullets {
        width: 970px !important;
    }
}

@media (min-width: 1230px) {
    .tp-bullets {
        width: 1200px !important;
    }
}

@media (max-width: 768px) {
    .tp-bullets,
    #slide-70-layer-2 {
        display: none;
    }
}

div.tp-bullets {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.font-p2 {
    color: #1a1b1e;
    font-size: 20px;
    font-weight: 400;
}

.site-footer-home2 {
    background-color: #545456;
    padding:50px 0 0px 0;
    position: relative;
}
.main-footer {
    padding-bottom: 20px;
}
.site-footer-home2 .shape {
    z-index: 1;
}

.site-footer-home2 .shape-top svg {
    width: calc(100% + 1.3px);
    height: 140px;
}
.site-footer-home2 .footer-widget p {
    color: #fff;
    line-height: 24px;
    margin-bottom: 7px;
    font-size: 14px;
}

.site-footer-home2 .footer-widget p a {
    color: #fff;
}

.site-footer-home2 .footer-bottom p {
    line-height: 24px;
    margin-top: 13px;
}
.grid-lines .g-dot.st1 {
    height: 5px;
    width: 5px;
    left: -2px;
}

.grid-lines .g-dot.st2 {
    height: 9px;
    width: 9px;
    left: -4px;
}

.m-t--20 {
    margin-top: -20px;
}

/* Index 4 */

.home4-top {
    background-image: url(images/bg-header-home4.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 100px 0 120px 0;
    background-size: cover;
}

@media (min-width: 1400px) {
    .home4-top .container {
        width: 1340px;
    }
}
.home4-top-right {
    width: 73%;
    padding-left: 15px;
    padding-right: 15px;
}

.home4-top-right h6 {
    color: #ff9000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.4em;
}

.home4-top-right h1 {
    color: #fff;
    font-weight: 900;
    font-size: 56px;
    line-height: 66px;
    margin-bottom:5px;
}

.home4-top-right p {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 48px;
    line-height: 36px;
}

.h4-social-icons {
    position: absolute;
    right: 40px;
    top: 40%;
}

.h4-social-icons a {
    display: block;
    padding-bottom: 28px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}

.h4-social-icons a:hover {
    color: #ff9000;
}

.home4-process {
    z-index: 1;
}
.home4-about {
    margin-bottom: 0;
    padding: 60px 0 60px 0;
    background: #f0f6ff;
}
.home4-about-left-btn {
    margin: 0 0 0 -15px;
}

.home4-about-left-btn a {
    display: inline-block;
}

.home4-about-left-btn img {
    vertical-align: middle;
    display: inline-block;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.home4-about-left-btn img:active,
.home4-about-left-btn img:focus,
.home4-about-left-btn img:hover {
    transform: translateY(-8px);
}
.home4-about img {
    vertical-align: middle;
    display: inline-block;
}

.m-b18 {
    margin-bottom: 18px;
}
.headline_ia{
    font-size: 36px;
    font-weight: 900;
    color: #1a1b1e;
    line-height: 1.2;
    margin: 0 0 20px;
}
.small_headline_ia {
    font-size: 20px;
    font-weight: 700;
    color: #ff9000;
    margin-bottom: 7px;
}
.home4-service {
    background-image: url(images/bg1-home4.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 60px 0 60px 0;
}

.home4-service .icon-box.s3 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding: 25px 40px 25px 40px;
    text-align: center;
}

.home4-service .icon-box.s3:hover {
    box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
}

.home4-service .icon-box.s3:hover .bg-s3 {
    opacity: 0;
}

.home4-service .icon-box.s3 .bg-before {
    background-color: rgba(2, 1, 1, 0);
}

.home4-service .icon-box.s3:hover .bg-before {
    background-color: #FFF;
    background-image: url(images/bg1-box2.png);
    background-repeat: no-repeat;
}

.home4-service .icon-box.s3 .bg-after {
    background-color: rgba(2, 1, 1, 0);
}

.home4-service .icon-box.s3 .bg-after {
    background-position: bottom right;
}

.home4-service .icon-box.s3:hover .bg-after {
    background-color: #FFF;
    background-image: url(images/bg2-box2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.home4-service .icon-box.s3:hover .bg-before,
.home4-service .icon-box.s3:hover .bg-after {
    display: block;
}

.home4-service .icon-box.s3:hover .bg-before,
.home4-service .icon-box.s3:hover .bg-after {
    opacity: 1;
    visibility: visible;
}

.home4-service .icon-box.s3 .icon-main {
    width: 215px;
    height: 215px;
    line-height: 215px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
}

.home4-service .icon-box.s3 .icon-main {
    margin-bottom: 0;
}

.home4-service .icon-box.s3 .icon-main {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(84, 89, 95, 0) 0%, rgba(242, 41, 91, 0) 100%);
}

.icon-box.s3 .icon-main img {
    max-width: 30px;
    margin-top: -5px;
}

.home4-service .icon-box.s3 .icon-main img {
    max-width: 170px;
}

.home4-service .icon-box.s3 h5 {
    font-size: 22px;
}

.home4-service .icon-box.s3:hover h5,
.home4-service .icon-box.s3:hover h5 a {
    color: #1A1B1E;
}

.home4-service .icon-box.s3:hover p {
    color: #606060;
}
.home4-benefits {
    padding: 60px 0 60px 0;
    background: #f5f5f8;
}
.home4-benefits-left img {
    vertical-align: middle;
    display: inline-block;
}

.home4-benefits-right {
    margin-left: 25px;
}

.benefits-block h5 {
    font-weight: 700;
    margin-bottom: 0;
    padding: 10px 0 10px 0;
    line-height: 1.4em;
}

.benefits-block .number {
    color: #ff9000;
    line-height: 1;
    padding: 0;
    font-weight: 900;
}

.benefits-block p {
    margin-bottom: 20px;
}

.home4-skills {
    padding: 130px 0 130px 0;
}
.home-blog {
    background: #f0f6ff;
}

.home4-testimonial {
    background-image: url(images/shape4-home4.png);
    background-repeat: no-repeat;
    padding: 60px 0 80px 0;
}

.home4-testimonial-left {
    margin: 0 60px 0 0;
}

.home4-testimonial-left p {
    margin-bottom: 30px;
}

.mics-testimonials {
    width: 100%;
    display: flex;
}

.mics-testimonials .mics-testimonials-img {
    width: 24%;
    padding-left: 15px;
    padding-right: 15px;
}

.mics-testimonials .circle-img {
    width: 100px;
    border-radius: 50% 50% 50% 50%;
}

.mics-testimonials .mics-testimonials-content {
    width: 76%;
    padding-left: 15px;
    padding-right: 15px;
}

.mics-testimonials h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #1a1b1e;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}

.mics-testimonials span {
    color: #1a1b1e;
    font-weight: 400;
    line-height: 1;
}

.home4-testimonial-right {
    margin: 0 -440px 0 0;
    text-align: center;
}

.home4-testimonial-right img {
    vertical-align: middle;
    display: inline-block;
}

.home4-cta {
    margin-top: 0;
    margin-bottom: -90px;
    z-index: 1;
}

.home4-cta-block {
    background-image: url(images/shape5-home4.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 130px 0 90px 0;
    border-radius: 15px 15px 15px 15px;
    text-align: center;
}

.home4-cta-block h2 {
    color: #fff;
    font-size: 42px;
    line-height: 60px;
    font-weight: 900;
    margin-bottom: 30px;
}

/* Index 5 */

.site-footer-5 {
    background-image: url(images/footer-5.jpg);
    padding-top: 90px;
    background-color: #0049B1;
}

.ares.tparrows {
    min-height: 40px;
    min-width: 40px;
    cursor: pointer;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 1000;
    transition: 0.3s;
}

.ares.tparrows.tp-leftarrow:before {
    content: "\f13a";
}

.ares.tparrows:hover {
    background: #fff;
}

.ares.tparrows {
    cursor: pointer;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 1000;
    transition: 0.3s;
}

.ares.tparrows:before {
    font-family: Flaticon;
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 46px;
    text-align: center;
}

.ares.tparrows.tp-rightarrow:before {
    content: "\f123";
}

.ares.tparrows:before {
    font-family: Flaticon;
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 46px;
    text-align: center;
}

.blue-color {
    background: #0049b1;
    color: #fff;
}

.blue-color a,
.blue-color .topbar_languages select {
    color: #fff;
}

.blue-color .social-list a {
    color: #84afed;
}

.blue-color .social-list a:hover {
    color: #ff9000;
}

.blue-color .topbar_menu ul li,
.blue-color .topbar-info li,
.blue-color .topbar_languages {
    border-color: rgba(255, 255, 255, .15);
}

.project_filters-h5 {
    text-align: left;
    padding-left: 0;
}

.project_filters-h5 li:first-child {
    margin-left: 0;
}

.projects-grid.pf_3_cols-s2 .project-item {
    width: 25%;
}

.projects-grid.pf_3_cols-s2 .project-item.big-style {
    width: 50%;
}

/* Index 6 */

@media screen and (min-width: 1200px) {
    .home-6 .is-stuck {
        background-color: #0042a1;
        -webkit-box-shadow: 4px 4px 30px 0 rgba(42, 67, 113, .3);
        -moz-box-shadow: 4px 4px 30px 0 rgba(42, 67, 113, .3);
        box-shadow: 4px 4px 30px 0 rgba(42, 67, 113, .3);
    }
    .home-6 .is-stuck .main-navigation ul li ul {
        background-color: #0042a1;
        -webkit-box-shadow: 4px 4px 30px 0 rgba(20, 89, 186, .3);
        -moz-box-shadow: 4px 4px 30px 0 rgba(20, 89, 186, .3);
        box-shadow: 4px 4px 30px 0 rgba(20, 89, 186, .3);
    }
    .home-6 .is-stuck .main-navigation ul li ul a {
        color: #fff;
    }
}

.home-6.header-overlay .is-stuck .main-navigation>ul>li>a {
    color: #fff;
}

.home-6.header-overlay .is-stuck .main-navigation>ul>li.menu-item-has-children>a:after {
    color: rgba(255, 255, 255, .5);
}

.icon-box-h6.icon-box.s2:hover {
    box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .3);
}

.icon-box-h6.icon-box.s3 .bg-before,
.icon-box-h6.icon-box.s2:before {
    background-color: #1459BA;
    background-image: url(images/bg-box1-home6.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.icon-box-h6.icon-box.s3 .bg-after,
.icon-box-h6.icon-box.s2:after {
    background-color: #1459BA;
    background-image: url(images/bg-box2-home6.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.icon-box-h6 .icon-main i,
.icon-box-h6 .icon-main span {
    color: #0EC6FF;
}

.icon-box-h6.icon-box h5,
.icon-box-h6.icon-box h5 a {
    color: #FFF;
}

.icon-box-h6.icon-box p {
    color: #C5DDFF;
}

.ot-pricing-table-h6.ot-pricing-table:before {
    background-color: #1459BA;
    background-image: url(images/top3-price-home6.png);
    background-position: top center;
}

.ot-pricing-table-h6.ot-pricing-table:after {
    background-color: #1459BA;
}

.ot-pricing-table-h6.ot-pricing-table.s1:after {
    background-image: url(images/bot1-price-home6.png);
    background-position: bottom left;
}

.ot-pricing-table-h6.ot-pricing-table h2 {
    color: #FFF;
    font-weight: 700;
}

.ot-pricing-table-h6.ot-pricing-table .inner-table>p {
    color: #FFF;
}

.ot-pricing-table-h6.ot-pricing-table .details {
    border-color: rgba(0, 0, 0, .15);
    color: #FFF;
}

.ot-pricing-table-h6.ot-pricing-table:after {
    background-image: none;
}

.ot-pricing-table-h6.ot-pricing-table.s3:before {
    background-color: #1459BA;
    background-image: url(images/top3-price-home6.png);
    background-position: top center;
}

.ot-pricing-table-h6.ot-pricing-table.s3:after {
    background-color: #1459BA;
    background-image: none;
}

.ot-pricing-table-h6.ot-pricing-table.feature .details {
    border-color: rgba(255, 255, 255, .2);
    color: #FFF;
}

.ot-pricing-table-h6.ot-pricing-table {
    padding: 40px 30px 0 30px;
    box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .3);
}

.ot-pricing-table.feature .title-table {
    background: #FFF;
    color: #ff9000;
}

.ot-pricing-table-h6.ot-pricing-table.feature {
    padding: 56px 30px 0px 30px;
}

.feature-col-img {
    margin: 80px -60px 0 30px;
    text-align: center;
}

.ot-pricing-table.feature {
    padding: 56px 30px 0 30px;
    box-shadow: 8px 8px 30px 0 rgba(254, 76, 28, .37);
}

.ot-pricing-table.feature,
.ot-pricing-table.s2.feature h2,
.ot-pricing-table.feature .inner-table>p {
    color: #fff;
}

.ot-pricing-table.feature .octf-btn {
    background: #FFF;
    color: #ff9000;
}

.ot-pricing-table.feature .octf-btn i {
    color: #FFF;
    background: #ff9000;
}

.ot-pricing-table.feature:before {
    background-color: #FF4B38;
    background-image: url(images/top2-price-home6.png);
    background-position: top center;
}

.ot-pricing-table.feature:after {
    background-color: #FF4B38;
    background-image: none;
}

@media only screen and (min-width: 1600px) {
    .container-partners {
        width: 1565px;
    }
}

.service-box-2 {
    position: relative;
    padding: 35px 35px 20px 35px;
    margin-bottom: 30px;
    min-height: 230px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(80, 80, 80, 0.5);
}

.service-box-2t:active,
.service-box-2t:focus,
.service-box-2:hover {
    transform: translateY(-8px);
}
.service-box-2 h5 {
    margin-top: 20px;
    margin-bottom: 0px;
    min-height: 48px;
    font-size: 18px;
    font-weight: bold;
}
.light-bg{
    background: #f0f6ff;
}
.newsletter-text {
    background-image: url(images/bg-sub-home5.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding: 0 0 0 80px;
    color: #fff;
}

.newsletter-text h4 {
    color: #FFF;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.newsletter-text p {
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
}

/* About */

.about-swrap-top-1 {
    margin-top: -75px;
}

.number-box.s2 {
    color: #ff9000;
    background-color: rgba(1, 96, 231, .152);
}

.number-box.s3 {
    color: #ff9000;
    background-color: rgba(254, 76, 28, .154);
}

.ot-progress .iprogress {
    background: #fff;
}

.ot-progress .progress-bar {
    background: #ff9000;
    box-shadow: 10px 10px 24px 0px rgba(0, 195, 255, .3);
}

.ot-progress .progress-bar.s2 {
    background: #ff9000;
    box-shadow: 10px 10px 24px 0px rgba(1, 96, 231, .3);
}

.btn-rounder {
    border-radius: 15px;
}

/* Team */

.team-image img {
    border-radius: 10px;
}

.team-block {
    background-image: linear-gradient(145deg, #0039e4 0%, #04dbf1 100%);
    box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, .3);
    padding: 50px;
    border-radius: 15px;
    float: right;
}

.steam-pos {
    color: #ff9000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 17px;
}

.steam-name {
    font-size: 42px;
    font-weight: 700;
    color: #1a1b1e;
    line-height: 1;
    margin-bottom: 25px;
}

.steam-desc {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.steam-info {
    font-weight: 600;
    color: #1a1b1e;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
    .team--top {
        margin-top: -25%;
    }
    .team-block {
        max-width: 380px;
    }
}

@media only screen and (max-width: 992px) {
    .team-block {
        width: 100%;
    }
}

/* Process */

.section-tab {
    max-width: 1530px;
    padding: 110px 20px 90px 20px;
    margin-right: auto;
    margin-left: auto;
    background-image: linear-gradient(145deg, #0039e4 0%, #04dbf1 100%);
    border-radius: 15px;
    margin-bottom: -270px;
    z-index: 1;
}

.tab-titles .title-item h6 {
    font-weight: 700;
}

.section-tab .ot-heading span {
    color: #a5b7d2;
}

.section-tab .ot-heading h6:after {
    display: none;
}

.tab-slider-content {
    background-color: #f0f6ff;
    padding: 355px 0 110px 0;
}

.tab-slider-block {
    padding-right: 65px;
}

.tab-slider-img {
    text-align: center;
}

#content-tabs .section-content {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: none;
}

#content-tabs .section-content.active {
    display: block;
}

/* Projects */

.projects-box .s2 {
    right: 0;
    bottom: 0;
    width: calc(100% - 42px);
    height: calc(100% - 42px);
    margin: 21px;
    background-color: rgba(0, 73, 177, .9);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.projects-box .s2 .portfolio-info-inner {
    background: 0 0;
    text-align: center;
}

.project-detail {
    font-weight: 700;
    line-height: 30px;
    color: #1a1b1e;
}

.project-detail span {
    color: #636363;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}

/* Services */

.service-box-s2-bg1 {
    background-image: url(images/bg-service1-1.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.service-box-s2-bg2 {
    background-image: url(images/bg-service2-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.service-box-s2-bg3 {
    background-image: url(images/bg-service3-1.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.ot-counter.s3 h6 {
    color: #1a1b1e;
    padding-left: 0;
}

.ot-counter.s3 h6:before {
    display: none;
}

.services-left-1 {
    width: 52.25%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.services-right-1 {
    width: 47.75%;
    position: relative;
    padding-left: 100px;
}

.repeater-item-1 {
    top: 80px;
    left: -295px;
}

.repeater-item-2 {
    top: 430px;
    left: 20px;
}

.repeater-item-3 {
    top: 135px;
    left: 425px;
}

.repeater-item-1 .ot-cprocess-item-number {
    color: #ff9000;
}

.repeater-item-2 .ot-cprocess-item-number {
    color: #ff9000;
}

.repeater-item-3 .ot-cprocess-item-number {
    color: #ff9000;
}

.repeater-item-1 .ot-cprocess-item-dot {
    background-color: #ff9000;
    box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, .4);
}

.repeater-item-2 .ot-cprocess-item-dot {
    background-color: #ff9000;
    box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, .4);
}

.repeater-item-3 .ot-cprocess-item-dot {
    background-color: #ff9000;
    box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, .4);
}

.ot-cprocess .circle_logo {
    position: absolute;
    z-index: 2;
    top: 140px;
    left: 150px;
}

.search-engine .icon-box.s4 h5,
.search-engine .icon-box.s1 h5 {
    margin-bottom: 10px;
}

.search-engine .icon-box.s4 p,
.search-engine .icon-box.s1 p {
    font-size: 14px;
}

.search-engine .icon-box.s4 .icon-main,
.search-engine .icon-box.s1 .icon-main {
    background-image: linear-gradient(145deg, #fff 0%, #fff 100%);
}

.search-engine .icon-box.s4 .icon-main span,
.search-engine .icon-box.s1 .icon-main span {
    color: #ff9000;
}

.search-engine .icon-box.s4 .icon-main:hover,
.search-engine .icon-box.s1 .icon-main:hover {
    background-image: linear-gradient(145deg, #0039e4 0%, #04dbf1 100%);
}

.search-engine .icon-box.s4 .icon-main:hover span,
.search-engine .icon-box.s1 .icon-main:hover span {
    color: #fff;
}

@keyframes bounce {
    from {
        transform: translate3d(0px, 0px, 0px);
    }
    to {
        transform: translate3d(0px, -50px, 0px);
    }
}

.search-engine-form {
    position: relative;
    /*margin-bottom: -160px;*/
    background-color: transparent;
    background-image: linear-gradient(145deg, #0039e4 0%, #04dbf1 100%);
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
}

.search-engine-form .bg-overlay {
    background-image: url(images/rocket-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
}

.search-engine-form .bg-overlay-img2 {
    background-image: url(images/rocket-img.png);
    background-position: top right;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    height: 120%;
    width: 100%;
    left: 0;
    bottom: 0;
    max-height: 334px;
    position: absolute;
}

.search-engine-form .title {
    position: relative;
}

.search-engine-form h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 40px;
    padding-top: 80px;
    line-height: 1;
}

.search-engine-form form {
    padding-bottom: 80px;
}

.project-slider .slick-dots {
    bottom: -70px;
}

.search-engine-cta {
    background-image: url(images/bg-block-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 60px;
    margin-top: 0;
    margin-bottom: -60px;
    border-radius: 15px;
}

.search-engine-cta h2 {
    color: #fff;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 30px;
    font-weight: 900;
}

/* Contact */

.our-contact {
    padding: 60px;
    background-image: linear-gradient(145deg, #0039e4 0%, #04dbf1 100%);
    border-radius: 15px;
    margin-right: 30px;
    margin-left: 30px;
    box-shadow: 18px 18px 40px 0px rgba(2, 156, 236, .3);
}

.our-contact .contact-info h6 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Red Hat Display;
}

.our-contact .ot-heading h6:after,
.form-contact .ot-heading h6:after {
    display: none;
}

.our-contact .contact-info i:before {
    font-size: 30px;
}

.form-contact {
    margin-right: 30px;
    margin-left: 30px;
}

.form-contact textarea {
    height: 120px;
}

.map {
    filter: brightness(100%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
}

.map iframe {
    margin-top: -40px;
}

.z-index-1 {
    z-index: 1;
}

.instagram_widget .widget-insta-feeds {
    display: table;
}

.blog-grid-content .page-pagination {
    margin-top: 30px;
}

.single-post-inner>div {
    padding-bottom: 30px;
}

.comments-area .comment-item .gravatar img {
    max-width: 80px;
}

.homeblog {
    overflow: auto !important;
}
.homeblog .entry-title a{
  font-size: 20px;
  color: #000;
  line-height: 28px;
    display: inline-block;
}
.entry-meta{
  color: #ff9000;
}
.sl-icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
}

.sl-wrapper .sl-count,
.sl-wrapper .sl-text {
    vertical-align: unset;
}

/* Element */

.title-default {
    color: #1a1b1e;
    font-weight: 900;
    line-height: 1;
}

.icon-box.s2:before {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(images/bg1-box.png);
    background-repeat: no-repeat;
}

.icon-box.s2:after {
    background-image: url(images/bg2-box.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.ot-counter.s3 .num {
    padding-left: 0;
}

.ot-counter.s3 span {
    color: #ff9000;
    font-size: 36px;
}

.icon-main.warning {
    background-color: #ffa71d;
}

.icon-main.success {
    background-color: #23da79;
}

.icon-main.danger {
    background-color: #ff9000;
}

.drop-cap {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 1;
    margin: 0 20px 20px 0 !important;
    box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px;
}

.drop-cap-second {
    color: #6ec1e4;
    border-color: #6ec1e4;
}

.drop-cap-third {}

.drop-cap-letter {
    font-size: 24px;
    line-height: 40px;
    display: block;
    font-weight: 700;
    color: #ff9000;
}

.drop-cap-second .drop-cap-letter {
    color: #ff9000;
}

.drop-cap-third .drop-cap-letter {
    color: #ff9000;
}

.drop-cap-primary .drop-cap-letter {
    color: #ff9000;
}

.drop-cap-bg-second .drop-cap-letter {
    background-color: #ff9000;
    color: #fff;
}

.drop-cap-bg-third .drop-cap-letter {
    background-color: #ff9000;
    color: #fff;
}

.drop-cap-bg-primary .drop-cap-letter {
    background-color: #ff9000;
    color: #fff;
}

.icon-list-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

.icon-list-items li {
    padding-bottom: calc(12px/2);
}

.icon-list-items li i {
    color: #ff9000;
    font-size: 14px;
}

.icon-list-items .icon-list-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 5px;
}

/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/

/** Footer Style **/

.site-footer {
    position: relative;
    overflow: hidden;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}

.bg-gradient {
    background-color: transparent;
    background-image: linear-gradient(145deg, #002cae 47%, #04b6f1 100%);
}

.footer-top-bottom {
    padding: 130px 0 115px;
}

.footer-shape-top {
    top: -1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.footer-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer-shape-top svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(142% + 1.3px);
}

.footer-shape-fill {
    fill: #f0f6ff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.footer-logo {
    margin-bottom: 80px;
}

.site-footer a,
.site-footer a:visited {
    color: #9ee8ff;
}

.site-footer .elementor-widget-container h5 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
}

.site-footer .elementor-widget-container ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.site-footer .elementor-widget-container ul li {
    margin-bottom: 12px;
}

.site-footer .elementor-widget-container ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.site-footer .footer-contact-info ul li {
    line-height: 30px;
}

.site-footer .footer-contact-info ul li strong {
    font-weight: bold;
    color: #9ee8ff;
}
.footer-menu ul {
    list-style: none;
    text-align: center;
    text-align: right;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0px 10px;
}

.footer-menu ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.footer-menu ul li a:hover {
    color: #ff9000;
}

.contact-info i.flaticon-viber:before {
    font-size: 31px;
}

.contact-info.box-style2 .box-icon {
    line-height: 40px;
}

.bg-gradient-2 {
    background-image: linear-gradient(280deg, #04b6f1 0%, #002cae 62%);
}

.accordions-gradient .current {
    background-color: transparent;
    background-image: linear-gradient(145deg, #ff9000 0%, #ff9000 100%);
}

.accordions-gradient .acc-item.current .acc-toggle,
.accordions-gradient .acc-item .acc-content {
    color: #fff;
}

.faq-form-wrap {
    box-shadow: 20px 20px 65px 0px rgba(2, 156, 236, .3);
    margin-top: -295px;
    margin-bottom: 0;
    padding: 72px 100px 75px;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    margin-bottom: 125px;
    border-radius: 15px;
}

.faq-form-wrap h6 span {
    color: #ff9000;
}

.form-control {
    width: 100%;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404 {
    padding: 180px 0;
}

.error-404 h2 {
    font-size: 250px;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04daf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04daf1);
    background-image: linear-gradient(145deg, #0039e4, #04daf1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 8px 8px 13px rgba(2, 156, 236, 0.3);
    -moz-text-shadow: 8px 8px 13px rgba(2, 156, 236, 0.3);
}

.error-404 h2 img {
    position: absolute;
    top: 17px;
    right: -200px;
    z-index: -1;
}

.error-404 .content-404 {
    max-width: 480px;
    margin: auto;
}

.error-404 .content-404 p {
    font-size: 18px;
    margin-bottom: 40px;
}

.error-404 .content-404 form {
    margin: 0 30px 20px;
}

.digital_banner {
    width: 100%;
    background-size: contain;
    background-position: bottom right;
    background-image: url(images/digital-marketing-training.png);
    background-repeat: no-repeat;
    background-color: #f0f6ff;
}

.eccomerce_banner {
    width: 100%;
    background-size: auto;
    background-position: center right 10%;
    background-image: url(images/seo-ecommerce.png);
    background-repeat: no-repeat;
    background-color: #f9f9f9;
}

.digital_banner_full {
    padding: 70px 0;
    position: relative;
}

.digital-header-content {
    max-width: 600px;
}

.eccomerce_banner .digital-header-content {
    max-width: 680px;
}

.ppc_header {
    width: 100%;
    background-size: contain;
    background-position: center right;
    background-image: url(images/seo3-slider-bg1.png);
    background-repeat: no-repeat;
    background-color: #f9f9f9;
}

.ppc_header .digital-header-content h1 {
    font-size: 42px;
}
.bg-gray {
    background: #f5f5f8;
}
.half_list {
    padding: 0px;
    list-style: none;
}
.half_list li {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    margin-bottom: 15px;
}
.half_list li i {
    color: #ff9000;
}

.half_list li i:before {
    font-size: 22px;
    line-height: 1;
}

.font30 {
    font-size: 30px;
}
.ranking-box{
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 8px 0px rgba(80, 80, 80, 0.5);
}
.ranking-box p{
    margin-bottom: 0px;
}
.ranking-tabel{
    width: 100%;
}
.ranking-tabel tr th{
    background: #d9edf7;
    border: 1px solid #d0d0d0;
}
.ranking-tabel tr td{
    border: 1px solid #d0d0d0;
}
.ranking-tabel tr:nth-child(odd) td{
    background: #f9f9f9;
}

.with_icon {
    display: flex !important;
    justify-content: space-between;
}

.page-header .breadcrumbs li::before {
    content: "";
    font-family: "Flaticon";
    font-size: 11px;
    color: #a5b7d2;
    margin: 0 8px;
}

.freewebedit {
    width: 100%;
    margin: 0;
    padding: 35px 0;
    overflow: hidden;
    background: #e9f0fc;
    text-align: center;
}

.freewebedit input[type="text"],
.freewebedit input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 14px;
    line-height:25px;
    color: #3d3d3d;
    border-radius: 4px;
    border: 0;
    background: #fff;
        margin-bottom: 10px;
}

.freewebedit input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    border-radius: 15px;
    border: 0;
    background: #ff9000;
    padding: 8px 10px;
}

.text-list {
    padding: 0px;
    list-style-position: inside;
}

.text-list li i {
    color: #ff9000;
}

.text-list li i:before {
    font-size: 20px;
    line-height: 1;
}

.blog-section {
    width: 100%;
    padding: 40px 0px;
}

.default-blog-news {
    position: relative;
    transition: .5s ease-in-out;
    margin-bottom: 50px;
}

.default-blog-news .lower-content {
    position: relative;
    padding: 0px 0px 2px;
    padding-left: 0px;
    border-bottom: 1px solid #f4f4f4;
}

.default-blog-news .lower-content h4 a {
    color: #222;
    transition: all 300ms ease;
    font-size: 18px;
}

.default-blog-news .lower-content .post-meta {
    color: #4fc2ed;
    font-size: 16px;
    margin-bottom: 7px;
}

.default-blog-news .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}

.default-blog-news .img-holder a {
    width: 100%;
}

.default-blog-news .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.default-blog-news .overlay {
    background-color: rgba(16, 37, 46, 0.9);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5, 0.5);
    z-index: 9;
}

.default-blog-news .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.default-blog-news .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.default-blog-news .img-holder .overlay .box .content a i {
    background: #f7b32a;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.default-blog-news .date {
    position: absolute;
    left: 0px;
    top: 10px;
    height: 50px;
    width: 50px;
    background: #0a5474;
    line-height: 17px;
    padding-top: 8px;
    font-size: 14px;
    z-index: 9;
    color: #fff;
    text-align: center;
}

.default-blog-news .lower-content h4 {
    color: #222;
    font-weight: 400;
    margin-bottom: 10px;
    min-height: 56px;
    padding-left: 60px;
    line-height: normal;
}

.default-blog-news .lower-content h4 a {
    color: #222;
    transition: all 300ms ease;
    font-size: 18px;
}

.default-blog-news .lower-content .post-meta {
    color: #4fc2ed;
    font-size: 16px;
    margin-bottom: 7px;
}

.default-blog-news .lower-content .text p {
    margin-bottom: 10px;
}

.default-blog-news:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1, 1);
}

.blog-sidebar {
    padding: 40px 0px;
}

.overview-img {
    width: 400px;
    border: 8px inset #afafaf;
    border-radius: 12px;
    /* box-shadow: 0px 0px 10px #6b6b6b; */
    height: 350px;
    float: right;
    text-align: center;
    overflow: hidden;
}

.portfolio_section2 {
    width: 100%;
    padding: 70 0px;
    background: #1a3d69;
    position: relative;
}

.portfolio_section2 h3,
.portfolio_section2 p {
    color: #fff;
}

.portfolio_section4 {
    width: 100%;
    padding: 70px 0px;
    background: #333;
    position: relative;
    color: #fff;
}

.portfolio_section4 h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

.case-steady-testimonial {
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 25px;
}

.portfolio_section4 h4 {
    color: #fff;
    margin-top: 0px;
    font-weight: bold;
    font-size: 21px;
}

.portfolio_section4 h5 {
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}

.inner-banner {
    position: relative;
    background-image: url(images/page-banner.jpg);
    margin-bottom: 30px;
}

.inner-banner .box {
    position: relative;
    display: table;
    height: 140px;
    padding-top: 30px;
    width: 100%;
    text-align: center;
}

.inner-banner .box h3 {
    color: #fff;
}

.breadcumb-wrapper {
    background: #fff;
    padding: 16px 20px;
    border: 1px solid #f4f4f4;
    position: relative;
    bottom: -30px;
}

.breadcumb-wrapper ul,
.breadcumb-wrapper li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    color: #ff2524;
    display: inline-block;
}

.breadcumb-wrapper ul.link-list li a {
    color: #222;
    text-transform: capitalize;
    font-size: 18px;
    transition: .3s ease;
}

.breadcumb-wrapper ul.link-list li a:after {
    content: "/";
    margin: 0 10px;
}

.footer-widget h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
}

ul.ftsocial {
    text-align: left;
    margin: 0;
    display: flex;
    padding: 0px;
}

ul.ftsocial li {
    line-height: 27px;
    margin-right: 10px;
    margin-top: 0px;
}

ul.ftsocial li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #333;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #333;
}

.footer-widget ul.ftsocial li a {
    border: 1px solid #ff9000;
    color: #ff9000;
}
.contbg .inform {
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.contbg .inform .icons {
    float: left;
    margin-right: 10px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #525151;
}

.contbg .inform .icons i:before {
    font-size: 22px;
}

.contbg .inform .caps {
    float: left;
    width: calc(100% - 45px);
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.contbg .inform .caps a {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.fl-col-content {
    background-color: #edf6fe;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.module-icon {
    margin-top: -88px;
    margin-bottom: 20px;
}

.custom_col_ecommerce a {
    color: #000;
    transition: all 0.3s ease-in-out;
}

.new_box {
    transition: all 0.3s ease-in-out;
    background-size: cover;
    background-position: center;
    padding: 20px 10px;
    box-shadow: 0 0px 10px #626262;
    text-align: center;
    margin-bottom: 30px;
}

.new_box:hover {
    background: #d3e4fb;
    transition: all 0.3s ease-in-out;
}

.top_name {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}

.sem-btn-ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.sem-btn-ul li {
    width: 20%;
    float: left;
}

.sem-btn-ul li span {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: #1c4a94;
    padding: 48px 0;
    width: 150px;
    text-align: center;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto;
    display: block;
    font-weight: 600;
}

.sem-btn-ul li:nth-of-type(1) span {
    background-image: linear-gradient(to right top, #346ac0, #386ec5, #3c72ca, #3f77cf, #437bd4);
}

.sem-btn-ul li:nth-of-type(2) span {
    background-image: linear-gradient(to right top, #428ec2, #4290c5, #4392c9, #4394cc, #4496d0);
}

.sem-btn-ul li:nth-of-type(3) span {
    background-image: linear-gradient(to right top, #3facc4, #45afc6, #4ab1c8, #50b4cb, #55b7cd);
}

.sem-btn-ul li:nth-of-type(4) span {
    background-image: linear-gradient(to right top, #566fcd, #5a72d0, #5d75d2, #6179d5, #647cd8);
}

.sem-btn-ul li:nth-of-type(5) span {
    background-image: linear-gradient(to right top, #7164cf, #7567d2, #786bd5, #7c6ed9, #7f72dc);
}

.sem-btn-ul li span:hover {
    background: #f46b25;
}

.logoslist img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 3px;
    margin-top: 10px;
}

.ppc-section1 {
    margin-bottom: 50px;
    width: 100%;
    float: left;
}

.ppc-section1 div:nth-of-type(1) {
    width: 17%;
    float: left;
}

.ppc-section1 div:nth-of-type(2) {
    width: 82%;
    float: right;
}

.ppc-section1 h2 {
    color: #28313c;
    font-size: 20px;
}

.ppc-section1 h2 a {
    color: #28313c;
}

.readmore {
    margin-left: 5px;
    color: #fe6b0b;
}

.conversion-rate-optimization-icons,
.display-banner-advertising-icons,
.download-retention-icon,
.ecommerce-SEO-icons,
.email-templates-for-various-campaigns-icons,
.facebook-management-icons,
.hyperlocal-SEO-icons,
.instagram-management-icons,
.keyword-research-icon,
.ppc1,
.ppc2,
.ppc3,
.ppc4,
.search-ads-advertising-icons,
.search-optimization-icon,
.semiconimg1,
.semiconimg2,
.semiconimg3,
.signing-up-icons,
.soluctionicon1,
.soluctionicon10,
.soluctionicon11,
.soluctionicon12,
.soluctionicon13,
.soluctionicon2,
.soluctionicon3,
.soluctionicon4,
.soluctionicon5,
.soluctionicon6,
.soluctionicon7,
.soluctionicon8,
.strategy-icons,
.targeting,
.tracking-icons,
.triggered-proactive-communications-icons,
.twitter-management-icons,
.you-tube-management-icons {
    background: url(images/sprites-big.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.search-ads-advertising-icons {
    background-position: -458px -229px;
    width: 80px;
    height: 80px;
}

.display-banner-advertising-icons {
    background-position: -321px -466px;
    width: 80px;
    height: 80px;
}

.soluctionicon12 {
    background-position: -458px -127px;
    width: 80px;
    height: 80px;
}

.email-templates-for-various-campaigns-icons {
    background-position: 0 -466px;
    width: 80px;
    height: 80px;
}

.you-tube-management-icons {
    background-position: -680px -466px;
    width: 80px;
    height: 80px;
}

.nodeliststwo {
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s ease-in;
    width: 100%;
    margin-top: 20px;
}

.nodeliststwo li {
    border-radius: 1.6rem;
    cursor: pointer;
    width: 23%;
    font-size: 18px;
    padding: 25px 30px;
    text-align: center;
    margin: 0 1%;
    color: #000;
    margin-bottom: 30px;
    transition: width .4s ease-in;
    background: #d0e2fb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border: 1px solid #efeaea;
}

.services-offering-content {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px #999;
    -moz-box-shadow: 0px 0px 10px #999;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #999;
    height: 100%;
    text-align: center;
    width: 100%;
    float: left;
}

.services-offering-icon {
    padding-bottom: 30px;
}

.services-offering-content h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #1e74ba;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.services-offering-content p {
    font-size: 16px;
    color: #363636;
    text-align: center;
}

.what-do {
    background-color: #242C33;
    background-image: url(/images/bluedot-1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 250px auto;
}

.what-do h2 {
    color: #FFF;
}

.what-do h2 span {
    color: #359CD4;
}

.what-do ul li {
    color: #FFF;
}

.paid-camp-ser {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-right: 38px;
    padding: 30px 15px 30px;
    vertical-align: top;
    min-height: 281px;
    position: relative;
    border-radius: 10px;
    border: solid 2px rgb(236, 236, 236);
    text-align: center;
}

.paid-camp-ser .icnbx {
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
}

.paid-camp-ser p {
    line-height: 20px;
    position: relative;
}

.paid-camp-ser p:nth-child(2) {
    font-size: 20px;
    position: relative;
    padding: 0 0 30px;
}

.paid-camp-ser p:nth-child(2):after {
    width: 100px;
    height: 5px;
    left: 50%;
    margin-left: -50px;
    background: #dc5426;
    position: absolute;
    content: "";
    transition: all .5s ease 0s;
    bottom: 15px;
}

/*--------------------------------------------------------------

# Responsive

--------------------------------------------------------------*/

@media (min-width: 992px) {
    .lg-hidden {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .md-hidden {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .sm-hidden {
        display: none;
    }
}

@media (max-width: 480px) {
    .xs-hidden {
        display: none;
    }
    .copyright {
        line-height: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .header_mobile .octf-btn-cta {
        padding-right: 50px;
        padding-top: 7px;
        display: block;
        float: right;
    }
    .header_mobile .octf-btn-cta .octf-header-module .octf-cta-icons i {
        background: #f0f6ff;
        color: #1a1b1e;
    }
    .header_mobile .octf-btn-cta .octf-header-module .octf-cta-icons i:before {
        color: #1a1b1e;
    }
    .header_mobile .mobile_nav .mobile_mainmenu ul {
        display: none;
    }
    .bg-about {
        background-size: 0px auto;
    }
    .our-contact {
        margin-right: 0;
    }
    .md-m-b30 {
        margin-bottom: 30px;
    }
}

@media (min-width: 993px) and (max-width: 1230px) {
    .md-clear {
        clear: both;
    }
}

@media (min-width: 1025px) {
    .services-content-marketing {
        display: none;
    }
}

@media (max-width: 1200px) {
    .md-p-b60 {
        padding-bottom: 60px;
    }
    .md-m-b40 {
        margin-bottom: 40px;
    }
    .h4-social-icons {
        display: none;
    }
}

@media (max-width: 1024px) {
    .sem-btn-ul li span{
        font-size: 16px;
        padding: 32px 0;
        width: 120px;
        height: 120px;
    }
    .rev-phonenum {
        display: none;
    }
    .btn-rev-i2 {
        display: none !important;
    }
    .banner.big-padding-top {
        padding: 150px 0 120px;
    }
    .bg-about,
    .bg-pricing,
    .bg-counter,
    .bg-testi,
    .bg-team,
    .bg-process,
    .site-footer-5 {
        background-size: 0px auto;
    }
    .bg-cta {
        background-position: top center;
    }
    .bg-cta .bg-overlay {
        background-position: center center;
    }
    .ot-cprocess {
        display: none;
    }
    .services-content-marketing .process-box {
        margin-bottom: 60px;
    }
    .services-content-marketing .process-box:last-child {
        margin-bottom: 0;
    }
    .section-content-marketing {
        padding-bottom: 110px;
    }    
    .home4-top-right {
        width: 100%;
        text-align: center;
    }
    .site-footer-2.site-footer-home2 .footer-widget h5 {
        margin-top: 40px;
    }
    .feature-col-img {
        margin: 0;
    }
}

@media (max-width: 992px) {
     .error-404 .error-image {
        position: static;
    }
    .sm-order-last {
        order: 13;
    }
    .sm-text-center {
        text-align: center;
    }
    .sm-text-left {
        text-align: left;
    }
    .sm-m-t0 {
        margin-top: 0;
    }
    .sm-m-a0 {
        margin: 0;
    }
    .sm-m-l0 {
        margin-left: 0;
    }
    .sm-m-r0 {
        margin-right: 0;
    }
    .sm-m-b30 {
        margin-bottom: 30px;
    }
    .sm-m-b60 {
        margin-bottom: 60px;
    }
    .sm-m-b40 {
        margin-bottom: 40px;
    }
    .sm-m-b55 {
        margin-bottom: 55px;
    }
    .sm-p-t30 {
        padding-top: 30px;
    }
    .sm-p-b20 {
        padding-bottom: 20px;
    }
    .sm-p-t0 {
        padding-top: 0;
    }
    .sm-p-t50 {
        padding-top: 50px;
    }
    .sm-m-b60 {
        margin-bottom: 60px;
    }
    .sm-p-b60 {
        padding-bottom: 60px;
    }
    .sm-p-a0 {
        padding: 0;
    }
    .sm-p-b0 {
        padding-bottom: 0;
    }
    form p.multi-checkbox {
        float: left;
    }
    .map iframe {
        margin-top: 40px;
    }
    .about-swrap-top-1 {
        margin-top: 0;
    }
    .sm-p-tb60 {
        padding: 60px 0;
    }
    .services-left-1,
    .services-right-1 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .sm-p-lr0 {
        padding-left: 0;
        padding-right: 0;
    }
    .sm-p-l15 {
        padding-left: 15px;
    }
    .sm-p-lr15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home4-about-right,
    .home4-benefits-left,
    .home4-testimonial-right {
        margin: 0;
    }
    .newsletter-text {
        background-size: 0 auto;
        text-align: center;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .hone7-about-img {
        margin: 0 0 40px 0;
    }
    .tab-slider-block {
        padding-right: 0;
    }
    .sm-justify-content-center {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .font30 {
        font-size: 22px;
    }
    .digital_banner, .eccomerce_banner, .ppc_header{
        background-image: none;
    }
    .error-404 h2 {
        font-size: 150px;
        display: block;
    }
    .why_advertisement li {
        width: 50%;
    }
    .half_list li {
        width: 100%;
    }
    .nodeliststwo li{
        width: 48%;
        margin-bottom: 15px;
        padding: 10px 10px;
        font-size: 16px;
    }
    .elementor .elementor-hidden-phone {
        display: none;
    }
    .contbg .inform .caps{
        font-size: 16px;
        line-height: 24px;
    }
    .p-t60 {
        padding-top: 40px;
    }
    .p-b60 {
        padding-bottom: 40px;
    }
    .banner .banner-wrap {
        min-height: 650px;
    }
    .banner .banner-title {
        font-size: 14px;
    }
    .banner .banner-stitle {
        font-size: 24px;
        line-height: 30px;
    }
    .banner-text{
        font-size: 16px;
    }
    .xs-m-t0 {
        margin-top: 0;
    }
    .xs-m-t30 {
        margin-top: 30px;
    }
    .xs-m-b40 {
        margin-bottom: 40px;
    }
    .banner .shape-bottom svg {
        width: calc(300% + 1.3px);
        height: 500px;
    }
    .about-home-img img {
        margin-top: 40px;
    }
    .xs-m-t50 {
        margin-top: 50px;
    }
    .xs-m-t60 {
        margin-top: 60px;
    }
    .xs-p-t60 {
        padding-top: 60px;
    }
    .xs-p-b60 {
        padding-bottom: 60px;
    }
    .xs-p-b50 {
        padding-bottom: 50px;
    }
    .xs-p-b20 {
        padding-bottom: 20px;
    }
    .xs-p-l15 {
        padding-left: 15px;
    }
    .xs-p-lr15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .xs-m-b40 {
        margin-bottom: 40px;
    }
    .xs-m-b60 {
        margin-bottom: 60px;
    }
    .xs-p0 {
        padding: 0;
    }
    h2.main-heading {
        font-size: 25px;
        line-height: 40px;
    }
    .xs-p-b0 {
        padding-bottom: 0;
    }
    .cta {
        padding: 80px 0;
    }
    .cta-content h2 {
        font-size: 33px;
        line-height: 46px;
    }
    .cta .shape {
        height: 0;
    }
    .flex-col .ft-col-contact {
        width: 100%;
    }
    .site-footer .flex-col {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-col .ft-col-contact {
        margin-bottom: 40px;
    }
    .flex-col .ft-col-contact:last-child {
        margin-bottom: 0;
    }
    span.wpcf7-list-item {
        width: 50%;
    }
    .our-contact {
        margin-right: 0;
        margin-left: 0;
        padding: 25px 30px;
    }
    .form-contact {
        margin-left: 0;
        margin-right: 0;
    }
    .xs-p-l0 {
        padding-left: 0;
    }
    .about-swrap-top-1 {
        margin-top: 0;
    }
    .xs-p-tb60 {
        padding: 60px 0;
    }
    .xs-text-left {
        text-align: left;
    }
    .xs-text-center {
        text-align: center;
    }
    .xs-text-center * {
        text-align: center;
    }
    .xs-text-right {
        text-align: right;
    }
    .faq-form-wrap {
        padding: 30px;
    }
    .xs-p-tb80 {
        padding: 80px 0;
    }
    .shape-top svg,
    .shape-bottom svg,
    .shape-bottom.s2 svg {
        width: calc(0% + 1.3px);
    }
    .homeblog .masonry-post-item,
    .homeblog.pf_5_cols .masonry-post-item,
    .homeblog.pf_4_cols .masonry-post-item,
    .homeblog.pf_2_cols .masonry-post-item {
        width: 100%;
    }
    div.tp-bullets,
    .rev-phonenum {
        display: none;
    }
    .btn-rev-i2 {
        display: none !important;
    }
    .footer-widget,
    .copyright-2 {
        text-align: center;
    }
    .projects-grid.pf_3_cols-s2 .project-item.big-style,
    .projects-grid.pf_3_cols-s2 .project-item {
        width: 100%;
    }
    .home4-top-right h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .sem-btn-ul li span {
        font-size: 15px;
        padding: 25px 0;
        width: 100px;
        height: 100px;
    }
    .ppc-section1 {
        margin-bottom: 20px;
    }
    .ppc-section1 div:nth-of-type(1) {
        width: 90px;
        float: left;
    }
    .ppc-section1 div:nth-of-type(2) {
        width: calc(100% - 90px);
    }
    .ppc-section1 h3{
        margin-bottom: 10px;
    }
}
@media(max-width: 600px){
    .sem-btn-ul li {
        width: 33%;
        margin-bottom: 10px;
    }
}
