@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.eot');
    src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/OpenSans-Italic.woff') format('woff'),
        url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}



body, html{
  font-family: 'Open Sans';
	font-weight: 500;
}
.headtitle h1{
text-align: center;
    color: #270d78;
    font-weight: bold;
}
main#main {
    margin: 50px 10%;
}

.container{
    width: 1170px;
}

/*.header{
    background: url(../img/homeimage.png) 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
    min-height: 660px;
}*/
.header{
    
position: relative;
    
background: #f3f3f3;
    
border-bottom: 1px solid #dadada;
}
.header img{
   
}
.absluthed{

position:  absolute;

top: 0;

z-index: 10099;

left: 0;

right: 0;
}
.logo{

width: 39%;

vertical-align: top;

margin: 0px 0px 5px;

display: inline-block;

text-align: center;
}
.logo img{
margin: 0 auto;    
width: 175px;
}
.navbar-inverse {
    background-color: #fff;
    border-color: #ffffff;
    border-radius: 0px;
    margin-bottom: 0px;
}

.topheader{

background: #ffffff;

padding: 10px 0px;
}

.leftside{

display:  inline-block;

padding: 6px 0px 0px;
}
.leftside ul{
    
margin-bottom: 0px;
    
padding-left: 0px;
}
.leftside ul li{
    
display:  inline-block;
    
list-style:  none;
    
padding: 7px 14px;
}
.leftside ul li a{
    
color: #3a3a3a;
}

.rightside{

display:  inline-block;

float: right;
}
.rightside ul{
    
margin-bottom: 0px;
    
padding-left: 0px;
    
display: inline-block;
}
.rightside ul li{
    
display:  inline-block;
    
list-style:  none;
    
padding: 0px 3px;
    
font-size: 13px;
    
color: #fff;
}


/*
  #home .item{
        height: 400px;
  }*/
  #home .item img{
       width: 100%;
  }

#footer{

padding: 0px 0px;

border-top: 1px solid #ddd;

display:  table;

width: 100%;

position:  relative;
}
.list-unstyled li a{
    
color: #333;
    
font-weight: 500;
    
font-size: 14px;
    
padding: 1px 0px;
    
display:  block;
}

.copyRight{
        background: #000000;
        color: #fff;
        text-align: center;
        padding: 16px 10px 15px;
}
.socialLink li a i{border-radius: 27px;width: 30px;height: 30px;text-align: center;font-size: 15px;line-height: 1.6;color: #fff;padding: 2px;}

#footer h4{
    color: #000;
    font-weight: 500;
    font-family: 'Libre Franklin';
}

.newsletter input{

padding: 5px 5px;

width: 70%;

display:  inline-block;
}
.newsletter .btn{
    
padding: 8px 11px 10px;
    
background: #2a3890;
    
color: #fff;
    
display: inline-block;
    
border-radius: 0px;
    
line-height: 1;
    
margin-top: -4px;
    
margin-left: -4px;
}
.navbar-nav{
    float: left;
    margin-top: 6px;
    width: auto;
}

.welcome{
    text-align: center;
    padding-bottom: 40px;
    margin-top: 25px;
 }

   .heading .line{
    height: 4px;
    width: 200px;
    background: #1ee009;
    transition:width 1s;
    display:  table;
    margin: 0 auto;
    z-index: 105;
    position: relative;
    }
.heading{
        text-align:  center;
        width: 100%;
        position: relative;
        margin-bottom: 32px;
     }
   .heading h2{
    
text-align:  center;
    
position: relative;
    
font-weight: 700;
    
margin-bottom: 17px;
    
margin-top: 0px;
    
z-index: 100;
}


   .ourservice{
   background: #f2f2f2;
   min-height: 515px;
   margin-top: 50px;
   padding: 30px 0px;
   margin-bottom: 0px;
}

#servicecarosel{
    position: relative;
}

#servicecarosel .item{
        margin-bottom: 12px;
        box-shadow: 0px 0px 1px #fff;
        border-radius: 2px;
        background: #fff;
}


.servcont{
    
padding: 0px 15px;
}
.servcont h3{

color: #fff;
}
.servcont p{
    
color: #484848;
    
padding-top: 14px;
}
.ourservice .pointhed{

border-bottom: 2px solid #ffffff;

text-align:  center;
}
.servcont a{
    
color: #9e9c9c;
}




.testimonial:after{
  content: '';
  background: #c7ea46;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.testimonial{
   background: url(../img/testimonial.jpg) 50% 0;
   -webkit-background-size: cover;
   background-size: cover;
   background-position: top;
   background-attachment: fixed;
   height: 475px;
   position: relative;
   padding: 38px 0px;
   width:  100%;
}
.testcenter{

text-align:  center;

width: 93%;

margin: 0 auto;
}
.testcenter h1{text-transform:  uppercase;font-weight: normal;font-size: 38px;border-top: 1px solid #000;border-bottom: 1px solid #000;display:  table;width:  200px;margin: 0 auto 45px;}
.testcenter p{
    
font-weight: 500;
    
color: #4f4b4b;
    
margin-bottom: 10px;
}
.testcenter span{
    
color: #FF9800;
    
font-weight: bold;
}
.backgrond{
    background: url(../img/radius.png) 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display:  table;
    margin:  0 auto;
    border: 2px solid #ffffff;
}

.callus{
    background: #002945;
    padding: 24px 43px;
    display:  table;
    width: 100%;
}
.callus h3{
    
margin-top: 0px;
    
display:  inline-block;
    
text-align: left;
    
margin-bottom: 0px;
    
color: #fff;
    
font-size: 17px;
}
.callus a{
  
float:  right;
  
color: #fff;
  
border: 2px solid #fff;
  
padding: 4px 11px;
}
.fa-phone{
    margin-right: 10px;
}
.readmore{
    display: table;
    background: #f9c300;
    color: #fff;
    padding: 8px 0px;
    left: 0;
    width: 140px;
    margin: 20px auto;
}
.welcomeimg img{

}
.imgwidth{
         width: 37%; 
}
.imgwidth1{
         width:64%; 
}
.requestfor{
    
background: #2a2e91;
    
color: #000 !important;
    
transition:all 0.4s ease-in-out;
    
padding: 40px 0px !important;
    
margin: 0px;
    
display:  table;
    
font-weight: 500;
    
width: 100%;
}
.previscont h3{
    
background: #002945;
    
margin-top: 0px;
    
padding: 8px 0px;
    
font-size: 19px;
    
text-align:  center;
    
color: #fff;
    
margin: 0px -16px 8px;
}

.previscont p{

color: #333;
}
.previscont .read{
    display: table;
    background: #d47c42;
    color: #fff;
    padding: 7px 18px;
}
.previscont{
    
padding: 0px 16px;
}


.viewall{
     margin: 26px 0px;
    display: table;
    background: #d47c42;
    color: #fff;
    padding: 7px 30px;  
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #000;
    background-color: transparent;
    font-weight: 600;
}
.navbar-inverse .navbar-nav>li>a {
    color: #2a2e90;
    padding: 9px 18px;
    /* font-size: 15px; */
    font-weight: 600;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #6d6d6d;
    background-color: transparent;
}
.leftside li{

color: #ffffff;

display:  inline-block;

margin-right: 23px;
}
.leftside li i{
    
}
.test{
    display: table;
    width: 100%;
    table-layout:  fixed;
}
.request:hover, .request:focus {
   /* background: #d47c42;*/
    color: #fff !important;
    padding: 10px 18px !important;
    transition:all 0.4s ease-in-out;
}

.find{
  margin: 26px 0px;
  display: table;
  background: #d47c42;
  color: #fff;
  padding: 7px 15px;
  transition:all 0.25s ease;
}
#servicecarosel .item{
    position: relative;
}

