 /************ CSS Styles ************

    Template Name: Nippon- Software Landing  Template
    Author: Tanmoy Dhar
    version: 1.0
    Copyright: 2018

************************************/
/*==================================

        Table of Content
        1. Body Css
        2. Preload
        3. Navbar
        4. Banner Section
        5. Features Section
        6. Pricing Section
        7. Counter Section
        8. Screensort Section
        9. Services Section
        10. Blogs Section
        11. Testimonial Section
        12. Contact Form Section
        13. Footer
        14. Single Blog Page
        15. Mobile Responsive

==================================*/

@import url(https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900|Lato:300,300i,400,400i,700,700i,900,900i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|Rubik:300,300i,400,400i,500,500i,700,700i);
 @import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');
/*============ 1. Body Css ============*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

ul,
li {
  list-style: none; }

select {
  width: 100%; }

input:focus {
  outline: 0; }

body {
      font-family: 'Lato', sans-serif;
    color: #74787D;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}
body::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #fff;
}

body::-webkit-scrollbar
{
  width: 12px;

}

body::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #F47425;
}
h1, h2, h3, h4, h5, h6 {
  color: #323a45;
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
}

      img {
      width: 100%;
      height: auto; }

      a,
      a:hover,
      a:focus {
      color: inherit; 
      text-decoration: none;


    }

p{
    color: #888;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    margin-bottom: 0;
}
.bg-gray {
    background-color: #f9f8f8;
    position: relative;
}
      span {
      display: inline-block; }

      /*===========Margin And Paddings============*/
      .mt-0 {
      margin-top: 0 !important; }

      .mt-5 {
      margin-top: 5px !important; }

      .mt-10 {
      margin-top: 10px !important; }

      .mt-15 {
      margin-top: 15px !important; }

      .mt-20 {
      margin-top: 20px !important; }

      .mt-25 {
      margin-top: 25px !important; }

      .mt-30 {
      margin-top: 30px !important; }

      .mt-35 {
      margin-top: 35px !important; }

      .mt-40 {
      margin-top: 40px !important; }

      .mt-45 {
      margin-top: 45px !important; }

      .mt-50 {
      margin-top: 50px !important; }

      .mt-55 {
      margin-top: 55px !important; }

      .mt-60 {
      margin-top: 60px !important; }

      .mt-62 {
      margin-top: 62px !important; }

      .mt-65 {
      margin-top: 65px !important; }

      .mt-70 {
      margin-top: 70px !important; }

      .mt-75 {
      margin-top: 75px !important; }

      .mt-80 {
      margin-top: 80px !important; }

      .mt-85 {
      margin-top: 85px !important; }

      .mt-90 {
      margin-top: 90px !important; }

      .mt-95 {
      margin-top: 95px !important; }

      .mt-100 {
      margin-top: 100px !important; }
      .mt-150 {
      margin-top: 150px !important; }
      .mt-250 {
      margin-top: 250px !important; }
      /* Custom Margin Bottom */
      .mb-0 {
      margin-bottom: 0 !important; }
      .mb-15 {
      margin-bottom: 15px !important; }
      .mb-30 {
      margin-bottom: 30px !important; }
      .mb-35 {
      margin-bottom: 37px !important; }
      .mb-20 {
      margin-bottom: 20px !important; }
      .mb-50 {
      margin-bottom: 50px !important; }

      .mb-100 {
      margin-bottom: 100px !important; }

      .m-0 {
      margin: 0px !important; }

      /* Custom Padding top */
      .pt-0 {
      padding-top: 0 !important; }
      .pt-30{
        padding-top: 30px !important; 
      }
      .pt-50 {
      padding-top: 50px !important; }
      .pt-100 {
      padding-top: 100px !important; }

      /* Custom Padding top */
      .pb-0 {
      padding-bottom: 0 !important; }

      .pb-5 {
      padding-bottom: 5px !important; }

      .pb-30 {
      padding-bottom: 30px !important; }

      .pb-50 {
      padding-bottom: 50px !important; }
      .pb-70{
      padding-bottom: 70px !important;  
      }
      .pb-100 {
      padding-bottom: 100px !important; }
      .pb-200 {
      padding-bottom: 150px !important; }
      .p-0 {
      padding: 0 !important; }

      .owl-theme .owl-dot span {
      width: 20px !important; }
.bg-gray {
    background-color: #f9f8f8;
}

      .div-btn {
      display: inline-block;
      background-color: #2ecbd1;
      padding: 10px 15px;
      color: #fff;
      text-transform: uppercase;
      -webkit-transition: .2s background-color ease;
      -o-transition: .2s background-color ease;
      transition: .2s background-color ease;
      font-size: 16px;
      letter-spacing: 1px;
      font-weight: 600;
      cursor: pointer;
      margin-right: 10px;
      }
      .div-btn:hover {
      color:#2ecbd1;
      background-color: transparent; }

      .bread-crumb a {
      color: #fff;
      display: inline-block;
      margin: 0 10px;
      position: relative;
      font-size: 16px;
      text-transform: uppercase; }
      .bread-crumb a:before {
      content: "/";
      position: absolute;
      right: -15px; }
      .bread-crumb a:last-child:before {
      display: none; }

      blockquote {
      font-size: 15px;
      color: #222;
      border-left: 4px solid #222;
      padding-left: 20px;
      margin: 40px 0;
      font-weight: 500; }

      /*=========== Section Style ============*/

      .section-title p {
      color: #6f6e6e;
      }
.section-title.bg-section-title h3 {
    color: #fff;
}

