/* GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&family=Ubuntu:wght@500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  background: #fff;
  color: #666;
}

ul {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

button {
  outline: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}

a:focus {
  text-decoration: none;
  outline: none;
}

button {
  outline: none;
}

input {
  outline: none;
}

textarea {
  outline: none;
}

section {
  position: relative;
}

img {
  height: auto;
  margin-bottom: -4px;
}

p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

a,
a:hover {
  color: inherit;
  transition: all .15s;
}

a:hover {
  color: #1967ea;
}

h1,
h2,
h3 {
  font-weight: 700;
}

.container {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.primary-color {
  color: #1967ea;
}

.secondary-color {
  color: #1f66ea;
}

img {
  max-width: 100%;
}

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

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

.text-right {
  text-align: right !important;
}

@media (max-width: 1200px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}

@media (max-width: 991px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}

@media (max-width: 768px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
}

.col-m {
  margin: 0 15px;
  width: 100%;
}

.background-accent,
.zebra-container-even > *:nth-child(even),
.zebra-container-odd > *:nth-child(odd) {
  background: #f3f7ff;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.sec {
  padding: 120px 0;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-10 {
  margin-right: 10px;
}

/*=================header====================*/
header {
  border-bottom: 1px solid #c1d6ff;
}

header .logo {
  float: left;
  padding-top: 9px;
  font-size: 48px;
  font-weight: 700;
  color: #333;
}

header .logo span:nth-child(1) {
  color: #333;
}

header .logo span:nth-child(2) {
  color: #1967ea;
}

header .logo span:nth-child(3) {
  color: #111;
}

header .logo img {
  width: auto;
}

header nav {
  float: left;
  margin-left: 99px;
}

header nav ul {
  margin-bottom: 0;
}

header nav ul li {
  display: inline-block;
  transition: all 0.4s ease-in-out;
  position: relative;
}

header nav ul li:before,
header nav ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

header nav ul li:before {
  border-bottom: 2px solid #1967ea;
}

header nav ul li:after {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 5px solid #1967ea;
  left: 50%;
  margin-left: -3px;
  bottom: 2px;
}

header.style2 nav ul li {
  margin-right: 15px;
}

header header.style2 nav ul li:before {
  display: none;
}

header.style2 nav ul li:last-child {
  margin-right: 0;
}

header.style2 nav ul li a {
  padding: 36px 28px 40px 28px;
}

header.style2 nav ul li a:hover {
  color: #000;
}

header.style2 nav ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1f66ea;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transform: translateY(100%);
}

header.style2 nav ul li:hover:after {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

header.style2 nav ul li.active a {
  color: #ffffff;
}

header.style2 nav ul li.br:after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

header nav ul li.active a {
  color: #1967ea;
}

header nav ul li.active:after,
header nav ul li.active:before,
header nav ul li:hover:after,
header nav ul li:hover:before {
  opacity: 1;
  visibility: visible;
}

header nav ul li a {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 33px 33px 33px 33px;
  display: inline-block;
}

header nav ul li:hover a {
  color: #1967ea;
}

.register-pr {
  float: right;
  margin-top: 20px;
  padding-left: 30px;
}

.clearfix {
  clear: both;
}

.btn-theme,
.btn-default {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 29px;
  transition: all 0.4s ease-in-out;
  border: 1px solid #111;
}

.btn-theme i,
.btn-default i {
  margin-left: 12px;
}

.btn-theme i.left,
.btn-default i.left {
  margin-left: 0;
  margin-right: 12px;
}

.btn-theme {
  color: #fff;
  background-color: #1967ea;
  border-color: #1967ea;
}

.btn-theme:hover {
  background-color: #1c293f;
  border-color: #1c293f;
}

.btn-default:hover {
  background-color: #1967ea;
  border-color: #1967ea;
}

.btn-motion {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 0;
  transition: all 0.4s ease-in-out;
}

.btn-motion .label {
  padding: 0 15px;
}

.btn-motion .icon {
  height: 100%;
  width: 40px;
  background: #1f66ea;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-motion:hover {
  color: #fff;
  background-color: #1967ea;
}

.form-sec .btn-default {
  font-size: 16px;
  font-weight: 700;
}

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

.btn-theme:hover,
.btn-default:hover {
  color: #fff;
}

a {
  transition: all 0.4s ease-in-out;
}

#html5-watermark {
  display: none !important;
}

#html5lightbox-web-iframe img {
  float: none;
}

.hidden {
  display: none !important;
}

@media (max-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 540px) {
  .hidden-xs {
    display: none !important;
  }
}

/*================banner============*/
.sec-banner {
  padding: 126px 0;
  padding-bottom: 198px;
  position: relative;
}

.sec-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 30px);
  width: 100%;
  background: url(../images/background-banner.png) no-repeat 50% 50%;
  background-size: contain;
}

.sec-banner > * {
  position: relative;
  z-index: 1;
}

.sec-banner .wrapper {
  display: flex;
  margin: 0 -15px;
}

.sec-banner .wrapper .sbanner-body,
.sec-banner .wrapper .sbanner-thumbnail {
  padding: 0 15px;
}

.sec-banner .wrapper .sbanner-body {
  flex: 1 2 auto;
  padding-top: 5px;
}

.sec-banner .wrapper .sbanner-thumbnail {
  flex: 0 0 45%;
}

.sec-banner .wrapper .sbanner-body h1.title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 84px;
  font-weight: 700;
  color: #111;
  list-style: none;
  line-height: 1.2;
  letter-spacing: -3px;
}

.sec-banner .wrapper .sbanner-body .text {
  color: #111;
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
  margin-top: 26px;
  margin-bottom: 0;
}

.sec-banner .wrapper .sbanner-body .desc {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

.sec-banner .wrapper .sbanner-body .footer {
  margin-top: 30px;
  margin: -5px -10px;
  margin-top: 57px;
  font-size: 0;
}

.sec-banner .wrapper .sbanner-body .footer a {
  margin: 5px 10px;
}

.sec-banner .wrapper .sbanner-body .footer a[class*="btn"] {
  font-size: 14px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
}

.sec-banner .wrapper .sbanner-thumbnail {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.sec-banner .wrapper .sbanner-thumbnail figure {
  display: inline-block;
  position: relative;
}

.sec-banner .wrapper .sbanner-thumbnail figure figcaption {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: 44px 53px;
  color: #fff;
}

.sec-banner .wrapper .sbanner-thumbnail figure figcaption .title {
  font-size: 36px;
  line-height: 1.143;
  letter-spacing: -1px;
}

.sec-banner .wrapper .sbanner-thumbnail figure figcaption .title b {
  font-size: 42px;
  font-weight: 700;
}

.sec-banner .wrapper .sbanner-thumbnail figure figcaption .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 28px;
}

.sec-banner .wrapper .sbanner-thumbnail figure figcaption .footer {
  margin-top: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}

.sec-banner .wrapper .sbanner-thumbnail figure figcaption .footer .links {
  margin: -5px -10px;
}

.sec-banner .wrapper .sbanner-thumbnail figure figcaption .footer .links a {
  display: inline-block;
  margin: 5px 10px;
}

.sec-banner .wrapper .sbanner-thumbnail figure a.icon-play {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
  transform: translateX(-50%);
  z-index: 5;
  overflow: hidden;
  border-radius: 50%;
  transition: all .15s;
}

.sec-banner .wrapper .sbanner-thumbnail figure a.icon-play:hover {
  animation: icon-play-amination 2s infinite;
}

@keyframes icon-play-amination {
  from {
    transform: scale3d(1, 1, 1) translateX(-50%);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05) translateX(-50%);
  }
  to {
    transform: scale3d(1, 1, 1) translateX(-50%);
  }
}

/*=============ab-wrk-sec=================*/
.wrk-sec {
  background-image: url(../images/img2.jpg);
  margin-top: -448px;
  background-repeat: no-repeat;
  padding: 170px 170px 170px 0;
}

.ab-wrk-sec {
  float: right;
  max-width: 500px;
  text-align: center;
  position: relative;
}

.ab-wrk-sec h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 47px;
}

.wrk-btn {
  width: 180px;
  height: 180px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-bottom: 50px;
}

.play-btn {
  width: 140px;
  height: 140px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  top: 20px;
}

.play-btn a {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #fff;
  line-height: 100px;
  border-radius: 50%;
  margin-top: 20px;
}

.play-btn a i {
  color: #3c46b6;
  font-size: 30px;
  position: relative;
  top: 8px;
}

/*===================latest-design================*/
.latest-design {
  padding-top: 95px;
  position: relative;
  width: 100%;
}

.main-hdng {
  color: #111;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 23px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.box {
  width: 10px;
  height: 10px;
  background-color: #1967ea;
  margin: 0 auto;
  position: relative;
}

.box:before {
  content: '';
  width: 34px;
  height: 2px;
  background-color: #1967ea;
  position: absolute;
  top: 4px;
  left: 18px;
}

.box:after {
  content: '';
  width: 34px;
  height: 2px;
  background-color: #1967ea;
  position: absolute;
  top: 4px;
  right: 18px;
}

.section-title {
  margin-bottom: 60px;
}

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

.section-title.title-row .main-hdng {
  flex: 1 2 auto;
  padding-bottom: 0;
}

.design-slider .slick-prev {
  left: -110px;
}

.design-slider .slick-next {
  right: -110px;
}

.design-slider .slick-prev,
.design-slider .slick-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #1967ea;
  transition: all 0.4s ease-in-out;
}

.design-slider .slick-prev:hover,
.design-slider .slick-next:hover {
  background-color: #1967ea;
}

.design-slider .slick-prev:before,
.design-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.design-slider .slick-prev:before {
  content: "\f060";
}

.design-slider .slick-next:before {
  content: "\f061";
}

.design-slider {
  margin-bottom: -10px;
  margin-left: -20px;
  margin-right: -20px;
}

.slick-slide {
  outline: none;
}

.slider-wrapper .slider-arrows {
  font-size: 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 9px;
}

