@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: Nunito;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

h1 {
  color: #000;
  font-family: Nunito;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 20px;
  text-align: center;
}
h1 span {
  font-family: "Playfair Display", serif;
  color: #6632ea;
  font-style: italic;
  font-weight: 600;
  font-size: 52px;
}
h1.f-30 {
  font-size: 30px;
  line-height: 47px;
}
h1.f-30 span {
  font-size: 34px;
}

h2 {
  font-family: Nunito;
  font-size: 36px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 1.2px;
}
h2 span {
  font-family: "Playfair Display", serif;
  color: #6632ea;
  font-style: italic;
  font-size: 40px;
  font-weight: 600;
}
h2.f-30 {
  font-size: 30.7px;
}
h2.f-30 span {
  font-size: 36px;
}

P {
  font-size: 18.4px;
  font-weight: 400;
  line-height: normal;
  font-family: Nunito;
  letter-spacing: 1px;
  color: #000;
}

select {
  -webkit-appearance: none;
  /* Removes default appearance in Safari */
  -moz-appearance: none;
  /* Removes default appearance in Firefox */
  appearance: none;
  /* Standard */
  outline: none;
  /* Removes the focus outline */
  box-shadow: none;
  /* Removes the box shadow */
  padding: 16px 10px;
  /* Add padding for better UI */
  background-color: #fff;
  /* Background color */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path d="M0 0l5 6 5-6z" fill="%23666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

button:focus {
  outline: none !important;
}

.glb_btn {
  background-color: #6632ea;
  border: 1px solid #6632ea;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
  padding: 14px 10px;
  border-radius: 33px;
  letter-spacing: 1px;
  gap: 12px;
}
.glb_btn span {
  color: #6632ea;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
}
.glb_btn:hover {
  color: #fff;
}
.glb_btn.trnsparnt {
  background-color: transparent;
  color: #000;
}
.glb_btn.trnsparnt span {
  background-color: #6632ea;
  color: #fff;
}

header {
  width: 100%;
  padding: 30px 0;
}
header .menu_area {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
header .menu_area .main_logo {
  max-width: 260px;
}
header .menu_area .main_logo img {
  width: 100%;
}
header .menu_area .main_links {
  display: flex;
  gap: 30px;
  align-items: center;
}
header .menu_area .main_links ul {
  gap: 35px;
}
header .menu_area .main_links ul li {
  padding: 0;
}
header .menu_area .main_links ul li a {
  color: #111513;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: normal;
  padding: 0;
}
header .menu_area .main_links ul li a::before {
  display: none;
}
header .menu_area .main_links ul li.has-sub > a::after {
  display: none;
}
header .menu_area .main_links ul li.has-sub ul::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 21%;
  width: 35px;
  height: 35px;
  background-image: url(../images/triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
}
header .menu_area .main_links ul li.has-sub ul li {
  margin-bottom: 10px;
}
header .menu_area .main_links ul li.has-sub ul li:last-child {
  margin-bottom: 0;
}
header .menu_area .main_links ul li.has-sub ul li a {
  color: #fff;
  padding-right: 0;
}
header .menu_area .main_links .social_links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brdcamp {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.brdcamp li {
  color: #FFF;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.brdcamp li a {
  color: #Fff;
  position: relative;
  padding-right: 2.6rem;
}
.brdcamp li a::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/brdcamp-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.heroSec {
  padding: 90px 0;
}
.heroSec ul.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
  max-width: 652px;
  margin: 0 auto 28px;
}
.heroSec ul.tags li {
  font-family: Nunito;
  font-size: 24px;
  color: #000;
  line-height: normal;
  font-weight: 300;
  position: relative;
  padding-right: 10px;
  letter-spacing: 1px;
}
.heroSec ul.tags li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 1px;
  height: 20px;
  background-color: #000;
}
.heroSec ul.tags li:last-child::after {
  display: none;
}
.heroSec .glb_btn {
  margin: 0 auto;
}

.homeSec2 {
  background-color: #efefef;
}
.homeSec2 h2 {
  text-align: center;
}
.homeSec2 .img {
  position: relative;
}
.homeSec2 .img video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 368px;
}
.homeSec2 .img .playIcon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 59px;
  bottom: -38px;
}
.homeSec2 .img .playIcon img {
  width: 35px;
  height: 35px;
}
.homeSec2 .txtDv {
  padding: 67px 0 135px;
}
.homeSec2 .txtDv p {
  max-width: 967px;
  margin: 0 auto 40px;
  line-height: 28px;
}
.homeSec2 .txtDv .glb_btn {
  margin: 0 auto;
}

