@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

body {
    font-family: 'Epilogue';
    overflow-x: hidden;
}

/* 1. preloader */
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    background:linear-gradient(342deg, #010322 5%, #1669af 83%);
    top: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.preloader {
    top: 0%;
}
.page-loaded .preloader {
    top: -100%;
}

.circle{
    position:relative;
    width:10px;padding-bottom:50px;
    margin:100px auto;
}
.circle div {
  position:absolute;
  top:0; left:0;
  width:100%; height:100%;
  
  -webkit-animation: rotate 1.5s infinite;
  -moz-animation: rotate 1.5s infinite;
  -o-animation: rotate 1.5s infinite;
  animation: rotate 1.5s infinite;
  
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.circle {
  -webkit-animation: rotate2 1.5s infinite;
  -moz-animation: rotate2 1.5s infinite;
  -o-animation: rotate2 1.5s infinite;
  animation: rotate2 1.5s infinite;
  
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.circle:before, .circle div:before {
  content:'';
  position:absolute;
  top:0; left:0;
  width:100%; padding-bottom:100%;
  border-radius: 100%;
  background:#fff;
}
@-webkit-keyframes rotate {
  0%   { -webkit-transform : rotate(0deg);}
  50%  { -webkit-transform : rotate(60deg);}
}
@-moz-keyframes rotate {
  0%   { -moz-transform : rotate(0deg);}
  50%  { -moz-transform : rotate(60deg);}
}
@-o-keyframes rotate {
  0%   { -o-transform : rotate(0deg);}
  50%  { -o-transform : rotate(60deg);}
}
@keyframes rotate {
  0%   { transform : rotate(0deg);}
  50%  { transform : rotate(60deg);}
}


@-webkit-keyframes rotate2 {
  50%  { -webkit-transform : rotate(0deg); }
  100% { -webkit-transform : rotate(360deg); }
}
@-moz-keyframes rotate2 {
  50%  { -moz-transform : rotate(0deg); }
  100% { -moz-transform : rotate(360deg); }
}
@-o-keyframes rotate2 {
  50%  { -o-transform : rotate(0deg); }
  100% { -o-transform : rotate(360deg); }
}
@keyframes rotate2 {
  50%  { transform : rotate(0deg); }
  100% { transform : rotate(360deg); }
}

p
{
    font-size: 16px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
    font-family: 'Epilogue';
}
*{
    margin: 0;
    padding: 0;
}
a,h2,h3,h4,h5,h6{
    color: #000;
    margin: 0;
}
a{
    text-decoration: none;
}
h1{
  font-size: 60px;
}
h2{
    font-size: 60px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
img {
    max-width: 100%;
}
.gap {
    padding: 120px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
/* 2. header */
.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-bar ul {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1920px) and (min-width: 1200px){
    #stickyHeader.slideUp {
    top: 0;
    z-index: 111;
    position: fixed;
    border-radius: 0;
    left: 0;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    padding-bottom: 20px;
    padding-top: 20px;
}
}
header {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;;
    border-bottom: 3px solid #139e90;
}
header:before {
    background:linear-gradient(#FFEA1E,#FFCC00 50%);
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    border-left: 3px solid #139e90;
}
.top-bar ul li {
    padding-right:20px;
}
.top-bar ul li a {
    font-weight: bold
}
.top-bar ul li a:hover,.top-bar a:hover{
    color: #3690cb;
}
.top-bar ul li a,.top-bar a {
    transition: .3s ease-in-out;
}.top-bar b{font-size:20px}
/* 3. hero-section */
.banner{background:url(../img/banner.jpg);text-align:center;padding:70px 0;position:relative;background-size:cover;border-bottom:3px solid #139e90;}
.banner::before{content:"";position:absolute;background:#010322;width:100%;height:100%;top:0;left:0;opacity:.6}
.banner h1 b,.headhero b{text-transform:capitalize;text-shadow:2px 0 #fff;position:relative;color:#2a2b2b;font-size:25px;background:#fc0;padding:15px 40px;border-radius:0 50px}
.banner p{color:#fff;position:relative;font-weight:600;margin-top:-5px}
.headhero b{font-size:18px;padding:15px 30px}
.hero-section {
    position: relative;
    padding-top: 70px;
    overflow: hidden;
    background: url(../img/nw/1.png);
    padding-bottom: 70px;
    border-bottom: 3px solid #139e90;
}
.hero-section::before{content:"";position:absolute;background:#010322;top:0;left:0;opacity:.7;width:100%;height:100%}
.singsolimg img{position:absolute;right:2%}

.hero-section img.shaps {
    animation: float 20s infinite;
    right: 45%;
    top: 24%;
    z-index: 0;
}
.hero-text {
    position: relative;
    margin-top: 60px;
    width: 84%;
}
.hero-text h2{color:#fff;padding-bottom:30px;line-height:50px!important;font-weight:800;font-size:42px}
.hero-text span{color:#27afe8;font-weight:800;font-size:20px;letter-spacing:1px;margin-bottom:10px;float:left}
.hero-text p{font-weight:500;line-height:30px;color:#fff;font-size:18px}
.hero-text ul{color:#fff;font-weight:600;margin:20px 0 20px -30px}
.hero-text ul li{float:left;width:100%;margin-bottom:5px;font-size:15px;color:#ddd}
.hero-text ul li img{margin-right:12px;float:left;width:5%}
.hero-text h3 {
    font-size: 60px;
    padding-top: 16px;
}
img.video-img {
    margin-right: 50px;
}
.circle-layer {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}
.hero-text h3 span {
    font-size: 16px;
    text-transform: uppercase;
}
.video {
    display: flex;
    align-items: end;
    margin-top: 40px;
}
.hero-text > img {
    margin-left: auto;
    display: block;
    height: 263px;
    margin-top: 30px;
}
ul.stars {
    justify-content: center;
    background-color: #000;
    display: inline-flex;
    padding: 2px 10px;
    border-radius: 26px;
    margin-bottom: 14px;
    margin-left: 20px;
}
ul.stars li {
    padding: 4px 2px;
    line-height: 0;
}
ul.stars li i {
    color: #ffd545;
    font-size: 14px;
}
/* 4. get-a-quote */
form.get-a-quote i svg{
    fill: #00c389;
}
form.get-a-quote i {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff12e;
    border-radius: 50%;
    position: absolute;
    top: -53px;
}
form#contact-form h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 46px;
    padding-bottom: 6px;
    padding-bottom: 30px;
}
.get-a-quote h3{font-weight:800}
.get-a-quote h6{font-size:15px;margin:5px 0 15px}
.get-a-quote {
    margin-bottom: 16px;
    background:linear-gradient(342deg, #fff 5%, #f5f7f9 83%);
    padding:20px;
    border-radius: 40px;
    position: relative;
    border: 3px solid #ddd;
    box-shadow: 14px 14px 0px 0px #139e90;
    -webkit-box-shadow: 14px 14px 0px 0px #139e90;
    -moz-box-shadow: 14px 14px 0px 0px #139e90;
}
.get-a-quote input[type="text"], .get-a-quote input[type="tel"], .get-a-quote input[type="email"] {
    width: 100%;
    height: 60px;
    border: 0;
    outline: 0;
    margin-bottom: 20px;
    color: #444;
    font-size: 14px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #c1c1c1;
}
.get-a-quote textarea{padding:10px;width:100%;border:2px solid #ddd;border-radius:10px;margin-bottom:10px}
.get-a-quote p {
    font-weight: bold;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
    color: black;
}
.radio-button {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}
.radio-button label {
    padding-left: 10px;
}
.radio-button input{
    width: 22px;
    height: 22px;
}
.group-img{
    position: relative;
}
.group-img svg, .group-img img{
    position: absolute;
    right: 25px;
    width: 22px;
    height: auto;
    top: 21px;
}
/* 5. btn */
.btn {
    background:linear-gradient(#FFEA1E,#FFCC00 50%);
    padding: 14px 38px;
    border-radius: 37px;
    color: #000;
    border: 3px solid #000;
    font-weight: 800;
    letter-spacing: 1px;
}
.btn:hover {
    background:linear-gradient(#FFCC00,#FFEA1E 50%);
    color: #444;
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,1);
}
/* 6. heading */
.heading h2 {
    font-weight: 900;
    padding-bottom: 44px;
}
.heading span {
    font-size: 18px;
    letter-spacing: 1px;
    color: #010322;
    font-weight: 900;
    padding-bottom: 10px;
    display: block;
    text-transform: uppercase;
}
.consulting_landing_text ul {
    padding-top: 20px;
    font-weight: bold;
}
.consulting_landing_text ul li {
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.consulting_landing_text ul li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #010322;
    border-radius: 27px;
    border: 1px solid;
    left: 0;
    top: 5px;
}
/* 7. count-style */
.countbx{padding:50px 0}
.count-style {
    width: 100%;
    height: 210px;
    background-color: #f2eaff;
    border: 3px solid #000;
    border-radius: 20px;
    padding: 40px;
    transition: .3s ease-in-out;
}
.count-style:hover{
    box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
}
.count-style h2 sup {
    font-size: 26px;
    top: -33.5px;
}
.count-style h2 {
    font-size: 70px;
    font-weight: 800;
}
.count-style span {
    color: #000000;
    font-size: 18px;
    display: block;
    font-weight: bold;
}
.count-style.two {
    margin-top: 25px;
    background-color: #f4ffc9;
}
.count-style.three {
    background-color: #e6faff;
}
.count-p {
    padding-top: 60px;
}
/* 8. consulting-business */
.consulting-business {
    display: flex;
}
.consulting-business-text {
    width: 28.333333%;margin:0 15px; text-align:center
}
.consulting-business-text img {
    transition: .3s ease-in-out;
}
.consulting-business-text:hover img {
    transform: scale(1.1);
}
.consulting-business-img {padding:15px;
    width:120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #000;
    margin: 0 auto 10px;
    position: relative;
}
.consulting-business-img span {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    background-color: #fc0;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 2px solid #000;
    font-weight: bold;
    line-height: 0;
    font-size: 18px;
    color: #000;
    left: 23px;
}
.consulting-business-text h5 {
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
}
/* 9. service */
.services {
    background-color: #f2eaff;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
	padding:50px 0;
}

.service-text {
    border: 3px solid #000;
    padding:15px;
    border-radius: 30px;
    background-color: #fff;
    transition: .3s ease-in-out;
}
.service-text:hover {
    box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
}
.service-text h4 {
    font-weight: 900;
    padding-bottom: 4px;
    padding-top: 20px;
}
.service-text i {
    width: 108px;
    height: 108px;
    background-color: #f2eaff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.service-text i img{
    transition: .5s ease-in-out;
}
.service-text:hover i img {
    transform: rotate3d(1, 1, 1, 360deg);
}
.service-text.three{
    background-color: transparent;
    margin-bottom: 30px;
}
.service-text.two{
    margin-top: 30px;
    background-color: transparent;
}
.service-text.two i {
    background-color: #d4ffcc;
}

.service-text.three i{
    background-color: #ffeaea;
}
.service-text.for i {
    background-color: #fffec2;
}
/* 10. team */
ul.star {
    justify-content: center;
    background-color: #ffd545;
    display: inline-flex;
    padding: 6px 26px;
    border-radius: 26px;
    border: 3px solid #000;
    margin-bottom: 40px;
}
ul.star h6 {
    font-size: 16px;
    font-weight: 900;
    padding-top: 4px;
    padding-left: 20px;
    text-transform: uppercase;
}
.team .heading h2 {
    font-weight: 900;
    padding-bottom: 20px;
}
.team-text span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.team-text a{
    color: black;
}
.team-text h5 {
    font-size: 28px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 10px;
}
a.brand.t i{
    background-color: #40c0f0;
}
a.brand.in i{
    background-color: #e274d4;
}
a.brand i {
    border: 3px solid #000;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #7799c8;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
}
.team-text {
    position: relative;
    text-align: center;
    background-color: #fffacd;
    border-radius: 30px;
    border: 3px solid #000;
    padding: 30px;
    transition: .3s ease-in-out;
}
.team-text:hover {
    box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
}
.team-text > img {
    border-radius: 50px;
    border: 3px solid #000;
    transition: .3s ease-in-out;
}
.team-text a img {
    width: 38px;
}
/* 11. quotation-mark */
.quotation-mark {
    text-align: center;
    width: 98%;
    margin: auto;
    border: 3px solid #000;
    padding: 60px 150px;
    border-radius: 50px;
    position: relative;
    margin-bottom: 55px;
}
.quotation-mark img {
    background-color: #010322;
    width: 60px;
    height: 60px;
    border: 3px solid #000;
    padding: 11px;
    border-radius: 50%;
    margin-bottom: 20px !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: initial;
    margin: inherit;
}
.quotation-mark p {
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 20px;
}
.quotation-mark h5 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 4px;
}
.quotation-mark h6 {
    font-size: 16px;
}
.quotation-mark:before {
    content: "";
    border: 3px solid #000;
    width: 88%;
    height: 30px;
    position: absolute;
    bottom: -30px;
    border-radius: 50px;
    background-color: #f2fcff;
    left: 6%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.quotation-mark:after {
    content: "";
    border: 3px solid #000;
    width: 82%;
    height: 30px;
    position: absolute;
    bottom: -57px;
    border-radius: 50px;
    background-color: #f2fcff;
    left: 9%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.quotation button.owl-dot.active {
    border-radius: 21px;
    border: 6px solid #010322;
    background-color: transparent;
    width: 16px;
    height: 16px;
}
.quotation button.owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 21px;
    border: 6px solid #c5c5c5;
    margin: 5px;
}
.quotation .owl-dots {
    text-align: center;
    margin-top: 30px;
    display: block;
}
/* 12. productbx */
.productbx {padding: 50px 0;
    background-color: #f2fcff;
    border-bottom: 3px solid #000;
}
.product-pr {
    background:linear-gradient(#D0F0C0,#F5FFFA 50%);
    border-radius:20px 20px 0 0;
    padding:30px 20px 10px;
    position: relative;
    border-bottom: 3px solid #000;
}
.product-pr img{width:100%!important;height:200px;margin-bottom:20px!important}
.product-pr h4{font-weight:700;font-size:25px;text-align:center}
.serbtsec{text-align:center;margin:20px 0}
.product-style {
    background-color: white;
    border: 3px solid #000;
    border-radius: 20px;
    width: 94%;
    transition: .3s ease-in-out;
}
.product-style:hover {
    box-shadow: 12px 12px 0px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 12px 12px 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: 12px 12px 0px 0px rgba(0,0,0,1);
}
.product-style ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.product-style ul li .bolo {
    width: 12px;
    height: 12px;
    display: block;
    border: 3px solid #000;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}
.product-style ul{padding:15px 10px 10px 5px;background:#010322;color:#fff}
.product-style li img{margin-right:12px!important}
.product-style .btn {
    margin-left:30px;
}
.whyusbx{padding:50px 0}
/* 13. join-now-text */
.join-now img {
    width: 100%;
}
.join-now-text {
    width: 87%;
    margin: auto;
    position: relative;
}
.join-now-text h3 {
    font-weight: 900;
    font-size: 60px;
    text-transform: capitalize;
}
.join-now-text span{
    color: #010322;
}
.join-now-text h6 {
    padding-bottom: 40px;
    padding-top: 10px;
}
img.shaps {
    position: absolute;
    animation: float 16s infinite;
    right: 10%;
    top: -36%;
}
@keyframes float{
    0% {transform: translateY(0px) rotate(15deg);}
    50% {transform: translateY(20px) rotate(0deg);} 
    100% {transform: translateY(0px) rotate(15deg);}
}
.questions .heading {
    width: 74%;
    margin: auto;
}
/* 14. accordion */
.accordion-item.active .heading {
  color: #bccbb7;
}
.accordion-item.active .icon:before {
  background: #bccbb7;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item.active .icon:before {
    background: #fff;
}
.accordion-item .heading {
    width: 100%;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.accordion-item .heading:hover .icon:before,
.accordion-item .heading:hover .icon:after {
    background: #fff;
}
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 47%;
    width: 2.5rem;
    height: 2.5rem;
    transform: translateY(-50%);
    right: 1%;
    background-color: #010322;
    border-radius: 50%;
    border: 1px solid #000;
}
.accordion-item .icon:before,
.accordion-item .icon:after {
    content: "";
    width: 12px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}
.progress {
    height: 8px;
}
.accordion-item.active {
    border-radius: 20px;
}
.accordion-item {
    border-radius: 20px !important;
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.title {
    text-align: start;
    padding: 20px 30px;
    padding-right: 0;
}
.content {
    padding: 0px 30px;
    padding-bottom: 30px;
}
.accordion-item {
    border: 1px solid #000 !important;
}
.accordion-item:first-of-type {
    border-radius: 0px;
}
.accordion-item.active a.heading {
    color: black;
}

.accordion-item {
    margin-bottom: 20px;
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
    border: 1px solid #c3c3c3;
}
.accordion-item.active:not(:first-of-type), .accordion-item.active {
    background-color: #fffacd;
    border-radius: 20px;
}
a.heading{
    width: 100%;
    margin: 0;
}
.accordion {
    background-color: #f2fcff;
    padding: 20px;
    border-radius: 20px;
    border: 3px solid #000;
    margin-bottom: 180px;
}
.accordion img {width:40%;
    margin: auto;
    display: flex;
    margin-bottom: -160px;
    margin-top: 40px;
}
.logo-slider.owl-carousel img{border:3px solid #000;padding:20px 25px;border-radius:45px;transition:.3s ease-in-out;margin:0 auto;cursor:pointer}
.logo-slider.owl-carousel img:hover{box-shadow:5px 5px 0 0 rgb(0 0 0);-webkit-box-shadow:5px 5px 0 0 rgb(0 0 0);-moz-box-shadow:5px 5px 0 0 rgb(0 0 0)}


/* 15. footer  */
footer {
    padding-bottom: 15px;
    background-color:#010322;
    padding-top:50px;
    border-top: 3px solid #139e90;
}
.footer-text {
    text-align: center;
    position: relative;
}
.footer-text h2 {color:#fff;
    font-weight: 800;
}
.footer-text p {
    padding-bottom: 30px;color:#ddd;
}
.address {
    display: flex;
    align-items: self-start;
}
/* 16. address */
.address h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
	}

.address img {
    margin-right:15px;
}
.footer-address {
    border: 3px solid #000;
    border-radius: 25px;
    padding: 0;
    overflow: hidden;
    margin-top:10px;
}
.address {height: 100px;
    background-color: #f2eaff;
    padding:20px;
    border-right: 3px solid #000;
    border-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.address a {
    color: #444;font-weight: 600;
}
.address a:hover{color:#000}
.address.phone {
    background-color: #f4ffc9;
    border-radius: 0;
}
.address.email {
    border-radius: 0;
    border-right: 0;
    background-color: #e6faff;
}
p.footer-p {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    padding-top: 15px;
    color:#fff;
}
footer img.shaps {
    position: absolute;
    animation: float 13s infinite;
    left: 10%;
    top: -36%;
    margin-top: 0;
}

/* 17. progress go to top */
#progress {
    z-index: 111;
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 70px;
  width: 70px;
  display: none;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
}
#progress-value {
    display: block;
    height: calc(110% - 15px);
    width: calc(110% - 15px);
    background-color: #010322;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #ffffff;
}
span#progress-value i {
    font-size: 22px;
}
.heading.two {
    width: 88%;
}
.swal-modal {
    background-color: lemonchiffon;
    border: 3px solid #000;
}
.heading-center {
    text-align: center;
    margin: auto;
}
/* 18. hero-text.section-video */
.hero-text.section-video {
    margin-top: 10px;
}
.hero-text.section-video .video {
    margin-top: 20px;
}
.svg-icon svg {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    fill: white;
    width: 18px;
}
.svg-icon {
    width: 25%;
    margin-right: 40px;
    position: relative;
}
.hero-text.section-video p {
    font-size: 18px;
}
.video-fram iframe {
    width: 100%;
}
.hero-section.click-here .hero-text h2 {
    padding-bottom: 10px;
}
.hero-section.click-here p {
    padding-bottom: 30px;
}
.hero-section.click-here .hero-text {
    width: 100%;
    text-align: center;
}
.hero-section.click-here .hero-text h3 {
    font-size: 60px;
    line-height: 20px;
    padding-left: 16px;
    padding-right: 16px;
}
.hero-section.click-here ul.stars {
    margin-bottom: 0;
}
.hero-section.click-here img.shaps {
    left: 11%;
    right: auto;
}
.hero-section.click-here img.shaps-2 {
    position: absolute;
    right: 10%;
    top: 27%;
    animation: float 14s infinite;
}
.hero-section.click-here .hero-text h2 {
    width: 76%;
    padding-bottom: 10px;
    margin: auto;
}
.hero-section.click-here .video {
    align-items: end;
    text-align: initial;
    margin: auto;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
/* 19. hero-section.click-here */
.hero-section.click-here p {
    font-size: 20px;
}
.get-subscribee input {
    width: 50%;
    height: 60px;
    border-radius: 40px;
    border: 0;
    outline: 0;
    margin-right: 10px;
    padding-left: 30px;
    border: 3px solid;
}
.hero-section.click-here p {
    width: 80%;
    margin: auto;
}

#stickyHeader.slideUp{background:#fff}
.top-bar .logo{width:15%}
.top-bar nav{width:55%}
.btnblu{background:linear-gradient(#3890ce,#71abd5 50%);color:#fff}
.btnblu:hover{background:linear-gradient(#71abd5,#3890ce 50%);color:#fff}
.myhead{text-align:center;margin-bottom:30px}
.myhead h2{font-weight:700;font-size:40px;line-height:30px}
.botlinks{text-align:center;color:#fff;font-weight:600;font-size:18px}
.botlinks a{color:#ddd;font-size:14px;margin:5px}
.botlinks a:hover{color:#7cf}
.txtbxa{background:#f2eaff;padding:50px 0}
.txtbxa h2{font-weight:700;font-size:40px;line-height:45px}
.txtbxa h3{margin:20px 0 5px;font-weight:600;font-size:30px}
.txtbxa h4{font-weight:600;margin:10px 0 5px}
.txtbxa p{margin-bottom:5px;font-size:17px}
.txtbxa ul{list-style-image:url(../img/chek1.png);margin-bottom:10px;padding-left:40px}
.txtbxa li{display:list-item}
.govbx{border-radius:10px;background:#fff;padding:20px 30px;border:2px solid #ddd;margin-top:30px;box-shadow:rgb(0 0 0 / .35) 0 5px 15px}
.govbx img{width:100%;margin:20px 0 30px}
.bodtop{border-top:3px solid #000;}
.bodbot{border-bottom:3px solid #000;}
.notcent{margin-bottom:-20px;margin-top:20px}
.notcent li{line-height:40px;font-size:20px;font-weight:500;margin-bottom:5px}
.notcent li i{background:#3794d0;margin-right:10px;font-size:18px;color:#fff;padding:7px;border-radius:50%;border:3px solid #fc0}
.industrybx{background:linear-gradient(342deg, #010322 5%, #1669af 83%);padding:50px 0 30px}
.industrybx h2,.industrybx p{color:#fff}
.industrybx img{background:#fff;padding:5px;height:250px;border-radius:40px;border:3px solid #ddd}
.blogGrid img{height:250px;border-radius:10px 10px 0 0}
.blogcontbx{background:#fff;float:left;width:100%;padding:0 10px 15px;border-radius:0 0 20px 20px}
.blogcontbx h3{font-size:23px}
.blogcontbx p{line-height:25px}
.blogcontbx .btn{padding:8px 25px;font-size:14px;margin-top:10px}
.faqpg h3{margin-top:50px;margin-bottom:30px}
.faqpg h3 b{background:#2a2b2b;padding:10px 30px;border:2px dotted #000;font-size:25px;font-weight:700;color:#fff}

.ctamapbx{padding:50px 0 0;background:#f2fcff}
.ctamapbx h2{color:#000;font-weight:800;font-size:40px;line-height:50px;text-transform:capitalize}
.ctamapbx p{font-size:20px;margin:10px 0 20px;font-weight:600}

.industrybx .owl-dots,.productbx .owl-dots{text-align:center}
.industrybx .owl-dot,.productbx .owl-dot{width:50px;height:5px;display:inline-block;background:#139e90!important;margin-right:12px;opacity:.3}
.industrybx .owl-dot.active,.productbx .owl-dot.active{opacity:1}
.mypopbx .modal-content{background:#fff0}
.mypopbx .btn-close{background:#000;opacity:1;color:#fff;line-height:23px;font-size:20px;font-weight:800;float:right;z-index:999999;position:relative;border-radius:50%;border:3px solid #139e90}
#pdffrm .get-a-quote h3{font-size:20px;margin-bottom:10px;}
.prdbtn,.prdbtn1{background:#000;color:#fff;padding:10px;font-weight:800;border-radius:4px}
.prdbtn1{background:linear-gradient(#FFEA1E,#FFCC00 50%);color:#000}
.prdbtn:hover{color:#ddd}
.prdbtn1:hover{color:#777}

@media screen and (max-width:768px){
.txtbxa h3,.industrybx img,.blogGrid img{margin:0!important}
.ctamapbx .col-md-6.gap,.productbx .container{padding:0}
.industrybx img,.blogGrid img,.hero-text{width:100%!important}
.txtbxa h2,.myhead h2,.ctamapbx h2{font-size:30px}
.txtbxa h3,.product-pr h4{font-size:27px}
.blogcontbx h3{font-size:21px}
.notcent li,.callbt b{font-size:18px}
.serbtsec a{font-size:14px}
.ctamapbx h2{line-height:35px}
.notcent li{line-height:20px}

.container,.container-sm{max-width:90%}
.top-bar .logo{width:170px}
.txtbxa img,.services .col-lg-3,.blogabx .col-md-4{margin-bottom:20px}
.product-pr{text-align:center;padding:10px}
.blogcontbx h3{margin:10px 0 5px}
.singsolimg img{position:relative;margin:50px 5% 0}
.ctamapbx img,.contimg img{margin:20px 20% 0;width:60%}

.blogcontbx{padding:10px 10px 15px}
.product-pr img{width:auto!important;display:inline!important;}
.faqpg h3{margin:30px 0!important}
.top-bar nav{display:none}
header::before{content:none;width:auto}
.callbt{background:linear-gradient(#FC0,#FFEA1E 50%);padding:5px 15px;border-radius:30px}
.callbt img{width:40px}
.hero-section{padding:40px 0}
.hero-text{margin:0 0 40px!important}
.hero-text h2{padding-bottom:10px}
.industrybx img,.blogGrid img{height:200px}
.blogabx img{height:auto}
}

@media screen and (max-width:580px){
.container,.container-sm{padding:0 5px;max-width:95%}
.hero-text h2{font-size:30px}
.txtbxa h2,.myhead h2,.ctamapbx h2{font-size:25px}
.get-a-quote h3,.product-pr h4{font-size:21px}
.txtbxa h3{font-size:16px}
.hero-text ul li,.hero-text .btn,.callbt b{font-size:14px}
.hero-text h2{line-height:35px!important}
.hero-text ul{margin:20px 0}
.hero-section img.shaps{display:none}
.hero-text .btn{margin-bottom:5px;padding:9px 17px}
.callbt img{width:25px}
.top-bar .logo{width:120px}
}