/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
h1, h2, h3, h4, h5, h6 {
	font-family: 'Abril Fatface', cursive;
}
p, a, span, strong {
	font-family: 'Lato', sans-serif;
}
img {
    width: 100%;
}
html, body {
    overflow-x: hidden;
}
/* Header Css */
header#header-row .navbar {
    background-color: #000 !important;
    min-height: 120px;
}
header#header-row .navbar a.navbar-brand {
    color: #fff;
    font-family: 'Abril Fatface';
    font-size: 30px;
    text-transform: uppercase;
    width: 30%;
}
header#header-row .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 40px;
}
header#header-row .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.dropdown-toggle::after {
    vertical-align: middle;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 10px 0 0;
    border: 1px solid rgba(0,0,0,.15);
    border-bottom: 3px solid #e72e5d;
    border-radius: 0.25rem;
}
.dropdown-item {
    font-family: 'Lato';
    font-size: 16px;
    border-bottom: 1px solid;
}
.dropdown button:hover, .dropdown button:focus {
    border: none;
    outline: 0;
}
.dropdown-menu .show {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    border: solid 1px #666;
    border-bottom: none;
}
.dropdown.open ul {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    border: solid 1px #666;
    border-top: none;
    height: 200px;
    overflow-y: scroll;
}
.dropdown-menu a {
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Lato';
    padding: 10px 25px;
    border: 0;
}
.dropdown-menu a:hover {
    background-color: #e72e5d;
    color: #fff;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
  	background: transparent;
  	border-top: 1px solid rgba(255, 255, 255, .8);
  	border-bottom: 2px solid rgba(255, 255, 255, .5);
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 40px;
  	font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
  	padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	  opacity: 1;
	  font-size: 27px;
  	color: #fff;
}
#search .close:hover{
  color: #FC2121;
  cursor: pointer;
}
/* Inner-banner Css */
section.inner-banner {
    background-image: url('../images/inner-banner.jpg');
    background-position: 100% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    position: relative;
    z-index: 11;
}
section.webapp-banner{
    background-image: url(../images/application-bg.jpg) !important;
    background-position: 100% 78%;
}
section.webdesign-banner {
    background-image: url(../images/website-bg.jpg) !important;
    background-position: 100% 78%;
}
section.portfolio-banner {
    background-image: url(../images/portfoliobanner.jpg) !important;
    background-position: 100% 78%;
}
section.contact-banner {
    background-image: url(../images/contactbanner.jpg) !important;
    background-position: 100% 78%;
}
section.logo-banner {
    background-image: url(../images/logo-bg.jpg);
    background-position: 100% 37%;
}
section.animation-banner {
    background-image: url(../images/animation-bg.jpg);
    background-position: 100% 15%;
}
section.seo-banner {
    background-image: url(../images/seo-banner.jpg);
}
section.ghost-banner {
    background-image: url(../images/ghost-banner.jpg);
    background-position: 100% 45%;
}
section.illustration-banner {
    background-image: url(../images/Illustration-banner.jpg);
}
section.marketing-banner {
    background-image: url(../images/content-banner.jpeg);
    background-position: 100% 50%;
}
section.bpo-banner {
    background-image: url(../images/bpo-banner.jpg);
}
section.terms-banner {
    background-image: url(../images/terms-bg.jpg);
}
section.privacy-banner {
    background-image: url(../images/policy-banner.jpeg);
}
section#inner-banner:before {
    content: "";
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.inner-section h1 {
    color: #fff;
    font-size: 65px;
    z-index: 11;
    position: relative;
    font-family: 'Lato';
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 30px;
}
.inner-section ul {
    padding: 0;
    margin: 0;
    position: relative;
}
.inner-section ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Lato';
    margin: 0 5px;
}
.inner-section ul li a {
    color: #fff;
}
/* Banner Css */
.banner-sec {
    padding: 240px 0;
    background-image: url("../images/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.banner-sec-2 {
    background-image: url("../images/about-inner-bg.jpg");
}
.banner-sec-2:before {
    content: "";
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.banner-sec * {
    color: #fff;
}
.banner-sec h1 {
    font-size: 47px;
    line-height: 47px;
    font-family: 'Lato';
    font-weight: 800;
    margin-bottom: 20px;
    width: 55%;
}
.banner-sec h2 {
    font-size: 35px;
    line-height: 45px;
    font-family: 'Lato';
    font-weight: 700;
    margin-bottom: 30px;
    width: 50%;
}
.banner-sec p {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
}
.banner-sec button {
    background-color: #e72e5d !important;
    border-color: #e72e5d;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 14px 50px !important;
    border-radius: 32px !important;
    height: 60px !important;
    text-transform: uppercase;
}
.banner-sec button a {
    color: #fff;
    text-decoration: unset;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}
.owl-theme .owl-dots .owl-dot:focus {
    outline: 0;
}
.banner-row .owl-dots {
    position: absolute;
    right: 73px;
    bottom: 50px;
}
.banner-row button.owl-dot span {
    width: 15px !IMPORTANT;
    height: 15px !IMPORTANT;
    background: #a39e9e !IMPORTANT;
    border: 2px solid #fff;
    padding: 10px;
}
.banner-row .owl-theme .owl-dots .owl-dot.active span {
    background: #3e3a3a !important;
}
.banner-row .owl-nav {
    position: absolute;
    bottom: 50px;
    left: 100px;
}
.banner-row .owl-carousel button:focus {
    outline: 0px dotted !IMPORTANT;
    outline: 0px auto -webkit-focus-ring-color;
}
.banner-row .owl-carousel button i {
    border: 1px solid;
    padding: 19px;
    border-radius: 62%;
    background: #000;
    color: #fff;
    width: 54px;
    height: 52px;
}

/* Achivement Css */
.achivement-sec {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}
.achivement-sec:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 12%;
    height: 8%;
    background-color: #e8335c;
    border-radius: 0px 50px 0px 0px;
}
.achivement-boxes {
    position: relative;
    margin: 50px 0;
}
.achivement-boxes:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
}
.achivement-boxes img {
    width: 100%;
    height: 90px;
    object-fit: scale-down;
    margin-bottom: 10px !important;
}
.achivement-boxes p {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 40px;
}
.achivement-boxes h3 {
    color: #777777;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 600;
}
.achivement-sec .col-lg-3:first-child .achivement-boxes:before {
    display: none;
}
section.about-achivement {
    padding-bottom: 60px;
}
/* About Css */
section#about-row {
    padding: 100px 0 40px;
}
.about-lft {
    position: relative;
}
.about-lft img {
    width: 100%;
}
.about-inner {
    position: absolute;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    top: 85px;
    left: -62px;
    height: 175px;
    width: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-inner:before {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    content: "";
    border: 2px dashed #e4e4ea;
    border-radius: 50%;
}
.about-inner h3 {
    color: #e72e5d;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 16px;
}
.about-inner p {
    font-size: 36px;
    line-height: 36px;
    color: #777777;
    font-weight: 500;
}
.about-sec h3 {
    font-size: 15px;
    font-family: 'Lato';
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #777;
    line-height: 15px;
    margin-bottom: 30px;
}
.about-sec h3:before {
    color: #e72e5d;
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 6px;
    margin-right: 10px;
}
.about-sec h2 {
    font-size: 40px;
    color: #1e1e22;
    line-height: 60px;
    margin-bottom: 20px;
}
.about-sec ul {
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
}
.about-sec ul li {
    display: inline-block;
    margin-right: 20px;
}
.about-sec ul li button {
    border: 1px solid #e4e4ea !important;
    text-align: center !important;
    padding: 20px 35px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    background-color: transparent;
    color: #777;
    transition: 0.3s;
}
.about-sec ul li button:hover {
    background-color: #e8335c;
}
.about-sec ul li button i {
    color: #e8335c;
}
.about-sec p {
    color: #1e1e22 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}
section#about-inner-section {
    padding: 80px 0;
}
.about-sec-1 button {
    background-color: #e72e5d !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 14px 50px !important;
    border-radius: 32px !important;
    height: 60px !important;
    text-transform: uppercase;
    margin-top: 20px;
}
.about-sec-1 button a {
    color: #fff;
    text-decoration: unset;
}
section#about-inner-section1 {
    background-image: url('../images/about-inner-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    background-attachment: fixed;
    position: relative;
    margin: 60px 0 0;
}
section#about-inner-section1:before {
    content: "";
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ab-section-cont {
    position: relative;
}
.ab-section-cont p {
    color: #fff;
    text-align: center;
    font-family: 'Abril Fatface';
    font-size: 47px !important;
    line-height: 40px !important;
}
/* Faq Css */
section#faq-row {
    background-color: #f1f1f5;
    padding: 30px 0 85px;
}
section#faq-row .container-fluid {
    padding: 0;
}
section#faq-row .col-lg-6:nth-child(1) {
    padding-left: 170px;
    padding-right: 50px !important;
}
.faq-sec h3 {
    font-size: 15px;
    font-family: 'Lato';
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #777;
    line-height: 15px;
    margin-bottom: 20px;
}
.faq-sec h3:before {
    color: #e72e5d;
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 6px;
    margin-right: 10px;
}
.faq-sec h2 {
    font-size: 40px;
    color: #1e1e22;
    line-height: 60px;
    margin-bottom: 40px;
}
div#accordion .card-header h2 button {
    color: #666;
    font-size: 17px;
    font-family: 'Lato';
    font-weight: 600;
    padding: 0;
    padding-left: 20px;
    text-decoration: unset;
}
div#accordion .card-header h2 button span i {
    font-size: 20px;
    color: #666;
}
div#accordion .card-header h2 button span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
}
.card {
    border: 0;
}
.card-header {
    padding: 18px 0;
    background-color: #f8f8f8 !important;
    border-color: #f0f0f0;
}
.card-body {
    padding: 14px 20px;
    font-size: 15px;
    font-family: 'Lato';
    color: #777;
    line-height: 26px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #f0f0f0;
}
/* Progress Css */
section#progress-row {
    background-color: #000;
    padding: 50px 0 100px;
}
.progress-lft h3 {
    color: #fff;
    font-size: 15px;
    font-family: 'Lato';
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 50px;
}
.progress-lft h3:before {
    color: #e72e5d;
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 6px;
    margin-right: 10px;
}
.progress-lft h2 {
    font-size: 40px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 0px;
}
.progressBar {
	margin-bottom: 35px;
	position: relative;
}
.progressBar h4 {
	font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 700;
    text-transform: capitalize;
}
.progressBarcontainer {
	width: 100%;
    height: 15px;
    background: #525252!important;
    overflow: hidden;
    border-radius: 50px;
}
.progressBarValue {
	height: 15px;
    float: left;
    border-radius: 50px;
    /* background: #e8335c; */
    background: linear-gradient(to right, #9e042c, #bb4f8f);
}
.speech-bubble {
	font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: -15px;
    font-family: 'Lato';
    font-weight: 600;
    text-align: center;
    color: white;
    display: none;
}
.web {
	left: calc(95% - 1.5em);
}
.development {
	left: calc(93% - 1.5em);
}
.application {
	left: calc(88.5% - 1.5em);
}
/* Work Css */
section#work-row {
    padding: 85px 0 30px;
}
.work-head h3 {
    font-size: 15px;
    font-family: 'Lato';
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #777;
    line-height: 15px;
    margin-bottom: 30px;
}
.work-head h3:before {
    color: #e72e5d;
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 6px;
    margin-right: 10px;
}
.work-head h2 {
    font-size: 40px;
    color: #1e1e22;
    line-height: 60px;
    margin-bottom: 0px;
}
section#work-row .card .card-image {
    margin-top: 30px;
}
section#work-row .card .card-image img {
    width: 100%;
}
/* Cta Css */
section#cta-row {
    background-color: #000;
    text-align: center;
    padding: 80px 0;
}
.cta-sec h2 {
    color: #fff !important;
    font-size: 59px !important;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.cta-sec button {
    background-color: #e72e5d !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 14px 50px !important;
    border-radius: 32px !important;
    height: 60px !important;
    text-transform: uppercase;
    border-color: #e72e5d;
}
.cta-sec button a {
    color: #ffff;
}
/* Service Css */
section#services-row {
    padding-top: 100px;
}
.services-head {
    margin-bottom: 30px;
}
.services-head h3 {
    font-size: 40px;
    color: #1e1e22;
    line-height: 40px;
    margin-bottom: 10px !important;
}
.services-head h4 {
    font-family: 'Lato';
    color: #777;
    font-size: 18px;
    line-height: 20px;
}
.service-sec {
    background-color: #fff;
    padding: 30px;
    box-shadow: 2px 3px 14px rgb(0 0 0 / 0.2);
    margin-bottom: 15px;
    min-height: 347px;
    transition: all 0.4s linear;
}
.service-sec img {
    width: 25%;
    margin-bottom: 20px;
}
.service-sec h3 {
    color: #1e1e22;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
    min-height: 48px;
}
.service-sec p {
    color: #777;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}
.service-sec a {
    color: #000;
    border-bottom: 2px solid #DFDFDF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.service-sec i {
    padding-left: 3px;
    color: #777;
}
.service-sec:hover {
    background-color: #e72e5d;
    cursor: pointer;
}
.service-sec:hover * {
    color: #fff;
}
/* We Css */
section#we-row {
    padding: 120px 0;
}
.we-lft h3 {
    font-size: 15px;
    font-family: 'Lato';
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #777;
    line-height: 15px;
    margin-bottom: 30px;
}
.we-lft h3:before {
    color: #e72e5d;
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 6px;
    margin-right: 10px;
}
.we-lft h2 {
    font-size: 35px;
    color: #1e1e22;
    line-height: 60px;
    font-family: Alike Angular;
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
}
.we-lft p {
    font-size: 16px !important;
    line-height: 27px;
}
.we-inner {
    position: relative;
    margin-bottom: 40px;
}
.we-inner:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -29px;
}
.we-inner img {
    width: 65%;
    height: 100px;
    object-fit: scale-down;
}
.we-inner h4 {
    color: #777;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Lato';
    line-height: 28px;
}
section#we-row .col-lg-6:first-child .we-inner:before {
    display: none;
}
.we-box h3 {
    color: #242424;
    font-family: 'Lato';
    font-weight: 600;
    line-height: 24px;
    font-size: 24px;
    margin-bottom: 20px;
}
.we-box p {
    font-size: 16px !important;
    padding-bottom: 37px !important;
    letter-spacing: 1px !important;
    line-height: 25px !important;
}
.we-box button {
    background-color: #e72e5d !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 14px 50px !important;
    border-radius: 32px !important;
    height: 60px !important;
    text-transform: uppercase;
}
.we-box button a {
    color: #fff;
}
/* Testimonials Css */
section#feedback-row {
    padding-bottom: 90px;
}
.feedback-left h3 {
    font-size: 15px;
    font-family: 'Lato';
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #777;
    line-height: 15px;
    margin-bottom: 30px;
}
.feedback-left h3:before {
    color: #e72e5d;
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 6px;
    margin-right: 10px;
}
.feedback-left h2 {
    font-size: 27px;
    line-height: 38px;
    color: #1e1e22;
    font-weight: 400;
    margin-bottom: 15px;
    width: 85%;
}
.feedback-left p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
}
.feedback-left button {
    background: #1e1e22;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 14px 50px !important;
    border-radius: 32px !important;
    height: 60px !important;
    text-transform: uppercase;
}
.feedback-left button a {
    color: #fff;
}
.owl-carousel .content p {
    font-size: 24px !important;
    color: #717178 !important;
    line-height: 50px !important;
    margin-bottom: 15px;
}
.owl-carousel .content h3 {
    color: #e72e5d;
    font-family: 'Lato';
    font-weight: 600;
}
/* Consltation Css */
section#consultaion-row {
    background-color: #000;
    padding: 100px 0;
}
.consultaion-sec h3 {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
}
.consultaion-sec h2 {
    font-size: 30px;
    color: #ffffff;
    line-height: 35px;
    margin-bottom: 15px;
}
.consultaion-sec p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    width: 85%;
    margin: auto;
    margin-bottom: 30px;
}
.consultaion-sec button.btn {
    background-color: #e72e5d !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 14px 50px !important;
    border-radius: 32px !important;
    height: 60px !important;
    text-transform: uppercase;
    border-color: #e72e5d;
    margin-top: 30px;
}
.consultaion-sec button.btn a {
    color: #fff;
}
/* Services Css */
section#service-sec1 {
    padding: 90px 0;
}
.service-rigt p {
    font-size: 21px !important;
    color: #717178 !important;
    line-height: 30px !important;
    margin-bottom: 0;
}
section#services-sec2 {
    padding-bottom: 50px;
}
.service-sec2-box {
    position: relative;
    display: block;
    border-radius: var(--moniz-border-radius, 10px);
    background-color: white;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 90px 40px 65px;
    margin-bottom: 30px;
}
.service-sec2-box:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: transparent;
    border-radius: var(--moniz-border-radius, 10px);
    border: 1px solid var(--moniz-primary, #e72e5d);
    transition: all 500ms ease;
    transform: scaleY(0);
}
.service-sec2-box:hover:before {
    transform: scaleY(1);
}
.service-sec2-box:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: var(--moniz-primary, #e72e5d);
    content: "";
    transition: all 500ms ease;
    transform: scaleX(0);
}
.service-sec2-box:hover:after {
    transform: scaleX(1);
}
.service-sec2-box img {
    width: 15%;
    height: 66px;
    object-fit: scale-down;
    margin-bottom: 15px;
}
.service-sec2-box h3 {
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #1e1e22;
    margin-bottom: 30px;
}
.service-sec2-box p {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 26px;
    color: #777;
}
section#inner-services {
    padding: 80px 0 50px;
}
.ser-inner-sec img {
    border-radius: 10px;
}
.ser-inner-cont img {
    width: 10%;
    height: 100px;
    object-fit: scale-down;
    margin-bottom: 20px;
}
.ser-inner-cont {
    margin-top: 25px;
}
.ser-inner-cont h3 {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
.ser-inner-cont p {
    font-size: 18px;
    color: #777;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 30px;
}
.ser-inner-flex {
    display: flex;
}
.ser-inner-flex div {
    width: 50%;
}
.ser-inner-flex img {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
}
.ser-inner-flex ul {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
.ser-inner-flex ul li {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.ser-inner-flex ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.service-sec2-box a i {
    color: #000;
    font-size: 20px;
}
.ser-inner-cont ol.list-items li {
    margin-bottom: 15px;
    font-size: 17px;
    font-family: 'Lato';
    line-height: 26px;
}
.ser-inner-cont ol.list-items li strong {
    font-weight: 800;
}
.services-sidebar {
    background-color: #f1f1f5;
    padding: 60px 30px !important;
    border-radius: 10px !important;
}
.services-sidebar h3 {
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 26px;
}
.services-sidebar ul {
    padding: 0;
    margin: 0;
}
.services-sidebar ul li {
    list-style: none;
    margin-bottom: 10px;
}
.services-sidebar ul li a {
    color: #717178;
    font-size: 16px;
    font-family: 'Lato';
    display: block;
    border-radius: 10px;
    padding: 2px 25px;
    text-decoration: unset;
    transition: all 0.3s linear;
    font-weight: 400;
}
.services-sidebar ul li:hover a {
    background-color: #fff;
    color: #000;
    font-weight: 600;
}
.assistance-sec {
    background-image: url(../images/ser-dtl-need-help-bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 27px 72px 50px;
    position: relative;
    border-radius: 10px;
}
.assistance-sec:before {
    content: "";
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
}
.assistance-sec h3 {
    color: #fff;
    position: relative;
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 40px;
}
.assistance-sec p {
    color: #9e9ea7;
    font-size: 20px;
    z-index: 1;
    position: relative;
}
/* Contact Css */
section#contact-row {
    padding: 80px 0;
}
section#contact-row h2 {
    font-size: 35px;
    color: #000;
    line-height: 35px;
    margin-bottom: 20px;
}
section#contact-row p {
    font-size: 18px;
    color: #777;
    line-height: 28px;
    margin-bottom: 30px;
}
div#contact-head p {
    font-size: 16px;
    line-height: 28px;
}
div#contact-head {
    margin-bottom: 30px;
}
section#contact-row .contact-form label {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    color: #777;
}
section#contact-row .contact-form input::placeholder {
    font-family: 'Lato';
    font-size: 14px;
    color: #777;
}
section#contact-row .contact-form input , section#contact-row .contact-form textarea {
    font-size: 14px;
    font-family: 'Lato';
    color: #777;
    padding-left: 25px;
}
section#contact-row .contact-form input {
    height: 45px;
}
section#contact-row .contact-form input[type="submit"] {
    background-color: #000 !important;
}
section#contact-row .contact-form button[type="submit"] {
    background-color: #e72e5d;
    border-color: #e72e5d;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 14px 50px !important;
    border-radius: 32px !important;
    height: 55px !important;
    text-transform: uppercase;
}
.contact-details ul {
    background-color: #e72e5d;
    padding: 50px;
}
.contact-details ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Lato';
}
.contact-details ul li a {
    color: #fff;
    display: flex;
    align-items: center;
}
.contact-details ul li i {
    margin-right: 15px;
    width: 15px;
}
/* Portfolio Css */
section#portfolio-row {
    padding: 70px 0;
}
.portfolio-sec li.nav-item {
    margin: 0 10px;
}
.portfolio-sec .nav-link {
    font-size: 20px;
    color: #000;
    background-color: #eee;
    padding: 10px 40px;
    border-radius: 30px;
}
.portfolio-sec .nav-link.active {
    background-color: #e72e5d;
}
.gallery_sec img{
  width:100%;
  margin-bottom:30px;
  height:250px;
  object-fit: cover;
}
div#pills-all .gallery_sec img {
    object-position: top;
}
.gallery_sec a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.gallery_sec a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
    top:0%;
    left:50%;
    transform:translate(-50%, -50%);
}
.gallery_sec img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.gallery_sec a:hover img {
    position: relative;
    width: 100%;
}
div#pills-web .gallery_sec img {
    height: 400px;
    object-position: top;
}
.gallery_sec a:hover img {
    opacity: 0.5;
}
.gallery_sec a:hover::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/3fMkjjF/Resize.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}
/*--------------------------------------------------------------
	#Popup-style
--------------------------------------------------------------*/

