* {
    margin: 0;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/montserrat/Montserrat-Medium.ttf');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
}
@font-face {
  font-family: 'Acme-Regular';
  src: url('../fonts/Acme-Regular.ttf');
}
@font-face {
  font-family: 'Aclonica-Regular';
  src: url('../fonts/Aclonica-Regular.ttf');
}
@font-face {
  font-family: 'IndustryInc-Stencil';
  src: url('../fonts/IndustryInc-Stencil.ttf');
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat-Regular' !important;
  overflow-x: hidden;
}

header {
  background: transparent;
  position: absolute;
  z-index: 11;
  width: 100%;
}
header .logo img {
  /* width: 135px;
  margin: 10px auto;
  display: block */
  width: 65%;
margin: 20% 0 0;
display: block;
background: #fff;
padding: 12px;
}
header .menu-list {
  padding-left: 0px;
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  margin-bottom: 0px;
}
header .menu-list li a {
  color: #000;
  text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 13px;
font-weight: 600;
text-decoration: none;
font-family: 'Montserrat-Medium';
display: inline-block;
padding: 5px 15px;
width: 100%;
}
header .menu-list li a i {
  position: relative;
  top: -2px;
}
header .menu-list li ul {
  display: none;
  position: absolute;
  padding-left: 0px;
  list-style-type: none;
  /* background: #eee; */
  z-index: 11;
  /* margin-top: 10px; */
}
header .menu-list li ul li {
  padding: 5px 15px;
  border-bottom: 1px solid #ccc;
  background: #fff;
box-shadow: 2px 1px 5px #ccc;
margin-bottom: 2px;
}
header .menu-list li:hover ul {
  display: block;
}
/* Circle */
.menu-list li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.menu-list li a:after {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '.';
  color: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: transparent;
}
.menu-list li {
  line-height: 20px;
}
.menu-list li a:hover:after {
  -webkit-animation: circle 1.5s ease-in forwards;
  animation: circle 1.5s ease-in forwards;
}
.menu-list li a.active:after {
  -webkit-animation: circle 1.5s ease-in forwards;
  animation: circle 1.5s ease-in forwards;
}
.menu-list li a:hover {
  color: #fff;
}
.menu-list li a.active {
  color: #fff;
}
@keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #005090;
    border-radius: 100%;
  }
  100% {
    background: #005090;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #005090;
    border-radius: 100%;
  }
  100% {
    background: #005090;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}
header .social-icon {
  border-left: 1px solid #ccc;
  position: absolute;
height: 30px;
top: 0;
right: 0;
}
header .social-icon ul {
  padding-left: 0px;
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  margin-bottom: 0px;
  margin-top: 8px;
}
header .social-icon ul li {
  margin: 0 10px;
}
header .social-icon ul li a {
  color: #000;
  transition: .1s;
}
header .social-icon ul li a i {
  transition: .1s;
  position: absolute;
}
header .social-icon ul li a i.fa-facebook {
  color: #0e5491;
}
header .social-icon ul li a i.fa-instagram {
  color: #df1c78;
}
header .social-icon ul li a i.fa-linkedin {
  color: #0a66c2;
}
header .social-icon ul li a i.fa-youtube-play {
  color: #ff0000;
}
header .social-icon ul li a:hover i.fa-facebook {
  color: #0e5491;
}
header .social-icon ul li a:hover i.fa-instagram {
  color: #df1c78;
}
header .social-icon ul li a:hover i.fa-linkedin {
  color: #0a66c2;
}
header .social-icon ul li a:hover i {
  /* transform: scale(1.5); */
  transition: .1s;
  font-size: 18px;
}
.box-layout {
  padding: 0 60px;
}

.about-section {
  padding-top: 60px;
}
.about-section:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  /* border-bottom: 14px solid #1673b8;
  top: -12px; */
  border-bottom: 19px solid #1673b8;
top: -18px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.about-section h6 {
  font-family: 'Montserrat-Medium';
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  /* text-transform: uppercase; */
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
}
.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}
.about-section h4 {
  color: #fff;
  font-family: 'Montserrat-Medium';
  font-size: 30px;
  /* font-weight: 600; */
  text-align: center;
  width: 50%;
margin: 15px auto 25px;
}

.testimonials-section h4 {
  color: black;
  font-family: 'Montserrat-Medium';
  font-size: 30px;
  /* font-weight: 600; */
  text-align: center;
  width: 50%;
margin: 15px auto 25px;
}

