@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Acme&display=swap");
:root {
  --black: #000;
  --white: #ffffff;
  --blue: #1c1549;
  --orange: #ff422b;
  --red: #b60229;
  --red: #b60229;
  --yellow: #fdb044;
}

@font-face {
  font-family: "Cambria-Bold";
  src: url("../fonts/Cambria-Bold.svg#Cambria-Bold") format("svg"),
    url("../fonts/Cambria-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "cambriab";
  src: url("../fonts/cambriab.eot");
  src: url("../fonts/cambriab.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cambriab.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cambria";
  src: url("../fonts/Cambria.eot");
  src: url("../fonts/Cambria.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cambria.svg#Cambria") format("svg"),
    url("../fonts/Cambria.ttf") format("truetype"),
    url("../fonts/Cambria.woff") format("woff"),
    url("../fonts/Cambria.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg"),
    url("../fonts/ProximaNova-Regular.ttf") format("truetype"),
    url("../fonts/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/ProximaNova-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/*BEGIN: GENERAL CSS*/

body {
  font-family: "ProximaNova-Regular";
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-button:start:decrement,
body::-webkit-scrollbar-button:end:increment {
  display: none;
}
body::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #ccc;
}
body::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--blue);
}

a {
  text-decoration: none;
  color: #000;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alata", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

section {
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

p,
input,
select,
textarea {
  font-family: "ProximaNova-Regular";
}

a {
  font-family: "Alata", sans-serif;
}

.center-col {
  margin: 0 auto;
  display: table;
  float: none;
}

/*Header Section Begin*/

header {
  padding: 15px 0;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
  background: var(--white);
  border-top: 5px solid var(--blue);
}

header .row {
  align-items: center;
  display: flex;
}

.main_menu_sec ul li a {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  padding: 5px 20px !important;
  font-family: "Alata", sans-serif;
}

.container {
  max-width: 1400px;
}

.btn__web {
  text-align: right;
}

.btn__web ul li {
  display: inline-block;
  padding: 0 5px;
}

.btn__web ul li a,
.btn__web ul li button {
  display: flex;
  color: var(--white) !important;
  padding: 11px 35px 10px;
  border-radius: 35px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  height: 55px;
  font-family: "Alata", sans-serif;
  transition: 0.5s ease-in-out;
  background: #f50043;
  border: 2px solid var(--black);
}

.btn__web ul li:nth-child(2) a {
  color: var(--white);
}

.btn__web ul li:nth-child(2) a:hover {
  color: var(--white);
  background: #00032c;
  border-color: #00032c;
}

.btn__web ul li a span {
  width: 23px;
  height: 23px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  position: relative;
  top: 1px;
}

.main_menu_sec ul li a:hover {
  color: #d67083;
}

header .btn__web ul li a,
header .btn__web ul li button {
  padding: 18px 25px 20px;
  height: 50px;
  font-size: 18px;
}

header .btn__web ul li a img {
  width: 100%;
  filter: invert(1) brightness(100);
}

header .btn__web ul {
  display: flex;
  justify-content: flex-end;
}

.btn__web ul li:nth-child(2) a img {
  filter: brightness(0) invert(1);
}

header .btn__web ul li:nth-child(1) a:hover {
  color: var(--white) !important;
}

.btn__web ul li a:hover img {
  filter: brightness(0) invert(1);
}

header .btn__web ul li:nth-child(1) a:hover {
  background: #00032c;
  border-color: #00032c;
}


header.form__header {
  box-shadow: none;
  border: none;
  padding: 35px 0 0px;
}

/*Header Section End*/

/*Banner Section Begin*/

.banner__sec__main img.banner_img__main {
  width: 100%;
  background-size: cover;
  border-bottom-right-radius: 160px;
}

.banner__sec__main .carousel-caption {
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  bottom: 0;
}

.banner__content__sec p span {
  font-family: "Cambria-Bold";
  font-size: 29px;
}

.banner__content__sec h2,
.banner__content__sec h1 {
  font-size: 42px;
  font-weight: bold;
  /*text-shadow: -3px 3px 0px rgb(1 12 34 / 28%);*/
  padding-bottom: 15px;
  text-transform: capitalize;
}

.banner__content__sec p {
  font-size: 26px;
  font-family: "Alata", sans-serif;
}

.banner__form__sec form span img {
  width: auto !important;
}

.banner__form__sec input,
.banner__form__sec select {
  width: 100%;
  height: 72px;
  border: 0;
  padding: 0 20px;
  font-size: 17px;
  border-radius: 50px;
  font-family: "Alata", sans-serif;
}

.banner__form__sec {
  padding-top: 20px;
  position: relative;
  width: 85%;
  display: inline-block;
}

.banner__form__sec span {
  position: absolute;
  background: var(--blue);
  left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 21px;
}

.banner__form__sec form {
  position: relative;
}

.btn_submit_ban {
  position: absolute;
  right: 8px;
}

.btn_submit_ban button {
  border: 0;
  color: var(--white);
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  font-family: "Alata", sans-serif;
  background: linear-gradient(90deg, #ff422b 0%, #ff801f 100%) !important;
}

.btn_submit_ban button:hover {
  background: rgb(3, 123, 248);
  background: #00032c;
}

.banner_right_img img {
  width: auto;
  /* border-radius: 20px; */
  /* border: 5px solid rgb(255 255 255 / 32%); */
  /* box-shadow: 0px 0px 20px rgb(0 0 0 / 25%); */
  position: relative;
  left: -40px;
  -webkit-filter: drop-shadow(4px 4px 20px rgb(255 255 255 / 32%));
  filter: drop-shadow(4px 4px 20px rgb(255 255 255 / 32%));
}

.banner__sec__main .carousel-caption .row {
  align-items: center;
}

.vector__banner1 {
  position: absolute;
  left: -50px;
}

.banner_right_img {
  position: relative;
  margin: 0 !important;
}

.banner__sec__main .slick-list {
  overflow: unset;
}

.vector__banner1 img {
  border: 0;
  box-shadow: none;
}

.banner__content__sec h2 span,
.banner__content__sec h1 span {
  color: var(--white);
  font-weight: 900;
  display: inline-block;
  font-size: 65px;
}

/*Banner Section End*/

/*Logo Section Begin*/

.padding_60 {
  padding: 60px 0;
}

.logo__sec__box img {
  width: 100%;
}

.logo__sec__main.padding_60 {
  padding: 40px 0;
}

/*Logo Section End*/

/*Custom Logo Section Begin*/

.center__logo__head {
  text-align: center;
}

.center__logo__head h2 {
  color: var(--black);
  font-size: 61px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 20px !important;
}

.center__logo__head h2 span {
  color: #f50043;
}

.logo-brand-custom {
  text-align: left;
  transition: 0.5s ease-in-out;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px hsl(0deg 0% 0% / 9%);
  min-height: 420px;
  margin-bottom: 30px;
  position: relative;
}

.professional__logo__box .col-sm-4:nth-child(1) .logo-brand-custom {
  background: url(../images/professional-logo-img-01.jpg);
}

.professional__logo__box .col-sm-4:nth-child(2) .logo-brand-custom {
  background: url(../images/professional-logo-img-02.jpg);
}

.professional__logo__box .col-sm-4:nth-child(3) .logo-brand-custom {
  background: url(../images/professional-logo-img-03.jpg);
}

.custom-logo-icon span {
  box-shadow: 0px 0px 30px rgb(50 44 90 / 50%);
  width: 90px;
  display: inline-block;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: unset;
  border-radius: 80px;
  background: var(--blue);
}

.custom_logo_content {
  padding-top: 30px;
}

.custom_logo_content h3 {
  font-size: 25px;
  font-weight: bold;
  color: var(--black);
  text-transform: capitalize;
}

.custom_logo_content p {
  color: #777777;
  font-size: 17px;
  width: 100%;
  margin: 0;
  line-height: 28px;
}

.second__cus__logo .custom-logo-icon span {
  box-shadow: 0px 0px 30px rgb(58 130 126 / 36%);
}

.logo-brand-custom .btn__web ul li a {
  background: linear-gradient(90deg, #ff422b 0%, #ff801f 100%) !important;
  color: var(--white);
}

.second__cus__logo .btn__web ul li a {
  background: rgb(3, 123, 248);
  background: linear-gradient(90deg, #ff422b 0%, #ff801f 100%) !important;
}

.logo-brand-custom:hover .custom-logo-icon span {
  box-shadow: 0px 0px 30px rgb(58 130 126 / 36%);
  transition: 0.5s ease-in-out;
}

.logo-brand-custom:hover .btn__web ul li a {
  transition: 0.5s ease-in-out;
  background: rgb(3, 123, 248);
  background: linear-gradient(90deg, #ff422b 0%, #ff801f 100%) !important;
  border-color: #ff4d29 !important;
}

.logo-brand-custom.second__cus__logo:hover .custom-logo-icon span {
  box-shadow: 0px 0px 30px rgb(236 115 70 / 36%);
}

.logo-brand-custom.second__cus__logo:hover .btn__web ul li a {
  background: var(--blue);
}

.logo-brand-custom:hover::after,
.logo-brand-custom:hover::before {
  transform: scale(1, 1);
}
.logo-brand-custom::after,
.logo-brand-custom::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.5s;
  border-radius: 10px;
  z-index: -1;
}
.logo-brand-custom::after {
  border-right: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
  transform: scale(1, 0);
}
.logo-brand-custom::before {
  border-top: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: scale(0, 1);
}

.professional__logo__box .logo-brand-custom {
  text-align: left;
  padding: 40px 30px;
  min-height: 370px;
  z-index: 999;
}

.professional__logo__box .logo-brand-custom .custom_logo_content p {
  margin: 0 0 20px 0;
}

.professional__logo__box .logo-brand-custom .btn__web {
  text-align: left !important;
}

.professional__logo__box .logo-brand-custom .custom-logo-icon span {
  margin: unset;
  width: 90px;
  height: 90px;
}

.professional__logo__box .logo-brand-custom .custom-logo-icon span img {
  width: 45%;
  filter: brightness(0) invert(1);
}

.professional__logo__box
  .col-sm-4:nth-child(1)
  .logo-brand-custom
  .custom-logo-icon
  span {
  background: #1c1549;
}

.professional__logo__box
  .col-sm-4:nth-child(2)
  .logo-brand-custom
  .custom-logo-icon
  span {
  background: rgb(28 21 73 / 80%);
}

.professional__logo__box
  .col-sm-4:nth-child(3)
  .logo-brand-custom
  .custom-logo-icon
  span {
  background: rgb(28 21 73 / 90%);
}

.professional__logo__box .logo-brand-custom .custom_logo_content h3 {
  font-size: 28px;
}

/*Custom Logo Section End*/

/*About Us Section Begin*/

.about__Us__Sec {
  background: #fff url(../images/about-us-banner.webp);
  background-size: cover;
}

.about__img__tab img {
  width: 100%;
}

.Custom__logo__services .about__img__tab img {
  width: auto;
}

.about__content__sec h3 {
  color: var(--black);
  font-size: 45px;
  font-weight: revert;
  text-transform: capitalize;
}

.about__content__sec p {
  color: #777777;
  font-size: 18px;
  line-height: 30px;
}

.about__content__sec h3 span {
  color: #f50043;
}

/*About Us Section End*/

/*How IT Work Section Begin*/

.how__it__work__Sec {
  background: var(--white);
}

/*How IT Work Section End*/

/*Create Logo Section Begin*/

.create__logo__sec {
  background: url(../images/logo-minutes-banner.webp) no-repeat;
  background-size: cover;
  padding: 70px 0 50px;
  /* background: rgb(0,21,83); */
  /* background: linear-gradient(90deg, rgba(0,21,83,1) 0%, rgba(9,56,121,1) 29%, rgba(0,254,255,1) 100%); */
}

.created__logo__tab {
  background: var(--white);
  padding: 26px 40px;
  display: flex;
  align-items: center;
  border-radius: 60px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 18%);
  position: relative;
  width: 100%;
  justify-content: space-between;
}

.created__logo__tab span {
  display: flex;
  background: var(--blue);
  left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.created__logo__tab p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 23px;
  color: #777;
}

.created__logo__tab a {
  float: right;
  position: relative;
  right: 15px;
  padding: 16px 40px;
  font-size: 21px;
  color: var(--white);
  border-radius: 50px;
  font-family: "Acme", sans-serif;
  background: var(--blue);
  margin: 0 0 0px 20px;
}

/*Create Logo Section End*/

/*Why Choose Us Section Begin*/

.why__choose__Us__sec .center__logo__head h2 span {
  color: #f50043;
}

.why__choose__Us__sec .logo-brand-custom:hover .custom-logo-icon span {
  background: #f50043;
}

.why__choose__Us__sec .logo-brand-custom:hover .custom-logo-icon span img {
  filter: brightness(0) invert(1);
}

.why__choose__Us__sec .logo-brand-custom {
  min-height: 370px;
  padding: 40px 25px 0;
}

.custom-logo-icon span img {
  width: 75%;
  filter: brightness(0) invert(1);
}

/*Why Choose Us Section End*/

/*Custom Logo Services section Begin*/

.Custom__logo__services .about__content__sec h3 span {
  color: var(--orange);
}

.Custom__logo__services .btn__web ul li a {
  background: var(--blue);
}

.Custom__logo__services .btn__web ul li a:hover {
  background: rgb(3, 123, 248);
  background: #00032c;
}

/*Custom Logo Services section End*/

/*Our Work Section Begin*/

.works__sec__main .center__logo__head h2 span {
  color: #d26478;
}

.logo__portfolio__box img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.logo__portfolio__box {
  margin-bottom: 20px;
  position: relative;
}

.porfolio_img_overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 66 43 / 30%);
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.porfolio_img_overlay a .fa {
  background: var(--white);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 19px;
  color: var(--blue);
}

.logo__portfolio__box:hover .porfolio_img_overlay {
  opacity: 1;
}

.logo-card .back {
  display: none;
}

.logo-card {
  height: 210px;
  line-height: 210px;
}

/*Our Work Section End*/

/*Review Section Begin*/

.review__sec__main {
  background: #fff url(../images/about-us-banner.webp);
  padding-bottom: 60px;
}

.review__head__sec h3 {
  color: #282828;
  font-size: 62px;
  font-weight: bold;
}

.review__tab__slide {
  padding-top: 10px;
}

.review__content__sec p {
  color: #777777;
  font-style: italic;
  font-size: 21px;
  line-height: 30px;
}

.review__author__tab {
  display: flex;
  align-items: center;
}

.review__author__img {
  margin-right: 15px;
}

.review__author__img img {
  border: 3px solid #8cd8d3;
  border-radius: 50px;
  width: 82px;
  height: 82px;
  object-fit: cover;
}

.review__author__head h5 {
  color: #ca4860;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 2px;
}

.review__author__head h6 {
  color: var(--blue);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}

span.rating__review .fa {
  color: #ffb040;
  padding: 0 3px 0px 0;
  font-size: 16px;
}

.review__content__sec {
  margin-bottom: 30px;
}

.review__sec__main .slick-next,
.review__sec__main .slick-prev {
  top: auto;
  bottom: -70px;
  width: 45px;
  height: 45px;
  background: var(--blue);
  transition: 0.5s ease-in-out;
}

.review__sec__main .slick-next {
  right: -5%;
}

.review__sec__main .slick-prev {
  right: 5%;
}

.review__sec__main .slick-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: relative;
  right: -2px;
  top: -2px;
}

.review__sec__main .slick-next:before,
.review__sec__main .slick-prev:before {
  font-size: 30px;
  opacity: 1;
}

.review__sec__main .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  right: 1px;
  position: relative;
  top: -2px;
}

.review__sec__main .slick-next:hover,
.review__sec__main .slick-prev:hover {
  background: #c3d9d8;
}

.review__sec__main .slick-next:hover:before,
.review__sec__main .slick-prev:hover:before {
  color: var(--blue);
}

.review__sec__main .row {
  align-items: center;
}

/*Review Section End*/

/*Contact Section Hme Begin*/

.contact__form__hme {
  border-bottom-left-radius: 80px;
  background: rgb(190, 25, 0);
  background: url(../images/contact-form-banner.webp);
  background-size: cover;
}
.contact__form__hme input {
  height: 60px;
  margin-bottom: 10px;
  font-size: 17px;
  border-radius: 10px;
  border: 0;
  color: var(--black);
  outline: none;
  width: 100%;
}

.contact__form__hme textarea {
  height: 150px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 0;
  padding: 20px 14px;
  font-size: 17px;
  resize: none;
  color: var(--black);
}

.btn__form input {
  display: flex;
  color: var(--white) !important;
  padding: 11px 45px 10px;
  border-radius: 35px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--blue);
  height: 55px;
  font-family: "Alata", sans-serif;
  transition: 0.5s ease-in-out;
  background: var(--blue);
  width: auto;
  text-transform: capitalize;
  cursor: pointer;
}

.contact__form__hme .row {
  align-items: center;
}

.btn__form input:hover {
  border-color: #00032c;
  background: #00032c !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--black);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--black);
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--black);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: var(--black);
}

::-webkit-textarea-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--black);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--black);
}
:-ms-textarea-placeholder {
  /* IE 10+ */
  color: var(--black);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: var(--black);
}

.contact__content_hme h4 {
  color: var(--white);
  font-size: 62px;
}

.contact__content_hme p {
  color: var(--white);
  font-size: 20px;
  line-height: 30px;
}

.contac__list__num {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}

.contac__list__num span {
  position: absolute;
  background: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}

.contac__list__num a {
  font-size: 17px;
  color: var(--white);
  padding-left: 65px;
}

.contact__info__hme {
}

.contact__content_hme {
  padding-bottom: 20px;
}

.contac__list__num a:hover {
  color: #e3e3e3;
}

.contac__list__num p {
  font-size: 16px;
  color: var(--white);
  padding-left: 58px;
  margin-bottom: 0;
  font-family: "Alata", sans-serif;
}

