@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Righteous&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');




.form-check-input {
    appearance: auto !important;   /* Restore normal OS checkbox look */
    -webkit-appearance: checkbox !important;
    width: 16px !important;
    height: 16px !important;
    margin-right: 6px !important;
    cursor: pointer !important;
    accent-color: #007bff !important; /* Modern browsers support this */
}

.form-check-input:checked {
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.form-check-label {
    color: black !important;
    font-size: 15px !important;
    cursor: pointer !important;
}
 



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}
li.portfolio-box a:hover img {
  transform: translateY(calc(-100% + 280px));
  transition: transform 2s ease-in-out;
}

li.portfolio-box a{
  overflow: hidden;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

.btn:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}


/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
}

/* header started  */
.navbar-toggler>.close {
  display: inline;
}

.navbar-toggler.collapsed>.close,
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
  display: none;
}

header {
  padding: 5px 0 10px;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.header_btn_main ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header.bg_header {
  background: #fff;
  padding: 10px 0px;
  box-shadow: 0px -1px 10px #00000075;
}

.logo-2 {
  display: none;
}

header.bg_header .logo-2 {
  display: block;
}

header.bg_header a {
  color: #000;
}

header.bg_header #animation_btn {
  color: #fff;
}

.header_btn_main a:hover {
  color: rgb(10 179 163);
}

header.bg_header .logo-main a:first-child {
  display: none;
}

.header_btn_main a {
  color: #ffffff;
  font-family: 'Quicksand';
  font-size: 18px;
  font-weight: 700;
  border-radius: 33px;
  padding: 12px 22px;
  position: relative;
  transition: all 1s;
}


a#animation_btn:hover {
  color: #fff;
}

a#animation_btn:before {
  display: none;
}

.header_btn_main i {
  padding-left: 9px;
}

a#animation_btn {
  background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
  padding: 12px 22px;
  border-radius: 33px;
}

header .dropwrep .manuwrp ul li a {
  color: #000 !important;
  font-size: 16px;
  position: relative;
  top: 5px;
  border-radius: 0;
  padding: 0 0 9px 0;
}

header .dropwrep span {
  height: 50px;
  width: 50px;
  display: inherit;
  border-radius: 50%;
  box-shadow: 2px 4px 15px -3px rgb(0 0 0 / 41%);
  margin: 0 13px 0 10px;
  padding: 0;
  box-sizing: border-box;
}

header .dropwrep .manuwrp ul {
  margin: 25px 0 0 10px;
  display: block;
  text-align: left;
}

header .dropwrep .manuwrp ul li {
  width: 87%;
  display: inline-block;
  margin: 0 0 20px;
  position: relative;
  transition: all .3s ease;
}

header .dropwrep img {
  width: 25px;
  margin: 11px 10px 0 12px;
}

.header_btn_main .dropwrep {
  position: absolute;
  width: 630px;
  padding: 20px 0 20px;
  transition: all .3s ease;
  top: 40px;
  border-radius: 10px;
  background: #fff;
  display: none;
  border: 1px solid #09afa1;
  left: -220px;
  background-image: url(../images/DDbanner.webp);
  background-size: cover;
  background-repeat: repeat;
  transition: all .3s ease;
}

.header_btn_main ul .ser {
  position: relative;
  transition: all .3s ease;
}

.header_btn_main ul .ser:hover .dropwrep {
  display: block;
}

.top_links ul {
  display: flex;
  justify-content: flex-end;
}

.top_links a {
  font-family: 'Quicksand';
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.top_links li {
  padding-left: 30px;
}

.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    color: rgb(10 179 163)
  }
}

.top_links {
  padding-bottom: 35px;
}

/* header end  */

/* banner started */

.home-bnerwrp .txtwrp h4 {
  color: #fff;
  font-size: 22px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

.home-bnerwrp .txtwrp h1 {
  color: #fff;
  font-size: 40px;
  padding: 10px 0 20px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  max-width: 80%;
}

.home-bnerwrp .txtwrp p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  padding-bottom: 20px;
}

.home-bnerwrp .txtwrp ul {
  margin: 0 0 20px 20px;
}

.home-bnerwrp .txtwrp ul li {
  display: inline-block;
  color: #fff;
  width: 40%;
  padding: 0 0 8px;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  position: relative;
  font-weight: 600;
}

.home-bnerwrp .txtwrp ul li:after {
  content: "\f00c";
  position: absolute;
  font-family: FontAwesome;
  left: -33px;
  top: 0;
  color: #fff;
  background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
  padding: 0px 5px;
  border-radius: 30px;
}

.home-bnerwrp .imgmain ul {
  margin: 0;
}

.home-bnerwrp .imgmain ul li {
  display: inline-block;
  margin: 0 35px 0 0;
}

.home-bnerwrp .imgwrp img {
  width: 100%;
  position: absolute;
  /* top: 80px; */
}

.home-bnerwrp .imgwrp {
  position: relative;
}

.home-bnerwrp:after {
  background-image: url(../images/bg-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 102%;
  height: 735px;
  opacity: 0.9;
  background-position: top;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.home-bnerwrp {
  padding: 160px 0 110px;
  position: relative;
  z-index: 1;
}

.home-bnerwrp:hover:after {
  background-position: -29px;
  opacity: .7;
}

.btnwrp a {
  color: #fff;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
  transition: all .8s ease;
  margin-right: 20px;
}

.btnwrp a:hover {
  color: #fff;
  background: transparent;
  border: 1px solid rgb(1 82 120);
}

.home-bnerwrp:before {
  content: "";
  background: #000;
  width: 50%;
  height: 600px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  opacity: 1;
  border-radius: 0px 30% 0% 0px;
  box-shadow: 0px -4px 6px #adb5bdad;
}

.btnwrp {
  margin-top: 35px;
}

/* banner end */

/* lp-ind sec started */

.lp-ind {
  padding: 20px 0;
  background: #f8f6fb;
  position: relative;
  width: 93%;
  margin: auto;
  bottom: 60px;
  border-radius: 50px;
  box-shadow: 3px 20px 22px 0px rgb(0 0 0 / 20%);

}

.lp-ind .lf {
  margin: 45px 0 0;
  text-align: center;
}

.lp-ind .lf h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Quicksand';
}

.lp-ind .lf h2 span {
  display: block;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0;
}

.lp-ind .main {
  position: relative;
  box-shadow: 0px 1px 33px 0px rgba(80, 8, 134, 0.13);
  border-radius: 15px;
  width: 90%;
  margin-left: 20px;
}

.lp-ind .main .pic img {
  width: 100%;
}

.lp-ind .main .desc {
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.lp-ind .main .desc img.icon {
  margin: auto;
}

.lp-ind .main .desc h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin: 6px 0 0;
}

.lp-ind .slick-list.draggable {
  padding: 0 10% 0 0;
}

.lp-ind .slick-track {
  padding: 30px 0;
}

/* lp-ind sec end */


/* sec-3 started */

.sec-3 {
  padding: 0px 0 50px;
}

.sec-3 .top-desc {
  max-width: 65%;
  margin: 0 auto 40px
}

.sec-3 .top-desc h2 {
  margin-bottom: 15px;
  font-family: 'Quicksand';
  font-weight: 700;
}

.sec-3 .top-desc p {
  max-width: 80%;
  margin: auto;
  font-family: 'Quicksand';
  font-weight: 700;
}

.sec-3 .box {
  background: #f8f6fa;
  border-radius: 15px;
  padding: 40px 10px 25px;
  text-align: center;
  transition: all ease .7s;
  position: relative
}

.sec-3 .box:hover {
  background-color: #fff;
  box-shadow: 0 3px 32.55px 2.45px rgba(203, 183, 214, .39);
  transition: all ease .7s
}

.sec-3 .box img {
  max-height: 90px
}

.sec-3 .box h4 {
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 12px;
  font-family: 'Quicksand'
}

.sec-3 .box p {
  color: #202020;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Quicksand';
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 600;
}

/* sec-3 end */

/* portfolio */

li.portfolio-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

li.portfolio-box a .overlay {
  background-color: #00000066;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 5;
  border-radius: 8px;
  opacity: 0;
  transition: all .4s ease;
}

li.portfolio-box a .overlay i {
  font-size: 30px;
  color: #fff;
}

li.portfolio-box a img {
  width: 100%;
}


li.portfolio-box a:hover .overlay {
  opacity: 1;
}

li.portfolio-box {
  margin-bottom: 0px;
}

li.portfolio-box img {
  border-radius: 10px;
}

.section-heading.text-center h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  margin: 0 auto 5px;
  color: #190e2e;
  position: relative;
  font-family: 'Quicksand';
  max-width: 80%;
  line-height: 45px;
}

.section-heading.text-center p {
  color: #6e6e6e;
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 23px;
  margin-bottom: 20px;
  font-family: 'Quicksand';
  font-weight: 600;
  padding-top: 10px;
}

.section-heading {
  padding-bottom: 35px;
}

section.portfolio {
  padding: 50px 0;
}

.button_portfolio {
  display: flex;
  margin-top: 70px;
  justify-content: center;
}

ul.portfolio-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

ul.portfolio-box-wrapper li {
  flex: 0 0 23%;
  width: 25%;
  height: 280px;
  list-style: none;
}

/* portfolio */


/* packages sec started */

section.packages {
  background: #f8f6fa;
  padding: 50px 0;
}

section.packages .top-desc {
  margin-bottom: 40px;
}

section.packages h2 {
  text-align: center;
  font-size: 37px;
  font-weight: 800;
  margin: 0 0 5px;
  color: #190e2e;
  position: relative;
  font-family: 'Quicksand';
}

section.packages p {
  color: #6e6e6e;
  font-size: 15px;
  width: 79%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 20px;
  font-family: 'Quicksand';
}

.titlebox {
  color: #fff;
  background: #252222;
  padding: 22px 20px 45px;
  border-radius: 14px;
  position: relative;
  top: -10px;
  background: #1a2868eb;
  background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
}

.titlebox h4 {
  display: block;
  width: 100%;
  float: none;
  margin-right: 20px;
  margin: 0px 11px 0px 0px;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  font-family: 'Quicksand';
}

section.packages [class^="col-12"]>div.pkgbox {
  padding: 20px 20px 0;
  /* border: 2px solid #d8dfe6; */
  border-radius: 14px;
  box-sizing: border-box;
  text-align: left;
  width: 96%;
  background: #fff;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
  float: right;
  position: relative;
  /* top: -30px; */
  margin-top: -40px;
  margin-bottom: 45px;
  padding-bottom: 20px;
}

section.packages [class^="col-12"]>div.pkgbox .pricebox {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}

section.packages [class^="col-12"]>div.pkgbox .pricebox sup {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  color: #09aa9f;
  top: -1px;
  font-family: 'Quicksand';
}

section.packages [class^="col-12"]>div.pkgbox .pricebox h3 {
  display: inline-block;
  font-size: 42px;
  margin: 0;
  font-weight: 700;
  color: #09aa9f;
  padding-right: 10px;
  font-family: 'Quicksand';
}

section.packages [class^="col-12"]>div.pkgbox .pricebox strike {
  font-size: 20px;
  color: #3d3d3d;
  /* position: absolute; */
  right: 10px;
  font-weight: 700;
  top: 8px;
  font-family: 'Quicksand';
  text-decoration: line-through;
}

section.packages [class^="col-12"]>div.pkgbox .pricebox span {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 14px;
  color: #6c6c6c;
  display: none;
  font-weight: 700;
  font-family: 'Quicksand';
}

section.packages h4.off {
  position: absolute;
  background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
  color: #fff;
  margin: 0;
  right: -20px;
  top: 9px;
  font-size: 18px;
  font-weight: 600;
  padding: 7px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-family: 'Quicksand';
}

section.packages [class^="col-12"]>div.pkgbox ul {
  margin-bottom: 11px;
  margin-top: 5px;
  padding: 0;
}

.scrollbar {
  margin-left: 0px;
  float: left;
  height: 200px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 15px;
}

.scrollbar {
  margin-left: 0;
  float: left;
  height: 250px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 15px !important;
  padding-right: 30px !important;
  overflow-x: hidden;
}

section.packages [class^="col-12"]>div.pkgbox ul li {
  font-size: 14px;
  color: #140002;
  font-weight: 700;
  padding-left: 23px;
  position: relative;
  margin-bottom: 9px;
  line-height: 17px;
  list-style: none;
  font-family: 'Quicksand';
}

section.packages [class^="col-12"]>div.pkgbox ul li:before {
  content: "\f00c";
  color: #09aa9f;
  font-size: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  position: absolute;
  left: 0;
  top: 1px;
}

a.vm-btn {
  display: inline-block;
  text-align: center;
  color: #09afa1;
  font-size: 14px;
  font-weight: 600;
  margin-left: -20px;
  width: 100%;
  position: relative;
  padding-top: 30px;
  cursor: context-menu;
}

a.vm-btn:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 1px;
  background: #09afa1;
}

section.packages a.grad-btn {
  display: inline-block;
  margin: 10px 0 0;
  border-radius: 100px;
  border: unset;
  margin-right: 0px;
  display: inline-block;
  color: #fff;
  position: relative;
  font-weight: 500;
  padding: 9px 26px;
  font-size: 15px;
  background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
  text-transform: uppercase;
  font-family: 'Quicksand';
}

section.packages a.chat {
  display: inline-block;
  position: relative;
  top: 8px;
  margin-left: 30px;
}

section.packages a.chat span {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  padding-left: 20px;
  font-family: 'Quicksand';
}

section.packages a.chat span small {
  display: block;
  font-size: 12px;
  color: #414141;
  font-weight: 700;
  font-family: 'Quicksand';
}

.sec-pricing-sh {
  padding: 0;
  background: transparent;
}

.sec-pricing .cdiv {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #e3e3e4;
  transition: all ease .75s;
  margin-top: 30px;
  position: relative;
}

.sec-pricing .cdiv:before {
  content: '';
  position: absolute;
  background: url(../images/mega-badge.webp) no-repeat;
  top: -14px;
  right: 30px;
  width: 158px;
  height: 126px;
  -webkit-animation: 1s ease-in-out infinite pulse;
  animation: 1s ease-in-out infinite pulse;
}

.sec-pricing .cdiv .ctop {
  text-align: center;
  padding: 15px 0;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
}

.sec-pricing .cdiv .ctop h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  margin: 0;
}

.sec-pricing .cdiv .cbtm {
  padding: 25px;
}

.sec-pricing .cdiv .cbtm h4.tit {
  color: #202020;
  font-size: 25px;
  font-weight: 700;
  font-family: 'Quicksand';
}

h4.tit img {
  padding-right: 30px;
}

.sec-pricing .cdiv .cbtm h3 {
  margin: 20px 30px 0 0;
  color: rgb(1 82 120);
  font-size: 43px;
  font-weight: 800;
  font-family: 'Quicksand';
}

.sec-pricing .cdiv .cbtm h3 span {
  color: #a8a8a8;
  font-size: 21px;
  font-weight: 600;
  text-decoration: line-through;
  position: relative;
  top: -8px;
  padding-left: 12px;
}

.sec-pricing .cdiv .cbtm h5 {
  color: #0ab1a2;
  font-size: 16px;
  font-weight: 800;
  margin: 30px 0 20px;
  display: inline-block;
  font-family: 'Quicksand';
}

.sec-pricing .cdiv .cbtm ul {
  padding: 0;
  margin: 0;
  text-align: left;
}

.sec-pricing .cdiv:after {
  content: '';
  position: absolute;
  background: url(../images/save-50.webp) no-repeat;
  top: -18px;
  left: -23px;
  width: 120px;
  height: 120px;
}

.sec-pricing .cdiv .cbtm ul li {
  list-style: none;
  display: block;
  position: relative;
  padding-left: 23px;
  color: #202020;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-family: 'Quicksand';
  line-height: 17px;
}

.sec-pricing .cdiv .cbtm ul li:before {
  content: "\f00c";
  color: #0ab1a2;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  top: 4px;
  position: absolute;
  left: 0;
}

.sec-pricing .cdiv .cbtm ul.mrgn {
  margin: 0 0 340px;
}

.sec-pricing .cdiv .cbtm a.order {
  margin: 15px 0 10px;
  background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
  transition: all ease 1s;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 35px;
  width: 100%;
  text-align: center;
  font-family: 'Quicksand';
  animation: pulse infinite;
  animation-duration: 2s;
  border-radius: 50px;
}



.sec-pricing .cdiv .cbtm h5.sm {
  color: #09afa1;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 12px;
  text-align: left;
  font-family: 'Quicksand';
}



.sec-pricing .cdiv .cbtm p {
  color: #202020;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-align: left;
  font-family: 'Quicksand';
}

.sec-pricing .cdiv .cbtm a.call {
  color: #202020;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  font-family: 'Quicksand';
}

.sec-pricing .cdiv .cbtm a.call span {
  color: #09afa1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sec-pricing .cdiv .cbtm a.call i {
  color: #09afa1;
  padding-left: 20px;
  padding-right: 5px;
  vertical-align: middle;
}

section.packages .col-md-4 {
  margin-top: 30px;
}

/* packages sec end */


/* our-place-order started */

.main-heading {
  color: #222;
  font-size: 40px;
  padding: 0 0 20px;
  font-weight: 700;
  font-family: 'Quicksand';
}

.our-place-order .main-pera {
  color: #777;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Quicksand';
  margin-bottom: 30px;
}

.our-place-order .btn-1 {
  background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
  padding: 13px 35px;
  color: #fff;
  font-size: 16px;
  border: 2px solid;
  transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
  border-radius: 7px;
  cursor: pointer;
  font-family: 'Quicksand';
  font-weight: 500;
}

.our-place-order .btn-2 {
  background: #b1065500;
  padding: 13px 35px;
  color: #09afa1;
  font-size: 16px;
  border-radius: 7px;
  margin: 0 0 0 20px;
  border: 2px solid;
  font-weight: 500;
  transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
  font-family: 'Quicksand';
  font-weight: 700;
}

