/* heros section */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&amp;family=Saira+Semi+Condensed:wght@100;200;300;400;500;700;800&amp;display=swap');
.bg-none{
  background: none !important;
}
.text-gray1{
  color: #eee !important;
}
.text-gray2{
  color: #ddd !important;
}
.text-gray3{
  color: #ccc !important;
}
.home-screen{
    background:url(../images/headerbg.jpg) top right no-repeat #e7e7e7;
    background-size: 100% auto;
    width: 100%;
    color:#333;
    padding: 90px 0;
  }
.home-screen-content h2,h3{
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}
.home-screen-content h3{
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.animate__bounceInRight {
  height: 80px;
  overflow: hidden;
}
.home-screen-icons {
  padding-top: 10px;
}
.home-screen-icons .row{
  margin: 0;
}
.home-screen-icons .col-4{
  padding: 0;
  padding: 0 10px;  
}
.my-btn {
  padding: 8px 25px;
  background: none;
  border: 1px solid #581d4f;
  border-radius: 48px;
  font-size: 18px;
  color: #581d4f;
  transition: all 0.4s;
}
.my-btn:hover {
  background: #581d4f;
  color: #fff;
  height: calc(100% + 4px);
  transform: translate3d(-3px, -2px, 0px);
  width: calc(100% + 6px);
}
.my-btn.lg {
  padding: 15px 35px;
  font-size: 24px;
}
.my-btn.sm {
  padding: 6px 20px;
  font-size: 14px;
}
.my-btn.fill {
  background: #581d4f;
  color: #fff;
}
.my-btn.fill:hover {
  background: none;
  color: #581d4f;
  border: 1px solid #581d4f;
}
.my-btn i {
  font-size: 12px;
  padding-left: 6px;
}
.rs{
    color: red;
}
  .changecontent::after{
    content:" ";
    animation: changetext 15s infinite linear;
    color: red;
  }
  @keyframes changetext{
    0%{content: "Mutual Fund";}
    20%{content: "Insurance";}
    30%{content: "Loan";}
    40%{content: "It Service";}
    50%{content: "Digital Marketing";}
    60%{content: "Graphic Design";}
  
  
  }
  .sec .btn1,.btn2{
    padding: 12px 30px;
    border-radius: 4px;
    outline: none;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    font-size: 1vw;
    letter-spacing: 1px;
  }
  .btn1{
    background-color: red;
    color: #fff;
  
  }
  .btn2{
    background-color: #FFF;
    color: #372142;
  }
  .btn2:hover{
    background-color: lime;
    color: #FFF;
  }
  .btn:hover{
    background-color: lime;
    color: #FFF;
  }
@media screen and (max-width:576px) {
    main{
        width: 100%;
        height: 45vh;
    }
    
}
.navbar-brand img{
  width: 100%;
  height: auto;
  max-width: 180px;
}
/*======================== heros section end=========================== */

/* =======================service section start=================== */


.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
  	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
  background-color: #372142;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 27px ;
    color: #372142;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.4);
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #372142;
    border: 6px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #372142;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
  color: #372142;
}

.section-services .single-service .title {
    margin-bottom: 18px;
	  font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    text-align: justify;
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ff4500;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}



/* =======================service section end=================== */
/* why to choose start */

  .why-section{
    background-color: #372142;
    height: auto;
    color: #FFF;
  }
  .why-heading h3{
    font-size: 2.5vw;
    margin-top: 0;
    letter-spacing: 0;
  }
  .why-heading h3>span{
    color: red;
    font-size: 3vw;
  }

/*======================== why to choose end===================================*/

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}
.service-card .icon-wrapper {
  background-color: #ffffff;
  color: #372142;
}

/* counter start */

.count-area{
  background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.8)), url(../images/testi-bg.jpg);
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}
.count-area {
    padding: 80px 0;
    text-align: center;
    color: #fff;
}
.count-area-content {
    margin-top: 30px;
}
.count-area i {
    font-size: 48px;
}
.count-digit {
    margin: 20px 0px;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}
