@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
:root {
  --Orange: #ff6c2b;
  --white: #ffffff;
  --black: #000000;
  --blue: #002052;
}
:root {
  --font-roboto: 'Roboto', sans-serif;
  --font-exo: 'Exo 2', sans-serif;
}
html, body {
    overflow-x: hidden;
    width: 100%;
}
a {
    text-decoration: none!important;
}
.fa-star:before {
    content: "\f005";
    font-family: 'Font Awesome 5 Free';
}
.custom-logo{
    width: 200px;
    height: 64px;
}
#sliderbtn1{
background-color: var(--Orange);

color: white;
width: fit-content;
font-weight: 600;
border: 1px solid transparent;
height: auto;
font-family: var(--font-exo);
height: 45px;
width: 145px;
}
#sliderbtn1:hover{
  border:2px dotted white;
}
#sliderbtn2{
font-weight: 600;
color: white;
border-color: white;
font-family: var(--font-exo);
height: 45px;
    width: 145px;
}
#sliderbtn2:hover{
  border:2px dotted var(--Orange);
}

.toggle-nav{
color: var(--blue);
}

.text-slider{
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center!important;
    color: var(--white);
    font-family: var(--font-roboto);
}
.slider-smallhd{
    line-height: 29px;
    color: var(--white);
    font-family: var(--font-roboto);
}
.slider-mainhd{
letter-spacing: 4px;
color: var(--white);
font-weight: 700;
font-size: 53px;
 font-family: var(--font-exo);
}
.main-navigation a {
    text-decoration: none;
    color: white;
}
#slider{
  max-width:100%;
  margin:auto;
  padding:0;
  position:relative;
}
#slider ol.carousel-indicators {
    position: relative;
    bottom: 50px;
}
#slider img {
    width: 100%;
}
.carousel-caption {
  top: 50%;
  transform: translateY(-50%);

}

ol.carousel-indicators {
    position: relative;
    bottom: 16px;
}
#slider .carousel-indicators li{
    max-width: 10px;
    height: 10px;
  border-radius:50%;
}
.img-icon{
    height: 65px;
    width: 72px;
}
.feature-hover:hover{;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    border-bottom: 5px solid #ff6c2b;
}
.text-feature-style{
    color: #ff6c2b ;
    font-family: var(--font-exo);
    font-weight: 600;
}
.subtext-feature{
color: #002155;
font-family: var(--font-roboto);
font-size: 15px;
}
#aboutbtn1{
background-color: var(--Orange);
width: fit-content;
font-weight: 500;
border: 1px solid transparent;
font-family: var(--font-exo);
font-weight: 600;
position: relative;
transition: color 0.5s, transform 0.2s, background-color 0.2s;
 border: 3px solid transparent;
padding-left: 25px !important;
padding-right: 25px !important;

}

.sub-head-about{
    color: var(--Orange);
    color: #ff5e15;
   font-weight: 600;
   font-family: var(--font-roboto);
}
.main-head-about{
    color: var(--blue);
     font-weight: 600;
     font-family: var(--font-exo);

}
.proj-start{
  color: white;
}
.about-text{
    font-size: 14px;
    line-height: 23px;
    color: var(--blue);
    text-align: justify;
    font-weight: 400;
    font-family: var(--font-roboto);
}
.txt-icon{
    font-weight: 500 !important;
    color: var(--blue);
    font-size: 14px;
    font-family: var(--font-roboto);
    margin-left: 10px;
}
span.text-prog {
    color: white;
  }
