@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_paddingEX {
  padding: 200px 0;
}


.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding3 {
  padding: 50px 0;
}

.layout_padding3x {
  padding: 30px 0;
}

.layout_padding4 {
  padding: 0px 0;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
	
.layout_paddingEX {
    padding: 50px 0;
  }
  
.layout_padding {
  padding: 50px 0;
}

.layout_padding2 {
  padding: 50px 0;
}

.layout_padding3 {
  padding: 25px 0;
}

}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding1-top {
  padding-top: 75px;
}

.layout_padding2-top {
  padding-top: 60px;
}
.layout_padding3-top {
  padding-top: 45px;
}
.layout_padding4-top {
  padding-top: 30px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_padding1-bottom {
  padding-bottom: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 60px;
}

.layout_padding3-bottom {
  padding-bottom: 45px;
}

.layout_padding4-bottom {
  padding-bottom: 30px;
}

.layout_padding5-bottom {
  padding-bottom: 15px;
}

.layout_padding5x-bottom {
  padding-bottom: 10px;
}

.layout_margin-side {
  margin: 0 -17px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  
}.heading_container h3 {
  position: relative;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 20px;
  text-decoration:underline #B5261E 5px;
  
}

.heading_container h3 span {
  color: #B5261E;
  font-weight:bolder;
}

.heading_container h3 span.blue {
  color: #003BBA;
  font-weight:bolder;
}

.heading_container h2 span {
  color: #B5261E;
  font-weight: bold;
}
.heading_container h2 span.imBlue{
  color: #334aec;
  font-weight: bold;
}

.heading_container p span.blue {
  color: #003BBA;
  font-weight:bolder;
}


.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/**/
a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /*overflow: hidden;*/
  z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.sub_page .hero_area {
	min-height: auto;
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(119,57,57,1) 35%, rgba(119,57,57,1) 100%);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {

  padding: 15px 0;

}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section2 {
  padding: 15px 0;
  background: #555;
  color: #f1f1f1;
}

.header_section2 .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
/*

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}
*/
/* for navigation bar top left word colour */
.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}
 /* for navigation bar top right word colour */
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* for navigation word highlight colour */
.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00bbf0;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}
/* for navigation bar top right symbol search colour */
.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #00bbf0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #00204a;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #007fa4;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: 45px 0;
}

.slider_section .img-box img {
  width: 100%;
  -webkit-animation: upDown 5s infinite;
          animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #00bbf0;
}

