@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --primary: #ff1f00;
  --primary2: #db1f05;
  --secondary: #1d1d1d;
  --secondary2: #000;
  --bs-heading-color: #000;
  --bs-dropdown-link-active-color: #ff1f00;
  --bs-dropdown-link-active-bg: #ff1f00;
  --font-color: #1d1d1d;
  --blue: #05f;
  --blue2: #039;
  --info: #0cf;
  --info2: #08f;
  --danger: #ff1f00;
  --danger2: #db1f05;
  --success: #0c0;
  --success2: #090;
  --warning: #f90;
  --warning2: #f60;
  --black: #000;
  --dark: #222;
  --dark2: #444;
  --gray: #777;
  --body-font-color: #333;
  --black: #000;
  --white: #fff;
  --light: #f5f5f5;
  --bg-light: #f4f4f4;
  --light-blue: #F5F9FA;
  --light-red: #fff2f2;
  --light-green: #f2f7f2;
  --light-orange: #fff7f2;
  --eee: #eee;
  --ccc: #ccc;
  --aaa: #aaa;
  --c333: #333;
  --c555: #555;
  --c777: #777;
  --c999: #999;
  --border-rad-5: 5px;
  --green: #25ae03;
  --green2: #229405;
  --boxbrdr: #cddde2;
  --brdr: #edecec;
  --boxbg: #f8fbfc;
  --bs-warning-rgb: 255, 110, 5;
  --rad: 8px;
  --rad10: 10px;
  --rad30: 30px;
  --rad50: 50%;
}
a{
  color: #ff1f00
}
a:hover{
  color: #db1f05
}
body{
  font-family: 'Poppins', sans-serif ;
  color: var(--body-font-color);
  line-height: 1.5
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins';
  font-weight: 500;
  line-height: 1.35;
  color: var(--bs-heading-color)
}
h1{
  font-size:44px;
  line-height: 1.4;
  margin-bottom: 30px;
}
h2{
  font-size:40px;
  margin-bottom: 30px;
}
h3{
  font-size:30px;
  margin-bottom: 25px;
}
h4{
  font-size:24px;
  margin-bottom: 20px;
}
h5{
  font-size:20px;
  margin-bottom: 15px;
}
h6{
  font-size:18px;
  margin-bottom: 15px;
}

h1 span, h2 span, h3 span, h4 span, h5 span{
  font-weight: 300
}
.bb1{
  border-bottom: 1px solid var(--brdr)
}
.bt1{
  border-top: 1px solid var(--brdr)
}
.border-repeat-item{
  border-top: 1px solid var(--brdr);
}
.border-repeat-item+.border-repeat-item{
  border-bottom: 1px solid var(--brdr);
}

.lead{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--font-color)
}
p.lead:last-child{
  margin: 0;
}
.lead-lg{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  color: var(--font-color)
}
p.lead-lg:last-child{
  margin: 0;
}
.fs-10{
  font-size: 10px!important
}
.fs-11{
  font-size: 11px!important
}
.fs-12{
  font-size: 12px!important
}
.fs-13{
  font-size: 13px!important
}
.fs-14{
  font-size: 14px!important
}
.fs-15{
  font-size: 15px!important
}
.fs-16{
  font-size: 18px!important
}
.fs-17{
  font-size: 17px!important
}
.fs-18{
  font-size: 18px!important
}
.fs-20{
  font-size: 20px!important
}
.fs-22{
  font-size: 22px!important
}
.fs-24{
  font-size: 24px!important
}
.fs-36{
  font-size: 36px
}
strong{
  font-weight: 600
}
b{
  font-weight: 700
}
.fw-300{
  font-weight: 300!important
}
.fw-400{
  font-weight: 400!important
}
.fw-500{
  font-weight: 500!important
}
.fw-600{
  font-weight: 600!important
}
.fw-700{
  font-weight: 700!important
}
.fw-800{
  font-weight: 800!important
}

.rad-0{
  border-radius: 0!important;
}
.rad-5{
  border-radius: 5px!important;
}
.rad-8{
  border-radius: 8px!important;
}
.rad-10{
  border-radius: 10px!important;
  overflow: hidden
}
.rad-12{
  border-radius: 12px!important;
}
.rad-15{
  border-radius: 15px!important;
}
.rad-20{
  border-radius: 20px!important;
}
.rad-50{
  border-radius: 50%!important;
}
.text-primary{
  color: var(--primary)!important;
}


