:root{
    --font1: "Futura Now Headline ExtraBlack";
    --c1:#0e2b5c;
    --c2:#627792;
    --c3:#1dc2ef;
    --c4:#82b541;
    --c5:#322943;
    --light:#fff;
    --dark:#000;
}

@font-face {
  font-family: 'Futura Now Headline ExtraBlack';
  src: url('font/FuturaNowHeadline-XBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body{
  font-family: "Josefin Sans", serif;
}
img{
    width: 100%;
}
h1{
    font-family: var(--font1);
    color: var(--c1);
    font-size:50px;
    font-weight: 900;
}

h2,h3{
    font-family: var(--font1);
    color: var(--c1);
    font-size:32px;
    text-transform: uppercase;
}
h4{
    font-weight: 500;
    color: var(--c1);
    font-size: 1.15rem;
    line-height: 1.35em;
}

h5{
    font-family: var(--font1);
    color: var(--c1);
    font-size:30px;
    font-weight: 600;
}
h6{
    font-size: 10px;
    text-align: center;
    font-weight: 500;
    color: var(--c4);
    text-transform: uppercase;
    letter-spacing: 4px;
}
p{
    color: var(--c2);
    font-size: 16px;
}
.body{
    background-color: #eceff3;
}
.btn-cont a {
  color: var(--c4);
}
.btn-cont i {
  font-size: 12px;
}
.btns {
  background: var(--c4);
  border-radius: 50px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.btns a{
  color: var(--light);
}
/** Start header **/
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: transparent;
  padding: 0;
}
button:focus {
  outline: 0px dotted;
}
.mobile{
  display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.topbar{
    background-color: #231834;
    padding: 10px 0 5px 0;
}
.topbar p{
    color: #9b9aadcc;
}
.add {
    display: flex;
    padding-right: 15px;
}
header {
    padding: 0;
}
header.fixed{
  position: fixed;
  width: 100%;
  z-index: 444;
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .12);
}
nav.navbar.navbar-expand-lg.navbar-light.justify-content-between {
  padding: 10px 0 !important;
}
.btn {
    background: var(--c4);
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.btn a {
    color: #fff;
    font-size: 12px;
}
nav.navbar.navbar-expand-lg.navbar-light img {
    width: 200px;
}
.btn:hover {
    background: #392757;
}  
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 30px;
}
a.nav-link {
    font-weight: 500;
}
.collection-header{
  text-align: center;
  display: flex;
  justify-content: end;
}
.collection {
  padding-left: 15px;
}
.add i {
  font-size: 30px;
  color: #9b9aadcc;
  padding-right: 15px;
  margin-top: 12px;
}
.add-info {
  display: flex;
  padding-left: 10px;
}
.topbar p {
  margin: 0 !important;
}
.collection i {
  color: #9b9aadcc;
  font-size: 30px;
}
.collection p {
  color: #9b9aadcc;
}
.social i {
  font-size: 25px;
  color: #0e2b5c;
  padding: 0 5px;
}
.social i:hover {
  color: var(--c4);
}
/** End Header **/

/** Start Home Page **/
.point {
    display: inline-flex;
    align-items: center;
}
.point-text {
    padding-left: 20px;
}
.icon i {
    font-size: 50px;
    color: #627792;
}
.home-about{
    padding: 80px 0 120px 0;
    background-color: #eceff3;
    margin-top: -50px;
}
.home-about-text {
    padding-right: 30px;
}
.home-about-poinr{
    padding-left: 30px;
}
.item img{
    height: 90vh;
}
.service-item{
    background-color: var(--c5);
    background-image: url(img/map-ft.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.slide-service {
    margin-top: -70px;
    padding-bottom: 100px;
}
.sol-gome-text p {
    font-size: 20px;
}
a#navbarDropdown\ drop-ser {
  font-weight: 400;
  padding-left: 23px;
}
.hh {
    margin-bottom: 35px;
}
.cont{
    height: 70vh;
}
section.contact-home {
    margin-bottom: -300px;
}
.feedback-slide {
    padding-top: 380px;
}
.feedback-item {
    padding: 0 50px 0 0;
    display: inline-flex;
}
.btn-ph {
  display: inline-flex;
}
.btn-ph img {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.btn-te p {
  margin-top: -8px;
}
.feedback-img{
  padding-right: 50px;
}
.feedback-img h4{
  color: var(--c4) !important;
  font-weight: 600;
  font-size: 15px;
}
.btn-cont img{
  margin: 0 auto;
  padding: 30px 0;
  width: 70px !important;
  text-align: center !important;
  align-items: center !important;
  transition: .5s ease-in-out;
}
.btn-cont img:hover{
  transform: scale(1.2);
}
.feedback-img img{
  width: 70px !important;
  border-radius: 50px;
}
.serve-img img {
  width: 230px;
  filter: brightness(7.5);
}
.serve {
  box-shadow: 0 10px 60px rgba(0, 0, 0, .12);
  padding: 35px;
  background: #fff;
  border-radius: 5px;
}
.serve-text h3 {
  font-size: 1.25rem;
  line-height: 1.385em;
}
.serve-text h4{
  color: var(--c4);
  font-size: 15px;
}
.serve-text {
  padding-top: 30px;
}
.serve-img {
  padding: 50px;
  margin: 0 auto;
  text-align: center;
}
.slide-ban {
  height: 80vh;
}
.banner-text {
  top: 200px;
  position: absolute;
}
.banner-text h1, h5{
  color: var(--light);
}
.benifits-category h5{
  color: var(--c5);
}
/** End Home Page **/

/** Start Footer **/
.footer-section {
    background: var(--c5);
    position: relative;
    margin-top: -6px;
  }
  .footer-cta {
    border-bottom: 1px solid var(--c4);
  }
  .single-cta i {
    color: var(--c4);
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: var(--c2);
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 200px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: var(--c2);
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .twitter-bg{
    background: #55ACEE;
  }
  .google-bg{
    background: #DD4B39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: var(--c4);
  }
  .footer-widget ul li {
    margin-bottom: 12px;
  }
  .footer-logo img {
    filter: brightness(33.5);
}
.footer-widget.foot-link {
    padding-left: 100px;
}
  .footer-widget ul li a:hover{
    color: var(--c4);
  }
  .footer-widget ul li a {
    color: var(--c2);
    text-transform: capitalize;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: var(--c4);
      padding: 13px 20px;
      border: 1px solid var(--c4);
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    padding: 25px 0;
    border-top: 1px solid #82b54138;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: var(--c2);
  }
  .copyright-text p a{
    color: var(--c4);
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-contact {
    padding: 80px;
    background-color: var(--c5);
    background-image: url(img/map-ft.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
  .footer-menu li:hover a{
    color: var(--c4);
  }
  .footer-menu li a {
    font-size: 14px;
    color: var(--c2);
  }

/** End Footer **/

/** Start About **/

.home-about-poinr-about p {
    font-size: 20px;
}
.about-section {
    margin-top: 25px;
}
.home-about-page {
    padding: 80px 0;
}
.mission {
    box-shadow: 0 10px 60px rgba(0, 0, 0, .12);
    padding: 25px;
    border-radius: 5px;
}
.mission h4 {
  margin-top: 25px;
}
.missions{
  padding-bottom: 80px;
}
.why-choose-us-about {
  padding: 80px 0;
}
.items img {
  width: 30px;
}
.items.about {
  padding: 0 30px;
}
/** End About **/

/** Start Contact **/
.contact-details{
  padding: 80px 0;
}
.contact-det {
  text-align: center;
}
.contact-det i{
  color: var(--c4);
  font-size: 30px;
  margin-bottom: 15px;
}
section.contact-de {
  padding-bottom: 100px;
}
.contact-det {
  text-align: center;
  box-shadow: 0 0 10px #00000021;
  padding: 30px;
}

/** End Contact **/

/*** Start Website Devolopment ***/

.banner{
    height: 60vh;
}

.home1{
    padding: 80px 0;
}
.home-1-img img{
    border-radius: 10px;
    box-shadow: 1px 4px 10px #00000066;
}
span.ex{
    color: var(--c2);
    font-weight: 500;
}
.benifits-category {
    border-top-width: 15px !important;
    padding-top: 15% !important;
    padding-right: 10% !important;
    padding-bottom: 15% !important;
    padding-left: 10% !important;
    background-color: #ffffff !important;
    border-top-color: var(--c4) !important;
    border-top-style: solid !important;
    border-radius: 5px !important;
    box-shadow: 0 5px 35px rgba(0, 0, 0, .1);
}
.benifits{
    padding-top: 80px;
}
.solution{
    padding: 0 0 80px 0;
}
.solution h2{
    text-align: center;
}
.sol {
    width: 50%;
    margin: auto;
    padding-bottom: 60px;
    text-align: center;
}
.items {
    display: -webkit-inline-box;
    padding: 0 15px;
}
.sol-text {
    padding-left: 15px;
}
.items i {
    color: var(--c4);
    font-size: 20px;
    padding-top: 6px;
}
.brands{
    background-color: #322943;
    padding: 50px 0;
}
.brand-logo {
    padding: 15px;
}
.why-choose-us{
    padding: 80px 0;
}
.line {
    border: 1px solid #62779233;
    margin: 35px 0;
}

/*** End Website Devolopment ***/

/** Start Form **/
.grid-60-40 {
    display: grid;
    grid-template-columns: 60% 40%;
  }
  .get_form_inner {
    display: block;
    padding: 45px 40px;
    background: #fff;
    box-shadow: 0 5px 35px #00000045;
  }
  input[type="text"], input[type="text"], input[type="email"], input[type="tel"] {
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: var(--c1);
    height: 42px;
    padding: 0 0 0 20px;
    width: 100%;
    outline: 0;
    border-radius: 50px;
  }
  .grid-50-50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .grid-full {
    margin: 20px 0;
  }
  textarea {
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #333;
    padding: 12px 0 0 20px;
    width: 100%;
    outline: 0;
    margin-bottom: 20px;
  }
  .get_form_inner_text h3 {
    margin-bottom: 30px;
  }
  input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid;
    border-radius: 50px;
    font-weight: 500;
    padding: 10px 20px;
    outline: 0;
    cursor: pointer;
    color: #103e65;
    transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  input[type="submit"]:hover {
    background-color: var(--c1);
    color: #fff;
  }
  ul.get_say_info_sec {
    margin-top: 50px;
}
  .get_say_form {
    display: inline-block;
    padding: 45px 0 25px 30px;
    background: #322943;
    position: relative;
  }
  .get_say_form h5 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 40px;
  }
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .get_say_social-icn {
    display: flex;
    position: absolute;
    bottom: 40px;
  }
  .get_say_social-icn a {
    font-size: 22px;
    color: #fff;
    padding: 0 20px 0 0;
  }
  .get_say_info_sec i {
    color: #fff;
    font-size: 32px;
  }
  .tt {
    margin-left: 20px;
}
  .get_say_info_sec > li {
    display: flex;
    grid-template-columns: 40px auto;
    align-items: center;
    margin-bottom: 15px;
  }
  .get_say_info_sec > li a {
    width: 100%;
    display: block;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    text-decoration: unset;
    font-weight: 500;
    background: #162b65;
    border-radius: 5px 0 0 5px;
    transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .get_say_info_sec > li a:hover {
    background-color: #f85508;
  }
  .contact-text {
    background: #322943;
    padding: 50px 50px 20px 50px;
}
section.contact{
    padding-bottom: 80px;
}
/** End Form **/


@media(max-width:900px){
    .home-about-text {
        padding-right: 0;
    }
    .home-about-poinr{
        padding-left: 0;
    }
    .topbar{
        display: none;
    }
    .get_form_inner {
        padding: 54px 15px;
    }
    .sol{
        width: 100%;
    }
    .brand-logo {
        padding: 15px;
    }
    .service-item{
        height: auto;
    }
    .cont {
        height: 106vh;
    }
    .feedback-item {
        padding: 0;
    }
    .footer-widget.foot-link {
        padding-left: 0;
    }
    .mission{
      margin-top: 25px;
    }
    .sol{
      padding-bottom: 0;
    }
    .footer-section {
      margin-top: 0px;
      padding: 50px 0 0 0;
  }
  .contact-det{
    margin-top: 25px;
  }
  .btn{
    margin-bottom: 20px;
  }
  .btn-ph{
    display: none;
  }
  .item img {
    height: 30vh;
}
.footer-contact {
  padding: 50px 0;
}
.feedback-img {
  padding-right: 25px;
}
.social{
  display: none;
}
.slide-service {
  padding-bottom: 0;
}
.serve{
  margin-top: 30px;
}
.banner {
  height: 30vh;
}
.mm{
  margin-top: 20px;
}
.solution-items {
  margin-top: 40px;
}
.desktop{
  display: none;
}
.mobile{
  display: block;
}
.navbar{
  padding: 10px 0;
}
nav.navbar.navbar-expand-lg.navbar-light img {
  width: 150px;
}
.serve-img img {
  width: 150px;
}
.serve {
  padding: 10px;
}
.why-choose-us {
  padding: 35px 0;
}
}