@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/iranyekan/eot/iranyekanwebthinfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebthinfanum.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iranyekan/ttf/iranyekanwebthinfanum.TTF") format("truetype");
}
 @font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/iranyekan/eot/iranyekanweblightfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iranyekan/ttf/iranyekanweblightfanum.TTF") format("truetype");
}
 @font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/iranyekan/eot/iranyekanwebregularfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iranyekan/ttf/iranyekanwebregularfanum.TTF") format("truetype");
}
 @font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iranyekan/ttf/iranyekanwebmediumfanum.TTF") format("truetype");
}
 @font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/iranyekan/eot/iranyekanwebboldfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iranyekan/ttf/iranyekanwebboldfanum.TTF") format("truetype");
}
 @font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iranyekan/ttf/iranyekanwebextraboldfanum.TTF") format("truetype");
}
 @font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/iranyekan/eot/iranyekanwebblackfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebblackfanum.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iranyekan/ttf/iranyekanwebblackfanum.TTF") format("truetype");
}
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iranyekan/ttf/iranyekanwebextrablackfanum.TTF") format("truetype");
}
 body,
 html {
     font-family: iranyekan;
     direction: rtl;
     text-align: right;
     max-width: 100vw;
 }
 body::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
     background-color: #858688;
     border-radius: 10px;
 }
 
 body::-webkit-scrollbar
 {
     width: 5px;
     background-color: #d32131;
 }
 
 body::-webkit-scrollbar-thumb
 {
     border-radius: 5px;
     background-color: #d32131;
     background-image: #d32131
 }
 img,
 video {
     max-width: 100%;
     height: auto;
 }
 body {
     position: relative;
 }
 a,
 a:hover {
     text-decoration: none;
     color: inherit;
 }
 .breadcrumb{
    background-color: #FFF;
    margin: 15px 0;
    padding: 0.75rem 0;
 }
 .relative {
     position: relative;
     max-width: 1240px;
     margin: 0 auto;
 }

 .logo .navbar-brand {
     margin: 0;
 }
 .header-menu {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
     justify-content: space-around;
 }
 .header-menu li:hover {
     cursor: pointer;
 }
 .header-menu li > a,
 .header-menu li > a:not([href]):not([tabindex]) {
     text-decoration: none;
     color: #54595F;
     font-size: 16px;
    font-weight: 600;
     line-height: 32px;
 }
 .header-menu li:hover a {
    color: #DC3545;
 }
 .header-menu li.current-menu-item a {
    color: #DC3545;
 }
 .header-menu li.menu-item-has-children {
     position: relative;
 }
 .header-menu li.menu-item-has-children > a {
     padding-left: 18px;
 }

 .header-menu li.menu-item-has-children:hover > .sub-menu {
     display: block;
 }
 .header-menu .sub-menu {
     display: none;
     position: absolute;
     top: 30px;
     right: 0;
     background: #ffffff;
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.06), 0px 4px 12px rgba(0, 0, 0, 0.12);
     border-radius: 4px;
     padding: 10px;
     min-width: 172px;
     z-index: 9999;
 }
 .header-menu .sub-menu > li {
     display: block;
     margin: 0;
     padding: 6px 0;
 }
 .header-menu .sub-menu > li a {
     font-weight: 600;
     font-size: 15px;
     line-height: 24px;
     text-align: right;
     color: #000000;
     opacity: 0.8;
 }
 .header-menu.mobile li.menu-item-has-children > a:after {
     content: unset;
 }
 .header-menu.mobile .sub-menu {
     display: table;
     padding: 0;
     margin: 0;
     box-shadow: unset;
     top: 50%;
     right: 0;
     width: 35px;
     min-width: unset;
     transform: translateY(-50%);
 }
 .header-menu.mobile > li:hover {
     background: transparent;
     border-radius: 0;
 }
 .header-menu.mobile > li.current-menu-item {
     border: 0;
 }
 .btn-login-head {
    background: #030A8E;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 0px;
    color: #fff!important;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    min-width: 120px;
 }
 .btn-register-head{
    background: #DC3545;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 0px;
    color: #fff!important;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    min-width: 120px;
 }

 @media (max-width: 991px) {
    .header-menu{
        flex-direction: column;
    }
    .btn-head{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
 }
 
 footer {

 }
 .footer {
    padding-top: 48px;
    box-shadow: 0px -6px 10px 0px rgba(0, 0, 0, 0.04);
    margin-top: 80px;
 }

 .footer h5{
    color: #54595F;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
 }

footer .footer-info p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: flex-start;

}
footer .footer-info p img{
    margin-left: 20px;
}
footer .footer-info span,footer .footer-info p a,footer .footer-info p a:hover{
    color: #54595F;
    text-decoration: none;
    text-align: right;
}
footer ul{
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #54595F;
    list-style: none;
}
footer ul li a{
    color: #54595F;
    font-size: 16px;
    font-weight: 400;
}
footer .footer-box{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
}
footer .footer-box div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5px 0;
}
footer .footer-box div .tel{
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    background-color: #DC3545;
    color: #FFF;
}
footer .footer-box div .blog-link{
    padding: 20px 12px ;
    background-color: #F2F3F7;
    color: #54595F;
}
footer .job-info{
    display: flex;
    justify-content: space-around;
    background-color: #DC3545;
    color: #FFF;
    font-size: 17px;
    text-align: center;
}
footer .job-info .job-info-box{
    padding: 12px;
}
footer .social-links{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
footer .social-links .itta-link,.itta-link:hover{
    width: 100%;
    display: block;
    text-align: center;
}
.whatsapp-link,.whatsapp-link:hover{
    width: 100%;
    display: block;
    text-align: center;
}
.instagram-link,.instagram-link:hover{
    width: 100%;
    display: block;
    text-align: center;
}
footer .trust{
    margin: 48px 0;
}
.splide__track{
    padding: 20px 0;
}
.splide__list{
    transform-style:unset;
}
 .articles {
     margin-top: 60px;
 }
 .b-title {
     text-align: center;
     margin-bottom: 32px;
    color: #3f4451;
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
 }
 .article {
     background: #ffffff;
     box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
     border-radius: 5px;
     width: 353px;
     margin: 0 auto 15px auto;
     padding: 20px;
     transition: all .25s;
 }
 .article:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
 .article-img {
     border-radius: 8px;
     width: 100%;
     height: auto;
 }
 .post-title {
     font-weight: 600;
     font-size: 21px;
     line-height: 20px;
     color: #DC3545;
     margin: 25px 0px ;
 }
 .summery {
     font-weight: normal;
     direction: rtl;
     font-size: 14px;
     line-height: 24px;
     text-align: justify;
     color: #000000;
     min-height: 100px;
 }
 .menu-bar {
     background: url("../img/bar.png") no-repeat right;
     background-size: cover;
     width: 27px;
     height: 19px;
     display: none;
 }
 .splide__pagination {
     bottom: -24px;
 }
 .splide__pagination__page {
     background: #c4c4c4;
 }
 .splide__pagination__page.is-active {
     background: #9c9c9c;
     transform: unset;
 }
 .btn.white {
     color: #f9786d !important;
     background: #fff;
     border-color: #fff;
 }
 .btn-outline.white {
     background: transparent;
     color: #fff !important;
     border-color: #fff;
 }
 .phonebar{
    width: 100%;
    background: #d32131;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 16px;
    padding: 6px 0;
    color: #fff;
}
.phonebar a,.phonebar a:hover{
    color: rgb(255, 255, 255 , 0.8);
    text-decoration: none;
    margin-right: 10px;
}
@media (max-width: 576px) {
    #navbarSupportedContent{
        overflow: scroll;
    }
}
.main-header  {
    box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.48);
}
.navbar-nav,.menu-header-menu-container{
    width: 100%;
}

 @media (max-width: 991px) {

     /* .logo {
         display: none;
     } */
     .menu-bar {
         display: block;
     }
     .navbar {
         padding: 32px 1rem;
     }
     body.customize-support {
         position: inherit;
     }
 }
 @media (max-width: 767px) {
     .splide__slide {
         transition: all 0.3s ease;
     }
     .articles .splide__slide.is-prev,
     .articles .splide__slide.is-next {
         transform: scale(0.9);
     }
 }
 @media (max-width: 576px) {

     .footer h5 {
         margin-top: 32px;
         font-weight: 500;
         font-size: 18px;
         line-height: 28px;
     }
 }
 @media (max-width: 600px) {
     .articles .container {
         max-width: 100%;
         padding: 0;
     }
 }
 .overlay {
     z-index: 99999;
     position: fixed;
     width: 100vw;
     height: 100vh;
     background: rgba(0, 0, 0, 0.3);
     left: 0;
     top: 0;
     display: none;
 }
 body.show-menu {
     height: 100vh;
     overflow: hidden;
 }
 body.show-menu .overlay {
     display: block;
 }
 @media (max-width: 991px) {
     .collapse {
         width: 295px;
         background: #fff;
         position: fixed;
         height: 100vh;
         top: 0;
         right: 0;
         margin: 0 !important;
         padding: 15px;
         z-index: 999999;
         border-radius: 12px 0px 0px 12px;
     }
     .header-menu li {
         display: table;
         margin-bottom: 10px;
     }
     .m-logo img {
         margin: 10px auto;
         text-align: center;
         padding: 10px;
         display: block;
     }
     .m-logo {
         border-bottom: 2px solid #eee;
         margin-bottom: 25px;
     }
     .m-logo .navbar-brand {
         margin: 0;
         width: 100%;
     }
     body.show-menu .collapse {
         display: block !important;
     }
 }
 .blog-post__related
 {
    border-top: 1px solid #CACACA;
     padding: 8px 0;
 }
 .blog-post__related-heading{
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #222422;
    opacity: 0.4;
    padding-right: 40px;
 }
