@font-face {
  font-family: 'montserratblack';
  src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'), url('../fonts/montserrat-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratmedium';
  src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'), url('../fonts/montserrat-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratregular';
  src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/*
================================================
Common Css
================================================
*/

body {
  font-size: 14px;
  font-weight: normal;
  font-family: 'montserratregular';
}

p {
  margin: 0;
  font-size: 14px;
}

* {
  position: relative;
  outline: 0!important;
}

img {
  max-width: 100% !important;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.full {
  float: left;
  width: 100%;
}


/*mix css*/

.video video {
  width: 400px;
}

#nameN {
  font-family: Cinzel Decorative;
  font-size: 50px;
  font-weight: 500;
  line-height: 24px;
  color: black;
}

#nameRest {
  font-family: Cinzel;
  font-size: 35px;
  color: black;
}


/*******************************
/*            header          */


/********************************/

.header_main {
  background: #fff;
  height:70px;
  padding: 5px;
}

.header_main .navbar {
  margin-bottom: 0;
}

.header_main .navbar-default {
  border-color: transparent;
}

.header_main .navbar-nav {
  float: right !important;
}

.header-topbar ul li {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-align: right;
  margin-right: 10px;
}

.header-topbar ul li i {
  font-size: 14px;
  margin-right: 7px;
  line-height: 25px
}

.header-topbar ul li.loc {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  text-align: right;
}

.header-topbar {
  background: #1582c2;
  text-align: right;
  padding: 6px 0 0px;
}


/*.sm-menu .col-sm-3 .col-sm-12 .p-link-box:nth-child(1){background: url(../images/header-menu-bg-img-13.png)no-repeat;
background-size: cover;}*/

.brand-centered {
  float: left;
}

.fixed {
  position: fixed;
  width: 100%;
  z-index:999999;
  animation: smoothScroll 1s forwards;
  top: 0px;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px)
  }
  100% {
    transform: translateY(0px)
  }
}

.msr-slider {
  position: relative;
  z-index: 1
}

header {
  margin-top: 0%;
}

.msr-slider .carousel,
.msr-slider .item,
.msr-slider .active {
 background-color: #000;
  border-color: #000;}

.msr-slider .carousel-inner {
  height: 100%;
  background: #000;
  
}

.msr-slider .carousel-caption {
  padding-bottom: 0px;
  left: 10%;
  bottom: 0;
  right: 0;
  max-width: 750px;
}

.msr-slider .carousel-caption h2 {
  font-size: 50px;
  margin: 0;
  background: rgba(240, 0, 45, 0.4);
  padding: 20px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.header_main .navbar-default .navbar-nav>li>a:focus,
.header_main .navbar-default .navbar-nav>li>a:active,
.header_main .navbar-default .navbar-nav>li>a:hover {
  color: #d10203;
}

.header_main .nav>li>a:focus,
.header_main .nav>li>a:hover,
.header_main .nav>li.active a {
  color: #393186;
  background: #f4f8fb;
}

.fill {
  width: 100%;
  /*max-height: 560px;*/
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  opacity: 1;
}

.msr-slider .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.msr-slider .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.header_main .navbar-brand {
  padding: 0px;
}

.header_main .brand-centered .navbar-brand {}

.header_main .navbar-toggle {
  z-index: 1;
}

.header_main .navbar-default .navbar-nav>.active>a,
.header_main .navbar-default .navbar-nav>.active>a:focus,
.header_main .navbar-default .navbar-nav>.active>a:hover {
  background: transparent;
  color: #d10203;
}

.navbar-default {
  background: #fff;
  border-radius: 0px;
}

.header_main .navbar-alignit .navbar-header {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}

.header_main .navbar-default .navbar-nav>li>a {
  font-size: 17px;
  color: #040c0d;
  padding: 15px 25px;
}

.header_main .navbar-alignit .navbar-brand {
  top: 50%;
  display: block;
  position: relative;
  height: auto;
  transform: translate(0, -50%);
  margin-right: 15px;
  margin-left: 15px;
}

.header_main .navbar-nav>li>.dropdown-menu {
  z-index: 9999;
}

.msr-slider .carousel-control .icon-next::before {
  content: '';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 14px;
  font-size: 60px;
  opacity: 1;
}

.header_main .navbar-default .navbar-nav>li>a:focus .arrowa,
.header_main .navbar-default .navbar-nav>li>a:hover .arrowa {
  border-color: #d10203;
}

.arrowa {
  box-sizing: border-box;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: #040c0d;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  margin-top: 6px;
  margin-left: 6px;
  float: right;
}


/*.header_main .dropdown-menu {  min-width: 60em;}*/

.header_main ul.dropdown-menu {
  padding: 0 20px 20px;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  margin-top: -5px;
}

.p-link-box {
  max-height: 528px;
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}

.msr-slider img {
  width: 100%;
}

.p-link-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.p-link-box::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

.p-link-box::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.p-link-box {
  -webkit-overflow-scrolling: touch
}

.header_main .dropdown-menu>li>a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  padding: 0 20px;
  border-style: solid;
  border-bottom-width: 1px;
}

.header_main .dropdown-menu>li>a {
  color: #111433;
  height: 43px;
  line-height: 36px;
  font-size: 14px;
  border-color: #ebebeb;
}

.msr-slider .carousel-control .icon-prev::before {
  content: '';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 14px;
  font-size: 60px;
  opacity: 1;
}


/*******************************
/*            Model        */


/********************************/

.Send-Enquiry .modal-header {
  background: #fdf0f1;
  padding: 18px 22px;
}

.Send-Enquiry .modal-title {
  font-size: 24px;
  color: #01010d;font-weight:600;
}

.Send-Enquiry .modal-body {
  float: left;
  width: 100%;
  background: #fff;
}

.Send-Enquiry .close {
  font-size: 32px;
  color: #01010d;
  opacity: 1;
  font-weight: 100;position: relative;
    z-index: 999;
}

.Send-Enquiry .form-control {
  height: 48px;
  border: 1px solid #e9e9e9;
  box-shadow: none;
  background: #f7f9ff;
  padding: 6px 20px;
  font-family: 'montserrat_alternatesmedium';
}

.Send-Enquiry .form-group {
  margin: 20px 10px;
}

.Send-Enquiry .form-control::placeholder {
  color: #3e4455;
  -webkit-placeholder: color:#3e4455;
}

.Send-Enquiry .btn-mod.btn-large {
  padding: 11px 30px;
  font-size: 15px;
  float: right;
  margin: 10px 0 0;
}

.Send-Enquiry .btn-mod.btn-border {
  color: #bf0705;
  border: 1px solid #bf0705;
  background: transparent;
  box-shadow: 0 7px 25px 6px rgba(0, 22, 119, .1);
}

.Send-Enquiry .btn-mod,
.Send-Enquiry a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: rgba(34, 34, 34, .9);
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.Send-Enquiry .btn-mod.btn-border:hover,
.Send-Enquiry .btn-mod.btn-border:active,
.Send-Enquiry .btn-mod.btn-border:focus,
.Send-Enquiry .btn-mod.btn-border:active:focus {
  color: #fff;
  border-color: #bf0705;
  background: #bf0705;
  outline: none;
}

.get_in_touch h5 {
  font-size: 20px;
  font-weight: 600;
}

.btn {
  background: #393186;
  color: #fff;
}


/*modal*/

.articalviewhistory .modal-content {
  float: left;
  width: 100%
}

.articalviewhistory .modal-header {
  border: 0;
  padding: 10px 8px 0
}

.articalviewhistory .close {
  opacity: 1;
  font-size: 30px
}

.articalviewhistory .das-r-b-det {
  padding: 0 50px;
  border: 0
}

.articalviewhistory .modal-body {
  float: left;
  padding: 0 15px;
  width: 100%;
}

.my-activ-ne-se-j .das-r-b-he h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 15px;
}

