@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100..900&display=swap');
body{overflow-x:hidden;}
p
{
	font-family: "Outfit", sans-serif;
}
h1, h2, h3, h4, h5
{
	font-family: "Outfit", sans-serif;
}
h3 {
    color: #30ADB3;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h2 {
    font-size: 37px;
    font-weight: bold;
    position: relative;
	color:#000000;
}
ul
{
	font-family: "Outfit", sans-serif;
}
/*-navbar-*/
.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.me-auto {
    background: transparent !important;
    position: absolute;
    z-index: 9999;
    color: #fff;
    left: 0;
    right: 0;
	 font-family: "Outfit", sans-serif;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 100%);
    margin-left: 0px;
}
ul.navbar-nav .dropdown-menu li a {
    color: #7e7c7c;
    font-weight: 600;
}
ul.navbar-nav .dropdown-menu li {
    padding-right: 0px !important;
    border-bottom: 1px solid #f1f1f1;
}
ul.navbar-nav .dropdown-menu li a {
    padding: 15px 20px 15px 65px;
}
ul.navbar-nav .dropdown-menu li a.dropdown-item img {
    position: absolute;
    left: 13px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0px;
}
.dropdown-item:hover span {
    color: #fff !important;
}
ul.navbar-nav.mb-2 li {
    font-size: 18px;
    font-weight: 500;
    padding-right: 10px;
}
ul.navbar-nav .dropdown-menu li a span {
    display: block;
    font-size: 13px;
	font-weight:normal;
	color:#999;
}
.btn.btn-default.contact-btn {
    background: #30adb2;
    padding: 16px 48px;
    border: none;
    color: #fff;
    border-radius: 15px;
    margin-left: 15px;
    font-size: 18px;
	border: 2px solid #30adb2;
    font-weight: 500;
    box-shadow: 0 5px 5px 0px #30adb369;
}
button.btn.btn-default:hover {
    background: transparent;
    box-shadow: none;
    border: 2px solid #fff;
    transition: 0.3s;
}
ul.navbar-nav.mb-2 li a.nav-link:hover {
    color: #30adb2 !important;
}
/*-navbar-*/


/*-hero-section-*/
.banner {
    background: #f1f1f1;
}
.hero-section {
    position: relative;
    background-image: url(../images/banner-bg-1.png);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 670px;
	background-size: cover;
    z-index: 1;
    background-repeat: no-repeat;
	background-color:#0a083b;
	}
.hero-section .row {
    padding: 130px 0;
}
.hero-section img {
    width: 100%;
}
.hero-section h1 {
    font-size: 53px;
    color: #fff;
    line-height: 72px;
    font-weight: 700;
    margin-top: 45px;
}
.faq.center-after h2:after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.content {
    padding-top: 3%;
}
.hero-section h1 span:after {
    background-image: url(../images/blue-shape.png);
    content: "";
    position: absolute;
    display: block;
    width: 161px;
    height: 14px;
    background-repeat: no-repeat;
    top: 73px;
    right: -5px;
}
span {
    position: relative;
}

/*-hero-section-*/

/*-weusethebest-*/
.weusethebest img {
    text-align: right;
    float: right;
    margin-right: 25px;
    width: 600px;
    margin-top: 59px;
}

.weusethebest .container {
    border-radius: 30px;
    position: absolute;
/*background-image: url("../images/final-shape-01.png");*/
    left: 0;
    right: 0;
    top: -210px;
    padding: 150px 0;
    width: 100%;
    max-width: 1320px;
    margin: 0px auto;
    background-repeat: no-repeat;
}
.weusethebest {
    position: relative;
    z-index: 1;
    margin: 0 15px;
}
.weusethebest .container h3 {
    font-size: 18px;
	color:#57586E;
}
.weusethebest .col-md-7 .row:last-child {
    align-items: center;
}
.weusethebest .col-md-5:last-child {
    position: absolute;
    right: 0;
    top: -377px;
}
.weusethebest .container h3 {
    font-size: 18px;
    color: #57586E;
    font-weight: 400;
    font-family: "Outfit", sans-serif !important;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
}
.weusethebest .col-md-7:first-child {
    position: absolute;
    top: 160px;
    left: 63px;
}

/*-weusethebest-*/

/*-about-us-*/
.aboutus {
    background: #F1F1F1;
    padding: 140px 0 100px 0;
    position: relative;
}
.aboutus img {
    border-radius: 30px;
    position: relative;
    width: 100%;
}
.background-color {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    min-height: 160px;
    justify-content: center;
    align-items: center;
}
.number-style {
    font-size: 79px;
    font-weight: bold;
    text-shadow: 1px 0 #30adb2, -1px 0 #30adb2, 0 1px #30adb2, 0 -1px #30adb2, 1px 1px #30adb2, -1px -1px #30adb2, 1px -1px #30adb2, -1px 1px #30adb2;
    color: #fff;
}

