
/*!
 * nav
 * header
 * features
 * team
 * Count are
 * faq
 * client
 * Cotnact
 * footer
 * newsletter
 * about
 */

html
{
    margin: 0;
    padding: 0;
}
html,
body {
    width: 100%;
    height: 100%;
    font-family: "Roboto",sans-serif;
    font-size:14px;
    color: #818b95;
    background-color:  #ccc;
    line-height: 25px;
}
.video {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 0;
}
img{
    width: 100%;
}
.header-text2 .text6 {
    font-size: 46px !important;
}

#preloader {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.pnd
{
padding:0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    color: #d93531;
}
a {
    color: #d93531;
    text-decoration: none;
}
a:focus,a:hover{color:#fff;text-decoration:underline}
.btn {
       border-radius: 3px;
}
.margin-auto
{
    margin: auto;
    float: none;
}
.bg
{
    background: #111;
}
footer {
    background: #555b5c none repeat scroll 0 0;
}
.popular {
    background-color:#33439a;
    border-radius: 0 20px 20px 0;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 2px 0 2px 16px;
    position: absolute;
    right: -15px;
    text-transform: uppercase;
    top: 31px;
    transform: rotate(90deg);
    width: 93px;
}
.back-to-top {
    background-color: #d93531;
    border-radius: 3px;
    bottom: 10px;
    display: none;
    height: 30px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 30px;
    z-index: 10000;
}
.back-to-top .fa.fa-chevron-up {
    color: #fff;
    margin-top: 7px;
}
.title {
   margin: auto auto 50px;
    position: relative;
    text-align: center;
    z-index: 999;
}
.title h2 {
    color: #fff;
    font-size: 22px;
     text-align: center;
    text-transform: capitalize;
}
#about-us p{
    color:#818179;
    font-size:18px;
}
.title h2::after {
    background: #666 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 45%;
    position: absolute;
    top: -22px;
    width: calc(13%);
}
.title h2::before {
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 42%;
    position: absolute;
    top: -16px;
    width: calc(18%);
}
.title p {
    line-height: 26px;
   
    margin: 25px auto 30px !important;
    color:#fff;
}
a {
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
     -moz-transition: all 0.35s ease 0s;
}
.header-text-box {
    height:450px !important;
}
.copyright p {
        padding-left: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.header-text-box .header-text {
    padding: 30px 0;
}
.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #80d8ff;
}
.breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #80d8ff;
}

.breadcrumb > li + li::before {
    color: #80d8ff;
}