#aboutbtn{
   color: var(--blue);
   font-family: var(--font-exo);
   font-weight: 600;
}
#aboutbtn1:hover {
    border: 2px dashed var(--Orange);
    background: white;
    color: var(--Orange);
}
#aboutbtn:hover{
color: var(--Orange);
  }
 .circle_percent {
    font-size:155px;
     width:1em;
     height:1em;
     position: relative;
     background: #eee;
     border-radius:50%;
     overflow:hidden;
     display:inline-block;
     margin:20px;
}
}
 .circle_inner {
    position: absolute;
     left: 0;
     top: 0;
     width: 1em;
     height: 1em;
     clip:rect(0 1em 1em .5em);
}
 .round_per {
    position: absolute;
     left: 0;
     top: 0;
     width: 1em;
     height: 1em;
     background-color: var(--Orange);
     clip:rect(0 1em 1em .5em);
     transform:rotate(180deg);
     transition:1.05s;
}
 .percent_more .circle_inner {
    clip:rect(0 .5em 1em 0em);
}
 .percent_more:after {
    position: absolute;
     left: .5em;
     top:0em;
     right: 0;
     bottom: 0;
     background-color: var(--Orange);
     content:'';
}
 .circle_inbox {
    position: absolute;
     top: 10px;
     left: 10px;
     right: 10px;
     bottom: 10px;
     background: #fff;
     z-index:3;
     border-radius: 50%;
}
 .percent_text {
    position: absolute;
     font-size: 36px;
     left: 50%;
     top: 50%;
     transform: translate(-50%,-50%);
     z-index: 3;
     color: var(--blue);
     font-family: var(--font-roboto);
     font-weight: 600;
}
.main{
  width:100%;
  height: 1280px;
  position:relative;
}
#counter{
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover;
  width: -webkit-fill-available;
  padding: 70px;
}
.counter-txt{
    color: white !important;
    font-family: var(--font-roboto);
}
.counter-main-heading{
    color: var(--Orange);
    font-weight: 600;
    font-family: var(--font-exo);
}
.counter-small-txt{
    font-size: 15px;
     font-family: var(--font-roboto);
}
.card-c-services{
    border: 1px solid transparent !important;
}
.img-ser{
    width: 68px !important;
}
.stext-ser{
    font-size: 13px!important;
    color:var(--blue);
}
.head-ser{
    color: var(--Orange);
    font-family: var(--font-exo);
    font-weight: 600;
}
.main-text{
    font-size: 13px !important;
    line-height: 23px;
}

.btn-sol i {
    font-size: 20px;
    margin-right: 5px;
}
.text-pro{
    font-size: 15px;
    font-family: var(--font-roboto);
}
.proj-start {
    font-family: var(--font-roboto);
    text-transform: capitalize;
    font-size: 17px;
}
.new-title{
font-family: var(--font-exo);
font-weight: 600;
color: var(--blue);
}
.serv-text{
  font-family: var(--font-exo);
  color: var(--blue);
  font-weight: 500;
    font-size: 18px;
}
#btn-project{
  background-color: var(--Orange);
  color: white;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 16px;
}
#btn-project:hover{
background-color: white;
  color: var(--Orange);
  border: 2px solid var(--Orange);
  }
#btn-project1 {
    padding: 7px;
    background-color: var(--Orange);
    /* float: right !important; */
    position: absolute;
    z-index: 999;
    color: var(--white);
    margin-left: 63%;
    margin-top: 10px;
    font-weight: bold;
    }