.industries__links__tabs ul li {
  display: inline-block;
}

.industries__links__tabs {
  text-align: center;
}

.industries__links__tabs ul li a {
  font-family: "Alata", sans-serif;
}

.industries__links__tabs ul li:hover {
  color: var(--white);
  background: #f50043 !important;
}

/*Contact Section Hme End*/

/*Footer Section Begin*/

footer {
  padding: 80px 0 90px;
  background: rgb(20, 32, 48);
  background: linear-gradient(12deg, #140b48 0%, #000000 100%);
  position: relative;
}

.socail__icon__footer {
  text-align: center;
  padding-top: 30px;
}

.socail__icon__footer ul li {
  display: inline-block;
  padding: 0 15px;
}

.socail__icon__footer ul li a {
  background: var(--white);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  border-radius: 50px;
  color: #083e7d;
}

.footer___menu__sec ul li {
  display: inline-block;
  padding: 0 20px;
}

.footer___menu__sec {
  text-align: center;
  padding-top: 20px;
  border-top: 2px solid rgb(255 255 255 / 20%);
  margin-top: 50px;
  border-bottom: 2px solid rgb(255 255 255 / 20%);
  padding-bottom: 20px;
}

.footer___menu__sec ul li a {
  color: var(--white);
  font-size: 21px;
}

.footer___menu__sec ul li a:hover {
  color: #cdc9c9;
}

.copy__right__content p {
  color: var(--white);
  font-size: 18px;
  margin: 0;
  display: inline-block;
  margin-right: 20px;
}

.select_packages__head .copy__right__content p {
  color: var(--black);
}

.terms__links__sec ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}

.terms__links__sec {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row-reverse;
  gap: 2rem;
}
.social-links {
  gap: 20px;
  display: flex;
  margin-top: 15px;
}

.social-links li a i {
  font-size: 16px;
    color: white;
}


.terms__links__sec ul li a {
  color: var(--white);
  font-size: 17px;
  font-family: "Alata", sans-serif;
}

/*Footer Section End*/

/*Inner Banner Section Begin*/

.inner___banner .banner_right_img img {
  border: 0;
  box-shadow: none;
  width: auto;
}

.inner___banner .banner_right_img {
  text-align: center;
}

.inner___banner .banner_right_img .vector__banner1 {
  bottom: 20px;
  left: -20px;
}

.banner__sec__main.inner___banner img.banner_img__main {
  height: 500px;
  object-fit: cover;
}

/*Inner Banner Section End*/

/*About Us Page CSS Begin*/

.inner___about__sec {
  background: #fff url(../images/about-bg.png) no-repeat;
}

.inner__about__content p {
  color: #777777;
  font-size: 17px;
  line-height: 30px;
}

.mission__sec__tab {
  background: var(--white);
}

/*About Us Page CSS End*/

/*Pricing Section Begin*/

.pricing___head__sec h3 {
  /* font-family: 'Cambria'; */
  font-size: 60px;
  font-weight: bold;
  text-transform: capitalize;
}

.pricing___head__sec {
  text-align: left;
}

.pricing___head__sec h3 span {
  color: var(--blue);
}

.pricing___head__sec p {
  color: #2e2e2e;
  font-size: 22px;
}

.pricing___head__sec p span {
  font-size: 18px;
  color: #6a6a6a;
}

.packages___box {
  /* border-radius: 0; */
  padding: 50px 20px 20px 20px;
  transition: 0.5s ease-in-out;
  background: var(--white);
  box-shadow: 0 30px 80px rgb(0 0 0 / 14%), 0 20px 70px rgb(73 193 235 / 20%);
  position: relative;
  /* border-radius: 40px; */
}

.packages__box__head {
  text-align: left;
  display: inline-block;
  width: 70%;
}

.packages__box__head h4 {
  color: #282828;
  font-size: 23px;
  font-weight: bold;
  /* font-family: 'Cambria'; */
  margin-bottom: 5px;
}

.packages__box__head h5 {
  /* font-family: 'Cambria'; */
  font-size: 44px;
  font-weight: 900;
  color: #282828;
  display: inline-block;
}

.packages__box__head h6 {
  display: inline-block;
  /* font-family: 'Cambria'; */
  font-size: 19px;
  font-weight: 400;
  text-decoration: line-through;
  color: #282828;
}

a.packages__btn {
  display: table;
  background: #f50043;
  width: auto;
  margin: 5px 0 20px;
  padding: 15px 30px;
  color: var(--white);
  font-size: 16px;
  border-radius: 10px;
  font-weight: 400;
  border: 1px solid #cf586e;
}

.packages___list ul li {
  font-size: 15px;
  padding-bottom: 10px;
  color: #282828;
  padding-left: 35px;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  border-bottom: 1px dotted #d6d6d6;
  margin-bottom: 10px;
  width: 90%;
}

.packages___list ul li:before {
  content: "\f105";
  /* background: url(../images/list-arrow-img-01.png) no-repeat; */
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: -2px;
  /*box-shadow: 0px 0px 8px rgb(0 0 0 / 16%);*/
  border-radius: 50px;
  background-size: 100%;
  font-family: "FontAwesome";
  font-size: 24px;
  color: #401b72;
}

.packages___list {
  padding-top: 10px;
}

.packages___box:hover {
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 30px 80px rgb(0 0 0 / 14%), 0 20px 70px rgb(73 193 235 / 20%);
}

.create__logo__sec .packages___box {
  background: #fff;
  /* background: linear-gradient(352deg, #7c6fcb 0%, #1c1549 100%); */
  border: 2px solid #fff;
  box-shadow: 0px 0px 30px rgb(21 33 49 / 68%);
  margin: 0 0 50px 0;
}

.create__logo__sec .packages___box .packages__box__head h5 {
  color: #647fa5 !important;
}

.create__logo__sec .packages___box .packages__box__head h6 {
  color: #000 !important;
}

.create__logo__sec .packages___box .packages__box__head h4 {
  color: #000 !important;
}

.create__logo__sec .packages___box .packages___list ul li {
  color: #4c4c4c;
}

.create__logo__sec .packages___box:hover {
  border: 0;
}

.create__logo__sec .packages___box:hover .packages__box__head a {
  background: var(--blue) !important;
  color: var(--white) !important;
  border-color: var(--blue);
}

.packages___box:hover .packages__box__head h5,
.packages___box:hover .packages__box__head h6 {
  color: var(--blue);
}

.packages___box:hover .packages__box__head h4 {
  color: #4c4c4c;
}

.packages___box:hover .packages___list ul li {
}

.packages___box:hover .packages___list ul li:before {
  /* background: url(../images/list-arrow-img-02.png) no-repeat; */
  background-size: 100%;
  content: "\f105";
  color: #000;
}

.center__packages__tab {
  background: rgb(255, 255, 255);
  background: transparent;
  position: relative;
}

.center__packages__tab:before {
  content: "";
  position: absolute;
  /* background: url(../images/about-bg.png); */
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.3;
}

.center__packages__tab .pricing___head__sec h3,
.center__packages__tab .pricing___head__sec h3 span,
.center__packages__tab .pricing___head__sec p,
.center__packages__tab .pricing___head__sec p span {
  /* color: var(--white); */
}

.packages___box:before {
  border-top: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: scale(0, 1);
}

.packages___box:after {
  border-right: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
  transform: scale(1, 0);
}

.packages___box:before,
.packages___box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  border-radius: 0;
  z-index: -1;
}

.packages___box:hover::after,
.packages___box:hover::before {
  transform: scale(1, 1);
}

.packages___box:hover a.packbtn.packages__btn {
  background: transparent;
  color: #cf586e;
}

.packages___box:hover .hme_pkg a {
  background: var(--white) !important;
}

.center__packages__tab .packages___list ul li:before {
  content: "";
  background: url(../images/list-arrow-img-02.png) no-repeat;
  background-size: 100%;
}

.center__packages__tab .packages___box:hover .packages___list ul li:before {
  background: url(../images/list-arrow-img-01.png) no-repeat;
  background-size: 100%;
}

.special__offer__content {
  text-align: left;
  margin-bottom: 40px;
}

.special__offer__content h3 {
  font-size: 60px;
  font-weight: bold;
  text-transform: capitalize;
}

.special__offer__content h3 span {
  color: var(--blue);
}

.special__offer__content h5 {
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: bold;
  color: var(--white);
}

.special__offer__content h5 sub {
  bottom: auto;
  top: -17px;
  right: -10px;
  font-size: 45px;
  color: var(--white);
}

.special__offer__content h5 span {
  color: var(--white);
  float: right;
  font-size: 70px;
}

.spacial__box__pricing {
  background: transparent;
  padding: 40px 40px;
  border-radius: 0;
  box-shadow: 0 30px 80px rgb(0 0 0 / 14%), 0 20px 70px rgb(0 0 0 / 12%);
  background: rgb(20, 32, 48);
  background: linear-gradient(
    12deg,
    rgba(20, 32, 48, 1) 0%,
    rgba(83, 120, 149, 1) 100%
  );
}

.special_pricing_head h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}

.special_pricing_head h4 span {
  font-size: 17px;
}

.special_pricing_list ul li {
  color: var(--white);
  padding-bottom: 15px;
  font-size: 16px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
}

.special_pricing_list ul li:before {
  content: "";
  background: url(../images/list-arrow-img-02.png) no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: -2px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 16%);
  border-radius: 50px;
  background-size: 100%;
}

.logo_packages__tab .packages___box {
}

.web__packages__tab ul::-webkit-scrollbar {
  width: 5px;
  background: rgb(217 216 216);
  border-radius: 10px;
}

.web__packages__tab ul::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 10px;
}

.web__packages__tab .packages___list ul {
  height: 250px;
  overflow-y: scroll;
  padding-top: 5px;
}

.pricing__sec__tab .container {
  position: relative;
}

.pricing__sec__tab .container:before {
  content: "";
  position: absolute;
  border: 2px solid var(--orange);
  width: calc(100% - 30px);
  bottom: -70px;
}

.special__offers__pricing .container {
  position: relative;
}

.special__offers__pricing .container:before {
  content: "";
  position: absolute;
  border: 2px solid var(--orange);
  width: calc(100% - 30px);
  bottom: -70px;
  right: 30px;
  margin: 0 -15px;
}

.pricing__sec__tab.web__packages__tab .container:before {
  border: 0;
}

.pricing__tabs__sec {
  text-align: center;
}

.pricing__tabs__sec ul li {
  display: inline-block;
}

.pricing__tabs__sec ul li a {
  font-size: 18px;
  padding: 10px 17px;
  display: inline-block;
  border: 1px solid #cd5068;
  box-shadow: 0 5px 40px rgb(73 193 235 / 12%);
}

section.tab__links__pricing {
  padding: 30px 0;
}

.pricing__tabs__sec ul li a:hover {
  color: #cd5068;
  border: 1px solid #cd5068;
}

/*Pricing Section End*/

/*Website Section Begin*/

.website___design__tab {
  background: url(../images/about-bg.png) no-repeat;
  background-size: cover;
}

.website_img_sec img {
  width: 100%;
}

.website__content__text h2 {
  font-size: 40px;
  font-weight: bold;
  color: #282828;
  text-transform: capitalize;
}

.website__content__text h3 {
  color: #d26478;
  font-size: 22px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.website__content__text p {
  color: #777777;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 10px;
}

.website__list__sec ul li {
  position: relative;
  font-size: 18px;
  padding-bottom: 30px;
  padding-left: 40px;
  font-weight: 600;
  text-transform: capitalize;
}

.website__list__sec ul li:before {
  content: "";
  background: url(../images/list-arrow-img-01.png) no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  /*box-shadow: 0px 0px 8px rgb(0 0 0 / 16%);*/
  border-radius: 50px;
  background-size: 100%;
}

.website___design__tab .row {
  align-items: center;
}

.website___design__tab .btn__web ul li a {
  background: transparent;
  box-shadow: 0px 0px 15px rgb(3 169 252 / 50%);
  color: var(--black) !important;
}

.website___design__tab .btn__web ul li a:hover {
  background: var(--blue);
  color: #fff !important;
}

.website___design__tab .btn__web ul li:nth-child(2) a {
  background: var(--blue);
  box-shadow: 0px 0px 15px rgb(3 169 252 / 50%);
  color: #fff !important;
}

.website___design__tab .btn__web ul li:nth-child(2) a:hover {
  background: #f50043;
}

.second__website_sec {
  background: var(--white);
}

.website__content__text h2 span {
  padding-left: 30px;
  color: #d26478;
}

.second__website_sec .website__content__text h3 {
  color: var(--blue);
}

.second__website_sec .website__list__sec ul li:before {
  content: "";
  background: url(../images/list-arrow-img-02.png) no-repeat;
  background-size: 100%;
}

.second__website_sec .btn__web ul li a {
  background: transparent;
  box-shadow: 0px 0px 15px rgb(3 169 252 / 50%);
  color: var(--black) !important;
}

.second__website_sec .btn__web ul li a:hover {
  background: #f50043;
}

.second__website_sec .btn__web ul li:nth-child(2) a {
  background: var(--blue);
}

.second__website_sec .btn__web ul li:nth-child(2) a:hover {
  background: var(--blue);
}

.website__content__text h2 span {
  color: var(--blue);
}

.second__website_sec .website__content__text h2 span {
  color: #d26478;
}

.scroll-block {
  max-height: 150px;
  padding-right: 15px;
  overflow-y: scroll;
}

.scroll-block::-webkit-scrollbar {
  width: 1px;
}
.scroll-block::-webkit-scrollbar-track {
  background-color: rgba(3, 21, 33, 0.1);
}
.scroll-block::-webkit-scrollbar-thumb {
  background-color: #031521;
  height: 60px;
}

/*Website Section End*/

/*Process Section Begin*/

.process___sec__main {
  position: relative;
  z-index: 99;
  background: rgb(20, 32, 48);
  background: linear-gradient(
    12deg,
    rgba(20, 32, 48, 1) 0%,
    rgba(83, 120, 149, 1) 100%
  );
}

.process___sec__main:before {
  content: "";
  position: absolute;
  background: url(../images/about-bg.png);
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.3;
}

.process__head__sec {
  text-align: center;
}

.process__head__sec h3 {
  color: var(--white);
  font-size: 55px;
  font-weight: bold;
}

.process__head__sec h3 span {
  font-size: 30px;
  font-weight: 200;
  padding-left: 10px;
}

.process_box__main ul li {
}

.process_box__main ul {
}

.icon__process span {
  background: var(--white);
  width: 38px;
  height: 38px;
  position: absolute;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 17px;
  top: 22px;
}

.icon__process h6 {
  color: var(--white);
  font-size: 25px;
  margin-bottom: 0;
  padding-left: 52px;
}

.process__box__tab {
  padding: 17px 17px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 13.7%;
  margin: 0 5px;
  min-height: 240px;
  background: rgb(3, 123, 248) !important;
  background: linear-gradient(
    36deg,
    rgb(28 21 73) 0%,
    rgb(0 0 0) 100%
  ) !important;
}

.icon__process {
  height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.icon_process_txt {
  text-align: center;
}

.icon_process_txt ul li {
  color: var(--white);
  font-size: 16px;
  padding-bottom: 3px; /* font-family: Poppins, sans-serif; */
  font-weight: 300;
}

.icon_process_txt h3 {
  font-size: 25px;
  color: var(--white);
  text-shadow: -3px 1px 0px rgb(58 130 126 / 64%);
}

.process_box__main {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.icon__process span img {
  width: auto;
}

/*Process Section End*/

/*Video Section Begin*/

.work__process_img img {
  width: 100%;
}

.video__ser .custom_logo_content h3 {
}

.packages___box ul.pkg-list {
  height: 240px;
  overflow-y: scroll;
}

.packages___box ul.pkg-list::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

.packages___box ul.pkg-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e5e5;
  border-radius: 10px;
  background: #e6e5e5;
}
.packages___box ul.pkg-list::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 10px;
}
.packages___box ul.pkg-list::-webkit-scrollbar-thumb:hover {
  background: var(--orange);
  border-radius: 10px;
}

li.list_heading:before {
  content: none !important;
}

li.list_heading {
  padding-left: 0 !important;
  font-size: 22px !important;
}

.tab__menu__sec ul {
  border: 0;
  margin: 0;
  justify-content: center;
}

.tab__menu__sec ul li a {
  font-size: 21px;
  color: var(--black);
  border: 0 !important;
  border-radius: 10px !important;
  padding: 13px 27px;
  margin: 0 5px;
}

.tab__menu__sec {
  padding-top: 20px;
}

.tab__menu__sec ul li a:hover,
.tab__menu__sec ul li a.active {
  border: 0;
  background: #f50043 !important;
  color: var(--white) !important;
}

.work__process_txt h4 {
  font-size: 50px;
  font-weight: bold;
  color: var(--black);
}

.work__process_txt p {
  color: #777;
  font-size: 18px;
  line-height: 31px;
}

.video_portfolio__sec {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, var(--red) 0%, var(--orange) 110%);
}

.video_portfolio__sec .center__logo__head h2,
.video_portfolio__sec .center__logo__head p {
  color: var(--white);
}

.center__logo__head p {
  font-size: 18px;
  line-height: 28px;
  color: #777777;
}

/*Video Section End*/

/*Inner Services section Begin*/

.inner_ser__sec .inner__about__left img {
  border-radius: 20px;
  width: 100%;
}

.inner__about__content h4 {
  font-size: 55px;
  font-weight: bold;
  color: var(--black);
}

.inner_ser__sec {
  background: var(--white);
}

.ser_portfolio__sec {
  background: rgb(255, 255, 255);
  position: relative;
  background: rgb(20, 32, 48);
  background: linear-gradient(
    180deg,
    rgba(20, 32, 48, 1) 0%,
    rgba(83, 120, 149, 1) 100%
  );
}
.inner_ser__sec .btn__web ul li:nth-child(1) a {
  background: transparent;
  box-shadow: 0px 0px 15px rgb(3 169 252 / 50%);
  color: var(--black) !important;
}