.mohal-cont-pro p {
  font-size: 14px;
  line-height: 35px;
  text-align: left;
  margin: 16px 0;
}

.articalviewhistory .modal-dialog {
  width: 850px
}

.articalviewhistory .das-r-im {
  height: 400px
}

.articalviewhistory .modal {
  background: rgba(5, 5, 11, .9)
}

.my-activ-ne-se-j .modal-dialog {
  width: auto!important;
}


/*******************************
/*            About         */


/********************************/

.about-top-p-img img {
  width: 100%;
  max-height: 131px;
}

.about-bg {
  padding: 0px 0 60px;
  position: relative;
}

.about-bg:before {
  content: '';
  background: url(../images/About-bg.png) no-repeat;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.ab-top-bg {
  text-align: center;
  background: #f6f6f6;
  padding-top: 60px;
}

.about-te h2 {
  font-size: 27px;
  font-family: 'montserrat_alternatesbold';
  color: #0b0e17;
}

.about-te p {
  font-size: 15px;
  color: #4e5c80;
  max-width: 920px;
  margin: 0px auto 35px;
  line-height: 30px;
  letter-spacing: 1px
}

.mar-im {
  height: 165px;
  width: 165px;
  margin: 0 auto;
  overflow: hidden;
}

.mar-im img {
  -webkit-animation: zoomout 10s ease-in infinite;
  animation: zoomout 10s ease-in infinite;
  transition: all .5s ease-in-out;
}

.par-mar {
  padding: 0 20px 20px;
}

.par-mar h3 {
  color: #0b0e17;
  margin: 25px 0 10px;
}

.par-mar h3 {
  color: #0b0e17;
  margin: 25px 0 10px;
}

.par-mar:hover h3 {
  background: linear-gradient(to right, #d10203 0%, #330867 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.par-mar p {
  font-size: 15px;
  color: #4e5c80;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-family: 'montserrat_alternatesmedium';
}


/* Zoom in Keyframes */

@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}


/*End of Zoom in Keyframes */


/* Zoom out Keyframes */

@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
}


/*End of Zoom out Keyframes */

.ab-bot-bg {
  padding-top: 60px;
}

.ab-bot-le h4 {
  font-size: 25px;
  font-family: 'montserrat_alternatesbold';
  color: #0b0e17;
}

.ab-bot-le {
  text-align: left;
  padding-right: 30px;
}

.ab-bot-le p {
  font-size: 15px;
  color: #4e5c80;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-family: 'montserrat_alternatesmedium';
}


/*******************************
/*           tabing        */


/********************************/

.tab .nav-tabs {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  border: none;
  box-shadow: 0 7px 25px 6px rgba(0, 22, 119, .1);
  padding: 6px;
  margin-bottom: 30px;
}

.tab .nav-tabs li {
  float: none;
  display: inline-block;
  position: relative;
}

.tab .nav-tabs li a {
  font-size: 18px;
  background: none;
  color: #010101;
  border: none;
  padding: 10px 35px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
}

.tab .nav-tabs li a:hover {
  background: #393186;
  color: #fff;
  border: none;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover {
  border: none;
  background: #393186;
  color: #fff;
}

.tab .tab-content {
  font-size: 14px;
  color: #686868;
  line-height: 25px;
  text-align: left;
  padding: 5px 20px;
}

.tab .tab-content h3 {
  font-size: 22px;
  color: #5b5a5a;
}

@media only screen and (max-width: 480px) {
  .tab .nav-tabs {
    border-radius: 10px;width: 100%
  }
  .tab .nav-tabs li {
    width: auto;
    text-align: center;
    margin-bottom: 5px;
  }
}

.gallery-img .thumbnail {
  border: transparent;
  padding: 0;
  cursor: pointer;
}

.gallery-img .img-thumbnail {
  border: transparent;
  padding: 0;
}

.gallery-img .col-sm-6,
.gallery-img .col-sm-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.gall-i-box1 .img-thumbnail {
  height: 245px;
  overflow: hidden;
  width: 100%;
}

.gall-i-box2 .img-thumbnail {
  height: 513px;
  overflow: hidden;
  width: 100%;
}

.our-gall {
  text-align: center;
  background: url(../images/product-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 30px 0 30px;
}

.our-g-text h2 {
  font-size: 32px;
  color: #0b0e17;
  font-weight: 600;
}

.our-g-text p {
  font-size: 15px;
  color: #4e5c80;
  max-width: 920px;
  margin: 0px auto 35px;
  line-height: 30px;
  letter-spacing: 1px;
}

.ho-ne-pop .modal-body {
  float: left;
  height: 510px;
  overflow: hidden;
  background: #fff;
  padding: 5px;
}

.ho-ne-pop .modal-footer {
  float: left;
  background: #fff;
  width: 100%;
}

.ho-ne-pop .modal-header {
  padding: 10px 15px 0;
  border-bottom: transparent;
}

.ho-ne-pop .modal-content {
  border-radius: 0;
}


/*******************************
/*            Product         */


/********************************/

.product {
  background: url(../images/pro-bg-bo.jpg)no-repeat top center;
  padding: 45px 0 60px;
  background-size: cover;
}

.product-text {
  text-align: center;
}

.product-text h2 {
  font-size: 25px;
  font-family: 'montserrat_alternatesbold';
  color: #fff;
}

.product-text p {
  font-size: 15px;
  color: #fff;
  max-width: 920px;
  margin: 0px auto 25px;
  line-height: 30px;
  letter-spacing: 1px;
}

.navjeewan-latest-news-head-slider-sprater {
  border-bottom: solid 1px #3a3a3e;
  margin-bottom: 40px;
}

.fa-stack {
  width: 1em !important;
  height: 1em !important;
}


}
.product .carousel-control.right {
  background: transparent;
}
.product .carousel-control {
  background-color: #fff !important;
  font-size: 1.5em;
  height: 32px;
  line-height: 1.4;
  margin: -80px 84px 0px 1112px;
  border: solid 1px #bfbfbf;
  padding: 0px 0px;
  width: 32px;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  -0-transition: color .2s;
  transition: color .2s;
  opacity: 1 !important;
}
.product .carousel-control.right {
  background: #fff !important;
}
.product .carousel-control.right svg:not(:root).svg-inline--fa {
  color: #000000;
}
.product .carousel-control:hover {
  opacity: 0.8 !important;
}
.product .abab {
  margin: -80px 120px 0px;
  background-image: none !important;
  background-color: #fff !important;
  filter: none !important;
}
.product .product .carousel-indicators {
  top: 260px;
}
.product .owl-item {
  text-align: center;
}
.product .owl-theme .owl-controls.clickable .owl-buttons div:hover {
  color: #d10203;
}
.product .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 0 0px;
  position: absolute;
  top: -115px;
  right: 0;
  margin-right: 45px;
  opacity: 1;
}
.product .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  margin-right: 15px;
}
.top-em-bodd img {
  margin-right: 15px;
}
.product .glyphicon {
  font-size: 15px;
  border: padding: 5px;
}
.product .owl-theme .owl-controls .owl-page span {
  display: none;
}
.product .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
}
.ow-slider-ma {
  background: rgba(20, 20, 24, 0.8);
  padding-bottom: 15px;
  float: left;
  width: 100%;
}
.ow-slider-ma h3 {
  font-size: 22px;
  color: #fff;
  font-family: 'montserrat_alternatesmedium';
  padding: 2px 0px 4px 25px;
}
.navjiwwan-owl {
  max-height: 241px;
  overflow: hidden;
  margin: 0 10px;
}
.navjiwwan-owl img {
  max-height: 241px;
  width: 100%;
}

