@import url('https://fonts.googleapis.com/css2?family=Courgette&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda+One&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap');
@import url("../../../pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&amp;display=swap');

/* font-family: 'Courgette', cursive; */
/* font-family: 'Mukta', sans-serif; */
/* font-family: 'Lato', sans-serif; */
/* font-family: 'Merienda One', cursive; */
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Rajdhani', sans-serif; */

body{
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: -webkit-fill-available;
    color: var(--color-black-500);
    background-color: var(--color-white-100);
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.container{
    max-width: 1300px;
    margin: auto;
}
a:hover{
    text-decoration: none;
}
.fnt_Rajdhani{
  font-family: 'Rajdhani', sans-serif;
}
.fnt_roboto{
  font-family: 'Roboto', sans-serif;
}
.fnt_Merienda{
    font-family: 'Merienda One', cursive;
}
.fnt_mukta{
    font-family: 'Mukta', sans-serif;
}
.fnt_Lato{
    font-family: 'Lato', sans-serif;
}.company-content p {    text-align: justify;    font-weight: 400;}
.fnt_Courgette{
    font-family: 'Courgette', cursive; 
}
.fnt_fs_14{
    font-size: 14px;
}
.fnt_fs_16{
    font-size: 16px;
}
.fnt_fs_18{
    font-size: 18px;
}
.fnt_fs_20{
    font-size: 20px;
}
.fnt_fs_22{
    font-size: 15px;
}
.fnt_fs_24{
    font-size: 24px;
}

.fnt_fs_26{
    font-size: 26px;
}

.fnt_fs_28{
    font-size: 28px;
}
.fnt_fs_30{
    font-size: 30px;
}
.fnt_fs_34{
    font-size: 34px;
}
.fnt_fs_36{
    font-size: 36px;
}
.fnt_fs_40{
    font-size: 40px;
}

.fnt_fw_3{
  font-weight: 300;
}
.fnt_fw_4{
  font-weight: 400;
}
.fnt_fw_5{
  font-weight: 500;
}
.fnt_fw_6{
  font-weight: 600;
}
.fnt_fw_7{
  font-weight: 700;
}
:root{
  --primary: #c11e57;
  --secondary: #6c54c3;

    --primery_clr:#ffffff;
    --secondary_clr:#1e235c;
    --dark:#000000;
    --third_clr:#ff415b;
    --fourth_clr:#971a1d;
    --dark:#000000;
    --light:#ffffff;
    --dark-third:#474747;
    --facebook:#4267B2;
    --instagram:#C13584;
    --twiter:#1DA1F2;
    --youtube:#FF0000;
    --linkedin:#0077b5;
    --pintrest:#E60023;
    --mon: "Montserrat", sans-serif;
	--blue: #8a6bff;
	--darkblue: #0a0a36;
    --color-white-100: hsl(206, 5%, 98%);
    --color-white-200: hsl(206, 5%, 90%);
    --color-white-300: hsl(206, 5%, 80%);
    --color-white-400: hsl(206, 5%, 65%);
    --color-white-500: hsl(206, 5%, 50%);
    --color-black-100: hsl(213, 23%, 8%);
    --color-black-200: hsl(214, 21%, 6%);
    --color-black-300: hsl(210, 21%, 6%);
    --color-black-400: hsl(216, 22%, 4%);
    --color-black-500: hsl(220, 18%, 3%);
    --color-pink-100: hsl(326, 85%, 90%);
    --color-pink-200: hsl(327, 87%, 80%);
    --color-pink-300: hsl(329, 86%, 70%);
    --color-pink-400: hsl(330, 81%, 60%);
    --color-pink-500: #fe0058;
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
       0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
       0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
       0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --fnt_wgt_3:300;
    --fnt_wgt_4:400;
    --fnt_wgt_5:500;
    --fnt_wgt_6:600;
    --fnt_wgt_7:700;
}
section{
    padding: 40px 0px;
}
img{
    max-width: 100%;
    display: block;
}

/* ==========top-header========= */
.top-header{
    background-color: #ae2479;
    padding-top:3px;
    padding-bottom: 3px;
}
.contact li+li,.social-icons li+li{
    margin-left: 10px;
}
.contact li a .icon{
    color: var(--light);
    font-size: 22px;
    transition: all 0.3s ease-in-out;
}
.contact li a .text{
    color: var(--light);
    padding-left: 5px;
    font-weight: var(--fnt_wgt_5);
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.contact li a:hover .text, .contact li a:hover .icon{
    color: var(--dark);
}
.social-icons li a{
    font-size: 18px;
    color: var(--light);
   justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px dashed var(--dark);
    transition:all 0.3s ease-in-out
}
.social-icons li a.facebook,.social-icons li a.instagram,.social-icons li a.twitter,.social-icons li a.youtube{
    transition: all 0.3s ease-in-out;
}
.social-icons li a.facebook:hover{
    color: var(--light);
    background-color: var(--facebook);
    border: 1px solid var(--facebook);
}
.social-icons li a.instagram:hover{
    color: var(--light);
    background-color: var(--instagram);
    border: 1px solid var(--instagram);
}
.social-icons li a.twitter:hover{
    color: var(--light);
    background-color: var(--twiter);
    border: 1px solid var(--twiter);
}
.social-icons li a.youtube:hover{
    color: var(--light);
    background-color: var(--youtube);
    border: 1px solid var(--youtube);
}
.social-icons li a.pinterest:hover{
    color: var(--light);
    background-color: var(--pintrest);
    border: 1px solid var(--pintrest);
}
.social-icons li a.linkedin:hover{
    color: var(--light);
    background-color: var(--linkedin);
    border: 1px solid var(--linkedin);
}

@media (max-width:425px) {
  .contact li a .icon{
    font-size: 16px;
  }
  .social-icons li a{
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

/* =========top-header-css-end========= */


/* =========header-css-start========= */

/*This code is property of Conor McNamara*/
/*https://codepen.io/conorjmcnamara/*/

*,
  *::before,
  *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }

  
  .brand img{
    max-width: 170px;
    display: block;
  }
  
  .header {
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    box-shadow: var(--shadow-medium);
    background-color: hsl(210deg 70% 93%);
    transition: all 0.4s ease-in-out;
  }
  
  .header.sticky{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }

  .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    height: 3.5rem;
    margin: 0 auto;
  }
  span.icon-page {
    display: inline-block;
    padding: 0 5px;
}
  @media screen and (max-width: 992px) {
    .navbar {
      position: fixed;
      top: 0;
      left: -100%;
      width: 75%;
      height: 100%;
      z-index: 10;
      opacity: 0;
      overflow-y: auto;
      visibility: hidden;
      box-shadow: var(--shadow-medium);
      background-color: var(--color-white-100);
      transition: all 0.5s ease;
    }
    .navbar.active {
      left: 0rem;
      opacity: 1;
      visibility: visible;
      align-items: start;
    }
  }
  
  .menu-item {
    position: relative;
    display: inline-block;
    margin-left: 1.5rem;
  }
  .menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    font-family: inherit;
    font-size:18px;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    color: var(--color-black-500);
    transition: all 0.3s ease-in-out;
  }
  .menu-link > i.bx {
    font-size: 1.35rem;
    line-height: 1.5;
    color: inherit;
  }
 .menu > .menu-item > div a:hover {
    outline: none;
    color: var(--primary);
}
  @media only screen and (min-width: 993px) {
    .menu-dropdown:hover > .submenu {
      display: block;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
  }
  @media only screen and (max-width: 992px) {
    .menu {
      width: 100%;
      height: auto;
      padding: 1rem 0;
    }
    .menu-item {
      display: block;
      margin: 0 auto;
    }
    .menu-link {
      justify-content: space-between;
      padding: 0.5rem 1.25rem;
    }
  }
  
  .submenu {
    position: absolute;
    top: 2.35rem;
    left: -2rem;
    min-width: 20rem;
    overflow: auto;
    max-height: 300px;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid var(--color-pink-500);
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.3s ease-in-out;
    z-index: 1111;
  }

  .submenu.show{
    max-height: 100%;
   }

  .submenu::-webkit-scrollbar {
    width:5px;
    border-radius: 5px;
  }
   
  .submenu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  .submenu::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    outline: 1px solid slategrey;
  }
  
  .submenu-item+.submenu-item{
      border-top:1px dashed #cccccc;
  }
  
  .submenu-item {
    display: block;
    margin-top: 0.75rem;
  }
  
  a.submenu-link {
    
}
  
  .submenu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: var(--color-black-500);
    transition: all 0.35s ease;
    text-transform: capitalize;
  }
  .submenu-link:hover {
    outline: none;
    color: var(--color-pink-500);
  }
  @media only screen and (max-width: 992px) {
    .submenu {
      position: relative;
      top: -0.5rem;
      left: 2.5rem;
      width: 100%;
      max-height: 0;
      padding: 0px;
      border: none;
      outline: none;
      opacity: 1;
      overflow: hidden;
      visibility: visible;
      transform: translateY(0px);
      box-shadow: none;
      background: transparent;
      z-index: 1111;
    }
  }
  
  .burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.75rem;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
  }
  .burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    border: none;
    outline: none;
    background: var(--color-black-500);
  }
  .burger-line:nth-child(1) {
    top: 0px;
  }
  .burger-line:nth-child(2) {
    top: 0.5rem;
  }
  .burger-line:nth-child(3) {
    top: 1rem;
  }
  @media only screen and (max-width: 992px) {
    .burger {
      display: block;
      opacity: 1;
      visibility: visible;
    }
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
  }
  @media only screen and (max-width: 992px) {
    .overlay.active {
      display: block;
      opacity: 1;
      visibility: visible;
    }
  }
  @media (max-width:568px) {
    .brand img{
      max-width: 150px;
    }
  }

  @media (max-width:425px) {
    .brand img{
      max-width: 150px;
    }
    .menu-link{
      padding: 8px;
      font-size: 14px;
    }
  }

  /* ===============company-profile-css=========== */
    .company-content{
      font-weight: 500;
    }

    .company-content h1 {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    text-align: left;
    line-height: 42px;
    padding-bottom: 10px;
    }
    
    .company-content h1::before{
      position:absolute;
      content: '';
      bottom:0px;
      height: 3px;
      background-color: var(--primary);
      width: 100%;
      
    }
    .owl-carousel .owl-nav button.owl-next{
      left: 5px;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
      position: absolute;
      top: 50%;
      background-color: rgba(0,0,0,0.4) !important;
      color: var(--light);
      font-size: 16px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      transform: rotate(180deg);


    }
    .owl-carousel .owl-nav button.owl-prev{
      right: 5px;
    }
  /* ===========company-profile-css========= */

  /* =========services-section======== */
  section.services-section {
    background: #dbdbdb;
}


