@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/* ********|| INITIALIZATION STARTS ||******** */
/* font-family: "Oswald", sans-serif; 
font-family: "Inter", sans-serif;
*/

body,
html {
  width: 100%;
  line-height: 18px;
  margin: 0 auto !important;
  padding: 0 !important;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 14px;
  color: var(--textMedColor);
  background: #fff;
  position: relative;
  z-index: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700 !important;
}

p {
  color: var(--desColor);
  font-weight: 400;
  line-height: 1.4;
}

b {
  font-weight: bold !important;
}

*:focus {
  outline: none !important;
  outline-offset: none !important;
  outline-offset: 0 !important;
}

a {
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

input:focus,
label:focus {
  outline: none !important;
  outline-offset: none !important;
  outline-offset: 0 !important;
}

/* ********|| INITIALIZATION ENDS ||******** */

:root {
  --primaryColor: #f16500;
  --secondaryColor: #0d7343;
  --color01: #4BA0FF;
  --color02: #FDB20B;
  --color03: #48DB7A;
  --color04: #A097FF;
  --color05: #30D3BF;
  --color06: #D3309C;

  --titleColor: #212B36;
  --desColor: #637381;

  --shades01: #ffffff;
  --bgColor: #F4F7FF;

  --ratingColor: #FBB040;
  --footerBg: #090E34;
  --contactBg: #E9F9FF;
  --veiwWidth: calc(100vw - 6px);
  --padding: calc(calc(var(--veiwWidth) - 1570px) / 2);
  --paddingAlt: calc(5% - 20px);


  --Nhexa: 4;
  --gap: 2vw;
  --size: calc(calc(100vw / var(--Nhexa)) - var(--gap));
}

@media only screen and (min-width: 1100px) {
  :root {
    --Nhexa: 6;
  }
}

@media only screen and (max-width: 600px) {
  :root {
    --Nhexa: 2;
  }

  body {
    margin-right: calc(var(--size) * .3);
  }
}

img {
  max-width: 100%;
}

/* # */
/* ********|| PSEUDO ELEMENTS STARTS ||******** */
::selection {
  background-color: var(--primaryColor);
  color: rgba(255, 255, 255, 0.253)
}

::-moz-selection {
  background-color: var(--primaryColor);
  color: #fff
}

::-webkit-selection {
  background-color: var(--primaryColor);
  color: #fff
}

:-webkit-focus {
  outline: none !important;
}

:-moz-focus {
  outline: none !important;
}

:focus {
  outline: none !important;
}

select:-webkit-focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}

select:-moz-focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}

select:focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}

::input-placeholder {
  color: rgba(255, 255, 255, 0.253) !important;
}

::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.253) !important;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.253) !important;
}

/*::-webkit-scrollbar-track{	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);box-shadow: inset 0 0 6px rgba(0,0,0,0.1);background-color: var(--textMedColor);}
::-webkit-scrollbar{width: 5px;height: 5px;background-color: var(--textMedColor);}
::-webkit-scrollbar-thumb{background-color: var(--secondaryColorAltLight);}*/
/* ********|| PSEUDO ELEMENTS ENDS ||******** */


/* ********|| ADJUSTMENT CLASSES STARTS ||******** */
*,
::after,
::before {
  box-sizing: border-box;
}

a {
  color: var(--primaryColor);
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: var(--secondaryColor);
}

p {
  margin: 0 0 10px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid var(--c4dee4);
}

.required:after {
  content: "*";
  color: #f44336;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  margin: 0 0 0 3px;
}

.separator_dashed {
  border-bottom: var(--textMedColor) 1px dashed;
}

.separator_dotted {
  border-bottom: var(--textMedColor) 1px dotted;
}

.separator_solid {
  border-bottom: var(--textMedColor) 1px solid;
}

/* ********|| ADJUSTMENT CLASSES ENDS ||******** */
section {
  position: relative;
}

.form-content {
  position: relative;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 6px;
}

.form-group {
  position: relative;
  margin: 0 0 20px;
}

.control-label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 2px;
  color: #212121;
  display: block;
}

.btn-submit {
  display: block;
  cursor: pointer;
  margin: 0;
  background-color: var(--primaryColor);
  color: #fff;
  padding: 10px 15px;
  height: 44px;
  line-height: 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-align: center;
  border: 0;
}

.btn-submit:after {
  content: '';
  position: absolute;
  background-color: var(--secondaryColor);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: center;
  transition: all 0.3s ease;
}

.btn-submit:hover:after {
  transform: scale(1, 1);
  opacity: 1;
}