.section-title.bg-section-title p {
    color: #fff;
}
      .section-padding {
      padding:120px 0;
      }
      .m-60 {
      margin: 0 60px;
      }

      .paddingtop{
      padding: 70px 0;
      }
      .section-title{
      margin-bottom: 65px;
      }
      .main-title h4 {
font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 0px;
    /* color: #263566; */
      }
   .title-section .badge {
    font-weight: 700;
    color: #ffffff;
    background: #192538;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 14px;
    padding: 7px  19px;
    margin-bottom: 10px;
}
      .main-title h6 {
      color: #0E1F37;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      display: inline-block;
      padding: 0 15px;
      position: relative;
      }
.bg-title-section .badge {
    background: #fff;
    color: #192538;
}

.title-section.bg-title-section {}

.bg-title-section .title-main {
    color: #fff;
}

.bg-title-section .title-details {
    color: #fff;
}
.main-title.meain-title-bg-white p:after {
      border-color: #f8f9fa;
}
.main-title.meain-title-bg-white h4 {
    color: #fff;
}

.main-title.meain-title-bg-white p {
    color: #fff;
}

.main-title.meain-title-bg-white:before {
    border-color: #fff;
}
      .main-title h6:before, .main-title h6:after {
      content: '';
      width: 30px;
      height: 3px;
      background-color: #2ecbd1;
      position: absolute;
      bottom: 8px;
      }
      .main-title h6:before {
      left: -25px;
      }
      .main-title h6:after {
      right: -25px;
      }
      .main-title {
      position:  relative;
      text-align:  center;
      }
.section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
    color: #2a3b71;
    text-align: center;
}
      .section-title h3 {
        text-align: center;
        font-size: 38px;
        margin-top: 0;
        margin-bottom: 25px;
        line-height: 25px;
        color: #181b3a;
        font-weight: 600;
      }
      .main-title span {
      color: #2ecbd1;
      font-weight: 700;
      }
      .divi-title {
      margin-bottom: 20px;
      }

      .divi-title h4 {
      font-size: 35px;
      font-weight: 600;
      position: relative;
      margin-bottom: 20px;
      }

      .divi-title span {
      color: #2ecbd1;
      }
      .divi-title h4:before {
      content: '';
      width: 40px;
      height: 3px;
      background-color: #2ecbd1;
      position: absolute;
      bottom: -10px;
      }
      h1.title-page-back {
    position:  absolute;
    color: #EEEFF3;
    font-size: 140px;
    font-weight:  800;
    text-transform:  uppercase;
    left:  50%;
    transform: translate(-50%);
    z-index: 0;
    /* top: -48px; */
    bottom: -55px;
    display: none;
}

.title-main-page {
    position:  relative;
    z-index: 1;
}