.our-place-order .btn-2:hover {
  background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
  color: #fff !important;
}

.our-place-order .btn-1:hover {
  background: unset;
  color: #09afa1;
  border: 2px solid;
  font-weight: 700;
}

.our-place-order p a {
  font-size: 30px;
  color: #09afa1;
  font-weight: 500;
  font-family: 'Quicksand';
}

section.our-place-order .btn-block {
  margin-bottom: 30px;
}

.our-place-order:after {
  content: '';
  background: url(../images/cta-img2.webp) no-repeat;
  height: 372px;
  width: 25%;
  position: absolute;
  right: 0;
  opacity: .7;
  bottom: 0;
}

section.our-place-order {
  padding: 30px 0;
  position: relative;
  background: url(../images/our-placeorder.webp) no-repeat;
  background-size: cover;
  width: 100%;
}

/* our-place-order end */


/* sec-rev started */

.sec-rev {
  background: url(../images/rev-bg.webp) no-repeat;
  padding: 60px 0 90px;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

.sec-rev {
  margin-top: 130px;
}

.sec-rev .abs-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease 1s;
}

.sec-rev.anim-play .abs-img {
  -webkit-animation: 1s ease-in-out .9s 1 fadeInLeft;
  animation: 1s ease-in-out 1 fadeInLeft;
  opacity: 1;
  transition: all ease 1s;
}

.ocean {
  height: 21%;
  width: 100%;
  position: absolute;
  top: 200px;
  left: 0;
  background: #f2f2f2;
  z-index: -1;
}

.wave {
  background: url(../images/wave.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(.36, .45, .63, .53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier(.36, .45, .63, .53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: -1600px
  }
}

@keyframes swell {

  0%,
  100% {
    transform: translate3d(0, -25px, 0)
  }

  50% {
    transform: translate3d(0, 5px, 0)
  }
}

.sec-rev .top-desc h2 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Quicksand';
}

.sec-rev .top-desc p {
  color: #fff;
  max-width: 43%;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  font-family: 'Quicksand';
}

.sec-rev .top-desc {
  margin: 100px 0 20px;
}

.sec-rev .main {
  background-image: url(../images/our-placeorder.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 15px 30px;
  height: 290px;
  width: 95%;
  border-radius: 7px;
  box-shadow: 0px 3px 11px #c1c1c1c7;
}

.sec-rev .main h2 {
  color: #09afa1;
  font-size: 20px;
  font-weight: 800;
  display: block;
  margin: 0 0 15px;
  font-family: 'Quicksand';
}

.sec-rev .main p {
  color: #202020;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  font-family: 'Quicksand';
  font-weight: 700;
  padding-right: 20px;
}

p.pscroll {
  overflow-y: scroll;
}

.sec-rev .main h2 img {
  display: inline-block;
  float: right;
  width: 90px;
}

.sec-rev .slick-list.draggable {
  padding: 18px 10% 20px 0;
}

.rev-slider .slick-prev:before {
  content: '';
}

.rev-slider .slick-prev:before,
.rev-slider .slick-next:before {
  font-family: 'fontawesome';
  font-size: 25px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rev-slider .slick-prev {
  left: 14px;
}

.rev-slider .slick-prev,
.rev-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 110%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.rev-slider .slick-next {
  right: 93%;
}

/* sec-rev end */

/* form started */
.ver-cta .box {
  display: none;
}

section.btmform {
  padding: 0px 0 20px;
  position: relative;
  bottom: -110px;
}

.footer_contact h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin: 0 0 30px 0;
  color: #000;
  font-family: 'Quicksand';
}

.text-center h2+p {
  width: 75%;
  margin: auto;
  margin-bottom: 30px;
  font-size: 18px;
  color: #525252;
  font-family: 'Quicksand';
  font-weight: 600;
}

.sec-left {
  width: 80%;
}

.btmform .wrapper {
  box-shadow: 1px 1px 18px 0 rgb(0 0 0 / 20%), 0 2px 25px -5px rgb(0 0 0 / 10%), 1px 5px 1px rgb(0 0 0 / 5%);
  height: 91%;
  width: 100%;
  padding: 50px 0 0 30px;
  background: #fff;
  margin: 30px 0 80px 0;
  position: relative;
}

.field {
  padding: 5px 0px 5px 5px;
}

.field input,
.field select {
  background-color: #f0f0f0;
  width: 100%;
  padding: 15px 15px;
  border: 0;
  border-radius: 35px;
  color: #9b9fa6;
  border: 1px solid #9b9fa673;
  border: 1px solid #9b9fa640;
  outline: 0;
}

.field-msg textarea {
  background-color: #f0f0f0;
  width: 90%;
  padding: 15px 15px;
  border: 0;
  color: #9b9fa6;
  overflow: hidden;
  border-radius: 15px;
  height: 193px;
  margin: 0;
  border: 1px solid #9b9fa640;
  resize: none;
  outline: 0;
}

.field-btn input[type=submit] {
  color: #fff !important;
  font-size: 16px;
  background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
  /* background-image: linear-gradient(to right, #ff357d, #ff3e6e, #ff4a5f, #ff5651, #ff6244); */
  border-radius: 35px !important;
  padding: 15px 50px;
  font-weight: 500;
  display: inline-block;
  border-radius: 22px;
  border: 0;
  margin: 10px 0 0;
  width: 90%;
  height: auto;
  padding: 15px 50px;
}

.sec-right {
  position: absolute;
  top: 5%;
  width: 21%;
  height: 92%;
  right: 0;
  background-image: url(../images/form.webp);
  background-repeat: no-repeat;
  bottom: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.second-sec-cont p {
  font-family: 'Quicksand';
  max-width: 93%;
  font-size: 17px;
  font-weight: 500;
  padding-top: 10px;
}

.second-sec-cont h2 {
  font-size: 30px;
  font-family: 'Quicksand';
  font-weight: 600;
}

.second-sec-cont {
  padding-bottom: 36px;
}

/* form end */

/* footer started */

footer .logowrp p {
  color: #fff;
  font-size: 14px;
  font-family: 'Quicksand';
  font-weight: 600;
  padding-top: 15px;
}

footer .logowrp ul {
  margin-top: 15px;
}

footer .logowrp ul li {
  display: inline-block;
  margin-right: 20px;
}

footer .logowrp ul li a {
  color: #fff;
  font-size: 17px;
}

footer .logowrp ul li a i:hover {
  transform: rotate(370deg);
}

footer .logowrp ul li a i {
  background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 12px 3px 0 0;
  display: block;
  text-align: center;
  transition: 1s;
  box-sizing: border-box;
}

footer {
  background: #1b1b1b;
  padding: 120px 0 30px;
}

footer .navwrp h4 {
  color: #fff;
  padding: 0 0 30px;
  font-size: 24px;
  position: relative;
  font-family: 'Quicksand';
  font-weight: 700;
}

footer .navwrp h4:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
  bottom: 20px;
  left: 0;
}

footer .navwrp ul li {
  display: block;
  padding: 0px 0 8px;
}

footer .navwrp ul li a {
  color: #fff;
  font-size: 15px;
  font-family: 'Quicksand';
  font-weight: 600;
}

footer .navwrp ul li img {
  margin: 20px 0 0;
  width: 80%;
}

.copyright p {
  color: #d3d3d3;
  font-family: 'Quicksand';
  font-size: 15px;
  font-weight: 600;
}

ul.copyrightLink {
  display: flex;
  justify-content: flex-end;
}

ul.copyrightLink a {
  color: #cfcfcf;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 15px;
  padding-left: 24px;
}

.copyright {
  border-top: 1px solid #c7c7c7;
  padding-top: 30px;
  margin-top: 30px;
}

/* footer end */
.logo-main {
  width: 30%;
}


/* website-developement page started */

.website_bnr {
  padding: 160px 0 70px;
  display: block;
  background-image: url(../images/3d-ban.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 100%;
}

.website_bnr .imgmain li {
  display: inline-block;
  margin: 15px 35px 0 0;
}

.website_bnr .ban-txt .main-pera {
  font-size: 18px;
}

.website_bnr .ban-txt h4 {
  font-family: 'Quicksand';
}

.form-wrap {
  color: #fff;
  background: #00000059;
  padding: 40px 20px 40px;
  border-radius: 5px;
  width: 72%;
  margin: 0px auto 0;
  position: relative;
  z-index: 9;
  float: right;
}

.mainfrm .imgform {
  position: absolute;
  top: 20px;
  left: 25px;
  width: 25%;
}

.form-wrap h1 {
  font-size: 22px;
  text-align: right;
  margin: 0 0 24px 0;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.4;
  padding: 0 0 10px;
  font-family: 'Quicksand';
}

.form-wrap h1 span {
  display: block;
  color: #fff;
  font-size: 32px;
  line-height: .5;
  padding: 10px 0 0;
  font-weight: 700;
}

.mainfrm input {
  border: 2px solid #fffefe94;
}

.bnr-inpfild input,
.bnr-inpfild select,
.bnr-inpfild textarea {
  width: 90%;
  padding: 10px;
  border-radius: 6px;
  height: 51px;
  font-size: 16px !important;
  border-color: #ffffff5e;
  background: #ffffff00;
  appearance: auto;
  color: #fff;
  outline: 0;
  font-family: 'Quicksand';
  font-weight: 700;
  display: block;
  margin: 0 auto 18px;
}

.bnr-inpfild select {
  font-weight: 500;
  letter-spacing: 1px;
}

.form-wrap select option {
  color: #000;
  font-weight: 500;
}

.bnr-inpfild button {
  color: #fff;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
  transition: all .8s ease;
  border: none;
  width: 90%;
  display: flex;
  justify-content: center;
  margin: auto;
}

section.secndwrp-two {
  padding: 70px 0;
}

.offerwrp {
  background-image: url(../images/custom-pkg-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 40px 0;
}

.offerwrp h4 {
  color: #fff;
  font-size: 42px;
  font-family: 'Quicksand';
  font-weight: 700;
}

.offerwrp h4 span {
  display: block;
  font-size: 32px;
  font-weight: 500;
}

.offerwrp .btnwrp {
  display: flex;
  justify-content: flex-end;
}

.port-box2 .hk_web_height {
  transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
  box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 16%);
  height: 400px;
  overflow: hidden;
  background-size: cover;
  border-radius: 10px;
  list-style: none;
}

.port-box2 .hk_web_height:hover {
  transform: scale(1.1);
}

.port-box2 .hk_web_height:hover {
  background-position: 100% 100%;
  transition: 6s !important;
  transform: none;
}

.port-box2 li {
  margin-bottom: 20px;
}

/*process sec strat*/

section.flexiblefeatures-sec {
  padding: 70px 0 50px;
  background: #f3f5f7;
  overflow: hidden;
}

.flexiblefeatures-sec ul {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 100px;
}

.flexiblefeatures-sec ul li {
  clear: both;
  margin-bottom: 0px;
  width: 100%;
  display: inline-block;
}

.flexiblefeatures-sec ul li .txt-wrap {
  width: 100%;
  /* float: right; */
  padding-right: 13px;
}

.flexiblefeatures-sec ul li .txt-wrap h4 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-right: 107px;
  text-align: right;
  margin-bottom: 20px;
  font-family: 'Quicksand';
}

.flexiblefeatures-sec ul li .txt-wrap p {
  color: #000;
  font-size: 15px;
  line-height: 1.4;
  display: inline-block;
  width: 75%;
  text-align: right;
  padding: 0 0 20px;
  font-family: 'Quicksand';
  font-weight: 700;
}

.flexiblefeatures-sec ul li figure {
  margin-bottom: 0px;
  width: 20%;
  float: right;
  display: inline-block;
}

.flexiblefeatures-sec ul li figure img {
  width: 80px;
  height: auto;
  margin: -40px 0 0;
}

.txt-wrap figure img {
  display: inline-block;
}

.flexiblefeatures-sec figure img {
  width: 100%;
}

.first-fold li:last-child {
  margin-bottom: 0;
}

.flexiblefeatures-sec ul li figure img {
  width: 80px;
  height: auto;
  margin: -40px 0 0;
}

.second-fold li {
  padding-bottom: 20px;
}

.fold-1 p {
  margin-left: 90px;
  color: #000;
  line-height: 1.4;
  font-size: 15px;
  font-family: 'Quicksand';
  font-weight: 700;
}

.fold-1 h4 {
  margin-left: 90px;
  font-size: 20px;
  color: #2c2c2c;
  font-family: 'Quicksand';
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 5px;
}

.second-fold .fold-1 figure {
  float: left;
  margin-top: 31px;
}

.cntr-book {
  position: relative;
  height: 500px;
  width: 100%;
}

.center_img {
  animation: mover .8s infinite alternate;
  position: absolute;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

/*process sec end*/
.tecnoglywrp {
  background-image: url(../images/account-orbs.svg);
  padding: 80px 0 40px;
  font-size: 0;
  background-position: -24px 110px;
  background-repeat: no-repeat;
  background-size: 47%;
  margin: 60px 0 0;
}

.txtdiv p {
  color: #777;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Quicksand';
}

.txtdiv li {
  font-size: 18px;
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 0 0 15px 25px;
  font-family: 'Quicksand';
  font-weight: 600;
}

.txtdiv li:before {
  content: "\f00c";
  font-family: FontAwesome !important;
  color: #09afa1;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 17px;
}

.txtdiv ul {
  padding-top: 20px;
}

section.tecnoglywrp a:hover {
  color: #339bd1;
}

/* website-development page end */

/* content page */
.contnet_wrtng {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 180px 0 100px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.contnet_wrtng:before {
  content: "";
  background: #080808ab;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contnet_text {
  text-align: center;
}

.contnet_text h1 {
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 60px;
}

.contnet_text ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contnet_text ul.jsti_center {
  justify-content: center;
}

.contnet_text a {
  color: #fff;
  transition: .8s;
}

.contnet_text li {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-right: 30px;
  position: relative;
}

.contnet_text li:before {
  position: absolute;
  right: -1px;
  top: 2px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  content: "-";
}

.contnet_text .active:before {
  display: none;
}

.contnet_text .active {
  color: #09afa1;
}

#content_sec {
  background-image: url(../images/content_bg.webp);
  background-position: center;
}

.option_sec {
  background-image: url(../images/pattern-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0;
}

.optn_head h2 {
  font-family: 'Quicksand';
  font-size: 35px;
  font-weight: 900;
  width: 70%;
  margin: auto;
  color: #09afa1;
}

.optn_head span {
  font-weight: 600;
  color: #000;
}

.optn_head {
  text-align: center;
  padding-bottom: 50px;
}

.option_box_main {
  background: #ffffff75;
  padding: 33px 50px;
  height: 385px;
  border-radius: 15px;
  opacity: .6;
  transition: 1s;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.option_box_main h6 {
  font-family: 'Quicksand';
  font-size: 18px;
  font-weight: 700;
  width: 75%;
  line-height: 22px;
  padding-top: 25px;
}

.option_box_main p {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 35px;
}

.option_box_main i {
  transform: rotate(90deg);
  transition: .8s;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.option_box_main:hover h6 {
  color: #fff;
}

.option_box_main:hover p {
  color: #fff;
}

.option_box_main:hover i {
  transform: rotate(0deg);
  color: #FFF;
}

.option_box_main:hover {
  background: #343434b3;
  opacity: 1;
  box-shadow: 0px 2px 13px #a9a9a9;
}

section.customize_sec3 {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

section.customize_sec3 h2 {
  width: 80%;
}

section.customize_sec3 .optn_head p {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 500;
  width: 90%;
  margin: auto;
  line-height: 25px;
  padding-top: 15px;
}

.customize_content_main {
  width: 90%;
}

section.customize_sec3 h2 {
  width: 80%;
}

.customize_content_main h2 {
  font-family: 'Quicksand';
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}

.customize_content_main h2 strong {
  font-weight: 800;
  color: #09afa1;
}

ul.lst_item {
  padding-top: 15px;
}

.customize_content_main .lst_item li {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  padding-top: 6px;
}

.customize_content_main .lst_item li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #09afa1;
  position: absolute;
  left: 0;
  top: 5px;
}

.customize_content_main a:hover {
  color: #09afa1;
}

.customize_content_main a {
  transition: .8s;
}

section.customize_sec3 img {
  width: 80%;
  margin: auto;
  display: block;
}

#ecommerce_bnr {
  background-image: url(../images/ecommerce-development-company-in-usa.webp);
  background-position: center;
}

/* e-commerce */

section.animation_work_sec {
  background: #fff;
  padding: 100px 0 70px;
}

.animation_head_main {
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}

.animation_head_main h2 {
  font-family: 'Quicksand';
  font-size: 45px;
  font-weight: 600;
}

.animation_head_main p {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #626262;
  padding-top: 15px;
}

.animation_work_sec div#nav-tab button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 275px;
  justify-content: center;
  height: 150px;
  color: #ffffff;
  background-color: #09afa1;
  margin-right: 30px;
  border-radius: 10px;
}

.animation_work_sec .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #ffffff !important;
  background: #09afa1 !important;
  border-radius: 10px !important;
  margin-bottom: unset !important;
  border: none !important;
}

section.animation_work_sec div#nav-tab .active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(12%) hue-rotate(103deg) brightness(105%) contrast(105%);
}

section.animation_work_sec div#nav-tab button img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7497%) hue-rotate(268deg) brightness(102%) contrast(101%);
}

.animation_work_sec div#nav-tab button span {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-top: 13px;
}

.animation_work_sec div#nav-tab {
  border: none;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

section.animation_work_sec h5 {
  font-family: 'Quicksand';
  font-size: 45px;
  font-weight: 800;
  color: #09afa1;
}

section.animation_work_sec p {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #626262;
  padding-top: 15px;
}

/* webportal */

#webportal_bnr {
  background-image: url(../images/web-portal-banner.webp);
  background-position: center;
}