.portfolio{
  height: 300px;
}
.portfolio-main-title{
  color: var(--white);
}
.portfolio-text{
  font-size: 13px;
    color: var(--white);
}
.box-1{
/*  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.box-1:hover {
  /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
}
.box-1:before,
.box-1:after{
    content: "";
    width: 100%;
    height: 50%;
   /* background: linear-gradient(to right top,rgba(0,0,0,0.7) 49%,rgba(0,0,0,0.8) 50%);*/
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.box-1:after{
 /*   background: linear-gradient(to right top,rgba(0,0,0,0.7) 49%,rgba(0,0,0,0.8) 50%);*/
    top: 50%;
}
.box-1:hover:before,
.box-1:hover:after{ opacity: 1; }
.box-1 img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.box-1:hover img{ transform: translateY(-10%); }
.box-1 .box-content-1{
    width: 100%;
    padding: 10px;
    background: var(--white);
    border-bottom: :2px solid var(--Orange)!important;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(100%);
    transition: all 0.3s ease 0s;
}
.box-1:hover .box-content-1{ transform: translateX(-50%) translateY(0); }
.box-1 .title-1{
    font-size: 20px;
    font-weight: 500;
    color:var(--black);
    letter-spacing: 1px;
    margin: 0;
     text-align: start !important;
}
.box-1 .post-1{
    font-size: 12px;
    color: var(--blue);
    border-radius: 0 10px 0 10px;
     text-align: start !important;
     margin: 0;

}
.subscribe_box1 button.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 4px 34px;
    background:var(--Orange);
    border: 1px solid var(--Orange);
    font-size: 25px;
    color: white;
}
.box-1 .icon-1{
    width: 100%;
    list-style: none;
 /*   position: absolute;*/
   /* top: 50%;
    left: 50%;
    z-index: 2;*/
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
}
.box-1 .icon-1 li{
   /* display: inline-block;*/
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.box-1 .icon-1 li:first-child{ transform: translateX(-150px); }
.box-1 .icon-1 li:last-child{ transform: translateX(150px); }
.box-1:hover .icon-1 li{ opacity: 1; }
.box-1:hover .icon-1 li:first-child{ transform: translateX(0); }
.box-1:hover .icon-1 li:last-child{ transform: translateX(0); }
.box-1 .icon-1 li a{
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 50%;
    /*line-height: 36px;*/
    /*border-radius: 50%;*/
    /*background: #fff;*/
    border: 3px dotted transparent;
    font-size: 23px;
    color:var(--Orange);
    /*box-shadow: 0 0 5px var(--Orange);*/
   /* margin-bottom: 10px;*/
   /* position: relative;*/
    transition: all 0.3s ease 0s;
}
.box-1 .icon-1 li a:hover{
    text-decoration: none;
    border-radius: 10px;
    background: var(--Orange);
    color: #fff;
    box-shadow: none;
}
#portfolios {
    margin-bottom: 20%;
}
.award-img{
  height: 200px;
}
.award-content{
  font-size: 13px;
  font-family: var(--font-roboto);
  color: var(--blue);
}
.award-text{
  font-family: var(--font-exo);
  font-weight: 600;
  margin-top: 64px !important;
}
.award-main-title{
    font-family: var(--font-exo);
    font-weight: 600;
}
.dashed{
      border-bottom: 1px dashed grey;
    margin-top: -71px !important;
}
.award-row{
  --bs-gutter-x: 0 !important;
}
.subscribe{
  padding: 70px;
}
.subscribe_box {
  text-align: center;
}
.subscribe_box h2 {
  text-align: center !important;
  font-size: 25px;
  font-family: var(--font-exo);
  color: var(--white);
  font-weight: 600;
}

.subscribe_box .wpcf7-form {
  max-width: 500px;
  margin:0 auto;
  align-content: center !important;
}
.subscribe_box input[type="email"] {
  width: 70%;
  color: var(--blue);
  background-color: white;
  border: solid 1px transparent;
  padding: 10px 20px;

}
 .subscribe_box input[type="submit"] {
  background-color: var(--Orange);
  color: white;
  padding: 10px 20px;
  border: solid 1px transparent;
  position: relative;
  left: -50px;
  font-family: 'Merienda One', cursive;
  font-weight: normal;
}
.subscribe_box input[type="submit"]:hover {
  background-color: var(--Orange);
  color: #ffffff;
  border: solid 1px transparent;
}
.subscribe_box ::-webkit-input-placeholder {
  color: var(--black);
}
.subscribe_box ::-moz-placeholder {
 color: var(--black);
}
 .subscribe_box :-ms-input-placeholder {
 color: var(--black);
}
 .subscribe_box ::placeholder {
 color: var(--black);
}
.subscribe_box1 {
  text-align: center;
}
.subscribe_box1 h2 {
  text-align: center !important;
  font-size: 25px;
  font-family: var(--font-exo);
  color: var(--white);
  font-weight: 600;
}

