* { margin: 0; padding:0;}
body { font-size: 14px; font-family: 'Poppins', sans-serif;  }
img { border: none;}
ul {list-style: none}

/*Normal Css*/

/*========= header ==========*/
::selection {
  background-color: #78cee5;
}
header{ padding: 7px 0; background: #f9f9f9; position: fixed; z-index: 999; width: 100%; top: 0; }
.socialmedia{ margin-top: 10px; float: right;}
.socialmedia ul{ margin-bottom: 0;}
.socialmedia ul li{ display: inline-block; padding: 0 5px;}
.socialmedia ul li img{ position: relative;}
.socialmedia ul li img:hover{ top: -2px;  }
/*==== banner=========*/

.carousel-indicators li{
    height: 15px;
    width: 15px;
    cursor: pointer;
     background: #fff;
    border-radius: 100%;
}
.carousel-indicators li.active{
    background: #ad1e22;
}
/*========== Prodicut scroller ===========*/

.owl-carousel:hover .owl-buttons {
  display: block;
}

.owl-item {
  text-align: center;
}
.owl-wrapper-outer div{
  
     border-right: 0;
}
.servicesbox{
     border: 1px solid #999;
}
.owl-theme .owl-controls .owl-buttons div {
 
  color: #ad1d21;
  font-size: 35px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
      margin: 0;
      position: absolute;
      top: 0;
    padding: 0!important;
    border-radius: 0!important;
    z-index: 999;
   
}
.owl-theme .owl-controls .owl-buttons div:hover{
     border: 1px solid #ad1d21;
    color: #fff;
    background: #ad1d21;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 46%;
    top:380px;
      background: #fff;
    border: 1px solid #333;
    color: #333;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 46%;
    top:380px;
     background: #fff;
    border: 1px solid #333;
    color: #333;
}
#Slider{
    margin: 9em 0 3em 0;
}
.heading h1{
    color: #ad1d21;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 20px;
}
#owl-example h2{
    text-align: left;
    padding-left: 60px;
    margin: 0;
    margin: 10px 0;
    font-size: 26px;
}
#owl-example p{
    padding: 20px 62px 0 62px;
    text-align: left;
}
#owl-example p a{
    text-align: right;
    color: #333;
    font-weight: 600;
    margin-top:15px;
    border-bottom:2px solid #333;
    text-decoration: none;
    letter-spacing: 0.6px;
}
#owl-example p a:hover{
    color: #ad1d21;
     border-bottom:2px solid #ad1d21;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
}
/*============ about =========*/
.about-secion{
    margin: 8em 0 0 0;
    padding:2.5em 0 2em 0;
    background: #505050;
}
.about-secion h1{
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 36px;
    padding-bottom: 30px;
}
.about-secion p{
    color: #fff;
}
.about-secion a{
border: 1px solid #fff;
color: #fff;
    padding: 5px 20px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.about-secion a:hover{
    background: #ad1e22;
    border: 1px solid #ad1e22;
}
.about-secion img{
    width: 90%;
    float: right;
    margin-top: 8px;
}
.about-secion ul {
    margin-bottom: 35px;
}
.about-secion ul li{
    color: #fff;
    line-height: 40px;
}
.about-secion ul li i{
    padding-right: 15px;
}
/*===========counter=============*/
.countersection {
  
    padding: 4em 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
     font-weight: 200;
}

.count-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.countersection .col{
    border-right: 1px solid #ccc;
}
.blogbox {
    text-align: center;
    background: #cce9ee;
    height: 205px;
    padding: 20px 40px;
    position: relative;
    margin-bottom: 30px;
}
.blogbox:hover{
    background: #0090a8;
}
.blogbox h1{
    margin: 0;  
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.blogbox:hover h1{
    color: #fff
}
.blogbox a{
    color: #333;
    font-size: 18px;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.blogbox:hover a{
    color: #fff
}
.col:last-child{
    border-right: 0
}
/*========= setting ======*/
.setting{
    margin-top: 2em;
}
.settingbox{
    text-align: center;
    background: #505050;
    width: 33.33%;  
    padding: 50px;
}
.settingbox.dark{
 background: #3c3c3c;
}
.settingbox.extradark{
 background: #2a2a2a;
}
.settingbox img{
    margin: auto;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.settingbox:hover img{
    transform: scale(1.2,1.2);
    -webkit- transform: scale(1.2,1.2);
    -moz- transform: scale(1.2,1.2);
    
}
.settingbox h4{
  margin: 0;
    padding-top: 20px;
    color: #fff;
    font-size: 24px;
}
/*=========== foote touch ===========*/
.touch{
    background: url(../images/footer-contact-bg.jpg) center bottom no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 7em 0 4em 0;
}
.touch-lft h2{
    margin: 0;
    color: #0095ad;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.touch-lft p{
    color: #fff;
    position: relative;
    
    padding-left: 30px;
}
.touch-lft p i{
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 4px;
}
.touch-lft p i.fa-phone{
    
}
.touch-rgt h2{
    margin: 0;
    color: #0095ad;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form input{
    background: transparent;
    border-radius: 0;
    border: 1px solid #999;
    margin-bottom: 10px;
    height: 30px;
}
.form input::placeholder{
    color: #999!important;
    font-style: italic;
    font-size: 12px;
    
}
.form textarea{
    background: transparent;
    border-radius: 0;
    border: 1px solid #999;
    margin-bottom: 10px;
     height: 70px;
}
.form textarea::placeholder{
    color: #999!important;
    font-style: italic;
    font-size: 12px;
}
.form button{
    background: #0095ad;
    padding:4px 20px;
    border: none;
    color: #fff;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.form button:hover{
    background: #ad1e22;
}
/*=========== footer============*/
footer{
    background: #ad1e22;
    padding: 10px 0;
}
.socialmediafooter ul{
    margin-bottom: 0;
}
.socialmediafooter ul li{
    display: inline-block;
    margin-right: 10px;
}
.socialmediafooter ul li img{
    position: relative;
    
}
.socialmediafooter ul li img:hover{
    top: -2px;
}
footer p{
    color: #fff;
    margin-bottom: 0;
    line-height: 24px;
}
footer p a{
     color: #fff;
    text-decoration: none;
}
footer p a:hover{
     color: #999;
    text-decoration: none;
}
.chat{
    position: fixed;
    bottom:2px;
    right: 22%;
}

/*============== Chat Box ==========*/
.chatbox {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 260px;
    height: 400px;
   /* background-color: #fff;*/
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.chatbox--tray {
    bottom: -350px;
}

.chatbox--closed {
    bottom: -400px;
}

.chatbox .form-control:focus {
    border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
}

.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: #1f2836;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title h5 a {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbox__title h5:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: #4CAF50;
    border-radius: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    	animation: blink 1s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.chatbox__title__tray,
.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;

    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
    opacity: 1;
}

.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
}

.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message {
    position: relative;
}

.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.chatbox__body__message img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 15px;
}

.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;
}

.chatbox__body__message--left img {
    left: -5px;
}

.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
}