/*******************************
/*            Blog         */

/********************************/
.blog-bg {
  padding: 40px 0 50px;
  background: url(../images/blog-bg.jpg) no-repeat top center;
  background-size: cover;
}
.blog-bg h2 {
  font-size: 32px;
  font-family: 'montserrat_alternatesbold';
  color: #0b0e17;
  text-align: center;
}
.blog-bg p {
  font-size: 15px;
  color: #596688;
  max-width: 920px;
  margin: 0px auto 35px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'montserrat_alternatesmedium';
}
.bl-bg {
  background: #fff;
  padding: 30px;
  box-shadow: 0 7px 25px 6px rgba(0, 22, 119, .1);
  text-align: left;
}
.bl-bg h4 {
  font-size: 15px;
  color: #878686;
  font-family: 'montserrat_alternatesmedium';
}
.bl-bg h3 {
  font-size: 22px;
  color: #1f1b14;
}
.bl-bg p {
  font-size: 15px;
  color: #596688;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 15px;
  letter-spacing: 1px;
  text-align: left;
  font-family: 'montserrat_alternatesmedium';
}
.blog-im {
  float: left;
}
.bl-bg {
  float: left;
  margin: 0 5px;
}
.bl-bg span {
  color: #5a5a5a;
  font-size: 14px;
  font-family: 'montserrat_alternatesmedium';
  padding-top: 16px;
  float: left;
  margin-left: 30px;
}
.bl-bg:hover {
  transform: translate(-0px, -17px);
  -webkit-transform: translate(-0px, -17px);
  */ -moz-transform: translate(-0px, -17px);
  -o-transform: translate(-0px, -17px);
  -ms-transform: translate(-0px, -17px);
  transition: all .8s ease 0s;
  -moz-transition: all .5s ease 0s;
  -webkit-transition: all .8s ease 0s;
  -o-transition: all .4s ease 0s;
}
.header_main .brand-centered .navbar-brand:hover {
  transform: translate(-0px, -10px);
  -webkit-transform: translate(-0px, -10px);
  */ -moz-transform: translate(-0px, -10px);
  -o-transform: translate(-0px, -10px);
  -ms-transform: translate(-0px, -10px);
  transition: all .9s ease 0s;
  -moz-transition: all .5s ease 0s;
  -webkit-transition: all .9s ease 0s;
  -o-transition: all .5s ease 0s;
}

/*******************************
/*           Footer         */

