@import url('https://fonts.googleapis.com/css?family=Audiowide|Raleway|Righteous|Teko|Yanone+Kaffeesatz:700');
@import url('https://fonts.googleapis.com/css?family=Poppins');
body {
    font-family: 'Raleway', sans-serif;
}
.en_blink a{
    
    color:#000;
   -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite; 
    }
    @keyframes color-change {
    0% { color:red;}
    50% { color:red; }    
    100% { color:#043a93; }
}
.dnv {
    position: absolute;
    top: 12px;
    right: 25px;
}
.ns{
    height: 132px;
    width: 119px;
    padding: 10px;

}
.nsh1{
    color: #df631b;
    font-weight: 700;
}

.zoom {
  transition: transform 1.2s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}

.pp{
    padding-left: 22px;
    color: #fff;
    height:30px;
}
.wc{
    color: #fff;
}
.mtop{
    margin-top: 100px;
}
.ap{
        width: 100%;
    border-radius: 100%;
    height: 240px;
}
.add{
    padding-left: 33px;
    margin-top: -47px;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  transition: .5s ease;
  backface-visibility: hidden;
  height: 230px;
  padding-bottom: 15px;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.effect:hover .image {
  opacity: 0.3;
}

.effect:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.fz-18{
    font-size: 18px;
}
.top {
    background-color: #333;
    position: relative;
    z-index: 9999;
}
.text a{
    color: #fff;
}
.top .flat-information,
.top .flat-socials.text-right {
    display: inline-block;
}

.top .flat-socials.text-right {
    float: right;
}

.flat-information > li.email {
    margin-left: 26px;
    position: relative;
}
.client .col-md-3 img{
    border: 1px solid #ccc;
    padding:5px; 
}

.flat-information > li.email:before {
    position: absolute;
    top: 15px;
    left: -16px;
    width: 1px;
    height: 14px;
    content: "";
    background-color: #617588;
}

.flat-information > li {
    display: inline-block;
    position: relative;
}


.slider-pr{
    background: #9e0104;
    color: #fff;
    padding: 8px 12px;
    font-weight: 600;
}


.flat-information > li > a {
    display: inline-block;  
    color: #fff;    
    font-size: 12px;
    line-height: 43px;
    padding: 2px 0 0 17px;
     font-family: 'Raleway', sans-serif;
}

.flat-information > li > a:hover {
    color:#e31e24;  
}

.top .flat-socials li {
    display: inline-block;
    padding-left: 10px;
    line-height: 45px;
}

.top .flat-socials li i:before {
    font-family: "FontAwesome";
    content: "\f09a";
    font-size: 13px;
    color: #fff;
}

.top .flat-socials li.twitter i:before {
    content: "\f099";
}

.top .flat-socials li.instagram i:before {
    content: "\f16d";
}

.top .flat-socials li.wifi i:before {
    content: "\f1eb";
}

.top .flat-socials li i:hover:before {
    color: #18ba60;
}

.top .flat-information,
.top .style-box {
    display: inline-block;
    margin: 0;
}

.top .style-box {
    float: right;
}

.top .flat-socials,
.top .question,
.top .box-text {
    display: inline-block;
}

.top .question {
    position: relative;
    color: #fff;
    padding: 0 20px 0 33px;
}

.top .question:before {
    position: absolute;
    top: 5px;
    left: 14px;
    width: 1px;
    height: 14px;
    content: "";
    background-color: #617588;
}

.top .question i,
.top .question p {
    display: inline-block;
}

.top .question p {
    font-size: 12px;
    padding-left: 7px;
}

.top .style-box .box-text {
    padding: 0 26px 0 28px;
    background-color: #e31e24;
}

.top .style-box .box-text p {
    line-height: 45px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.serch{
    float: left;
    margin-top:9px; 
}
.serch input{
    border-left: none;
    border-right : none;
    border-top:  none;
    border-bottom: 1px solid #ccc; 
    background:#333; 
}
.serch a span{
    position: relative;
    right: 12px;
    color: #888;
}

header {
    padding: 25px 0;
    /*! border-bottom: 1px solid #ccc; */ 
    position: absolute;
    z-index: 9999;
    background:#fff; 
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.12);
    width: 100%;
}
.pad0 {
    padding: 0;
}
.name h1{

    font-family: 'Teko', sans-serif;
    margin: 10px 0 0 0;
    color: #043A93;
    font-size: 31px;
}
.name h1 color {
    color: #4b4b4b;
    font-size: 30px;
} 
.shine-me {
    
    -webkit-animation-name: ShineAnimation;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.12,.89,.98,.47);
    background:#ccc; 
}

@-webkit-keyframes ShineAnimation{
    from {
        background-repeat:no-repeat;
        background-image:-webkit-linear-gradient(
            top left,
            rgba(255, 255, 255, 0.0) 0%,
            rgba(255, 255, 255, 0.0) 45%,
            rgba(255, 255, 255, 0.5) 48%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0.5) 52%,
            rgba(255, 255, 255, 0.0) 57%,
            rgba(255, 255, 255, 0.0) 100%
        );
        background-position:-250px -250px;
        background-size: 600px 600px
    }
    to {
        background-repeat:no-repeat;
        background-position:250px 250px;
    }
}