.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
  background-image: -webkit-linear-gradient(135deg, #e4e6e9, white);
  padding: 20px;
  border-radius: 50px 15px 15px 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 80%;
  min-width: 60%;
  height: 60%;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  height: 225px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.service_section .box .detail-box p {
  color: #333;
  font-size: 0.9em;

  
}

.service_section .box .detail-box a {
  color: #00204a;
  font-weight: 600;
  
}

.service_section .box .detail-box a:hover {
  color: #00bbf0;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #007fa4;
}
/*service section2 for gallery*/
.service_section2 {
  position: relative;
}

.service_section2 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
  background-image: -webkit-linear-gradient(135deg, #e4e6e9, white);
  padding: 20px;
  border-radius: 50px 15px 15px 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.service_section2 .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 80%;
  min-width: 60%;
  height: 60%;
  margin-bottom: 15px;
}

.service_section2 .box .img-box img {
  max-width: 100%;
  height: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section2 .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section2 .box .detail-box a {
  color: #00204a;
  font-weight: 600;
  
}

.service_section2 .box .detail-box a:hover {
  color: #00bbf0;
}

.service_section2 .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section2 .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section2 .btn-box a:hover {
  background-color: #007fa4;
}

/*service section3*/
.service_section3 {
  position: relative;
}

.service_section3 .disclaimer p {
	padding: 30px 0;
}

.service_section3 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 35px;
  background: linear-gradient(135deg, #f8f8f8 30%, #DBDBDB);
  padding: 20px;
  border-radius: 50px / 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 768px) {
  .service_section3 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 15px;
    margin-left: -7px;
    margin-right: -7px;
    background: linear-gradient(135deg, #f8f8f8 30%, #DBDBDB);
    padding: 20px;
    border-radius: 50px / 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}


.service_section3 .box .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	min-width: 60%;
	height: 100%;
	margin-bottom: 30px;
}

.service_section3 .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section3 .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section3 .box .detail-box a {
  color: #00204a;
  font-weight: 600;
}

.service_section3 .box .detail-box a:hover {
  color: #00bbf0;
}

.service_section3 .box .detail-box p {
  color: #333;
  text-align:left;
}

.service_section3 .box .detail-box p span.imBlue {
  color: #003BBA;
  font-weight:bolder;
}

.service_section3 .box .detail-box p strong{
  color: black;
  font-weight:600;

}

.service_section3 .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section3 .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section3 .btn-box a:hover {
  background-color: #007fa4;
}

.service_section3 .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 30px;
  background: linear-gradient(135deg, #f8f8f8 30%, #DBDBDB);
  padding: 20px;
  border-radius: 50px / 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.service_section3 .box1 .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	min-width: 60%;
	height: 100%;
	margin-bottom: 30px;
}

/* end service section 3*/

.about_sectionspace {
	margin:0;
}

.about_section {

 
background-color: #e5e5f7;
opacity: 0.9;
background-image:  linear-gradient(30deg, #444cf7 12%, transparent 12.5%, transparent 87%, #444cf7 87.5%, #444cf7), linear-gradient(150deg, #444cf7 12%, transparent 12.5%, transparent 87%, #444cf7 87.5%, #444cf7), linear-gradient(30deg, #444cf7 12%, transparent 12.5%, transparent 87%, #444cf7 87.5%, #444cf7), linear-gradient(150deg, #444cf7 12%, transparent 12.5%, transparent 87%, #444cf7 87.5%, #444cf7), linear-gradient(60deg, #444cf777 25%, transparent 25.5%, transparent 75%, #444cf777 75%, #444cf777), linear-gradient(60deg, #444cf777 25%, transparent 25.5%, transparent 75%, #444cf777 75%, #444cf777);
background-size: 20px 35px;
background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;


  background-image: linear-gradient(to right, #FAFAD2 -20%, #F5F5F5 ,white ,#F5F5F5 ,#FAFAD2 120%);
  /*
	background-image: url(../images/35385331@.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;

	
	/* Add the blur effect */
	/*
	filter: blur(2px);
 	-webkit-filter: blur(2px);*/

	
	/* font color */
	color: #000;
}

@media (max-width: 768px) {
  .about_section {
    /*
    background-image: url(../images/35385331@.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  
    
    /* Add the blur effect */
    /*
    filter: blur(2px);
     -webkit-filter: blur(2px);*/
  
    
    /* font color */
    color: #000;
}
}


.about_section .heading_container {
  margin-bottom: 45px;
}


.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  /*
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  */
  border: none;
  margin-top: 15px;
}
/*
.about_section .detail-box a:hover {
  background-color: #007fa4;
}

/*section 1 for index*/
.about_section1 {
	background-image: url(../images/bgpellet-min.jpeg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	/* Add the blur effect */
	/*
	filter: blur(2px);
 	-webkit-filter: blur(2px);*/

	
	/* font color */
	color: #ffffff;
}

@media (max-width: 768px) {
  .about_section1 {
    background-image: url(../images/bgpellet-min1.jpeg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    /* Add the blur effect */
    /*
    filter: blur(2px);
     -webkit-filter: blur(2px);*/
  
    
    /* font color */
    color: #ffffff;
  }
}

.about_section1 .heading_container {
  margin-bottom: 45px;
/*
  background-color: rgb(0,0,0); /* Fallback color */
  /*background-color: rgba(0,0,0, 0.3); /* Black w/opacity/see-through */
/*
  color: white;
  font-weight: bold;
  border: 0px solid #f1f1f1;
  /*position: absolute;*/
 /* background-position:top;
  /*top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;*/
}

.about_section1 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section1 .img-box img {
  max-width: 100%;
}

.about_section1 .detail-box h3 {
  font-weight: bolder;
  font-size: 2.8em;
   margin-left: 15px;

}
.about_section1 h3 span {
  color: red;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: white;
}

.about_section1 .detail-box p {
  margin-top: 15px;
  margin-left: 15px;
	font-size: 2.5em;
	font-weight: bolder;

	-webkit-text-stroke-width: 0.7px;
  	-webkit-text-stroke-color: black;
	text-shadow:
      0px 0px 2px #000,
     1px 1px 0 #000,  
      1px 1px 0 #000,
      1px 1px 0 #000,
       1px 1px 0 #000;
}
/*
.about_section1 .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #B5261E;
  color: #fff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
    margin-left: 15px;
	margin-bottom: 10px;
}
/*testing 
.about_section1 .detail-box1 a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #AE5B38;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
    margin-left: 15px;
	margin-bottom: 70px;
}*//*
.about_section1 .detail-box a:hover {
	background-color: #EC6E43;
	color: #fff;
}


/*section 2 for other*/
.about_section2 {
	background-image: url(../images/bg-spec.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #000;
}

@media (max-width: 768px) {
  .about_section2 {
    background-image: url(../images/bg-spec.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #000;
  }
}

.about_section2 .heading_container {
  margin-bottom: 0px;
}

.nomargin-bottom {
  margin-bottom: 0px;
}

.nomargin-top {
  margin-top: 0px;
}

.about_section2 .row {
	padding: 15px 0px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 15px 50px;
	background: ;
	padding: 20px;
}
/*
.about_section2 .row .rcorners3 {

  border-radius: 15px 50px;
  background: #73AD21;
  padding: 20px; 


}*/
.about_section2 .img-box img {
 display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.about_section2 .detail-box h3 {
  font-weight: bold;
  padding-bottom: 15px;
}
.about_section2 .detail-box h4 {
  font-weight: 600;
}

.about_section2 .detail-box p {
  margin-top: 15px;
  line-height: 1.7;
}

.about_section2 .detail-box p .gray {
  color: #333;
}

.about_section2 .detail-box span.imRed {
  color: #B5261E;
  font-weight:bold;
}

.about_section2 .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  /*
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0px; 
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;

*/
}
.about_section2 .detail-box table, td, th {
  border:3px solid white;
  border-collapse: collapse;
  padding:0px 5px;
}
/*
.about_section2 .detail-box a:hover {
  background-color: #007fa4;
}
*/
@media (max-width: 768px) {
  .about_section .heading_container {
  margin-bottom: 0px;
	}
  .about_section1 .heading_container {
  margin-bottom: 0px;
  }
  .about_section2 .heading_container {
  margin-bottom: 0px;
}
}

/* end .about section2*/
/*section 3 for other*/
.about_section3 {
  /*
	background-image: url(../images/bg-spec.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
  */
	color: #000;
}

@media (max-width: 768px) {
  .about_section3 {

    color: #000;
  }
}

.about_section3 .heading_container {
  margin-bottom: 0px;
}

.nomargin-bottom {
  margin-bottom: 0px;
}

.about_section3 .row {
	padding: 15px 0px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 15px 50px;
	background: ;
	padding: 20px;
}
/*
.about_section2 .row .rcorners3 {

  border-radius: 15px 50px;
  background: #73AD21;
  padding: 20px; 


}*/
.about_section3 .img-box img {
 display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.about_section3 .img-box1 img {
  display: block;
   margin-left: auto;
   margin-right: auto;
   max-width: 100%;
   border-style: solid;
   border-width: 1px;
 }

 .about_section3 h6 {
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  text-transform: uppercase;
  padding-top: 5px;
  
}

.about_section3 .detail-box h3 {
  font-weight: bold;
  padding-bottom: 15px;
}
.about_section3 .detail-box h4 {
  font-weight: 600;
}

.about_section3 .detail-box p {
  margin-top: 15px;
  line-height: 1.7;
}

.about_section3 .detail-box p .gray {
  color: #333;
}

.about_section3 .detail-box span.imRed {
  color: #B5261E;
  font-weight:bold;
}

.about_section3 .detail-box a {
  display: inline-block;
  padding: 10px 45px;

}
.about_section3 .detail-box table, td, th {
  border:3px solid white;
  border-collapse: collapse;
  padding:0px 5px;
}

/* end .about section2*/
.why_section .box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.why_section .box .img-box {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 0px solid #00204a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why_section .box .img-box img {
  width: 160px;
  height: auto;
  fill: #00204a;
}

.why_section .box h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.why_section .box p {
  margin-bottom: 0;
  
}

.why_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_section .btn-box a:hover {
  background-color: #007fa4;
}
/*whysection 2*/
.why_section2 .box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.why_section2 .box .img-box {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 0px solid #00204a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why_section2 .box .img-box img {
  width: 160px;
  height: auto;
  fill: #00204a;
}

.why_section2 .para {
	text-align:center;
  font-size: 1.3em;
  padding-top: 25px;

}

.why_section2 .para.allignLeft {
  text-align:left;
}

.why_section2 h1 {
	font-family: Garamond, serif;
	font-weight: bold;
	text-align:center;
    padding-top: 20px;
}

.why_section2 h1 span {
	border-bottom: 2px solid black;

}

.why_section2 h1 span.maroon {
    color: maroon;

}

.why_section2 h1 span.red1 {
    color: #EF0107;

}

.why_section2 h1 span.White1 {
  color: #FFF;

}

.why_section2 i {
  color: maroon;
}

.why_section2 .box h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.why_section2 .box h3 {
  font-weight: bold;
  margin-bottom: 50px;
}
.why_section2 .box h3 span {
  color: #B5261E;
  font-weight:bolder;
}


.why_section2 .box p {
  margin-bottom: 15px;
  text-align: start;
  line-height: 1.7;
  
}

.why_section2 .box p span {
  color: #B5261E;
  font-weight:bold;
  
}

.why_section2 .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_section2 .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_section2 .btn-box a:hover {
  background-color: #007fa4;
}

.why_section2 table,td,tr {
  font-family: jora;
  font-weight:500;
  vertical-align: top;
  
}

.why_section2 table {
  margin-bottom: 20px;
  
}

/*Director section */
.dir_section .box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.dir_section .box .img-box {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 0px solid #00204a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dir_section .box .img-box img {
  width: 160px;
  height: auto;
  fill: #00204a;
}


.dir_section .box h2 {
  font-weight: bold;
  margin-bottom: 7px;
  font-family: Helvetica, sans-serif;
  
}
.dir_section .box h2 span {
  color: #333;
  font-weight: 500;
  font-size: 80%;
  font-style: italic;
}

.dir_section .box a {
	color: maroon;
}


.dir_section .box p {
  margin-bottom: 15px;
  text-align: start;
  
}

.dir_section .box p span {
  color: #B5261E;
  font-weight:bold;
  
}

.dir_section card-header {
  background-color: #007fa4;	
}

.dir_section button, 
.dir_section button *, 
.dir_section button :after, 
.dir_section button :before, 
.dir_section button:after, 
.dir_section button:before,
.dir_section button:visted, 
.dir_section button:focus,
.dir_section button:hover {
  border: 0 solid;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #000;
}
.dir_section button:hover {

	text-decoration: none;	
}

.dir_section h2 {
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  
}
/*
.dir_section h2 span {
  color: #333;
  font-weight: 700;
  font-size: 80%;
  font-style: italic;
}

*/

.dir_section p {
	color: #444;
	line-height:1.8;
}

.dir_section h1 {
	font-family: Garamond, serif;
	font-weight: bold;
	text-align:center;

	padding-bottom: 25px;
}

.dir_section h1 span {
	border-bottom: 2px solid black;

}

.dir_section h1 span.maroon {
    color: maroon;

}

.dir_section button{
	width: 100%;
	text-align:start;
	color: maroon;
  text-decoration: none;
}

.dir_section i {
	float:right !important;
	padding-top: 5px;

	}
.accordion {
            margin: 15px;
        }
.accordion .fa {
            margin-right: 0.2rem;
        }
		
.dir_section .btn1 button {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: start;
  font-weight: bold;
  padding: 0.7em 1em;
  border: 1px solid maroon;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: maroon;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;

}

.dir_section .btn1 button>span {
  color: #444;
  font-weight: 700;
  font-size: 80%;
  font-style: italic;
}

.dir_section .btn1 button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #CCC;
  z-index: -1;
}



.dir_section .btn1 button:hover, button:focus {
  color: #246ab3;

}


.dir_section .btn1 button:hover:before, button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;

}

.dir_section .btn1 button:active {
  transform: scale(0.9);
}

/*team section */
.team_section {
	text-align: center;
	background-color: #fefefa;
	color: #000000;
}

.team_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team_section .team_container {
  padding: 0 15px;
}

.team_section .team_container .box {
  padding: 35px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-top: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64));
  background: linear-gradient( to right, #152331,#000000 )
;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*color for investment relationship*/
.team_section .team_container .box p {
	margin: 0px;
	padding: 0px 15px 5px;
	text-align:left;

	 
}
.team_section .team_container .box h2 {
	 
}
.team_section .team_container .box h5 {
	padding-bottom: 5px;
	text-transform: capitalize;
	color: white;
	font-weight: bold;

	 
}

.team_section .team_container .box h5 span {
    color: #FF3131;
    font-weight:bolder; 
}

.team_section .team_container .box a {
	padding-left: 3px;
	color: #89CFF0;

}
.team_section .team_container .box a:hover {
	color: #E0FFFF;
	text-decoration:underline;


}

.team_section .team_container .box i {
	color: #FF3131;
}
/*color for investment relationship end*/

.team_section .team_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team_section .team_container .box .img-box img {
  width: 120px;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.team_section .team_container .box .detail-box {
  margin: 25px 0;
}

.team_section .team_container .box .detail-box h5 {
  color: #00bbf0;
  font-weight: 600;
  position: relative;
}

.team_section .team_container .box .social_box {
  padding: 10px 45px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team_section .team_container .box .social_box a {
  color: #ffffff;
  font-size: 22px;
}

.team_section .team_container .box .social_box a:hover {
  color: #00bbf0;
}

/*team section end*/
/*team1 section */
.team_section1 {
	text-align: center;
	background-color: #fefefa;
	color: #000000;
}

.team_section1 .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team_section1 .team_container {
  padding: 0 15px;
}

.team_section1 .team_container .box {
  padding: 50px 0 50px 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-top: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64));
  background: #5A1312;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #fff;
}

/*color for investment relationship*/
.team_section1 .team_container .box p {
	margin: 0px;
	padding: 0px 15px 5px;
	text-align:left;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;


	 
}
.team_section1 .team_container .box h2 {
	 font-family: 'Jaro';
	 font-size: 2.2em;
	 font-weight:bolder;
	 text-align:start;
	 padding: 0px 15px 20px;
	 
}
.team_section1 .team_container .box h5 {
	padding-bottom: 5px;
	text-transform: capitalize;
	color: Black;
	font-weight: bold;

	 
}

.team_section1 .team_container .box span {
    color: #EE4B2B ;
    font-weight:bolder; 
		text-shadow: 1px 1px 1px white;
}

.team_section1 .team_container .box span.imBlue{
    color: #334AEC;
    font-weight:bolder; 
}

.team_section1 .team_container .box span.Tfont{
  font-family: 'Jaro';
  font-size: 200%;
  color: #fff;
  
  
}

.team_section1 .team_container .box1 span.Tfont{
  font-family: 'Jaro';
  font-size: 200%;
  color: #fff;
  
  
}



.team_section1 .team_container .box a {
	padding-left: 3px;
	color: #003BBA;

}
.team_section1 .team_container .box a:hover {
	color: #B5261E;
	text-decoration:underline;

}

.team_section1 .team_container .box i {
	color: #B5261E;
}
/*color for investment relationship end*/

.team_section1 .team_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team_section1 .team_container .box .img-box img {
  width: 120px;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.team_section1 .team_container .box .detail-box {
  margin: 25px 0;
}

.team_section1 .team_container .box .detail-box h5 {
  color: #00bbf0;
  font-weight: 600;
  position: relative;
}

.team_section1 .team_container .box .social_box {
  padding: 10px 45px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team_section1 .team_container .box .social_box a {
  color: #ffffff;
  font-size: 22px;
}

.team_section1 .team_container .box .social_box a:hover {
  color: #00bbf0;
}

/*team section1 end*/

.team_section1 .team_container .box1 {
  padding: 50px 0 50px 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-top: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64));
  background: #26ab3;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #fff;
}

/*color for investment relationship*/
.team_section1 .team_container .box1 p {
	margin: 0px;
	padding: 0px 15px 5px;
	text-align:left;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;


	 
}
.team_section1 .team_container .box1 h2 {
	 font-family: 'Jaro';
	 font-size: 2.2em;
	 font-weight:bolder;
	 text-align:start;
	 padding: 0px 15px 20px;
	 
}
.team_section1 .team_container .box1 h5 {
	padding-bottom: 5px;
	text-transform: capitalize;
	color: Black;
	font-weight: bold;

	 
}

.team_section1 .team_container .box1 span {
    color: #CD2504 ;
    font-weight:bolder; 
		text-shadow: 1px 1px 1px white;

}

.team_section1 .team_container .box1 span.imBlue{
    color: #0096FF;
    font-weight:bolder; 
}


.team_section1 .team_container .box1 a {
	padding-left: 3px;
	color: #003BBA;

}
.team_section1 .team_container .box1 a:hover {
	color: #B5261E;
	text-decoration:underline;

}

.team_section1 .team_container .box1 i {
	color: #B5261E;
}
/*color for investment relationship end*/

.team_section1 .team_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team_section1 .team_container .box .img-box img {
  width: 120px;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.team_section1 .team_container .box .detail-box {
  margin: 25px 0;
}

.team_section1 .team_container .box .detail-box h5 {
  color: #00bbf0;
  font-weight: 600;
  position: relative;
}

.team_section1 .team_container .box .social_box {
  padding: 10px 45px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team_section1 .team_container .box .social_box a {
  color: #ffffff;
  font-size: 22px;
}

.team_section1 .team_container .box .social_box a:hover {
  color: #00bbf0;
}

/*team section1 end*/

/*team3 section */
.team_section3 {
	text-align: center;
	background-color: #fefefa;
	color: #000000;
}

.team_section3 .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team_section3 .team_container {
  padding: 0 15px;
}

.team_section3 .team_container .box {
  padding: 35px 20px 35px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-top: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64));
background-color: #ffffff;
background-image: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*color for investment relationship*/
.team_section3 .team_container .box p {
	margin: 0px;
	padding: 0px 0px 5px;
	text-align:left;
	color: #333;

	 
}
.team_section3 .team_container .box p strong {
	color: black;
	 
}

.team_section3 .team_container .box h3 {
	text-align:left;
	 
}
.team_section3 .team_container .box h5 {
	padding-bottom: 5px;
	text-transform: capitalize;
	color: Black;
	font-weight: bold;

	 
}

.team_section3 .team_container .box h5 span {
    color: #B5261E;
    font-weight:bolder; 
}

.team_section3 .team_container .box a {
	padding-left: 3px;
	color: #003BBA;

}
.team_section3 .team_container .box a:hover {
	color: #B5261E;
	text-decoration:underline;

}

.team_section3 .team_container .box i {
	color: #B5261E;
}
/*color for investment relationship end*/

.team_section3 .team_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team_section3 .team_container .box .img-box img {
  width: 120px;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.team_section3 .team_container .box .detail-box {
  margin: 25px 0;
}

.team_section3 .team_container .box .detail-box h5 {
  color: #00bbf0;
  font-weight: 600;
  position: relative;
}

.team_section3 .team_container .box .social_box {
  padding: 10px 45px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team_section3 .team_container .box .social_box a {
  color: #ffffff;
  font-size: 22px;
}

.team_section3 .team_container .box .social_box a:hover {
  color: #00bbf0;
}

/*team section end*/

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 75px 25px 25px 25px;
}

.client_section .box .detail-box i {
  color: #00204a;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  color: #00204a;
}

/* client section end */
.info_section {
  background: #773939;
  color: #ffffff;
  padding: 45px 0 15px 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
  color:  #0096FF;
}

.info_section .info_col {
	margin-bottom: 20px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #eee;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
}

.info_section .info_contact .contact_link_box p {
  margin: 5px 0;
  color: #eee;
}

.info_section .info_contact1 img {
	justify-content: center;
	width: 150px;
	min-width: 50px;
	height:100px;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #00bbf0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #eee;
}

.info_section .info_links a:hover {
  color: #00bbf0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #007fa4;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  font-size: 0.7em;
  color: #00204a;
  padding: 15px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.responsive {
	max-width: 100%;
	width:160px;
	height:auto;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container a:hover {
  color: #EC6E43;
  text-decoration:underline;
}

.heading_container a:active {
  text-decoration:underline;
}

.heading_container a.active {
  color: #EC6E43;
  text-decoration:underline;
}

.heading_container.disclaimer {
 margin-bottom: 0;
 font-style: italic;
 color: #444;
}

.heading_container.disclaimer p {
	font-size:12px;
}

.heading_container.disclaimer a {
	text-align:end;
}
/**/
.heading_container .aboutus p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align:center;
}

.heading_container .aboutus a {
  color: #999;
}

.heading_container .aboutus a:hover {
  color: #333;

}

.heading_container .aboutus a.active {
  color: #333;
  text-decoration:none;
}


/**/
/*# test html */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 10px;
	
	}
/*# google test */
.google-map {
     padding-bottom: 50%;
     position: relative;
}

.google-map iframe {
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     position: absolute;
}
/**/
.btn-43,
.btn-43 *,
.btn-43 :after,
.btn-43 :before,
.btn-43:after,
.btn-43:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-43 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #B5261E;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}
.btn-43:disabled {
  cursor: default;
}
.btn-43:-moz-focusring {
  outline: auto;
}
.btn-43 svg {
  display: block;
  vertical-align: middle;
}
.btn-43 [hidden] {
  display: none;
}
.btn-43 {
  border: 1px solid;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 20px 60px;
  position: relative;
  text-transform: uppercase;
}
.btn-43 .new,
.btn-43 .old {
  font-weight: 900;
}
.btn-43 .new {
  background: #fff;
  color: #B5261E;
  content: "";
  display: grid;
  inset: 0;
  opacity: 0;
  place-items: center;
  position: absolute;
  transform: rotate(90deg) translateY(100%);
  transform-origin: bottom left;
  transition: transform 0.2s, opacity 0.2s;
}
.btn-43:hover .new {
  opacity: 1;
  transform: rotate(0deg) translateY(0);
}
.btn-43 .old {
  transition: opacity 0.2s;
}
.btn-43:hover .old {
  opacity: 0;
}
/**/
.btn-43-1,
.btn-43-1 *,
.btn-43-1 :after,
.btn-43-1 :before,
.btn-43-1:after,
.btn-43-1:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-43-1 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #B5261E;
  background-image: none;
  color: #fff;
  cursor: pointer;

  font-size: 80%;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}
.btn-43-1:disabled {
  cursor: default;
}
.btn-43-1:-moz-focusring {
  outline: auto;
}
.btn-43-1 svg {
  display: block;
  vertical-align: middle;
}
.btn-43-1 [hidden] {
  display: none;
}
.btn-43-1 {
  border: 1px solid;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
}
.btn-43-1 .new,
.btn-43-1 .old {
  color: #FFF;
  font-weight: 900;
}
.btn-43-1 .new {
  background: #334AEC;
  color: #FFF;
  content: "";
  display: grid;
  inset: 0;
  opacity: 0;
  place-items: center;
  position: absolute;
  transform: rotate(90deg) translateY(100%);
  transform-origin: bottom left;
  transition: transform 0.2s, opacity 0.2s;
}
.btn-43-1:hover .new {
  opacity: 1;
  transform: rotate(0deg) translateY(0);
}
.btn-43-1 .old {
  
  transition: opacity 0.2s;
}
.btn-43-1:hover .old {
  opacity: 0;
}

/*# gallery class */
.img-fluid {
	padding: 10px;
  border: 0px solid #ccc;
  margin:auto;

  width: 100%;
  height: 100%;
}

.img-fluid:hover {
  border: 1px solid #777;
}

.img-fluid {
  padding: 10px;
  border: 0px solid #ccc;
  margin:auto;

  width: 100%;
  height: 100%;
}

.service_container .rowrow a{
	height: 175px;
	width: 175px;
}

.img-enlarge:hover {
  border: 1px solid #777;
   transform: scale(1.1);
}

.titleh1 {
	font-family: Garamond, serif;
	font-weight: bold;
	text-align:center;
	padding-top: 15px;

	padding-bottom: 0px;
  margin: 0px;
}

.titleh1 h1 {
  font-weight: bold;
}

.titleh1 h1 span {
	border-bottom: 2px solid black;

}

.titleh1 h1 span.maroon {
    color: maroon;

}


.titleh1 h4 span {
	border-bottom: 2px solid black;

}

.titleh1 h4 span.maroon {
    color: maroon;

}

.titleh1 th {
  background-color: maroon;
  color: whitesmoke;
  text-align: center;
  padding: 10px 15px 5px ;
  margin: 0px;

}

.titleh1 h1 span.red1 {
  color: maroon;

}

.titleh1 h1 span.White1 {
color: black;

}

.topborder {
	padding-top: 20px;
		border-top: 2px solid white;
}

.botborder {
	padding-bottom:: 20px;
		border-bottom: 2px dashed #aaa;
}

.corners {
  min-height: 0px;
  padding: 1.25rem;
  background: linear-gradient(darkturquoise, aquamarine);
}

.corners--repeated-lines {
  mask-image: 
    linear-gradient(
      135deg,
      transparent 0rem, 
      gold 0
    ),
    linear-gradient(
      -135deg,
      transparent .5rem, 
      gold 0, gold .75rem,
      transparent 0, transparent 1rem, 
      gold 0, gold 1.25rem,
      transparent 0, transparent 1.5rem, 
      gold 0
    ),
    linear-gradient(
      45deg,
      transparent .5rem, 
      gold 0, gold .75rem,
      transparent 0, transparent 1rem, 
      gold 0, gold 1.25rem,
      transparent 0, transparent 1.5rem, 
      gold 0
    ),
    linear-gradient(
      -45deg,
      transparent 0rem, 
      gold 0
    );
  mask-position: 0 0, 100% 0, 0 100%, 100% 100%;
  mask-repeat: no-repeat;
  mask-size: 51% 51%;

}

.tablecolor {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-style: normal;
}

.tablecolor table, th, td{
  border: none;
}

.tablecolor table {
  border-spacing: 0;
}

.tablecolor th, td    {
	border-bottom: 2px solid #fff;
}

.tablecolor td {
  padding: 8px 15px;
}

.tablecolor tr:nth-child(2n+2) {
	background-color: #f9f9f8;
}

.tablecolor tr:nth-child(2n+3) {
	background-color: #f2f3f2;
}

.tablecolor td:first-child {
	text-align: center;
}

.tablecolor a {
  font-family:  Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #003BBA;
  text-decoration: underline;

}

.tablecolor a:hover {
  color: #00bbf0;
}

/* for announcement Details table */
.annDetails {
  font-family: Georgia, serif;

}

.annDetails h3 {
  font-weight: bold;
  padding-bottom: 15px;
}

.annDetails h4 {
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 15px;
}

.annDetails table {
  padding: 20px 7px;

}

.annDetails tr {
  border-style: none;
  }

.annDetails td {
border: 3px solid rgb(190, 190, 190);

}

.annDetails colormaroon {
  background-color: maroon;
  color: white;
  z-index: 99;
}

.annDetails colorgrey {
  background-color: #ccc;
  color: black;
}
/*
.annDetails tr:first-child {
  background-color: #f9f9f9;
  font-weight: bold;
  
}

.annDetails tr:nth-child(2n+2) {
	background-color: #F0F8FF;
  font-weight: normal;
}

.annDetails tr:nth-child(2n+3) {
	background-color: #FFF;
  font-weight: normal;
}

.annDetails td:nth-child(1n+2) {
  

}
*/

.backgroundSec {
	background-image: url(../images/NewsPaper7.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #000;
}

.backgroundSec1 {
	background-image: url(../images/brickChoco4.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #000;
}

.backgroundSec2 {
	background-image: url(../images/BGsoilfar11.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #000;
}

@media (max-width: 768px) {
  .backgroundSec {
    background-image: url(../images/NewsPaper7.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    color: #000;
  }
  
  .backgroundSec1 {
    background-image: url(../images/brickChoco4.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    color: #000;
  }
  
  .backgroundSec2 {
    background-image: url(../images/BGsoilfar11.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    color: #000;
  }
  
}

.pictureimg {
  max-width: 100%;
  height: auto;
}

.backgroundwhite {
	background-color: white;
}

.logoset {
	padding: 20px 10px;
	text-align:center;
}

.logoset img {
	max-width: 100%;
	height: 125px;
	padding: 0 5px;
}

@media (max-width: 768px) {
.logoset img {
	max-width: 100%;
	height: 95px;
	padding: 0 5px;
}
}

.reminderI {
  font-style: italic;
  font-size: 80%;
}

.Tfont {
  font-family: 'Jaro';
  font-size: 200%;
  color: inherit;
}


/* card deck for product*/
.Prod .card {
  max-width: 24rem;
  min-width: 15rem;
  max-height: 24rem;
  min-height: 21rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position:relative;

  color: $color-primary-white;
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);

  margin: 5px -10px;
 
  img {
    position: absolute;
    object-fit:contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: opacity .2s ease-out;
    
    /*
    inset: auto auto 10px auto;
    transition: inset 0.5s ease-out;
    */
    padding-bottom: 20px;
    transition: transform 0.3s ease 300ms;
    filter: brightness(95%);
    
  }

  h2 {
    position: absolute;
    inset: auto auto 30px 30px;
    margin: 0;
    transition: inset .3s .3s ease-out;
    
    font-size: 1.7em;
    font-weight: normal;
    text-transform: uppercase;

  }
  
  p, a.footer {
    position: absolute;
    opacity: 0;
    max-width: 80%;
    transition: opacity .3s ease-out;
  }
  
  p {
    inset: auto auto 31px 30px;
    color: #333;
    vertical-align: super;
  }
  
  a.footer {
    inset: auto auto 20px 30px;
    color: inherit;
    text-decoration: none;
    color: maroon;
  }
  
  &:hover h2 {
    inset: auto auto 67px 30px;
    transition: inset .3s ease-out;
  }
  
  &:hover p, &:hover a.footer {
    opacity: 1;
    transition: opacity .5s .1s ease-in;
  }
  
  &:hover img {
    /*
    inset: auto auto 60px auto;
    transition: inset .3s ease-in;
    */
    transform: translate(0, -40px);
    transition: opacity .3s ease-in;
    opacity: 10;
    filter: brightness(110%);

  }

}

@media (max-width: 1200px) {

  .Prod .card {
    margin: 4px -12px; 
}

}

@media (max-width: 766px) {

  .Prod .card {
    margin: 4px auto;
}

}

.material-symbols-outlined {
  vertical-align: middle;
}
/* card deck for product end*/