@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
  overflow-x: hidden
}

:root {
  --font-heading:"Bebas Neue", sans-serif;
  --site-color: #19903d;
  --site-color1:#26aae1;
  --site-color2:#0062a6;
  --site-color3:#1b3738;
  --site-color4:#99f36c;


}

body {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  background: #fff;
  overflow-x: hidden
}

.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}

.margin-none {
  margin-bottom: 0 !important;
}

p a {
  color: var(--green-color);
  font-weight: 600;
}
.plr15{padding-left:15px; padding-right:15px;}
.plr30{padding-left:30px; padding-right:30px;}

.padt30 {
  padding-top: 30px;
}
.padt40 {
  padding-top: 40px;
}

.padt50 {
  padding-top: 50px;
}


.padt70 {
  padding-top: 70px;
}

.padt80 {
  padding-top: 80px;
}

.padt90 {
  padding-top:90px;
}
.padtb20 {
  padding-bottom:20px;
}
.padtb30 {
  padding-bottom:30px;
}
.padtb40 {
  padding-bottom:40px;
}
.padtb50 {
  padding-bottom:50px;
}

.padtb60 {
  padding-bottom: 60px;
}

.padtb70 {
  padding-bottom: 70px;
}

.padtb80 {
  padding-bottom: 80px;
}

.padtb90 {
  padding-bottom: 90px;
}

.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.marb50{margin-bottom:50px;}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.jsb {
  justify-content: space-between;
}
.aic{align-items: center;}


img {
  max-width: 100%;
}

.text-center {
  text-align: center;
}
.text-left{text-align:left !important;}

.site-title {
  font-size:50px;
  line-height: 1.3;
  font-family: var(--font-heading);
  font-weight: normal;
  margin: 0 0 30px 0;
  text-transform:uppercase;
}

.sub-title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.site-color {
  color: var(--site-color1);
}
.site-color1 {
  color: var(--site-color2);
}



footer {
  background: var(--site-color3);
  font-size: 14px;
  padding: 15px 0;
  color: #fff;
}


.chart-button a
{
  text-decoration: none;
  border-radius: 34px;
  display: inline-block;
  font-weight: 700;
  color: #000;
  font-size: 28px;
background:var(--site-color4);
  padding:10px 20px;
}


.summery-block h2{text-align:center;}



.two-col
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.chart-button
{
  margin-top: 30px;
}



.thank-you-header .header-title h1 span{font-size:30px; display:block;}

.thank-you-header  .header-title
{
  width: 100%;
  color: #fff;
  max-width: 800px;
  padding-left: 50px;
  position: relative;
}

.thank-you-header img{margin-bottom:20px;}