.blog-post__related img{
    max-width: 40%;
    margin-right: 50px;
}
.related{
    padding: 24px 0;
    
}
.related h5{
    font-weight: 500;
font-size: 22px;
line-height: 48px;
text-align: justify;
color: #d32131;
}
@media (max-width: 991px) {
.related h5{
    font-size: 14px;
    line-height: 22px;
    text-align: right;
}
.blog-post__related img{
    max-width: 50%;
    margin-right: 6px;
}
}
.blog-slider{
    padding-top: 50px;
    border-top: 1px solid #CACACA;;
    margin-top: 75px;
}
.blog-slider-heading{
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #222422;
    opacity: 0.4;
    margin-bottom: 40px;
}
 /*sidebar*/
 .sidebar{
     margin-top: 35px;

 }
 .sidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.sidebar::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#5bfa9d),
									   to(#d32131),
									   color-stop(.6,#30e088))
}
 .register-sidebar{
    color: #FFFFFF;
 }
 .register-sidebar:hover{
    color: #FFFFFF;
 }
 #blog-sidebar{
     margin-bottom: 45px;
 }
 #blog-sidebar.signal-link{
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    color: #FFFFFF;
    padding: 16px 40px;
    background: #d32131;
    border-radius: 4px;
    width: 100%;
    display: flex;
    justify-content: center;
 }
 #blog-sidebar .blog-post__posts {
    padding: 0px;
 }
 #blog-sidebar .blog-post__posts li{
    list-style: none;
    border: 1px solid #C0CDC0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
 }
 #blog-sidebar div:last-child .blog-post__posts li{
    list-style: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
 }
 #blog-sidebar .aside_h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
 }
 #blog-sidebar div:last-child .aside_h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #d32131;
 }
 #blog-sidebar .blog-post__posts h5{
    color: #d32131;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-top: 16px;
 }
 #blog-sidebar .blog-post__posts .blog-post__excerpt{
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #222422;
    opacity: 0.6;
 }

 /*shortcode*/

 .link{
    padding: 24px;
    border: 1px solid #d32131;
    border-radius: 8px;
    width: 100%;
    font-weight: 400;
    font-size: 22px;
    line-height: 48px;
    color: #d32131;
 }
 .link a,.link a:hover{
    color: #d32131;
 }
 .highlight{
    background: #DBF8DB;
    border-radius: 8px;
    padding: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #d32131;
 }
 .cta{
     display: flex;
     flex-direction: row;
     background: #E8E8E8;
     border-radius: 16px;
     padding: 24px;
     align-items: center;
     margin: 24px 0;
 }
 .cta-p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #222422;
    opacity: 0.4;
    max-width: 380px;
    margin-left: 20px;
 }
 .cta-btn{
    background: #42CB82;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
 }
 .cta-btn2{
    background: #FF6644;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
 }
 .cta-btn img, .cta-btn2 img{
    border-radius: 0 !important;
    margin: 0 !important;
 }
 .cta-btn-info{
    display: flex;
    flex-direction: column;
 }
 .cta-btn-info p{
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: right;
    margin-top: 3px;
    margin-right: 5px;
 }
 .cta-btn-info .caption{
    font-size: 14px;
    line-height: 24px;
 }

 @media (max-width: 992px) {
     .cta{
         flex-direction: column;
         padding: 16px;
         margin: 16px 0;
     }
     .cta-p{
         max-width: 100%;
         font-size: 16px;
         margin-left: 0;
     }
     .cta-btn img, .cta-btn2 img{
        width: 28px;
        height: 28px;
     }
     .cta-btn-info p{
        font-size: 18px;
        line-height: 28px;
     }
     .link{
        font-size: 18px;
        line-height: 28px;
     }
     .highlight{
        font-size: 17px;
        line-height: 28px;
     }

 }

 /*fix*/
 .contact-btn{
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
    
    
 }
 .contact-btn .contact-link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #FFF;
    border-radius: 15px;
    
 }
 .contact-btn .contact-link .contact-box{
    background: #d32131;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 10px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
    border-radius: 15px;

 }
 .contact-btn .contact-link .contact-box p{
    margin: 0;
 }
 @media (max-width: 992px) {
    .contact-btn{
        left: 0px;
        bottom: 15px; 
     }
 }
 