.slider-wrapper .btn-arrow {
  display: inline-flex;
  width: 50px;
  height: 50px;
  color: #333;
  border: 1px solid #333;
  font-size: 24px;
  transition: all .15s;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.slider-wrapper .btn-arrow:hover {
  color: #1967ea;
  border-color: #1967ea;
}

/*===============work-changes==========*/
.work-changes {
  width: 100%;
  padding-bottom: 109px;
  padding-top: 115px;
  position: relative;
}

.work-changes:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 30px);
  width: 100%;
  background: url(../images/background-wemake.png) no-repeat 50% 50%;
  background-size: contain;
}

.work-changes > * {
  position: relative;
  z-index: 1;
}

.ab-consumer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ab-consumer.pd {
  padding-top: 32px;
}

.for-maker {
  flex: 0 0 50%;
}

.hd-headng {
  color: #111;
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 29px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.hd-headng.light {
  font-size: 36px;
}

.for-maker h3 {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 38px;
}

.learn-more:hover {
  color: #f8f8f8;
}

.maker-img {
  flex: 1 2 auto;
  max-width: 597px;
}

.maker-img img.img-we-make-team {
  margin-top: -51px;
}

.maker-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.for-maker.sd {
  padding-top: 32px;
  flex: 0 0 366px;
}

/*================customer-feedback==============*/
.customer-feedback {
  width: 100%;
  padding-bottom: 120px;
  padding-top: 90px;
  position: relative;
}

.feedback-sec {
  width: 100%;
}

.feedback {
  margin-bottom: 85px;
}

.fedd-sec {
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
  padding-top: 60px;
  background-image: url(../images/img9.png);
  background-repeat: no-repeat;
  position: relative;
  min-height: 425px;
}

.data-fd {
  padding-left: 101px;
  padding-top: 56px;
}

.fd-para {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 49px;
  line-height: 29px;
}

.data-fd h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-left: 34px;
}

.data-fd h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-left: 34px;
}

.img-1 {
  position: absolute;
  bottom: 0;
  left: -36px;
}

.img-2 {
  position: absolute;
  bottom: 57px;
  right: 88px;
}

/*.box2{
  width:30px;
  height:8px;
  background-color:$primary;
  text-align:center;
  margin:0 auto;
  position:relative;
  margin-top:13px;
}
.box2:before{
  content:'';
  width:10px;
  height:8px;
  position:absolute;
  bottom:0;
  left:-15px;
  background-color:$secondary;
}
.box2:after{
  content:'';
  width:10px;
  height:8px;
  position:absolute;
  bottom:0;
  right:-15px;
  background-color:$secondary;
}
*/
/* SLIDER DOTS STYLING */
.slick-dots li button {
  width: 10px;
  height: 8px;
  background-color: #1f66ea;
  transition: all 0.4s ease-in-out;
}

.slick-dots li.slick-active button {
  width: 30px;
  background-color: #1967ea;
}

/*===============custom-wordpress============*/
.custom-wordpress {
  padding-bottom: 120px;
  padding-top: 82px;
  background-color: #f6f6f6;
  position: relative;
}

.custom-wordpress:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 30px);
  width: 100%;
  background: url(../images/background-posts.png) no-repeat 50% 50%;
  background-size: contain;
}

.custom-wordpress > * {
  position: relative;
  z-index: 1;
}

.custom-wordpress .hd-headng {
  padding-left: 18px;
}

.custom-wordpress .hd-headng:before {
  left: 60px;
}

.custom-wordpress .hd-headng:after {
  left: 21px;
}

.custom-slider {
  position: relative;
  margin-top: -8px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.custom-slider .slick-next,
.custom-slider .slick-prev {
  top: 0;
  transform: inherit;
}

.custom-slider .slick-prev:before,
.custom-slider .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  color: #1967ea;
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transition: all 0.4s ease-in-out;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-slider .slick-prev:before {
  content: "\f104";
}

.custom-slider .slick-next:before {
  content: "\f105";
}

.custom-slider .slick-next:hover:before,
.custom-slider .slick-prev:hover:before {
  border-color: #8d59e0;
  color: #8d59e0;
}

.item {
  position: relative;
}

.ext-link,
.dta-md a.ext-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  background: transparent;
}

.item img {
  width: 100%;
  position: absolute;
}

.img-sl-pr {
  margin-bottom: 26px;
}

.img-sl-pr img {
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
}

.custom-slider .item {
  margin: 0 15px;
}

.custom-slider .slick-next,
.custom-slider .slick-prev {
  right: 0;
  top: -94px;
  left: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #1967ea;
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.custom-slider .slick-next:hover,
.custom-slider .slick-prev:hover {
  border-color: #1967ea;
}

.custom-slider .slick-next:hover:before,
.custom-slider .slick-prev:hover:before {
  color: #1967ea;
}

.custom-slider .slick-prev {
  right: 60px;
}

.data-sl-pr .btn-default {
  background-color: inherit;
  height: 40px;
  line-height: 40px;
  padding: 0 26px;
  border: 1px solid #121212;
}

.slick-list {
  padding: 0 !important;
}

strong {
  font-weight: 700;
}

.data-ul {
  margin-bottom: 20px;
  margin-top: 16px;
}

.data-ul li {
  display: inline-block;
  padding: 0 20px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.data-ul li:before {
  content: '/';
  position: absolute;
  left: 100%;
  width: 1px;
}

.data-ul li:last-child:before {
  display: none;
}

.data-ul li i {
  padding-right: 8px;
  color: #1f66ea;
}

.data-ul li:first-child {
  padding-left: 0;
}

.data-ul li:last-child {
  border-right: none;
}

.data-sl-pr > h3 {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 23px;
  display: inline-block;
  line-height: 1.5;
  transition: all 0.4s ease-in-out;
}

.data-sl-pr > h3 > a:hover {
  color: #1f66ea;
}

.post-card .post-thumbnail {
  height: 250px;
  display: block;
}

.post-card .post-thumbnail img {
  object-fit: cover;
}

.post-card .data-sl-pr {
  background: #f3f7ff;
  padding: 26px 30px;
  padding-bottom: 30px;
}

.post-card .data-sl-pr .data-ul {
  margin-top: 0;
  margin-bottom: 13px;
}

.post-card .data-sl-pr h3 {
  margin-bottom: 20px;
}

.post-card .data-sl-pr .btn-motion {
  height: 40px;
  line-height: 40px;
}

/*===========contact-info-sec ==============*/
.contact-info-sec {
  padding-top: 110px;
  padding-bottom: 82px;
}

.contact-info-sec .container {
  display: flex;
  flex-wrap: wrap;
}

.contact-info-sec .hd-headng {
  text-transform: none;
}

.about-u {
  flex: 2 1;
  min-width: 500px;
  margin-bottom: 15px;
}

.about-u p {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  margin-top: 57px;
  margin-bottom: 36px;
}

.contact-info-sec form input,
.contact-info-sec textarea {
  width: 370px;
  height: 56px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 0;
}

.contact-info-sec form input:focus,
.contact-info-sec textarea:focus {
  outline: 1px solid #1967ea;
}

.contact-info-sec form input::placeholder,
.contact-info-sec textarea::placeholder {
  color: #666666;
}

.contact-info-sec form {
  margin-right: -15px;
  margin-left: -15px;
}

.contact-info-sec form textarea {
  height: 160px;
  margin-left: 0;
  padding-top: 20px;
  margin-right: 0;
  width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  margin-right: 0;
}

.contact-info-sec form .g-recaptcha {
  width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  margin-right: 0;
  margin-bottom: 20px;
}

.contact-info-sec form button {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  margin-right: 15px;
  margin-left: 15px;
}

.contact-info-sec form button i {
  margin-left: 10px;
}

.contc-info {
  flex: 2 1;
  min-width: 500px;
  padding-top: 1px;
}

.contc-info p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 33px;
}

.contc-info #contact-form .validation-messages {
  padding: 0 15px;
}

.contact-info-sec h3 {
  font-weight: 700;
  font-size: 18px;
  color: #111;
}

.contact-info-sec .ul-sec h3 {
  font-size: 16px;
}

.contact-info-sec .social-links {
  display: inline-block;
}

.contact-info-sec .ul-sec {
  margin-top: 44px;
  margin-bottom: 27px;
}

.contact-info-sec .ul-sec li {
  display: block;
  padding-bottom: 36px;
}

.info-sec .icon {
  float: left;
}

.info-sec .ci-info {
  float: left;
  padding-left: 30px;
  padding-top: 0px;
}

.info-sec .ci-info > *:nth-child(2) {
  margin-top: 6px;
}

.ci-info > h4 {
  display: block;
  color: #555555;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.ul-sec li:last-child {
  padding-bottom: 0;
}

.contc-info > h4 {
  color: #002222;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 22px;
  margin-top: 49px;
}

.social-links li {
  display: inline-block;
  margin-right: 10px;
  transition: all .15s;
}

.social-links li:hover {
  transform: scale(0.9);
}

.social-links li a {
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 13px;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.social-links .icon1 {
  background-color: #4267d1;
}

.social-links .icon2 {
  background-color: #21aeff;
}

.social-links .icon3 {
  background-color: #ff5252;
}

.social-links .icon4 {
  background-color: #3f3f3f;
}

/*=================footer=============*/
.top-footer {
  padding-top: 102px;
  padding-bottom: 97px;
  background: #111;
  position: relative;
}

.top-footer a.footer-logo {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  color: #fff;
  margin-top: 12px;
  display: inline-block;
}

.widget-about {
  position: relative;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  line-height: 2.25;
  font-size: 16px;
}

.footer-content a:hover {
  color: #1f66ea;
}

.footer-content,
.footer-content p,
.footer-content a,
.footer-content .widget p,
.footer-content .ft-lis li a {
  color: #666;
}

.footer-content .ft-lis li a {
  font-size: 14px;
}

.bottom-footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.bottom-footer ul li {
  display: inline-block;
}

.bottom-footer ul li a {
  color: inherit;
  padding: 0.9375rem;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: block;
}

.bottom-footer ul li a:hover {
  text-decoration: none;
}

.widget-about {
  max-width: 260px;
  flex: 0 0 260px;
  margin-right: 40px;
}

.widget-support {
  max-width: 300px;
  flex: 0 0 300px;
}

.widget-links {
  flex: 0 0 205px;
  max-width: 205px;
}

.widget.widget-subscription {
  flex: 0 0 375px;
  max-width: 375px;
}

.widget p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.widget-about p {
  margin-top: 19px;
  line-height: 2.25;
}

.widget-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 29px;
}