.homeSec3 {
  padding: 0 0 95px;
  margin-top: -84px;
}
.homeSec3 .box_wrapAll {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1014px;
  margin: 0 auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.homeSec3 .box_wrapAll .box_wrap {
  width: 50%;
  border: 1px solid #ddd;
  position: relative;
  background-color: #fff;
}
.homeSec3 .box_wrapAll .box_wrap:hover .bg {
  opacity: 1;
}
.homeSec3 .box_wrapAll .box_wrap:hover .innr {
  position: relative;
  z-index: 2;
}
.homeSec3 .box_wrapAll .box_wrap:hover .innr img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(2%) hue-rotate(205deg) brightness(116%) contrast(100%);
}
.homeSec3 .box_wrapAll .box_wrap:hover .innr h4 {
  color: #Fff;
}
.homeSec3 .box_wrapAll .box_wrap:hover .innr p {
  color: #fff;
  margin-bottom: 20px;
}
.homeSec3 .box_wrapAll .box_wrap:hover .innr .glb_btn {
  color: #fff;
  opacity: 1;
  height: auto;
}
.homeSec3 .box_wrapAll .box_wrap .glb_btn {
  opacity: 0;
  height: 0;
  transition: all 0.4s ease;
}
.homeSec3 .box_wrapAll .box_wrap .innr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 30px;
}
.homeSec3 .box_wrapAll .box_wrap .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.4s ease;
}
.homeSec3 .box_wrapAll .box_wrap img {
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.homeSec3 .box_wrapAll .box_wrap h4 {
  font-size: 30px;
  font-weight: 300;
  font-family: Nunito;
  line-height: 33px;
  margin-bottom: 7px;
  transition: all 0.3s ease;
  letter-spacing: 2px;
}
.homeSec3 .box_wrapAll .box_wrap P {
  transition: all 0.3s ease;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.homeSec3 .box_wrapAll .box_wrap .glb_btn {
  padding: 0;
  border: none;
}
.homeSec3 .box_wrapAll .box_wrap .glb_btn span {
  background-color: #fff;
  color: #6632ea;
}
.homeSec3 .txtWrap {
  margin-top: 60px;
}
.homeSec3 .txtWrap h2 {
  font-weight: 300;
  text-align: center;
}
.homeSec3 .txtWrap p {
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 30px;
  max-width: 900px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.homeSec3 .txtWrap .glb_btn {
  margin: 0 auto;
  padding: 14px 15px;
}

footer {
  position: relative;
  background-color: #271a49;
  padding: 65px 0 114px;
}
footer .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}
footer .container {
  position: relative;
  z-index: 2;
}
footer h2 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 50px;
}
footer p {
  color: #fff;
  text-align: center;
  max-width: 534px;
  margin: 0 auto 35px;
  line-height: 29px;
  letter-spacing: 2px;
}
footer .glb_btn {
  margin: 0 auto 85px;
  color: #000;
  background-color: #fff;
  border-color: #fff;
  font-weight: 600;
  padding: 13px 16px 13px 44px;
  justify-content: flex-end;
}
footer .glb_btn:hover {
  color: #000;
}
footer .glb_btn span {
  color: #fff;
  background-color: #6632ea;
}
footer .links {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  margin-bottom: 26px;
}
footer .links li {
  font-size: 18px;
  line-height: normal;
  padding-right: 15px;
  position: relative;
  font-family: "Nunito";
  font-weight: 400;
  letter-spacing: 1.5px;
}
footer .links li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 1px;
  height: 17px;
  background-color: #fff;
}
footer .links li:last-child::after {
  display: none;
}
footer .links li a {
  color: #fff;
}
footer .foot_logo img {
  width: 250px;
  display: block;
  margin: 0 auto 30px;
}
footer .btmTxt {
  text-align: center;
  margin-bottom: 0;
  max-width: none;
}

.aboutSec1 {
  padding: 65px 0 40px;
}
.aboutSec1 h1 {
  max-width: 990px;
  margin: 0 auto 28px;
}
.aboutSec1 .glb_btn {
  margin: 0 auto;
  padding: 14px 19px;
}
.aboutSec1 .imgFull {
  margin-top: 50px;
}
.aboutSec1 .imgFull img {
  width: 100%;
}
.aboutSec1.servlisthead h1 {
  margin-bottom: -15px;
}