.inner_ser__sec .btn__web ul li:nth-child(1) a:hover {
  color: var(--white) !important;
}

.ser_portfolio__sec:before {
  content: "";
  position: absolute;
  background: url(../images/about-bg.png);
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.1;
}

.ser_portfolio__sec .center__logo__head h2,
.ser_portfolio__sec .center__logo__head p {
  color: var(--white);
}
/*Inner Services section End*/

/*Term & Conditions Section Begin*/

.term_txt__tab h3 {
  font-size: 40px;
  font-weight: bold;
  color: var(--black);
  margin-bottom: 20px;
}

.term_txt__tab p {
  color: #777;
  font-size: 20px;
  line-height: 30px;
}

.term_txt__tab {
  padding-bottom: 30px;
}

.term_txt__tab ul li {
  color: #777;
  font-size: 20px;
  line-height: 30px;
  list-style-type: disc;
  padding-bottom: 15px;
}

.term_txt__tab ul {
  padding-left: 18px;
}

.term_txt__tab h4 {
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: bold;
}

/*Term & Conditions Section End*/

/*Faq Section Begin*/

.card-header h5 button.collapsed i.fa-minus:before {
  content: "\f067";
}

.card-header h5 button i {
  position: relative;
  top: 0;
  background: var(--blue);
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 19px;
}

.faq_sec_main .card-header {
  padding: 0;
  background: var(--white);
  border-radius: 10px;
  border: 0;
  font-family: "Cambria";
}

.faq_sec_main .card-header h5 button {
  padding: 20px 30px;
  font-size: 20px;
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
  border: 0;
  line-height: 40px;
  background: rgb(20, 32, 48);
  background: linear-gradient(
    180deg,
    rgba(20, 32, 48, 1) 0%,
    rgba(83, 120, 149, 1) 100%
  ) !important;
}

.faq_sec_main.second_faq .card-header h5 button {
  background: #fff !important;
  color: #000 !important;
}

.faq_sec_main .card {
  border-radius: 10px !important;
  border: 2px solid #24374a;
  box-shadow: 0px 0px 20px rgb(58 130 126 / 28%);
}

.faq_sec_main .card-body {
  border-top: 1px solid #ebebeb;
  font-size: 20px;
  line-height: 31px;
  color: #777;
  background: var(--white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq_sec_main .card-header h5 button span {
  background: #d67083;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  margin-right: 15px;
  font-size: 25px;
}

.second_faq {
  background: rgb(255, 255, 255);
  position: relative;
  background: rgb(255, 255, 255);
  position: relative;
  background: rgb(20, 32, 48);
  background: linear-gradient(
    180deg,
    rgba(20, 32, 48, 1) 0%,
    rgba(83, 120, 149, 1) 100%
  );
}

.second_faq:before {
  content: "";
  position: absolute;
  background: url(../images/about-bg.png);
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.1;
}

.second_faq .center__logo__head h2 {
  color: var(--white);
}

.second_faq .card {
  background: rgb(255 255 255 / 10%);
}

.second_faq .card-header {
  background: rgb(255 255 255 / 10%);
}

.second_faq .card-header h5 button {
  /* color: var(--white); */
}

.second_faq .card-header h5 button[aria-expanded="true"] {
  background: #fff;
  color: #000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.second_faq .card-body {
  /* background: var(--white); */
}

/*Faq Section End*/

/*EDITOR First Screen Design Begin*/

.inner_screen header .container {
  width: 1400px;
}

.logoseditors .navbar {
  min-height: 0;
  margin-bottom: 0;
}

.logoseditors .btn__web ul li:nth-child(1) a {
  background: transparent;
  color: var(--black) !important;
}

.inner_screen {
  background: var(--white) !important;
  position: relative;
  /*background: linear-gradient(90deg, rgba(0,21,83,1) 0%, rgba(9,56,121,1) 29%, rgba(0,254,255,1) 100%) !important;*/
}

.inner_screen:before {
  content: "";
  position: absolute;
  background: url(../images/about-bg.png);
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.3;
}

.inner_screen header {
  /*background: transparent;*/
  /*box-shadow: none;*/
  /*border: none;*/
}

.logoseditors .copy__right__content p {
  color: var(--black);
}

.logoseditors {
  background: #ffffff !important;
}

body.logos {
  overflow-y: auto !important;
  height: 100% !important;
  background: #fff !important;
}

.main-loader-container {
  background: #fff !important;
}

.First__screenPage .main-loader-container {
  background: transparent !important;
}

.logoseditors .terms__links__sec ul li a {
  color: var(--black);
}

.inner_screen header .logo__img__sec img {
  filter: unset;
}

.inner_screen.First__screenPage.ng-scope {
  /* background: transparent !important; */
  background: rgb(20, 32, 48);
  background: linear-gradient(
    12deg,
    rgba(20, 32, 48, 1) 0%,
    rgba(83, 120, 149, 1) 100%
  ) !important;
}

.first__screen__editor .custom-fluid-row .screen__content__head h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
}

.first__screen__editor .custom-fluid-row .screen__content__head p {
  font-size: 20px;
  color: var(--white);
  font-weight: 300;
  text-align: center;
}

.formRow .placeholder {
  left: 20px !important;
}

.steps__tab h3 {
  color: var(--black);
  font-size: 36px;
  text-align: left;
  margin-top: 10px;
}

.custom-fluid .custom-fluid-row .custom-fluid-row-col .nameSlogan {
  display: inline-block;
  padding: 0 0px;
  border-radius: 5px;
  width: 100%;
}

.steps__tab {
  padding-bottom: 15px;
}

.custom-fluid .custom-fluid-row .custom-fluid-row-col {
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 100px;
  padding-top: 140px;
  justify-content: flex-start;
}

.formRow {
  margin-left: 0;
}

.steps__tab h3 strong {
  color: var(--blue);
}

.material-icons {
  font-family: "Material Icons" !important;
  font-size: 34px !important;
}

.categoryForm span {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}

.select2-container--material.select2-container--focus .select2-selection {
  border-bottom: 1px solid var(--white);
}

.select2-container--material .select2-results__options {
  max-height: 330px;
  position: relative;
  top: -65px;
}

.select2-container--material
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--blue);
  color: var(--white);
  border: 0;
}

.select2-container--material .select2-results__option[aria-selected="true"] {
  border: 0;
  color: var(--white);
  background-color: var(--blue);
}

.select2-container--material .select2-results__option {
  padding: 20px 10px;
  font-size: 18px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  color: var(--white);
}

.arrow-div-2 input {
  display: table;
  width: auto;
  margin: 5px auto 20px;
  padding: 15px 45px !important;
  color: var(--white);
  font-size: 20px;
  border-radius: 55px !important;
  font-weight: 500 !important;
  border: 2px solid #fff !important;
  background: var(--blue) !important;
  font-family: "Alata", sans-serif;
}

.arrow-div-2 input:hover {
  letter-spacing: 0 !important;
  color: var(--white) !important;
  background: rgb(3, 123, 248);
  background: linear-gradient(
    90deg,
    rgba(3, 123, 248, 1) 0%,
    rgba(7, 216, 255, 1) 100%
  ) !important;
  transform: translateX(0px) !important;
}

.custom-fluid
  .custom-fluid-row
  .custom-fluid-row-col
  .arrow-get-started::after {
  content: unset !important;
}

.progressbar-text {
  color: var(--white) !important;
  font-size: 23px;
}

.select2-dropdown {
  background-color: transparent !important;
}

.formRow--input {
  max-width: 610px;
  font-size: 20px;
  height: 70px;
  border: 0;
  outline: none;
  border-radius: 50px;
}

.screen__content__head {
  padding-bottom: 30px;
}

.required_error {
  color: #fff;
  display: block;
  padding: 10px 0;
  position: relative;
  top: -30px;
}

.custom-fluid .custom-fluid-row .custom-fluid-row-col .arrow-div-3 {
  position: absolute;
  top: 8px;
  left: auto;
  width: auto;
  right: 10px;
}

.custom-fluid .custom-fluid-row .custom-fluid-row-col .arrow-div-3 input {
  background: var(--blue);
  border: 0;
  color: var(--white);
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  font-weight: unset;
}

.custom-fluid .custom-fluid-row .custom-fluid-row-col .arrow-div-3 input:hover {
  letter-spacing: 0;
  transform: unset;
  border: 0;
  background: var(--blue);
  color: var(--white);
  /*padding: 15px 30px !important;*/
}

.formRow--input-wrapper.active
  .formRow--input:not(:focus):not(:hover)
  ~ .placeholder {
  color: var(--blue);
}

.formRow--input-wrapper.active
  .formRow--input:not(:focus):not(:hover)
  ~ .placeholder {
  color: var(--blue);
}

.main-loader-container .loaderHeading {
  font-size: 25px;
  font-weight: 400;
  color: var(--blue);
}

.container-fluid-choose-logo
  .row-choose-logo
  .logo__editor__box
  input[type="button"] {
  background: var(--blue) !important;
}

.container-fluid-choose-logo
  .row-choose-logo
  .logo__editor__box
  input[type="button"]:hover {
  background: rgb(3, 123, 248) !important;
  background: linear-gradient(
    90deg,
    rgba(3, 123, 248, 1) 0%,
    rgba(7, 216, 255, 1) 100%
  ) !important;
}

.login-modal-div {
  background-color: rgb(255 255 255 / 85%) !important;
}

.close-modal-div {
  text-shadow: none !important;
  color: var(--black);
}

.login-page .form {
  background: var(--white);
  border: 2px solid var(--blue);
  box-shadow: 0px 0px 50px rgb(5 171 252 / 25%);
  background: rgb(219, 243, 255);
  background: linear-gradient(
    0deg,
    rgb(233 244 249) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.form input {
  border: 1px solid rgb(0 0 0 / 8%) !important;
  background: #f9f9f9 !important;
}

.form button {
  background: var(--blue) !important;
}

.form button:hover,
.form button:active,
.form button:focus {
  background: rgb(3, 123, 248);
  background: linear-gradient(
    90deg,
    rgba(3, 123, 248, 1) 0%,
    rgba(7, 216, 255, 1) 100%
  ) !important;
}

.form .message a {
  color: var(--blue) !important;
  text-decoration: underline;
}

.form .message {
  margin: 25px 0 0;
  color: #000 !important;
  font-size: 19px;
}

.login-page .form h2 {
  color: var(--black);
}

.login__logo {
  padding-bottom: 50px;
}

.login-logo-right {
  background: var(--blue);
  padding: 20px 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.login___main__tab {
  padding: 0px 80px;
}

.login-logo-right img {
  width: 95%;
  position: relative;
  left: -50px;
}

body.editor__logo #draggableParent {
  width: calc(800px - 10px);
  height: calc(800px - 10px);
  margin: 0px auto;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 35%);
  margin-left: 20px;
  z-index: 9;
}

body.editor__logo #draggableParent:before {
  content: "";
  background: url(../images/watermark.png) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  filter: grayscale(1);
  background-size: contain;
}

body.editor__logo .main-container .row .col-md-4 {
  border-radius: 10px;
}

body.editor__logo .main-container .row .col-md-4,
body.editorBody .main-container .row .col-md-8 {
  height: calc(100vh - 268px);
}

body.editor__logo .editPallet {
  margin-top: 5px;
}

body.editor__logo #draggableParent .controls {
  position: absolute;
  right: 10px;
  top: 10px;
  background: var(--blue);
  padding: 10px;
  border-radius: 10px;
}

body.editor__logo #draggableParent .controls i {
  color: var(--white);
  font-size: 24px;
}

body.editor__logo .togglePanel .colorBox {
  border: 1px solid #d5d5d5;
}

.first__screen__editor .logo__img__sec img {
  margin-bottom: 30px;
  width: 100%;
}

.logoseditors header .btn__web ul li a,
.logoseditors header .btn__web ul li button {
  background: var(--blue);
  color: var(--white) !important;
}

.logoseditors .btn__web ul li a:hover {
  background: linear-gradient(
    90deg,
    rgba(0, 21, 83, 1) 0%,
    rgba(9, 56, 121, 1) 16%,
    rgba(0, 254, 255, 1) 180%
  );
}

.logoseditors .copy__rights {
  padding: 30px 0 30px;
}

body.custom__editor__logos {
  background: #fff !important;
}

.col-md-4.customization__boxes {
  box-shadow: 0px 0px 20px rgb(0 0 0 / 33%);
}

.custom__editor__logos .logo__img__sec img {
  filter: brightness(1) invert(0) !important;
}

.custom__editor__logos .logo__img__sec img {
  filter: brightness(1) invert(0) !important;
}

.custom__editor__logos .btn__web button {
  background: linear-gradient(
    90deg,
    rgba(190, 25, 0, 1) 0%,
    rgba(255, 89, 0, 1) 100%
  );
  color: var(--white);
  border: 0;
  padding: 15px 20px 13px;
  font-weight: 400;
  font-size: 16px;
  margin: 0px 3px;
  font-family: "Alata", sans-serif;
}

.custom__editor__logos .btn__web button:hover {
  background: rgb(3, 123, 248);
  background: #00032c;
}

.custom__editor__logos .copy__rights {
  background: rgb(20, 32, 48);
  background: linear-gradient(
    12deg,
    rgba(20, 32, 48, 1) 0%,
    rgba(83, 120, 149, 1) 100%
  );
  padding: 30px 0 30px;
}

body.editorBody .togglePanel label {
  font-size: 14px !important;
  font-family: "Alata", sans-serif !important;
}

/*EDITOR First Screen Design End*/

/*User Dashboard Begin*/

.user__dashboard nav.navbar.navbar-light.bg-light {
  background: #fff;
  padding: 10px 40px 30px;
  border-bottom: 8px solid #537895;
}

.user__dashboard a.navbar-brand img {
  /*filter: brightness(0) invert(1);*/
  width: 90%;
}

.username {
  /* top: 25px !important; */
}

span.pull-right.logout {
  background: linear-gradient(
    90deg,
    rgba(190, 25, 0, 1) 0%,
    rgba(255, 89, 0, 1) 100%
  );
  color: var(--white) !important;
  border: 0;
  padding: 3px 0;
  top: 45px;
  left: 70px;
  border-radius: 0;
}

span.pull-right.logout a {
  color: var(--white) !important;
}

.username .fas {
  color: var(--blue) !important;
  position: relative;
  top: 9px;
}

.username p {
  height: 44px;
  margin: 0;
  font-weight: bold;
  line-height: 40px;
  margin-left: 8px;
  letter-spacing: 1px !important;
  font-variant: petite-caps;
  font-size: 19px !important;
}