h1 {
  text-align: center;
  color: white;
}

ol.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;

  list-style: none;
  counter-reset: cardnr;
  justify-content: center;
}

.services-list li {
  --frontColor: white;
  --width: 14em;
  --inlineP: 0.5rem;
  --borderR: 4rem;
  --arrowW: 2rem;
  --arrowH: 1.5rem;
  z-index: 1;
  counter-increment: cardnr;
  width: calc(var(--width) - var(--inlineP) * 2);
  display: grid;
  grid-template:
    "icon" var(--borderR)
    "title"
    "descr" 1fr;
  margin-inline: var(--inlineP);
  margin-bottom: calc(var(--borderR));
  position: relative;
}
.services-list li .icon,
.services-list li .title,
.services-list li .descr {
  background: var(--frontColor);
  padding-inline: 1rem;
  padding-bottom: 1rem;
}
.services-list li .icon,
.services-list li .title {
  color: var(--accent-color);
  text-align: center;
  padding-bottom: 0.5rem;
}

.services-list li .title,
.services-list li .descr {
  filter: drop-shadow(0.125rem 0.125rem 0.075rem rgba(0, 0, 0, 0.25));
}
.services-list li .icon {
  grid-area: icon;
  font-size: 2rem;
  display: grid;
  place-items: center;
  border-radius: var(--borderR) 0 0 0;
  position: relative;
}