.form-control {
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #ddd;
  color: var(--textColor);
  background: #fff;
  min-width: 50px;
  min-height: 38px;
  width: 100%;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 14px;
}

.form-control:focus {
  border-color: var(--primaryColor);
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #acacac !important;
}

.form-control:-moz-placeholder {
  color: #acacac !important;
  opacity: 1 !important;
}

.form-control::-moz-placeholder {
  color: #acacac !important;
  opacity: 1 !important;
}

.form-control:-ms-input-placeholder {
  color: #acacac !important;
}

.form-control::-ms-input-placeholder {
  color: #acacac !important;
}

textarea.form-control {
  resize: none;
  min-height: 100px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 0.7;
  cursor: not-allowed;
}



/* /////////////////////////////////////////////////////////////// */
/*             			   	 	BOOTSTRAP FIX            			   				 */
/* /////////////////////////////////////////////////////////////// */
@media (min-width: 576px) {
  .container {
    max-width: none;
  }

  .modal-dialog {
    max-width: 700px;
  }

  .modal-sm {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

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

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1900px) {
  .container {
    max-width: 1540px;
  }
}

.modal-open {
  overflow: auto;
}

.modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

.sub-text {
  font-size: 1.2rem;
  color: var(--primaryColor);
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: max-content;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 10px;
}

.sub-text:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: var(--primaryColor);
  top: 50%;
  left: -30px;
}

.sub-text:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: var(--primaryColor);
  top: 50%;
  right: -30px;
}

.section-title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
  text-transform: capitalize;
}

section {
  padding: 100px 0 50px !important;
  overflow: hidden;
  position: relative;
}

/*////////////////////////////////////////////////////////////////*/
/*             		          	 HOME PAGE      	      				  	*/
/*////////////////////////////////////////////////////////////////*/

/* ********|| HEADER STARTS ||******** */
header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  transition: all ease 0.3s;
  background-color: #fff;
}

header.scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.header-navigation {
  padding: 20px 0;
  backdrop-filter: blur(10px);
  position: relative;
}

.header-navigation .brand {
  width: 200px;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
}

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

.header-navigation .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

.header-navigation .responsive-action {
  display: none
}

.header-navigation .responsive-action .btn-menu {
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  color: var(--desColor);
  padding-top: 2px
}

.header-navigation .navigation-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

header .menu-overlay.active {
  opacity: 1;
  visibility: visible
}

header .menu-overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all .4s ease;
  background-color: rgba(0, 0, 0, 0.5)
}

.header-navigation .navigation-menu>li {
  padding: 10px 15px;
  margin-right: 10px;
}

.header-navigation .navigation-menu>li .menu-link {
  position: relative;
  z-index: 1;
  color: var(--titleColor);
  font-size: 1.3rem;
  background-color: transparent;
  border: none;
  letter-spacing: 0.3px;
}

.header-navigation .navigation-menu>li .menu-link.active {
  color: var(--primaryColor);
}

.header-navigation .navigation-menu>li .menu-link:hover {
  color: var(--primaryColor)
}

.header-navigation .navigation-menu>li.active .menu-link,
.header-navigation .navigation-menu>li.active .menu-link {
  color: var(--shades01)
}

header .get-quote {
  background-color: var(--primaryColor) !important;
  color: #fff !important;
  border: 2px solid transparent;
  font-weight: 400 !important;
  border-radius: 6px;
  padding: 10px 16px;
  margin-right: 10px;
  margin-left: 25px;
}

header .get-quote .menu-link {
  color: var(--shades01) !important;
  font-weight: 400;
  padding: 10px 16px;
}

header .get-quote:hover {
  background-color: var(--shades01) !important;
  border: 2px solid var(--primaryColor);
}

header .get-quote:hover .menu-link {
  color: var(--primaryColor) !important;
}

header .social-link {
  background: var(--bs-blue);
  width: 46px;
  cursor: pointer;
  border-radius: 50%;
  height: 46px;
  font-size: 18px;
  display: flex;
  margin-left: 12px;
  align-items: center;
  justify-content: center;
}

header .social-link a {
  color: #fff
}

header .navigation-part {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

/* ********|| HEADER  END ||******** */


/* ********|| SLIDER ENDS ||******** */
.banner-section {
  position: relative;
}

.hero-slider {
  position: relative;
  padding: 0 20px;
  background-color: var(--shades03);
}

.hero-slider .swiper-slide {
  height: auto;
}

.hero-slider .hero-slider-item {
  display: flex;
  background-color: var(--primaryColor);
  color: var(--shades01);
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  position: relative;
  align-items: center;
}

.hero-slider .hero-slider-content {
  width: 100%;
  max-width: 50%;
  overflow: hidden;
  padding: 40px 40px 120px var(--paddingAlt);
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
}

.hero-slider .hero-slider-title {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 20px;
}

.hero-slider .hero-slider-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 200;
}