footer a{color:#fff; text-decoration:none;}




.emailnewsletter.mt50{margin-top:50px;}


.v-mobile{display:none;}


.logo {
  margin-bottom: 20px;
}

header {
  z-index: 20;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: center;
  height:100vh;
}
.z-index{z-index:2;}



.overlay:before {
  content: '';
  background: #000;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:1;
}

.emailnewsletter .site-title {
  margin-bottom: 10px;
}

.emailnewsletter.overlay::before{opacity:0.7;}

.emailnewsletter .forms-logo {
  width: 250px;
  margin-bottom: 0;
}

header .tacbox a{color:#000;}

.tacbox {
  margin-top: 10px;
  font-size: 14px;
  width:100%;
}
.tacbox a{color:#fff;}



.emailnewsletter.light
{
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
}

.box-shade {
  background: #f4f4f4;
  padding: 30px;
  border-radius: 30px;
  border-left: 5px solid var(--site-color2);
  border-right: 5px solid var(--site-color2);
}

.site-title.big-title {
  text-align: center;
  font-size: 67px;
  line-height: 1.1;
}



.reasons-inner{
  background-image: linear-gradient(126deg,#042b58,#009adf);
  color:#fff;
  padding:50px;
  border-radius:20px;
}


.number-points {
  padding: 0;
  margin:40px 0 0 0;
  position: relative;
}

.number-points li
{
  list-style: none;
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #25494a;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  align-items: center;
}
.number-points li:last-child{margin-bottom:0; }

.number-points li p {
  margin: 0;
  width: 95%;
}

.number-points li a{color:#fff;}

.number-points li span
{
  display: inline-block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background:url(../images/number.png) no-repeat center;
  width: 40px;
  height: 40px;
  line-height: 39px;
  border-radius:100%;
  background-size:100%;
}



.reasons-block .sub-title
{

  max-width: 600px;
  margin: 0 auto 30px auto;
}


.company-overview{background:url(../images/compnay-bg.jpg) no-repeat center bottom; background-size: cover; min-height:740px; color:#fff;}
.co-text{max-width:700px;}


.company-overview::before {
  position: absolute;
  content: "";
  background: #001c31;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.85;
}
.about-company-img {
  position: absolute;
  right: 0;
  top: 0;
}

.about-company-img img {
  border-radius: 70px 0 0 70px;
}



.box-shade.border {
  border: 5px solid var(--site-color2);
}

.dark-bg {
  color:#fff;
  border:none;
}

.market-segment ul {
  padding: 0;
  margin: 60px 0 0 0;
  display: grid;
  justify-content: center;
  text-align: center;
  gap: 30px;
  grid-template-columns:repeat(4, 1fr);
}

.market-segment ul li{list-style:none;}

.market-segment ul li img{border-radius:100%;}
.market-segment ul li h3{margin-bottom:0;}

.three-col
{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items:center;
}


.r-text {
  font-size: 100px;
  color: #97c93e;
  line-height: 100px;
}
.r-text.r-text-n {
  color: #00a7e2;
}
.r-text p {
  margin: 0;
  font-size: 36px;
  line-height: 42px;
}
.subscriber-text {
  margin: 0 auto;
  background: #fff;
  padding: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  border-radius: 20px;
  box-shadow: 0 15px 35px #eaeaea;
  max-width: 300px;
}
.subscriber-text p {
  font-size: 36px;
  margin: 0;
  text-transform: capitalize;
  line-height: 36px;
}

.radius30{border-radius:30px;}


.points {
  padding: 0;
  margin: 0;
}
.points li {
  list-style: none;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
.points li:last-child{margin-bottom:0;}
.points li .icon-p{color:#08d008;}

.quotes {
  width: 100%;
  background: var(--site-color1);
  padding: 26px 24px;
  height: 100%;
  color: #fff;
}
.quotes::before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 40px solid #fff;
  border-left: 40px solid transparent;
}



.quotes-img {
  position: absolute;

  top: 26px;

  right: 26px;

}

.quotes-name {
  font-weight: 600;
}

.points li .p-text span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.box-shade.mt50.shareholders-returns {
  padding: 0;
}
.box-shade.mt50.shareholders-returns .left{padding-left:30px;}
.box-shade.mt50.shareholders-returns .left.cricle-chart {
  background: var(--site-color);
  border-radius: 0 27px 27px 0;
  text-align:center;
  padding:20px;
}
.box-shade.mt50.shareholders-returns .left.cricle-chart img{display:inline-block;}
.box-shade.mt50.shareholders-returns .left.cricle-chart ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.box-shade.mt50.shareholders-returns .left.cricle-chart ul li {
  list-style: none;
  background: #7eba31;
  border-radius: 10px;
  padding: 10px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
}
.box-shade.mt50.shareholders-returns .left.cricle-chart ul li:nth-child(2) {
  background: #fff;
  color: #000;
}
.box-shade.mt50.shareholders-returns .left.cricle-chart ul li:nth-child(3) {
  background: #8de0ff;
  color: #000;
}
.box-shade.mt50.shareholders-returns .left.cricle-chart ul li:nth-child(4) {
  background: #00a5e2;
}

.box-shade.mt50.shareholders-returns .left.cricle-chart ul li p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.th-col {
  background: #fff;
  box-shadow: 0 3px 21px rgba(89, 100, 255, 0.08);
  height: 100%;
  padding: 20px;
  border-radius: 10px;
}
.th-col .sub-title {
  font-size: 24px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.th-col .points li {
  flex-wrap: wrap;
}
.th-col .points li .p-text {
  width: 91%;
}
.th-col .points li ol {
  padding: 0 0 0 28px;
  margin: 0;
  width: 100%;
}

.solutions ul {
  padding: 0;
  margin: 35px 0 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.solutions ul li{list-style:none;}
.solutions ul li img{display: block;}

.industries ul {
  padding: 0;
  margin: 0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:15px;
}

.industries ul li {
  list-style: none;
  background: #fff;
  box-shadow: 0 3px 21px #e3e3e3;
  padding: 10px 15px;
  border-radius: 10px;
  border-top: 3px solid var(--site-color2);
  font-weight: 600;
}

.advertisment {
  font-size: 14px;
  background: #f2f2f2;
  padding: 10px;
  margin-top: 25px;
}

.header-inner {
  background: #000;
  padding: 10px 0;
}

.header-inner img {
  max-width: 150px;
}

/* new css */

.logo-symbol {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 15px;
  left: 0;
  right: 0;
}

.logo-left {
  display: flex;
  align-items: center;
}

.symbol-block {
  background: var(--site-color1);
  font-family: var(--font-heading);
  color: #fff;
  font-size: 36px;
  border-radius: 50px;
  padding: 4px 20px 0px 20px;
  border: 2px solid #fff;
}


header video{position:absolute; width:100%; height:100%; top:0; left:0; right:0; bottom:0; object-fit:cover;}



.big-headling-logo {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
}

.big-headling-logo img {
  width: 95%;
}

.header-left {
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  z-index: 2;
max-width: 1270px;
  left: 0;
  right: 0;
  grid-template-columns: 1fr 44%;
  width:100%;
  padding:0 15px;
  margin:0 auto;
  gap:50px;
}

.header-title h1
{
  margin-bottom: 15px;
  font-size: 54px;
  line-height: 1.1;
  color: #fff;
}
.header-title h1 span{color:#4ca5ff;}
.header-title h1 a{color:#fff;}


@keyframes float {
            0%, 100% { transform: translate(0, 0); }
            50% { transform: translate(30px, 30px); }
        }

      
        .form-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 30px;
            padding:40px;
            box-shadow: 
                0 30px 90px rgba(0, 0, 0, 0.3),
                0 10px 30px rgba(0, 0, 0, 0.2),
                inset 0 -5px 20px rgba(0, 0, 0, 0.05);
            transform-style: preserve-3d;
            transition: transform 0.3s ease;
            position: relative;
            overflow: hidden;
            max-width:700px;
            margin:0 auto;
        }

        .form-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 8px;
            background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
            box-shadow: 0 4px 15px rgba(59, 130, 246, 0.5);
        }

        .form-card:hover {
            transform: translateY(-2px);
        }

        

       .subtitle {
  text-align: center;
  color: #475569;
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.6;
  margin-top: 0;
}

        .company-name {
            color: #3b82f6;
            font-weight: 700;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .input-group {
            margin-bottom: 10px;
            position: relative;
        }

        .input-wrapper {
            position: relative;
            transform-style: preserve-3d;
        }

        input[type="email"], input[type="tel"] {
            width: 100%;
            padding: 20px 25px;
            font-size: 1.05rem;
            border: 2px solid #e2e8f0;
            border-radius: 20px;
            background: #ffffff;
            color: #1e293b;
            transition: all 0.3s ease;
            box-shadow: 
                inset 0 2px 8px rgba(0, 0, 0, 0.05),
                0 4px 12px rgba(0, 0, 0, 0.05);
            transform: translateZ(10px);
            text-align: center;
        }

        input[type="email"]:focus, input[type="tel"]:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 
                inset 0 2px 8px rgba(59, 130, 246, 0.1),
                0 0 0 4px rgba(59, 130, 246, 0.1),
                0 8px 24px rgba(59, 130, 246, 0.2);
            transform: translateZ(15px);
        }

        input[type="email"]::placeholder, input[type="tel"]::placeholder {
            color: #94a3b8;
        }

        .btn-submit {
            width: 100%;
            padding: 22px;
            font-size: 28px;
            font-weight: 700;
            color: #ffffff;
            background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
            border: none;
            border-radius: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            box-shadow: 
                0 10px 30px rgba(59, 130, 246, 0.4),
                0 4px 12px rgba(139, 92, 246, 0.3),
                inset 0 -3px 8px rgba(0, 0, 0, 0.2),
                inset 0 3px 8px rgba(255, 255, 255, 0.3);
            transform: translateZ(20px);
            position: relative;
            overflow: hidden;
        }

        .btn-submit::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s ease;
        }

        .btn-submit:hover::before {
            left: 100%;
        }

        .btn-submit:hover {
            transform: translateZ(25px) translateY(-2px);
            box-shadow: 
                0 15px 40px rgba(59, 130, 246, 0.5),
                0 8px 20px rgba(139, 92, 246, 0.4),
                inset 0 -3px 8px rgba(0, 0, 0, 0.2),
                inset 0 3px 8px rgba(255, 255, 255, 0.3);
        }

        .btn-submit:active {
            transform: translateZ(15px) translateY(0);
            box-shadow: 
                0 8px 20px rgba(59, 130, 246, 0.4),
                0 4px 12px rgba(139, 92, 246, 0.3),
                inset 0 2px 8px rgba(0, 0, 0, 0.3);
        }

        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-top: 25px;
        }

        input[type="checkbox"] {
            width: 22px;
            height: 22px;
            margin-top: 2px;
            cursor: pointer;
            accent-color: #3b82f6;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        .checkbox-label {
            color: #64748b;
            font-size: 0.95rem;
            line-height: 1.5;
        }

        .checkbox-label a {
            color: #3b82f6;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.2s ease;
        }

        .checkbox-label a:hover {
            color: #8b5cf6;
            text-decoration: underline;
        }

        .decoration {
            position: absolute;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            opacity: 0.1;
            pointer-events: none;
        }

        .decoration-1 {
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            top: -50px;
            right: -50px;
            width: 150px;
            height: 150px;
        }

        .decoration-2 {
            background: linear-gradient(135deg, #ec4899, #8b5cf6);
            bottom: -30px;
            left: -30px;
            width: 120px;
            height: 120px;
        }

        .col-img img {
  border: 3px solid #ccc;
  border-radius: 15px;
  box-shadow: 5px 5px 0 #ccc;
}

.dark-bg{background:var(--site-color3);}

.tile-bg span {
  background: var(--site-color4);
  color: #000;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 15px;
}

.ul-point{margin:0; padding:0;}
.ul-point li {
  background: #25494a;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 15px;
  list-style: none;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  align-items: center;
}

.ul-point li .ul-icon {
  font-size: 40px;
  color: var(--site-color4);
}
.quote-block {
  background: linear-gradient(180deg, #FFF 0%, var(--site-color4) 100%);
  padding: 40px 90px 40px 40px;
  border-radius: 30px;
  color: #000;
}
.quote-block p {
  font-size: 28px;
  margin-top:0;
}
.quote-name {
  font-weight: 700;
}
.quote-icon {
  position: absolute;
  right: 15px;
  top: 15px;
}

.t-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.t-col .input-group{margin-bottom:0;}

.form-card.v1 {
  max-width: 800px;
}

.t-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-card.v1 .btn-submit {
  width: 100%;
  padding: 18px;
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 340px;
}

.grid-breakling-col {
  border: 1px solid #000;
}

.grid-breakling-col .two-col {
  padding: 20px;
}

.grid-breakling-col .site-title {
  background: #000;
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.grid-breakling-col {
  border: 1px solid #000;
  box-shadow: 0 10px 0 #000;
}
.ul-point.g-pr li {
  background: #dfdfdf;
}

.ul-point.g-pr li .ul-icon {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 26px;
}

.ul-point.g-pr li p {
  margin: 0;
}

.ul-point.no-grid li {
  display: inline-block;
  background: #dfdfdf;

}

.border-content {
  padding: 20px;
}

.border-content .ul-point li {
  background: #fff;
  box-shadow: 0 15px 35px #e1e1e1;
  border: 1px solid #ccc;
}

.solution-block .col-img img {
  background: #fff;
}

.solution-block .ul-point.g-pr li{
  background: #25494a;
}

.solution-block .ul-point.g-pr li .ul-icon{background:var(--site-color4); color:#000;}

.white-box {
  border: 1px solid var(--site-color4);
  border-radius: 15px;
  padding: 20px;
}

.market-size-block{
  background:url(../images/dot-bg.png) repeat;
}

.mt-headig-wrapper {
  background: #fff;
  padding: 15px;
  border-radius: 30px;
}

.mt-headig-wrapper .site-title{margin-bottom:0;}

.mt-headig-wrapper {
  background: var(--site-color4);
  padding: 15px;
  border-radius: 30px;
  position: relative;
  top: -80px;
  color: #000;
  border: 10px solid #fff;
}

.solution-block.dark-bg {
  padding-bottom: 150px;
}

.mt-top-margin .ul-point li {
  background: #fff;
  font-size: 18px;
}

.highlight-text {
  background: #fff;
  border: 5px solid var(--site-color1);
  padding: 20px;
  border-radius: 15px;
  border-bottom-width: 10px;
}

.highlight-text .sub-title{margin-bottom:0;}

.mt-top-margin {
  margin-top: -50px;
}

.logo-color-line img {
  max-width: 80px;
}

.logo-color-line {
  background: var(--site-color2);
  padding: 15px 15px 0px 15px;
  text-align: center;

}

.bg-col-text{
position: relative;
  background-color: white;
  border-radius: 30px;
  padding: 30px;
  border: 5px solid var(--site-color2);
  z-index: 1;
  margin-top: 18px;
  margin-bottom: 18px;
}

.bg-col-text::before {
  top: -17px;
  content: "";
  width: 86%;
  height: 17px;
  z-index: -30;
  position: absolute;
  border-radius: 83px;
    border-bottom-right-radius: 83px;
    border-bottom-left-radius: 83px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  left: 7.5%;
background-color:var(--site-color2);
}

.bg-col-text::after {
  bottom: -17px;
  content: "";
  width: 86%;
  height: 17px;
  z-index: -30;
  position: absolute;
  border-radius: 83px;
    border-top-left-radius: 83px;
    border-top-right-radius: 83px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: 7.5%;
    background-color:var(--site-color2);
}

.bg-col-text .ul-point li {
  color: #fff;
    background-color:var(--site-color2);
}

.two-col.v1{align-items: normal;}

.greeting-investors{
  border: 5px solid #D9D9D9;
  border-radius: 30px;
  padding:25px;
}

.dark-bg-v1{
  background:#000;
  padding:40px 0 40px 0;
}

.dark-bg-v1 {
  background:url(../images/bg-soalr.png) no-repeat center var(--site-color3);
  background-size: cover;
  padding: 40px 0 40px 0;
 
}

.grid-breakling-col.v1 {
  padding: 20px;
}
.grid-breakling-col.v1 > p:first-child{margin-top:0;}

.col3 {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.col3 li {
  list-style: none;
  border: 1px solid #D9D9D9;
    border-top-width: 1px;
    border-top-color: rgb(217, 217, 217);
  border-radius: 15px;
  padding: 15px;
  background: var(--site-color2);
  color:#fff;
}

.col3 li h4 {
  margin: 0;
  font-size:24px;
}
.col3 li p{margin-bottom:0;}

.grid-breakling-images.v1{padding-bottom:150px;}

.summery  .highlight-text .sub-title{color:#000;}