.aboutSec2 {
  position: relative;
  padding-bottom: 56px;
}
.aboutSec2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #efefef;
  height: 422px;
}
.aboutSec2 h2 {
  font-size: 30px;
  text-align: left;
  line-height: 35px;
  margin-bottom: 30px;
}
.aboutSec2 h2 span {
  font-size: 36px;
}
.aboutSec2 .value_wrap {
  max-width: 970px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.aboutSec2 .value_wrap .wrapBox {
  width: 33%;
}
.aboutSec2 .value_wrap h2 {
  margin-bottom: 27px;
}
.aboutSec2 .value_wrap p {
  margin-bottom: 0;
  line-height: 30px;
  color: #000;
  letter-spacing: 1.5px;
}
.aboutSec2 .value_wrap .coreValue {
  margin-top: 40px;
  margin-bottom: 40px;
}
.aboutSec2 .value_wrap .coreValue h2 {
  font-weight: 300;
  text-align: center;
}
.aboutSec2 .value_wrap .coreValue .full_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.aboutSec2 .value_wrap .coreValue .full_wrap .wrapBox {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  border-right: 1px solid #ddd;
  transition: all 0.4s ease;
}
.aboutSec2 .value_wrap .coreValue .full_wrap .wrapBox:last-child {
  border-right: none;
}
.aboutSec2 .value_wrap .coreValue .full_wrap .wrapBox:hover {
  background-color: #6632e9;
}
.aboutSec2 .value_wrap .coreValue .full_wrap .wrapBox:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(23%) saturate(274%) hue-rotate(350deg) brightness(115%) contrast(100%);
}
.aboutSec2 .value_wrap .coreValue .full_wrap .wrapBox:hover h5 {
  color: #fff;
}
.aboutSec2 .value_wrap .coreValue .full_wrap .wrapBox img {
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}
.aboutSec2 .value_wrap .coreValue .full_wrap .wrapBox h5 {
  max-width: 140px;
  text-align: center;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

.aboutSec3 {
  padding: 50px 0 55px;
}
.aboutSec3 h2 {
  margin-bottom: 30px;
  text-align: left;
  font-size: 30px;
}
.aboutSec3 h2 span {
  font-size: 36px;
}
.aboutSec3 .contnt {
  max-width: 990px;
  margin: 0 auto;
}
.aboutSec3 .contnt p {
  line-height: 30px;
  margin-bottom: 0;
}
.aboutSec3 .txtWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.aboutSec3 .txtWrap p {
  margin-bottom: 0;
  max-width: 760px;
  color: #000;
}
.aboutSec3.servicesec {
  padding: 50px 0 120px;
}
.aboutSec3.servicesec .value_wrap h2 {
  margin-bottom: 50px;
}

.w-960 {
  max-width: 960px;
  margin: 0 auto;
}

.portfolioSec1 {
  padding: 70px 0 150px;
}
.portfolioSec1 h2 {
  font-weight: 300;
}
.portfolioSec1 .ctgyList {
  display: flex;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  gap: 30px;
  padding-left: 53px;
  position: relative;
  margin-bottom: 66px;
}
.portfolioSec1 .ctgyList::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 42px;
  background-color: #6632ea;
  left: 0;
  top: -9px;
}
.portfolioSec1 .ctgyList span {
  font-size: 18px;
  font-family: Nunito;
  letter-spacing: 1.2px;
}
.portfolioSec1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.portfolioSec1 ul li a {
  color: #000;
  transition: all 0.5s ease;
  font-size: 18px;
  letter-spacing: 1.2px;
}
.portfolioSec1 ul li:hover a {
  color: #6632ea;
  font-weight: 700;
}
.portfolioSec1 p {
  margin-bottom: 25px;
  line-height: 30px;
  font-weight: 500;
}
.portfolioSec1 .glb_btn {
  padding-left: 22px;
}
.portfolioSec1 .video_wrap {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 28px;
}
.portfolioSec1 .video_wrap .wrapBox {
  width: 48.6%;
  background-color: #000;
  position: relative;
}
.portfolioSec1 .video_wrap .wrapBox .top {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.portfolioSec1 .video_wrap .wrapBox .top h5 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.portfolioSec1 .video_wrap .wrapBox img {
  width: 100%;
  opacity: 0.6;
}
.portfolioSec1 .video_wrap .wrapBox .playBtn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7098039216);
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolioSec1 .video_wrap .wrapBox .playBtn img {
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7402%) hue-rotate(44deg) brightness(112%) contrast(115%);
  opacity: 1;
}

.faqSec1 {
  padding: 70px 0 0;
}
.faqSec1 h1 {
  text-align: center;
  max-width: 940px;
  margin: 0 auto 35px;
}
.faqSec1 h1 span {
  font-size: 36px;
}
.faqSec1 .fullImg {
  width: 100%;
}

.faqSec2 {
  padding: 40px 0 135px;
}
.faqSec2 h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.faqSec2 .srchDv {
  max-width: 969px;
  margin: 0 auto;
}
.faqSec2 .input {
  width: 100%;
  padding: 20px;
  background-color: #e5e5e5;
  position: relative;
}
.faqSec2 .input::before {
  content: "\f002";
  position: absolute;
  font-family: FontAwesome;
  font-size: 26px;
  left: 38px;
  transform: translateY(-50%);
  top: 50%;
  color: #6632ea;
}
.faqSec2 .input input {
  width: 100%;
  font-size: 24px;
  color: #000;
  font-weight: 300;
  padding: 15px 17px;
  border: none;
  padding-left: 70px;
}
.faqSec2 .input input::-moz-placeholder {
  color: #000;
}
.faqSec2 .input input::placeholder {
  color: #000;
}
.faqSec2 .boxWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
  row-gap: 25px;
}
.faqSec2 .boxWrap .box {
  width: 32%;
  height: 362px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  padding: 20px;
}
.faqSec2 .boxWrap .box img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
.faqSec2 .boxWrap .box h5 {
  font-size: 24px;
  text-align: center;
  max-width: 236px;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: 1.2px;
}