.count-title {
    font-size: 20px;
}


/* counter end */

.maincont{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
} 
.slide-container{
  max-width: 1220px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
  border-radius: 25px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 14px 20px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 30px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #372142;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #372142;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
  margin-bottom: -60px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #372142;
}
.name{
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
}
.clientdegi{
  font-size: 13px;
  font-weight: 300;
  color: #666;
  margin-bottom: 0;
}
.description{
  font-size: 17px;
  color: #444;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #372142;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #372142;
}

.swiper-navBtn{
  color: #372142;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #372142;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 38px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #372142;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #372142;
}

.tech-box {
  display: block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 15px;
}
.tech-box .icon-main {
  line-height: 1;
  margin-bottom: 18px;
}
.tech-box .icon-main img{
  height: auto;
  width: 60px;
  filter: invert(70%);
}
.tech-box i, .tech-box span:before {
  font-size: 55px;
  line-height: inherit;
}
.tech-box h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.tech-box:hover {
  background: #43baff;
  border-color: #43baff;
  color: #fff;
}
.tech-box:hover .icon-main img{
  filter: invert(100%);
}
.text-primary-light {
  color: #8E88B8 !important;
}
.tesheading{
  text-transform: capitalize;
  font-weight: 700;
  /* font-size: 2vw; */
  color: #372142;
 
}
.txt{

  padding: 50px;

}
.company-inr{
  font-size: 80%;
  color: #e72d0c;
}