.services-inner {
    padding: 25px 0 56px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
    margin-top: 100px;
}
.savnimg img {
    width: auto;
}

.value-block {
    background: #175cff;
    margin-bottom: 23px;
    text-align: center;
    color: #fff;
    min-height: 150px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 500;
	padding-top:25px;
}
.aboutus .col-md-6.circle
{
	position:relative;
}
.number-style-new {
    font-size: 50px;
    font-weight: bold;
    text-shadow: 1px 0 #30adb2, -1px 0 #30adb2, 0 1px #30adb2, 0 -1px #30adb2, 1px 1px #30adb2, -1px -1px #30adb2, 1px -1px #30adb2, -1px 1px #30adb2;
    color: #fff;
    min-width: 70px;
}
.aboutus span.uppercase::after, .aboutus span.uppercase::before, .aboutus span.silver::after{display:none !important;}

.background-color-new h4 {
    font-size: 20px;
}

.pic-right img {
    margin-top: 0px;
    padding-right: 12px;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 46px;
    right: auto;
    left: -46%;
    margin-top: 0;
    margin-left: .125rem;
	display:none !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -36%;
}

.background-color-new {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    min-height: 115px;
    justify-content: center;
    align-items: center;
}
.value-block:hover {
    background: #1453e7;
}

.tools-images img {
    border: 1px solid #e9e9e9;
    padding: 42px;
    max-width: 286px;
    height: 148px;
    object-fit: contain;
    width: 100%;
    background: #fff;
}
.tools-images {
    margin-top: 30px;
}
.aboutus .col-md-6.circle:after {
    background-image: url("../images/circle-logo.png");
    position: absolute;
    content: "";
    display: block;
    z-index: 99999;
    top: 430px;
    width: 270px;
    right: 15px;
    height: 270px;
}
.aboutus .col-md-6.circle:before {
    background-image: url("../images/mb.png");
    position: absolute;
    content: "";
    display: block;
    z-index: 99999;
    background-repeat: no-repeat;
    top: 220px;
    right: 15px;
    width: 150px;
    height: 150px;
}
.aboutus h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #30adb2;
}
.aboutus h2 {
    font-size: 37px;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 40px;
}
section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}
.stats {
  text-align: left;
  font-size: 50px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.aboutus h5 {
    font-size: 16px;
    color: #57586E;
}
.aboutus .row:first-child {
    align-items: center;
}
.aboutus .letsgo p a {
    background: #175CFF;
    padding: 15px 50px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 10px 20px #175cff5c;
    cursor: pointer;
}
.aboutus .letsgo p a:hover {
    background: #30adb2;
    transition: 0.3s;
}
.aboutus span:not(.plus-icon) {
    position: relative;
}
.aboutus span:not(.plus-icon):after {
    background-image: url(../images/shape2.png);
    content: "";
    position: absolute;
    display: block;
    width: 100PX;
    height: 14px;
    background-repeat: no-repeat;
    top: 43px;
    right: -5px;
}
.stats {
    position: relative;
}
.stats:after {
    content: "";
    background: #CECDCD;
    width: 80.4px;
    height: 2px;
    display: block;
    position: absolute;
    left: 130px;
    transform: rotate(105deg);
    top: 56px;
}
.stats:last-child:after{
   display:none;
}

/* CSS for the color */
.plus-icon {
	color: #175CFF; /* Change this to your desired color */
}
.aboutus .col-md-6.circle:before
{
	display:none;
}
/*-about-us-*/

/*-services-*/
.services {
    padding: 85px 0 120px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
    margin-top: 100px;
}
.services h2 {
    font-size: 37px;
    font-weight: 700;
    line-height: 51px;
    position: relative;
    margin-bottom: 20px;
}
.services h2 span {
    position: relative;
}
.services p {
    font-size: 16px;
    color: #57586E;
    width: 100%;
    max-width: 790px;
}
.services h2 span:after {
    background-image: url(../images/shape3.png);
    content: "";
    position: absolute;
    display: block;
    width: 247PX;
    height: 14px;
    background-repeat: no-repeat;
    top: 50px;
    right: 0;
}
.services .row:first-child
{
    margin-bottom: 53px;
}
.row.services-one {
    border-top: 2px solid #CECDCD;
    padding-top: 33px;
    align-items: self-start;
    border-bottom: 2px solid #CECDCD;
    padding-bottom: 33px;
}
.row.services-one p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #57586E;
}
.row.services-one ul
{
	margin-bottom:0px;
}
.row.services-one.two {
    border-top: none;
}
.row.services-one h2 {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
	font-family: "Outfit", sans-serif;
}
.row.services-one h3 {
    font-weight: 700;
    margin-bottom: 0;
}
.row.services-one ul li {
    font-size: 16px;
    line-height: 30px;
    color: #57586E;
	font-family: "Outfit", sans-serif;
}
.row.services-one i.fa-solid.fa-arrow-right {
    background: #fff;
    padding: 16px;
    border-radius: 50px;
    width: 50px;
    color: #175CFF;
    height: 50px;
    text-align: center;
    border: 1px solid #175CFF;
    box-shadow: 0 7px 20px #1351d838;
}
.row.services-one .col-md-2 {
    text-align: right;
}