.services-list li .title {
  grid-area: title;
  font-size: 16px;
  font-weight: 500;
}

.services-list li .descr {
  grid-area: descr;
  font-size: 0.85rem;
  text-align: justify;
}
.services-list li .descr::before {
  content: "";
  width: var(--arrowW);
  height: var(--arrowH);
  position: absolute;
  right: 1.5rem;
  top: 100%;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.services-list li::after {
  content: counter(cardnr, decimal-leading-zero);
  position: absolute;
  z-index: -1;

  left: calc(var(--inlineP) * -1);
  right: calc(var(--inlineP) * -1);
  top: var(--borderR);
  bottom: calc(var(--borderR) * -1);

  display: flex;
  align-items: flex-end;
  background: var(--accent-color);
  background-image: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.25),
    transparent 25% 75%,
    rgba(0, 0, 0, 0.25)
  );
  border-radius: 0 0 var(--borderR) 0;

  --pad: 1rem;
  padding: var(--pad);
  font-size: calc(var(--borderR) - var(--pad) * 2);
  color: white;
}
.services-list li::before {
  content: "";
  position: absolute;
  height: var(--borderR);
  top: calc(100% + var(--borderR) - 2px);
  left: calc(var(--inlineP) * -1);
  right: calc(var(--inlineP) * -1);
  border-radius: 0 var(--borderR) 0 0;

  background-image: linear-gradient(var(--accent-color), transparent 60%);
  opacity: 0.5;
  filter: blur(2px);
}

.services-list .credits {
  margin-top: 2rem;
  text-align: right;
}
.services-list .credits a {
  color: var(--color);
}

.icon img{
  max-width: 90px;
  margin: auto;
}
  /* ======services-section-end======= */

  /* ==========product-section-start=========== */

.property-main {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  transition: all .3s ease-out 0s;
  background: #fff;
  border: 1px solid #ddd;
}
.property-wrap {
  background: #fff;
  width: 100%;
  border-radius: 4px;
}
.property-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.item-body .property-title{
  margin-bottom: 10px;
  background: linear-gradient(45deg,var(--primary), var(--secondary));
  color: #fff;
  padding-left: 10px;
  padding-bottom:7px;
  padding-top:7px;
}
.item-body .property-title a {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-weight: bold;
}
.item-body .pricin-list {
  margin-top: 10px;
  position: relative;
  padding: 10px;
}
.pricin-list p {
  color: var(--dark);
  font-weight: 400;
  font-family: roboto, sans-serif;
  margin: 0;
  font-size: 16px;
}
a.service-btn {
  padding: 6px 10px;
  margin-top: 10px;
  border-radius: 5px;
}
.menu-btn .ripple-effect {
  color:var(--light);
  text-transform: capitalize;
  font-weight: var(--fnt_wgt_3);
  line-height: 1;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  background-color: var(--primary);
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  box-shadow: 0px 10px 5px rgba(0,0,0,0.2);
  margin-top: 10px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.menu-btn .ripple-effect::before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  height:100%;
  width:100%;
  background-color:var(--secondary);
  z-index:-1;
  transition: all 0.4s ease-in-out;
}
.menu-btn:hover .ripple-effect::before{
  left: 0;
}
.item-thumb img{
  max-width:420px;
}

@media (max-width:992px) {
  .item-body .property-title{
      margin:0;
  }
  .pricin-list p{
      font-size: 14px;
  }
  .item-body .property-title a{
      font-size: 16px;
  }
  .item-body .pricin-list{
      margin-top: 0;
  }
}
@media (max-width:768px){
  .menu-btn .ripple-effect{
      padding: 10px;
  }
}
/* ============our-product-section-end========= */
/* =========faq-section-css========= */

.accoridian-section{
  background-color: #ffffff;
}

.accordion{
  padding: 15px;
  box-shadow:var(--shadow-medium);
}
.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}
.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion span{
  color: var(--secondary);
  text-transform: capitalize;
}

.accordion {
  position: relative;
}


.accordionTitle,
.accordion__Heading {
  background-color:#ca3658;
  font-weight: 700;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.5s ease-in-out;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  transition: transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: var(--primary);
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: var(--secondary);
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    transition: max-height 0.5s;
  }
}
.accordionTitle:hover{
  color: var(--light);
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}