.testimonial h4{color: #000;margin-bottom: 6px;}
.testimonial .item .testcenter{
    padding-top: 0px;
}
.testimonial h2{
    margin-bottom: 15px;
    color: #000;
}
.testimonial .heading {
       z-index: 100;
   position: relative;
}
.contact h4{
color: #fff;
}
.contact h2{
    margin-bottom: 10px;
    color: #000;
    text-align: left;
    font-size: 22px;
    text-transform:  uppercase;
    font-weight: 600;
}
.contact .heading h2::after {
    content: "";
    height: 4px;
    position: absolute;
    top: 73%;
    width: 13%;
    background: #fff;
    z-index: 100;
    margin-left: 8px;
}
.contact{
    display: table;
    width: 100%;
    font-size: 0;
}
.pdrnone{
padding-right:0px;
}
.pdlnone{
padding-left: 0px;
}
.pdnone{
padding: 0px;
}
.address{
    
padding: 21px 39px;
    
display:  table;
    
width: 100%;
    
margin-top: -1px;
}
.address span{
    padding-left: 6px;
    display:  table-cell;
    }
    .address p{
    color: #000;
    text-align: left;
    font-size: 15px;
    margin-bottom: 15px;
    }
     .address i{
    display:  table-cell;
    }
.ourservice{
    background: url(../img/service.jpg) 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
    min-height: 520px;
    position: relative;
    padding-top: 49px;
}

.welcome .heading p{
        width: 100%;
        margin: 0px auto 32px;
        text-align: center;
}


#gallery .owl-nav .owl-prev{

position:  absolute;

top: 30%;

left: -52px;

opacity: 1;

font-size: 46px;

height: 62px;

width: 38px;

line-height: 1;

vertical-align: top;

border-radius: 0px;
}
#gallery .owl-nav .owl-next{
  position: absolute;
  top: 30%;
  right: -52px;
  opacity: 1;
  font-size: 46px;
  height: 62px;
  width: 38px;
  line-height: 1;
  font-weight: 100;
  vertical-align: top;
  border-radius: 0px;
}

#gallery .owl-nav .owl-prev span{

position: relative;

top: -4px;

font-weight: 100;

color: #000;
}
#gallery .owl-nav .owl-next span{

position: relative;

top: -4px;

font-weight: 100;

color: #000;
}
#gallery .owl-nav .owl-prev:hover span{
color: #333;
}
#gallery .owl-nav .owl-next:hover span{
color: #333;
}

#gallery.owl-theme .owl-nav [class*=owl-]:hover, #gallery.owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent;
    color: #333;
    text-decoration: none;
    outline: none;
}
#gallery .owl-theme .owl-nav [class*=owl-]:hover{
background:transparent;
}
#gallery .owl-theme .owl-nav [class*=owl-]:focus{
outline: none;
}
#ourservice .owl-nav .owl-prev{

position:  absolute;

left: -56px;

top: 33%;

opacity: 1;

font-size: 46px;

height: 50px;

width: 32px;

line-height: 0;

vertical-align: top;

border-radius: 0px;
}
#ourservice .owl-nav .owl-next{position: absolute;right: -56px;top: 33%;opacity: 1;font-size: 46px;height: 50px;width: 32px;line-height: 0;vertical-align: top;border-radius: 0px;}

#ourservice .owl-nav .owl-prev span{

position: relative;

top: -6px;

font-weight: 100;

color: #000;
}
#ourservice .owl-nav .owl-next span{

position: relative;

top: -6px;

font-weight: 100;

color: #000;
}
#ourservice .owl-nav .owl-prev:hover span{
color: #333;
}
#ourservice .owl-nav .owl-next:hover span{
color: #333;
}

#ourservice.owl-theme .owl-nav [class*=owl-]:hover, #ourservice.owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent;
    color: #333;
    text-decoration: none;
    outline: none;
}
.find:hover, .readmore:hover, .request:hover, .read:hover, .viewall:hover, .find:focus, .readmore:focus, .read:focus, .viewall:focus, .request:focus{
    color: #fff;
    text-decoration: none;
    background: #050505 !important;
     transition:all 0.4s ease-in-out;

}
#servicecarosel .item:hover{
    /* box-shadow: 0px 3px 20px #b5b5b5; */
    transition: all .5s ease-in-out;
}
.previscont a:hover{
    text-decoration: none;

}
#servicecarosel .item .zoom{
    display: block;
    overflow: hidden;
    transition: all 1s ease-out;
    position: relative;
    width: 100%;
}
#servicecarosel .item img{transition: transform 0.5s ease;width: 100%;}
#servicecarosel .item:hover img{
transform: scale(1.2);        
}


.dos > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border: 2px solid #42c41a;
  left: 0;
  top: 41px;
  border-radius: 0px;
  transform: scalex(0);
  transition: 0.5s;
}
.dos.bis > a:after {
  opacity: 0.05;
  transform: scalex(1);
}
.dos:hover > a:after {
  opacity: 0.80;
  transform: scalex(1);
}

.heading:hover h2::after{
    width: 13%;
}


.bradcom{
  
float: right;
}
.bradcom a{

margin-left: 3px;

margin-right: 4px;

color: #000;

font-weight: 600;

padding-top: 9px;

display:  inline-block;

text-transform:  uppercase;
}
.aboutus{
      padding: 40px 0px;
}
.aboutimage{

text-align:  center;
}
.aboutimage p{
  
text-align: left;
  
font-weight: 500;
}
.aboutimage img{
  
margin: 12px 0px 19px;
  
width: 100%;
}

.width900{
  
width: 604px;
  
margin: 45px auto;
  
display:  table;
  
background: #eee;
  
padding: 1px 26px 0px;
}
.width800{
  
width: 800px;
  
margin: 0 auto;
  
display:  table;
}

.pcenter{
  text-align: center;
}
.pd10{
  padding-top: 10px;
}

.d-table{
  display: table;
  width: 100%;
}
.movein .d-table .table-cell{
  display: table-cell;
    vertical-align: middle;
}

.movein .d-table .table-cell img{

width: 450px;
}
.movein{

margin: 45px 0px;
}

.movetext h3{

font-size: 21px;

color: #000;
}
.movetext p{

font-weight: 500;

}

  .scroll img{
    
width: 36px;
  }
#back2Top {
    width: 40px;
    line-height: 20px;
    overflow: hidden;
    z-index: 999;
    display: block;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(359deg);
    position: fixed;
    bottom: 59px;
    right: 45px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    background: #f9c300;
    border-radius: 3px;
    padding: 4px;
}

.textarea{

}
.contactus input{
  width:100%;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0px 0px 4px #e6e6e6;
  margin-bottom: 15px;
  padding: 19px 15px;
  background: #f5f5f5;
}
.contactus textarea{
  width:100%;
  padding: 10px 10px;
  height: 160px;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0px 0px 4px #ddd;
  background: #f5f5f5;
}
.submit:hover, .submit:focus{
color: #fff;
  }

.contactus{
  
display:  table;
  
width: 100%;
  
margin: 40px 0px;
}
.conad{margin-bottom: 30px;}
.conad h4{

padding-left: 23px;
}

.conad i, .conad img{
    margin-right: 10px;
}