.panel {
    margin-top: 40px;
    position: relative;
}
.panel-top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    
}
.panel-top .btn {
    margin-left: 24px;
}
.panel-top .panel-title {
    font-size: 22px;
    font-weight: 600;
    color: #54595F;
}
.panel-top .panel-subtitle {
    font-size: 22px;
    font-weight: 600;
    color: #DC3545;
}

.panel-top p {
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    color: #7A7A7A;
    text-align: justify;
    margin: 20px  0;
}
.panel-top .btn-box{
    display: flex;
}
.panel-top .btn{
    color: #FFF;
    background-color: #DC3545;
    width: 100%;
}
.panel-top .btn.btn-outline{
    border-color: #DC3545;
    background-color: #FFF;
    color: #DC3545;
}
.fbanner{
    background-color: #F2F3F7;
    text-align: center;
    margin: 24px 0;
    padding: 24px 0;
}
.fbanner .fbanner-head{
    color: #3f4451;
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    margin: 10px 0;
}
.fbanner .fbanner-text{
    color: #54595F;
}
.sms {
    background-image: url(../img/pattern.png);
    background-position: top right;
    background-repeat: no-repeat;
    margin: 25px 0;
}
.sms.services-sms{
    background-color: #F2F3F7;
    margin: 0;
}
.sms-title,
.features-title,
.video-box-title,
.customers-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #54595F;
    text-align: center;
}
.sms-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.sms-feature-box {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgba(38,59,94,0.1);
    margin: 20px 20px 0px 20px;
    padding: 10px 40px 10px 40px;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.sms-feature-box-head{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sms.services-sms .sms-feature-box-head{
    flex-direction: column;
    align-items: center;
}
.sms-feature-box i{
    background-color: #F2F3F7;
    color: #DC3545;
    font-size: 39px;
    padding: .5em;
    border-radius: 50%;
    margin-left: 25px;
}
.sms.services-sms .sms-feature-box i{
    margin-left: 0;
    margin-bottom: 15px;
}
.sms-feature-box b {
    color: #263b5e;
    font-size: 18px;
    line-height: 28px;
}
.sms.services-sms .sms-feature-box b{
    font-size: 18px;
    text-align: center;
}
.sms-feature-box p {
    text-align: justify;
    color: #6a7695;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0;
}
section.info{
    background-color: #F2F3F787;
    background-image: url(../img/pattern.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.info h4{
    color: #3f4451;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    margin: 25px 0;
}
.info-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
.info-box{
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    padding: 60px 60px;
    box-shadow: 0px 3px 10px 0px rgba(38,59,94,0.1);
    border-radius: 30px;
    margin: 0 20px;
}
.info-box .info-count{
    color: #54595F;
    font-size: 2rem;
    margin-bottom: 20px;
}
.info-box .info-name{
    color: #DC3545;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.customers{
    margin: 25px 0;
}
.customer-wraper{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}
.customer-slider{
    direction: ltr;
}
.customer-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 160px;
}
@media (max-width: 991px) {
    .panel-top .panel-title {
        font-size: 18px;
    }
    .panel-top .panel-subtitle {
        font-size: 18px;
    }
    
    .panel-top p {
        font-size: 14px;
        line-height: 28px;
    }
    .fbanner .fbanner-head{
        font-size: 21px;
        line-height: 32px;
    }
    .fbanner .fbanner-text{
        font-size: 14px;
    }
    .sms-wrapper {
        flex-direction: column;
    }
    .sms-feature-box {
        margin: 20px 0px 0px;
    }
    .sms-feature-box i{
        font-size: 35px;
        padding: .35em;
        margin-left: 20px;
    }
    .sms-feature-box b {
        font-size: 14px;
        line-height: 20px;
    }
    .sms-feature-box p {
        font-size: 13px;
        line-height: 26px;
        padding: 10px 0;
    }
    section.info{
        background-image: none;
    }
    .info h4{
        font-size: 28px;
        margin: 10px 0;
    }
    .info-wrapper{
        flex-direction: column;
    }
    .info-box{
        padding: 40px 40px;
        margin: 10px 0px;
    }

}
@media (max-width: 767px) {
    .sms-title,
    .features-title,
    .video-box-title,
    .customers-title {
        font-size: 18px;
    }
    .sms {
        background: unset;
    }
}

.webservice {
    background-image: url(../img/bg-main.png);
    background-position: center center;
    background-attachment: fixed;
    padding: 50px 0;
    margin: 25px 0;
}
.webservice-info,.service-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.webservice-title,.service-title {
    font-size: 24px;
    color: #DC3545;
    font-weight: 600;
    margin-bottom: 25px;
}
.webservice-desc {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;

}
.service-desc{
    text-align: justify;
    color: #030A8E;
    font-size: 16px;
}
a.service-btn,a.advice-btn{
    background-color:#DC3545;
    border-style: dashed;
    border-width: 2px;
    border-radius: 10px;
    color: #fff;
    width: 250px;
}
.sbanner{
    background-color: #030A8E;
}
.sbanner-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}
.sbanner-text{
    margin: 0;
    padding: 0 20px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 54px;
}
.sbanner-btn{
    fill: #160637;
    color: #160637;
    background-color: #ffffff;
    border-radius: 3px;
    width: 15%;
}
.advice {
    position: relative;
    padding: 25px 0;
}
.advice .top-bg{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: 0;
    
}
.advice .bottom-bg{
    transform: rotate(180deg);
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: 0;
    z-index: -1;
}
.advice svg{
    fill: #F2F3F7;
    left: 50%;
}
.advice .top-bg svg{
    width: calc(300% + 1.3px);
    height: 210px;
}
.advice .bottom-bg svg{
    width: calc(300% + 1.3px);
    height: 210px;
}
.advice-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.advice-title{
    color: #54595F;
    font-weight: 600;
    font-size: 1.5rem;
}
.advice-subtitle{
    font-size: 24px;
    font-weight: 600;
    color: #030A8E;
}
.tbanner{
    margin-top: 50px;
}
.tbanner-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    background-color: #B51A29;
    color: #FFF;
    padding: 20px 0;
    border-radius: 5px;
}
.tbanner-btn{
    background-color: #030A8E;
}
.api-why{
    margin: 25px 0;
}
.api-why .api-why-head{
    text-align: center;
    color: #54595F;
    font-weight: 600;
    font-size: 26px;
}
.api-why .api-why-wraper{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-image: linear-gradient(20deg, #6EC1E4 0%, #030A8E 68%);
    padding: 20px;
    border-radius: 20px;
}
.api-why .api-why-wraper .api-why-box{
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #FFF;
    font-weight: 600;
    font-size: 1rem;
}
.api-why .api-why-wraper .api-why-box i{
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: 900;
}
.apiwebservice{
    margin: 25px 0;
}
.webservice-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.webservice-feature-box{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 15px;
    margin: 0 15px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: normal;
    text-align: center;
}
.webservice-feature-title{
    color: #030A8E;
    font-weight: 600;
    font-size: 16px;
}
.webservice-feature-txt{
    color: #54595F;
    font-weight: 400;
    font-size: 14px;
}
.webservice-feature-link{
    background-color: #DC3545;
    color: #FFF;
    width: 50%;
}
.codes{
    margin: 25px 0;
    padding: 25px 0;
    background-color: #F2F3F7;
}
.codes .codes-head{
    text-align: center;
    color: #DC3545;
    font-weight: 600;
    font-size: 26px;
}
.codes .code-desc{
    text-align: center;
    color: #7A7A7A;
    font-size: 16px;
}
.codes .code-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #54595F;
    color: #FFF;
    border-radius: 20px;
    padding: 20px;
    margin: 10px 0;
    text-align: justify;
}
.codes .code-box .code-title{
    font-weight: 600;
    font-size: 16px;
}
.codes .code-box .code-txt{
    font-weight: 400;
    font-size: 14px;
}
.codes .code-box .code-link{
    background-color: #DC3545;
    width: 50%;
}
.sendsms{
    margin: 25px 0;
    padding: 25px 0;
}
.sendsms .sendsms-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sendsms .sendsms-box .sendsms-title{
    font-weight: 600;
    font-size: 24px;
    color: #54595F;
}
.sendsms .sendsms-box img{
    margin: 20px 0;
    border-radius: 20px;
}
.sendsms .sendsms-box .sendsms-link{
    background-color: #DC3545;
    width: 50%;
    color: #FFF;
}
.contact .gform_heading{
    display: none;
}
.contact h4,.contact h1{
    font-size: 18px;
    font-weight: 600;
    color: #DC3545;
    margin: 25px 0;
}
.contact .gform_button{
    background-color: #DC3545 !important;
}
.sctn-about{
    margin: 25px 0 0;
    padding: 25px 0;
    background-color: #030A8E;
}
.sctn-about .sctn-about-info{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    text-align: justify;
}
.sctn-about .sctn-about-info h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
.ser-eco-bg{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
    transform: rotate(180deg);
    z-index: -1;
}
.ser-eco-bg svg{
    display: block;
    width: calc(124% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.ser-eco-bg svg path{
    fill: #F2F3F7;
    transform-origin: center;
    transform: rotateY(0deg);
}

.services-panel{
    position: relative;
}

.ser-panl-bg{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: -1px;
    z-index: -1;
}
.ser-panl-bg svg{
    display: block;
    width: calc(170% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.ser-panl-bg svg path{
    fill: #F2F3F7;
    transform-origin: center;
    transform: rotateY(0deg);
}

.services-panel .panel-info-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.services-panel .panel-info-box .panel-heading{
    color: #030A8E;
    font-weight: 600;
    font-size: 24px;
}
.services-panel .panel-info-box .panel-text{
    margin: 25px 0;
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    color: #7A7A7A;
    text-align: justify;
}
.services-panel .panel-info-box .panel-btn{
    color: #fff;
    background-color: #DC3545;

}
.services-panel .panel-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: solid 2px #DC3545;
    padding: 10px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    min-height: 290px;
}
.services-panel .panel-box:hover{
    border: solid 2px #030A8E;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.services-panel .panel-box .panel-title{
    color: #030A8E;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.services-panel .panel-box .panel-p{
    color: #7A7A7A;
    text-align: justify;
    font-size: 14px;
}
.samplesms{
    padding: 50px 0;
    background-image: url(../img/verified-sms-countries-map.svg);
    background-attachment: fixed;
    background-size: cover;
}
.samplesms .samplesms-title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
    color: #3f4451;
}
.samplesms .samplesms-p{
    direction: rtl;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #54595F;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    min-height: 150px;
    margin: 5px;
}
.samplesms .samplesms-p::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #54595F;
    position: absolute;
    border-width: 0;
    box-sizing: content-box;
    left: 50%;
    top: calc(100% - 7px);
    transform: translateX(-50%) scaleX(.75) rotate(45deg);
}
.use-title{
    font-size: 24px;
    font-weight: 600;
    color: #DC3545;
    text-align: center;
    margin: 25px 0;
}
.use-subtitle{
    color: #263b5e;
    font-size: 16px;
    text-align: center;
}
.use-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.use-feature-box {
    background-color: #FFFFFF;
    margin: 20px 20px 0px 20px;
    padding: 10px 40px 10px 40px;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.use-feature-box-head{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.use.services-use .use-feature-box-head{
    flex-direction: column;
    align-items: flex-start;
}
.use-feature-box i{
    background-color: #F2F3F7;
    color: #DC3545;
    font-size: 39px;
    padding: .5em;
    border-radius: 50%;
    margin-left: 25px;
}
.use.services-use .use-feature-box i{
    margin-left: 0;
    margin-bottom: 15px;
}
.use-feature-box b {
    color: #263b5e;
    font-size: 20px;
    line-height: 28px;
}
.use.services-use .use-feature-box b{
    font-size: 18px;
    text-align: center;
}
.use-feature-box p {
    text-align: justify;
    color: #6a7695;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0;
}

@media (max-width: 991px) {

    .webservice-title,.service-title {
        font-size: 18px;
    }
    .service-desc{
        font-size: 14px;
    }
    a.service-btn,a.advice-btn{
        width: 100%;
    }
    .sbanner-box{
        flex-direction: column;
        padding: 25px 0;
    }
    .sbanner-text{
        margin: 0;
        padding: 0;
        font-size: 18px;
        line-height: 32px;
    }
    .sbanner-btn{
        width: 100%;
    }
    .advice-title{
        font-size: 1.2rem;
    }
    .advice-subtitle{
        font-size: 18px;
    }
    .tbanner-box{
        flex-direction: column;
        padding: 20px;
    }
    .api-why .api-why-wraper{
        flex-direction: column;
    }
    .webservice-wrapper{
        flex-direction: column;
    }
    .webservice-feature-box{
        margin: 15px 0;
    }
    .services-panel .panel-box{
        min-height: 0px;
    }
    .use-wrapper {
        flex-direction: column;
    }
    .use-feature-box {
        margin: 20px 0px 0px;
    }
    .use-feature-box i{
        font-size: 35px;
        padding: .35em;
        margin-left: 20px;
    }
    .use-feature-box b {
        font-size: 14px;
        line-height: 20px;
    }
    .use-feature-box p {
        font-size: 13px;
        line-height: 26px;
        padding: 10px 0;
    }
    .samplesms .samplesms-title{
        font-size: 20px;
    }
    .use-title{
        font-size: 20px;
    }
}

.lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    animation: popup 0.7s;
  }
.lightbox.hide{
    display: none;
  }
.lightbox a{
    display: contents;
}
.lightbox img{
    width: 40%;
    height: auto;
}

@keyframes popup {
    0%{
      transform: scale(1);
    }
    50%{
      transform: scale(1.4);
    }
    60%{
      transform: scale(1.1);
    }
    70%{
      transform: scale(1.2);
    }
    80%{
      transform: scale(1);
    }
    90%{
      transform: scale(1.1);
    }
    100%{
      transform: scale(1);
    }
  }
  @media (max-width: 991px) {
    
    
    .lightbox img{
        width: 80%;
        height: auto;
    }
    
  }

  .article-body{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 15px;
  }
  .entry-title {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    color: #DC3545;
}
  .entry-content {
    font-weight: normal;
    font-size: 18px;
    line-height: 48px;
    text-align: justify;
    color: #5b5858;
}
.page .entry-content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #5b5858;
}
.entry-content h2 {
    font-weight: bold;
    font-size: 21px;
    line-height: 32px;
    color: #DC3545;
}
.page .entry-content h2 {
    font-weight: 800;
    font-size: 22px;
    line-height: 32px;
    color: #777a7f;
}
.entry-content h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #DC3545;
}
.entry-content h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #DC3545;
}
.entry-content img {
    border-radius: 8px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.entry-thumb {
    border-radius: 10px;
    overflow: hidden;
    margin: 32px 0;
}
.entry-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

  .entry-meta ul {
    margin: 0;
    padding: 0;
}
.entry-meta ul li {
    padding: 15px 20px 15px 0px;
    list-style: none;
}
.entry-meta ul li:first-child {
    padding: 15px 0px;
}
.entry-meta ul li > div {
    font-size: 14px;
    line-height: 24px;
    color: #818181;
}
.entry-meta li i {
    float: right;
    margin-left: 11px;
    font-size: 16px;
    line-height: 30px;
    color: #818181;
}
.comment-reply-title,#comments{
    color: #DC3545;
    font-size: 18px;
    font-weight: 600;
}
.comments-area {
    margin-top: 40px;
}