.shine-me {
    width: 83%;
    margin: 10px;
    background: rgba(0, 0, 0, 0);
    height: 34px;
    position: absolute;
}


.modal-open .modal {
    background: rgba(0, 0, 0, 0.85);;
    z-index: 99999;
}



.modal-content {
border-top: 2px solid #FF0000;
background: url(../images/discount-bg.jpg);
    }

.modal-content button.close {
    margin-right: 15px;
background: #000;
opacity: 1;
color: #fff;
padding: 1px 8px 5px;
border-radius: 30px;
margin-top: 12px;
}

.modal-body .offer img{
width: 25%;
float: left;
}

.modal-body .offer h1{
    color: #043A93;
font-family: 'Teko', sans-serif;
margin-top: 12px;
font-size: 30px;
float: right;
}

.modal-body .discount{
border: 2px dotted #f00;
margin: 15px 0px 0px;
padding: 10px 15px;
text-align: center;
background: #043a93;
}

.modal-body .discount h2{
font-family: 'Lato', sans-serif;
text-transform: uppercase;
font-size: 26px;
font-weight: 600;
color: #fff;
line-height: 40px
}

.modal-body .discount h3{
font-weight: 700;
color: #fffc00;
margin-top: 7px;
margin-bottom: 15px;
}

.modal-body .dicount-img img{
width: 100%;
box-shadow: 0 0 5px #d1d1d1;
}

.modal-body .dicount-img{
padding-top: 15px;
}


