* {
  margin: 0px;
  padding: 0px;
}

/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-v7-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Rubik'), local('Rubik-Regular'),
    url('../fonts/rubik-v7-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/rubik-v7-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/rubik-v7-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/rubik-v7-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/rubik-v7-latin-regular.svg#Rubik') format('svg');
  /* Legacy iOS */
}

/* josefin-sans-regular - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/josefin-sans-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Josefin Sans Regular'), local('JosefinSans-Regular'),
    url('../fonts/josefin-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/josefin-sans-v12-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/josefin-sans-v12-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/josefin-sans-v12-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/josefin-sans-v12-latin-regular.svg#JosefinSans') format('svg');
  /* Legacy iOS */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Josefin Sans;
  font-style: normal;
  font-variant: normal;

}

p {
  color: #838080;
}

p,
a {
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  text-align: justify;
}

body {
  height: auto;
  width: 100%;
  float: left;
  overflow-x: hidden;
  height: auto;
}

.header-section {
  width: 100%;
  float: left;
  background-color: #fff;
  height: 100px;
  border-bottom: 1px solid #efefef;
}

.navbar-brand img {
  width: auto;
  height: 100px;
}

.menu-section {
  width: 100%;
  float: left;
  padding-top: 5%;
}

.menu-section ul a {
  color: #2b8fcf;
}

.menu-item {
  width: 100%;
  padding-left: 200px;
}

.fixed-top {
  border-bottom: 1px solid #efefef;
}

.menu-item li {
  padding: 0px 10px;
}

.navbar-toggler {
  line-height: 0 !important;
  border: 2px solid #2B8FCF;
  border-radius: 10px;
}

.navbar-toggler-icon {
  text-align: center;
  padding: 5px;
}

.dark-blue-text {
  color: #2b8fcf;
}

/*.menu-item li.active {color:#fff;background: #2b8fcf;-webkit-transform: skew(-10deg);-moz-transform: skew(-10deg);-o-transform: skew(-10deg);transform: skew(-10deg);}
.menu-item li.active a{color:#fff; -webkit-transform: skew(10deg) !important;-moz-transform: skew(10deg) !important;-o-transform: skew(10deg) !important;transform: skew(10deg) !important;}*/
#slider {
  width: 100%;
  float: left;
  display: block;
}

.carousel-control-next,
.carousel-control-prev {
  width: 8%;
}

.slider-section {
  width: 100%;
  float: left;
}

.slider-section img {
  width: 100%;
  float: left;
  height: Auto;
}

.banner-caption {
  width: 100%;
  float: left;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  filter: alpha(opacity=60);
}

.banner-caption h1 {
  font-family: Raleway;
  color: #fff;
}

.banner-caption p {
  color: #fff;
  font-family: rubik;
}

.banner-content {
  width: 100%;
  float: left;
  text-align: left;
}

.banner-caption {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 150px;
  margin-top: 100px;
}

.caption-content {
  padding: 30px;
  border: 2px solid #ffc30c;
}

.button1 {
  background: #ffc30c;
  padding: 10px 30px;
  color: #000;
  border-radius: 20px;
}

.caption-content a {
  text-decoration: none;
  padding-right: 40px;
}

.button1 .arrow1 {
  background-image: url(../img/arrow2.png);
  background-repeat: no-repeat;
  float: left;
  width: 5%;
  margin-top: 6px;
  height: 40px;
  position: absolute;
  margin-left: 10px;
}

.about-us {
  width: 100%;
  float: left;
  padding: 50px 0px;
}

.about-us-content {
  padding: 0px;
  width: 100%;
  float: left;
}

.about-us img {
  width: 100%;
  float: left;
  height: auto;
}

.about-us .border-line {
  width: 60px;
  height: 3px;
  background: #a1a1a1;
  float: left;
  top: 45px;
  left: 15px;
  position: absolute;
}

.about-us h2 {
  color: #2B8FCF;
  text-transform: uppercase;
}

.about-right-cont1 p {
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  color: #838080;
}