.hero-slider .hero-slider-text p {
  margin: 0 0 20px;
  color: var(--shades01);
}

.hero-slider .hero-slider-text .quote {}

.hero-slider .hero-slider-image {
  width: 100%;
  max-width: 50%;
  overflow: hidden;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0 12px 12px 0;
}

.hero-slider .hero-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slider .hero-slider-pagination {
  position: absolute;
  width: auto;
  max-width: 50%;
  height: 100px;
  padding: 0 0 0 var(--paddingAlt);
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  display: flex;
  align-items: center;
  color: var(--shades01);
  font-size: 16px;
  font-weight: 400;
}

.hero-slider .hero-slider-pagination .pagination-separator {
  display: flex;
  width: 50px;
  margin: 0 20px;
  border-top: 1px solid var(--shades01);
}

.hero-slider .hero-slider-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 50%;
}

.hero-slider .hero-slider-prev {
  top: auto;
  left: auto;
  bottom: 0;
  right: 100px;
  transform: none;
  margin: 0;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.1);
}

.hero-slider .hero-slider-prev:after {
  color: var(--shades01);
  font-size: 24px;
}

.hero-slider .hero-slider-next {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  transform: none;
  margin: 0;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.1);
}

.hero-slider .hero-slider-next:after {
  color: var(--shades01);
  font-size: 24px;
}

/* ********|| SLIDER ENDS ||******** */

/* ********|| ABOUT STARTS ||******** */
.about-us-section {}

.about {}

.about .icon-boxes .icon-box {
  display: block;
  padding: 30px 20px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  border: 1px solid #dadada;
  border-radius: 30px;
  margin: 15px 0;
}

.about .icon-boxes .icon-box p {
  min-height: 55px;
}

.about-us-section .about-img-part {
  display: flex;
  align-items: center;
}

.about-us-section .about-img-part .img-row {
  width: 50%;
}

.about-us-section .about-img-part .img-row.single {
  position: relative;
}

.about-us-section .about-img-part .img-row.single .img-wrap {
  position: relative;
  height: 450px;
}

.about-us-section .about-img-part .img-row.single:before {
  content: '';
  position: absolute;
  background-image: url(../images/dots.svg);
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  bottom: -60px;
  right: -40px;
  z-index: -1;
}

.about-us-section .about-img-part .img-row .img-wrap+.img-wrap {
  margin-top: 15px;
}

.about-us-section .about-img-part .img-row .img-wrap {
  height: 280px;
  margin: 10px;
  overflow: hidden;
  border-radius: 15px;
}

.about-us-section .about-img-part .img-row .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us-section .about-content {
  padding-left: 30px;
}

.about-us-section .about-content .sub-text {
  text-align: left;
  position: relative;
  color: var(--primaryColor);
  margin: unset;
  padding: 10px 10px 10px 0;
}

.about-us-section .about-content .sub-text:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: var(--primaryColor);
  top: 50%;
  right: -30px;
}

.about-us-section .about-content .sub-text:before {
  all: unset;
}

.about-us-section .about-content .section-title {
  text-align: left;
}

.about-us-section .about-content .des {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.about-us-section .about-content {}

.about-us-section .about-content .item-lists {
  margin-top: 20px;
}

.about-us-section .about-content .item-lists .item {
  display: flex;
  align-items: center;
}

.about-us-section .about-content .item-lists .item+.item {
  margin-top: 20px;
}

.about-us-section .about-content .item-lists .item .icon {
  width: 60px;
  height: 60px;
  background: var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
}

.about-us-section .about-content .item-lists .item .text-part {
  width: 100%;
  max-width: calc(100% - 60px);
  padding-left: 15px;
}

.about-us-section .about-content .item-lists .item .text-part .title-part {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 600;
  color: var(--footerBg);
}

.about-us-section .about-content .item-lists .item .text-part .des {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
  color: var(--desColor);
}

/* ********|| ABOUT ENDS ||******** */

/* ********|| TECHNOLOGIES STARTS ||******** */
.tech-grid-section {}

.tech-grid-section .tech-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
}

.tech-grid-section .tech-list .tech-item {
  width: 20%;
  max-width: calc(20% - 20px);
  margin: 10px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  transition: all ease 0.3s;
}

.tech-grid-section .tech-list .tech-item .tech-img {
  height: 340px;
  width: 100%;
  overflow: hidden;
  transition: all ease 0.3s;
}

