@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.psmtc_Ik96 {
    top: auto !important;
    bottom: 122px !important;
}

body {
  overflow-x: hidden;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.625;
  color: #383838;
}
li{
  list-style: none;
}
a{
  text-decoration: none !important;
}
/* cookie css */
  #cookie-bar, .badge, .modal-footer {
    text-align: center;
}
#cookie-bar, .modal {
  position: fixed;
  left: 0;
  width: 100%;
}
#cookie-bar {
  display: block;
  direction: ltr;
  color: #fff;
  min-height: 30px;
  z-index: 3;
  padding: 6px 20px 4px;
  background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
  bottom: 0;
  font-size: 0.9rem;
}
button#Cookie {
  margin: 0 20px;
  line-height: 20px;
  background: #fff;
  border: none;
  color: #003864;
  padding: 4px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}
/* cookie css  */

/* gototop start  */
.go-top:hover, .go-top:focus {
  color: #ffffff;
  background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
  
}
.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  border-radius: 5px;
  right: 15px;
  color: #ffffff;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: 1s;
  background-color: #08203A;
}
.go-top:hover::before, .go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* gototop end  */
/* live chat start*/
#chatrp{
  display: none;
}
#sc2rhR .psmtc_2rhR{
top: 6rem !important;
}

/* chat support  */
.ct-support-button {
  position: fixed;
  top: 150px;
  z-index: 999;
  height: 51px;
  background-color: #08203A;
  display: flex;
  white-space: nowrap;
  border-radius: 51px 0 0 51px;
  align-items: center;
  padding-left: 57px;
  padding-right: 12px;
  color: #fff;
  transition: .3s cubic-bezier(.24,.74,.58,1);
  transform: translateX(100%);
  right: 51px;
}
.ct-support-button.active, .ct-support-button:hover {
  right: 0;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.ct-support-button i {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(0,-50%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
  font-size: 20px;
  text-align: center;
}
.ct-support-button .item--text {
  font-size: 16px;
  font-weight: 500;
}
.ct-support-button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  color: #006cff; 
  transition: .3s cubic-bezier(.24,.74,.58,1);
}

a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}

/* chat support  */

/* mouse cursor  */

[data-cursor] {
  width: 19px;
  height: 19px;
  background: linear-gradient( 0deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
  background-size: 100% 100%;
  border-radius: 100%;
  pointer-events: none;
  z-index: 100000;
  transition: 0.1s linear;
  opacity: 0.5;
}

.cursor-hover--a [data-cursor] {
  width: 20px;
  height: 20px;
}
/* mouse cursor  */

/* header css  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
      display: block;
      top: 0;
  }
}
@media (min-width: 180px) and (max-width:991px) {  
  .dropdown:hover>.dropdown-menu {
     display: block;
 }
 .dropdown>.dropdown-toggle:active {
     pointer-events: none;
 }
 [data-cursor] {
  display: none;
}
}

.dropdown-menu .show {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
}
.nav-item{
  margin: 3px 0px 0px 0px;
}
.nav-item .nav-link{
  color: #151f61 !important;
  margin-right: 17px;
  font-size: 17px;
}
.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 100%;
  top: auto;
  left: 0;
  padding-top: 0px;
  background-color: #f3f8fe;
}
.dropdown-menu[data-bs-popper] {
  margin-top: 0 !important;
}
.navbar{
  box-shadow: 0px 0px 11px rgba(0,0,0,.15)!important;
  padding-bottom: 3px !important; 
}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
  position: relative;
  bottom: 50px;
  padding: 0 !important;
}
.form-control:focus{
  box-shadow: none !important;
  border-color: #d0cfcf !important;
}
.form-control{
  border: 1px solid #000;
  margin-right: 0;
  padding: 7px !important;
}
.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

/* header css  */


/* nav css  */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #ffffff !important;
  box-shadow: 0 10px 50px rgba(0,10,80,.15);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #ffffff !important;
  padding: 6px 50px !important;
  border-radius: 10px !important;
  margin: 10px 0px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  padding: 6px 50px !important;
  margin: 10px 0px !important;
  border-radius: 10px !important;
}

.category-nav{
  font-size: 16px;
  font-weight: 600;
  margin-right: 0px !important;
  position: relative;
}

