



/*============================================*/
.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: left;
}

.nav-header {
  display: flex;
  width: 100%;
}
.nav-menus-wrapper{
	width: 100%;
}
.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
  width: 30%;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin-top: 14px;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
  margin-right: 20px;
  margin-top: 0;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #343a40;
  transition: color 0.3s ;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.header_area{
  display: flex;
  justify-content: space-between;
}
.header_area .header-btn a{
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
}
.header_area .header-btn{
  margin-top: 20px;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #a1cdfb;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
margin-left: 10px;
margin-top: 2px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
height: 10px;
width: 10px;
display: block;
border-style: solid;
border-width: 0 1px 1px 0;
border-color: transparent #fff  #fff  transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.nav-dropdown:hover {
  display: block !important;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #ff6b00;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #fff;
  text-transform: uppercase;
}

.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #083576;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 100%;
  }
}
body{
    margin: 0;
    padding: 0;

}

h1, h2, h3, h4, h5, h6, p, a{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}

a{
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: none;
    color: #000;
}
ul{
    margin: 0;
    padding: 0
}
li{
list-style: none;
margin: 0;
padding: 0;
}
















/*=====================================header-top===============================*/
.header-top{
padding: 5px 0;

}
.header-top ul{
	margin: 0;
	padding: 0;
}
.header-top ul li{
	display: inline;
}

.preheader-icon .icon-details i {
  font-size: 36px;
  color: #083576;
}
.preheader-icon .icon-details {
  width: 15%;
  margin-right: 15px;
}
.preheader-icon {
  display: flex;
  width: 50%;
}
.preheader-details {
  display: flex;
}
.preheader-details {
  padding-top: 8px;
}