#servicecarosel .item:nth-child(3){
  margin-right: 0px;
}
#servicecarosel .item > .zoom:after{
   content:"";
  display: none;
   transition: all 2s ease;
     transition-timing-function: ease;
}
/*#servicecarosel .item:hover > .zoom:after{
  content:"\f00e";
  font: normal normal normal 34px/1 FontAwesome;
  background: #c7ea46b8;
  position:  absolute;
  left: 0;
  right:  0;
  top: 0;
  bottom: 0;
  transition: background .3s ease-in-out;
  transition-timing-function: ease;
  display: block;
  text-align:  center;
  padding-top: 21%;
  font-weight: 100;
  color: #3d3d3d;
}*/
.navbar-scroll{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10009879;
  transition: .2s;
  padding: 0px 0px;
  border-bottom: 1px solid #e0e0e038;
}
.socialLink li a i:hover{
  background: #000000;
  color: #fff;
  transition: .6s;
  transition-timing-function: ease-out;
}
.copyRight .socialLink li a i:hover{
    background: #fff;
  color: #000;
   
      transition: .6s;
  transition-timing-function: ease-out;
}
.contact .heading:hover h2::after {
    width: 20%;
}
.dropdown:hover .dropdown-menu{
  display: block;
  left: 0px;
  border: none;
  width: 200px;
  box-shadow: 0px 8px 8px -6px #7e7e7e;
}
.dropdown-menu>li>a{
  
padding: 5px 13px;
  
font-weight: 500;
  
transition: all 0.4s ease-in-out;
}
.dropdown-menu>li>a:hover{
  background: #c7ea46;
  color: #000;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px){
main#main {
    margin: 20px 1%;
}
	.snip1217>li>a:after{
		display:none;
	}
	.leftside{
		display:none;
	}
	figure{
	width:100% !important;	
	}
	figure img{
		width:100%;
	}
  #wowslider-container1 .ws_images{
        height: 149px !important;
  }
  .sevice_dtl .item {
    width: 100% !important;
    margin-bottom: 30px;
}
  .contact h2{
        font-size: 17px;
  }
 .testimonial{
  height: 540px !important;
 }
 .navbar-nav {
    margin: 7.5px 0px;
    padding: 0px 15px;
}
 hr{
  display: none;
 }
 .navbar-inverse .navbar-nav>li>a{
  margin-left: 0px;
 display: block;}
 .navbar-nav li{
  width: 100% !important;
  text-align: left !important;
 }
 .hovereffect{
  margin-right: 0px !important;
 }
 .yellowitem{
  width: 100% !important;
 }
 .welcemfect{
  margin-top: 20px;
 }
 .hometop{
      margin-bottom: 25px !important;
 }
 .hovereffect{
    width: 100% !important;
    margin-bottom: 15px;
 }
 .logo {
    width: 100%;
    vertical-align: top;
    margin: 8px 0px;
}
  
  .navbar-toggle{opacity: 1;background: #002945;float: right;text-align: right;margin-top: 21px;margin-right: 10px;}
 .navbar-toggle:focus, .navbar-toggle:hover {
    background-color: #009c40;
    border-radius: 3px;
}
.navbar-toggle .icon-bar {
        display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
margin: 2px 0px;position: relative;}
.container{
  width:100% !important;
	padding:0px 10px;
border-bottom: none !important;}
	.row{
		margin:0px;
	}
  
  .navul li {
    display: block;
    padding: 7px 0px;
    text-align:  left;
}
  .logo img {
    width: 125px!important;
    margin: 0px;
    display: table;
}
  .navul li a {color:#000 !important;display:  block;width: 100%;padding: 0px 0px;}
  .carousel-inner {
    height: 100%;
  }

  .navbar{
    
  position: relative;}
  #myNavbar{
    background: #fff;
    height: auto;
  position: absolute;z-index: 9999999999;}
  .pdnone{
    padding:0px;
  }
 
  .heading h2{
        font-size: 24px;
  }
  #servicecarosel .item{
    width: 100%;
  }
  .navbar-nav{
    width: 100%;
  }
  .welcome .heading p{
    width: 100%;
  }
  #servicecarosel .item{
    margin-right: 0px;
  }
  .topheader{
    padding: 0px 10px;
  position: absolute;z-index: 99999;}
  .rightside{
    float: left;
  display: none;}
  .address{
    padding: 0px 29px;
  }
  .copyRightText span{
    float: left !important;
    margin-bottom: 10px;
  }
  .width800, .width900{
width:100% !important;
  }
.aboutimage p, .pcenter{
   padding: 0px 10px;
}

.bradcom a{
      padding-top: 2px;
}
.mobpadnone{
  padding: 0px;
}
.mob15{
  margin-top: 15px;
}
.movein .d-table .table-cell{
  display: block;
}
.movein .d-table .table-cell img{
  width:100%;
}
.movein .d-table{
  margin-bottom: 30px;
}
.navbar-header{
  margin-right: 0px !important;
  margin-left: 0px !important
}
.request{
  display: none;
}


}

.formRow{

padding: 6px 0px;
}
.backgrounds{
  
padding: 30px 0px 40px;
}
.pdt30{
  padding-top: 25px;
}

.whychose{

}
.inputread{

width: 70%;

display: inline-block;

vertical-align: top;

padding: 18px 10px;
}
.subscribe{
  
width: 31%;
  
display:  inline-block;
  
border-radius: 0px;
  
margin-left: -4px;
  
background: #1ee009;
  
color: #fff;
  
padding: 8px 0px;
}
.borderfot{
  border-bottom: 4px solid #1ee009;
  width: 100px;
  margin-bottom: 30px;
}
.yellowitem{width: 25%;display:  inline-block;font-size: 0;    vertical-align: top;}
.yellow{

background: #ffffff;

text-align:  center;

color: #000;

padding: 6px 0px;

font-size: 70px;
}
.yellow i{

}
.yellowitem p{

font-size: 14px;

color: #000;

width: 90%;

text-align: left;

margin: 30px auto;

font-weight: 600;
}
.yellowitem h3{

font-size: 18px;

color: #000;

width: 100%;

text-align:  center;

margin: 16px auto;

position: relative;

font-weight: bold;
}
.whychose{
  font-size: 0;
  margin: 15px 0px;
}
.bottomcar img{
  width: 100%;
      padding: 44px 0px 0px;
}
.whychose h2{
      text-align: center;
      color: #000;
}
.headitem{

width: 100%;

position:  relative;
}
.headitem img{
  
width: 100%;
  
height: 218px;
}
.hometop{

margin-top: -83px;

z-index: 10000000;

display:  table;

width: 100%;

position: relative;

margin-bottom: 60px;
}
.hovereffect:nth-child(4n){
  margin-right: 0;
}
.hovereffect{
  
width: 24%;
  
position:  relative;
  
margin-right: 11px;
  
text-align:  center;
  
display:  inline-block;
  
vertical-align: top;
}
.hovereffect .overlay p{margin-top: 17px;height: 44px;overflow:  hidden;}
.hovereffect .overlay h2{text-transform:  uppercase;font-size: 23px;}
.hovereffect .overlay a{
  
background: #42c41a;
  
color: #fff;
  
padding: 7px 15px;
  
margin: 1px auto;
  
display: table;
}
.overlay{
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 10;
  padding: 0px 31px;
  bottom: 0;
   transition: all 0.4s ease-in-out;
}
.hovereffect:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  top:0;
  background: #00000082;
}
.hovereffect:hover .overlay{
    border: 2px solid #ddd;
    margin: 20px;
    box-shadow: 0px 0px 11px #ddd;
    transition: all 0.4s ease-in-out;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 0px 18px;
}
.hovereffect:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: #000;
}

.hovereffect a:hover {
  box-shadow: 0 0 5px #fff;
}
.hovereffect a {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 100px;
}
.mostline{
    transition: all 0.5s ease-in-out;
border: 1px solid #ddd;
    width: 90%;
    margin: 0 auto;
}
.whiteborder{
  
height: 4px;
  
width: 157px;
  
background: #ffffff;
  
z-index: 100;
  
transition: width 1s;
  
display: table;
  
margin: 0 auto 25px;
}
.overlay a:hover{
text-decoration: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #c7ea46 !important;
}

.owl-theme .owl-dots .owl-dot span{
  background: #696969 !important; 
}
.yellow:hover{
  cursor: pointer;
}

.backgrond:hover{
  cursor: pointer;
      border: 2px solid #333;
      transition: all 0.5s ease-in-out;
}
.subscribe:hover{
  background-color: #333;
  transition: all 0.5s ease-in-out;
  color: #fff;
}
.navbar-scroll .logo{

margin: 0px 0px;
}
.navbar-scroll .navbar-nav{
  margin-top: 6px;
}
.topfix{
  display: none;
}
.navbar-scroll .topfixold{
display: none;
}
.navbar-scroll .topfix{
  display: block;
}