.nowrap{
  white-space: nowrap
}
section{
  position: relative;
}
.img-thumbnail,.form-control{
  border-radius: var(--rad);
}
.form-group{
  margin-bottom: 15px;
}
.contact-form{
  border-radius: var(--rad)
}
.contact-form label{
  margin-bottom: 2px;
  font-size: 13px;
}
.form-control,.form-select{
  font-size: 14px;
  padding: 5px 14px;
  border-color: var(--boxbrdr);
  min-height: 40px;
  background-color: #fff;
}
.form-control:focus,.form-select:focus{
  box-shadow: none;
  border-color: var(--secondary);
  background-color: #fff;
}
textarea{
  resize: none
}

.btn{
  font-size: 14px;
  font-weight: 500;
  padding: 11px 16px;
  line-height: 1;
  transition: ease-in-out 0.2s;
  border-radius: var(--rad);
}
.btn.btn-sm{
  font-size: 13px;
  padding: 9px 18px;
}
.btn.btn-lg{
  font-size: 16px;
  padding: 13px 22px;
}
.btn.btn-xl{
  font-size: 18px;
  padding: 15px 22px;
  font-weight: 600;
}

.btn-rounded{
  border-radius: 30px;
  padding-left: 24px;
  padding-right: 24px;
}
.btn-rounded.btn-lg{
  padding-left: 28px;
  padding-right: 28px;
}
.btn.upper{
  text-transform: uppercase!important
}
.btn-primary{
  background: var(--primary);
  border-color:var(--primary);
  color: var(--white);
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background: var(--primary2);
  border-color: var(--primary2);
  color: var(--white);
}
.btn-outline-primary{
  background: var(--white);
  border-color:var(--primary);
  color: var(--primary);
}

.btn-outline-primary:hover,.btn-outline-primary:active,.btn-outline-primary:focus,.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.btn-white{
  background: var(--white);
  border-color:var(--white);
  color: var(--primary);
}
.btn-white:hover,.btn-white:active,.btn-white:focus,.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show>.btn-white.dropdown-toggle{
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}


.rad5{
  border-radius: 5px!important
}




.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  width: 28px;
  height: 28px;
  font-size: 16px;
  background: #d9d9d9;
  opacity: 1;
  color: var(--primary);
  z-index: 100;
  border-radius:  var(--rad50);
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
  background: var(--primary);
  opacity: 1;
  color: #fff;
}
.owl-prev{
  position: absolute;
  right: 35px;
}
.owl-next{
  position: absolute;
  right: 0;
}
.owl-theme .owl-dots {
  /*  position: absolute;
    margin: 0;
    z-index: 6;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);*/
}
.owl-theme .owl-dots .owl-dot span{
  width: 14px ;
  height: 14px;
  border-radius:  var(--rad50);
  margin: 5px;
  background: #ccc
}
.owl-theme .owl-dots .owl-dot.active span{
  background: var(--primary)
}


/*header*/

.top-bar{
  background: #fbfbfb;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
.top-bar a{
  color: #333;
  display: inline-block;
  transition: ease-in-out 0.15s
}
.top-bar a:hover{
  color: var(--primary)
}
.top-bar a i{
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: ease-in-out 0.15s;
  background: #fff
}
.top-bar a:hover i{
  border: 1px solid var(--primary);
  background: var(--primary);
  color: #fff;
}

.phone-email-mobile{
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 100
}
.phone-email-mobile a{
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary);
  border-radius: 50%;
  transition: ease-in-out 0.15s;
  background: #fff;
  font-size: 20px;
}
.phone-email-mobile a.phone{
  background: var(--primary);
  border-color: var(--primary);
  color: #fff
}
.updn1{
  animation: updn1 2.5s ease infinite alternate
}
.updn2{ 
  animation: updn1 3.5s ease infinite alternate
}

