@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;600;700;800&amp;display=swap");

@import url('https://fonts.googleapis.com/css2?family=Andada+Pro:wght@400;500;600;700;800&family=Lobster&family=Merriweather+Sans:wght@300;400;500;600;700;800&family=Merriweather:wght@300;400;700;900&family=Open+Sans:wght@300;400;500;600;700&display=swap');

* {
  padding: 0;
  margin: 0;
}



html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}



body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden!important;
  background-color: #ffffff;
  color: #666666;
}
html, body, .wrapper {
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #0e2b3d;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  position: relative;
  margin: 0;
}
h1,h2,h3,h4,h5,h6 {
  margin-bottom: 15px;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}



label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  margin:0px!important;
  line-height: 26px;
  text-transform: none;
}
.text{
  font-size: 15px;
}
input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}
ul {
  margin-bottom: 0px!important;
  list-style-type: none;
  padding-left: 0px!important;
}
a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #0e2b3d;
}
a:hover {
  color: #0e2b3d;
}
a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  position: relative;
  font-size: 14px;
}
.pb-100{
  padding-bottom: 100px!important;
}
.pt-100{
  padding-top: 100px!important;
}
.pb-80{
  padding-bottom: 80px!important;
}
.pt-80{
  padding-top: 80px!important;
}
.common-section{
  padding: 80px 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.mt-80{
  margin-top: 80px;
}
b, strong {
  font-weight: 600;
}
button{
  border: none;
}
button:focus{
  outline: none;
}
.btn:focus,
.form-control:focus{
  box-shadow: none!important;
}
input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
  width: 100%;
}
.container{
  max-width: 1260px!important;
}
.common-d-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*---------------Start-navbar-header-section--------------*/
.fixed-header{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: 0.4s ease;
  z-index: 99;
  animation: header-fixed 1s ease;
}
@keyframes header-fixed{
  0%{
    transform: translateY(-100%);
  }
  100%{
    transform: translateY(0%);
  }
}
/*-----------Start-responsive-navbar-------*/
.responsive-header{
  display: none;
}
.bar-icon-box .bar-icon{
  display: flex;
  flex-direction: column;
}
.bar-icon-box span{
  position: relative;
  top: 0;
  margin-bottom: 10px;
  left: 0;
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.menu-box .menu-box-inner .menu-list-top .item .list-items{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 20px;
  transition: 0.3s ease;
}

.menu-box .menu-box-inner .menu-list-top .item .list-items span i{
  color: #fff;
  font-size: 28px;
}
.menu-box .menu-box-inner .menu-list-top .item .list-items span .mobile-arrow{
  transform: rotate(0deg);
  transition: 0.3s ease;
}
.menu-box .menu-box-inner .menu-list-top .item .list-items span .mobile-arrow.active{
  transform: rotate(-180deg);
  transition: 0.3s ease;
}
/*.menu-box .menu-box-inner .menu-list-top .item .list-items span .fa-angle-down.collapsed{
  transform: rotate(-180deg);
}*/





/*-----------Start-responsive-navbar-----*/
.fixed-header.top-bar-area{
  background-color: #fff!important;
}
.top-bar-area {
    box-shadow: 0px 8px 10px rgb(0 0 0 / 6%);
}
.header-top{
  display: none;
}
.fixed-header .menu-box .menu-list-top .item .link{
  color: #000;
}
.fixed-header .menu-box .menu-list-top .item .link:hover{
  color: #045a97;
} 
.menu-box .menu-list-top{
  display: flex;
  justify-content: center;
}
.menu-box .menu-list-top .item:last-child{
  margin-right: 0px;
}
.menu-box .menu-list-top .item{
  margin: 0px 15px 0px 0px;
  position: relative;
  transition: 0.5s ease;
}
.menu-box .menu-list-top .item .link{
  color: #fff;
  transition: 0.3s ease;
  font-weight: 600;
  margin: 0px 7px;
  text-transform: uppercase;
}
.menu-box .menu-box-inner{
  position: relative;
}
.menu-box .menu-box-inner .close-menu-bar .icon{
  position: absolute;
  right: 10px;
  top: -48px;
}
.menu-box .menu-box-inner .close-menu-bar .icon svg{
  font-size: 15px;
}
.menu-box .menu-box-inner .close-menu-bar .icon svg path{
  fill: #fff;
}
.top-menu-list .item .link{
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: #000;
  transition: 0.3s ease;
}
 .top-menu-list .item{
  margin: 0px 8px;
}
 .top-menu-list .item .fa-chevron-down{
  font-size: 12px;
  transition: 0.4s ease;
}
.top-bar-area .top-menu-list .item:hover .fa-chevron-down{
  transform: rotateX(180deg);
}
.top-bar-area .top-menu-list .item:hover .Services-dropdown-box{
  opacity: 1;
  visibility: visible;
}
.top-bar-area .top-menu-list .item:hover .Services-dropdown-box .Services-dropdown-inner-box{
  animation-name: sub-menu;
  -webkit-animation-name: sub-menu;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
.top-bar-area .top-menu-list .item .Services-dropdown-box{
  width: 100%;
  position: absolute;
  transition: 0.3s;
  height: 100vh;
  top: 58%;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999999;
}
.Services-dropdown-inner-box .Services-list-header{
  margin-left: 10px;
}
.Services-dropdown-box .Services-dropdown-inner-box{
  width: 100%;
  padding: 30px;
  box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
  height: 100%;
  border-top: 1px solid #cccccc;
  transition: 0.2s ease;
  position: relative;
  top: 31px;
  background-color: #fff;
}
.logo-header-section{
  position: relative;
}
@keyframes sub-menu {
    0% {
        transform: scaleY(0.1);
    }
    40% {
        transform: scaleY(1.02);
    }
    60% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(1);
    }
}
@-webkit-keyframes sub-menu {
    0% {
        -webkit-transform: scaleY(0.1);
    }
    40% {
        -webkit-transform: scaleY(1.02);
    }
    60% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(1);
    }
}

.Products-drop-box .Services-dropdown-inner-box .sub-menu-list-hover-box{
  position: relative;
  width: 100%;
}
.sub-menu-list{
}
.Products-sub-menu-list .item{

}
.Products-sub-menu-list .active .Products-sub-menu-text-box{
  display: block!important;
}
.Products-sub-menu-list .item:hover .Products-sub-menu-text-box{
  display: block;
}
.Products-sub-menu-list .item .Products-sub-menu-text-box .read-btn .btn{
  padding: 7px 19px;
  font-size: 13px;
}
.Products-sub-menu-list .item .Products-sub-menu-text-box{
  background-color: #fff;
  padding: 0px 0px 0px 20px;
  position: absolute;
  background-color: #fff;
  top: 0px;
  height: 100vh;
  width: 45%;
  display: none;
  right: 0px;
  transition: 0.4s ease;
}
.Products-sub-menu-list .item .large-box{
  width: 72%!important;
}
.Products-sub-menu-list .item .Products-sub-menu-text-box .text p{
  font-size: 17px;
  color: #5e707d;
  line-height: 28px;
  font-weight: 400;
}
.Products-sub-menu-list{
  display: flex;
}
.Products-sub-menu-list .middle-box{
  padding-left: 20px!important;
}
.Products-sub-menu-list .list-span{
  border-right: 1px solid #cccccc;
  padding: 0px 10px 0px 0px;
  height: 100vh;
  width: 26%;
}
/*-------------------Start-sub-menu-list-hover-box--here-------------*/
.hover-box-right{
  border-left: 1px solid #cccccc;
  padding: 0px 50px 0px 50px;
}
.hover-box-right .text p{
  font-size: 17px;
  color: #5e707d;
  line-height: 20px;
  font-weight: 400;
}
.sub-menu-list-hover-box .sub-menu-list .item .links{
  font-weight: 300!important;
  color: #5e707d;
  font-size: 16px;
  position: relative;
}
.sub-menu-list-hover-box .sub-menu-list .item .links:before{
  content: '';
  width: 0%;
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 1px;
  transition: 0.4s ease;
  background-color: #045a97;
}
.sub-menu-list-hover-box .sub-menu-list .item:hover .links:before{
  width: 100%;
}
.sub-menu-list-hover-box .sub-menu-list .item:hover .links{
  color: #045a97;
}
.sub-menu-list-hover-box .sub-menu-list .item{
  margin-bottom: 2px;
}
.hover-box-right .read-btn .btn{
  padding: 9px 59px;
}
/*----------------ENd-sub-menu-list-hover-box-here----------------*/
/*---------------start-gray-header-header-------------*/
.gray-header{
  padding: 10px 0px;
  background-color: #ededed;
}
.gray-header .email-box .contact-no span a{
  font-weight: 400;
}
.gray-header .email-box .contact-no span a:hover{
  color: #045a97;
}
/*---------------End-gray-header--------------------*/
/*------------------Start-get-quote-section-here-----------*/
.get-quote-section{
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: -100%;
  left: 0px;
  padding: 00px 30px 30px 30px;
  background-color: #0b1a2a;


  z-index: 9999999999;
  transition: 0.5s ease;
}
.get-quote-section-active{
  bottom: 0px;
  animation-name: sub-menu;
  -webkit-animation-name: sub-menu;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transition: 0.5s ease;
}