.welcemfect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.welcemfect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.welcemfect img {
  display: block;
  position: relative;
}

.welcemfect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.welcemfect:hover h2 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
  transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

.welcemfect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.welcemfect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.welcemfect h2,
.welcemfect .socil{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}

.welcemfect .overlay:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 60%;
  border: 2px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
  transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

.welcemfect .socil {
  width: 20%;
  text-transform: none;
  font-size: 15px;
  line-height: 2;
}

.welcemfect .socil a {
  color: #fff;
}

.welcemfect .socil a:hover,
.welcemfect .socil a:focus {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.welcemfect  a i {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  padding: 0px 5px;
}

.welcemfect .socil a:first-child i {
  -webkit-transform: translate3d(-60px,-60px,0);
  transform: translate3d(-60px,-60px,0);
}

.welcemfect .socil a:nth-child(2) i {
  -webkit-transform: translate3d(60px,-60px,0);
  transform: translate3d(60px,-60px,0);
}

.welcemfect .socil a:nth-child(3) i {
  -webkit-transform: translate3d(-60px,60px,0);
  transform: translate3d(-60px,60px,0);
}

.welcemfect .socil a:nth-child(4) i {
  -webkit-transform: translate3d(60px,60px,0);
  transform: translate3d(60px,60px,0);
}

.welcemfect:hover .overlay:before {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(30, 224, 9, 0.56);
  -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-135deg) scale3d(1,1,1);
  transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-135deg) scale3d(1,1,1);
}

.welcemfect:hover .socil i:empty {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}



.navbar-nav>li{
  text-align: center;
  float: left;
  padding: 0px 0px;
}
.hovereffect:hover .mostline{
  transition: all 0.5s ease-in-out;
  width: 50%;
  margin:0 auto;
  color: #42c41a;
}

.ourservice:after{
  content: '';
  background: #2f2f2fad;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.quote{
      position: fixed;
    right: 20px;
    top: 120px;
        z-index: 10000098;
}
#quote{
text-align: center;
    display: table;
    margin: 0 auto;
    color: #fff;
    width: 150px;
        font-weight: 500;
}

.quote span{
      top: -80px;
    position: relative;
}
.quote:hover a#quote{text-decoration: none;color: #4c4c4c;}
 .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
     color: #000;
    background-color: transparent;
    font-weight: 600;
}
.wowsider{
      display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
}
.yellowitem img{
    width: 58px;
    margin-top: -13px;
}

.yellow img:hover {
    opacity: 0.9;
}
.yellow i:hover{
    /* color: #1c1c1c;*/
     transition: all 0.5s ease-in-out;
      opacity: 0.9;
}
.booknow{
  
background: #c7ea46;
  
display: table !important;
   transition: all 0.5s ease-in-out;
margin: 29px auto 0px;
  
padding: 10px 0px;
  
width: 116px !important;
  
text-align:  center;
  
color: #000;
  
font-weight: 500;
  
text-transform:  uppercase;
}
.booknow:hover{
       transition: all 0.5s ease-in-out;
       background:#000;
       color: #fff;
       text-decoration: none;
}

.chat{

float: right;

right: 94px;

position: absolute;

width: 178px;

bottom: 51px;

background: #fff;

padding: 0px 13px 0px 0px;
}
.chat a:hover{
text-decoration: none;
}
.chat a{
  
padding: 0px 0px 0px;
  
display: table;
  
line-height: 2.4;
  
color: #000;
  
font-weight: 500;
}
.chat i{
  
background: #000;
  
color: #fff;
  
padding: 5px 9px 9px;
  
font-size: 21px;
  
margin-right: 13px;
  
float: left;
}
#servicecarosel .item h3{
      margin-top: 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.backpng{
   background: url(../img/service_detail.png) 50% 0;
   -webkit-background-size: cover;
   /* background-size: cover; */
   background-position: 100%;
   min-height: 325px;
}
.sevice_dtl{

}
.sevice_dtl .item:last-child{
margin-right: 0px;
  }