/* video page */
#video_bnr {
  background-image: url(../images/video_animation_bg.webp);
  background-position: center;
}

/* privacy page */
#Privacy_Policy {
  background-image: url(../images/Privacy-Policy_bnr.jpg);
}

section.privay_content_main {
  background: #ffff;
  padding-top: 40px;
}

section.privay_content_main h5 {
  font-family: 'Quicksand';
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}

section.privay_content_main h3 {
  font-size: 25px;
  font-family: 'Quicksand';
  font-weight: 700;
}

section.privay_content_main p {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-top: 12px;
  color: #000;
}

section.privay_content_main p a {
  color: #028aff;
}

/* condition page */
#trem_pages {
  background-image: url(../images/trem_bnr.jpg);
}

section.privay_content_main ul {
  padding-left: 25px;
  padding-top: 25px;
}

section.privay_content_main li {
  list-style: disc;
  padding-bottom: 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.theme-color {
  color: #09afa1 !important;
  font-weight: 900;
}

ul.footer_link_pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

ul.footer_link_pages li {
  width: 45%;
}

/* services page */
#services_bnr {
  background-image: url(../images/services_bg.webp);
  background-position: center;
}
.techno_services_page_sec .head_text_main h2 {
  font-family: 'Quicksand';
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.techno_services_page_sec .head_text_main p {
  font-family: 'Outfit';
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
  width: 85%;
  line-height: 25px;
  color: #fff;
}
.service_boxes_main {
  width: 100%;
  background: #0000008f;
  padding: 45px 35px;
  border-radius: 10px;
  transition: .8s;
  height: 230px;
  margin-top: 40px;
}
.service_boxes_main:hover {
  box-shadow: 0px 1px 10px #6c6c6c;
  background: #09afa1;
}
.service_boxes_main:hover p {
  text-decoration: underline;
}

.service_boxes_main span {
  display: flex;
  justify-content: space-between;
}

.service_boxes_main span h5 {
  font-family: 'Quicksand';
  font-size: 50px;
  font-weight: 200;
  color: #e3e3e3;
  transition: .5s;
}

.service_boxes_main p {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  letter-spacing: 1px;
  padding-top: 20px;
  transition: .5s;
  line-height: 20px;
}
.techno_services_page_sec {
  background-image: url(../images/service_bg_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.techno_services_page_sec:before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .6;
}

/* social page */
#social_bnr {
  background-position: center;
  background-image: url(../images/social_media_bg.webp);
}
/* seo */
#seo_bnr {
  background-image: url(../images/seo_bg.webp);
  background-position: center;
}





/* pop */

section.contact-section.popup-sec.contact-two {
  z-index: 999 !important;
  padding: 40px 10px !important;
  max-width: 1100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 3px solid #ffaa17;
}

.search-popup__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-popup__overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
  cursor: none;
}

.search-popup.active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}





/*   font-family: "Righteous", cursive; 
     font-family: 'Outfit', sans-serif;
     font-family: 'Quicksand', sans-serif;
*/
/************************** media-query **************************/