.navbar-inverse {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0px;
    
    margin-left: 45px;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus {
 color: #043a93;
font-family: 'Raleway', sans-serif;
padding: 15px 7px;
font-weight: 600;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color: #000;
}


.slidermain h1{
   font-family: 'Teko', sans-serif;
    font-size:45px;
}
.slidermain {
    font-family: 'Raleway', sans-serif;
}
.do {
    background: #f00;
    color: #fff!important;
    border-radius: 34px;
    padding: 6px 16px!important;
    position: relative;
    top: 8px;
    font-weight: 800;
    transition: all 0.4s ease-out 0s;
}
.do:hover {
    background: #0A8AD6!important;
    color: #fff!important;
    border-radius: 34px;
    padding: 6px 16px!important;
    position: relative;
    top: 8px;
    transition: all 0.4s ease-out 0s;
}
.about_blocks_row {
    position: relative;
}
.about_blocks_row:before {
    content: '';
    width: 100%;
    display: block;
    height: 110px;
    position: absolute;
    background: #fff;
    bottom: 0;
}
.about_blocks_row.about_blocks_row2 {
    background: #fff;
    padding: 40px 0;
}
.about_blocks_row.about_blocks_row2:before {
    display: none;
}
.about_blocks_row.about_blocks_row_home2 {
    margin-top: -110px;
    z-index: 2;
}
.about_block {
    position: relative;
    top: -20px;
    z-index: 9999;

}
.about_block .inner {
    height: 265px;
    padding: 30px;
    box-shadow: 1px -4px 8px rgba(0, 0, 0, 0.7);
}
.about_block .inner .heading {
    text-transform: uppercase;
    color: #fff;
}
.about_block .inner .heading h5 {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
}
.about_block .inner .heading h3 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 1;
}
.about_block .inner p {
    margin-bottom: 25px;
    line-height: 24px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #d2f0ff;
    font-weight: 300;
}
.carousel-inner>.item>img{
    height: 430px;
    width: 100%;
}
.pro-main>img{
    height: 240px;
}
.about_block .inner a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    display: inline-block;
}
.about_block .inner a:after {
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    display: block;
    margin: 5px 0 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.about_block .inner:hover a:after {
    width: 0;
}
.about_block.about_block_1 .inner {
    background: url(../images/block-3.png) no-repeat scroll center center #004eb9;
}
.about_block.about_block_2 .inner {
    background: url(../images/bg-2.jpg) no-repeat scroll center center #004eb9;
}
.about_block.about_block_2 .inner p {
    color: #cfd9fe;
}
.about_block.about_block_3 .inner {
    background: url(../images/block-3.png) no-repeat scroll center center #004eb9;
}
.about_block.about_block_3 .inner p {
    color: #dacfff;
}

.sec-2{
    background: #eaeaea;
}

.sec-3 small{
    text-align: center;
}
.sec-3 {
    padding: 30px 0 70px;
    background: #eaeaea;
}
.s3m {
    text-align: center;   
}

.s3m h5{
color: #b70003;
font-weight: 600;
}

.s3m h3{
    font-weight: 800;
    margin-bottom: 40px;
    color: #043A93;
}
.s3m h3::after {
    content: '';
    width: 85px;
    height: 1px;
    background: #0186d5;
    display: block;
    margin: 10px auto 0;
}
.s4m h3 {
    color: #b70003;
    font-family: 'Righteous', cursive;
}
.s4m h4 {
    font-weight: 600;
    color: #b70003;
} 
.s4m p {
    font-size: 18px;
    color:#555;
    text-align: justify;
}
.s4m a {
    background:#043a93; 
    color: #fff;
    padding: 10px 27px;
    border-radius: 23px;
    position: relative;
    top: 15px;
}
.sec-4 {
    background:url(../images/bg-1.jpg);
    background-size: cover;
    padding: 50px 0;  
}
.abt {
    background:#fff;
    box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.7); 
}
.abt h3 {
    line-height: 36px;
    color: #404d5f;
}
.abt p {
    line-height: 28px;
    color: #404d5f;
    font-size: 16px;
    text-align: justify;
}
.abt a {
    background:#FF0000; 
    color: #fff;
    padding: 10px 27px;
    border-radius: 23px;
    position: relative;
    top: 15px;  
}
/*.abt:hover .abt-6 img {
     -moz-transform: scale(5);
-ms-transform: scale(5);
-o-transform: scale(5);
-webkit-transform: scale(5);
transform: scale(5);

transition: all 70s ease 0s;
}*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
    position: absolute;
    background: none;
}




.abt-6 {
    position:relative;
    overflow: hidden;
}
.abt-6 img {
    
transition: all 0.9s ease 0s;
}
.a3m {
    text-align: center;
    
}
.a3m h5{
    color: #fff;

}
.a3m h3{
    font-weight: 800;
    margin-bottom: 40px;
    color: #fff;

}
.a3m h3::after {
    content: '';
    width: 85px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 10px auto 0;
}
.sec-5 {
    padding: 30px 0px 50px;
    background: #efefef;
}

.s5m {
    text-align: center;
    
}
.s5m h5{
    color:#043A9E;

}
.s5m h3{
    font-weight: 800;
    margin-bottom: 40px;
    color: #fff;

}
.s5m h3::after {
    content: '';
    width: 85px;
    height: 1px;
    background:#043A9E;
    display: block;
    margin: 10px auto 0;
}
.pro {
    background: #222;
    padding: 10px 10px 33px 10px;
    color: #fff;
} 
.pro h4 {
    margin: 0 0 7px 0;
    font-size: 16px;
}
.pro p{
    line-height: 21px;
    /*color: #837474;*/
}
.pro-main {
    box-shadow: 0 0 10px #c6c6c6;
}
.pro-main a {
    background:#FF6600; 
    color: #fff;
    padding: 10px 27px;
    border-radius: 23px;
    position: relative;
    top: 10px; 
    transition: .4s; 
}

.pro-main:hover a{
    background: #fff;
text-decoration: none;
color: #b70003;
}

.pro-2 a{
    background: #222 ;
}


.sec-6{
    padding: 40px 0;
    background-image: url(../images/sec-6-bg.jpg);
    position: relative;
}