.sevice_dtl .item{

width: 31%;
display:  inline-block;
margin-right: 36px;
}
.sevice_dtl a{
  
}
.sevice_dtl img{
  
}
.sevice_dtl .item h3 {
    margin-top: 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.sevice_dtl .item:hover img {
    transform: scale(1.2);
}
.sevice_dtl .item img {
    transition: transform 0.5s ease;
    width: 100%;
}

.sevice_dtl .item .zoom {
    display: block;
    overflow: hidden;
    transition: all 1s ease-out;
    position: relative;
    width: 100%;
}
.midtest ul{

padding-left: 18px;
}
.midtest ul li{
  
padding: 3px 0px;
  
font-weight: 500;
}

.midtest{
  
margin-top: 30px;
}


.snip1217 {
  text-align: center;
}
.snip1217 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1217>li {
  display: inline-block;
  list-style: outside none none;
  margin: 0px 0px;
  padding: 0;
}
.snip1217>li>a {
  padding: 0.3em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.snip1217>li>a:after {
  height: 3px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #f5c603;
  width: 0;
}
.snip1217>li>a:before {
  top: 0;
  left: 0;
}
.snip1217>li>a:after {
  bottom: -5px;
  right: 0;
}
.snip1217>li>a:hover,
.snip1217 .current>a {
  color: #ffffff;
}
.snip1217>li>a:hover:before,
.snip1217 .current>a:before,
.snip1217>li>a:hover:after,
.snip1217 .current>a:after {
  width: 100%;
}

.movein .d-table{
    background: #ebebeb;
    padding: 25px 20px;
}
/*home text css*/
.bond{
  
}
.defult-home  .slider-des {
    max-width: 630px;
    padding: 25px 0 22px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 21%;
    z-index: 9999;
    left: 0;
    right: 0;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.defult-home  .slider-des h1.sl-title {
    font-size: 38px;
    color: #e5ba82;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
}
 .sl-title {
    -webkit-animation: fadeInLeft 1s ease-in-out;
    animation: fadeInLeft 1s ease-in-out;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 700;
}
.defult-home  .slider-des h1.sl-title span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 14px;
    color: #fff;
}

.defult-home  .slider-des .sl-desc {
    font-size: 14px;
    padding: 0 69px;
    color: #cccccc;
    line-height: 28px;
    text-align: center;
}
 .sl-desc {
    -webkit-animation: fadeInUp 0.8s ease-in-out;
    animation: fadeInUp 0.8s ease-in-out;
    font-size: 20px;
    line-height: 30px;
}
 .slider-botton {
    display: inline-block;
    -webkit-animation: zoomIn 0.8s ease-in-out;
    animation: zoomIn 0.8s ease-in-out;
    margin-top: 48px;
    position: absolute;
    left: 0;
    right: 0;
}
.defult-home  .readon.border.white-btn {
    background: #fff;
    color: #000000;
    border-color: #fff;
}

 .slider-botton ul li .readon {
}

 .slider-botton ul li .white-color {
}
 .slider-botton ul li .readon {
    padding: 16px 45px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
 .slider-botton .white-color {
    background: #e5ba82;
}
.readon.border {
}

.nivo-caption a {
    display: inline !important;
}
.readon {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    line-height: normal;
    background: #dea45c;
    color: #fff;
    transition: all 0.3s ease 0s;
    border-radius: 30px 30px 30px 30px;
}
.features-area.features-area-2 {
    background: #ffffff;
    z-index: 999;
}

.ptb-100-70 {
    padding: 0px 0 10px;
}
.features-area.features-area-2 .features-text {
    margin-top: 40px;
}
.features-text h2 {
    font-size: 33px;
    line-height: 48px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
    margin-top: 0px;
}
.features-text p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.btn-style a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 8px 19px;
    border: 1px solid #f9c300;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 15px;
    background: #f9c300;
    transition: all 0.3s ease 0s;
    border-radius: 7px;
}
.btn-style a:hover {
    background: #ffffff;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.features-p {
    padding-left: 60px;
}
.features-area.features-area-2 .features-item-2 {
    position: relative;
    padding-right: 40px;
    z-index: 99;
      transition: all 0.3s ease 0s;
}
.features-area.features-area-2 .features-item-2:before {
    position: absolute;
    content: "";
    right: 23px;
    top: -19px;
    width: 0;
    height: 0;
}
.features-single {
    position: relative;
    overflow: hidden;
    transition: all .3s;
    margin-bottom: 30px;
}
.features-single:before {
    /* content: ""; */
}
.features-img img {
    width: 100%;
}

.social-1st2.social-1st1 {
    position: absolute;
    left: 0;
    top: 0;
}
.social-1st2 {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 95%;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.social-1st2 .flaticon-play-button:before {
    content: "\f106";
    font-size: 70px;
    background: rgba(169, 205, 46, .5);
    border-radius: 50%;
    color: #fff;
}
.features-area.features-area-2 .features-item-2:after {
    content: "";
    width: 0;
    height: 0;
    z-index: -1;
}
.section-title {
    text-align: center;
    margin-bottom: 30px;
}
.front-thumbnail {
    background: #f5f6fa;
    margin-bottom: 28px;
}
.front-thumbnail .box-pic img {
    width: 100%;
        -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.rounded-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 1px #ddd;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    position: relative;
    margin: -30px auto 0px auto;
    background: #FFF;
    transition: 0.3s;
}

.rounded-circle {
    border-radius: 50%!important;
}
.center-circle-icon {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
}
.center-circle-icon img {
    width: 100%;
}
.front-thumbnail .figure-caption {
    padding: 0px 15px 10px;
    text-align: center;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
.front-thumbnail .figure-caption p {
    margin-bottom: 0px;
}
.front-thumbnail:hover .rounded-circle {
    background: #dea45c;
    border: solid 1px #dea45c;
}
footer {
    background: #00032e;
    height: 100%;
    padding: 70px 0px 20px;
    display: table;
    width: 100%;
}
.footer-col h5 {
    color: #FFF;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 400;
    position: relative;
}
.location-box {
    padding: 10px 0px;
}
.bottom-location-icon {
    width: 35px;
    float: left;
    margin-right: 10px;
}
.bottom-location-icon img {
    width: 100%;
}
.location-box h6 {
    color: #FFF;
    margin-bottom: 2px;
    font-size: 13px;
    margin-top: 0px;
}
.location-box p {
    color: #FFF;
    font-size: 13px;
}
.footer-col p {
    color: #FFF;
    font-size: 13px;
    line-height: 1.7;
}
.newsletter-box {
    margin: 15px 0px 15px 0px;
}
.newsletter-box form {
    display: flex;
    align-items: center;
}
.newsletter-box .input {
    width: 70%;
    height: 38px;
    background: #FDFCFB;
    border: none;
    font-family: inherit;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    font-size: 12px;
  
}
.newsletter-box .button {
    width: 30%;
    height: 38px;
    background-color: #dea45c;
    border: none;
    border-radius: 0 5px 5px 0;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    letter-spacing: 1px;
    cursor: pointer;
    color: #FFF;
    font-size: 12px;
  
}
p.cursive {
    font-style: italic;
    font-size: 13px;
}
hr.footer {
    border-top: 1px solid rgba(242, 242, 242);
    margin: 30px auto 30px auto;
}
.copytight {text-align: center;background: #f9c300;font-weight: 500;}
.copytight p {
    color: #FFF;
    font-size: 13px;
    margin-bottom: 0px;
    padding: 10px 0px;
}
.social-footer {
    float: right;
    margin-top: 13px;
}
.icon-fa {
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    width: 35px;
    color: #fff;
    height: 35px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 50%;
    float: left;
    transition: 0.3s;
}
.social-items .fa {
    color: #ffffff;
    font-size: 18px;
    transition: 0.3s;
}
.social-items {
    display: inline-block;
    margin: 0px 2px;
    transition: 0.3s;
}
.icon-fa:hover {
    background: #dea45c;
    border: solid 1px #dea45c;
}
.slider-botton li{
  
display: inline-block;
  
margin: 0px 10px;
}
section.inner-color{
  
padding: 15px 0px 0px;
}
.yellowitem h3:after{
  content:'';
  position: absolute;
  width: 53px;
  height:2px;
  background: #dea45c;
  top: 32px;
  display: table;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.defult-home .readon.border.white-btn:hover{
  transition: all 0.3s ease 0s;
         background: #e5ba82;
      color:#fff;
}
.readon.border.white-color:hover{
   transition: all 0.3s ease 0s;
         background: #fff;
      color:#000;
}

.features-area.features-area-2 .features-item-2:hover:after{
border-bottom: 200px solid #000;
  transition: all 0.3s ease 0s;
}
.features-area.features-area-2 .features-item-2:hover:before {
border-top: 200px solid #000;
 transition: all 0.3s ease 0s;
}
.custologin a{
  color:#fff;
}
.custologin a:hover{
  color:#ddd;
  text-decoration:none;
}


/*span.dropBottom,span.dropRight {
  display: block;
  box-shadow:inset 2px 0px 0px #FF9;
  position: absolute;
  left: 0px;
  width:100%;
  height: 100%;
  top: 0px;
}
span.dropBottom {
  box-shadow:inset 0px 2px 0px #FF9;
  position: absolute;
  width: 100%;
  bottom: 0px;
}
*/
.navbar ul ul {
  opacity:0;
  position:absolute;
  top:160%;
  visibility:hidden;
  transition:all .4s ease;
  -webkit-transition:all .4s ease;
  list-style: none;
  z-index: 99999;
  min-width: 225px;
}
.navbar ul ul ul {
  top:0%;
  left:160%;
}
.navbar ul ul li:hover > ul {
  top:0%;
  left:100%;
  opacity:1;
  visibility:visible;
}
.navbar ul li:hover > ul {
  opacity:1;
  top:100%;
  visibility:visible;
  z-index: 99999;
  background: #2a2e90;
  min-width: 225px;
}
.navbar>ul>li {
  float:left;
  position:relative;
}
.navbar ul ul li {
  float:none;
  width: 100%;
  text-align: left;
  position: relative;
}
.navbar>ul>li {
  background-color:#a27440;
  cursor: pointer;
   transition: all 0.3s ease 0s;
}
.navbar li ul a {
  text-decoration:none;
  display:block;
  color: #fff;
  padding:10px 15px;
  width: auto;
  text-align: left;
  text-shadow: 0px -1px 0px rgba(0,0,0,.2);
  font-weight: 500;
  font-size: 12px;
  transition: all 0.3s ease 0s;
  border-top: 1px solid #c3c3c3;
}
.navbar ul li:hover {
  background-color: #f5c603;
}
.navbar ul li a:hover {
  background-color:#a27440;
}
ul{
  padding-left: 0px;
  list-style: none;
}

.navbar-inverse .navbar-nav>li:hover>a{
color:#fff;
 transition: all 0.3s ease 0s;
}
.navbar ul li > ul > li:hover > a{
  background: #fff;
  color:#000;
   transition: all 0.3s ease 0s;
}
.copytight a{

color: #fff;
}
.copytight a:hover{
  text-decoration: none;
  color: #dea45c;
}
.yellowitem:first-child p{
  margin-left:0px;
}
.navbar-scroll .logo img{
      width: 44px;
}
#myNavbar{
  padding:0px;
  float: left;
  width: auto;
}
.navbar-inverse .navbar-nav>li:last-child{/* float:right; */}
.headtitle{

margin: 40px 0px;
}
.headtitle h2{
  
color: #2a2e90;
  
font-weight: 600;
  
text-align: center;
}
.line{
  
width: 7%;
  
height: 2px;
  
background: #f9c300;
  
margin: 15px auto;
}
.bluerate{
      display: table;
      width: 100%;
      background: #2a2e90;
      padding: 65px 60px;
      z-index: 9999999;
      position: relative;
}
.yello{
  text-align: center;
  background: #f9c300;
  padding: 16px 4px;
  margin-bottom: 10px;
}
.yello p{
    color: #fff;  
 }
 .yello img{
  width: 53px;
  height: 50px;
 }
 .advantage{
  
background: #f5f6fa;
  
margin-left: -68px;
  
padding: 11px 73px 85px;
  
margin-top: 67px;
  
z-index: 0;
  
display: table;
  
position: relative;
  
text-align: center;
 }

.advanceimg{
   background: url(../img/advance.png) 50% 0;
   -webkit-background-size: cover;
   background-size: cover;
   background-position: top;
   min-height: 530px;
   background-repeat:no-repeat;
   position: relative;
   padding: 3px 0px;
}
.advanceimg:after{
  content:'';
  position: absolute;
  background: #f9c30096;
  margin: 0 auto;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
}
.advanceimg ul{

background: #fff;

position: relative;

z-index: 999;

margin: 33px 0px;

padding: 7px 0px;
}
.advanceimg ul li{
  
display: inline-block;
}
.advanceimg ul li a{
  
color: #000;
  
font-weight: 600;
  
font-size: 19px;
  
padding: 0px 41px;
}

.advback{

position: relative;

z-index: 999;
}
.advback img{
  width: 100%;
  height: 300px;
}
.advback a{
  
background: #fff;
  
color: #000;
  
font-weight: bold;
  
width: 100%;
  
display: block;
  
padding: 10px 0px;
  
text-align: center;
  
margin-top: 30px;
  transition: all 0.5s ease-in-out;
font-size: 16px;
}

.advback a:hover{ 
  text-decoration: none;
 transition: all 0.5s ease-in-out;
background: #2a2e90; color:#fff;  }

.galclas{
  background: #edeefa;
}
.d-table{
  display: table;
  width:100%;
}
.table-cell{
  display: table-cell;
}
footer .table-cell:first-child{
width:30px;
  }

footer .table-cell i{
    color: #fff;
}

footer a{color: #fff;padding: 8px 0px;display: block;font-size: 13px;}

.footer-col h5:after{
  content:'';
  position: absolute;
  background: #f9c300;
  margin: 0 auto;
  left: 0;
  top: 36px;
  width: 49px;
  height:2px;
}

.requestfor h3{

position: relative;

color: #fff;

width: 65%;

font-size: 30px;

margin-bottom: 30px;

margin-top: 0px;
}
.requestfor input{
  
margin-bottom: 15px;
  
border-radius: 20px;
}
.requestfor p{
  
color: #fff;
}
.wpcf7-submit {
  
border-radius: 20px;
  
background: #f9c300;
  
color: #fff;
    transition: all 0.5s ease-in-out;
padding: 7px 15px;
}
.pdn{
  padding:0px;
}

.requestfor h3:after {
    content: '';
    position: absolute;
    background: #f9c300;
    margin: 0 auto;
    left: 0;
    top: 77px;
    width: 90px;
    height: 2px;
}
footer a:hover{
  text-decoration: none;
  color: #a5a4a4;
}
.advantage p{
  font-weight:500;
}
.leftside h3{

font-size: 17px;

margin-bottom: 5px;

color: #292b7c;

margin-top: 0px;
}
.leftside p{
  
font-weight: bold;
}
.leftside img{
  
width: 34px;
}
.leftside .table-cell{
  
padding-right: 10px;
}
.youtube .icon-fa{

background: #2a2e91;
}
.instagram .icon-fa{

background: #f8c100;
}
.twitter .icon-fa{

background: #2a2e91;
}
.facebook .icon-fa{

background: #f8c100;
}
.english{
  
background: #f8c100;
  
padding: 6px 20px;
  
display: block;
  
margin-top: 8px;
  
color: #fff;
  
border-radius: 8px;
}
.borderbot{
  border-bottom: 1px solid #ddd;
}


.icon-fa:hover{
  transition: 0.3s;
  background: #fff;

}
.icon-fa:hover i{
    color: #000;
}
.english:hover, .requestfor button:hover{
transition: 0.3s;
  background: #25277c;
  color:#fff;  
    transition: all 0.5s ease-in-out;
}
.box-pic{
  overflow: hidden;
  display: block;
}

.box-pic:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.company{
  padding: 30px 0px;
}

/*cycjet css contact*/

.banner-area:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    background: #151515c7;
    top: 0;
    bottom: 0;
    height: 290px;
}
.contact-form h2.contact-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #fff;
}
.contact-form h2.contact-title:before {
    background-color: #f9c300;
}


.abouter p {
    color: #656666;
    padding-top: 31px;
    font-size: 17px;
}
.abouter p strong {
    color: #272d7a;
}
.refd p{
    padding-top: 20px;
    line-height: 30px;
    font-size: 17px;
}
.tecv img {
    padding-top: 12px;
}


/*industry application css*/


.l-canvas.sidebar_none .l-main-h {
    max-width: none;
}
.i-cf:before, .i-cf:after {
    content: ' ';
    display: table;
}
.l-canvas.sidebar_none .l-section {
    padding: 0 40px;
}
.l-section:before {
    content: '';
    display: table;
}
.w-blog.layout_tiles .w-blog-list {
    margin: -2px -2px 2px;
}
.w-blog.layout_tiles .w-blog-post {
    padding: 2px;
}

.w-blog.cols_3 .w-blog-post {
    width: 33.3333%;
}
.w-blog.layout_tiles .w-blog-post-h {
    overflow: hidden;
}

.w-blog-post-h {
    position: relative;
}
.w-blog.layout_tiles .has-post-thumbnail .w-blog-post-preview:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7)) repeat-x;
}
.w-blog-post-preview {
    position: relative;
    background-size: cover;
    background-position: 50% 25%;
}
.w-blog-post-h > a {
    display: block;
}
.w-blog.layout_tiles .w-blog-post-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 15px;
    pointer-events: none;
    color: #fff;
    z-index: 9;
}
.l-canvas.sidebar_none .l-content {
    width: 100% !important;
}
.w-blog.layout_tiles .w-blog-post-meta > * {
    line-height: 16px;
    color: rgba(255,255,255,0.5);
    pointer-events: auto;
}
.w-blog-post-meta > time, .w-blog-post-meta > span {
    display: inline-block;
    vertical-align: top;



}




.w-blog.layout_tiles .w-blog-post-h:hover .w-blog-post-preview img {
    transform: scale(1.2);
}

.w-blog.layout_tiles .w-blog-post-preview img {
    transition: transform 0.3s;
}
.w-blog-post-preview img {
    display: block;
    float: none !important;
    margin: 0 !important;
    width: 100%;
}
.w-blog:not(.cols_1) .w-blog-list {
    font-size: 0;
}
.w-blog:not(.cols_1) .w-blog-post {
    display: inline-block;
    vertical-align: top;
}
.w-blog-post {
    font-size: 16px;
}
.w-blog-post-preview-icon {
    display: none;
    height: 0;
    width: 100%;
    color: #fff;
}

.w-blog-post-content {
    word-wrap: break-word;
    margin-top: 5px;
}
.w-blog.layout_tiles .w-blog-post-content, .w-blog.layout_tiles .w-blog-post-more {
    display: none;
}
.w-blog-post-content *:last-child {
    margin-bottom: 0 !important;
}
.w-blog-post-meta a, .color_alternate .w-blog-post-meta a {
    color: inherit;
}
.no-touch a:hover, .no-touch a:hover + .w-blog-post-body .w-blog-post-title a, .no-touch .w-blog-post-title a:hover {
    color: #000000;
}
.w-blog.layout_tiles .w-blog-post-preview img {
    transition: transform 0.3s;
}

.w-blog-post-preview img {
    display: block;
    float: none !important;
    margin: 0 !important;
    width: 100%;
}



.w-blog-post-meta-date:before {
    content: '\f017';
}

.w-blog-post-meta > *:before {
    font-size: 14px;
    font-family: fontawesome;
    vertical-align: top;
    margin-right: 5px;
}
h5, .w-blog:not(.cols_1) .w-blog-list .w-blog-post-title {
    font-size: 20px;
    letter-spacing: 0px;
}
.w-blog.layout_tiles .w-blog-post-title {
    font-weight: bold;
}
.w-blog-list .w-blog-post-title {
    margin-bottom: 15px;
}
.w-blog.layout_tiles .w-blog-post-title a, .no-touch .w-blog.layout_tiles .w-blog-post-meta a:hover {
    color: #fff !important;
}
.banner-area{
  position: relative;
  height: 288px;
  padding-top: 48px;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-title{
  
position: relative;
  
z-index: 999;
  
color: #fff;
  
text-align: center;
  
font-size: 46px;
}
.breadcrumb a{
  color:#fff;
}
.breadcrumb{
 position: relative;
 z-index: 999;
 color: #fff;
 background: transparent;
 padding: 0;
 text-align: center;
 font-size: 17px;
}


.l-main {
    padding-top: 56px;
    padding-bottom: 56px;
}
.wpcf7-text{
  width:100%;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0px 0px 4px #e6e6e6;
  margin-bottom: 15px;
  padding: 19px 15px;
  background: #fff;
}
.wpcf7-textarea{
  width:100%;
  padding: 10px 10px;
  height: 206px;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0px 0px 4px #ddd;
}
.submit:hover, .submit:focus{
color: #fff;
  }
.readmore{
  
background: #f9c300;
  
color: #fff;
  
padding: 11px 8px;
  
display: table;
  
text-align: center;
}
.contact-area {
  
display:  table;
  
width: 100%;
  
margin: 40px 0px;
}
.conad{margin-bottom: 30px;}
.conad h4{

padding-left: 23px;
}

.conad i, .conad img{
    margin-right: 10px;
}
.morepad{
  
padding: 11px 0px 17px;
}
.morepad p{
  font-weight: 500;
}
.contact-left-cnt {
    background: #ff4d34;
    color: #fff;
}
.contact-left-cnt {
    background: #ff4d34;
    height: 100%;
    padding: 65px 50px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
h2.contact-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 20px;
}
.contact-left-cnt p {
    color: #fff;
    margin-bottom: 23px;
}
.contact-left-cnt ul li i {
    margin-right: 18px;
    height: 100%;
    margin-top: 7px;
    font-size: 18px;
}
.contact-form h2.contact-title {
    color: #0e0d0d;
    padding-right: 517px;
}
.contact-left-cnt ul li {
    color: #fff;
    display: flex;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 19px;
}
.ptb--100 {
    padding: 100px 0;
}
.contact-left-cnt {
    background: #292d79;
    height: 100%;
    padding: 60px 50px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-form p{
      padding-right: 143px;
}
h2.contact-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #fff;
}
.wpcf7-submit {
    background-color: #f9c300 !important;
    width: 151px;
    padding: 0;
    /* text-align: center; */
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    float: left;
    padding-top: 12px;
    padding-bottom: 10px;
    border-radius: 7px;
    margin-top: 14px;
}
.wpcf7-text {
    height: 57px;
    width: 100%;
    border: 2px solid #e1e1e1;
    margin-bottom: 20px;
    padding-left: 15px;
    letter-spacing: 0;
}
.wpcf7-date {
    height: 57px;
    width: 100%;
    border: 2px solid #e1e1e1;
    margin-bottom: 20px;
    padding-left: 15px;
    letter-spacing: 0;
}
.contact-form {
    background-color: #f1f1f1;
    text-align: center;
    padding: 28px;
    clear: both;
    display: table;
    width: 100%;
}

/*industryinkjet css*/



h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h4, h3 + h5, h3 + h6, h4 + h5, h4 + h6, h5 + h6 {
    padding-top: 0px;
    /* font-size: 7px; */
    padding-bottom: 7px;
}
.l-section.preview_none .w-blog-post-meta {
    padding: 5px 0 20px;
}

.l-section.preview_none + .l-section .l-section-h {
    padding-top: 0;
}
.header_hor .l-subheader-h, .l-titlebar-h, .l-main-h, .l-section-h, .l-subfooter-h, .w-tabs-section-content-h, .w-blog-post-body {
    max-width: 1100px;
}
.l-section-h {
    padding: 0px 0px;
}
.l-section-h {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.i-cf:after {
    clear: both;
}

.i-cf:before, .i-cf:after {
    content: ' ';
    display: table;
}
.w-blognav-meta {
    display: block;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 4px;
    opacity: 1;
    COLOR: #000;
    font-weight: 800;
}
.w-blognav-title {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    transition: color 0.3s;
    color: #000;
    font-weight: 500;
}
.w-blognav-prev {
    float: left;
    padding: 0 35px;
    width: 50%;
    position: relative;
    color: inherit !important;
    transition: none;
}
.w-blognav-next {
    float: right;
    text-align: right;
    padding: 0 35px;
    width: 50%;
    position: relative;
    color: inherit !important;
    transition: none;
}
.w-blognav {
    overflow: hidden;
}
.l-section.for_blognav .l-section-h {
    padding: 30px 0;
    border-top: 1px solid #000000;
    border-color: #ccc;
    border-bottom: 1px solid#ccc;
    margin-top: 15px;
}
.w-form-row {
    margin-bottom: 16px;
}
.l-section p strong{
    color: #2a2e9d;
}
.w-form-row-field {
    position: relative;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], input[type="range"], textarea, select {
    padding: 0 12px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
    transition: all 0.3s;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], input[type="range"], select {
    line-height: 40px;
    height: 40px;
}

.w-form-row-field > input[type="text"], .w-form-row-field > input[type="password"], .w-form-row-field > input[type="email"], .w-form-row-field > textarea, .w-form-row-field > select {
    padding-left: 48px;
}
.w-form-row-state {
    font-size: 13px;
    line-height: 18px;
    height: 0;
    opacity: 0;
    transition-property: height, padding, opacity;
    transition-duration: 0.3s;
}
.w-blognav-prev:before {
    content: '\f104';
    font: 36px/1 fontawesome;
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0.3;
}
.w-blognav-next:before {
    content: '\f105';
    font: 36px/1 fontawesome;
    position: absolute;
    top: 6px;
    right: 0;
    opacity: 0.3;
}




.contact-forms h2.contact-title {
    color: #0e0d0d;
    padding-right: 517px;
    font-size: 20px;
}


.submit{
        background-color: #f9c300;
    width: 151px;
    padding: 0;
    /* text-align: center; */
    border: none;
	    height: 52px;
    color: #fff;
    cursor: pointer;
    outline: none;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    float: left;
    border-radius: 109px;
}


.contact-forms form #csubmit {
    background-color: #f9c300;
    width: 151px;
    padding: 0;
    /* text-align: center; */
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    float: left;
    border-radius: 109px;
}
#author , #email , #url{
    height: 54px;
    width: 100%;
    border: 2px solid #e1e1e1;
    margin-bottom: 4px;
    padding-left: 15px;
    letter-spacing: 0;
}
.contact-forms form input {
    height: 57px;
    width: 100%;
    border: 2px solid #e1e1e1;
    margin-bottom: 20px;
    padding-left: 15px;
    letter-spacing: 0;
}
.contact-forms textarea {
    width: 100%;
    padding: 10px 10px;
    height: 206px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0px 0px 4px #ddd;
}
#prevpage .owl-prev{
    position: absolute;
    top: 5%;
    left: -4px;
    z-index: 999999999999;
    overflow: visible;
    color: #f9c300;
}
#prevpage .owl-next{
 position: absolute;
 top: 13%;
 right: -4px;
 z-index: 999999999999;
 overflow: visible;
 color: #f9c300;
}
#prevpage .owl-item.active{
padding: 0px 70px;
}