@media (max-width:768px) {
  .fnt_fs_34{
    font-size: 30px;
  }
  .accordionTitle, .accordion__Heading{
    padding: 10px 12px;
  }
}
@media (max-width:568px) {
  .fnt_fs_34{
    font-size: 24px;
    
  }
  .accordion p{
    padding: 5px;
    font-size: 14px;
    text-align: justify;
  }
  .accordionTitle, .accordion__Heading{
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width:320px) {
  .fnt_fs_34{
    font-size: 20px;
  }
  .accordionTitle, .accordion__Heading{
    padding: 5px;
    font-size: 12px;
  }
  .accordion p{
    font-size: 12px;
    text-align: justify;

  }
}
/* =======faq--section-end========== */


/* =========why-choose-us-section======== */

.why-section{
  background: url(../images/icons/bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.why-section::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
}

a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
} */

span,
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.section-head {
  margin-bottom: 30px;
}
.section-head h2 , .section-head h3 ,.section-head h4,.section-head h5,.section-head h6{
  position: relative;
  padding: 0;
  color: #f91942;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.section-head h2:before , .section-head h3:before,.section-head h4:before , .section-head h5:before , .section-head h6:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.section-head h2 span , .section-head h3 span , .section-head h4 span , .section-head h5 span , .section-head h6 span{
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}
p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.section-head p,
p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}
.extra-text::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.extra-text span {
  font-weight: 700;
  color: #f91942;
}
.why-section .item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
  height: 100%;
}
.why-section .item:hover {
  background: var(--primary);
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.why-section .item:hover .why-section .item,
.why-section .item:hover span.icon {
  background: var(--light);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.why-section .item:hover h6,
.why-section .item:hover p {
  color: var(--light);
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.why-section .item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #f91942;
  width: 90px;
  height: 90px;
  line-height: 96px;
  display: block;
  margin: auto;
  border-radius: 50px;
}
.item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.2);
  color: #f91942;
}
.why-section .item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #f91942;
}
.why-section .item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #f91942;
}
.why-section .item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: #f91942;
}
.why-section .item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: #f91942;
}
.why-section .item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #f91942;
}
.why-section .item p {
  font-size: 15px;
  line-height: 26px;
}
.why-section .item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}
.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f91942;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}
.skills {
  padding-top: 0px;
}
.skills .prog-item {
  margin-bottom: 25px;
}
.skills .prog-item:last-child {
  margin-bottom: 0;
}
.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}
.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f91942;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}

@media (max-width:768px) {
  .section-head{
    margin-bottom: 30px;
  }
  .section-head h4{
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width:425px) {
  .section-head{
    margin-bottom: 22px;

  }
  .section-head h4{
    font-size: 22px;
    margin-bottom: 15px;
  }
  .why-section .item{
    padding: 15px 10px;
    margin-bottom: 0;
  }
  .why-section .item .icon{
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  
}
@media (max-width:320px) {
  .section-head{
    margin-bottom: 10px;
  }
  .section-head h4{
    font-size: 18px;
    margin-bottom: 15px;
    
  }
  .why-section .item{
    padding:  10px;
    margin-bottom: 0;
  }
}

/* =======whychoose-us-section-end=========== */
/* =========our-features-start============ */
#main-content {
  height: 100%;
  width: 100%;
  
  display: flex;
  align-items: center;
}
#main-content #header-1 {
  font-size: 28px;
  font-weight: 200;
}
#main-content #header-2 {
  font-size: 28px;
  font-weight: 600;
  padding: 15px 0 20px;
  color: var(--secondary);
    text-transform: capitalize;
}
#main-content #body {
  font-size: 16px;
  text-align: justify;
  line-height: 1.4rem;
  color: var(--dark);
  width: 30rem;
  padding-bottom: 40px;
}
#main-content #card-body {
  display: flex;
  align-items: center;
}
#main-content #card-body #card-1 {
  border-top: 3px solid #45d3d3;
}
#main-content #card-body #card-1:hover {
  background: linear-gradient(to bottom, rgba(69, 211, 211, 0.5), transparent);
  transform: scale(1.05);
  box-shadow: 0px 15px 15px 16px rgba(0, 0, 0, 0.1);
}
#main-content #card-body #card-2 {
  border-top: 3px solid #ea5353;
}
#main-content #card-body #card-2:hover {
  background: linear-gradient(to bottom, rgba(234, 83, 83, 0.4) 5%, transparent 90%);
  transform: scale(1.05);
  box-shadow: 0px 15px 15px 16px rgba(0, 0, 0, 0.1);
}
#main-content #card-body #card-3 {
  border-top: 3px solid #fcaf4a;
}
#main-content #card-body #card-3:hover {
  background: linear-gradient(to bottom, rgba(252, 175, 74, 0.5), transparent 85%);
  transform: scale(1.05);
  box-shadow: 0px 15px 15px 16px rgba(0, 0, 0, 0.1);
}
#main-content #card-body #card-4 {
  border-top: 3px solid #549ef2;
}
#main-content #card-body #card-4:hover {
  background: linear-gradient(to bottom, rgba(84, 158, 242, 0.5), transparent);
  transform: scale(1.05);
  box-shadow: 0px 15px 15px 16px rgba(0, 0, 0, 0.1);
}
#main-content #card-body .card {
  background: white;
  margin: 1rem 0.8rem;
  padding: 1.8rem;
  width: 14rem;
  border-radius: 4px;
  box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.1);
  transition: 0.5s all;
}
#main-content #card-body .card .card-title {
  font-weight: 600;
  margin-bottom: 15px;
}
#main-content #card-body .card .card-body {
  font-size: 10px;
  line-height: 1.2rem;
  color: #a3a5ae;
}
#main-content #card-body .card #card-cont {
  display: flex;
  justify-content: flex-end;
}
#main-content #card-body .card #card-cont .card-img {
  padding-top: 20px;
  width: 25%;
}

