ul,
ol,
p,
form,
input,
textarea,
select,
pre,
em,
sub,
sup,
canvas,
section,
article,
aside,
img,
a,
li,
iframe,
table,
nav,
header,
footer,
body,
menu,
button {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: 'Gabarito', sans-serif;

}

*,
after,
before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Gabarito', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Gabarito', sans-serif;

}

html {
    scroll-behavior: smooth;
    font-family: 'Gabarito', sans-serif;

}

a {
    text-decoration: none !important;
    display: inline-block;
    font-family: 'Gabarito', sans-serif;

}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

a:hover {
    color: #17335f;
}

label {
    font-weight: normal !important;
}

b,
strong {
    font-family: 'Gabarito', sans-serif;

    font-weight: 700;
}

u {
    text-decoration: underline;
}

i,
em {
    font-style: italic;
}

img {
    max-width: 100%;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}



input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: poLivvic;
}

p {
    font-family: 'Gabarito', sans-serif;

}

a {
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
}

button {
    outline: none !important;
}
.inner1.relative img{width:100%;}
ul{padding-left: 0px !important;}
body {
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    font-family: 'Gabarito', sans-serif;
    font-size: 15px;
    color: #3e3e3e;
    width: 100%;
    background-color: #081535 !important;
}
.logo img {
    width: 100px;
}
#blob {
    position: fixed;
    width: 100vw;
    height: 100vh;
    transform-origin: 50% 50%;
    transition: all 10s linear;
    z-index: -1;
    opacity: 0.1;
    animation: rotate-animation 10s infinite linear;
}
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
	height: 100%; width:0%;
	z-index: 30;
	position: fixed; top: 0; right: 0; 
	opacity:0; visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}
