body {
  font-family: "Open Sans", sans-serif;
  line-height: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #606060;
  background: #FFFFEF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
  color: #081827;
}
h1 {
  font-size: 40px;
  font-weight: 400;
}
h2 {
  font-size: 36px;
  font-weight: 400;
}
h3 {
  font-size: 30px;
  font-weight: 400;
}
h4 {
  font-size: 24px;
  font-weight: 400;
}
h5 {
  font-size: 22px;
  font-weight: 400;
}
h6 {
  font-size: 14px;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #606060;
}
a {
  color: #081827;
}
a:hover {
  text-decoration: none;
  color: #081827;
}
.btn {
  border: 0;
  border-radius: 35px;
  color: #fff;
  padding: 9px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-white {
  background: #ffffff;
  color: #020d18;
  border: 1px solid #020d18 !important;
}
.btn-white:hover,
.btn-white:active,
.btn-white:hover {
  border: 1px solid #00703e !important;
  color: #ffffff;
  background: #e90027;
}

/*start video section*/
.content-section {
  margin-top: -66px;
}
.video-section .pattern-overlay {
  background-color: rgba(71, 71, 71, 0.59);
  padding: 0px 0 0px;
  min-height: 496px;
  margin-top: 70px;
}
.video-section h1,
.video-section h3 {
  text-align: center;
  color: #fff;
}
.video-section h1 {
  font-size: 110px;
  font-family: 'Buenard', serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 40px auto 0px;
  text-shadow: 1px 1px 1px #000;
  -webkit-text-shadow: 1px 1px 1px #000;
  -moz-text-shadow: 1px 1px 1px #000;
}
.video-section h3 {
  font-size: 25px;
  font-weight: lighter;
  margin: 0px auto 15px;
}
.video-section .buttonBar {
  display: none;
}
.slider-text-two {
  background: rgba(92, 89, 89, 0.44) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
  top:125px;
}
.slider-text-two h2 {
  color: #e90027;
  font-weight: bold;
  font-size: 55px;
}
/*End video section*/
/*start about section*/
.default-padding-3 {
  padding: 39px 0 0px 0;
}
/*.section-title h2 {
  float: right;
  position: relative;
  padding-left: 27px;
  color: #e90027;
  margin-right: 111px;
}*/
.section-title h2 {
  float: left;
  position: relative;
  padding-left: 27px;
  color: #e90027;
}
.section-title {
  margin-bottom: 110px;
}
.section-title h2:after {
  content: '';
  position: absolute;
  height: 45px;
  width: 3px;
  left: 0;
  top: 0;
  background: #e90027;
}
/*.section-title a {
  float: left;
}*/
.section-title a {
  float: right;
  padding-top: 12px;
  font-weight: 600;
  position: relative;
  padding-right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-title a:after {
    background-image: url(../images/section-arrow.png);
    position: absolute;
    content: '';
    margin-left: 10px;
    top: 18px;
    height: 16px;
    width: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-title a:hover:after {
  right: -4px;
}
.about-details {
  margin-top: 28px;
  padding-left: 22px;
}
.about-details .about-title {
  padding-bottom: 11px;
}
.about-details p {
  margin-bottom: 9px;
  text-align: justify;
}
.about-details .about-list {
  padding-left: 0;
  list-style: none;
}
.about-details .about-list i {
  padding-right: 8px;
  color: #e90027;
}
.about-details .client-slider {
  margin-top: 32px;
}
.btn-yellow {
  background: #e90027;
  color: #ffffff;
  border: 1px solid #e90027 !important;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:hover {
  color: #ffffff;
  background-color: green;
  border: 1px solid #00703e !important;
}
.raj-img img {
    width: 100%;
    height: 100%;
}
.about-video-thumb img {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 80px;
}
/*End about section*/
/*Start service section*/
.single-service.single-service-pd {
  margin-bottom: 53px;
}
.single-service .thumb {
  margin-bottom: 31px;
}
.single-service h4 {
  margin-bottom: 16px;
}
.single-service a {
  font-weight: 600;
  position: relative;
  margin-left: -25px;
}
.single-service a:after {
     background-image: url(../images/section-arrow.png);
    position: absolute;
    content: '';
    margin-left: 7px;
    top: 1px;
    height: 16px;
    width: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-service a:hover:after {
  right: -29px;
}
.single-service {
  margin-bottom: 40px;
}
.default-padding-6 {
  padding: 60px 0 0px 0;
}
/*End service section*/
/*start chosesus section*/
.chooseus-area {
  background: #fafbfe;
}
.chooseus-area .section {
  padding: 100px 0;
}
.chooseus-area .section-name {
  margin-bottom: 55px;
  margin-top: 20px;
  margin-left: 330px;
}
.chooseus-area .section-name h3 {
  font-size: 20px;
  color: #333333;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 28px;
  margin-left: 50px;
}
.chooseus-area .section-name h2 {
  font-size: 40px;
  color: #eb1c1c;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.chooseus-area .chooseus-info .chooseus-info-list .single-chooseus {
  margin-bottom: 27px;
}
.chooseus-area .chooseus-info .chooseus-info-list .single-chooseus .media .media-left img {
  width: 96px;
  height: 96px;
  padding: 25px;
  line-height: 96px;
  display: inline-block;
  background: #eb1c1c;
  text-align: Center;
  margin-right: 20px;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.chooseus-area .chooseus-info .chooseus-info-list .single-chooseus .media .media-left img::before {
  margin-left: 0;
  font-size: 40px;
}
.chooseus-area .chooseus-info .chooseus-info-list .single-chooseus .media .media-body .media-heading {
  font-size: 20px;
  color: #333333;
  line-height: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
.chooseus-area .chooseus-info .chooseus-info-list .single-chooseus .media .media-body p {
  font-size: 13px;
  color: #767676;
  line-height: 23px;
  font-weight: 300;
}
.text-center {
  text-align: center;
}
/*End chosesus section*/
/*Start portfolio section*/
.portfolio-section {
  margin-top: 60px;
}
.portfolio-isotope-btn {
  margin-bottom: 65px;
}
.portfolio-isotope-btn button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  margin-right: 14px;
  padding: 0;
}
.portfolio-isotope-btn button:focus {
  outline: 0;
}
.portfolio-isotope-btn button.active {
  border: none;
  position: relative;
}
.portfolio-isotope-btn button.active:after {
  content: '';
  height: 2px;
  background: #e90027;
  width: 30px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.portfolio-isotope .item {
  margin-bottom: 30px;
  outline: 0;
}
.portfolio-isotope .item:focus {
  outline: 0;
}
.portfolio-isotope .item .thumb {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
}
.portfolio-isotope .item .thumb img {
  width: 100% !important;
}
.portfolio-isotope .item .thumb a:focus {
  outline: 0 !important;
}
.portfolio-isotope .item .thumb:focus {
  outline: 0 !important;
}
.portfolio-isotope .item .thumb:hover .fancy-video-btn {
  visibility: visible;
  opacity: 1;
}
.portfolio-isotope .item .portfolio-details {
  margin-top: -145px;
  display: block;
  padding: 12px 0;
  text-align: center;
  color: #ffffff;
  position: absulote;
}
.portfolio-isotope .item .portfolio-details span {
  display: block;
}
.portfolio-isotope .item .portfolio-details .title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 5px;
}
.fancy-video-btn {
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding-left: 4px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background: #e90027;
  z-index: 9999;
  cursor: pointer;
  -webkit-animation: pulse 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fancy-video-btn:after {
  content: '';
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  background: rgba(255, 171, 0, 0.25);
}
/*End portfolio section*/
/*start Team section*/

.single-team {
  -webkit-box-shadow: 1.5px 2.598px 20px 0px rgba(8, 24, 39, 0.1);
  box-shadow: 1.5px 2.598px 20px 0px rgba(8, 24, 39, 0.1);
  overflow: hidden;
}
.single-team .thumb {
  position: relative;
  padding:31px;
  /*background-color:#E90039;*/
}
.single-team .thumb img {
  width: 100%;
  max-height: 100%;
  height: 270px;
}
.single-team .thumb:after {
  background-color: rgba(2, 13, 24, 0.8);
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-team .team-social {
  position: absolute;
  left: 30px;
  top: 47px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-team .team-social .social-icon {
  width: 32px;
  height: 32px;
  font-size: 16px;
  padding: 0 5px 0 9px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e90027;
  margin-bottom: 10px;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
  line-height: 32px;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}
.single-team .team-social .social-icon i {
  line-height: 32px;
}
.single-team .team-social .social-icon .target-title {
  padding-left: 14px;
  color: #ffffff;
}
.single-team .team-social .social-icon:hover {
  width: 122px;
}
.single-team .team-social .social-icon.facebook {
  padding-left: 12px;
}
.single-team .team-details {
  padding: 21px 8px 9px 8px;
}
.single-team .team-details h4 {
  margin-bottom: 1px;
}
.single-team .team-details p {
  color: #a1a1a1;
}
.single-team:hover .team-social {
  visibility: visible;
  opacity: 1;
}
.single-team:hover .thumb:after {
  visibility: visible;
  opacity: 1;
}
.single-team:hover .social-icon:first-child {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.single-team:hover .social-icon:nth-child(2) {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.single-team:hover .social-icon:nth-child(3) {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.single-team:hover .social-icon:nth-child(4) {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mg-bottom-120 {
  margin-top: 40px;
  margin-bottom: 60px;
}
/*End Team section*/
/*start Testimonial section*/
.default-padding-1 {
  padding: 0px 0 54px;
}
.testimonial-slider-1 {
  margin-bottom: 27px;
}
.testimonial-slider-1 .thumb {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 58, 115, 0.08);
  box-shadow: 0px 0px 15px 0px rgba(0, 58, 115, 0.08);
  position: relative;
}
.testimonial-slider-1 .thumb:after {
  content: '\f10e';
  font-family: FontAwesome;
  position: absolute;
  height: 60px;
  width: 30px;
  right: -61px;
  line-height: 60px;
  top: 50%;
  font-size: 35px;
  margin-top: -30px;
  background: #ffffff;
  color: #4e8ec8;
}
.testimonial-slider-1 .thumb:before {
  content: '';
  position: absolute;
  height: 135px;
  width: 1px;
  background: #4e8ec8;
  right: -48px;
  top: 0;
}
.testimonial-slider-1 .details {
  margin-left: 65px;
}
.testimonial-slider-1 .details h4 {
  margin-bottom: 2px;
}
.testimonial-slider-1 .owl-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-top: 35px;
  margin-left: -25px;
}
.testimonial-slider-1 .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  font-size: 32px;
  background: #e1e1e1;
  margin: 0 5px;
}
.testimonial-slider-1 .owl-dots .owl-dot span:hover {
  background: #e90027;
}
.testimonial-slider-1 .owl-dots .owl-dot.active span {
  background: #e90027;
}
/*End Testimonial section*/
/*start cinpro part section*/
.cinpro-part-slider .item img {
  width: auto !important;
  margin: 0 auto;
  align-item: center;
}
.cinpro-part-slider .item img {
  -webkit-filter: opacity(1) drop-shadow(0 0 0 white);
  filter: opacity(1) drop-shadow(0 0 0 white);
}
/*End cinpro part section*/
/*start footer section*/
.footer-section-mg {
  margin-top: 0 !important;
}
.footer-section {
  padding-top: 100px;
  margin-top: 50px;
}
.footer-section .widget_about img {
  padding-bottom: 27px;
}
.footer-section .widget_about p {
  padding-bottom: 15px;
}
.footer-section h5 {
  margin-bottom: 20px;
}
.footer-section ul {
  padding-left: 0;
  display: inline-block;
}
.footer-section ul li {
  list-style: none;
  line-height: 32px;
}
.footer-section .footer-bottom {
  margin-top: 15px;
  background: #e90027;
  padding: 17px 33px 8px 33px;
}
.footer-section .footer-bottom p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
}
.footer-bg {
  background: #f5f5f5;
}
.footer-sec {
  margin-top: 0px !important;
}
/*End footer section*/
/*start conect*/














.owl-nav .owl-next,
.owl-nav .owl-prev {
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
}
.owl-nav .owl-next:focus,
.owl-nav .owl-prev:focus {
  outline: 0 !important;
}
.owl-dot:focus {
  outline: 0 !important;
}
/*----------------------------------
  1.4 - fixed bg images
-----------------------------------*/

.slider-one {
  background-image: url(../images/1.png);
}
.slider-two {
  background-image: url(../images/3.png);
}

.call-to-action-bg {
  background-image: url(../images/bg/call-to-action.png);
  background-position: center center;
  background-size: cover;
}
.award-bg {
  background-image: url(../images/award.png);
  background-position: center center;
  background-size: cover;
}
/*----------------------------------
  1.4 - All padding styles
-----------------------------------*/

.border-dash {
  border-bottom: 1px dashed #9b9b9b;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}
.default-padding {
  padding: 120px 0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 15px;
  margin-top: 19px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -7px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  left: 4px;
  bottom: 3px;
  background-color: #ffffff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #e90027;
}
input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #e90027;
  box-shadow: 0 0 1px #e90027;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/*---------------------------------------------------
  2.0 - call to Action style
----------------------------------------------------*/

.call-to-action-two {
  text-align: center;
  padding: 95px 0 100px 0;
}
.call-to-action-two h5 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 5px;
}
.call-to-action-two h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.call-to-action-two p {
  color: #ffffff;
  margin-bottom: 37px;
}
/*---------------------------------------------------
  2.0 - video play style
----------------------------------------------------*/

.player-container {
  min-width: 290px !important;
}
.mlvp-list-container .desc {
  display: none;
}
.mlvp-list-container .vid-item .thumb {
  position: relative;
}
.mlvp-list-container .vid-item .thumb:after {
  content: '';
  position: absolute;
  background-image: url(../images/play-btn.png);
  top: 50%;
  left: 50%;
  margin-left: -20px;
  z-index: 9999;
  margin-top: -20px;
  height: 41px;
  width: 41px;
  margin-left: -20px;
}

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

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

.award-section {
  padding-top: 93px;
  padding-bottom: 90px;
}
.award-slider img {
  width: auto !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
/*---------------------------------------------------
  2.0 - partner slider style
----------------------------------------------------*/


/*---------------------------------------------------
  2.0 - add style
----------------------------------------------------*/

.add-section img {
  width: 100%;
}
/*---------------------------------------------------
  2.0 - contact-section style
----------------------------------------------------*/

#msgSubmit {
  margin-top: -34px;
  font-size: 18px;
  text-align: left !important;
  margin-left: 220px;
}
#map {
  height: 400px;
}
@-webkit-keyframes spain {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spain {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.Page.navigation {
  text-align: center;
}
.Page.navigation .pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
}
.Page.navigation .pagination li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #eeeeee;
  line-height: 38px;
  margin-right: 10px;
  color: #9b9b9b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Page.navigation .pagination li a:hover {
  background: #e90027;
  color: #ffffff;
  border: 1px solid #e90027;
}
.Page.navigation .pagination li .nav-arrow {
  border: none;
  background: none !important;
  color: #9b9b9b;
  line-height: 40px;
}
.Page.navigation .pagination li .nav-arrow:hover {
  border: none;
  color: #ffffff;
  background: #e90027 !important;
}
/*---------------------------------------------------
  2.0 - service style
----------------------------------------------------*/


/*---------------------------------------------------
  2.0 - Team style
----------------------------------------------------*/

/*end*/

#scrollUp {
  background: #e90027;
  border-radius: 50%;
  bottom: 24px;
  color: #fff;
  color: #fff;
  height: 48px;
  width: 48px;
  right: 20px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scrollUp .fa {
  font-size: 20px;
  color: #ffffff;
}
/*---------------------------------------------------
  2.0 - portfolio style
----------------------------------------------------*/
/*---------------------------------------------------
  2.0 - main Blog style
----------------------------------------------------*/

.page-title {
  padding: 160px 0;
  text-align: center;
  margin-top: -16px;
}
.page-title h2 {
  color: #ffffff;
  text-align: center;
}
.page-title .breadcrumb {
  background: none;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.page-title .breadcrumb li {
  color: #ffffff;
  display: inline-block;
}
.page-title .breadcrumb li a {
  color: #ffffff;
}
.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.page-title-bg {
  background-image: url(../images/page-title.png);
  background-position: center center;
  background-size: cover;
}


.contact-section .section-title {
  margin-bottom: 64px;
}
.contact-section .section-title h2 {
  font-size: 22px;
  padding-top: 5px;
  padding-left: 23px;
}
.contact-section .section-title h2:after {
  height: 35px;
}
.contact-section .contact-address p {
  margin-bottom: 3px;
}
.contact-section .contact-address p i {
  margin-right: 6px;
}
.contact-section .social-icon-wrap-2 {
  margin-top: 22px;
}
.contact-section .contact-form .form-control {
  margin-bottom: 30px;
  padding: 12px 20px;
}
.contact-section .contact-form .btn {
  margin-top: 0;
}
.link i {
  color: #e90027;
  font-size: 17px
}

.player {
  font-size: 1px;
}

/*Start why chooes us*/


/*End why chooes us*/
.social-icon-wrap a {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(5, 122, 240, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(5, 122, 240, 0.1);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icon-wrap .facebook:hover {
  color: #3b5999;
}
.social-icon-wrap .twitter:hover {
  color: #55acee;
}
.social-icon-wrap .pinterest:hover {
  color: #bd081c;
}
.social-icon-wrap .linkedin:hover {
  color: #0077B5;
}
.social-icon-wrap-2 a {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  margin-right: 10px;
  border: 1px solid #e6e5ed;
  color: #606060;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icon-wrap-2 a:hover {
  background: #081827;
  color: #ffffff;
}
/*---------------------------------------------------
  2.0 - testimonial three style
----------------------------------------------------*/

/*---------------------------------------------------
  2.0 - testimonial-section style
----------------------------------------------------*/

.testimonial-section .item {
  padding: 30px 0;
}
.testimonial-section .client-details {
  /*position: relative;*/
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.08);
  box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.08);
  padding: 28px 30px 12px 65px;
  margin-right: 20px;
  margin-left: 50px;
  background: #ffffff;
}
.testimonial-section .client-details .media-left {
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -45px;
  width: auto !important;
  border-radius: 50%;
}
.testimonial-section .client-details .media-body {
  padding-left: 12px;
}
.testimonial-section .client-details .media-body .content {
  margin-bottom: 22px;
}
.testimonial-section .client-details .media-body .author {
  display: inline-block;
}
.testimonial-section .client-details .media-body .media-heading {
  margin-bottom: 5px;
}
.testimonial-section .client-details .media-body .designation {
  font-size: 12px;
}
.testimonial-section .client-details .media-body .rating {
  float: right;
  font-size: 18px;
  color: #3199de;
}
.testimonial-slider .owl-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-top: 35px;
  margin-left: -25px;
}
.testimonial-slider .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  font-size: 32px;
  background: #e1e1e1;
  margin: 0 5px;
}
.testimonial-slider .owl-dots .owl-dot span:hover {
  background: #e90027;
}
.testimonial-slider .owl-dots .owl-dot.active span {
  background: #e90027;
}
/*---------------------------------------------------
  2.0 - about section style
----------------------------------------------------*/

.about-main-thumb {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
}


.videoContainer {
    position: relative;
    width: 100%;
    height: 100%;
   padding: 20px;
    border-radius: 5px;
    background-attachment: scroll;
    overflow: hidden;
}
.videoContainer video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}
.videoContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: green;
    opacity: 0.5;
}
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/*@media (pointer: coarse) and (hover: none) {*/
/*  header {*/
/*    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;*/
/*  }*/
/*  header video {*/
/*    display: none;*/
/*  }*/
/*}*/