@media (max-width:1024px) {
  #main-content{
    display: block;
  }
}

@media only screen and (max-width: 675px) {
  #main-content #card-body {
    display: inline-block;

  }
  #main-content #header-1{
    font-size: 24px;
  }
  #main-content #header-2{
    font-size: 18px;
    line-height: 1;
  }
  #main-content #body{
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  #main-content #header-2 {
    font-size: 17px;
    padding: 5px 0;
    width: 100%;
  }
  #main-content #body{
    font-size: 14px;
    padding-bottom: 10px;
    width: 100%;
  }
  #main-content #header-1{
    font-size: 20px;
  }
  #main-content #body {
    width: 100%;
  }
  #main-content #card-body {
    display: inline;
  }
}
/* =========our-features-end========= */
/* =========testimonial-section-css========= */
.testimonials {
  background: #fff;
  text-align: center;
  width: 95%;
  max-width: 800px;
  padding: 2rem;
  margin: 1.5rem auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.title {
  font-size: 1.5rem;
}
.description {
  font-size: 0.95rem;
  color: #333;
}

.slider-container {
  margin-top: 2rem;
  margin: 2rem auto 0 auto;
  position: relative;
  overflow: hidden;
}
.slider {
  display: flex;
  flex: 0 0 1;
  width: 300%; /* Depends On slide-box Length * 100 */
  transition: all 0.5s linear;
}
.slide-box {
  padding: 0 80px;
}
.slide-box .comment {
  background-color: #000;
  color: #fff;
  font-size: 0.86rem;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0.4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  font-weight: 400;
}
.slide-box .comment::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 20px;
  width: 20px;
  background-color: #000;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.slide-box img {
  max-width: 60px;
  border-radius: 50%;
}
.slide-box .name {
  font-size: 1rem;
}
.slide-box .job {
  font-size: 0.7rem;
  color: #8d8e97;
  font-weight: 400;
}

.control-slider {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-color: #fff;
  line-height: 40px;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.btn-left {
  left: 10px;
}
.btn-right {
  right: 10px;
}

@media screen and (max-width: 500px) {
  .slide-box {
    padding: 0 55px;
  }
  .testimonials{
    width: 100%;
    padding: 10px;
  }
  .title{
    font-size: 16px;
  }
  .control-slider{
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .btn-left{
    left: 5px;
  }
  .btn-right{
    right: 5px;
  }
  .slide-box{
    padding: 5px;
  }
  .slide-box .comment{
    font-size: 12px;
    text-align: justify;
    padding: 5px;
  }
}

/* ===========testimonial-section-end========= */

/* =========form-section======== */
  .form-wrapper span{
    text-transform: capitalize;
    font-weight: 700;
    color: var(--light);
    display: inline-block;
    margin-bottom: 20px;
  }
  .form-control,.form-control:focus{
    outline: none;
    box-shadow: none;
    
  }
  button.button,button.button:focus{
    border: none;
    outline: none;
    box-shadow: none;
    background-color: var(--secondary);
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--light);
    display: inline-block;
    padding: 10px 25px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  button.button::before{
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    background-color: var(--dark-third);
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    z-index: -1;
    border-radius: 50px;
    
  }
  button.button:hover::before{
    bottom: 0;
  }
/* ==========form-section-end========= */
/* =======foooter-section-start========== */

.new_footer_area {
  background: #fbfbfd;
}


.new_footer_top {
  padding: 100px 0px;
  position: relative;
    overflow-x: hidden;
}
.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 50px;
}
.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}
.new_footer_top .company_widget p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--light);
  margin-bottom: 10px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
}
.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}
.btn_get:hover {
  color: #fff;
  background: #6754e2;
  border-color: #6754e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
  color:var(--light);
}
.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #e2e2eb;
  font-size: 24px;
}

.new_footer_top .f_widget.about-widget .f_list li a {
  color: var(--light);
}


.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  background: url("../images/icons/footer_bg.png") no-repeat scroll center 0;
  width: 100%;
  height: 266px;
  background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url("../images/icons/volks.gif") no-repeat center center;
  width: 330px;
  height: 105px;
background-size:100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url("https://dream2rank.com/theme/images/icons/cyclist.gif") no-repeat center center;
  width: 88px;
  height: 100px;
background-size:100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}

@-webkit-keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}

@keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}