.sec-6::before {
    background-color: rgba(0, 0, 0, 0.85);
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.sec-6::after {
    content: '';
    width: 60px;
    height: 60px;
    background: url(../images/contact-after.png) no-repeat scroll center center #F00;
    border-radius: 100%;
    position: absolute;
    bottom: -30px;
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
}

.sec-6 h1{
    font-family: 'Lato', sans-serif;
font-size: 30px;
position: relative;
color: #fff;
}

.sec-6 h1 strong{
    color: #FF6600;
}


.sec-6 p{
line-height: 28px;
position: relative;
color: #fff;
}


.sec-6 .sec-6-right{
    position: absolute;
    top: 47px;
    left: 100px;
}

.sec-6 .sec-6-right a{
border: 2px solid #043a93;
color: #fff;
padding: 12px 18px;
text-transform: uppercase;
text-decoration: none;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}



.sec-6 .sec-6-right a:hover{
    background-color: #043a93;
color: #fff;
}

.sec-7{
    padding: 50px 0;
}

.sec-7 h1{
    font-family: 'Lato', sans-serif;
font-weight: 600;
font-size: 23px;
text-transform: uppercase;
border-bottom: 1px solid #c2c2c2;
padding-bottom: 7px;
color: #043a93;
}

.sec-7 .get-touch p{
    font-weight: 600;
    margin-bottom: 0px;
}

.sec-7 .get-touch .form-control{
    margin:8px 0; 
}

.sec-7 .get-touch .btn-default {
    color: #333;
    background-color: #FF6600;
    border: none;
    color: #fff;
    padding: 10px 17px;
    border-radius: 0px;
    -webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
    }

    .sec-7 .get-touch .btn-default:hover{
background-color: #043a93;
    }

.sec-7 .sec-7-right ul{
padding-left: 0px;
}

.sec-7 .sec-7-right ul li{
list-style: none;
padding: 10px 0;
display: block;
}

.sec-7 .sec-7-right ul li span{
padding-right: 5px;
color: #f00;
}

.sec-7 .sec-7-right .locate {
   background: #b70003;
     color: #fff;
    padding: 10px 17px;
    border-radius: 0px;
    -webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
    }

    .sec-7 .sec-7-right .locate:hover{
        background-color: #043a93;
        text-decoration:none; 
    }

    .isolation-img .img-responsive{
margin-bottom: 0px;
    }


.about-sec h1{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #4e4e4e;
    font-size: 26px;
    margin-bottom: 24px;
}
.about-sec {
    margin-top:120px; 
}
.widget.widget-categories {
    margin-bottom: 57px;
}

.widget.widget-categories ul li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0px;
}

.widget-categories ul li {
    position: relative;
}

.widget-categories ul li a {
    line-height: 49px;
    padding-left: 15px;
    color: #656565;
    text-transform: uppercase;
}

.widget-categories ul li a:hover {
    color: #18ba60;
}

.widget-categories ul li:before {
    position: absolute;
    top: 12px;
    left: 0;
    font-family: "FontAwesome";
    font-size: 12px;
    content: "\f0da";
    color: #656565;
}

/* widget-categories team */
.widget.widget-categories .widget-title {
    margin-bottom: 11px;
}