.subscribe_box1 .wpcf7-form {
  max-width: 500px;
  margin:0 auto;
  align-content: center !important;
}
.subscribe_box1 input[type="email"] {
  color: lightgrey !important;
  background-color: white;
  border: solid 1px transparent;
  padding: 12px 37px;
  font-size: 14px;
  border-radius: 3px;
}
 .subscribe_box1 input[type="submit"] {
  background-color: var(--Orange);
  color: white;
  padding: 10px 35px;
      font-size: 17px;
  border: solid 1px transparent;
  position: relative;
  font-weight: 600;
  border-radius: 0px 3px 3px 0px;
}
.subscribe_box1 input[type="submit"]:hover {
  background-color: var(--Orange);
  color: #ffffff;
  border: solid 1px transparent;
}
.subscribe_box1 ::-webkit-input-placeholder {
  color: var(--black);
}
.subscribe_box1 ::-moz-placeholder {
 color: var(--black);
}
 .subscribe_box1 :-ms-input-placeholder {
 color: var(--black);
}
 .subscribe_box1 ::placeholder {
 color: var(--black);
}
.feature-card {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  height: 300px;
  width: fit-content;
  margin: 50px auto;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 7px #dfdfdf;
}
.feature-card:hover {
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  }
.expert-img{
  height:295px !important;
}
.feature-card-deatails {
    position: absolute;
    bottom: -228px;
    left: 0;
    width: 100%;
    padding: 5px;
    background: var(--Orange);
    transition: 0.3s ease-in-out;
    font-size: 15px;
    color: var(--white);
}
.feature-card-tilte h5{
  font-size: 16px !important;
}
.feature-card-tilte {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    background: #fff;
    color: var(--blue);
}
.feature-card-tilte h3 {
    font-size: 16px !important;
    font-weight: 700;
    color: var(--blue);
    font-family: var(--font-exo);
}
.feature-card-tilte h6 {
    color: var(--Orange);
    font-family: var(--font-roboto);
}
.feature-card-tilte:hover h6 {
    color: var(--white);
    font-size: 16px !important;
}
.feature-card-tilte:hover h5 {
    color: var(--white);
font-size: 14px !important;
}
.feature-card:hover .feature-card-tilte {
    bottom: -67px;
}
.feature-card-deatails i {
    font-size: 15px;
    color: var(--blue);
    background-color: white;
    height: 32px;
    width: 32px;
    align-content: center;
    padding-top: 7px;
}
.feature-card-deatails h4 {
    font-size: 20px;
    color: #1d365c;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.feature-card-deatails a {
    display: inline-block;
    color: #1d365c;
    text-decoration: none;
    font-weight: 700;
}
.feature-card:hover .feature-card-deatails {
    bottom: 0;
}
 .sci {
  bottom: 10px;
  display: contents;
  float: none;
  justify-content: center;
}
.sci li {
  list-style: none;
  margin: 0 8px;
  display: contents;
}
 .sci li a {
  color: white;
  font-size: 15px;
}
.faq-title{
background-color: var(--Orange) !important;
color: var(--white) !important;
}
.accordion-item {
    border: 1px solid transparent !important;
}
 .box{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    font-family: 'Raleway', sans-serif;
    border: 5px solid #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
}
.box:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}