.tech-grid-section .tech-list .tech-item .tech-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-grid-section .tech-list .tech-item:hover .tech-img {
  transform: scale(1.2);
  cursor: pointer;
}

.tech-grid-section .tech-list .tech-item .tech-content {
  position: absolute;
  bottom: 0;
  background: var(--shades01);
  margin: 10px;
  overflow: hidden;
  border-radius: 8px;
  padding: 15px 10px;
  text-align: center;
}

.tech-grid-section .tech-list .tech-item .tech-content:before {
  content: '';
  background-image: url(../images/dots.svg);
  position: absolute;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  right: -10px;
  top: 0;
}

.tech-grid-section .tech-list .tech-item .tech-content:after {
  content: '';
  position: absolute;
  background: rgba(19, 194, 150, 0.11);
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  left: -40px;
  bottom: -70px;
}

.tech-grid-section .tech-list .tech-item .tech-content .name {
  font-size: 18px;
  font-weight: 600;
  color: var(--primaryColor);
  margin-bottom: 5px;
  text-transform: capitalize;
}

.tech-grid-section .tech-list .tech-item .tech-content .des {
  height: 70px;
  overflow: hidden;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: var(--desColor);
  font-weight: 400;
}

.tech-grid-section .tech-list .tech-item .tech-content .des p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

/* ********|| TECHNOLOGIES ENDS ||******** */


/* ********|| SERVICES STARTS ||******** */
.services-section {
  background: var(--bgColor);
}

.services-section .des {
  font-size: 1.2rem;
}

.services-section .sub-text {
  background-color: transparent;
}

.services-section .service-lists {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}

.services-section .service-lists .service-item {
  border-radius: 15px;
  display: flex;
  background: var(--shades01);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-item-part {
  width: 25%;
  max-width: calc(25% - 20px);
  margin: 10px;
  border-radius: 15px;

  transition: all 0.3s ease 0s;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

.services-section .service-lists .service-item .icon {
  width: 100px;
  height: 100px;
  border: 5px solid #FFF;
  overflow: hidden;
  border-radius: 50%;
  color: var(--shades01);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06);
  padding: 20px;
  margin: -50px 50px;
}

.services-section .service-lists .service-item-part:nth-child(1) .service-item .icon {
  background: var(--color01);
}

.services-section .service-lists .service-item-part:nth-child(2) .service-item .icon {
  background: var(--color02);
}

.services-section .service-lists .service-item-part:nth-child(3) .service-item .icon {
  background: var(--color03);
}

.services-section .service-lists .service-item-part:nth-child(4) .service-item .icon {
  background: var(--color04);
}

.services-section .service-lists .service-item-part:nth-child(5) .service-item .icon {
  background: var(--color05);
}

.services-section .service-lists .service-item-part:nth-child(6) .service-item .icon {
  background: var(--color06);
}

.services-section .service-lists .service-item-part:nth-child(7) .service-item .icon {
  background: var(--primaryColor);
}

.services-section .service-lists .service-item-part:nth-child(8) .service-item .icon {
  background: var(--secondaryColor);
}

.services-section .service-lists .service-item .icon img {
  filter: brightness(0) invert(1);
}

.services-section .service-lists .service-item .service-content {
  margin-left: 0;
  width: 100%;
  padding: 20px;
  padding-top: 70px;
}

.services-section .service-lists .service-item .service-content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
  text-align: center;
  min-height: 56px;
}

/* .services-section .service-lists .service-item .service-content .des{    height: 85px;-webkit-line-clamp: 4;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;font-size: 15px;line-height: 1.4;} */
.services-section .service-lists .service-item .service-content .des {
  font-size: 15px;
  line-height: 1.4;
}

.services-section .service-lists .service-item .service-content .des ul {
  padding-left: 20px;
}

.services-section .service-lists .service-item .service-content .des ul li {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--desColor);
  line-height: 1.4;
}

.services-section .service-lists .service-item-part .service-item:hover {
  background: var(--color01);
  cursor: pointer;
  color: var(--shades01);
}

.services-section .service-lists .service-item-part .service-item:hover .icon {
  border: 5px solid rgb(255 255 255 / 30%);
  box-shadow: none;
}

.services-section .service-lists .service-item-part .service-item:hover .service-content .des ul li {
  color: #fff;
}

.services-section .service-lists .service-item-part:nth-child(1) .service-item:hover {
  background: var(--color01);
}

.services-section .service-lists .service-item-part:nth-child(2) .service-item:hover {
  background: var(--color02);
}

.services-section .service-lists .service-item-part:nth-child(3) .service-item:hover {
  background: var(--color03);
}