.about-section p {
  width: 45%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: auto auto 30px;
  z-index: 111;
position: relative;
}
.about-section img {
  width: 100%;
  margin-top: -415px;
  opacity: .1 !important;
  /* width: 65%; */
}
.high-text-list:after {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  background-color: #ffffffab;
  transform: rotate(45deg) translateX(-50%);
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.high-text-list:last-child::after {
  display: none;
}
.high-text-list h5 {
  font-family: 'Montserrat-Bold';
  color: #fff;
  text-align: center;
  z-index: 11;
  position: relative;
  font-size: 24px;
  transition: .3s;
}
.high-text-list p {
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  margin-bottom: 0px;
}
.high-text-list h5:hover {
  transform: scale(1.1);
  transition: .3s;
}

.highlight-list h5 {
  color: #232323;
  font-family: 'Montserrat-SemiBold';
  font-size: 30px;
  text-align: center;
  margin-bottom: 0;
  background: linear-gradient( #0085c4, #1d6db5, #435e97, #9e9dc1);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.highlight-list p {
  font-size: 14px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.separator-line-verticle-large {
  width: 1px;
  height: 20px;
  background: #005291;
  margin: auto;
}



.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
 }
 .carousel-fade .carousel-item img {
  height: 700px;
  object-fit: cover;
 }
 .carousel-fade  .carousel-item.active,
 .carousel-fade  .carousel-item-next.carousel-item-left,
 .carousel-fade  .carousel-item-prev.carousel-item-right {
   opacity: 1;
 }
 
 .carousel-fade .active.carousel-item-left,
 .carousel-fade  .active.carousel-item-right {
  opacity: 0;
 }
 
 .carousel-fade  .carousel-item-next,
 .carousel-fade .carousel-item-prev,
 .carousel-fade .carousel-item.active,
 .carousel-fade .active.carousel-item-left,
 .carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
 }
 .carousel-fade .carousel-caption h5 {
  font-size: 29px;
  line-height: 40px;
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  text-align: left;
 }
 .carousel-fade .carousel-caption {
  background-color: rgba(0, 0, 0, 0.85);
  width: 31%;
  padding: 80px;
  top: 30%;
-ms-transform: translateY(-20%);
transform: translateY(-20%);
left: 7%;
 }
 .carousel-fade .carousel-caption p {
   text-align: left;
   line-height: 24px;
   font-size: 14px;
   color: #ffffffbf;
   margin-top: 20px;
 }
 .w-90 {
   width: 90%;
 }
 .btn.btn-small {
  font-size: 11px;
  padding: 8px 24px;
  display: inline-block;
  border: 2px solid transparent;
  color: inherit;
  letter-spacing: .5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: uppercase;
  width: auto;
  font-family: 'Montserrat-Medium';
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  white-space: nowrap;
 }
 .btn.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #000;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  background: transparent;
  color: #fff;
}
.carousel-control-prev {
  left: 38%;
  width: 40px;
  background: #005292;
  height: 40px;
  opacity: 1;
  top: 72%;
}
.carousel-control-next {
  left: 38%;
  width: 40px;
  background: #005292;
  height: 40px;
  opacity: 1;
  top: 78%;
}
.carousel-control-next-icon {
  background-image: url("../images/next.png");
  transform: rotate(90deg);
}
.carousel-control-prev-icon {
  background-image: url("../images/prev.png");
  transform: rotate(90deg);
}
.bg-patterns {
  background: url(../images/bg-pattern.png);
}

.testimonials-list {
  background: #f7f7f7;
  padding: 60px;
  border-radius: 6px;
}
.testimonials-list p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.profile-box {
  margin-top: -50px;
}
.profile-box img {
  width: 100px;
display: block;
margin: auto auto auto;
border: 4px solid #fff;
border-radius: 100%;
}
.profile-box h5 {
  font-family: 'Montserrat-SemiBold';
  font-size: 12px;
  color: #000;
  margin-bottom: 3px;
  text-align: center;
  margin-top: 8px;
  text-transform: uppercase;
}
.profile-box p {
  font-size: 12px;
  color: #646464;
  text-align: center;
}
.owl-page.active span {
  background: #232323 !important;
}
.testimonials-section {
  padding-top: 20px;
  padding-bottom: 30px;
}
.testimonials-section .splide__pagination__page {
  width: 13px;
  height: 13px;
}
.testimonials-section .splide__pagination__page.is-active {
  transform: scale(1);
  background: #005796;
}
.testimonials-section .splide__pagination__page {
  border: 2px solid #005796;
opacity: 1;
background: #fff;
border-radius: 0;
}