.box .box-content{
    color: #999;
  /*  background: rgba(255,255,255,0.9);*/
    text-align: center;
    width: 80%;
    padding: 10px 15px 15px;
   /* border: 5px solid #fff;*/
    /*box-shadow: -4px -4px #ee5253 inset;*/
    opacity: 0;
    transform: translateY(-50%) translateX(-50%) scale(2);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.3s ease-out 0s;
}
.box:hover .box-content{
    opacity: 1;
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.box .title{
    color: var(--white)!important;
    font-family: var(--font-roboto)!important;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.box .post{
    font-family: var(--font-roboto)!important;
    color: var(--white)!important;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin: 0 0 10px;
    display: block;
}
.box-content hr{
  color: var(--white)!important;
}
.box .icon{
    padding: 0 8px;
    margin: 0;
    list-style: none;
}
.box .icon li{
    display: inline-block;
    margin: 0 2px;
}
.box .icon li a{
    color: #fff;
    background-color: #555;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    display: block;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    color: #fff;
    background-color: #ee5253;
    border-radius: 50%;
}
@keyframes flash{
    0%{ opacity: 1; }
    100%{ opacity: 1; }
}
.box .box-content{
  padding: 30px 15px 15px;
/*      box-shadow: -4px -4px var(--Orange) inset;*/
}
.text-testi{
  color: var(--blue);
}
#testimonial{
  padding-top: 50px;
   padding-bottom: : 50px;
}
.shadow-effect {
        background: lightgray;
        padding: 42px;
            margin: -0px;
        border-radius: 4px;
        text-align: center;
       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
       width: 329px;
    
    }
    .testimonial:hover .shadow-effect {
        background: var(--Orange);
      }
    .testi-card{
      background-color: white;
      padding: 10px;
      border-radius: 5px;
    }
    #customers-testimonials .shadow-effect p {
        font-family: inherit;
        font-size: 15px;
    line-height: 1.5;
    margin: 8px 0 17px 0;
        font-weight: 300;
    }
    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: var(--Orange);
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
    #customers-testimonials .item {
        text-align: center;
        padding: 50px;
        margin-bottom:80px;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }
    .owl-carousel1 .owl-item img {
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto;
    }

#customers-testimonials.owl-carousel1 .owl-dots .owl-dot{
  display: none;
}
#customers-testimonials.owl-carousel1 .owl-nav {
  display: none;
}
  .checked {
  color: var(--Orange);
}
 .testimonial:hover .shadow-effect .checked {
  color: var(--white);
}
.blankstar{
  color: white
}
/* ------------ Latest News -------------- */
.post-slide{
    padding-right:20px;
}
.post-slide img{
    width: 100%;
    height: auto;
}
.post-slide .post-review{
    padding:0 17px 17px 0;
}
.post-slide .post-date{
    float:left;
    margin-right: 10px;
    padding: 8px 15px;
    text-align:center;
    background:var(--Orange);
    margin:7px;
    font-size:26px;
    color:#fff;
    font-weight:700;
    transition:background 0.20s linear 0s;
    text-transform: uppercase;
}
.post-slide:hover .post-date{
    background:var(--blue);

}
.post-slide .post-date small{
    display:block;
    margin-bottom:10px;
    font-size: 13px;
    text-transform: capitalize;
}
.post-slide .post-date small:before{
    content:"";
    display:block;
    margin-bottom:5px;
    border-top:1px solid #fff;
}
.post-slide .post-title{
    margin: 0;
    padding-top: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    color: var(--black);
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin: -7px;
}
.post-slide:hover .post-title a{
    color: var(--blue)
    text-decoration:none;
}
.post-comment{
    margin: 0;
    list-style:none;
}
.post-comment li a{
    color:#a9a9a9;
    text-transform:capitalize;
}
.post-comment li a:before{
    content:"|";
    margin:0 5px 0 5px;
    color:#d3d3d3;
}
.owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-buttons .owl-prev,
.owl-buttons .owl-next{
    display:inline-block;
    border:1px solid #d3d3d3;
    box-shadow: 0 3px 0 #e5e5e5;
    border-radius:4px;
    margin-right:20px;
    padding:8px 15px;
    transition:all 0.30s linear 0s;
}
.owl-buttons .owl-prev:after,
.owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #d3d3d3;
    font-size:16px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