/********************************/
.footer-bg {
  position: relative;
  padding: 45px 0 60px;
  background: url(../images/footer-bot.jpg) no-repeat bottom center;
  background-color: #f7f9ff;
}
.footer-bg:before {
  content: '';
  background: url(../images/footer-top.jpg) no-repeat;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.cont-from {
  background: #f7f9ff;
  padding: 40px 55px;
  float: left;
  box-shadow: 0 7px 25px 6px rgba(0, 22, 119, .1);
}
.cont-from .form-control {
  background: transparent;
  padding: 0px 0px 18px;
  font-size: 18px;
  height: 45px;
  font-family: 'montserrat_alternatesmedium';
}
.cont-from .margin-top-25 {
  margin-top: 40px;
  text-align: right;
}
.cont-from .form-control::placeholder {
  color: #3e4455;
  -webkit-placeholder: color:#3e4455;
}
.contact-left {
  padding-right: 30px;
}
.contact-left h2 {
  font-size: 36px;
  font-family: 'montserrat_alternatesbold';
  color: #0b0e17;
}
.contact-left p {
  font-size: 18px;
  color: #596688;
  font-family: 'montserrat_alternatesmedium';
  line-height: 35px;
  letter-spacing: 0.5px;
}
.contact-left-bot {
  margin-top: 110px;
  padding-right: 40px;
}
.contact-left-bot p {
  color: #3e4455;
  font-size: 20px;
  font-family: 'montserrat_alternatesmedium';
  background: url(../images/list-icon-web.png) no-repeat 0 12px;
  display: inline-block;
  width: 100%;
  margin-bottom: 22px;
  padding-left: 60px;
  line-height: 28px;
  float: left;
  margin-right: 6px;
  min-height: 35px;
  text-align: left;
}
.contact-left-bot ul li {
  display: inline-block;
  padding-right: 30px;
  margin-top: 10px;
}
.contact-left-bot ul li a {
  font-size: 28px;
  color: #3e4455;
}
.contact-left-bot ul li:hover a {
  color: #d10203;
}
.contact-left-bot ul {
  margin-left: 60px;
}
.cont-from .form-group .form-control {
  -webkit-box-shadow: none;
  border-bottom: 1px;
  border-style: none none solid none;
  border-radius: 0;
  border-color: #a3a6b2;
}
.cont-from .form-group .form-control:focus {
  box-shadow: none;
  border-width: 0 0 1px 0;
  border-color: #d10203;
}
.cont-from textarea {
  resize: none;
  height: 120px !important;
}
.cont-from .btn-mod.btn-large {
  padding: 13px 30px;
  font-size: 15px;
}
.cont-from .btn-mod.btn-border {
  color: #bf0705;
  border: 1px solid #bf0705;
  background: transparent;
  box-shadow: 0 7px 25px 6px rgba(0, 22, 119, .1);
}
.cont-from .btn-mod,
.cont-from a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: rgba(34, 34, 34, .9);
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.cont-from .btn-mod.btn-border:hover,
.cont-from .btn-mod.btn-border:active,
.cont-from .btn-mod.btn-border:focus,
.cont-from .btn-mod.btn-border:active:focus {
  color: #fff;
  border-color: #bf0705;
  background: #bf0705;
  outline: none;
}
@media only screen and (max-width: 500px) {
  .cont-from .btn-mod.btn-large {
    padding: 6px 16px;
    font-size: 11px;
  }
  
  .cont-from .form-title {
    font-size: 20px;
  }
}
.fo-bootm {
  background: #000000;
  text-align: center;
  padding: 20px;
}
.fo-bootm p {
  font-size: 15px;
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: 'montserrat_alternatesmedium';
}

/*******************************
/*            About- Page        */

/********************************/
.caout-brad {
  background: url(../images/about-bradcom.png) no-repeat center center;
  padding: 43px 0;
  background-size: cover;
}
.caout-brad .brard {
  width: 40%;
  background: #fff;
}
.caout-brad .breadcrumb {
  padding: 15px 15px 15px 75px;
  margin: 0;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.caout-brad .breadcrumb li {
  float: left;
  padding: 0 3px;
  position: relative;
}
.caout-brad .breadcrumb li:first-child {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #da000d;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  position: absolute;
  top: -10px;
  padding: 19px;
  left: -10px;
  z-index: 1;
  transition: all 0.1s ease 0s;
}
.caout-brad .breadcrumb li:hover:first-child {
  transform: scale(1.1);
}
.caout-brad .breadcrumb li:first-child a {
  font-size: 30px;
  line-height: 70px;
}
.caout-brad .breadcrumb>li+li::before {
  padding: 0 6px;
  color: #000;
  display: none;
  content: "/\00a0/\00a0";
}
.caout-brad .breadcrumb li svg:not(:root).svg-inline--fa {
  overflow: visible;
  font-size: 26px;
  color: #fff;
}
.caout-brad .breadcrumb>li:first-child+li:before {
  display: none;
}
.caout-brad .breadcrumb li.active,
.caout-brad .breadcrumb li a {
  font-size: 16px;
  color: #01010d;
}
.abou-te-ma {
  position: relative;
  padding: 30px 0 0px;
}
.abou-te-ma:before {
  content: '';
  background: url(../images/abou-rig.png) no-repeat center right;
  right: 6%;
  top: 8%;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.abou-te-ma h2 {
  font-size: 24px;
  font-family: 'montserrat_alternatesbold';
  color: #01010d
}
.abou-te-ma h3 {
  font-size: 24px;
  font-family: 'montserrat_alternateslight';
  color: #01010d
}
.abou-te-ma p {
  font-size: 16px;
  color: #525a75;
  line-height: 29px;
  margin: 22px 0;
  letter-spacing: 0px;
  font-family: 'montserrat_alternateslight';
}
.mar-rec h2 {
  font-size: font-size: 24px;
  font-family: 'montserrat_alternatesbold';
  color: #01010d;
  margin-bottom: 0;
}
.mar-rec p {
  font-size: 16px;
  color: #525a75;
  line-height: 29px;
  margin: 22px 0;
  letter-spacing: 0px;
  font-family: 'montserrat_alternateslight';
}
.mar-rec hr {
  margin-top: 7px;
  width: 125px;
  height: 1px;
  background: #d10203;
  float: left;
  margin-bottom: 0
}
.mar-rec p {
  float: left;
}
.our-miss {
  background: #fff;
  padding: 15px 30px 30px;
  box-shadow: 0 4px 15px 3px rgba(0, 22, 119, .04);
  float: left;
  min-height: 385px;
  margin-top: 25px;
}
.our-miss p {
  margin-top: 10px;
}
.mar-rec {
  padding-bottom: 50px;
}
.our-miss h3 {
  font-size: 20px;
  color: #da000d;
  margin-top: 10px;
}
.our-miss ul li {
  color: #3e4455;
  font-size: 14px;
  font-family: 'montserrat_alternatesmedium';
  background: url(../images/Ab-list-icon-web.png) no-repeat 0 12px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 35px;
  line-height: 28px;
  float: left;
  margin-right: 6px;
  min-height: 35px;
  text-align: left;
}

/*******************************
/*            Product        */

/********************************/
.product-lis .post-slide {
  margin: 0 15px;
  position: relative;
  background: #fff;
}
.product-lis .post-slide .post-img {
  position: relative;
  overflow: hidden;
}
.product-lis .post-slide .post-img img {
  width: 100%;
  height: 290px;
}
.product-lis .post-slide .post-link {
  margin: 0;
  padding: 0;
  position: relative;
  top: 45%;
  text-align: center;
}
.product-lis .post-slide .post-link li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.product-lis .post-slide .post-link li a {
  color: #fff;
  font-size: 20px;
}
.product-lis .post-slide .post-link li a:hover {
  color: #da000d;
  text-decoration: none;
}
.product-lis .post-slide .post-content {
  padding: 15px;
}
.product-lis .post-slide .post-title {
  margin: 0 0 10px 0;
}
.product-lis .post-slide .post-title a {
  font-size: 15px;
  color: #333;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.product-lis .post-slide .post-title a:hover {
  text-decoration: none;
  color: #da000d;
}
.product-lis .post-slide .post-description {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.product-lis .post-slide .read-more {
  color: #da000d;
  font-size: 13px;
  font-family: 'montserrat_alternatesmedium';
  text-transform: uppercase;
  position: relative;
  transition: color 0.20s linear;
}
.product-lis .post-slide .read-more:hover {
  text-decoration: none;
  color: #da000d;
}
.product-lis .post-slide .read-more:after {
  content: "";
  position: absolute;
  width: 30%;
  display: block;
  border: 1px solid #da000d;
  transition: all 0.30s ease;
}
.product-lis .post-slide .read-more:hover:after {
  width: 100%;
}
.product-lis h2 {
  font-size: 32px;
  font-family: 'montserrat_alternatesbold';
  color: #0b0e17;
  text-align: left;
}
.product-lis {
  padding: 10px 0 0px;
}
.product-lis p {
  font-size: 15px;
  color: #596688;
  margin: 0px auto 35px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  font-family: 'montserrat_alternatesmedium';
}
.product-lis .owl-theme .owl-controls .owl-page {
  display: none;
}
.mt-swiper .swiper-container {
  width: 100%;
  height: 680px;
}
.pro-slid-te {
  max-width: 70%;
  background: rgba(255, 0, 0, 0.3);
  position: relative;
  border: 2px solid #fff;
  padding: 20px 30px;
}
.pro-slid-te h3 {
  font-size: 40px;
  margin-top: 0;
}
.pro-slid-te p {
  font-size: 18px;
  color: #fff;
}
.mt-swiper svg:not(:root).svg-inline--fa {
  font-size: 25px;
}
.mt-top-sw h2 {
  font-size: 40px;
  color: #da000d;
  text-align: center;
  font-family: 'montserrat_alternatesbold';
  margin-top: 0;
}
.mt-top-sw p {
  font-size: 15px;
  color: #596688;
  text-align: center;
  font-family: 'montserrat_alternatesmedium';
  line-height: 30px;
  letter-spacing: 1px;
}
.pro-slid-te .btn-mod.btn-border {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  box-shadow: 0 7px 25px 6px rgba(0, 22, 119, .1);
  margin-top: 15px;
}
.mt-swiper {
  padding-bottom: 50px;
  padding-top: 40px;
}
.mt-swiper .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.mt-swiper .slide-image {
  position: absolute;
  top: 0px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-size: cover;
}
.mt-swiper .slide-title {
  line-height: 1;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  text-transform: uppercase;
  font-weight: normal;
}
.mt-swiper .slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}
.mt-swiper .slideshow {
  position: relative;
}
.mt-swiper .slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}
.mt-swiper .slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.mt-swiper .slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.mt-swiper .slideshow-pagination-item:hover,
.mt-swiper .slideshow-pagination-item:focus {
  cursor: pointer;
}
.mt-swiper .slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.mt-swiper .slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.mt-swiper .slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.mt-swiper .slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
}
.mt-swiper .slideshow-navigation-button:hover,
.mt-swiper .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.mt-swiper .slideshow-navigation-button.prev {
  left: 0;
}
.mt-swiper .slideshow-navigation-button.next {
  right: 0;
}
.mt-swiper .pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}
.mt-swiper .pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}
@media (min-width: 45em) {
  .mt-swiper .pagination-separator {
    display: block;
  }
}
.mt-swiper .pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}
header .navbar-nav>li>a {
  font-size: 15px;
  color: #040c0d;
  font-weight: 600;
  padding: 15px 25px;
}
header .navbar-toggle .icon-bar {
  background-color: #888;
}
header .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
header .navbar-toggle {
  border-color: #ddd;
}
header .navbar-nav>li {
  position: static;
}
.rotate-box-1-wrapper a {
  display: block;
  float: left;
  color: #ff3100;
  width: auto;
}
.rotate-box-1-wrapper p {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin: 16px 0;
}
#readmore+[data-readmore-toggle],
#readmore[data-readmore] {
  float: left;
  width: auto !important;
}
.mob-w-choo-m-box {
  background: #fff;
  box-shadow: 1px 0px 20px rgba(0, 78, 255, 0.2);
  padding: 45px;
  text-align: left;
  border-radius: 8px;
  max-width: 472px;
  margin: 25px auto 0;
}
.mob-w-choo-m-box1 {
  border-top: 6px solid #393186;
}
.mob-w-choo-m-box2 {
  border-top: 6px solid #2ebf6d;
}
.mob-w-choo-m {
  background:url(../images/about-us-banner-bg.jpg)no-repeat;background-size:cover;
  text-align: center;
  padding: 50px 0;
}
.mob-w-choo-m h2 {
  font-size: 30px;
  color: #000;
  margin-top: 20px;
  font-weight: 600;
}