@keyframes updn1{
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

header{
  padding: 0;
  transition: ease-in-out 0.15s;
  background: #fff;
  position: sticky;
  z-index: 999;
  border-bottom: 1px solid #eee;
  left: 0;
  right: 0;
  top: 0;
}
header .btn{
  border-radius: 30px;
  padding: 10px 20px;
}
.section-hero .btn{
  border-radius: 30px;
  padding: 10px 20px;
}

a.logo{
  display: inline-block
}
.navbar_toggler {
  font-size: 24px;
  padding: 0;
  border: 0;
  background: transparent!important
}
.navbar_toggler:focus{
  box-shadow: none
}
.navbar_toggler i{
  color: var(--secondary)
}
.navbar_toggler.collapsed .la-times, .navbar_toggler .la-bars{
  display: none
}
.navbar_toggler.collapsed .la-bars, .navbar_toggler .la-times{
  display: block
}
.navbar{
  padding: 0;
}
.navbar-expand-lg .navbar-nav{
  align-items: center
}
/*link*/
.navbar-expand-lg .navbar-nav .nav-item{
  margin: 0 18px!important;
  padding: 0
}
.navbar-expand-lg .navbar-nav .nav-link{
  background: transparent;
  border: 0;
  color: var(--dark);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: ease-in-out 0.2s;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 30px 0;
}
.navbar-expand-lg .navbar-nav .nav-link:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: .8;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform .3s ease-in-out;
  transition-timing-function: cubic-bezier(.2,1,.3,1);
  background: var(--primary);
}
.fixed .navbar-expand-lg .navbar-nav .nav-link{
  padding: 22px 0;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  color: var(--primary);
}
.navbar-expand-lg .navbar-nav .nav-link:hover:after{
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
  transition-timing-function: ease;
}
.navbar-expand-lg .navbar-nav .nav-link.active,.fixed .navbar-expand-lg .navbar-nav .nav-link.active{
  color: var(--primary)
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
  border: 0;
  box-shadow: 0px 8px 16px #514a4a2e;
}
.dropdown-item{
  padding: 10px 20px
}
.dropdown-item:focus, .dropdown-item:hover{
  color: var(--white);
  background-color: var(--primary)
}