/*-services-*/

.group:after {
  content: "";
  display: table;
  clear: both;
}

.grid-1-5 {
  border: 1px solid rgb(70 83 86 / 15%);
  min-height: 500px;
  padding: 1.25em;
  position: relative;
  text-align: center;
  transition: all .2s ease-in-out;
}



.grid-1-5:hover {
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF53455B', endColorstr='#FF201D22');
    border-top: 2px solid #30adb3;
    border-bottom: 2px solid #6fe5eb;
    box-shadow: 0px 0px 10px 0px #323232;
    transform: scale(1.025);
    z-index: 2;
}
.grid-1-5:hover:before, .grid-1-5:hover:after {
  content: "";
  position: absolute;
  background-color: #62d3d9;
  *zoom: 1;

  top: -2px;
  bottom: -2px;
  width: 2px;
}

.grid-1-5.popular-plan {
    background: #fff;
}
.grid-1-5:hover:before {
  left: -2px;
}
.grid-1-5:hover:after {
  right: -2px;
}
.grid-1-5:hover .button {
  background-color: #e04362;
  *zoom: 1;

}

.group h2, .group h3, .group p, .group ul {
  margin: 0;
}

.group h2 {
    font-size: 1em;
    font-weight: 400;
    margin: 0.5em 0 0.5em;
    line-height: 25px;
}
.group h3 {
    font-size: 1.5em;
    letter-spacing: 0;
    font-weight: 700;
}

.group p {
    font-size: 10px;
    line-height: 15px;
    color: #8d8d8d;
}

.group ul {
  margin: 0 0 1.5em;
}

.group ul {
    font-size: 0.75em;
    list-style-type: none;
    padding: 0;
    margin-top: 12px;
    height: 282px;
    overflow-y: auto;
	overflow-x:hidden;
}
.group ul li {
    margin: 8px 0 5px;
    text-align: left;
}


.button {
  background-color: #9c83aa;
  border-radius: 20px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  padding: 0.75em 1.5em;
  position: absolute;
  bottom: 1.25em;
  left: 50%;
  margin-left: -60px;
  text-decoration: none;
  width: 120px;
}

.group .uppercase, .group .button, .group h2 {
  text-transform: uppercase;
}

.group sup, .group .small {
  font-size: 0.6125em;
}
/* width */
.group ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.group ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.group ::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.group ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.grid-1-5.popular-plan span.silver {
    color: #30ADB3;
    position: absolute;
    top: 6px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    /* left: 75px; */
    /* right: 100%; */
    width: 100%;
    left: 0px;
}
.grid-1-5.popular-plan span.uppercase {
    color: #30ADB3;
}

.svbtn {
    background: #175CFF;
    padding: 15px 50px;
    margin-top: 50px;
    display: inline-block;
    border-radius: 15px;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 10px 20px #175cff5c;
    cursor: pointer;
}

.svbtn a{

    color: #fff !important;
	text-decoration:none;,,,k
  
}
.grey-bg
{
	background:#F1F1F1;
}



