   ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #333333; 
  border-radius: 15px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #333333; 
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fabc8b; 
}
.dropdown-item {
  font-weight: 600;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3c66b0 !important;
}
.navbg-light {
  background-color: #3d66b0 !important;
}
.over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.18) !important;
    z-index: 2;
    cursor: pointer;
}
  .navbar-toggler-icon {
    display: -webkit-box !important;
    width: 1.5em;
    height: 0.3em !important;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.modal-content {
  background-image: url(../img/pt.jpg);
    background-repeat: round;
    background-origin: content-box;
}
/*flip card*/
.image-flip:hover .backside, .image-flip.hover .backside {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
 
.image-flip:hover .frontside, .image-flip.hover .frontside {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
 
.image-flip {
margin-bottom:50px;
width: 300px;
height: 250px;
}
 
.mainflip {
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-ms-transition: 1s;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: relative;
}
 
.frontside, .backside {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: absolute;
top: 0;
left: 0;
}
 
/*.frontside {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
z-index: 2;
}*/
 
.backside {
background: white;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
 
.card, .card-img-top {
border-radius: 0;
}
  /* navbar*/
    nav.ul,li,a
    {
      font-size: 13px;
      padding: 0px;
      margin: 0px;
    }
    .header-top-right {
        float: right;
    display: flex;
    padding-top: 12px;
    background-image: url(img/top.png);
    width: 400px;
    height: 50px;
    margin-right: -15px;
}
#t {
  font-size: 14px;
}
#t:hover {
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
}
#sy {
  margin-right: 15px;
}

a {
  color: #ffffff;
}
/*.content {
  font-size: 10px;
}*/
  /*dropdown*/
  .dropdown-menu
  {
    width: auto;
    font-size: 15px;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
 .nav-link {
  color: #fff;
  margin-left: 18px;
  font-size: 14px;
 }
 .car:hover {
  transform: scale(1.1);
    transition: transform .5s ease-out;
 }
 /*.car {
  background-size: cover;
  overflow: hidden;
  clip-path : polygon(0 0,100% 0,100% 100%,0 90%);
  z-index: 2147483647;
 }*/
 #au {
  margin: 10px;
  margin-top: -33px;
 }
 #aul {
  margin-left: 89px;
  margin-top: 35px;
 }
 .ddf {
  margin-left: auto;
 }
 #top {
  padding-bottom: 42px;
 }
 #btn {
      margin-left: 300px;
 }
 .center {
  text-align: center;
  align-items: center;
  width: 72%;
}
.color {
  color: #ffffff;
}
.bc {
  color: #0073BD;
}
html{
  scroll-behavior: smooth;
}

section{
  width: 100%;
  height: 300vh;
  background: url(bg.jpg) no-repeat;
  background-size: cover;
}
.gotopbtn{
  position: fixed;
  width: 50px;
  /*height: 50px;*/
  background: #337ab740;
  bottom: 40px;
  right: 50px;

  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 22px;
}
.hi {
text-align: center;color: #337ab7;font-size: 30px;font-weight: bold;padding-top: 20px;padding-bottom: 35px;
}


/* phone view code start */

 @media screen and (max-width: 480px) {
  .carousel-caption h3 {
  font-size: 7px !important;
    line-height: 9px !important;
    text-shadow: 3px 2px 2px #0000005c;
}
div#ptl {
    height: 7rem !important;
}
.btn {
  color: #000000;
}
      .header-top-right {
    margin-right: -15px;
    width: 382px;}
    .navbar-brand {
          margin-left: 0px;
    }
    .aa {
      width: inherit;
    }
     #au {
  margin-top: -20px;
 }
 #btn {
      margin-left: 109px;
 }
 #aul {
  margin-left: 50px;

 }
 #mf1,#mf2 {
  margin-bottom: -174px;
 }
 .hi {
  margin-top: -148px;
  padding-top: 0px;
 }
 .image-flip {
      margin-bottom: 202px !important;
 }
 #cou {
  margin-top:-150px !important;
}
.nt {
  font-size: 21px;
}
.nt1 {
  display: none;
}
#numbers {
margin: 35px;
}
.hi1 {
  margin-top: -7px;
  padding-top: 0px;
 }
 #ph {
  display: none;
 }
 h6.dropdown-header {
   color: #000 !important;
   font-weight: bold !important;
 }
 .top_section .top_box {
  display: none;
  background-color: #000000;
 }
 #imagebrand {
  width: 191px !important;
 }