/*page title*/
      .page-title {
      height: 50vh;
      width: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-attachment: fixed; 
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden;
      z-index: 0; }
      .page-title-div {
    top: 55%;
    position: absolute;
    color: #fff;
    z-index: 11;
    width: 100%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
      .page-title-div h1 {
      font-size: 50px;
      font-weight: 700;
      letter-spacing: 0px;
      color: #fff;
      }


 /*----------------------------------------------------
          04-navbar
----------------------------------------------------*/

/*top nav*/

.top-nav-item li {
    display: inline-block;
    padding: 0;
}

.top-nav {
    background: #2B2B35;
    padding: 10px 0;
}

.top-nav-item li {
    margin-right: 20px;
    color: #dee2e6;
}

.top-nav-item li i {
    color: #f4c313;
}
.top-nav-item li {
    position: relative;
}
.top-nav-item li i {
    color: #F47425;
    margin-right: 5px;
}
.top-nav-item li:after {
    content: "";
    position: absolute;
    right: -13px;
    height: 25px;
    width: 1px;
    background: #59596f;
    top: 1px;
}
.top-nav-item li:last-child:after{
  display: none;
}
/*Middile nav*/

.navbar{
    position: relative;
        top: 0px;
    width: 100%;
    z-index:  999;
    padding: 0;
    background: #fff;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
}
.navbar .container{
  padding: 0;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.navbar .navbar-brand .b-logo{
  display: block;
}

.navbar .navbar-nav .nav-item{
    padding: 25px 10px;
    transition: all 0.5s ease-in-out;
}

.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-toggle {
    cursor: pointer;
    color: #f47425;
}

.dropdown-toggle::after{
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  border: none;
    font-weight: 900; /* <-- add this or 400 for other styles */
  vertical-align: 0;
  margin-left: 1px;
}

.dropdown-menu{
  width: auto;
  padding: 10px 5px 10px 5px;
  position: absolute;
  left: 0;
  border: none;
  box-shadow: 0 11px 35px rgba(0, 0, 0, 0.075);
}

@media  only screen and (min-width:992px){
  .dropdown-menu{
    visibility:hidden;
    opacity:0;
    display:block; 
    -webkit-transform:translateY(50px);
         -moz-transform:translateY(50px);
      -ms-transform:translateY(50px);
       -o-transform:translateY(50px);
        transform:translateY(50px);
    -webkit-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
  }
  
  .dropdown:hover .dropdown-menu{
    margin-top:0;
    -webkit-transform:translateY(0);
         -moz-transform:translateY(0);
      -ms-transform:translateY(0);
       -o-transform:translateY(0);
        transform:translateY(0);
    visibility:visible;
    opacity:1;
  }
  
  .dropdown-menu > li{display: block;}
}

.dropdown-menu a{
    padding: 10px !important;
    text-transform: uppercase;
    font-size: 13px;
        font-weight: 400;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus{
  color:#f47425 !important;
  background: none;
}

.navbar .navbar-nav .nav-link {
font-size: 14px;
    color: #102649;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
}
.mega-item{
  position: static;
}

.mega-menu{
  left: 0;
  right: 0;
}

.navbar .navbar-nav .nav-item.log-in{
  padding: 25px 10px;
}

.navbar .navbar-nav .nav-item.log-in .nav-link {
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    color: #ffffff;
    border-radius: 5px !important;
}

.navbar .navbar-nav .nav-item.log-in .nav-link:hover{
    background: #2e2ac7;
    color: #fff !important;
}
.navbar .navbar-nav .nav-link:hover {

    color: #fff;
}
.navbar-colored .nav-item.log-in .nav-link {
      color: #fff !important;
       background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-size: 200% auto;
    border-radius: 50px !important;
}
.navbar .navbar-nav .nav-link:hover, .navbar-colored .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active, .navbar-colored .navbar-nav .nav-link.active {
    color:#0024dd;
}
.navbar-colored .navbar-nav .nav-link:hover, .navbar-colored .navbar-nav .nav-link:hover, .navbar-colored .navbar-nav .nav-link.active {
    color:#f4c201 !important;
}
.dropdown-item.active{
  color: #1fcae8;
  background-color: transparent;
}

.navbar .navbar-toggler:focus{
  outline: none
}

.navbar-2 .navbar-toggler .fa-bars {
    color:#f47425;
}

.navbar-colored{
    background-color: #fff;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.05);
    transition: all .45s ease;
}

.navbar-colored .navbar-nav .nav-item {
    padding: 25px 10px;
}
.navbar-colored li.nav-item.log-in.sign-in a {
    background: #FF8941 !important;
}

.navbar-colored .navbar-nav .nav-link{
  color: #333;
}
a.navbar-brand h2 {
    font-size: 28px;
    font-weight: 700;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.navbar-colored .navbar-nav .nav-item.log-in{
  padding: 15px 10px;
}

.navbar-colored .navbar-toggler .fa-bars{
    color:#ff9d4d;
}

/*Navbar 2*/

.navbar-2 {
background: #F8F8F8;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.navbar-2 li.nav-item a {
    color: #fff;
}
.navbar-2 li.nav-item .dropdown-item {
    color: #2a2a2a;
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: 1px solid #efefef;
    padding: 8px 10px !important;
}
.navbar-2 li.nav-item .dropdown-item:last-child{
  border-bottom: 0;
}
.navbar-2 .navbar-nav .nav-link {
    color: #102649 ;
}
.navbar-2 .navbar-nav .nav-link:hover,.navbar-2.navbar-colored .navbar-nav .nav-link:hover, .navbar-2 .navbar-nav .nav-link.active, .navbar-2.navbar-colored .navbar-nav .nav-link.active {
    color:#f47425;
}

nav.navbar.navbar-expand-lg.navbar-2.navbar-colored {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
        top: 0;
}
.navbar-2.navbar-colored .navbar-nav .nav-link {
    color: #222;
}
.color-logo{
  display: none;
  transition: .2s;
}
.navbar-2.navbar-colored .white-logo{
  display: none;
}
.navbar-2.navbar-colored .color-logo{
  display: block;
}
a.navbar-brand img {
    width: 200px;
    margin-left: 15px;
}
/*mobile responsive*/

@media (max-width: 991px) {
  .navbar-colored .navbar-nav .nav-link:hover, .navbar-colored .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active, .navbar-colored .navbar-nav .nav-link.active {
    color: #f4c201;
}
  .navbar{text-align: left; }
  a.navbar-brand {
    margin-left: 15px;
}
  .navbar .container{
    padding: 10px 5px;
  }
  
  .navbar-colored .container{padding: 10px 5px;}
  
  .navbar-collapse{background-color: #fff; margin-top: 10px; max-height: 440px; overflow-y: scroll;}
  
  .navbar .navbar-nav .nav-item{    padding: 10px 20px;
    display: block;
    text-align: center;}
  
.navbar .navbar-nav .nav-link {
    color: #3d3d40;
    padding: 0px;
    display: inline-block;
}
  
  .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-toggle{color: inherit}
  
  .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:hover{color: #ff8941;}
  
  .navbar .nav-item.dropdown .dropdown-menu{
    padding: 0;
        box-shadow: none;
        -webkit-transition: max-height 0.5s, opacity 0.2s 0.1s;
           -moz-transition: max-height 0.5s, opacity 0.2s 0.1s;
          -ms-transition: max-height 0.3s, opacity 0.2s 0.1s;
           -o-transition: max-height 0.5s, opacity 0.2s 0.1s;
            transition: max-height 0.5s, opacity 0.2s 0.1s;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
    }
     .navbar .nav-item.dropdown .dropdown-menu.show{
        max-height: 230px;
        overflow-y: scroll;
        display: block;
        opacity: 1;
    }

  
  .navbar .navbar-nav .nav-item.log-in{   
    margin-bottom: 0px;
    padding: 0 20px;
    margin-top: 15px;
  }
  
  .navbar .navbar-nav .nav-item.log-in a{display: block; margin-bottom: 10px; text-align: center;}
}
@media (max-width: 767px){
.navbar-nav {
    padding: 25px;
    background: #fff;
}
}
li.nav-item.log-in.sign-in a {
    background: #FF8941 !IMPORTANT;
    color: #fff !important;
}
.header-1 {
    position: relative;
    z-index: 99;
}
 .header-form-subscribe {
    position: relative;
}
  /*============ 4. Banner Section============*/
        .banner {
        height: 100vh;
        position: relative;
        width: 100%;
        display: block;

         }

.bg-section{
      background: rgba(0, 0, 0, 0) linear-gradient(to right, #7471FE 0%, rgba(64, 60, 255, .9) 0%, rgba(65, 61, 255, .9) 100%) repeat scroll 0 0;
      width: 100%;
      height: 100%;

}
  
.section-bg {
    background-size: cover;
    position: relative;
    background-position: left;
    z-index: 0;
}

.banner-img {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.bg-overlay{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    width: 100%;
    height: 100%;
}
.section-bg-overlay{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    width: 100%;
    height: 100%;
}
.header-app h3 {
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 3px;

  }

h2.header-title {
color: #fff;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 3px;
}

.header-app h3 span {
    font-weight: 600;
    color: #fff;
}
h2.header-title span {
    color: #F47425;
}
.btn {
    padding: 12px 25px;
    color: #fff !important;
}
.header-btn-color {
    background: #F47425;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .5px;
    transition: .2s;
    font-weight: 600;
}
.header-btn-color:hover {
    background: #353535;
}
.header-app p {
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 20px;
    margin-top: 0px;
    line-height: 30px;
}
.history-div {
    background: #F47425;
}
.header-bottom-div {
display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 15px;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
}

h2.history-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    text-transform: capitalize;
    margin-top: 10px;
    letter-spacing: 1px;
}
.btn-white {
    background: #fff;
    color: #F47425 !important;
    transition: .2s all;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.btn-white:hover{
      background: #353535;
      color: #fff !important;


}
.we-do-text a:hover {
    color: #f47425;
}
.btn-white-border {
    border: 2px solid #fff;
    padding: 10px 20px;
    margin-left: 10px;
}
h2.history-title span {
    font-size: 30px;
    display: inline-block;
    font-weight: 600;
}
.main-title-section p {

    font-size: 18px;
    line-height: 28px;
}
/*What We DO*/
.we-do-img {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* background: #222; */
    margin-bottom: 0px;
}

.we-do-div {
    /* background: rgb(247, 247, 247); */
    box-shadow: 0px 9px 6px -6px rgba(138, 138, 138, 0.22);
    border: 1px solid #ecebeb;
    border-top: none;
}

.we-do-text {
    padding: 15px 15px 25px 15px;
        background: #fff;
}

.we-do-text h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    text-transform: uppercase;
}
.services .we-do-div {
    margin-bottom: 50px;
}
.we-do-text a {
    /* text-align: right; */
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
    color: #f47425;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 17px;
}
.main-title-section {
  margin-top: 30px;
    margin-bottom: 70px;
}

.main-title-section h1 {
font-weight: 600;
    font-size: 35px;
    position: relative;
    z-index: 99;
    letter-spacing: 1px;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
}

.main-title-section h1:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -45px;
    width: 80px;
    height: 100px;
    opacity: 0.5;
    z-index: -1;
    background-image: url(../images/logo-back.png);
    background-size: cover;
    transform: translateX(-50%);
}

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background-color: rgba(244, 116, 37, 0.73);
    background-color: rgba(244, 116, 37, 0.73);
}


/*about us*/
.about-us-item {
    width: 100%;
    display: flex;
    align-items: center;
        margin-bottom: 20px;
}

.about-us-icon {
    width: 30%;
}

.about-us-item-text {
    width: 70%;
}

.about-us-icon i:before {
    font-size: 50px;
    text-align: center;
    color: #f47425;
    margin-left: 0;
}

.about-us-item-text h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
  }
.about-us-text h2 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.about-us-text p {
    margin-bottom: 50px;
}

.about-us-text h5 {
    text-transform: uppercase;
    font-size: 18px;
    color: #666;
    position: relative;
    letter-spacing: 3px;
    font-weight: 500;
}

.about-us-text h5:after {
    content: "";
    position: absolute;
    width: 47px;
    height: 3px;
    background: #f47425;
    top: 39%;
    margin-left: 10px;
    /* left: 0; */
}

/*our achievements*/
.project-done-left h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.counter-text h2 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 26px;
    letter-spacing: 1px;
    margin-top: 5px;
}

.counter-text span {
    font-size: 40px;
    font-weight: 700;
    color: #f47425;
    margin-bottom: 20px;
}
.counter-item {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(244, 116, 37, 0.54);
    text-align: center;
    padding: 30px 10px;
    border-radius: 0px;
}
.project-done-left p {
    color: #e4e4e4;
}
/*team member*/
.team-img img {
    position: relative;
    transition: .3s;
}

.team-text {
    text-align: center;
    padding: 35px 20px 35px;
}

.team-text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
    line-height: 35px;
}

.team-text h4 {
    font-size: 16px;
    font-weight: 500;
    color: #888888;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 28px;
}

.team-social {
    text-align: center;
    background: #353535;
}

.team-social {
    padding: 10px;
}

.team-social ul li {
    display: inline-block;
    padding: 0 5px;
}

.team-social ul li i {
    border: 1px solid rgb(255, 255, 255);
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #ffffff;
}

.profile-btn {
    position: absolute;
    background: #ffffff;
    height: 60px;
    width: 60px;
    text-align: center;
    left: 50%;
    line-height: 65px;
    box-shadow: 2px 5px 10px #22222221;
    border-radius: 50%;
    transform: translateX(-50%);
    margin-top: -30px;
    /* border: 1px solid #fff; */
}
.profile-btn i {
    font-size: 35px;
    line-height: 64px;
}
.team-div {
    position: relative;
    border: 1px solid #f3f3f3;
        border-radius: 5px;
    transition: .3s all;
}

.profile-btn a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #666666;
}
.team-social i:hover {
    color: #fff;
    background: #f47425;
    border-color: #f47425;
}

.profile-btn:hover a {
    color: #f47425;
}
.team-img {
    overflow: hidden;
}

.team-div:hover img {
    transform: scale(1.1);
}
.team-div {
    margin: 0 20px;
}
.team-caro {
    position: relative;
}
.team-caro .owl-nav {
    display: block !important;
}
.team-caro .owl-prev, .team-caro .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.team-caro .owl-prev i, .team-caro .owl-next i {
    font-size: 25px;
    color: rgba(244, 116, 37, 0.39);
    border: 1px solid rgba(244, 116, 37, 0.39);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    transition: .3s;
}

.team-caro .owl-next {
    right: -25px;
    display: none;
    transition: .6s;
}
.team-caro .owl-prev {
    left: -25px;
    display: none;
    transition: .6s;
}
.team-caro:hover .owl-next {
    right: -35px;
    display: block;
    transition: .6s;
}
.team-caro:hover .owl-prev {
    left: -35px;
    display: block;
    transition: .6s;
}
.team-caro .owl-prev:hover i, .team-caro .owl-next:hover i {
    font-size: 25px;
    background: rgba(244, 116, 37, 1);
    border: 1px solid rgba(244, 116, 37, 1);
    width: 40px;
    color: #fff;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    transition: .3s;

}

/*clients caro*/
.clients-item img {
    padding: 20px;
    /* border: 1px solid; */
}
#client-logo .owl-nav {
    display: block !important;
}
#client-logo .owl-prev, #client-logo .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#client-logo .owl-prev i, #client-logo .owl-next i {
    font-size: 25px;
    color: rgba(244, 116, 37, 0.39);
    border: 1px solid rgba(244, 116, 37, 0.39);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    transition: .3s;

}