.popupform ul li {
	text-align: left;
	position: relative;
	width: 100%;
	margin: 8px 0px;
	display: block;
}
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform select, .popupform ul li textarea {
	background: #ffffff;
	border: #dedede 2px solid;
	padding: 10px 10px 10px 34px;
	width: 100%;
	border-radius: 6px;
	font-size: 14px;
	color: #8b758b;
    font-family: 'Lato';
	box-shadow: none !important;
	outline: none 0px !important;
}
.popupform ul li i {
	position: absolute;
	top: 15px;
	left: 14px;
	color: #e72e5d;
}
.popupform ul li textarea {
	height: 161px;
}
.popupform ul li.last {
	text-align: center;
}
.popupform p.form_tagline {
    font-size: 14px;
}
.popupform ul li input[type="submit"] {
	background: #e72e5d;
	font-family: 'Clash-Semi';
	color: #fff;
	font-size: 18px;
	border: #e72e5d 1px solid;
	text-transform: uppercase;
	font-weight: 600;
	padding: 9px 10px;
	letter-spacing: 1px;
	outline: 0px none;
    font-family: 'Lato';
	border-radius: 50px;
	width: 195px;
}
.popupform ul li input[type="submit"]:hover {
	background: #e72e5d;
}
.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
	border: #b9bbbd 2px solid !important;
}
.popupform {
	width: 436px;
	border-radius: 23px;
	padding: 31px 20px;
	overflow: visible;
	border-bottom: #e72e5d 5px solid;
}
.popupform h2 {
	font-size: 30px;
	color: #e72e5d;
	font-weight: 700;
	padding-left: 15px;
	border-left: #e72e5d 6px solid;
	margin-bottom: 12px;
    font-family: 'Lato';
	line-height: 35px;
	margin-top: 0;
}
.popupform h2+p {
	line-height: 19px;
	font-size: 14px;
	margin-bottom: 12px;
    font-family: 'Lato';
}
.popupform .fancybox-close-small {
	border: #e72e5d 3px solid;
	background: #fff;
	border-radius: 72px;
	text-align: center;
	box-shadow: #000 0 0 10px;
	right: -14px;
	top: -13px;
	overflow: visible;
	opacity: 1;
}
.popupform .fancybox-close-small:after {
	color: #e72e5d;
	font-size: 25px;
	right: 4px;
}
.popupform ul {
    margin: 0;
    padding: 0;
}
/*Terms Css*/
section.terms-cont {
    padding: 50px 0;
}
section.terms-cont h2 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
section.terms-cont p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
section.terms-cont p br {
    display: none;
}
section.terms-cont a {
    color: #f00;
}
section.terms-cont strong {
    color: #000;
    padding-right: 10px;
}
section.privacy-cont h3 {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: 'Lato';
}
section.privacy-cont strong {
    padding: 0;
}
/* Footer Css */
footer#footer-row {
    background-color: #1f1e22;
    padding: 40px 0px 0px;
}
.foot-cont img {
    width: 95%;
    margin-bottom: 10px;
}
footer#footer-row h4 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}
.foot-cont h4 {
    font-size: 28px !important;
    text-transform: uppercase;
    line-height: 35px !important;
}
.foot-cont p {
    color: #777;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.foot-links ul , .foot-details ul {
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
}
.foot-links ul li , .foot-details ul li {
    list-style: none;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
}
.foot-links ul li a, .foot-details ul li a {
    color: #777;
    display: flex;
    align-items: center;
}
.foot-details ul li i {
    color: #fff;
    margin-right: 10px;
}
.footer-link {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom: 30px;
}
.footer-link ul {
    margin: 0;
    padding: 0;
}
.footer-link ul li {
    display: inline-block;
    margin-left: 40px;
    font-size: 14px;
    font-weight: 600;
}
.footer-link ul li a {
    color: #fff;
}
section#copyright-row {
    background-color: #17171a;
    padding: 30px 0;
}
.copyright-sec p {
    margin-bottom: 0;
    font-size: 15px;
    color: #9e9ea7;
    font-weight: 400;
}
section.packages-row {
    padding: 80px 0;
}
.package-heading {
    margin-bottom: 40px;
}
.package-heading p {
    font-size: 18px;
    color: #777;
    line-height: 28px;
    margin-bottom: 30px;
}
section.packages-row ul#pills-tab {
    margin-bottom: 40px;
}
section.packages-row .nav-pills .nav-link {
    background: #fff;
    border: 0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin: 0 10px;
    padding: 10px 30px;
    color: #000;
    border-radius: 10px;
    transition: all 0.4s linear;
}
section.packages-row .nav-pills .nav-link.active {
    background: #970025;
    color: #fff;
}
section.packages-row .nav-pills .nav-link:hover {
    background: #970025;
    color: #fff;
    cursor: pointer;
}
.packages-sec {
    padding: 20px 20px 0;
    position: relative;
    border: 2px solid #d8dfe6;
    border-radius: 14px;
    width: 100%;
    margin: 0 auto 50px;
    transition: all 0.3s ease-in-out;
}
.packages-sec h2 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    font-family: 'Lato';
}
.packages-sec p {
    font-size: 14px;
    color: black;
    margin: 0 0 16px;
    font-weight: 600 !important;
    line-height: 24px;
}
.packages-sec .pricebox {
    margin-bottom: 13px;
}
.packages-sec .pricebox h3 {
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    color: #000000;
    font-family: 'Lato';
    line-height: 40px;
    display: inline-block;
    padding-right: 10px;
}
.packages-sec .pricebox sup {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    color: #000000;
}
.packages-sec .pricebox strike {
    font-size: 16px;
    color: #6c6c6c;
    position: relative;
    top: -10px;
    font-weight: 700;
}
.packages-sec .pricebox span {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 700;
}
.packages-sec ul {
    margin-bottom: 20px;
    margin-top: 5px;
    padding-left: 0;
    height: 255px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px;
    overflow-x: hidden;
}
.packages-sec ul p {
    font-size: 12px;
    display: none;
}
.packages-sec ul li {
    font-size: 14px;
    color: #676767;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    list-style: none;
    line-height: 25px;
    display: flex;
    align-items: baseline;
}
.packages-sec ul h5 {
    font-family: 'Lato';
    margin: 5px 0;
    font-weight: 700;
    font-size: 16px;
}
.packages-sec ul li:before {
    content: "";
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    color: #970028;
    margin-right: 5px;
}
.packages-sec ul::-webkit-scrollbar-track {
    background-color: #676767;
}
.packages-sec ul::-webkit-scrollbar {
    width: 5px;
    background-color: #676767;
}
.packages-sec ul::-webkit-scrollbar-track {
    background-color: #970027;
}
.packages-sec a.grad-btn {
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin: 0 auto;
    display: table;
    top: 20px;
    background: #970026;
    font-family: 'Lato';
}
section.pricing-banner {
    background-image: url(../images/pricing-bg.webp);
}
/* Responsive Css */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    header#header-row .navbar a.navbar-brand {
        font-size: 20px;
        width: 75%;
    }
    .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }
    .banner-sec {
        padding: 50px 0 80px;
        text-align: center;
    }
    .banner-sec h1 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px;
        width: 100%;
    }
    .banner-sec h2 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
        width: 100%;
    }
    .banner-sec h2 br {
        display: none;
    }
    .banner-sec button {
        height: 50px !important;
        font-size: 14px !important;
    }
    .banner-row .owl-nav {
        display: none;
    }
    .banner-row .owl-dots {
        bottom: 15px;
        left: 0;
        right: 0;
    }
    .banner-row button.owl-dot span {
        padding: 6px;
        margin: 0 5px !important;
    }
    section#achivement-row {
        padding: 50px 0 0;
    }
    .achivement-boxes {
        margin: 10px 0;
    }
    .achivement-sec:before {
        display: none;
    }
    .achivement-boxes img {
        margin-bottom: 0 !important;
    }
    .achivement-boxes p {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .achivement-boxes h3 {
        font-size: 15px;
        margin-bottom: 0 !important;
    }
    section#about-row {
        padding: 50px 0 40px;
        text-align: center;
    }
    .about-inner {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
        margin-top: -85px;
        margin-bottom: 40px;
    }
    .about-inner h3 {
        font-size: 14px;
    }
    .about-inner p {
        margin-bottom: 0;
        font-size: 25px;
    }
    .about-sec h3 {
        justify-content: center;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .about-sec h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .about-sec p {
        font-size: 15px !important;
        line-height: 25px;
        margin-bottom: 0;
    }
    section#faq-row .col-lg-6:nth-child(1) {
        padding: 0 !important;
    }
    section#faq-row {
        text-align: center;
        padding-bottom: 50px;
    }
    .faq-sec h3 {
        justify-content: center;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .faq-sec h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    div#accordion .card-header h2 button {
        font-size: 15px;
    }
    .card-body {
        padding: 14px 15px !important;
        font-size: 14px;
        text-align: center;
        line-height: 28px;
    }
    div#accordion {
        margin-bottom: 30px;
    }
    section#progress-row {
        padding: 50px 0 20px;
        text-align: center;
    }
    .progress-lft h3 {
        justify-content: center;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .progress-lft h2 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .progressBar h4 {
        font-size: 15px;
        text-align: left;
    }
    .speech-bubble {
        font-size: 15px;
        top: 0;
    }
    section#work-row {
        padding-top: 50px;
    }
    .work-head h3 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .work-head h2 {
        font-size: 25px;
        line-height: 35px;
    }
    section#cta-row {
        padding: 50px 0;
    }
    .cta-sec h2 {
        font-size: 30px !important;
        line-height: 40px;
    }
    section#services-row {
        padding-top: 50px;
    }
    .services-head h3 {
        font-size: 25px;
        line-height: 25px;
    }
    .services-head h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .service-sec {
        padding: 30px 0;
        text-align: center;
        min-height: auto;
    }
    .service-sec img {
        margin-bottom: 15px;
    }
    .service-sec h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .service-sec p {
        font-size: 14px;
        width: 90%;
        margin: auto;
        margin-bottom: 10px;
    }
    section#we-row {
        padding: 50px 0;
        text-align: center;
    }
    .we-lft h2 {
        text-align: center;
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .we-lft p {
        font-size: 14px !important;
        line-height: 24px;
        margin-bottom: 0;
    }
    .we-inner img {
        height: 80px;
    }
    .we-inner {
        margin-bottom: 10px;
    }
    .we-inner h4 {
        font-size: 15px;
        line-height: 20px;
    }
    .we-box {
        margin: 20px 0 50px;
    }
    .we-box h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .we-box p {
        font-size: 14px !important;
        line-height: 24px !important;
        margin-bottom: 0;
        padding-bottom: 20px !important;
    }
    .we-box button {
        font-size: 14px !important;
        height: 55px !important;
    }
    .we-right {
        margin-bottom: 10px;
    }
    .we-right2 img {
        margin-bottom: 10px;
    }
    .feedback-left {
        text-align: center;
    }
    .feedback-left h3 {
        justify-content: center;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .feedback-left h2 {
        font-size: 22px;
        margin: auto;
        line-height: 30px;
        margin-bottom: 10px !important;
    }
    .feedback-left p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .feedback-left button {
        font-size: 14px !important;
        height: 55px !important;
        margin-bottom: 20px;
    }
    .owl-carousel .content p {
        font-size: 16px !important;
        text-align: center;
        line-height: 25px !important;
        margin-bottom: 10px;
    }
    .owl-carousel .content h3 {
        text-align: center;
        font-size: 18px;
    }
    section#feedback-row {
        padding-bottom: 40px;
    }
    section#consultaion-row {
        padding: 50px 0;
    }
    .consultaion-sec h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .consultaion-sec h2 {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .consultaion-sec p {
        font-size: 14px;
        width: 95%;
        line-height: 24px;
    }
    .consultaion-sec button {
        font-size: 14px !important;
        height: 55px !important;
    }
    footer#footer-row {
        text-align: center;
    }
    .foot-cont h4 {
        font-size: 20px !important;
        line-height: 20px !important;
        margin-bottom: 10px !important;
    }
    .foot-cont p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    footer#footer-row h4 {
        margin-bottom: 10px;
    }
    .foot-links ul li, .foot-details ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .foot-links ul, .foot-details ul {
        margin-bottom: 25px;
    }
    .footer-link li {
        display: block !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }
    .footer-link {
        justify-content: center;
    }
    section#copyright-row {
        padding: 20px 0;
    }
    .copyright-sec p {
        font-size: 14px;
    }  
    section.inner-banner {
        padding: 70px 0;
    }
    .inner-section h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    section#inner-services {
        padding: 50px 0;
    }
    .ser-inner-cont {
        text-align: center;
    }
    .ser-inner-cont img {
        width: 15%;
        height: auto;
        margin-bottom: 10px;
    }
    .ser-inner-cont h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .ser-inner-cont p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .ser-inner-flex {
        display: block;
        margin-top: 30px;
    }
    .ser-inner-flex img {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    .ser-inner-flex ul {
        margin: 0;
        margin-bottom: 15px;
    }
    .ser-inner-flex ul li {
        font-size: 14px;
        display: inline-block;
        width: 49%;
        margin-bottom: 10px;
    }
    .ser-inner-cont h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .ser-inner-cont p {
        font-size: 14px;
    }
    .ser-inner-cont ol.list-items {
        margin: 20px 0;
    }
    .ser-inner-cont ol.list-items li {
        font-size: 14px;
        line-height: 22px;
        width: 90%;
    }
    .services-sidebar {
        margin: 20px 0;
        padding: 30px 0 !important;
        text-align: center;
    }
    .services-sidebar h3 {
        margin: 0;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .services-sidebar ul li a {
        font-size: 14px;
        padding: 0;
    }
    .assistance-sec {
        padding: 30px 0;
        text-align: center;
    }
    .assistance-sec h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .assistance-sec p {
        font-size: 16px;
        line-height: 20px;
    }
    section#portfolio-row {
        padding: 50px 0 30px;
    }
    .portfolio-sec .nav {
        margin-bottom: 30px !important;
    }
    .portfolio-sec li.nav-item {
        display: inline-block;
        width: 29%;
        margin: 0 5px;
    }
    .portfolio-sec .nav-link {
        font-size: 16px;
        padding: 10px 0;
        text-align: center;
    }
    section#about-inner-section {
        padding: 50px 0 0;
        text-align: center;
    }
    .about-sec-1 {
        margin-top: 30px;
    }
    .about-sec-1 button {
        height: 55px !important;
        font-size: 14px !important;
        border: 0;
    }
    section#about-inner-section1 {
        padding: 30px 0;
        margin: 50px 0 0;
    }
    .ab-section-cont p {
        font-size: 20px !important;
        width: 85%;
        margin: auto;
        line-height: 30px !important;
    }
    section#contact-row {
        padding: 50px 0;
        text-align: center;
    }
    section#contact-row h2 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    div#contact-head p {
        font-size: 14px;
        line-height: 20px;
    }
    section#contact-row p {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 20px;
    }
    div#contact-head {
        margin-bottom: 15px;
    }
    section#contact-row .contact-form label {
        font-size: 14px;
    }
    section#contact-row .form-group {
        text-align: left;
        margin-bottom: 0;
    }
    section#contact-row .contact-form input, section#contact-row .contact-form textarea {
        padding-left: 15px;
    }
    div#contact-details {
        margin: 30px 0;
    }
    section#contact-row .contact-form button[type="submit"] {
        font-size: 14px !important;
    }
    .contact-details ul {
        padding: 20px 0;
    }
    .contact-details ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .contact-details ul li a {
        display: block;
    }
    .contact-details ul li i {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    header#header-row .navbar a.navbar-brand {
        font-size: 25px;
        width: 45%;
    }
    .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }
    .banner-sec {
        padding: 50px 0 100px;
    }
    .banner-sec h1 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .banner-sec h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 25px;
    }
    .banner-sec h2 br {
        display: none;
    }
    .banner-sec button {
        height: 55px !important;
        font-size: 15px !important;
    }
    .banner-row .owl-nav {
        display: none;
    }
    .banner-row .owl-dots {
        bottom: 15px;
        left: 0;
        right: 0;
    }
    .banner-row button.owl-dot span {
        padding: 6px;
        margin: 0 5px !important;
    }
    section#achivement-row {
        padding: 0px 0 0;
    }
    .achivement-boxes {
        margin: 10px 0;
    }
    .achivement-sec:before {
        display: none;
    }
    .achivement-boxes img {
        margin-bottom: 0 !important;
    }
    .achivement-boxes p {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .achivement-boxes h3 {
        font-size: 16px;
        margin-bottom: 0 !important;
    }
    section#about-row {
        padding: 80px 0 40px;
    }
    .about-inner {
        top: 0px;
    }
    .about-inner h3 {
        font-size: 14px;
    }
    .about-inner p {
        margin-bottom: 0;
        font-size: 25px;
    }
    .about-sec h3 {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .about-sec h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .about-sec p {
        font-size: 15px !important;
        line-height: 25px;
        margin-bottom: 0;
    }
    section#faq-row .col-lg-6:nth-child(1) {
        padding-left: 25px;
        padding-right: 0 !important;
    }
    section#faq-row {
        padding-bottom: 50px;
    }
    .faq-sec h3 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .faq-sec h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 25px;
    }
    div#accordion .card-header h2 button {
        font-size: 16px;
    }
    .card-body {
        font-size: 15px;
        line-height: 28px;
    }
    div#accordion {
        margin-bottom: 30px;
    }
    section#progress-row {
        padding: 60px 0;
    }
    .progress-lft h3 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .progress-lft h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 0px;
    }
    .progressBar h4 {
        font-size: 16px;
        text-align: left;
    }
    .speech-bubble {
        font-size: 15px;
        top: 0;
    }
    section#work-row {
        padding-top: 50px;
    }
    .work-head h3 {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .work-head h2 {
        font-size: 30px;
        line-height: 35px;
    }
    section#work-row .row {
        justify-content: center;
    }
    section#cta-row {
        padding: 60px 0;
    }
    .cta-sec h2 {
        font-size: 35px !important;
        line-height: 40px;
    }
    section#services-row {
        padding-top: 60px;
    }
    section#services-row .row {
        justify-content: center;
    }
    .services-head h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .services-head h4 {
        font-size: 16px;
    }
    .service-sec img {
        margin-bottom: 15px;
    }
    .service-sec h3 {
        font-size: 25px;
    }
    .service-sec {
        min-height: 323px;
    }
    section#we-row {
        padding: 80px 0 30px;
    }
    .we-lft h2 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .we-lft p {
        font-size: 14px !important;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .we-inner img {
        height: 70px;
        width: 36%;
    }
    .we-inner:before {
        display: none;
    }
    .we-inner {
        margin-bottom: 10px;
    }
    .we-inner h4 {
        font-size: 15px;
        line-height: 20px;
    }
    .we-box {
        margin: 20px 0 50px;
    }
    .we-box h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .we-box p {
        font-size: 14px !important;
        line-height: 24px !important;
        margin-bottom: 0;
        padding-bottom: 20px !important;
    }
    .we-box button {
        font-size: 14px !important;
        height: 55px !important;
    }
    section#feedback-row {
        padding-bottom: 60px;
    }
    section#feedback-row .row {
        align-items: center;
    }
    .feedback-left h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .feedback-left h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px !important;
    }
    .feedback-left p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .feedback-left button {
        font-size: 14px !important;
        height: 55px !important;
        margin-bottom: 20px;
    }
    .owl-carousel .content p {
        font-size: 18px !important;
        line-height: 25px !important;
        margin-bottom: 10px;
    }
    .owl-carousel .content h3 {
        font-size: 18px;
    }
    section#consultaion-row {
        padding: 50px 0;
    }
    .consultaion-sec h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .consultaion-sec h2 {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .consultaion-sec p {
        font-size: 14px;
        width: 95%;
        line-height: 24px;
    }
    .consultaion-sec button {
        font-size: 14px !important;
        height: 55px !important;
    }
    .foot-cont h4 {
        font-size: 20px !important;
        line-height: 20px !important;
        margin-bottom: 10px !important;
    }
    .foot-cont p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    footer#footer-row h4 {
        margin-bottom: 10px;
    }
    .foot-links ul li, .foot-details ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .foot-links ul, .foot-details ul {
        margin-bottom: 25px;
    }
    section#copyright-row {
        padding: 20px 0;
    }
    .copyright-sec p {
        font-size: 15px;
    }  
    section.inner-banner {
        padding: 100px 0;
    }
    .inner-section h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    section#inner-services {
        padding: 80px 0 50px;
    }
    .ser-inner-cont img {
        width: 15%;
        height: auto;
        margin-bottom: 10px;
    }
    .ser-inner-cont h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .ser-inner-cont p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .ser-inner-flex {
        display: block;
        margin-top: 30px;
    }
    .ser-inner-flex img {
        width: 66%;
        height: 198px;
        margin-bottom: 20px;
    }
    .ser-inner-flex ul {
        margin: 0;
        margin-bottom: 15px;
    }
    .ser-inner-flex ul li {
        font-size: 14px;
        display: inline-block;
        width: 24%;
        margin-bottom: 10px;
    }
    .ser-inner-cont h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .ser-inner-cont p {
        font-size: 14px;
    }
    .ser-inner-cont ol.list-items {
        text-align: left;
        margin: 20px 0;
        padding-left: 15px;
    }
    .ser-inner-cont ol.list-items li {
        font-size: 14px;
        line-height: 22px;
        width: 90%;
    }
    .services-sidebar {
        margin: 20px 0;
        padding: 30px 0 !important;
        text-align: center;
    }
    .services-sidebar h3 {
        margin: 0;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .services-sidebar ul li a {
        font-size: 14px;
        padding: 0;
    }
    .assistance-sec {
        padding: 40px 20px;
    }
    .assistance-sec h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .assistance-sec p {
        font-size: 16px;
        line-height: 20px;
    }
    section#portfolio-row {
        padding: 50px 0 30px;
    }
    .portfolio-sec .nav {
        margin-bottom: 30px !important;
    }
    .portfolio-sec li.nav-item {
        display: inline-block;
        width: 29%;
        margin: 0 5px;
    }
    .portfolio-sec .nav-link {
        font-size: 16px;
        padding: 10px 0;
        text-align: center;
    }
    section#about-inner-section {
        padding: 60px 0;
    }
    .about-sec-1 {
        margin-top: 30px;
    }
    .about-sec-1 button {
        height: 55px !important;
        font-size: 14px !important;
        border: 0;
    }
    section#about-inner-section1 {
        padding: 80px 0;
        margin: 50px 0 0;
    }
    .ab-section-cont p {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    section#contact-row {
        padding: 60px 0;
        text-align: center;
    }
    section#contact-row h2 {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 14px;
    }
    div#contact-head p {
        font-size: 15px;
        line-height: 20px;
    }
    section#contact-row p {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 20px;
    }
    div#contact-head {
        margin-bottom: 15px;
    }
    section#contact-row .contact-form label {
        font-size: 14px;
    }
    section#contact-row .form-group {
        text-align: left;
        margin-bottom: 0;
    }
    section#contact-row .contact-form input, section#contact-row .contact-form textarea {
        padding-left: 15px;
    }
    div#contact-details {
        margin: 30px 0;
    }
    section#contact-row .contact-form button[type="submit"] {
        font-size: 15px !important;
    }
    .contact-details ul {
        padding: 20px 0;
    }
    .contact-details ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .contact-details ul li a {
        display: block;
    }
    .contact-details ul li i {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .banner-sec {
        padding: 100px 0;
    }
    .banner-sec h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .banner-sec h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-row .owl-dots {
        left: 0;
        right: 0;
    }
    section#faq-row .col-lg-6:nth-child(1) {
        padding-left: 40px;
        padding-right: 20px !important;
    }
    .about-sec h3 {
        margin-bottom: 15px;
    }
    .about-sec h2 {
        margin-bottom: 10px;
    }
    .faq-sec h3 {
        margin-bottom: 15px;
    }
    .faq-sec h2 {
        margin-bottom: 20px;
    }
    .progress-lft h3 {
        margin-bottom: 20px;
    }
    section#progress-row {
        padding-bottom: 60px;
    }
    .work-head h3 {
        margin-bottom: 15px;
    }
    .cta-sec h2 {
        font-size: 50px !important;
    }
    section#we-row {
        padding: 90px 0 80px;
    }
    .owl-carousel .content p {
        font-size: 22px !important;
        line-height: 35px !important;
    }
    .owl-carousel .content h3 {
        font-size: 22px;
    }
    section#feedback-row {
        padding-bottom: 70px;
    }
    section#consultaion-row {
        padding: 80px 0;
    }
    .consultaion-sec h3 {
        margin-bottom: 15px;
    }
    section.inner-banner {
        padding: 100px 0;
    }
    .inner-section h1 {
        font-size: 60px;
        line-height: 50px;
        margin-bottom: 20px;
    }
}


.main-link:hover {
    text-decoration: none !important;
}


.main-link h3 {
    font-size: 26px !important;
    font-weight: lighter !important;
}

.main-link p {
    font-size: 15px !important;
    font-weight: normal !important;
    text-transform: lowercase;
}


.about-lft img {
    border-radius: 340px !important;
    height: 530px !important;
    object-fit: cover !important;
}


.navbar-brand img {
    width: 60%;
}


.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.pricing-box {
    background-color: #e8f0fe;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.pricing-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 8px;
}
.pricing-subtitle {
    color: #d81b60;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
}
.price {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 4px;
}
.vat {
    font-size: 24px;
    font-weight: 700;
    color: #555;
}
.price-details {
    margin: 24px 0;
    padding-left: 14px;
    list-style: square;
    
  
}
.price-details li {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.4;
}
.buy-button {
    background-color: #1a73e8;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    margin-top: auto;
    text-align: center;
}
.buy-button:hover {
    background-color: #1557b0;
}


.package-heading {width: 100%;}