.widget-title:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #1f66ea;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.ft-lis li {
  display: block;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}

.ft-lis li:last-child {
  margin-bottom: 0;
}

.ft-lis li:hover {
  padding-right: 10px;
}

.ft-lis li a {
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.ft-lis li a:hover {
  padding-left: 5px;
  color: #1967ea;
}

.ft-lis li a i {
  padding-right: 18px;
}

.widget.widget-subscribe p {
  margin-top: -2px;
  margin-bottom: 18px;
}

.widget form input {
  height: 50px;
  width: 100%;
  padding-left: 25px;
  color: #0d0a0d;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border: inherit;
  margin-bottom: 15px;
  background-color: #fff;
}

.widget form {
  position: relative;
  margin-top: 20px;
}

.widget form button {
  height: 100%;
  height: 50px;
  padding: 0 30px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background-color: #1f66ea;
  position: absolute;
  top: 0;
  right: 0;
  border: inherit;
  transition: all .15s;
}

.widget form button:hover {
  background-color: #1f2c44;
}

.bottom-footer {
  background-color: #1f66ea;
  text-align: center;
  padding-bottom: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0;
}

.bottom-footer p {
  color: #fff;
}

.bottom-footer a:hover {
  color: #111;
}

.bottom-footer .row {
  align-items: center;
}

.bottom-footer > a.scrollTop {
  color: #1f66ea;
  font-size: 16px;
  font-weight: 900;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0 15px;
  border-radius: 100%;
  background-color: #fff;
  z-index: 99;
  margin-top: -35px;
  position: absolute;
  transition: all .15s;
}

.bottom-footer > a.scrollTop:hover {
  color: #fff;
  background: #111;
  box-shadow: 0px -3px 3px 1px #000000eb;
}

.bottom-footer > a.scrollTop:before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom-footer h4 {
  margin-top: 0;
}

/* RESPONSIVE MOBILE MENU */
.menu-btn {
  width: 24px;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
  display: none;
  margin-top: 28px;
  margin-left: 20px;
}

.menu-btn > span {
  float: left;
  width: 100%;
  height: 1px;
  background-color: #232222;
  margin-bottom: 6px;
  transition: transform .3s;
}

.menu-btn > span:last-child {
  margin-bottom: 0;
}

.menu-btn.active span.bar1 {
  transform: translateY(8px) rotate(-45deg);
}

.menu-btn.active span.bar2 {
  opacity: 0;
  visibility: hidden;
}

.menu-btn.active span.bar3 {
  transform: translateY(-6px) rotate(-135deg);
}

.responsive-mobile-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  z-index: 9999;
  height: 100%;
  background-color: #111;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.responsive-mobile-menu.active {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.responsive-mobile-menu ul {
  float: left;
  width: 100%;
}

.responsive-mobile-menu ul li {
  float: left;
  width: 100%;
}

.responsive-mobile-menu ul li a:before {
  content: '\f067';
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
}

.responsive-mobile-menu ul li a:hover {
  color: #1f66ea;
}

.responsive-mobile-menu ul li.menu-item-has-children > a:before {
  opacity: 1;
  visibility: visible;
}

.responsive-mobile-menu ul li.menu-item-has-children.active > a:before {
  content: '\f068';
}

.responsive-mobile-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  float: left;
  width: 100%;
  position: relative;
  padding: 15px 10px;
}

.responsive-mobile-menu ul ul {
  display: none;
  padding: 20px 0 20px 20px;
}

.responsive-mobile-menu ul ul li a {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 15px;
}

.responsive-mobile-menu ul ul li:last-child a {
  margin-bottom: 0;
}

/*=====================product-banner============*/
.product-banner {
  text-align: center;
  padding: 70px 0 77px;
  background: #f3f7ff;
  position: relative;
}

.product-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 30px);
  width: 100%;
  background: url(../images/background-title.png) no-repeat 50% 50%;
  background-size: contain;
}

.product-banner > * {
  position: relative;
  z-index: 1;
}

.elemnt-baner h2 {
  color: #111;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 13px;
  letter-spacing: -1.5px;
}

.banr-lis {
  color: #1967ea;
}

.banr-lis li {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
}

.banr-lis li:last-child:before {
  display: none;
}

.banr-lis li:before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 100%;
  font-size: 14px;
  transform: translateY(-50%);
}

.banr-lis li a {
  display: inline-block;
  transition: all .15s;
}

.banr-lis li a:hover {
  color: #111;
}

.banr-lis li:last-child {
  padding-right: 0;
}

/*==============product-title===================*/
.product-title {
  padding-top: 124px;
}

.title-name-sec {
  width: 70%;
  float: left;
}

.title-img {
  width: 50%;
  float: left;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.33);
}

.title-img img {
  width: 100%;
  position: relative;
}

.title-info {
  width: 50%;
  float: left;
  padding-left: 30px;
}

.title-info h3 {
  color: #111;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 13px;
  margin-top: -9px;
}

.title-info ul {
  margin-bottom: 20px;
}

.title-info ul li {
  display: inline-block;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  padding-left: 26px;
}

.title-info ul li:first-child {
  padding-left: 0;
}

.title-info ul li i {
  color: #1f66ea;
  padding-right: 10px;
}

.title-info span.price {
  display: inline-block;
  color: #1967ea;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.title-info .wrk-para {
  padding-right: 25px;
  font-size: 14px;
}

.web-license {
  width: 30%;
  float: left;
  position: relative;
}

.web-license form {
  margin-bottom: 30px;
}

.slc-part {
  position: relative;
}

.slc-part select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.slc-part > h3 {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.slctt {
  margin-left: auto;
  display: inline-block;
  position: relative;
}

.slctt:before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 0;
  font-weight: 600;
  right: -21px;
  color: #111;
  font-size: 16px;
}

.slctt > select {
  background-color: inherit;
  color: #1967ea;
  cursor: pointer;
  font-size: 18px;
  outline: none;
  border: 0;
  font-weight: 700;
}

.slc-part {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 35px;
  padding-right: 50px;
  height: 60px;
  line-height: 60px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  background-color: #f3f7ff;
  border: inherit;
  margin-bottom: 23px;
}