/* Carousel  testomonial*/

/*   Testimonial */
.mt-testimonials {
  background: #000010;
  padding: 50px 0 50px;
}
.mt-testimonials h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.mt-testimonials p {
  font-size: 14px;
  color: #cacae3;
  text-align: center;
}
.mt-testimonials .testimonial {
  margin: 20px 0;
}
.mt-testimonials .testimonial .testimonial-content {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}
.mt-testimonials .testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.15);
}
.mt-testimonials .testimonial .pic img {
  width: 100%;
  height: auto;
}
.mt-testimonials .testimonial .title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0 0 0;
}
.mt-testimonials .testimonial .post {
  font-size: 12px;
  color: #fff;
}
.mt-testimonials .testimonial .description {
  width: 75%;
  padding: 30px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  color: #fff;
  margin: 50px auto 0;
  position: relative;
}
.testimonial .description:before {
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 20px;
  left: -21px;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #393186;
  border: 1px solid #393186;
}
.owl-theme .owl-controls .owl-page span {
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}
.mt-testimonials .testimonial p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial-content {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  
  .testimonial .description {
    width: 100%;
  }
  
  .testimonial .description:before {
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    top: -20px;
    left: 47.5%;
  }
}
.mob-w-choo-m-box11 {
  text-align: left;
  padding: 20px 25px;
  box-shadow: 1px 0px 20px rgba(0, 78, 255, 0.2);
  background: #fff;
  border: 1px dashed #a9c5df;
  color: #364655;
  line-height: 33px;
  letter-spacing: 0.5px;
  border-radius: 20px;
  margin-top: 25px;
  min-height: 235px;
}
.dmenu ul li {
  margin-bottom: 10px;
}
.dmenu ul li a {
  color: #010101;
  font-size: 13px;
  text-transform: uppercase;
}
.dmenu h3 {
  color: #d10203;
  margin-top: 0;
}
.sm-menu {
  background: rgba(210, 3, 5, .8);
}
.p-link-box {
  padding: 12px 5px 0px 25px;
  background-color: #fff;
  margin-top: 13.2px;
  float: left;
  width: 100%;
}
.p-link-box ul li a {
  color: #2a2a2a;
  font-size: 13px;
}
.sm-menu .col-sm-6 .p-link-box {
  min-height: 528px;
}

/*footer*/
.footer .lets_talksection {
  padding: 60px 0 30px;
  background-color: #162D42;
  margin-top: 200px;
}
.footer .lets_talksection .custom_col_5 {
  width: 45%;
}
.footer .lets_talksection .custom_col_5,
.footer .lets_talksection .custom_col_7 {
  float: left;
}
.footer .lets_talksection .custom_col_5,
.footer .lets_talksection .custom_col_7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer .lets_talksection .headerdiv {
  margin-bottom: 50px;
  margin-top: -180px;
}
.footer .lets_talksection .headerdiv h2 {
  font-size: 40px;
  margin-top: 0px;
  font-weight: 600;
  color: #000;
}
.footer .lets_talksection .headerdiv p {
  font-size: 20px;
  color: #000;
}
.footer .lets_talksection .sidebtns {
  margin-top: 80px;
  margin-bottom: 40px;
}
.footer .lets_talksection .sidebtns .btns {
  width: 420px;
  height: 93px;
  margin-bottom: 25px;
}
.footer .lets_talksection .sidebtns .btns.write span {
  background-color: #01405B;
}
.footer .lets_talksection .sidebtns .btns.write {
  background-color: #046894;
}
.footer .lets_talksection .sidebtns .btns {
  width: 420px !important;
  height: 93px !important;
  margin-bottom: 25px;
}
.footer .lets_talksection .sidebtns .btns span {
  width: 95px;
  height: 85px;
}
.footer .lets_talksection .sidebtns .btns span {
  width: 97px;
  height: 97px;
  display: inline-block;
  border-radius: 10px 0px 0px 10px;
  vertical-align: middle;
  text-align: center;
  font-size: 52px;
  line-height: 90px;
}
.footer .lets_talksection .sidebtns .btns span img {
  margin-top: 16px;
}
.footer .lets_talksection .sidebtns .btns.callus span {
  background-color: #0382B1;
}
.footer .lets_talksection .sidebtns .btns div {
  display: inline-block;
  vertical-align: middle;
  padding-left: 9px;
  line-height: normal;
}
.footer .lets_talksection .sidebtns .btns div p {
  font-size: 16px;line-height:28px;
}