.left-cateogary-tab{
  border-top: 3px solid rgba(43,56,143,1);
  background-color: #fff;
  border-radius: 15px;
  min-height: 355px;
}
.right-cateogary-tab{
  background-color: #fff;
  border-top: 3px solid rgba(43,56,143,1);
  border-radius:  15px;
  min-height: 355px;
}
 .right-cateogary-content li{
  color: #000;
  font-size: 17px;
  margin-bottom: 16px;
  font-weight: 500;
} 
.p-name{
  color: #000;
  position: relative;
  font-size: 13px;
}
.p-name::before {
  content: ">";
  color: #000;
  position: absolute;
  left: -19px;
  font-size: large;
  margin: 1px 0px;
} 
.mac-p-name{
  color: #000;
  position: relative;
  font-size: 13px;
}
.mac-p-name::before {
  content: ">";
  color: #000;
  position: absolute;
  left: -19px;
  font-size: large;
  margin: 1px 0px;
} 
.input-group>.form-control:focus, .input-group>.form-select:focus {
  z-index: 0 !important;
}
.btn-check:focus+.btn, .btn:focus{
  box-shadow: none !important;
}
.lh-bases{
  line-height: 27px;
  padding-left: 7px;
}
.nav-search-btn{
    background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
}


/* nav css  */

.global-btn{
    padding: 17px 30px 17px 30px;
    background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
  }
  .global-btn:hover{
    color: #fff;
  }
.secondary-btn{
    padding: 17px 30px 17px 30px;
    background-color: #08203A;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
  }
.secondary-btn:hover{
  color: #fff;
  }
  .index-btn-wrap{
    margin: 3.2rem 0 0 0;
    text-decoration: none;
  }

  .gradient-text{
    background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
    background-color: transparent; 
   -webkit-text-fill-color: transparent; 
   -webkit-background-clip: text;
  }

  .common-head{
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #000001;
  }
  .wrap-1 {
    background-image: url(../img/bg-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 1rem 0rem 6rem 0rem;
  }
  
 .top-line{
    font-size: 24px;
    font-weight: 800;
    background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
    background-color: transparent; 
   -webkit-text-fill-color: transparent; 
   -webkit-background-clip: text;
}
.top-title{
    font-size: 57px;
    line-height: 82px;
    font-weight: 700;
    color: #000001;
    word-wrap: break-word;
}
.underline-text{
    position: relative;
    background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
    background-color: transparent; 
   -webkit-text-fill-color: transparent; 
   -webkit-background-clip: text;
}
.underline-text::before{
    background-image: url(../img/bottom-line.webp);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 80%;
    left: 0;
    background-position: top right 20px;
    background-repeat: no-repeat;
}
.ct-text{
    color: #08203A;
    font-size: 19px;
    line-height: 30px;
}

.banner-form{
  border: 3px solid #fff;
  border-radius: 2%;
  position: relative;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 38px;
  }
}
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-pagination-bullet {
    padding: 5px;
    border: 7px solid white;
    background-color: #000001;
    opacity: 1 !important;
}
  .swiper-pagination-bullet-active {
    box-shadow: 0 0 0 2px #001fff;
    background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%) !important;
  }

/* wrap-2 css  */
.wrap-2{
  padding: 5rem 1rem 3rem 1rem;
}
.home-about{
  padding: 3rem 1rem 3rem 1rem;
}
.about-top{
  position: relative; 
  font-size: 20px;
  font-weight: 600;
}
.common-text{
  color: #666666;
  font-size: 17px;
  line-height: 27px;
}