.footer-section{
  background: url(../images/icons/bg2.png) no-repeat;
   background-size: cover;
   background-position: top center;
   padding: 10px 0;
   position: relative;
   z-index: 1;
}
.footer-section::before{
   content: '';
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   position: absolute;
   background: rgba(0,0,0,0.4);
   z-index: -1;
}
.footer-section .contact-info {
   margin-bottom: 12px;
}
.footer-section .contact-info h3 {
   color: #ffffff;
   padding: 0px 0px;
   color: #fff;
   font-weight: 700;
   font-size: 24px;
   border-bottom: #7f7f7f 1px solid;
   padding: 11px 0px;
   margin-bottom: 18px;
}
.footer-section .contact-info p {
   margin: 0;
   color: #fff;
   font-size: 14px;
}
.footer-section .contact-info a {
   display: block;
   margin-bottom: -1px;
   text-decoration: none;
   color: #ffffff;
   font-size: 19px;
}
.footer-section .our-location h2,.footer-name {
   color: #fff;
   font-weight: 700;
   font-size: 24px;
   border-bottom: #7f7f7f 1px solid;
   padding: 11px 0px;
   margin-bottom: 18px;
}
.footer-section .our-location .locations h3 {
   color: #f10758;
   font-size: 20px;
}
.footer-section .our-location .locations p {
   color: #fff;
   font-size: 13px;
}
.footer-list{
   display: flex;
   align-items: center;
}
.footer-list li+li,.term-con li+li{
   margin-left: 10px;
   border-left: 1px solid #7f7f7f;
}
.footer-list li a,.term-con li a{
   color: var(--primery_clr);
   font-size: 14px;
   font-weight: 300;
   font-family: 'Poppins', sans-serif;
   padding: 0px 15px;
   text-transform: capitalize;
}
.term-condition{
   text-align: end;
}
.footer-menu{
   max-height: 255px;
   overflow: auto;
}
.footer-menu li+li{
   margin-top: 10px;
   border-top: 1px dashed var(--primery_clr);
}
.footer-menu li a{
   font-size: 14px;
   font-weight: 300;
   color: var(--primery_clr);
   text-transform: capitalize;
   display: inline-block;
   padding: 5px 0;
}
.footer-menu::-webkit-scrollbar {
   width: 3px;
 }
  
 .footer-menu::-webkit-scrollbar-track {
   box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 }
  
 .footer-menu::-webkit-scrollbar-thumb {
   background-color: var(--primary);
   outline: 1px solid red;
 }
.social-media-footer{
   display: flex;
   align-items: center;
   justify-content: center;
}
.footer-icon li+li{
   margin-left: 10px;
}
.footer-icon li a{
   transition: all 0.4s ease-in-out;
}
.footer-icon li a:hover {
   animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
   transform: translate3d(0, 0, 0);
   perspective: 1000px;
 }
 
 @keyframes shake {
   10%, 90% {
     transform: translate3d(-1px, 0, 0);
   }
   20%, 80% {
     transform: translate3d(2px, 0, 0);
   }
   
   30%, 50%, 70% {
     transform: translate3d(-2px, 0, 0);
   }
   40%, 60% {
     transform: translate3d(2px, 0, 0);
 }
}
.footer-icon img{
  max-width: 45px;
}
.footer-menu li a{
  display: flex;
  align-items: center;
}
.footer-menu li a span{
  display: inline-block;
  padding: 0px 8px;
}
.term-con{
  display: flex;
  justify-content: end;
  align-items: center;
}
 /* =======footer-responsive========= */
 @media (max-width:992px) {
   .footer-list li a,.term-con li a{
       font-size: 12px;
   }
   .footer-section .our-location h2, .footer-name{
       font-size: 20px;
       padding: 5px 0;
   }
 }
 @media (max-width:670px) {
   .footer-list{
       display: block;
   }
   .footer-list li+li{
       border-top: 1px dashed var(--primery_clr);
       border-left: none;
       margin-left: 0;
       margin-top: 10px;
   }
   .footer-list li a{
       font-size: 14px;
       padding: 5px 0;
       display: inline-block;
   }
   .social-media-footer{
       display: block;
   }
   .social-media.footer,.term-condition{
       padding: 10px 0;
   }
   .term-con{
    display: block;
  }
  .term-condition{
    text-align: start;
  }
  .term-con li+li{
    margin: 0;
    border: none;
  }
  .footer-icon img{
    max-width: 35px;
  }
 }
 @media (max-width:768px) {
  .footer{
    position: relative;
    top: -20px;
  }
 }

/*************footer End*****************/
#button {
  display: inline-block;
  background-color: var(--dark);
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  border-radius:50%;
  bottom: 50px;
  right: 5px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/* pulse */
.pulse {position: fixed;}
.pulse:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    border: 3px solid var(--primary);
    position: absolute;
    top: 0px;
    left: 0px;
    animation: pulse 2s ease 0s infinite;
}
@keyframes pulse {
  0% {
      opacity: 1;
      transform: scale(1);
  }
  80% {
      opacity: 0;
      transform: scale(1.2);
  }
  100% {
      opacity: 0;
      transform: scale(2);
  }
}

@media (max-width:568px) {
  .footer-head h4{
    font-size: 20px;
    margin-bottom: 12px;
  }
}




.link-section{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11111;
}
.call{
  padding: 8px;
  background-color: var(--primary);
}
.call a{
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content:center;
  color: var(--light);
  text-transform: capitalize;
}
.call a span{
  padding: 0px 5px;
}

@media (max-width:568px) {
  .call{
    padding: 5px;
  }
}

/* ==========side-bar========= */

  .body-link{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11111;
    right: 0;
    display: none !important;

  }

  .link-1{
    margin: 15px 0;
  }


  .link-1 a{
    display: flex;
    align-items: center;
    padding: 10px 25px;
    box-shadow: 0px 0px 5px rgba(254, 0, 88, 0.5);
    font-size: 18px;
    background-color: var(--light);
    color: var(--primary);
    transition: all 0.3s ease-in-out;
    position: relative;
    right: -168px;
    text-align: center;
  }
  .link-1 a:hover{
    right: 0;
  }
  .link-1 a span{
    padding: 0px 5px;
  }