.section-hero{
  padding: 70px 0 0;
  background: #f2f1f1;
  background: linear-gradient(180deg, #fbfbfb 0%, #e3e1e1 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end
}
.section-hero h1{

}
.section-hero h5{
  font-weight: normal;
  line-height: 1.5
}
.hero-book-a-demo{
  display: flex;
  align-items: center;
  gap: 10px 100px;
}
.hero-book-a-demo .btn{
  white-space: nowrap
}
.hero-book-a-demo ul{
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px 35px;
  flex-wrap: wrap;
}
.hero-book-a-demo ul li{
  font-size: 20px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  display: block
}
.hero-book-a-demo ul li:before{
  content:'';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: var(--primary);
  border-radius:  var(--rad50);
}

.box-six{
  background: #e8e8e8;
  padding: 20px;
  display: flex;
  border: 1px solid #d6a59e;
  height: 100%;
  font-size: 20px;
  color: var(--primary);
  border-radius: 8px;
  aspect-ratio: 1/1;
  align-items: flex-end;
}

.item-feature{
  background: #fff;
  padding: 20px;
  border-radius: var(--rad);
  min-height: 200px;
}
.item-feature h6{
  margin-bottom: 10px;
}
.item-feature ul{
  margin-bottom: 0;
}
.item-feature ul li{
  line-height: 1.3
}
.item-feature ul li+li{
  margin-top: 8px;
}
.features-mobile{
  position: relative;
  margin-top: -60px;
  z-index: 0
}

.box-book-demo{
  background-color: #FF1F00;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
  padding: 50px 70px;
}
.box-book-demo .row{
  position: relative;
  z-index: 5
}
.box-book-demo .circle-top{
  width: 250px;
  height: 250px;
  background: #ff9f10;
  border-radius:  var(--rad50);
  position: absolute;
  left: 40px;
  top: -125px;
  z-index: 2
}
.box-book-demo .circle-bottom{
  width: 140px;
  height: 140px;
  background: #419abf;
  border-radius:  var(--rad50);
  position: absolute;
  right: 20px;
  bottom: -70px;
  z-index: 2
}
.box-book-demo .btn-book-demo{
  color: #f00
}
.box-book-demo p{
  max-width: 700px
}
.box-book-demo p, .box-book-demo h2, .box-book-demo h3, .box-book-demo h4, .box-book-demo h5, .box-book-demo h6{
  color: #fff
}

a{
  text-decoration: none;
  transition: ease-in-out 0.2s
}



footer{
  background: #EDEDED;
  font-size: 14px
}
footer h6{
  font-size: 16px;
  margin-bottom: 10px
}
footer p{
  line-height: 1.7
}
.footer-links{
  display: block;
  padding: 0;
  margin: 0;
  column-count: 2;
}
.footer-links.footer-links2{column-count: 1!important;}

.footer-links li{
  display: block;
  line-height: 1; margin: 2px 0;
}

footer a{
  display: block;
  color: var(--body-font-color);
  padding: 7px 0
}
footer a:hover{
  color: var(--primary);
}
footer p{
  margin: 0;
  padding: 5px 0
}
footer .social a {
  display: inline-block;
  padding: 0;
  font-size: 24px;
}
footer .social a img{
  max-width: 26px;
}

.copyright{
  font-size: 13px;
  text-transform: uppercase
}
.copyright p{
  margin: 0;
}
.copyright a{
  color: var(--body-font-color);
}
.copyright a:hover{
  color: var(--primary);
}


/*general modal*/
.modal-header{
  padding: 14px 23px 15px 20px
}
.modal-body, .modal-footer{
  padding: 20px;
}
.modal-footer .btn{
  margin: 0;
}
.modal-title{
  font-size: 20px;
  font-weight: 500
}
.modal .btn-close{
  background-image: none;
  color: var(--primary);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  opacity: 0.8
}
.modal .btn-close:hover{
  opacity: 1
}
.modal .btn-close:focus{
  box-shadow: none
}
.modal .btn-close img{
  transition: ease-in-out 0.15s;
  width: 20px;
  height: 20px;
}
.modal .btn{
  margin-bottom: 10px;
  text-transform: capitalize;
  min-width: 120px;
}
.modal .btn+.btn{
  margin-left: 5px
}
/*video in modal*/
.videoModal .modal-body{
  padding: 15px 15px 19px 15px;
}
.videoModal iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
.modal .form-control, .modal .form-select{
  padding-left: 15px
}

/*modal without header footer, close btn outside*/
.modal-no-header-footer .modal-content{
  position: relative
}
.modal-no-header-footer .btn-close{
  position: absolute;
  top: 0;
  right: -30px;
}

.modal.modal-no-header-footer img{
  border-radius: 5px 0 0 5px!important;
}
.modal-form-wrap{
  padding: 20px 20px 20px 0
}
.line{
  width: 35px;
  height: 3px;
  display: block;
  margin: 0 auto 20px;
  background: var(--primary)
}
.modal p{
  margin-bottom: 10px
}
.pointer{
  cursor: pointer
}
.toggle-pwd{
  transition: ease-in-out 0.2s
}
.toggle-pwd:hover{
  background: #eee
}

ol.list, ul.list{
  padding-left:20px;
  margin: 0
}
ul.list li+li, ol.list li+li{
  margin-top: 8px
}
.lh-1{
  line-height: 1
}
.lh-15{
  line-height: 1.5
}
.lh-16{
  line-height: 1.6
}
.lh-18{
  line-height: 1.8
}
.lh-20{
  line-height: 2
}
.sol-pic-desktop{
  position: absolute;
  bottom: -170px;
  left: 0;
  z-index: 1
}

.owl_height100 .owl-stage{
  display: flex;
}
.owl_height100 .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.item-whymsprime {
  position: relative;
  padding: 50px 30px 40px;
  background: var(--bg-light);
  border-radius: var(--rad);
  border: 1px solid var(--brdr);
}
.item-whymsprime h6{
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
  color: var(--primary)
}
.item-whymsprime p{
  margin: 0
}
.sol-banner-middle{
  background: url(../images/bg-solutions.png) no-repeat center;
  background-size: cover;
}
.box-financier{
  padding: 20px;
  background: #F1F1F1;
  text-align: center;
  border-radius: 2px;
  text-align: left
}
.bg-pink{
  background-color: #FFDBD6;
}
.box-usecase-features {
  padding: 30px;
  background: var(--bg-light);
  border-radius: var(--rad);
  border: 1px solid var(--brdr);
  height: 100%
}
.box-usecase-features p{
  margin: 0
}

.box-telecom-benefits{
  padding: 30px;
  /*background: var(--bg-light);*/
  background-color: #EDEDED;
  border-radius: var(--rad);
  /*border: 1px solid var(--brdr);*/
}
.box-telecom-benefits p{
  margin: 0
}
.box-telecom-benefits+.box-telecom-benefits{
  margin-top: 22px
}

/*use case*/
.use-case-finance .hero-book-a-demo {
  gap: 10px 50px
}

.owl_usecase_finance .item-whymsprime {
}
.owl_usecase_finance .item-whymsprime h6{
}
.owl_usecase_finance .item-whymsprime p{
}

.box-drfm{
  position: relative;
  padding: 30px;
  background: var(--bg-light);
  border-radius: var(--rad10);
  height: 100%;
}
.box-drfm p:last-child{
  margin: 0
}

.box-partner{
  position: relative;
  padding: 30px;
  background: var(--bg-light);
  border-radius: var(--rad10);
  height: 100%;
}
.box-partner h5{
  color: var(--primary);
}
.box-partner p:last-child{
  margin: 0
}

.search-bar{
  position: relative;
  padding: 20px;
  background: var(--bg-light);
  border-radius: var(--rad10);
}
.search-bar button, .search-bar select, .search-bar input{
  min-height: 50px;
  border: 0
}
.search-bar button{
  padding-left: 30px;
  padding-right: 30px;
}
.search-bar button:focus, .search-bar select:focus, .search-bar input:focus{
  border: 0
}
.search-bar .dropdown-item{
  font-size: 14px;
}
.search-bar input:focus,.search-bar select:focus{
  box-shadow: inset 0 0 0 .15rem rgba(255,0,0,.25)
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  margin-left: 0;
}
.partner-item{
  display: flex;
  padding: 20px;
  gap: 18px;
  background: url(../images/bg-partner-item.png) #f5f5f5 top center no-repeat;
  background-size:  100% 60px;
  border-radius: var(--rad10);
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.partner-item-image{
  flex: 0 0 65px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.partner-item-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.partner-item-content{
  flex: 1
}
.partner-item-content h6{
  color: #fff;
  margin-bottom: 28px;
  text-transform: uppercase
}
.partner-item-content{
  font-weight: 500
}
.partner-item-content p{
  font-size: 13px;
  margin-bottom: 5px;
  margin: 0;
  line-height: 1.8
}
.partner-item-content {
  color: var(--secondary)
}
.partner-item-content a{
  color: var(--secondary)
}
.partner-item-content a:hover{
  color: var(--primary)
}

.load-more{
}
.btn-link{
  text-decoration: none
}
.btn-link:hover{
  border-bottom: 1px solid var(--primary)
}
.section-hero.blog{
  background: url(../images/bg-blog-page.png) top left repeat-x #fcfbfb;
}

.blog-featured{
  background: #1d0300;
  padding: 30px;
  height: 100%
}
.blog-featured h4,.blog-recent-item h5{
  margin: 0;
  line-height: 1.5;
  font-weight: 600
}
.blog-recent-item h5{
  line-height: 1.4;
}
p.blog-info{
  font-size: 13px;
}
p.blog-info span{
  font-weight: 500
}
.blog-featured p,.blog-recent-item p{
  color: #fff;
}
.blog-recent-item p{
  margin: 0
}
.blog-featured h4 a,.blog-recent-item h5 a{
  color: #fff;
  transition: ease-in-out 0.2s;
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 7px;
  padding-bottom: 3px;
}
.blog-featured h4 a:hover,.blog-recent-item h5 a:hover{
  color: #fff;
  border-bottom-color: rgba(255,255,255,0.5)
}
.blog-featured h4 a{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-recent-item h5 a{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-recent{
  background: #ff1f00;
  padding: 30px;
  height: 100%
}
.blog-recent-item+.blog-recent-item{
  margin-top: 20px;
}

.blog-item{
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
.blog-item:first-child{
  padding-top: 0
}
.blog-item h5{
  margin-bottom: 10px
}
.blog-item p{
  margin-bottom: 10px
}

.section-hero.blog-details{
  background: url(../images/bg-blog-dtls-page.png) top left repeat-x #fff;
}

.blog-details p.blog-info{
  font-size: 16px;
}

.blog-details h2, .blog-details h3,.blog-details h4,.blog-details h5,.blog-details h6{
  margin: 30px 0 10px;
}
/*.blog-details p{margin: 0}
.blog-details p+p{margin-top: 20px}*/

.blog-details ol .blog-details ul{
  margin-bottom: 20px
}
.blog-details ol li, .blog-details ul li{
  margin-bottom: 12px;
  padding-left: 15px;
}
.blog-details p:has(> strong){
  margin-bottom: 8px;
}
.blog-details h4+h5{
  margin-top: 0
}

.blog-nav{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.blog-nav a{
  background: #e2e0e0;
  padding: 10px 20px;
  border-radius: var(--rad);
  color: var(--secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 17px
}
.blog-nav a img{
  max-height: 26px;
}

.blog-author{
  display: flex;
  gap: 30px
}
.blog-author-image{
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden
}
.blog-author-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.blog-author-content{
  flex: 1
}
.blog-author-content h5{
  margin-bottom: 8px;
}
.blog-author-content p{
  margin: 0;
}

.section-hero.about-us{
  background: url(../images/bg-blog-dtls-page.png) top left repeat-x #fff;
}
.about-item{
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.about-item:first-child{
  padding-top: 0
}
.about-item h2{
  font-size: 40px;
  margin: 0;
}

h1 span.gradiant{
  font-weight: 500;
  background: -webkit-linear-gradient(45deg, #FF1F00, #FF03C8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.team-member{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  padding: 20px
}
.team-member .team-image {
  width: 200px;
  height: 200px;
  overflow: hidden
}
.team-member .team-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.team-member .team-desc {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-top: -10px;
  position: relative;
  z-index: 2
}
.team-member .team-desc h5{
  line-height: 1.1
}
.team-member .team-desc h5 small{
  font-size: 15px;
  color: #777;
  font-weight: normal
}
.team-member .team-desc > p {
  font-size: 15px;
}
.team-member .btn{
  font-size: 18px;
  padding: 6px 8px;
  border-radius: 3px;
}

.section-hero.cmspage{ background: #f5f5f5; background: linear-gradient(180deg, #fbfbfb 0%, #e9e9e9 100%);}
.cmspage h4,.cmspage h5{margin: 0 0 10px}
.cmspage p{margin: 0 0 10px}
.cmspage p+h4,.cmspage p+h5{margin-top: 30px}
.cmspage ul+h4,.cmspage ul+h5{margin-top: 30px}
.cmspage ul li+li{margin-top: 7px;}
.cmspage ul+p{margin-top: 20px}


/*responsive*/
@media screen and (min-width: 1300px){
  .container-xl{
    max-width: 1270px 
  }
}
@media screen and (min-width: 992px){
  .navbar .dropdown:hover > .dropdown-menu{
    display: block;
  }
  .fs-lg-20{
    font-size: 20px!important;
  }
  .content-book-demo p{
    max-width: 620px
  }
}
@media screen and (min-width: 768px){
  .fs-md-20{
    font-size: 20px!important;
  }
  .footer-links.col2 li{
    display: block;
  }
}



@media screen and (max-width: 1600px){
  .sol-pic-desktop{
    max-width: 670px;
  }
}
@media screen and (max-width: 1440px){
  .sol-pic-desktop{
    max-width: 600px;
    bottom: -120px;
  }
}

@media screen and (max-width: 1299px){
  .container-xl{
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
  .hero-book-a-demo{
    gap: 10px 20px
  }
  .hero-book-a-demo ul{
    gap: 5px 15px;
  }
  .hero-book-a-demo ul li{
    font-size: 18px;
    padding-left: 18px;
  }
  .hero-book-a-demo ul li:before{
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1199px){
  .sol-pic-desktop{
    position: relative;
    bottom: auto;
    margin-top: -100px
  }
}



@media screen and (max-width: 991px){
  header{
    padding: 14px 0
  }
  .navbar-collapse.collapse{
    position: fixed;
    top: 56px;
    z-index: 100;
    background: #f5f5f5;
    padding: 15px 0;
    width: 100%;
    box-shadow: none;
    border: 0;
    display: block;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    transition: ease-in-out 0.2s
  }
  .navbar-collapse.collapse.open{
    transform: translateX(0)
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    margin: 0!important;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .fixed .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .nav-link{
    padding: 15px !important
  }
  .navbar-expand-lg .navbar-nav .nav-link:after{
    display: none
  }
  .modal-form-wrap{
    padding: 20px
  }
  .sol-pic-mobile{
    margin-top: -200px
  }
}


@media screen and (max-width: 767px){
  h1,h2,h3{
    margin-bottom: 20px;
    line-height: 1.25;
  }
  h4,h5,h6{
    margin-bottom: 15px;
    line-height: 1.2;
  }
  h1{
    font-size:36px;
  }
  h2{
    font-size:30px;
  }
  h3, h2.fs-36{
    font-size:26px;
  }
  h4{
    font-size:22px;
  }
  h5{
    font-size:18px;
  }
  h6{
    font-size:17px;
  }
  .lead-lg{
    font-size: 18px;
  }
  .lead{
    font-size: 16px;
  }
  .section-hero{
    text-align: center
  }
  .section-hero.blog-details,.section-hero.blog{
    text-align: left
  }
  .hero-book-a-demo{
    gap: 20px;
    flex-direction: column;
    align-items: center
  }
  .sol-pic-mobile{
    margin-top: -150px
  }
  footer{
    text-align: center
  }
  footer a{
    padding: 8px 0
  }
  .owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 3px;
  }
  .partner-map-wrap{
    min-height: 400px;
    border: 1px solid #ddd;
    padding: 2px;
    overflow: hidden
  }
  .blog-featured, .blog-recent{
    padding: 20px
  }
  .blog-item p{
    margin-bottom: 15px;
  }
  .blog-nav a span{
    display: none;
  }
  .blog-nav a{
    padding: 7px 10px;
    min-width: 46px;
    gap: 0;
  }
  .blog-author{
    gap: 20px
  }
  .blog-author-image{
    width: 80px;
    flex: 0 0 80px;
    height: 80px
  }
  .blog-author-content p{
    font-size: 15px;
  }
}
@media screen and (max-width: 600px){

}
@media screen and (max-width: 575px){
  .section-hero{
    padding-top: 50px;
  }
  h1{
    font-size: 32px
  }
  .lead-lg{
    font-size: 17px;
  }
  p,.lead,.lead-lg{
    margin-bottom: 15px;
  }
  .hero-book-a-demo ul{
    gap: 5px 15px;
  }
  .hero-book-a-demo ul li{
    font-size: 18px;
    padding-left: 18px;
  }
  .hero-book-a-demo ul li:before{
    width: 10px;
    height: 10px;
  }
  header .btn{
    font-size: 12px;
    padding: 8px 16px;
  }
  header .col-5{
    width: 48.66666667%
  }
  header .col-1{
    width: 1.33333333%
  }
  .section-hero{
    background-position-x: 70%
  }
  .box-six,.item-feature{
    padding: 15px
  }
  .box-six{
    aspect-ratio: auto;
    padding-top: 40px
  }
  .item-feature ul li{
    font-size: 14px
  }
  .features-mobile{
    margin-top: -20px
  }
  .box-book-demo{
    padding: 40px 20px
  }
  .modal-no-header-footer .modal-dialog{
    margin-top: 40px;
  }
  .modal-no-header-footer .btn-close{
    top: -30px;
    right: 0
  }
  .sol-pic-mobile{
    margin-top: -100px
  }
  .item-whymsprime,.box-telecom-benefits,.box-usecase-features,.box-partner, .box-drfm{
    padding: 20px
  }
  .partner-item{
    gap: 12px;
    background-size: 100% 45px;
    flex-direction: column
  }
  .partner-item-image{
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    margin: 0 auto
  }
  .partner-item-content{
    text-align: center
  }
  .partner-item-content h6{
    margin-bottom: 10px;
    color: var(--secondary)
  }
  .partner-item-content p{
    line-height: 1.4
  }
  .search-bar .input-group{
    display: block;
  }
  .search-bar .input-group .btn{
    display: block;
    width: 100%;
    border-radius: 10px!important;
    margin-bottom: 10px
  }
  .search-bar .input-group .form-control{
    display: block;
    width: 100%;
    border-radius: 10px!important;
  }
  .blog-author{
    gap: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
  .blog-author-image{
    width: 100px;
    flex: 0 0 100px;
    height: 100px
  }
  .blog-author-content{
    text-align: center
  }
  .blog-author-content p{
    font-size: 14px;
  }
  .cmspage>h4{font-size: 20px}
  .cmspage>h5{font-size: 18px}
  .copyright{text-align: center;}
}


@media screen and (max-width: 480px){
  .sol-pic-mobile{
    margin-top: -80px
  }
}
@media screen and (max-width: 375px){
  h1{
    font-size:30px;
  }
  section-hero h5{
    font-size: 17px;
  }
  h2{
    font-size:27px;
  }
  h3, h2.fs-36{
    font-size:25px;
  }
  .sol-pic-mobile{
    margin-top: -70px
  }
  .partner-item-content p{
    font-size: 12px;
  }
  .footer-links li{
      margin: 2px 4px;
  }
  .phone-email-mobile{right: 10px;}
  .phone-email-mobile a{width: 30px; height: 30px; font-size: 16px;}
}



footer .la-2x{font-size: 30px!important}