.chatbox__body__message--right img {
    right: -5px;
}

.chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}

.chatbox--empty {
   height: 491px;
}

.chatbox--empty.chatbox--tray {
    bottom: -441px;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}

.chatbox--empty .chatbox__body,
.chatbox--empty .chatbox__message {
    display: none;
}

.chatbox--empty .chatbox__credentials {
    display: block;
}
/*======== Service Page =======*/
.servicepage{
    padding-bottom: 5em;
}
.servicepage p{
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
}
.servicepage h1{
    font-size: 30px;
    margin-top: 30px;
}
.servicepage h2{
    margin: 0;
    color: #249ab1;
    margin-top: 1em;
    margin-bottom: 0.7em;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;  
}

.servicepage h3{
    margin: 0;
    color: #ad1e22;
    margin-top: 1em;
    margin-bottom: 0.7em;
    font-size: 18px;
    font-weight: 400;
}
.servicepage ul li{
    line-height: 26px;
    font-size: 15px;
    padding-left: 30px;
    position: relative;
    padding-bottom: 10px;
}
.servicepage ul li:last-child{
     padding-bottom: 0px;
}
.servicepage ul li i{
    font-size: 13px;
    position: absolute;
    left: 14px;
    top: 6px;
}
.servicepage a{
    color: #ad1e22;
}
.servicepage img{
    margin: auto;
    text-align: center;
}
.smsbox {
   background: #edfbff;
    padding: 10px 15px;
}
.smsbox{
    text-align: center;
    height: 670px;
}
.smsbox h3{
    text-transform: uppercase;
    font-weight: 600;
}
/*gotop*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

/*========= acoradation =======*/
.accordion-group{margin-bottom:10px;border-radius:0;}
.accordion-toggle{
  background: rgb(231, 243, 247);
		
}
.accordion-heading a{
    font-size: 18px;
    color: #333;
}
.accordion-heading a i{
    font-size: 14px;
}
.accordion-toggle:hover{
	text-decoration: none;	
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 15px;
}



.selectStyle{
	width:46%; float: left; margin-right: 8%;
}


.accordion-group{
	margin-bottom:10px;
}
.accordion-inner{
    padding: 20px;
  background: #f7f7f7;
}
.lightbox{
    background: #c6e5ee;
    padding: 30px;
  /*  margin:3em 0;*/
}
.lightbox ul{
    margin-bottom: 0;
}
.lightbox ul li{
    font-size: 18px;
    font-weight: 300;
}
.slider-inner img{
    width: 100%;
}
.contactpg{
    background: #fff;
    padding-top: 2em;
}
.contactpg p{
    color: #333;
}
.contactpg input{
    height: 40px;
   background: #f7f7f7;
}


.contactpg textarea{
   background: #f7f7f7;
}
.map{
    margin-top: 3em;
}
.mt3{
    margin-top: 3em;
}
.login{
    float: right;
    margin-top: 12px;
}
.login a{
    background:#0097ae;
    padding: 5px 10px;
    border-radius:4px;
    text-decoration: none;
    color: #fff;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    text-transform: uppercase;
}
.login a i{
    margin-right: 5px;
}
.login a:hover{
   background: #05798a;
}



#login .container #login-row #login-column #login-box {
  margin-top: 100px;
  max-width: 600px;
  height: 380px;
 border: 1px solid #AD1E22;
  background-color: #EAEAEA;
}
#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -45px;
}
#login img{
    width: 180px;
}
#login input{
    height: 45px;
    
}
#login .form-group
{
    display: block
}
.goback{
   text-align: center;
    padding-top: 20px;
}
.goback a{
    font-size: 14px;
      color: #ad1d21;
}
.socialmediafooterws ul{
    margin-bottom: 0;
}
.socialmediafooterws ul li{
    display: inline-block;
}
.bgblue{
    background:#78cee5;
    padding:40px 50px;
}
.viewbox i{
    font-size: 95px;
     color: #fff;
}
.viewbox h4{
    margin-bottom: 20px;
}
.viewbox ul li {
    text-align: left;
    line-height: 28px;
    color: #fff;
    list-style: disc;
    font-size: 13px;
}
.mt-30{
    margin-top: 30px;
}
.blog h4{
    color: #fff;
    padding-bottom: 20px;
}
.font18{
    font-size: 18px;
}
.mobmenu{
    display:none!important;
}
.menu {
    display:block;
}