.web-license h4 {
  color: #1967ea;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}

.form-sec {
  border-bottom: 1px dashed #7f7f7f;
}

.chk-form {
  margin-bottom: 46px;
}

/* Show the checkmark when checked */
.web-chk input:checked ~ .checkmark:after {
  display: block;
}

.web-license .checkmark {
  background-color: inherit;
  border: 1px solid #dddddd;
  top: 3px;
  transform: initial;
}

.web-license .web-chk b {
  color: #111;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.web-license .web-chk small {
  color: #222222;
  font-size: 16px;
  margin-left: auto;
  position: relative;
  top: 2px;
  white-space: nowrap;
}

.web-license .checky {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

/* Style the checkmark/indicator */
.web-chk .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

input[type=checkbox] {
  float: left;
  margin-right: 20px;
  width: 16px;
  height: 16px;
  border: 1px solid #dddddd;
  position: relative;
  top: 4px;
}

.web-chk p,
.web-chk b {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  float: none;
  display: inline-block;
}

.web-chk {
  margin-bottom: 15px;
}

.span-part {
  padding-top: 20px;
  margin-bottom: 25px;
}

.span-part h5 {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  float: left;
}

.span-part span {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  float: right;
}

.span-part > a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 140px 0 120px;
  background-color: #000000;
  margin-top: 22px;
}

.span-part > a i {
  padding-right: 8px;
}

/*=============wordpress-templat============*/
.wordpress-templat {
  padding: 58px 0 15px 0;
}

.templt-pr h3 {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 26px;
}

.opt-sec {
  margin-bottom: 47px;
  margin-left: -5px;
  margin-right: -5px;
}

.opt-sec li {
  display: inline-block;
}

.opt-sec li a {
  display: inline-block;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #c1d6ff;
  margin: 5px 5px;
  transition: all 0.4s ease-in-out;
}

.opt-sec li:last-child {
  margin-left: 0;
}

.opt-sec li a:hover {
  color: #ffffff;
  background-color: #1f66ea;
  border-color: transparent;
}

.images-section {
  width: initial;
  padding-top: 32px;
  margin: 0 -15px;
}

.img-sec-md {
  float: left;
  width: calc(100% / 4 - 30px);
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  border: 1px solid #F0F4F7;
}

.img-sec-md:last-child {
  margin-right: 0;
}

.img-md img {
  height: auto;
  width: 100%;
  position: relative;
  width: 100%;
}

.img-sec-md:hover .dta-md {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.images-section .img-sec-md img {
  height: auto;
  width: 100%;
  position: absolute;
  z-index: 0;
}

.sw_scroll_image:not(:hover) img,
.design .img-md img,
.images-section .img-sec-md img {
  transition: all .25s ease-in;
}

.design:hover .img-md img,
.images-section .img-sec-md:hover img {
  transition: initial;
}

.dta-md {
  width: 100%;
  background: #f3f7ff;
  padding: 28px 35px 35px 35px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
  transform: translateY(0);
  position: static;
}

.dta-md > h4 {
  color: #1f66ea;
  text-transform: capitalize;
  float: left;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 8px;
}

.dta-md > h4 a:hover {
  color: #1c293f;
}

.dta-md > .clearfix {
  border-bottom: 1px solid #c1d6ff;
}

.dta-md span {
  display: inline-block;
  float: right;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  padding-top: 0px;
}

.dta-md h5 {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-top: 14px;
}

.dta-md p {
  margin-bottom: 15px;
  word-break: break-all;
  color: #666;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.714;
}

.dta-md .list-icons a:not(.ext-link) {
  height: 45px;
  line-height: 40px;
  text-align: center;
}

.dta-md .btn-theme {
  width: 100%;
  text-align: center;
}

/*=================comments-item==============*/
.comments-item {
  width: 100%;
  padding-top: 35px;
}

.cmnt {
  margin-bottom: 69px;
}

.cmnt li {
  display: inline-block;
  margin-right: 26px;
}

.cmnt li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 30px;
  background-color: #1f66ea;
  transition: all 0.4s ease-in-out;
}

.cmnt li:last-child {
  margin-right: 0;
}

.cmnt li a:hover,
.cmnt li.active a {
  background-color: #1967ea;
}

.item-pr > li {
  display: block;
}

.item-pr > li:last-child .ab-james {
  margin-bottom: 0;
}

.item-pr li:first-child {
  margin-top: 0;
}

.ab-james {
  max-width: 100%;
  border: 1px solid #bbbbbb;
  padding: 41px 0 34px 40px;
  margin-bottom: 40px;
}

.james-img-pr {
  float: left;
}

.james-img-pr img {
  width: 100%;
}

.james-data-pr {
  float: left;
  padding-left: 28px;
  max-width: 80%;
  margin-top: -5px;
}

.james-data-pr h3 {
  color: #1967ea;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.james-data-pr h3 span {
  display: inline-block;
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
}

.james-data-pr > ul {
  margin-bottom: 7px;
}

.james-data-pr > ul li {
  display: inline-block;
  margin-right: 5px;
}

.item-pr {
  max-width: 950px;
}

.item-pr ul {
  padding-left: 135px;
}

.james-data-pr > ul li:last-child {
  margin-right: 0;
}

.james-data-pr > ul li i {
  color: #1f66ea;
}

.james-data-pr p {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
}

.james-data-pr > ul {
  padding-left: 0;
}

/*=================add-comnt===========*/
.add-comnt {
  padding-top: 69px;
  padding-bottom: 79px;
}

.add-comnt p {
  color: #1967ea;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 21px;
}

.add-comnt p span {
  color: #777777;
}

.add-comnt h3 {
  float: left;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Quicksand';
}

.add-comnt .rating {
  float: left;
  padding-left: 15px;
}

.add-comnt .rating li {
  display: inline-block;
  color: #fca600;
}

.cmnt-sbmt {
  max-width: 770px;
}

.cmnt-sbmt form {
  margin-top: 40px;
}

.cmnt-sbmt form textarea,
.cmnt-sbmt form input {
  width: 100%;
  height: 170px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin-left: 0;
  border: 1px solid #c1d6ff;
  padding: 0 30px;
  padding-top: 20px;
  background-color: #fff;
}

.cmnt-sbmt form textarea:focus,
.cmnt-sbmt form input:focus {
  outline: 1px solid #1967ea;
}

.cmnt-sbmt form textarea,
.cmnt-sbmt form input {
  margin-bottom: 20px;
}

.cmnt-sbmt form input {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
}

/*===============form-submit=================*/
.form-submit {
  width: 100%;
  padding-top: 105px;
  text-align: center;
  padding-bottom: 260px;
}

.sbmit li {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
  padding: 0 25px;
  margin-left: 317px;
  border-radius: 100%;
  position: relative;
}

.sbmit {
  margin-bottom: 94px;
}

.sbmit li h3 {
  color: #8854db;
  background-color: #fff;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
}

.sbmit li:first-child {
  margin-left: 0;
}

.sb-1 {
  background-color: #1967ea;
}

.sb-2 {
  background-color: #1f66ea;
}

.sb-2 h3 {
  color: #1f66ea;
}

.sb-3 {
  background-color: #000000;
}

.sb-3 h3 {
  color: #000000;
}

.sb-2:before {
  content: '';
  width: 255px;
  height: 20px;
  position: absolute;
  left: 115px;
  top: 30px;
  background: url(../images/img22.png);
  background-size: contain;
}

.sb-2:after {
  content: '';
  width: 255px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 115px;
  background: url(../images/img22.png);
  background-size: contain;
}

.form-submit h1 {
  color: #1967ea;
  font-size: 130px;
  font-weight: 700;
  margin: 57px 0 4px 0;
}

.form-submit h4 {
  color: #111;
  font-size: 24px;
  font-weight: 700;
}

/*====================find-design-sec===============*/
.find-design-sec {
  padding: 61px 0;
  background: #f3f7ff;
  position: relative;
}

.find-design-sec:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 30px);
  width: 100%;
  background: url(../images/background-title.png) no-repeat 50% 50%;
  background-size: contain;
}

.find-design-sec > * {
  position: relative;
  z-index: 1;
}

.design-type > form {
  position: relative;
}

.close {
  position: absolute;
  top: 50%;
  right: 164px;
  transform: translateY(-50%);
}

.close i {
  color: #fff;
  background-color: #aaaa;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
}

form .design-type input {
  width: 100%;
  height: 60px;
  border: 1px solid #c1d6ff;
  padding: 0 90px;
  color: #222222;
  font-weight: 400;
  font-size: 16px;
  background-color: #fff;
}

form .design-type input::placeholder {
  color: #666666;
}

form .design-type button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  background-color: #1967ea;
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  position: absolute;
  top: 4px;
  right: 4px;
  border: transparent;
  transition: all 0.4s ease-in-out;
}

form .design-type button:hover {
  background-color: #1c293f;
  color: #fff;
}

.search-icon {
  display: inline-block;
  color: #fff;
  background-color: #1967ea;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 4px;
}

.selection-prt {
  padding-top: 22px;
}

.selection-prt h5 {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

form .selection-prt select {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  width: 270px;
  background-color: #fff;
  border: inherit;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  float: left;
  font-weight: 600;
  cursor: pointer;
}

.toggle-pr {
  margin-right: 20px;
  float: left;
  position: relative;
  top: 5px;
}

.toggle-pr h4 {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: -14px;
  color: #111;
  font-size: 14px;
}

.toggle-pr h4 i {
  color: #1967ea;
  padding-right: 10px;
}

.toggle-pr h4 i.fa-thumbs-up {
  color: #1967ea;
}

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 40px;
}

.switch h4 {
  display: inline-block;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 4px;
  bottom: 5px;
  background-color: #ddd;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1f66ea;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1f66ea;
}

input:checked + .slider:before {
  transform: translateX(26px);
  background-color: #fff;
}

/*==================desin-temp==============*/
.desin-temp {
  padding-top: 90px;
}

.desin-temp .images-section ~ .pagination {
  margin-top: -70px;
}

.img-sec-md.design {
  padding-right: 0;
}

.img-md {
  overflow: hidden;
}

.img-sec-md.design .dta-md {
  bottom: 0;
}

.desin-temp .images-section {
  padding-bottom: 70px;
  width: 100%;
}

.img-sec-md.design {
  width: calc(100% / 3 - 30px);
  padding: 0 15px;
  padding: 0;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.09);
}

.pagination {
  text-align: center;
  width: 100%;
  padding-bottom: 120px;
}

.pagination a {
  color: #555555;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
  background-color: #fff;
  margin-left: 15px;
  font-size: 16px;
  border: 1px solid #c1d6ff;
}

.pagination a i {
  color: #fff;
}

.pagination .left {
  background-color: #1967ea;
  line-height: 42px;
}

.pagination .left:hover {
  background-color: #1f66ea;
}

.pagination a.active {
  background-color: #222222;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #1f66ea;
}

.pagination a:hover {
  color: #fff;
}

.about-u {
  padding-right: 50px;
  box-sizing: border-box;
}