.owl-buttons .owl-prev:hover,
.owl-buttons .owl-next:hover{
    border: 1px solid #078071;
    box-shadow: 0 3px 0 #fff;
}
.blog-para{
  font-size: 12px;
  color: var(--blue);
}
.post-slide:hover{
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
#home-page-contact{
  background-size: 100%;
}
#home-page-contact .home-contact {
    text-align: center;
}
.home-contact h3 {
  margin-bottom: 25px;
  font-size: 25px;
  color: white;
  font-family: 'Literata', serif;
  font-weight: bold;
  text-align: left;
  padding: 28px 0;
}
.home-contact input[type="text"], .home-contact input[type="tel"], .home-contact input[type="email"], .home-contact input[type="phno"], .home-contact input[type="password"],.home-contact textarea,.home-contact select {
    border: 1px solid transparent;
    font-size: 16px;
    padding: 10px 10px !important;
    margin: 6px 0 6px 0 !important;
    width: 100%;
    background: white;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.feature-hover {
    padding: 10px;
}
.home-contact input::placeholder,.home-contact textarea::placeholder,.home-contact select{
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #74747b;
    font-weight: 600;
    color:var(--blue);
}
.home-contact input[type="submit"]{
background-color: #ff6c26;
    border: 1px solid transparent;
    float: left;
    color: white;
    font-size: 14px;
    padding: 7px;
}

 .container .slider {
   animation: slidein 30s linear infinite;
   white-space: nowrap;
}
 .container .slider .logos {
   width: 100%;
   display: inline-block;
   margin: 0px 0;
}
 .container .slider .logos .fab {
   width: calc(100% / 4);
   animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
 @keyframes slidein {
   from {
     transform: translate3d(0, 0, 0);
  }
   to {
     transform: translate3d(-100%, 0, 0);
  }
}
 @keyframes fade-in {
   0% {
     opacity: 0;
  }
   100% {
     opacity: 1;
  }
}

.icon-gettouch{
      font-size: 71px;
     color: white;
}
.gettouch-head{
      font-size: 19px;
      color: white;
}
.small-text-gettouch{
  color: white;
}
/* -------- Subscribe --------- */
.contact-subscribe
{
  padding-top: 20px;
  color: #fff;
  border-radius: 10px;
}
.align-form form.wpcf7-form {
  display: block;
}
#subscribe input[type="email"] {
  float: right;
  font-size: 12px;
  padding: 11px 25px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

#subscribe input[type="submit"] {
  background: var(--blue);
  color: #fff;
  border: 0;
  padding: 12px 29px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  float: left;

}

.copyright-txt{
  color: white;
}

 @keyframes scroll {
   0% {
     transform: translateX(0);
  }
   100% {
     transform: translateX(calc(-250px * 7));
  }
}
 /*.slider {
   background: white;
   box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
   height: 200px;
   margin: auto;
   overflow: hidden;
   position: relative;
   width: 960px;
}
 .slider::before, .slider::after {

   content: "";
   height: 100px;
   position: absolute;
   width: 200px;
   z-index: 2;
}
 .slider::after {
   right: 0;
   top: 0;
   transform: rotateZ(180deg);
}
 .slider::before {
   left: 0;
   top: 0;
}
 .slider .slide-track {
   animation: scroll 45s linear infinite;
   display: flex;
    width: calc(250px * 14);
}
 .slider .slide {
   height: 150px;
   width: 250px;
}*/
 #vw-footer_box {
    color: white;
    margin-top: 64px;
    padding-top: 76px;
}
#getinyouch {
    position: absolute;
    width: 100%;
}
#nav_menu-2 ul li a {
    color: white;
    text-decoration: none;
}
#wpb_widget-2 i {
    color: var(--Orange);
    font-size: 23px;
}
.footer-details .footer1{
    background-color: #00173c;
    padding: 15px;
    border-top: 2px solid #ff6c2b !important;
    height: -webkit-fill-available;
    }
    span.alt-screen-reader-text{
      display: none;
    }
