body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  color:#555555;
  font-weight: 300;
}

.toll-free{
/*background:#8dc63f; background:#F05F40;*/ position: fixed;  top: 0px; z-index: 1111; font-size:16px;
}
.toll-free p{color:#000;}
.top-phone p{
  margin:0px 0px;
  padding:0px 1px;
}

.toll-free i.fa.fa-phone{
  color:#000;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F05F40;
}

hr.light {
  border-color: #fff;
}
hr.full-line{
  max-width: 100%;
  border:1px solid #ebebeb;
}

a {
  color: #F05F40;
  font-weight: 400 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #f05f40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
p{
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7em;
}

.shrink{
  padding: 30px 30px 30px 30px;
}
.bg-white{
  background:#fff;
}
.bg-form{
  border-radius: 0px;
  margin-bottom:0px;
  padding:60px 30px 60px 30px;
  box-shadow: 1px 8px 50px rgba(0, 0, 0, 0.06);
  background: #f9f9f9;
}
.form-heading{
  padding:60px 30px 0 30px;
}
.bg-lgray{
  background: #f9f9f9;
}
.bg-dgray{
  background:#cccccc;
}
.bg-purple{
  background: #4a0248;
/*  position: absolute;
  left:0px;*/
 /* width:100%;
  z-index: -1;
  height:62.5%;*/
/*  margin-top: 320px;*/
}
.bg-green{
   background:#c4df9b;
}
.absolute-sec{
  position: absolute;
  z-index: -1;
  left: 0px;
  width: 100%;
  margin-top:-475px;
  min-height:800px;
}

.container.bg-lgray{
  padding: 60px 0px 15px 0px;
  margin-top:0px;
}

.bg-primary {
  background-color: #F05F40 !important;
}

.bg-dark {
  background-color: #212529 !important;
}
.text-black{
  color:#555555;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.bg-white{
    background:#fff;
}
.no-padd{
    padding: 0px 0px;
}
.slimfit{
    width:50%;
    margin: 0 auto;
}
.xslimfit{
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
}
.bg-lgray.padd15{
    padding-top: 15px;
}
.bg-green{
    background:#c4df9b;
}
.bg-green-light{
  background: #effcda;
}
.bg-purple-light{
    background: #da03d5;
}
.padd40{
    padding-top:40px;
    padding-bottom:40px;
}
.ind{
    color:#fff;
    padding-top:30px;
}
.rev_ind{
    top:70px;
}
.rev_shrink{
    padding:0px 30px 50px 30px;
}
.carousel-inner p{
    padding-left:10% !important;
    padding-right:10% !important;
    color:#fff;
}
section {
  padding: 1rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}
.logo{
  width:150px;
}
#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #F05F40;
  font-family: 'Roboto', sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #F05F40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #c4df9b !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

#contact p{
  font-size:14px;
  font-weight: 300;
}
i.fa-phone,
i.fa-at,
i.fa-envelope,
i.fa-map-marker{
  color: #8dc63f;
  margin-right: 10px;
}

i.fa-facebook,
i.fa-twitter,
i.fa-instagram,
i.fa-youtube-play{
  border-radius: 100px;
  border:1px solid #ebebeb;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}
i.fa-facebook:hover{
color:#0076a3;
}
i.fa-twitter:hover{
color:#00aeef;
}
i.fa-instagram:hover{
color:#2e3192;
}
i.fa-youtube-play:hover{
color:#ff0000;
}
.footer{
  border-top:1px solid #cccccc !important;
  padding:15px 0px;
  color:#cccccc;
  background:#4a0248;
}
@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(37, 37, 37, 1);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #c4df9b;
  }

   #mainNav.navbar-shrinkP {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrinkP .navbar-brand {
    color: #c4df9b;
  }
  #mainNav.navbar-shrinkP .navbar-brand:focus, #mainNav.navbar-shrinkP .navbar-brand:hover {
    color: #c4df9b;
  }
  #mainNav.navbar-shrinkP .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrinkP .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #252525;
  }
  #mainNav.navbar-shrinkP .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrinkP .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #c4df9b;
  }
}

  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #c4df9b;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #c4df9b;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #252525;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #c4df9b;
  }
}

/*header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Roboto', sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

@media(max-width: 767px){
.navbar-toggler{
  margin-top:25px;
}
.top-phone .col-md-4{
  padding: 0px 0px;
}
    .logo{
      width:100px;
    }
.xcontainer-fluid.xmy-auto{
      margin-top:60px;
  }
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    font-family: 'Roboto', sans-serif;
    box-shadow: none;
}
input[type=text],
input[type=email],
input[type=password],
textarea{
  border-color: #ccc !important;
  background: #f0f0f0 ;
  font-size:13px;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus{
  box-shadow: none !important;
  /*border-color: #c4df9b ;*/
  background:#fff ;
}
.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #F05F40;
  border-color: #F05F40;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

.btn-sub{
  width:200px;
  background: #252525;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color:#fcfcfc;
}

.btn-sub:hover{
  background:#c4df9b;
  color:#252525;
}
.footer-social{
   
}
.footer-social a{
    padding:7px;
    font-size:24px;
    font-family:"Roboto";
    font-weight:100 !important;
    color:#555555;
}
.faname,
.faemail,
.fatextarea{
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
    background-size: 20px 20px !important;
}
.faname{
    background-image: url("../img/icons/user.png") !important;

}

.faemail{
    background-image: url("../img/icons/mail.png") !important;

}

.fatextarea{
    background:#f0f0f0;
    background-image: url("../img/icons/pencil.png") !important;
    background-position: 98% 15px !important;
}


@media(max-width:768px){
.logo_footer{
   text-align:center;
}
}
.top-phone{
  z-index:1111;
}
.text-bold{font-weight:bold;}

.dropdownmenu{
    display:none;
    position:absolute;
    background:#fff;
    border-radius:4px;
    list-style:none;
    padding:15px 15px;
}

.nav-item.drop-down:hover .dropdownmenu{
    display:block;
}
@media(min-width:768px){
    .dropdownmenu{
        display:none;
        position:absolute;
    }
input[type=checkbox].tog:checked ~ #toggle-navbarResponsive{
            display: none;
        }
        input[type=checkbox].tog:checked ~ #toggle-navbarResponsive{
            display: none;
        }
        #toggle-navbarResponsive{
            display: none;
        }
}

@media(max-width:768px){
    .dropdownmenu{
        display:block;
        position:relative;
    }
input[type=checkbox].tog:checked ~ #toggle-navbarResponsive{
            display: none;
        }
        input[type=checkbox].tog:checked ~ #toggle-navbarResponsive{
            display: block;
        }
        #toggle-navbarResponsive{
            display: none;
        }
}