.index3 .navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.index3 .header-text::before {
     display: none;
}
.index3 .header-text {
    border: medium none;
}
.index3 .bg-white h2 {
    color: #1C7FB3;  
}
.index3 .title h2 {
    color: #1c7fb3;
}
.index3 .affix {
    background: #1c7fb3 none repeat scroll 0 0 !important;
}
.index3 .btn-wt-bdr2 {
    background-color: #1C7FB3 !important;
    border: 2px solid #1C7FB3;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 12px 24px !important;
    text-transform: uppercase;
}
.index3 .btn.btn-wt-bdr2:hover {
    background: none !important;
    color: #232c30;
    border: 2px solid #232c30;
}
.index3 .features h4 {
    color: #232c30;
}
.index3 .features i {
    color: #232c30;
    background: -moz-linear-gradient(top, #246bad 0%, #00c8c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #246bad), color-stop(100%, #00c8c8));
  background: -webkit-linear-gradient(top, #246bad 0%, #00c8c8 100%);
  background: -o-linear-gradient(top, #246bad 0%, #00c8c8 100%);
  background: -ms-linear-gradient(top, #246bad 0%, #00c8c8 100%);
  background: linear-gradient(to bottom, #246bad 0%, #00c8c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#246bad', endColorstr='#00c8c8',GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index3 .Countarea-middle i {
color: #232c30;
     background: -moz-linear-gradient(top, #246bad 0%, #00c8c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #246bad), color-stop(100%, #00c8c8));
  background: -webkit-linear-gradient(top, #246bad 0%, #00c8c8 100%);
  background: -o-linear-gradient(top, #246bad 0%, #00c8c8 100%);
  background: -ms-linear-gradient(top, #246bad 0%, #00c8c8 100%);
  background: linear-gradient(to bottom, #246bad 0%, #00c8c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#246bad', endColorstr='#00c8c8',GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index3 .Countarea-middle h2 {
    color: #232c30;  
}
.index3 .team-content > h2 {
    color: #232c30;
}
.index3 .newsletter {
    background: #1c7fb3 none repeat scroll 0 0;
}
.index3 .btn-white-fill {
    color: #1c7fb3 !important;
}

.index3 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #232c30;
    line-height: 1.3;
}
.index3 .popular {
    background-color: #232c30;
    display: none;
}
.index3 .price-stats .fa.fa-check {
    color: #232c30;
}
.index3 .client .user-name {
    color: #232c30;
}
.index3 .footer a {
    color: #232c30;
}
.index3 .socialfooter a {
    background: #1C7FB3 none repeat scroll 0 0;
     color: #fff;
}
.index3 footer {
    background: #1C7FB3 none repeat scroll 0 0;
}
.index3 .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #207186!important;
}
.index3 .bg-white::before {
    transform: skewY(-2deg) translateY(-61px);
 
}
.index3 #features .pad {
    padding: 110px 0 0;
}
/*---------- nav ---------*/
.navbar-default {
        background: #fff;
    border-color: #fff;
    border: 1px solid #fff;
    height:58px;
   
}
.navbar-default .navbar-nav > li > a {
    color: #207186;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #80d8ff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #80d8ff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
}
.dropdown-menu {
    animation: 0.3s ease-out 0s normal none 1 running dropdownOpen;
    border: medium none;
    border-radius: 0 !important;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 4px;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #d93531;
    color: #fff;
    text-decoration: none;
}
@-webkit-keyframes dropdownOpen {
 0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
}
@keyframes dropdownOpen {
 0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
}

.navbar-default .navbar-toggle {
    border: medium none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-collapse {
    border-top: medium none;
}

/*---------- header ---------*/
.header-bg {
    background-color: #d93531 !important;
}
.header-bg2 {
    background-image: url("../img/header.jpg") !important;
    background-position: center center!important;
    position: relative;
     background-size: cover !important;
     height: 550px !important;
      overflow: hidden;
}
.header-bg2::before {
    background: #207186;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
     z-index: 9;
}
.header-bg2 .header-text p {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
}
.header-bg3 {
    height: 490px !important;
    position: relative;
        top: 58px;
}
.header-bg3 .header-text h1 strong {
    color: #888;
}
.header-bg3 .header-text p {
    color: #fff;
}
.header-bg3 .btn-wt-bdr {
    background: #fff none repeat scroll 0 0 !important;
    border: medium none;
    box-shadow: 0 0 0;
    color: #000;
}
.header-bg3 .btn-wt-bdr:hover {
    color: #d93531;
}
.header-bg::before {
    background: rgba(51, 67, 154, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.header {
    background-color:  #d93531;
    background-repeat: no-repeat;
    background-position: center bottom;
     overflow: hidden;
    position: relative;
}
.header-text {
    margin: 10px 0 15px;
    padding: 70px 0 15px;
    position: relative;
    z-index: 9;
}
.header-text1 {
    margin: 10px 0 15px;
    padding: 70px 0 15px;
    position: relative;
    z-index: 9;
}
.header-text::before {
    height: 100%;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 100%;
}
.header-text p {
    color: #80d8ff;
    margin: 15px auto 30px;
    position: relative;
    z-index: 99;
}
.header-text2 {
    color: #fff;
    float: left;
    padding: 100px 0 70px;
    position: relative;
    width: 100%;
}
.header-text2 .bg {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 5px 27px rgba(0, 0, 0, 0.2);
    padding: 1px 30px 30px;
     border-radius: 3px;
}
.header-text2 p {
    margin: 15px auto 30px;
}
.header-text2 h1 {
    color: #fff;
    font-size: 54px !important;
}
.header-text h1 {
    color: #fff;
    font-size: 37px !important;
    position: relative;
    z-index: 99;
}
.btn-wt-bdr {
    background-color: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.75) !important;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 12px 24px !important;
    text-transform: uppercase;
     position: relative;
    z-index: 99;
}
.btn-wt-bdr:hover {
    background: #fff none repeat scroll 0 0 !important;    
    color: #232c30 !important;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #ccc;
    text-decoration: none;
}
.btn-wt-bdr2 {
    background-color: #d93531 !important;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 12px 24px !important;
    text-transform: uppercase;
    border: 2px solid #d93531;
}
.btn.btn-wt-bdr2:hover {
    background: #fff none repeat scroll 0 0 !important;    
    color: #d93531;
}
.bg-white {
    background: #207186 none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 0px 20px;
    overflow: hidden;
    z-index: 9;
    position: relative;
    color: #ffff;
}
.bg-white img
{
    width: 100%;
}
.bg-white h2 {
    color: #d93531;
    font-size: 22px;
    margin-bottom: 5px;
}
.bg-white .col-md-5 h4 {
    color: #666;
}
.bg-white p {
    margin: 5px 0 5px;
    font-size: 20px;
}
.bg-white i {
    font-size: 32px !important;
    margin-bottom: 15px;
}

/*.bg-white::before {
    background: #f8f8f8 none repeat scroll 0 0;
    content: "";
    height: 71%;
    left: 0;
    position: absolute;
    top: -143px;
    transform: skewY(-5deg) translateY(-61px);
    width: 104%;    
}*/
/*---------- features ---------*/
.features
{
    padding: 50px 0;
}
.fpad {
    padding: 30px 14px 0;
}
.features img
{
    width: 100%;
}

.features p {
    margin: 10px 0 30px;
}
.features h4 {
    color: #d93531;
    margin: 0;
}
.features i {
    font-size: 26px !important;
    margin-bottom: 15px;
    color: #d93531;
}
.features-column {
    margin-bottom: 50px;
    margin: 0 0 22px;
    position: relative;
}
.features-column, .b-features-column-mod {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    margin: 80px 0 16px;
    overflow: hidden;
    padding: 40px 40px 50px;
    position: relative;
    text-align: center;
}
.features-column-icon i {
   background: #246bad;
  background: -moz-linear-gradient(top, #246bad 0%, #00c8c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #246bad), color-stop(100%, #00c8c8));
  background: -webkit-linear-gradient(top, #246bad 0%, #00c8c8 100%);
  background: -o-linear-gradient(top, #246bad 0%, #00c8c8 100%);
  background: -ms-linear-gradient(top, #246bad 0%, #00c8c8 100%);
  background: linear-gradient(to bottom, #246bad 0%, #00c8c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#246bad', endColorstr='#00c8c8',GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-column-text {
    margin-bottom: 42px;
    position: relative;
}
.features-column .btn, .b-features-column-mod .btn {
   background: transparent none repeat scroll 0 0;
    border: 1px solid #e8ecef;
    border-radius: 3px;
    color: #818b95;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 34px;
    position: relative;
    transition: background 0.3s ease-in-out 0s;
}
.features-column .btn:hover, .b-features-column-mod .btn:hover {
    color: #fff; 
    background:#1C7FB3;
}
.features-column .features-column-title {
   color: #23272c;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 22px;
    position: relative;
}
.features-column .features-column-icon {
    margin-bottom: 25px;
}
/*---------- price ---------*/
.price {
    padding: 10px 0 90px;
    background: #207186;
}
.price .inner-box {
    border: 2px solid #e2e8eb;
    margin: 20px auto 0;
    max-width: 320px;
    padding: 0 15px 0px;
    background: #fff;
    position: relative;
}
.price .price-stats {
    padding: 30px 17px 15px;
    position: relative;
}
.price .price-stats li {
    border-bottom: 1px dashed #999;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.price .price-no {
   color: #496174;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.inner-box.active {
    transform: scale(1.06);
}
.price .price-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.price-stats li i {
    margin-right: 32px;
}
.price-stats .fa.fa-check {
    color: #d93531;
}
.price-stats .fa.fa-close {
    color: #df2228;
}
.index3 .price .price-no {
    background: #1C7FB3;
    border: 7px solid #eee;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 200px;
    line-height: 177px;
    margin: 33px auto 21px;
    width: 200px;
}
/*---------- client ----------*/
.client
{
    padding: 50px 0;
}
.bg-white2 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 4px 0 #ddd;
    padding: 50px 0;
}
.client li {
    display: inline;
    height: 36px;
    list-style: outside none none;
    padding: 27px;
}

.client .testimonial-description {
    background-color: #fff;
    border-radius: 5px;
    box-shadow:1px 1px 2px rgba(222, 222, 222, 0.32);
    padding: 30px 30px 20px;
    position: relative;
}
.client .testimonial-description::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    bottom: -15px;
    content: "";
    height: 0;
    left: 45%;
    position: absolute;
    width: 0;
}
.client .testimonial-description p {
    font-size: 14px;
    font-style: italic;
}
.client .testimonial-user-info {
    margin-top: 35px;
    padding-left: 38%;
}
.client .user-text {
    margin-top: 25px;
}
.client .user-name {
    color: #d93531;
}
.client .testimonial-user-thumb img {
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    height: 60px;
    padding: 3px;
    width: 60px;
}
.client ul {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 36px 0;
    padding: 62px 0;
    text-align: center;
    width: 100%;
}
.client.padding {
    padding: 0 0;
}
.client .active {
    transform: scale(1.06);
}
/*---------- Count are ----------*/
.Countarea {
    background:#f8f8f8;
    position: relative;
    overflow: hidden;
}
.Countarea::before {
    background-color: #f1f1f1;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transform: skewX(-85deg) translateY(0px);
    width: 1000%;
}

.Countarea-middle.clearfix > ul {
    padding: 0 !important;
}
.Countarea-white-circal {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    height: 120px;
    margin: 0 auto 25px;
    padding-top: 35px;
    text-align: center;
    width: 120px;
}

.Countarea-middle i {
    font-size: 50px;
    text-align: center;
    color: #666;
}
.Countarea-middle h2 {
    color: #d93531;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: center;
}
.Countarea-middle h5 {
    color: #777;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

/*---------- newsletter ----------*/
.newsletter
{
    padding: 100px 0;
    background:#d93531;
}
.newsletter .title h2::before {
    background: #fff none repeat scroll 0 0;
}
.newsletter .title h2::after {
    background: #fff none repeat scroll 0 0;
}
.newsletter .title {
    color: #f5f5f5;
    margin: auto auto 50px;
    text-align: center;
   
}
.newsletter .title h2 {
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.newsletter .input-subscribe {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color:-moz-use-text-color -moz-use-text-color rgba(255, 255, 255, 0.3);
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none !important;
    color: #fff;
    height: 50px;
    margin-bottom: 46px;
    padding-left: 20px;
    text-align: center;
    }
.btn-white-fill {
    background-color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.75) !important;
    border-radius: 3px;
    color: #d93531 !important;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 8px 24px !important;
    text-transform: uppercase;
}
.btn-white-fill:hover {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.75) !important;
    color: #ffffff !important;
}
#exampleInputEmail1::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}

#exampleInputEmail1:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#exampleInputEmail1::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

input.input-subscribe:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/*---------- footer ----------*/
.footer h5 {
    color: #181717;
    font-size: 18px;
    margin-bottom: 18px;
    position: relative;
}
.footer a {
    color: #030d4e;
    text-underline:none;
}
.footer a:hover {
    color: #305622;
}
.bg-white3 {

    padding: 30px 0;
        color: #fff;
}
.bg-white3 a{
    color: #fff;
}
.footer-padding p{
    color:#fff;
    font-size: 20px;
    font-weight: 100;
     margin: 0 auto;
}
.footer-bottom{
    margin: 25px 10px 10px 10px;
}
.footer-bottom .fa{
    font-size: 25px;
}
.copyright h1{
    background: #fff;
    border-radius: 20px;
    color: #2e41cb;
    font-size: 27px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.copyright h2{
    font-size: 23px;
    background: #fff;
    border-radius: 20px;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.footer-padding
{
    padding:0 25px;
}
.socialfooter a {
    background: #d93531 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 33px;
    line-height: 32px;
    margin-right: 4px;
    text-align: center;
    width: 33px;
}
.socialfooter a:hover {
    background: #ddd none repeat scroll 0 0;
    border-radius: 50%;
    color: #d93531;
    display: inline-block;
    font-size: 18px;
    height: 33px;
    line-height: 32px;
    margin-right: 4px;
    text-align: center;
    width: 33px;
}
.copyright {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    padding: 20px 0 0;
}
/*---------- about ----------*/

.about-intensy-text a {
    background: #d93531 none repeat scroll 0 0;
    border: 2px solid #d93531;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 0;
    min-width: 125px;
    padding: 18px 30px;
    text-transform: uppercase;
    text-decoration: none;
}
.about-intensy-text a:hover {
    color: #d93531;
    background: #fff;
}
h2.about-intensy-title {
    color: #d93531;
    font-size: 30px;
    font-weight: 300;
    line-height: 45px;
    margin: 0;
    text-align: left;
}
.about-intensy-text ul {
    margin-bottom: 30px;
}
.about-intensy-text ul li::before {
    color: #d93531;
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 12px;
    margin-left: 0;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.about-intensy-text ul li {
    border-top: 1px solid #eceaeb;
    display: block !important;
    line-height: 1.3em;
    list-style-type: none !important;
    margin: 0 !important;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0 !important;
    padding-top: 15px;
    position: relative;
}

.about-intensy-text ul {
    margin-bottom: 30px;
    padding: 0;
}
.team-box
{
    position: relative;
    overflow: hidden;
}
.team-box::before {
    background-color: #207186;
    content: "";
    height: 100%;
    position: absolute;
    top: -56px;
    transform: skewX(85deg) translateY(0px);
    width: 1000%;
}
.team-box .team-post .team-content ul.team-social {
    margin: 0;
    padding: 0;
}
.team-box .team-post .team-content ul.team-social li {
    display: inline-block;
    margin-right: 18px;
}
.team-box .team-post .team-content ul.team-social li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}
.team-box .team-post .team-content ul.team-social li a i {
    color: #bdbdbd;
    font-size: 24px;
    transition: all 0.35s ease 0s;
}
.team-content > h2 {
    color: #174c5a;
    font-size: 19px;
    font-weight: 700;
}
.team-content span {
    color: #305622;
    display: block;
    margin-bottom: 10px;
}
.team-content > p {
    margin-bottom: 10px;
    color: #fff;
}
.about .bg-white img {
    width: 100%;
}
.team-box {
    padding: 50px 0;
}
.team-box .team-post .team-content ul.team-social li a i:hover {
    color: #d93531;

}
.team-content {
    margin: auto;
    width: 90%;
    padding:10px;
}
.about .bg-white
    {
      margin-bottom: 50px;
    }

/*---------- contact ----------*/
.contact-intensy-title {
    color: #d93531;
    font-size: 30px;
    font-weight: 300;
    line-height: 45px;
}
.bg-white-margin {
    margin-bottom: 50px !important;
}
.contact-detail i {
    color: #d93531;
    float: left;
    font-size: 24px !important;
    margin-right: 20px;
    text-align: center;
    width: 40px;
}
address {
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 20px;
}
.contact-form .form-control {
    background: #f2f2f2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 42px;
}
textarea.form-control {
    height: auto !important;
}
.btn-custom {
    background-color: #174c5a !important;
    border: 2px solid #174c5a !important;
    border-radius: 3px;
    color: #ffffff !important;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 3px 9px !important;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.btn-custom:hover {
    background-color: #fff !important;
    border: 2px solid #d93531 !important;
    color: #d93531 !important;
}
.contact-detail a {
    color: #d93531;
}

/*---------- Faq ----------*/
.panel-default {
    border-color: #fff;
    border-radius: 0 !important;
}
.panel-default > .panel-heading {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #d93531;
}
.panel-default a:focus, a:hover {
    color: #d93531;
    text-decoration: none;
}
/*---------- typograhy ----------*/
.bg-white4 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 4px 0 #ddd;
    margin-bottom: 100px;
    margin-top: -90px;
    padding: 50px 20px;
}
.bg-white3 h3 {
    color: #d93531;
}
.terms-list {
    padding-bottom: 25px;
    padding-left: 15px;
}
.terms-list .pr-10 {
    color: #d93531;
    padding-right: 10px;
}
.mtop30 {
    display: inline-block;
    margin-top: 30px;
}
.highlight-1 {
    background: #a0d468 none repeat scroll 0 0;
    color: #ffffff;
}
.highlight-2 {
    background: #656d78 none repeat scroll 0 0;
    color: #ffffff;
}
.highlight-3 {
    background: #ffce54 none repeat scroll 0 0;
    color: #242424;
}
.dropcap {
    background-color: #666666;
    color: #ffffff;
    float: left;
    font-size: 30px;
    line-height: 30px;
    margin: 4px 8px 0 0;
    padding: 5px 10px;
    text-align: center;
}
.dropcap2 {
    background-color: #666666;
    border-radius: 50%;
    color: #ffffff;
    float: left;
    font-size: 35px;
    height: 41px;
    line-height: 25px;
    margin: 3px 8px 0 0;
    padding: 10px;
    text-align: center;
}

.type-wrap {
    color: #fff;
    float: left;
    font-size: 36px !important;
    font-weight: bold;
    margin-bottom: 25px;
    width: 100%;
}

/*----- resposive ----------*/

@media (min-width:320px) and (max-width:480px)
{
    .carousel-indicators li {
    display: none;
    }
    .header-bg3 {
    height: 150px !important;
    }
    .header-text1{
        padding-top: 0px!important;
    }
    .footer-padding p{
        width: 100%;
    }
    .copyright h2 {
         width: 70%;
    font-size: 20px;
}
    .copyright h1{
         width: 100%;
        font-size: 15px;
    }
    .header-text2 h1{
        font-size: 20px !important;
    }
    .header-text2{
        padding: 55px 0 70px;
    }
.bg-white i {
    font-size: 32px !important;
    margin-bottom: 15px;
    width: 100%;
}
.bg-white h2 {
    font-size: 23px;
    text-align: center;
}
.bg-white .col-md-5 {
    text-align: center;
}
.Countarea {
    padding: 50px 0 30px;
}
    .team-box::before
    {
        display: none;
    }
    .client .active {
    transform: scale(1.06);
        margin: 20px 0;
}
    .Countarea::before {
    transform: inherit;
}
    .footer h5::after {
    top: 10px;
}
    .header-bg3::before {
     height: 100%;
        width: 100%;
}
        
    
    .header-bg2 {
    background-size: cover !important;
        height: 450px !important;
}
    .header-bg2::before {
       height: 100%;
}
    .header-bg2 .btn:hover {
    color: #333;
    text-decoration: none;
}
    .header-bg2::before {
    width: 100%;
}
    .header-text {
    padding: 70px 0 0px;
}
.header-text1 {
    margin: 10px 0 15px;
    padding: 60px 0 15px;
    }
  .header {
    background-size: 100% auto;
    height: 450px;
}  
    .features {
    text-align: center;
}
    .features p {
     margin: 10px 0 50px;
}
    .header-text h1 {    
    font-size: 20px !important;
}
    .bg-white {
      margin-top: -19px;
}
    .title {
    width: 100%;
        margin: auto auto 50px;
}
    .title h2 {   
    font-size: 18px;
}
    .col-lg-12.bg-white2 > ul {
    padding: 0;
}
    .col-lg-12.bg-white2 > ul li {
    padding: 10px 0;
}
    .col-lg-12.bg-white2 > ul li {
    display: block;
    margin-bottom: 50px;
    padding: 10px 0;
}
    .col-lg-12.bg-white2 > ul {
    padding: 10px 34px;
       text-align: center;
}

    .footer ul {
    margin-bottom: 30px;
}
    .newsletter .title {
   margin: auto auto 50px;
    text-align: center;
    width: 100%;
}
.inner-box.active {
    transform: inherit;
}
.newsletter .title h2 {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
    .client .testimonial-description {
    text-align: center;
}
    .team-post > img {
    width: 100%;
}
    .header-text-box {
    height: 324px !important;
}
    .team-post {
    margin-bottom: 50px;
    text-align: center;
}
    .contact-box {
    margin: 100px auto auto;
}
#typed {
    line-height: 42px;
    white-space: inherit !important;
}
.header-text p {
    display: none;
}
.type-wrap {
    font-size: 20px !important;
    height: 80px;
}
.header-text {
    position: relative;
    z-index: 99;
}
bg-white i {
    text-align: center;
    width: 100%;
}
.Countarea-middle h5 {
    display: table;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
}
.index3 .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: rgb(255, 255, 255) !important;
}

}
@media (min-width:480px) and (max-width:568px)
{
    .carousel-indicators li {
    display: none;
    }
     .header-text2 h1{
        font-size: 27px !important;
    }
    .header-text2{
        padding: 55px 0 70px;
    }
.index3 .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: rgb(255, 255, 255) !important;
}

bg-white i {
    text-align: center;
    width: 100%;
}
.header-text {
    position: relative;
    z-index: 99;
}
.header-text p {
    display: none;
}
.type-wrap {
    font-size: 21px !important;
    height: 80px;
}
#typed {
    line-height: 26px;
    white-space: inherit !important;
}
 .team-box::before
{
    display: none;
}
.Countarea::before {
    transform: inherit;
}
    .contact-box {
    margin: 100px auto auto;
}
        .header-bg2 {
    background-size: cover !important;
}
    .header-bg2::before {
    width: 100%;
}
    .client .testimonial-user-info {
    margin-top: 35px;
    padding-left: 43%;
}
    .client .testimonial-description::after {   
    left: 47%;
}
    .header-text {
    padding: 100px 0 150px;
}
  .header {
    background-size: 100% auto;
    height: 450px;
}  
    .features {
    text-align: center;
}
    .features p {
    line-height: 26px;
    margin: 10px 0 50px;
}
    .header-text h1 {    
    font-size: 20px !important;
}
    .bg-white {
      margin-top: -19px;
}
    .title {
    width: 100%;
        margin: auto auto 50px;
}
    .title h2 {   
    font-size: 18px;
}
    .col-lg-12.bg-white2 > ul {
    padding: 0;
}
    .col-lg-12.bg-white2 > ul li {
    padding: 10px 0;
}
    .col-lg-12.bg-white2 > ul li {
    display: block;
    margin-bottom: 50px;
    padding: 10px 0;
}
    .col-lg-12.bg-white2 > ul {
    padding: 10px 34px;
       text-align: center;
}

    .footer ul {
    margin-bottom: 30px;
}
    .newsletter .title {
    color: #d3fbc0;
    margin: auto auto 50px;
    text-align: center;
    width: 100%;
}
.newsletter .title h2 {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
    .client .testimonial-description {
    text-align: center;
}
    .team-post > img {
    width: 100%;
}
    .header-text-box {
    height: 324px !important;
}
    .team-post {
    margin-bottom: 50px;
    text-align: center;
}
        .header {
    background-size: 100% auto;
}
    .bg-white .col-md-5 {
    text-align: center;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
}
@media (min-width:568px) and (max-width:667px)
{
     .header-text2 h1{
        font-size: 30px !important;
    }
    .header-text2{
        padding: 55px 0 70px;
    }
.index3 .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: rgb(255, 255, 255) !important;
}
bg-white i {
    text-align: center;
    width: 100%;
}
.header-text {
    position: relative;
    z-index: 99;
}
.header-text p {
    display: none;
}
.type-wrap {
    font-size: 21px !important;
    height: 80px;
}
#typed {
    line-height: 26px;
    white-space: inherit !important;
}
 .team-box::before
{
    display: none;
}
.Countarea::before {
    transform: inherit;
}
    .contact-box {
    margin: 100px auto auto;
}
        .header-bg2 {
    background-size: cover !important;
}
    .header-bg2::before {
    width: 100%;
}
    .client .testimonial-user-info {
    margin-top: 35px;
    padding-left: 43%;
}
    .client .testimonial-description::after {   
    left: 47%;
}
    .header-text {
    padding: 100px 0 150px;
}
  .header {
    background-size: 100% auto;
    height: 450px;
}  
    .features {
    text-align: center;
}
    .features p {
    line-height: 26px;
    margin: 10px 0 50px;
}
    .header-text h1 {    
    font-size: 20px !important;
}
    .bg-white {
      margin-top: -19px;
}
    .title {
    width: 100%;
        margin: auto auto 50px;
}
    .title h2 {   
    font-size: 18px;
}
    .col-lg-12.bg-white2 > ul {
    padding: 0;
}
    .col-lg-12.bg-white2 > ul li {
    padding: 10px 0;
}
    .col-lg-12.bg-white2 > ul li {
    display: block;
    margin-bottom: 50px;
    padding: 10px 0;
}
    .col-lg-12.bg-white2 > ul {
    padding: 10px 34px;
       text-align: center;
}

    .footer ul {
    margin-bottom: 30px;
}
    .newsletter .title {
    color: #d3fbc0;
    margin: auto auto 50px;
    text-align: center;
    width: 100%;
}
.newsletter .title h2 {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
    .client .testimonial-description {
    text-align: center;
}
    .team-post > img {
    width: 100%;
}
    .header-text-box {
    height: 324px !important;
}
    .team-post {
    margin-bottom: 50px;
    text-align: center;
}
        .header {
    background-size: 100% auto;
}
    .bg-white .col-md-5 {
    text-align: center;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
}
@media (min-width:667px) and (max-width:736px)
{
bg-white i {
    text-align: center;
    width: 100%;
}
.header-text {
    position: relative;
    z-index: 99;
}
.header-text p {
    display: none;
}
.type-wrap {
    font-size: 21px !important;
    height: 80px;
}
#typed {
    line-height: 26px;
    white-space: inherit !important;
}
 .team-box::before
{
    display: none;
}
.Countarea::before {
    transform: inherit;
}
    .contact-box {
    margin: 100px auto auto;
}
        .header-bg2 {
    background-size: cover !important;
}
    .header-bg2::before {
    width: 100%;
}
    .client .testimonial-user-info {
    margin-top: 35px;
    padding-left: 43%;
}
    .client .testimonial-description::after {   
    left: 47%;
}
    .header-text {
    padding: 100px 0 150px;
}
  .header {
    background-size: 100% auto;
    height: 450px;
}  
    .features {
    text-align: center;
}
    .features p {
    line-height: 26px;
    margin: 10px 0 50px;
}
    .header-text h1 {    
    font-size: 20px !important;
}
    .bg-white {
      margin-top: -19px;
}
    .title {
    width: 100%;
        margin: auto auto 50px;
}
    .title h2 {   
    font-size: 18px;
}
    .col-lg-12.bg-white2 > ul {
    padding: 0;
}
    .col-lg-12.bg-white2 > ul li {
    padding: 10px 0;
}
    .col-lg-12.bg-white2 > ul li {
    display: block;
    margin-bottom: 50px;
    padding: 10px 0;
}
    .col-lg-12.bg-white2 > ul {
    padding: 10px 34px;
       text-align: center;
}

    .footer ul {
    margin-bottom: 30px;
}
    .newsletter .title {
    color: #d3fbc0;
    margin: auto auto 50px;
    text-align: center;
    width: 100%;
}
.newsletter .title h2 {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
    .client .testimonial-description {
    text-align: center;
}
    .team-post > img {
    width: 100%;
}
    .header-text-box {
    height: 324px !important;
}
    .team-post {
    margin-bottom: 50px;
    text-align: center;
}
        .header {
    background-size: 100% auto;
}
    .bg-white .col-md-5 {
    text-align: center;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
}
@media (min-width:768px) and (max-width:1024px)
{
.header-text h1 {
    font-size: 24px !important;
}
.index3 .price .price-no {
    font-size: 16px;
    height: 150px;
    line-height: 130px;
    width: 150px;
}
.price .inner-box {
    padding: 0 0 0px;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.client li {
    display: inline-table;
    width: 22%;
}
.socialfooter a {
    font-size: 13px;
    height: 29px;
    line-height: 29px;
    width: 29px;
}
.client li img {
    width: 100%;
}
.type-wrap {
    font-size: 25px !important;
}
.header-text {
    position: relative;
    z-index: 99;
}
.Countarea::before {
    transform: skewX(-84deg) translateY(0px);
}
.team-box::before {
    transform: skewX(72deg) translateY(0px);
}

    .bg-white img {
    width: 70%;
}
    .bg-white {
    text-align: center;
}
    .header {
    background-size: 100% auto;
}
    .team-post {
    margin-bottom: 50px;
    text-align: center;
}
        .team-post > img {
    width: auto;
}
   
        .features img {
    width: 60%;
}
    .team-post > img {
    width: 100%;
}
    .features .col-md-5 {
    text-align: center;
}
    .features .col-md-7 {
    text-align: center;
}
    .client .testimonial-user-info {
    padding-left: 42%;
}
    .client li {
    padding: 22px;
}
    
        .container {
    width: 100%;
}
     .title {
    margin: auto auto 100px;
    text-align: center;
    width: 100%;
}
    .team-post {
    margin: 0 auto 50px;
    text-align: center;
    width: 100%;
}
    .testimonial-description.text-left {
    text-align: center;
}
    .client .testimonial-description::after {
    left: 48%;
}
    .col-lg-12.bg-white2 li img {
    width: 18%;
}
    .bg-white2 {
      display: table-cell;
}
.client .testimonial-user-info {
    padding-left: 38% !important;
}
.bg-white3 {
    display: inline-table;
    margin-left: 8px;
}
    .newsletter .title {
      width: 100%;
}
    .about .bg-white img {
    width: 70%;
}  
.header-text2 h1 {
    font-size: 42px !important;
}
h2.about-intensy-title {
    margin: 50px 0 0;
    text-align: center;
}
}
@media (min-width:1024px)
{
         .header
    {
         background-position: center bottom;
    }
    .about .bg-white img {
    width: 100%;
}
      .bg-white {
    text-align: center;
}
    .bg-white img {
    width: 100%;
}
    .team-post {
    margin: 0 auto 50px;
    text-align: center;
}
    .testimonial-description.text-left {
    text-align: center;
}
    .client .testimonial-description::after {
    left: 48%;
}
    .col-lg-12.bg-white2 li img {
    width: 18%;
}
    .bg-white2 {
      display: table-cell;
}
    .client .testimonial-user-info {
    padding-left: 42%;
}
  
.team-post > img {
   width: 90%;
    margin-top: 20px;
  
}

.features img {
    width: 100%;
}
    .features .col-md-7 {
    text-align: left;
}
    .client li {
    padding: 22px 2px;
}

}
@media (min-width:1024px) and (max-width:1280px)
{

.team-post {
    width: 100%;
    margin: 0;
}
    .team-post {
    text-align: left;
}
    .newsletter .title {
    color: #d3fbc0;
    margin: auto auto 50px;
    text-align: center;
    width: 60%;
}
    .title {
    margin: auto auto 100px;
    text-align: center;
    width: 65%;
}
    .header
    {
         background-position: center bottom;
        background-size: auto auto;
    }

}
.navbar-brand{
    padding: 0px 0px 0px 0px;
   
   
}
.p-0{
    padding: 0px;
}
.navbar-default .navbar-nav li a:hover{
    color: #fff;
}
.navbar-toggle{
    background-color: #1c6981;
}

.icon-bar0 {
    position: fixed;
    top: 90%;
    font-size: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}
.callus {
    font-size: 30px!important;
    background-color: #4caf50;
    color: #fff;
    padding: 10px 13px!important;
    border-radius: 50%;
}

.icon-bar1 {
    position: fixed;
    top: 90%;
    font-size: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    right:2px;
}
.carousel-inner .item img{
    width: 100%;
}
.navbar-brand h3{
    color:#fff!important;
    margin-top: 12px!important;
    font-size: 21px;
}
.team-post{
    background: #fff;
        border-radius: 20px;
        margin-bottom:20px;
}

/*---------- resposive ----------*/

@media (min-width:767px){
      .call-btn{
      position: fixed;
      bottom:80px;
      left:0px;
      background: #fdd639;
      width: 50px;
      height: 50px;
      border: 2px solid #000;
      text-align: left;
      color: #000;
      padding: 5px 12.5px;
      font-weight: 800;
      font-size: 25px;
      z-index: 9999;
   }
   .whatsapp-btn{
      bottom:20px;
      left : 0px;
      position: fixed;
      background: #25D366;
      width: 50px;
      height: 40px;
      border: 2px solid #fff;
      text-align: left;
      color: #fff;
      padding: 5px 12.5px;
      font-weight: 800;
      font-size: 25px;
      z-index: 9999;
   }
   .call-btn a span{
      visibility: hidden;
   }
   .call-btn:hover a span{
      transition-delay: 0.5s;
      visibility: visible; 
   }
   .call-btn:hover{
         width: 170px;
         -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
         transition: width 1s;
   }
      .whatsapp-btn a span{
      visibility: hidden;
   }
   .whatsapp-btn:hover a span{
      transition-delay: 0.9s;
      visibility: visible; 
   }
   .whatsapp-btn:hover{
         width: 190px;
         -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
         transition: width 1s;
   }
   }
   @media (max-width:767px){
      .call-btn{
      position: fixed;
      bottom:0px;
      left:0px;
      background: #fdd639;
         width: 50%;
      height: 40px;
      text-align: center;
      color: #000;
      padding: 5px 20px;
      font-weight: 800;
      font-size: 20px;
      z-index: 9999;
   }
   .whatsapp-btn{
      bottom:0px;
      right : 0px;
      position: fixed;
      background: #25D366;
         width: 50%;
      height: 40px;
      text-align: center;
      color: #fff;
      padding: 5px 20px;
      font-weight: 800;
      font-size: 20px;
      z-index: 9999;
   }
   
   }
.navbar-collapse{
Background:#fff;
}
