/*

TemplateMo 568 DigiMedia

https://templatemo.com/tm-568-digimedia

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.main_logo{
  width: 150px;
  height: auto;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #383636;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #ff3333;
  color: #fff !important;
}

::-moz-selection {
  background: #ff3333;
  color: #fff !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 700;
  color: #ff3333;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-heading h4 {
  color: #2f3c36;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.section-heading h4 em {
  font-style: normal;
  color: #ff3333;
}

.section-heading .line-dec {
  width: 50px;
  height: 2px;
  background-color: #ff3333;
}

.border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #ff3333 !important;
  border: 1px solid #ff3333 !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.border-first-button a:hover {
  background-color: #ff3333;
  color: #fff !important;
}



/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.pre-header {
  background-color: #efefef;
  height: 60px;
  padding: 15px 0px;
}

.pre-header ul li {
  display: inline-block;
}

.pre-header ul.info li {
  margin-right: 45px;
}

.pre-header ul.info li a {
  color: #afafaf;
  font-size: 14px;
  transition: all .3s;
}

.pre-header ul.info li a:hover {
  color: #ff3333;
}

.pre-header ul.info li a i {
  font-size: 18px;
  margin-right: 8px;
}

.pre-header ul.social-media {
  text-align: right;
}

.pre-header ul.social-media li {
  margin-left: 5px;
}

.pre-header ul.social-media li a {
  background-color: #afafaf;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all .3s;
}

.pre-header ul.social-media li a:hover {
  background-color: #ff3333;
}

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #ff3333;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ff3333;
  content: '';
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.background-header .nav li:last-child a.active:after {
  background-color: transparent;
}

.header-area {
  background-color: #fff;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  padding: 0px 20px !important;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  color: #ff3333 !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2f3c36;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ff3333!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #ff3333!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2f3c36;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2f3c36;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2f3c36!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #ff3333!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2f3c36;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2f3c36;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2f3c36;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2f3c36;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #2f3c36;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #2f3c36;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #2f3c36;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #2f3c36;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #ff3333;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  .background-header .nav li a.active:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .pre-header ul.info li:last-child {
    display: none;
  }
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ff3333!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ff3333!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #ff3333;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #ff3333;
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 60px;
  width: 262px;
  height: 625px;
  z-index: 1;
}

.main-banner:before {
  content: '';
  background-image: url(../images/slider-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 60px;
  width: 1159px;
  height: 797px;
  z-index: -1;
}

.main-banner .left-content {
  margin-right: 15px;
}

.main-banner .left-content h6 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  color: #ff3333;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: 50px;
  color: #2f3c36;
  margin-bottom: 20px;
}

.main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}

.main-banner .right-image {
  text-align: right;
  position: relative;
  z-index: 20;
}

.main-banner .right-image img {
  max-width: 593px;
}



/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

#about {
  padding-top: 130px;
}

.about-left-image img {
  margin-right: 45px;
}

.about-right-content p {
  margin-top: 30px;
  margin-bottom: 45px;
}

.skills-content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 110px 0px 50px 0px;
}

.skill-item {
  text-align: center;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fd6a54;
}

.first-skill-item .progress .progress-bar {
  border-color: #2f3c36;
}

.second-skill-item .progress .progress-bar {
  border-color:#018749;
}

.third-skill-item .progress .progress-bar {
  border-color: #ff3333;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  text-align: center;
  color: #2f3c36;
  display: flex;
  width: 100%;
  border-radius: 50%;
  font-size: 35px;
  text-align: center;
  line-height: 25px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 18px;
  text-transform: none;
  color: #afafaf;
  font-weight: 300;
}

/* This for loop creates the  necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  padding-top: 130px;
  position: relative;
}

.services:after {
  content: '';
  background-image: url(../images/services-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 786px;
  height: 1217px;
  z-index: 0;
}

.services:before {
  content: '';
  background-image: url(../images/services-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 400px;
  width: 161px;
  height: 413px;
  z-index: 0;
}

.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.services .naccs {
  position: relative;
  z-index: 1;
}

.services .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.services .naccs .menu div h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.services .icon img {
  margin-bottom: 10px;
  max-width: 60px;
  min-width: 60px;
}

.services .naccs .menu {
  text-align: center;
  margin-bottom: 30px;
}

.services .naccs .menu div {
  color: #2f3c36;
  margin: 0px;
  width: 15%;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .naccs .menu div .thumb {
  display: inline-block;
  width: 100%;
  padding: 30px 0px;
  background-color: #fff;
}

.services .naccs .menu div.active {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.services ul.nacc {
  height: 100% !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 15px;
  padding: 80px 120px 50px 120px;
}

.services ul.nacc li {
  width: 100%;
}

.services ul.nacc li .right-image img {
  max-width: 420px;
  float: right;
}

.services .nacc .thumb h4 {
  color: #2f3c36;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}

.services .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
  background-color: #8d99af;
  color: #fff;
}

.services .nacc .thumb .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
}

.services .left-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #ff3333 !important;
}

.services .left-text p {
  margin-bottom: 30px;
}

.nacc .ticks-list span {
  display: inline-block;
  opacity: 1;
  margin-right: 45px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}



/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

.free-quote {
  background-image: url(../images/quote-bg-v3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 130px;
}

.free-quote .section-heading {
  margin-bottom: 60px;
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
  color: #fff;
}

.free-quote .section-heading .line-dec {
  margin: 0 auto;
  background-color: #fff;
}

.free-quote form {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.free-quote form input {
  width: 100%;
  margin-top: 20px;
  margin-left: 30px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;
}

.free-quote form button {
  width: 100%;
  height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  background-color: #ff3333;
  font-size: 15px;
  color: #fff;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 130px;
  overflow: hidden;
  position: relative;
}

.our-portfolio:before {
  content: '';
  background-image: url(../images/portfolio-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 414px;
  height: 861px;
  z-index: 1;
}

.our-portfolio:after {
  content: '';
  background-image: url(../images/portfolio-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 677px;
  height: 759px;
  z-index: 1;
}

.our-portfolio .section-heading {
  margin-bottom: 80px;
}

.our-portfolio .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}

.our-portfolio .item {
  position: relative;
  z-index: 222;
}

.portfolio-item {
  border-radius: 25px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  margin: 15px;
}

.portfolio-item .thumb {
  position: relative;
  border-radius: 50px;
}

.portfolio-item:hover .down-content h4,
.portfolio-item:hover .down-content span {
  color: #ff3333;
}

.portfolio-item .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  overflow: hidden;
}

.portfolio-item .down-content {
  background-color: #fff;
  text-align: center;
  padding: 18px 0px;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
}

.portfolio-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2f3c36;
  margin-bottom: 8px;
  transition: all .3s;
}

.portfolio-item .down-content span {
  font-size: 15px;
  color: #afafaf;
  transition: all .3s;
}

.our-portfolio .owl-nav {
  display: inline-block!important;
  position: absolute;
  top: -125px;
  right: 15%;
  max-width: 1320px;
}

.our-portfolio .owl-nav .owl-next {
  margin-left: 10px;
}

.our-portfolio .owl-nav span {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  background-color: #eee;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}

.our-portfolio .owl-nav span:hover {
  color: #fff;
  background-color: #ff3333;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.blog:before {
  content: '';
  background-image: url(../images/blog-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 961px;
  height: 1020px;
  z-index: 0;
}

.blog {
  position: relative;
  padding-top: 130px;
}

.blog .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.blog .section-heading .line-dec {
  margin: 0 auto;
}

.blog-post {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 25px;
  position: relative;
  z-index: 2;
}

.show-up {
  position: relative;
  z-index: 222;
}

.blog-post .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.blog-post .down-content {
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
  background-color: #fff;
  padding: 30px;
}

.blog-post .down-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #ff3333;
  border-radius: 18px;
  display: inline-block;
}

.blog-post .down-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.blog-post .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2f3c36;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}

.blog-post .down-content p {
  margin-bottom: 30px;
}

.blog-post .down-content span.author {
  font-size: 15px;
  color: #2f3c36;
}

.blog-post .down-content span.author img {
  max-width: 56px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-post .down-content .border-first-button {
  display: inline-block;
  float: right;
}

.blog-posts {
  margin-left: 30px;
}

.post-item {
  margin-bottom: 62px;
}

.last-post-item {
  margin-bottom: 0px;
}

.post-item .thumb {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.post-item .thumb img {
  border-radius: 23px;
  display: inline-block;
}

.post-item .right-content {
  padding-top: 20px;
}

.post-item .right-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #ff3333;
  border-radius: 18px;
  display: inline-block;
}

.post-item .right-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.post-item .right-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2f3c36;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding-top: 130px;
}

.contact-us .section-heading .line-dec {
  margin: 0 auto;
}

.contact-us .section-heading {
  text-align: center;
  margin-bottom: 80px;
}


form#contact:before {
  background-image: url(../images/contact-top-right-v3.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 726px;
  height: 78px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

.contact-dec img {
  max-width: 224px;
  position: absolute;
  right: 25px;
  top: -242px;
}

form#contact:after {
  background-image: url(../images/contact-bottom-right-v3.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 532px;
  height: 106px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

form#contact {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  position: relative;
  background-color: #fff;
  border-radius: 23px;
  text-align: center;
}

form#contact #map iframe {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  margin-bottom: -7px;
  position: relative;
  z-index: 2;
}

.fill-form {
  padding: 80px 60px 80px 30px;
}

.fill-form .info-post {
  margin-bottom: 20px;
}

.fill-form .icon {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 23px;
  padding: 25px 15px;
}

.fill-form .icon img {
  max-width: 60px;
  display: block;
  margin: 0 auto;
}

.fill-form .icon a {
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #2f3c36;
  transition: all .3s;
}

.fill-form .icon:hover a {
  color: #ff3333;
}

form#contact input {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2f3c36;
  padding: 0px 20px;
  border-radius: 23px;
  margin-top: 30px;
}

form#contact input::placeholder {
  color: #aaa;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 200px;
  min-height: 200px;
  height: 200px;
  border-radius: 23px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2f3c36;
  padding: 15px 20px;
  margin-top: 30px;
}

form#contact textarea::placeholder {
  color: #aaa;
}

form#contact button {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #ff3333;
  margin-top: 30px;
  width: 100%;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 1px solid #ff3333;
  transition: all .3s;
  outline: none;
}

form#contact button:hover {
  background-color: #ff3333!important;
  color: #fff!important;
}

/* 
---------------------------------------------
Contact Us Highlighted Section
--------------------------------------------- 
*/
.contact-highlight {
  background: linear-gradient(135deg, #fff 70%, #ffeaea 100%);
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-card-row {
  background: transparent;
}
.contact-info-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(255,51,51,0.08);
  padding: 36px 28px;
  text-align: left;
  transition: box-shadow 0.3s;
}
.contact-info-card:hover {
  box-shadow: 0 8px 40px rgba(255,51,51,0.15);
}
.contact-icon {
  color: #ff3333;
  font-size: 22px;
  min-width: 28px;
}
.contact-info-text {
  font-size: 17px;
  color: #222;
  margin-left: 12px;
}
.social-link {
  display: inline-block;
  margin-right: 18px;
  font-size: 22px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff3333;
  text-align: center;
  line-height: 40px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(255,51,51,0.08);
}
.social-link:last-child { margin-right: 0; }
.social-link.whatsapp { background: #25D366; }
.social-link.instagram { background: #E4405F; }
.social-link.linkedin { background: #0077b5; }
.social-link.facebook { background: #4267B2; }
.social-link:hover { background: #fff; color: #ff3333; box-shadow: 0 4px 16px rgba(255,51,51,0.12); }
.social-link.whatsapp:hover { color: #25D366; }
.social-link.instagram:hover { color: #E4405F; }
.social-link.linkedin:hover { color: #0077b5; }
.social-link.facebook:hover { color: #4267B2; }

.contact-form-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07);
  padding: 36px 28px;
  position: relative;
}
.input-icon-group {
  position: relative;
}
.input-with-icon {
  padding-left: 44px !important;
  border-radius: 30px !important;
  border: 1px solid #eee !important;
  font-size: 16px !important;
  box-shadow: none !important;
  background: #fafafa !important;
  transition: border 0.2s, box-shadow 0.2s;
}
.input-with-icon:focus {
  border: 1.5px solid #ff3333 !important;
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(255,51,51,0.07);
}
.input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff3333;
  font-size: 18px;
  pointer-events: none;
  z-index: 2;
}
.send-btn {
  border-radius: 30px;
  padding: 12px 36px;
  font-size: 17px;
  background: #ff3333;
  color: #fff;
  border: none;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(255,51,51,0.10);
  transition: background 0.2s, box-shadow 0.2s;
}
.send-btn:hover {
  background: #e62e2e;
}
@media (max-width: 991px) {
  .contact-card-row { flex-direction: column; }
  .contact-info-card, .contact-form-card { margin-bottom: 24px; }
}

/* Premium Afnan-style Contact Us Section */
.afnan-contact-card-premium {
  border: 1.5px solid #f0f0f0;
  box-shadow: 0 8px 40px rgba(47,60,54,0.13), 0 1.5px 8px rgba(47,60,54,0.06);
  transition: box-shadow 0.25s, border-color 0.25s;
}
.afnan-contact-card-premium:hover {
  box-shadow: 0 16px 48px rgba(47,60,54,0.18), 0 2px 12px rgba(47,60,54,0.10);
  border-color: #ff3333;
}
.afnan-contact-title-premium {
  font-size: 2.1rem;
  font-weight: 800;
  color: #2f3c36;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.afnan-contact-subtitle-premium {
  font-size: 1.13rem;
  color: #444;
  margin-bottom: 28px;
  font-weight: 500;
  line-height: 1.5;
}
.afnan-contact-detail-premium {
  font-size: 1.08rem;
  margin-bottom: 16px;
  gap: 12px;
}
.afnan-contact-social-premium {
  margin-top: 24px !important;
}
.afnan-contact-social-premium .social-link {
  width: 44px;
  height: 44px;
  font-size: 1.35em;
  margin-right: 16px;
  border-width: 2px;
}
.afnan-contact-social-premium .social-link:last-child { margin-right: 0; }
.afnan-contact-form-wrap-premium {
  padding: 48px 40px 48px 32px;
}
.afnan-contact-form-premium .afnan-form-control-premium {
  border-radius: 12px;
  border: 2px solid #eee;
  font-size: 1.13rem;
  padding: 18px 18px;
  margin-bottom: 0;
  box-shadow: none;
  transition: border-color 0.2s;
}
.afnan-contact-form-premium .afnan-form-control-premium:focus {
  border-color: #ff3333;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255,51,51,0.10);
}
.afnan-send-btn-premium {
  background: #ff3333;
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  padding: 18px 0;
  border: none;
  font-size: 1.18rem;
  box-shadow: 0 2px 12px rgba(255,51,51,0.10);
  transition: background 0.2s;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.afnan-send-btn-premium:hover {
  background: #d90000;
}
@media (max-width: 991px) {
  .afnan-contact-card-premium { flex-direction: column; min-height: unset; }
  .afnan-contact-info-premium, .afnan-contact-form-wrap-premium { padding: 32px 12px; border: none; }
  .afnan-contact-info-premium { border-bottom: 1px solid #eee; border-right: none; }
  .afnan-contact-form-wrap-premium { padding-top: 24px; }
}
@media (max-width: 575px) {
  .afnan-contact-card-premium { border-radius: 10px; }
  .afnan-contact-title-premium { font-size: 1.3rem; }
  .afnan-contact-form-wrap-premium { padding: 18px 2px; }
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding: 226px 0px 30px 0px;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
}

/* --- Improved spacing for Our Services icons on mobile --- */
@media (max-width: 767px) {
  .services .naccs .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px !important; /* Add space between icons */
  }
  .services .naccs .menu div {
    margin: 0 !important;
    flex: 0 1 40%; /* Allow 2 per row, adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .services .icon img {
    max-width: 60px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

/* Creative Contact Us Section */
.contact-creative-bg {
  background: linear-gradient(135deg, #fff 60%, #ffeaea 100%);
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 70px;
}
.contact-glass-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(8px);
  border-radius: 22px;
  box-shadow: 0 12px 48px rgba(255,51,51,0.10), 0 2px 12px rgba(47,60,54,0.10);
  border: 1.5px solid #f7dede;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.contact-glass-card:hover {
  box-shadow: 0 24px 64px rgba(255,51,51,0.16), 0 4px 16px rgba(47,60,54,0.13);
  border-color: #ff3333;
}
.animate-float {
  animation: floatCard 3.5s ease-in-out infinite alternate;
}
@keyframes floatCard {
  0% { transform: translateY(0px) scale(1); }
  100% { transform: translateY(-10px) scale(1.01); }
}
.creative-contact-info {
  position: relative;
  background: transparent;
  padding: 48px 28px 48px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.creative-divider {
  width: 40px;
  height: 4px;
  background: linear-gradient(90deg, #ff3333 0%, #ffbaba 100%);
  border-radius: 2px;
  margin: 18px 0 24px 0;
}
.creative-contact-list {
  margin-bottom: 18px;
}
.creative-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.08rem;
  margin-bottom: 16px;
  font-weight: 500;
}
.creative-icon-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
  background: #ffeaea;
  color: #ff3333;
  box-shadow: 0 2px 8px rgba(255,51,51,0.08);
  transition: background 0.2s, color 0.2s;
}
.creative-icon-circle.whatsapp { background: #25D36622; color: #25D366; }
.creative-icon-circle.email { background: #eaeaff; color: #3b3bff; }
.creative-icon-circle.phone { background: #eaffea; color: #018749; }
.creative-icon-circle:hover { background: #ff3333; color: #fff; }
.creative-contact-item a {
  color: #2f3c36;
  text-decoration: none;
  transition: color 0.2s;
}
.creative-contact-item a:hover {
  color: #ff3333;
}
.creative-social-row .social-link {
  width: 44px;
  height: 44px;
  font-size: 1.35em;
  margin-right: 16px;
  border-width: 2px;
}
.creative-social-row .social-link:last-child { margin-right: 0; }
.creative-form-wrap {
  background: transparent;
  padding: 48px 40px 48px 32px;
  display: flex;
  align-items: center;
}
.creative-form {
  width: 100%;
}
.creative-floating-group {
  position: relative;
  margin-bottom: 32px;
}
.creative-input {
  width: 100%;
  border-radius: 12px;
  border: 2px solid #eee;
  font-size: 1.13rem;
  padding: 22px 48px 22px 18px;
  background: rgba(255,255,255,0.95);
  box-shadow: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-weight: 500;
}
.creative-input:focus {
  border-color: #ff3333;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255,51,51,0.10);
}
.creative-label {
  position: absolute;
  left: 18px;
  top: 22px;
  color: #888;
  font-size: 1.08rem;
  font-weight: 400;
  pointer-events: none;
  background: transparent;
  transition: 0.2s cubic-bezier(.4,0,.2,1);
}
.creative-input:focus + .creative-label,
.creative-input:not(:placeholder-shown):not(:focus) + .creative-label,
.creative-input:valid + .creative-label {
  top: -12px;
  left: 10px;
  font-size: 0.93rem;
  color: #ff3333;
  background: #fff;
  padding: 0 6px;
  border-radius: 6px;
}
.creative-input-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff3333;
  font-size: 1.18em;
  pointer-events: none;
  opacity: 0.7;
}
.creative-send-btn {
  background: linear-gradient(90deg, #ff3333 60%, #ffbaba 100%);
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  padding: 18px 0;
  border: none;
  font-size: 1.18rem;
  box-shadow: 0 2px 12px rgba(255,51,51,0.10);
  transition: background 0.2s;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.creative-send-btn:hover {
  background: linear-gradient(90deg, #d90000 60%, #ff3333 100%);
}
@media (max-width: 991px) {
  .contact-glass-card { flex-direction: column; min-height: unset; }
  .creative-contact-info, .creative-form-wrap { padding: 32px 12px; border: none; }
  .creative-contact-info { border-bottom: 1px solid #eee; border-right: none; }
  .creative-form-wrap { padding-top: 24px; }
}
@media (max-width: 575px) {
  .contact-glass-card { border-radius: 10px; }
  .creative-contact-info { padding: 18px 6px; }
  .creative-form-wrap { padding: 12px 2px; }
  .creative-label { left: 12px; }
}

/* Blog Section Modern Styles */
.blog.section {
  padding: 100px 0 80px 0;
  background: #f9f9fb;
}
.blog-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(47,60,54,0.10), 0 1.5px 8px rgba(47,60,54,0.06);
  transition: box-shadow 0.25s, transform 0.25s;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.blog-card:hover {
  box-shadow: 0 16px 48px rgba(47,60,54,0.18), 0 2px 12px rgba(47,60,54,0.10);
  transform: translateY(-6px) scale(1.03);
}
.blog-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.blog-content {
  padding: 28px 24px 24px 24px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.blog-category {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #ff3333;
  background: #fff0f0;
  border-radius: 8px;
  padding: 4px 14px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.blog-date {
  font-size: 12px;
  color: #888;
  margin-left: 8px;
}
.blog-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2f3c36;
  margin: 8px 0 10px 0;
  line-height: 1.3;
}
.blog-desc {
  font-size: 1.01rem;
  color: #444;
  margin-bottom: 18px;
  flex: 1 1 auto;
}
.blog-meta {
  margin-bottom: 12px;
}
.blog-author-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  border: 2px solid #ff3333;
}
.blog-author {
                                                                                                                             font-size: 14px;
  color: #2f3c36;
  font-weight: 500;
}
.blog-btn {
  display: inline-block;
  color: #fff;
  background: linear-gradient(90deg, #ff3333 60%, #ffbaba 100%);
  border-radius: 8px;
  padding: 8px 22px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-top: 8px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(255,51,51,0.10);
}
.blog-btn:hover {
  background: linear-gradient(90deg, #d90000 60%, #ff3333 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(255,51,51,0.13);
  text-decoration: none;
}
@media (max-width: 991px) {
  .blog.section { padding: 60px 0 40px 0; }
  .blog-thumb img { height: 180px; }
}
@media (max-width: 767px) {
  .blog.section { padding: 40px 0 20px 0; }
  .blog-content { padding: 18px 10px 18px 10px; }
  .blog-thumb img { height: 140px; }
}

/* Blog Card Responsive Adjustments for 4-Column Layout */
.blog-card {
  min-height: 340px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.blog-thumb img {
  height: 110px;
}
.blog-content {
  padding: 12px 10px 14px 10px;
}
.blog-title {
  font-size: 1rem;
  margin: 6px 0 8px 0;
}
.blog-desc {
  font-size: 0.93rem;
  margin-bottom: 8px;
}
.blog-author-img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.blog-btn {
  font-size: 13px;
  padding: 6px 13px;
}
@media (max-width: 1199px) {
  .col-lg-3 { flex: 0 0 50%; max-width: 50%; }
}
@media (max-width: 991px) {
  .col-md-6, .col-lg-3 { flex: 0 0 50%; max-width: 50%; }
  .blog-thumb img { height: 90px; }
}
@media (max-width: 767px) {
  .col-sm-6, .col-md-6, .col-lg-3 { flex: 0 0 100%; max-width: 100%; }
  .blog-thumb img { height: 70px; }
  .blog-content { padding: 8px 4px 10px 4px; }
}

/* Blog List Page (blogs.html) Card Adjustments */
.blog-list-page { padding: 80px 0 40px 0; background: #f9f9fb; }
.blog-list-title { font-size: 2.2rem; font-weight: 800; color: #2f3c36; text-align: center; margin-bottom: 40px; }
.blog-list-row { gap: 32px 0; }
.blog-list-card { min-height: 340px; max-width: 340px; margin-left: auto; margin-right: auto; }
.blog-list-thumb img { height: 120px; }
.blog-list-content { padding: 14px 12px 16px 12px; }
.blog-list-title-sm { font-size: 1.08rem; margin: 7px 0 9px 0; }
.blog-list-desc { font-size: 0.95rem; margin-bottom: 10px; }
.blog-list-author-img { width: 26px; height: 26px; margin-right: 7px; }
.blog-list-btn { font-size: 13px; padding: 6px 13px; }
@media (max-width: 1199px) {
  .blog-list-row .col-lg-4 { flex: 0 0 50%; max-width: 50%; }
}
@media (max-width: 991px) {
  .blog-list-row .col-md-6, .blog-list-row .col-lg-4 { flex: 0 0 50%; max-width: 50%; }
  .blog-list-thumb img { height: 90px; }
}
@media (max-width: 767px) {
  .blog-list-row .col-sm-6, .blog-list-row .col-md-6, .blog-list-row .col-lg-4 { flex: 0 0 100%; max-width: 100%; }
  .blog-list-thumb img { height: 70px; }
  .blog-list-content { padding: 8px 4px 10px 4px; }
}

/* Footer Modernization & Compactness */
footer {
  background: #181818;
  color: #fff;
  padding: 32px 0 18px 0;
  width: 100%;
}
.footer-container {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 18px;
  padding: 32px 18px 10px 18px;
}
.footer-logo-col {
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 150px;
}
.footer-logo-bg {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px #0002, 0 0 0 6px #fff3;
  padding: 10px 18px 10px 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s;
}
.footer-logo-bg:hover {
  box-shadow: 0 8px 32px #ff333344, 0 0 0 8px #fff5;
}
.footer-logo-img {
  width: 90px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 8px #0006) brightness(1.1) contrast(1.1);
}
.footer-desc {
  color: #e0e0e0;
  font-size: 13px;
  margin-top: 4px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.footer-links-col {
  flex: 1 1 160px;
  min-width: 120px;
  margin: 0 10px;
}
.footer-links-title {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links-list li {
  margin-bottom: 6px;
}
.footer-links-list a {
  color: #e0e0e0;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.2s, text-shadow 0.2s;
  text-shadow: 0 1px 4px #0006;
}
.footer-links-list a:hover {
  color: #ff3333;
  text-shadow: 0 2px 8px #ff333355;
}
.footer-social-col {
  flex: 0 0 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: 140px;
}
.footer-social-row {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
}
.footer-social-row .social-link {
  background: #23272f;
  color: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 2px 8px #0002;
  border: 2px solid #fff2;
  transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
  position: relative;
}
.footer-social-row .social-link.instagram { background: linear-gradient(135deg,#fd5d8b 0%,#e4405f 100%); color: #fff; }
.footer-social-row .social-link.linkedin { background: #0077b5; color: #fff; }
.footer-social-row .social-link.facebook { background: #4267B2; color: #fff; }
.footer-social-row .social-link.x { background: #222; color: #fff; }
.footer-social-row .social-link:hover {
  background: #fff;
  color: #ff3333;
  transform: scale(1.13) translateY(-2px);
  box-shadow: 0 4px 16px #ff333355, 0 0 0 3px #fff8;
  z-index: 1;
}
.footer-contact-info {
  font-size: 12.5px;
  color: #e0e0e0;
  margin-top: 2px;
  text-align: right;
}
.footer-contact-info a {
  color: #ff3333;
  font-weight: 600;
  text-decoration: none;
}
.footer-contact-info a:hover {
  text-decoration: underline;
}
.footer-copyright {
  text-align: center;
  color: #b0b0b0;
  font-size: 13px;
  margin-top: 0;
  padding: 10px 0 8px 0;
  background: transparent;
  border-top: 1px solid #2d313a;
  letter-spacing: 0.2px;
}
.footer-copyright span {
  color: #ff3333;
  font-weight: 600;
}

/* Bonoboz-inspired Footer */
.footer-modern {
  background: #181b22;
  background: linear-gradient(120deg, #181b22 60%, #23272f 100%);
  color: #fff;
  padding: 0;
  border-top: 3px solid #ff3333;
  box-shadow: 0 -2px 24px #0002;
  position: relative;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
}
.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 32px;
  padding: 48px 18px 18px 18px;
}
.footer-logo-col {
  flex: 0 0 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 150px;
}
.footer-logo-bg {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px #0002, 0 0 0 6px #fff3;
  padding: 12px 22px 12px 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s;
}
.footer-logo-bg:hover {
  box-shadow: 0 8px 32px #ff333344, 0 0 0 8px #fff5;
}
.footer-logo-img {
  width: 110px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 8px #0006) brightness(1.1) contrast(1.1);
}
.footer-desc {
  color: #e0e0e0;
  font-size: 14px;
  margin-top: 6px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.footer-links-col {
  flex: 1 1 180px;
  min-width: 140px;
  margin: 0 10px;
}
.footer-links-title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 32px;
}
.footer-links-list li {
  margin-bottom: 8px;
  break-inside: avoid;
}
.footer-links-list a {
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s, text-shadow 0.2s;
  text-shadow: 0 1px 4px #0006;
  letter-spacing: 0.2px;
}
.footer-links-list a:hover {
  color: #ff3333;
  text-shadow: 0 2px 8px #ff333355;
}
.footer-social-col {
  flex: 0 0 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  min-width: 160px;
}
.footer-social-row {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}
.footer-social-row .social-link {
  background: #23272f;
  color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 2px 8px #0002;
  border: 2px solid #fff2;
  transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
  position: relative;
}
.footer-social-row .social-link.instagram { background: linear-gradient(135deg,#fd5d8b 0%,#e4405f 100%); color: #fff; }
.footer-social-row .social-link.linkedin { background: #0077b5; color: #fff; }
.footer-social-row .social-link.facebook { background: #4267B2; color: #fff; }
.footer-social-row .social-link.x { background: #222; color: #fff; }
.footer-social-row .social-link:hover {
  background: #fff;
  color: #ff3333;
  transform: scale(1.13) translateY(-2px);
  box-shadow: 0 4px 16px #ff333355, 0 0 0 3px #fff8;
  z-index: 1;
}
.footer-contact-info {
  font-size: 13px;
  color: #e0e0e0;
  margin-top: 2px;
  text-align: right;
  line-height: 1.7;
}
.footer-contact-info a {
  color: #ff3333;
  font-weight: 600;
  text-decoration: none;
}
.footer-contact-info a:hover {
  text-decoration: underline;
}
.footer-newsletter {
  margin: 18px 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-newsletter-label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
.footer-newsletter-form {
  display: flex;
  gap: 0;
}
.footer-newsletter-input {
  padding: 7px 12px;
  border-radius: 18px 0 0 18px;
  border: none;
  outline: none;
  font-size: 14px;
  background: #fff;
  color: #23272f;
  min-width: 120px;
}
.footer-newsletter-btn {
  padding: 7px 18px;
  border-radius: 0 18px 18px 0;
  border: none;
  background: #ff3333;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
.footer-newsletter-btn:hover {
  background: #e4405f;
}
.footer-copyright {
  text-align: center;
  color: #b0b0b0;
  font-size: 14px;
  margin-top: 0;
  padding: 16px 0 12px 0;
  background: transparent;
  border-top: 1.5px solid #23272f;
  letter-spacing: 0.2px;
}
.footer-copyright span {
  color: #ff3333;
  font-weight: 600;
}

/* Responsive Footer */
@media (max-width: 991px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 18px 0;
    padding: 28px 8px 6px 8px;
  }
  .footer-logo-col, .footer-links-col, .footer-social-col {
    align-items: center;
    text-align: center;
    width: 100%;
    flex: unset;
    margin: 0 0 10px 0;
  }
  .footer-social-col {
    align-items: center;
  }
  .footer-contact-info {
    text-align: center;
  }
  .footer-newsletter {
    align-items: center;
  }
}
@media (max-width: 600px) {
  .footer-container {
    max-width: 99vw;
    padding: 12px 2vw 2px 2vw;
  }
  .footer-logo-bg {
    padding: 7px 10px 7px 7px;
  }
  .footer-logo-img {
    width: 70px;
  }
}

/* Fix Contact Us Form Layout - Responsive and Modern */
#contact .afnan-contact-form-wrap, #contact .creative-form-wrap {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px #0001;
  padding: 32px 28px 24px 28px;
  margin: 0 0 0 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#contact .afnan-contact-form-premium, #contact .creative-form {
  width: 100%;
}
#contact .creative-floating-group {
  position: relative;
  margin-bottom: 22px;
}
#contact .creative-floating-group input,
#contact .creative-floating-group textarea {
  width: 100%;
  padding: 13px 16px 13px 44px;
  border: 1.5px solid #e0e0e0;
  border-radius: 12px;
  font-size: 15px;
  background: #fafbfc;
  color: #23272f;
  outline: none;
  transition: border 0.2s;
  resize: none;
}
#contact .creative-floating-group input:focus,
#contact .creative-floating-group textarea:focus {
  border: 1.5px solid #ff3333;
  background: #fff;
}
#contact .creative-label {
  position: absolute;
  left: 44px;
  top: 13px;
  font-size: 14px;
  color: #888;
  pointer-events: none;
  transition: 0.2s;
  background: transparent;
}
#contact .creative-floating-group input:focus + .creative-label,
#contact .creative-floating-group input:not(:placeholder-shown):not(:focus) + .creative-label,
#contact .creative-floating-group textarea:focus + .creative-label,
#contact .creative-floating-group textarea:not(:placeholder-shown):not(:focus) + .creative-label {
  top: -11px;
  left: 38px;
  font-size: 12px;
  color: #ff3333;
  background: #fff;
  padding: 0 6px;
}
#contact .creative-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff3333;
  font-size: 17px;
  pointer-events: none;
}
#contact .creative-send-btn {
  background: #ff3333;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 13px 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background 0.2s;
  margin-top: 8px;
}
#contact .creative-send-btn:hover {
  background: #e4405f;
}
#contact #emailjs-status-msg {
  min-height: 22px;
  text-align: center;
  font-weight: 500;
  margin-top: 8px;
}
@media (max-width: 991px) {
  #contact .afnan-contact-form-wrap, #contact .creative-form-wrap {
    padding: 22px 8px 18px 8px;
  }
}
@media (max-width: 575px) {
  #contact .afnan-contact-form-wrap, #contact .creative-form-wrap {
    padding: 12px 2vw 8px 2vw;
  }
}