.services-section .service-lists .service-item-part:nth-child(4) .service-item:hover {
  background: var(--color04);
}

.services-section .service-lists .service-item-part:nth-child(5) .service-item:hover {
  background: var(--color05);
}

.services-section .service-lists .service-item-part:nth-child(6) .service-item:hover {
  background: var(--color06);
}

.services-section .service-lists .service-item-part:nth-child(7) .service-item:hover {
  background: var(--primaryColor);
}

.services-section .service-lists .service-item-part:nth-child(8) .service-item:hover {
  background: var(--secondaryColor);
}

/* ********|| SERVICES ENDS ||******** */
.services-section .service-lists .des {
  max-height: 88px;
  overflow: hidden;
}

/* .services-section .service-lists .des.expanded {
  -webkit-line-clamp: unset;
  display: block;
  max-height: 1000px;
  -webkit-box-orient: unset;
  overflow: unset;
} */

.services-section .service-lists .btn-show {
  margin-top: 10px;
  border: 0;
  background-color: transparent;
  padding: 0;
}

.services-section .service-lists .service-item-part .service-item:hover .btn-show {
  color: #fff;
}

/* ********|| CLIENT STARTS ||******** */
.client-section {
  position: relative;
}

.client-section .swiper-wrapper .swiper-slide {
  padding: 10px;
}

.client-section .client-content {
  color: var(--shades01);
}

.client-section .client-content .title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
}

.client-section .client-content .des {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 20px;
}

.client-section .client-slider {}

.client-section .client-slider .swiper {
  padding-bottom: 50px;
}

.client-section .client-slider .swiper-pagination-bullet {
  background: var(--desColor);
}

.client-section .client-slider .swiper-pagination-bullet-active {
  background: var(--desColor);
  opacity: 1;
  width: 10px;
  height: 10px;
}

.client-section .client-slider .client-logo {
  width: 100%;
  height: 180px;
  border: 1px solid #dadada;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 0px #e2e2e2;
}

.client-section .client-slider .client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ********|| CLIENT ENDS ||******** */


/* ********|| TESTIMONIAL STARTS ||******** */
.testimonial-section {
  background-color: var(--bgColor);
}

.testimonial-section .swiper {
  padding: 25px 20px 120px 20px;
}

.testimonial-section .testimonial-item {
  box-shadow: 5px 2px 28px 9px rgb(235 239 253 / 42%);
  background: var(--shades01);
  padding: 20px;
  border-radius: 10px;
}

.testimonial-section .sub-text {
  background-color: transparent;
}

.testimonial-section .testimonial-item .testimonial-content .des {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--desColor);
  line-height: 1.4;
  margin-top: 15px;
}

.testimonial-section .testimonial-item .author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testimonial-section .testimonial-item .author .img-wrap {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--titleColor);
  color: var(--shades01);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.testimonial-section .testimonial-item .author .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-section .testimonial-item .author .author-info {
  margin-left: 15px;
}

.testimonial-section .testimonial-item .author .name {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--titleColor);
}

.testimonial-section .testimonial-item .author .designation {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--desColor);
}

.testimonial-section .swiper-button-next:after {
  content: '\f30b';
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 20px;
}

.testimonial-section .swiper-button-prev:after {
  content: '\f30a';
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 20px;
}

.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-rtl .swiper-button-next {}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
  background: var(--primaryColor);
  color: var(--shades01);
  width: 50px;
  height: 40px;
  font-size: 15px;
}

.testimonial-section .swiper-button-next.swiper-button-disabled,
.testimonial-section .swiper-button-prev.swiper-button-disabled {
  background: transparent;
  color: var(--desColor);
}

.testimonial-section .slider-navigation {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 14px;
  width: 120px;
  height: 60px;
  margin: 0 auto;
  background: var(--shades01);
  box-shadow: 0px 8px 15px rgba(72, 72, 138, 0.08);
  border-radius: 2px;
}

/* ********|| TESTIMONIAL ENDS ||******** */

/* ********|| CONTACT STARTS ||******** */
.contact-section {
  padding: 60px 0;
  position: relative;
}

.contact-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  background: var(--bgColor);
  z-index: -1;
  top: 0;
}

.contact-section .sub-text {
  background-color: transparent;
  margin: unset;
  padding: 10px 10px 10px 0;
}

.contact-section .sub-text::before {
  all: unset;
}