.w-blog-post-meta > time, .w-blog-post-meta > span {
    display: inline-block;
    vertical-align: top;
}

.w-blog-post-meta > * {
    font-size: 0.9em;
    line-height: 18px;
    margin: 0 18px 8px 0;
}
.w-blog-post-meta-category:before {
    content: '\f07c';
}
.l-section-h i-cf img{
      padding-top: 42px;
    padding-bottom: 28px;

}
.newrt img{
  width: 32%;
  padding-top: 26px;
  padding-bottom: 26px;
}
.w-blog-post-title.entry-title {
    color: #272c81;
    font-size: 31px;
}
h2.banner-title {
    font-size: 24px;
    padding-top: 39px;
}

.owl-nav img{
      width: 47px;
}

.trefs img {
    padding-top: 83px;
    width: 100%;
}



/*lasremarkingg css*/
.services-detail-content-1-list  a:hover, .services-detail-content-1-list .active a {
    background: #f9c300;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.services-detail-content-1-list ul li {
    list-style: none;
}
a:hover {
    text-decoration: none;
}

.services-detail-content-1-list a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    background: #f2f2f2;
    padding: 18px 40px;
    margin-bottom: 5px;
    display: block;
    transition: all 0.5s ease-in-out;
}
.services-detail-content-1-list a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #00032e;
    padding: 18px 40px;
    margin-bottom: 0px;
    display: block;
    transition: all 0.5s ease-in-out;
}