/*-recent-work-*/
.recent-work {
    padding: 0 0 70px;
}
.recent-work h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #30adb2;
}
.recent-work h2 {
    font-size: 37px;
    font-weight: 700;
    line-height: 51px;
    position: relative;
    margin-bottom: 0px;
	font-family: "Outfit", sans-serif;
}
.recent-work .slick-list.draggable {
    padding-top: 52px !important;
    padding-bottom: 52px;
}
.recent-work .box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 15px 2px #ddd;
}
.recent-work .box img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 28px;
    height: 317px;
    object-fit: cover;
}
.recent-work h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 22px;
    font-family: "Outfit", sans-serif;
    color: #000;
}
.recent-work ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding-left: 0;
}
.recent-work ul li {
    border: 1px solid #DDEAE2;
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 12px;
    color: #57586E;
    font-weight: 400;
	font-family: "Outfit", sans-serif;
}
.recent-work ul li a {
    text-decoration: none;
    color: #57586E;
}
.recent-work ul li:hover {
    background: #57586E;
    transition: 0.3s;
	color:#FFF;
}
.recent-work ul li:hover a {
    color: #fff;
}
.recent-work h2:after {
    background-image: url(../images/recent.png);
    content: "";
    position: absolute;
    display: block;
    width: 159px;
    height: 15px;
    background-repeat: no-repeat;
    top: 48px;
    right: 0;
    left: 415px;
}
.recent-work .slick-prev {
    left: 0;
}
.slick-next {
    right: 50px !important;
}
.recent-work .slick-prev:before {
    content: '←';
    background: #fff;
    padding: 13px 14px;
    border-radius: 50%;
    color: #175CFF;
    border: 1px solid #175CFF;
    box-shadow: 0 7px 20px #1351d838;
    opacity: 1;
}
.recent-work .slick-prev {
    left: 1135px;
    z-index: 999;
    border-radius: 50px !important;
    right: 40px;
}
.recent-work .slick-next:before {
    content: '→';
	background: #fff;
    padding: 13px 14px;
    border-radius: 50%;
    color: #175CFF;
    border: 1px solid #175CFF;
	box-shadow: 0 7px 20px #1351d838;
    opacity: 1;
}
.slick-prev, .slick-next {
    top: -22px !important;
}
.recent-work .box1 {
    margin: 20px;
}
/*-recent-work-*/

/*-mvp-*/
.mvp h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #30adb2;
	font-family: "Outfit", sans-serif;
}
.mvp h2 {
    font-size: 37px;
    font-weight: 700;
    line-height: 51px;
    position: relative;
    margin-bottom: 0px;
	font-family: "Outfit", sans-serif;
}
.mvp p {
    font-size: 16px;
    color: #57586E;
    margin-top: 20px;
    margin-bottom: 40px;
}
.mvp h2:after {
    background-image: url(../images/new.png);
    content: "";
    position: absolute;
    display: block;
    width: 231px;
    height: 15px;
    background-repeat: no-repeat;
    top: 48px;
    right: 0;
    left: 180px;
}
.content-box {
    background: #175cff;
    padding: 46px 50px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 824px;
    border-top-right-radius: 0;
}
.content-box:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    right: -2px;
    border-right: 176px solid transparent;
    border-bottom: 68px solid #2A53B3;
    top: -68px;
}
.content-box p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
    font-weight: 300;
}
.content-box ul {
    padding-left: 30px;
    color: #fff;
}
.mvp img {
    border-radius: 30px;
    width: 100%;
	position:relative;
}
.content-box ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.content-box p a {
    background: #fff;
    padding: 17px 40px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px #fff9;
    text-decoration: none;
    font-size: 18px;
    line-height: 33px;
    color: #175CCF;
    font-weight: 600;
    border: 2px solid #fff;
}
.content-box p a:hover {
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    border: 2px solid #ddd;
    transition: 0.3s;
}
/*-mvp-*/

/*-testimonails-*/
.testimonial {
    padding: 70px 0 80px 0;
}
.testimonial h2 {
    position: relative;
}
.testimonial h2, .testimonial h3 {
    text-align: center;
}
.testimonial h2:after {
    background-image: url(../images/testi-shape.png);
    content: "";
    position: absolute;
    display: block;
    width: 231px;
    height: 15px;
    background-repeat: no-repeat;
    top: 48px;
    right: 0;
    left: 516px;
}
.testimonial .slick-list.draggable {
    padding: 52px 0 0;
}
.testimonial .white-box {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    gap: 30px;
    box-shadow: 0 4px 15px #0000001a;
}
.image-content h3 {
    text-align: left;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
	letter-spacing:0px;
}
.image-content p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #57586E;
}
.testimonial .white-box p:last-child {
    font-size: 16px;
    max-width: 303px;
    width: 100%;
    color: #57586E;
    margin-top: 0px;
    font-weight: 400;
    margin-bottom: 0;
}
.image-content img {
    margin-left: -11px;
}
.testimonial .slick-prev {
    left: -3px !important;
    top: 185px !important;
    z-index: 1;
}
.testimonial .slick-prev:before {
    content: '←';
    background: #fff;
    padding: 13px 14px;
    border-radius: 50%;
    color: #175CFF;
    border: 1px solid #175CFF;
    box-shadow: 0 7px 20px #1351d838;
}
.testimonial .slick-next:before {
    content: '→';
	background: #fff;
    padding: 13px 14px;
    border-radius: 50%;
    color: #175CFF;
    border: 1px solid #175CFF;
	box-shadow: 0 7px 20px #1351d838;
}
.testimonial .slick-next {
    top: 185px !important;
    z-index: 1;
}
.testimonial .white-box-1 {
    padding: 20px;
}
.testimonial .slick-next {
    right: 20px !important;
}
/*-testimonails-*/