.side-navv {
  line-height: unset;
  padding: 30px 0 0 0;
  background: rgb(20, 32, 48);
  background: linear-gradient(12deg, #142030 0%, #537895 100%);
}

.custom-fluid .custom-fluid-row .custom-fluid-row-col .arrow-div {
  left: 460px !important;
}

.arrow-div input:hover {
  transform: unset !important;
  letter-spacing: 0 !important;
  color: var(--white) !important;
}

.arrow-div input {
  display: table;
  background-color: var(--blue) !important;
  width: auto;
  margin: 5px auto 20px;
  padding: 17px 46px !important;
  color: var(--white);
  font-size: 20px;
  border-radius: 50px !important;
  font-weight: 500 !important;
  border: 2px solid #fff !important;
  float: right;
  font-family: "Alata", sans-serif;
}

.user__dashboard .saved-logos h1.heading,
.user__dashboard .orders h1.heading {
  margin-bottom: 50px;
  border: 0;
  padding: 15px 40px;
  border-radius: 10px;
  color: var(--white);
  font-weight: 200;
  font-size: 35px;
  margin: 30px 30px 60px;
  text-align: left;
  letter-spacing: 0px;
  background: rgb(20, 32, 48);
  background: linear-gradient(12deg, #142030 0%, #537895 100%);
}

.user__dashboard .table-responsive .table thead tr th {
  padding: 20px 0;
  border: 0;
  background: #f6f6f6;
  font-size: 17px;
  font-weight: 500;
  border-right: 1px solid #ccc;
  color: var(--orange);
  font-family: "Alata", sans-serif;
}

.user__dashboard .table-responsive .table thead tr th:nth-child(1) {
  border-top-left-radius: 10px;
}

.user__dashboard .table-responsive .table thead tr th:nth-last-child(1) {
  border-top-right-radius: 10px;
}

.user__dashboard .table-responsive .table tbody tr td {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: "Alata", sans-serif;
}

.user__dashboard .table-responsive .table tbody tr:nth-child(even) {
  background: #f5fafe;
}

.user__dashboard .table-responsive .table tbody tr td button {
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px;
  background: #00032c;
  font-family: "Alata", sans-serif;
  letter-spacing: 1px;
}

.user__dashboard .table-responsive .table tbody tr td button:hover {
  animation: unset !important;
  background: linear-gradient(12deg, #142030 0%, #537895 100%) !important;
}

a.edit-buttons.buyDirectly,
a.edit-buttons {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 22px;
  letter-spacing: 1px;
  height: 38px;
  animation: none !important;
  color: var(--white);
  background: linear-gradient(12deg, #142030 0%, #537895 100%) !important;
}

.head__btn {
  display: inline-block;
  float: right;
  position: relative;
  top: 13px;
}

a.edit-buttons {
  background: linear-gradient(
    90deg,
    rgba(190, 25, 0, 1) 0%,
    rgba(255, 89, 0, 1) 100%
  ) !important;
}

.dashboard__nav__right ul li a {
  padding: 20px 25px;
  display: inline-block;
  font-size: 19px;
  color: #fff;
  font-family: "ProximaNova-Regular";
  width: 100%;
  border-bottom: 1px solid #fff;
}

.select_packages__main .col-sm-6:nth-child(1) .select__packages__box {
  background: url(../images/select-package-img-01.jpg);
}

span.line-throught {
  padding-left: 9px;
  text-decoration: line-through;
}

span.new_price {
  padding-left: 13px;
}

a.btn_price {
  background: var(--blue);
  margin-left: 20px;
  padding: 7px 21px;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 300;
}

.select__packages__box:hover a.btn_price {
  background: var(--orange);
}

.packages___list ul li:nth-last-child(1):before {
  top: 3px;
}

.select_packages__main .col-sm-6:nth-child(2) .select__packages__box {
  background: url(../images/select-package-img-02.jpg);
}

.select__packages__box .packages___list ul li {
  font-size: 16px;
  color: var(--black);
  font-weight: 600;
  border-bottom: 1px solid rgb(0 0 0 / 16%);
  margin-bottom: 15px;
}

.dashboard__nav__right ul li a.active-clr,
.dashboard__nav__right ul li a:hover {
  color: #fff !important;
  background: #00032c;
}

.container-fluid-choose-logo .row-choose-logo .logo__editor__box svg {
  width: 100%;
  max-width: 200px !important;
  height: 100% !important;
  position: relative;
  margin-top: 10px;
  overflow: unset !important;
}

/*User Dashboard End*/

/*Select Packages Section Begin*/

.select__packages__box {
  box-shadow: 0px 0px 20px rgb(0 0 0 / 13%);
  border-radius: 20px;
  padding: 50px 60px 40px;
  margin: 0 50px;
  background: var(--white);
}

.packages_head_tab h4 {
  color: var(--black);
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.packages__head__Sec {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.packages__icon__sec {
  box-shadow: 0px 0px 30px rgb(236 115 70 / 36%);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 20px;
  background: #fff;
}

ul.rating___star li {
  display: inline-block;
  font-size: 21px;
  padding: 0 5px 0 0;
  color: #ffd600;
}

.packages__content__Sec p {
  font-size: 20px;
  line-height: 30px;
  color: var(--black);
}

.select__packages__btn {
  padding-top: 20px;
  text-align: center;
}

.select__packages__box .packages___list ul li:before {
  content: "";
  background: url(../images/list-arrow-img-02.png) no-repeat;
  background-size: cover;
}

.mx-auto {
  margin: 0 auto;
  display: table;
  float: none;
}

.select__packages__btn a.packages__btn {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0px 0px 20px rgb(5 171 252 / 53%);
  border-radius: 60px;
}

.packages_head_tab p {
  font-size: 21px;
  padding-top: 1px;
}

.select__packages__btn a {
  display: inline-block;
  margin: 0 20px 0 0;
}

.select__packages__btn a:nth-child(2) {
  background: transparent;
  box-shadow: 0px 0px 20px rgb(5 171 252 / 53%);
  color: var(--black);
}

.packages_head_tab p {
  color: var(--black);
  font-size: 19px;
  padding-top: 2px;
  margin-bottom: 0;
}

.select__packages__box:hover {
  /*background: linear-gradient(90deg, rgba(190,25,0,1) 0%, rgba(255,89,0,1) 100%);*/
  background: linear-gradient(
    90deg,
    rgb(28 21 73) 0%,
    rgb(28 21 73) 100%
  ) !important;
  transition: 0.5s ease-in-out;
}

.select__packages__box:hover .packages__icon__sec {
  background: var(--white);
}

/*.select__packages__box:hover .packages_head_tab h4, .select__packages__box:hover .packages_head_tab p, .select__packages__box:hover .packages__content__Sec p, .select__packages__box:hover .packages___list ul li {*/
/*    color: var(--white);*/
/*}*/

.select__packages__box:hover .select__packages__btn a {
  background: rgb(3, 123, 248) !important;
  background: linear-gradient(
    90deg,
    rgba(3, 123, 248, 1) 0%,
    rgba(7, 216, 255, 1) 100%
  ) !important;
  color: var(--white);
}

.select_packages__main {
  padding: 100px 0 100px;
  position: relative;
  z-index: 99;
}

body.select_packages__head:before {
  background: url(../images/about-bg.png) no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  opacity: 0.3;
  background-size: cover;
}

body.select_packages__head {
  height: 100%;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}

html {
  height: 100%;
}

.logoseditors {
  background: transparent !important;
}

/*Select Packages Section End*/

/*Thank You Section Begin*/

.main-thankyou {
  text-align: center;
}
.thank-you .banner_content_sec h3 {
  width: 100% !important;
  font-size: 80px !important ;
}

.main-thankyou i {
  font-size: 100px;
  margin-bottom: 10px;
  color: var(--blue);
}

.main-thankyou p {
  font-size: 23px;
  line-height: 36px;
  color: var(--black);
}

.main-thankyou a {
  font-size: 18px;
  color: var(--white);
  font-weight: 400;
  background: linear-gradient(
    90deg,
    rgba(0, 21, 83, 1) 0%,
    rgba(9, 56, 121, 1) 29%,
    rgba(0, 254, 255, 1) 130%
  );
  padding: 15px 30px;
  display: inline-block;
  border-radius: 5px;
  margin: 20px 0;
}

.main-thankyou a:hover {
  background: linear-gradient(
    90deg,
    rgba(190, 25, 0, 1) 0%,
    rgba(255, 89, 0, 1) 100%
  );
}

/*Thank You Section End*/

/*Order Section Begin*/

.order_heading h3 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}

.order_sec_main input,
.order_sec_main select {
  height: 60px !important;
  border-radius: 0;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  font-size: 19px;
  width: 100%;
  border-radius: 10px;
}

.intl-tel-input {
  width: 100%;
  margin-bottom: 10px;
}

.order_sec_main textarea {
  height: 160px;
  border-radius: 0;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  font-size: 18px;
  padding: 20px 20px;
  resize: none;
  border-radius: 10px;
}

.order_submit input {
  background: var(--blue);
  width: auto;
  color: #fff;
  font-size: 22px;
  height: auto !important;
  padding: 25px 80px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  border: 2px solid #fff;
  text-transform: capitalize;
  border-radius: 60px;
}

/*Order Section End*/

/*Check Out Section Begin*/

.checkout__main__tab {
  padding: 70px 0;
}

.checkout__head h3 {
  font-size: 50px;
  margin-bottom: 49px;
  color: var(--blue);
  font-weight: bold;
  position: relative;
  z-index: 99;
}

.checkout__tab input,
.checkout__tab select {
  height: 60px !important;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  font-size: 16px;
  border-radius: 10px;
  background: #f5fafe;
  box-shadow: 0px 0px 10px rgb(26 115 232 / 11%);
}

.checkout__tab .form-control:disabled,
.checkout__tab .form-control[readonly] {
  background-color: #e0e9f1;
  opacity: 1;
}

.checkout__tab label input {
  height: auto !important;
}

.getLogoHere:before {
  content: "";
  position: absolute;
  background: url(../images/watermark.png);
  width: 100%;
  height: 100%;
  background-size: 100%;
  right: 0;
  filter: grayscale(1);
}

.submit__btn input {
  background: linear-gradient(
    90deg,
    rgba(190, 25, 0, 1) 0%,
    rgba(255, 89, 0, 1) 100%
  );
  color: var(--white);
  padding: 11px 65px 8px;
  border-radius: 5px;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  font-family: "Alata", sans-serif;
  box-shadow: 0px 0px 15px rgb(58 130 126 / 29%);
  height: 65px;
}

.submit__btn {
  text-align: center;
  padding-top: 30px;
}

/*Check Out Section End*/

.logo__editor__box:before {
  content: "";
  position: absolute;
  background: url(../images/watermark.png);
  width: 100%;
  height: 100%;
  background-size: 100%;
  right: 0;
  filter: grayscale(1);
}

.logo__editor__box {
  transition: 0.5s ease-in-out;
}

.menu___portfolio__sec ul {
  border: 0;
  justify-content: center;
  margin-bottom: 20px;
}

.menu___portfolio__sec {
  margin-top: 20px;
}

.menu___portfolio__sec ul li a {
  border-radius: 0;
  background: #fff;
  font-size: 17px;
  padding: 12px 25px;
  margin: 0 7px;
  border: 1px solid #f3f3f3 !important;
  border-radius: 10px !important;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 8%);
  border: 1px solid rgb(6 105 154 / 91%) !important;
}

.menu___portfolio__sec ul li a.active,
.menu___portfolio__sec ul li a:hover {
  color: #fff !important;
  border: 1px solid #f50043 !important;
  background: #f50043 !important;
}

.menu___portfolio__sec__inner ul {
  border: 0;
  justify-content: center;
}

.menu___portfolio__sec__inner ul li a {
  font-size: 15px;
  background: #fff;
  margin: 0 5px 15px;
  border-radius: 20px !important;
  border: 1px solid rgb(6 105 154 / 91%) !important;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 5%);
}

.menu___portfolio__sec ul li a.active {
}

.menu___portfolio__sec__inner ul li a.active,
.menu___portfolio__sec__inner ul li a:hover {
  background: var(--blue) !important;
  color: #fff !important;
}

.menu___portfolio__sec__inner {
  padding-top: 10px;
}

.portfolio___sec__main {
  background: #f7f7f7;
}

/*Responsive Begin*/

.first__screenRight {
  background: var(--blue);
  padding: 20px 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.first__screenRight img {
  width: 100%;
  position: relative;
  left: -50px;
}

.formRow--input {
  background: #fff;
  border: 1px solid var(--blue) !important;
}

.First__screenPage .container-fluid {
  padding: 0;
}

.pasword_submit a {
  font-size: 18px;
  text-transform: capitalize;
  text-decoration: underline;
}

.pasword_submit p {
  font-size: 20px;
}

a.btnlogo.btn {
  background: linear-gradient(
    90deg,
    rgba(190, 25, 0, 1) 0%,
    rgba(255, 89, 0, 1) 100%
  );
  color: #fff !important;
  border: 0;
  padding: 11px 22px;
  display: inline-block;
  float: right;
}

span.pull-right.username {
  float: right !important;
  color: var(--blue);
}

.logo-img {
  background: white !important;
}

.getLogoHere {
  width: auto;
  height: inherit;
  position: relative;
  display: block;

  margin: -4px;
  background: #fff !important;
}

.ui.pointing.label {
  position: relative !important;
  top: -20px !important;
}

.checkout_screen .copy__right__content p {
  color: var(--white);
}

.checkout_screen .terms__links__sec ul li a {
  color: var(--white);
}

.select2-container--material .select2-results__option[aria-disabled="true"] {
  display: none;
}

.cartsec table thead {
  background: rgb(20, 32, 48);
  background: linear-gradient(
    12deg,
    rgba(20, 32, 48, 1) 0%,
    rgba(83, 120, 149, 1) 100%
  );
  color: #fff;
  font-size: 23px;
}

.cartsec table thead tr th {
  padding: 26px 25px;
  font-weight: 500;
  border-bottom: none;
  text-align: left;
}

.cartsec table.table tbody tr {
  background: #f9f7f7;
  align-items: center;
}

.cartsec table.table tbody tr td {
  align-items: center;
  vertical-align: middle;
  padding: 15px 20px;
  text-align: left;
}

.cart_img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.cartsec table.table tbody tr td row {
  align-items: center;
  justify-content: center;
}

.cartsec table.table tbody tr td h5 {
  margin-bottom: 0;
  font-size: 25px;
}

.cartsec table.table tbody tr td h4 {
  margin-bottom: 0;
  color: var(--blue);
  font-weight: bold;
  font-size: 25px;
}

a.remove {
  background: var(--orange);
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 45px;
  line-height: 35px;
  margin: 0 auto;
}

.cartsec .table-responsive {
  margin-bottom: 50px;
}

.check-out-detail {
  background: rgb(20, 32, 48);
  background: linear-gradient(
    12deg,
    rgba(20, 32, 48, 1) 0%,
    rgba(83, 120, 149, 1) 100%
  );
  padding: 30px 20px 30px;
}

.check-out-detail h2 {
  font-size: 23px;
  color: var(--white);
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  margin-bottom: 30px;
}

.check-out-detail h2 span {
  float: right;
}

button.btn.btn-block {
}

.checkoutsec button {
  border: 0;
  color: var(--white);
  padding: 12px 30px;
  border-radius: 40px;
  font-size: 17px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  font-family: "Alata", sans-serif;
  background: var(--orange);
  margin: 20px auto 0;
  width: auto;
}

.checkoutsec .row {
  align-items: center;
}

.checkoutsec a {
  color: var(--orange);
  font-size: 23px;
}

.cartsec table.table tbody tr td .row {
  align-items: center;
}

/*Logo Brief Section Begin*/

.brief__content h4 {
  font-size: 50px;
  text-transform: capitalize;
  color: var(--orange);
  margin-bottom: 15px;
  font-weight: bold;
}

.brief__content p {
  font-size: 20px;
}

.brief__content {
  border-bottom: 1px solid rgb(204 204 204 / 41%);
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.brief__label label {
  font-size: 18px;
  font-family: "Alata", sans-serif;
}

.brief__input_sec input {
  height: 50px;
  border-radius: 0;
  border: 1px solid #bfbfbf;
  margin-bottom: 15px;
  background: rgb(248 248 248 / 27%);
}

.brief__label label span {
  font-size: 16px;
  font-weight: bold;
}

.logo__detail__form .row {
  border-bottom: 1px solid rgb(204 204 204 / 32%);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.brief__input_sec textarea {
  height: 160px;
  border-radius: 0;
  resize: none;
  font-size: 16px;
  padding: 15px;
  margin-bottom: 15px;
  background: rgb(248 248 248 / 27%);
}

.brief__content p span {
  color: var(--orange);
  font-weight: bold;
}

.brief__label h5 {
  font-size: 18px;
  line-height: 28px;
}

.brief__label h5 span {
  color: var(--orange);
  position: relative;
  top: -2px;
  left: 1px;
}

.brief__label h3 {
  color: var(--blue);
  font-weight: bold;
  margin-bottom: 10px;
}

.brief__input_sec ul li input {
  height: auto;
  position: absolute;
  left: 0;
  margin-bottom: 0;
  top: 2px;
}

.brief__input_sec ul li input p span {
  display: block;
  width: 100%;
}

.brief__input_sec ul li label p span {
  display: block;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 6px;
  font-family: "Alata", sans-serif;
  line-height: 17px;
}

.brief__input_sec ul li label p {
  font-size: 18px;
  margin-bottom: 0;
}

.brief__input_sec ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(204 204 204 / 32%);
  display: inline-block;
}

.brief__input_sec ul li {
  position: relative;
}

.brief__input_sec ul li label {
  padding-left: 20px;
}

.brief__input_sec ul li label img {
  width: auto;
}

.brief__input_sec ul li:nth-last-child(1) {
  border: 0;
  margin-bottom: 0;
}

.brief__input_sec.font_style_box ul li {
  border: 1px solid rgb(204 204 204 / 35%);
  padding: 5px 0;
  margin-bottom: 10px;
}

.brief__input_sec.font_style_box ul li input {
  left: 16px;
  top: 28px;
}

.brief__input_sec.font_style_box ul li label {
  padding-left: 6px;
}

.font_style_box ul li label img {
  width: 150px;
}

.brief__btn input {
  display: flex;
  color: var(--white) !important;
  padding: 11px 35px 10px;
  border-radius: 35px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--blue);
  height: 55px;
  font-family: "Alata", sans-serif;
  transition: 0.5s ease-in-out;
  background: var(--blue);
  margin: auto;
  cursor: pointer;
}

.brief__btn {
  text-align: right;
  float: right;
}

.brief__btn input:hover {
  background: rgb(3, 123, 248);
  background: #00032c;
}

.brief__input_sec input::-webkit-input-placeholder,
.brief__input_sec textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(0 0 0 / 25%);
}
.brief__input_sec input::-moz-placeholder,
.brief__input_sec textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(0 0 0 / 25%);
}
.brief__input_sec input:-ms-input-placeholder,
.brief__input_sec textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(0 0 0 / 25%);
}
.brief__input_sec input:-moz-placeholder,
.brief__input_sec textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(0 0 0 / 25%);
}

.logo__detail__form .col-sm-6 .row {
  border: 0;
  margin-bottom: 0;
  padding: 0;
}

.company_check ul li label {
  margin-bottom: 0;
}

.company_check ul li input {
  top: 4px;
}

.company_check ul li {
  border: 0;
  margin-right: 15px;
  margin-bottom: 10px;
}

.brief__input_sec input[type="radio"] {
  /* width: 100%; */
  height: 16px;
}

.brief__input_sec.company_check.company_check_radio ul li label {
  position: relative;
  left: 0px;
  top: 2px;
}

.brief__label label span {
  color: var(--orange);
}

/*Logo Brief Section End*/

.logoseditors header li.cart__icon a {
  background: transparent !important;
  border: 0 !important;
  color: #000 !important;
}

.logoseditors header .btn__web ul li.cart__icon a {
  color: #000 !important;
}

li.cart__icon:hover a {
  color: var(--blue);
}

li.cart__icon:hover a span img {
  filter: brightness(0);
}