#client-logo .owl-next {
    right: -50px;
    display: none;
    transition: .6s;
}
#client-logo .owl-prev {
    left: -45px;
        display: none;
    transition: .6s;
}
#client-logo .owl-prev:hover i, #client-logo .owl-next:hover i {
    font-size: 25px;
    color: #fff;
    background: rgba(244, 116, 37, 1);
    border: 1px solid rgba(244, 116, 37, 1);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
#client-logo:hover .owl-next {
    right: -35px;
    display: block;
}
#client-logo:hover .owl-prev {
    left: -35px;
    display: block;
}

/*pricing*/
.pricing-table {
    text-align: center;
        background: #fff;
    border: 1px solid #e9e9e9;
    position: relative;
    overflow: hidden;
}
.pricing-main span {
    font-weight: 600;
    color: #323a45;
    margin-right: 5px;
}
.pricing-header {
    padding: 40px 0 0;
}
.pricing-header i:before {
    font-size: 60px;
    margin-left: 0;
    color: #f47425;
    margin-bottom: 30px;
    display: inline-block;
}

.pricing-header h4 {
text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 40px;
}

.pricing-main ul li {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #e9e9e9;
    color: #939393;
    text-transform: capitalize;
    font-weight: 500;
}

.pricing-main {
    padding: 5px 20px;
}
.pricing-price {
    padding: 30px 0;
}