@media only screen and (min-width: 1921px) and (max-width: 7368px) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header_btn_main a {
      font-size: 14px;
    }
  .home-bnerwrp .txtwrp ul {
    margin: 0 0 20px 35px;
  }

  section.packages a.chat {
    margin-left: 0px;
  }

  .sec-rev .main h2 {
    font-size: 16px;
  }

  .sec-rev .main p {
    font-size: 13px;
    line-height: 18px;
    padding-right: 0;
    width: 100%;
    overflow: unset;
  }

  .sec-rev .main h2 img {
    width: 80px;
  }

  .sec-rev .main {
    padding: 20px 13px 30px;
    height: 100%;
  }

  .sec-rev .top-desc p {
    max-width: 62%;
    font-size: 16px;
  }

  .sec-rev .top-desc {
    margin: 100px 0 10px;
  }

  .rev-slider .slick-next {
    right: 91%;
  }

  .footer_contact h2 {
    line-height: 15px;
  }

  .text-center h2+p {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .banner-pic .hover-effect-bann .row {
    top: -60px;
    width: 680px;
    -webkit-transform: rotateX(70deg) rotateZ(25deg) scale(1.2);
    transform: rotateX(64deg) rotateZ(23deg) scale(1.1);
  }

  .banner-pic img {
    width: 100%;
    height: 100%;
  }

  .logo-bnner .ban-txt .main-pera {
    font-size: 18px;
    font-weight: 600;
    width: 95%;
  }

  .form-wrap {
    width: 80%;
  }

  .main-services-banner-sec .imgbox .hvrimg {
    width: 75%;
    top: -9px;
    left: -13px;
  }

  .popup-vec1 {
    right: -130px;
    bottom: -31px;
    width: 44%;
  }

  .popup-vec2 {
    top: 160px;
    right: 230px;
  }

  /* thankyou */
  section.thankYou {
    padding: 170px 0 60px 0 !important;
  }

  .thankYou .fad {
    font-size: 85px !important;
  }

  .thankYou h2 {
    width: 100% !important;
    margin: 10px auto 10px !important;
    line-height: 28px !important;
    font-size: 25px !important;
  }

  .thankYou h6 {
    width: 100% !important;
    margin: 0px auto 15px !important;
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .thankYou p {
    width: 100% !important;
  }

  .thankYou ul li {
    font-size: 15px !important;
  }

  .thankYou ul {
    margin-bottom: 25px !important;
    width: 80%;
    margin: auto;
  }

  .animation_work_sec div#nav-tab button {
    width: 260px;
    margin-right: 0;
  }

  .animation_work_sec div#nav-tab {
    justify-content: space-between;
  }

  .option_box_main {
    padding: 33px 20px;
  }

  section.customize_sec3 .btnwrp a {
    padding: 10px 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_btn_main a {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 13px;
  }

  a#animation_btn {
    padding: 8px 20px;
    border-radius: 15px;
  }

  .logo-main {
    width: 40%;
  }

  .home-bnerwrp .txtwrp h1 {
    font-size: 35px;
    max-width: 85%;
  }

  .home-bnerwrp:before {
    height: 550px;
    border-radius: 0px 12% 0% 0px;
  }

  .home-bnerwrp .txtwrp ul {
    margin: 0 0 20px 32px;
  }

  .lp-ind .main {
    height: 80px;
  }

  .lp-ind .main .pic img {
    height: 80px;
  }

  .lp-ind .main .desc {
    top: 8%;
  }

  .lp-ind .lf h2 span {
    font-size: 30px;
  }

  .lp-ind .lf h2 {
    font-size: 22px;
  }

  .lp-ind {
    padding: 13px 0;
  }

  .sec-3 .top-desc {
    max-width: 80%;
  }

  .sec-3 .box h4 {
    font-size: 18px;
  }

  ul.portfolio-box-wrapper {
    justify-content: space-between;
  }

  ul.portfolio-box-wrapper li {
    flex: 0 0 22%;
  }

  section.packages a.grad-btn {
    width: 100%;
    text-align: center;
    font-weight: 700;
    padding: 10px 26px;
    font-size: 17px;
  }

  section.packages a.chat {
    margin-left: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
  }

  section.packages a.chat span {
    font-size: 18px;
    line-height: 20px;
    padding-left: 0px;
  }

  section.packages a.chat span small {
    font-size: 13px;
  }

  section.packages [class^="col-12"]>div.pkgbox .pricebox h3 {
    font-size: 35px;
  }

  section.packages [class^="col-12"]>div.pkgbox .pricebox sup {
    font-size: 35px;
  }

  section.packages [class^="col-12"]>div.pkgbox .pricebox strike {
    font-size: 18px;
  }

  section.packages h4.off {
    font-size: 15px;
    font-weight: 700;
  }

  .sec-pricing .cdiv .cbtm ul.mrgn {
    margin: 0 0 335px;
  }

  .sec-pricing .cdiv .cbtm h5.sm {
    margin: 0 0 7px;
  }

  .sec-pricing .cdiv .cbtm a.order {
    padding: 9px 25px;
    border-radius: 15px;
  }

  .sec-pricing .cdiv .cbtm p {
    width: 100%;
  }

  .sec-pricing .cdiv .cbtm a.call {
    font-size: 13px;
    font-weight: 700;
  }

  .our-place-order p br {
    display: none;
    font-size: 16px;
  }

  .our-place-order a {
    padding: 11px 25px;
  }

  .sec-rev {
    padding: 60px 0 50px;
    margin-top: 80px;
  }

  .sec-rev .main {
    padding: 15px 15px 30px;
    height: 100%;
  }

  .sec-rev.anim-play .abs-img {
    width: 25%;
    top: 150px;
  }

  .sec-rev .top-desc p {
    max-width: 75%;
    font-size: 16px;
  }

  .sec-rev .top-desc {
    margin: 80px 0px 10px 0px;
  }

  .sec-rev .main h2 {
    font-size: 18px;
    margin: 0 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sec-rev .main p {
    font-size: 14px;
    line-height: 21px;
    overflow: unset;
    padding: 0;
  }

  .rev-slider .slick-prev,
  .rev-slider .slick-next {
    top: 105%;
  }

  .rev-slider .slick-next {
    right: 89%;
  }

  .footer_contact h2 {
    margin: 0 0 10px 0;
  }

  .footer_contact p {
    margin-bottom: 5px !important;
    font-size: 20px !important;
  }

  footer .justify-content-between {
    align-items: baseline;
  }

  .info_part a {
    color: #2a2a2a;
    font-size: 20px;
  }

  .info_part i {
    margin-right: 10px;
  }

  .hk_bor {
    padding: 8px 0px 8px 20px;
    --bs-gutter-x: 0;
  }

  section.countrwrp .row {
    align-items: center;
  }

  .ban-txt .main-pera {
    font-size: 20px;
    font-weight: 400;
  }

  .ban-txt .main-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .ban-txt h4 {
    margin-bottom: 15px;
  }

  .about_banner {
    padding: 160px 0 50px;
    background-position: center;
  }

  .banner-pic .hover-effect-bann .row {
    top: -60px;
    width: 600px;
    -webkit-transform: rotateX(70deg) rotateZ(25deg) scale(1.2);
    transform: rotateX(64deg) rotateZ(23deg) scale(1.1);
  }

  .banner-pic img {
    width: 100%;
    height: 100%;
  }

  .logo-bnner .ban-txt .main-pera {
    font-size: 18px;
    font-weight: 500;
    width: 95%;
  }

  .logo-bnner .banner-sec {
    height: 700px;
  }

  .form-wrap {
    width: 85%;
  }

  .offerwrp h4 {
    font-size: 38px;
  }

  .offerwrp .btnwrp a {
    font-size: 17px;
    padding: 10px 20px;
  }

  .offerwrp .btnwrp {
    margin-top: 0;
  }

  .tecnoglywrp .btnwrp a {
    padding: 9px 23px;
  }

  .main-services-banner-sec .imgbox .hvrimg {
    width: 75%;
    position: relative;
    top: 14px;
    left: -10px;
  }

  li.heading {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .started_popup_sec .modal-content {
    width: 95%;
    margin: auto;
  }

  .popup-vec1 {
    right: -100px;
    bottom: -20px;
    width: 42%;
  }

  .popup-vec2 {
    top: 160px;
    right: 190px;
  }

  /* thankyou */
  section.thankYou {
    padding: 170px 0 60px 0 !important;
  }

  .thankYou .fad {
    font-size: 85px !important;
  }

  .thankYou h2 {
    width: 100% !important;
    margin: 10px auto 10px !important;
    line-height: 28px !important;
    font-size: 25px !important;
  }

  .thankYou h6 {
    width: 100% !important;
    margin: 0px auto 15px !important;
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .thankYou p {
    width: 100% !important;
  }

  .thankYou ul li {
    font-size: 15px !important;
  }

  .thankYou ul {
    margin-bottom: 25px !important;
    width: 80%;
    margin: auto;
  }

  /* ecommerce page */
  .contnet_wrtng {
    padding: 180px 0 35px;
  }

  .contnet_text h1 {
    font-weight: 600;
    font-size: 50px;
  }

  .contnet_text .active {
    padding: 0;
  }

  .contnet_text li {
    font-size: 20px;
  }

  .contnet_text li:before {
    top: -3px;
  }

  .contnet_text ul {
    padding-top: 12px;
  }

  section.animation_work_sec {
    padding: 50px 0 30px;
  }

  .animation_head_main h2 {
    font-size: 30px;
    font-weight: 700;
  }

  section.animation_work_sec p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
  }

  .animation_work_sec div#nav-tab button {
    width: 215px;
    height: 130px;
    margin-right: 0px;
    margin-top: 15px;
  }

  .animation_work_sec div#nav-tab {
    justify-content: space-evenly;
    padding-bottom: 25px;
  }

  .animation_work_sec div#nav-tab button span {
    font-size: 14px;
    font-weight: 600;
  }

  .animation_head_main {
    margin-bottom: 15px;
  }

  section.animation_work_sec h5 {
    font-size: 22px;
  }

  ul.footer_link_pages {
    display: flex;
    flex-direction: column;
  }

  .option_sec {
    padding: 30px 0;
  }

  ul.footer_link_pages li {
    width: 100%;
  }

  .optn_head h2 {
    font-size: 25px;
    width: 100%;
  }

  .optn_head {
    padding-bottom: 30px;
  }

  .option_box_main {
    padding: 33px 20px;
    background: #c1c1c175;
    height: 300px;
    text-align: center;
  }

  .option_box_main h6 {
    font-size: 18px;
    width: 100%;
    line-height: 23px;
    padding-top: 15px;
  }

  .option_box_main p {
    font-size: 15px;
    padding-bottom: 0px;
  }

  section.customize_sec3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.customize_sec3 h2 {
    width: 100%;
    text-align: center;
  }

  section.customize_sec3 .optn_head p {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding-top: 15px;
  }

  .customize_content_main h2 {
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
  }

  .customize_content_main .lst_item li {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }

  .customize_content_main ul.lst_item {
    padding-top: 8px;
  }

  .customize_content_main {
    width: 100%;
    margin-bottom: 15px;
  }

  .customize_content_main .btnwrp {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .customize_content_main .btnwrp a {
    margin-right: 0;
    margin-bottom: 17px;
  }

  section.customize_sec3 img {
    margin-bottom: 20px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  button.navbar-toggler {
    margin: 0 0 0 auto;
    border: 3px solid #fff;
    padding: 0;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .ser ul {
    position: unset;
    width: 100%;
    background: transparent;
    margin: 0 !important;
  }

  .ser li {
    width: 100% !important;
  }

  li.ser .dropwrep {
    width: 600px;
    top: 50px;
  }

  header .dropwrep .manuwrp ul {
    position: unset;
    width: 100%;
    background: transparent;
  }

  .logo-main {
    width: 35%;
    margin-left: 5px;
  }

  .top_links ul {
    display: flex;
    padding-top: 10px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
  }

  .top_links li {
    padding-left: 50px;
  }

  .top_links {
    padding-bottom: 20px;
  }

  .navbar {
    position: unset;
    top: 0;
    right: 0;
    width: 100%;
    background: transparent;
    border-radius: 10px;
  }

  button.navbar-toggler {
    color: #fff;
    font-size: 35px;
  }

  .header_btn_main ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #ffffff;
    flex-wrap: wrap;
    padding: 10px 0 0;
    border-radius: 10px;
    position: absolute;
    width: 40%;
    top: 85px;
    left: 45%;
  }

  .header_btn_main ul li {
    width: 45%;
    margin-bottom: 10px;
    padding-left: 15px;
  }

  .header_btn_main a {
    color: #020202;
    padding: 10px 0px;
  }

  div#navbarNav #animation_btn {
    display: none;
  }

  .navbar-toggler {
    padding: 3px 4px;
    height: 45px;
  }

  header.bg_header {
    padding: 0px 0px 10px;
  }

  header.bg_header button.navbar-toggler {
    color: #000;
    font-size: 35px;
    border-color: #000;
  }

  header.bg_header .top_links {
    padding-bottom: 5px;
  }

  .home-bnerwrp {
    padding: 180px 0 0px;
    height: 895px;
  }

  .home-bnerwrp .txtwrp h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }

  .home-bnerwrp .txtwrp h1 {
    color: #fff;
    font-size: 25px;
    padding: 4px 0 9px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    max-width: 100%;
    text-align: center;
    line-height: 27px;
  }

  .home-bnerwrp .txtwrp p {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    line-height: 25px;
  }

  .home-bnerwrp .txtwrp ul {
    margin: 0px 0 0px 50px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }

  .home-bnerwrp .txtwrp ul li {
    display: inline-block;
    width: 46%;
    padding: 0 2px 8px;
    font-size: 15px;
    position: relative;
    font-weight: 700;
    left: 12px;
  }

  .home-bnerwrp .txtwrp ul li:after {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: -27px;
    top: 2px;
    color: #fff;
    background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
    border-radius: 30px;
    font-size: 12px;
    width: 20px;
    text-align: center;
    padding: 1px 0px;
  }

  .home-bnerwrp .btnwrp {
    margin-top: 30px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: space-evenly;
  }

  .home-bnerwrp .btnwrp a {
    margin: 0;
    padding: 10px 50px;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .home-bnerwrp:before {
    content: "";
    width: 100%;
    height: 310px;
    bottom: 47%;
    left: 0px;
    border-radius: 0;
    z-index: 1;
    background: #0000008c;
    box-shadow: 0px 0px 10px 5px #adb5bd54;
  }

  section.lp-ind .row {
    align-items: center;
  }

  .home-bnerwrp .txtwrp {
    position: relative;
    z-index: 2;
  }

  .home-bnerwrp:after {
    width: 100%;
    height: 895px;
  }

  .home-bnerwrp .imgwrp img {
    width: 100%;
    top: 25px;
  }

  .lp-ind {
    padding: 0px 0;
    border-radius: 25px;
  }

  .lp-ind .lf {
    margin: 0px 0 0;
  }

  .lp-ind .lf h2 {
    margin: 0;
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 700;
  }

  .lp-ind .lf h2 span {
    font-size: 25px;
    font-weight: 700;
  }

  .lp-ind .slick-track {
    padding: 20px 0 20px;
  }

  .lp-ind .main .pic img {
    width: 100%;
    height: 80px;
  }

  .lp-ind .main {
    height: 80px;
  }

  .sec-3 {
    padding: 0px 0 0px;
  }

  .sec-3 .top-desc h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 25px;
  }

  .sec-3 .top-desc {
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .sec-3 .top-desc p {
    max-width: 100%;
    font-weight: 600;
    width: 100%;
    font-size: 17px;
  }

  .sec-3 .box {
    padding: 40px 10px 40px;
    margin-bottom: 15px;
  }

  .box h4 br {
    display: none;
  }

  .sec-3 .box p {
    font-size: 15px;
    line-height: 20px;
  }

  .sec-3 .box h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 5px;
  }

  .section-heading.text-center h3 {
    font-size: 35px;
    margin: 0 auto 0px;
    line-height: 20px;
  }

  .section-heading.text-center p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
    width: 88%;
    margin: 15px auto 0;
  }

  ul.portfolio-box-wrapper li {
    width: 50%;
    flex: 0 0 48%;
  }

  ul.portfolio-box-wrapper {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }

  section.packages h2 {
    font-size: 30px;
  }

  section.packages .text-center h2+p {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .titlebox h4 {
    font-size: 20px;
  }

  .titlebox {
    padding: 20px 20px 35px;
    top: -20px;
    border-radius: 14px 14px 0px 14px;
  }

  section.packages [class^="col-12"]>div.pkgbox .pricebox sup {
    font-size: 28px;
  }

  section.packages [class^="col-12"]>div.pkgbox .pricebox h3 {
    font-size: 30px;
    padding-right: 15px;
  }

  section.packages [class^="col-12"]>div.pkgbox .pricebox strike {
    font-size: 18px;
  }

  section.packages h4.off {
    top: 2px;
    font-size: 18px;
  }

  section.packages [class^="col-12"]>div.pkgbox ul li {
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 15px;
  }

  section.packages [class^="col-12"]>div.pkgbox ul li:before {
    content: "\f00c";
    font-size: 13px;
    top: 3px;
  }

  section.packages [class^="col-12"]>div.pkgbox ul {
    margin-bottom: 5px !important;
  }

  a.vm-btn {
    padding-top: 0px;
  }

  a.vm-btn:before {
    top: 0px;
  }

  section.packages a.grad-btn {
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 45px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
  }

  section.packages a.chat {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  section.packages a.chat span {
    font-size: 18px;
    line-height: 18px;
    padding-left: 0;
    padding-top: 10px;
  }

  section.packages a.chat span small {
    font-size: 14px;
    padding-bottom: 5px;
  }

  div#pr-tab1 .col-12 {
    margin-bottom: 35px;
  }

  .sec-pricing-sh {
    padding: 0 12px;
  }

  .sec-pricing .cdiv {
    margin-top: 0px;
  }

  .sec-pricing .cdiv:before {
    top: -11px;
    right: 13px;
    width: 120px;
    height: 95px;
    background-size: cover;
  }

  .sec-pricing .cdiv:after {
    background-size: cover;
    top: -19px;
    left: -24px;
    width: 120px;
    height: 120px;
  }

  .sec-pricing .cdiv .ctop h2 {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Quicksand';
  }

  .sec-pricing .cdiv .cbtm h4.tit {
    font-size: 20px;
    text-align: center;
  }

  h4.tit img {
    padding-right: 15px;
    padding-bottom: 10px;
  }

  div#clm_cm .col-12 {
    margin-bottom: 0;
  }

  .sec-pricing .cdiv .cbtm h3 {
    margin: 15px 0px 15px 0;
    font-size: 35px;
    font-weight: 800;
    text-align: end;
  }

  .sec-pricing .cdiv .cbtm h3 span {
    font-size: 20px;
    font-weight: 600;
    top: -4px;
    right: 20px;
    padding-left: 30px;
  }

  .sec-pricing .cdiv .cbtm h5 {
    margin: 20px 0 15px;
    font-size: 16px;
    display: block;
  }

  .sec-pricing .cdiv .cbtm ul li {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    padding-left: 21px;
  }

  .sec-pricing .cdiv .cbtm ul li:before {
    top: 6px;
    font-size: 13px;
  }

  /* .sec-pricing .cdiv .cbtm ul {
    margin-bottom: 30px !important;
  } */
  .sec-pricing .cdiv .cbtm a.order {
    border-radius: 10px;
  }

  .sec-pricing .cdiv .cbtm ul.mrgn {
    margin: 0 0 300px;
  }

  .our-place-order .main-pera br {
    display: none;
  }

  .sec-pricing .cdiv .cbtm p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 3px 0;
  }

  .sec-pricing .cdiv .cbtm .sm {
    color: #09afa1;
    font-size: 15px !important;
    font-weight: 700;
    margin: 5px 0 4px !important;
    text-align: center !important;
    display: block;
  }

  .sec-pricing .cdiv .cbtm a.call {
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }

  section.our-place-order .main-heading {
    font-size: 30px;
    padding: 12px 0 5px;
  }

  .our-place-order .main-pera {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 20px;
    width: 100%;
  }

  .our-place-order .btn-2 {
    margin: 0 0 0 0px;
  }

  section.our-place-order .btn-block a {
    margin-bottom: 15px;
    padding: 8px 20px;
  }

  section.our-place-order .btn-block {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .our-place-order p a {
    font-size: 25px;
    font-weight: 600;
  }

  .sec-rev.anim-play .abs-img {
    width: 25%;
    top: 120px;
  }

  .sec-rev .slick-list.draggable {
    padding: 18px 0% 20px 0;
  }

  .sec-rev .main {
    width: 95%;
    margin: auto;
    height: 100%;
    padding: 20px 12px 20px;
  }

  .sec-rev {
    margin-top: 40px;
    padding: 130px 0 30px;
  }

  .sec-rev .main p {
    line-height: 17px;
    padding-right: 0px;
    overflow: unset;
    text-align: center;
    font-size: 13px;
  }

  .sec-rev .main h2 {
    margin: 0 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
  }

  .sec-rev .top-desc p {
    max-width: 80%;
  }

  .sec-rev .main h2 img {
    width: 80px;
  }

  .sec-rev .top-desc h2 {
    font-size: 25px;
  }

  .sec-rev .top-desc {
    margin: 0px 0 5px;
    text-align: left;
  }

  section.btmform {
    padding: 30px 0 20px;
    position: unset;
    bottom: 0px;
  }

  .footer_contact h2 {
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 10px 0;
  }

  .text-center h2+p {
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .btmform .wrapper {
    height: 88%;
    width: 100%;
    padding: 30px 28px 0;
    margin: 25px 0 55px 0;
    border-radius: 0;
  }

  .sec-right {
    top: 25px;
    height: 88%;
  }

  .second-sec-cont h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .second-sec-cont p {
    max-width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
  }

  .second-sec-cont {
    padding-bottom: 20px;
  }

  .second-sec-cont p br {
    display: none;
  }

  .field input,
  .field select {
    width: 100%;
    padding: 9px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
  }

  .field {
    padding: 0px 0px 13px 0px;
  }

  .field-msg textarea {
    width: 100%;
    padding: 5px 13px;
    border-radius: 10px;
    height: 140px;
  }

  .field-btn input[type=submit] {
    border-radius: 10px !important;
    font-weight: 600;
    width: 100%;
    padding: 12px 50px;
    letter-spacing: 1px;
  }

  footer {
    padding: 20px 0 30px;
  }

  footer .logowrp p {
    padding-top: 10px;
    text-align: left;
    font-size: 14px;
    padding-bottom: 10px;
  }

  footer .logo-main {
    margin-left: -12px;
    width: 55%;
  }

  footer .logowrp ul {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
  }

  footer .logowrp ul li {
    display: unset;
    margin-right: 12px;
  }

  footer .logowrp ul li a {
    color: #fff;
    font-size: 15px;
  }

  footer .logowrp ul li a i {
    height: 30px;
    width: 30px;
    padding: 8px 0px 0 0;
  }

  footer .navwrp ul li a {
    font-size: 14px;
    font-weight: 600;
  }

  .navwrp {
    padding-top: 20px;
  }

  footer .navwrp h4 {
    text-align: left;
    padding: 0 0 25px;
  }

  footer .navwrp h4:after {
    width: 50%;
    left: 0;
    right: 0;
    bottom: 15px;
  }

  footer .row {
    align-items: baseline;
  }

  footer .navwrp ul li {
    padding: 0px 0 5px;
    text-align: left;
  }

  .copyright {
    padding-top: 25px;
  }

  ul.copyrightLink {
    padding-top: 0px;
  }

  ul.copyrightLink li {
    padding-left: 30px;
  }

  ul.copyrightLink a {
    padding-left: 0px;
  }

  /* modal */
  .started_popup_sec .modal-content {
    padding: 2rem 1rem 28px;
    border-radius: 10px;
    width: 95%;
    margin: auto;
  }

  .started_popup_sec .modal-header button {
    right: 15px;
    top: 13px;
    width: 8px;
    height: 8px;
    font-size: 10px;
    font-weight: 700;
  }

  .popup-head h5 {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Quicksand';
  }

  .popup-head h4 {
    font-size: 45px;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Quicksand';
    padding-top: 10px;
  }

  .popup-vec2 {
    top: 125px;
    right: 70px;
  }

  .popup-vec1 {
    display: none;
  }

  .popup-head {
    margin-bottom: 41px;
  }

  .started_popup_sec input {
    height: 40px;
    border-radius: 10px;
    padding: 0 8px 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .started_popup_sec textarea {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 10px;
    margin-bottom: 0px;
    font-weight: 600;
  }

  .btn_form input {
    padding: 10px 40px 35px;
    border-radius: 10px;
    font-size: 18px;
  }


  .contact-info {
    margin-left: 15px;
    width: 90%;
  }

  .contact-info h6 {
    font-size: 22px;
    font-family: 'Quicksand';
    margin-bottom: 5px;
  }

  .contact-info a {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
  }

  div#exampleModal .modal-body {
    padding: 1rem 10px 0;
  }

  .ftr_4 {
    margin-top: 20px;
  }

  .modal-dialog {
    top: 10%;
  }

  /* about us */
  .about_banner {
    padding: 150px 0 50px;
    background-position: bottom;
  }

  .ban-txt .main-heading {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 10px;
  }

  .about_banner .ban-txt {
    text-align: left;
    width: 80%;
  }

  .ban-txt h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Quicksand';
  }

  .ban-txt .main-pera {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  section.secndwrp-two {
    padding: 40px 0;
  }

  .txtwrp h4 {
    font-size: 20px;
    text-align: center;
  }

  section.secndwrp-two .main-heading {
    font-size: 28px;
    text-align: center;
    padding: 6px 0 8px;
  }

  section.secndwrp-two .txtwrp p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
  }

  section.secndwrp-two .btnwrp a {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  section.secndwrp-two .btnwrp {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .our-place-order:after {
    display: none;
  }

  section.professional {
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
  }

  section.professional .primary_main h2 {
    font-size: 25px;
    padding: 0 0 10px;
  }

  .primary_main .main-pera {
    font-size: 14px;
    margin-bottom: 10px;
  }

  section.professional .row {
    --bs-gutter-x: 0;
    align-items: flex-end;
  }

  .prof_box {
    margin: 20px 0 15px;
    border: unset;
    width: 150px;
  }

  .prof_box img {
    width: 45px;
    margin-bottom: 10px;
  }

  .prof_box p {
    font-size: 14px;
    line-height: 15px;
  }

  .info_part p {
    font-size: 16px;
    width: 70%;
    margin-top: 5px;
    margin-left: 10px;
  }


  .freee {
    display: inline;
  }

  .freee h4 {
    font-size: 16px;
    text-align: center;
    padding-top: 6px;
    font-family: 'Quicksand';
    font-weight: 700;
  }

  .info_part a {
    font-size: 16px;
    font-family: 'Quicksand';
    font-weight: 700;
    text-align: center;
    display: block;
    justify-content: center;
  }

  .icoo {
    display: flex;
    padding-bottom: 5px;
    padding-top: 20px;
  }

  .info_part i {
    font-size: 35px;
    display: flex;
    margin: auto;
  }

  .hk_bor {
    padding: 20px 0;
    margin-top: 25px;
  }

  .countrwrp {
    padding: 30px 0 30px;
    background-position: center;
  }

  .countrwrp h2.main-heading {
    font-size: 22px;
    padding: 9px 0px 9px;
    line-height: 25px;
  }

  .countrwrp .txtwrp p {
    font-weight: 600;
    font-size: 14px;
  }

  .countrwrp .txtwrp p br {
    display: none;
  }

  .countrwrp .mainwrp {
    margin: 20px 0 0;
  }

  .countrwrp .mainwrp span {
    font-size: 35px;
  }

  .countrwrp .mainwrp h6 {
    font-size: 18px;
    font-weight: 700;
  }


  /* logo design */
  .logo-bnner .banner-sec {
    height: 530px;
    padding: 180px 0 87px;
    top: 0;
  }

  .logo-bnner {
    padding: 0 0;
  }

  .ban-txt-box .main-pera {
    font-size: 16px;
    font-weight: 500;
    width: 80%;
    margin: auto;
  }

  .ban-txt-box .ban-txt ul {
    padding-top: 15px;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin: auto;
    flex-wrap: wrap;
  }

  .ban-txt-box .ban-txt li {
    font-size: 16px;
    font-weight: 600;
    width: 30%;
    text-align: left;
    padding-top: 5px;
    padding-left: 43px;
  }

  .ban-txt-box .ban-txt li::before {
    left: 25px !important;
    top: 8px !important;
  }

  .banner-pic {
    display: none;
  }

  .ban-txt li:before {
    width: 8px;
    height: 8px;
  }

  .txt-container .btnwrp {
    display: flex;
    align-items: center;
    margin-top: 5px;
    justify-content: space-evenly;
  }

  .txt-container .btnwrp a {
    margin-top: 18px;
    padding: 10px 50px;
    margin-right: 0;
    border-radius: 10px;
    font-size: 16px;
  }

  section.secndwrp {
    padding: 30px 0;
  }

  section.secndwrp .main-heading {
    font-size: 28px;
    padding: 5px 0 10px;
  }

  section.secndwrp .txtwrp p {
    font-size: 14px;
    font-weight: 700;
  }

  section.secndwrp .txtwrp h4 {
    text-align: left;
  }

  section.secndwrp {
    padding: 30px 0;
  }

  section.secndwrp .btnwrp {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
  }

  section.secndwrp .btnwrp a {
    margin-bottom: 15px;
    border-radius: 8px;
    margin-right: 0;
    padding: 8px 20px;
    font-size: 16px;
  }

  section.portfoliowrp {
    padding: 35px 0;
  }

  section.portfoliowrp .main-heading {
    font-size: 28px;
    padding: 10px 0;
  }

  section.portfoliowrp .txtwrp p {
    font-size: 14px;
  }

  section.portfoliowrp .txtwrp p br {
    display: none;
  }

  section.portfoliowrp .btnwrp {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 0px;
  }

  section.portfoliowrp .btnwrp a {
    margin-right: 0;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .lp h2 {
    padding: 0 0 5px;
  }

  .lp .txtwrp {
    margin-bottom: 50px;
  }

  section.packages [class^="col-12"]>div.pkgbox {
    margin-bottom: 20px;
    padding-top: 30px;
  }

  section.countrwrp .row {
    align-items: center;
  }


  /* website developement */

  .website_bnr {
    padding: 160px 0 45px;
  }

  .website_bnr .ban-txt {
    text-align: left;
  }

  .website_bnr .ban-txt .main-pera {
    font-size: 15px;
    font-weight: 500;
  }

  .website_bnr .ban-txt li {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding-left: 18px;
    width: 45%;
  }

  .website_bnr .ban-txt ul {
    padding-top: 10px;
  }

  section.website_bnr .ban-txt li:before {
    left: 2px;
    top: 3px;
  }

  section.website_bnr .btnwrp {
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: space-between;
  }

  section.website_bnr .btnwrp a {
    margin-bottom: 15px;
    border-radius: 8px;
    margin-right: 0;
    padding: 7px 20px;
    font-size: 15px;
  }

  .mainfrm .form-wrap {
    width: 100%;
    padding: 30px 20px 20px;
  }

  .mainfrm .imgform {
    position: absolute;
    top: 23px;
    width: 20%;
  }

  .form-wrap h1 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }

  .form-wrap h1 span {
    font-size: 25px;
    padding: 5px 0 0;
    FONT-WEIGHT: 600;
  }

  .mainfrm {
    padding-top: 20px;
  }

  .bnr-inpfild input,
  .bnr-inpfild select,
  .bnr-inpfild textarea {
    width: 100%;
    height: 48px;
    font-size: 16px !important;
  }

  .bnr-inpfild button {
    font-size: 16px;
    width: 100%;
  }

  section.secndwrp-two .imgwrp {
    padding-top: 10px;
  }

  .new_rspn {
    padding: 50px 0 0 !important;
  }

  section.secndwrp-two h4,
  section.secndwrp-two h2,
  section.secndwrp-two p {
    text-align: left !important;
  }

  section.apps_mob .btnwrp {
    justify-content: space-between !important;
  }

  .offerwrp {
    padding: 30px 0;
  }

  .offerwrp h4 {
    font-size: 22px;
    text-align: left !important;
  }

  .offerwrp h4 span {
    font-size: 23px;
    line-height: 23px;
    padding-top: 8px;
  }

  .offerwrp .btnwrp {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
  }

  .offerwrp .btnwrp a {
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 10px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  section.flexiblefeatures-sec {
    padding: 40px 0 25px;
  }

  section.flexiblefeatures-sec .main-heading {
    font-size: 25px;
    padding: 5px 6px 20px;
    line-height: 30px;
  }

  .flexiblefeatures-sec ul {
    margin-top: 10px;
    width: 100%;
  }

  .flexiblefeatures-sec ul li .txt-wrap {
    padding-right: 0px;
  }

  .flexiblefeatures-sec ul li .txt-wrap h4 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-right: 51px;
    padding-top: 10px;
  }

  .flexiblefeatures-sec ul li .txt-wrap p {
    font-size: 14px;
  }

  .flexiblefeatures-sec ul li figure img {
    width: 60px;
    height: auto;
    margin: -20px 0px 0;
  }

  .flexiblefeatures-sec .row {
    --bs-gutter-x: 0;
  }

  .flexiblefeatures-sec .imgbox img {
    width: 100%;
  }

  .flexiblefeatures-sec .imgbox {
    text-align: center;
  }

  .flexiblefeatures-sec .fold-1 h4 {
    margin-left: 65px;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .flexiblefeatures-sec .fold-1 p {
    font-size: 14px;
    margin-left: 64px;
    width: 75%;
  }

  .flexiblefeatures-sec .fold-1 figure img {
    width: 50px;
    margin-left: 5px;
    margin-top: -6px;
  }

  .flexiblefeatures-sec .fold-1 .txt-wrap h4 {
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .cntr-book {
    text-align: center;
  }

  .center_img {
    left: 0;
    right: 0;
  }

  a.center_img img {
    width: 240px;
  }

  .tecnoglywrp {
    padding: 40px 0 15px;
    background-position: -9px 165px;
    background-size: 50%;
    margin: 0px 0 0;
  }

  section.tecnoglywrp .main-heading {
    font-size: 22px;
    padding-top: 8px;
    line-height: 25px;
    width: 95%;
  }

  section.tecnoglywrp .main-heading br {
    display: none;
  }

  section.tecnoglywrp .txtdiv .main-heading {
    font-size: 22px;
    padding-top: 40px;
    line-height: 25px;
    padding-bottom: 10px;
  }

  section.tecnoglywrp .txtdiv p {
    font-size: 16px;
    line-height: 22px;
  }

  section.tecnoglywrp .txtdiv ul {
    padding-top: 15px;
    width: 100%;
    margin: auto;
  }

  section.tecnoglywrp .txtdiv li:before {
    left: 1px;
    top: 1px;
    font-size: 14px;
  }

  section.tecnoglywrp .txtdiv li {
    font-size: 15px;
    padding: 0 0 10px 20px;
    font-weight: 700;
  }

  section.tecnoglywrp .btnwrp {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  section.tecnoglywrp .btnwrp a {
    font-size: 16px;
    border-radius: 10px;
    padding: 9px 25px;
    margin-right: 0px;
    margin-bottom: 0;
  }

  section.apps_mob .btnwrp {
    margin-top: 15px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
  }

  section.apps_mob .btnwrp a {
    font-size: 16px;
    border-radius: 10px;
    padding: 9px 25px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  /* digital marketing */

  .banner_animation .ban-txt ul {
    padding-top: 15px;
    display: flex;
    width: 89%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .banner_animation .ban-txt li {
    width: 100px !important;
    margin-top: 15px !important;
    text-align: left;
    padding-left: 15px;
  }

  .banner_animation .ban-txt li:before {
    left: 0;
    top: 3px;
  }

  .banner_animation .btnwrp {
    margin-top: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: space-between;
  }

  .banner_animation .btnwrp a {
    font-size: 16px;
    border-radius: 10px;
    padding: 9px 25px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .object2 {
    right: -6%;
    top: 46%;
    width: 75%;
  }

  .main-services-banner-sec .imgbox .hvrimg {
    width: 100%;
    top: 223px;
    left: 95px;
    display: none;
  }

  .main-services-banner-sec .ban-txt {
    text-align: left;
  }

  .banner_animation {
    background-position: right;
    padding: 235px 0 25px 0;
  }

  .banner_animation .ban-txt .main-pera {
    font-size: 16px;
    font-weight: 600;
  }

  li.heading {
    font-size: 17px !important;
    line-height: 20px !important;
  }

  .respns_pck {
    padding: 50px 0 0 !important;
  }

  .offerwrp h4 {
    text-align: center;
  }

  ul.respon_list {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 89% !important;
    margin: unset !important;
    justify-content: space-between;
  }

  ul.respon_list li {
    width: 100px !important;
    margin-top: 0px !important;
    text-align: left;
    padding: 0 0 10px 20px !important;
  }

  ul.respon_list li:last-child,
  ul.respon_list li:nth-child(2) {
    text-align: left !important;
    padding-right: 25px !important;
  }

  ul.respon_list li:before {
    left: 0 !important;
    top: 1px !important;
  }

  /* contact */
  section.two_part {
    padding: 40px 0 0;
  }

  .cantact_bnr .ban-txt .main-pera {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  section.two_part .info_two_inner {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  section.two_part .info_two_inner i {
    font-size: 35px;
    margin-bottom: 20px;
  }

  section.two_part .info_two_inner h3 {
    font-size: 22px;
    font-weight: 700;
  }

  section.two_part .info_two_inner p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    font-weight: 700;
  }

  section.two_part .info_two_inner button {
    width: 100%;
    font-weight: 700;
  }

  /* thankyou */
  section.thankYou {
    padding: 170px 0 60px 0 !important;
  }

  .thankYou .fad {
    font-size: 85px !important;
  }

  .thankYou h2 {
    width: 100% !important;
    margin: 10px auto 10px !important;
    line-height: 28px !important;
    font-size: 25px !important;
  }

  .thankYou h6 {
    width: 100% !important;
    margin: 0px auto 15px !important;
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .thankYou p {
    width: 100% !important;
  }

  .thankYou ul li {
    font-size: 15px !important;
  }

  .thankYou ul {
    margin-bottom: 25px !important;
    width: 80%;
    margin: auto;
  }


  /* ecommerce page */
  .contnet_wrtng {
    padding: 180px 0 35px;
  }

  .contnet_text h1 {
    font-weight: 600;
    font-size: 28px;
  }

  .contnet_text .active {
    padding: 0;
  }

  .contnet_text li {
    font-size: 16px;
  }

  .contnet_text li:before {
    top: -3px;
  }

  .contnet_text ul {
    padding-top: 12px;
  }

  section.animation_work_sec {
    padding: 50px 0 30px;
  }

  .animation_head_main h2 {
    font-size: 30px;
    font-weight: 700;
  }

  section.animation_work_sec p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
  }

  .animation_work_sec div#nav-tab button {
    width: 215px;
    height: 130px;
    margin-right: 0px;
    margin-top: 15px;
  }

  .animation_work_sec div#nav-tab {
    justify-content: space-evenly;
    padding-bottom: 25px;
  }

  .animation_work_sec div#nav-tab button span {
    font-size: 14px;
    font-weight: 600;
  }

  .animation_head_main {
    margin-bottom: 15px;
  }

  section.animation_work_sec h5 {
    font-size: 22px;
  }

  ul.footer_link_pages {
    display: flex;
    flex-direction: column;
  }

  .option_sec {
    padding: 30px 0;
  }

  ul.footer_link_pages li {
    width: 100%;
  }

  .optn_head h2 {
    font-size: 25px;
    width: 100%;
  }

  .optn_head {
    padding-bottom: 30px;
  }

  .option_box_main {
    padding: 33px 20px;
    background: #c1c1c175;
    height: 300px;
    text-align: center;
  }

  .option_box_main h6 {
    font-size: 18px;
    width: 100%;
    line-height: 23px;
    padding-top: 15px;
  }

  .option_box_main p {
    font-size: 15px;
    padding-bottom: 0px;
  }

  section.customize_sec3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.customize_sec3 h2 {
    width: 100%;
    text-align: center;
  }

  section.customize_sec3 .optn_head p {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding-top: 15px;
  }

  .customize_content_main h2 {
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
  }

  .customize_content_main .lst_item li {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }

  .customize_content_main ul.lst_item {
    padding-top: 8px;
  }

  .customize_content_main {
    width: 100%;
    margin-bottom: 15px;
  }

  .customize_content_main .btnwrp {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .customize_content_main .btnwrp a {
    margin-right: 0;
    margin-bottom: 17px;
  }

  section.customize_sec3 img {
    margin-bottom: 20px;
  }

}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .logo-main {
    width: 35%;
    margin-left: 5px;
  }

  .top_links ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 10px;
  }

  .top_links li {
    padding-left: 0;
  }

  .navbar {
    position: absolute;
    top: 80px;
    right: 30px;
    width: 100%;
    background: transparent;
    border-radius: 10px;
  }

  button.navbar-toggler {
    color: #fff;
    font-size: 35px;
    margin: 0 0 0 auto;
    border: 3px solid #fff;
    padding: 0;
  }

  .header_btn_main ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #ffffff;
    flex-wrap: wrap;
    padding: 10px 0 0;
    border-radius: 10px;
    position: absolute;
    width: 65%;
    top: 50px;
    left: 35%;
  }

  .header_btn_main ul li {
    width: 50%;
    margin-bottom: 5px;
    padding-left: 10px;
  }

  .header_btn_main a {
    color: #020202;
    padding: 10px 0px;
  }

  li.ser .dropwrep {
    width: 300px;
    top: 50px;
    left: 20px;
    padding: 10px 0 10px !important;
  }

  .ser li {
    width: 100% !important;
    margin: 0 0 10px !important;
  }

  .navbar-toggler:focus {
    box-shadow: unset;
  }

  header.bg_header button.navbar-toggler {
    color: #000;
    font-size: 35px;
    border-color: #000;
  }

  header .dropwrep img {
    margin: 11px 10px 0 10px;
  }

  header .dropwrep span {
    height: 45px;
    width: 45px;
    margin: 0 10px 0 10px;
  }

  header .dropwrep .manuwrp ul {
    margin: 0px 0 0 0px;
    position: unset;
    width: 100%;
    background: transparent;
  }

  div#navbarNav #animation_btn {
    display: none;
  }

  .navbar-toggler {
    padding: 3px 4px;
    height: 45px;
  }

  header.bg_header {
    padding: 0px 0px 10px;
  }

  header.bg_header .top_links {
    padding-bottom: 5px;
  }

  .home-bnerwrp {
    padding: 230px 0 0px;
    height: 895px;
  }

  .home-bnerwrp .txtwrp h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }

  .home-bnerwrp .txtwrp h1 {
    color: #fff;
    font-size: 25px;
    padding: 4px 0 9px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    max-width: 100%;
    text-align: center;
    line-height: 27px;
  }

  .home-bnerwrp .txtwrp p {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    line-height: 25px;
  }

  .home-bnerwrp .txtwrp ul {
    margin: 0px 0 0px 100px;
    width: 85%;
  }

  .home-bnerwrp .txtwrp ul li {
    display: inline-block;
    width: 46%;
    padding: 0 2px 8px;
    font-size: 15px;
    position: relative;
    font-weight: 700;
    left: 12px;
  }

  .home-bnerwrp .txtwrp ul li:after {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: -27px;
    top: 2px;
    color: #fff;
    background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
    border-radius: 30px;
    font-size: 12px;
    width: 20px;
    text-align: center;
    padding: 1px 0px;
  }

  .home-bnerwrp .btnwrp {
    margin-top: 10px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: space-evenly;
  }


  .home-bnerwrp .btnwrp a {
    margin: 0;
    padding: 8px 30px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .home-bnerwrp:before {
    content: "";
    width: 100%;
    height: 405px;
    bottom: 35%;
    left: 0px;
    border-radius: 0;
    z-index: 1;
    background: #0000008c;
    box-shadow: 0px 0px 10px 5px #adb5bd54;
  }

  .home-bnerwrp .txtwrp {
    position: relative;
    z-index: 2;
  }

  .home-bnerwrp:after {
    width: 100%;
    height: 895px;
  }

  .home-bnerwrp .imgwrp img {
    width: 100%;
    top: 25px;
  }

  .lp-ind {
    padding: 0px 0;
    border-radius: 25px;
  }

  .lp-ind .lf {
    margin: 15px 0 0;
  }

  .lp-ind .lf h2 {
    margin: 0;
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 700;
  }

  .lp-ind .lf h2 span {
    font-size: 25px;
    font-weight: 700;
  }

  .lp-ind .slick-track {
    padding: 15px 0 20px;
  }

  .lp-ind .main .pic img {
    width: 100%;
    height: 80px;
  }

  .lp-ind .main {
    height: 80px;
  }

  .sec-3 {
    padding: 0px 0 0px;
  }

  .sec-3 .top-desc h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
  }

  .sec-3 .top-desc {
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .sec-3 .top-desc p {
    max-width: 100%;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
  }

  .sec-3 .box {
    padding: 40px 10px 40px;
    margin-bottom: 15px;
  }

  .box h4 br {
    display: none;
  }

  .sec-3 .box p {
    font-size: 16px;
    line-height: 20px;
  }

  .sec-3 .box h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 5px;
  }

  .section-heading.text-center h3 {
    font-size: 30px;
    margin: 0 auto 0px;
    line-height: 20px;
  }

  .section-heading.text-center p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
  }

  ul.portfolio-box-wrapper li {
    width: 100%;
  }

  ul.portfolio-box-wrapper {
    display: flex;
    gap: 25px;
    flex-direction: column;
  }

  section.packages h2 {
    font-size: 30px;
  }

  section.packages .text-center h2+p {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .titlebox h4 {
    font-size: 20px;
  }

  .titlebox {
    padding: 20px 20px 35px;
    top: -20px;
    border-radius: 14px 14px 0px 14px;
  }

  section.packages [class^="col-12"]>div.pkgbox .pricebox sup {
    font-size: 28px;
  }

  section.packages [class^="col-12"]>div.pkgbox .pricebox h3 {
    font-size: 30px;
    padding-right: 15px;
  }

  section.packages [class^="col-12"]>div.pkgbox .pricebox strike {
    font-size: 18px;
  }

  section.packages h4.off {
    top: 2px;
    font-size: 18px;
  }

  section.packages [class^="col-12"]>div.pkgbox ul li {
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 15px;
  }

  section.packages [class^="col-12"]>div.pkgbox ul li:before {
    content: "\f00c";
    font-size: 13px;
    top: 3px;
  }

  section.packages [class^="col-12"]>div.pkgbox ul {
    margin-bottom: 5px !important;
  }

  a.vm-btn {
    padding-top: 0px;
  }

  a.vm-btn:before {
    top: 0px;
  }

  section.packages a.grad-btn {
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 45px;
    font-size: 15px;
    width: unset;
    text-align: center;
  }

  section.packages a.chat {
    text-align: end;
    width: 45%;
  }

  section.packages a.chat span {
    font-size: 17px;
    line-height: 18px;
    padding-left: 0;
  }

  section.packages a.chat span small {
    font-size: 13px;
  }

  div#pr-tab1 .col-12 {
    margin-bottom: 35px;
  }

  .sec-pricing-sh {
    padding: 0 12px;
  }

  .sec-pricing .cdiv {
    margin-top: 0px;
  }

  .sec-pricing .cdiv:before {
    top: -9px;
    right: 13px;
    width: 105px;
    height: 85px;
    background-size: cover;
  }

  .sec-pricing .cdiv:after {
    background-size: cover;
    top: -16px;
    left: -20px;
    width: 100px;
    height: 100px;
  }

  .sec-pricing .cdiv .ctop h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: 'Quicksand';
  }

  .sec-pricing .cdiv .cbtm h4.tit {
    font-size: 20px;
    text-align: center;
  }

  h4.tit img {
    padding-right: 15px;
    padding-bottom: 10px;
  }

  div#clm_cm .col-12 {
    margin-bottom: 0;
  }

  .sec-pricing .cdiv .cbtm h3 {
    margin: 15px 0px 15px 0;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
  }

  .sec-pricing .cdiv .cbtm h3 span {
    font-size: 20px;
    font-weight: 600;
    top: -4px;
    right: 20px;
    padding-left: 30px;
  }

  .sec-pricing .cdiv .cbtm h5 {
    margin: 10px 0 20px;
    font-size: 18px;
    display: block;
  }

  .sec-pricing .cdiv .cbtm ul li {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
  }

  .sec-pricing .cdiv .cbtm ul li:before {
    top: 6px;
  }

  .sec-pricing .cdiv .cbtm ul {
    margin-bottom: 30px !important;
  }

  .sec-pricing .cdiv .cbtm ul.mrgn {
    margin: 0 0 0px;
  }

  .sec-pricing .cdiv .cbtm p {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .sec-pricing .cdiv .cbtm .sm {
    color: #09afa1;
    font-size: 15px !important;
    font-weight: 700;
    margin: 5px 0 4px !important;
    text-align: center !important;
    display: block;
  }

  .sec-pricing .cdiv .cbtm a.call {
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }

  section.our-place-order .main-heading {
    font-size: 30px;
    padding: 12px 0 5px;
  }

  .our-place-order .main-pera {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 20px;
    width: 100%;
  }

  .our-place-order .btn-2 {
    margin: 0 0 0 0px;
  }

  section.our-place-order .btn-block a {
    margin-bottom: 15px;
    padding: 10px 45px;
  }

  section.our-place-order .btn-block {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .our-place-order p a {
    font-size: 25px;
    font-weight: 600;
  }

  .sec-rev.anim-play .abs-img {
    display: none;
  }

  .sec-rev .slick-list.draggable {
    padding: 18px 0% 20px 0;
  }

  .sec-rev .main {
    width: 95%;
    margin: auto;
    height: 100%;
  }

  .sec-rev {
    margin-top: 0px;
    background-color: #09afa1;
    background-image: unset;
    padding: 45px 0 15px;
  }

  .sec-rev .main p {
    line-height: 18px;
    padding-right: 0px;
    overflow: unset;
    text-align: center;
  }

  .sec-rev .main h2 {
    margin: 0 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
  }

  .sec-rev .ocean {
    display: none;
  }

  .sec-rev .top-desc p {
    max-width: 100%;
  }

  .sec-rev .top-desc h2 {
    font-size: 25px;
  }

  .sec-rev .top-desc {
    margin: 0px 0 5px;
    text-align: center;
  }

  section.btmform {
    padding: 30px 0 20px;
    position: unset;
    bottom: 0px;
  }

  .footer_contact h2 {
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 10px 0;
  }

  .text-center h2+p {
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .sec-right {
    display: none;
  }

  .sec-left {
    width: 100%;
  }

  .btmform .wrapper {
    height: 94%;
    width: 100%;
    padding: 30px 28px 0;
    margin: 25px 0 55px 0;
    border-radius: 15px;
  }

  .second-sec-cont h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .second-sec-cont p {
    max-width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
  }

  .second-sec-cont {
    padding-bottom: 20px;
  }

  .second-sec-cont p br {
    display: none;
  }

  .field input,
  .field select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
  }

  .field {
    padding: 5px 0px 10px 0px;
  }

  .field-msg textarea {
    width: 100%;
    padding: 5px 13px;
    border-radius: 10px;
    height: 140px;
  }

  .field-btn input[type=submit] {
    border-radius: 10px !important;
    font-weight: 600;
    width: 100%;
    padding: 12px 50px;
    letter-spacing: 1px;
  }

  footer {
    padding: 20px 0 30px;
  }

  footer .logowrp p {
    padding-top: 10px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
  }

  footer .logo-main {
    margin: auto;
    width: 35%;
  }

  footer .logowrp ul {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }

  footer .logowrp ul li {
    display: unset;
    margin-right: 20px;
  }

  footer .logowrp ul li a {
    color: #fff;
    font-size: 15px;
  }

  footer .logowrp ul li a i {
    height: 35px;
    width: 35px;
    padding: 10px 0px 0 0;
  }

  .navwrp {
    padding-top: 20px;
  }

  footer .navwrp h4 {
    text-align: center;
  }

  footer .navwrp h4:after {
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
  }

  footer .navwrp ul li {
    padding: 0px 0 5px;
    text-align: center;
  }

  .copyright {
    padding-top: 25px;
  }

  .copyright p {
    text-align: center;
  }

  ul.copyrightLink {
    justify-content: space-evenly;
    padding-top: 10px;
  }

  ul.copyrightLink a {
    padding-left: 0px;
  }

  /* modal */
  .started_popup_sec .modal-content {
    padding: 1rem 0rem;
    border-radius: 10px;
  }

  .started_popup_sec .modal-header button {
    right: 15px;
    top: 13px;
    width: 8px;
    height: 8px;
    font-size: 10px;
    font-weight: 700;
  }

  .popup-head h5 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Quicksand';
    text-align: center;
  }

  .popup-head h4 {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Quicksand';
    text-align: center;
    padding-top: 10px;
  }

  .popup-vec2 {
    display: none;
  }

  .popup-vec1 {
    display: none;
  }

  .popup-head {
    margin-bottom: 20px;
  }

  .started_popup_sec input {
    height: 40px;
    border-radius: 10px;
    padding: 0 8px 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .started_popup_sec textarea {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 10px;
    margin-bottom: 0px;
    font-weight: 600;
  }

  .btn_form input {
    padding: 10px 40px 35px;
    border-radius: 10px;
    font-size: 18px;
  }

  .element.seprator {
    display: none;
  }

  .contact-info {
    margin-left: 0px;
    text-align: center;
  }

  .contact-info h6 {
    font-size: 22px;
    font-family: 'Quicksand';
    margin-bottom: 5px;
  }

  .contact-info a {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
  }

  div#exampleModal .modal-body {
    padding: 1rem 10px 0;
  }

  .ftr_4 {
    margin-top: 20px;
  }

  .modal-dialog {
    top: 1%;
  }

  /* about us */
  .about_banner {
    padding: 235px 0 50px;
    background-position: bottom;
  }

  .ban-txt .main-heading {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 10px;
  }

  .ban-txt {
    text-align: center;
  }

  .ban-txt h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Quicksand';
  }

  .ban-txt .main-pera {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }

  section.secndwrp-two {
    padding: 40px 0;
  }

  .txtwrp h4 {
    font-size: 20px;
    text-align: center;
  }

  section.secndwrp-two .main-heading {
    font-size: 28px;
    text-align: center;
    padding: 6px 0 8px;
  }

  section.secndwrp-two .txtwrp p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
  }

  section.secndwrp-two .btnwrp a {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  section.secndwrp-two .btnwrp {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .our-place-order:after {
    display: none;
  }

  section.professional {
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
  }

  section.professional .primary_main h2 {
    font-size: 25px;
    padding: 0 0 10px;
  }

  .primary_main .main-pera {
    font-size: 14px;
    margin-bottom: 10px;
  }

  section.professional .row {
    --bs-gutter-x: 0;
    align-items: flex-end;
  }

  .prof_box {
    margin: 20px 0 15px;
    border: unset;
    width: 150px;
  }

  .prof_box img {
    width: 45px;
    margin-bottom: 10px;
  }

  .prof_box p {
    font-size: 14px;
    line-height: 15px;
  }

  .info_part p {
    font-size: 16px;
    width: 70%;
    text-align: center;
    margin-top: 5px;
    margin: auto;
  }


  .freee {
    display: inline;
  }

  .freee h4 {
    font-size: 16px;
    text-align: center;
    padding-top: 6px;
    font-family: 'Quicksand';
    font-weight: 700;
  }

  .info_part a {
    font-size: 16px;
    font-family: 'Quicksand';
    font-weight: 700;
    text-align: center;
    display: block;
    justify-content: center;
  }

  .icoo {
    display: flex;
    padding-bottom: 5px;
    padding-top: 20px;
  }

  .info_part i {
    font-size: 35px;
    display: flex;
    margin: auto;
  }

  .hk_bor {
    padding: 20px 0;
    margin-top: 25px;
  }

  .countrwrp {
    padding: 30px 0 30px;
    background-position: center;
  }

  .countrwrp h2.main-heading {
    font-size: 22px;
    padding: 9px 0px 9px;
    line-height: 25px;
  }

  .countrwrp .txtwrp p {
    font-weight: 600;
    font-size: 14px;
  }

  .countrwrp .txtwrp p br {
    display: none;
  }

  .countrwrp .mainwrp {
    margin: 20px 0 0;
  }

  .countrwrp .mainwrp span {
    font-size: 35px;
  }

  .countrwrp .mainwrp h6 {
    font-size: 18px;
    font-weight: 700;
  }


  /* logo design */
  .logo-bnner .banner-sec {
    height: 580px;
    padding: 230px 0 87px;
    top: 0;
  }

  .logo-bnner {
    padding: 0 0;
  }

  .ban-txt-box .main-pera {
    font-size: 16px;
    font-weight: 600;
  }

  .ban-txt-box .ban-txt ul {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    justify-content: center;
    margin: auto;
  }

  .ban-txt-box .ban-txt li {
    font-size: 16px;
    font-weight: 600;
    width: 50%;
    text-align: left;
  }

  .ban-txt-box .ban-txt li::before {
    left: 5px !important;
    top: 3px !important;
  }

  .banner-pic {
    display: none;
  }

  .ban-txt li:before {
    width: 8px;
    height: 8px;
  }

  .ban-txt li:before {
    top: 5px;
  }

  .ban-txt li:last-child:before {
    left: 70px;
  }

  .ban-txt li:nth-child(4):before {
    left: 70px;
  }

  .ban-txt li:nth-child(3):before {
    left: 80px;
  }

  .ban-txt li:nth-child(2):before {
    left: 55px;
  }

  .ban-txt li:first-child:before {
    left: 65px;
  }

  .ban-txt li {
    font-size: 16px;
    font-weight: 500;
  }

  .txt-container .btnwrp {
    display: flex;
    align-items: center;
    margin-top: 5px;
    justify-content: space-evenly;
  }

  .txt-container .btnwrp a {
    margin-top: 18px;
    padding: 9px 25px;
    margin-right: 0;
    border-radius: 10px;
    font-size: 16px;
  }

  section.secndwrp {
    padding: 30px 0;
  }

  section.secndwrp .main-heading {
    font-size: 28px;
    padding: 5px 0 10px;
    text-align: center;
  }

  section.secndwrp .txtwrp p {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  section.secndwrp {
    padding: 30px 0;
  }

  section.secndwrp .btnwrp {
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: space-evenly;
  }

  section.secndwrp .btnwrp a {
    margin-bottom: 15px;
    border-radius: 8px;
    margin-right: 0;
    padding: 8px 25px;
    font-size: 16px;
  }

  section.portfoliowrp {
    padding: 35px 0;
  }

  section.portfoliowrp .main-heading {
    font-size: 28px;
    padding: 10px 0;
  }

  section.portfoliowrp .txtwrp p {
    font-size: 14px;
  }

  section.portfoliowrp .txtwrp p br {
    display: none;
  }

  section.portfoliowrp .btnwrp {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 0px;
  }

  section.portfoliowrp .btnwrp a {
    margin-right: 0;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .lp h2 {
    padding: 0 0 5px;
  }

  .lp .txtwrp {
    margin-bottom: 50px;
  }

  section.packages [class^="col-12"]>div.pkgbox {
    margin-bottom: 20px;
    padding-top: 30px;
  }

  section.countrwrp .row {
    align-items: center;
  }


  /* website developement */

  .website_bnr {
    padding: 233px 0 35px;
  }

  .website_bnr .ban-txt .main-pera {
    font-size: 16px;
    font-weight: 600;
  }

  .website_bnr .ban-txt li {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding-left: 18px;
    width: 45%;
  }

  .website_bnr .ban-txt ul {
    padding-top: 10px;
    width: 60%;
    margin: auto;
  }

  section.website_bnr .ban-txt li:before {
    left: 2px;
    top: 3px;
  }

  section.website_bnr .btnwrp {
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: space-evenly;
  }

  section.website_bnr .btnwrp a {
    margin-bottom: 15px;
    border-radius: 8px;
    margin-right: 0;
    padding: 8px 25px;
    font-size: 16px;
  }

  .mainfrm .form-wrap {
    width: 100%;
    padding: 45px 20px 20px;
  }

  .mainfrm .imgform {
    position: absolute;
    top: 23px;
    width: 20%;
  }

  .form-wrap h1 {
    font-size: 25px;
    margin: 0 0 30px 0;
  }

  .form-wrap h1 span {
    font-size: 30px;
    padding: 5px 0 0;
    FONT-WEIGHT: 600;
  }

  .mainfrm {
    padding-top: 20px;
  }

  .bnr-inpfild input,
  .bnr-inpfild select,
  .bnr-inpfild textarea {
    width: 100%;
    height: 48px;
    font-size: 16px !important;
  }

  .bnr-inpfild button {
    font-size: 16px;
    width: 100%;
  }

  section.secndwrp-two .imgwrp {
    padding-top: 10px;
  }

  .new_rspn {
    padding: 50px 0 0 !important;
  }

  .offerwrp {
    padding: 30px 0;
  }

  .offerwrp h4 {
    font-size: 22px;
  }

  .offerwrp h4 span {
    font-size: 23px;
    line-height: 23px;
    padding-top: 8px;
  }

  .offerwrp .btnwrp {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-evenly;
  }

  .offerwrp .btnwrp a {
    font-size: 16px;
    padding: 8px 25px;
    border-radius: 10px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  section.flexiblefeatures-sec {
    padding: 40px 0 25px;
  }

  section.flexiblefeatures-sec .main-heading {
    font-size: 25px;
    padding: 5px 6px 20px;
    line-height: 30px;
  }

  .flexiblefeatures-sec ul {
    margin-top: 10px;
    width: 100%;
  }

  .flexiblefeatures-sec ul li .txt-wrap {
    padding-right: 0px;
  }

  .flexiblefeatures-sec ul li .txt-wrap h4 {
    font-size: 22px;
    margin-bottom: 5px;
    margin-right: 125px;
    padding-top: 10px;
  }

  .flexiblefeatures-sec ul li .txt-wrap p {
    font-size: 16px;
  }

  .flexiblefeatures-sec ul li figure img {
    width: 60px;
    height: auto;
    margin: -20px 0px 0;
  }

  .flexiblefeatures-sec .row {
    --bs-gutter-x: 0;
  }

  .flexiblefeatures-sec .imgbox img {
    width: 85%;
  }

  .flexiblefeatures-sec .imgbox {
    text-align: center;
  }

  .flexiblefeatures-sec .fold-1 h4 {
    margin-left: 120px;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .flexiblefeatures-sec .fold-1 p {
    font-size: 16px;
    margin-left: 120px;
    width: 65%;
  }

  .flexiblefeatures-sec .fold-1 figure img {
    width: 50px;
    margin-left: 50px;
    margin-top: -6px;
  }

  .flexiblefeatures-sec .fold-1 .txt-wrap h4 {
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .cntr-book {
    text-align: center;
  }

  .center_img {
    left: 0;
    right: 0;
  }

  .tecnoglywrp {
    padding: 40px 0 15px;
    background-position: -9px 155px;
    background-size: 90%;
    margin: 0px 0 0;
  }

  section.tecnoglywrp .main-heading {
    font-size: 22px;
    padding-top: 8px;
    line-height: 25px;
    width: 85%;
    margin: auto;
  }

  section.tecnoglywrp .main-heading br {
    display: none;
  }

  section.tecnoglywrp .txtdiv .main-heading {
    font-size: 22px;
    padding-top: 40px;
    line-height: 25px;
    text-align: center;
    padding-bottom: 10px;
  }

  section.tecnoglywrp .txtdiv p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  section.tecnoglywrp .txtdiv ul {
    padding-top: 15px;
    width: 55%;
    margin: auto;
  }

  section.tecnoglywrp .txtdiv li:nth-child(2) {
    text-align: end;
    padding-right: 32px;
  }

  section.tecnoglywrp .txtdiv li:last-child {
    text-align: end;
    padding-right: 25px;
  }

  section.tecnoglywrp .txtdiv li:nth-child(2):before {
    left: 28px;
  }

  section.tecnoglywrp .txtdiv li:last-child:before {
    left: 28px;
  }

  section.tecnoglywrp .txtdiv li:before {
    left: 10px;
    top: 1px;
    font-size: 14px;
  }

  section.tecnoglywrp .txtdiv li {
    font-size: 15px;
    padding: 0 0 10px 30px;
    font-weight: 700;
  }

  section.tecnoglywrp .btnwrp {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  section.tecnoglywrp .btnwrp a {
    font-size: 16px;
    border-radius: 10px;
    padding: 9px 25px;
    margin-right: 0px;
    margin-bottom: 0;
  }

  section.apps_mob .btnwrp {
    margin-top: 15px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
  }

  section.apps_mob .btnwrp a {
    font-size: 16px;
    border-radius: 10px;
    padding: 9px 25px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  /* digital marketing */

  .banner_animation .ban-txt ul {
    padding-top: 15px;
    display: flex;
    width: 60%;
    flex-wrap: wrap;
    margin: auto;
  }

  .banner_animation .ban-txt li {
    width: 100px !important;
    margin-top: 15px !important;
    text-align: left;
    padding-left: 15px;
    margin: auto;
  }

  .banner_animation .ban-txt li:before {
    left: 0;
    top: 3px;
  }

  .banner_animation .btnwrp {
    margin-top: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: space-evenly;
  }

  .banner_animation .btnwrp a {
    font-size: 16px;
    border-radius: 10px;
    padding: 9px 25px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .object2 {
    right: -6%;
    top: 46%;
    width: 75%;
  }

  .main-services-banner-sec .imgbox .hvrimg {
    width: 100%;
    top: 223px;
    left: 95px;
  }

  .banner_animation {
    background-position: right;
    padding: 235px 0 25px 0;
  }

  .banner_animation .ban-txt .main-pera {
    font-size: 16px;
    font-weight: 600;
  }

  li.heading {
    font-size: 17px !important;
    line-height: 20px !important;
  }

  .respns_pck {
    padding: 50px 0 0 !important;
  }

  .offerwrp h4 {
    text-align: center;
  }

  ul.respon_list {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }

  ul.respon_list li {
    width: 100px !important;
    margin-top: 0px !important;
    text-align: left;
    padding: 0 0 10px 20px !important;
    margin: auto;
  }

  ul.respon_list li:last-child,
  ul.respon_list li:nth-child(2) {
    text-align: left !important;
    padding-right: 25px !important;
  }

  ul.respon_list li:before {
    left: 0 !important;
    top: 1px !important;
  }

  /* contact */
  section.two_part {
    padding: 40px 0 0;
  }

  .cantact_bnr .ban-txt .main-pera {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  section.two_part .info_two_inner {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  section.two_part .info_two_inner i {
    font-size: 35px;
    margin-bottom: 20px;
  }

  section.two_part .info_two_inner h3 {
    font-size: 22px;
    font-weight: 700;
  }

  section.two_part .info_two_inner p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    font-weight: 700;
  }

  section.two_part .info_two_inner button {
    width: 100%;
    font-weight: 700;
  }

  /* thankyou */
  section.thankYou {
    padding: 245px 0 60px 0 !important;
  }

  .thankYou .fad {
    font-size: 85px !important;
  }

  .thankYou h2 {
    width: 100% !important;
    margin: 10px auto 10px !important;
    line-height: 28px !important;
    font-size: 25px !important;
  }

  .thankYou h6 {
    width: 100% !important;
    margin: 0px auto 15px !important;
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .thankYou p {
    width: 100% !important;
  }

  .thankYou ul li {
    font-size: 15px !important;
  }

  .thankYou ul {
    margin-bottom: 25px !important;
    width: 80%;
    margin: auto;
  }

  /* ecommerce page */
  .contnet_wrtng {
    padding: 250px 0 35px;
  }

  .contnet_text h1 {
    font-weight: 600;
    font-size: 28px;
  }

  .contnet_text .active {
    padding: 0;
  }

  .contnet_text li {
    font-size: 16px;
  }

  .contnet_text li:before {
    top: -3px;
  }

  .contnet_text ul {
    padding-top: 12px;
  }

  section.animation_work_sec {
    padding: 50px 0 30px;
  }

  .animation_head_main h2 {
    font-size: 30px;
    font-weight: 700;
  }

  section.animation_work_sec p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
  }

  .animation_work_sec div#nav-tab button {
    width: 215px;
    height: 130px;
    margin-right: 0px;
    margin-top: 15px;
  }

  .animation_work_sec div#nav-tab {
    justify-content: space-evenly;
    padding-bottom: 25px;
  }

  .animation_work_sec div#nav-tab button span {
    font-size: 14px;
    font-weight: 600;
  }

  .animation_head_main {
    margin-bottom: 15px;
  }

  section.animation_work_sec h5 {
    font-size: 30px;
    text-align: center;
  }

  section.animation_work_sec p {
    text-align: center;
  }

  ul.footer_link_pages {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .option_sec {
    padding: 30px 0;
  }

  .optn_head h2 {
    font-size: 25px;
    width: 100%;
  }

  .optn_head {
    padding-bottom: 30px;
  }

  .option_box_main {
    padding: 33px 20px;
    background: #c1c1c175;
    height: 300px;
    text-align: center;
  }

  .option_box_main h6 {
    font-size: 18px;
    width: 100%;
    line-height: 23px;
    padding-top: 15px;
  }

  .option_box_main p {
    font-size: 15px;
    padding-bottom: 0px;
  }

  section.customize_sec3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.customize_sec3 h2 {
    width: 100%;
    text-align: center;
  }

  section.customize_sec3 .optn_head p {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding-top: 15px;
  }

  .customize_content_main h2 {
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
  }

  .customize_content_main .lst_item li {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }

  .customize_content_main ul.lst_item {
    padding-top: 8px;
  }

  .customize_content_main {
    width: 100%;
    margin-bottom: 15px;
  }

  .customize_content_main .btnwrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .customize_content_main .btnwrp a {
    margin-right: 0;
    margin-bottom: 17px;
  }

  section.customize_sec3 img {
    margin-bottom: 20px;
  }

}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  .logo-main {
    width: 35%;
    margin-left: 5px;
  }

  .top_links ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .top_links li {
    padding-left: 0;
  }

  .navbar {
    position: absolute;
    top: 35px;
    right: 7px;
    width: 100%;
    background: transparent;
    border-radius: 10px;
  }

  button.navbar-toggler {
    color: #fff;
    font-size: 35px;
    margin: 0 0 0 auto;
    border: 3px solid #fff;
    padding: 0;
  }

  .header_btn_main ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #ffffff;
    flex-wrap: wrap;
    padding: 10px 0 0;
    border-radius: 10px;
    position: absolute;
    width: 80%;
    top: 0px;
    left: 4%;
  }

  .header_btn_main ul li {
    width: 50%;
    margin-bottom: 5px;
    padding-left: 10px;
  }

  .header_btn_main a {
    color: #020202;
    padding: 10px 0px;
  }

  li.ser .dropwrep {
    width: 300px;
    top: 37px;
    left: 0px;
    padding: 10px 0 10px !important;
  }

  .ser li {
    width: 100% !important;
    margin: 0 0 10px !important;
  }

  .navbar-toggler:focus {
    box-shadow: unset;
  }

  header.bg_header button.navbar-toggler {
    color: #000;
    font-size: 35px;
    border-color: #000;
  }

  header .dropwrep img {
    margin: 11px 10px 0 10px;
  }

  header .dropwrep span {
    height: 45px;
    width: 45px;
    margin: 0 10px 0 10px;
  }

  header .dropwrep .manuwrp ul {
    margin: 0px 0 0 0px;
    position: unset;
    width: 100%;
    background: transparent;
  }

  div#navbarNav #animation_btn {
    display: none;
  }

  .navbar-toggler {
    padding: 3px 4px;
    height: 45px;
  }

  header.bg_header {
    padding: 0px 0px 10px;
  }

  header.bg_header .top_links {
    padding-bottom: 5px;
  }

  .home-bnerwrp {
    padding: 220px 0 0px;
    height: 895px;
  }

  .home-bnerwrp .txtwrp h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }

  .home-bnerwrp .txtwrp h1 {
    color: #fff;
    font-size: 25px;
    padding: 4px 0 9px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    max-width: 100%;
    text-align: center;
    line-height: 27px;
  }

  .home-bnerwrp .txtwrp p {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    line-height: 18px;
  }

  .home-bnerwrp .txtwrp ul {
    margin: 0 0 0px 18px;
  }

  .home-bnerwrp .txtwrp ul li {
    display: inline-block;
    width: 46%;
    padding: 0 2px 8px;
    font-size: 15px;
    position: relative;
    font-weight: 700;
    left: 12px;
  }

  .home-bnerwrp .txtwrp ul li:after {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: -22px;
    top: 2px;
    color: #fff;
    background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
    border-radius: 30px;
    font-size: 12px;
    width: 18px;
    text-align: center;
  }

  .home-bnerwrp .btnwrp {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .home-bnerwrp .btnwrp a {
    margin: 0;
    padding: 8px 30px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .home-bnerwrp:before {
    content: "";
    width: 100%;
    height: 430px;
    bottom: 33%;
    left: 0px;
    border-radius: 0;
    z-index: 1;
    background: #0000008c;
    box-shadow: 0px 0px 10px 5px #adb5bd54;
  }

  .home-bnerwrp .txtwrp {
    position: relative;
    z-index: 2;
  }

  .home-bnerwrp:after {
    width: 100%;
    height: 895px;
  }

  .home-bnerwrp .imgwrp img {
    width: 100%;
    top: 25px;
  }

  .lp-ind {
    padding: 0px 0;
    border-radius: 25px;
  }

  .lp-ind .lf {
    margin: 15px 0 0;
  }

  .lp-ind .lf h2 {
    margin: 0;
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 700;
  }

  .lp-ind .lf h2 span {
    font-size: 25px;
    font-weight: 700;
  }

  .lp-ind .slick-track {
    padding: 15px 0 20px;
  }

  .sec-3 {
    padding: 0px 0 0px;
  }

  .sec-3 .top-desc h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
  }

  .sec-3 .top-desc {
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .sec-3 .top-desc p {
    max-width: 100%;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
  }

  .sec-3 .box {
    padding: 25px 10px 20px;
    margin-bottom: 10px;
  }

  .sec-3 .box p {
    font-size: 14px;
    line-height: 20px;
  }

  .sec-3 .box h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 5px;
  }

  .section-heading.text-center h3 {
    font-size: 30px;
    margin: 0 auto 0px;
    line-height: 20px;
  }

  .section-heading.text-center p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
  }

  ul.portfolio-box-wrapper li {
    width: 100%;
  }

  ul.portfolio-box-wrapper {
    display: flex;
    gap: 25px;
    flex-direction: column;
  }

  section.packages h2 {
    font-size: 25px;
  }

  section.packages .text-center h2+p {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .titlebox h4 {
    font-size: 20px;
  }

  .titlebox {
    padding: 15px 20px 30px;
    top: -20px;
    border-radius: 14px 14px 0px 14px;
  }

  section.packages [class^="col-12"]>div.pkgbox .pricebox sup {
    font-size: 28px;
  }

  section.packages [class^="col-12"]>div.pkgbox .pricebox h3 {
    font-size: 30px;
    padding-right: 15px;
  }

  section.packages [class^="col-12"]>div.pkgbox .pricebox strike {
    font-size: 18px;
  }

  section.packages h4.off {
    top: 4px;
    font-size: 15px;
  }

  section.packages [class^="col-12"]>div.pkgbox ul li {
    font-size: 13px;
    padding-left: 17px;
    margin-bottom: 7px;
  }

  section.packages [class^="col-12"]>div.pkgbox ul li:before {
    content: "\f00c";
    font-size: 12px;
    top: 3px;
  }

  section.packages [class^="col-12"]>div.pkgbox ul {
    margin-bottom: 5px !important;
  }

  a.vm-btn {
    padding-top: 0px;
  }

  a.vm-btn:before {
    top: 0px;
  }

  section.packages a.grad-btn {
    font-weight: 700;
    letter-spacing: 1px;
    padding: 9px 55px;
    font-size: 15px;
    width: 100%;
  }

  section.packages a.chat {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  section.packages a.chat span {
    font-size: 17px;
    line-height: 18px;
    padding-left: 0;
  }

  section.packages a.chat span small {
    font-size: 13px;
  }

  div#pr-tab1 .col-12 {
    margin-bottom: 35px;
  }

  .sec-pricing-sh {
    padding: 0 12px;
  }

  .sec-pricing .cdiv {
    margin-top: 0px;
  }

  .sec-pricing .cdiv:before {
    top: -7px;
    right: 13px;
    width: 72px;
    height: 60px;
    background-size: cover;
  }

  .sec-pricing .cdiv:after {
    background-size: cover;
    top: -12px;
    left: -15px;
    width: 75px;
    height: 75px;
  }

  .sec-pricing .cdiv .ctop h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: 'Quicksand';
  }

  .sec-pricing .cdiv .cbtm h4.tit {
    font-size: 20px;
    text-align: center;
  }

  h4.tit img {
    padding-right: 15px;
    padding-bottom: 10px;
  }

  div#clm_cm .col-12 {
    margin-bottom: 0;
  }

  .sec-pricing .cdiv .cbtm h3 {
    margin: 10px 10px 10px 0;
    font-size: 30px;
    font-weight: 800;
  }

  .sec-pricing .cdiv .cbtm h3 span {
    font-size: 18px;
    font-weight: 600;
    top: -4px;
    right: 20px;
    padding-left: 30px;
  }

  .sec-pricing .cdiv .cbtm h5 {
    margin: 10px 0 20px;
  }

  .sec-pricing .cdiv .cbtm ul li {
    font-size: 13px;
    font-weight: 600;
  }

  .sec-pricing .cdiv .cbtm ul.mrgn {
    margin: 0 0 0px;
  }

  .sec-pricing .cdiv .cbtm p {
    width: 100%;
    text-align: center;
  }

  .sec-pricing .cdiv .cbtm .sm {
    color: #09afa1;
    font-size: 13px;
    font-weight: 700;
    margin: 5px 0 4px !important;
    text-align: center !important;
    display: block;
  }

  .sec-pricing .cdiv .cbtm a.call {
    margin-left: 5px;
  }

  section.our-place-order .main-heading {
    font-size: 30px;
    padding: 12px 0 5px;
  }

  .our-place-order .main-pera {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 20px;
    width: 100%;
  }

  .our-place-order .btn-2 {
    margin: 0 0 0 0px;
  }

  section.our-place-order .btn-block a {
    margin-bottom: 15px;
    padding: 10px 45px;
  }

  section.our-place-order .btn-block {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .our-place-order p a {
    font-size: 25px;
    font-weight: 600;
  }

  .sec-rev.anim-play .abs-img {
    display: none;
  }

  .sec-rev .slick-list.draggable {
    padding: 18px 0% 20px 0;
  }

  .sec-rev .main {
    width: 95%;
    margin: auto;
    height: 100%;
  }

  .sec-rev {
    margin-top: 0px;
    background-color: #09afa1;
    background-image: unset;
    padding: 45px 0 15px;
  }

  .sec-rev .main p {
    line-height: 20px;
    padding-right: 0px;
    overflow: unset;
    text-align: center;
  }

  .sec-rev .main h2 {
    margin: 0 0 20px;
  }

  .sec-rev .ocean {
    display: none;
  }

  .sec-rev .top-desc p {
    max-width: 100%;
  }

  .sec-rev .top-desc h2 {
    font-size: 25px;
  }

  .sec-rev .top-desc {
    margin: 0px 0 5px;
    text-align: center;
  }

  section.btmform {
    padding: 30px 0 20px;
    position: unset;
    bottom: 0px;
  }

  .footer_contact h2 {
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 10px 0;
  }

  .text-center h2+p {
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .sec-right {
    display: none;
  }

  .sec-left {
    width: 100%;
  }

  .btmform .wrapper {
    height: 94%;
    width: 100%;
    padding: 30px 10px 0;
    margin: 30px 0 55px 0;
    border-radius: 15px;
  }

  .second-sec-cont h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .second-sec-cont p {
    max-width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
  }

  .second-sec-cont {
    padding-bottom: 20px;
  }

  .second-sec-cont p br {
    display: none;
  }

  .field input,
  .field select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
  }

  .field {
    padding: 5px 0px 10px 0px;
  }

  .field-msg textarea {
    width: 100%;
    padding: 5px 13px;
    border-radius: 10px;
    height: 130px;
  }

  .field-btn input[type=submit] {
    border-radius: 10px !important;
    font-weight: 600;
    width: 100%;
    padding: 12px 50px;
    letter-spacing: 1px;
  }

  footer {
    padding: 20px 0 30px;
  }

  footer .logowrp p {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
  }

  footer .logo-main {
    margin: auto;
    width: 40%;
  }

  footer .logowrp ul {
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
  }

  footer .logowrp ul li {
    display: unset;
    margin-right: 0;
  }

  footer .logowrp ul li a {
    color: #fff;
    font-size: 15px;
  }

  footer .logowrp ul li a i {
    height: 35px;
    width: 35px;
    padding: 10px 0px 0 0;
  }

  .navwrp {
    padding-top: 20px;
  }

  footer .navwrp h4 {
    text-align: center;
  }

  footer .navwrp h4:after {
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
  }

  footer .navwrp ul li {
    padding: 0px 0 5px;
    text-align: center;
  }

  .copyright {
    padding-top: 25px;
  }

  .copyright p {
    text-align: center;
  }

  ul.copyrightLink {
    justify-content: space-between;
    padding-top: 10px;
  }

  ul.copyrightLink a {
    padding-left: 0px;
  }

  /* modal */
  .started_popup_sec .modal-content {
    padding: 1rem 0rem;
    border-radius: 10px;
  }

  .started_popup_sec .modal-header button {
    right: 15px;
    top: 13px;
    width: 8px;
    height: 8px;
    font-size: 10px;
    font-weight: 700;
  }

  .popup-head h5 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Quicksand';
    text-align: center;
  }

  .popup-head h4 {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Quicksand';
    text-align: center;
    padding-top: 10px;
  }

  .popup-vec2 {
    display: none;
  }

  .popup-vec1 {
    display: none;
  }

  .popup-head {
    margin-bottom: 20px;
  }

  .started_popup_sec input {
    height: 40px;
    border-radius: 10px;
    padding: 0 8px 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .started_popup_sec textarea {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 10px;
    margin-bottom: 0px;
    font-weight: 600;
  }

  .btn_form input {
    padding: 10px 40px 35px;
    border-radius: 10px;
    font-size: 18px;
  }

  .element.seprator {
    display: none;
  }

  .contact-info {
    margin-left: 0px;
    text-align: center;
  }

  .contact-info h6 {
    font-size: 22px;
    font-family: 'Quicksand';
    margin-bottom: 5px;
  }

  .contact-info a {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
  }

  div#exampleModal .modal-body {
    padding: 1rem 10px 0;
  }

  .ftr_4 {
    margin-top: 20px;
  }

  .modal-dialog {
    top: 1%;
  }

  /* about us */
  .about_banner {
    padding: 190px 0 50px;
    background-position: top;
  }

  .ban-txt .main-heading {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 10px;
  }

  .ban-txt {
    text-align: center;
  }

  .ban-txt h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Quicksand';
  }

  .ban-txt .main-pera {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }

  section.secndwrp-two {
    padding: 40px 0;
  }

  .txtwrp h4 {
    font-size: 20px;
    text-align: center;
  }

  section.secndwrp-two .main-heading {
    font-size: 25px;
    text-align: center;
    padding: 10px 0 10px;
  }

  section.secndwrp-two .txtwrp p {
    font-size: 14px;
    text-align: center;
  }

  section.secndwrp-two .btnwrp a {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  section.secndwrp-two .btnwrp {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .our-place-order:after {
    display: none;
  }

  section.professional {
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
  }

  section.professional .primary_main h2 {
    font-size: 25px;
    padding: 0 0 10px;
  }

  .primary_main .main-pera {
    font-size: 14px;
    margin-bottom: 10px;
  }

  section.professional .row {
    --bs-gutter-x: 0;
  }

  .prof_box {
    margin: 20px 0 15px;
    border: unset;
    width: 130px;
  }

  .prof_box img {
    width: 45px;
    margin-bottom: 10px;
  }

  .prof_box p {
    font-size: 14px;
    line-height: 15px;
  }

  .info_part p {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }

  .freee {
    display: inline;
  }

  .freee h4 {
    font-size: 16px;
    text-align: center;
    padding-top: 6px;
    font-family: 'Quicksand';
    font-weight: 700;
  }

  .info_part a {
    font-size: 16px;
    font-family: 'Quicksand';
    font-weight: 700;
    text-align: center;
    display: block;
    justify-content: center;
  }

  .icoo {
    display: flex;
    padding-bottom: 5px;
    padding-top: 20px;
  }

  .info_part i {
    font-size: 35px;
    display: flex;
    margin: auto;
  }

  .hk_bor {
    padding: 20px 0;
    margin-top: 25px;
  }

  .countrwrp {
    padding: 30px 0 30px;
    background-position: center;
  }

  .countrwrp h2.main-heading {
    font-size: 22px;
    padding: 9px 0px 9px;
    line-height: 25px;
  }

  .countrwrp .txtwrp p {
    font-weight: 600;
    font-size: 14px;
  }

  .countrwrp .txtwrp p br {
    display: none;
  }

  .countrwrp .mainwrp {
    margin: 20px 0 0;
  }

  .countrwrp .mainwrp span {
    font-size: 35px;
  }

  .countrwrp .mainwrp h6 {
    font-size: 18px;
    font-weight: 700;
  }


  /* logo design */
  .logo-bnner .banner-sec {
    height: 735px;
    top: 0;
    padding: 220px 0 87px;
  }

  .logo-bnner {
    padding: 0 0;
  }

  .banner-pic {
    display: none;
  }

  .ban-txt li:before {
    width: 8px;
    height: 8px;
  }

  .ban-txt li:before {
    top: 5px;
  }

  .ban-txt li:last-child:before {
    left: 70px;
  }

  .ban-txt li:nth-child(4):before {
    left: 70px;
  }

  .ban-txt li:nth-child(3):before {
    left: 80px;
  }

  .ban-txt li:nth-child(2):before {
    left: 55px;
  }

  .ban-txt li:first-child:before {
    left: 65px;
  }

  .ban-txt li {
    font-size: 16px;
    font-weight: 500;
  }

  .txt-container .btnwrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
  }

  .txt-container .btnwrp a {
    margin-top: 18px;
    padding: 9px 25px;
    margin-right: 0;
    border-radius: 10px;
  }

  section.secndwrp {
    padding: 30px 0;
  }

  section.secndwrp .main-heading {
    font-size: 28px;
    padding: 5px 0 10px;
    text-align: center;
  }

  section.secndwrp .txtwrp p {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  section.secndwrp {
    padding: 30px 0;
  }

  section.secndwrp .btnwrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }

  section.secndwrp .btnwrp a {
    margin-bottom: 15px;
    border-radius: 8px;
    margin-right: 0;
    padding: 8px 25px;
    font-size: 16px;
  }

  section.portfoliowrp {
    padding: 35px 0;
  }

  section.portfoliowrp .main-heading {
    font-size: 28px;
    padding: 10px 0;
  }

  section.portfoliowrp .txtwrp p {
    font-size: 14px;
  }

  section.portfoliowrp .txtwrp p br {
    display: none;
  }

  section.portfoliowrp .btnwrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    margin-top: 0px;
  }

  section.portfoliowrp .btnwrp a {
    margin-right: 0;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .lp h2 {
    padding: 0 0 5px;
  }

  .lp .txtwrp {
    margin-bottom: 50px;
  }

  section.packages [class^="col-12"]>div.pkgbox {
    margin-bottom: 20px;
  }

  section.countrwrp .row {
    align-items: center;
  }


  /* website developement */

  .website_bnr {
    padding: 220px 0 35px;
  }

  .website_bnr .ban-txt .main-pera {
    font-size: 14px;
    font-weight: 600;
  }

  .website_bnr .ban-txt li {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding-left: 18px;
    width: 50%;
  }

  .website_bnr .ban-txt ul {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  section.website_bnr .ban-txt li:before {
    left: 2px;
    top: 3px;
  }

  section.website_bnr .btnwrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }

  section.website_bnr .btnwrp a {
    margin-bottom: 15px;
    border-radius: 8px;
    margin-right: 0;
    padding: 8px 25px;
    font-size: 16px;
  }

  .mainfrm .form-wrap {
    width: 100%;
    padding: 20px 20px 20px;
  }

  .mainfrm .imgform {
    position: absolute;
    top: 15px;
    width: 20%;
  }

  .form-wrap h1 {
    font-size: 18px;
    margin: 0 0 15px 0;
  }

  .form-wrap h1 span {
    font-size: 18px;
    padding: 5px 0 0;
  }

  .mainfrm {
    padding-top: 20px;
  }

  .bnr-inpfild input,
  .bnr-inpfild select,
  .bnr-inpfild textarea {
    width: 100%;
    height: 45px;
    font-size: 14px !important;
  }

  .bnr-inpfild button {
    font-size: 16px;
    width: 100%;
  }

  section.secndwrp-two .imgwrp {
    padding-top: 10px;
  }

  .new_rspn {
    padding: 50px 0 0 !important;
  }

  .offerwrp {
    padding: 30px 0;
  }

  .offerwrp h4 {
    font-size: 22px;
  }

  .offerwrp h4 span {
    font-size: 23px;
    line-height: 23px;
    padding-top: 8px;
  }

  .offerwrp .btnwrp {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    align-items: center;
  }

  .offerwrp .btnwrp a {
    font-size: 16px;
    padding: 8px 25px;
    border-radius: 10px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  section.flexiblefeatures-sec {
    padding: 40px 0 25px;
  }

  section.flexiblefeatures-sec .main-heading {
    font-size: 22px;
    padding: 5px 0 20px;
    line-height: 22px;
  }

  .flexiblefeatures-sec ul {
    margin-top: 10px;
    width: 100%;
  }

  .flexiblefeatures-sec ul li .txt-wrap {
    padding-right: 0px;
  }

  .flexiblefeatures-sec ul li .txt-wrap h4 {
    font-size: 20px;
    margin-bottom: 0px;
    margin-right: 70px;
    padding-top: 8px;
  }

  .flexiblefeatures-sec ul li .txt-wrap p {
    font-size: 14px;
  }

  .flexiblefeatures-sec ul li figure img {
    width: 60px;
    height: auto;
    margin: 0px 0px 0;
  }

  .flexiblefeatures-sec .row {
    --bs-gutter-x: 0;
  }

  .flexiblefeatures-sec .imgbox img {
    width: 85%;
  }

  .flexiblefeatures-sec .imgbox {
    text-align: center;
  }

  .flexiblefeatures-sec .fold-1 p {
    font-size: 14px;
  }

  .flexiblefeatures-sec .fold-1 figure img {
    width: 50px;
    margin-left: 20px;
  }

  .flexiblefeatures-sec .fold-1 .txt-wrap h4 {
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .tecnoglywrp {
    padding: 40px 0 15px;
    background-position: -9px 155px;
    background-size: 90%;
    margin: 0px 0 0;
  }

  section.tecnoglywrp .main-heading {
    font-size: 22px;
    padding-top: 8px;
    line-height: 25px;
  }

  section.tecnoglywrp .main-heading br {
    display: none;
  }

  section.tecnoglywrp .txtdiv .main-heading {
    font-size: 22px;
    padding-top: 25px;
    line-height: 25px;
    text-align: center;
    padding-bottom: 10px;
  }

  section.tecnoglywrp .txtdiv p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

  section.tecnoglywrp .txtdiv ul {
    padding-top: 15px;
  }

  section.tecnoglywrp .txtdiv li:nth-child(2) {
    text-align: end;
    padding-right: 32px;
  }

  section.tecnoglywrp .txtdiv li:last-child {
    text-align: end;
    padding-right: 25px;
  }

  section.tecnoglywrp .txtdiv li:nth-child(2):before {
    left: 28px;
  }

  section.tecnoglywrp .txtdiv li:last-child:before {
    left: 28px;
  }

  section.tecnoglywrp .txtdiv li:before {
    left: 10px;
    top: 1px;
    font-size: 14px;
  }

  section.tecnoglywrp .txtdiv li {
    font-size: 15px;
    padding: 0 0 10px 30px;
    font-weight: 700;
  }

  section.tecnoglywrp .btnwrp {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  section.tecnoglywrp .btnwrp a {
    font-size: 16px;
    border-radius: 10px;
    padding: 9px 25px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  section.apps_mob .btnwrp {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  section.apps_mob .btnwrp a {
    font-size: 16px;
    border-radius: 10px;
    padding: 9px 25px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  /* digital marketing */

  .banner_animation .ban-txt ul {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }

  .banner_animation .ban-txt li {
    width: 100px !important;
    margin-top: 15px !important;
    text-align: left;
    padding-left: 15px;
    margin: auto;
  }

  .banner_animation .ban-txt li:before {
    left: 0;
    top: 3px;
  }

  .banner_animation .btnwrp {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }

  .banner_animation .btnwrp a {
    font-size: 16px;
    border-radius: 10px;
    padding: 9px 25px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .main-services-banner-sec .imgbox .hvrimg {
    display: none;
  }

  .banner_animation {
    background-position: right;
    padding: 210px 0 25px 0;
  }

  li.heading {
    font-size: 17px !important;
    line-height: 20px !important;
  }

  .respns_pck {
    padding: 50px 0 0 !important;
  }

  .offerwrp h4 {
    text-align: center;
  }

  ul.respon_list {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }

  ul.respon_list li {
    width: 100px !important;
    margin-top: 0px !important;
    text-align: left;
    padding: 0 0 10px 20px !important;
    margin: auto;
  }

  ul.respon_list li:last-child,
  ul.respon_list li:nth-child(2) {
    text-align: left !important;
    padding-right: 25px !important;
  }

  ul.respon_list li:before {
    left: 0 !important;
    top: 1px !important;
  }

  /* contact */
  section.two_part {
    padding: 40px 0 0;
  }

  section.two_part .info_two_inner {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  section.two_part .info_two_inner i {
    font-size: 35px;
    margin-bottom: 20px;
  }

  section.two_part .info_two_inner h3 {
    font-size: 22px;
    font-weight: 700;
  }

  section.two_part .info_two_inner p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    font-weight: 700;
  }

  section.two_part .info_two_inner button {
    width: 100%;
    font-weight: 700;
  }

  /* thankyou */
  section.thankYou {
    padding: 195px 0 60px 0 !important;
  }

  .thankYou .fad {
    font-size: 85px !important;
  }

  .thankYou h2 {
    width: 100% !important;
    margin: 10px auto 10px !important;
    line-height: 28px !important;
    font-size: 25px !important;
  }

  .thankYou h6 {
    width: 100% !important;
    margin: 0px auto 15px !important;
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .thankYou p {
    width: 100% !important;
  }

  .thankYou ul li {
    font-size: 13px !important;
  }

  .thankYou ul {
    margin-bottom: 25px !important;
  }

  /* ecommerce page */
  .contnet_wrtng {
    padding: 215px 0 35px;
  }

  .contnet_text h1 {
    font-weight: 600;
    font-size: 28px;
  }

  .contnet_text .active {
    padding: 0;
  }

  .contnet_text li {
    font-size: 16px;
  }

  .contnet_text li:before {
    top: -3px;
  }

  .contnet_text ul {
    padding-top: 12px;
  }

  section.animation_work_sec {
    padding: 50px 0 30px;
  }

  .animation_head_main h2 {
    font-size: 30px;
    font-weight: 700;
  }

  section.animation_work_sec p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
  }

  .animation_work_sec div#nav-tab button {
    width: 250px;
    height: 130px;
    margin-right: 0px;
    margin-top: 15px;
  }

  .animation_work_sec div#nav-tab {
    justify-content: center;
    padding-bottom: 25px;
  }

  .animation_head_main {
    margin-bottom: 15px;
  }

  section.animation_work_sec h5 {
    font-size: 30px;
    text-align: center;
  }

  section.animation_work_sec p {
    text-align: center;
  }

  ul.footer_link_pages {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .option_sec {
    padding: 30px 0;
  }

  .optn_head h2 {
    font-size: 25px;
    width: 100%;
  }

  .optn_head {
    padding-bottom: 30px;
  }

  .option_box_main {
    padding: 33px 20px;
    background: #c1c1c175;
    height: 300px;
    text-align: center;
  }

  .option_box_main h6 {
    font-size: 18px;
    width: 100%;
    line-height: 23px;
    padding-top: 15px;
  }

  .option_box_main p {
    font-size: 15px;
    padding-bottom: 0px;
  }

  section.customize_sec3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.customize_sec3 h2 {
    width: 100%;
    text-align: center;
  }

  section.customize_sec3 .optn_head p {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding-top: 15px;
  }

  .customize_content_main h2 {
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
  }

  .customize_content_main .lst_item li {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }

  .customize_content_main ul.lst_item {
    padding-top: 8px;
  }

  .customize_content_main {
    width: 100%;
    margin-bottom: 15px;
  }

  .customize_content_main .btnwrp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .customize_content_main .btnwrp a {
    margin-right: 0;
    margin-bottom: 17px;
  }

  section.customize_sec3 img {
    margin-bottom: 20px;
  }
}


@media only screen and (max-width: 414px) {
  .banner_animation {
    padding: 235px 0 25px 0;
  }

  .home-bnerwrp {
    padding: 235px 0 0px;
  }

  .logo-bnner .banner-sec {
    padding: 235px 0 87px;
  }

  .website_bnr {
    padding: 235px 0 35px;
  }

  .about_banner {
    padding: 235px 0 50px;
  }
}


/* logo animation page started */

.logo-animation-page .main-new-banner {
    background: url(../images/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 220px;
}
.main-new-banner .bnr-txt-main h1 {
   font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Quicksand';
    width: 95%;
}
.main-new-banner .bnr-txt-main h1 span {
    color: #ffcd24;
}
.main-new-banner .bnr-txt-main p {
    padding: 20px 0;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    line-height: 28px;
    font-family: 'Quicksand';
}
.main-new-banner .btn-div-main {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btn-div-main a {
    color: #fff;
    font-family: 'Quicksand';
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 20px;
    transition: .8s;
}

.popup-btn {
    background: #09afa1;
    margin-right: 20px;
}

.chats {
    background: #09afa1;
}

.chats:hover {
    background: #09afa1;
}

.popup-btn:hover {
    background: #09afa1;
}

.links-bnr {
    display: flex;
    align-items: center;
    padding-top: 25px;
}
.links-bnr a img {
    width: 85%;
    filter: invert(1) brightness(100);
}
.links-bnr a:first-child img {
    width: 100%;
}
.links-bnr a:first-child {
    width: 20%;
}
.links-bnr a {
    width: 40.33%;
    margin-right: 20px;
    text-align: center;
}

.main-new-banner .bnr-side-img-new {
    background: #235acf;
}
.main-new-banner .bnr-side-img-new {
    height: 460px;
    position: relative;
    top: 0px;
    width: 70%;
    border-radius: 180px 180px 0px 0px;
}
.main-new-banner .bnr-side-img-new img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.logo_animation_second-sec{
    padding: 70px 0;
    background: #fff;
}

.logo_animation_second-sec .hd-txt h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: 'Quicksand';
}
.logo_animation_second-sec .hd-txt p {
    padding: 20px 0;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #000000;
    line-height: 28px;
    font-family: 'Quicksand';
}


.types-of-website {
    padding: 100px 0 100px;
    width: 100%;
    background-image: url(../images/types-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.types-nav .slick-list.draggable {
    padding: 0 0% 0 0;
}
.types-for .slick-list.draggable {
    padding: 0 0% 0 0;
    height: unset;
}
.types-nav-bx {
    transition: all .5s ease-in-out;
    background-color: rgb(255 205 36 / 0%);
    padding: 11px 8px;
    border-radius: 14px;
    color: #434343;
    font-weight: bold;
    box-shadow: 1px 6px 3px rgb(0 0 0 / 21%);
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: table;
    margin-bottom: 15px;
    border: 1px solid #245bcf;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.types-nav-bx h4 {
    font-size: 14px;
}
.types-nav .slick-current .types-nav-bx {
    background: #245bcf;
    color: #fff;
}
.types-of-webiste-content {
    display: flex;
    align-items: flex-start;
}
.type-web-cntnt {
    padding: 0 20px 0 20px;
    width: 50%;
}
.type-web-cntnt h2 {
   font-size: 48px;
    text-transform: uppercase;
    font-family: 'Quicksand';
    font-weight: 700;
    letter-spacing: 1px;
}
.type-web-cntnt p {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    padding: 20px 20px 20px 0;
    font-family: 'Quicksand';
    font-weight: 700;
}
.type-side-img {
    width: 40%;
    height: 400px;
}
.types-nav-bx h4 {
    font-size: 14px;
    font-family: 'Quicksand';
    font-weight: 700;
}

.types-of-website .hd-txt h2 {
    font-size: 45px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    font-family: 'Quicksand';
    text-align: center;
}

.types-of-website .hd-txt p {
    text-align: center;
    padding: 20px 0 50px;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #000;
    line-height: 20px;
    font-family: 'Quicksand';
}

.port-slider-industry .slick-list.draggable {
    padding: 0 0% 0 0;
    height: unset;
}

.port-slider-industry .port-box-indus {
    transition: all .5s ease-in-out;
    box-shadow: 2px 2px 20px 0px #00000000;
    height: 480px;
    position: relative;
}

.port-slider-industry .slick-current  .port-box-indus {
    transform: scale(1.4);
    box-shadow: 2px 2px 20px 0px #00000036;
    z-index: 2;
    position: relative;
    top: 0px;
    height: 480px;
}

.port-slider-industry .slick-current .port-box-indus img {
    width: 100%;
    position: absolute;
    transform: translateY(0);
    top: 0;
    left: 0;
    right: 0;
    background-position: top;
    transition: all 2.5s ease-in-out;
    z-index: 2;
}

.port-slider-industry .slick-current {
    position: relative;
    z-index: 3;
}

section.our-portfolio-industry {
    background: #fff;
    padding: 50px 0;
}

section.our-portfolio-industry .hd-txt h2 {
    font-size: 50px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    font-family: 'Quicksand';
    text-align: center;
}
section.our-portfolio-industry .hd-txt p {
    text-align: center;
    padding: 20px 0 50px;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #000000;
    line-height: 20px;
    font-family: 'Quicksand';
}
section.our-portfolio-industry h3 {
    margin: 0;
    font-size: 19vw;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgb(255 255 255 / 40%);
    color: transparent;
}

.port-slider-industry .slick-prev:before {
    font-family: 'fontawesome';
    font-size: 35px;
    line-height: 1;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.port-slider-industry  .slick-next:before{
    font-family: 'fontawesome';
    font-size: 35px;
    line-height: 1;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.port-slider-industry .slick-next {
    right: 24%;
    background: unset;
}
.port-slider-industry .slick-prev {
    left: 24%;
    background: unset;
    z-index: 1;
}