.faqresult {
  padding: 40px 0 80px;
}
.faqresult .fullTabwrap {
  max-width: 960px;
  margin: 48px auto 0;
}
.faqresult .fullTabwrap h2 {
  text-align: center;
  margin-bottom: 29px;
  font-weight: 300;
}
.faqresult .fullTabwrap ul.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 840px;
  margin: 0 auto 60px;
}
.faqresult .fullTabwrap ul.tabs li {
  cursor: pointer;
  padding: 6px 19px;
  color: #000;
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #6632ea;
  border-radius: 32px;
}
.faqresult .fullTabwrap .tab_container h5 {
  font-size: 24px;
}
.faqresult .fullTabwrap .tab_container .tab_content {
  display: none;
}
.faqresult .fullTabwrap .tab_container .tab_content .accordian li {
  background: #fff;
  border-bottom: 1px solid #6632ea;
  padding: 22px 0;
}
.faqresult .fullTabwrap .tab_container .tab_content .accordian li .content {
  margin-top: 30px;
  display: none;
}
.faqresult .fullTabwrap .tab_container .tab_content .accordian li .content p {
  margin-bottom: 0;
  padding-left: 65px;
  line-height: 34px;
  color: #000;
  font-size: 19px;
}
.faqresult .fullTabwrap .tab_container .tab_content .accordian li h5 {
  color: var(--Black, #000);
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.faqresult .fullTabwrap .tab_container .tab_content .accordian li h5::after {
  content: "+";
  font-family: FontAwesome;
  color: #6632ea;
  font-size: 17px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #6632ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faqresult .fullTabwrap .tab_container .tab_content .accordian li.active h5::after {
  content: "\f068";
}

.contactSec2 {
  padding: 70px 0 145px;
}
.contactSec2 h1 {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 400px;
}
.contactSec2 p {
  color: #231f20;
}
.contactSec2 .fullBg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactSec2 .wrapDv {
  background-color: #efefef;
  padding: 40px 15px 180px;
}
.contactSec2 .wrapDv h2 {
  margin-bottom: 42px;
  text-align: center;
  font-weight: 300;
}
.contactSec2 .wrapDv .txtDvs {
  display: flex;
  gap: 90px;
  max-width: 950px;
  margin: 0 auto;
}
.contactSec2 .wrapDv .txtDvs .txt:first-child p {
  max-width: 545px;
  line-height: 29px;
}
.contactSec2 .wrapDv .txtDvs .txt:nth-child(2) h2 {
  margin-bottom: 20px;
  text-align: left;
  font-family: "Playfair Display", serif;
  line-height: 30px;
}
.contactSec2 .wrapDv .txtDvs .txt .timing {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  font-family: Nunito;
  max-width: 224px;
  display: block;
  letter-spacing: 1px;
  padding-left: 27px;
  color: #231f20;
}
.contactSec2 .formDv {
  max-width: 930px;
  margin: 0 auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: -141px;
  background-color: #fff;
}
.contactSec2 .formDv .inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  padding: 45px 45px 0;
  margin-bottom: 42px;
}
.contactSec2 .formDv .inputs .input {
  width: 31.3%;
}
.contactSec2 input:not([type=submit]),
.contactSec2 textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: Nunito;
  font-style: normal;
  border: 1px solid #a0a0a0;
}
.contactSec2 textarea {
  min-height: 241px;
  resize: none;
}
.contactSec2 input[type=submit] {
  width: 100%;
  border-radius: 0;
}

.servicesec {
  text-align: center;
}
.servicesec h2 {
  text-align: center;
}
.servicesec ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  flex-wrap: wrap;
}
.servicesec ul li {
  max-width: 303px;
  width: 100%;
  border: 1px solid #c5c5c5;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 28px;
  font-family: Nunito;
}

.servPhotoSec1.aboutSec1 h1 {
  max-width: 550px;
  margin-bottom: 0;
}
.servPhotoSec1.aboutSec1 .imgFull {
  margin-top: 40px;
}
.servPhotoSec1.aboutSec1.residnceVdoSec1 h1 {
  max-width: 373px;
}

.servPhotoSec2 .txt {
  max-width: 960px;
  margin: 0 auto;
}
.servPhotoSec2 .txt p {
  margin-bottom: 40px;
  line-height: 28px;
}
.servPhotoSec2 .txt p:last-child {
  margin-bottom: 0;
}
.servPhotoSec2 .txt h2 {
  margin-bottom: 18px;
}

.servPhotoSec3 {
  padding: 48px 0 130px;
}
.servPhotoSec3 h2 {
  margin-bottom: 42px;
  text-align: center;
  font-weight: 300;
}
.servPhotoSec3 .pkcgWrap {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  max-width: 1144px;
  margin: 0 auto 51px;
}
.servPhotoSec3 .pkcgWrap .info {
  width: 33.3%;
  border-right: 1px solid #ddd;
  padding: 30px;
  height: auto;
}
.servPhotoSec3 .pkcgWrap .info:last-child {
  border-right: none;
}
.servPhotoSec3 .pkcgWrap .info h3 {
  font-size: 24px;
  font-size: 24px;
  font-weight: 300;
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
  align-items: center;
  padding-right: 10px;
}
.servPhotoSec3 .pkcgWrap .info p {
  font-size: 16px;
  color: #000;
  line-height: 26px;
}
.servPhotoSec3 .prcDvs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 30px;
}
.servPhotoSec3 .prcDvs .prc {
  width: 24.1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #6531e9;
  padding: 30px 0 40px;
}
.servPhotoSec3 .prcDvs .prc h5 {
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  font-family: Nunito;
}
.servPhotoSec3 .prcDvs .prc p {
  margin-bottom: 0;
  font-family: Nunito;
  color: #fff;
}
.servPhotoSec3 ul.tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.servPhotoSec3 ul.tags li {
  font-size: 18px;
  font-family: Nunito;
  font-weight: 400;
  position: relative;
  padding-right: 15px;
  letter-spacing: 1.2px;
}
.servPhotoSec3 ul.tags li:last-child::before {
  display: none;
}
.servPhotoSec3 ul.tags li::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 23px;
  background-color: #000;
}
.servPhotoSec3 p.smlTxt {
  font-size: 10.2px;
  letter-spacing: 1.5px;
  color: #000;
  margin: 0 auto 60px;
  text-align: center;
  max-width: 1122px;
  font-weight: 600;
}
.servPhotoSec3 .glb_btn {
  margin: 0 auto;
  padding: 14px 10px 14px 19px;
}