.pricing-price h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 49px;
}

.pricing-price small {
    font-size: 16px;
    text-transform: uppercase;
}

.pricing-footer {
    background: #353535;
    padding: 10px;
    color: #fff;
}

.pricing-footer a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 17px;
    letter-spacing: 1px;
}
.pricing-footer a i {
    margin-left: 5px;
}

.pricing-table:hover .pricing-footer a {
    color: #f47425;
}

span.popular-item {
    position: absolute;
    top: 18px;
    background: #f47425;
    color: #fff;
    padding: 1px 15px;
    width: 140px;
    right: -30px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    transform: rotate(40deg);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
/*get quote*/
.get-a-quote p {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 28px;
    color: #f1f1f1;
}

.get-a-quote h2 {
    font-size: 45px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 65px;
}
/*Blog section*/
.blog-text-sec h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-text-sec ul li {
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
}

.blog-text-sec p {
    margin: 15px 0 10px;
}

.blog-item {
      box-shadow: 0px 10px 6px -6px rgba(138, 138, 138, 0.22);
    border: 1px solid #e9e9e9;
}

.blog-text {
    /* padding: 15px; */
}

.blog-text-sec {
    padding: 25px 15px;
}

.blog-text-btn {
    background: #353535;
    padding: 10px;
    text-align: center;
}

.blog-text-btn a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}
.blog-img {
    position: relative;
}

.blog-icon {
    position: absolute;
}

.blog-icon i {
    background: white;
    height: 40px;
    width: 45px;
    text-align: center;
    color: rgba(53, 53, 53, 0.48);
    line-height: 40px;
    cursor: pointer;
    font-size: 25px;
    border-radius: 5px;
    /* top: 0; */
    box-shadow: 2px 2px 10px #bfbebe;
}
.blog-text-sec i {
    color: #f47425;
    margin-right: 5px;
}

.blog-icon {
    bottom: 15px;
    left: 15px;
}
.blog-icon:hover i {
    background: #f47425;
    color: #fff;
}
.blog-icon i {
    color: #f47425;
}
.blog-text-sec h2:hover {
    color: #f47425;
}

.blog-text-sec ul li:hover i {
    color: #f47425;
}

.blog-text-btn a:hover {
    color: #f47425;
}

/*contact*/


.bg-color {
    background: #f47425;
}

.contact-info {
    display: flex;
    width: 100%;
    align-items: center;
}

.contact-icon {
    width: 20%;
}

.contact-icon i {
    font-size: 35px;
    color: #fff;
    text-align: center;
}

.contact-text h5 {
color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
}

.contact-text p {
    font-size: 18px;
    color: #f1f1f1;
    line-height: 28px;
}