.get-quote-inner{
  position: relative;
}
.get-quote-section .get-quote-inner .right-box-form .Get-a-Quote-form .common-field-box input{
  border-radius: 4px;
}
.get-quote-section .get-quote-inner .right-box-form .Get-a-Quote-form .textarea-box textarea{
  border-radius: 4px!important;
}
.Get-a-Quote-close{
  position: absolute;
  right: 30px;
  z-index: 999999;
  cursor: pointer;
  top: 30px;
  transition: 0.3s ease;
}
.Get-a-Quote-close svg{
  font-size: 18px;
}
.Get-a-Quote-close svg path{
  fill: #fff;
  transition: 0.3s ease;
}
.Get-a-Quote-close svg:hover path{
  fill: #045a97;
}
.get-quote-section .get-quote-inner{
  padding: 100px 100px;
}
.get-quote-inner .container .left-box .social-media-box{
  margin-bottom: 30px;
}
.get-quote-inner .container .left-box .social-media-box span i{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  border: 1px solid #045a97;
  color: #045a97;
  font-size: 16px;
  margin-right: 10px;
  text-align: center;
}
.get-quote-inner .container .left-box .social-media-box span p{
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.get-quote-inner .container .left-box .social-media-box span .link{
  font-size: 16px;
  margin-top: 5px;
  color: #fff;
  font-weight: 400;
  margin-left: 52px;
}
.get-quote-inner .container .left-box .social-media-box span .link:hover{
  color: #045a97;
}
.get-quote-inner .container .right-box-form .Get-a-Quote-form .heading{
  color: #fff; 
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}
.social-media-box .common-d-flex{
  align-items: flex-start;
}
.get-quote-inner .container .right-box-form .Get-a-Quote-form .textarea-box textarea{
  margin: 8px 0px;
  border-radius: 0px;
}
.get-quote-inner .container .right-box-form .Get-a-Quote-form .banner-form-btn .btn{
  background-color: #045a97;
  color: #fff;
  width: 100%;
  margin-top: 10px;
}
.get-quote-inner .container .right-box-form .Get-a-Quote-form .banner-form-btn .btn:hover{
  background-color: #0a51a1;
}
.get-quote-section:before {
  background-image: url(../img/get-bg.png);
  position: absolute;
  background-repeat: no-repeat;
  content: '';
  width: 100%;
  background-size: cover;
  height: 100%;
  background-position: center;
  left: 0px;
  top: 0px;
}
/*------------End-get-quote-section-here----------------*/
.top-header .top-menu-list .item:last-child{
  margin-right: 0px;
}
.top-header .top-menu-list{
  display: flex;
  justify-content: right;
  align-items: center;
}
.top-header .top-menu-list .item .link:hover{
  color: #045a97;
}
.gray-header .top-header .top-menu-list .item .link{
  font-weight: 400;
  position: relative;
}
.gray-header .top-header .top-menu-list .item .link:before{
  content: '|';
  position: absolute;
  right: -11px;
  top: -5px;
  font-size: 11px;
  color: #5e5d5d;
}
.gray-header .top-header .top-menu-list .item:last-child .link:before{
  display: none;
}
.menu-box .menu-list-top .item .link:hover{
  color: #000;
}
.menu-box .menu-list-top .item .link .icon svg{
  font-size: 10px;
  margin-left: 5px;
  transition: 0.3s ease;
}
.menu-box .menu-list-top .item:hover .link .icon svg{
  transform: rotateX(180deg);
}
.common-search-box{
  position: relative;
}
.textarea-box textarea{
  resize: none;
  margin: 20px 0px;
  height: 100px;
}
.textarea-box textarea:focus{
  border: 1px solid #045a97;
}
.get-a-quote-btn-box .btn{
  font-size: 14px;
  background-color: #045a97;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: 0.4s ease;
  padding: 7px 18px;
  border: 1.8px solid transparent;
}
.get-a-quote-btn-box .btn:hover{
  background-color: #0a51a1;
}
/*---------------ENd-navbar-header-section-------------------*/
/*--------------Start-banner-section-here---------------*/
.banner-section{
  position: relative;
}
.banner-slider{
  height: 760px;
}
.common-bg{
  background-image: url(../img/banner/Online-Promotion.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.Website-Development-silder{
  background-image: url(../img/banner/Website-Development-banner.jpg);
}
.web-Hosting-bg{
  background-image: url(../img/banner/web-hosting-banner.jpg);
}
.Website-Designing-bg{
  background-image: url(../img/banner/Website-Designing-banner.jpg);
}
.Online-Promotion-bg{
  background-color: url(../img/banner/Online-Promotion.jpg);
}
.Software-Development-bg{
  background-image: url(../img/banner/5.jpg);
}
.Tele-Communication-bg{
  background-image: url(../img/banner/tele.jpg);
}
.Mobile-silder{
  background-image: url(../img/banner/mobile-app.jpg);
}
.common-before:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgb(0 0 0 / 80%);
}
.banner-section .banner-content-box .inner-box-banner .title{
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  margin-left: 48px;
}
.owl-item.active .inner-box-banner .title{
  animation: fadeInDownBig ease 1s;
}
.owl-item.active .inner-box-banner .Creating-heading{
  animation: fadeInLeftBig ease 2s;
}
.owl-item.active .inner-box-banner .solutions-heading{
  animation: fadeInLeftBig ease 2.5s;
}
.owl-item.active .inner-box-banner .text{
  animation: fadeInUpBig ease 2s;
}
.owl-item.active .inner-box-banner .banner-btn{
  animation: fadeInUpBig ease 2.5s;
}
.banner-section .banner-content-box .inner-box-banner .title:before{
  content: '';
  position: absolute;
  width: 29px;
  height: 2px;
  transform: translate(-50%,-50%);
  background-color: #fff;
  top: 50%;
  left: -5%;
}
.banner-section .banner-content-box .inner-box-banner .Creating-heading {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
}
.banner-section .banner-content-box .inner-box-banner .solutions-heading{
  color: #045a97;
  font-weight: 900;
  font-size: 47px;
  margin-bottom: 8px;
}
.banner-section .banner-content-box .inner-box-banner .text{
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.common-btn .btn{
  background-color: #045a97;
  transition: 0.4s ease;
  padding: 10px 20px;
  color: #fff;
  margin-top: 40px;
  font-size: 17px;
  padding: 14px 51px;
  font-weight: 600;
}
.common-btn .btn:hover{
  background-color: #fff;
  color: #000;
  position: relative;
}
.banner-form-box:after,
.banner-form-box:before{
  content: '';
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: -11px;
  width: 130%;
  height: 27%;
  background-color: #045a97;
  border-radius: 100%;
  z-index: 1;
}
.banner-form-box:after{
  background-color: #045a9778;
  top: -4px;
  transform: translate(-50%,-50%) rotate(-3deg);
  z-index: 0;
}
.banner-form-box{
  width: 434px;
  border-radius: 20px;
  position: absolute;
  transform: translate(-50%,-50%);
  right: -10%;
  top: 50%;
  overflow: hidden;
  padding: 20px 30px 30px 30px;
  z-index: 9;
  background-color: #fff;
}
.banner-form-box .form-inner-box .form-group .View-our-Privacy a{
  font-weight: 400;
  font-size: 13px;
}
.banner-form-box .form-inner-box .form-group .View-our-Privacy a:hover{
  color: #045a97;
}
.banner-section .banner-form-box .form-inner-box .Appointment-heading{
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  z-index: 999999;
  position: relative;
  margin-bottom: 30px;
}
.banner-section .banner-form-box .form-inner-box .Appointment-heading img{
  width: 30px;
  height: 30px;
  margin-top: -14px;
}
.common-field-box input{
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0px;
  margin-bottom: 10px;
  font-size: 15px;
}
.common-field-box input:focus{
  border-bottom: 1px solid #045a97;
}
.banner-form-btn .btn{
  background-color: #045a97;
  color: #fff;
  border-radius: 100px;
  margin-top: 0px;
}
.contact-area form button:hover,
.get-a-quote-btn-box .btn:hover,
.banner-form-btn .btn:hover{
  background-color: #000;
  color: #fff;
}
/*------------End-banner-section-here----------------------*/

/*------------Start-top-features-area-here---------*/
.fixed-shape-bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.bg-gray{
  background-color: #f3f7fd;
}
.feature-items{
  position: relative;
  z-index: 9999;
}
/*------------End-top-features-area-here-------------*/
/*----------------Start-about-section-----------*/
.about-area .thumb{
  position: relative;
}
.about-area .thumb img:first-child{
  width: 80%;
  animation: image 2.7s infinite alternate ease-in-out;
}
@keyframes image{
  0%{
    transform: translateY(-20px);
  }
  100%{
    transform: translateY(0px);
  }
}
.about-area .thumb img {
    border-radius: 8px;
}
.about-area .thumb img:nth-child(2){
    position: relative;
    left: 20%;
    width: 80%;
    top: -80px;
    margin-bottom: -80px;
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    background: #ffffff;
}
.about-area .thumb .overlay {
    position: absolute;
    right: 0;
    top: 50%;
    height: 250px;
    width: 250px;
    text-align: center;
    background: #ffffff;
    transform: translate(50px, -50%);
    border-radius: 8px;
    box-shadow: 0 0 10px #cccccc;
}
.about-area .thumb .overlay .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 30px;
}
.about-area .thumb .overlay h4 {
    margin: 0;
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
}
.faq-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}
.about-area.inc-shape::after{
  transform: translateX(10px);
    position: absolute;
    left: -100px;
    top: 150px;
    content: "";
    height: 100%;
    width: 40%;
    background: url(../img/shape/1.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.faq-area .faq-content {
    margin-top: 25px;
}
.faq-area .faq-content .card {
    border: none;
    margin-bottom: 31px;
    overflow: inherit;
    background: transparent;
    border-radius: 5px;
    padding: 0;
}
.faq-area .faq-content .card .card-header {
    border: none;
    background: transparent;
    padding: 0;
}
.faq-area .faq-content .card .card-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    padding-right: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.accordion .card-header h4:after{
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
}
.accordion .card-header h4.collapsed:after {
    content: "\f105";
    font-weight: 600;
    color: #999999;
}
.faq-area .faq-content .card .card-body {
    padding-left: 30px;
    padding: 0;
    padding-top: 15px;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
}
/*------------End-about-section-------------*/



/*-------------Start-video-area-here----------*/
.video-area.extra-padding {
    padding-bottom: 240px;
}
.video-area:before{
  background-color: rgb(0 0 0 / 60%);
}
.video-area{
  background-size: cover;
  padding-bottom: 240px;
  padding-top: 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../img/banner/2.jpg);
}
.video-area .content h5 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff;
}
.video-area .content h2 {
    font-weight: 600;
    color: #fff;
}
.video-play-button.relative {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 0 !important;
    top: 43px;
    margin-left: 10px;
}
.video-area a.video-play-button.relative{
  top: 59px;
}
/*------------ENd-video-area-here----------*/

/*--------------Start-product-section-here--------------*/
.product-section .product-main-box .product-inner-box{
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 13%);
  transition: 0.4s ease;
  margin-bottom: 30px;
  border-radius: 4px;
}
.product-section .product-main-box .product-inner-box:hover{
  border: 1px solid #045a97;
}
.product-section .product-main-box .product-inner-box .heading{
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 700;
  height: 40px;
  transition: 0.4s ease;
  margin-top: 15px;
}
.product-section .product-main-box .product-inner-box:hover .heading a{
    color: #045a97;
}
.product-section .product-main-box .product-inner-box  .logo-img-box{
  width: 100px;
  height: 100px;
  margin: 0px auto;
}
.product-section .product-main-box .product-inner-box  .logo-img-box img{
  width: 100%;
  height: 100%;
}
.View-more-btn-box{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
/*---------------End-product-section-here------------------*/
/*----------Start-Customer support-here---------------*/
.choose-us-area{
   margin-top: -100px;
}
.choose-us-area .item {
  padding: 30px 37px;
  box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
  background: #ffffff;
  height: 441px;
  margin-bottom: 30px;
  border-radius: 8px;
}
.choose-us-area .item .info h4 {
    font-weight: 600;
}
.choose-us-area .item .icon i {
  display: inline-block;
  font-size: 60px;
  margin-right: 25px;
  color: #045a97;
  margin-bottom: 14px;
}

.choose-us-area .item a {
  color: #045a97;
  position: relative;
  font-size: 20px;
  top: 18px;
}
.btn-more::after {
  position: absolute;
  right: -39px;
  top: 50%;
  content: "";
  height: 1px;
  width: 30px;
  transition: all 0.35s ease-in-out;
  border-top: 2px solid;
}
.choose-us-area .item .call i {
  display: inline-block;
  font-size: 50px;
  margin-right: 20px;
  color: #045a97;
}
.choose-us-area .item .call {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.choose-us-area .item .call span {
  display: block;
  text-transform: uppercase;
  color: #0e2b3d;
  font-weight: 600;
}
/*--------------End-Customer support--here-----------------*/
/*----------Start-services-area-here-----------*/
.site-heading h4 {
  color: #045a97;
  font-weight: 600;
  text-transform: uppercase;
}
.site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
}
.site-heading h2::before {
  background: #045a97 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
/*----------End-services-area-here-----------*/

/* ============================================================== 
     # Tabs Services 
=================================================================== */
.services-area .services-tabs ul {
  border: none;
  justify-content: center;
}
.services-area .services-tabs ul li {
  display: inline-block;
  border: none;
  margin: 0;
}


.services-area .services-tabs ul li a.active {
  color: #045a97;
}
.services-area .services-tabs ul li a.active:before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 8px;
  width: 100%;
  height: 2px;
  background-color: #045a97;
}
.Read-Case-Studies .btn{
  font-size: 15px;
  padding: 9px 24px;
}
.tab-pane .Web-Design-carousel-box{
  margin-bottom: 30px;
} 
.works-about-items .info > h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: #045a97;
}
.works-about-items .info > h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #045a97;
  margin-top: -1px;
}
.works-about-items .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}
.works-about-items ul li {
  margin-top: 25px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.works-about-items ul li::after {
  position: absolute;
  left: 0;
  top: -4px;
  content: "\f058";
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #045a97;
}
.works-about-items ul li h5 {
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
}
.works-about-items ul li i {
  display: inline-block;
  font-size: 45px;
  min-width: 60px;
  margin-right: 10px;
}
.works-about-area .works-about-items .info a {
  margin-top: 30px;
  padding: 15px 40px;
}
.consultant-btn .btn{
  display: initial;
  position: relative;
  top: 45px;
}
.works-about-area .works-about-items .thumb .fun-fact .container-heading {
    display: inline-block;
    font-weight: 800;
    color: #0e2b3d;
    margin-bottom: 0px;
    font-size: 2rem;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
/*-----------End-work-section-here--------------*/
/*----------Start-testimonials-section-here----------*/

.testimonials-area .item {
  padding: 50px 30px;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  height: 290px;
}
.testimonials-area{
  background-image: url(../img/web-design-img/testimonials-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.testimonials-area .item p {
  font-size: 16px;
  color: #232323;
  line-height: 26px;
  font-style: italic;
}
.testimonials-area .thumb {
  position: relative;
  z-index: 1;
}
.testimonials-area .item .provider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.testimonial-carousel .item{
  text-align: center;
  display: flex;
  align-items: center;
  padding: 20px 150px;
}
.testimonial-carousel .item .thumb img{
  width: 15%;
  margin: 20px auto;
}
.testimonials-area .item .provider h4 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 14px;
}
.testimonials-area .item .provider span {
  color: #232323;
}
.testimonials-area .item .provider span::before {
  content: ' / ';
  padding: 0 5px;
}
.testimonials-area .item::before {
  position: absolute;
  left: -15px;
  top: 15px;
  content: "";
  height: 100%;
  width: 100%;
  border: 15px solid #045a97;
  z-index: -1;
  opacity: 0.1;
}
.testimonials-area .testimonial-items .owl-stage-outer {
  padding: 30px;
  margin: -30px;
}
.testimonials-area .testimonial-items .owl-carousel .owl-dots {
  margin-top: 30px;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  bottom: -20%;
}
.testimonials-area .testimonial-items .owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}
.testimonials-area .testimonial-items .owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}
.testimonials-area .testimonial-items .owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*---------End-testimonials-section-here-----------*/
/*----------Start-need-help-section-here-----------*/
.contact-area {
  position: relative;
  z-index: 1;
}
.contact-area .content h2 {
  font-weight: 600;
}
.contact-area .content .heading {
  margin-bottom: 30px;
}
.contact-area form input, .contact-area form textarea {
  border: none;
  box-shadow: inherit;
  padding: 15px;
  background: #fafafa;
}
.contact-area.bg-gray form input, 
.contact-area.bg-gray form textarea {
  background: #ffffff;
}

.contact-area form textarea {
  min-height: 150px;
}
.contact-area form button {
  background: #045a97;
  border: none;
  display: inline-block;
  color: #ffffff;
  transition: 0.
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 5px;
}
.contact-area form .col-lg-6 {
  padding: 0 8px;
}
.contact-area form .row:first-child {
  margin: 0 -8px;
}
.contact-area img.loader {
  margin-left: 10px;
}
.contact-area .info {
  padding-left: 35px;
}
.contact-area .contact-tabs > ul li {
  display: inline-block;
  margin: 0;
}
.contact-area .contact-tabs > ul {
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  margin-top: -15px;
}
.contact-area .contact-tabs > ul li a {
  display: block;
  position: relative;
  background: transparent;
  border: none;
  padding: 15px 0;
  margin-right: 20px;
  text-transform: capitalize;
  font-size: 1.5rem;
}
.contact-area .contact-tabs > ul li a.active::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 3px;
  width: 100%;
  background: #045a97;
}
.contact-area .contact-tabs > ul li a.active {
  background: transparent;
  color: #045a97;
}
.contact-tabs .tab-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contact-tabs .tab-content ul li i {
  display: inline-block;
  font-size: 30px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #ffffff;
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  color: #045a97;
  margin-right: 20px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
.contact-tabs .tab-content ul li .info {
  padding: 0;
}
.contact-tabs .tab-content ul li:last-child {
  margin-bottom: 0;
}
.contact-tabs .tab-content ul li .info span {
  display: block;
  font-weight: normal;
  text-transform: none;
  color: #666666;
}



.contact-tabs .tab-content ul li .info p {
  font-weight: 600;
  color: #0e2b3d;
  text-transform: uppercase;
  margin-bottom: 0;
}
.contact-tabs .tab-content iframe {
  display: block;
  height: 100%;
  min-height: 400px;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
.contact-area .tab-content .info {
  margin: 0;
}
/*---------Start-Google-Mpas-here------- */

.google-maps iframe {
  display: block;
  height: 100%
  min-height: 550px;
  position: relative;
  width: 100%;
  z-index: 1;
}
/*----------End-need-help-section-here------------*/
/*-------------Start-Back-to-top----------*/



.back-to-top{

  display: none;

  transition: 0.4s ease;

}
.back-to-top i{
  background-color: #045a97;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  right: 18px;
  bottom: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 9999999;
  transition: 0.4s ease;
}
.back-to-top i:hover{
  color: #fff;
  background: #000;
}

/*---------End-back-to-top-------------*/


/*----------Start-preloader--------------*/
.preloder{
  width: 100%;
  height: 100%;
  background-color: #045a97;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloder .loader{
  width: 400px;
  overflow: hidden;
  height: 160px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.preloder .loader ul{
  display: flex;
}
.preloder .loader ul .latter{

}
.preloder .loader ul .latter p{
  margin-bottom: 0px;
  font-size: 87px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0px 6px 10px rgb(0 0 0 / 40%);
}


.preloder .loader ul li{
  animation: logo-text 1s ease-out;
}
.preloder .loader ul li:nth-child(2){
  animation-duration: 1.3s;
}
.preloder .loader ul li:nth-child(3){
  animation-duration: 1.7s;
}
.preloder .loader ul li:nth-child(4){
  animation-duration: 2s;
}
.preloder .loader ul li:nth-child(5){
  animation-duration: 2.3s;
}
.preloder .loader ul li:nth-child(6){
  animation-duration: 2.7s;
}
.preloder .loader ul li:nth-child(7){
  animation-duration: 3s;
}
.preloder .loader ul li:nth-child(8){
  animation-duration: 3.2s;
}
.preloder .loader ul li:nth-child(5) p{
  color: #fc6801;
}

@keyframes logo-text{
  0%{
    transform: translateY(-150px) rotateX(180deg);
  }
}


.preloder .loader .info-systems-text p{
  color: #fff;
  position: absolute;
  right: 17px;
  bottom: 8px;
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
  animation: info-systems-text 2s ease-in-out;
}

@keyframes info-systems-text{
  0%{
    transform: translateX(150px) rotateX(180deg);
  }
}
.preloder .loader .line{
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  animation: line-box 2s infinite ease-out alternate;
}
@keyframes line-box{
  0%{
    width: 0%;
  }
   100%{
    width: 100%;
  }
}
/*-------------Start-banner-section-here-----------*/

/*----------End-banner-here-section-here------------*/
/*------------Start-Services-banner-section-here-----------*/

.Services-banner-section{
  position: relative;
}
.service-area{
  position: relative;
  z-index: 99;
}
.Services-banner-section:before{
  background-color: rgb(0 0 0 / 50%);
}
.service-area .service-items .item {
  padding: 30px 20px;
  box-shadow: 0 15px 55px -5px rgba(9,31,67,.1);
  background: #ffffff;
  margin-bottom: 30px;
  overflow: hidden;
  transition: 0.4s ease;
  height: 528px;
  position: relative;
  border-radius: 10px;
  
}
.service-area .service-items .margin-top-box{
  margin-top: 110px;
}
.service-area .service-items .item .Services-text-box p{
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.service-area .service-items .item .overlay{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  transition: 0.4s ease;
  background-color: #045a97;
  opacity: 0;
  visibility: hidden;
}
.service-area .service-items .item:hover .overlay{
  opacity: 1;
  visibility: visible;
}
.service-area .service-items .item .overlay h4{
  color: #fff;
}
.service-area .service-items .item .overlay .Services-text-box .sub-menu-list .item-list p a{
  color: #fff;
  font-weight: 400;
}
.service-area .service-items .item .overlay .Services-text-box .sub-menu-list .item-list p span svg{
  font-size: 6px;
}
.service-area .service-items .item .overlay .View-btn .btn{
  background-color: transparent;
  color: #fff;
  border-radius: 100px;
  margin-top: 17px;
  padding: 6px 40px;
  border: 1px solid #fff;
}
.service-area .service-items .item .overlay .View-btn .btn:hover{
  background-color: #fff;
  color: #045a97;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.service-area .service-items .item .item-link i{
  font-size: 7px;
  margin-right: 7px;
  color: #045a97;
}
.service-area .service-items .item .info h4 {
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  margin-bottom: 35px;
}
/*-------------End-Services-banner-section-here--------------*/
/*---------------Start-services-details-area-here------------*/
.services-details-area .content img {
    margin-bottom: 30px;
}
.services-details-area .content h2, 
.services-details-area .content h3, 
.services-details-area .content h4, 
.services-details-area .content h5 {
    font-weight: 600;
    line-height: 1.3;
}
.services-details-area .content p {
  margin-bottom: 40px!important;
}
.services-details-area .content ul li {
    display: block;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    font-weight: 600;
    color: #232323;
}
.services-details-area .content ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    height: 100%;
    width: 100%;
    color: #045a97;
}
.services-details-area .content ul li:last-child {
    margin-bottom: 0;
}
.services-details-area .content ul {
    margin-bottom: 25px;
    margin-top: 20px;
}
.services-details-area .content .thumbs img {
    margin-bottom: 0;
    margin-top: 15px;
}

.services-details-area .sidebar-item {
    margin-bottom: 13px;
}
.services-details-area .sidebar-item:last-child {
    margin-bottom: 0;
}
.services-details-area .sidebar-item.link li {
    display: block;
}
.services-details-area .sidebar-item.link li a {
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    overflow: hidden;
}
.services-details-area .sidebar-item.link {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background: transparent;
}
.services-details-area .sidebar-item.link li:last-child a {
    border: none;
}
.services-details-area .sidebar-item.link li a:hover, 
.services-details-area .sidebar-item.link li a.active {
    color: #ffffff;
}
.services-details-area .sidebar-item.link li a.active::after {
    position: absolute;
    right: 10px;
    top: 50%;
    content: "\f105";
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 660;
    transform: translateY(-50%);
    font-size: 20px;
}
.services-details-area .sidebar-item.link li a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, rgba(8,106,216,1) 0%, rgba(10,60,116,1) 100%);
    transition: all 0.35s ease-in-out;
    z-index: -1;
}
.services-details-area .sidebar-item.link li a:hover::before,
.services-details-area .sidebar-item.link li a.active::before {
  width: 100%;
}
.services-details-area .sidebar-item.banner {
    border-radius: 5px;
    padding: 0;
    border: none;
    background: transparent;
}
.services-details-area .sidebar-item.banner .thumb .content h3 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 26px;
}
.services-details-area .sidebar-item.banner .thumb .content h3 i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #045a97;
    border-radius: 50%;
    font-size: 20px;
    position: relative;
    margin-right: 10px;
    z-index: 1;
}
.services-details-area .sidebar-item.banner .thumb .content h3 i::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #045a97;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
}
.services-details-area .sidebar-item.banner .thumb .content h5 {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 25px;
}
/*----------End-services-details-area-here-------------*/
/*-------------Start-contact-page-here-----------*/
/*.contact-section{
  background: #fff;
}*/
.contact-section .contact-form-box .content .form-group textarea,
.contact-section .contact-form-box .content .form-group input{
  background-color: #fafafa;
}
/*-------------End-contact-page-here------------*/
.case-items-area .pf-item .item{
  overflow: hidden;
  position: relative;
}
.case-studies-area .item .thumb, .case-studies-area .item{
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  margin-top: 15px;
}
.case-study-section .row{
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  padding: 30px 0px;
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
}
.case-studies-area .info {
    position: relative;
    z-index: 1;
}
.case-studies-area .item:hover .info .info-items {
  bottom: 30px;
  opacity: 1;
}
.case-study-section .case-study-close-icon{
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 99;
}
.case-study-section .case-study-close-icon i{
  color: #045a97;
  cursor: pointer;
}
.tab-content .tab-pane .alert-warning{
  background-color: transparent; 
  border: none;
}
.tab-content .tab-pane .alert-dismissible .close{
  top: -14px;
  right: -21px;
}
.tab-content .tab-pane .alert-dismissible .close span{
  color: #a5a5a5;
}
.tab-content .tab-pane .alert{
  padding: 0px;
  margin-bottom: 0px;
}
.case-details-area .thumb img {
    border-radius: 10px;
}
.case-details-area .content {
  padding: 0 45px;
}
.case-details-area .content ul.project-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
    margin-top: 0;
    position: relative;
    top: -65px;
    padding: 30px!important;
    border-radius: 5px;
    margin-bottom: -35px;
}
.case-details-area .content ul.project-info li {
    padding: 0;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}