.preview-logo .button-div {
  position: absolute;
  bottom: 100px !important;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

.preview-logo .button-div button {
  display: inline-block !important;
  width: auto !important;
  min-width: auto !important;
  height: auto !important;
  padding: 15px 20px !important;
  max-width: unset !important;
  margin: 5px 10px 20px !important;
  color: var(--white);
  border-radius: 10px;
  font-size: 17px !important;
  font-weight: 600 !important;
  background: rgb(3, 123, 248) !important;
  background: linear-gradient(
    90deg,
    rgba(3, 123, 248, 1) 0%,
    rgba(7, 216, 255, 1) 100%
  ) !important;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.preview-logo .button-div button:hover {
  background: linear-gradient(
    90deg,
    rgba(190, 25, 0, 1) 0%,
    rgba(255, 89, 0, 1) 100%
  ) !important;
  animation: unset !important;
}

.close-x {
  display: table;
  background: linear-gradient(
    90deg,
    rgba(190, 25, 0, 1) 0%,
    rgba(255, 89, 0, 1) 100%
  );
  width: auto;
  margin: 5px 0 20px;
  padding: 12px 30px !important;
  color: var(--white) !important;
  font-size: 20px !important;
  border-radius: 10px !important;
  font-weight: 400 !important;
  border: 1px solid var(--orange);
  letter-spacing: 0 !important;
}

.close-x:hover {
  background: rgb(3, 123, 248) !important;
  background: linear-gradient(
    90deg,
    rgba(3, 123, 248, 1) 0%,
    rgba(7, 216, 255, 1) 100%
  ) !important;
  animation: unset !important;
  border-color: rgb(3, 123, 248) !important;
}

.mobilehide {
  display: none !important;
}

.custom-fluid .custom-fluid-row .custom-fluid-row-col input[type="button"] {
  margin-left: unset !important;
}

.custom-fluid .custom-fluid-row .custom-fluid-row-col .arrow-div-2 {
  justify-content: center;
  margin-top: 30px;
}

.First__screenPage .wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.formRow--input-wrapper.active .placeholder {
  top: -5px !important;
  border-radius: 10px !important;
  left: 30px !important;
}

div#anim3 {
  margin-top: -30px;
}

.whatsapp {
  width: 60px;
  height: 60px;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 39px;
  position: fixed;
  bottom: 1%;
  left: 20px;
  z-index: 9999;
  box-shadow: 6px 9px 30px 1px rgb(37 0 22 / 71%);
  padding: 0px;
  animation: scrollDownAnimation 0.5s ease infinite alternate;
  -webkit-animation: scrollDownAnimation 0.5s ease infinite alternate;
  background: #00e676;
  background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
  /* background: -webkit-linear-gradient(left, #ea018e 0%,#9b2c92 100%); */
  /* background: linear-gradient(to right, #ea018e 0%,#9b2c92 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp:hover {
  color: #fff;
}
.whatsapp:focus {
  color: #fff;
}
.whatsapp i {
}

@keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}

.center__col {
  float: none;
  margin: 0 auto;
}

.categoryForm {
  width: 50vw;
  margin: inherit;
  position: relative;
  margin: 30px 0;
}

.First__screenPage header {
  box-shadow: none;
  border: 0;
}

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

/*CTA Section Begin*/

.cta__sec__main {
  padding: 40px 0 30px;
  position: relative;
  overflow: hidden;
  background: rgb(3, 123, 248);
  background: linear-gradient(177deg, #453b85 0%, #0c072c 100%);
}

.cta_content h5 {
  color: var(--white);
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 0;
}

.cta_content h3 {
  font-size: 35px;
  font-weight: bold;
  color: var(--white);
  margin-bottom: 0;
}

.cta_content h3 span {
  background: #f50043;
  color: var(--white);
  padding: 0 3px;
}

.cta__sec__main:after {
  content: "";
  position: absolute;
  background: url(../images/cta-vector-01.png);
  width: 205px;
  height: 189px;
  left: 0;
  top: 0;
}

.cta__sec__main:before {
  content: "";
  position: absolute;
  background: url(../images/cta-vector-02.png);
  width: 175px;
  height: 189px;
  right: 0;
  top: 0;
}
.contact_det {
  position: relative;
  display: flex;
  align-items: center;
}

.icon__contact {
  display: inline-block;
}

.contact__num {
  display: inline-block;
  padding-left: 20px;
  padding-top: 0;
}

.contact__num h6 {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.contact__num a {
  color: var(--white);
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.cta__btn a {
  background: linear-gradient(90deg, #ff422b 0%, #ff801f 100%) !important;
  background: #f50043;
  text-align: center;
  color: var(--white);
  display: inline-block;
  width: 100%;
  padding: 17px 5px;
  font-size: 17px;
  border: 2px solid #fff;
  text-transform: uppercase;
}

.company__icon2 img {
  filter: brightness(0);
}

/*CTA Section End*/

/*Edit By IJ*/

.packages_head_tab h4 {
  color: #05abfc;
  transition: 0.5s ease;
}
.before_package_sec h1 {
  text-align: center;
  font-size: 45px;
  line-height: 50px;
}

.before_package_sec h1 span {
  font-size: 80px;
  padding-bottom: 25px;
  display: inline-block;
  color: var(--orange);
}

.select_packages__main {
  padding-top: 0 !important;
}

section.before_package_sec {
  padding-top: 45px;
}

.select__packages__box {
  box-shadow: 0 0 9px 3px #1c1549;
  transition: 0.5s ease;
}

.select__packages__box:hover {
  transform: scale(1.05) !important;
  transition: 0.5s ease;
}
.select__packages__btn a:nth-child(2) {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0px 0px 20px rgb(5 171 252 / 53%);
  border-radius: 60px;
  color: #fff;
}

.select__packages__btn a {
  transition: 0.5s ease;
}
.select__packages__box:hover .select__packages__btn a {
  background: #fff !important;
  box-shadow: none !important;
  color: #000 !important;
}
.select__packages__box:hover {
  box-shadow: none !important;
}
.select__packages__box:hover .packages_head_tab h4,
.select__packages__box:hover .packages_head_tab p {
  transition: 0.5s ease;
  color: #fff !important;
}

.select__packages__box:hover .packages__content__Sec p {
  color: var(--white);
}

.select__packages__box:hover .packages___list ul li {
  color: var(--white);
}

.packages_head_tab h4 {
  transition: 0.5s ease;
}
.select__packages__box .packages___list ul li {
  transition: 0.5s ease;
}

.select__packages__box:hover .select__packages__box .packages___list ul li {
  border-color: #fff !important;
}
.select__packages__box:hover .packages___list ul li {
  border-color: #fff !important;
  transition: 0.5s ease !important;
}

/*new css start*/

.port_sec_new {
  padding: 60px 0;
}
.port_sec_new .logotabsinner {
  padding: 0 0 0 30px;
}

.port_sec_new .logotabsinner p {
  font-size: 18px;
  margin: 0 0 70px 0;
  line-height: 31px;
  color: #777777;
}
.port_sec_new .logotabsinner a {
  color: #fff;
  padding: 14px 33px;
  border-radius: 35px;
  font-size: 18px;
  border: 2px solid #ff482a;
  transition: 0.5s ease-in-out;
  background: #f50043;
  text-transform: capitalize;
  margin: 0 10px;
}

.mytabs {
  display: none;
}

.mytabs.current {
  display: block;
}

.port_sec_new ul.tbing {
  display: block;
  margin: 50px auto 50px;
  text-align: center;
  width: 100%;
}

.port_sec_new li.current {
  color: #fff;
  padding: 17px 24px;
  border-radius: 35px;
  font-size: 18px;
  border: 2px solid #f50043;
  transition: 0.5s ease-in-out;
  display: inline-block;
  margin: 0px 5px;
  cursor: pointer;
  background: #f50043;
}

.port_sec_new li {
  color: #000;
  padding: 17px 24px;
  border-radius: 35px;
  font-size: 18px;
  border: 2px solid #ce546b;
  transition: 0.5s ease-in-out;
  background: transparent;
  display: inline-block;
  margin: 0px 5px;
  cursor: pointer;
}

.port_sec_new .logotabsinner-img img {
  width: 85%;
}

.process_sec {
}
.process_sec .tbing-new {
}
.process_sec .tbing-new li {
  display: inline-block;
  margin: 20px 0 20px;
  font-size: 22px;
  font-weight: 600;
  color: #241815;
  padding: 20px 40px;
  cursor: pointer;
  border: 2px solid #f50043;
  border-radius: 50px;
  width: 80%;
  text-align: center;
}
.process_sec .tbing-new li.current {
  transition: 0.5s ease-in-out;
  border-radius: 50px;
  color: #fff;
  background: #f50043;
}

.process_sec .wrpr_pro {
  padding: 30px 0 0 0;
}
.process_sec .wrpr_pro h4 {
  font-size: 34px;
}
.process_sec .wrpr_pro img {
  width: 80%;
  height: 550px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.hme_pkg {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px 0 0 0;
}

.r_logo {
  width: 30%;
  float: right;
  text-align: end;
}

.create__logo__sec .tbing-new-pack {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  margin: 40px 0 0 0;
}
.create__logo__sec .tbing-new-pack li {
  padding: 17px 45px;
  font-size: 20px;
  color: #fff;
  border: 2px dotted #fff;
  border-radius: 50px;
  cursor: pointer;
}
.create__logo__sec .tbing-new-pack li.current {
  background: #f50043;
}

.pkg_includ {
  padding: 20px 0 0 0;
}
.pkg_includ ul {
}
.pkg_includ ul li strong {
  font-size: 18px;
  font-weight: 600;
}
.pkg_includ ul li {
  color: #4c4c4c;
  padding: 5px 0;
  font-weight: 600;
}
.pkg_includ ul li.ffiles {
}
.pkg_includ ul li.ffiles img {
  width: 35px;
}

.industries__links__tabs ul {
  display: block;
}

.industries__links__tabs ul li {
  display: inline-block;
  padding: 10px;
  margin: 8px;
  background: #ecedf1;
  border-radius: 10px;
}

.industries__links__tabs ul li a img {
  width: 20px;
  margin: 0 5px 0 0;
}

.r_logo img {
  /* filter: invert(1); */
  width: 91px;
}

.works__sec__main figure {
}
.works__sec__main figure img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.works__sec__main ul.tbing-new-port {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 60px 0;
}
.works__sec__main ul.tbing-new-port li {
  color: #000;
  padding: 10px 24px;
  border-radius: 35px;
  font-size: 18px;
  border: 2px solid #f50043;
  background: transparent;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.works__sec__main ul.tbing-new-port li.current {
  color: #fff;
  background: #f50043;
}

.process_Seccc {
  background: url(../images/new/how-we-work.jpg);
  padding: 170px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.process_Seccc .proces_wrp {
}
.process_Seccc .proces_wrp h2 {
  font-size: 50px;
  color: #fff;
  margin: 0 0 20px 0;
}
.process_Seccc .proces_wrp p {
  color: #fff;
  font-size: 18px;
}

.process_detail {
  padding: 60px 0;
}
.process_detail .de_erprr {
  padding: 20px 0;
}
.process_detail .de_erprr h6 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.process_detail .de_erprr p {
  font-size: 16px;
}
.process_detail .de_erprr img {
  width: 45%;
  display: block;
  margin: 0 auto;
}

.process_sec h4 {
  transition: 0.5s ease-in-out;
  font-size: 20px;
  font-weight: unset;
  line-height: 36px;
  color: #777777;
}

#regForm .tab {
  display: none;
  margin: 0;
  position: relative;
}

.banner__sec__main .banner__form__sec {
}
.banner__sec__main .banner__form__sec .form-group {
}
.banner__sec__main .banner__form__sec .form-group input,
.banner__sec__main .banner__form__sec .form-group select {
  height: 60px;
}
.banner__sec__main .banner__form__sec .cta-form-btn {
}
.banner__sec__main .banner__form__sec .cta-form-btn button {
  color: #fff;
  padding: 10px 20px;
  border-radius: 35px;
  font-size: 18px;
  border: 2px solid #ce546b;
  transition: 0.5s ease-in-out;
  background: #f50043;
}

.packages___list ul li.ffiles {
}
.packages___list ul li.ffiles img {
  width: 25px;
  margin: 0 5px;
}

.banner__form__sec .intl-tel-input.separate-dial-code .selected-dial-code {
  color: #000;
}

.process_sec {
  padding: 60px 0;
}

.banner__content__sec ul {
  margin: 20px 0;
}
.banner__content__sec ul li {
  width: 48%;
  display: inline-block;
}
.banner__content__sec ul li h4 {
  font-size: 18px;
}
.banner__content__sec ul li h4 i {
  margin: 0 10px 0 0;
}

.gappz {
  margin-top: 10px;
}

@media (max-width: 1600px) {
  .main_menu_sec ul li a {
    font-size: 17px;
    padding: 5px 17px !important;
  }

  .btn__web ul li a {
    padding: 11px 35px 10px;
    font-size: 15px;
  }

  .banner__content__sec h2,
  .banner__content__sec h1 {
    font-size: 43px;
    padding-bottom: 10px;
  }

  .center__logo__head h2 {
    font-size: 50px;
  }

  .custom_logo_content h3 {
    font-size: 22px;
  }

  .custom_logo_content p {
    font-size: 18px;
  }

  .about__content__sec p {
    font-size: 21px;
    line-height: 34px;
    color: #777777;
  }

  .about__content__sec h3 {
    color: var(--black);
    font-size: 40px;
  }

  .review_right_img img {
    width: 100%;
  }

  .contact__content_hme h4 {
    font-size: 50px;
  }

  .contact__content_hme p {
    font-size: 21px;
    line-height: 30px;
  }

  .contac__list__num a {
    font-size: 17px;
  }

  .contac__list__num p {
    font-size: 17px;
  }

  .industries__links__tabs ul li a {
    font-size: 17px;
  }

  .footer___menu__sec ul li {
    padding: 0 15px;
  }

  .footer___menu__sec ul li a {
    font-size: 19px;
  }

  .copy__right__content p {
    font-size: 17px;
  }

  .terms__links__sec ul li a {
    font-size: 17px;
  }

  .inner__about__content p {
    font-size: 19px;
    line-height: 30px;
  }

  .inner__about__left img {
    width: 100%;
  }

  .pricing___head__sec h3 {
    font-size: 50px;
  }

  .pricing___head__sec p {
    font-size: 20px;
  }

  .packages__box__head h4 {
    font-size: 21px;
  }

  .packages__box__head h5 {
    font-size: 35px;
  }

  .special__offer__content h3 {
    font-size: 50px;
  }

  .special__offer__content h5 {
    font-size: 35px;
  }

  .website__content__text h2 {
    font-size: 45px;
  }

  .website__list__sec ul li {
    font-size: 17px;
  }

  .website__content__text h2 {
    font-size: 40px;
  }

  .icon__process h6 {
    font-size: 25px;
  }

  .work__process_txt h4 {
    font-size: 50px;
  }

  .review__head__sec h3 {
    font-size: 50px;
  }

  .faq_sec_main .card-header h5 button {
    font-size: 23px;
  }

  .first__screen__editor .custom-fluid-row .screen__content__head h1 {
    font-size: 48px;
  }

  .First__screenPage .container-fluid {
    padding: 0 15px;
  }

  .First__screenPage .container-fluid .col-sm-5 {
    padding: 0;
  }

  .custom-fluid .custom-fluid-row .custom-fluid-row-col {
    padding-left: 60px;
    padding-top: 60px;
  }

  .steps__tab h3 {
    font-size: 30px;
  }

  .packages_head_tab h4 {
    font-size: 24px;
  }

  .packages__content__Sec p {
    font-size: 18px;
    line-height: 25px;
    color: var(--black);
  }

  body.select_packages__head {
    height: auto;
  }

  body.editor__logo .main-container .row .col-md-4,
  body.editorBody .main-container .row .col-md-8 {
    height: calc(100vh - 218px);
  }

  body.editor__logo #draggableParent {
    width: calc(800px - 10px);
    height: calc(800px - 130px);
  }

  body.editor__logo .main-container .row .col-md-4,
  body.editorBody .main-container .row .col-md-8 {
    height: calc(100vh - 118px);
  }

  body.editor__logo #draggableParent:before {
    background-size: cover;
  }

  .cta_content {
    padding-left: 70px;
    padding-top: 30px;
  }

  .cta_content h3 {
    font-size: 28px;
  }

  .cta_content h5 {
    color: var(--white);
    font-size: 21px;
  }

  .contact__num a {
    color: var(--white);
    font-size: 25px;
  }
}

@media (max-width: 1550px) {
  body.editor__logo #draggableParent {
    width: calc(800px - 10px);
    height: calc(800px - 10px);
  }

  body.editor__logo #draggableParent:before {
    background-size: cover;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1250px;
  }

  .main_menu_sec ul li a {
    font-size: 16px;
    padding: 5px 15px !important;
  }

  .btn__web ul li a {
    padding: 10px 35px 10px;
    font-size: 16px;
    height: 50px;
  }

  .banner__content__sec h2,
  .banner__content__sec h1 {
    font-size: 37px;
    padding-bottom: 10px;
  }

  .banner__content__sec p {
    font-size: 23px;
  }

  .first__screen__editor .logo__img__sec {
    text-align: left;
  }

  .custom-fluid .custom-fluid-row .custom-fluid-row-col {
    padding-top: 90px;
  }

  .center__logo__head h2 {
    font-size: 40px;
  }

  .custom_logo_content h3 {
    font-size: 20px;
  }

  .about__content__sec p {
    font-size: 18px;
    line-height: 30px;
  }

  .created__logo__tab p {
    font-size: 22px;
  }

  .contac__list__num p {
    font-size: 15px;
  }

  .contac__list__num a {
    font-size: 17px;
  }

  .inner__about__content p {
    font-size: 17px;
    line-height: 27px;
  }

  .inner__about__content h4 {
    font-size: 45px;
  }

  .packages___list ul li {
    font-size: 17px;
    padding-left: 33px;
  }

  .packages___box {
    padding: 50px 15px;
  }

  .packages___list ul li:before {
    top: -2px;
  }

  .special_pricing_list ul li {
    font-size: 17px;
  }

  .special__offer__content h3 {
    font-size: 40px;
  }

  .special__offer__content h5 {
    font-size: 30px;
  }

  .website__content__text h2 {
    font-size: 35px;
  }

  .website__content__text h3 {
    font-size: 20px;
  }

  .website__list__sec ul li {
    font-size: 16px;
    padding-left: 34px;
    padding-bottom: 25px;
  }

  .website__content__text h2 span {
    padding-left: 10px;
    font-size: 29px;
  }

  .process__box__tab {
    padding: 17px 11px;
    min-height: 250px;
  }

  .icon_process_txt h3 {
    font-size: 23px;
  }

  .icon__process span {
    left: 13px;
  }

  .work__process_txt p {
    font-size: 17px;
    line-height: 30px;
  }

  .review__content__sec p {
    font-size: 20px;
  }

  .industries__links__tabs ul li {
    padding: 10px;
  }

  .industries__links__tabs ul li {
    margin: 0 5px 10px 0;
  }

  .industries__links__tabs ul li a {
    font-size: 15px;
  }

  .faq_sec_main .card-header h5 button {
    font-size: 18px;
  }

  .faq_sec_main .card-header h5 button {
    padding: 20px 20px;
  }

  .faq_sec_main .card-header h5 button span {
    font-size: 25px;
  }

  .card-header h5 button i {
    top: 8px;
  }

  .card-header h5 button.collapsed i.fa-minus:before {
    content: "\f067";
    position: relative;
    top: 1px;
  }

  .custom_logo_content p {
    font-size: 18px;
    line-height: 27px;
  }

  li.list_heading {
    font-size: 18px !important;
  }

  .packages___box ul.pkg-list {
    padding-top: 5px;
  }

  .tab__menu__sec ul li a {
    font-size: 19px;
  }

  .tab__menu__sec ul li a {
    border-radius: 10px !important;
    padding: 11px 21px;
  }

  .banner__sec__main.inner___banner img.banner_img__main {
    height: 450px;
  }

  a.packages__btn {
    padding: 10px 20px;
    font-size: 18px;
  }

  .term_txt__tab h3 {
    font-size: 30px;
  }

  .about__content__sec h3 {
    font-size: 30px;
  }

  .contact__content_hme p {
    font-size: 19px;
    line-height: 25px;
  }

  .first__screen__editor .custom-fluid-row .screen__content__head h1 {
    font-size: 45px;
  }

  .first__screen__editor .logo__img__sec img {
    width: 70%;
  }

  .logo__img__sec {
    text-align: center;
  }

  .first__screen__editor .custom-fluid-row .screen__content__head p {
    font-size: 18px;
  }

  .steps__tab h3 {
    font-size: 25px;
    margin-top: 0;
  }

  .packages___list ul li {
    font-size: 16px;
    padding-left: 33px;
  }

  .packages_head_tab p {
    font-size: 16px;
  }

  .packages__content__Sec p {
    font-size: 16px;
    line-height: 22px;
  }

  body.editor__logo #draggableParent {
    width: calc(800px - 10px);
    height: calc(810px - 140px);
  }

  .review__sec__main .slick-next,
  .review__sec__main .slick-prev {
    bottom: -30px;
  }

  .menu___portfolio__sec__inner ul li a {
    font-size: 14px;
  }

  body.editor__logo .main-container .row .col-md-4,
  body.editorBody .main-container .row .col-md-8 {
    height: calc(100vh - 118px);
  }

  header .btn__web ul li a,
  header .btn__web ul li button {
    padding: 11px 20px 13px;
    height: 50px;
    font-size: 17px;
  }

  .banner_right_img img {
    width: 100%;
  }

  .pricing__tabs__sec ul li a {
    font-size: 17px;
    padding: 10px 10px;
  }

  .no_pad {
    padding: 0;
  }

  .order_sec_main .p-0 {
    padding: unset !important;
  }

  .order_sec_main .p-0 .row {
    margin: 0;
  }

  .login___main__tab {
    padding: 0px 30px;
  }

  .cta_content h3 {
    font-size: 24px;
  }

  .cta__btn a {
    width: 160px;
    padding: 17px 5px;
    font-size: 15px;
  }

  .cta__btn {
    position: relative;
    left: -100px;
  }

  .cta_content {
    padding-left: 70px;
    padding-top: 10px;
  }

  .contact__num a {
    color: var(--white);
    font-size: 23px;
  }
}

@media (max-width: 1366px) {
  .first__screen__editor .btn__web {
    padding-top: 40px;
  }

  .about__content__sec p {
    font-size: 17px;
  }

  .center__logo__head h2 {
    font-size: 35px;
  }

  .custom_logo_content p {
    font-size: 17px;
    line-height: 24px;
  }

  .about__content__sec h3 {
    font-size: 35px;
  }

  .about__content__sec p {
    font-size: 18px;
  }

  .review__sec__main .slick-next,
  .review__sec__main .slick-prev {
    bottom: -40px;
  }

  .review__sec__main .slick-prev {
    right: 8%;
  }

  .review__sec__main .slick-next {
    right: -2%;
  }

  .contact__content_hme h4 {
    font-size: 40px;
  }

  .contact__content_hme p {
    font-size: 19px;
    line-height: 28px;
  }

  .banner__content__sec p {
    font-size: 21px;
  }

  .inner__about__content p {
    font-size: 17px;
    line-height: 27px;
  }

  .special_pricing_head h4 {
    font-size: 20px;
  }

  .special_pricing_list ul li {
    font-size: 16px;
    padding-left: 33px;
    margin-bottom: 15px;
  }

  .pricing___head__sec h3 {
    font-size: 40px;
  }

  .website__list__sec ul li {
    font-size: 15px;
  }

  .website__content__text h3 {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 0px;
  }

  .website__content__text h2 {
    font-size: 30px;
  }

  .inner__about__content h4 {
    font-size: 40px;
  }

  .term_txt__tab h3 {
    font-size: 25px;
  }

  .term_txt__tab ul li {
    font-size: 18px;
  }

  .banner__content__sec h2,
  .banner__content__sec h1 {
    font-size: 35px;
    padding-bottom: 10px;
  }

  .cta__sec__main:after {
    left: -40px;
  }

  .cta_content h5 {
    color: var(--white);
    font-size: 19px;
  }

  header .btn__web ul li a,
  header .btn__web ul li button {
    padding: 11px 16px 13px;
  }

  .port_sec_new li {
    padding: 17px 11px;
    font-size: 17px;
  }

  .works__sec__main figure img {
    width: 100%;
    height: 270px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .first__screen__editor .btn__web ul li a {
    padding: 10px 22px 10px;
    font-size: 15px;
  }

  .first__screen__editor .custom-fluid-row .screen__content__head h1 {
    font-size: 36px;
  }

  .btn__web ul li a {
    padding: 10px 35px 10px;
    font-size: 18px;
    height: 50px;
  }

  .btn__web ul li {
    padding: 0 2px;
  }

  .banner__content__sec h2,
  .banner__content__sec h1 {
    font-size: 35px;
    padding-bottom: 0;
  }

  .contact__content_hme p {
    font-size: 18px;
  }

  .center__logo__head h2 {
    font-size: 30px;
  }

  .industries__links__tabs ul li {
    padding: 0 10px 10px 0;
    margin: 0 0px 0 0;
  }

  .socail__icon__footer ul li {
    display: inline-block;
    padding: 0 5px;
  }

  .socail__icon__footer ul li a {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  footer:before {
    width: 245px;
    height: 220px;
    background-size: cover;
  }

  .footer___menu__sec ul li a {
    font-size: 18px;
  }

  .btn_submit_ban button {
    padding: 15px 20px;
    font-size: 18px;
  }

  .banner__form__sec input {
    font-size: 16px;
  }

  .padding_60 {
    padding: 50px 0;
  }

  .inner___banner .banner_right_img img {
    width: 100%;
  }

  .inner___banner .banner_right_img .vector__banner1 {
    bottom: -19px;
    left: -40px;
  }

  .website__content__text h2 {
    font-size: 26px;
  }

  .website__content__text p {
    font-size: 17px;
    line-height: 28px;
  }

  .faq_sec_main .card-body {
    font-size: 18px;
    line-height: 30px;
  }

  body.editor__logo #draggableParent {
    width: calc(730px - 10px);
  }

  body.editor__logo #draggableParent:before {
    background-size: cover;
  }

  .select__packages__box {
    padding: 30px 30px 40px;
    margin: 0 20px;
  }

  body.select_packages__head {
    height: 100%;
  }

  .select_packages__main {
    padding: 100px 0 100px !important;
  }

  body.editor__logo .main-container .row .col-md-4,
  body.editorBody .main-container .row .col-md-8 {
    height: calc(100vh - 274px);
  }

  body.editor__logo #draggableParent {
    width: calc(730px - 10px);
    height: calc(880px - 180px);
  }

  .why__choose__Us__sec .logo-brand-custom {
    min-height: 400px;
    padding: 40px 25px 0;
  }

  .logo-card {
    height: 160px;
    line-height: 160px;
  }

  .Custom__logo__services .about__img__tab img {
    width: 700px;
  }

  .contact__form__hme .contact__tab__content__sec.pl-4 {
    padding-left: 0 !important;
  }

  .contac__list__num a {
    font-size: 16px;
  }

  .banner__sec__main.inner___banner img.banner_img__main {
    height: 350px;
  }

  .cta__sec__main:after {
    left: -50px;
  }

  .cta_content h3 {
    font-size: 21px;
  }

  .cta_content h5 {
    color: var(--white);
    font-size: 18px;
  }

  .contact__num a {
    color: var(--white);
    font-size: 21px;
  }

  .contact__num h6 {
    padding-bottom: 4px;
  }

  .cta_content h5 {
    color: var(--white);
    font-size: 20px;
  }

  .cta_content h3 {
    font-size: 21px;
  }
}

@media (max-width: 1100px) {
  .container {
    max-width: 1040px;
  }

  .banner__sec__main.inner___banner img.banner_img__main {
    height: 370px;
  }

  .custom_logo_content h3 {
    font-size: 19px;
  }

  .custom_logo_content p {
    line-height: 27px;
    margin: 0 auto 15px;
    font-size: 16px;
  }

  .about__content__sec h3 {
    font-size: 30px;
  }

  .created__logo__tab p {
    font-size: 19px;
  }

  .created__logo__tab {
    padding: 36px 20px;
  }

  .created__logo__tab span {
    margin-right: 10px;
  }

  .review__sec__main .slick-next,
  .review__sec__main .slick-prev {
    bottom: 0px;
  }

  .review__sec__main .slick-next,
  .review__sec__main .slick-prev {
    width: 40px;
    height: 40px;
  }

  .review__sec__main .slick-next:before,
  .review__sec__main .slick-prev:before {
    font-size: 26px;
  }

  .review__sec__main .slick-next:before,
  .review__sec__main .slick-prev:before {
    top: 0;
  }

  .contact__content_hme p {
    font-size: 17px;
  }

  .contac__list__num p {
    font-size: 15px;
    padding-left: 55px;
  }

  .contac__list__num a {
    font-size: 15px;
    padding-left: 55px;
  }

  .contac__list__num span {
    width: 45px;
    height: 45px;
  }

  .process__head__sec h3 {
    color: var(--white);
    font-size: 35px;
  }

  .process__head__sec h3 span {
    font-size: 22px;
  }

  .website__content__text h3 {
    font-size: 18px;
  }

  .banner__content__sec h2,
  .banner__content__sec h1 {
    font-size: 35px;
  }

  body.editor__logo #draggableParent {
    width: calc(640px - 10px);
    height: calc(680px - 10px);
  }

  body.editor__logo .main-container .row .col-md-4,
  body.editorBody .main-container .row .col-md-8 {
    height: calc(100vh - 298px);
  }

  div#svgIconHere {
    left: 153px !important;
  }

  div#logoNameHere {
    left: 210px !important;
  }

  .custom__editor__logos .btn__web button {
    padding: 13px 13px 13px;
    font-size: 15px;
  }

  .logo-card {
    height: 130px;
  }

  .banner__form__sec {
    display: block;
  }

  .btn_submit_ban button {
    padding: 15px 20px;
    font-size: 14px;
  }

  img.banner_img__main {
    min-height: 480px;
    object-fit: cover;
  }

  .first__screen__editor .col-sm-5 {
    display: none;
  }

  .first__screen__editor {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .first__screen__editor
    .col-lg-7.col-md-7.col-sm-7.col-xs-7.custom-fluid-row-col {
    width: 100%;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }

  .first__screen__editor .logo__img__sec {
    text-align: center;
  }

  header .btn__web ul li a,
  header .btn__web ul li button {
    padding: 11px 16px 13px;
    height: 50px;
    font-size: 15px;
  }

  .pricing__tabs__sec ul li a {
    font-size: 17px;
    padding: 10px 13px;
  }

  .logo__portfolio__box {
    margin-bottom: 20px;
  }

  .industries__links__tabs ul li {
    padding: 10px 5px 10px;
    margin-bottom: 10px;
  }

  .industries__links__tabs ul li a {
    font-size: 14px;
    padding: 9px 11px;
  }

  .about__content__sec p {
    font-size: 16px;
    line-height: 27px;
  }

  .btn__web ul li a {
    padding: 10px 35px 10px;
    font-size: 18px;
    height: 50px;
  }

  .inner___banner .banner_right_img img {
    width: 80%;
  }

  .faq_sec_main .card-header h5 button {
    padding: 20px 20px;
    white-space: unset;
    font-size: 15px;
  }

  .faq_sec_main .card-header h5 button span {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }

  .pasword_submit p {
    font-size: 16px;
  }

  .pasword_submit a {
    font-size: 16px;
  }

  .login__logo img {
    width: 50%;
  }

  .order_submit input {
    font-size: 20px;
    padding: 18px 60px;
  }

  .order_heading h3 {
    font-size: 30px;
  }

  .professional__logo__box .logo-brand-custom {
    min-height: 390px;
    padding: 30px 20px;
  }

  .professional__logo__box .logo-brand-custom .custom_logo_content h3 {
    font-size: 21px;
  }

  .Custom__logo__services .about__img__tab img {
    width: 650px;
  }

  .banner__content__sec p {
    font-size: 23px;
    line-height: 28px;
  }

  .cta_content h5 {
    color: var(--white);
    font-size: 17px;
  }

  .cta_content h3 {
    font-size: 18px;
  }

  .port_sec_new li {
    padding: 17px 8px;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .banner__form__sec {
    display: block;
    margin: 0 auto;
  }

  section.select_packages__main.padding_60.mt-5 .row .col-sm-6:nth-child(1) {
    display: block;
  }

  section.select_packages__main.padding_60.mt-5 .row .col-sm-6:nth-child(2) {
    max-width: 80%;
    flex: 80%;
  }

  .select__packages__btn a.packages__btn {
    padding: 13px 38px;
    font-size: 20px;
  }

  .banner__sec__main .col-sm-7 {
    max-width: 80%;
    flex: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .banner_slider {
    display: none;
  }

  a.dekshide {
    display: none !important;
  }

  .mobilehide {
    display: block !important;
  }

  .Custom__logo__services .about__img__tab img {
    width: 590px;
  }

  .container {
    max-width: 960px;
  }

  header .btn__web {
    display: none;
  }

  header .col-sm-6 {
    max-width: 80%;
    flex: 80%;
  }

  .main_menu_sec ul li a {
    font-size: 18px;
    padding: 5px 23px !important;
  }

  .banner__sec__main.inner___banner img.banner_img__main {
    height: 310px;
    border-bottom-right-radius: 80px;
  }

  .inner___banner .banner_right_img .vector__banner1 {
    bottom: 11px;
    left: -40px;
  }

  .inner__about__content p {
    font-size: 15px;
    line-height: 25px;
  }

  .banner__content__sec h2,
  .banner__content__sec h1 {
    font-size: 30px;
  }

  .pricing___head__sec p {
    font-size: 18px;
  }

  .packages___list ul li {
    font-size: 14px;
    padding-bottom: 15px;
    padding-left: 29px;
    line-height: 20px;
  }

  .about__content__sec p {
    font-size: 15px;
    line-height: 25px;
  }

  .industries__links__tabs ul li a {
    font-size: 14px;
    padding: 9px 8px;
  }

  .custom_logo_content p {
    font-size: 16px;
    width: 100%;
  }

  .logo-brand-custom {
    padding: 40px 20px;
    min-height: 440px;
  }

  .custom-logo-icon span img {
    width: 58%;
  }

  .menu___portfolio__sec ul li a {
    font-size: 15px;
    padding: 12px 15px;
  }

  .custom_logo_content h3 {
    font-size: 17px;
  }

  .about__content__sec h3 {
    font-size: 24px;
  }

  .review__content__sec p {
    font-size: 17px;
    line-height: 27px;
  }

  .review__author__head h5 {
    font-size: 19px;
  }

  .review__author__head h6 {
    font-size: 16px;
  }

  .contact__content_hme p {
    font-size: 16px;
    line-height: 24px;
  }

  .contac__list__num p {
    font-size: 13px;
    padding-left: 50px;
  }

  .contac__list__num a {
    font-size: 13px;
    padding-left: 50px;
  }

  .btn__form input {
    font-size: 20px;
  }

  .contact__form__hme input {
    font-size: 15px;
  }

  .contact__form__hme textarea {
    font-size: 15px;
  }

  .contact__content_hme h4 {
    font-size: 30px;
  }

  .inner___about__sec .row {
    align-items: center;
  }

  .packages__box__head h4 {
    font-size: 17px;
  }

  .packages__box__head h5 {
    font-size: 25px;
  }

  .packages__box__head h6 {
    font-size: 16px;
  }

  .packages___list ul li {
    font-size: 15px;
    padding-bottom: 15px;
    padding-left: 29px;
  }

  .packages___box {
    padding: 40px 10px;
    min-height: 350px;
  }

  .web__packages__tab .packages___list ul {
    height: 284px;
  }

  a.packages__btn {
    padding: 8px 19px;
    font-size: 15px;
    font-weight: 300;
  }

  .logo_packages__tab .packages___box {
    min-height: 600px;
    padding: 40px 15px;
  }

  .copy__right__content p {
    font-size: 16px;
  }

  .terms__links__sec ul li a {
    font-size: 16px;
  }

  .footer___menu__sec ul li a {
    font-size: 16px;
  }

  .packages___list ul li:before {
    top: 2px;
    background-position: center !important;
    background-size: cover !important;
    width: 23px;
    height: 23px;
  }

  .special__offer__content h5 sub {
    top: -8px;
  }

  .special__offer__content h3 {
    font-size: 35px;
  }

  .special__offer__content h5 {
    font-size: 26px;
  }

  .website__content__text h2 {
    font-size: 25px;
    margin-bottom: 0;
  }

  .website__content__text h3 {
    font-size: 17px;
    margin-bottom: 0;
  }

  .website__content__text p {
    font-size: 16px;
    line-height: 26px;
  }

  .inner___banner .banner_right_img img {
    width: 86%;
  }

  .inner__about__content h4 {
    font-size: 30px;
  }

  .inner___about__sec.inner_ser__sec .inner__about__content.pl-5.pt-4 {
    padding-left: 0 !important;
  }

  .work__process_img img {
    width: 100%;
  }

  .work__process_txt p {
    font-size: 16px;
    line-height: 28px;
  }

  .work__process_txt h4 {
    font-size: 35px;
  }

  .menu___portfolio__sec__inner ul li a {
    font-size: 13px;
    padding: 7px 12px;
    margin: 0 3px 9px;
  }

  .term_txt__tab p {
    color: #777;
    font-size: 17px;
  }

  .term_txt__tab ul li {
    font-size: 17px;
    padding-bottom: 10px;
  }

  .term_txt__tab h3 {
    font-size: 20px;
  }

  .special_pricing_list ul li {
    font-size: 14px;
  }

  .why__choose__Us__sec .logo-brand-custom {
    min-height: 430px;
    padding: 40px 25px 0;
  }

  .cta__sec__main:before {
    opacity: 0.4;
  }

  .cta__sec__main:after {
    left: -50px;
    opacity: 0.4;
    z-index: -1;
  }

  .cta__sec__main {
    z-index: 99;
  }

  .cta_content {
    padding-left: 20px;
    padding-top: 10px;
  }

  .contact__num a {
    color: var(--white);
    font-size: 14px;
  }

  .works__sec__main ul.tbing-new-port {
    display: inline-block;
    justify-content: center;
    gap: 10px;
    margin: 60px 0;
    text-align: center;
  }

  .works__sec__main ul.tbing-new-port li {
    display: inline-block;
    margin: 0 10px 10px;
    padding: 10px 32px;
  }

  .works__sec__main figure img {
    width: 100%;
    height: 190px;
  }

  .create__logo__sec .tbing-new-pack li {
    padding: 11px 25px;
    font-size: 16px;
  }

  .web__packages__tab .packages___list ul {
    overflow-x: hidden;
  }

  .port_sec_new li {
    padding: 17px 6px !important;
    font-size: 15px !important;
    margin: 0px 1px !important;
  }

  .port_sec_new .logotabsinner a {
    padding: 14px 24px;
    margin: 0 4px;
  }

  .port_sec_new .logotabsinner {
    padding: 0 0 0 0px;
  }
}

@media (max-width: 992px) {
  .banner__content__sec h2,
  .banner__content__sec h1 {
    font-size: 30px;
  }

  .banner__content__sec p {
    font-size: 19px;
  }

  .center__logo__head p {
    font-size: 17px;
    color: var(--black);
    line-height: 30px;
  }

.terms__links__sec {
    gap: 0rem;
}
.social-links {
    gap: 0px;

    margin-top: 0px;
}
  .works__sec__main .row.pt-5 {
    padding-top: 0 !important;
  }

  .review__head__sec h3 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .create__logo__sec .col-sm-3 {
    max-width: 50%;
    flex: 50%;
  }

  .custom-fluid .custom-fluid-row .custom-fluid-row-col .arrow-div {
    left: 316px !important;
  }

  .professional__logo__box .col-sm-4 {
    max-width: 100%;
    flex: 100%;
  }

  .main-loader-container {
    width: 60vw;
    left: 17vw;
  }

  .categoryForm {
    width: 80vw;
  }

  .professional__logo__box .logo-brand-custom .custom_logo_content p {
    margin: 0 0 20px 0;
    line-height: 35px;
    font-size: 23px;
  }

  .main_menu_sec ul li a {
    font-size: 16px;
    padding: 3px 15px !important;
  }

  .banner__sec__main img.banner_img__main {
    width: 100%;
    background-size: cover;
    border-bottom-right-radius: 90px;
    height: 400px;
    object-fit: cover;
  }

  .banner_right_img {
    position: relative;
    display: none;
  }

  .banner__sec__main .col-sm-7 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
  }

  .container {
    max-width: 730px;
  }

  .banner__content__sec h2,
  .banner__content__sec h1 {
    font-size: 29px;
  }

  .banner__content__sec p {
    font-size: 21px;
  }

  .about__content__sec p {
    font-size: 18px;
    line-height: 30px;
  }

  .created__logo__tab p {
    font-size: 17px;
  }

  .created__logo__tab a {
    padding: 16px 35px;
    font-size: 16px;
  }

  .why__choose__Us__sec .col-sm-4 {
    max-width: 50%;
    flex: 50%;
  }

  .custom_logo_content p {
    font-size: 17px;
    width: 100%;
    line-height: 29px;
  }

  .about__content__sec h3 {
    font-size: 28px;
  }

  .review__head__sec h3 {
    font-size: 25px;
    margin-bottom: 0;
  }

  .contact__info__hme .col-sm-6 {
    flex: 100%;
    max-width: 100%;
  }

  .about__content__sec.pl-5 {
    padding: 0 !important;
  }

  .contac__list__num {
    padding-bottom: 35px;
  }

  .industries__links__tabs ul li a {
    font-size: 13px;
    font-weight: 400;
    padding: 9px 6px;
  }

  .industries__links__tabs ul li {
    margin: 0 0px 5px 0;
    padding: 0px 2px 5px;
  }

  .footer___menu__sec ul li {
    padding: 0 8px;
  }

  .footer___menu__sec ul li a {
    font-size: 15px;
  }

  .copy__right__content p {
    font-size: 12px;
  }

  .contact__tab__content__sec.pl-4 {
    padding: 0 !important;
  }

  .contact__form__hme input {
    font-size: 13px;
    font-weight: 600;
  }

  .btn__form input {
    font-size: 20px !important;
  }

  .inner__about__content.pl-5.pt-4 {
    padding: 0 !important;
  }

  .inner__about__content p {
    font-size: 17px;
    line-height: 28px;
  }

  .pricing__sec__tab .col-sm-3 {
    max-width: 50%;
    flex: 50%;
  }

  .packages___box {
    padding: 40px 25px;
    min-height: 330px;
    margin-bottom: 20px;
  }

  .packages___list ul li {
    font-size: 16px;
  }

  .special_pricing_head h4 {
    font-size: 15px;
  }

  .special_pricing_head h4 span {
    font-size: 10px;
  }

  .special_pricing_list ul li {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .website___design__tab .website_img_sec {
    display: none;
  }

  .website___design__tab .col-sm-6 {
    max-width: 100%;
    flex: 100%;
  }

  .webite__list__main .col-sm-6 {
    max-width: 50%;
    flex: 50%;
  }

  .video__ser .col-sm-4 {
    max-width: 50%;
    flex: 50%;
  }

  .work__process_img img {
    width: 100%;
    display: none;
  }

  .how_work_sec .col-sm-6 {
    max-width: 100%;
    flex: 100%6;
  }

  .how_work_sec .row.pt-5.mt-5 {
    padding-top: 0 !important;
    margin-top: 30px !important;
  }

  .tab__menu__sec ul li a {
    border-radius: 10px !important;
    padding: 11px 15px;
    font-size: 16px;
  }

  .work__process_txt h4 {
    font-size: 30px;
  }

  .review__sec__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
  }

  .review_right_img img {
    width: 100%;
    display: none;
  }

  .review__content__sec p {
    font-size: 20px;
    line-height: 31px;
  }

  .banner__sec__main.inner___banner img.banner_img__main {
    height: 240px;
    border-bottom-right-radius: 80px;
  }

  .faq_sec_main .card-header h5 button {
    font-size: 16px;
    white-space: initial;
    line-height: 22px;
  }

  .card-header h5 button i {
    top: 0;
  }

  .faq_sec_main .card-header h5 button span {
    font-size: 19px;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
  }

  .faq_sec_main .card-header h5 button {
    padding: 20px 9px 20px 55px;
  }

  .faq_sec_main .card-body {
    font-size: 17px;
    line-height: 27px;
  }

  .logo-card {
    height: 230px;
  }

  .works__sec__main .col-sm-2 {
    max-width: 33%;
    flex: 33%;
  }

  .logo__portfolio__box {
    margin-bottom: 0px;
  }

  .about__img__tab {
    display: none;
  }

  .about__Us__Sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
  }

  .center__logo__head h2 {
    font-size: 24px;
  }

  .inner__about__left img {
    display: none;
  }

  .inner___about__sec .col-sm-7 {
    max-width: 100%;
    flex: 100%;
  }

  .logo__portfolio__box {
    margin-bottom: 0;
  }

  .portfolio___sec__main .col-sm-2 {
    max-width: 33%;
    flex: 33%;
  }

  .inner__about__content.pl-5 {
    padding: 0 !important;
  }

  .terms__links__sec ul li a {
    font-size: 14px;
  }

  footer:before {
    width: 195px;
    height: 180px;
    background-size: cover;
    right: 20px;
  }

  .contact__form__hme .col-sm-6 .row .col-sm-6 {
    max-width: 100%;
    flex: 100%;
  }

  footer:before {
    display: none;
  }

  .cta__sec__main .col-sm-3 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .cta_content h3 {
    font-size: 28px;
  }

  .cta__sec__main .col-sm-5.pl-5 {
    max-width: 33%;
    flex: 100%;
    padding-left: 0 !important;
  }

  .cta__sec__main .col-sm-9.pl-3 {
    max-width: 100%;
    flex: 100%;
  }

  .cta__sec__main .col-sm-9.pl-3 .col-sm-5.pl-3 {
    max-width: 33%;
    flex: 33%;
  }

  .cta__btn {
    position: relative;
    left: 0;
  }

  .cta__sec__main:before {
    opacity: 0.4;
    background-position: 100%;
    width: 225px;
    height: 219px;
    background-size: cover;
  }

  .cta__sec__main:after {
    left: -50px;
    opacity: 0.4;
    z-index: -1;
    width: 245px;
    height: 219px;
    background-size: cover;
  }

  .cta__sec__main {
    z-index: 99;
    padding: 10px 0 40px;
  }

  .cta__sec__main .col-sm-9.pl-3 .col-sm-2 {
    max-width: 33%;
    flex: 33%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .create__logo__sec .col-sm-3 {
    max-width: 100%;
    flex: 100%;
  }

  .web__packages__tab .packages___list ul {
    height: 262px;
    margin-bottom: 20px;
  }

  .packages___list ul li:nth-last-child(1):before {
    top: 0;
  }

  .packages___list ul li:before {
    top: 0;
    width: 19px;
    height: 19px;
  }

  .packages___list {
    padding-top: 10px;
    height: auto;
  }

  .custom-fluid .custom-fluid-row .custom-fluid-row-col .arrow-div {
    left: 0 !important;
    position: relative !important;
    margin: 20px auto !important;
  }

  .banner__sec__main img.banner_img__main {
    height: 360px;
  }

  .inner_screen header .container {
    width: auto;
  }

  .custom-fluid .custom-fluid-row .custom-fluid-row-col .arrow-div-3 {
    position: relative;
  }

  .formRow--input {
    height: 60px;
  }

  .First__screenPage .wrapper {
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
    flex-direction: column;
  }

  .first__screen__editor .btn__web {
    padding-top: 0;
  }

  .formRow--input {
    width: 100%;
  }

  .first__screen__editor .btn__web {
    padding-top: 20px;
  }

  section.select_packages__main.padding_60.mt-5 .row .col-sm-6:nth-child(2) {
    max-width: 100%;
    flex: 100%;
  }

  .packages__head__Sec {
    flex-direction: column;
    align-items: flex-start;
  }

  .select__packages__btn a.packages__btn {
    padding: 11px 23px;
    font-size: 17px;
    margin: 0 10px 0 0;
  }

  .select_packages__main .col-sm-6:nth-child(2) .select__packages__box {
    background-size: cover;
  }

  .select__packages__box .packages___list ul li {
    font-size: 15px;
  }

  .select__packages__box {
    padding: 30px 20px 40px;
    margin: 0 10px;
  }

  .first__screen__editor
    .col-lg-7.col-md-7.col-sm-7.col-xs-7.custom-fluid-row-col {
    padding: 0 20px;
    text-align: center;
  }

  .first__screen__editor .custom-fluid-row .screen__content__head h1 {
  }

  .first__screen__editor .btn__web ul li a {
    padding: 10px 22px 10px;
    font-size: 13px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: var(--white);
  }

  .first__screen__editor .btn__web ul li {
    padding: 0 2px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .arrow-div-2 input {
    display: table;
    width: auto;
    margin: 5px auto 20px;
    padding: 13px 35px !important;
    color: var(--white);
    font-size: 18px;
  }

  .first__screen__editor .custom-fluid-row .screen__content__head h1 {
    font-size: 28px;
    text-align: center;
  }

  .first__screen__editor .custom-fluid-row .screen__content__head p {
    font-size: 19px;
    text-align: center;
  }

  .banner__form__sec {
    display: block;
    margin: 0 auto;
    width: 95%;
  }

  .work_slider {
    display: block;
  }

  .review_slider__images {
    display: none;
  }

  header .col-sm-2 {
    max-width: 30%;
    flex: 30%;
  }

  header .col-sm-6 {
    max-width: 100%;
    flex: 100%;
  }

  .custom__logo__Sec .col-sm-4 {
    max-width: 100%;
    flex: 100%;
  }

  .custom_logo_content h3 {
    font-size: 30px;
  }

  .custom_logo_content p {
    font-size: 19px;
    width: 100%;
    line-height: 32px;
  }

  .faq_sec_main .card-header h5 button {
    font-size: 14px;
    white-space: initial;
    line-height: 20px;
  }

  .faq_sec_main .card-header h5 button {
    padding: 15px 9px 15px 55px;
  }

  .faq_sec_main .my-5 {
    margin: 0 !important;
  }

  .btn__web ul li a {
    padding: 10px 24px 8px;
    font-size: 19px;
    height: 48px;
  }

  .about__Us__Sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
  }

  .about__img__tab {
    display: block;
    margin-top: 20px;
  }

  .about__Us__Sec .row {
    flex-direction: column-reverse;
  }

  .about__Us__Sec.how__it__work__Sec .row {
    flex-direction: column;
  }

  .Custom__logo__services .about__img__tab img {
    width: 100%;
    margin: 0 auto;
  }

  .about__content__sec h3 {
    font-size: 32px;
  }

  .about__content__sec p {
    font-size: 18px;
    line-height: 29px;
  }

  .logo-card {
    height: 150px;
  }

  .create__logo__sec .col-sm-10.center-col {
    max-width: 100%;
    flex: 100%;
  }

  .created__logo__tab p {
    font-size: 16px;
  }

  .why__choose__Us__sec .logo-brand-custom {
    min-height: auto;
    padding: 40px 20px 30px;
  }

  .created__logo__tab p {
    font-size: 14px;
  }

  .created__logo__tab a {
    padding: 12px 13px;
    font-size: 14px;
    right: 16px;
  }

  .created__logo__tab {
    padding: 20px 10px;
  }

  .why__choose__Us__sec .row.pt-5 {
    padding-top: 0 !important;
  }

  .Custom__logo__services .about__content__sec.pl-5 {
    padding: 0 !important;
  }

  .works__sec__main .col-sm-2 {
    max-width: 33%;
    flex: 33%;
  }

  .works__sec__main .row {
    align-items: center;
    justify-content: center;
  }

  .review__sec__main .slick-prev {
    right: 48%;
  }

  .review__sec__main .slick-next {
    right: 38%;
  }

  .review__sec__main .slick-next,
  .review__sec__main .slick-prev {
    bottom: -30px;
  }

  .contact__form__hme .col-sm-6 {
    flex: 100%;
    max-width: 100%;
  }

  .contact__form__hme .col-sm-6 .row .col-sm-6 {
    max-width: 50%;
    flex: 50%;
  }

  .contact__tab__content__sec.pl-4 {
    padding: 20px 0 !important;
  }

  .contac__list__num a {
    font-size: 15px;
    padding-left: 50px;
  }

  .contac__list__num p {
    font-size: 15px;
    padding-left: 50px;
  }

  .industries__links__tabs ul li {
    padding: 2px 2px 0;
  }

  .navbar-toggler-icon:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 30px;
  }

  .industries__links__tabs ul li a {
    font-size: 16px;
    padding: 13px 18px;
    display: inline-block;
  }

  .footer___menu__sec ul li a {
    font-size: 17px;
  }

  .footer___menu__sec ul li {
    padding: 5px 8px;
  }

  .copy__rights .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
  }

  .copy__right__content p {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .terms__links__sec {
    text-align: center;
  }

  .navbar-toggler {
    background: var(--blue);
    position: absolute;
    top: -45px;
    right: 0;
  }

  .navbar {
    justify-content: flex-end;
    padding: 0;
  }

  ul.navbar-nav {
    margin-top: 20px;
    background: #f8f8f8;
  }

  .main_menu_sec ul li a {
    font-size: 18px;
    padding: 11px 17px !important;
  }

  .custom__logo__Sec .row.pt-5 {
    padding-top: 10px !important;
  }

  .inner___about__sec .col-sm-7 {
    max-width: 100%;
    flex: 100%;
  }

  .inner__about__left img {
    width: 100%;
    display: block;
  }

  .inner__about__content p {
    font-size: 18px;
    line-height: 30px;
  }

  section.inner___about__sec.mission__sec__tab.padding_60.pb-0 {
    padding-top: 0 !important;
  }

  section.inner___about__sec.padding_60 {
    padding-bottom: 10px;
  }

  section.inner___about__sec.inner_ser__sec.padding_60 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .banner__sec__main.inner___banner img.banner_img__main {
    height: 180px;
    border-bottom-right-radius: 50px;
    min-height: 180px;
  }

  .inner___about__sec .row {
    align-items: center;
    flex-direction: column-reverse;
  }

  section.inner___about__sec.mission__sec__tab .row {
    flex-direction: column;
  }

  .spacial__box__pricing {
    background: transparent;
    padding: 20px 15px;
  }

  .special_pricing_list ul li:before {
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 0px;
  }

  .special__offer__content h3 {
    font-size: 27px;
  }

  .special__offer__content h5 {
    font-size: 21px;
  }

  .order_heading h3 {
    font-size: 29px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .order_sec_main input,
  .order_sec_main select {
    font-size: 16px;
  }

  .order_sec_main textarea {
    font-size: 16px;
  }

  .special_pricing_list ul li {
    font-size: 11px;
    padding-left: 22px;
    line-height: 16px;
  }

  .special_pricing_head h4 {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .pricing___head__sec h3 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .packages___list ul li {
    font-size: 16px;
  }

  .inner___banner .banner__content__sec h2 {
    font-size: 24px;
  }

  .process_box__main .slick-next,
  .process_box__main .slick-prev {
    display: none !important;
  }

  .container {
    max-width: 540px;
  }

  .website__content__text p {
    font-size: 18px;
    line-height: 26px;
  }

  .website__content__text h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .center__logo__head h2 {
    font-size: 29px;
    margin-bottom: 30px;
  }

  .faq_sec_main .card-body {
    font-size: 16px;
    line-height: 22px;
  }

  .professional__logo__box .logo-brand-custom .custom_logo_content p {
    margin: 0 0 20px 0;
    line-height: 25px;
    font-size: 17px;
  }

  .create__logo__sec {
    display: block;
  }

  .logo__portfolio__box {
    margin-bottom: 0;
  }

  .contact_det {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .cta__sec__main .col-sm-5.pl-5 {
    max-width: 50%;
    flex: 50%;
    padding-left: 0 !important;
    text-align: center;
  }

  .icon__contact img {
    width: 60%;
    margin: 0 auto;
  }

  .icon__contact {
    text-align: center;
  }

  .cta__sec__main .col-sm-9.pl-3 .col-sm-2 {
    max-width: 100%;
    flex: 100%;
    margin-top: 30px;
  }

  .cta__btn {
    position: relative;
    left: 0;
    text-align: center;
  }

  .cta__btn a {
    width: 190px;
    padding: 20px 25px;
    font-size: 15px;
  }

  .cta__sec__main:after,
  .cta__sec__main:before {
    opacity: 0;
  }

  .cta__sec__main {
    z-index: 99;
    padding: 20px 0 30px;
  }

  .banner__content__sec h2 span,
  .banner__content__sec h1 span {
    font-size: 28px;
  }

  .banner__sec__main .banner__form__sec .cta-form-btn {
    text-align: left;
  }

  .banner__sec__main .banner__form__sec .cta-form-btn button {
    padding: 10px 30px;
  }

  .banner__content__sec ul li {
    text-align: left;
    padding-left: 20px;
  }

  .banner__content__sec ul li h4 .fa {
    position: absolute;
    left: 0;
  }

  .port_sec_new li {
    padding: 17px 11px !important;
  }

  .banner__content__sec ul li h4 {
    font-size: 16px;
  }

  .port_sec_new li {
    padding: 17px 11px !important;
    margin: 0px 1px 10px !important;
    font-size: 14px !important;
  }

  .logotabsinner-img {
    padding-top: 60px;
    text-align: center;
  }

  .works__sec__main ul.tbing-new-port {
    display: unset;
  }

  .works__sec__main ul.tbing-new-port {
    display: inherit;
    gap: 10px;
    margin: 30px 0;
    text-align: center;
  }

  .works__sec__main ul.tbing-new-port li {
    display: inline-block;
    padding: 10px 16px;
    margin: 0 2px 10px;
    font-size: 14px;
  }

  .create__logo__sec .tbing-new-pack li {
    padding: 6px 29px;
    font-size: 16px;
    display: inline-block;
  }

  .create__logo__sec .tbing-new-pack {
    display: initial;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 100%;
    max-width: 100%;
  }

  .process_sec .wrpr_pro {
    display: none;
  }

  .process_sec h4 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
  }

  .process_sec .tbing-new li {
    margin: 10px 0;
    font-size: 22px;
    padding: 17px 40px;
    display: block;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .navbar-toggler {
    top: -40px;
  }

  .custom_logo_content h3 {
    font-size: 22px;
  }

  .banner__content__sec ul li h4 .fa {
    position: absolute;
    left: 13px;
  }

  .banner__content__sec ul li {
    width: 100%;
  }

  .logo-card {
    height: 190px;
  }

  .banner__content__sec h2,
  .banner__content__sec h1 {
    font-size: 25px;
    text-align: left;
  }

  .banner__form__sec input {
    padding: 0 20px;
  }

  .banner__content__sec h2 span,
  .banner__content__sec h1 span {
    font-size: 45px;
  }

  .banner__form__sec span {
    top: 22px;
  }

  .banner__form__sec
    .align-items-center.d-flex.justify-content-center.position-relative {
    flex-direction: column;
  }

  .btn_submit_ban button {
    width: 100%;
    display: block;
  }

  .btn_submit_ban {
    width: 100%;
  }

  .banner__form__sec form {
    display: unset;
  }

  .btn_submit_ban {
    text-align: left;
    padding-top: 10px;
  }

  .btn_submit_ban {
    position: relative;
    right: 0;
  }

  .banner__content__sec p {
    font-size: 22px;
  }

  .banner__sec__main img.banner_img__main {
    height: 390px;
    border-bottom-right-radius: 40px;
  }

  .center__logo__head h2 {
    font-size: 21px;
  }

  .custom_logo_content p {
    font-size: 17px;
    width: 92%;
    line-height: 25px;
  }

  .btn__web ul li a {
    padding: 8px 24px 6px;
    font-size: 16px;
    height: 45px;
  }

  .about__content__sec p {
    font-size: 17px;
    line-height: 27px;
  }

  .created__logo__tab a {
    padding: 12px 13px;
    font-size: 18px;
    right: 16px;
    position: relative;
    bottom: 0;
    right: 0;
    float: left;
    bottom: -10px;
    width: 100%;
    text-align: center;
  }

  .created__logo__tab {
    padding: 20px 10px;
    flex: unset !important;
  }

  .created__logo__tab span {
    margin-right: 10px;
    position: absolute;
    left: 14px;
    top: 15px;
  }

  .created__logo__tab {
    padding: 20px 10px;
    display: inline-block;
  }

  .created__logo__tab p {
    font-size: 14px;
    padding-left: 40px;
  }

  .about__content__sec h3 {
    font-size: 27px;
  }

  .review__content__sec p {
    font-size: 17px;
    line-height: 27px;
  }

  .review__sec__main {
    padding: 60px 0 90px 0 !important;
  }

  .review__sec__main .slick-next,
  .review__sec__main .slick-prev {
    bottom: -60px;
  }

  .review__sec__main .slick-next {
    right: 40%;
  }

  .review__sec__main .slick-prev {
    right: 55%;
  }

  .contact__form__hme .col-sm-6 .row .col-sm-6 {
    max-width: 100%;
    flex: 100%;
  }

  .industries__links__tabs ul li {
    padding: 0;
  }

  .industries__links__tabs ul li a {
    font-size: 13px;
    font-weight: 500;
    padding: 9px 15px;
  }

  .website__content__text h2 span {
    padding-left: 10px;
    font-size: 22px;
  }

  .portfolio___sec__main .col-sm-2 {
    max-width: 50%;
    flex: 50%;
  }

  .faq_sec_main .card-header h5 button span {
    display: none;
  }

  .copy__right__content p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .terms__links__sec ul li a {
    font-size: 14px;
  }

  .contact__content_hme h4 {
    font-size: 25px;
  }

  .works__sec__main .col-sm-2 {
    max-width: 50%;
    flex: 50%;
  }

  .banner__form__sec {
    width: 100%;
  }

  .pricing__sec__tab .col-sm-3 {
    max-width: 100%;
    flex: 100%;
  }

  .logo_packages__tab .packages___box {
    min-height: auto;
  }

  .packages___list ul li:before {
    top: 0;
  }

  .special_pricing_list ul li {
    font-size: 13px;
  }

  .special_pricing_list ul li:before {
    top: 0;
  }

  .special__offer__content h3 {
    font-size: 28px;
  }

  .special__offer__content h5 {
    font-size: 20px;
  }

  .special__offer__content h5 sub {
    top: -8px;
    font-size: 16px;
  }

  .inner___banner .banner__content__sec h2 {
    font-size: 22px;
  }

  .website__content__text h2 {
    font-size: 20px;
  }

  .website__content__text p {
    font-size: 16px;
    line-height: 25px;
  }

  .webite__list__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
  }

  .process__head__sec h3 {
    font-size: 23px;
  }

  .process__head__sec h3 span {
    font-size: 16px;
  }

  .process__box__tab {
    padding: 17px 11px;
    min-height: 220px;
  }

  .icon_process_txt ul li {
    font-size: 14px;
    padding-bottom: 0px;
  }

  .how_work_sec .tab-content {
    padding: 0 20px;
  }

  .center__logo__head p {
    font-size: 16px;
    line-height: 22px;
  }

  .professional__logo__box .logo-brand-custom {
    min-height: auto;
    padding: 30px 20px;
  }

  .faq_sec_main .card-header h5 button {
    padding: 20px 10px;
    font-size: 14px;
  }

  .faq_sec_main .card-header h5 button span {
    font-size: 16px;
    margin-right: 9px;
    width: 40px;
    height: 40px;
  }

  .card-header h5 button i {
    top: 3px;
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .faq_sec_main .card-body {
    font-size: 15px;
    line-height: 24px;
    color: #000;
  }

  .contact__num h6 {
    padding-bottom: 4px;
    font-size: 15px;
  }

  .cta__sec__main .col-sm-9.pl-3 .col-sm-5.pl-3 {
    max-width: 50%;
    flex: 50%;
  }

  .banner__sec__main .banner__form__sec .cta-form-btn {
    margin: 20px auto 0;
  }
  .create__logo__sec .tbing-new-pack {
    display: block;
    margin: 20px 20px;
  }
  .works__sec__main ul.tbing-new-port {
    display: block;
    margin: 20px 0;
  }
  .works__sec__main ul.tbing-new-port li {
    margin: 0 0 10px 0;
  }
  .create__logo__sec .tbing-new-pack li {
    margin: 0 0 10px 0;
  }
  .create__logo__sec .packages___box {
    margin: 0 0 20px 0;
  }
  .process_sec .wrpr_pro img {
    width: 100%;
    height: auto;
  }
  .process_sec .tbing-new li {
    margin: 10px 0;
    font-size: 22px;
    padding: 10px 40px;
    display: block;
  }
  .port_sec_new .logotabsinner {
    padding: 0 20px;
  }
  .logotabsinner-img {
    margin: 50px auto 0;
  }
  .port_sec_new .logotabsinner-img img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .port_sec_new .logotabsinner p {
    line-height: 30px;
  }
  .port_sec_new li {
    display: block;
  }
  .industries__links__tabs ul li {
    width: 32%;
  }
  .industries__links__tabs ul li a img {
    width: 10px;
  }
}

@media (max-width: 390px) {
  .custom_logo_content p {
    font-size: 17px;
    width: 100%;
    line-height: 25px;
  }

  .banner__sec__main img.banner_img__main {
    height: 280px;
    border-bottom-right-radius: 40px;
  }

  .first__screen__editor .custom-fluid-row .screen__content__head h1 {
    font-size: 17px;
    text-align: center;
  }

  .first__screen__editor .custom-fluid-row .screen__content__head p {
    font-size: 17px;
    text-align: center;
  }

  .first__screen__editor .btn__web.text-center {
    text-align: center;
  }

  .first__screen__editor .btn__web ul li {
    padding-bottom: 20px;
    display: block;
  }

  .first__screen__editor .btn__web ul li a {
    width: 100%;
    display: block;
  }

  .custom_logo_content h3 {
    font-size: 19px;
  }

  .custom_logo_content p {
    font-size: 16px;
    width: 100%;
    line-height: 25px;
  }

  .about__content__sec h3 {
    font-size: 23px;
  }

  .industries__links__tabs ul li a {
    font-size: 8px;
    font-weight: 500;
    padding: 5px 0;
  }

  .copy__right__content p {
    font-size: 16px;
  }

  .menu___portfolio__sec ul li a {
    border-radius: 0;
    padding: 7px 14px;
    font-size: 14px;
  }

  .menu___portfolio__sec__inner ul li a {
    font-size: 12px;
    padding: 7px 10px;
    margin: 0 1px 7px;
  }

  .inner__about__content p {
    font-size: 16px;
    line-height: 27px;
  }

  .banner__sec__main .banner__form__sec .cta-form-btn {
    margin: 20px auto 0;
  }
  .create__logo__sec .tbing-new-pack {
    display: block;
    margin: 20px 20px;
  }
  .works__sec__main ul.tbing-new-port {
    display: block;
    margin: 20px 0;
  }
  .works__sec__main ul.tbing-new-port li {
    margin: 0 0 10px 0;
  }
  .create__logo__sec .tbing-new-pack li {
    margin: 0 0 10px 0;
  }
  .create__logo__sec .packages___box {
    margin: 0 0 20px 0;
  }
  .process_sec .wrpr_pro img {
    width: 100%;
    height: auto;
  }
  .process_sec .tbing-new li {
    margin: 10px 0;
    font-size: 22px;
    padding: 10px 40px;
    display: block;
  }
  .port_sec_new .logotabsinner {
    padding: 0 20px;
  }
  .logotabsinner-img {
    margin: 50px auto 0;
  }
  .port_sec_new .logotabsinner-img img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .port_sec_new .logotabsinner p {
    line-height: 30px;
  }
  .port_sec_new li {
    display: inline-block;
  }
  .industries__links__tabs ul li {
    width: 32%;
  }
  .industries__links__tabs ul li a img {
    width: 10px;
  }

  .works__sec__main figure img {
    width: 100%;
    height: auto;
  }

  .port_sec_new ul.tbing li {
    width: 48%;
    padding: 17px 7px !important;
  }

  .navbar-toggler {
    top: -33px;
  }
}

/*Responsive End*/


/* Modal CSS Starts */
.modal-open {
    overflow-x: hidden;
    padding-right: 0 !important;
  }
  
  .popup_form .modal-dialog {
    max-width: 956px;
    margin: 1.75rem auto !important;
  }
  
  .popup_form .modal-content {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid;
    position: relative;
  }
  
  .popup_form .modal-content:before {
    content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    right: -45px;
    top: -50px;
    z-index: 1;
    background-image: linear-gradient(#af2929, #a70f0f);
    border-radius: 100%;
  }
  
  .popup_form .modal-content:after {
    content: "";
    position: absolute;
    background: url(../images/popup_center_circle.webp);
    height: 198px;
    width: 323px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 93px;
    z-index: 0;
  }
  
  .popup_right {
    background: url(../images/popup_bg.webp) no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 0 22px 22px 0;
    position: relative;
  }
  
  .popup_form .modal-content .close {
    font-size: 27px;
    color: #fff;
    text-shadow: none;
    opacity: 0.99;
    float: inherit;
    top: 4px;
    right: 14px;
    position: absolute;
    z-index: 2;
  }
  
  .popup_left {
    padding: 45px 85px 45px 65px;
    position: relative;
  }
  
  .popup_left:before {
    content: "";
    background: url(../images/popup_circle.webp);
    width: 48px;
    height: 207px;
    left: 0;
    top: 30px;
    position: absolute;
  }
  
  .popup_left:after {
    content: "";
    background: url(../images/popup_bottom_circle.webp);
    width: 57px;
    height: 79px;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  
  .popup_form_box {
    text-align: center;
    position: relative;
  }
  
  .popup_form_box:after {
    content: "";
    position: absolute;
    background: url(../images/popup_triangle.webp);
    width: 29px;
    height: 157px;
    right: -58px;
    bottom: -12px;
    filter: invert(1);
  }
  
  .popup_form_box .form-control {
    height: 45px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding-left: 45px;
    position: relative;
    z-index: 1;
  }
  
  .popup_form_box input::placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #bcbcbc;
  }
  
  .popup_form_box .form-group {
    position: relative;
    margin-bottom: 22px;
  }
  
  .popup_form_box .form-group i {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 20px;
    color: #af2929;
  }
  
  .popup_btn h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
  }
  
  .popup_btn button {
    font-weight: 700;
    background-image: linear-gradient(#af2929, #a70f0f);
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    color: #fff;
    padding: 11px 35px;
  }
/* Modal CSS Ends */



/* Thankyou Page CSS Starts */
.thank_you_clm {
  height: 51vh;
  align-content: center;
  display: grid;
  text-align: center;
}

.thank_you_clm h1 {
  color: #f50043;
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}

.thank_you_clm h2 {
  font-size: 50px;
  text-transform: capitalize;
  margin: 10px 0 20px;
}

.thank_you ul.contact-lst li a span {
  margin: 0;
}



.thank_you ul.contact-lst li a {
  border: 1px solid #8f2222;
  padding: 8px 15px;
  border-radius: 50px;
  position: relative;
  top: 0;
  background-image: linear-gradient(#bf0b30, #a70f0f);
  display: inline-block;
  align-items: center;
  color: #fff;
}

section.thank_you.text-center {
  height: 70vh;
  align-content: center;
  display: grid;
}

.thank_you_clm ul.contact-lst {
  justify-content: center;
  margin: 30px 0 0;
}

@media (max-width:767px) {
  section.thank_you.text-center {
      border-top: 0 solid #000;
  }
      .terms__links__sec {
        gap: 1rem;
        flex-direction: column;
    }
}
/* Thankyou Page CSS Ends */