.footer .lets_talksection .sidebtns .btns div p.mb-0{font-size:14px;}
.footer .lets_talksection .sidebtns .btns div p  svg:not(:root).svg-inline--fa{font-size: 15px;color: #84aec0;}

.footer .lets_talksection .sidebtns .btns div b {
  font-size: 18px;
}

/*.footer .lets_talksection .sidebtns .btns div p:last-child{padding-bottom:12px;}*/

.sectionClass .svg-inline--fa.fa-w-20,
.sectionClass .svg-inline--fa.fa-w-18 {
  width: 1.25em;
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}
.sectiontitle h2 {
  font-size: 32px;
  color: #0b0e17;
  font-weight: 600;
}
.sectionClass {
  padding: 20px 0px 20px 0px;
  position: relative;
  display: block;
}
.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}
.sectiontitle {
  background-position: center;
  margin: 0px 0 0px;
  text-align: center;
  min-height: 20px;
}
.sectiontitle p {
  font-size: 15px;
  color: #4e5c80;
  max-width: 920px;
  margin: 0px auto 0px;
  line-height: 30px;
  letter-spacing: 1px;
}
.sectiontitle h2 {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}
.headerLine {
  width: 160px;
  height: 1px;
  display: inline-block;
  background: #bcc9ea;
}
.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}
#projectFacts .fullWidth {
  padding: 0;
}
.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}
.projectFactsWrap .item:nth-child(1) {
  background: rgb(16, 31, 46);
}
.projectFactsWrap .item:nth-child(2) {
  background: rgb(18, 34, 51);
}
.projectFactsWrap .item:nth-child(3) {
  background: rgb(21, 38, 56);
}
.projectFactsWrap .item:nth-child(4) {
  background: rgb(23, 44, 66);
}
.projectFactsWrap .item p.number {
  font-size: 55px;
  padding: 0;
  font-weight: bold;
}
.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
}
.projectFactsWrap .item span {
  width: 60px;
  background: #bcc9ea;
  height: 1px;
  opacity: 0.2;
  display: block;
  margin: 0 auto;
}
.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}
.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}
.projectFactsWrap .item:hover span {
  background: white;
}
@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}
.footer .lets_talksection .sidebtns .btns.callus {
  background-color: #00AFF0;
}
.footer .lets_talksection .sidebtns .btns {
  width: 420px;
  height: 85px;
  margin-bottom: 25px;
}
.footer .lets_talksection .sidebtns .btns {
  width: 510px;
  height: 90px;
  display: block;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.footer .lets_talksection ul.address {
  margin: 0;
}
.footer .lets_talksection ul.address li {
  font-size: 17px;
}
.footer .lets_talksection ul.address li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  position: relative;
  margin-right: 13px;
}
.footer .lets_talksection ul.address li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1A3D5D;
  left: 0;
  bottom: 0;
}

/*.footer .lets_talksection ul.address:last-child li:after{display:none;}*/
.plhead h3{    margin-top: 0;
    font-size: 30px;
    font-weight: 600;color:#000;}

.mob-w-choo-m h2{    font-size: 25px;
    color: #393186;
    margin-top: 35px;
    font-weight: normal;}

.footer .lets_talksection .or {
  top: 70px;
  right: 15px;
  height: 48px;
  width: 48px;
}
.footer .lets_talksection .or {
  height: 58px;
  width: 58px;
  text-align: center;
  position: absolute;
  right: 9px;
  z-index: 111;
  top: 59px;
}
.footer .lets_talksection .or span {
  font-size: 20px;
  color: #319DCC;
  z-index: 111;
  position: relative;
  background-color: #fff;
  display: block;
  line-height: 58px;
  border-radius: 50px;
}
.footer .lets_talksection .or:after {
  height: 220px;
}
.footer .lets_talksection .or:after {
  content: '';
  position: absolute;
  height: 217px;
  background-color: #1A3D5D;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.footer .lets_talksection .custom_col_7 {
  width: 55%;
}
.footer .lets_talksection .custom_col_5,
.footer .lets_talksection .custom_col_7 {
  float: left;
}
.footer .lets_talksection .custom_col_5,
.footer .lets_talksection .custom_col_7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer .lets_talksection .get_in_touch {
  padding: 30px 30px 25px !important;
}
.footer .lets_talksection .get_in_touch {
  background-color: #fff;
  border-radius: 10px;
  border: 10px solid #F6F7FB;
  padding: 40px 35px 0;
  margin-top: -220px;
}
textarea.form-control,
textarea.input-lg {
  height: auto !important;
}
.footer .lets_talksection .get_in_touch .row {
  margin-left: -10px;
  margin-right: -10px;
}
.footer .lets_talksection .get_in_touch .customcol {
  padding-right: 10px;
  padding-left: 10px;
}
.footer .lets_talksection .get_in_touch .form-group {
  margin-bottom: 25px;
}
.footer .lets_talksection .get_in_touch .form-group .form-control {
  border-radius: 5px;
  height: 49px;
  color: #676767;
  border: 1px solid #DCE0EF;
  font-size: 14px;
  box-shadow: none;
  padding: 10px 20px;
}

/*.footer-middle33{padding:140px 0  38px;background:#172b43;}*/
.lets_talksection h3 {
  font-size: 16px;
  color: #fff;
  margin: 55px 0 13px;
  display: inline-block;
  border-bottom: 1px solid #999999;
  padding-bottom: 8px;
}
.lets_talksection ul li {
  display: block;
  color: #fff;
  margin: 0 0 12px;
  font-size: 13px;
  list-style: none;
}
.lets_talksection ul li a {
  color: #afafaf;
  font-size: 13px;
}
.lets_talksection ul li a:hover,
.company-link li a:hover {
  color: #f1581c
}
.lets_talksection ul {
  padding: 0;
}
.lets_talksection .contact-link {
  padding: 38px 0 25px;
  position: relative;
  background: #232f3e;
}
.lets_talksection .contact-link a {
  color: #fff;
  font-size: 15px;
  margin: 0 0 2px;
  display: block
}
.lets_talksection .contact-link a i {
  margin-right: 7px;
}
.lets_talksection .contact-link p {
  color: #afafaf;
  font-size: 12px;
  margin: 0 0 8px
}
.lets_talksection .company-link {
  display: block;
  width: 100%;
}
.lets_talksection .company-link li {
  float: left;
  width: 100%;
  text-align: left
}
.mt-foot-bot-n {
  width: 19.5%;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
}
.mt-footer-33 {
  background: #122338;
  padding: 30px 40px;
}
.mt-footer-33 h4 {
  font-size: 17px;
  color: #fff;
}
.mt-footer-33 a {
  font-size: 14px;
  color: #fff;
}
.mt-footer-33 p {
  font-size: 13px;
  color: #aaa;
}
.mt-fot-bot23 {
  background: #000010;
  padding: 15px 0 5px;
  text-align: center;
}
.mt-fot-bot23 p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.btn-bluedark:hover {
  color: #fff;
  background-color: #ed3d01;
  border-color: #ed3d01;
}
.section_six {
  background: #ffffff;
  border-top: 1px solid #e3e3e3;
}
.section_two {
  width: 100%;
  padding: 50px 0px;
  background: #fbfbfd;
}
.heading_two {
  float: left;
  width: 100%;
  text-align: center;
}
.heading_two h2 {
  font-size: 30px;
  color: #05070a;
  font-weight: 600;
  margin-top: 0;
}
.heading_two p {
  font-size: 17px;
  margin-bottom: 30px;
  color: #302c28;
}
#owl-demo4 {
  margin-top: 50px;
}
.card__content {
  background-size: cover;
  color: #fff;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 1;
  width: 275px;
  height: 200px;
}
.card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.card__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all .3s ease-in-out;
}
.pdn_box {
  float: left;
  width: 100%;
  padding: 38px 20px 0px;
  height: 200px;
}
.card__content h3 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
}
.card__content p {
  font-size: 13px;
  color: #fff;
}
span.hvr_icons1 {
  display: none;
}
.icon-arrow {
  padding-left: 15px;
  width: 8px;
  height: 14px;
}
#owl-demo .item {
  margin: 3px;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.separate_block {
  margin-bottom: 40px;
}
.card__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all .3s ease-in-out;
}