.phvi {
  display: none;
}
.top_section1 {
      display: block !important;
    /* margin-top: 225px; */
    padding-left: 70px;
    position: fixed;
    background-color: #f8f9fa!important;
    margin-top: -45px;
}
.top_section1 .top_box1 .top_list li.spc {
    margin-right: 17px !important;
    padding-top: 0px !important;}
    .ph1 {
      color: #000000;
    }
   /* .bg-light {
      display: none;
    }
    .sticky-top {
      display: none;
    }*/
    /*.top_section .top_box {
    width: 942px;
    height: 39px;
    background: url(img/cner.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    padding-top: 0;
    padding-right: 88px;
    padding-bottom: 0;
    padding-left: 88px;
   
}*/
.sticky-top {
        position: unset !important;
    top: none !important;
    z-index: unset !important;
}
.top_section {
  display: none;
}
}
.dropdown-menu{top: 85% !important;}
 .nav-item::after{content:'';display:block;width:0px;height:2px;background:#3d66b0;transition: 0.2s;}
 .nav-item:hover::after{width:90%;}
 .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color:#fec400;}
.nav-link{padding:10px 5px;transition:0.2s;}
.dropdown-item.active, .dropdown-item:active{color:#212529;}
.dropdown-item:focus, .dropdown-item:hover{background:#e33793;color: #fff;}


.counter {
    background-color:transparent;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #4ad1e5;
}

.count-text {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;color: #fff;

}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
#cou {
  margin-top:100px;
  background: rgba(0,0,0,0) url(../img/bg.jpg) no-repeat scroll 0 0 / cover;
    overflow: hidden;
    padding: 0px 0px 0px;
    position: relative;
    background-attachment: fixed;
}
.overlay {
  background-color: #1c1c1cde !important
}
.pad {
  margin-top: 25px;
}
.pad1 {
  padding-bottom: 25px;
}
.demo{ background: #e2e2e2; }
.serviceBox{
    color: #606060;
    padding: 0 10px 60px;
    background-color: #F9A11C;
    border: 1px solid transparent;
    border-radius: 20px;
    margin: 80px 0 30px;
    position: relative;
 }
 .serviceBox .service-content{
   text-align: center;
    padding: 15px 20px 30px;
    margin-top: -80px;
    border-radius: 25px;
    background-color: #fff;
    position: relative;
    transition:all 0.3s;
 }
 .serviceBox .service-content:hover{
   box-shadow: 0 0 20px -5px #000;
 }
 .serviceBox .service-content:after{
    content: '';
    height: 50px;
    width: 50px;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
    transform:translateX(-50%);
    position: absolute;
    bottom: -50px;
    left: 50%;
}
.serviceBox .service-icon{
    display: inline-block;
    color: #F9A11C;
    font-size: 90px;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{
    transform:rotateX(360deg);
}
.serviceBox .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin:0 0 10px;
}
.serviceBox .description{
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
.serviceBox .read-more{
    display: block;
    width: 60%;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background-color: #6D4D42;
    border-radius: 15px;
    transform:translateX(-50%);
    transition:all 0.3s ease 0s;
    position: absolute;
    left: 50%;
    bottom: -20px;
}
.serviceBox .read-more:hover{
    text-decoration: none;
    letter-spacing: 2px;
    box-shadow: 0 0 10px #000;
}
.serviceBox.green{background-color: #44BB85;}
.serviceBox.green .service-icon{color: #44BB85;}
.serviceBox.green .read-more{background-color: #007A6D;}
.serviceBox.blue{background-color: #36BFC5;}
.serviceBox.blue .service-icon{color: #36BFC5;}
.serviceBox.blue .read-more{background-color: #015F65;}
.serviceBox.red{background-color: #f23d3a;}
.serviceBox.red .service-icon{color: #f23d3a;}
.serviceBox.red .read-more{background-color: #ad0e0c;}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 60px; }
    .serviceBox .service-content{padding: 20px 15px 30px;}
}
@media only screen and (max-width:767px){
    .serviceBox{ margin-bottom: 130px; }
}
.top-left {
  position: absolute;
  top: 8px;
  left: 5px;
  font-size: 20px;
}
.pad {
  margin-top: 20px;
  margin-bottom: 20px;
} 
.card:hover {
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 16px 20px 0 rgba(0, 0, 0, 0.19);
}
.overlay1:hover {
  transform: scale(1.1);
    transition: transform .5s ease-out;
}
.footer {
  align-items: center;
  margin-top: 46px;
  background-color: #2d3e50;
  color: #ffffff;
} 
.flw {
    float: left;
    width: 100%;
}
.top_section {
    border-top: 5px solid #333;
    position: absolute;
    z-index: 10;
    margin-top: -54PX;
    margin-left: -16PX;
}
.top_section1 {
    border-top: 5px solid #333;
    position: fixed;
    z-index: 10;
}
.top_section .top_box {
    /*width: 942px;
    height: 39px;
    background: url(img/cner.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    padding-top: 0;
    padding-right: 88px;
    padding-bottom: 0;
    padding-left: 88px;*/
    width: 942px;
    height: 39px;
    background: url(../img/cner.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    padding-top: -17px;
    padding-right: 88px;
    padding-bottom: 0;
    padding-left: 88px;
    /* top: 0; */
    margin-top: 0px;
}
.top_section .top_box .top_list {
    position: relative;
    z-index: 10;
    float: left;
}
.top_section1 .top_box1 .top_list {
    position: relative;
    z-index: 10;
    float: left;
}
ul, ol {
    margin: 0;
    padding: 0;
}
.top_section .top_box .top_list li.spc {
    margin-right: 92px;
    padding-top: 0px;}
.top_section .top_box .top_list li {
    display: inline-block;
    color: #ffffff;
    font-family: Lato, sans-serif;
    font-size: 12px;
} 
.top_section1 .top_box1 .top_list li.spc {
    margin-right: 252px;
    padding-top: 0px;}
.top_section1 .top_box1 .top_list li {
    display: inline-block;
    color: #000000;
    font-family: Lato, sans-serif;
    font-size: 12px;
}
a:hover {
  color: #e33794;
}
.single-footer-widget > span {
    display: block;
    margin-bottom: 11px;
}
#mail_sml {
    display: none;
}
.single-footer-widget > a {
    color: #fff;
    display: block;
    margin-bottom: 11px;
}
.social-icons {
    margin-top: 27px;
}
.social-icons a {
    background: #fff none repeat scroll 0 0;
    color: #2d3e50;
    display: inline-block;
    /* font-size: 20px; */
    font-size: 18px;
    height: 31px;
    line-height: 30px;
    margin-right: 11px;
    text-align: center;
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0;
    width: 31px;
}
.top_section1 {
  display: none;
} 
#mySidenav a {
 position: fixed;
    left: -105px;
    transition: 0.3s;
    padding: 14px;
    width: 140px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    border-radius: 0 5px 5px 0;
    z-index: 200;
}

#mySidenav a:hover {
  left: 0;
}

#about1 {
  top: 150px;
  background-color: #36BFC5;
}

#blog1 {
  top: 215px;
  background-color: #44BB85;
}
/*form*/
.form-dark .font-small {
  font-size: 0.8rem; }

.form-dark [type="radio"] + label,
.form-dark [type="checkbox"] + label {
  font-size: 0.8rem; }

.form-dark [type="checkbox"] + label:before {
  top: 2px;
  width: 15px;
  height: 15px; }

.form-dark .md-form label {
  color: #fff; }

.form-dark input[type=email]:focus:not([readonly]) {
  border-bottom: 1px solid #00C851;
  -webkit-box-shadow: 0 1px 0 0 #00C851;
  box-shadow: 0 1px 0 0 #00C851; }

.form-dark input[type=email]:focus:not([readonly]) + label {
  color: #fff; }

.form-dark input[type=password]:focus:not([readonly]) {
  border-bottom: 1px solid #00C851;
  -webkit-box-shadow: 0 1px 0 0 #00C851;
  box-shadow: 0 1px 0 0 #00C851; }

.form-dark input[type=password]:focus:not([readonly]) + label {
  color: #fff; }

.form-dark input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  z-index: 0;
  border: 1.5px solid #fff;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.form-dark input[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent #00c851 #00c851 transparent;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.form-dark .modal-header {
    border-bottom: none;
}
/*form end*/


/*tablrt view*/
    .btn.focus, .btn:focus {
    box-shadow: none !important;
}
 @media (min-width: 768px) and (max-width: 1024px) {
#imagebrand {
width: 270px !important;
}
.top_section .top_box {
        width: auto;
    margin-top: 5px !important;
    position: fixed;
    top: 0px !important;
}
.top_section {
   top: inherit !important;
    border-top: 5px solid #000000;
    margin-top: auto;
}
.top_section .top_box .top_list li.spc {
    margin-right: 30px !important;
}
.navbar-brand {
    padding-top: 1.3125rem !important;
    padding-bottom: 0.3125rem !important;
}
.top_list {
      margin-top: -7px !important;
}
#au {
  width: inherit !important;
}
.btn.focus, .btn:focus {
    box-shadow: none !important;
}
.carousel-caption h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    text-shadow: 3px 2px 2px #0000005c;
  }
}
@media (min-width: 481px) and (max-width: 767px) {  
  .carousel-caption h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    text-shadow: 3px 2px 2px #0000005c;
  }
#imagebrand {
width: 270px !important;
}
.top_section .top_box {
     width: auto;
    margin-top: 5px !important;
    position: fixed;
    top: 0px !important;
}
.top_section {
        top: inherit !important;
    margin-top: auto;
}
.top_section .top_box .top_list li.spc {
    margin-right: 5px !important;
}
.navbar-brand {
    padding-top: 1.3125rem !important;
    padding-bottom: 0.3125rem !important;
}
.top_list {
      margin-top: -4px !important;
}
#au {
  width: inherit !important;
}
.btn.focus, .btn:focus {
    box-shadow: none !important;
}

}