/* ==========side-bar========= */

/* =========form-wrapper========== */
.form-wrapper{
  max-width: 650px;
  margin: auto;
  background-color: var(--primary);
  border-radius: 3px;
  padding: 15px ;
}
.crose-icon{
  color: var(--primery_clr);
  font-size: 20px;
  cursor: pointer;
  display:block;
  text-align: end;
}
.form-control:focus{
  outline: none;
  box-shadow: none;
  color: var(--dark);
  font-size: 16px;
  border: none;
}
.form-logo img{
  max-width: 200px;
  margin:0  auto;
  background-color: var(--primery_clr);
  border-radius: 10px;
}
.form-logo {
  margin-top: -32px;
  margin-bottom: 15px;
}

.form{
  display: none;
  transform: scale(0.75);
  animation: all 0.4s ease-in-out;
}
.box-show{
  overflow: hidden;
}
.clicked{
  display: block;
  transform:scale(1);
  position:fixed;
  top: 0;
  left: 0;
  z-index: 1111;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  animation: fade-form 0.5s linear alternate;
}
@keyframes fade-form {
  0%{
      transform: scale(0.75);
  }
  100%{
      transform: scale(1);
  }
}
.btn-form{
  border: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: var(--secondary_clr);
  padding: 10px 25px;
  text-align: center;
  color: var(--primery_clr);
  font-size: 16px;
  font-weight: var(--fnt_wgt_5);
  text-transform: capitalize;
  line-height: 1;
}
.text-form{
  display: none;
}
.form-text{
  display: inline-block;
}
@media (max-width:992px) {
  .form-wrapper{
      max-height: 600px;
      overflow: auto;
      max-width: 800px;
  }
}
@media (max-width:568px) {
  .form-wrapper{
      max-height: 500px;
      overflow: auto;
      max-width: 500px;
  }
}
@media (max-width:425px) {
  .form-wrapper{
      max-height: 500px;
      overflow: auto;
      max-width: 400px;
  }
}
@media (max-width:375px) {
  .form-wrapper{
      max-height: 400px;
      overflow: auto;
      max-width: 250px;
  }
}

/* ========-icons======== */
.call-mobile-fixed ul {
  position: fixed;
  box-shadow: 0px 0px 10px #000000;
  background: #fff;
  padding: 5px;
  border-radius: 50px;
  bottom: 50%;
  left: 10px;
  z-index: 1;
}
.call-mobile-fixed li {
  line-height: 48px;
  margin-top: 10px;
}
.call-mobile-fixed ul a img{
  max-width: 30px;
}

@media (max-width:768px){
.call-mobile-fixed ul a img{
  max-width: 22px;
}
.call-mobile-fixed ul{
  left: 2px;
}
}
/* =========icons======== */

/* ========enquery========= */
.fixe-text{
  position: fixed;
  top: 50%;
  right: -52px;
  z-index: 11111;
  cursor: pointer;
  transform: rotate(90deg);
}
.fixe-text img{
  max-width: 150px;
}
@media (max-width:992px) {
  .fixe-text{
    right: -20px;
  }
}
@media (max-width:768px){
  .fixe-text img{
    max-width: 90px;
  }
  .form-logo img{
    max-width: 100px;
  }
}

/* =======================inner-pages================= */
.product-box-section .carousel {
  margin-top: 20px;
}
.product-box-section .item .thumb {
width: 25%;
cursor: pointer;
float: left;
}
.product-box-section .item .thumb img {
width: 100%;
margin: 2px;
}
.product-box-section .item img {
width: 100%;	
}


.product-box-content span{
    font-size: 34px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--dark);
    display: inline-block;
    padding: 10px 0;
}
/* =======================inner-pages================= */

/* =======================inner-page================ */
.right_project {
  float: left;
  width: 100%;
  background-color: #1178ba;
  color: #fff;
  font-size: 22px;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 600;
  padding: 13px 0;
}

.contact_btn {
  background-color: #1178ba;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 20px 15px;
  margin: -13px 0 -13px 0;
  float: right;
  border-radius: 0 6px 6px 0;
  border-left: 1px solid #69a3c8;
}

.contact_btn span {
  font-size: 22px;
  margin-left: 7px;
}

.sform {
  float: left;
  width: 100%;
  background-color: var(--primary);
  padding: 20px !Important;
  color: #fff;
  margin-bottom: 20px;
}
.contact_btn:hover{
  color: #ffffff;
}

.sinput {
  height: 43px;
  border: 0;
  width: 31%;
  border-radius: 4px;
  background-color: #fff;
  color: #5c5c5c;
  font-size: 15px;
  font-family: 'Roboto Condensed',sans-serif;
  float: left;
  margin: 0 1.4% 0 0;
  padding: 0 0 0 10px;
}

.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.sfbt img {
  position: absolute;
  right: -21px;
}
.sfbt {
  background-color: var(--primary)!important;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  padding: 8px 10px 9px 17px;
  margin: -11px 0 -18px -26px;
  position: relative;
  border: 3px solid #fff;
  font-family: 'Roboto Condensed',sans-serif;
  border-radius: 6px;
  width: 123%;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}

.inner-banner{
  padding: 50px 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.inner-banner::after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/banner/web-design-banner.png) no-repeat top center;
  background-size: cover;
  z-index: -1;
}
.inner-heading span{
  color: #ffffff;
  font-size: 34px;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 0;
}
.inner-page-link a,.inner-page-link span{
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  padding: 8px ;

}
/* ====================inner-page======================= */

