@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat:400,500,600,700,800');			

/* start */
.strand-banner {
  /* background-image: url(../../images/banner/about.jpg); */
}
/* end */

/* start */
.banner-section {
  background-image: url(../../images/banner/1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 910px;
  position: relative;
}
.banner-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 29, 74);
  opacity: 0.7;
}
.home-two-banner-img {
  background-image: url(../../images/banner/home-two.jpg);
}
.home-three-banner-img {
  background-image: url(../../images/banner/home-three.jpg);
  background-position: top;
}
.banner-content-area {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.banner-title {
  font-weight: 800;
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 25px;
}
.banner-content p {
  color: #ffffff;
}
.banner-content .cmn-button {
  margin-top: 95px;
  text-transform: uppercase;
}
.banner-content .cmn-button {
  padding: 15px 45px;
}
/* end */

/* start */
.single-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.single-banner:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 29, 74);
  opacity: 0.7;
}
.single-banner .banner-content-area {
  position: static;
  top: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  padding: 213px 0;
}
/* end */

/* start */
.right-img-section {
  position: relative;
}
.right-img-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
}
.right-img-section-bg {
  padding-top: 165px;
  padding-bottom: 145px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* end */


/* start */
.left-img-section {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}
/*.left-img-section:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 7%;
  width: 750px;
  height: 640px;
  background-image: url(../../images/about/3.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}*/
.left-img-section .section-title {
  margin-bottom: 15px;
}
.left-img-section-list {
  list-style: none;
  margin-top: 50px;
}
.left-img-section-list li+li {
  margin-top: 15px;
}
.left-img-section-list li i {
  margin-right: 10px;
  color: #faa603;
}
/* end */


/* start */
.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-bg {
  background-color: #f8f8f8;;
}
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-overlay {
  position: relative;
}
.section-overlay:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 29, 74);
  opacity: 0.87;
}
.section-overlay .section-title {
  color: #ffffff;
}
.section-overlay .section-header p {
  color: #ffffff;
}
.cmn-button {
  padding: 15px 40px;
  background-color: #ec4e20;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0px 3px 11.64px 0.36px rgba(0, 0, 0, 0.05);
  text-transform: capitalize;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.cmn-button:hover {
  color: #ffffff;
}
.cmn-button.secondary-color {
  background-color: #faa603;
}
.section-header p {
  margin-top: 25px;
}
.section-title {
  text-transform: capitalize;
  font-weight: 700;
}
.section-wrapper {
  margin-top: 70px;
}
.mt-mb-15 {
  margin-top: -15px;
  margin-bottom: -15px;
}
.mt-mb-10 {
  margin-top: -10px;
  margin-bottom: -10px;
}
.section-bottom-bg {
  position: relative;
}
.section-bottom-bg::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #001d4a;
}
.simple-btn {
  color: #ec4e20;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-top: 10px;
}
.simple-btn i {
  margin-left: 10px;
}
/* end */

/* start */
.single-item-style-one {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 25px 23px;
  margin: 15px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.single-item-style-one:hover {
  -webkit-box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.05);
  box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.05);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.single-item-style-one .item-title {
  padding-left: 15px;
}
.single-item-style-one .icon{
  width: 62px;
  height: 62px;
  background-color: rgba(236, 78, 32, 0.051);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #ec4e20;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.single-item-style-one:hover .icon {
  background-color: #ec4e20;
  color: #ffffff;
}
.item-title {
  text-transform: capitalize;
}
.single-item-style-one .content {
  margin-top: 15px;
}
.single-item-style-one .content a {
  margin-top: 20px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.single-item-style-three {
  padding: 25px 20px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
  margin: 15px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.single-item-style-three:hover {
  -webkit-box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.05);
  box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.05);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.single-item-style-three .icon {
  color: #ec4e20;
  font-size: 32px;
  width: 50px;
}
.single-item-style-three .content {
  padding-left: 50px;
}
div[class*="single-item-style"] .content p {
  margin-top: 5px;
}
.single-item-style-six,
.single-item-style-seven {
  background-color: #ffffff;
  padding: 25px 23px;
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.single-item-style-six:hover,
.single-item-style-seven:hover {
  -webkit-box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.05);
  box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.05);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.single-item-style-six .single-item-head,
.single-item-style-seven .single-item-head {
  flex-direction: column;
  align-items: flex-start !important;
}
.single-item-style-six .icon {
  font-size: 24px;
  color: #ec4e20;
  margin-bottom: 10px;
}
.single-item-style-seven .icon {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #ec4e20;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  line-height: 50px;
}
.single-item-style-two {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 25px 20px;
  margin: 15px 0;
  border-bottom: 4px solid #faa603;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.single-item-style-two:hover {
  -webkit-box-shadow: 0px 10px 35px 4px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 10px 35px 4px rgba(51, 51, 51, 0.15);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.item-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: rgba(40, 42, 46, 0.102);
}
.single-item-style-two .single-item-head {
  justify-content: space-between
}
.single-item-style-two .content p {
  margin-top: 5px;
}
.single-item-style-five {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
  padding: 25px 23px;
  border-left: 4px solid #faa603;
  margin: 15px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.single-item-style-five:hover {
  -webkit-box-shadow: 0px 10px 35px 4px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 10px 35px 4px rgba(51, 51, 51, 0.15);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.single-item-style-five .icon {
  width: 45px;
  font-size: 24px;
  color: #faa603;
}
.single-item-style-four {
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 25px 23px;
  margin: 15px 0;
  border-bottom: 4px solid #faa603;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-align: center;
}
.single-item-style-four:hover {
  -webkit-box-shadow: 0px 10px 35px 4px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 10px 35px 4px rgba(51, 51, 51, 0.15);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.single-item-style-four .single-item-head {
  justify-content: center;
}
.single-item-style-four .icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 42px;
  color: #faa603;
  background-color: rgba(250, 166, 3, 0.051);
  line-height: 87px;
  margin-bottom: 25px;
}
.single-item-style-four .item-title {
  width: 100%;
  margin-bottom: 10px;
}
.single-item-style-four .content {
  text-align: center;
}
/* end */