.residnceVdoSec1 h1 {
  max-width: 373px;
  margin: 0 auto;
}

.residnceVdoSec2 .txt h2 {
  font-weight: 300;
  margin-bottom: 22px;
}
.residnceVdoSec2 .txt h2.mb-14 {
  margin-bottom: 14px;
}
.residnceVdoSec2 .txt p {
  line-height: 30px;
}

.listing li {
  font-size: 18.4px;
  font-weight: 400;
  margin-bottom: 38px;
  letter-spacing: 1px;
  line-height: 29px;
  position: relative;
  padding-left: 46px;
  color: #000;
}
.listing li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 20px;
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.listing li:last-child {
  margin-bottom: 0;
}

.residnceVdoSec3.servPhotoSec3 {
  padding: 48px 0 66px;
}
.residnceVdoSec3.servPhotoSec3 ul.tags {
  max-width: 1200px;
  margin: 0 auto 25px;
  gap: 15px;
}
.residnceVdoSec3.servPhotoSec3 ul.tags li {
  width: 24%;
  font-size: 16px;
  line-height: 30px;
  padding-right: 0;
  padding-left: 15px;
}
.residnceVdoSec3.servPhotoSec3 ul.tags li::before {
  height: 100%;
  right: unset;
  left: 0;
  background-color: #d8d8d8;
}
.residnceVdoSec3.servPhotoSec3 ul.tags li::before {
  display: block;
}

.aboutSec1.droneSec1 h1 {
  font-weight: 300;
  max-width: 810px;
  letter-spacing: 0.6px;
  margin: 0 auto;
}
.aboutSec1.droneSec1 h1 span.f-sm {
  font-size: 24px;
  font-family: Nunito;
  font-style: normal;
  color: #000;
  font-weight: 300;
}
.aboutSec1.droneSec1 .imgFull {
  margin-top: 40px;
}

.servPhotoSec3.droneSec2 {
  padding: 48px 0 185px;
}
.servPhotoSec3.droneSec2.droneVdoSec3 {
  padding: 50px 0 100px;
}
.servPhotoSec3.droneSec2 .prcDvs {
  justify-content: center;
  gap: 20px;
}
.servPhotoSec3.droneSec2 .prcDvs .prc {
  width: 29.8%;
}

.servPhotoSec2.droneVdoSec2 .listing {
  margin-bottom: 32px;
}
.servPhotoSec2.droneVdoSec2 p.txt-2 {
  line-height: 30px;
}
.servPhotoSec2.droneVdoSec2 .txt p {
  line-height: 30px;
}

.aboutSec1.dronevdo1 h1 {
  font-size: 24px;
  max-width: 390px;
  line-height: 34px;
  margin-bottom: 0;
}
.aboutSec1.dronevdo1 h1 span {
  font-size: 36px;
}
.aboutSec1.dronevdo1 .imgFull {
  margin-top: 40px;
}

.aboutSec1.brandSec1 {
  padding: 60px 0 50px;
}
.aboutSec1.brandSec1 h1 {
  margin-bottom: 0;
}
.aboutSec1.brandSec1 h1 span {
  font-size: 36px;
}
.aboutSec1.brandSec1 .imgFull {
  margin-top: 40px;
}

.servPhotoSec2.brandSec2 {
  padding-bottom: 88px;
}
.servPhotoSec2.brandSec2 .txt p {
  line-height: 30px;
}
.servPhotoSec2.brandSec2 .txt .glb_btn {
  padding-left: 20px;
}
.servPhotoSec2.brandSec2 .txt h2 {
  margin-bottom: 22px;
}
.servPhotoSec2.brandSec2 .listing {
  margin-bottom: 42px;
}
.servPhotoSec2.brandSec2 .para p {
  line-height: 30px;
}
.servPhotoSec2.brandSec2.webDesign {
  padding-bottom: 100px;
}
.servPhotoSec2.brandSec2.webDesign ul.listing {
  margin-bottom: 22px;
}
.servPhotoSec2.brandSec2.webDesign .txt p {
  margin-bottom: 30px;
}

.BlogSec1 {
  padding: 0 0 62px;
}
.BlogSec1 .fullblogWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 990px;
  margin: 0 auto 170px;
}
.BlogSec1 .fullblogWrap .blog {
  width: 48%;
  border: 1px solid #ddd;
}
.BlogSec1 .fullblogWrap .blog .img {
  margin-bottom: 30px;
}
.BlogSec1 .fullblogWrap .blog .img img {
  width: 100%;
  max-height: 226px;
}
.BlogSec1 .fullblogWrap .blog .txtwrap {
  padding: 0 30px 20px 30px;
}
.BlogSec1 .fullblogWrap .blog .txtwrap span.date {
  font-size: 14px;
  color: #6632ea;
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}
.BlogSec1 .fullblogWrap .blog .txtwrap h5 {
  font-size: 24.6px;
  line-height: 30px;
  font-weight: 400;
  max-width: 400px;
  margin-bottom: 15px;
}
.BlogSec1 .fullblogWrap .blog .txtwrap p {
  padding-left: 25px;
  max-width: 375px;
  margin-bottom: 30px;
}
.BlogSec1 .fullblogWrap .blog .txtwrap span.blue {
  font-size: 12px;
  color: #6632ea;
  max-width: 310px;
  display: block;
  margin-bottom: 15px;
}
.BlogSec1 .fullblogWrap .blog .txtwrap p.cmment {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 20px;
  padding-left: 0;
}
.BlogSec1 .btmSec {
  display: flex;
  align-items: center;
  max-width: 990px;
  margin: 0 auto;
  justify-content: center;
  gap: 15px;
}
.BlogSec1 .btmSec .pgination {
  display: flex;
  align-items: center;
  gap: 10px;
}
.BlogSec1 .btmSec .pgination li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.BlogSec1 .btmSec .glb_btn {
  padding-left: 27px;
}