.contact-section .contact-info-lists {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.contact-section .contact-info-lists .header-part {
  margin-top: 100px;
}

.contact-section .contact-info-lists .sub-text {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}

.contact-section .contact-info-lists .section-title {
  text-align: left;
}

.contact-section .contact-info-lists .contact-list {
  margin-top: auto;
  display: flex;
  margin-bottom: 100px;
}

.contact-section .contact-info-lists .contact-list .contact-item {
  width: 40%;
  display: flex;
}

.contact-section .contact-info-lists .contact-list .contact-item+.contact-item {
  margin-left: 20px;
}

.contact-section .contact-info-lists .contact-list .contact-item .icon {
  color: var(--primaryColor);
  font-size: 20px;
}

.contact-section .contact-info-lists .contact-list .contact-item .contact-info {
  margin-left: 15px;
}

.contact-section .contact-info-lists .contact-list .contact-item .contact-info .row-data {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-section .contact-info-lists .contact-list .contact-item .contact-info .row-data .data-info {}

.contact-section .contact-info-lists .contact-list .contact-item .contact-info .data-info .data {
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--desColor);
  line-height: 1.4;
}

.contact-section .contact-info-lists .contact-list .contact-item .contact-info .data-info .data+.data {
  margin-top: 5px;
}

.contact-section .form-content {
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
  background: var(--shades01);
  padding: 30px;
}

.contact-section .form-content .form-title {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.contact-section .form-content .form-label {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--desColor);
}

.contact-section .form-content .form-control {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 10px 0;
}

.contact-section .form-content .message {
  width: 100%;
  resize: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--bs-border-color);
}

.contact-section .form-content .submit-action {
  border: none;
  background: var(--primaryColor);
  color: var(--shades01);
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 500;
}

.contact-section .form-content .submit-action {}

.submitted {
  /* Styles for the submitted state */
  background-color: #0c8528;
  /* example green background */
  color: white;
}

/* ********|| CONTACT ENDS ||******** */


/* ********|| FOOTER STARTS ||******** */
.story-section {
  padding: 80px 0;
}

.story-section .swiper .swiper-button-prev,
.story-section .swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  color: var(--primaryColor);
  border: 2px solid var(--primaryColor);
  transform: rotate(45deg)
}

.story-section .swiper-slide {
  padding: 10px;
}

.story-section .swiper .swiper-button-prev {
  border-width: 0 0 1px 1px;
  left: 40px
}

.story-section .swiper .swiper-button-next {
  border-width: 1px 1px 0 0;
  right: 40px
}

.story-section .swiper .swiper-button-prev:after,
.story-section .swiper .swiper-button-next:after {
  display: none
}

.story-section .swiper .swiper-slide {
  display: flex;
  align-items: start
}

.story-section .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background-color: var(--desColor);
  opacity: .4;
  transition: all .3s ease
}

.story-section .swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: .8;
  transform: scale(1.8)
}

.story-section .story-item {
  text-align: center;
  margin-bottom: 25px
}

.story-section .story-item .story-content {
  background: var(--shades01);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 11%);
  margin-bottom: 35px;
  position: relative;
}

.story-section .story-item .story-content ul {
  padding-left: 14px;
}

.story-section .story-item .story-content:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: var(--shades01);
  bottom: -10px;
  left: 50%;
  transform: translate(-50%) rotate(45deg)
}

.story-section .story-item .story-content .title {
  font-size: 16px;
  margin: 15px 0 5px
}

.story-section .story-item .story-content .des {
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--titleColor);
  padding: 12px;
  font-weight: 400;
  text-align: justify
}

.story-section .story-item .story-content .read-toggle {
  margin: 10px 0;
  background: transparent;
  border: 0;
  text-align: left;
  color: var(--desColor);
  font-weight: 500;
  text-decoration: underline;
}

.story-section .story-item .story-content .des.short-text {
  max-height: 100px;
  /* Adjust height */
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.story-section .story-item .story-content .des.expanded {
  max-height: 1000px;
  /* Large enough to show full content */
}

.story-section .story-item .author .img-wrap {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto
}

.story-section .story-item .author .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.story-section .story-item .author .name {
  font-size: 1.6rem;
  margin: 10px 0 5px;
  color: var(--primaryColor);
}

/* ********|| FOOTER END ||******** */

/* ********|| FOOTER STARTS ||******** */
footer {
  background: var(--titleColor);
  padding: 50px 0 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

footer::before {
  content: '';
  position: absolute;
  background-image: url(../images/line.png);
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  right: 0;
  z-index: -1;
  filter: brightness(0) invert(1);
  opacity: 0.6;
}

footer .footer-top-part .footer-info {
  text-align: center;
}

footer .footer-top-part .footer-info .logo {
  height: 100px;
}

footer .footer-top-part .footer-info .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .footer-top-part .footer-info .des p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--bs-border-color);
  margin-top: 10px;
  font-weight: 300;
  margin-top: 15px;
}