.techl {
    padding-top: 26px;
}
.techl h3 {
    font-size: 28px;
    color: #000;
    margin-left: 59px;
}
.secvg img{
  height: 265px;
    width: 78%;
}

.secvg p {
    padding-top: 30px;
    font-size: 17px;
    color: #000;
}
.secvg button {
    background: #f9c300;
    border: 1px solid #f9c300;
    color: #fff;
    padding: 8px;
}


.pagination {
   
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: table; */
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin: 0 auto;
    padding-top: 34px;
    padding-bottom: 25px;
   
}
.pagination li {
    float: left;
    font-family: Montserrat;
    font-size: 12px;
    margin: 0 10px 0 0;
}

.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination li a {
    color: #303030;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}


.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #f9c300;
    border-color: #ddd;
}

ul.pagination {
    text-align: center;
    margin: 0 auto;
    display: table;
}


/*laser detail css*/
.email {
    clear: both;
    text-align: center;
    padding: 10px 0px;
    background: #f9c300;
    color: #fff;
    margin-top: 20px;
    display: block;
    width: 162px;
    border: 1px solid #f9c300;
}


.no-touch a:hover, .no-touch a:hover + .w-blog-post-body .w-blog-post-title a, .no-touch .w-blog-post-title a:hover {
    color: #000000;
}

