@import "https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,400;1,600&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200&amp;display=swap";
html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: Nunito, sans-serif;
    box-sizing: border-box;
    overflow-x: hidden
}

.title_clr {
    color: #ff4500
}

p {
    font-size: 18px
}

.container {
    max-width: 1270px;
    font-family: Nunito, sans-serif
}

.main_btn {
    background: linear-gradient(90deg, #df0905 0, #f94d02 100%);
    padding: 12px 25px;
    transition: .3s
}

.main_btn:hover {
    box-shadow: 0 11px 14px -7px rgb(0 0 0/25%) !important;
    transform: translateY(-5px) !important;
    -webkit-transform: translateY(-5px) !important;
    transition: .3s
}

.main_btn .placeholder {
    font-size: 17px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: .5px;
    color: #fff
}

.main_btn_brdr {
    padding: 12px 25px;
    transition: .3s;
    border: 1px solid #ff3834;
    background-color: #f9f1f1;
    color: #ff3834;
    font-size: 17px;
    font-weight: 700
}

.main_btn_brdr:hover {
    transition: .3s;
    color: #ff3b33;
    transform: translateY(-5px) !important;
    -webkit-transform: translateY(-5px) !important;
    box-shadow: 0 11px 14px -7px rgb(0 0 0/25%) !important
}

.banner_section {
    background-image: url(../img/banner1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 112px 0
}

.slider_section .h1 {
    font-weight: 700;
    font-size: 55px;
    margin: 0;
    color: #161616;
    font-family: Montserrat, sans-serif
}

.slider_section p {
    font-weight: 400;
    font-size: 21px;
    margin: 30px 0 40px;
    letter-spacing: .2px;
    color: #4a4a4a
}

.btn.focus,
.btn:focus {
    box-shadow: none
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: #ff3c34;
    transition: .3s
}

.owl-dot.hover span,
.owl-dots .owl-dot.active span {
    border: 1px solid #ff3c34;
    background-color: #ffe9e8 !important;
    border-radius: 10px;
    padding: 2px;
    transition: .3s
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px
}

.font-weight-600 {
    font-weight: 700
}

.ul_soft li a {
    font-weight: 600;
    color: #7a7a7a
}

.soft_box {
    box-shadow: 2px 5px 30px 0 rgb(23 22 139/8%);
    transition: background .5s, border .3s, border-radius .3s, box-shadow .3s;
    margin: 0;
    padding: 30px;
    transition: .3s;
}
.soft_box:hover {
    box-shadow: 2px 5px 30px 0 rgb(23 22 139/0%);
    transition: background .5s, border .3s, border-radius .3s, box-shadow .3s;
    background-color: #fff7f4;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: .3s;
	border-color:#e00b04;
}
.soft_box2 {
    box-shadow: 2px 5px 30px 0 rgb(23 22 139 / 8%);
    transition: background .5s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0;
    padding: 30px;
    transition: .3s;
	border-top: 3px solid red;
}
.soft_box2:hover {
    box-shadow: 2px 5px 30px 0 rgb(23 22 139/0%);
    transition: background .5s, border .3s, border-radius .3s, box-shadow .3s;
    background-color: #fff7f4;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: .3s;
	border-color:#e00b04;
}
.soft_box1 {
    box-shadow: 2px 5px 30px 0 rgb(23 22 139/8%);
    transition: background .5s, border .3s, border-radius .3s, box-shadow .3s;
    margin: 0;
    padding: 30px;
    transition: .3s;
	border:2px solid #f13803;
}
.soft_box1:hover {
    box-shadow: 2px 5px 30px 0 rgb(23 22 139/0%);
    transition: background .5s, border .3s, border-radius .3s, box-shadow .3s;
    background-color: #fff7f4;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: .3s;
	border-color:#e00b04;
}

blink {
  -webkit-animation: 1s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
  animation: 1s linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

.cmn_heading h4 {
    font-size: 41px;
    font-weight: 700;
    background: #ff3834;
    background: -webkit-linear-gradient(to right, #ff3834 50%, #ff7133 100%);
    background: -moz-linear-gradient(to right, #ff3834 50%, #ff7133 100%);
    background: linear-gradient(to right, #ff3834 50%, #ff7133 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.gradient_heading {
    font-weight: 700;
    background: #df0905;
    background: -webkit-linear-gradient(to right, #ff3834 50%, #ff7133 100%);
    background: -moz-linear-gradient(to right, #ff3834 50%, #ff7133 100%);
    background: linear-gradient(to right, #ff3834 50%, #ff7133 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.light_text {
    color: #757982
}

.read_link {
    color: #ff3b34;
    margin: 12px 0 0;
    display: inline-flex;
    font-weight: 500
}

.img-top p {
    font-size: 30px;
    font-weight: 900;
    width: 56%;
    color: #d3d3d3;
    line-height: 35px
}

.skill-items .progress-box {
    margin-bottom: 30px
}

.skill-items .progress-box h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
    text-align: left
}

.skill-items .progress-box .progress {
    background: 0 0;
    border-bottom: 2px solid #ddd;
    box-shadow: inherit;
    border-radius: inherit;
    overflow: inherit
}

.skill-items .progress-box .progress .progress-bar {
    height: 6px;
    border-radius: 30px;
    background: linear-gradient(90deg, #ff3834 0, #ff7133 100%);
    top: 12px;
    position: relative
}

.info h2 {
    font-weight: 600
}

.txt_clr {
    color: #ff3934
}

.left-info {
    padding: 70px 0 43px
}

.owl-carousel .owl-item img {
    display: inherit;
    width: auto
}

.main_product {
    height: 100%
}

.counter_section {
    background-image: url(../img/bg-counter.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0
}

.bg-screen {
    background-color: #faf1ee;
}
.review_box {
    background: #fff;
    padding: 40px;
    min-height: 23rem;
    border-radius: 5px;
    box-shadow: 3px 3px 13px 0 rgb(0 0 0/10%)
}

.ttext {
    color: #6d6d6d
}

.num-inc {
    font-size: 70px;
    font-weight: 800;
    background: linear-gradient(to right, #ff3834 50%, #ff7133 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.cnt_box {
    border-radius: 6px;
    padding: 8px 20px;
    background-color: #ff71330d;
    position: relative
}

.blog_box_img {
    position: relative
}

.img-after {
    border-radius: 8px
}

.blog_type {
    background: linear-gradient(to right, #ff3834 50%, #ff7133 100%);
    display: inline-block;
    padding: 3px 8px;
    color: #fff;
    letter-spacing: .3px;
    font-size: 15px;
    border-radius: 3px;
    position: absolute;
    bottom: -12px;
    left: 5%;
    box-shadow: 0 2px 8px 0 rgb(255 97 98/46%)
}

.blog_detail p {
    color: #696969;
    font-size: 16px
}

.lht_txt {
    color: #696969
}

.w-220 {
    width: 220px
}

.footer_section {
    background: linear-gradient(-90deg, #232222, #232222);
    padding-top: 5.7rem
}

.footer_section .footer-heading {
    font-size: 19px;
    color: #fff;
    margin-bottom: 20px
}

.footer_section .footer-heading .logo {
    color: #fff;
    text-transform: uppercase
}

.footer_section a {
    color: #bba387
}

.footer_section p {
    color: #ffffff9e
}

.footer_section .copyright {
    color: #ffffff9e;
    font-size: 14px
}

.footer_section .list-unstyled li a {
    color: #ffffff9e;
    display: flex
}

.footer_section .list-unstyled li a:hover {
    color: #fff
}

.footer_section .list-unstyled a {
    color: #ffffff9e
}

.footer_section .list-unstyled a:hover {
    color: #fff
}

.footer_section .subscribe {
    margin-top: -105px
}

.footer_section .subscribe-form {
    border-radius: 40px;
    background: #fff;
    padding: 3px;
    -webkit-box-shadow: 0 -12px 21px -15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 -12px 21px -15px rgba(0, 0, 0, .1);
    box-shadow: 0 -12px 21px -15px rgba(0, 0, 0, .1)
}

.footer_section .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0
}

.footer_section .subscribe-form .form-group input {
    background: 0 0 !important;
    border: none !important;
    outline: 0 !important;
    color: rgba(0, 0, 0, .3) !important;
    font-size: 16px;
    height: 56px;
    border-radius: 0
}

.footer_section .subscribe-form .form-group input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3) !important
}

.footer_section .subscribe-form .form-group input::-moz-placeholder {
    color: rgba(0, 0, 0, .3) !important
}

.footer_section .subscribe-form .form-group input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .3) !important
}

.footer_section .subscribe-form .form-group input:-moz-placeholder {
    color: rgba(0, 0, 0, .3) !important
}

.footer_section .subscribe-form .form-group input:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer_section .subscribe-form .form-group .submit {
    color: #fff !important;
    display: block;
    width: 150px;
    height: 56px;
    font-size: 14px;
    background: #bfa88e !important;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 40px
}

.footer_section .subscribe-form .form-group .submit:focus,
.footer_section .subscribe-form .form-group .submit:hover {
    text-decoration: none !important;
    outline: 0 !important
}

.footer_section .partner-wrap {
    border-top: 1px solid rgba(255, 255, 255, .05)
}

.footer_section .border-left {
    border-color: rgba(255, 255, 255, .05) !important
}

@media(max-width:1199.98px) {
    .footer_section .border-left {
        border: none
    }
}

.partner-name {
    display: flex;
    column-gap: 19px
}

.img-client {
    width: 90px;
    filter: brightness(0) invert(1)
}

.product_section {
    background: linear-gradient(179deg, #fff, #fbd0bd);
    overflow-x: hidden
}
.product_section1 {
    background: linear-gradient(179deg, #fff, #fbd0bd);
    overflow-x: hidden
}

.ps_text {
    padding: 60px 0 102px
}

span.brand_name {
    color: #ff7033;
    display: inline-block;
    letter-spacing: .8px
}

.ps_text h1 {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: .2px;
    color: #282828
}

.img_width {
    width: 758px
}

.pds_product_box {
    width: 250px
}

.pds_list_ul li:before {
    content: '\f101';
    font-family: fontello;
    font-size: 17px;
    color: #ff3933;
    margin-left: -15px;
    font-weight: 400;
    position: absolute
}

.pds_list_ul li {
    line-height: 1.6;
    margin-bottom: 3px;
    font-size: 18px
}

.pds_right {
    background: #faebd7;
    width: 100%;
    height: 100%;
    border-radius: 5px
}

ul.pds_right_list {
    list-style: none;
    padding-left: 10px;
    word-break: break-all
}

.pds_right_list li i {
    font-size: 13px
}

.docs {
    display: inline-flex;
    margin-top: 20px;
    font-size: 15px;
    border: 1px solid #ff4500;
    padding: 7px 20px;
    border-radius: 4px;
    flex-direction: column;
    line-height: 2
}

.ps_buttons a.btn {
    padding: 17px 25px;
    font-weight: 600
}

.ps_rating {
    display: flex;
    align-items: center
}

.docs a {
    color: #ff4500
}

.feature_section .media-body p {
    font-size: 17px;
    color: #404040;
    text-align: justify
}

.feature_section .media {
    background: #fff;
    border-radius: 16px;
    padding: 0 25px;
    height: 100%
}

.feature_section {
    padding: 61px 0
}

.feature_section .media h4 {
    transition: .2s
}

.feature_section .media:hover h4 {
    color: #fe6534;
    transition: .2s
}

.table {
    border: 1px solid #dee2e6
}

.table tr td i.icon-ok {
    color: #00b31e;
    font-size: 16px
}

.table_left {
    background: #f3f3f3
}

.pprc_content {
    padding: 30px 25px;
    box-shadow: 0 0 5px #ddd;
    border: 1px solid;
    border-radius: 7px;
    min-height: 380px
}

.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all .3s
}

.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all .3s
}
.shadow-box {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: 1px solid #f23903;
}
.move-up {
    transition: .6s;
}
.p-3 {
    padding: 1rem!important;
}
.h-100 {
    height: 100%!important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.collapsible-link[aria-expanded=true]::after {
    transform: rotate(90deg) translateX(-1px)
}

.collapsible-link[aria-expanded=true]::before {
    transform: rotate(180deg)
}

.accordion>.card>.card-header {
    border-left: 3px solid #ff3834
}

.collapsible-link:hover {
    text-decoration: none
}

.sticky_top_bar {
    background: linear-gradient(179deg, rgb(255 255 255) 0, rgb(255 244 239) 100%);
    z-index: 99;
    text-align: center;
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease;
    border-bottom: 1px solid #fd8e53
}

.top_bar {
    position: fixed !important;
    top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999
}

.sticky_top_bar ul {
    margin-bottom: 0;
    padding: 0
}

.sticky_top_bar li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle
}

.sticky_top_bar li a {
    color: #f36e3d;
    display: block;
    font-size: 15px;
    padding: 12px 10px 10px;
    font-weight: 600
}

.icon-star {
    color: #ffc318;
    font-size: 22px;
    margin-left: -6px
}

.screenshot_modal {
    top: 21px
}

button.close {
    background: #fff5f0;
    border: 1px solid #fd8e53;
    padding: 6px 10px !important;
    margin: 0 !important
}

.buy_banner {
    background: url(../img/buy_banner.png) no-repeat center
}

.breadcrumb ul {
    display: flex;
    list-style: none;
    margin: 10px 0 0;
    padding: 0
}

.breadcrumb {
    display: inline-flex;
    margin: 0;
    padding: 0
}

.breadcrumb a {
    color: #303030;
    font-weight: 700
}

.breadcrumb a:hover {
    text-decoration: none;
    color: #ff5034
}

.buy_section {
    padding: 80px 0
}

.buy_sec_blk {
    background-color: #fff;
    flex-direction: row;
    justify-content: space-around;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin: 0 61px
}

.buy_sec-inner {
    width: 33%;
    padding: 35px;
    transition: .3s
}

.license_type {
    font-weight: 700;
    color: #ff5733;
    font-size: 17px;
    text-transform: uppercase
}

.price sub {
    font-size: 53px;
    font-weight: 700;
    color: #404040
}

.price sup {
    font-size: 25px;
    top: -4px;
    left: -2px
}

.sytem_number {
    font-size: 16px;
    font-weight: 600;
    color: #343434
}

.sytem_number strong {
    color: #ff5733
}

.money_back li {
    color: #343434;
    font-weight: 600
}

.money_back li i {
    font-size: 13px;
    color: #63c917
}

.buy_sec-inner:not(:last-child) {
    border-right: 1px solid #ddd
}

.buy_block .btn {
    padding: 9px 18px;
    font-size: 15px;
    width: 100%
}

.buy_block .btn .placeholder {
    font-size: 15px
}

.buy_block {
    flex-direction: column;
    row-gap: 17px
}

.strip {
    background: linear-gradient(-90deg, #02203c, #001528);
    position: absolute;
    top: -24px;
    width: 100%;
    left: 0;
    padding: 8px;
    font-weight: 700;
    color: #fff;
    border-radius: 8px 8px 0 0
}

.table_section {
    background-color: #fbf9f9;
    padding: 85px 0
}

.table_section .tbl_price {
    display: block;
    font-weight: 700;
    font-size: 17px;
    padding-top: 6px;
    color: #ff5733
}

.table_section .table thead th {
    vertical-align: inherit
}

.table_section .table {
    border: 1px solid #dee2e6
}

.tbda {
    font-weight: 600;
    background: #ebebebcc !important
}

.row_gap {
    row-gap: 38px
}

.faq_section .accordion .card .card-body p {
    font-weight: 400
}

.faq_section .accordion .card .card-body ul li {
    font-size: 18px;
    font-weight: 400
}

.buy_option {
    column-gap: 20px;
    background: #fff;
    padding: 16px 42px;
    border-radius: 63px
}

.table_section .table td,
.table_section .table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
    background: #fff
}

.buy_option a {
    color: #505050;
    font-size: 16px;
    font-weight: 600
}

@media screen and (max-width:434px) {
    .product_detail_section .main_btn {
        margin: 0 0 19px !important
    }
    .buy_sec_blk {
        row-gap: 21px;
        flex-wrap: wrap;
        margin: 0 7px
    }
    .buy_sec-inner {
        width: 100%;
        padding: 0 14px
    }
    .breadcrumb a {
        font-size: 13px
    }
    .breadcrumb li span {
        font-size: 13px
    }
}

@media screen and (max-width:992px) {
    .logo img {
        width: 177px
    }
    .header {
        padding: 13px 10px
    }
    .ps_text {
        padding: 13px 0 0
    }
    .ps_rating {
        align-items: flex-start;
        flex-direction: column
    }
    .img_width {
        width: 100%;
        margin-top: 23px;
        padding-bottom: 50px
    }
    .sticky_top_bar li a span {
        display: none
    }
    .pds_right {
        margin-top: 32px
    }
}

@media screen and (min-width:576px) and (max-width:768px) {
    .pds_product_box {
        width: 100%
    }
}

@media screen and (max-width:864px) {
    .buy_sec_blk {
        row-gap: 21px;
        flex-wrap: wrap;
        margin: 0 7px
    }
    .buy_sec-inner {
        width: 50%;
        padding: 0 14px
    }
}

@media screen and (max-width:1012px) {
    .buy_sec-inner {
        width: 50%;
        padding: 10px 14px
    }
    .strip {
        display: none
    }
}

@media screen and (max-width:514px) {
    .buy_sec_blk {
        row-gap: 21px;
        flex-wrap: wrap;
        margin: 0 7px
    }
    .buy_sec-inner {
        width: 100%;
        padding: 0 14px
    }
}

.buy_sec-inner:hover {
    background-color: #fff4f0
}

th .strip {
    top: -40px
}

.buy_table td:nth-child(3),
.buy_table thead tr th:nth-child(3) {
    background-color: #fff6ea
}

#scroll {
    position: fixed;
    right: 34px;
    bottom: 4rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: none;
    color: #ff3834;
    -moz-border-radius: 60px;
    border: 1px solid #ff9694;
    z-index: 9999;
    box-shadow: 0 5px 15px #ffa9a696
}

#scroll i {
    color: #ff3834;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    font-size: 20px
}

#scroll:hover {
    text-decoration: none;
    box-shadow: 0 0 22px #ffe5e5
}

.support_chat a {
    background: linear-gradient(90deg, #df0905 0, #f94d02 100%);
    color: #fff;
    padding: 8px 23px 5px;
    position: fixed;
    bottom: 0;
    right: 17px;
    z-index: 99999;
    border-radius: 5px 5px 0 0;
    transition: .3s;
    font-size: 18px;
    display: flex;
    box-shadow: 0 5px 15px #f7554f96;
    letter-spacing: .3px
}

.support_chat a:hover {
    text-decoration: none
}

.support_chat p {
    font-size: 16px
}

.add_feature_section {
    padding: 59px 0;
    height: 100%;
    background-color: #fff5f599;
    border-bottom: 2px solid #ff603b
}

.video-player img {
    width: 100%;
    height: 421px
}

.video-player iframe {
    width: 100%;
    height: 421px
}

.blog_link {
    color: #2c2c2c
}

.blog_link:hover {
    color: #ff4733;
    text-decoration: none
}

.addon_section {
    background: url(../img/addon-bg.jpg) no-repeat center;
    padding: 90px 0 80px;
    background-size: cover
}

.addon_section mark {
    line-height: 1.9;
    color: #dbdbdb;
    font-weight: 300;
    background: #0000006e;
    font-size: 25px
}

.addon_col:hover {
    background: linear-gradient(to top, #ff3834 50%, #ff7133 100%)
}

.addon_col:hover img,
.addon_col:hover p {
    filter: brightness(0) invert(1);
    color: #fff
}

.addon_col img {
    max-width: 68px
}

.addon_col {
    background: #00000085;
    border-radius: 4px;
    padding: 25px;
    min-height: 12rem
}

.addon_col p {
    color: #ababab;
    letter-spacing: .4px
}

.para {
    font-size: 18px;
    display: block;
    font-weight: 500;
    padding-top: 10px;
    line-height: 1.5
}

span.ques {
    font-size: 26px;
    padding-right: 8px;
    font-weight: 500;
    color: #ff4f34
}

.blog_box .media-body {
    -ms-flex: 1;
    flex: 1;
    background: #fff4f3;
    padding: 30px
}

.faq_section .accordion .card .card-body li {
    font-size: 17px;
    font-weight: 400
}

.about_banner_content {
    background: linear-gradient( -90deg, #02203c, #001528);
    padding: 2.5rem;
    height: 100%;
    display: grid;
    align-items: center;
    position: relative;
    border-radius: 0 10px 10px 0
}

.about_banner_content h3 {
    color: #f0f8ff;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 30px;
    font-family: Montserrat, sans-serif
}

.about_banner_image img {
    border-radius: 10px 0 0 10px
}

.about_banner_content p {
    color: #fff;
    letter-spacing: .5px;
    font-weight: 200;
    line-height: 1.8;
    font-size: 20px
}

.about_banner_content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #01192e;
    top: 50%;
    left: -5.8%;
    transform: rotate(270deg)
}

.lt-sec {
    background: #ffeceb;
    padding: 40px 20px;
    min-height: 100%;
    border-radius: 7px
}

.lt-sec .h4 {
    font-weight: 600;
    color: #f73a01 !important
}
.pull-right {
    float: right
}