@charset "utf-8";

/* CSS Document */
@font-face {
  src: url(../fonts/fonts/OpenSans-Bold.ttf);
  font-family: OpenSans-Bold;
}

@font-face {
  src: url(../fonts/fonts/OpenSans-Regular.ttf);
  font-family: OpenSans-Regular;
}

@font-face {
  src: url(../fonts/fonts/OpenSans-Light.ttf);
  font-family: OpenSans-Light;
}

@font-face {
  src: url(../fonts/fonts/OpenSans-Semibold.ttf);
  font-family: OpenSans-Semibold;
}

@font-face {
  src: url(../fonts/fonts/OpenSans-Italic.ttf);
  font-family: OpenSans-Italic;
}

@font-face {
  src: url(../fonts/fonts/OpenSans-LightItalic.ttf);
  font-family: OpenSans-LightItalic;
}

@font-face {
  src: url(../fonts/fonts/OpenSans-SemiboldItalic.ttf);
  font-family: OpenSans-SemiboldItalic;
}

@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/UbuntuCondensed-Regular.ttf);
  src: url('../fonts/ionic-fonts/fontawesome-webfont.eot');
  src: url('../fonts/ionic-fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/ionic-fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/ionic-fonts/fontawesome-webfont.woff') format('truetype'), url('../fonts/ionic-fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  font-family: "OpenSans-Regular";
  padding-top: 100px;
}

body p {
  text-align: justify;
  font-size: 14px;
}

.img-responsive {
  margin: 0 auto;
}

a:hover,
a:focus {
  text-decoration: none;
}

@media screen and (max-width:991px) {
.top{
  display: none;
}
  
}
.top {
  background-color: #f7f7f7;
  padding-bottom: 3px;
  padding-top: 3px;
}

.top ul li {
  list-style-type: none;
  display: inline-block;
  padding: 4px;
  margin: 0px;
}

.top ul {
  margin-bottom: 0px;
}

.top ul li {
  font-family: "OpenSans-Semibold";
  font-size: 14px;
  color: #fff;
}

.top ul li a {
  color: #000;
}

.top ul li a:hover {
  color: #000;
  -webkit-transition: 0.8s;
}

.top ul .fa-envelope {
  margin-right: 7px;
}

.top ul .fa-mobile-alt {
  margin-right: 7px;
}

.top ul .fa-map-marker-alt {
  margin-right: 7px;
}


.right-col ul li {
  float: right !important;
}

.right-col ul li a {
  color: #000;
  margin-right: 20px;
}

.right-col ul {
  margin-bottom: 0px;
}



.navbar {
  border-bottom: 0px solid #d32f2f;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.navbar-default {
  background-color: #FFFFFF;
  margin: 0px;
  border-radius: 0px;
}

.navbar-brand {
  height: auto;
}

.navbar-default .navbar-nav>li {
  padding: 10px 10px 0px 0px;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-family: "OpenSans-Semibold";
  font-size: 15px;
  padding: 20px;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #000;
  -webkit-transition: 0.8s;
  border-radius: 0px;
}

.navbar-default .navbar-nav>.active>a {
  background-color: #d32f2f;
  color: #000000;
}

/* dropdown menu css*/
.dropdown-menu {
  background-color: #FFFFFF;
  color: #000000;
  padding: 17px;
  /* position: absolute;
  top: 0; */
}
@media screen and  (max-width:768px){
  .dropdown-menu {
    /* background-color: #FFFFFF;
    color: #000000;
    padding: 17px; */
    position: absolute;
    top: 0;
  }
}
.dropdown-menu>li>a {
  color: #000 !important;
}

.dropdown-menu>li>a:hover {
  background-color: #d32f2f;
  color: #fff !important;
  -webkit-transition: 0.8s;
}

.navbar-nav>li>.dropdown-menu {
  padding: 11px;
}

.dropdown-menu>li>a {
  padding: 8px 18px;
  display: block;
  color: #000000;
  white-space: nowrap;
  font-family: "OpenSans-Semibold";
  font-size: 14px;
}

.navbar-default .navbar-nav>li.dropdown:hover>a,
.navbar-default .navbar-nav>li.dropdown:hover>a:hover {
  color: #000;
  -webkit-transition: 0.8s;
}

.navbar-default .navbar-nav>li.dropdown:hover>a:focus {
  background-color: #d32f2f;
  color: #000000;
  -webkit-transition: 0.8s;
}

li.dropdown:hover>.dropdown-menu {
  display: block;
}

/*dropdown active css*/
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,