.about-right-cont1 .icon1 {
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.about-right-cont1 li {
  padding: 0px;
  list-style-type: none;
}

.icon1 img {
  padding-right: 10px;
}

.vision-header,
.mission-header,
.core-header {
  padding: 0px;
  margin-top: 20px;
}

.vision-header h5,
.mission-header h5,
.core-header h5 {
  font-size: 18px;
  font-weight: 700;
}

.mission p {
  word-spacing: 5px;
}

.vision p,
.mission p,
.core-values p {
  padding-top: 10px;
}

.about-right-cont1 h2 {
  padding-bottom: 20px;
}

.services {
  background-image: url(../img/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.service-header {
  width: 100%;
  float: left;
  text-align: center;
}

.service-header .border-line {
  width: 60px;
  height: 3px;
  background: #a1a1a1;
  margin: auto;
  position: relative;
  display: block;
  bottom: 20px;
}

.services h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #2b8fcf;
}

.service-content {
  text-align: center;
  padding: 0px;
}

.service-type {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 25px;
}

.service-type h3 {
  color: #353535;
  padding-bottom: 25px;
}

.service-type .service1 {
  text-align: center;
}

.service-part {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.service-type .service1 .service-text {
  background: #fff;
  padding: 15px;
  height: 250px;
}

.service-type .service1 h5 {
  padding-top: 10px;
  font-size: 16px;
  color: #2b8fcf;
}

.service-type .service1 p {
  text-align: center !important;
  padding: 10px;
  font-size: 14px;
}

.service-type .service1 a {
  text-decoration: none;
}

.service-type .service1 h5 {
  font-size: 14px;
}

.service-slot2 {
  width: 100%;
  padding-top: 50px;
}

.service-reviews {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 0px;
}

.services-reviews-header .border-line {
  width: 60px;
  height: 3px;
  background: #a1a1a1;
  display: block;
  position: relative;
  bottom: 20px;
}

.service-reviews h3 {
  color: #2b8fcf;
  padding-bottom: 20px;
}

.service-reviews .service-image {
  padding-bottom: 20px;
}

.service-reviews-2,
.service-reviews-3 {
  margin-top: 50px;
}

.service-reviews-2 h4,
.service-reviews-3 h4 {
  color: #2b8fcf;
  font-weight: 400;
}

.service-reviews-3 p {
  padding-bottom: 10px;
}

.service-reviews .border-line {}

.review-type1 img {
  margin: 10% 0%;
}

.review-content {
  width: 100%;
  float: left;
}

.review-desc {
  padding-left: 0px;
}

.review-type1 {
  padding: 0px;
  width: 100%;
  float: left;
}

.review-type1 img {
  margin: 50% 0%;
}

#model {
  padding: 50px 0px;
  text-align: center;
  width: 100%;
  float: left;
}

.model-header {
  width: 100%;
  float: left;
  text-align: center;
}

.model-header h2 {
  color: #2b8fcf;
  font-family: josefin sans;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.model-header .border-line {
  width: 60px;
  height: 3px;
  background: #a1a1a1;
  display: block;
  position: relative;
  margin: auto;
  bottom: 25px;
}

.model-type {
  width: 100%;
  float: left;
  text-align: center;
}

.model-type .border-line {
  width: 60px;
  height: 3px;
  background: #a1a1a1;
  float: left;
  top: 45px;
  left: 47%;
  position: absolute;
}

.model-head1 h5,
.model-head2 h5,
.model-head3 h5 {
  color: #fff;
  padding: 20px;
  border: 2px solid #ffc30c;
  text-transform: uppercase;
  font-size: 18px;
}

.model-head1,
.model-head2,
.model-head3 {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  bottom: 0px;
  position: absolute;
  width: 92%;
  transition: all 5s;
}

.model1:hover .model-head1 {
  height: 350px;
}

.model-desc {
  display: none;
}

.model1:hover .model-head1,
.model2:hover .model-head2,
.model3:hover .model-head3 {
  height: 350px;
}

.model1:hover h5,
.model2:hover h5,
.model3:hover h5 {
  height: 300px;
  color: #2b8fcf;
}

.model1:hover .model-desc,
.model2:hover .model-desc,
.model3:hover .model-desc {
  bottom: 280px;
  z-index: 2;
  color: #fff;
  position: relative;
  padding: 20px;
}

.company-details {
  background-image: url(../img/company-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  float: left;
  width: 100%;
  padding: 100px 0px;
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
}

.company-details h2 {
  text-transform: uppercase;
}

.company-details .border-line {
  width: 60px;
  height: 3px;
  background: #fff;
  margin: auto;
  display: block;
  position: relative;
  top: 5px;
}

.company-desc {
  padding: 50px;
  border: 2px solid #ffc30c;
  margin-top: 40px;
}

.contact-us h2 {
  color: #ffc30c;
  text-align: center;
  text-transform: uppercase;
}

.contact-us {
  width: 100%;
  float: left;
  background-color: #10374f;
  padding: 50px 0px;
  height: auto;
}

.contact-heading {
  width: 100%;
  float: left;
  text-align: center;
}

.contact-heading .border-line {
  width: 60px;
  height: 3px;
  background: #ffc30c;
  margin: auto;
  position: relative;
  display: block;
  top: 5px;
}

.contact-us-content {
  width: 100%;
  float: left;
  padding-top: 40px;
}

.contact-us-content h4 {
  color: #ffc30c;
}

.contact-us-content li {
  list-style-type: none;
  color: #fff;
  padding: 0px;
  font-size: 15px;
  line-height: 28px;
}

.contact-us a {
  color: #fff;
  text-decoration: none;
}

.contact-us a:hover {
  color: #a1a1a1;
  transition: all .5s;
}

.address1 {
  margin-bottom: 30px;
  padding: 0px;
}

.address2 .address3 {
  padding: 10px;
}

#email-input,
#name-input {
  border-radius: 0px;
  padding: 10px 10px;
  color: #353535;
}

.contact-button1 {
  padding: 0px;
}

.contact-button1 button {
  background: #ffc30c;
  border-radius: 0px;
  border: 0px;
  color: #353535;
}

.copyright {
  width: 100%;
  float: left;
  height: auto;
  background-color: #0b2637;
  text-align: center;
  padding: 25px 0px;
}

.copyright h4 {
  color: #ffc30c;
  font-family: josefin sans;
  font-weight: 400;
  font-size: 18px;
}

.modal ul {
  list-style-type: none !important;
  color: #838080;
  font-family: rubik;
  font-weight: normal;
}

.modal {
  text-align: left;
  width: 100%;
  float: left;
  font-size: 16px;
}

.modal h4 {
  color: #2b8fcf;
  float: left;
  font-weight: 500;
  text-align: left;
  font-size: 21px;
}

.modal .clse-btn1 {
  background: #ffc30c;
  float: left;
  padding: 10px 30px;
  color: #000;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  font-family: rubik;
}

.modal-footer {
  justify-content: center;
}

.modal-header {
  justify-content: center;
}

.modal-header .close {
  display: none;
}

.modal .close {
  position: absolute;
}

.scrollup {
  font-size: 20px;
  color: #fff;
  background: rgba(43, 143, 207, 0.90);
  border: 1px solid #A2A2A2;
  text-align: center;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  border-radius: 0px;
}

.address-details.col-md-6 .col-md-6 {
  float: left;
  margin-left: -15px;
}

.address-details.col-md-6 {
  padding: 0;
}

#copyright a {
  color: #ffc30c;
  font-family: josefin sans;
  font-weight: 400;
  font-size: 18px;
}

.recent-project-card {
  border-radius: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.recent-project-card:hover {
  border: none;
}

.project-card-grid p {
  text-transform: uppercase;
  margin: 0;
}

.project-card-grid h4 {
  font-size: 18px;
}

span.project-card-icon svg {
  width: 4.6rem;
  height: auto;
  fill: #fff !important;
}

.project-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.6rem;
}

@media screen and (max-width:359px) {
  h2 {
    font-size: 21px;
    font-weight: bold;
  }

  h3 {
    font-size: 18px;
    font-weight: normal;
  }

  h4 {
    font-size: 16px;
    font-weight: normal;
  }

  h5 {
    font-size: 14px;
    font-weight: normal;
  }

  p {
    font-size: 12px;
    line-height: 15px;
  }

  .about-us .border-line,
  .services .border-line,
  .model .border-line,
  .company-details .border-line,
  .contact-us .border-line {
    width: 40px;
    height: 3px;
  }

  .navbar-toggle {
    border: 1px solid #000;
    background: #efefef !important;
    display: block;
  }

  .logo-section {
    width: 100%;
    float: left;
  }

  .menu-section {
    width: 100%;
    float: left;
    padding-top: 0%;
    height: 0px;
  }

  .menu-section .navbar-toggler {
    border: 2px solid #2b8fcf;
    margin-left: 20px;
    position: relative;
    bottom: 80px;
    left: 70%;
    margin-top: 10px;
  }

  .menu-section .menu-item {
    padding-left: 0px;
  }

  .menu-section .menu-item a {
    padding-left: 15px;
    transform: 0deg;
  }

  nav li a.active {
    border-radius: 25px;
    transform: skew(0deg) !important;
  }

  #collapsibleNavbar {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0% 0%;
    padding: 20px;
    border-top: 3px solid #ffc30c;
    position: relative;
    bottom: 20px;
  }

  #slider {
    margin-top: 10px;
    display: block;
    z-index: 1030;
  }

  .banner-caption {
    width: 70% !important;
    top: 0px;
    left: 0px;
    margin: 20px 50px;
    height: auto;
    padding: 5px;
  }

  .banner-caption h1 {
    font-family: Raleway;
    color: #fff;
    font-size: 10px;
  }

  .caption-content {
    padding: 6px;
  }

  .button1 {
    padding: 4px 15px;
    font-size: 12px;
  }

  .caption-content a {
    text-align: center;
    padding-right: 10px;
  }

  .caption-content .button1 {
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 10px;
    text-align: center;
  }

  .banner-caption p {
    font-size: 12px;
    line-height: 14px;
    display: none;
  }

  .about-us .border-line {
    height: 3px;
    width: 40px !important;
    top: 10px;
    position: relative;
    margin: auto;
    display: block;
  }

  .arrow1 {
    display: none;
  }

  .about-us {
    padding: 25px 0px;
  }

  .about-us-image {
    width: 100%;
    float: left;
  }

  .about-us img {
    width: 80% !important;
    float: none;
    height: auto;
    padding-bottom: 25px;
    margin: auto;
    display: block !important;
  }

  .about-us h2 {
    color: #2B8FCF;
    text-transform: uppercase;
    font-size: 21px;
    text-align: center;
  }

  .about-us .border-line {
    height: 3px;
    width: 60px;
    top: 10px;
    left: 0px;
    position: relative;
    margin: auto;
    display: block;
    float: none;
  }

  .about-us p,
  li {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
  }

  .vision,
  .mission,
  .core-values {
    padding: 10px 0px;
  }

  .vision-header h5,
  .mission-header h5,
  .core-header h5 {
    padding-left: 10px;
    font-size: 16px;
  }

  .mission-header,
  .core-header {
    width: 80% !important;
    float: left;
  }

  .about-right-cont1 .icon1 {
    width: 20%;
    float: left;
  }

  .icon1 img {
    padding-left: 10px;
  }

  .about-right-cont1 .vision-header {
    width: 80%;
    float: left;
  }

  .about-right-cont1 .icon1 .d-block {
    width: 54px !important;
    height: 54px !important;
    float: left;
    padding: 0px;
  }

  .services {
    padding: 25px 0px;
  }

  .services h2 {
    font-size: 21px;
  }

  .services h3 {
    font-size: 18px;
  }

  .services-reviews-header h3 {
    text-align: center;
    font-size: 21px;
  }

  .services-reviews-header .border-line {
    margin: auto;
    float: none;
  }

  .service-type {
    margin-top: 0px;
  }

  .service-type .service1 p {
    font-size: 12px;
  }

  .service-type .service1 .service-text {
    height: 220px;
  }

  .model1:hover .model-head1,
  .model2:hover .model-head2,
  .model3:hover .model-head3 {
    height: 280px;
  }

  .model1:hover h5,
  .model2:hover h5,
  .model3:hover h5 {
    height: 230px;
  }

  .service-slot2 {
    padding-top: 0px;
  }

  .service1 .service-part {
    margin-bottom: 25px;
  }

  .service-reviews {
    padding-top: 25px;
  }

  .service-image img {
    width: 80% !important;
    float: none;
    padding-bottom: 20px;
    margin: auto;
  }

  .service-reviews-2 h4,
  .service-reviews-3 h4 {
    font-size: 18px;
  }

  .service-reviews-2,
  .service-reviews-3 {
    margin-top: 25px;
  }

  .service-slot2 {
    padding-top: 0px;
  }

  .service-reviews-2 h5 {
    font-size: 18px;
  }

  .service-reviews-2 p {
    font-size: 12px;
  }

  .review-icon {
    width: 30%;
    float: left;
  }

  .review-desc {
    width: 70%;
    float: left;
  }

  #model {
    padding: 25px 0px;
  }

  .model h2 {
    font-size: 21px;
  }

  .model-type h5 {
    font-size: 14px;
  }

  .model1,
  .model2 {
    margin-bottom: 20px;
  }

  .model-head1,
  .model-head2,
  .model-head3 {
    width: 90%;
  }

  .model1:hover .model-desc,
  .model2:hover .model-desc,
  .model3:hover .model-desc {
    bottom: 200px;
    z-index: 2;
    color: #fff;
    position: relative;
    padding: 20px;
    display: block;
  }

  .model1:hover .model-head1,
  .model2:hover .model-head2,
  .model3:hover .model-head3 {
    height: 283px;
  }

  .model1:hover h5,
  .model2:hover h5,
  .model3:hover h5 {
    height: 233px;
  }

  .contact-us {
    padding: 25px 0px;
  }

  .company-details {
    padding: 50px 0px;
  }

  .company-details h2 {
    font-size: 21px;
  }

  .contact-us-content li {
    font-size: 12px;
  }

  .contact-us-content li a {
    font-size: 12px;
  }

  .company-desc {
    font-size: 12px;
    padding: 25px;
  }

  .copyright h4 {
    font-size: 12px !important;
  }

  .copyright {
    padding: 25px 10px;
  }

  #email-input,
  #name-input,
  #exampleFormControlTextarea2 {
    font-size: 14px;
  }

  .contact-button1 .btn-block {
    font-size: 14px;
  }
}

