@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700&family=Heebo:wght@300;400;500;600;700&family=Inter&display=swap');

:root {
    --notech-theme-color: #f05249;
    --notech-theme-color-second: #f05249;
    --notech-heading-font-family: 'Inter', 'Roboto', sans-serif;
    --body-color: #000000;
    --body-link-color-hover: #f05249;
    --menu-link-color-hover: #f05249;
}
            
            :root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #56585B;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #797F89;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #d4d8db;
    --bs-dark: #797F89;
    --bs-font-sans-serif: "Inter",sans-serif;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
    --notech-font-sans-serif: 'Inter',sans-serif;
    --notech-heading-font-family: 'Inter',sans-serif;
    --notech-theme-color: #6653E8;
    --notech-theme-color-second: #2BE4AC;
    --notech-extra: #F7F8FC;
    --notech-base: #F05149;
    --notech-white: #ffffff;
    --notech-gray: #56585B;
    --notech-black: #1b1525;
    --notech-black-rgb: 27,21,37;
    --notech-bdr-color: #e9e9ee;
    --notech-bdr-color-rgb: 233,233,238;
    --notech-primary: #F05149;
    --notech-primary-rgb: 240,81,73;
    --font-body-weight: 500;
    --font-body-size: 18px;
    --body-color: #797F89;
    --body-link-color: #2a368d;
    --body-link-color-hover: #4a59c9;
    --topbar-bg-color: #fff;
    --topbar-color: #828892;
    --topbar-link-color: #828892;
    --topbar-link-color-hover: #F05149;
    --menu-link-color: #797f89;
    --menu-link-color-hover: #6653E8;
    --submenu-bg-color: #ffffff;
    --submenu-color: #797f89;
    --submenu-link-color: #797f89;
    --submenu-link-color-hover: #6653E8;
    --topbar-color-icon: #F05149;
    --footer-bg-color: #1B1525;
    --footer-color: #aea8b9;
    --footer-link-color: #aea8b9;
    --footer-link-color-hover: #ffffff;
    --copyright-bg-color: #1B1525;
    --copyright-color: #aea8b9;
    --copyright-link-color: #aea8b9;
    --copyright-link-color-hover: #ffffff;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


body {
	line-height: 28px;
}

h3{

	
}

.gsc-quote-text .content {
    line-height: 30px;
    font-size: 20px;
    color: #000;
    font-family: "Inter", "Roboto";
    font-weight: 600;
    color: var(--notech-gray);
}





















/*--------------------------------------------------------------
# Tech Services
--------------------------------------------------------------*/
.tech-services {
  position: relative;
  display: block;
  padding: 0 0 116px;
}

.tech-services__left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.tech-services__img-box {
  position: relative;
  display: block;
}

.tech-services__img {
  position: relative;
  display: block;
}

.tech-services__img img {
  width: 100%;
}

.tech-services__img-content {
  position: absolute;
  top: 50%;
  right: -90px;
  background-color: var(--notech-base);
  padding: 41px 40px 39px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tech-services__img-text {
  font-size: 22px;
  color: var(--notech-white);
  line-height: 36px;
}

.tech-services__learn-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}

.tech-services__learn-more a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--notech-white);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tech-services__learn-more a i {
  position: relative;
  padding-left: 10px;
  top: 2px;
}

.tech-services__learn-more a:hover {
  color: var(--notech-primary);
}

.tech-services__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.tech-services__right .section-title {
  margin-bottom: 30px;
}

.tech-services__text {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 36px;
}

.tech-services__points {
  position: relative;
  display: block;
}

.tech-services__points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tech-services__points li+li {
  margin-top: 39px;
}

.tech-services__points li .icon {
  position: relative;
  height: 48px;
  width: 48px;
  background-color: var(--notech-primary);
  color: var(--notech-white);
  font-size: 16px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tech-services__points li:hover .icon {
  background-color: var(--notech-base);
}

.tech-services__points li .content {
  margin-left: 20px;
}

.tech-services__points li .content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.tech-services__points li .content p {
  font-size: 16px;
  line-height: 30px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.pricing-vertical .col-heading ul li {
  font-size:16px;
  font-family: "Inter";
  font-weight:400;
  height:90px;
	
}

.pricing-vertical ul > li:nth-child(odd) {
    background: #F0F1F7;
}

.pricing-vertical ul > li {
    height: 90px;
    padding: 1.625em 0;
}

.pricing-vertical ul > li .crossmark {
    background: #cfd3f1;
}

.pricing-vertical div[class*='col-'] .pricing-title h6 {
	
	line-height:14px;
	text-transform: lowercase;

}
	
.pricing-vertical div[class*='col-'] .pricing-title {	
		min-height:180px;
		
}


.btn-sm{
	
	  font-size: 12px;
    background: var(--notech-theme-color);
    color: #fff;
    font-weight: 700;
    padding: 10px 25px 10px 25px;
    line-height: 20px;
    position: relative;
    z-index: 9;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border: none;
    border-radius: 0;
    text-transform: none;
}

.el-custom-content.style-white {
    color: #FFF;
}
	
.breadcrumb-content-inner .gva-block-breadcrumb .page-title {
    font-size: 45px;
    text-align: center;
    line-height: 75px;
    position: relative;
    color:#292c2f;
}

.breadcrumb-content-main.dark-font span{
	color:#292c2f;

	
}

.breadcrumb-content-inner .breadcrumb-content-main {
    position: relative;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    z-index: 11;
    padding: 100px 15px 100px;
    text-align: center;
}

.image-content-three__read-more a {
	color: var(--notech-theme-color) !important;
}


.iconbox-three__title {
    font-size: 21px;
    padding: 0 0 22px;
    margin: 0 0 16px;
    position: relative;
}

.iconbox-three__title:after {
    content: '';
    width: 120px;
    height: 2px;
    background: rgba(241,80,73,0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}


.image-content-three__single {
	background-color:#FFF;
}

.block-tb-megamenu .tbm-link.level-1 {
    padding: 2rem 1.5rem;
    font-size:0.95rem;
}

.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link {
	    font-size:0.95rem;
	
}

.field--name-field-testimonial-quote {
    font-size: 25px;
    color: var(--notech-black);
    line-height: 35px;
}

.button, .btn, .btn-white, .btn-theme, .btn-black, .btn-theme-second, .more-link a, .btn-theme-submit {
    font-size: 16px;
    font-weight:bold;
    padding: 20px 45px 20px 45px;
    line-height: 20px;
    position: relative;
    z-index: 9;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.img-thumbnail-noborder {
    padding: .25rem;
    background-color: transparent;
    border: none;
    max-width: 100%;
    height: auto;
}