.widget.widget-categories.team ul li {
    background-color: #dedede;
    color: #222;
    font-weight: 600;
    border-bottom: none;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.widget.widget-categories.team ul li:hover {
    background-color: #e91e21;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.widget.widget-categories.team ul li:hover a {
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.widget-categories.team ul li:before {
    content: none;
}

.widget-categories.team ul li a {
    padding-left: 25px;
    line-height: 55px;
}

/* widget-need */
.widget-need .title-link.v5 .widget-title {
    font-size: 17px;
    margin-bottom: 17px;
}

.widget-need p {
    font-size: 13px;
    margin-bottom: 22px;
}

.widget .title-link.v5:after {
    position: absolute;
    top: 13px;
    left: 150px;
}

.widget .title-link.v5:before {
    position: absolute;
    top: 10px;
    left: 150px;
} 

.widget-need .form-submit input[type="submit"] {
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    text-transform: none;
    font-size: 14px;
    height: 40px;
    padding: 0 25px;

}

.widget-need .form-submit input[type="submit"]:hover {
    background-color: #3e3e3e;
    color: #fff;
}

/* widget-brochures */
.widget-brochures .title-link.v6 .widget-title {
    font-size: 17px;
    margin-bottom: 17px;
}

.sidebar .widget.widget-brochures ul li {
    margin-bottom: 5px;
}

.widget-brochures p {
    font-size: 13px;
    margin-bottom: 29px;
    line-height: 24px;
}

.widget .title-link.v6:after {
    position: absolute;
    top: 13px;
    left: 154px;
}

.widget .title-link.v6:before {
    position: absolute;
    top: 10px;
    left: 154px;
} 

.widget-brochures ul li {
    position: relative;
    background-color: #e91e21;
    padding: 11px 0 9px 26px;
    border-radius: 3px;
    width: 230px;
    list-style: none;
}

.widget-brochures ul li:before {
    position: absolute;
    right: 25px;
    top: 11px;
    font-family: FontAwesome;
    content: "\f019";
    color: #fff;
    font-size: 14px;
}

.widget-brochures ul li a {
    color: #fff;
    font-weight: 600;   
}
.widget.widget-categories.team ul li {
    background-color: #dedede;
    color: #222;
    font-weight: 600;
    border-bottom: none;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    list-style: none;
}
.categories {
    padding: 0;
}
.dowload {
  padding: 0  
}
.form-submit a {
    background: #E91E21;
    border: 0;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 16px;
}
.form-submit a:hover {
    background: #333;
    transition: all 0.5s ease-in-out;
}
.form-submit {
    padding: 20px 0;
}
a:hover {
    text-decoration: none;
}
.abt_mtr p{
    font-family:'Poppins'!important;
    color: #555;
    line-height: 25px;
    text-align: justify;
}

.abt_mtr h4{
    font-weight: 600;
color: #e91e21;
}



.abt_mtr img{
    margin-bottom:30px;
}
.abt_mtr  {
    padding-bottom: 40px;   
}
.contact-content {
    text-align: center;
    border: 2px solid #e5e5e5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 35px;
    height: 310px;
}
.contact-content .contact-address {
    padding: 40px 40px 40px;
    position: relative;
}
.contact-content .details h5 {
    font-family: "montserrat",sans-serif;
    font-size: 20px;
    color: #e31e24;
    line-height: 25px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.contact-content .details p {
    margin-bottom: 1px;
    line-height: 25px;
    color: #636363;
}
.contact-content:hover {
    border: 2px solid #E31E24;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contacts p i {
    color: red;
    font-size: 16px;
    margin-right: 10px;
}
.contacts p {
    line-height: 35px;
    color: #555;
}
.contacts h3 {
    font-family: "Poppins",sans-serif;
    font-size: 28px;
    color: #222;
    margin-bottom: 27px;
    font-weight: 800;
    text-transform: uppercase;
}

.con-form input{
    height: 40px;
    border-radius: 0px;
    margin-bottom: 30px;  
    padding-left:40px;
}
.con-form textarea {
     border-radius: 0px;
      padding-left:40px;
      padding-top: 10px;
      margin-bottom: 30px;
}
.con-form i {
    position: absolute;
    font-size: 16px;
    color: #a5a2a2;
    padding: 13px;
}
.contacts {
    padding-bottom: 30px;
}
.form-control:focus {
    border-color: #f00;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233, 102, 102, 0.6);
}
.sendbtn {
    background: #d00;
    color: #fff;
    padding:0 20px; 
    
    height: 40px;
    border: 0;
    /* padding: 23px; */
}
.file input {
    padding: 0;
    background: #ff3939;
    height: auto;
}

.btnDefault,
.btnUpload {
  background-color: #D00;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.btnDefault:focus,
.btnDefault:hover,
.btnUpload:focus,
.btnUpload:hover {
  background-color: #262626;
}
.btnM {
  border-radius: 0px;
  font-size: 14px;
  padding: 10px 12px;
}
.customUpload {
  overflow: hidden;
  position: relative;
  display: block;
}
.customUpload input.upload {
  cursor: pointer;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.join .dropdown-menu {
   
    top: 40px;
    left: -139px;
    
}
.abt_mtr ul li {
    font-family: 'Poppins' ;
    color: #555;
    line-height: 25px;
    list-style: none;
}
.dropdown-menu{
    top: 95%;
        min-width: 228px;
            background-color: #dfece9;
font-size: 16px;

}

.img-voltage{
    text-align: center;
}

.img-voltage img{
display: inline-block;
margin-bottom: 5px;
    }

.abt_mtr ul li::before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 8px;
    color: #e91e21;
}


.abt_mtr table tr td{
    padding: 5px;
    border-color: #ccc;
}
.abt_mtr table{
    border-color: #ccc;
    margin: 10px 0;
}

.abt_mtr .f_left{
    float: left;
}
.abt_mtr  ul {
    padding: 0 0 0 14px;
}


    footer{
        padding: 50px 0px;
        background: #FF6600;
    }


  footer h1{
    margin-top: 0px;
color: #fff;
font-weight: 600;
text-transform: uppercase;
font-size: 22px;
font-family: 'Lato', sans-serif;
margin-bottom: 15px;
  }

   footer h1::after{
content: '';
position: absolute;
width: 50px;
height: 2px;
background: #fff;
left: 15px;
top: 30px;
   }

  footer p{
color: #fff;
line-height: 28px;
  }


.social-links{
padding-left: 0px;
display: inline-block;
margin-top: 10px;
}

.social-links li{
    list-style: none;
    float: left;
}

.social-links li a{
color: #fff;
padding: 10px 13px;
border-radius: 30px;
border:1px solid #fff;
margin-right: 10px;
transition: .4s;
    }

    .social-links li a:hover{
background: #fff;
color: #043a93;
    }

.quick-links{
padding-left: 0px;
}

.quick-links li{
list-style: none;
}

.quick-links li a{
color: #fff;
display: block;
padding: 5px 0;
transition: .4s;
}


.quick-links li a span{
padding-right: 5px;
}

.quick-links li a:hover{
    padding-left: 5px;
    text-decoration: none;
    color: #d1d1d1;
}

.bottom{
    background:#570608;
text-align: center;
padding: 6px 0px;
}

.bottom p{
color: #fff;
margin: 0px;
}

.bottom a{
text-decoration: none;
color: #ffc1c1;
}



@media only screen and (max-width: 600px) {



body{
    overflow-x: hidden;
}


.navbar-inverse .navbar-nav > li > a {
    text-align: left;
    padding: 15px 15px;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus {
    padding: 15px 15px;
}

.navbar-nav .open .dropdown-menu {
    background: #222;
}

.navbar-header{
    background: #f00;
}





.shine-me {
    margin: 0px;
}

.name h1 {
    font-size: 23px;
    text-align: center;
}

.name h1 color {
    font-size: 23px;
}

.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {
    margin-top: 30% !important;
}

.slider-3-img{
    margin-left: 0px;
}

.slider-pr {
    padding: 2px 3px !important;
    top: 72% !important;
}




.slidermain h1 {
    font-size: 24px !important;
    margin-top: 120px !important;
}

.large_text_two h1{
padding-left: 10px;
}

.button_slider{
border: 1px solid rgb(204, 204, 204);
border-radius: 8px;
padding: 8px 12px;
position: relative;
top: 175px;
left: 145px;
font-size: 9px;
    background-color: #3a9898cc;

}

.tp-caption.small_text {
    font-size: 9px !important;
    line-height: 14px !important;
    margin-top:150px !important;
}


.slider_sec_box1{
    margin-top: 160px !important;
}

.slider_sec_box img{
    margin-top: 175px !important;
    padding-left: 5px;
}

.tp-caption.m-inf{
    margin-top: 120px !important;
}

.m-inf-button{
top: 204px;
left: -15px;
}

.about_block {
    margin: 15px 0;
}

.about_block .inner .heading h5 {
    font-size: 12px;
}

.about_block .inner .heading h3 {
    font-size: 16px;
}

.tp-simpleresponsive > ul > li {
    height: 345px !important;
}


.about_block .inner p {
    font-size: 14px;
}

.s3m h3 {
    font-size: 18px;
    margin-top: 5px;
}

.s4m h3 {
    font-size: 16px;
}

.sec-3 {
    padding: 30px 0 50px;
}

.s4m p {
    font-size: 14px;
}

.s4m a {
    padding: 8px 18px;
    font-size: 13px;
}

.a3m h3 {
    font-size: 20px;
}

.abt h3 {
    line-height: 25px;
    font-size: 15px;
}

.abt p {
    line-height: 26px;
    font-size: 14px;
}

.abt {
    padding: 0px 15px 40px;
}

.abt a {
    padding: 8px 18px;
    font-size: 13px;
}

.s5m h3 {
    margin-bottom: 25px;
    font-size: 20px;
}

.pro-main {
    margin-bottom: 15px;
}

.pro h4 {
    font-size: 15px;
}

.pro p {
    font-size: 13px;
}

.pro-main a {
    padding: 8px 18px;
    font-size: 13px;
}

.sec-6 {
    background-size: cover;
}

.sec-6 h1 {
    font-size: 24px;
    margin-top: 0px;
}

.sec-6 .sec-6-right {
    position: relative;
    top: 0;
    left: 66px;
    margin: 30px 0;
}

.sec-6 .sec-6-right a {
    padding: 9px 12px;
    font-size: 13px;
}

.sec-7 h1 {
    font-size: 18px;
    padding-bottom: 0px;

}

.sec-7 .get-touch p {
    font-size: 13px;
}

.sec-7 .get-touch .btn-default {
    padding: 6px 13px;
}

.sec-7 .sec-7-right .locate {
 padding: 8px 13px;
}


.top .flat-information, .top .style-box {
    padding-left: 0px;
    text-align: center;
}

.flat-information > li > a {
    font-size: 12px;
    line-height: 28px;
    padding: 2px 0 0 0px;
}


.flat-information > li.email::before {
    background: none;
}

.top .question::before {
background: none;
    }

.serch {
    float: left;
    margin-top: 9px;
}

.top .question {
    padding: 0 2px 0 2px;
    float: right;
    margin: 9px 0px;
}


.top .style-box .box-text {
    padding: 0 15px 0 15px;
    float: none;
    margin: 6px 10px;
}

.top .style-box .box-text p {
    line-height: 35px;
    font-size: 12px;
}


.about-sec h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.about-sec {
    margin-top: 10px;
}

.widget-categories.team ul li a {
    padding-left: 15px;
    line-height: 45px;
}

.widget.widget-categories.team ul li {
    font-size: 13px;
}

.widget.widget-categories {
    margin-bottom: 35px;
}

.widget-need .title-link.v5 .widget-title {
    font-size: 15px;
    margin-bottom: 8px;
}

.widget-need p {
    margin-bottom: 10px;
}

.form-submit a {
    padding: 8px 10px;
    font-size: 13px;
}

.form-submit {
    padding: 10px 0;
}

.widget-brochures ul li {
    padding: 9px 0 9px 15px;
}

.widget-brochures ul li a {
    font-size: 13px;
}

.abt_mtr img {
    margin-bottom: 15px;
}

.abt_mtr p {
    font-size: 13px;
    text-align: justify;
}

.abt_mtr {
    padding-bottom: 20px;
}

.social-links li a {
    padding: 6px 10px;
    font-size: 11px;
}

.abt_mtr h4{
    font-size: 16px;
}

.abt_mtr ul li {
    font-size: 13px;
}

.abt_mtr table tr td {
    font-size: 12px;
}

.contacts h4{
    font-size: 16px;
}

.contacts p {
    font-size: 13px;
}

.contacts h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.con-form input {
    font-size: 13px;
}

.sendbtn {
    padding: 0 12px;
    font-size: 13px;
}

footer h1 {
    font-size: 16px;
}

footer {
    padding: 30px 0px;
}

footer h1::after {
    top: 40px;
}

footer p {
    line-height: 26px;
    margin: 0;
    font-size: 13px;
}


}

@media only screen and (max-width: 600px) {
  .dnv{
        display:none;
    }
    .pad0 {
    text-align: center;
    }
header {
    padding: 10px 0;
    position: relative;
    }
    .pad0 img{
width: 75%;
display: inline-block;
margin-bottom: 10px;
}
.navbar {
    margin-left:0px;
    background: #d2d2d2;
}
   
    .mtop{
        margin-top:-22px;
    }
   .caption{
       margin-top:-80px;
     
   }
 
}



@media (min-width:768px) and (max-width:1366px){


.name h1 {
    font-size: 28px;
}


}


/*

    font-family: 'Righteous', cursive;

    font-family: 'Audiowide', cursive;

    font-family: 'Yanone Kaffeesatz', sans-serif;

    font-family: 'Teko', sans-serif;
    font-family: 'Raleway', sans-serif;


*/