/*-faq-*/

.accordion-item {
    background-color: #fff;
    border: inherit;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px 0 #ddd;
	border-radius:15px !important;
}
div#accordionExample {
    margin-top: 50px;
}
.faq h2:after {
    background-image: url(../images/faq-shape.png);
    content: "";
    position: absolute;
    display: block;
    width: 202px;
    height: 15px;
    background-repeat: no-repeat;
    top: 48px;
    right: 0;
    left: 0;
}
.faq h3
{
	font-weight: 500;
}
.faq .accordion-button:not(.collapsed) {
    color: #57586E;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.faq .accordion-button:focus {
    box-shadow: inherit !important;
}
.faq .accordion-button:not(.collapsed) {
    background-color: inherit !important;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
	border:none;
}
.faq button.accordion-button:hover {
    color: #000 !important;
	font-weight:500;
}
.accordion-body {
font-family: "Outfit", sans-serif;
color:#57586E;
}
.faq .accordion-body strong {
    color: #30ADB3;
}
.faq .row {
    align-items: center;
}
.accordion-button {
    padding: 25px 25px;
    font-size: 18px;
    color: #57586E !important;
}
.faq {
    padding-bottom: 70px;
}
button.accordion-button.collapsed {
    border-radius: 15px !important;
    font-weight: 500;
}
/*-faq-*/