.contact-section {
  background: #1c1c1c;
  padding: 20px 0px;
}
.contact-section-left h6 {
  text-align: left;
  font-size: 16px;
line-height: 23px;
color: #c8c8c8;
}
.contact-section-left h4 {
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  font-size: 30px;
  text-align: left;
  margin-top: 15px;
margin-bottom: 55px;
}
.contact-list {
  display: flex;
  margin-bottom: 30px;
}
.contact-list img {
 height: 35px;
 margin-right: 20px;
}
.contact-list h5 {
  font-family: 'Montserrat-Medium';
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}
.contact-list p {
  margin-bottom: 0px;
}
.contact-list a {
  color: #d2d2d2;
  text-decoration: none;
  font-size: 14px;
}
.contact-list ul {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  width: 40%;
  list-style-type: none;
  margin: 7px 0 auto 0;
}
.w-85 {
  width: 85%;
}
.contact-list ul li i {
  font-size: 23px;
}
.contact-list ul li a i {
  transition: .2s;
}
.contact-list ul li a:hover i.fa-facebook {
  color: #0e5491;
  text-shadow: 2px 1px 2px #353535;
}
.contact-list ul li a:hover i.fa-instagram {
  color: #df1c78;
  text-shadow: 2px 1px 2px #353535;
}
.contact-list ul li a:hover i.fa-linkedin {
  color: #1a5fca;
  text-shadow: 2px 1px 2px #353535;
}
.contact-list ul li a:hover i {
  transform: scale(1.5);
  transition: .2s;
}
.contact-section-left {
  /* align-self: center; */
}
.contact-section-left hr {
  border-color: #3e3e3e;
  width: 85%;
}
.contact-section-right {
  /* background: #ffffff; */
  border-radius: 6px;
  padding: 5% 5%;
}
.contact-section-right h4 {
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}
.contact-section-right .input-bg {
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,.1);
  padding: 10px 20px;
  /* margin-bottom: 15px; */
  width: 100%;
  font-size: 14px;
}
.error {
  color: #fa5959;
  font-size: 11px;
}

/* .btn.btn-small {
  font-size: 11px;
  padding: 8px 24px;
  display: inline-block;
  border: 2px solid transparent;
  color: inherit;
  letter-spacing: .5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: uppercase;
  width: auto;
  font-family: 'Montserrat-Medium';
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  white-space: nowrap;
 } */
 /* .contact-section-right .btn.btn-white {
  background: #232323;
  border-color: #232323;
  color: #fff;
}
.contact-section-right .btn.btn-white:hover, .contact-section-right  .btn.btn-white:focus {
  background: transparent;
  color: #232323;
} */

footer {
  background: #1c1c1c;
}
footer p, footer a {
  font-size: 13px;
  color: #bdbdbd;
  text-decoration: none;
}

/****  floating-Lable style start ****/
.floating-label { 
  position:relative; 
  /* margin-bottom:20px;  */
}
.floating-input , .floating-select {
  font-size:14px;
  padding:4px 4px;
  display:block;
  width:100%;
  height:30px;
  background-color: transparent;
  border:none;
  border-bottom:1px solid #757575;
  color: #fff;
}

.floating-input:focus , .floating-select:focus {
     outline:none;
     border-bottom:2px solid #c7c7c7; 
}

.floating-label label {
  color:#fff; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:5px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top: -8px;
font-size: 10px;
  color:#c7c7c7;
}

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
  top: -8px;
  font-size: 10px;
  color:#c7c7c7;
}

.floating-textarea {
   min-height: 30px;
   max-height: 260px; 
   overflow:hidden;
  overflow-x: hidden; 
}
.captcha-border {
  font-size: 13px;
}
.contact-section-right .form-group {
  margin-bottom: 25px;
}


.testimonial {
  border-right: 4px solid #005290;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #005290;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #005290;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 13px;
/* letter-spacing: .5px; */
color: #000;
line-height: 24px;
margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #005290;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 13px;
  color: #005290;
  font-style: italic;
}
.testimonials-section .splide__pagination {
  bottom: -50px;
}

.about-section p {
  width: 87% !important;
}
.about-section .line1 {
display: block;
content: "";
width: 12px;
height: 12px;
background-color: #dfceb9;
/* position: relative; */
transform: rotate(45deg) translateX(-50%);
left: 50%;
top: 10px;
}
.testimonials-section .line1 {
display: block;
content: "";
width: 12px;
height: 12px;
background-color: #0092d1;
/* position: relative; */
transform: rotate(45deg) translateX(-50%);
left: 50%;
top: 10px;
}

.about-section .line2 {
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 100%;
max-width: 780px;
height: 3px;
background: linear-gradient(
to right,
#dfceb9 0%,
white 45%,
rgba(0, 0, 0, 0) 45%,
rgba(0, 0, 0, 0) 55%,
white 55%,
#dfceb9 100%
);
}