@media only screen and (min-width:360px) and (max-width:480px) {
  h2 {
    font-size: 24px;
    font-weight: bold;
  }

  h3 {
    font-size: 21px;
    font-weight: normal;
  }

  h4 {
    font-size: 18px;
    font-weight: normal;
  }

  h5 {
    font-size: 16px;
    font-weight: normal;
  }

  p {
    font-size: 14px;
    line-height: 21px;
  }

  .about-us .border-line,
  .services .border-line,
  .model .border-line,
  .company-details .border-line,
  .contact-us .border-line {
    width: 40px;
    height: 3px;
  }

  .navbar-toggle {
    border: 1px solid #000;
    background: #efefef !important;
    display: block;
  }

  .logo-section {
    width: 100%;
    float: left;
  }

  .menu-section {
    width: 100%;
    float: left;
    padding-top: 0%;
    height: 0px;
  }

  .menu-section .navbar-toggler {
    border: 2px solid #2b8fcf;
    margin-left: 20px;
    position: relative;
    bottom: 80px;
    left: 70%;
    margin-top: 10px;
  }

  .menu-section .menu-item {
    padding-left: 0px;
  }

  .menu-section .menu-item a {
    padding-left: 15px;
    transform: 0deg;
  }

  nav li a.active {
    border-radius: 25px;
    transform: skew(0deg) !important;
  }

  #collapsibleNavbar {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0% 0%;
    padding: 20px;
    border-top: 3px solid #ffc30c;
    position: relative;
    bottom: 20px;
  }

  #slider {
    margin-top: 10px;
    display: block;
    z-index: 1030;
  }

  .banner-caption {
    width: 70% !important;
    top: 0px;
    left: 0px;
    margin: 23px 50px;
    height: auto;
    padding: 10px;
  }

  .banner-caption h1 {
    font-family: Raleway;
    color: #fff;
    font-size: 12px;
    padding-bottom: 10px;
  }

  .caption-content {
    padding: 10px;
  }

  .button1 {
    font-size: 14px;
  }

  .caption-content a {
    text-align: center;
    padding-right: 10px;
  }

  .caption-content .button1 {
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 10px;
    text-align: center;
  }

  .banner-caption p {
    font-size: 12px;
    line-height: 14px;
    display: none;
  }

  .about-us .border-line {
    height: 3px;
    width: 40px !important;
    top: 10px;
    position: relative;
    margin: auto;
    display: block;
  }

  .arrow1 {
    display: none;
  }

  .about-us {
    padding: 25px 0px;
  }

  .about-us-image {
    width: 100%;
    float: left;
  }

  .about-us img {
    width: 80% !important;
    float: none;
    height: auto;
    padding-bottom: 25px;
    margin: auto;
    display: block !important;
  }

  .about-us h2 {
    color: #2B8FCF;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
  }

  .about-us .border-line {
    height: 3px;
    width: 60px;
    top: 10px;
    left: 0px;
    position: relative;
    margin: auto;
    display: block;
    float: none;
  }

  .about-us p,
  li {
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
  }

  .vision,
  .mission,
  .core-values {
    padding: 10px 0px;
  }

  .mission-header,
  .core-header {
    width: 80% !important;
    float: left;
  }

  .about-right-cont1 .icon1 {
    width: 20%;
    float: left;
  }

  .icon1 img {
    padding-left: 10px;
  }

  .about-right-cont1 .vision-header {
    width: 80%;
    float: left;
  }

  .about-right-cont1 .icon1 .d-block {
    width: 54px !important;
    height: 54px !important;
    float: left;
    padding: 0px;
  }

  .services {
    padding: 25px 0px;
  }

  .services h2 {
    font-size: 24px;
  }

  .services h3 {
    font-size: 18px;
  }

  .services-reviews-header h3 {
    text-align: center;
    font-size: 24px;
  }

  .services-reviews-header .border-line {
    margin: auto;
    float: none;
  }

  .service-type {
    margin-top: 0px;
  }

  .service-slot2 {
    padding-top: 0px;
  }

  .service1 .service-part {
    margin-bottom: 25px;
  }

  .service-reviews {
    padding-top: 25px;
  }

  .service-type .service1 .service-text {
    height: 230px;
  }

  .service-image img {
    width: 80% !important;
    float: none;
    padding-bottom: 20px;
    margin: auto;
  }

  .service-reviews-2 h4,
  .service-reviews-3 h4 {
    font-size: 21px;
  }

  .service-reviews-2,
  .service-reviews-3 {
    margin-top: 25px;
  }

  .service-slot2 {
    padding-top: 0px;
  }

  .service-reviews-2 h5 {
    font-size: 18px;
  }

  .service-reviews-2 p {
    font-size: 14px;
  }

  .review-icon {
    width: 30%;
    float: left;
  }

  .review-desc {
    width: 70%;
    float: left;
  }

  .review-type1 img {
    margin: 30% 0%;
  }

  #model {
    padding: 25px 0px;
  }

  .model h2 {
    font-size: 24px;
  }

  .model-type h5 {
    font-size: 16px;
  }

  .model1,
  .model2 {
    margin-bottom: 20px;
  }

  .model1:hover .model-desc,
  .model2:hover .model-desc,
  .model3:hover .model-desc {
    bottom: 250px;
    z-index: 2;
    color: #fff;
    position: relative;
    padding: 20px;
    display: block;
  }

  .contact-us {
    padding: 25px 0px;
  }

  .company-details {
    padding: 50px 0px;
  }

  .company-details h2 {
    font-size: 24px;
  }

  .company-desc {
    font-size: 14px;
    padding: 25px;
  }

  .copyright h4 {
    font-size: 14px !important;
  }

  .copyright {
    padding: 25px 10px;
  }

  #email-input,
  #name-input,
  #exampleFormControlTextarea2 {
    font-size: 14px;
  }

  .contact-us-content li {
    font-size: 14px;
  }

  .contact-us-content h4 {
    font-size: 18px;
  }

  .contact-button1 .btn-block {
    font-size: 14px;
  }

}