.black {
  color: #fff;
  background-image: linear-gradient(90deg, #e87300 50%, #083576 50%);
}
.btn {
  text-transform: uppercase;
  justify-content: center;
  padding: 8px 20px;
  font-size: 14px;
  background-size: 300%;
  transition: all 0.6s;
  border-radius: 0 !important;
  border: 0;
}
.btn:hover {
  color: #fff;
  background-position: 100%;
  transform: translateX(0.5rem);
}

/* ================================header bottom=========================== */

.header-bottom{
  background-color: #001152;
}


/*================================footer==============================*/

.footer-icon{
  display: flex;
  margin-bottom: 18px;
}
.foot-icon{
  width: 10%;
}
.foot-icon i{
  color: #26bbf0;
  font-size: 20px;
}
.foot-heading{
width: 80%;
}

.footer-top-back{
  padding: 82px 0 30px;
  background-color: #363636;
}
.Contact h3{
font-size: 24px;
font-family: 'Oswald', sans-serif;
color: #fff;
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 400;
}

.normal-menu a{
color: #fff;
font-size: 14px;
font-weight: 400;
font-family: 'Oswald', sans-serif;
}

.foot-heading h4{
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.normal-menu li{
margin-bottom: 7px;
}


.footer-menu p{
  color: #fff;
}
.footer-top-back{
  position: relative;
  margin-top: 130px;
}

.whats_app {
  position: fixed;
  left: 24px;
  bottom: 74px;
  z-index: 9999;
  font-size: 38px;
  width: 4%;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  float: right;
  left: 96%;
}
.whats_app .fa-whatsapp {
  color: #18c10d;
  font-size: 51px !important;
  position: relative;
  top: 1px;
}












/*============================touch=====================*/

.touch-back{
  background: url(../images/h-cta.jpg);
  padding: 50px;
}

.touch{
  position: absolute;
top: -44%;
left: 0;
width: 100%;
content: "";
}

.touch-back a{
  text-decoration: none;
color: #fff;
font-size: 18px;
padding: 12px 20px;
border: 1px solid #fff;
border-radius: 3px;
display: inline-block;
}
.touch-back h2{
font-size: 50px;
font-weight: 900;
color: #fff;
}
.touch-back p{
  color: #fff;
}



/* ==========================banner============================ */

.carousel-indicators .active {
  background-color: #0072ff;
}
.carousel-indicators li{
  width: 10px;
height: 10px;
border-radius: 50px;
background-color: #fff;
}
.carousel-caption{
width: 36%;
bottom: 35% !important;
left: 6% !important;
}
.carousel-caption h1{
	color: #062b5e;
font-size: 24px;
padding-bottom: 7px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
position: relative;
}
.carousel-caption h1::before{
position: absolute;
content: "";
left: 17%;
top: 83%;
background-color: #062b5e;
width: 66%;
height: 1px;
}

.carousel-caption h2{
color: #000;
font-size: 49px;
text-align: center;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
padding: 10px 0 40px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  display: none !important;
}
.carousel-caption p{
  color: #ffffff;
font-size: 14px;
line-height: 28px;
font-weight: 300;
text-align: left;
margin-bottom: 3rem;
}
.carousel-caption a{
padding: 18px 30px;
background-color: #062b5e;
color: #fff;
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
}

.carousel-caption a i{
	color: #00235b;
}

.banner-btn{
  text-align: center;
}
.carousel-control-next, .carousel-control-prev{
background-color: transparent !important;
    border: none !important;
    z-index: 9999 !important;
}



/*==========================================about page=========================================*/
.about{
  padding: 50px 0;
}
.about-heading h2{
  color: #707070;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 85px;
}

.about-content{
  background-color: #fff;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.about-farm img{
  width: 100%;
}
.about-heading h3{
 font-size: 26px;
  color: #000;
  font-weight: 500;
  
}
.about-heading p{
  font-size: 14px;
  color: #878484;
  font-family: 'Lato', sans-serif;
  text-align: justify;
  margin-bottom: 30px;
margin-top: 40px;
font-weight: 400;
}
.about-page-content{
  display: flex;
}
.about-page-content p{
  margin-top: 9px;
  font-size: 18px;
  color: #255946;
  font-weight: 700;
  width: 80%;
}
.about-farm{
  width: 30%;
  margin-right: 30px;
}
.about-con{
  width: 80%;
}
.about-img{
  width: 100%;
}
.about-img img{
  width: 100%;
}
.about-heading h2{
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  color: #3b3b3b;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.about-heading h2::before{
position: absolute;
content: "";
left: 0;
top: 43px;
background-color: #2e6bb7;
width: 42px;
height: 3px;
}

  .my-button {
    background-color: #002c42;
    border: none;
    color: #fff;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    position: relative;
    transition-duration: 0.5s;
    font-family: 'Open Sans', sans-serif;
    z-index: 1;
    overflow: hidden;
  }
  .my-button:hover{
color: #fff;
  }
  .my-button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 23%;
    height: 100%;
    background-color: #044362;
    /*transform: scaleX();*/
    transform-origin: left;
    transition-duration: 0.5s;
    transition-property: transform;
    z-index: -1;
  }
  
  .my-button:hover::before {
    transform: scaleX(1);
    width: 100%;
    transition: .5s all;
  }


.about-heading i{
  margin-right: 15px;
  color: #fff;
  font-size: 18px;
}


.about-banner h1 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.about-head h2 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-align: center;
}
/*===========================================================*/

  .my-contact {
    background-color: #002c42;
    border: none;
    color: white;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: 0.5s;
    transition-property: color;
    font-family: 'Open Sans', sans-serif;
    z-index: 1;
  }
  
  .my-contact::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #044362;
    transform: translate(-50%, -50%);
    transition-duration: 0.5s;
    transition-property: width, height;
    z-index: -1;
  }
  
  .my-contact:hover::before {
    width: 100%;
    height: 100%;
  }
  
  .my-contact:hover {
    color: #fff;
  }


/*===========================slider-product================================*/

.content-heading{
  text-align: center;
}
.content-heading h3{
font-size: 28px;
font-family: 'Open Sans', sans-serif;
color: #3b3b3b;
text-transform: capitalize;
}