.testimonials-section .line2 {
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 100%;
max-width: 780px;
height: 3px;
background: linear-gradient(      to right,      #486199 0%,      #1674b9 45%,      rgba(0, 0, 0, 0) 45%,      rgba(0, 0, 0, 0) 55%,      #1674b9 55%,      #486199 100%    );
}

.about-section .line-main {
display: flex;
justify-content: center;
margin-bottom: 20px;
}

.testimonials-section .line-main {
display: flex;
justify-content: center;
margin-bottom: 20px;
}

.contact-section-right .btn.btn-white:hover, .contact-section-right .btn.btn-white:focus {
  background: #ffffff;
  color: #000;
}
.contact-section-right .btn.btn-white {
  border-color: #ffffff;
  background: transparent;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}

/* #scroller div {
  display: block;
} */
.sticky-container {
  position: fixed;
  top: 35%;
  z-index: 99999999;
  right: 0px
}
.sticky-container ul {
  padding-left: 0px;
}
.sticky-container li {
  text-align: center;
  width: 32px;
  /* border: 1px solid #a59d9d !important; */
  margin: 0px 0 6px;
  padding: 6px 4px;
  line-height: 10px;
  background-color: #fff;
  border-left: none;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  list-style: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid transparent;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.15);
}
.sticky-container li:hover {
  /* width: 40px; */
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
}
.sticky-container li.face:hover {
  background: #3b5998;
}
.sticky-container li a {
  display: inline-block;
}
.sticky-container li i {
  color: #6c6c6c;
  font-size: 23px;
  padding-left: 3px;
}
.sticky-container li:hover i {
  color: #fff;
}
.sticky-container li.insta:hover {
  background: #e04479;
}
.sticky-container li.linkedin:hover {
  background: #007ab9;
}
.high-text {
  padding-bottom: 100px;
}
.br-right {
  border-right: 1px dashed #000;
}

@media (max-width: 600px) {
  .about-section {
    padding-top: 30px;
  }
  .about-section h4 {
    font-size: 24px;
    width: 100%;
    margin: 15px auto 13px;
  }
  #about::after {
    background-position: center !important;
  }
  .testimonials-section h4 {
    font-size: 24px;
    width: 100%;
    margin: 15px auto 13px;
  }
  .carousel-fade .carousel-caption {
    width: 90%;
    left: 5%;
  }
  .carousel-control-prev {
    left: 84%;
  }
  .carousel-control-next {
    left: 84%;
  }
  .carousel-fade .carousel-caption {
    padding: 30px;
  }
  .carousel-fade .carousel-caption h5 {
    font-size: 24px;
  }
  .contact-section-right {
    margin-top: 5%;
    padding: 1%;
  }
  .contact-section-left h6 {
    text-align: center;
    font-size: 14px;
  }
  .contact-section-left h4 {
    text-align: center;
    font-size: 24px;
  }
  .contact-list {
    justify-content: center;
  }
  .contact-section-left hr {
    width: 100%;
  }
  .w-85 {
    width: 100%;
  }
  .contact-section {
    padding: 40px 0px 15px;
  }
  header .menu-list li a {
    padding: 5px 2px;
  }
  .about-section .line2 {
    transform: translateX(-51%);
    width: 90%;
  }
  .testimonials-section .line2 {
    transform: translateX(-51%);
    width: 90%;
  }
  header .logo img {
    width: 85px;
  }
  header .social-icon {
    border-color: transparent;
  }
  .logo {
    padding-left: 0px;
  }
  .high-text-list::after {
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #fff;
    transform: rotate(45deg) translateX(-50%);
    right: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    top: unset;
  }
  .high-text-list {
    margin-bottom: 15px;
  }
  .high-text {
    padding-bottom: 50px;
  }
  .cont-details .card {
    padding: 20px 10px;
  }
  .high-text-list p {
    margin-bottom: 25px;
  }
  .br-right {
    border-right: 1px dashed transparent;
  }
  .cont-details .card {
    padding: 16px 10px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  header .logo img {
    width: 100px;
  }
  header .menu-list li a {
    padding: 5px 13px;
  }
  .carousel-fade .carousel-caption {
    width: 60%;
  }
  .carousel-control-prev {
    left: 67%;
  }
  .carousel-control-next {
    left: 67%;
  }
  .contact-section-right {
    margin-top: 5%;
  }
  .contact-section-left h6 {
    text-align: center;
  }
  .contact-section-left h4 {
    text-align: center;
  }
  .contact-list {
    justify-content: center;
  }
  .contact-section-left hr {
    width: 100%;
  }
  .w-85 {
    width: 100%;
  }
  .contact-section {
    padding: 40px 0px 15px;
  }
  .about-section .line2 {
    width: 58%;
  }
  .testimonials-section .line2 {
    width: 58%;
  }
  .high-text-list h5 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel-fade .carousel-caption {
    width: 45%;
  }
  .carousel-control-prev {
    left: 52%;
  }
  .carousel-control-next {
    left: 52%;
  }
}