.about-feat{
  padding: 24px 24px 18px 81px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(138,138,138,.1);
  position: relative;
  line-height: 1.5;
  color: #666;
}
.about-feat-2{
  padding: 24px 24px 18px 81px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(138,138,138,.1);
  position: relative;
  line-height: 1.5;
  color: #666;
}
.about-feat-2::before{
  position: absolute;
  content: '';
  left: 21px;
  margin: -1px 0px;
  background-image: url(../img/icons/g-data-recovery.svg);
  height: 45px;
  width: 45px;
  border-radius: 5px;
}
.about-feat::before{
  position: absolute;
  content: '';
  left: 21px;
  margin: -1px 0px;
  background-image: url(../img/icons/g-cloud-backup.svg);
  height: 45px;
  width: 45px;
  border-radius: 5px;
}
/* .h-abt-content{
    height: 645px;
    position: relative;
    z-index: 1;
    margin-left: 167px;
    margin-right: 40px;
}
.h-abt-content::before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg,#03228f 10%,#0e73e4 90%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 465px 0 5px 5px;
    z-index: -2;
}
.h-abt-img img{
    position: absolute;
    top: 45px;
    left: -94px;
    right: 74px;
    border: 15px solid #fff;
    border-radius: 100%;
}
.h-end-line{
  position: absolute;
  bottom: 50px;
  right: 18px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  transform: rotate(-90deg)translate(100%,0);
  transform-origin: right bottom;
}
.h-abt-content::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 465px 0 5px 5px;
  z-index: -1;
  overflow: hidden;
  background-image: url(../img/wrap-2-overlay.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
} */
.who-element {
  --widgets-spacing: 20px 20px;
}
.who-we {
  position: relative;
  min-height: 1px;
  display: flex;
}
.who-we-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.who-we-wrap>.who-element {
  width: 100%;
}
.ct-banner1 .ct-banner-inner {
  padding-top: 90px;
  margin-right: 100px;
  position: relative;
  z-index: 1;
}
.ct-banner1 .ct-banner-inner:before {
  content: '';
  width: 550px;
  height: 550px;
  border: 66px solid #0e73e4;
  position: absolute;
  top: 0;
  right: -100px;
  z-index: -1;
  border-radius: 100%;
  animation: el-bounce 3s infinite linear alternate;
}
.ct-banner1 .ct-banner-image {
  position: relative;
}
.ct-banner1 .ct-banner-image img {
    width: 100%;
    height: auto;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.ct-banner1 .ct-banner-counter {
  position: absolute;
    padding: 18px 10px 13px 15px;
    width: 154px;
    top: -48px;
    left: -35px;
    background-color: #006cff;
    background-image: linear-gradient(230deg,#03228f 10%,#0e73e4 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#006cff',endColorStr='var(--gradient-color-to)',gradientType='1');
    z-index: 1;
    border-radius: 0px;
}
.ct-banner1 .ct-banner-counter:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(https://demo.casethemes.net/itfirm/wp-content/themes/itsoft/assets/images/counter-dots.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.ct-banner1 .ct-banner-counter .ct-counter-number-value {
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.ct-banner1 .ct-banner-counter .ct-counter-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.01em;
}
.ct-banner1 .ct-banner-holders {
  background-color: #fff;
  position: absolute;
  bottom: -38px;
  left: 18px;
  right: 18px;
  box-shadow: 0 8px 65px rgba(12,12,12,.19);
  border-radius: 30px 30px 0 0;
  padding: 20px 30px;
  display: flex;
  flex-wrap: nowrap;
}
.ct-banner1 .item-icon {
  line-height: 1;
  margin-right: 14px;
}
.ct-banner1 .item-icon i {
  font-size: 60px;
  color: #191919;
}
.item--title {
  font-size: 21px;
  margin-bottom: 8px;
  margin-top: 2px;
}
.item-desc {
  font-size: 14px;
  line-height: 18px;
}
@keyframes el-bounce{
  0% {
    transform: translateY(0);
  }
  
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(15px);
  }
}

/* wrap-2 css  */

/* wrap 3 css start  */
.wrap-3{
  padding: 3rem 1rem 3rem 1rem;
  background-image: url(../img/wrap-3-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-top{
  position: relative; 
  font-size: 20px;
  font-weight: 600;
}
.service-box{
    background-color: #fff;
    border-radius: 5px;
    padding: 81px 30px 40px;
    margin-bottom: 50px;
    box-shadow: 0 0 50px rgba(0,0,0,5%);
    text-align: center;
    position: relative;
    margin: 50px 0px 50px 0px;
    min-height: 360px;
}

.service-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 100%;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #196ab8;
    background: #fff;
}
.service-icon img{
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 52%;
  width: 47px;
  height: auto;
  transform: translate(-50%,-50%);
}
.service-content-title{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 26px;
}
.divider{
  width: 70px;
  height: 5px;
  background-image: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
  display: inline-block;
  margin-bottom: 18px;
}
.right-line{
  width: 82px;
  height: 3px;
  background-color: rgba(0,173,238,1);
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 9px;
}
.item-btn a{
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  align-items: center;
  box-shadow: none;
  text-decoration: none;
}
.item-btn a i{
  margin: 0 8px;
  font-size: 15px;
  transition: all .25s cubic-bezier(.3,.3,0,.8);
}
.item-btn a i:hover{
  transition: all .25s cubic-bezier(.3,.3,0,.8);
}

/* wrap 3 css start  */

/* wrap 4 css start   */
.wrap-4{
  padding: 3rem 1rem 3rem 1rem;
  background-color: #fff;
}
.progress{
  height: 9px !important;
  border-radius: 5px !important;
}
.progress-bar{
  background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
  transition: width 1.5s ease-in-out !important;
}
/* wrap 4 css end   */

/* wrap 5 css start */

.wrap-5{
  padding: 3rem 1rem 3rem 1rem;
  background-color: #fff !important;
}
.review-top{
  font-size: 20px;
  font-weight: 600;
}

.review-right{
  padding: 55px 0 0 45px;
  background: url(../img/wrap-2-overlay.webp),linear-gradient(to top, #ffffff 55%,
  #094ebd 50%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.review-content {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 10px 31px 0px rgba(0, 0, 0, 0.09);
  text-align: left;
  min-height: 365px;
}
.review-content p{
  font-size: 15px;
  color: #666666;
}
.review-img{
  display: block;
}
.review-btn1{
  position: relative;
  padding: 28px 28px 28px 28px;
  background: linear-gradient( 28deg ,rgba(0,173,238,1) 0%,rgba(43,56,143,1) 100%);
  border-radius: 50%;
  text-align: center;
  color: #fff !important;
  border: 1px solid transparent;
}
.review-btn2{
  position: relative;
  padding: 28px 28px 28px 28px;
  background-color: #08203A;
  border-radius: 50%;
  text-align: center;
  color: #fff !important;
  border: 1px solid transparent;
}
.swiper-button-next{
  position: inherit !important;
}
.swiper-button-prev{
  position: inherit !important;
}
.swiper-button-next::after{
  display: none !important;
}
.swiper-button-prev::after{
  display: none !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: 1 !important;
}
/* wrap 5 css end */


/* wrap 6 css start */
 .wrap-6{
  padding: 3rem 1rem 3rem 1rem;
  background-color: #fff !important;
  background-image: url(../img/wrap-3-bg.webp);
 }
 .blog .item {
  box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 8%);
  background: url(../img/wrap-2-overlay.webp),linear-gradient(to bottom,transparent 55%,#03228f 10%,#0e73e4 90%);
  background-position: initial;
  background-repeat: revert;
  border-radius: 10px;
  margin-bottom: 10px;
}

.blog .item .thumb{
  position: relative;
  padding: 25px;
}
.blog .item .thumb .blog-img {
  overflow: hidden;
  border-radius: 10px;
}
.blog .item:hover .thumb .blog-img img:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
  border-radius: 8px;
  max-width: 100%;
}
.blog .item .info {
  padding: 35px;
  padding-top: 50px;
  overflow: hidden;
}
.blog .item .info a{
  text-decoration: none;
  color: #fff;
}

 .news-part {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  padding: 1rem 2rem 1rem 2rem;
  border: 1px solid #dddddd80;
  background: #fff;
}

.news-head{
  margin: 1rem 0rem;
}
.news-top{
  background: linear-gradient( 0deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
  background-color: transparent; 
 -webkit-text-fill-color: transparent; 
 -webkit-background-clip: text; 
 font-weight: 700;
  font-size: 20px;
}
/* wrap 6 css end */

/* wrap 7 start */

.size-num{
  font-size: 45px;
 font-weight: 600;
  color: #fff;
}
.we-are{
  background-color: #043644;
}

.inner-1, .inner-2, .inner-3, .inner-4{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 1px 0px 29px -13px rgba(255,255,255,1);
-moz-box-shadow: 1px 0px 29px -13px rgba(255,255,255,1);
box-shadow: 1px 0px 29px -13px rgba(255,255,255,1);
background-color: #e7f5f9;
}
.inner-a{
  background-color: transparent;
  box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 8%);

}
.f1 {
  font-size: 40px;
  font-weight: bold;
}

/* wrap 7 end*/


/* footer css */

.footer-section {
  background: #011021;
  position: relative;
  }
  .footer-cta {
  border-bottom: 1px solid #373636;
  }
  .single-cta i {
  color: #006cff;
  font-size: 30px;
  float: left;
  margin-top: 18px;
  }
  .single-cta img {
  font-size: 30px;
  float: left;
  margin-top: 8px;
  }
  .cta-text {
  padding-left: 70px;
  padding-top: 10px;
  /* display: inline-block; */
  }
  .fcta-text {
    padding-left: 60px;
    padding-top: 10px;
    line-break: anywhere;
    /* display: inline-block; */
    }
  .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  }
  .fcta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  }
  .cta-text span {
  color: #878787;
  font-size: 15px;
  }
  .fcta-text span {
  color: #878787;
  font-size: 15px;
  }
  .footer-content {
  position: relative;
  z-index: 2;
  }
  .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
  }
  .footer-logo {
  margin-bottom: 30px;
  }
  .footer-logo img {
    max-width: 200px;
  }
  .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #878787;
  line-height: 28px;
  }
  .footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  }
  .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  }
  .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  }
  .footer-social-icon i:hover {
    transform: scale(.9);
    transition: all .2s 0s ease;
    color: #fff;
  }
  .facebook-bg{
  background: #3B5998;
  }
  .linkedin-bg{
  background: #55ACEE;
  }
  .youtube-bg{
  background: #DD4B39;
  }
  .footer-widget .footer-logo .f-logo{
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 30px;
  }
  .footer-widget-heading h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  }
  .footer-widget-heading h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #006cff;
  }
  .footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
  color: #006cff;
  }
  .footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  }
  .copyright-area{
  background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
  padding: 12px 0px 12px 0px;
  }
  .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  }
  .copyright-text p a{
  color: #006cff;
  }
  .footer-menu li {
  display: inline-block;
  margin-left: 20px;
  }
  
  .footer-menu li a {
  font-size: 14px;
  color: #fff;
  }
  .footer-menu li a:hover {
  font-size: 14px;
  color: #fff;
  text-decoration: underline !important;
  }
  /* footer css */