ul.dropdown-menu {
    background: #16233e;
}
ul.dropdown-menu li {
    padding: 3px 0 !important;
    display: block;
    width: 100%;
}
ul.dropdown-menu li a {
    font-size: 15px !important;
}
.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
	opacity:1;
	width:100%;
	visibility:visible;
}
header.header-part.fixed-header{
    background-color: #081535 !important;
}
header.header-part {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 111;
}
ul.navbar-menu li {
    display: inline-block;
    padding-left: 28px;
}
ul.navbar-menu {
    width: fit-content;
    margin-left: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav.navbar-nav {
    height: 100%;
    align-items: center;
    justify-content: center;
}
ul.navbar-menu li a {color:#fff; text-transform: capitalize; font-size:18px}


.bottom-banner1 {
    display: flex;
    margin-bottom: 40px;
} 
.bottom-icon {
    width: 100px;
    height: 100px;
    padding: 20px;
    background: #061638;
}
.bottom-icon img {
    width: 100%;
}
.bottom-text h4 {
    font-size: 21px;
    color: #fff;
    padding-bottom:10px;
}
.bottom-text p {
    font-size: 16px;
    color: #fff;
}
section.banner-bottom {
    padding: 80px 0 0;
}
.bottom-text {
    width: calc(100% - 120px);
    padding-left: 20px;
}
.banner-part .inner {
    display: flex;
    margin-left: auto;
    width: 80vw;
    height: 45vw;
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
    background-attachment: fixed;
    background-position: bottom center;
}
section.banner-part {
    width: 100%;
}
.shade {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: #2C363F;
    opacity: 0.2;
}
.banner-part .inner video {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
section.portfolio-part {
    background: #fff;
    padding:30px 0 90px;
}
.portfolio-img {
    margin-bottom: 20px;
}
section.video-part {
    padding: 70px 0;
}
.faq-list-home li{
    font-weight:400;
}
.video-head h3 {
    font-size: 50px;
      background: linear-gradient(to right, #c7d0f7 0%, #5713a8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 
    text-align: center;
    padding-bottom: 10px;
}
.video-head h4 {
    font-size: 25px;
    color: #b2c5f1;
    text-align: center;
    padding-bottom: 10px;
}
.video-box {
    background: #172546;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
}
.video-box img{width: 60px;}
.video-box h4 {
    font-size: 20px;
    padding: 20px 0 0;
    color: #b2c5f1;
}
.video-box p {
    font-size: 15px;
    color: #fff;
}
/* services css */
section.services-top-part {
    background: #fff;
    padding: 70px 0;
}
.services-content {
    text-align: center;
}
.services-content  img{
    width: fit-content !important;
    margin: auto;
}
.services-content {margin: 0 3rem;}
.services-content p {
    font-size: 20px;
}
.services-owll-box{width:100%; margin: auto;height:500px;}
.service-owl .owl-nav{text-align: center;}
.service-owl .owl-nav button{font-size: 30px !important; }
.service-owl .owl-nav button i{padding-right: 20px !important;}
p.color-black {
    color: #000 !important;
}
section.services-part{
    padding-top: 15vh;
    padding-bottom: 18vh;
    position: relative;
}


section.services-part::after {
    position: absolute;
    top: 0px;
    display: block;
    width: 100vw;
    height: 28.745vw;
    content: "";
    width: 100%;
    background-image: url(../images/download1.svg);
     background-repeat: no-repeat;
    background-size: cover;
    z-index:11;
}
section.services-part::before {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100vw;
    height: 15.191vw;
    content: "";
    width: 100%;
    background-image: url(../images/download.svg);
     background-repeat: no-repeat;
    background-size: cover;
}
.service-head h3 {
   font-size: 50px;
      background: linear-gradient(to right, #c7d0f7 0%, #5713a8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 
    text-align: center;
    padding: 0 0 20px;
}
.service-head p {
    font-size: 17px;
    color: #fff;
    font-weight: 100;
}
.service-head {
    text-align: center;
    margin: 0 6em;
}
.why-link.m-auto {
    text-align: center;
    padding-top: 40px;
}
.service-box {
    border-radius: 20px;
    background-color: #0f1c38;
    padding: 25px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.service-box h3 {
    font-size: 20px;
    width: 85%;
    margin: auto;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}
.service-box img {
    width: 60px;
    height: 60px;
}
.services-team{padding: 100px  0;}

/* google css */
.inner-google {
    -webkit-clip-path: url(#svgPath2);
    clip-path: url(#svgPath2);
    min-width: 100%;
}
.inner-google .inner-2{
    height: 24vw;
}
.inner-google svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.customer-img img {
    border-radius: 8px;
    width: 64px !important;
    height: 64px;
    margin: 0 0 20px;
}
.cutsomer-speak p {
    font-size: 22px;
    color: #fff;
    padding: 20px 0 0;
}
.customer-star{
    display: flex;
    padding-right: 8px;

}
.customer-box h4 {
    color: #3c61bc;
    font-size: 22px;
    margin: 20px 0;
}
.customer-star img {
    width: 25px !important;
    margin-right:15px
}
section.google-review{padding: 0px 0;}
.cliner-slide-review {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 30px;
}
.cliner-slide-review .owl-carousel .owl-nav.disabled{display: block !important;}
.cliner-slide-review .owl-carousel .owl-nav button.owl-prev, .cliner-slide-review .owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: #fff;
    border: none;
    /* padding: 0!important; */
    font-size: 23px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 20px;
}
.customer-review-box {
    width: 100%;
    overflow: hidden;
}
.view-all-btn a {
    padding: 15px 45px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s all;
     background: linear-gradient(to right, #e63569 0%, #5d2d79 100%);
    margin: 45px 0 0;
    display: block;
    width: fit-content;
}

/* client logo css */
section.client-logo-part {
    background: #fff;
    padding: 60px 0;
}
ul.client-logo-list li {
    display: inline-block;
    width: 19%;
    padding: 20px;
}

/* package css */
section.package-part{
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    margin-top: 0px;
    background-color: #F2F6F9;
    background-color: #fff;
}

.client-logo-part {
    padding-bottom: 60px;
}
.package-inner{background: #081535 ;padding-top: 20vh;}
section.package-part::after {
    position: absolute;
    top: 0px;
    display: block;
    width: 100vw;
    height: 28.745vw;
    content: "";
    width: 100%;
    background-image: url(../images/download1.svg);
     background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.package-head {
    text-align: center;
    margin: 0 6em;
}
.package-head h3 {
   font-size: 50px;
      background: linear-gradient(to right, #c7d0f7 0%, #5713a8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 
    text-align: center;
    padding: 0 0 20px;
}
.package-head p {
    font-size: 17px;
    color: #fff;
    font-weight: 100;
}
.check-btn {
    padding: 15px 45px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s all;
    background: linear-gradient(to right, #e63569 0%, #5d2d79 100%);
    margin: 25px 0 0;
}
.package-head .card {
    border-radius: 20px;
    background-color: #172546;
}
.package-head .card .card-header {
    background: #283541;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
}
.package-head .icon-wrap-1 {
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-right: 20px;
    background: #324150;
    border-radius: 10px;
}
.package-head .card .card-header .title, .package-head .card .card-header .price {
    font-size: 21px;
    font-weight: 700;
    color:#fff
}
.package-head .card .card-header .subtitle {
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
}
.package-head .card .card-header .gst {
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
}
.package-head .card p{
    color:#fff;
    font-weight: 200;
    margin: 0px;
    text-align:left;
}
.width-30{width:30%;}
.width-20 {
    width: calc(100% - 30% - 60px);
    text-align: left;
}
.package-head .card-body .flex{
    display: flex;
}
.items-end {
    align-items: flex-end;
}
.justify-between {
    justify-content: space-between;
}
.flex-row {
    flex-direction: row;
}
/* why choose css */
section.why-part {
    padding: 70px 0;
}
.why-left .inner-right {
    -webkit-clip-path: url(#svgPath3b);
    clip-path: url(#svgPath3b);
    min-width: 100%;
}
.why-left .content-two-height {
    height: 40vw;
}
.why-left video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: top;
}
.why-left {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.why-choose-content h3 {
     font-size: 50px;
      background: linear-gradient(to right, #c7d0f7 0%, #5713a8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 
    text-align: center;
    padding: 0 0 20px;
}
.why-choose-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 100;
}
.why-link a {
    padding: 15px 45px;
    text-transform: capitalize;
    color: #000;
    border-radius: 5px;
    transition: 0.5s all;
}
.why-link a.get-btn{
     background: linear-gradient(to right, #e63569 0%, #5d2d79 100%);
    margin-right: 15px;
    color:#fff;
}
.why-link a.get-btn1{
     background: linear-gradient(to right, #e63569 0%, #5d2d79 100%); color:#fff;display:none;
}
.top-margin{margin-top:80px;}
.faq-list-home li {
    font-weight: 400;
    color: #fff;
    padding-bottom: 10px;
}

/* faq css */
.faq-part{
    padding: 70px 0 0;
}
.accordion-item {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    background-color: #172546;
    border-radius: 1rem;
}
button.accordion-button {
    background: transparent !important;
    border: 0px !important;
    box-shadow: none !important;
    padding: 5px;
    color: #fff !important;
}
.accordion-body {
    padding: 0px;
}
.accordion-body p {
    font-weight: 200;
    font-size: 15px;
    padding: 15px 0;
}
.accordion-button::after{
    filter: brightness(0) invert(1);
}
.google-review-svg {
    text-align: right;
}
/* footer css */
footer.footer-part{
    position: relative;
padding-top: 45vh;
margin-top:70px;
}
.footer-inner-part{

    background-color: #172546;

}
footer.footer-part:before {
    content: "";
    background-image: url(../images/footer.png);
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 20.62vw;
    z-index: -1;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-detail h3 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.footer-detail ul li a, .footer-detail a {
    color: #b2c5f1;
    font-size: 16px;
    text-transform: capitalize;
}
.footer-detail ul li{padding-bottom: 10px;}
.from-field input, .from-field textarea {
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    background: transparent;
    color: #728494;
    border: 1px solid #728494;
    margin-bottom: 14px;
    font-size: 16px;
}
.form-submit input {
    width: fit-content;
    padding: 10px 35px;
    text-transform: capitalize;
     background: linear-gradient(to right, #e63569 0%, #5d2d79 100%);
    color: #fff;
    border-radius: 5px;
}
.footer-link ul li{display: inline-block;}
.footer-link ul li a {
    color: #b2c5f1;
    font-size: 16px;
    text-transform: capitalize;
}
.footer-link ul {
    width: fit-content;
    margin:50px auto 0;
}
.footer-link ul li{padding-left: 20px;}
.footer-copyright {
    background: #081535;
    margin: 40px 0 0;
    text-align: center;
}
.footer-copyright p {
    padding: 10px;
    color: #888;
}
.bottom-text1 h4 {
    font-size: 31px;
    color: #fff;
    margin-bottom: 23px;
}
.bottom-text1 p {
    width: 60%;
    font-size: 18px;
    color: #eee;
}
.why-choose-content img {
    width: 120px;
}
.margin-top-pre {
    margin: 130px 0 !important;
}
.contact-right .flex.flex-row {
    display: flex;
    margin-bottom:35px;
}
.contact-right .flex.flex-row a{
   color:#b2c5f1;
}
.contact-right .flex.flex-row a {
    color: #b2c5f1;
    margin-left: 19px;
    display: block;
    width: auto;
}
section.contact-bottom {
    padding: 70px 0;
}
.frm-grp label {
    width: 100%;
    display: block;
    margin-bottom: 9px;
    color: #eee;
    font-size: 17px;
}
.frm-grp {
    margin-bottom: 28px;
}
.frm-grp input , .frm-grp select, .frm-grp textarea{
    background: transparent;
    border: 1px solid #728494;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    font-size: 17px;
    color: #fff;
}
.footer-link {
    display: none;
}
.frm-btn input[type="submit"]{
    background: linear-gradient(to right, #e63569 0%, #5d2d79 100%);
    margin-right: 15px;
    color: #fff;
    padding: 15px 45px;
    text-transform: capitalize;
    border-radius: 5px;
    transition: 0.5s all;
}
.services-inner1{padding:100px 0 0;}
.blog-box{margin-bottom:30px;}
section.blog-bottom {
    padding: 100px 0 0;
}
.blog-box a {
    -webkit-clip-path: url(#svgTube1);
    clip-path: url(#svgTube1);
    display: block;
    width: 100%;
    position: relative;
    transition: opacity .1s ease-in;
}
.case-study-over{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-in;
    width: 100%;
}
.case-study-over img{
    background: #fff;
    border-radius: 20px;
    height: auto;
    max-height: 90%;
    max-width: 30%;
    padding: 10px;
    width: auto;
}
.blog-box a:hover .case-study-over{
    opacity:0;
}
.blog-inner-text{
padding:150px 0;
    position: relative;
}
.blog-inner-text:before {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    width: 100%;
    background-image: url('../images/1.svg');
    height: 15.191vw;
   bottom:0px;
}
.blog-inner1 h3 {
    font-size: 45px;
    color: #eee;
}
.blog-inner1 p {
    font-size: 17px;
    color: #eee;
}
.breadcumbs{padding:0 0 40px;}
.breadcumbs ul li {
    display: inline-block;
    padding-right: 20px;
    color:#fff;
}
.inner1.relative{
    -webkit-clip-path: url(#svgPath-hero2);
    clip-path: url(#svgPath-hero2);
    height: 38.67vw;
}
.services-list-part .why-left {
    -webkit-clip-path: url(#svgPath3b);
    clip-path: url(#svgPath3b);
    min-width: 100%;
}
.services-list-part .why-right {
    -webkit-clip-path: url(#svgPath3);
    clip-path: url(#svgPath3);
    min-width: 100%;
}
.why-right img, .services-list-part .why-left img {
    width: 100%;
}

@media screen and (max-width:991px){
    .offcanvas-header{ display:block; }

	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
		border-radius:0; 
		display:block;
		position: fixed;  top: 0; left:0;
		height: 100%; width:60%;
		z-index: 1200; 
		overflow-y: scroll;
		background:#081535 ;
		overflow-x: hidden;
		transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}

	.mobile-offcanvas.show{
		visibility: visible; 	transform: translateX(0);
	}
    .offcanvas-header {
        display: block;
        text-align: right;
        width: 100%;
    }
    button.btn-close.float-end {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    color: #000 !important;
    z-index: 111;
    font-size: 25px;
}
ul.navbar-menu {
    width: 100%;
    margin-left: unset;
    height: 100%;
    display: block;
    justify-content: unset;
    align-items: unset;
}
ul.navbar-menu li {
    display: block;
    padding-left: 30px;
    padding-bottom: 34px;
}
.mobile-menu {
    text-align: right;
}
header.header-part{position:static;}
.logo img {
    width: 66px;
}
button.d-lg-none.btn.btn-warning {
    background: transparent;
    border: 0px;
    color: #fff;
    font-size: 26px;
}
    .video-head h3, .service-head h3 {font-size: 30px;}
    .video-head h4{font-size:20px;}
    .bottom-icon{width:60px; height:60px; padding:10px}
    .bottom-text { width: calc(100% - 80px);}
    .video-head.text-start.mt-5.mb-5{margin:0px !important;}
    .services-content,.service-head,.package-head{margin:0px;}
    .why-choose-content {padding: 20px;}
    .google-review-svg {    display: none;}
    .cliner-slide-review{padding:20px;}
    .video-box{margin-bottom:25px;}
    footer.footer-part{padding-top: 11vh;}
    .about-inner{padding-bottom:50px;}
    .row.margin-top-pre .col-lg-6{order:2;}
    .navbar-nav .dropdown-menu{        position:static !important; transform: translate3d(0px, 0px, 0px) !important; width:95% !important}
}
@media screen and (max-width:767px){
    footer.footer-part{padding-top: 8vh;}
}
@media screen and (max-width:412px){
    .why-link a.get-btn1{margin-top:15px;}
}

.fillWidth {
width: 100% !important;
}
.google-review {
display: none;
}