.case-details-area .content ul.project-info li::after {
    display: none;
}
.case-details-area .content ul.project-info li .title i {
    margin-right: 10px;
    font-size: 20px;
}
.case-details-area .content ul.project-info li .title {
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}
/*---------------start-about-page-here------------*/
.Who-we-are-section{
  background-color: #F5F6FA;
}

.feature-area .feature-box .thumb {
  position: relative;
}
.feature-area .feature-box .item {
    display: flex;
    margin-top: 50px;
}
.Who-we-are-section .works-about-items .thumb img{
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  border: 8px solid #fff;
}
/*------------End-about-page-here------------*/
/*----------------Start-footer-section-here-------------*/
.bg-dark {
    background: #045a97 !important;
}
footer {
  position: relative;
  z-index: 1;
}
footer .fixed-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
footer .fixed-shape img {
  opacity: 0.3;
}

footer.bg-dark .fixed-shape img {
  opacity: 0.1;
  height: 100%;
}

footer .item {
  margin-top: 50px;
}
footer .f-item.link li {
  margin-bottom: 5px;
}
footer .f-item.link li a {
  color: #666666;
}
footer .f-item.link li a:hover {
  color: #045a97;
}
footer .f-item.link li:last-child {
  margin-bottom: 0;
}
footer.bg-dark .f-item.link li a {
  color: #fff;
}
footer.bg-dark p {
  color: #c2d1e2;
}