footer .footer-text p {
  color: var(--bs-border-color);
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-top: 15px;
}

/* ********|| FOOTER ENDS ||******** */
/*** HOVER EFFECT  **********************************************************************/
.hexLink:hover .img .img-wrap {
  opacity: 1;
}

.hexagon-part {
  padding: 5px 0 5px;
}

.hexagon-part .img-desktop {
  width: 480px;
  height: 500px;
  margin: 0 auto;
}

.hexagon-part .img-desktop img {
  width: 100%;
  height: 100%;
}




.hexagon_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 20px 0 0;
}

.hexagon_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);
  margin: 0 15px 30px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 5px 5px 5px #80808024;
}

.hexagon-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  border: 1px solid #dadada;
  border-radius: 30px;
}

.hexagon-item_link .des .hexagon-item_link:hover,
.hexagon-item_link:hover .hexagon-item_date,
.hexagon-item_link:hover .hexagon-item_title,
.hexagon-item_link:hover .des p {
  text-decoration: none;
  color: #FFF !important;
}

.hexagon-item_link:hover .hexagon-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}

.hexagon-item_title {
  margin: 0 0 8px;
  line-height: 1.2;
  overflow: hidden;
  font-weight: bold;
  font-size: 25px;
  color: var(--titleColor);
  z-index: 2;
  position: relative;
  min-height: 40px;
}

.hexagon-item_link .des p {
  font-size: 15px;
  color: var(--titleColor);
  z-index: 2;
  position: relative;
}