@media (max-width: 767px) {
  .fixed { position: relative; }
  #nameRest, #nameN { font-size: 28px; }
  .navbar-header { float: right; }
  .header_main .navbar-nav {
    float: right !important;
    width: 100%;
    position: absolute;
    z-index: 999999;
    top: 35px;
    background: #363B47;}
    .header_main .navbar-collapse.in { overflow-y: unset; }
    header .navbar-nav>li>a { color: #fff; }
    .navbar-toggle.collapsed .close-bar {  display: none;}
    .navbar-toggle .close-bar {display: block;font-size: 30px;line-height: 15px;  }
    .navbar-toggle .icon-bar { display: none; }
    .navbar-toggle.collapsed .icon-bar { display: block; }
    .header_main .nav>li>a:focus, .header_main .nav>li>a:hover, .header_main .nav>li.active a { color: #fff;
    background: #393186; }
    .mob-w-choo-m { padding: 0px 0 15px;}
    .mob-w-choo-m-box { padding: 10px;}
    .mt-testimonials { padding: 10px 0;}
    .mob-w-choo-m h2 { font-size: 20px; }
    .mt-testimonials h2 { font-size: 20px; }
    .sectiontitle h2 { font-size: 20px; }
    .our-g-text h2 { font-size: 20px;margin-bottom: 0; }
    .mt-testimonials .testimonial .description { width: 100%;margin: 0; }
    .our-gall { padding: 0; }
    .our-g-text p { margin: 0 }
    .tab .nav-tabs li a {     padding: 5px 20px;font-size: 14px; }
    .gall-i-box1 .img-thumbnail { height: auto; }
    .sectionClass .svg-inline--fa.fa-w-20, .sectionClass .svg-inline--fa.fa-w-18 { font-size: 30px; }
    .projectFactsWrap .item p.number { font-size: 24px; }
    .projectFactsWrap .item p { font-size: 13px; }
    .projectFactsWrap .item { padding: 15px 0; }
    .footer .lets_talksection .custom_col_7 { width: 100%; }
    .footer .lets_talksection .sidebtns {
    margin-top: 0px;
    margin-bottom: 0;}
    .footer .lets_talksection .or { display: none; }
    .footer .lets_talksection .sidebtns .btns span {
    width: 60px;
    height: 70px;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 31px !important;
    line-height: 70px;
}
.footer .lets_talksection .sidebtns .btns { height: 70px !important;
    margin-bottom: 25px;
    width: 95vw !important; }
    .footer .lets_talksection .sidebtns .btns div p { font-size: 13px; }
    .footer .lets_talksection .sidebtns .btns div b {
    font-size: 15px;
}
.footer .lets_talksection .sidebtns .btns span img {
    margin-top: 16px;
    max-width: 35px !important;
}
.footer .lets_talksection {
    padding: 40px 0 30px;
    background-color: #162D42;
    margin-top: 140px;
}
.footer .lets_talksection .custom_col_5 {
    width: 100%;
}
.footer .lets_talksection .headerdiv h2 { font-size: 24px; }
.footer .lets_talksection .headerdiv p { font-size: 15px; margin-bottom: 35px;}
.footer .lets_talksection .headerdiv {     margin-top: -120px; }
.footer .lets_talksection { margin-top: 80px; }
.footer .lets_talksection .get_in_touch { margin-top: 0; }
.footer .lets_talksection ul.address li { font-size: 14px; }
.articalviewhistory .das-r-b-det { padding: 0; }
.my-activ-ne-se-j .das-r-b-he h2 { font-size: 15px; }
.articalviewhistory .das-r-im { height: auto; }
.mohal-cont-pro p { font-size: 13px;
    line-height: 24px; }

}


@media (max-width: 550px) {
  .video video {
    width: 100%;
  }
  
  .contact-left-bot p {
    font-size: 15px;
  }
  
  .contact-left-bot {
    padding-right: 0;
  }
  
  .contact-left-bot {
    margin-top: 20px;
  }
}


/*new-css-add-by-ShrawanRewar*/


.box{
    text-align: center;
    position: relative;margin-bottom:30px;border:solid 1px #eee;border-radius:4px;
}
.box:before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;z-index: 999;
}
.box:hover:before{ opacity: 1; }
.box img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.box .box-content{
    width: 100%;
    padding: 20px 0 80px;
    color: #fff;
    opacity: 0;
    position: absolute;
    bottom: 10%;
    left: 0;
    transition: all 0.3s ease 0s;z-index: 99999;

}

.tab .tab-content .box h3 {
    font-size: 22px;
    color: #fff !important;
    opacity: 1;
}

.box:hover .box-content{
    opacity: 1;
    bottom: 0;
}
.box .box-content:before{
    content: "";
    width: 100px;
    height:5px;
    background: #393186;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.4s ease-in-out 0s;z-index:9999;
}
.box:hover .box-content:before{ width: 100%; }
.box .title{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}
.box .post{
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{ display: inline-block; }
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #0c9ae3;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{ transform: rotateX(360deg); }
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}

.box:hover:before {
    opacity: 1;
}

.box-imagess{height:255px;overflow:hidden;}

/*product-listing*/

.product-listing{padding:40px 0 0;}
.product-listing-box{box-shadow:0 0 5px rgba(0, 0, 0, 0.2);background:#ffffff;border-radius:6px;margin-bottom:40px;}

.product-listing-img{overflow:hidden;height:250px;text-align: center;}
.product-listing-img img{max-height:100%;object-fit: cover;}

.product-listing-content h3{font-size:19px;
    color: #0b0e17;
    font-weight: 600;margin-top:10px;}

.weight-product{display:inline-block;}
.weight-product img{display:inline-block;margin-top: -5px;
    margin-right: 5px;}
.weight-product h5{display:inline-block;font-size:15px;margin: 0;}
.product-listing-content h4{font-size: 14px;margin-top: 20px;text-align:left;margin-bottom:0;color:#596688;}

.weight-product h6{display:inline-block;    color: #333;
    font-size: 16px;
    font-weight: 600;margin: 0;
    margin-left: 6px}
.product-listing-content{padding:0 10px 20px;}
.enquiry-btn:hover{transition: 1s;
    animation: wobble 1s ease-in-out 1;}

.enquiry-btn .btn{padding:5px 32px;} 
.enquiry-btn .btn:focus{color:#ffffff}
.enquiry-btn{width:max-content;margin-top:15px;}   
.weight-product.size-product{float:right;    border-left: solid 1px #bebdbd;
    padding-left:35px;}


.Send-Enquiry .modal-header {
  background: #fdf0f1;
  padding: 18px 22px
}

.new-send.Send-Enquiry .modal-title {
  font-size: 21px;
  color: #01010d;font-weight:600;
}

.new-send.Send-Enquiry .modal-body {
  float: left;
  width: 100%;
  background: #fff;padding-top:0;
}

.Send-Enquiry .close {
  font-size: 32px;
  color: #01010d;
  opacity: 1;
  font-weight: 100
}

.Send-Enquiry .form-control {
  height: 48px;
  border: 1px solid #e9e9e9;
  box-shadow: none;
  background: #f7f9ff;
  padding: 6px 20px;
 
}

.Send-Enquiry .form-group {
  margin: 20px 10px
}

.Send-Enquiry .form-control::placeholder {
  color: #3e4455;
  -webkit-placeholder: color:#3e4455
}

.Send-Enquiry .btn-mod.btn-large {
  padding: 11px 30px;
  font-size: 15px;
  float: right;
  margin: 10px 0 0
}

.Send-Enquiry .btn-mod.btn-border {
  color: #bf0705;
  border: 1px solid #bf0705;
  background: 0 0;
  box-shadow: 0 7px 25px 6px rgba(0, 22, 119, .1)
}

.Send-Enquiry .btn-mod,
.Send-Enquiry a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: rgba(34, 34, 34, .9);
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .2s cubic-bezier(0, 0, .58, 1);
  -moz-transition: all .2s cubic-bezier(0, 0, .58, 1);
  -o-transition: all .2s cubic-bezier(0, 0, .58, 1);
  -ms-transition: all .2s cubic-bezier(0, 0, .58, 1);
  transition: all .2s cubic-bezier(0, 0, .58, 1)
}

.Send-Enquiry .btn-mod.btn-border:active,
.Send-Enquiry .btn-mod.btn-border:active:focus,
.Send-Enquiry .btn-mod.btn-border:focus,
.Send-Enquiry .btn-mod.btn-border:hover {
  color: #fff;
  border-color: #bf0705;
  background: #bf0705;
  outline: 0
}

.send-btn .btn{padding:8px 32px;font-size:16px;}
.send-btn{text-align:right;margin-bottom:10px;margin-top:40px;}

@keyframes wobble {
  16.65% { transform: translateY(8px); }
  33.3% { transform: translateY(-6px); }
  49.95% { transform: translateY(4px); }
  66.6% { transform: translateY(-2px); }
  83.25% { transform: translateY(1px); }
  100% { transform: translateY(0); }
}


/* -------------------------------- 

Basic Style

-------------------------------- */
.bradcamm{background:#edeff0}
.cd-breadcrumb, .cd-multi-steps {
  
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: .25em;
}
.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #000;font-weight:600;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}

/*css-update-ShrawanRewar*/
.carousel-control.left{background:transparent;}
.carousel-control.right{background:transparent;}
.carousel-control{opacity:0;}

.plhead h3{} 
.rotate-box-1-wrapper p{text-align:center;}
.sidebtns p i{}
.footer .lets_talksection .sidebtns .btns.callus{height:115px !important;}
.footer .lets_talksection .sidebtns .btns span img{margin-top:35px;}
.footer .lets_talksection .sidebtns .btns.callus span{height:117px;}

/*16-jul*/

.box-content.mobileviwe{display:none;}
.query-btn{
    position: fixed;
    top: 85%;
    margin-top: 0px;
    text-align: center;
    right: -200px;
    width: 300px;
    border-radius: 50px;
    padding: 0px;
    height: auto;
    cursor: pointer;
    z-index: 9;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: left;}

 .query-btn .btn{padding:8px 32px 8px 20px;border-radius:50px;} 

 .Send-Enquiry.new-send .modal{z-index: 999999;}  
 .Send-Enquiry.new-send .modal-content{float: left;width:100%;}  
 .query-btn .btn:focus{color:#ffffff;}

/*End-16-jul*/

/*Endcss-update-ShrawanRewar*/


@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0;margin:0;width:100%;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 1.6rem;
  }
}


@media (max-width: 1250px) {
.weight-product.size-product{padding-left: 0px;}

}  

@media (max-width: 1070px) {
.weight-product.size-product{float: none;padding:0;border:0;display:block;margin-top:10px;}

}


@media (max-width: 1024px) {
.product-listing-img{height:140px;}
.weight-product.size-product{float: none;padding:0;border:0;display:block;margin-top:10px;}
.product-listing-content h3{font-size:17px;}
.product-listing-box{margin-bottom:25px;}
.Send-Enquiry .modal-header{padding:14px 22px;}
.product-listing-content h3{font-size:16px;}

}  

@media (max-width: 767px) {

.box-imagess{height:170px;}
.box img{max-height:100%;object-fit:cover;height:auto;width:auto;}
.product-listing-img{height:150px;}
.product-listing .col-sm-3{width:49%;display:inline-block;}
.product-listing-content h3{font-size:18px;}
.weight-product.size-product{float: none;padding:0;border:0;display:block;margin-top:10px;}
.Send-Enquiry .modal-header{padding:10px 22px;}

.box-content{display:none;opacity: 0;}
.box-content.mobileviwe{display:block;opacity:1;min-height: 40px;}
.box-content.mobileviwe h3{font-size:14px;color:#000000;margin-top:0;text-align: center;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 75px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.box {
    margin-bottom: 10px;
}
.footer .lets_talksection .sidebtns .btns {height: 90px !important;}
.footer .lets_talksection .sidebtns .btns span{height:90px;}
.lets_talksection .headerdiv.text-left{text-align: center;}
.footer .lets_talksection{margin-top:100px;}
.mob-w-choo-m h2{margin-top:20px;}
.plhead h3{font-size:20px;margin-bottom:0;}

.box:before{display:none;}
.box{border:0;}
.our-g-text h2{margin-bottom:20px;}

 } 

 @media (max-width: 575px) {
.box-imagess{height:100px;}
.product-listing .col-sm-3{width:100%;}
.weight-product.size-product{margin:0;float: right;}
.product-listing-box{margin-bottom:20px;}
.new-send.Send-Enquiry .modal-title{font-size:18px;}
.Send-Enquiry .modal-header {padding: 10px 22px 0;}
.Send-Enquiry .form-group{margin:20px 0;}
.cd-breadcrumb, .cd-multi-steps{padding:0;margin:3px 0;}
.product-listing {padding: 25px 0 0;}


 } 