/*footer*/
footer {
    background: #353535;
    color: #fff;
}

h2.footer-title {
    color: #fff;
    font-size: 25px;
    margin-bottom: 70px;
    letter-spacing: 0.5px;
    position: relative;
}

h2.footer-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 60px;
    height: 5px;
    background: #f47425;
}
.footer-div p {
    color: #cecece;
}
img.footer-logo {
        margin-bottom: 20px;
    width: 200px;
}
.useful-link li {
    /* margin-bottom: 5px; */
    border-bottom: 1px dashed #4e4e4e;
    padding: 5px 0;
    color: #cecece;
}
.useful-link li:last-child {
    border: 0;
}
.useful-link li:hover {
    color: #f47425;
}
.social-link ul li i:hover {
    background: #f47425;
    color: #fff;
    border-color: #f47425;
}
.footer-end {
    text-align: center;
    background: #131212;
    padding: 10px;
}

.news-footer {
       display: flex;
    margin-bottom: 30px;
}

.news-img {
    width: 30%;
}

.news-img img {
    height: 75px;
}
.news-text {
    width: 70%;
    margin-left: 10px;
}

.news-text h5 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.news-text ul li {
    display: inline-block;
    font-size: 12px;
    color: #cecece;
}
/*Newsletter section*/
form.subscribe-form-section input {
    box-shadow: 0px 2px 4px rgba(0,12,31,0.08);
    border: 1px solid #f47425;
    width: 100%;
    font-size: 16px;
    padding: 10px 10px;
    border-radius: 4px;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
}

button.subs-btn {
position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 4px;
    padding: 0px 40px;
    background: -webkit-linear-gradient(to right, #fe664e, #fb334e);
    background: #f47425;
    height: 100%;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

form.subscribe-form-section {
    position: relative;
}
.social-link {
    margin-top: 35px;
}

.social-link ul li {
    margin-right: 10px;
    display: inline-block;
}

.social-link ul li i {
    width: 40px;
    height: 40px;
    border: 1px solid #bdbdbd;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #cecece;
    border-radius: 5px;
}

/*services*/
li.sidebar-nav {
    background-color: #f4f4f4;
    /* font-family: 'Roboto Slab', serif; */
    padding: 15px 20px;
    border: 0;
    margin-bottom: 8px;
    position: relative;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.sidebar-nav a {
font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
}
li.sidebar-nav.active {
    background: #f47425;
}

li.sidebar-nav.active a {
    color: #fff;
}
li.sidebar-nav:hover {
    background: #f47425;
}

li.sidebar-nav:hover a {
    color: #fff;
}
.cbp-pagination-item {
    max-width: 110px;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 4.5px;
    position: relative;
}
.service-details {
    margin-top: 30px;
}
.service-list li {
    margin-bottom: 15px;
    font-size: 16px;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 600;
    text-transform: capitalize;
}

ul.service-list li i {
    margin-right: 10px;
    color: #f47425;
    background: linear-gradient(to right, #f47425, #ff8941);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    width: 20px;
    z-index: 1;
}

ul.service-list li i:after {
    background: linear-gradient(to right, #f47425, #f47425);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 28px;
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 28px;
    z-index: -1;
}
h2.service-title {
    font-size: 28px;
    margin-bottom: 65px;
    font-weight: 600;
    position: relative;
    line-height: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h2.service-title:after {
    content: "";
    left: 0;
    bottom: -15px;
    width: 50px;
    height: 4px;
    position: absolute;
    background: #f47425;
}
.service-div {
    margin-bottom: 50px;
}
.service-div {
    margin-bottom: 50px;
}

ul.service-list {
    margin-top: 30px;
}
/*Faq*/
/*answer and question*/
#accordion {
    margin: 60px 0 0;
}
.accordian-div {
    width: 100%;
}
#accordion .card {
    margin-bottom: 15px;
    border: 0
}

.card-header.active,
.card-header:hover {
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.faq .card-body {
    padding-bottom: 25px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.125);
    border-top: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    border-bottom: 5px solid #f47425;
    line-height: 24px;
    color: #666;
}

.faq .card-header {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.125);
}

.faq .card-header.active {
    border:1px solid rgba(0, 0, 0, .125);
}
 .faq .card-header {
    padding: 10px;
}
.faq .card-header.active:after {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    color: #ffffff;
    font-weight: 900;
    background: #f47425;
}
.faq .card-header h5{
margin-left: 35px;
}
.faq .card-header:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    position: absolute;
    width: 25px;
    line-height: 26px;
    background: #f47425;
    height: 25px;
    text-align: center;
    left: 15px;
    border-radius: 50%;
    color: #ffffff;
    top: 8px;
    font-weight: 900;
}

.faq .card-header h5 a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
}
.faq .card-header.active h5 a,
.card-header:hover h5  {
    color: #000000;
}
.faq .qus-ans-img img {
    max-width: 450px;
}

.faq .qus-ans-img {
    text-align: center;
}

/*Project single*/
.project-img {
    position: relative;
}
.project-img .owl-nav {
    display: block !important;
}
.project-img .owl-prev, .project-img .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.project-img .owl-prev i, .project-img .owl-next i {
    font-size: 35px;
        color: rgba(244, 116, 37, 0.39);
}

.project-img .owl-next {
    right: -40px;
}
.project-img .owl-prev {
left: -40px;
}
.project-img .owl-prev:hover i, .project-img .owl-next:hover i {
    font-size: 35px;
        color: rgba(244, 116, 37, 1);
}
.project-info {
    margin-left: 50px;
}

.project-info h4 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 28px;
    font-weight: 600;
}