.contact-info-sec form input {
  width: calc(100% / 2 - 30px);
  float: left;
  margin: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.design-type {
  position: relative;
}

.select-choze {
  position: relative;
  float: left;
  max-width: 270px;
  margin-right: 30px;
}

.select-choze:before {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 26px;
  color: #222222;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.select-choze select {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.clear-all {
  float: right;
  color: #222222;
  font-size: 16px;
  position: relative;
  font-weight: 600;
  margin-top: 15px;
}

.failed,
.text-info {
  background-color: #e15ea5;
  color: #fff;
}

.failed,
.text-info {
  color: #fff !important;
  padding: 10px 20px;
  margin-bottom: 25px;
}

.text-info img {
  margin-right: 10px;
}

.w-100 {
  width: 100% !important;
}

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

/*=============blog==============*/
.blog-sec {
  width: 100%;
  padding-top: 98px;
  padding-bottom: 20px;
}

.security-plugins {
  width: 70%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.security-plugins .img-sl-pr {
  margin-bottom: 27px;
}

.mw-100 {
  max-width: 100%;
}

.item.blg {
  width: calc(100% / 2 - 10px);
  padding: 0 15px;
  float: left;
  margin-bottom: 40px;
}

.security-plugins .pagination {
  padding-top: 20px;
}

.categories-pr {
  width: 30%;
  float: left;
  padding-left: 3px;
}

.categories-pr form {
  position: relative;
}

.categories-pr form {
  margin-bottom: 35px;
}

.categories-pr form input {
  width: 100%;
  height: 60px;
  border: inherit;
  padding: 0 32px;
  background-color: #fff;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
  text-transform: capitalize;
}

.categories-pr .search {
  position: absolute;
  top: 50%;
  right: 25px;
  color: #4f4eb4;
  font-size: 14px;
  display: inline-block;
  background-color: inherit;
  border: 0;
  transform: translateY(-50%);
}

.cat-headng {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
}

.web-wrk-sec {
  padding-top: 10px;
}

.design-cat {
  padding-top: 25px;
}

.design-cat li {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 25px 24px 25px;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}

.design-cat li:last-child {
  border-bottom: none;
}

.design-cat li a {
  display: inline-block;
  color: #777777;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  width: 82%;
}

.design-cat li span {
  margin-left: auto;
}

.design-cat li:hover a,
.design-cat li:hover span {
  color: #1f66ea;
}

.web-design-wrk {
  margin-top: 35px;
}

.web-design-wrk li {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
}

.web-design-wrk li:last-child {
  border-bottom: none;
}

.wrk-news-icon {
  max-width: 82px;
}

.wrk-news-info {
  max-width: calc(100% - 82px);
  padding-left: 30px;
}

.wrk-news-info h4 {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 9px;
}

.wrk-news-info h4:hover {
  color: #1f66ea;
}

.wrk-news-info h6 {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
}

.tags-sec {
  padding-top: 15px;
}

.tags-sec ul li {
  display: inline-block;
  margin-right: 2px;
}

.tags-sec ul li:last-child {
  margin-right: 0;
}

.tags-sec ul {
  margin-top: 50px;
}

.tags-sec ul li a {
  display: inline-block;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #c1d6ff;
  margin: 5px 5px;
  transition: all 0.4s ease-in-out;
}

.tags-sec ul li a:hover {
  color: #ffffff;
  background-color: #1967ea;
}

/*======================blog-detail================*/
.item.blg-detail {
  width: 100%;
  padding-right: 30px;
}

.item.blg-detail .data-sl-pr > h3 {
  font-size: 30px;
}

.item.blg-detail .data-sl-pr > h3 > a {
  font-size: 30px;
}

.item.blg-detail .data-sl-pr > p,
.item.blg-detail .data-sl-pr > span {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 34px;
}

.item.blg-detail .data-sl-pr > span {
  display: inline-block;
  width: 40%;
  padding-left: 35px;
  padding-right: 0;
}

.item.blg-detail .data-sl-pr > h2 {
  color: #1f66ea;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 20px;
}

.item.blg-detail img {
  position: relative;
}

.btm-pra {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 30px;
}

/*=================FAQ=====================*/
.faq-categories {
  width: 100%;
  padding-top: 107px;
  padding-bottom: 55px;
}

.elementer .hd-headng {
  font-weight: 800;
  margin-bottom: 38px;
}

.elementer > p {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  width: 55%;
}

.cat-faq {
  width: 30%;
  float: left;
  padding-top: 40px;
}

.cat-faq h2 {
  color: #1f66ea;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 28px;
}

.cat-lis li {
  display: block;
  color: #ffffff;
  font-weight: 400;
  height: 70px;
  line-height: 70px;
  background-color: #111;
  width: 90%;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.cat-lis li:before {
  content: "\f178";
  font-family: 'fontawesome';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.cat-lis li:hover:before {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

.cat-lis li:hover,
.cat-lis li.current {
  padding-left: 45px;
  background-color: #1f66ea;
}

.custom-tabs {
  width: 70%;
  float: right;
  padding-top: 34px;
}

.ab-elementor {
  display: none;
}

.ab-elementor.current {
  display: block;
}

.ab-form {
  position: relative;
}

.ab-form input {
  width: 100%;
  height: 68px;
  color: #1f66ea;
  font-weight: 400;
  font-size: 16px;
  background-color: #fff;
  padding: 0 35px;
  border: 1px solid #9c9cb3;
  margin-bottom: 8px;
}

.ab-form button {
  color: #fff;
  font-size: 16px;
  width: 60px;
  height: 60px;
  background-color: #1f66ea;
  position: absolute;
  top: 4px;
  right: 4px;
  border: inherit;
}

.toggle-item {
  margin-bottom: 30px;
  border: 1px solid #9c9cb3;
  background-color: #fff;
  overflow: hidden;
}

.hide-on-desktop {
  display: none;
}

.toggle-item > h2 {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  padding: 25px;
  position: relative;
  cursor: pointer;
  width: 100%;
}

.toggle-item > h2:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  transition: all 0.4s ease-in-out;
  right: 25px;
  color: #222222;
  font-size: 18px;
  transform: translateY(-50%);
  margin-top: -2px;
}

.toggle-item > h2:hover,
.toggle-item > h2:hover:before {
  color: #0500b5;
}

.toggle-item > h2.active:before {
  color: #1f66ea;
  content: '\f107';
}

.content p {
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  padding: 0 25px 30px;
}

.ab-Q-form {
  padding-bottom: 117px;
}

.about-elementr {
  text-align: center;
}

.about-elementr p {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  margin: 25px 0 36px 0;
}

.about-elementr form {
  width: 780px;
  display: inline-block;
}

.about-elementr form input,
.about-elementr form textarea {
  width: 100%;
  color: #bbbbbb;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0 18px;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  margin-left: 17px;
  background-color: #fff;
}

.about-elementr form textarea {
  width: 100%;
  padding-top: 20px;
  height: 150px;
}

.about-elementr form button {
  height: 50px;
  padding: 0 35px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #121212;
  border: inherit;
  margin-top: 9px;
}

.about-elementr form div.form-container {
  margin-left: -17px;
  margin-right: 17px;
  box-sizing: content-box;
}

/*================upload-register-3============*/
.pg-03 .container {
  max-width: 1000px;
}

.pg-03 {
  padding-bottom: 81px;
}

.form-submit.pg2 {
  padding-bottom: 0;
}

.form-submit.reg2 {
  text-align: left;
}

.form-submit.reg2 .container {
  max-width: 1000px;
}

.form-submit.pg2 .sbmit {
  margin-bottom: 60px;
}

.form-reg .web-chk {
  margin-bottom: 21px;
}

.form-reg .web-chk .checky input:checked {
  color: #1967ea;
  font-weight: 700;
}

.form-reg .web-chk .checky input:checked .checkmark {
  background-color: #1967ea;
}

.form-reg .chk-form {
  margin-bottom: 32px;
}

.form-reg .web-chk p {
  font-size: 18px;
  color: #555555;
}

.web-link h4 {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 9px;
}

.web-link > input,
.web-frm > input {
  width: 100%;
  height: 60px;
  border: 1px solid #999999;
  margin-bottom: 9px;
  padding: 0 20px;
  background-color: #fff;
}

.pro-file h3 {
  color: #1f66ea;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 17px;
}

.btn {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  border: 1px solid #000000;
  padding: 0 30px;
  background-color: #fff;
  margin-top: 41px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #000000;
}

.btn.ryt {
  float: right;
}

.btn.lft {
  margin-top: 50px;
}

.form-reg .checky .checkmark {
  background-color: #222222;
}

.form-reg .checky input:checked ~ .checkmark {
  background-color: #1967ea;
}

.form-reg .checky:hover b,
.form-reg .checky input:checked ~ .checkmark + b {
  color: #1967ea;
}

.form-reg .checky input:checked ~ .checkmark + b {
  font-weight: 700;
}

.form-reg .checky .checkmark + b {
  font-size: 18px;
  font-weight: 400;
}

/*================upload-register-1===========*/
.our-goal .container {
  max-width: 910px;
}

.our-goal {
  padding-bottom: 320px;
}

.web-maker {
  padding-top: 6px;
}

.web-maker li {
  display: block;
  color: #002222;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
}

.web-maker li:last-child {
  margin-bottom: 0;
}

.web-maker li i {
  font-size: 14px;
  padding-right: 29px;
}

.oportunities h1 {
  color: #1f66ea;
  font-size: 30px;
  font-weight: 700;
  margin: 36px 0 39px 0;
}

.opr-lis li {
  display: block;
  color: #555555;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
}

.opr-lis li:last-child {
  margin-bottom: 0;
}

.opr-lis li i {
  padding-right: 29px;
}

.img-ls > i {
  margin-right: 64px;
}

.img-ls {
  position: relative;
}

.img-ls:before {
  content: url(../images/img25.png);
  width: 49px;
  height: 34px;
  position: absolute;
  top: -7px;
  left: 35px;
}

.oportunities h3 {
  color: #1967ea;
  font-size: 24px;
  font-weight: 600;
  margin: 42px 0 10px 0;
}

.oportunities .btn.ryt {
  margin-top: 4px;
}

.oportunities .btn.ryt:hover {
  background-color: #1f66ea;
  color: #fff;
  border-color: transparent;
}

/*=================upload-register-2===============*/
.sign-in-account {
  padding-bottom: 75px;
}

.sign-in-account .container {
  max-width: 1000px;
}

.pop-field {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding: 12px 24px;
  width: 100%;
  background-color: #1f66ea;
  margin-bottom: 15px;
}

.pop-field a:hover {
  color: #fff;
}

.pop-field.pop-error {
  background-color: #f22613;
}

.top-in input {
  width: 100%;
  height: 50px;
  background-color: #1f66ea;
  border: inherit;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding: 0 24px;
  text-transform: capitalize;
}

.text {
  color: #1f66ea;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.pro-file.sign-pr input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.recaptcha {
  height: 100px;
  line-height: 100px;
  width: 370px;
  background-color: #ebebeb;
  border: 1px solid #999999;
  margin-top: 20px;
  position: relative;
}

.recaptcha:before {
  content: url(../images/img26.png);
  width: 74px;
  height: 70px;
  position: absolute;
  top: 14px;
  right: 35px;
}

.recaptcha .web-chk {
  padding-left: 40px;
}

.recaptcha .web-chk p {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
}

.recaptcha > .web-chk input[type=checkbox] {
  position: relative;
  top: 40px;
}

.pro-file.sign-pr form .btn.lft {
  margin-top: 49px;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1f66ea;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #1f66ea;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #1f66ea;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #1f66ea;
}

.form-control {
  color: #1f66ea;
}

/* The container */
.checky {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checky input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #c1d6ff;
  transform: translateY(-50%);
  margin-top: 2px;
}

.checkmark:before {
  content: '\f00c';
  font-family: 'fontawesome';
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9px;
  opacity: 0;
  visibility: hidden;
}

/* When the checkbox is checked, add a blue background */
.checky input:checked ~ .checkmark {
  background-color: #1f66ea;
  border-color: transparent;
}

.checky input:checked ~ .checkmark:before {
  opacity: 1;
  visibility: visible;
}

.btn.with-background {
  background-color: #000000;
  color: #fff;
}

form.web-link input + img {
  width: 100%;
  margin-bottom: 21px;
}

.web-chk b.basic-size {
  font-size: 14px;
}

.web-frm.phone-number {
  margin-bottom: 45px;
}

.web-link.m-0 {
  margin: 0;
}

.web-link.m-0 {
  padding-right: 30px;
}

.web-link.m-0 input {
  width: 50%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 15px;
  float: left;
}

.col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 15px;
  float: left;
}

.social-profile {
  margin-top: 21px;
}

.news-ab-wrk {
  display: flex;
  flex-wrap: wrap;
}

.web-frm label {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 9px;
  display: block;
}

.web-frm.password {
  padding-bottom: 5px;
}

.web-frm.error input {
  border: 1px solid #f22613;
}

.error label {
  color: #f22613;
}

.error h5.text {
  color: #f22613;
}

.form-submit.reg2 .container {
  text-align: center;
}

input.btn {
  cursor: pointer;
}

.web-frm h5.text {
  font-style: italic;
}

/* custom css changes */
.design-slider .slick-list {
  margin-top: -10px;
}

.design-slider .item {
  width: 386px;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
}

.images-section .img-sec-md.design {
  margin-bottom: 40px;
  height: initial;
}

.title-img {
  max-height: 600px;
  overflow: hidden;
}

.img-md {
  height: 362px;
  overflow: hidden;
  z-index: 1;
  display: block;
}

.fd-para {
  max-width: 335px;
}

img.review-face {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 16px;
  top: 16px;
}

/* ShowStatus */
.bb-alert {
  top: 20%;
  font-size: 1.2em;
  margin-bottom: 0;
  position: absolute;
  z-index: 15;
  width: 100%;
  text-align: center;
}

.bb-alert span {
  color: white;
  background: red;
  padding: 20px;
}

.bb-alert.danger span {
  background: red;
}

.bb-alert.success span {
  background: green;
}

.hidden,
.social-links li.hidden {
  display: none;
}

i.fa-spin {
  padding: 0px;
}

i.fas.fa-spinner.fa-spin {
  padding: 0px;
}

p.alert {
  background-color: green;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 25px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px;
}

.contact-info-sec p.alert {
  margin-right: 20px;
}

.col-12 p.alert {
  margin-right: 0px;
  margin-left: 17px;
  width: 100%;
}

p.alert:last-child {
  margin-bottom: 35px;
}

.alert.alert-danger {
  background-color: #f22613;
  color: #fff;
  text-align: left;
}

/* Popup forms design */
.white-popup-block textarea {
  height: 150px;
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin-left: 0;
  border: 1px solid #c1d6ff;
  padding: 20px 30px;
  background-color: #fff;
}

.white-popup-block textarea:focus {
  outline: 1px solid #1967ea;
}

.white-popup-block .control-group {
  margin-bottom: 20px;
}

.white-popup-block input.error {
  border-color: #f22613;
}

.white-popup-block button {
  margin-top: 0px;
}

.white-popup-block label {
  margin-bottom: 10px;
  display: block;
  color: #111;
  font-weight: 600;
}

.white-popup-block input {
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin-left: 0;
  border: 1px solid #c1d6ff;
  padding: 0 30px;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
}

.white-popup-block input:focus {
  outline: 1px solid #1967ea;
}

.img-sl-pr a {
  width: 100%;
  height: 250px;
  position: relative;
  display: block;
}

.blog-sec .img-sl-pr a {
  height: auto;
}

.img-sl-pr a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banr-lis li:first-child {
  margin-left: 0px;
  padding-left: 0px;
}

.blog-sec .security-plugins {
  padding-right: 30px;
}

/*
.blog-sec .categories-pr h3:first-child
{
  margin-top:0px;
  padding-top: 0px;
}
*/
.item.blg-detail {
  padding-right: 0px;
}

.wrk-news-icon img {
  width: 100%;
}

.terms ul {
  list-style: circle;
  margin: 15px;
  padding: 15px;
}

.images-section .design a.ext-link {
  display: none;
}

.ajax_loading .ajax-indicator-masking {
  right: 7px;
  top: 50%;
  margin-top: -7px;
  position: absolute;
}

.list-icons {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  margin-top: 1px;
}

.list-icons .li_item {
  flex: 1 2 auto;
}

.list-icons .li_item,
.list-icons .li_item .kit {
  display: flex;
  align-items: center;
  width: initial;
  border: 0;
  color: #000;
  position: relative;
  z-index: 100;
}

.list-icons .li_item .kit:hover {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.list-icons .li_item {
  justify-content: center;
}

.list-icons .li_item:first-child {
  display: flex;
  justify-content: flex-start;
}

.list-icons .li_item:last-child {
  display: flex;
  justify-content: flex-end;
}

.list-icons .li_item .icon {
  margin-right: 7px;
  font-size: 16px;
  color: #1f66ea;
}

.list-icons .li_item span {
  color: #666;
  height: initial;
  line-height: 1;
}

.images-section .design .img-md {
  position: relative;
}

/*
.images-section .img-sec-md .hover {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.35);
    border-color: #9E9E9E;
    color: #ffffff;
    font-size: 15px;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 2;
}

.images-section .img-sec-md .hover:hover {
    background-color: rgba(255, 255, 255, 0.65);
    border-color: #ffffff;
    color: #6c6b6b;
}

.images-section .img-sec-md .img-md:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.images-section .img-sec-md:hover .hover {
}

.images-section .img-sec-md:hover .img-md:before,
.images-section .img-sec-md:hover .hover {
    opacity: 1;
    visibility: visible;
}*/
.images-section .img-sec-md .hover {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}

.ab-elementor a {
  color: #111;
}

.or_size img.mfp-img {
  max-height: initial !important;
}

.product-title .title-img img {
  cursor: pointer;
}

.images-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.img-md.img-vcenter {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.img-md.img-vcenter img {
  width: 100%;
}

.blog-sec .security-plugins .item.blg .img-sl-pr img,
.blog-sec .security-plugins .item.blg-detail .img-sl-pr img {
  position: relative;
  width: auto;
  max-width: 100%;
}

body .posts-sec {
  padding-bottom: 94px;
  padding-top: 93px;
  position: relative;
}

.custom-slider:not(.slick-initialized),
.design-slider:not(.slick-initialized) {
  display: flex;
}

.custom-slider:not(.slick-initialized) .item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)),
.design-slider:not(.slick-initialized) .item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: none;
}

.data-sl-pr .text_tiny a {
  color: #1967ea;
}

.data-sl-pr .text_tiny a:hover {
  color: #111;
}

.web-license form #preview_now_button {
  margin-top: 15px;
}

form button.ajax_loading.mobile {
  display: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  background-color: #1967ea;
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  width: 100%;
  top: 4px;
  right: 4px;
  border: transparent;
  transition: all 0.4s ease-in-out;
}

form button.ajax_loading.mobile:hover {
  background-color: #1f66ea;
  color: #fff;
}

/* el_popup */
.el_popup.white-popup-block {
  width: 450px;
  max-width: calc(100% - 60px);
  padding: 20px 30px;
  text-align: center;
  color: #111;
}

.el_popup.white-popup-block .el_popup_header {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
}

.el_popup.white-popup-block label {
  margin-bottom: 5px;
  display: block;
  text-align: left;
  font-weight: 600;
}

.el_popup.white-popup-block button.btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  background-color: #1967ea;
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  width: 100%;
  top: 4px;
  right: 4px;
  border: transparent;
  transition: all 0.4s ease-in-out;
}