.comments-area h2.comments-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-meta {
    margin-bottom: 20px;
}

.comment-meta a {
    color: #333;
}

.comment-meta img {}

.comment-author.vcard {
    position: relative;
    padding-right: 50px;
}

.comment-author.vcard img {
    position: absolute;
    right: 0;
    top: 5px;
}

.comment-metadata {
    margin-right: 50px;
}

.comments-area table {
    border-left: 1px solid #dddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.comments-area table td,
.comments-area table th {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.comments-area th {
    background: #DC3545;
    color: #fff;
}

.comments-area dd {
    margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
    padding-right: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-right: 15px;
}

.comment-reply-link {
    background: #DC3545;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
}

.comment-list li.comment {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.comment-metadata {
    font-size: 80%;
}

.comment-reply-link {
    margin-top: 10px;
}

.comment-list li ol.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}

.comment-list li ol.children ol.children {
    padding-left: 20px;
}

.comment-list li.comment:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment-respond {
    margin-top: 50px;
}

.comment-notes {
    font-size: 90%;
}

.comment-form label {
    margin-bottom: 10px;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
}
.comment-form input#wp-comment-cookies-consent{
    width: inherit;
}
.comment-form input[type=submit] {
    width: auto;
    background-color: #DC3545;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
}

@media (max-width: 991px) {
    .entry-title {
        font-size: 22px;
        line-height: 32px;
        margin: 32px 0;
    }
    .entry-content {
        font-size: 16px;
        line-height: 32px;
    }
    .entry-content h2 {
        font-size: 19px;
    }
    .entry-content h3 {
        font-size: 18px;
    }
    .entry-content h4 {
        font-size: 16px;
    }
    .entry-meta ul li > div {
        font-size: 12px;
    }
    .entry-meta li i {
        margin-left: 5px;
        font-size: 14px;
    }
    .entry-thumb {
        margin: 24px 0;
    }
}

.ecoclub h1,.ecoclub-feature h3,.ecoclub-difference h3{
    font-size: 24px;
    color: #DC3545;
    font-weight: 600;
}
.ecoclub-feature h3,.ecoclub-difference h3{
    text-align: center;
}
.ecoclub .ecoclub-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.ecoclub .ecoclub-box img{
    margin-top: -75px;
}
.ecoclub-feature{
    padding: 50px 0;
}
.ecoclub-feature-wrap,.ecoclub-difference-wrap{
    display: flex;
    flex-direction: row;

}
.ecoclub-feature-wrap .ecoclub-feature-box,.ecoclub-difference-wrap .ecoclub-difference-box{
    margin: 0 20px;
}
.ecoclub-feature-wrap  ul,.ecoclub-difference-wrap ul{
    list-style: none;
    padding: 0;
}
.ecoclub-feature-wrap  ul li,.ecoclub-difference-wrap ul li{
    padding: 15px;
    margin: 20px 0;
    background-color: #54595F;
    border-radius: 10px;
    color: #FFF;
}

@media (max-width: 991px) {

    .ecoclub-feature-wrap,.ecoclub-difference-wrap{
        display: flex;
        flex-direction: column;
    
    }
    .ecoclub-feature-wrap .ecoclub-feature-box,.ecoclub-difference-wrap .ecoclub-difference-box{
        margin: 0 0px;
    }

}