.project-info p {
    margin-bottom: 15px;
    font-size: 18px;
}
a.btn.project-btn {
    background: #f47425;
    font-weight: 600;
    text-transform: uppercase;
}
a.btn.project-btn:hover {
    background: #2B2B35;
}
.project-item img {
    height: 375px;
}
.project-details {
    margin-top: 50px;
}

.project-details h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}

/*about us*/
.img-box {
    width: 100%;
    display: flex;
}

.img-box figure {
    border: 8px solid #f1f1f1;
    margin-right: 8px;
}
p.about-us-details {
    margin-bottom: 50px;
}
.accordian-div.faq {
    margin-top: 60px;
}
h2.about-us-title {
    font-size: 25px;
}
/*Contact us*/
.contact-info-1.d-flex {
      justify-content:  center;
      align-items:  center;
      }

 .contact-info-1  .contact-icon i {
    font-size: 30px;
    width: 70px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    color: #fff !important;
    background: #f47425;
    border-radius: 50%;
    box-shadow: 2px 2px 20px rgba(0,0,0,.1);
      }

.contact-info-1 .contact-text h2 {
font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

  .contact-info-1  .contact-text.w-75 p {
      margin-bottom: 0;
      }
      .contact-form-section {

    background-color: #ffffff;
    box-shadow: 0 0 32px rgba(0,0,0,.05);
    padding: 50px;
}
.contact-form-section input {
    height: 55px;
    font-size: 16px;
    border-radius: 0;
}

.contact-form-section textarea {
    border-radius: 0px;
    font-size: 16px;
}
.contact-form-section {
    text-align: center;
    /* margin-bottom: 36px; */
}

.contact-form-section h2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 38px;
    text-align: left;
}
section.map iframe {
    width: 100%;
    height: 500px;
    border: 0px;
}
section.map {
    margin-bottom: -20px;
}

.contact-form-section h2 span {
    color: #f47425;
    font-weight: 600;
}
.contact-info-1 .contact-text p{
  color: #666;
}
.map-section {
    background-color: #ffffff;
    box-shadow: 0 0 32px rgba(0,0,0,.05);
    /* padding: 50px; */
}

.map-section iframe {
    width: 100%;
    height: 595px;
    margin-bottom: -10px;
}
form#contact-form button {
    margin-top: 20px;
}
/*Blog*/
.blog-grid-views .blog-item {
    margin-bottom: 50px;
}
/*404 page */
 .page-error{
  height: 100vh;
      display: flex;
    align-items: center;
    
 }
.error-page-text a {
    margin-top: 10px;
    display: inline-block;
}

.error-page-text {
    text-align: center;
}

.error-page-text h2 {
    font-weight: 400;
    text-transform: uppercase;
}

.error-page-text h1 {
    font-size: 130px;
    /* color: #fff; */
    border-top: 3px solid #f47425;
    font-weight: 800;
    border-bottom: 3px solid #f47425;
    margin-bottom: 10px;
    margin-top: 10px;
}

.error-page-text h2 span {
    font-weight: 800;
}

.error-page-text a {
    color: #f47425;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #ff8941;
}
.error-image {
    width: 400px;
}

/*login section*/
section.login-form-section {
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
}
.login-form-section:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(9, 9, 10, 0.42));
}

.login-form {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 32px rgba(0,0,0,.05);
    padding: 50px;
    border-radius: 5px;
}

.login-header h2 {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 35px;
}

.login-header a {

}

.login-header a img {
    width: 30px;
}
a.facebook span i {
    font-size: 20px;
    color: #2286f1;
    margin-right: 5px;
}

a.google span i {
    font-size: 20px;
    color: #f55f6d;
    margin-right: 5px;
}
.text-center.login-with a:hover {
    background:#323f52;
}

.text-center.login-with a:hover i {
    color: #fff;
}

.text-center.login-with a:hover {
    color: #fff;
}
.login-header a {
    /* background: rebeccapurple; */
    /* padding: 28px; */
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 15px;
    line-height: 30px;
    width: calc((100% - 60px) / 2);
    height: 60px;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    /* margin-bottom: 35px; */
    margin: 0px 5px 35px 5px;
    z-index: 1;
}
.input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 0;
    width: 60px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background: #f47425;
    background-size: 200% auto;
    border: 1px solid #f47425;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.login-main .input-group {
    height: 55px;
    margin-bottom: 15px;
}

.login-main .input-group input {
    border-left: 0px;
    outline: none;
}
.login-main .input-group :hover, .login-main .input-group :focus {
    outline: none;
    box-shadow: none;
    border-color: #f47425;
}
.login-main button {
     -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
background: #f47425;
    background-size: 200% auto;
    border: 0;
    height: 55px;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}
.login-main button:hover, .login-main button:focus {
    background-position: right center;
    color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #353535;
    border-color: #353535;
}
section.login-form-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.forget-pass{
  margin-bottom: 15px;
  display: inline-block;
}
.forget-pass:hover{
  color: red;
}
p.new-sign-in {
    text-align: center;
    margin-top: 15px;
}
.pagination-div {
    margin-top: 50px;
}
a.page-link.active {
    background: #f47425;
    color: #fff;
}
.pagination-div .page-link {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.25;
    color: #4f5050;
    background-color: #fff;
    border: 1px solid #f47425;
}
.blog-grid-views .blog-item {
    margin-bottom: 50px;
}
p.new-sign-in a {
    color:#0129de;
}
.login-main input {
    height: 55px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #444;
    border-color: #444;
}