.custom-icon {
    padding: 10px;
    background-color: white;
    margin: 3px;
    color: var(--blue);
}
.logo1{
  width: 180px;
}

.fa-rotate-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#client-logos .item {
    margin: 1px;
}
.cover-wrapper {
    padding: 75px;
}
.client-inners img {
    height: 100%;
    object-fit: contain;
}

.client-inners {

    height: 135px;
    text-align: center;
    padding: 8px;
}
.owl-nav img {
    display: none;
}
.accordion-button:focus {

     box-shadow: none;
}
  #home-page-contact .home-contact {
    text-align: center;
    width: 45%;
}
.owl-item > div {
 /* cursor: pointer;*/
  margin: 8% 0%;
  transition: margin 0.4s ease;
}
.owl-item.center > div {
  cursor: auto;
  margin: 0;
}
.owl-item:not(.center) > div:hover {
  opacity: .75;
}
.star-mg{
  float: left;
}
.quote-head {
    font-size: 35px;
    font-weight: 600;
    font-family: var(--font-exo);
}

.accordion-button:focus {
outline: none !important;
border-color: transparent !important;
}
.faq-head{
  color: var(--blue);
}
#faq .accordion-button::after{
  background-color: white;
    border-radius: 50%;
}
.accordion-button{
  font-weight: 600;
    font-size: 19px;
     color:var(--Orange);
}
.accordion-button a{
  color:var(--Orange);
}
.gettouch-head {
    font-weight: 600;
    font-family: var(--font-exo);
    font-size: 19px;
}
.small-text-gettouch {
    font-size: 12px;
}
.icon-gettouch {
    font-size: 55px;
}
.section_main_head h2 {
    font-size: 30px;
    font-family: var(--font-exo);
    font-weight:600;
}
.home-contact h3{
   font-family: var(--font-exo);
    font-weight: 600;
    font-size: 25px;
   margin-top: 15px;
  }

.blog-text{
  color: var(--blue);
  font-size: 13px;
}
#subscribe1{
  color: var(--Orange);
    border: 0;
    padding: 12px 27px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}