@media only screen and (min-width:481px) and (max-width:767px) {
  .menu-section {
    width: 100%;
    float: left;
    padding-top: 0%;
    height: 0px;
  }

  .menu-section .navbar-toggler {
    margin-left: 20px;
    position: relative;
    bottom: 90px;
    left: 80%;
    margin-top: 20px;
  }

  .menu-section .menu-item {
    padding-left: 0px;
  }

  .menu-section .menu-item a {
    padding-left: 15px;
    transform: 0deg;
  }

  #collapsibleNavbar {
    width: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0% 0%;
    padding: 20px;
    border-top: 3px solid #ffc30c;
    position: relative;
    bottom: 40px;
    right: 10px;
  }

  nav li a.active {
    border-radius: 25px;
    transform: skew(0deg) !important;
  }

  .banner-caption {
    margin-left: 100px;
    width: 70%;
    float: left;
    height: auto;
    margin-top: 35px;
    padding: 10px;
  }

  .caption-content {
    padding: 10px;
  }

  .banner-caption h1 {
    font-family: Raleway;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
  }

  .banner-caption p {
    line-height: 12px;
    font-size: 12px;
    margin-bottom: 5px !important;
  }

  .caption-content a {
    text-align: center;
    padding-right: 10px;
  }

  .caption-content .button1 {
    padding: 5px 8px;
    font-size: 10px;
    margin-bottom: 5px;
    border-radius: 25px;
    text-align: center;
  }

  .button1 .arrow1 {
    display: none;
  }

  .about-us {
    padding: 25px 0px;
  }

  .about-us-image {
    width: 100%;
    float: left;
  }

  .about-us img {
    width: 80% !important;
    float: none;
    height: auto;
    padding-bottom: 25px;
    margin: auto;
    display: block !important;
  }

  .about-us h2 {
    color: #2B8FCF;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
  }

  .about-us .border-line {
    height: 3px;
    width: 60px;
    top: 10px;
    left: 0px;
    position: relative;
    margin: auto;
    display: block;
    float: none;
  }

  .about-us p,
  li {
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
  }

  .vision,
  .mission,
  .core-values {
    padding: 10px 0px;
  }

  .about-right-cont1 .icon1 {
    width: 15%;
    float: left;
  }

  .icon1 img {
    padding-left: 10px;
  }

  .about-right-cont1 .vision-header {
    width: 85%;
    float: left;
  }

  .mission-header,
  .core-header {
    width: 80% !important;
    float: left;
  }

  .about-right-cont1 .icon1 .d-block {
    width: 54px !important;
    height: 54px !important;
    float: left;
    padding: 0px;
  }

  .services {
    padding: 25px 0px;
  }

  .services h2 {
    font-size: 24px;
  }

  .services-reviews-header h3 {
    text-align: center;
    font-size: 24px;
  }

  .services-reviews-header .border-line {
    margin: auto;
    float: none;
  }

  .service-type .service1 .service-text {
    height: 220px;
  }

  .service-type {
    margin-top: 0px;
  }

  .service-slot2 {
    padding-top: 0px;
  }

  .service-slot2 .justify-content-center {
    margin: 0px;
  }

  .service1 .service-part {
    margin-bottom: 25px;
  }

  .service-reviews {
    padding-top: 25px;
  }

  .service-image img {
    width: 80% !important;
    float: none;
    padding-bottom: 20px;
    margin: auto;
  }

  .service-reviews-2 h4,
  .service-reviews-3 h4 {
    font-size: 21px;
  }

  .service-reviews-2,
  .service-reviews-3 {
    margin-top: 25px;
  }

  .service-reviews-2 h5 {
    font-size: 18px;
  }

  .service-reviews-2 p {
    font-size: 14px;
  }

  .review-type1 img {
    margin: 15% 0%;
  }

  .review-icon {
    width: 30%;
    float: left;
  }

  .review-desc {
    width: 70%;
    float: left;
  }

  #model {
    padding: 25px 0px;
  }

  .model h2 {
    font-size: 24px;
  }

  .model1,
  .model2 {
    margin-bottom: 20px;
  }

  .model-type h5 {
    font-size: 16px;
  }

  .model-head1,
  .model-head2,
  .model-head3 {
    width: 81%;
    left: 50px;
  }

  .model1:hover .model-desc,
  .model2:hover .model-desc,
  .model3:hover .model-desc {
    bottom: 250px;
    z-index: 2;
    color: #fff;
    position: relative;
    padding: 20px;
    display: block;
  }

  .model1:hover .model-head1,
  .model2:hover .model-head2,
  .model3:hover .model-head3 {
    height: 450px;
  }

  .model1:hover .model-desc,
  .model2:hover .model-desc,
  .model3:hover .model-desc {
    bottom: 380px;
  }

  .model1:hover h5,
  .model2:hover h5,
  .model3:hover h5 {
    height: 400px;
  }

  .contact-us {
    padding: 25px 0px;
  }

  .contact-us h2 {
    font-size: 24px;
  }

  .contact-us-content li {
    font-size: 14px !important;
  }

  .company-details {
    padding: 50px 0px;
  }

  .company-details h2 {
    font-size: 24px;
  }

  .company-desc {
    font-size: 14px;
  }

  .copyright h4 {
    font-size: 14px !important;
  }

  .copyright {
    padding: 25px 10px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .menu-item {
    padding-left: 0px;
  }

  .menu-item li {
    padding: 0px 2px;
  }

  .caption-content {
    padding: 20px;
  }

  .caption-content h1 {
    font-size: 24px;
  }

  .caption-content p {
    font-size: 14px;
  }

  .banner-caption {
    margin-left: 150px;
    width: 60%;
    max-width: 60%;
    float: left;
    height: auto;
    margin-top: 50px;
    padding: 10px;
  }

  .about-left-cont {
    width: 100%;
    float: left;
    display: block;
    max-width: 100%;
  }

  .about-us-content .row {
    display: block;
  }

  .about-us h1 {
    text-align: center;
  }

  .about-us .border-line {
    top: 0px;
    left: 0px;
    position: relative;
    margin: 10px auto;
    display: block;
    float: none;
  }

  .about-us-image {
    text-align: center;
    display: block;
    width: 100%;
    float: left;
  }

  .about-us-image img {
    display: block !important;
    width: 80% !important;
    max-width: 80%;
    margin: auto;
    margin-bottom: 25px;
    float: none;
  }

  .about-right-cont1 h2 {
    padding-bottom: 20px;
    text-align: center;
  }

  .about-right-cont.col-md-7 {
    width: 100%;
    float: left;
    max-width: 100%;
  }

  .vision,
  .mission,
  .core-values {
    max-width: 50%;
    display: block;
    position: relative;
    float: left;
    margin-top: 25px;
  }

  .vision-header-cont,
  .mission-header-cont,
  .core-header-cont {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  .vision img,
  .mission img {
    width: 10%;
    float: left;
    max-width: 50%;
    margin-botton: 20px;
  }

  .core-values img {
    width: 25%;
    float: left;
    max-width: 25%;
    margin-botton: 20px;
  }

  .core-values {
    width: 100%;
    float: left;
    max-width: 100%;
  }

  .service1 {
    width: 50% !important;
    float: left;
    flex: 0%;
    max-width: 50%;
    margin-bottom: 25px;
  }

  .service-slot1 .row,
  .service-slot2 .row {
    display: inline-block;
  }

  .service-slot2 {
    padding-top: 0px;
  }

  .service-slot2 .justify-content-center {
    margin: 0px;
  }

  .procure-services {
    width: 100% !important;
    float: left;
    max-width: 100%;
  }

  .procure-services .service-part {
    margin: auto;
    display: block;
    width: 50%;
  }

  .col-md-3.service-reviews-1 {
    max-width: 40% !important;
    float: left;
    width: 40% !important;
    display: block !important;
    flex: 0 0 40%;
  }

  .service-reviews .row {
    display: block;
    float: left;
  }

  .service-reviews-2 {
    width: 60%;
    float: left;
    max-width: 60% !important;
    display: block !important;
    flex: 0 0 60%;
    margin: 0px;
    position: relative;
  }

  .cmo-content {
    width: 100% !important;
    float: left;
  }

  .review-icon {
    width: 30%;
    float: left;
    display: block;
    max-width: 30%;
  }

  .review-icon img {
    padding-left: 10px;
  }

  .review-desc {
    width: 70%;
    float: left;
    display: block;
    max-width: 70%;
  }

  .service-reviews-3 {
    width: 100%;
    float: left;
    max-width: 100% !important;
    display: block !important;
    flex: 0 0 100%;
    margin: 0px;
    position: relative;
  }

  .model1,
  .model2 {
    width: 50%;
    float: left;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 25px;
  }

  .model3 {
    width: 100%;
    float: left;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .model3 .model-content3 {
    width: 50%;
    display: block;
    margin: auto;
  }

  .model-head3 {
    width: 48%;
    float: left;
  }

  .address-details,
  .contact-form {
    flex: 0 0 100%;
    max-width: 100%;
    float: left;
  }

  .review-type1 {
    margin-bottom: 5px;
  }

  .service-reviews .service-image {
    padding: 30px 0px;
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .menu-item {
    padding-left: 0px;
  }

  .menu-item li {
    padding: 0px 15px;
  }

  .caption-content {
    padding: 20px;
  }

  .caption-content h1 {
    font-size: 30px;
  }

  .caption-content p {
    font-size: 14px;
  }

  .banner-caption {
    margin-top: 50px;
    margin-left: 150px;
    width: 60%;
    max-width: 60%;
    float: left;
    height: auto;
    margin-top: 50px;
    padding: 10px;
  }

  .about-left-cont {
    width: 100%;
    float: left;
    display: block;
    max-width: 100%;
  }

  .about-us-content .row {
    display: block;
  }

  .about-us h1 {
    text-align: center;
  }

  .about-us .border-line {
    top: 0px;
    left: 0px;
    position: relative;
    margin: 10px auto;
    display: block;
    float: none;
  }

  .about-us-image {
    text-align: center;
    display: block;
    width: 100%;
    float: left;
  }

  .about-us-image img {
    display: block !important;
    width: 50% !important;
    max-width: 50%;
    margin: auto;
    margin-bottom: 25px;
    float: none;
  }

  .about-right-cont1 h2 {
    padding-bottom: 20px;
    text-align: center;
  }

  .about-right-cont.col-md-7 {
    width: 100%;
    float: left;
    max-width: 100%;
  }

  .vision,
  .mission,
  .core-values {
    max-width: 50%;
    display: block;
    position: relative;
    float: left;
    margin-top: 25px;
  }

  .vision-header-cont,
  .mission-header-cont,
  .core-header-cont {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  .vision img,
  .mission img {
    width: 10%;
    float: left;
    max-width: 50%;
    margin-botton: 20px;
  }

  .core-values img {
    width: 25%;
    float: left;
    max-width: 25%;
    margin-botton: 20px;
  }

  .core-values {
    width: 100%;
    float: left;
    max-width: 100%;
  }

  .service1 {
    width: 50% !important;
    float: left;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }

  .service-slot2 .justify-content-center {
    margin: 0px;
  }

  .service-slot2 {
    padding-top: 0px;
  }

  .model1,
  .model2 {
    width: 50%;
    float: left;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 25px;
  }

  .model3 {
    width: 100%;
    float: left;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .model3 .model-content3 {
    width: 50%;
    display: block;
    margin: auto;
  }

  .model1:hover .model-head1,
  .model2:hover .model-head2,
  .model3:hover .model-head3 {
    height: 450px;
  }

  .model1:hover .model-desc,
  .model2:hover .model-desc,
  .model3:hover .model-desc {
    bottom: 380px;
  }

  .model1:hover h5,
  .model2:hover h5,
  .model3:hover h5 {
    height: 400px;
  }

  .model-head1,
  .model-head2 {
    width: 89% !important;
    left: 27px !important;
  }

  .model-head3 {
    width: 44.5% !important;
    right: 27.6%;
    !important;
  }

  .model-head3 {
    width: 48%;
    float: left;
  }

  .address-details li {
    font-size: 14px;
  }

  .address2,
  .address3 {
    max-width: 100%;
    float: left;
    display: inline;
    flex: 0 0 100%;
  }

  .contact-form.col-md-6 {
    margin: 5% 0%;
  }
}

@media only screen and (min-width:1201px) and (max-width:1365px) {
  .banner-content {
    max-width: 60%;
    float: left;
    width: 60%;
  }

  .banner-caption {
    top: 0px;
    left: 0px !important;
    margin-left: 15%;
    margin-top: 100px;
    max-width: 60%;
    float: left;
    width: 60%;
  }
}

@media only screen and (min-width:1366px) and (max-width:1919px) {
  .banner-content {
    max-width: 60%;
    float: left;
    width: 60%;
  }

  .banner-caption {
    top: 0px;
    left: 0px !important;
    margin-left: 18%;
    margin-top: 100px;
    max-width: 60%;
    float: left;
    width: 60%;
  }
}

@media screen and (min-width:1920px) {
  .banner-content {
    max-width: 40%;
    float: left;
    width: 40%;
  }

  .banner-caption {
    top: 0px;
    left: 0px !important;
    margin-left: 25%;
    margin-top: 100px;
    max-width: 40%;
    float: left;
    width: 40%;
  }
}