.hexagon-item_link .des {
  max-height: 90px;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.hexagon-item_link .des.expanded {
  -webkit-line-clamp: unset;
  overflow: hidden;
  display: block;
  -webkit-box-orient: unset;
}

.hexagon-item_link .btn-show {
  margin-top: 10px;
  border: 0;
  background-color: transparent;
  padding: 0;
}

.hexagon-item_link:hover .btn-show {
  color: white;
}

.hexagon-item_date-box {
  font-size: 18px;
  color: #FFF;
  z-index: 2;
  position: relative;
}

.hexagon-item_bg {
  height: 128px;
  width: 128px;
  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.hexagon_item:nth-child(1) .hexagon-item_bg {
  background-color: #F15BB5;
}

.hexagon_item:nth-child(2) .hexagon-item_bg {
  background-color: #538234;
}

.hexagon_item:nth-child(3) .hexagon-item_bg {
  background-color: #5A9BD5;
}

.hexagon_item:nth-child(4) .hexagon-item_bg {
  background-color: #BF9100;
}

.hexagon_item:nth-child(5) .hexagon-item_bg {
  background-color: #C55B11;
}

.hexagon_item:nth-child(6) .hexagon-item_bg {
  background-color: #7030A0;
}

.hexagon_item:nth-child(7) .hexagon-item_bg {
  background-color: #0b8585;
}

.hexagon_item:nth-child(8) .hexagon-item_bg {
  background-color: #29449c;
}

.hexagon_item:nth-child(9) .hexagon-item_bg {
  background-color: #85195b;
}

.hexagon_item .btn-show {
  position: relative;
  z-index: 2;
}


@media only screen and (max-width: 979px) {
  .hexagon_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }

  .hexagon-item_title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .format-container {
    width: 96%;
  }

}

@media only screen and (max-width: 639px) {
  .hexagon_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .hexagon-item_title {
    min-height: 42px;
    line-height: 1;

    font-size: 24px;
  }

  .hexagon-item_link {
    padding: 22px 40px;
  }

  .hexagon-item_date-box {
    font-size: 16px;
  }
}


.counter {}

.counter-lists {
  display: flex;
  justify-content: center;
}

.counter-lists .counter-item {
  background: #fff;
  border: 1px solid #f1f1f1;
  width: 160px;
  height: 160px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 50%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.counter-lists .counter-item+.counter-item {
  margin-left: 20px;
}

.counter-lists .counter-item .counter {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--primaryColor);
}

.counter-lists .counter-item .text {
  font-size: 16px;
  font-weight: 400;
}


/* hexagon */

.hex-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hex-row {
  display: flex;
  justify-content: center;
}

.hex-row.top-offset {
  transform: translateY(2.6vw);
}

.hex-row.bottom-offset {
  transform: translateY(-2.6vw);
}

.hex,
.center-text {
  width: 9vw;
  height: 10.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.2;
}

.hex {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.hex:hover {
  transform: scale(1.05);
}

.center-text {
  color: #ff5500;
  font-weight: bold;
}

@media (max-width: 768px) {}

/* ********|| RESPONSIVE STARTS ||******** */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {
  .header-navigation {
    backdrop-filter: unset;
  }
}

@media screen and (max-width: 990px) {
  section {
    padding: 60px 0 40px !important;
  }

  .sub-text {
    font-size: 1rem;
  }

  .section-title {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 2.1rem;
  }

  .sub-nav {
    height: 80px;
  }

  .sub-nav .right-side-nav {
    justify-content: center;
    margin-top: 10px;
  }

  .header-navigation .responsive-action {
    display: block
  }

  .header-navigation .responsive-action .btn-menu {
    justify-content: flex-end
  }

  .header-navigation .navigation-wrap.active {
    transform: translateX(0)
  }

  .header-navigation .navigation-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: var(--shades01);
    height: 100%;
    width: 300px;
    box-shadow: 2px 0 10px rgb(0 0 0 / 10%);
    padding: 15px 0;
    transform: translateX(-108%);
    transition: all .4s ease
  }

  .header-navigation .navigation-menu {
    display: block
  }

  .header-navigation {
    backdrop-filter: unset;
  }

  .header-navigation .dropdown-toggle {
    padding: 0;
  }

  header .navigation-part {
    margin-left: 0;
  }

  header .get-quote {
    margin-left: 0;
    margin-top: 15px;
    display: flex;
    width: max-content;
    padding: 0 !important;
    margin-left: 15px;
  }

  .hero-slider .hero-slider-image {
    position: absolute;
    max-width: 100%;
    bottom: 0;
    height: 40%;
    top: unset;
    border-radius: 0 0 16px 16px;
  }

  .hero-slider .hero-slider-text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 200;
  }

  .hero-slider .hero-slider-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px;
  }

  .hero-slider .hero-slider-content {
    max-width: 100%;
    padding: 30px;
    min-height: 82vh;
    justify-content: start;
  }

  .hero-slider .hero-slider-navigation {
    display: none;
  }

  .hero-slider .hero-slider-text p {
    margin: 0 0 5px;
  }

  .hero-slider .hero-slider-pagination {
    height: 80px;
    top: auto;
    left: 220px;
    bottom: 280px;
    right: 0;
  }

  .banner-section {
    padding-top: 80px !important;
  }

  .about-us-section .col-md-5 {
    order: 1;
  }

  .about-us-section .about-img-part .img-row.single .img-wrap {
    height: 280px;
  }

  .about-us-section .about-img-part .img-row .img-wrap {
    height: 150px;
  }

  .about-us-section .about-content .item-lists .item {
    align-items: start;
  }


  .tech-grid-section .tech-list {
    margin: unset;
  }

  .tech-grid-section .tech-list .tech-item {
    width: 100%;
    max-width: 100%;
  }

  .tech-grid-section .tech-list .tech-item .tech-img {
    height: 180px;
  }

  .tech-grid-section .tech-list .tech-item .tech-content .des {
    height: 50px;
  }

  .services-section .service-lists .service-item {
    flex-wrap: wrap;
  }

  .services-section .des {
    font-size: 1rem;
  }

  .services-section .service-lists .service-item .service-content {
    max-width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .services-section .service-lists .service-item .service-content .des {
    height: auto;
    -webkit-line-clamp: unset
  }


  .contact-section .contact-info-lists .header-part {
    margin-top: 0;
  }

  .contact-section .contact-info-lists .contact-list {
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .contact-section .contact-info-lists .contact-list .contact-item {
    width: 100%;
  }

  .contact-section .contact-info-lists .contact-list .contact-item+.contact-item {
    margin-left: 0;
    margin-top: 20px;
  }

  footer .footer-top-part .footer-info .logo {
    height: 50px;
  }

  .about .content {
    margin: 0 auto;
  }

  .service-item-part {
    width: 100%;
    max-width: 100%;
  }

  .counter-lists .counter-item+.counter-item {
    margin-left: 10px;
  }

  .counter-lists .counter-item {
    width: 120px;
    height: 120px;
  }

  .counter-lists .counter-item .counter {
    font-size: 30px;
  }
}

@media screen and (max-width: 990px) and (orientation: landscape) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 767px) and (orientation: landscape) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {
  .hero-slider .hero-slider-content {
    min-height: 120vh
  }

  .hexagon-item_title {
    font-size: 22px;
  }

  .services-section .service-lists .service-item .service-content {
    padding-top: 50px;
  }

  .services-section .service-lists .service-item .service-content .title {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}

/* ********|| RESPONSIVE ENDS ||******** */