.start-pro{
  font-family: var(--font-exo);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.head-sol{
    color: var(--blue);
    font-size: 35px;
    text-align: left;
    font-family: var(--font-exo);
    font-weight: 600;
}
.sol-text{
  color: var(--blue);
    font-size: 14px;
    font-family: var(--font-roboto);
  }
  .flip-box {
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
/* Style the back side */
.flip-box-back {
  transform: rotateY(180deg);
}



.typewriter h2 {
  color: #fff;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation:
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}
#testimonial .owl-stage{
  width: 450px
}
/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: transparent; }
}
@keyframes glowing {
  0% { box-shadow: 0 0 -10px #ffc299; }
  40% { box-shadow: 0 0 20px #ffc299; }
  60% { box-shadow: 0 0 20px #ffc299; }
  100% { box-shadow: 0 0 -10px #ffc299; }
}

.button-glow {
  animation: glowing 5000ms infinite;
}
.contact-text a{
 color: white;
}
.wpcf7 form.failed .wpcf7-response-output{
  color: white;
}
.post-thumb img {
    height: 65px;
}
input.wpcf7-form-control:focus {
    outline: none;
}
.text-feature-style{
  text-transform: uppercase;
}
.faq-text {
    color:var(--blue);
}
/*#subscribe input[type="submit"] {
    left: 45%;
}*/
.subscribe_box1 input[type="submit"]:hover{
    background-color: #5975ce;
}
#subscribe input[type="submit"]:hover{
    background-color:black;
}
.home-contact input[type="submit"]:hover{
  background-color:white;
  color:black;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
/*#subscribe input[type="submit"] {
    left: 102%;
}*/
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dots.disabled {
     display: block !important;
     }
 .owl-carousel button.owl-dot {
    background: grey !important;
    color: inherit !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    height: 7px;
    width: 7px;
    margin: 5px;
  }
  button.owl-dot.active
  {
    background: var(--Orange) !important;
     width: 30px;
  }
  .owl-dots{
    text-align: center;
  }
 .testimonial{
    margin: 0 15px;
    padding-top: 15px;
}
.testimonial .content{

    border-radius:3px;
    position: relative;
}
.header-buy {
    background: #ff6c2b;
    padding-left: 5px !important;
 padding-right: 0px !important;
  border-radius: 3px;
  font-weight:500;
}
.footer-buy {
    background: #ff6c2b;
    padding: 6px !important;
  border-radius: 3px;
  width: fit-content;
  font-weight:500;
}
.footer-buy a{
  color:white;
}
.main-navigation ul{
  margin-top: 0px;

}
  #subscribe input[type="submit"] {
    font-family: 'Exo 2';
}
.about_me {
    padding: 21px;
}
.btn-sol {
  background-color: #ff5e15;
  border: none;
  color: white;
  font-size: 13px;
  cursor: pointer;
 width: -webkit-fill-available;
 text-align: left;
}
.btn-sol:hover {
  background-color: var(--blue);
 color: var(--white);
}
.btn-sol1 {
  background-color: #ff5e15;
  border: none;
  color: white;
  font-size: 13px;
  cursor: pointer;
 width: -webkit-fill-available;
 text-align: left;
}
.btn-sol1:hover {
  background-color: var(--blue);
 color: var(--white);
}
.btn-sol:nth-child(even){
  background-color: #002052 !important;
  border: none;
  color: white;
  font-size: 13px;
  cursor: pointer;
 width: -webkit-fill-available;
 text-align: left;
}
.btn-sol1:nth-child(odd){
  background-color: #002052 !important;
  border: none;
  color: white;
  font-size: 13px;
  cursor: pointer;
 width: -webkit-fill-available;
 text-align: left;
}
.btn-sol:nth-child(even):hover{
  background-color: #ff5e15 !important;
  border: none;
  color: white;
  font-size: 13px;
  cursor: pointer;
 width: -webkit-fill-available;
 text-align: left;
}
.btn-sol1:nth-child(odd):hover{
  background-color: #ff5e15 !important;
  border: none;
  color: white;
  font-size: 13px;
  cursor: pointer;
 width: -webkit-fill-available;
 text-align: left;
}

.btn-sol1 i {
    font-size: 20px;
    margin-right: 5px;
}
#client .owl-carousel .owl-stage{
  margin: 0 auto;
}
.post-slide .post-date{
  padding:0px 6px!important;
}
.vw_topbar-search {
    float: right;
}
#feature{
  background-repeat: no-repeat!important;
    background-size: cover!important;
}
.text-para{
  font-weight:400!important;
}
.slider-smallhd{
  font-weight:400!important;
}
.main-navigation a{
  padding-bottom:0px;
  padding-right:6px;
}
.flip-box-inner{
  transition: transform 0s;
}
.gettouch-head{
  font-size:17px;
  text-align: start!important;
}
.small-text-gettouch{
  text-align: start!important;
}
.header-buy:hover {
    border: none;
    background-color: gray;
}
.head-ser{
  font-size:21px !important;
}
#gallery-1 img {
    border: 2px solid transparent !important;
}
#vw-footer_box .gallery-item {
    margin-bottom: 0px !important;
}
.sf-arrows .sf-with-ul:after{
  margin-top:0px !important;
}
  .dashed {
    display: none;
  }
  .award-text{
    margin-top:20px!important;
  }
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a{
  font-size:14px;
}
.menu li a{
  font-size:14px;
}
.subscribe_box1 input[type="email"] {
  float: right !important;
  border-radius:0px;
   padding: 12px 10px;
}
.subscribe_box1 button.wpcf7-form-control.has-spinner.wpcf7-submit {
  float: left!important;
}