.email:hover {
    background: #fff;
    color: #cc231e;
    border: 1px solid #cc231e;
}

.tab-content p{
      margin: 37px 0px 35px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #292d79;
    color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #f9c300;
}
.laserdetaltab{
  
padding-top: 70px;
  
clear: both;
  
display: table;
}



#comment , #submit{
   width: 100%;
    padding: 10px 10px;
    height: 206px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0px 0px 4px #ddd;
}

.productsold:nth-child(3n){
	
margin-right:0px;	
}

.productsold{
	width:31%;
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
}
.productsold .front-thumbnail{
	    background: transparent;
}
.formblog input{
	background-color: #f6f6f6;
}
.formblog textarea{
	background-color: #f6f6f6;
}
.secvg img{
	text-align: center;
    border: 1px solid #ccc;
     height: 220px;
    width: 78%;
    display: table;
    margin: 0 auto;
}
.redf{
color: #fff;
    background-color: #f9c300;
    border-color: #f9c300;
    border-radius: 6px;
}
.msg{
    font-size: 20px;
    margin-bottom: 20px;
}
.post-thumbnail img{
	display: none;
}
.wpb_wrapper{
	margin-left: 150px;
    margin-top: 41px;
}

.wpb_wrapper a{
	color: #f9c300;
	    font-size: 17px;
}
.pagination{
	
align-items: center;justify-content: center;text-align: center;margin: 0 auto;display: table;font-weight: 500;}
.pagination span{
	
vertical-align: top;margin: 9px 0px;display: inline-block;}
.pagination a{
margin: 0px 4px;	
background: #d1d1d1;
    color: #000;
    width: 40px;
    display: inline-block;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    
    font-size: 12px;
    padding: 10px 0px;vertical-align: top;}
.pagination span.current{
	
background: #2a2e91;color: #fff;width: 40px;display: inline-block;height: 40px;border-radius: 100%;text-align: center;margin: 0px 4px;font-size: 12px;padding: 12px 0px;}
.pagination a:hover{
background: #2a2e91;color: #fff;	
}
table td {
    padding: 5px 0px;
    font-weight: 500;
}
.faq .panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067";
    background: #2a2e91;
    color: #fff;
    padding: 3px 5px;
    font-weight: normal;
    border-radius: 100%;
    line-height: 1;
}
.faq .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    background: #f8c100;
    color: #fff;
    padding: 3px 5px;
    font-weight: normal;
    border-radius: 100%;
    line-height: 1;
}
.faq .panel-title > a:hover,
.faq .panel-title > a:active,
.faq .panel-title > a:focus {
  text-decoration: none;
}
.faq .panel-title a{

color: #000;

font-weight: 600;

font-size: 14px;
}
.panel-group .panel+.panel {
    margin-top: 15px;
}
@media (min-width:769px){
	.box-pic {
    height: 230px;
}
	.w-blog.layout_tiles .w-blog-post-h {
    height: 230px;
    position: relative;
}
}
@media (max-width:767px){
	section.advance{
		display:none;
	}
	.formas .col-md-12, .formas .col-md-6{
		padding:0px;
	}
	.cf7sr-g-recaptcha>div{
		width:100% !important;
	}
	.dd-select select{
		width:100% !important;
	}
	.requestfor h3:after{
		top:45px;
	}
	.requestfor h3{
		width:100%;
	}
	footer {
    padding: 20px 0px 20px;
}
	.advantage {
    margin-left: 0;
    padding: 11px 14px;
}
	.yello {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 16px 4px;
}
	.bluerate {
    padding: 14px 0px;
}
	iframe{
	 height: 210px;
	}
	.contact-left-cnt {
    padding: 0px 20px;
	}
	.contact-form{
		padding:7px;
	}
	.ptb--100 {
    padding: 20px 0;
}
	.contact-form h2.contact-title:before {
    left: 0;
    right: 0;
    bottom: -8px;
    margin: 0 auto;
}
	.contact-form p {
    padding-right: 0px;
}
	.contact-form h2.contact-title{
		padding:0px;
	}
	.wpb_wrapper {
    margin-left: 0;
    margin-top: 0px;
    padding: 28px;
}
	.trefs img {
    padding-top: 10px;
}
	.w-blog-post-title.entry-title {
    color: #272c81;
    font-size: 18px;
}
	.breadcrumb>li {
    font-size: 10px;
}
	h2.banner-title {
    font-size: 15px;
    padding-top: 0;
    margin: 0px;
}
	.w-blog.cols_3 .w-blog-post {
    width: 100%;
}
	.banner-area, .banner-area:before{
		height:200px;
	}
	.breadcrumb{
		font-size: 12px;
	}
	.banner-title{
		font-size: 20px;	
	}
	h1{
		font-size: 18px;
	}
		.secvg img {
    height: auto;
    width: 100%;
}
}
table td {
    padding: 9px 6px;
    font-weight: 500;
    border: 1px solid #ddd;
}
table{width:100%;}

.w-blog-post-preview:before {
    content: '';
    background-color: rgb(0 0 0 / 38%);
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;}
    #respond{display:none!important;}