/* media query  */

@media (min-width: 280px) and (max-width:992px) {
  .input-group {
   margin: 10px 0px 19px 0px !important;
  }
}
@media (min-width: 280px) and (max-width:341px) {
  .top-title {
    font-size: 25px !important;
    line-height: 40px;
  }
  .item-icon{
    display: none !important;
  }
  .number{
    padding-left: 2px !important;
  }
  .numbers .row .col-md-12{
    padding-right: 0px !important;
  }
}
@media (min-width: 280px) and (max-width:460px) {
  .wrap-1{
    background-size: contain;
    background-position: inherit;
    padding: 1rem 3rem 6rem 3rem;
  }
  .top-title {
    font-size: 32px;
    line-height: 40px;
  }
  .underline-text{
    margin-left: 0px !important;
  }
  .common-head {
    font-size: 25px;
    line-height: 36px;
  }
  .service-top{
    font-size: 16px;
  } 
  .right-line{
    width: 31px;
  }
  .global-btn  {
    display: inline-block;
  }
  .secondary-btn {
    display: inline-block;
    padding: 17px 25px 17px 30px;
    margin-top: 10px;
  }
  .h-abt-right{
    margin-right: 0rem;
  }
  .h-abt-content{
    margin-left: 10px;
    height: 480px;
  }
  .h-abt-img img {
    left: -38px;
  }
  .h-end-line{
    bottom: 9px;
  }
  .wrap-4 {
    padding: 3rem 1rem 3rem 1rem;
  }
  .wrap-5 {
    padding: 5rem 1rem 3rem 1rem;
  }
  .review-right {
    padding: 20px 0 0 20px;
  }
  .blog .item .info{
    padding: 15px;
  }
  .lh-bases {
    line-height: 27px;
    padding-left: 44px;
  }
} 

@media (min-width: 461px) and (max-width:768px) {
  .wrap-1{
    background-size: contain;
    background-position: inherit;
    padding: 1rem 2rem 6rem 2rem;
  }
.top-title {
  font-size: 50px;
  line-height: 62px;
}
.wrap-5 {
  padding: 3rem 1rem 3rem 1rem;
}
.h-abt-content{
  margin-left: 75px;
}
.lh-bases {
  line-height: 27px;
  padding-left: 44px;
}
}

@media (min-width: 993px) and (max-width:1200px) {
.top-title {
  font-size: 48px;
  line-height: 76px;
}
.win_div .left-cateogary-tab .nav-item .nav-link {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
}
@media screen and (max-width: 1100px){
  .ct-banner-holders {
    position: static !important;
    border-radius: 0 !important;
    padding-left: 30px !important;
    padding-right: 20px !important;
}
.ct-banner-inner {
  margin-right: 30px !important;
  padding-top: 30px !important;
}
.ct-banner-inner:before {
  width: 360px !important;
  height: 360px !important;
  border-width: 40px !important;
  right: -30px !important;
}
}
/* media query  */
.sucuri-badge-symbol{
    background: #2dbea2 !important;
}