footer .f-item .address li strong {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #0e2b3d;
}
footer .f-item .address li {
  margin-bottom: 20px;
}
footer .f-item .address li:last-child {
  margin-bottom: 0;
}
footer.bg-dark .f-item .address li {
  color: #c2d1e2;
}
footer.bg-dark .f-item .address li a {
  color: #c2d1e2;
}
footer.bg-dark .f-item .address li a i{
  width: 35px;
  height: 35px;
  background-color: #fff;
  line-height: 35px;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  transition: 0.4s ease;
}
.social-media-footer a .fa-facebook-f{
  color: #3b5998;
}
.social-media-footer a .fa-linkedin-in{
  color: #0A66C2;
}
.social-media-footer .fa-whatsapp{
  color: #09B83E;
}
.social-media-footer a .fa-instagram{
  color: #E4405F;
}
.social-media-footer a .fa-skype{
  color: #00AFF0;
}





footer.bg-dark .f-item .address li a i:hover{
  transform: rotate(360deg);
  /*color: #fff;*/
  box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.4);
}
footer.bg-dark .f-item li .footer-sub-menu ul{
  display: flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
footer.bg-dark .f-item li .footer-sub-menu ul li{
  margin-bottom: 0px;
}
footer.bg-dark .f-item li .footer-sub-menu ul li a{
  /*padding: 6px 10px;*/
  border-radius: 5px;
  /*border: 1px solid #c2d1e2;*/
  color: #c2d1e2;
  margin-right: 15px;
  font-weight: 400;
  font-size: 13px;
  transition: 0.4s ease;
}
footer.bg-dark .f-item li .footer-sub-menu ul li a:hover{
  color: #fff;
}

footer .f-item .address li a {
  font-weight: 500;
}
footer.bg-dark .f-item .address li strong {
  color: #ffffff;
}
footer .f-item .download h5 {
  font-weight: 600;
  margin: 0;
}
footer .f-item .download {
  margin-top: 30px;
}
footer .f-item .download a {
  display: inline-block;
  margin-right: 25px;
  margin-top: 15px;
  color: #666666;
}
footer.bg-dark .f-item .download a {
  color: #c2d1e2;
}
footer .f-item .download a:last-child {
  margin-right: 0;
}
footer .f-item .download a i {
  font-size: 25px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: #045a97;
}
footer.bg-dark .f-item .download a i {
  color: #c2d1e2;
}
/*----------Footer Bottom---------------*/
footer.bg-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom li {

  display: inline-block;
  margin: 0;
  margin-left: 15px;
}
.footer-bottom p {
  margin: 0;
  color: #0e2b3d;
}
footer.bg-dark .footer-bottom p {
  margin: 0;
  color: #cccccc;
}
footer.bg-dark .footer-bottom a {
  color: #c2d1e2;
}
.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}
.footer-bottom p a {
  color: #ffffff !important;
}
/*-------------Start-footer-social-media-----------*/
/*-------------------End--footer-section----------------*/

/*-----------IT Process Area Style----------*/
.it-process-area .Process-box{
  position: relative;
}
.it-process-area .Process-box .Process-box-inner{
  position: relative;
  margin-top: 30px;
}
.it-process-area .Process-box .main-box-white{
  width: 130px;
  height: 130px;
  margin: 0px auto;
  position: relative;
  box-shadow: 0px 10px 35px rgb(0 0 0 / 7%);
  border-radius: 100px;
  background-color: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.it-process-area .Process-box .main-box-white::before{
  content: '';
  position: absolute;
  transform: translate(-50%, -50%);
  left: 130%;
  top: 50%;
  width: 80px;
  height: 2px;
  background-color: #000;
}
.it-process-area .Process-box .main-box-white::after{
  content: '';
  position: absolute;
  transform: translate(-50%, -50%);
  right: -66%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #000;
}.it-process-area .Process-box .box-last::before,
.it-process-area .Process-box .box-last::after{
  display: none;
}
.main-box-white .icon i{
  font-size: 30px;
  color: #045a97;
}
.main-box-white .number-box{
  width: 40px;
  height: 40px;
  margin: 0px auto;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  bottom: -23%;
  background-color: #fff;
}
.main-box-white .number-box h4{
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 16px;
}
.Process-box-inner .content-box h4{
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
}
/*----------------------Start-satisfied-section-here------------*/
.satisfied-section{
  background-image: url(../img/20.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 40px 0px;
  background-attachment: fixed;
}
.satisfied-section:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #045a97ad;
}
.satisfied-section .inner-box .counter-box{
  width: 200px;
  height: 200px;
  border-radius: 100px;
  border: 4px solid #fff;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 35%);
  align-items: center;
}
.satisfied-section .inner-box .counter-box h2{
  margin-bottom: 0px;
  color: #fff;
  font-weight: 900;
  font-size: 40px;
}
.satisfied-section .inner-box .text h4{
  color: #fff;
  margin-top: 20px;
}
/*---------------End-satisfied-section-here------------------*/
/*-----------------Start-Get-Quote-box-right-here----------*/
/*.Follow-box-inner .cricle-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  border: 10px solid #fff;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0s;
}
.Follow-box-inner{
  position: relative;
}
.Follow-box-inner:before{
  content: '';
  position: absolute;
  transform: translate(-50%,-50%);
  right: -20%;
  top: 26%;
  background-image: url(../img/star.png);
  background-repeat: no-repeat;
  width: 42px;
  background-size: cover;
  height: 42px;
}*/
.Process-section .box-4:before{
  display: none;
}
.Follow-box-inner:hover .cricle-box{
  border: 10px solid #045a97;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.Follow-box-inner .cricle-box .icon{
  color: #ff662a;
  font-size: 50px;
  transition: all 0.5s ease-in-out 0s;
}
/*.Follow-box-inner:hover .icon{
  color: #1fc6c7;
}*/
.Follow-box-inner .cricle-box .count{
  position: absolute;
  top: -8px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: ;
  width: 60px;
  height: 60px;
  background: #045a97;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
}
.Follow-box-inner .count h5{
  margin-bottom: 0px;
  color: #fff;
  font-size: 21px;
}
.Follow-box-inner:hover .count{
  background-color: #fff;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  color: #1fc6c7;
}
.Follow-box-inner:hover .count h5{
  color: #045a97;
}
.Follow-box-inner .content-box h4{
  margin-top: 20px;
  font-weight: 600;
}
.captcha-img {
  height: 57px;
  width: 100%;
  position: relative;
}
.captcha-img img{
  width: 100%;
  height: 100%;
}
.captcha-img h4{
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  letter-spacing: 6px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 60%);
  justify-content: center;
  width: 100%;
  transform: translate(-50%,-50%);
  font-family: 'Lobster', cursive;
  font-style: italic;
}

/*-------------End-Get-Quote-box-right-here----------------*/
.Free-Quote-form{
  background-image: url(../img/bg-newletter.webp);
  height: 435px;
  margin-top: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}
.Free-Quote-form-content{
  padding: 90px 100px 0px 67px;
  text-align: center;
}
/*---------------Start-Web Design-section-here----------------*/
.Web-Design-section,
.Web-Design-carousel-box .box-inner-box{
  position: relative;
}
.Web-Design-carousel-box .box-inner-box{
  position: relative;
  overflow: hidden;
}
.Web-Design-carousel-box .box-inner-box .overlay-box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: red;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  transition: 0.4s ease;
  background: linear-gradient(166deg, #1272bb, #14b0eb);
  cursor: pointer;
}
.Web-Design-carousel-box .box-inner-box:hover .overlay-box{
  top: 0;
}
.Web-Design-carousel-box .box-inner-box:hover .overlay-box .overlay-content{
  opacity: 1;
}
.Web-Design-carousel-box .box-inner-box .overlay-content{
  opacity: 0;
  transition: 0.8s ease;
  width: 100%;
}
.TeleCommunication-large-box{
  display: none;
}
.Web-Design-carousel-box .box-inner-box .overlay-box p{
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 23px;
  font-size: 13px;
}
.read-more-btn .btn{
  color: #fff;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 7px 19px;
  font-size: 14px;
  margin: 0px auto;
  margin-top: 10px;
}
.Web-Design-carousel-box .owl-carousel{
  position: relative;
}