/*slider*/
  .slider-area .owl-dots {
      position:  relative;
      top: -60px;
      }
      .slider-area  .owl-dots .owl-dot{
      background: #fff;
      }
      .slider-area .owl-dot.active {
      background: #FE846F;
      }
      .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: transparent;
      }
      .owl-theme .owl-dots .owl-dot span {
      background: transparent;
      }
      .slider-area .owl-dot {
      width: 30px;
      height: 5px;
      border-radius: 10px;
      }
       .sl-item {
      width:  100%;
      height: 100vh;
      background-size:  cover;
      }
    .slider-area   .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    padding: 5px;
    margin: 0 5px;
}
.header-text {
    width: 50%;
    text-align: left;
}

.header-text h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 77px;
    letter-spacing: 3px;
}
.header-text-2 p {
       margin-top: 15px;
}
.header-text h1 span {
    color: #f47425;
    font-weight: 700;
}
.header-text a {
    margin-top: 30px;
}
#owl-demo  .owl-nav [class*=owl-] i {
    color: #FFF;
    font-size: 20px;
    margin: 5px;
    width: 40px;
    height: 40px;
    /* padding: 4px 7px; */
    background: transparent;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 37px;
}
#owl-demo  .owl-nav [class*=owl-] i:hover{
  background:#F47424;
  border: 1px solid #F47424;
}
#owl-demo  .owl-nav [class*=owl-]{
  background: transparent;
  padding: 0;
}
#owl-demo  .owl-nav {
    position: absolute;
    bottom: 60px;
    right: 120px;
}
.header-text h5 {
color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 5px;
    font-size: 25px;
    line-height: 35px;
}
.header-text-2 h3 {
    color: #f47425;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 40px;
}
.cbp-l-grid-projects-title {
    font: 600 18px/21px "Open Sans", sans-serif !important;
    color: #474747;
    margin-top: 15px;
    text-transform: uppercase !important;
    letter-spacing: 1px;
}
.cbp-l-grid-projects-desc {
    font: 400 14px/18px "Open Sans", sans-serif;
    color: #888888;
    margin-top: 6px;
}
.cbp-nav-next, .cbp-nav-prev {
    border-radius: 50% !important;
    position: relative;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    margin-left: 12px;
    height: 40px;
    background: #f47425;
    width: 40px;
}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    background-color: #f47425;
    color: #FFFFFF;
    display: inline-block;
    font: 400 12px/30px "Open Sans", sans-serif;
    min-width: 90px;
    text-align: center;
    margin: 4px;
    padding: 0 6px;
}
.cbp-nav-controls {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 100;
}
div#js-grid-slider-projects {
    margin-top: 25px;
}
 /*============ 15. Mobile Responsive  ============*/
        @media screen and (max-width: 1180px){

      }
       @media screen and (max-width: 1128px){


      }
      @media screen and (max-width: 1028px){


      }
      @media screen and (max-width: 991px) {
        .img-box {
    margin-top: 50px;
}

p.about-us-details {
    margin-bottom: 50px;
}

.project-done-left {
    text-align: center;
}
        .header-text {
    width: 100%;
    text-align: left;
}
.header-text h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 3px;
}
.main-title-section h1 {
    font-size: 35px;

}
#owl-demo .owl-nav {
    position: absolute;
    bottom: 35px;
    right: 35px;
}
.header-text h5 {
    font-size: 16px;
}
          .top-nav {
              display: none;
          }
         .navbar-2 li.nav-item .dropdown-item {
    text-align: center;
}
.header-bottom-div {
    /* text-align: center; */
    justify-content: center;
    text-align: center;
}

.Header-bottom-btn {
    text-align: center;
}

.Header-bottom-btn {margin: 30px 0;}

h2.history-title {
    line-height: 35px;
}
.we-do-div {
    margin-bottom: 50px;
}
.about-us-text {
    margin-top: 50px;
}
.about-us-icon {
    width: 11%;
}
.project-done-left {
    margin-bottom: 50px;
}

.pricing-table {
    margin-bottom: 50px;
}

.blog-item {
    margin-bottom: 50px;
}

.contact-info {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.contact-icon {
    width: 100%;
    margin-bottom: 20px;
    /* margin-top: 50px; */
}
.error-image {
    margin: 0 auto;
}
section.page-error {
    text-align: center;
}
.error-page-text h2 {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}
.error-image img {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.error-page-text h1 {
    font-size: 95px;
    /* color: #fff; */
    border-top: 1px solid #f47425;
    font-weight: 800;
    border-bottom: 1px solid #f47425;
    margin-bottom: 10px;
    margin-top: 10px;
}
.team-view .team-div {
    margin-bottom: 50px;
}
.project-img .owl-nav {
    display: none !important;
}
.project-info {
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}
.services ul.service-list {
    margin-bottom: 50px;
}

section.info {
    display: none;
}
.map-section {
    margin-top: 50px;
}
.col-lg-7.d-flex.align-items-center {
    justify-content: center;
}
.sidebar-left {
    margin-bottom: 50px;
}
.service-title {
    margin-bottom: 60px;

}
      }

      @media screen and (max-width: 767px) {
        .footer-div {
    margin-bottom: 50px;
}
.team-caro .owl-nav {
    display: none !important;
}
#client-logo .owl-nav {
    display: none !important;
}
.header-app h3 {

    font-size: 20px;

}
h2.header-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .5px;
}
.about-us-text h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.about-us-item {
    margin-bottom: 30px;
}
.counter-item {
    margin-bottom: 50px;
}
.work-system {
    margin-bottom: 50px;

          }
 }         
      @media screen and (max-width: 570px){
.about-us-icon {
    width: 15%;
}
      }

/*====================================
    15. PREload CSS
====================================*/
#preload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
}
#load {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:  #FE846F;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#load:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:  #FE846F;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#load:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FE846F;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