body h1,
h2,
h3 {
  font-family: "OpenSans-Bold";
  text-align: center;
  font-size: 24px;
  line-height: 23px;
  position: relative;
}

body p {
  font-family: "OpenSans-Regular";
  text-align: justify;
  font-size: 14px;
  line-height: 31px;
}



.banner {
  width: 100%;
  height: auto;
}

.banner img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 736px) and (min-width: 442px) {
  .banner {
    position: absolute;
    top: 0;
  }
  .banner img{
    height: 140px;
  }
  #home{
    position: relative;
    top: -39px;
  }
  #home img{
    height: 140px;
  }
  .sec-01 {
    text-align: center;
    padding-bottom: 2em;
    padding-top: 0em !important;
}
.gallery-text{
  padding: 25px 0px !important;
}
}

@media screen and (max-width:441px){
  .banner{
    position: absolute;
    top: 0px;
  }
  .banner img{
    height: 250px;
  }
  #home{
    position: absolute;
    top: 60px;
  }
  #home img{
    height: 100%;
  }
}
@media screen and (max-width:441px){
  .slider-area{
    position: relative;
    top: -39px;
  }
  .sec-01 {
    text-align: center;
    padding-bottom: 2em;
    padding-top: 0em;
}
}
/* ------footer- */
/* ------------whats-app-pop------------- */
.float img{
  width: 60px;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 20px;
  /* background-color: #25d366; */
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
}
/* ------------whats-app-pop------------- */

.footersec {
  background-color: #d32f2f;
  padding: 4px;
}

.footersec p {
  text-align: center;
  font-family: "OpenSans-Regular";
  color: #ffffff;
  font-size: 14px;
  padding-top: 7px;
}

.footersec p a {
  font-family: "OpenSans-Regular";
  color: #ffffff;
  font-size: 14px;
}