@media (max-width: 1399px) {
  html {
    font-size: 80%;
  }
}
@media screen and (max-width: 1199px) {
  header .menu_area .main_logo {
    max-width: 205px;
  }
  header .menu_area .main_links ul {
    gap: 22px;
  }
  footer {
    padding: 65px 0 130px;
  }
  .servPhotoSec3 .pkcgWrap .info {
    padding: 20px;
  }
  .servPhotoSec3 .pkcgWrap .info h3 {
    font-size: 18px;
    gap: 8px;
  }
  .servPhotoSec3 .pkcgWrap .info img {
    width: 40px;
  }
  .servPhotoSec3.droneSec2 {
    padding: 40px 0 90px;
  }
  .residnceVdoSec3.servPhotoSec3 ul.tags {
    gap: 6px;
  }
  .residnceVdoSec3.servPhotoSec3 ul.tags li {
    width: 23%;
  }
}
@media (max-width: 991px) {
  .stellarnav.mobile ul li.has-sub ul {
    position: static;
    padding: 0;
    transition: none;
  }
  .stellarnav.mobile ul li.has-sub ul li a {
    text-align: left;
    display: block;
    padding: 6px 6px 6px 11px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  header .menu_area .main_links {
    flex-direction: row-reverse;
  }
  .homeSec3 .box_wrapAll .box_wrap .innr {
    padding: 30px 20px;
  }
  header .menu_area .main_links ul li a {
    color: #fff;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .homeSec3 .txtWrap {
    margin-top: 40px;
  }
  footer {
    padding: 60px 0;
  }
  footer .glb_btn {
    margin: 0 auto 25px;
  }
  .heroSec {
    padding: 45px 0;
  }
  .portfolioSec1 .ctgyList {
    padding-left: 22px;
    margin-bottom: 20px;
  }
  .portfolioSec1 ul {
    gap: 10px 15px;
  }
  .faqSec2 {
    padding: 40px 0 60px;
  }
  .faqSec2 .boxWrap .box {
    height: 248px;
  }
  .faqSec2 .boxWrap .box h5 {
    font-size: 18px;
  }
  .faqSec2 .boxWrap .box img {
    width: 50px;
    height: 50px;
  }
  .contactSec2 .formDv .inputs .input {
    width: 30.9%;
  }
  .contactSec2 .formDv {
    max-width: 800px;
    padding: 0 15px;
  }
  .servPhotoSec3 .pkcgWrap .info h3 {
    flex-direction: column;
    align-items: flex-start;
  }
  .servPhotoSec3 .prcDvs .prc h5 {
    font-size: 30px;
  }
  .servPhotoSec3 .prcDvs .prc p {
    font-size: 16px;
  }
  h1 span {
    font-size: 35px;
  }
  h2 span {
    font-size: 28px;
  }
  .aboutSec1 {
    padding: 40px 0;
  }
  .homeSec2 .img .playIcon {
    bottom: -23px;
  }
  .homeSec3 .box_wrapAll .box_wrap h4 {
    font-size: 24px;
  }
  .servPhotoSec3 {
    padding: 40px 0 50px;
  }
  .servPhotoSec3 p.smlTxt {
    margin: 0 auto 30px;
  }
  .servPhotoSec3 .droneSec2 {
    padding: 50px 0;
  }
  .servPhotoSec3 .pkcgWrap {
    margin: 0 auto 25px;
  }
  .servPhotoSec3 .prcDvs {
    margin: 0 auto 25px;
  }
  .servPhotoSec3 ul.tags {
    margin-bottom: 25px;
  }
  .servPhotoSec2 .txt p {
    margin-bottom: 20px;
  }
  h2.f-30 {
    font-size: 25px;
  }
  h2.f-30 span {
    font-size: 30px;
  }
  .listing li {
    margin-bottom: 18px;
  }
  .aboutSec1.brandSec1 {
    padding: 40px 0;
  }
  .aboutSec1.brandSec1 .imgFull {
    margin-top: 20px;
  }
  .servPhotoSec2.brandSec2 {
    padding-bottom: 50px;
  }
  .BlogSec1 .fullblogWrap .blog {
    width: 47.7%;
  }
  .BlogSec1 {
    padding: 0 0 50px;
  }
  .BlogSec1 .fullblogWrap {
    margin: 0 auto 50px;
  }
  .BlogSec1 .fullblogWrap .blog .txtwrap {
    padding: 0 15px 15px;
  }
  .BlogSec1 .fullblogWrap .blog .txtwrap h5 {
    font-size: 20px;
    max-width: unset;
    line-height: 25px;
  }
  .BlogSec1 .fullblogWrap .blog .txtwrap p {
    padding-left: 0;
    max-width: unset;
  }
  .BlogSec1 .fullblogWrap .blog .txtwrap span.blue {
    max-width: unset;
  }
  .residnceVdoSec3.servPhotoSec3 ul.tags li {
    width: 30%;
  }
  .residnceVdoSec3.servPhotoSec3 ul.tags li::before {
    display: block;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
  h2.f-30 {
    font-size: 22px;
  }
  h2.f-30 span {
    font-size: 24px;
  }
  h2 span {
    font-size: 24px;
  }
  .aboutSec2 h2 {
    font-size: 22px;
  }
  .aboutSec2 .value_wrap .coreValue {
    margin: 20px 0;
  }
  .aboutSec2 {
    padding-bottom: 30px;
  }
  .aboutSec1 {
    padding: 30px 0;
  }
  .aboutSec1 .imgFull {
    margin-top: 20px;
  }
  .aboutSec2::after {
    height: 50%;
  }
  .aboutSec3 .txtWrap {
    margin-bottom: 15px;
  }
  .aboutSec2 .value_wrap h2 {
    margin-bottom: 14px;
  }
  p {
    font-size: 15px;
  }
  header {
    padding: 15px 0;
  }
  .heroSec {
    padding: 40px 0;
  }
  .glb_btn {
    padding: 9px 12px;
    font-size: 14px;
  }
  .glb_btn span {
    font-size: 10px;
    width: 25px;
    height: 25px;
  }
  .heroSec ul.tags {
    gap: 7px;
  }
  header .menu_area .main_logo {
    max-width: 111px;
  }
  footer .foot_logo img {
    width: 155px;
    margin: 0 auto 18px;
  }
  footer {
    padding: 35px 0;
  }
  .heroSec ul.tags li {
    font-size: 14px;
    padding-right: 7px;
  }
  .heroSec ul.tags li::after {
    top: 4px;
    height: 14px;
  }
  footer .glb_btn {
    margin: 0 auto 16px;
  }
  .homeSec2 .img .playIcon {
    width: 50px;
    height: 50px;
    top: 69%;
  }
  .homeSec2 .img .playIcon img {
    width: 22px;
    height: 22px;
  }
  .homeSec2 .txtDv p {
    text-align: center;
    margin-bottom: 20px;
  }
  .homeSec3 .box_wrapAll .box_wrap h4 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .homeSec3 .box_wrapAll .box_wrap P {
    text-align: center;
  }
  .homeSec3 .txtWrap p {
    font-size: 17px;
  }
  .homeSec3 {
    padding: 0 0 35px;
    margin-top: -84px;
  }
  footer p {
    margin: 0 auto 26px;
  }
  .homeSec3 .box_wrapAll .box_wrap {
    width: 100%;
  }
  .homeSec3 .box_wrapAll .box_wrap .innr {
    padding: 20px;
  }
  .homeSec2 .txtDv {
    padding: 47px 0 114px;
  }
  footer h2 {
    margin-bottom: 20px;
  }
  footer .links {
    margin-bottom: 16px;
  }
  footer .links li {
    font-size: 14px;
  }
  .aboutSec2 .value_wrap .coreValue .full_wrap .wrapBox {
    padding: 17px 0;
  }
  .aboutSec2 .value_wrap .coreValue .full_wrap .wrapBox img {
    width: 35px;
    height: 35px;
  }
  .aboutSec2 .value_wrap p,
  .aboutSec2 .value_wrap h2,
  .aboutSec3 h2,
  .aboutSec3 .contnt p {
    text-align: center;
  }
  .aboutSec3 {
    padding: 30px 0;
  }
  .aboutSec3 .txtWrap {
    flex-direction: column;
    text-align: center;
  }
  h1.f-30 {
    font-size: 25px;
    line-height: 35px;
  }
  h1.f-30 span {
    font-size: 30px;
  }
  .portfolioSec1 .ctgyList {
    flex-direction: column;
    gap: 5px;
  }
  .portfolioSec1 .ctgyList::before {
    height: 100%;
    top: 0;
  }
  .portfolioSec1 {
    padding: 40px 0 40px;
  }
  .portfolioSec1 h2,
  .portfolioSec1 p {
    text-align: center;
  }
  .portfolioSec1 .glb_btn {
    margin: 0 auto;
  }
  .portfolioSec1 .video_wrap .wrapBox .playBtn {
    width: 40px;
    height: 40px;
  }
  .portfolioSec1 .video_wrap .wrapBox .playBtn img {
    width: 20px;
    height: 20px;
  }
  .faqSec1 {
    padding: 30px 0 0;
  }
  .faqSec1 h1 {
    margin-bottom: 20px;
  }
  .faqSec2 {
    padding: 30px 0;
  }
  .faqSec2 .boxWrap .box {
    width: 48%;
    height: 200px;
  }
  .faqresult .fullTabwrap ul.tabs {
    gap: 10px;
    margin-bottom: 20px;
  }
  .faqresult .fullTabwrap .tab_container .tab_content .accordian li h5 {
    font-size: 18px;
    padding-right: 35px;
  }
  .faqresult .fullTabwrap .tab_container .tab_content .accordian li .content {
    margin-top: 15px;
  }
  .faqresult .fullTabwrap .tab_container .tab_content .accordian li .content p {
    padding-left: 0;
  }
  .faqSec2 .input input {
    font-size: 15px;
    padding-left: 45px;
  }
  .faqSec2 .input::before {
    font-size: 16px;
  }
  .contactSec2 .wrapDv .txtDvs {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
  .contactSec2 .wrapDv .txtDvs .txt:first-child p {
    max-width: unset;
    text-align: center;
  }
  .contactSec2 .wrapDv .txtDvs .txt:nth-child(2) h2 {
    text-align: center;
  }
  .contactSec2 .wrapDv .txtDvs .txt .timing {
    margin: 0 auto;
  }
  .contactSec2 .formDv .inputs {
    padding: 20px;
  }
  .contactSec2 .formDv .inputs .input {
    width: 100%;
  }
  .contactSec2 {
    padding: 30px 0;
  }
  .servPhotoSec3 {
    padding: 40px 0;
  }
  .servPhotoSec3 p.smlTxt {
    margin: 0 auto 20px;
    font-size: 13px;
  }
  .servPhotoSec3 h2 {
    margin-bottom: 16px;
  }
  .servPhotoSec3 .prcDvs {
    gap: 15px;
  }
  .servPhotoSec3 .prcDvs .prc {
    width: 47%;
    padding: 18px 0;
  }
  .servPhotoSec3 .pkcgWrap .info {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .servPhotoSec3 .pkcgWrap .info h3 {
    align-items: center;
  }
  .aboutSec1.servlisthead h1 {
    margin-bottom: 0;
  }
  .servPhotoSec2 h2 {
    text-align: center;
  }
  .servPhotoSec2 .txt p {
    text-align: center;
    margin-bottom: 16px;
  }
  .servPhotoSec1.aboutSec1 .imgFull {
    margin-top: 20px;
  }
  .aboutSec1.droneSec1 h1 span.f-sm {
    font-size: 22px;
  }
  .residnceVdoSec2 .txt .listing li {
    padding-left: 29px;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .servPhotoSec3.droneSec2 {
    padding: 40px 0;
  }
  .servPhotoSec3.droneSec2 .prcDvs {
    flex-direction: column;
  }
  .servPhotoSec3.droneSec2 .prcDvs .prc {
    width: 60%;
  }
  .servPhotoSec3 ul.tags {
    gap: 5px;
  }
  .servPhotoSec3 ul.tags li {
    font-size: 15px;
    letter-spacing: 0.8px;
    padding-right: 5px;
  }
  .servPhotoSec3 ul.tags li::before {
    height: 19px;
  }
  .servPhotoSec3.droneSec2 ul.tags {
    gap: 10px;
  }
  .servPhotoSec3.droneSec2 ul.tags li {
    padding-right: 10px;
  }
  .aboutSec1.dronevdo1 h1 {
    font-size: 22px;
  }
  .aboutSec1.dronevdo1 h1 span {
    font-size: 25px;
    display: block;
  }
  .aboutSec1.dronevdo1 .imgFull {
    margin-top: 20px;
  }
  .listing li {
    font-size: 15px;
    margin-bottom: 16px;
    line-height: 22px;
    padding-left: 32px;
  }
  .servPhotoSec3.droneSec2.droneVdoSec3 {
    padding: 40px 0;
  }
  .servPhotoSec2.droneVdoSec2 .listing {
    margin-bottom: 20px;
  }
  .servPhotoSec2.brandSec2 .txt .glb_btn {
    margin: 0 auto;
  }
  .servPhotoSec2.brandSec2 {
    padding-bottom: 40px;
  }
  .aboutSec1.brandSec1 {
    padding: 10px 0 30px;
  }
  .aboutSec1.brandSec1 h1 span {
    font-size: 25px;
  }
  .aboutSec1.brandSec1 .imgFull {
    margin-top: 20px;
  }
  .servPhotoSec2.brandSec2 .txt h2 {
    margin-bottom: 15px;
  }
  .servPhotoSec2.brandSec2 .txt p {
    line-height: 24px;
  }
  .BlogSec1 .fullblogWrap {
    margin: 0 auto 30px;
  }
  .BlogSec1 .fullblogWrap .blog {
    width: 100%;
    text-align: center;
  }
  .BlogSec1 .fullblogWrap .blog .img {
    margin-bottom: 15px;
  }
  .BlogSec1 .fullblogWrap .blog .txtwrap p {
    margin-bottom: 12px;
  }
  .aboutSec3.servicesec {
    padding: 30px 0;
  }
  .aboutSec3.servicesec .value_wrap h2 {
    margin-bottom: 20px;
  }
  .servicesec ul li {
    max-width: 40%;
    height: 138px;
    font-size: 17px;
    line-height: 26px;
  }
  .residnceVdoSec3.servPhotoSec3 {
    padding: 40px 0;
  }
  .residnceVdoSec3.servPhotoSec3 ul.tags li {
    width: 100%;
  }
  .residnceVdoSec3.servPhotoSec3 ul.tags li::before {
    display: block;
  }
  .residnceVdoSec2 ul.listing {
    padding-left: 0;
  }
}/*# sourceMappingURL=style.css.map */