.Web-Design-carousel-box .owl-carousel .owl-nav{
  position: absolute;
  bottom: -35px;
  right: 0px;
}
.Web-Design-carousel-box .owl-carousel .owl-nav .owl-prev{
  margin-right: 10px;
}
.Web-Design-carousel-box .owl-carousel .owl-nav .owl-prev,
.Web-Design-carousel-box .owl-carousel .owl-nav .owl-next{
  transition: 0.8s ease;
}
.Web-Design-carousel-box .owl-carousel .owl-nav .owl-next:hover,
.Web-Design-carousel-box .owl-carousel .owl-nav .owl-prev:hover{
  color: #1272bb; 
}
.Web-Design-content-box {
  padding-top: 50px;
  padding-right: 60px;
}
.Web-Design-content-box h2{
  font-size: 30px;
  font-weight: 600;
}
.Web-Design-content-box a p{
  color: #666666;
  font-weight: 400;
}
.Web-Design-content-box a p:hover{
  color: #045a97;
}
.Web-Design-content-box a i{
  font-size: 11px;
}
/*-------------End-Web Design-section-here--------------*/
/*-------------start-case-study-section-page------------*/
.case-study-section .contant h4{
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
}
.case-studies-modal .modal-dialog .modal-content{
  background-color: #fff!important;
  padding: 30px 20px;
}
.case-studies-modal .modal-dialog .modal-content h2{
  font-size: 20px;
  margin-bottom: 6px;
}
.case-studies-modal .modal-dialog .modal-content p{
  line-height: 20px;
}
/*-------------End-case-study-section-page---------------*/
/*------------------Start-career-section-here------------*/
.career-section{
  background-color: #f7f7f785;
}
.vacancy-box{
  transition: 0.4s;
  padding: 20px 20px;
  background-color: #fff;
  margin-bottom: 30px;
}
.vacancy-box:hover{
  box-shadow: 0px 5px 15px rgb(0 0 0 / 16%);
}
.vacancy-box .logo-vacancy{
  width: 100px;
  height: 100px;
}
.vacancy-box .logo-vacancy img{
  width: 100%;
  height: 100%;
}
.career-section .job-name-box h3{
  font-weight: 600;
  margin-top: 10px;
  font-size: 25px;
  margin-bottom: 0px;
}
.career-section .job-name-box .Required-list li p{
  font-size: 14px;
}
.career-section .job-name-box .Required-list{
  display: flex;
}
.career-section .job-name-box .Required-list li{
  margin-right: 10px;
  display: flex;
}
.career-section .job-name-box .Required-list li span{
  margin-right: 10px;
}
.Apply-btn{
  display: flex;
  justify-content: center;
}
.Apply-btn .btn{
  padding: 7px 35px;
}
.career-section .vacancy-box .job-name-box{
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.career-section .vacancy-box .job-details .Qualifications-box h4{
  font-size: 18px;
  margin: 10px 0px 10px 0px;
  font-weight: 600;
}
.career-section .vacancy-box .job-details .Qualifications-list li{
  display: flex;
  align-items: center;
}
.career-section .vacancy-box .job-details .Qualifications-list{
  margin-left: 20px!important;
}
.career-section .vacancy-box .job-details .Qualifications-list .item i{
  margin-right: 10px;
  font-size: 9px;
}
.career-section .vacancy-box .job-details .Expand-btn{
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin: 0px auto;
}
.career-section .vacancy-box .job-details .Expand-btn .btn{
  color: #045a97;
  padding: 0px;
  font-weight: 600;
}
.common-modal .appoinment-form .resume-group input{
  color: #fff;
  border: none;
}
.common-modal .appoinment-form .resume-group label h3{
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
/*----------------End-career-section-here--------------*/
/*-----------Start-common-modal-here---------------*/
.common-modal .modal-dialog .modal-content{
  border-radius: 8px;
  background-color: transparent;
  border: none;
}
.common-modal .modal-dialog .modal-content .appoinment-form{
  padding: 50px;
  background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
  position: relative;
  border-radius: 8px;
  text-align: center;
  z-index: 1;
}
.common-modal .modal-dialog .modal-content .appoinment-form .close-icon{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.common-modal .modal-dialog .modal-content .appoinment-form .close-icon i{
  color: #fff;
}
.common-modal .modal-dialog .modal-content .appoinment-form::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/process-icon/17.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.15;
}
.common-modal .modal-dialog .modal-content .appoinment-form .heading h4{
  color: #fff;
  font-weight: 600;
} 
.common-modal .modal-dialog .modal-content .appoinment-form form .form-group input{
  background: rgba(255, 255, 255, 0.1);
  border: 1px dashed rgba(255, 255, 255, 0.5);
  color: #ffffff;
  border-radius: 5px;
  color: #fff;
}
.common-modal .modal-dialog .modal-content .appoinment-form form .form-group input::placeholder{
  color: #fff!important;
}
.common-modal .modal-dialog .modal-content .appoinment-form form button{
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  padding: 3px 30px;
  font-weight: 600;
  transition: 0.4s ease;
}
.common-modal .modal-dialog .modal-content .appoinment-form form button:hover{
  background-color: #000;
  color: #fff;
}
/*----------------End-common-modal-here---------------*/



/*---------------Start-product-page-here-----------------*/

.common-product-content-box .heading{
  font-weight: 600;
  font-size: 22px;
  color: #045a97;
}
.common-product-content-box .bottom-title{
  font-size: 16px;
  line-height: 23px;
}
.common-product-content-box .bottom-title span{
  font-weight: 600;
}
.common-list .item span p{
  line-height: 23px;
}
.common-list .item{
  margin-bottom: 0px;
  display: flex;
}
.common-list .item span i{
  margin-right: 10px;
  transition: all 0.35s ease-in-out;
  position: relative;
  top: 0px;
}
.Introduction-section .fixed-img{
  position: absolute;
  left: 0px;
  top: 0px;
  /*height: 400px;*/
}
/*.Introduction-section .fixed-img img{
  height: 100%;
}*/

/*--------------End-product-page-here-------------------*/


/*------------------Start-Organization-Benefits-section-here-----------*/

.Organization-Benefits-section .container .row{
  padding: 40px 20px;
  border-radius: 30px;
  background-color: #e5fcf2;
}
.Organization-Benefits-notification .container .row{
  background-color: #f9f9f9;
}
.Organization-Benefits-notification .Organization-Benefits-box{
  height: 190px;
}
.Organization-Benefits-section .Organization-Benefits-box{
  background-color: #fff;
  padding: 20px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  transition: 0.4s ease;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  border: 2px solid #fbfbfb;
}

.Organization-Benefits-section .Organization-Benefits-box:hover::before{
  right: -30px;
  top: -32px;
} 
.Organization-Benefits-section .Organization-Benefits-box:before{
  content: '';
  position: absolute;
  right: -100px;
  top: -100px;
  transition: 0.4s ease;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #e5fcf280;
}
.why-us-section .Strengths-box{
  height: 250px;
}
.Organization-Benefits-box .heading {
  font-size: 70px;
  font-weight: 800;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px #045a97;
}
.Organization-Benefits-box .text{
  line-height: 23px;
}
/*.Organization-Benefits-section .Organization-Benefits-box:hover{
  box-shadow: 0px 5px 10px rgb(0 0 0 /10%);
}*/
/*.Organization-Benefits-box .common-list .item span i{
  color: #045a97;
  font-size: 13px;
}*/
/*--------------End-Organization-Benefits-section-here-------------*/



/*-----------------Start-Clients-logo-section-here----------------*/
.Clients-logo-section{
  background-color: #fbfbfb;
}
.Clients-logo-section .logo-box{
  background-color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin-top: 30px;
  border-top: 2px solid #045a97;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 19%);
}


/*----------------End-Clients-logo-section-here-------------*/


/*------------------Start-development-page---------------*/
/*---------------Start-development-top-section-here----------------*/
.development-top-section .common-product-content-box h4{
  font-weight: 900;
}
.development-section .development-box .box-inner{
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
  padding: 80px 20px 20px 20px;
  position: relative;
  margin-top: 30px;
  border-radius: 8px;
  height: 314px;
  transition: 0.4s ease;
  border: 1px solid transparent;
}
.development-section .development-box .box-inner:hover{
  border: 1px solid #cccccc;
  border-radius: 9px;
  background-color: #045a97;
  transform: translateY(-10px);
}
.development-section .development-box .box-inner:hover .content p,
.development-section .development-box .box-inner:hover .content h2{
  color: #fff;
}
.development-section .development-box .box-inner .logo-box{
  width: 80px;
  height: 80px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  background-color: #045a97;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 0%;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 40%);
  justify-content: center;
}
.development-section .development-box .box-inner .logo-box i{
  color: #fff;
  transition: 0.4s ease;
  font-size: 40px;
}
.development-section .development-box .box-inner .content h2{
  font-weight: 600;
  transition: 0.4s ease;
  font-size: 20px;
}
.development-section .box2{
  margin-top: 69px;
}
.development-section .box3{
  margin-top: 69px;
}
.development-section .box4{
  margin-top: 0px;
}
.development-section{
  background-image: url(../img/development-img/patern.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

.Simplicity-meets-functionality .img-box img{
  border: 8px solid #045a97;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
  border-radius: 100%;
}

.video-wapper .video-box{
  border: 8px solid #045a97;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
}

.video-wapper .video-box video{
  display: block;
}



/*--------------End-development-top-section-here-----------------*/

.mobile-box a:hover h2{
  color: #045a97!important;
}
.technology-app-section .common-white-box{
  height: auto;
}

/*-----------------End-why-choose-us-section-here-here------------*/





/*--------------------Start-Promotional-Bulk-why-choose-us-here------------------*/
.Promotional-Bulk-why-choose .choose-us-content .inner-box p,
.Promotional-Bulk-why-choose .choose-us-content .inner-box h1{
  color: #000;
}

.Promotional-Bulk-why-choose .Bulk-why-choose-box{
  background-color: #fff;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  position: relative;
}
.Promotional-Bulk-why-choose .Bulk-why-choose-box p{
  line-height: 23px;
}
.Promotional-Bulk-why-choose .Bulk-why-choose-box:before{
  position: absolute;
  z-index: -1;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  transition: 0.4s ease;
  height: 100%;
  background-color: #045a97;
}
.Promotional-Bulk-why-choose .Bulk-why-choose-box:hover::before{
  left: 10px;
  top: 10px;
}

/*--------------------End-Promotional-Bulk-why-choose-us-here----------------*/


/*-------------------Start-Inclusive Pricing-section-here---------------*/
.Provide-Best-Facility-section .Price-list-box{
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  padding-bottom: 20px;
  margin-top: 98px;
}
.Provide-Best-Facility-section .Price-list-box .Price-box{
  text-align: center;
  padding: 40px 20px;
}
.Provide-Best-Facility-section .Price-list-box .Price-box .heading{
  font-weight: 700;
}
.Provide-Best-Facility-section .Price-list-box .Price-box .price-title{
  color: #045a97;
  font-weight: 900;
  font-size: 60px;
  line-height: 50px;
}
.Provide-Best-Facility-section .Price-list-box .Price-box .Price-box-list{
  padding: 10px 0px;
  margin-top: 16px;
  border-top: 1px solid #cccccc;
}
.Provide-Best-Facility-section .Price-list-box .Price-box .Price-box-list ul li{
  display: flex;
  align-items: center;
  justify-content: center;
}
.Provide-Best-Facility-section .Price-list-box .Price-box .Price-box-list ul li i{
  color: #045a97;
  margin-right: 10px;
}
.Started-btn .btn{
  padding: 10px 20px;
  font-size: 14px;
}
.Provide-Best-Facility-section .Price-list-box .active{
  background-color: #045a97;
  margin-top: -20px;
}
.Provide-Best-Facility-section .Price-list-box .active p,
.Provide-Best-Facility-section .Price-list-box .active .heading,
.Provide-Best-Facility-section .Price-list-box .active .price-title,
.Provide-Best-Facility-section .Price-list-box .active .Price-box-list ul li i{
  color: #fff;
}
.Provide-Best-Facility-section .Price-list-box .active .Started-btn .btn{
  color: #045a97;
  background-color: #fff;
}
.Provide-Best-Facility-section .Price-list-box .active .Started-btn .btn:hover{
  background-color: #045a97;
  color: #fff;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
}
/*-----------------End-Inclusive Pricing-section-here--------------------*/

/*--------------Start-Transactional-sms-section-here------------*/
.Transactional-sms-content h4{
  font-size: 15px;
}
.Transactional-sms-content h4:before{
  content: '';
  position: absolute;
  left: -10px;
  top: 0px;
  position: absolute;
  background-color: #29a10e;
  height: 100%;
  width: 3px;
}
.Transactional-sms-content h4 span{
  font-weight: 800;
}
.panel-features-section .Panel-Features-box .media-body,
.Transactional-sms-content{
  line-height: 24px;
}

/*----------End-Transactional-sms-section-here---------------*/


/*---------------Start-panel-features-section-here---------------*/
.panel-features-section{
  background-image: url(../img/bulk-sms-page/bg-images.jpg);
}
.panel-features-section .Panel-Features-box .media{
  width: 70px;
  height: 70px;
  background-color: #045a97;
  border-radius: 10px 0px 10px 0px;
  margin-right: 15px;
}
.panel-features-section .Panel-Features-box{
  align-items: flex-start;
  margin-top: 30px;
}
.panel-features-section .Panel-Features-box .media-body h5{
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 20px;
}
.panel-features-section .Panel-Features-box .media-body h5:before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #29a10e;
}
.panel-features-section .Panel-Features-box .media-body h5:after{
  content: '';
  position: absolute;
  left: 0px;
  bottom: -13px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #29a10e;
}
.priceing-table th{
  background: #FFF;
  border: 1px solid #FFF;
  font-size: 18px;
  padding: 5px 5px 5px 10px;
  color: #000;
}
.priceing-table{
  width: 100%;
}
.priceing-table td{
  background: #FFF;
  border: 1px solid #e8e3e3;
  font-size: 15px;
  padding: 5px 5px 5px 10px;
}
.priceing-table td .btn{
  font-size: 14px;
  background: #045a97;
  border-color: #fff;
  color: #fff;
  float: right;
}
.priceing-table td{
  color: #000;
}
.Pricing-tabs .nav{
  justify-content: center;
}
.Pricing-tabs .nav .nav-item .nav-link{
  background-color: #f1f1f1;
}
.Pricing-tabs .nav .nav-item .active{
  background-color: #000;
  color: #fff;
}
.priceing-table td .btn:hover{
  color: #000;
}
.priceing-table .bg-3{
  background: #f1f1f1;
  line-height: 34px;
}
.Offer-Prices-table tr td {
  margin-top:20px;
  padding: 15px 10px;
}
.Offer-Prices-table tr td .span-color{
  color: #f00;
  font-weight: 600;
}
.Buy-now-popup .modal-content .Buy-now-popup-box:before{
  background-image: none!important;
}
/*---------------End-panel-features-section-here-------------------*/


/*-----------------Start-Excel in Customer-here--------------*/
.Excel-in-Customer{
  background-color: #f7f8fa;
  position: relative;
}
.Excel-in-Customer .fixed-shape-bottom{
  bottom: -69px;
}

.benefits-section .list-box .common-list li i,
.Conversational-section .list-box .common-list li i,
.Excel-in-Customer .list-box .common-list li i{
  color: #29a10e;
}
/*------------------End-Excel in Customer-here---------------------*/


/*-----------------Start-whatsapp-section-here-----------*/
.whatsapp-section .whatsapp_main_left_arrow{
  position: absolute;
  top: 40px;
  left: 0;
  width: 180px;
  height: 120px;
  background: url(../img/whatsapp-img/whatsapp_main_left_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.whatsapp-section .whatsapp_main_right_arrow{
  position: absolute;
  bottom: calc(50% - 215px);
  right: 0;
  width: 110px;
  height: 100px;
  background: url(../img/whatsapp-img/whatsapp_main_right_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.common-heding h1{
  font-weight: 700;
}

.api-list .common-list li p{
  color: #000;
  font-style: italic;
  position: relative;
}
.api-list .common-list li p{
  font-size: 17px;
  padding-left: 10px;
}
.api-list .common-list li p:before{
  content: '✓';
  position: absolute;
  left: -15px;
  top: 0px;
}
.whatsapp-content-aip .text{
  font-size: 19px;
}
.whatsapp-aip{
  position: relative;
  z-index: 9;
  margin-bottom: 200px;
  overflow: initial;
}
.whatsapp-aip:before{
  content: '';
  position: absolute;
  left:0px;
  bottom: -58%;
  background-image: url(../img/whatsapp-img/wave.svg);
  background-repeat: no-repeat;
  z-index: 9;
  width: 100%;
  height: 67%;
}
.whatsapp-aip:after{
  content: '';
  position: absolute;
  left: 61%;
  bottom: -240px;
  background-image: url(../img/whatsapp-img/people_bg.svg);
  background-repeat: no-repeat;
  z-index: 9;
  width: 60%;
  height: 47%;
}
/*.whatsapp-aip{
  background-color: #1E8C75;
}*/

/*----------------End-whatsapp-section-here-----------------*/


/*-------------------Start-API-Pricing-section-here--------------*/
.API-Pricing-section{
  background-image: url(../img/whatsapp-img/Dots.png);
}
.API-Pricing-section .API-Pricing-bg{
  background-color: #0dae4b;
  padding: 50px 40px 20px 40px;
  border-radius: 30px;
}
.API-Pricing-section .inner-box h2{
  font-weight: 700;
  font-size: 20px;
}
.API-Pricing-section .inner-box p{
  color: #0e2b3d;
  margin-bottom: 10px!important;
  line-height: 23px;
  font-size: 16px;
}
/*---------------End-API-Pricing-section-here------------------*/
/*---------------Start-Experiences-WhatsApp-section-here----------------*/
.Experiences-WhatsApp-section .common-heding h1{
  font-size: 20px;
}
.Experiences-WhatsApp-section .common-heding .small-box p{
  line-height: 20px;
  color: #000;
  margin-top: 20px!important;
}
/*----------------End-Experiences-WhatsApp-section-here--------------*/

/*----------------Start-WhatsApp-Chatbot-section-here-------------*/
.WhatsApp-Chatbot-section .WhatsApp-Chatbot-box{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  padding: 30px 20px;
  margin-top: 30px;
}

/*--------------End-WhatsApp-Chatbot-section-here----------------*/


/*------------Start-Missed-call-service-section-here-------------*/
.Free-Trial-btn .btn{
  background-color: #045a97;
  color: #fff;
}
.common-content .text-bold{
  font-weight: 700;
  color: #045a97;
}
.Missed-call-service-section{
  background-image: linear-gradient(180deg, #045a97 0%, rgb(109,188,224) 100%);
}

.Communication-section .shape-img{
  top: 30px;
  right: 50px;
  width: 100px;
  height: 100px;
  position: absolute;
  animation: shape-img 3s infinite ease-in-out alternate;
}
@keyframes shape-img{
  0%{
    transform: scale(0.6);
    right: 100px;
  }
  100%{
    transform: scale(1);
  }
}
.common-line .heading:before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: -10px;
  height: 3px;
  width: 70px;
  background-color: #045a97;
}
/*----------------End-Missed-call-service-section-here-----------*/

/*-----------------Start-How It Works-common-page-here---------------*/
.How-it-Works-common{
  background-color: #045a97;
} 
.Use-Missed-Call-Service-section .site-heading .work,
.Missed-Call-Service-section .site-heading .work,
.How-it-Works-common .site-heading .work{
  font-weight: 700;
}
.How-it-Works-common .site-heading h2::before{
  background-color: #fff;
}
.How-it-Works-common .container .content{
  width: 100%;
  border: 2px dotted transparent;
  border-radius: 20px;
  transition: 0.3s ease;
  padding: 40px 30px;
}
.How-it-Works-common .container .content:hover{
  border: 2px dotted #0a2d45;
}
.How-it-Works-common .container .content .work-list .white-box h1{
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  position: relative;
  color: #000;
  font-size: 25px;
  font-weight: 600;
  margin-right: 25px;
}
.How-it-Works-common .container .content .work-list .white-box h1:before{
  content: '';
  position: absolute;
  top: 15px;
  right: -15px;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 52% 48%);
  width: 30px;
  transition: 0.3s ease;
  height: 19px;
}
.How-it-Works-common .container .content:hover .work-list .white-box h1:before{
  right: -24px;
}
.How-it-Works-common .container .content:hover .work-list .white-box h1{
  color: #045a97;
}
.How-it-Works-common .container .content .work-list{
  display: flex;
  flex-direction: row;
}
.How-it-Works-common .container .content .work-list .text-heding h3{
  font-weight: 600;
  color: #fff;
}
.How-it-Works-common .container .content p{
  margin-top: 20px!important;
}
/*---------------End-How It Works-common-page-here---------------*/
/*---------------Start-Missed-Call-Service-section-here------------*/
.Missed-Call-Service-section{

}
.common-section .site-heading .work,
.common-section .site-heading .work{
  color: #045a97;
  font-weight: bold;
}
/*.Use-Missed-Call-Service-section .site-heading .work,
.Missed-Call-Service-section .site-heading .work{
  color: #045a97;
}*/
.Advantages-box{
  position: relative;
  margin-top: 120px;
  margin-bottom: 90px;
  padding: 74px 30px 65px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  transition: 0.3s ease;
  margin-right: 10px;
}
.Advantages-box::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #fbf9f9;
  height: 100%;
  width: 100%;
  -webkit-transform: skewY(165deg);
  transform: skewY(165deg);
  z-index: -1;
  border-radius: 5px;
  transition: 0.3s ease;
}
.Advantages-box::before:hover{
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.Advantages-box h3 {
  font-size: 23px;
  margin-bottom: 15px;
  padding-right: 103px;
}
.Advantages-box img {
  font-size: 50px;
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: -1;
}
.Advantages-box .circle {
  position: absolute;
  z-index: -1;
  top: -35px;
  right: -15px;
  height: 50px;
  width: 80px;
  border-radius: 0 0 150px 150px;
  background-color: #045a97;
  -webkit-transform: rotate(89deg);
  transform: rotate(89deg);
}
.Advantages-box:after{
  content: "";
  bottom: -20px;
  right: -20px;
  position: absolute;
  background-color: transparent;
  height: 100%;
  width: 100%;
  -webkit-transform: skewY(165deg);
  transform: skewY(165deg);
  z-index: -2;
  border: 2px solid transparent;
  opacity: 0;
  transition: 0.3s ease;
}
.Advantages-box:hover:after{
  border: 2px solid #045a97;
  opacity: 1;
}
/*--------------End-Missed-Call-Service-section-here---------------*/
/*---------------Start-Use-Missed-Call-Service-section-here------------*/



.linear-gradient-color,
.Outbound-call-section,
.Use-Missed-Call-Service-section{
  background-image: linear-gradient( 0deg, rgb(220,241,250) 0%, rgb(255,255,255) 100%);
  
}
.common-white-box{
  border-radius: 15px;
  background-color: #fff;
  transition: 0.3s ease;
  padding: 30px 20px;
  margin-top: 30px;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 9%);
  overflow: hidden;
  position: relative;
  height: 310px;
}
.common-white-box:hover{
  box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
}
.common-white-box .heading{
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s ease;
}
.common-white-box:hover .heading{
  color: #045a97;
}
.customer-support-pop-icon .phone-play-button{
  position: fixed;
  right: 18px;
  bottom: 100px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #29a10e;
  color: #fff;
  font-size: 20px;
  text-align: center;
  z-index: 999999;
  border-radius: 100px;
}
.customer-support-pop-icon .phone-play-button i{
  position: relative;
  z-index: 99;
}
.phone-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #29a10e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}
.phone-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #29a10e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.customer-support-pop-modal .modal-content .inner-box{
  padding: 30px 30px;
}
.customer-support-pop-modal .modal-content .inner-box .nav .nav-item .nav-link i{
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
  background-color: #fff;
  border-radius: 100px;
  margin: 10px auto;
}
.customer-support-pop-modal .modal-content .inner-box .nav .nav-item .active i{
  color: #045a97;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.customer-support-pop-modal .tab-content .title span,
.customer-support-pop-modal .modal-content .inner-box .nav .nav-item .active{
  color: #045a97;
}
.customer-support-pop-modal .tab-content .title h3{
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 21px;
  text-align: center;
}
.common-select-box select{
  height: 50px;
}
.modal-btn-customer .btn{
  background-color: #045a97;
  color: #fff;
}
.modal-btn-customer .btn:hover{
  background-color: #000;
  color: #fff;
}
.customer-support-pop-modal .close-btn i{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #045a97;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: 0.3s ease;
  border-radius: 100px;
  cursor: pointer;
}
.customer-support-pop-modal .close-btn i:hover{
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}
/*---------------ENd-Use-Missed-Call-Service-section-here----------------*/

/*----------------Start-click-to-call-section-here----------------*/
.click-to-call-section{
  background-image: linear-gradient(0deg, rgb(40,119,226) 0%, rgb(109,188,224) 100%);
}
.click-to-section{
  background-image: url(../img/Click-to-img/bethemestore-section-bg1.webp);
  background-attachment: fixed;
}
.Click-to-Call-Service-section .common-white-box .shape-img-fixed{
  position: absolute;
  right: 0px;
  top: -55px;
  transition: 0.3s ease;
}
.Click-to-Call-Service-section .common-white-box:hover .shape-img-fixed{
  top: 0px;
}
/*-------------------End-click-to-call-section-here-------------------*/
/*------------------Start-Features-click-section-here------------*/
.Features-click-section .common-white-box:before{
  content: '';
  position: absolute;
  width: 20%;
  height: 300%;
  left: 0%;
  transform: rotate(-35deg);
  top: 40%;
  background-color:  rgb(4, 90, 151, 0.3);
  z-index: 00;
  opacity: 0;
}
.Features-click-section .common-white-box p,
.Features-click-section .common-white-box .image-box{
  position: relative;
  z-index: 999;
}
.Features-click-section .common-white-box:hover::before{
  left: 76%;
  top: -200%;
  opacity: 1;
  transition: .4s ease;
}
/*-----------------End-Features-click-section-here----------------*/

/*---------------Start-call-center-section-section-here--------------*/
.call-center-section{
  background-image: url(../img/call-center-img/bg-new.jpg);
}
.call-center-section-work .content:hover{
  background-color: #fff;
  border: 2px dotted transparent!important;
}
.call-center-section-work .content:hover .work-list .text-heding h3{
  color: #000;
}
.call-center-section-work .content:hover p{
  color: #000!important;
}
.call-center-section-work .content .white-box h1:before{
  display: none;
}
.call-center-section-work .content:hover .white-box h1{
  background-color: #045a97!important;
  color: #fff!important;
}
.Contact-Center-section .common-white-box:hover{
  background-color: #045a97;
}
.Contact-Center-section .common-white-box:hover .text,
.Contact-Center-section .common-white-box:hover .heading{
  color: #fff;
}
.commn-bottom-shape-svg{
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
}
.iver-section{
  background-image: linear-gradient(0deg, rgb(255,255,255) 0%, rgb(255 255 255) 0%)!important;
}
.type-iver-section .common-white-box{
  height: 330px;
}
/*---------------End-call-center-section-section-here-----------------*/
/*---------------Start-IVR-number-essential-section-here--------------*/
.IVR-number-essential .common-white-box{
  background-color: transparent;
  box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}
.IVR-number-essential .common-white-box:hover{
  background-color: #fff;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
}
/*------------------End-IVR-number-essential-section-here---------------*/

/*------------Start-Outbound-call-section-here-----------*/
.OutBound-Calls-Services .Advantages-box:hover::after{
  border: 2px solid #fff;
}
.OutBound-Calls-Services .Advantages-box:hover::before{
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
}
.OutBound-Calls-Services:before{
  background-image: url(../img/shape/1.png);
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 50px;
  background-size: contain;
  width: 50%;
  height: 50%;
}
.OutBound-Calls-type-box{
  background-color: rgb(220,241,250);
  padding: 120px 30px 20px 30px;
  margin-top: 30px;
  height: 350px;
  border-radius: 5px;
  transition: 0.4s ease;
}
.OutBound-Calls-type-box:hover{
  padding: 60px 30px 20px 30px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
}
.Features-OutBound-Call-box .img-box,
.OutBound-Calls-type-box .img-box{
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 15px;
  position: absolute;
  left: 50px;
  top: 48px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
  transition: 0.4s ease;
}
.OutBound-Calls-type-box:hover .img-box{
  width: 80px;
  height: 80px;
  line-height: 80px;
  top: -18px;
}
.Features-OutBound-Call-box h2,
.OutBound-Calls-type-box h2{
  font-weight: 600;
  font-size: 20px;
}
.linear-gradient,
.mobile-app-animation-section,
.Features-OutBound-Call-section{
  background-image: linear-gradient( 0deg, rgb(220,241,250) 0%, rgb(255,255,255) 100%);
}
.Features-OutBound-Call-box{
  background-color: #fff;
  padding: 60px 30px 30px 30px;
  border: 2px dotted #045a97;
  margin-top: 78px;
  position: relative;
  border-radius: 10px;
  transition: 0.4s ease;
  height: 240px;
}
.Features-OutBound-Call-box:hover{
  box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
}
.Features-OutBound-Call-box .img-box{
  top: -49px;
  left: 35px;
  padding: 21px;
}
/*-----------End.Outbound-call-section-here-----------------*/

/*---------------Start-mobile-app-section-here-------------*/
.mobile-app-section .site-heading h2{
  font-size: 60px;
}
.fixed-shape{
  position: absolute;
  left: 0px;
  top: 0px;
}
.mobile-app-animation-section .lottie-player{
  width: 100%;
  height: 50%;
}
.Mobile-App-development-section .common-white-box{
  overflow: hidden;
  padding-right: 130px;
}
.Mobile-App-development-section .common-white-box .img-box{
  position: absolute;
  right: 0px;
  z-index: 00;
  top: 20px;
}
.Mobile-App-development-section .common-white-box .heading:before{
  content: '';
  position: absolute;
  width: 120px;
  height: 1px;
  background-color: #045a97;
  left: 0px;
  bottom: -10px;
}
/*---------------End-mobile-app-section-here-------------*/
/*--------Start-Services-Provider-section-here-----------*/
.common-section .dots-img{
  position: absolute;
  right: -100px;
  top: 100px;
  animation: dots-shape 15s linear infinite;
  width: 200px;
  height: 200px;
}

@keyframes dots-shape{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(359deg);
  }
}
/*--------------End-Services-Provider-section-here------------*/
/*-------------Start-Native-Apps-section-here-------------*/
.Native-Apps-box{
  background-color: rgb(220,241,250);
  border-radius: 10px;
  position: relative;
  padding: 30px;
  margin-top: 30px;
  height: 450px;
  transition: 0.3s ease;
}
.Native-Apps-box:hover{
  background-color: #045a97;
}
.Native-Apps-box .icon-box{
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px;
}
.Native-Apps-box:hover p,
.Native-Apps-box:hover h1{
  color: #fff;
}
/*---------------End-Native-Apps-section-here-------------*/


/*---------------------Custom-Web-section-section-here-----------*/
.Custom-Web-section{
  background-image: none;
  background-color: #fff;
}
.Applications-Development-box{
  position: relative;
  border-radius: 6px;
  padding: 70px 20px 30px 20px;
  background-color: #f4f7fc;
  margin-top: 70px;
  text-align: center;
  min-height: 283px;
  transition: 0.4s ease;
}
.software-development-services .Applications-Development-box{
  background-color: #f4f7fc;
}
.Applications-Development-box .img-box{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 0%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  display: flex;
  transition: 0.3s ease;
  border: 7px solid #f4f7fc;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #fff;
}
.Applications-Development-box:hover .img-box{
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
} 
.Applications-Development-box:hover{
  transform: translateY(-10px);
}
.Applications-Development-box .heading{
  font-weight: 600;
  font-size: 20px;
}
/*--------------------End-Custom-Web-section-here--------------------*/

/*------------Start-Custom-Web-section-three-here------------*/
.Custom-Web-section-three .content-box .item{
  position: relative;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.Custom-Web-section-three .content-box .item h1{
  font-size: 18px;
  margin-bottom: 10px;
}
.Custom-Web-section-three .content-box .item p{
  line-height: 23px;
}
.Custom-Web-section-three .content-box .item .number-box{
  position: absolute;
  transform: translate(-50%,-50%);
  left: 0%;
  top: 28%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  display: flex;
  transition: 0.4s ease;
  align-items: center;
  border-radius: 3px;
  justify-content: center;
}
.Custom-Web-section-three .content-box .item .number-box h6{
  font-weight: 600;
}
.Custom-Web-section-three .content-box .item:hover .number-box{
  background-image: linear-gradient(172deg, #045a97 0%, rgb(109,188,224) 100%);
}
.Custom-Web-section-three .content-box .item:hover .number-box h6{
  color: #fff;
}

.Strengths-section .Strengths-box{
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border: 1px solid #045a9752;
  transition: 0.3s ease;
  position: relative;
  text-align: center;
  height: 230px;
  margin-top: 30px;
}
.Strengths-section .Strengths-box:hover{
  border: 1px solid #045a97;
}
.Strengths-section .Strengths-box .inner-box:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 4px;
  top: 4px;
  z-index: -1;
  background-color: transparent;
  transition: 0.3s ease;
}
.Strengths-section .Strengths-box .active:before,
.Strengths-section .Strengths-box:hover .inner-box:before{
  background-color: #045a97;
}
.Strengths-section .Strengths-box .inner-box .img-box{
  width: 100px;
  height: 100px;
  margin: 0px auto;
  margin-bottom: 15px;
}
.Strengths-section .Strengths-box .inner-box .img-box img{
  width: 100%;
  height: 100%;
}
/*------------End-Custom-Web-section-three-here--------------*/


/*----------------Start-Application-Development-Services-box-here-----------*/
.Application-Development-Services-box{
  border: 1px solid rgb(109,188,224);
  position: relative;
  padding: 30px 30px 30px 30px;
  border-radius: 5px;
  background-color: #fff;
  transition: 0.4s ease;
  margin-top: 30px;
}

.Application-Development-Services-box:hover{
  transform: translateY(-10px);
  box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
}
.Application-Development-Services-box .icon-box-main .img-box{
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: rgb(109 188 224 / 22%);;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-right: 20px;
}
.Application-Development-Services-box .icon-box-main{
  display: flex;
  align-items: center;
}
.Application-Development-Services-box .icon-box-main .content{
  width: 64%;
}
.Application-Development-Services-box .icon-box-main .content h2{
  font-weight: 600;
  font-size: 19px;
}
.Application-Development-Services-box p{
  line-height: 23px;
}

/*---------------End-Application-Development-Services-box-here---------------*/
/*-----------------Start-why-us-crisis-notification-here--------*/
.why-us-crisis-notification .Application-Development-Services-box .icon-box-main{
  display: block;
}
.why-us-crisis-notification .Application-Development-Services-box{
  height: 250px;
}
.why-us-crisis-notification .Application-Development-Services-box .icon-box-main .content{
  width: 100%;
  margin-top: 20px;
}


/*-----------------End-why-us-crisis-notification-here-----------*/

/*-----------------Start-Development-Agency-section-here----------*/
.Development-Agency-section .Development-Agency-box{
  background-color: #fff;
  box-shadow: 0px 15px 20px rgb(0 0 0 / 20%);
  padding: 40px 20px;
  border: 10px solid #045a97;
}
.Development-Agency-section .Development-Agency-box .text-center h1{
  font-weight: 800;
}
.Promote-your-App-easily .Features{
  line-height: 23px;
}
/*-----------------End-Development-Agency-section-here-------------*/
/*-----------Start-Custom-Android-App-section-here----------*/
.Custom-Android-App-section .Application-Development-Services-box{
  min-height: 322px;
}
/*------------End-Custom-Android-App-section-here-----------*/


/*---------------Start-Android Application Development Process-here--------*/
.Android-Development-Process-section{
  background-color: #f7f7f7;
}
.Android-Development-box{
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  padding: 30px 20px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  min-height: 280px;
}
.Android-Development-box .icon-box .img-box{
  width: 60px;
  margin: 0px auto;
  height: 60px;
}
.Android-Development-box .icon-box h3{
  font-weight: 700;
  font-size: 19px;
  margin-top: 20px;
}
.Android-Development-box .list-box .common-list .item{
  margin-bottom: 5px;
}
.Android-Development-box .list-box .common-list .item i{
  color: #045a97;
  font-size: 7px;
}
.Android-Development-box .list-box .common-list .item p{
 line-height: 18px;
}
.Android-Development-box .number-box{
  width: 90px;
  height: 90px;
  border-radius: 100px;
  display: flex;
  position: absolute;
  top: -25px;
  left: -28px;
  align-items: center;
  justify-content: center;
  background-color: #045a97;
  box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}
.Android-Development-box .number-box h2{
  color: #fff;
  font-weight: 700;
  margin-top: 18px;
  margin-left: 12px;
}
.Android-Development-box .list-box .common-list .item i{
  position: relative;
  top: -9px;
}

/*---------------End-Android Application Development Process-here---------------*/

/*----------------Start-iPhone-App-Development-Services-here-------------*/
.iPhone-App-Development-Services .iPhone-App-Services-box .icon-box{
  height: 100px;
  width: 100px;
  border: 2px solid #000;
  border-radius: 10px 10px 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.iPhone-App-Development-Services .iPhone-App-Services-box{
  margin-top: 40px;
}
.iPhone-App-Development-Services .iPhone-App-Services-box .flex-box{
  display: flex;
  justify-content: center;
}
.iPhone-App-Development-Services .iPhone-App-Services-box .content-box{
  width: 90%;
}
.iPhone-App-Development-Services .iPhone-App-Services-box .content-box h3{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
}
.iPhone-App-Development-Services .iPhone-App-Services-box .content-box p{
  line-height: 23px;
}
/*---------------End-iPhone-App-Development-Services-here-------------*/

/*-----------Start-instructor-section-here--------------*/
.instructor-section{
  background-image: url(../img/e-learning-img/1.png);
  background-position: inherit;
}
.instructor-section .Advantages-box:before{
  background-color: #fff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.instructor-section .Advantages-box:after{
  border: 2px solid #045a97;
  opacity: 1;
}
.instructor-box-outer{
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.instructor-box-inner{
  border: 2px dashed #045a97;
  height: 100%;
  width: 100%;
  padding: 30px 20px;
}
.instructor-box-outer .instructor-box-inner .instructor-heading{
  font-weight: 600;
  font-size: 23px;
}
.instructor-box-outer .instructor-box-inner h5 a{
  color: #045a97;
  text-decoration: underline;
}
.list-benefit h4{
  font-weight: 600;
  margin-bottom: 5px;
}
.Making-Your-Learning-section{
  background-image: linear-gradient( 0deg, rgb(220,241,250) 0%, rgb(255,255,255) 100%);
}
.Emergency-Notification-section .common-white-box .media i,
.Making-Your-Learning-section .common-white-box .image-box i{
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  background-color: #045a97;
  color: #fff;
}
.Emergency-Notification-section .common-white-box .media{
  align-items: center;
}
.Emergency-Notification-section .common-white-box{
  height: 260px;
}
.Making-Your-Learning-section .common-white-box.first-box{
  margin-top: 200px;
}
.Emergency-Notification-section .common-white-box .media i{
  font-size: 25px;
}
.common-section .fixed-dots{
  position: absolute;
  top: 0px;
  left: 0px;
}
.Emergency-section .list h3{
  font-weight: 600;
  font-size: 26px;
}
.Emergency-section .common-list .item i{
  color: #045a97;
}
/*---------------End-instructor-section-here-----------------*/
/*----------------Start-Management-Process-section-here------------*/
.Management-Process-section .content-box h1{
  font-weight: 700;
  font-size: 28px;
}
.Management-Process-section .content-box span{
  color: #045a97;
}
.background-gray{
  background-color: #f7f7f7;
}
/*-----------------End-Management-Process-section-here---------------*/


/*--------------Start-3d-section-here--------------*/
.modal-section .video-box video{
  border-radius: 30px;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}


/*------------------End-3d-section-here--------------*/

/*-----------------Start-Billing-Easy-section-here------------*/
.Billing-Easy-section .Advantages-box img{
  width: 23%;
}
/*----------------End-Billing-Easy-section-here--------------*/


/*--------------Start-our-search-engine-section-here----------*/
.our-search-engine-section .Features-OutBound-Call-box{
  height: 273px;
}

/*-----------End-our-search-engine-section-here-------------*/


/*----------------Start-SEO-Packages-section-here------------*/
.SEO-Packages-section .Pricing-tabs .nav-item .active{
  background-color: #045a97;
}
.SEO-Packages-section .Pricing-tabs .nav-item .nav-link{
  width: 150px;
  text-align: center;
}
.SEO-Packages-section .tab-pane .Price-list-box .Price-box-list .no-Facility  i,
.SEO-Packages-section .tab-pane .Price-list-box .Price-box-list .no-Facility span p{
  color: #d4d4d4;
}
/*--------------End-SEO-Packages-section-here---------------*/

/*-----------Start-newsletter-service-section-here----------*/
.newsletter-service-section .common-white-box{
  height: auto;
}

/*-------------End-newsletter-service-section-here-----------*/
.Creative-Work-section .common-box-Creative .img-box img{
  border-radius: 20px;
  transition: 0.7s ease;
}
.Creative-Work-section .common-box-Creative .img-box{
  overflow: hidden;
  border-radius: 20px;
}
.Creative-Work-section .common-box-Creative:hover .img-box img{
  transform: scale(1.1);
}
.Creative-Work-section .common-box-Creative{
  margin-top: 30px;
}
.Creative-Work-section .common-box-Creative .content h3{
  font-size: 23px;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
/*----------------Start-Creative-Work-sectionhere-here-------------*/


/*--------------Start-Flawless-Printing-section-here---------------*/
.Quality-Printing-section .development-box .box-inner .Digital-Printing-box{
  background-color: #37b546;
}

.Quality-Printing-section .development-box .box-inner .Brand-Printing-box{
  background-color: #ffd266;
}

.Quality-Printing-section .development-box .box-inner .threed-Printing-box{
  background-color: #0084ff;
}
.Quality-Printing-section .development-box .box-inner .Offset-Printing-box{
  background-color: #fd4a36;
}



.Quality-Printing-section .development-box .box-inner .logo-box img{
  border-radius: 30px;
}
.Flawless-Printing-section .Flawless-Printing-box{
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  margin-top: 30px;
  height: 160px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
.Flawless-Printing-section .Flawless-Printing-box .inner-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Flawless-Printing-section .Flawless-Printing-box .inner-box .icon-box{
  width: 150px;
  height: 160px;
  border-radius: 5px 0px 0px 5px;
  background-color: #37B546;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Flawless-Printing-section .Flawless-Printing-box .content-box{
  width: 70%;
  padding-right: 20px;
}
.Flawless-Printing-section .Flawless-Printing-box .content-box h4{
  font-weight: 600;
  transition: 0.4s ease;
}
.Flawless-Printing-box:hover .content-box h4{
  color: #045a97;
}
.Flawless-Printing-section .Flawless-Printing-box .content-box p{
  line-height: 23px;
}
.Flawless-Printing-section .Poster-Printing-box .inner-box .icon-box{
  background-color: #FD4A36;
}

.Flawless-Printing-section .Flyer-Printing-box .inner-box .icon-box{
  background-color: #FFB400;
}

.Flawless-Printing-section .Business-Card-box .inner-box .icon-box{
  background-color: #0084FF;
}
/*----------------End-Flawless-Printing-section-here----------*/


/*-------------------Start-Pricing-Package-section-here--------------*/
/*.Pricing-Package-section .Pricing-Package-box{
  padding: 20px 30px;
  margin-top: 30px;
  border-radius: 5px;
} 
.Pricing-Package-section .Pricing-header .price-name-box h2{
  font-weight: 700;
  font-size: 25px;
}
.Pricing-Package-section .Pricing-header .price-name-box p{
  color: #FD4A36;
}
.Pricing-Package-section .Pricing-header{
  align-items: flex-start;
  margin-bottom: 10px;
}
.Pricing-Package-section .Pricing-header .emoji-box{
  width: 70px;
  height: 70px;
}
.Pricing-Package-section .Pricing-Package-box .price-heading-box h2{
  color: #045a97;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-size: 55px;
}
.Pricing-Package-section .Pricing-Package-box .price-heading-box h2 sub,
.Pricing-Package-section .Pricing-Package-box .price-heading-box h2 sup{
  font-weight: 400;
  font-size: 18px;
}
.Pricing-Package-section .Pricing-Package-box .price-heading-box h2 sup{
  position: absolute;
  left: 50px;
  top: 18px;
}
.Pricing-Package-section .Pricing-Package-box .offer-list .common-list li span .fas{
  color: #cccccc;
}*/
.select-btn .btn{
  background-color: #045a97;
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.select-btn .btn:hover{
  background-color: #fff;
  color: #045a97;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}


/*------------------End-Pricing-Package-box-section-here----------*/

/*--------------Start-About-dynamic-section-here--------------*/
.About-dynamic-section{
  background-image: url(../img/Dynamic-Website-img/h2-bg-section-01.png);
}
.About-dynamic-section .About-dynamic-fixed-img{
  position: absolute;
  right: 0px;
  top: -370px;
}
/*----------------End-About-dynamic-section-here--------------*/

/*---------------Start-Ecommerce-website-section------------------*/
.Ecommerce-Website-section .image-box img{
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
}


/*---------------End-Ecommerce-website-section----------------------*/
/*----------------Start-video-production-section-here------------*/
.video-production-section .WhatsApp-Chatbot-box .img-box i{
  font-size: 35px;
  color: #045a97;
}

.video-production-section .WhatsApp-Chatbot-box{
  min-height: 170px;
}
/*----------------End-video-production-section-here-----------------*/


.common-white-box .image-box i{
  font-size: 50px;
  color: #045a97;
}


/*----------------start-dummy-design------------*/

.top-design{
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #fff;
  position: relative;
  transition: 0.3s ease;
}

.top-design:before{
  content: "";
  z-index: -1;
  background-color: #045a97;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  top: -12px;
  border-radius: 10px;
}

.call-center-section{
  padding-bottom: 170px;
}

.call-center-section:after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: ;
}

.about-page .clients-area{
  background-color: #fff;
}
.tab-content .tab-pane .row .textarea-box,
  .tab-content .tab-pane .row .common-input-box{
    margin-bottom: 15px!important;
  }

/*--------------Start-digital-marketing-page-----------------*/

.Features-section{
  padding-bottom: 130px;
}
.Features-section .Advantages-box{
  margin-top: 0px;
  padding: 20px 20px;
  height: 114px;
  margin-bottom: 30px;
}
.Advantages-box img{
  width: 80px;
}


.Features-section .Advantages-box h3{
  padding-right: 0px;
  font-size: 15px;
  margin-bottom: 0px;
}

.Features-section .Advantages-box::before{
  -webkit-transform: skewY(0deg); */
     transform: skewY(0deg);
}
.Features-section .Advantages-box:hover::before{
   -webkit-transform: skewY(0deg); */
     transform: skewY(0deg);
}



.Features-section .Advantages-box::before:hover{
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.Features-section .Advantages-box:hover:after{
  border: 2px solid #045a97;
  opacity: 0;
}

/*--------------End-digital-marketing-page-----------------*/

.mobile-why-choose-us-section .Advantages-box{
  margin-top: 0px!important;
}

.mobile-why-choose-us-section .Advantages-box::before{
  background-color: #fff;
}


.mobile-why-choose-us-section .Advantages-box:hover:after{
  border: 2px solid #fff;
  opacity: 1;
}

.designing-page-choose-us .why-choose-two .Choose-Us-box{
  height: auto;
}

.logo-barnding-choose-us .why-choose-two .Choose-Us-box{
  height: 360px;
}

.graphics-design-why-choose .why-choose-two .Choose-Us-box,
.logo-branding-process .Android-Development-box{
  height: 300px;
}


 .outbond-why-choose .why-choose-two .Choose-Us-box,
.Social-Media-Optimization-why .Choose-Us-box{
  height: 320px;
}

.explainer-video-why-choose .Choose-Us-box{
  height: 386px;
}

/*--------------Start-google-facebook-process-here-----------*/

.google-facebook-process .Features-OutBound-Call-box{
  height: 223px;
}


/*----------------start-protfolio-section-here------------*/
.website-box{
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s ease
}
.website-box .img-box img{
  border-radius: 10px;
}
.website-box .img-box .overlay{
  width: 100%;
  height: 100%;
  background-color: #000000b3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
   transition: all 0.3s ease
}
.website-box:hover .img-box .overlay{
  opacity: 1;
  visibility: visible;
}
.website-box .img-box .overlay .btn{
  color: #fff;
  padding: 9px 40px;
  border: 2px solid #fff;
}
.website-box .img-box .overlay .btn:hover{
  color: #000;
  background-color: #fff;
}
.Creative-Work-tab .nav .nav-item{
  width: 130px;
  text-align: center;
}

/*----------------End-protfolio-section-here--------------*/

/*------------start-Transactional-process-here--------*/
.Transactional-process .Features-OutBound-Call-box{
  height: 303px;
}