.el_popup.white-popup-block button.btn:hover {
  background-color: #1f66ea;
  color: #fff;
}

.el_popup.white-popup-block input {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  border: 1px solid #c1d6ff;
  display: block;
  margin-left: 0px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #222222;
  line-height: 50px;
  width: 100%;
}

.el_popup.white-popup-block .btn-link {
  color: #1f66ea;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 33px;
}

.el_popup.white-popup-block br {
  display: block;
  margin-bottom: 15px;
}

/* end el_popup */
.wrk-sec.wrk-video {
  padding: 97px 0 97px 0;
  align-content: center;
  text-align: center;
  width: 100%;
}

.wrk-sec .play-btn a {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #fff;
  line-height: 100px;
  border-radius: 50%;
  margin-top: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}

.ab-wrk-sec,
.play-btn {
  position: initial;
}

.abt-work.wrk-into-el .wrk-sec a img {
  max-width: 100%;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.abt-work.wrk-into-el .wrk-sec a:hover img {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.abt-work.wrk-into-el .wrk-sec {
  background-image: initial;
  background-size: contain;
  position: relative;
  background-position: center;
  padding: 0;
}

.abt-work.wrk-into-el a.html5lightbox {
  display: inline-block;
  position: initial;
}

.wrk-sec.wrk-video iframe {
  margin: 0 auto;
  height: 450px;
  width: 799px;
  max-width: 100%;
}

.play-btn {
  display: none;
}

@media (max-width: 991px) {
  .wrk-sec.wrk-video iframe {
    height: calc(100vw / 100 * 13 * 3);
    width: calc(100vw / 100 * 23 * 3);
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .wrk-sec {
    margin-top: -349px;
    margin-bottom: 120px;
  }
}

.blog-sec .text_tiny ul {
  list-style: disc;
}

.blog-sec .text_tiny ol {
  list-style: decimal;
}

.blog-sec .text_tiny ul,
.blog-sec .text_tiny ol {
  list-style: decimal;
  margin: 10px 0 10px 15px;
}

.blog-sec .text_tiny ul li {
  margin: 10px 0;
}

.images-section .img-sec-md.design {
  overflow: visible;
}

.img-sec-md.design div.badge {
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
}

.img-sec-md.design div.badge .badge-content {
  left: -25px;
  top: 37px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  width: 220px;
  padding: 7px 0;
  background-color: #e9401e;
  box-shadow: 0 0px 10px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  border: 1px dashed #fff;
  outline: 5px solid #e9401e;
  z-index: 5;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 0px 1px 5px white;
}

.img-sec-md.design div.badge::before {
  top: 0;
  left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #aa2a11;
  box-sizing: content-box;
}

.img-sec-md.design div.badge::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #aa2a11;
}

.widget-subscription form input {
  height: 60px;
  padding-left: 30px;
}

.widget-subscription form button {
  height: 60px;
  padding: 0 17px;
  font-size: 25px;
}

/*=================results-card==============*/
.card-results {
  position: relative;
}

.card-results.is_premium .btn-theme {
  background-color: #e9401e;
  border-color: #e9401e;
}

.card-results.is_premium .btn-theme:hover {
  background-color: #aa2a11;
  border-color: #aa2a11;
}

.card-results .card-thumbnail {
  height: 362px;
  overflow: hidden;
  z-index: 1;
  display: block;
  position: relative;
}

.card-results .card-thumbnail.img-vcenter {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.card-results .card-thumbnail.img-vcenter img {
  width: 100%;
}

.card-results .card-thumbnail img {
  height: auto;
  width: 100%;
  position: relative;
  width: 100%;
  transition: all .25s ease-in;
}

.card-results .card-thumbnail a.hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.card-results:hover img {
  transition: initial;
}

.card-results .card-body {
  width: 100%;
  background: #f3f7ff;
  padding: 28px 35px 35px 35px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
  transform: translateY(0);
  position: static;
}

.card-results .card-body a.ext-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  background: transparent;
}

.card-results .card-body h4.card-title {
  color: #1f66ea;
  text-transform: capitalize;
  float: left;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 8px;
}

.card-results .card-body h4.card-title a:hover {
  color: #1c293f;
}

.card-results .card-body > .clearfix {
  border-bottom: 1px solid #c1d6ff;
}

.card-results .card-body span.card-date {
  display: inline-block;
  float: right;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  padding-top: 0px;
}

.card-results .card-body .card-page-title {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-top: 14px;
}

.card-results .card-body .card-descr {
  margin-bottom: 15px;
  word-break: break-all;
  color: #666;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.714;
}

.card-results .card-body .card-list-icons {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  margin-top: 1px;
}

.card-results .card-body .card-list-icons a {
  height: 45px;
  line-height: 40px;
  text-align: center;
}

.card-results .card-body .card-list-icons .li_item {
  flex: 1 2 auto;
}

.card-results .card-body .card-list-icons .li_item,
.card-results .card-body .card-list-icons .li_item .kit {
  display: flex;
  align-items: center;
  width: initial;
  border: 0;
  color: #000;
  position: relative;
  z-index: 100;
}

.card-results .card-body .card-list-icons .li_item .kit:hover {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.card-results .card-body .card-list-icons .li_item {
  justify-content: center;
}

.card-results .card-body .card-list-icons .li_item:first-child {
  display: flex;
  justify-content: flex-start;
}

.card-results .card-body .card-list-icons .li_item:last-child {
  display: flex;
  justify-content: flex-end;
}

.card-results .card-body .card-list-icons .li_item .icon {
  margin-right: 7px;
  font-size: 16px;
  color: #1f66ea;
}

.card-results .card-body .card-list-icons .li_item span {
  color: #666;
  height: initial;
  line-height: 1;
}

.card-results .card-body .btn-theme {
  width: 100%;
  text-align: center;
}

.card-results div.badge {
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
}

.card-results div.badge .badge-content {
  left: -25px;
  top: 37px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  width: 220px;
  padding: 7px 0;
  background-color: #e9401e;
  box-shadow: 0 0px 10px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  border: 1px dashed #fff;
  outline: 5px solid #e9401e;
  z-index: 5;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 0px 1px 5px white;
}

.card-results div.badge:before {
  top: 0;
  left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #aa2a11;
  box-sizing: content-box;
}

.card-results div.badge:after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #aa2a11;
}

.box-form {
  padding: 40px 20px;
  border: 1px solid #c1d6ff;
  width: 350px;
  max-width: 100%;
}

.box-form .card-title {
  color: #111;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 17px;
  margin-top: -9px;
}

.box-form form label {
  font-weight: 600;
  color: #111;
  margin-bottom: 5px;
  display: block;
}

.box-form form textarea,
.box-form form input {
  width: 100%;
  height: 170px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin-left: 0;
  border: 1px solid #c1d6ff;
  padding: 0 30px;
  padding-top: 20px;
  background-color: #fff;
}

.box-form form textarea:focus,
.box-form form input:focus {
  outline: 1px solid #1967ea;
}

.box-form form textarea,
.box-form form input {
  margin-bottom: 20px;
}

.box-form form input {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
}

.box-form .alert {
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 25px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px;
}

.box-form .btn-theme {
  margin: 0 auto;
  display: block;
}

.box-form .card-footer {
  margin-top: 25px;
}

.wrapper-full-page {
  padding: 50px 0;
}

@media (min-width: 1940px) {
  .banner {
    background-size: contain;
    background-repeat: repeat-x;
  }
  .product-banner {
    background-size: contain;
    background-repeat: repeat-x;
  }
}

@media (max-width: 1450px) {
  .design-slider .slick-prev {
    left: -70px;
  }
  .design-slider .slick-next {
    right: -70px;
  }
  .product-banner {
    background-position: center;
  }
}

@media (max-width: 1366px) {
  .container {
    padding: 0 15px;
  }
  .banner .banner-data h2 {
    font-size: 38px;
  }
  .title-name-sec {
    width: 60%;
  }
  .title-info ul {
    margin-bottom: 12px;
  }
  .wordpress-templat {
    padding-left: 22px;
  }
  .comments-item {
    padding-left: 22px;
  }
  .add-comnt {
    padding-left: 22px;
  }
  header nav {
    margin-left: 50px;
  }
  .widget-support {
    max-width: 280px;
    flex: 0 0 280px;
  }
  .dta-md a {
    width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 1200px) {
  .desin-temp .images-section ~ .pagination {
    margin-top: -10px;
  }
  .desin-temp .images-section {
    padding-bottom: 20px;
  }
  header .logo {
    padding-top: 45px;
  }
  .wrk-sec {
    padding: 170px 15px 170px 0;
  }
  .data-sl-pr > h3 > a {
    font-size: 18px;
  }
  .data-ul li {
    padding: 0 15px;
    font-size: 14px;
  }
  .ci-info > h4 {
    font-size: 15px;
  }
  header nav {
    display: none;
  }
  header .logo {
    padding-top: 0;
  }
  .register-pr {
    float: right;
    margin-top: 11px;
  }
  header {
    padding: 20px 0;
  }
  .maker-img.sd {
    padding-left: 0;
  }
  .fedd-sec {
    max-width: 50%;
  }
  .menu-btn {
    float: right;
    display: inline-block;
  }
  .title-name-sec {
    width: 100%;
  }
  .web-license {
    width: 100%;
    padding-left: 22px;
  }
  .contact-info-sec {
    padding-bottom: 90;
  }
  .data-sl-pr > h3 > a br {
    display: none;
  }
  .data-sl-pr > h3 > a {
    line-height: 26px;
  }
  .custom-wordpress {
    padding-bottom: 80px;
  }
  .contact-info-sec {
    padding-top: 90px;
  }
  .widget {
    max-width: 50%;
    flex: 0 0 50%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .widget-about p {
    max-width: 300px;
  }
  .web-license form {
    width: 100%;
  }
  .web-license {
    padding-left: 0;
  }
  .wordpress-templat {
    padding-left: 0;
    padding-right: 0;
  }
  .comments-item {
    padding-left: 0;
  }
  .item-pr {
    max-width: 100%;
  }
  .select-choze {
    max-width: 100%;
    width: 100%;
  }
  .selection-prt form select {
    width: 100%;
  }
  .pagination {
    padding-bottom: 60px;
  }
  .select-choze {
    margin-bottom: 30px;
  }
  .banner {
    background-position: center;
  }
  .add-comnt {
    padding-left: 0;
  }
  .wrk-news-info h4 {
    font-size: 17px;
  }
  .item.blg-detail .data-sl-pr > span {
    width: 55%;
  }
  .our-goal {
    padding-bottom: 150px;
  }
  .web-license {
    padding-top: 45px;
  }
  form .selection-prt select {
    width: 100%;
  }
  .design-slider .item {
    width: initial;
  }
}

@media (max-width: 991px) {
  .post-card .post-thumbnail img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: initial;
  }
  header nav {
    display: none;
  }
  .widget.widget-subscription {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .img-sec-md {
    width: calc(100% / 2 - 30px);
    margin-bottom: 30px;
  }
  .james-data-pr {
    max-width: 85%;
  }
  .item-pr ul {
    padding-left: 0;
  }
  .add-comnt {
    padding-left: 0;
    padding-right: 0;
  }
  .sbmit li {
    margin: 0 20px;
  }
  .sb-2::before {
    display: none;
  }
  .sb-2::after {
    display: none;
  }
  .form-submit h1 {
    font-size: 100px;
  }
  .toggle-pr {
    width: 100%;
  }
  .clear-all {
    float: left;
    margin-top: 30px;
  }
  .desin-temp {
    padding-top: 65px;
  }
  .img-sec-md.design {
    width: calc(100% / 2 - 30px);
  }
  .custom-tabs {
    width: 100%;
  }
  .cat-faq {
    width: 100%;
  }
  .security-plugins {
    width: 100%;
    padding-right: 0px;
  }
  .blog-sec .security-plugins {
    padding-right: 0px;
  }
  .categories-pr {
    width: 100%;
  }
  .our-goal .container {
    max-width: 730px;
  }
  .our-goal {
    padding-bottom: 100px;
  }
  .pg-03 .container {
    max-width: 730px;
  }
  .pro-file {
    width: 100%;
  }
  .design-cat li a {
    width: 90%;
  }
  .item.blg-detail {
    padding-right: 0;
  }
  .add-comnt {
    width: 100%;
  }
  .ab-Q-form {
    padding-bottom: 0;
  }
  .switch {
    float: right;
    margin-bottom: 20px;
  }
  .toggle-pr h4 {
    top: 10px;
  }
  .abt-work {
    position: relative;
    z-index: 999;
  }
  .form-submit.pg2 .sbmit {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .web-chk .checky {
    padding-left: 35px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
  }
  .web-chk small {
    color: #222222;
    font-size: 16px;
    margin-left: auto;
    position: relative;
    top: 2px;
    white-space: nowrap;
    padding-left: 15px;
  }
  .find-design-sec {
    padding: 39px 0;
  }
  .contc-info {
    min-width: 100%;
  }
  .design-type .close {
    right: 23px;
  }
  .desin-temp .images-section {
    width: initial;
  }
  .custom-slider .slick-next,
.custom-slider .slick-prev {
    top: initial;
    right: initial !important;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .custom-slider .slick-prev {
    margin-left: -25px;
  }
  .custom-slider .slick-next {
    margin-left: 25px;
  }
  .design-slider .slick-prev,
.design-slider .slick-next {
    display: none !important;
  }
  .selection-prt h5 {
    flex: 0 0 calc(100% - 270px);
    margin-right: 30px;
    padding-top: 13px;
  }
  .selection-prt .select-choze {
    flex: 1 2;
  }
  .selection-prt .toggle-pr {
    top: 0;
  }
  form#search_form button.ajax_loading {
    display: none;
  }
  form#search_form button.ajax_loading.mobile {
    display: block;
  }
  .selection-prt {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .select-choze {
    max-width: 100%;
    margin-right: 0;
  }
  .selection-prt .toggle-pr {
    width: 100%;
    flex: 0 0 calc(100% - 170px);
    margin-right: 30px;
  }
  .selection-prt .clear-all {
    margin-top: 10px;
    flex: 1 2 auto;
    text-align: right;
  }
  .banner {
    background-position: center;
  }
  .opt-sec li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .img-sec-md {
    width: 100%;
  }
  .about-u form textarea {
    width: 100%;
  }
  .title-img {
    width: 100%;
  }
  .title-info {
    width: 100%;
  }
  .opt-sec li {
    margin-right: 0;
  }
  .form-submit h1 {
    font-size: 66px;
  }
  .elementer > p {
    width: 100%;
  }
  .about-elementr form {
    width: 100%;
  }
  .about-elementr form input,
.about-elementr form textarea {
    width: 100%;
  }
  .categories-pr {
    padding-top: 50px;
  }
  .our-goal .container {
    max-width: 570px;
  }
  .pg-03 .container {
    max-width: 570px;
  }
  .btn.lft {
    margin-top: 55px;
  }
  .data-sl-pr > h3 {
    line-height: 28px;
  }
  .item.blg {
    width: 100%;
  }
  .faq-categories {
    padding-top: 70px;
  }
  .cat-lis li {
    width: 100%;
  }
  .our-goal {
    padding-bottom: 0;
  }
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .recaptcha {
    display: none;
  }
  .web-frm.phone-number {
    margin-bottom: 0;
  }
  .btn-controls .btn.lft {
    margin-top: 0;
  }
  .btn-controls .btn.ryt {
    margin-top: 0;
  }
  .btn-controls {
    margin-top: 30px;
  }
  .widget-about p {
    padding-right: 30px;
  }
  .data-sl-pr > h3 {
    width: 100%;
  }
  .design-cat li {
    padding-left: 0;
  }
  .title-info {
    padding-top: 40px;
  }
  .ab-wrk-sec {
    z-index: 99;
  }
  .design-cat li a {
    width: auto;
  }
  .design-cat li {
    display: flex;
    flex-wrap: wrap;
  }
  .title-info {
    padding-left: 0;
  }
  .sec-banner .wrapper .sbanner-body h1.title {
    font-size: 48px;
  }
  .ab-consumer {
    flex-direction: column-reverse;
  }
  .top-footer,
.latest-design,
.sec,
.sec-banner {
    padding: 70px 0;
  }
  .top-footer {
    padding-bottom: 20px;
  }
  .bottom-footer > a.scrollTop {
    margin-top: -54px;
  }
  .bottom-footer {
    padding: 25px 0;
    padding-top: 10px;
  }
}

@media (max-width: 576px) {
  .selection-prt .toggle-pr {
    width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }
  .selection-prt .clear-all {
    margin-top: 1px;
    flex: 1 2 auto;
    text-align: right;
    margin-bottom: 25px;
  }
  .register-pr {
    display: none;
  }
  .img-1 {
    display: none;
  }
  .img-2 {
    display: none;
  }
  .fedd-sec {
    background: #8939f6;
    min-height: auto;
    padding-top: 0;
  }
  .data-fd {
    padding: 60px 20px;
  }
  .data-fd h3 {
    margin-left: 0;
  }
  .data-fd h4 {
    margin-left: 0;
  }
  .customer-feedback {
    padding-bottom: 70px;
  }
  .feedback {
    margin-bottom: 40px;
  }
  .add-comnt {
    padding-left: 0;
  }
  .wordpress-templat {
    padding-left: 0;
  }
  .comments-item {
    padding-left: 0;
  }
  .widget {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .widget.widget-subscription {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .elemnt-baner h2 {
    font-size: 28px;
  }
  .james-data-pr {
    max-width: 80%;
  }
  .sbmit {
    margin-bottom: 60px;
  }
  .img-sec-md.design {
    width: 100%;
  }
  .toggle-item > h2 {
    font-size: 18px;
  }
  .about-elementr p {
    font-size: 15px;
  }
  .item.blg {
    width: 100%;
  }
  .item.blg-detail .data-sl-pr > span {
    width: 85%;
  }
  .pg-03 .container {
    max-width: 480px;
  }
  .form-submit h4 {
    font-size: 22px;
  }
  .switch {
    float: right;
  }
  .design-cat li {
    padding-left: 0;
  }
  .tags-sec ul {
    margin-top: 30px;
  }
  .item.blg-detail .data-sl-pr > h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .our-goal {
    margin-bottom: 60px;
  }
  .design-type .search-icon {
    display: none;
  }
  .design-type form input {
    padding: 0 20px;
  }
  .for-maker.sd {
    padding-right: 0;
  }
  .web-maker li i {
    padding-right: 15px;
  }
  .opr-lis li i {
    padding-right: 15px;
  }
  .show-on-mobile {
    display: block;
    margin-top: 30px;
    margin-bottom: -15px;
  }
  .hide-on-mobile {
    display: none;
  }
  .close {
    display: none;
  }
  .for-maker h3 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .for-maker h3 br {
    display: none;
  }
  br {
    display: none;
  }
  .for-maker,
.for-maker.sd {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-wordpress .hd-headng {
    padding-left: 0;
  }
  .col-6 {
    width: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .about-u p.alert {
    margin-right: 0px;
  }
  .hd-headng::after {
    left: 0px;
  }
  .hd-headng::before {
    left: 40px;
    bottom: -4px;
  }
  form .design-type input {
    padding: 0 20px;
  }
  /* mobile spaces */
  .web-license form {
    margin-bottom: 51px;
  }
  .wordpress-templat,
.product-banner {
    padding-top: 50px;
    padding-bottom: 53px;
  }
  .product-title {
    padding-top: 60px;
  }
  .title-info {
    padding-top: 37px;
  }
  .web-license {
    padding-top: 23px;
  }
  .slc-part {
    margin-bottom: 33px;
  }
  .chk-form {
    margin-bottom: 25px;
  }
  .cmnt {
    margin-bottom: 37px;
  }
  .add-comnt {
    padding-top: 37px;
    padding-bottom: 60px;
  }
  .templt-pr h3,
.web-license h4 {
    margin-bottom: 22px;
  }
  .wordpress-templat {
    padding-bottom: 43px;
    padding-bottom: 10px;
  }
  .opt-sec {
    margin-bottom: 26px;
  }
  .hd-headng {
    margin-bottom: 30px;
  }
  .images-section {
    padding-top: 2px;
  }
  .comments-item {
    padding-top: 10px;
  }
  .span-part {
    margin-bottom: 20px;
  }
  .top-footer, .latest-design, .sec, .sec-banner {
    padding: 60px 0;
    padding-top: 53px;
  }
  .top-footer a.footer-logo {
    margin-top: 0;
  }
  .widget {
    margin-bottom: 33px;
  }
  .top-footer {
    padding-bottom: 10px;
  }
  .sec-banner {
    padding-top: 44px;
  }
  .for-maker.sd {
    padding-bottom: 32px;
    flex: 0 0 auto;
  }
  .maker-img.sd {
    margin-bottom: 0;
  }
  body .posts-sec {
    padding-bottom: 34px;
    padding-top: 53px;
  }
  .desin-temp {
    padding-top: 27px;
  }
  .desin-temp .images-section ~ .pagination {
    margin-top: -21px;
  }
  .form-submit {
    padding-top: 60px;
  }
  .card-results .card-thumbnail {
    height: 300px;
  }
  .about-u {
    min-width: initial;
  }
  .blog-sec {
    padding-top: 52px;
  }
  .sec-banner .wrapper .sbanner-body .footer {
    margin-top: 42px;
  }
}

@media (max-width: 480px) {
  .banner .banner-data h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .banner .banner-data h4 {
    font-size: 20px;
  }
  .ab-wrk-sec h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .wrk-sec {
    padding: 75px 15px 80px 0;
  }
  .design-slider {
    padding: 0;
  }
  .for-maker h3 br {
    display: none;
  }
  .for-maker h3 {
    margin-bottom: 25px;
  }
  .maker-img.sd {
    padding-right: 0;
  }
  .maker-img.sd {
    padding: 0 15px;
  }
  .hd-headng {
    font-size: 26px;
  }
  .data-ul li {
    font-size: 12px;
  }
  .img-sl-pr {
    margin-bottom: 30px;
  }
  .data-sl-pr > h3 > a br {
    display: none;
  }
  .custom-wordpress {
    padding-bottom: 40px;
  }
  header .logo img {
    width: 200px;
  }
  .elemnt-baner h2 {
    font-size: 24px;
  }
  .cmnt li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    margin-left: 0;
  }
  .james-data-pr {
    max-width: 100%;
    padding-left: 0;
  }
  .ab-james {
    padding: 30px;
  }
  .sbmit li {
    margin: 0 10px;
  }
  .form-submit h1 {
    font-size: 40px;
    margin-top: 40px;
  }
  .search-icon {
    display: none;
  }
  .design-type form input {
    padding: 0 25px;
  }
  .design-type form button {
    padding: 0 15px;
  }
  .pagination a {
    margin-left: 7px;
  }
  .design-cat li a {
    width: 86%;
  }
  .web-design-wrk {
    margin-top: 20px;
  }
  .tags-sec ul {
    margin-top: 35px;
  }
  .main-hdng {
    font-size: 30px;
  }
  .btn-controls .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .sbmit li {
    margin: 0 5px;
  }
  .web-chk p.basic-size {
    line-height: 18px;
  }
  .design-type form button {
    position: static;
    width: 100%;
    margin-top: 10px;
  }
  .design-type form input {
    padding: 0 15px;
  }
  .custom-slider .item {
    margin: 0;
  }
}