.triangle-down {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 32px solid #251683;
  margin: auto;
}

.form-text-next{
  padding:0px 10px ;
}

.form-control, .form-control:focus{
  width: 100%;
}

.hvr-rectangle-out{
  transition: all 0.3s ease-in-out;
}
.hvr-rectangle-out:hover{
  color: #000000;
}



.contact-area.contact-page {    margin-top: 0;}
.contact-area.contact-page .contact-shadow {    box-shadow: none;}
.no-gutters {    margin-right: 0;    margin-left: 0;}
.no-gutters>.col, .no-gutters>[class*=col-] {    padding-right: 0;    padding-left: 0;}
.contact-area .contact-shadow .contact-form-area {    background: #fff;}
.contact-area .contact-shadow .contact-form-area .contact-title {    padding-bottom: 16px;}
.contact-area .contact-shadow .contact-form-area .contact-title .title {    padding-bottom: 10px;    padding-left: 60px;}
.contact-area .contact-shadow .contact-form-area .input-box input {    width: 100%;    line-height: 40px;    border: 1px solid #e9e9e9;    background: rgba(1, 14, 42, 0.031);   border-radius: 5px;    padding-left: 15px;    font-size: 15px;    color: #676e7c;}
.contact-area .contact-shadow .contact-form-area .input-box textarea {    border: 1px solid #e9e9e9;    background: rgba(1, 14, 42, 0.031);    width: 100%;    height: 120px;    resize: none;    border-radius: 5px;    padding-left: 15px;    padding-top: 15px;    font-size: 15px;    color: #676e7c;}
.main-btn {display: inline-block;    font-weight: 500;    text-align: center;    white-space: nowrap;    vertical-align: middle;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;  padding: 0 25px;    text-transform: uppercase;    font-size: 15px;    line-height: 42px;    border-radius: 30px;    color: #fff;    cursor: pointer;    font-weight: 600;    z-index: 5;    -webkit-transition: all 0.4s ease-out 0s;    -moz-transition: all 0.4s ease-out 0s;    -ms-transition: all 0.4s ease-out 0s;    -o-transition: all 0.4s ease-out 0s;    transition: all 0.4s ease-out 0s; background-color: var(--primary); border: none;}
.contact-area .contact-shadow .contact-form-area .input-box button:hover {    border-color: #c51517;}
.contact-area .contact-shadow .contact-info {    background: #ff5e14;    height: 100%;        padding: 0px 50px 50px;}
.contact-area.contact-page .contact-shadow .contact-info {    background: #fff;}
.contact-area .contact-shadow .contact-info .contact-info-title {    padding-bottom: 10px;}
.contact-area.contact-page .contact-shadow .contact-info .contact-info-title .title {    color: #041436;        padding-left: 57px;}
.contact-area .contact-shadow .contact-info .contact-info-item {    position: relative;    padding-left: 70px;}
.contact-area.contact-page .contact-shadow .contact-info .contact-info-item i {    background: #ffffff;   color: var(--primary);    border: 2px solid var(--primary);    height: 40px;    width: 40px;    line-height: 35px;}
.contact-area .contact-shadow .contact-info .contact-info-item i {    top: 0;    left: 0;   position: absolute;    color: #fff;    height: 40px;    width: 40px;    border-radius: 50%;    text-align: center;    line-height: 40px;    background-color: rgba(255, 255, 255, 0.102);}
.contact-area.contact-page .contact-shadow .contact-info .contact-info-item span {    color: #041436;    font-weight: 500;}
.contact-title h2{position: relative;}
.contact-title h2::after{    position: absolute;    width: 45px;    height: 2px;    background: var(--primary);    content: '';    top: 22px;    right: 47%;}
.contact-title h2::before{ position: absolute;    width: 45px;    height: 2px;    background: var(--primary);    content: '';    top: 22px;    left: 6px;}
.contact-info-title h3{position: relative;}
.contact-info-title h3::after{    position: absolute;    width: 45px;    height: 2px;   background: var(--primary);   content: '';    top: 22px; right: 45px;}
.contact-info-title h3::before{ position: absolute;    width: 45px;    height: 2px; background: var(--primary);    content: '';    top: 22px;    left: 6px;}
.input-box button:hover {    color: #fff !important;}
.contact-info-item li{font-family: 'Quicksand', sans-serif;}


.contact-area .contact-shadow .contact-info .contact-info-item {
  position: relative;
  padding-left: 20px;
}

.contact-area.contact-page .contact-shadow .contact-info .contact-info-item .form-icon {
  background: #ffffff;
  color: var(--primary);
  border: 2px solid var(--primary);
  height: 40px;
  width: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
}


.contact-title h2::after {
  position: absolute;
  width: 45px;
  height: 2px;
  background:var(--primary);
  content: '';
  top: 15px;
  right: 58%;
}

.contact-info-title h3::after {
  position: absolute;
  width: 45px;
  height: 2px;
  background: var(--primary);
  content: '';
  top: 15px;
  right: 158px;
}

.contact-title h2::before {
  position: absolute;
  width: 45px;
  height: 2px;
  background: var(--primary);
  content: '';
  top: 15px;
  left: 6px;
}

.contact-info-title h3::before {
  position: absolute;
  width: 45px;
  height: 2px;
  background: var(--primary);
  content: '';
  top: 15px;
  left: 6px;
}

.contact-area.contact-page {
  margin-top: 0;
  background: #fff;
}