.footersec p a:hover {
  color: #ccc;
  -webkit-transition: 0.7s;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*jssor slider bullet skin 031 css*/
.jssorb031 {
  position: absolute;
}

.jssorb031 .i {
  position: absolute;
  cursor: pointer;
}

.jssorb031 .i .b {
  fill: #000;
  fill-opacity: 0.5;
  stroke: #fff;
  stroke-width: 1200;
  stroke-miterlimit: 10;
  stroke-opacity: 0.3;
}

.jssorb031 .i:hover .b {
  fill: #fff;
  fill-opacity: .7;
  stroke: #000;
  stroke-opacity: .5;
}

.jssorb031 .iav .b {
  fill: #fff;
  stroke: #000;
  fill-opacity: 1;
}

.jssorb031 .i.idn {
  opacity: .3;
}







.sec-name {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/emp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3em;
  background-attachment: fixed;
  padding-top: 2em;
}

.o_footer {
  background-color: #1c1c1c;
  padding-top: 2em;
  padding-bottom: 2em;
}

.o_footer h4 {
  color: #fff;
  font-family: "OpenSans-Bold";
  font-size: 22px;
}

.o_footer p {
  color: #fff;
}

.o_footer p a {
  color: #fff;
}

.o_footer p a:hover {
  color: #d32f2f;
  -webkit-transition: 0.8s;
}

.o_footer ul li {
  list-style-type: none;
  line-height: 34px;
  color: #fff;
}

.o_footer ul li a {
  color: #fff;
}

.o_footer ul li a:hover {
  color: #d32f2f;
  -webkit-transition: 0.8s;
}

.o_footer .fa-camera {
  color: #ccc;
  font-size: 14px;
  margin-right: 5px;
}

.o_footer .fa-link {
  color: #ccc;
  font-size: 13px;
  margin-right: 5px;
}

.o_footer .fa-phone-volume {
  color: #ccc;
  font-size: 14px;
  margin-right: 5px;
}

.o_footer .fa-envelope {
  color: #ccc;
  font-size: 14px;
  margin-right: 5px;
}

.o_footer .fa-map-marker-alt {
  color: #ccc;
  font-size: 14px;
  margin-right: 5px;
}




/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {}


@media screen and (max-width: 980px) {}

@media screen and (max-width: 736px) {
  .navbar-brand {
    padding: 0px 0px 0px 0px !important;
  }

  .navbar-brand img {
    padding: 0px 0px 0px 0px !important;
  }
}

@media screen and (max-width: 480px) {
  .navbar-brand {
    padding: 0px 0px 0px 0px !important;
  }

  .navbar-brand img {
    padding: 0px 0px 0px 0px !important;
  }

  body {
    padding-top: 235px;
  }
}





/*index-page-styles*/
.sec-01 {
  text-align: center;
  padding-bottom: 2em;
  padding-top: 2em;
}

.sec-01 a {
  color: #000;
}

.sec-01 h1 {
  line-height: 14px;
  font-size: 20px;
  color: #d32f2f;
}

.sec-01 p {
  text-align: center;
}

.sec-01 h5 {
  font-family: "OpenSans-Semibold";
  color: #d32f2f;
}

.sec-01 .fa-caret-right {
  margin-left: 5px;
  color: #fff;
}

.service-01 {
  padding-bottom: 20px;
}

.service-01 .fa-image {
  font-size: 24px;
  color: #d32f2f;
  border: 1px dashed #d32f2f;
  padding: 15px;
  transition: all 0.5s ease 0s;
}

.service-01:hover .fa-image {
  border-radius: 50px;
  transition: all 0.5s ease 0s;
}

.service-01:hover .fa-caret-right {
  color: #d32f2f;
  transition: all 0.5s ease 0s;
}

.service-02 {
  padding-bottom: 20px;
}

.service-02 .fa-file-video {
  font-size: 22px;
  color: #d32f2f;
  border: 1px dashed #d32f2f;
  padding: 15px 18px;
  transition: all 0.5s ease 0s;
}

.service-02:hover .fa-file-video {
  border-radius: 50px;
  transition: all 0.5s ease 0s;
}

.service-02:hover .fa-caret-right {
  color: #d32f2f;
  transition: all 0.5s ease 0s;
}

.service-03 {
  padding-bottom: 20px;
}

.service-03 .fa-compact-disc {
  font-size: 24px;
  color: #d32f2f;
  border: 1px dashed #d32f2f;
  padding: 15px;
  transition: all 0.5s ease 0s;
}

.service-03:hover .fa-compact-disc {
  border-radius: 50px;
  transition: all 0.5s ease 0s;
}

.service-03:hover .fa-caret-right {
  color: #d32f2f;
  transition: all 0.5s ease 0s;
}


.sec-02 {
  background-color: #eee;
  padding-bottom: 1em;
  padding-top: 1em;
}

.sec-02 h2 {
  text-align: justify;
}

.sec-02 p {}

.sec-02 h3 {
  text-align: justify;
  font-size: 20px;
}

.sec-02 p {}

.sec-02 .fa-images {
  color: #fff;
  font-size: 17px;
  background-color: #d32f2f;
  padding: 15px;
  border-radius: 50px;
  margin-right: 7px;
}

.sec-03 {
  background-color: #fff;
  padding-bottom: 1em;
  padding-top: 1em;
}

.sec-03 h2 {
  text-align: justify;
}

.sec-03 p {}

.sec-03 h3 {
  text-align: justify;
  font-size: 20px;
}

.sec-03 p {}

.sec-03 .fa-video {
  color: #fff;
  font-size: 17px;
  background-color: #d32f2f;
  padding: 15px;
  border-radius: 50px;
  margin-right: 7px;
}

.sec-04 {
  background-color: #eee;
  padding-bottom: 1em;
  padding-top: 1em;
}

.sec-04 h2 {
  text-align: justify;
}

.sec-04 p {}

.sec-04 h3 {
  text-align: justify;
  font-size: 20px;
}

.sec-04 p {}

.sec-04 .fa-layer-group {
  color: #fff;
  font-size: 17px;
  background-color: #d32f2f;
  padding: 15px;
  border-radius: 50px;
  margin-right: 7px;
}




.sec-services-1 {
  padding-bottom: 2em;
  padding-top: 2em;
}

.sec-services-1 h2 {
  text-align: justify;
  margin-left: 15px;
}

.sec-services-2 {
  padding-bottom: 2em;
  padding-top: 2em;
}

.sec-services-2 h2 {
  text-align: justify;
  margin-left: 15px;
}

.sec-services-3 {
  padding-bottom: 2em;
  padding-top: 2em;
}

.sec-services-3 h2 {
  text-align: justify;
  margin-left: 15px;
}


/* .gallery----------------- */
@media screen and (max-width:768px){
.gallery-text{
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
}
.gallery-text{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.gallery-btn{
  padding: 10px 30px;
  background-color: #d32f2f;
  color: #fff;
  font-weight: 600;
}
.gallery-btn:hover{
  background-color: #d32f2fce;
  color: #fff;
  transition: all 0.9s;
}

.kk-gallery h3 {
  line-height: 23px !important;
  font-size: 19px;
}

@media screen and (max-width:441px) {
  .modal.in .modal-dialog {

    position: relative;
    top: 20%;
    left: 5%;

  }
}