/* testmonial end */
.myloanmodal {
  transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  transition: all 0.3s ease-out;    
}
.myloanmodal.show {
  transform: translateY(0px) perspective( 600px ) rotateX( 0deg );
}
.myloanmodal .modal-content {
  border-radius: 0rem;
}
.myloanmodal .modal-body {
  background: linear-gradient(to right, #fff 52%, #dee9ff 48%);
}
.myloanmodal .modal-content .btn-close{
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0px;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  background:#6c4d81;
  border-radius: 0;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 6;
  border: 0;
  outline: none;
  color: #fff;
}
.myloanmodal .modal-content .btn-close:hover{
  background:#633083;
}
.myloanmodal .modal-content .btn-close:focus{
  box-shadow: none;
  outline: none;
}
.ApplyLoan-area {
  padding: 10px;
  position: relative;
}
.ApplyLoan-area h2{
  font-size: 32px;
  line-height: 36px;
  color: #333;
  margin-bottom: 12px;
}
.ApplyLoan-area p.subtitle{
  font-size: 18px;
  color: #1d1f88;
  margin-bottom: 40px;
  position: relative;
}
.ApplyLoan-area p.subtitle::after{
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 130px;
  background: #361f55;
  height: 2px;
}
.ApplyLoan-area .form-group{
  margin-bottom: 12px;
}
.ApplyLoan-area .form-control{
  border-radius: 0;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 42px;
  padding: 6px 20px;
  background: #f8f8f8;
  border: 1px solid #a496d3;
  transition: all 0.4s;
  text-align: left;
}
.ApplyLoan-area textarea.form-control{
  height: 70px;
}
.ApplyLoan-area .myselect.form-group{
  position: relative;
  cursor: pointer;
}
.ApplyLoan-area .myselect .form-control{
  cursor: pointer;
}
.ApplyLoan-area .myselect.form-group::after{
  content: '\f107';
  position: absolute;
  top: 12px;
  right: 15px;
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 600;
}
.ApplyLoan-area .form-control:focus{
  padding: 6px 10px;
  background: #ffffff;
  border: 1px solid #d25e25;
  outline: none;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.27);
}
.ApplyLoan-area button{
  outline: none;
  border: 0;
}
.ApplyLoan-img {
  position: relative;
  text-align: right;
  width: 100%;
}
/* contact us */
.contactus{
  display: flex;  
}
ul.contacts{
  padding-left: 0;
} 
.contact-info {
  padding: 0 20px;
}
.address{
  background-color: #372142;
  color: #fff;
}
.contact-info .contacts li{
  padding-left: 30px;
  padding-top: 0px;
  margin-bottom: 32px;
  font-size: 20px;
  list-style-type: none ;
  position: relative;
}
.contact-info .contacts li i{
  position: absolute;
  top: 5px;
  left: 0;
}
.heading{
  text-transform: uppercase;
}
.section-technology {
  background-color: #2b1c39;
  background-image: url(../images/bg-particle1.png);
  background-size: 100% auto;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 90px 0px 200px 0px;
}
.technology-left {
  margin-right: 70px;
}
.technology-left .ot-heading {
  margin-bottom: 18px;
}
.technology-left p {
  color: #AEAACB;
  margin-bottom: 15px;
}
.technology-left ul{
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.technology-left ul li {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
}
.technology-left ul li:last-child {
  padding-bottom: 0;
}
.technology-left ul i {
  color: #FF6031;
  font-size: 17px;
  padding-right: 10px;
}
.tech-box {
  margin-bottom: 30px;
  transition: all 0.4s;
}
.tech-box i, .tech-box span {
  color: #bb9bd8;
}
.tech-box:hover {
  background: #462d5c;
  border-color: #6a458a;
  color: #fff;
  border-radius: 12px;
}
.tech-box:hover span {
  color: #fff;
}
.section-case-study {
  padding: 0px 0px 20px 0px;
}
.cta-h2 {
  background-image: url(../images/bg-cta1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -120px;
  padding: 70px 70px 70px 70px;
  margin-bottom: 10px;
}
.cta-h2 .ot-heading {
  margin-bottom: 0;
}
.cta-h2 .ot-heading span {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.cta-h2 h2{
  color: #000;
  font-size: 48px;
}
.cta-h2 .octf-btn {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  background-color: #2C1A4A;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 35px 20px 35px;
  line-height: 1;
  transition: all 0.3s;
}
.cta-h2 .octf-btn:hover {
  color: #432f8c;
  background-color: #FFFFFF;
}
.pt-50 {
  padding-top: 50px;
}
.pt-110 {
  padding-top: 110px;
}
.projects-grid.projects-no-gaps {
  margin: 0;
}
.projects-col3 .project-item {
  float: left;
  width: 33.3333333333%;
}
.projects-no-gaps .project-item{
  padding: 0;
}
.projects-no-gaps [class*='col-'] {
  padding: 0;
}
.project-slider .project-item {
  padding: 15px;
}
.mymainmenu-tog {
  position: relative;
  width: 70px;
  height: 100%;
  outline: none;
  border: 0;  
}
.mymainmenu-tog:focus {
  box-shadow: none;
  outline: none;
  border: 0px solid;
}
.mymainmenu-tog::before {
  content: '';
  position: absolute;
  right: -30px;
  top: -35px;
  width: 100px;
  height: 100px;
  background: #FF6031;
  z-index: -1;
  transform: rotate(45deg);
}
.copyright{
  background: #000;
  font-size: 13px;
  color: #999;
  text-align: center;
  padding: 25px 0;
}
.copyright a{
  color: #a5a5ff;
  transition: all 0.3s;
}
.copyright a:hover{
  color: #fff;
}
.page-title {
  padding: 60px 0;
  position: relative;
  background-size: cover;
  display: block;
  text-align: center;
}
.page-title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.60);
  z-index: 0;
}
.page-title .container-fluid{
  position: relative;
  z-index: 1;
}
.page-title h2{
  font-size: 48px;
  color: #fff;
}
.page-title p{
  font-size: 18px;
  color: #eee;
}
.page-title p a{
  font-size: 16px;
  color: #eee;
}
.myenquiry-btn {
  background: #581d4f;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s;
  border: 1px solid #ccc;
}
.myenquiry-btn:hover {
  background: #fff;
  color: #581d4f;
  border: 1px solid #ccc;
}
.myenquiry-btn.bordered {
  background: none;
  color: #333;
  border: 1px solid #581d4f;
}
.myenquiry-btn.bordered:hover {
  background: #581d4f;
  color: #fff;
  border: 1px solid #ccc;
}
.webdesign-boxses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 10px 20px;
}
.webdesign-boxses.col1 {
  grid-template-columns: repeat(1, 1fr);
}
.webdesign-boxses.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.webdesign-boxses.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.webdesign-boxses.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.webdesign-boxses .card{
  border-radius: 4px;
  border: 0px solid #eee;
  transition: all 0.4s;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.04); */
}
.webdesign-boxses .card-body{
  padding: 20px;
}
.webdesign-boxses.graphic .card{
  padding: 0px;
  background: none !important;
}
.webdesign-boxses.graphic .card-body{
  padding-left: 110px;
}
.webdesign-boxses .myicon{
  background: #eae7f1;
  width: 70px;
  height: 70px;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: all 0.4s;
}
.webdesign-boxses .myicon img{
  width: auto;
  max-width: 100%;  
  height: auto;
  max-height: 100%;
}
.webdesign-boxses .card:hover{
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
}
.webdesign-boxses.graphic .card.nohover .card-body{
  padding: 0 0 0 110px;
}
.webdesign-boxses .card.nohover {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.14);
}
.webdesign-boxses .card:hover .myicon{
  background: #432f8c;
}
.webdesign-boxses .card:hover .myicon img{
  filter: invert(100%);
}
.webdesign-boxses .mygraphicicon{
  position: absolute;
  left: 0;
  top: 10px;
  width: 90px;
}
.webtype{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 20px;
}
.webtype .webtype-item img{
    width: 100%;
    max-width: 250px;
    height: auto;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #eee;
    border-radius: 12px;
}
.webtype .webtype-item img:hover{
    transform: scale(1.06);
    border: 1px solid #a795b9;
}
.mycheck {
  margin: 10px 0 0 20px;
  padding: 0;
}
.mycheck li{
  margin: 10px 0;
  list-style: none;
  position: relative;
  padding: 2px 25px;
  font-size: 18px;
}
.mycheck li::before{
  content: '\f058';
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  left: 0px;
  top: 2px;
  font-weight: 600;
}
.menuimg img{
  width: auto;
  height: auto;
  min-width: 220px;
  max-width: 100%;
  margin-right: -20px;
  margin-bottom: -20px;
  border-radius: 0 0 16px 0;
}
blockquote {
  padding: 20px 20px 15px 30px;
  border-left: 2px solid #581d4f;
}
blockquote p{
  font-size: 20px;
  font-style: italic;
  color: #372142;
}
@media screen and (max-width: 990px) {
  .navbar {
    padding: 4px 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .navbar {
    padding: 4px 0;
    overflow: hidden;
  }
  .navbar-brand img{
    max-width: 150px;
    padding-left: 10px !important;
  }
  .navbar-collapse {
    position: relative;
  }
  .navbar-collapse::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;  
    width: 120%;
    height: 100%;
    background: #eee;
    z-index: -1;
  }
  .mydropmenu {
    top: 90%;
    background: #fff;
    left: 0%;
    transform: translateZ(0) translateX(0%);
  }
  .dropdown-menu-inner {
    display: unset;
    position: relative;
    padding: 0;
  }
  .home-screen-icons .col-4{
    padding: 0;
    padding: 0 5px;  
  }
  .mybox1-content {
    padding: 20px 15px;
  }
  .mybox1 .mybox1-icon i {
    font-size: 36px;
    line-height: 40px;
  }
  .mybox1 .mybox1-title {
    font-size: 14px;
    text-align: center;
  }
  .home-screen-content h2,h3{
    font-size: 30px;
  }
  .home-screen-content h3{
    font-size: 28px;
  }
  .section-technology {
    padding: 60px 0px 150px 0px;
  }
  .technology-left {
    margin-right: 0px;
    padding: 0px 20px;
  }
  ul.contacts{
    margin-left: 0;
    padding-left: 0;
  }
  .contact-info .contacts li {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
  .section-services .services-content {
    padding: 20px;
  }
  .section-title-head {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .cta-h2 {
    margin-top: -100px;
    padding: 40px 30px;
  }
}