/*-mind-*/
.contact-form {
    background-color: #0047F0;
    padding: 40px 39px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 487px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    float: right;
    position: relative;
    border-bottom-right-radius: 0;
    font-weight: normal;
    margin-right: 25px;
}
.contact-form h2 {
	margin-bottom: 15px;
	font-size: 24px;
}
.contact-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 30px;
    border: 1.5px solid #ffffff96;
    border-radius: 15px;
    background: #0a083b4a;
    color: #fff;
}
.contact-form h3 {
    font-size: 27px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-transform: none;
}
.contact-form button:hover {
	background-color: #218838;
}
.project-in-mind .container {
    background: #fff;
    padding: 30px 50px 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.project-in-mind .row:first-child {
    position: relative;
    bottom: -40px;
}
.project-in-mind p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #57586E;
    font-weight: 500;
    margin-top: 20px;
}
.project-in-mind p span {
    color: #30ADB3;
}
.project-in-mind ul {
    list-style: none;
    padding-left: 0;
}
.project-in-mind ul li {
    margin-bottom: 20px;
    font-size: 18px;
    color: #57586E;
    font-weight: 500;
	position: relative;
    padding-left: 35px;
}
.project-in-mind ul li img {
    margin-right: 10px;
    position: absolute;
    left: 0;
}
.project-in-mind h2:after {
    background-image: url(../images/faq-shape.png);
    content: "";
    position: absolute;
    display: block;
    width: 202px;
    height: 15px;
    background-repeat: no-repeat;
    top: 50px;
    right: 0;
    left: 184px;
}
.project-in-mind input::placeholder {
    color: #fff;
    font-size: 18px;
}
.project-in-mind textarea#message::placeholder {
    color: #fff;
}
.project-in-mind textarea {
    height: 110px;
}
.project-in-mind .contact-form button {
    padding: 15px 20px !important;
    background: #fff !important;
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #0047F0 !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 15px #0a083b52;
    width: 100%;
    border: none;
}
/*-mind-*/
.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}
.dropdown-item:hover {
    background-color: #30adb2;
    color: #fff !important;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

/*-footer-*/
.footer {
    background-image: url("../images/footer-bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    padding: 118px 0 70px;
    background-position: center;
	border-radius:50px 50px 0px 0px;
	margin-top:-19px;
	background-color: #0a083b;
}
.footer .logo-center {
    text-align: center;
    color: #fff;
}
.footer .col-md-3.logo-center p {
    margin-bottom: 0;
    margin-top: 28px;
    font-size: 14px;
    color: #ffffffa6;
}
.footer h3 {
    margin-bottom: 18px;
}
ul.footer-nav {
    list-style: none;
    padding-left: 0;
    text-decoration: none;
}
ul.footer-nav li {
    padding-bottom: 16px;
    text-decoration: none;
}
ul.footer-nav li a {
    text-decoration: none;
	color:#fff;
}
ul.footer-nav .colum1{
    width: 50% !important;
    float: left;
}
.colum2 {
    width: 33.33%;
    float: left;
}
.social-icons i {
    font-size: 40px;
    color: #fff;
    margin-right: 15px;
}
ul.footer-nav .colum1 li:last-child {
    padding-bottom: 0;
}
ul.footer-nav .colum2 li:last-child {
    padding-bottom: 0;
}
.footer .col-md-5 {
    padding-left: 110px;
}
ul.footer-nav li a:hover {
    color: #30adb3;
    transition: 0.3s;
}
.contact-form:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    right: -57px;
    border-right: 60px solid transparent;
    border-bottom: 56px solid #123DA2;
    transform: rotate(450deg);
    -webkit-transform-origin-y: center;
    bottom: 1px;
}
a.navbar-brand img {
    padding-top: 14px;
    padding-left: 15px;
}
/*-footer-*/
/*-about us-*/
.hero-section.about-us-hero {
    height: 475px;
}

.hero-section.about-us-hero h1 {
    font-size: 50px;
    color: #fff;
    line-height: 72px;
    font-weight: 700;
    padding-left: 0px;
    text-align: center;
    padding: 0px 112px;
    margin-top: -20px;
}

.aboutus.inner-about {
    padding-top: 60px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(48 173 178) !important;
}
.savingmny {
    display: flex;
    flex-wrap: wrap;
}
.savingmny .savingmninr.our-values {
    flex-basis: 33.3%;
}
.savingmny .savingmninr .savnimg {
    padding-bottom: 28px;
}
.savingmny .savingmninr {
    border: 1px solid rgb(70 83 86 / 15%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: 25%;
    padding: 30px 16px;
    text-align: center;
}
.aboutus.our-specilization img {
    width: auto;
}
.aboutus.our-specilization {
    padding-top: 60px;
}
.aboutus.our-specilization h3 {
    margin-bottom: 35px;
}

.featured-services figure {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 30px;
    position: relative;
    margin: 15px 0;
    min-height: 350px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0px;
    transition: all 0.5s ease-out;
}

.featured-services figure figcaption {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    left: 0;
    padding: 20px 20px;
    text-align: left;
    position: absolute;
}

.featured-services figure figcaption h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

figure.reveal-effect ul {
    padding-left: 0px;
}

.featured-services figure ul li {
    width: auto;
    float: left;
    font-size: 12px;
    padding: 4px 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 5px 5px 0;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 14px;
    list-style: none;
}

.featured-services .col-lg-3:nth-child(2n+2) {
    margin-top: 75px;
}

.why-us-points-img {
    width: 68px;
    float: left;
    height: 130px;
    line-height: 130px;
    text-align: center;
}
.why-us-points-text {
    float: left;
    width: 80%;
    padding-left: 20px !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.7);
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
/*-media-query-*/

@media screen and (max-width: 1199px) {
.contact-form:after{display:none !important;} 
.background-color {
    min-height: 190px;
}
}
@media screen and (min-width: 700px) {
  .grid-1-5 {
    float: left;
    width: 50%;
  }
  .grid-1-5:nth-child(odd) {
    clear: left;
  }
}
@media screen and (min-width: 800px) {
  .grid-1-5 {
    width: 33.3333333%;
  }
  .grid-1-5:nth-child(3n+1) {
    clear: left;
  }
  .grid-1-5:nth-child(odd) {
    clear: none;
  }
}
@media screen and (min-width: 1120px) {
  .grid-1-5 {
    width: 20%;
  }
  .grid-1-5:nth-child(odd), .grid-1-5:nth-child(3n+1) {
    clear: none;
  }
}
@media screen and (max-width: 1150px) {
.hero-section h1 {
    font-size: 54px;
    color: #fff;
    line-height: 65px;
    font-weight: 700;
    margin-top: 30px;
}
}

@media only screen and (max-width: 1240px)
{
	.recent-work .slick-prev {
    left: auto;
    right: 123px;
}
.stats:after {
    content: "";
    background: #CECDCD;
    width: 80.4px;
    height: 2px;
    display: block;
    position: absolute;
    left: 100px;
}
.content-box:before
{
	display:none;
}
.content-box {
    border-top-right-radius: 30px;
}
.mvp {
    padding-bottom: 100px;
}
.recent-work .box {
    padding: 10px;
}
.recent-work .box1 {
    margin: 10px;
}
}

@media only screen and (max-width:1099px)
{
	.aboutus .col-md-6.circle:after {
    top: 360px;
}
.recent-work ul {
    gap: 2px;
}
.testimonial h2:after {
    right: 0;
    left: 190px;
}
.testimonial h2 {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
}
.project-in-mind p br {
    display: none;
}
.hero-section h1 {
    padding-left: 0px;
}
}

@media only screen and (max-width: 991px)
{
	.contact-form {
    margin-right: 0px;
}

	.social-icons i {
    font-size: 35px;
    margin-right: 10px;
}
.recent-work .slick-prev {
    left: 0;
}
.recent-work .slick-prev {
    left: 82%;
}
ul.slick-dots {
    display: none !important;
}
.recent-work .box1 {
    margin: 10px;
}
.recent-work .box {
    padding: 15px;
}
.recent-work .box img {
    height: 200px;
}

.aboutus {
    padding: 130px 0 100px 0;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.me-auto {
    position: inherit;
}
ul.navbar-nav.mb-2 li a {
    color: #000 !important;
}
ul.navbar-nav.mb-2 {
    margin-top: 30px;
}
ul.navbar-nav.mb-2 li
{
	border-bottom: 1px solid #ddd;
}
button.btn.btn-default {
    margin-left: 0;
}

.aboutus .col-md-6.circle {
    margin-bottom: 50px;
}
.col-lg-4.stats {
    width: 20%;
}
.aboutus .col-md-6.circle:after {
    top: 83%;
}
.project-in-mind .row {
    flex-direction: column;
}
.project-in-mind .col-md-6 {
    width: 100%;
}
.project-in-mind h2 br {
    display: none;
}
.project-in-mind h2:after {
    top: 45px;
    left: 128px;
}
.contact-form {
    max-width: 100%;
    margin-bottom: 50px;
}
.project-in-mind .col-md-6:first-child {
    order: 2;
}
.contact-form:after
{
	display:none;
}
.contact-form {
    border-radius: 30px;
}
.footer {
    padding: 70px 15px;
}
.project-in-mind .row:first-child {
    bottom: 0;
}
.project-in-mind .container {
    padding: 30px 30px 0;
}

.footer .col-md-5 {
    padding-left: 0;
}
.testimonial {
    padding: 0;
}

.mvp .row {
    flex-direction: column;
}
.mvp .col-md-6
{
	width:100%;
}
.mvp .content-box {
    position: inherit;
}
.mvp .col-md-6:first-child
{
	order:2;
	margin-top:30px;
}
.testimonial .white-box-1 {
    padding: 10px;
}
.recent-work .col-md-8 {
    width: 100%;
}
.hero-section h1 {
    padding-left: 17px;
    margin-top: -60px;
	font-size: 43px;
    line-height: 60px;
}
.col-md-5.pic-right img {
    max-width: 423px;
    height: 400px;
    object-fit: contain;
}
.pic-right img {
    margin-top: -17px;
    padding-right: 34px;
}
.hero-section h1 span:after {
    top: 80px;
 
}
.background-color {
    min-height: 240px;
}
.value-block {
    font-size: 18px;
}
.aboutus h3 {
    margin-top: 25px;
}
.weusethebest .col-md-5:last-child {
    right: 0;
    top: -130px;
    width: 100% !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: auto;
}

.hero-section {
    height: 498px;
}
.project-in-mind {
    padding-bottom: 56px;
}
.btn.btn-default.contact-btn {
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 850px){
.background-color {
    min-height: 260px;
}
.tools-images img {
    padding: 12px;
}
}

@media only screen and (max-width: 980px) and (min-width: 968px)
{
	.weusethebest .container {
    top: -250px;
}
.col-md-5.pic-right img {
    max-width: 450px;
    height: 500px;
}
.weusethebest .col-md-5:last-child {
    top: -230px;
}
.hero-section .row {
    padding: 100px 0;
}
}

@media only screen and (max-width: 767px)
{
	.savingmny .savingmninr.our-values {
    flex-basis: 100%;
}
.background-color {
    min-height: 200px;
}
	.weusethebest img {
    width: auto;
}
.hero-section .row {
    padding: 8px 0 15px;
}
.hero-section.about-us-hero h1 {
    font-size: 56px;
    padding: 0px 20px;
}
.aboutus h3 {
    margin-top: 30px;
}
.pic-right img {
    border-radius: 0px 0px 60px 60px;
}
.weusethebest .col-md-7:first-child {
    left: 15px;
}
.hero-section {
    height: auto;
}
.hero-section h1 br {
    display: none;
}
.hero-section h1 {
    font-size: 53px;
    line-height: 64px;
    /* width: 100%; */
    /* max-width: 100%; */
    margin-bottom: 60px;
    text-align: center;
    margin-top: 2px;
    padding-right: 17px;
}
.col-md-7 .row:last-child .col-md-3 {
    width: 15%;
}
.hero-section h1 span:after {
    top: 65px;
    right: 9px;
}
.pic-right img {
    margin-top: 0px;
    padding-right: 0px;
}
h2 {
    font-size: 25px !important;
    line-height: 40px !important;
}
.row.services-one .col-md-2 {
    text-align: left;
    margin-top: 30px;
}
}

@media only screen and (max-width: 600px)
{
.hero-section.about-us-hero h1 {
    font-size: 47px;
    padding: 0px 0px;
    line-height: 70px;
}
.footer .logo-center {
    text-align: left;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 20px;
}
.hero-section .row {
    padding: 50px 0 17px;
}
.col-md-5.pic-right img {
    height: 340px;
}
.weusethebest .col-md-5:last-child {
    right: 0px;
    top: -210px;
    z-index: -1;
}
.col-md-7 .row:last-child .col-md-3 {
    width: 100%;
    max-width: 138px;
}
.col-lg-4.stats {
    width: 100%;
}
.stats:after {
  display:none;
}
.services {
    margin-top: 40px;
}
.services h2 span:after {
    top: 36px;
}
.recent-work h2:after {
    left: 11px;
    top: 45px;
}
.aboutus span:not(.plus-icon):after {
    top: 31px;
}
.aboutus .col-md-6.circle:after {
    top: 63%;
}
.content-box {
    padding: 46px 14px;
}
.project-in-mind .container {
    padding: 30px 20px;
}
.contact-form {
    padding: 30px 15px;
}
.project-in-mind h2:after {
    top: 35px;
    left: 0;
}
.testimonial h2:after {
    right: 0;
    left: 50px;
}
.mvp h2:after {
    top: 38px;
    left: 0px;
}
.content-box p a {
    padding: 12px 17px;
}
.recent-work .slick-list.draggable {
    padding-bottom: 0;
}
.content-box ul {
    padding-left: 21px;
}
.aboutus .letsgo p a {
    margin-top: 30px;
}
.services {
    border-top-right-radius: 0px;
   border-bottom-left-radius: 0px;
    clip-path: inherit;
}
.services {
    padding: 50px 0 50px;
    margin-top: 50px;
}
.weusethebest .container {
    background-color: #fff;
    background-image: none;
padding: 30px 14px;
}
.weusethebest .col-md-5:last-child {
    top: -331px;
}

.weusethebest .col-md-7:first-child {
    position: inherit;
}
.weusethebest .col-md-7 .row:last-child img {
    width: 100%;
    height: auto;
}
.weusethebest .container h3 {
    margin-bottom: 20px;
}
.weusethebest .col-md-7 .row:last-child {
    justify-content: space-evenly;
}
.aboutus {
    padding: 80px 0 80px 0;
}
.recent-work .slick-prev {
    left: 75%;
}
.recent-work {
    padding: 0 0 50px;
}
.footer .col-md-3.logo-center {
    text-align: left;
    color: #fff;
    margin: 50px 0;
}
ul.footer-nav .colum1 {
    width: 50% !important;
}
ul.footer-nav  .colum2 {
    width: 50%;
}
.footer {
    padding: 70px 15px 40px 15px;
}
.mvp {
    padding-bottom: 50px;
}
.faq {
    padding-bottom: 50px;
    padding-top: 50px;
}
button.btn.btn-default {
    padding: 10px 25px;
}
.weusethebest .container {
    top: -200px;
}
.background-color {
    min-height: 175px;

}

@media only screen and (max-width: 479px)
{
	.hero-section h1 {
    font-size: 47px;

}
	.recent-work h2:after {
    top: 86px;
}
.recent-work ul {
    gap: 10px;
}
.recent-work h2 {
    width: 100%;
    max-width: 300px;
}
.recent-work .slick-prev {
    left: 55%;
    top: 69px !important;
}
.recent-work .slick-next {
    top: 69px !important;
}
.aboutus h2 {
    margin-bottom: 20px;
}
.weusethebest .col-md-5:last-child {
    top: -261px;
}
.col-md-5.pic-right img {
    height: 269px;
}
.aboutus h2 {
    margin-bottom: 20px;
}
.aboutus .col-md-6.circle:after
{
	display:none;
}
.aboutus .col-md-6.circle:before
{
	display:block;
}
}
/*-media-query-*/