@font-face {
    font-family: 'Trebuchet MS';
    src: url('../fonts/TrebuchetMS-Italic.woff2') format('woff2'),
        url('../fonts/TrebuchetMS-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('../fonts/Trebuchet-BoldItalic.woff2') format('woff2'),
        url('../fonts/Trebuchet-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('../fonts/TrebuchetMS-Bold.woff2') format('woff2'),
        url('../fonts/TrebuchetMS-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('../fonts/TrebuchetMS.woff2') format('woff2'),
        url('../fonts/TrebuchetMS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('../fonts/TrebuchetMS-Italic.woff2') format('woff2'),
        url('../fonts/TrebuchetMS-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('../fonts/Trebuchet-BoldItalic.woff2') format('woff2'),
        url('../fonts/Trebuchet-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('../fonts/TrebuchetMS.woff2') format('woff2'),
        url('../fonts/TrebuchetMS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




body, html{
 font-family: 'Trebuchet MS',Helvetica,sans-serif;
 background:#161616;
}



.container{
 width: 1000px;
 color: #6d6d6d;
 background:#000000;
 padding: 0px;
 }

/*.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{

vertical-align: top;

margin: 30px 0px;

z-index: 100;

text-align: center;

font-size: 26px;

display: table;

width: 100%;
}
.logo img{
}
.navbar-inverse {
    background-color: #161616;
    border-color: #161616;
    border-radius: 0px;
    margin-bottom: 0px;
    height: 80px;
    border: none;
    clear: both;
    display: table;
    width: 100%;
}

.topheader{
}

.leftside{

display: table-cell;

padding: 33px 0px 0px;
}
.leftside ul{
    
margin-bottom: 0px;
    
padding-left: 0px;
}
.leftside ul li{
    
display:  inline-block;
    
list-style:  none;
}
.leftside ul li a{
    
color: #000000;
}

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

  #home .item img{
       width: 100%;
       height: 420px;
  }

#footer{

padding: 24px 0px;

border-top: 1px solid #ddd;

display:  table;

width: 100%;

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

.copyRight{
        color: #928f8f;
        text-align: left;
        padding: 15px 10px 15px;
}
.socialLink li a i{border-radius: 27px;width: 30px;height: 30px;text-align: center;font-size: 14px;line-height: 1.9;color: #fff;padding: 2px;}

.navbar-nav{
    margin-top: 0px;
}

   .heading h2::after{
    content: "";
    height: 4px;
    position: absolute;
    top: 73%;
    width: 7%;
    background: #e81b3d;
    z-index: 100;
    margin-left: 8px;
    transition:width 1s;
    }
.welcome img{
       width: 100%;
     }
   .welcome h2{
    
text-align: center;
    
position: relative;
    
font-weight: 700;
    
margin-bottom: 65px;
    
margin-top: 5px;
    
color: #ffffff;
    
text-transform: uppercase;
    
font-size: 25px;
    
z-index: 1;
}
  .heading h2{
    
text-align:  center;
    
position: relative;
    
font-weight: 700;
    
margin-bottom: 40px;
    
margin-top: 0px;
    
color: #1e2d60;
}



.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: #fff;
    background-color: transparent;
    font-weight: 500;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-weight: 500;
    padding: 14px 20px;
    font-size: 14px;
    text-transform:  uppercase;
    line-height: 38px;
    transition: all 0.5s ease-in-out;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    color: rgb(255, 255, 0);
}
.leftside li{

color: #000;

display:  inline-block;

font-weight: 500;

padding: 0px 24px;

font-size: 16px;
}
.leftside li i{
    
}
.test{
    display: table;
    width: 100%;
    table-layout:  fixed;
}


  .scroll img{
    
width: 36px;
  }
#back2Top {
   transition:all 0.4s ease-in-out;
   width: 40px;
   line-height: 40px;
   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: 45px;
   right: 20px;
   color: #000;
   text-align: center;
   font-size: 30px;
   text-decoration: none;
   background: #ffffff;
   border-radius: 100%;
}


.navbar-scroll{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index:100000;
  transition: 2s;
  height: 66px;
}
.socialLink li a i:hover{
  background: #363535;
  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: 23px;
}
.dropdown-menu>li>a{
  
padding: 6px 22px;
}
.dropdown-menu>li>a:hover{
  background:#d47c42;
  color: #fff;
}

@media (max-width: 767px){
  .repet p{
    padding:0px !important;
  }
  #home .item img {
    width: 100%;
    height: 200px !important;
}
  .mobilepd{
     padding:0px !important;
  }
  .bole .col-md-6{
    padding:0px !important;
  }
  .padinview .col-md-4 img{
    margin-bottom: 20px;
  }
  .height319 {
    height: 200px !important;
    margin-bottom: 20px;
}
  .viewmore {
    margin: 0 auto;
    display: table;
    clear: both;
}
  .domlas .col-md-6:nth-child(even) span {
    float: left !important;
}
    .domlas .col-md-6 {
      padding:0px !important;
    }
  .domlas .col-md-6 img {
    height: 200px !important;
}
  .marto .col-md-6{
    padding:0px !important;
    margin-bottom: 15px;
  }
  .photocnt{
    margin-top:30px;
  }
.backcontact{
  padding:0px 0px !important;
}
    .layers{

padding: 17px 15px !important;

}
  .logoinner{

float: none;

width: 50% !important;

padding: 18px 15px !important;
}
  .layers img{

width: 111px !important;
}
  .logoinner img{
 width: 100% !important;
 float: left;
}
  .footer-nav{
    
padding-top: 8px;
    
clear: both;
    
display: table;
  }
  .copyRight {
    color: #928f8f;
    text-align: left;
    padding: 15px 0px 15px !important;
}
  .footer-nav li a{
    padding-left:0px !important;
  }
  .mobledo{
    padding:0px;
    margin-top: 20px;
  }
.vidolapview img{
  height:300px !important;
}
.vidolapview .botcon img{
  height:auto !important;
}
  .itenpro .items {
margin-top:0px !important;
}
  #home {
    padding: 0px 0px !important;
}
    .rightside ul{
      margin-top:0px;
      float: none;
    }
  .rightside ul li{
    
width: 100%;
    
display: block;
  }
  .navbar-inverse .navbar-nav>li>a{

color: #000;

width:  100%;

display:  block;

padding: 4px 15px;
}
  .rightside{
    
display:  block;
  }
  .leftside{

  }
  .middle{

float: left;

width: 250px !important;
}
 .recent{

width: 59% !important;

font-size: 15px !important;

top: 67% !important;

}
  .bone1 h1{
    font-size: 33px;
    margin-bottom: 0px;
  }
  .bone1 p{
    font-size: 16px;
  }
  .bone1 span{
     font-size: 16px !important;
  }
  .navbar-toggle{opacity: 1;background: #ffffff;float: right;text-align: right;margin-top: 17px;margin-right: 10px;z-index: 10098;}
 .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-color: #000 !important;
}
.container{
  width:100% !important;
  padding: 0px 15px;
}

  .bone1 {
    width: 100% !important;
    top: 7px;
    left: 0px;
  }
  
    .bone1 h1{
    width: 100% !important;
    top: 7px;
    font-size: 20px;
    margin: 0px;
  }
  .navul li {
    display: block;
    padding: 7px 0px;
    text-align:  left;
}
  .logo img {
    width: 165px!important;
    margin: -5px 10px;
}
  .navul li a {color:#000 !important;display:  block;width: 100%;padding: 0px 0px;}
  .carousel-inner {
    height: 100%;
  }

  .bonebtn{
    margin-top: 9px;
    padding: 6px 10px;
  }
  .navbar{
    
height: 65px;
  }
  #myNavbar{
    background: #fff;
    position:  absolute;
    z-index: 10099;
    width:  100%;
    left: 0;
    right: 0;
    padding: 13px 18px;
    height: 300px;
  }
  .pdnone{
    padding:0px;
  }
}



.topheader{

background: #0875fd;
}

.topleftside{

display:  inline-block;

padding: 2px 0px 0px;

float: left;
}
.topleftside ul{
    
margin-bottom: 0px;
    
padding-left: 0px;
}
.topleftside li{
    
display:  inline-block;
    
list-style:  none;
    
padding: 3px 14px;
}
.topleftside li a{
        transition: .3s all ease-in-out;
        color: #ffffff;
}

.toprightside{

display:  inline-block;

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

.pdn{
  padding:0px;
}


#service .owl-nav .owl-next{
  background: #f6d876;
  position: absolute;
  top: -20%;
  right: 12px;
  opacity: 1;
  font-size: 46px;
  height: 47px;
  width: 38px;
  line-height: 1;
  font-weight: 100;
  vertical-align: top;
  border-radius: 0px;
}
#service .owl-nav .owl-prev{
  background: #f6d876;
  position: absolute;
  top: -20%;
  right: 59px;
  opacity: 1;
  font-size: 46px;
  height: 47px;
  width: 38px;
  line-height: 1;
  font-weight: 100;
  vertical-align: top;
  border-radius: 0px;
}

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

position: relative;

top: -4px;

font-weight: 100;

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

position: relative;

top: -4px;

font-weight: 100;

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

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

.headings{

z-index: 109887;

position: absolute;

left: 0;

right: 0;

text-align: center;

top: 23%;

}
  .headings h1{
  
color: #fff;
  
text-transform: uppercase;
  
font-size: 26px;
}
.headings a{
  
color: #fff;
}
.headings span{
  
color: #fff;
  
margin: 0px 5px;
}


.services-detail {
  padding-top: 86px;
}
.services-detail-v3-content-3 p{
      margin-bottom: 32px;
      margin-top: 38px;
}
a.more-link {
    padding-top: 38px;
    display: block;
    color: #be4763;
}

/*contact css*/
.Contactus-area {
    padding-top: 60px;
    padding-bottom: 0px;
    overflow: hidden;
}
.Contactus-area .item span:before {
    background: #bd4662;
    color: #fff;
    width: 90px;
    height: 90px;
    padding: 24px 24px;
    border-radius: 60px;
    font-size: 40px;
    border: 2px solid #bd4662;
      transition: all 0.5s ease-in-out;
}
.Contactus-area .item h5 {
    font-size: 18px;
    color: #333333;
    margin-top: 42px;
    font-weight: 700;
}
.Contactus-area .item p {
    color: #333333;
    font-size: 16px;
    font-family: "Hind Siliguri";
    font-weight: 400 !important;
}
.Contactus-area .item {
    background: #F6F6F6;
    width: 370px;
    height: 250px;
    padding-top: 80px;
}
.flaticon-home-interface:before {
    content: "\f11f";
}
.Contac-form .right-side {
    margin-top: 35px;
    margin-left: 4px;
}
.Contac-form .from-text {
    padding: 30px 0px;
    margin-bottom: 27px;
}

.Contac-form .from-text h2 {
    font-size: 32px;
    color: #333333;
    position: relative;
}
.Contac-form .default-form input[type="text"], .Contac-form .default-form input[type="email"], .Contac-form .default-form input[type="password"], .Contac-form .default-form select {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 47px;
    font-size: 15px;
    padding: 12px 11px !important;
    background-color: rgba(244, 244, 244, 0) !important;
    color: #888888;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #EDEDED;
 
}


.Contac-form .default-form input[type="text"], .Contac-form .default-form input[type="email"], .Contac-form .default-form input[type="password"], .Contac-form .default-form select {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 47px;
    font-size: 15px;
    padding: 12px 11px !important;
    background-color: rgba(244, 244, 244, 0) !important;
    color: #888888;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #EDEDED;

}
.Contac-form .form-group {
    margin-bottom: 20px;
}

.logo{

}
.logo img{
  
}
.middle{

float: left;

font-size: 38px;

padding: 7px 0px;

background: #161616;

width: 298px;

text-align: center;
}
.itenpro{

}
.itenpro .items{
  
}
.itenpro .items h3{
  
text-align: center;
  
margin-bottom: 25px;
  
color: #fff;
}
.itenpro .items img{
  
width: 100%;
}
.itemcontent{

background: #1d1d1d;

padding: 15px 15px;
}
.itemcontent p{
  
font-size: 13px;
}

.footer-nav{

padding-left: 0px;

list-style: none;
}

.footer-nav li{
  
display: inline-block;
}
.footer-nav li a{
  
color: #fff;
  
text-transform: uppercase;
  
padding: 0px 10px;
}
.heading{

padding: 34px 0px;
}
.heading h3{
  
}
.heading h3{
  
text-align: center;
  
margin: 0px;
  
color: #fff;
}
.botcon{

text-align: center;
}
.botcon h4{
  
font-weight: 400;
  
font-size: 15px;
}
.botcon img{
  
width: 100%;
  
height: 142px;
}
.vidolapview{
  background: #161616;
  display: table;
  width: 100%;
  padding: 30px 0px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3874c8 !important;
}
.logoinner{float: left;text-align: left;width: 50%;padding: 18px 32px;}
.layers{
 float:right;
 padding: 10px 35px;
 width: 50%;
}
.aboutpara{

background: #1d1d1d;

padding: 15px 13px;
}
.aboutpara p{
  
}
.height319{
      height: 319px;
}
.viewmore .btn{
  background: #3874c8;
  color: #fff;
  margin: 15px 0px;
}
.domlas .col-md-6:nth-child(even) span{

float: right;
}
.domlas .col-md-6 span{

margin: 12px 0px;

display: block;
}
.viewmore{
  margin:0 auto;
  display: table;
}
.domlas .col-md-6 img{
height:350px;
}

.itemcontent{
   background: #131313!important;
    background: -moz-radial-gradient(center,ellipse cover,#313131 0,#131313 100%)!important;
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#313131),color-stop(100%,#131313))!important;
    background: -webkit-radial-gradient(center,ellipse cover,#313131 0,#131313 100%)!important;
    background: -o-radial-gradient(center,ellipse cover,#313131 0,#131313 100%)!important;
    background: -ms-radial-gradient(center,ellipse cover,#313131 0,#131313 100%)!important;
    background: radial-gradient(ellipse at center,#313131 0,#131313 100%)!important; 
}
  #home{
        padding: 0px 30px;
  }

  #home .owl-next{
    position: absolute;
    right: 4px;
    top: 43%;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 24px;
    background: #464646;
    border-radius: 100%;
    z-index: -1;
    padding: 0px 0px 0px 10px !important;
}
#home .owl-prev{
  
position: absolute;
  
left: 4px;
  
top: 43%;
  
width: 35px;
  
height: 35px;
  
color: #fff;
  
font-size: 24px;
  
background: #464646;
  
border-radius: 100%;
  
z-index: -1;
  
padding: 0px 10px 0px 0px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff !important;
    color: #000 !important;
    text-decoration: none;
}
.backcontact{
}
.backcontact h3{
  
color: #fff;
  
margin-top: 0px;
  
margin-bottom: 20px;
}
.backcontact textarea{

background: #252525;

border: 1px solid #2f2f2f;
}
.backcontact input{

background: #252525;

border: 1px solid #2f2f2f;
}
.backcontact label{

}
.backcontact .btn{

background: #3874c8;

border: none;

color: #fff;

padding: 11px 33px;
}
.photocnt{background: #161616;padding: 20px 20px 75px;}

.larger .btn{

background: #000;

width: 100%;

text-align: left;

text-decoration: underline;

margin: 11px 0px;
}
.larger .p{
  
}
.logonumber a{
  transition: all 0.3s ease-in-out;
}
.logonumber a:hover{
text-decoration: none;
transition: all 0.3s ease-in-out;
}
.copyRightText .pull-right{
  float: left !important;
}
.logoinner img{

width: 277px;
}
.layers img{
  
width: 270px;
  
display: table;
  
float: right;
}

.navbar-inverse .navbar-nav>li.active>a {
    color: #ffffff;
    background-color: #3874c8;
    transition: all 0.5s ease-in-out;
}
.repet p{
  color: rgb(255, 255, 0);
  font-size: 26px;
  text-align: center;
  padding: 0 185px;
  margin-bottom: 23px;
}
#home .owl-next:focus, #home .owl-prev:focus{
 outline: none; 
}