/******************  News Slider Demo-1 *******************/
.post-slide{overflow:hidden;margin-right:15px;background-color:#fff!important;
border: 1px solid #ddd;}
.post-slide .post-img{float:left;width:100%;position:relative;margin-right:30px}
.post-slide .post-img img{
  width:100%;
  height:auto;
border-radius: 22px;
padding: 10px;
}
.post-slide .post-date{background:#ec3c6a;color:#fff;position:absolute;top:0;right:0;display:block;padding:2% 3%;width:60px;height:60px;text-align:center;transition:all .5s ease}
.post-slide .date{display:block;font-size:20px;font-weight:700}
.post-slide .month{display:block;font-size:11px;text-transform:uppercase}
.post-slide .post-review{padding:5% 3% 1% 0;border-top:3px solid #38cfd8}
.post-slide:hover .post-review{border-top-color:#ec3c6a}
.post-slide .post-title{margin:0 0 10px 0}
.post-slide .post-title a{font-size:14px;color:#333;text-transform:uppercase}
.post-slide .post-title a:hover{text-decoration:none;font-weight:700}
.post-slide .post-bar{padding:0;list-style:none;text-transform:uppercase;position:relative;margin-bottom:20px}
.post-slide .post-bar:after,.post-slide .post-bar:before{border:1px solid #38cfd8;bottom:-10px;content:"";display:block;position:absolute;right:36%;width:25px}
.post-slide .post-bar:before{border:1px solid #ec3c6a;right:32%}
.post-slide .post-bar li{color:#555;font-size:10px;margin-right:10px;display:inline-block}
.post-slide .post-bar li a{font-size:13px;text-decoration:none;text-transform:uppercase;color:#ec3c6a}
.post-slide .post-bar li a:hover{color:#ec3c6a}
.post-slide .post-bar li i{color:#777;margin-right:5px}
.post-slide .post-description{font-size:12px;line-height:21px;color:#444454}
.owl-theme .owl-controls{margin-top:30px}
.owl-theme .owl-controls .owl-page span{background:#fff;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background:#0072ff}
@media only screen and (max-width:990px){.post-slide .post-img{width:100%}
.post-slide .post-review{width:100%;border-bottom:4px solid #ec3c6a}
.post-slide .post-bar:before{left:0}
.post-slide .post-bar:after{left:25px}
}


.slider-product .owl-carousel{
  margin: 40px 0;
}



/*=======================infastructure======================*/


.infastructure{
  background-color: #f6f6f6;
  padding: 30px 0 0;
}

.diving-features{
  padding: 30px 0;
}
.diving-features .about-heading h2{
  margin-top: -10px;
}
.diving-features .about-heading p{
  margin-top: 10px;
  margin-bottom: 12px;
}
.diving-features .my-contact {
  padding: 10px 22px;
  font-size: 14px;
}
.diving-features .about-img,
.diving-features .about-heading{
  padding: 20px 0;
}

.cool-display{
  display: none;
}



/******************  News Slider Demo-8 *******************/
.post-slide8{
  margin:0 15px;
  position:relative;
  background:#fff;
  margin-bottom:2em;
}
.post-slide8 .post-img{
  position:relative;
  overflow:hidden;
border: 1px solid #ddd;
}
.post-slide8 .post-img img{width:100%;height:auto;
padding: 10px;
border-radius: 22px;
}
.post-slide8 .over-layer{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,.6);transition:all .3s ease}
.post-slide8:hover .over-layer{opacity:0}
.post-slide8 .post-link{margin:0;padding:0;position:relative;top:45%;text-align:center}
.post-slide8 .post-link li{display:inline-block;list-style:none;margin-right:20px}
.post-slide8 .post-link li a{color:#fff;font-size:20px}
.post-slide8 .post-link li a:hover{color:#ff8b3d;text-decoration:none}
.post-slide8 .post-date{position:absolute;top:10%;left:4%}
.post-slide8 .date{display:inline-block;border-radius:3px 0 0 3px;padding:5px 10px;color:#fff;font-size:20px;font-weight:700;text-align:center;background:#333;float:left}
.post-slide8 .month{display:inline-block;border-radius:0 3px 3px 0;padding:5px 13px;color:#111;font-size:20px;font-weight:700;background:#ff8b3d}
.post-slide8 .post-content{padding:30px}
.post-slide8 .post-title{margin:0 0 15px 0}
.post-slide8 .post-title a{font-size:18px;font-weight:700;color:#333;display:inline-block;text-transform:capitalize;transition:all .3s ease 0s}
.post-slide8 .post-title a:hover{text-decoration:none;color:#ff8b3d}
.post-slide8 .post-description{font-size:14px;line-height:24px;color:grey}
.post-slide8 .read-more{color:#333;font-size:14px;font-weight:700;text-transform:uppercase;position:relative;transition:color .2s linear}
.post-slide8 .read-more:hover{text-decoration:none;color:#ff8b3d}
.post-slide8 .read-more:after{content:"";position:absolute;width:30%;display:block;border:1px solid #ff8b3d;transition:all .3s ease}
.post-slide8 .read-more:hover:after{width:100%}
@media only screen and (max-width:479px){.post-slide8 .month{font-size:14px}
.post-slide8 .date{font-size:14px}
}

.floating{
  padding: 30px 0;
}

.slider-product-galvanised{
  padding-top: 30px;
}


/*==============================wide range============================*/
.wide .col-md-4{
padding: 0;
margin: 0;
}
.range-details{
  background-color: #263e5b;
  padding: 20px;
  display: flex;
  height: 200px;
}

.range-details-2{
  background-color: #154076;
  padding: 20px;
  display: flex;
  height: 200px;
}
.range-details-3{
  background-color: #2e6bb7;
  padding: 20px;
  display: flex;
  height: 200px;
}
.range-img{
  width: 55%;
}
.range-img img{
  width: 70%;
}
.range-content h3{
font-size: 20px;
font-family: 'Open Sans', sans-serif;
color: #fff;
text-transform: uppercase;
}
.range-content p{
font-size: 14px;
font-family: 'Lato', sans-serif;
color: #ddd;
padding: 10px 0;
}
.range-row{
  margin: 30px 0;
}






/******************  News Slider Demo-10 *******************/
.post-slide10{padding-bottom:10px;margin:0 15px;position:relative;background:#fff!important;margin-bottom:2em;
border: 1px solid #ddd;}
.post-slide10 img{width:100%;height:auto;
padding: 10px;
border-radius: 22px;}
.post-slide10 .post-date{position:absolute;top:2%;left:8%;padding:3% 5%;background:#e74c3c}
.post-slide10 .month{font-size:14px;color:#fff;font-weight:700;text-transform:uppercase}
.post-slide10 .month:after{content:"";display:block;border:1px solid #fff}
.post-slide10 .date{font-size:14px;color:#fff;display:block;text-align:center;font-weight:700}
.post-slide10 .post-title{margin:25px 0 15px 0}
.post-slide10 .post-title a{font-size:15px;font-weight:700;color:#333;padding:0 15px;display:inline-block;text-transform:uppercase;transition:all .3s ease 0s}
.post-slide10 .post-title a:hover{text-decoration:none;color:#e74c3c}
.post-slide10 .post-description{font-size:14px;line-height:24px;color:grey;padding:0 15px}
.post-slide10 .read-more{color:#333;padding:0 15px;text-transform:capitalize;transition:color .2s linear}
.post-slide10 .read-more i{margin-left:10px;font-size:10px}
.post-slide10 .read-more:hover{text-decoration:none;color:#e74c3c}
.owl-controls .owl-buttons{margin-top:20px;position:relative}
.owl-controls .owl-prev{position:absolute;left:-40px;bottom:230px;padding:8px 17px;background:#333;transition:background .5s ease}
.owl-controls .owl-next{position:absolute;right:-40px;bottom:230px;padding:8px 17px;background:#333;transition:background .5s ease}
.owl-controls .owl-next:after,.owl-controls .owl-prev:after{content:"\f104";font-family:FontAwesome;color:#d3d3d3;font-size:16px}
.owl-controls .owl-next:after{content:"\f105"}
.owl-controls .owl-next:hover,.owl-controls .owl-prev:hover{background:#e74c3c}
@media only screen and (max-width:990px){.post-slide10{margin:0 20px}
.owl-controls .owl-buttons .owl-prev{left:-20px;padding:5px 14px}
.owl-controls .owl-buttons .owl-next{right:-20px;padding:5px 14px}
}
@media only screen and (max-width:767px){.owl-controls .owl-buttons .owl-prev{left:0;bottom:260px}
.owl-controls .owl-buttons .owl-next{right:0;bottom:260px}
}




/*============================contact==========================*/

.contact-form .contFrm input, .contact-form .contFrm textarea {
  width: 100%;
  font-size: 14px;
  padding: 12px 15px;
  border: 1px solid #ddd;
margin: 16px 0;
}

.contact-page .my-contact {
  padding: 10px 22px;
  font-size: 14px;
}

.contact-page .about-heading h2{
  margin-top: 0px;
}
.contact-page {
  padding-bottom: 50px;
}
.inner-padding{
  padding-top: 50px;
}

.contact-content a i {
  font-size: 30px;
  color: #090638;
  margin-bottom: 18px;
}
.contact-content h4 {
  font-size: 16px;
  color: #000;
}
.contact-content {
padding: 30px 14px;
box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.50);
margin-bottom: 35px !important;
width: 88%;
border-radius: 6px;
  text-align: center;
  margin: 0 auto;
  height: 135px;
}
.address{
  padding-top: 50px;
}
.contact-page iframe{
  margin-top: 16px;
}
.address .my-contact{
  background-color: #fff;
}
.address .my-contact::before {
  background-color: #d8effb;
}




/******************  News Slider Demo-13 *******************/
.post-slide13{padding:0 15px}
.post-slide13 .post-img{position:relative;border: 1px solid #ddd;
border-radius: 8px;}
.post-slide13 .post-img>a{display:block}
.post-slide13 .post-img img{width:100%;height:auto}
.post-slide13 .post-img:after{content:"\f065";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;top:17px;right:20px;color:#fff;opacity:0;transform:scale(.8);transition:all .3s linear 0s}
.post-slide13 .post-img:hover:after{opacity:1;transform:scale(1)}
.post-slide13 .post-title{margin-top:20px}
.post-slide13 .post-title>a{color:#222;display:block;font-size:17px;font-weight:600;text-transform:uppercase}
.post-slide13 .post-title>a:hover{text-decoration:none;color:#dc005a}
.post-slide13 .post-bar{padding:0;list-style:none}
.post-slide13 .post-bar>li{display:inline-block}
.post-slide13 .author,.post-slide13 .author>a,.post-slide13 .post-date{color:#8f8f8f;font-size:12px;margin-right:16px;text-transform:uppercase;font-style:italic}
.post-slide13 .author>i,.post-slide13 .post-date>i{margin-right:5px}
.post-slide13 .author>a:hover{color:#dc005a}
.post-slide13 .post-description{color:#8f8f8f;font-size:14px;line-height:24px;padding-top:5px}
.post-slide13 .post-description:before{content:"";display:block;border-top:4px solid #dc005a;padding-bottom:12px;width:50px}
.owl-theme .owl-controls .owl-page span{width:52px;height:5px;border-radius:0;opacity:.5;margin-bottom:0}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{;opacity:1}


.clients{
padding-bottom: 25px;
}



/*===========================product listing==========================*/

.details-content h3{
border-bottom: 1px solid #ccc8c8ed;
font-size: 20px;
font-weight: 700;
margin: 20px 0;
font-family: 'Poppins', sans-serif;
line-height: 18px;
padding-bottom: 6px;
}
.call-details{
  padding: 50px 0;
}
.product-details-heading h2{
color: #fff;
background-color: #0c53ab;
padding: 30px 0;
text-align: center;
font-size: 38px;
}
.product-details-heading p{
font-size: 13px;

}
.details-content p{
  margin-bottom: 30px;
  font-size: 14px;
font-weight: 400;
color: #3731319e;
font-family: 'Poppins', sans-serif;
line-height: 18px;
}
.details-content-heading h3{
font-size: 26px;
  font-weight: 500;
  color: #0c53ab;
  margin: 20px 0;
  font-family: 'Poppins', sans-serif;
line-height: 18px;
}
.details-content-heading p{
margin-bottom: 30px;
font-size: 14px;
font-weight: 400;
color: #3731319e;
font-family: 'Poppins', sans-serif;
line-height: 18px;
}
.details-content ul li a{
 font-size: 14px;
font-weight: 400;
color: #3731319e;
text-decoration: none;
background-color: transparent;
padding: 0;
font-family: 'Poppins', sans-serif;
line-height: 18px;
}
.details-content ul li{
list-style: disc;
margin-left: 0;
line-height: 2
}
.details-content a{
  background-color: #0c53ab;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
}
.details-content a:hover{
  color: #ff5e14;
}
.listing-details-tax img{
  width: 100%;
  overflow: hidden;
padding: 10px;
border-radius: 25px;
}
.listing-details-tax h4{
  font-size: 16px;
  margin: 0 0 20px 0;
    
}
.listing-details-tax {
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  padding-bottom: 5px;
  margin-top: 50px;
  transition: .3s all;
}
.listing-details-tax:hover {
  transform: translateY(-15px);
  transition: .3s all;
}
.listing-details-tax a{
  color: #fff;
padding: 6px 30px;
text-decoration: none;
font-size: 15px;
border-radius: 4px;
}
.listing-details-tax a:hover{
  text-decoration: none;
}
.product-listing-page{
  padding: 50px 0;
}

.about-banner{
  background-image: url(../images/ban-1.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
padding: 100px 0;
}
.details-demo{
  display: flex;
  justify-content: space-around;
}

.img-details img{
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
  margin-top: 35px;
}
.product-details{
  padding-bottom: 50px;
}
.last-details-pro .listing-details-tax{
margin: 26px 0;
}
.about-banner h5{
  color: #fff;
  font-size: 28px;
  text-align: center;
}





/*==================product details pic zoomer======================*/

.picZoomer{
	position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	/*width: 100%;
	height: 100%;*/
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: auto;
border: 1px solid #ddd;
margin-bottom: 12px;
}
.piclist li img{
    width: 100%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #ddd;
}
.picZoomer-pic-wp{
    height: 345px !important;
}

.section-bg {
    padding: 50px 0 0;
    border-top: 1px solid #ddd;
}

.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}
.piclist li img {
    height: auto;
    object-fit:cover;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
}
._product-detail-content p._p-name {
    color: black;
    font-size: 26px;
border-bottom: 1px solid lightgray;
padding-bottom: 12px;
font-family: 'Vollkorn', serif;
font-weight: 400;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #000;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 600;
}
._p-qty{
	padding: 10px 0;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fff;
user-select: none;
color: #999;
border: 1px solid #888 !important;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #888;
border-bottom: 1px solid #888;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}
._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
._p-add-cart .buy-btn {
    background-color: #2f3292;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 0;
}
._p-add-cart .btn {
  
}
._product-detail-content h6{
	padding: 6px 0 0;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

._p-add-cart a{
    padding: 8px 20px;
font-size: 15px;
}

._p-add-cart{
    padding: 15px 0;
}
._product-detail-content h4{
    font-size: 22px;
padding: 10px 0;
}

  /*Trigger Button*/
.login-trigger {
  font-weight: bold;
  color: #fff;
  padding: 15px 30px;
  position: relative; 
  top: 50%;
}

/*Modal*/
._p-add-cart h4 {
  color: #071666;
  text-align: center;
}
.close {
  color: #000;
  transform: scale(1.2)
}
.modal-content {
  font-weight: bold;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.99);
  border-bottom: 4px solid #0a6c9b;
}
.form-control {
  margin: 1em 0;
}
.form-control:hover, .form-control:focus {
  box-shadow: none;  
  border-color: #fff;
}
.username, .password {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #eee;
  padding-left: 0;
  font-weight: normal;
  background: transparent;  
}
.form-control::-webkit-input-placeholder {
  color: #eee;  
}
.form-control:focus::-webkit-input-placeholder {
  font-weight: bold;
  color: #fff;
}
.login {
  padding: 6px 20px;
  border-radius: 20px;
  background: none;
  border: 2px solid #FAB87F;
  color: #FAB87F;
  font-weight: bold;
  transition: all .5s;
  margin-top: 1em;
}
.login:hover {
  background: #FAB87F;
  color: #fff;
}

.contact-form .my-contact{
padding: 10px 28px;
font-size: 15px;
font-weight: 500;
text-align: center;
display: block;
margin: 0 auto;
background-color: #0677bb;
border-radius: 5px;
}

.modal-body .contact-form ::placeholder {
  color: #2b2b2b;
  opacity: 1; /* Firefox */
}

.modal-body .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #2b2b2b;
}

.modal-body .contact-form ::-ms-input-placeholder { /* Microsoft Edge */
 color: #2b2b2b;
}
.modal-body .contact-form input,
.modal-body .contact-form textarea{
    border: none;
margin: 16px 0;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.33);
border-radius: 4px;
}

.modal-body{
    padding: 2rem;
}

.click-details{
    
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.click{
    background-color: #2b2b2b;
}
.click-content p{
    font-size: 50px;
color: #fff;
text-transform: capitalize;
font-family: 'Open Sans', sans-serif;
}

.click-details .my-contact {
  background-color: #708bdb;
}

.click-details .my-contact::before{
    background-color: #3f81a2;
}

















































