
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body{
  font-family: 'Quicksand', sans-serif;
}
a {
  text-decoration: none !important;
}
/*header top css*/
/*header top css*/
.header {
  /*background: linear-gradient(140deg, orange, white 67%, white);*/
  background-color: lightgray;
  padding: 15px 0px 15px 0px;
}
.top_bar {
  float: right;
}
.top_bar .fa-map-marker {
  margin: 0px 4px;
  color: green;
}
.top_bar .fa-headphones {
  margin: 0px 4px;
  color: green;
}
.top_bar .fa-download {
  margin: 0px 4px;
  color: green;
}
.top_bar a {
  margin: 0px 15px;
  padding-bottom: 10px;
  color: black !important;
  
  text-decoration: none;
}
.top_bar a:hover {
  margin: 0px 15px;
  padding-bottom: 10px;
  color: green !important;
  
  text-decoration: none;
}
/*header top css*/
/*navbar css*/
.img-brand {
  height: 65px;
  max-width: 100%;
  font-weight: normal;
}
.navbar {
  background-color: white !important;
  border: none;
}
.navbar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.navbar .navbar-nav > li > a {
  font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize;
    color: #252525 !important;
    transition: .3s;
    margin: 0px 4px;
}
.navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0;
  background-color: #262626;
  transition: 0.3s;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  transition: 0.5s;
}
.navbar-nav .dropdown-menu > a {
  color: lightgray !important;
  background-color: transparent;
  transition: 0.5s;
  text-transform: uppercase;
}
.navbar-nav .dropdown-menu > a:hover {
  color: gold !important;
  background-color: transparent;
  transition: 0.5s;
}
.scrolled .img-brand {
  height: 65px;
  max-width: 100%;
  font-weight: normal;
}
.scrolled {
  background-color: white;
  transition: 0.4s;
}
.scrolled.navbar {
  position: fixed;
  top: 0;
  background-color: white !important;
  transition: 1s;
  border-bottom: 3px solid rgba(12, 32, 97);
}
.scrolled .navbar-nav > li > a {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  color: black !important;
  transition: 0.3s;
  
  margin: 0 3px;
}
.scrolled .navbar-nav > li > a:hover {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  color: black !important;
  transition: 0.3s;
  
  margin: 0 3px;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: white !important;
  animation: fadeInDown 1s linear forwards;
}
/*navbar css*/
/*banner css*/
.banner_section_ab {
  background-image: url(../img/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  line-height: 50px;
}
.banner_ovr_bg {
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 50px;
}
.about_banner_ovr {
  display: flex;
  justify-content: space-between;
  line-height: 50px;
}
.breadcrumb {
  background-color: transparent;
  border: none;
  outline: none;
  padding-top: 20px;
  line-height: 50px;
  text-transform: uppercase;
}
.breadcrumb li a {
  color: lightgray;
  line-height: 50px;
}
.breadcrumb .active {
  color: white;
  line-height: 50px;
}
.about_us_heading h4 {
  color: white;
  margin-top: 20px;
  line-height: 50px;
  font-size: 20px;
  text-transform: uppercase;
}
/*banner css*/
/*about page txt css*/
.about_txt_pg_sec {
  padding-top: 30px;
}
.about_head_txt h2 {
  text-transform: capitalize;
  color: rgb(49, 47, 47);
  font-weight: 700;
  font-size: 25px;
}
.about_head_txt span {
  text-transform: uppercase;
  color: #272829;
}
.about_p_txt_pg p {
  color: #3b3a3a;
  line-height: 28px;
  letter-spacing: 0.1px;
  word-spacing: 0.3px;
  text-align: justify;
  font-size: 15px;
}
.about_p_txt_pg b {
  color: #635e5e;
  letter-spacing: 0.3px;
  word-spacing: 0.7px;
  margin-bottom: 10px;
}
.about_p_txt_pg h2{
  text-transform: capitalize;
  font-weight: 600;
  font-size: 25px;
  color: #212121;
  margin-bottom: 12px;
}
/*about page txt css*/
/*product page css*/
.products_page_section {
  padding-top: 30px;
}
.products_pg_head {
  text-align: center;
  padding-bottom: 10px;
  text-transform: ;
}
.products_pg_head h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 26px;
  color: #212121;
  margin-bottom: 10px;
  letter-spacing: .1px;
}
.all_pg_hr {
  height: 1px;
  background-color: #0d2061;
  width: 60px;
  display: none;
}
.products_img_div {
  text-align: center;
  margin: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: ease-in-out 3s;
}
.products_img_div img {
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid lightgray;
  transition: ease-in-out 3s;
}
.products_ovr_link {
  position: absolute;
  top: 2%;
  right: 2%;
  transition: ease-in-out 3s;
}
.products_ovr_link a {
  background-color: rgba(0, 0, 0, 0.7);
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 0px 2px;
  color: white;
  border-radius: 0px;
  transition: ease-in-out 0.5s;
  transform: scale(0);
  border-radius: 100px;
}
.products_img_div:hover .products_ovr_link a {
  background-color: rgba(0, 0, 0, 0.7);
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 2px 1px;
  color: white;
  border-radius: 0px;
  transition: ease-in-out 0.3s;
  transform: scale(1);
  border-radius: 100px;
}
.products_bottom_bg {
  background-color: black;
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  word-spacing: 0.5px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.4s;
}
.products_bottom_bg:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  word-spacing: 0.5px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.4s;
}
.products_bottom_bg a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.4s;
  font-size: 13px;
}
.products_bottom_bg a:hover {
  color: orange;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.4s;
}
/*product page css*/
/*modal css*/
.modal-content {
  padding: 10px;
  border-radius: 0px !important;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 8px 24px;
}
.form_div_mai h3 {
  color: #0e1e69;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 5px;
}


.modal-content .close{
  border: none !important;
  background-color: transparent !important;
  background-color: #181313 !important;
  color: #fff !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 100px;
}

.form_div_mai input {
margin-bottom: 20px;
border-radius: 0px !important;
box-shadow: none !important;
outline: none !important;
}

.form_div_mai button{
  background-color: #181313 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 10px 30px 10px 30px;
  border-radius: 0px !important;
}

.form_div_mai h3{
  text-transform: capitalize;
  font-size: 20px;
}

.form_div_mai h3 .fa{
  display: none;
}

/*modal css end*/

.felix_pool_form_div{
  padding: 15px 20px 15px 20px;
  font-size: 20px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*contact us css*/
.felix_pool_form_div h2 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
  
}
.felix_pool_form_div input,
textarea {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}
.felix_pool_form_div input,
textarea {
  margin-bottom: 15px;
  border: 1px solid lightgray !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}
.felix_pool_form_div .btn-one {
  background-color: transparent;
}
.felix_pool_form_div .btn-one {
  background-color: #252525 !important;
  color: white;
  font-size: 16px;
  border-radius: 0px !important;
  padding: 10px 20px 10px 20px;
  font-weight: 600;
}

.addres_div_con{
  margin-top: 10px;
  margin-bottom: 20px;
}

.felix_pool_form_div label{
  font-size: 14px;
  display: block;
}

.felix_pool_form_div img{
  border: none !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  
}

.addres_div_con .d-flex{
  margin-bottom: 10px;
}

.addres_div_con .d-flex span{
  background-image: linear-gradient(to right, #152138, #152138, #0A234F, #0A234F, #152138);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 100px;
}

.addres_div_con .d-flex  h4{
  color: #181313;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}
.addres_div_con .d-flex p{
  color: gray;
  font-weight: 500;
  font-size: 14px;
}

.addres_div_con .d-flex a{
  display: block;
  line-height: 26px;
  color: #635e5e;
  font-size: 14px;
  font-weight: 500;
}

/**/
/**/
.find_dealer_section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.find_dealer_txt h3 {
  text-align: center;
  padding-bottom: 30px;
  color: #0c215e;
  text-transform: capitalize;
}
.find_dealer_txt p b {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.find_dealer_txt p {
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
}
/**/
/**/
.all_details_section {
  padding-top: 45px;
  padding-bottom: 45px;
}
.all_details_imb_box {
  text-align: center;
  margin: auto;
  position: relative;
  width: 100%;
}
.all_details_imb_box img {
  width: 100%;
  border: 2px solid lightgray;
}
/**/
/*footer css*/
/**/
.footer {
  background-image: linear-gradient(to right, #152138, #152138, #0A234F, #0A234F, #152138);
  padding-top: 50px;
  padding-bottom: 30px;
}
.f_q_link ul {
  list-style: none;
  text-align: center;
}
.f_q_link li {
  display: inline-block;
}
.f_q_link li a {
  color: white;
  font-size: 17px;
  margin: 0px 25px;
  text-transform: uppercase;

  transition: 0.4s;
}
.footer_f {
  display: flex;
  justify-content: space-between;
}
.footer_f a {
  color: white;
}
.footer_f .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: white;
  font-size: 35px;
  margin-right: 15px;
}
.footer_f h4 {
  font-weight: 600;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  color: white;
  font-size: 20px;
  line-height: 40px;
}
.f_hr {
  height: 0.5px;
  background-color: white;
}
.f_icon_main_div {
  display: flex;
  justify-content: space-between;
}
.f_social_ic a {
  margin: 0 3px;
  font-size: 20px;
  color: #252525;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
}
.copy_right_f p {
  color: lightgray;
  font-size: 16px;
}
.copy_right_f p a {
  font-size: 16px;
}
/**/
/*footer css*/
/*medai*/
@media (max-width: 767px) {
  .footer {
    background-image: linear-gradient(to right, #152138, #152138, #0A234F, #0A234F, #152138);
    padding-top: 20px;
    padding-bottom: 50px !important;
}
  
.modal_img_div{
display: none;
}


.modal-content .close{
  border: none !important;
  background-color: transparent !important;
  background-color: #181313 !important;
  color: #fff !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 100px;
  float: right !important;
}

  .ord-2 {
    order: 2;
  }
  .ord-1 {
    order: 1;
  }
  /**/
  .footer {
    background-color: #092354;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .f_q_link ul {
    list-style: none;
    text-align: center;
  }
  .f_q_link li {
    display: inline-block;
  }
  .f_q_link li a {
    color: white;
    font-size: 17px;
    margin: 0px 25px;
    text-transform: uppercase;
    transition: 0.4s;
  }
  .footer_f {
    display: flex;
    justify-content: space-between;
  }
  .footer_f a {
    color: white;
  }
  .footer_f .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: white;
    font-size: 35px;
    margin-right: 15px;
  }
  .footer_f h4 {
    font-weight: 600;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    color: white;
    font-size: 20px;
    line-height: 40px;
  }
  .f_hr {
    height: 0.5px;
    background-color: white;
  }
  .f_icon_main_div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .f_social_ic a {
    margin: 10px;
    font-size: 25px;
    color: lightgray;
  }
  .copy_right_f p {
    color: lightgray;
    font-size: 20px;
  }
  /**/
  /*footer css*/
}
@media (max-width: 600px) {
  /**/
  .footer {
    background-color: #092354;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .f_q_link ul {
    list-style: none;
    text-align: center;
  }
  .f_q_link li {
    display: inline-block;
  }
  .f_q_link li a {
    color: white;
    font-size: 17px;
    margin: 0px 25px;
    text-transform: uppercase;
    transition: 0.4s;
  }
  .footer_f {
    display: flex;
    justify-content: space-between;
  }
  .footer_f a {
    color: white;
  }
  .footer_f .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: white;
    font-size: 35px;
    margin-right: 15px;
  }
  .footer_f h4 {
    font-weight: 600;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    color: white;
    font-size: 20px;
    line-height: 40px;
  }
  .f_hr {
    height: 0.5px;
    background-color: white;
  }
  .f_icon_main_div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .f_social_ic a {
    margin: 10px;
    font-size: 25px;
    color: lightgray;
  }
  .copy_right_f p {
    color: lightgray;
    font-size: 20px;
  }
  /**/
  /*footer css*/
}
/*media*/
.prefab_sec {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main_divfeb {
  margin-bottom: 20px;
  transition: 4s ease-in-out;
  position: relative;
  overflow: hidden;
}
.prefab_img_box {
  text-align: center;
  transition: 4s ease-in-out;
}
.main_divfeb:hover .prefab_img_box img {
  transition: 4s ease-in-out;
  transform: scale(1.1, 1.1);
}
.prefab_img_box img {
  height: 250px;
  object-fit: cover;
  margin: auto;
  width: 100%;
}
.client_sec {
  padding-top: 30px;
  padding-bottom: 40px;
}
.custom-sec img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.felix_pool_form_div {
  margin-bottom: 30px;
}
.felix_pool_form_div p b {
  color: #252525;
}
.felix_pool_form_div p {
  color: gray;
  font-size: 16px;
  font-weight: 500;
}
.felix_pool_form_div p a {
  color: gray;
  font-size: 15px;
  line-height: 30px;
  display: block;
}
/**/
.fixed_enquiry_btn_web {
  position: fixed;
  bottom: 30%;
  right: 3%;
  z-index: 99;
}
.fixed_enquiry_btn_web a {
  background-color: #092354;
  padding: 30px 10px 30px 10px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff;
  animation: 2s ease-in-out cata_ani infinite alternate;
  border: 2px solid #fff;
}
@keyframes cata_ani {
  from {
    color: #fff;
    background-color: #092354;
  }
  to {
    color: #fff;
    background-color: #212121;
  }
}
/*services css*/
.service_page_section {
  padding-top: 40px;
  padding-bottom: 50px;
}
.service_img_box {
  text-align: center;
  margin-bottom: 20px;
}
.service_img_box img {
  text-align: center;
  margin: auto;
  display: block;
}
.service_txt_right_div {
  margin-bottom: 30px;
}
.service_txt_right_div h3 {
  color: #092354;
  font-size: 20px;
  text-transform: uppercase;
}
.service_txt_right_div p {
  line-height: 28px;
  font-size: 15px;
  font-weight: 400;
  color: gray;
}
.service_txt_right_div b {
  font-size: 14px;
  color: #092354;
  text-transform: uppercase;
}
.service_txt_right_div ul {
  list-style: square;
  padding: 0px 18px;
}
.service_txt_right_div li {
  line-height: 28px;
  font-size: 15px;
  font-weight: 400;
  color: rgb(71, 70, 70);
}

.service_txt_right_div th{
  text-transform: capitalize;
  font-size: 15px;
  color: gray;
}
.four_img_div {
  text-align: center;
  margin-bottom: 15px;
}
.four_img_div img {
  text-align: center;
  display: block;
  height: 200px;
  object-fit: cover;
}
.four_hd_ti {
  color: #092354;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.four_div_img_txt {
  margin-bottom: 40px;
}
.four_div_img_txt h3 {
  color: #092354;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
}
.four_div_img_txt ul {
  list-style: square;
}
.four_div_img_txt li {
  line-height: 28px;
  font-size: 15px;
  font-weight: 400;
  color: gray;
}
.haed_ti_do {
  text-align: center;
  margin-bottom: 60px;
  color: #092354;
}
.table_div {
  overflow-x: auto;
}
.table_div th {
  font-size: 13px;
}
/*end*/
/* mission and vision css */
.vision_mission_sec {
  padding-top: 30px;
  padding-bottom: 30px;
}
.vision_mission_div {
  text-align: center;
  margin-bottom: 25px;
  background-color: #fff;
  position: relative;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
}
.vision_mission_div:hover {
  animation: shake 5s infinite linear;
}
.mission_overlyorder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(1deg);
}
.mission_overlyorder2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-1deg);
}
.vision_mission_div img {
  text-align: center;
  margin: auto;
  display: block;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.vision_mission_div h3 {
  color: #252525;
  font-size: 20px;
  margin-top: 10px;
  text-transform: capitalize;
}
.vision_mission_div p {
  line-height: 26px;
  font-size: 14px;
  color: gray;
}
.haed_ti_pro_pp {
  text-align: center;
  margin-bottom: 20px;
  color: #092354;
  text-transform: capitalize;
}
.main-heading {
  color: #092354;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
/* end mission and vision */
/* client css */
.client_sec{
    padding-top: 50px;
    padding-bottom: 50px;
}
.head_ti_client{
    text-align: center;
    margin-bottom: 30px;
}
.head_ti_client h6{
    color: #0093DD;
    animation: shake 10s infinite linear;
    font-weight: 600;
}
.client_logo_div .item img{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.head_ti_client h2{
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
}
/* end */

/*  */

.footer-top {
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: 60px;
}

.footer_logo_div {
  text-align: center;
  margin-top: -100px;
  background-color: #fff;
  padding: 5px 0px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
  margin-bottom: 40px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  position: relative;
  box-shadow: rgba(253, 253, 255, 0.2) 0px 7px 29px 0px;
  height: 50px;
}

.footer_logo_div img {
  width: 170px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 0px 5px;

}

.main_div_footer {
  margin-bottom: 10px;
}

.main_div_footer img {
  width: 200px;
  margin-bottom: 8px;
}

.main_div_footer .fa {
  background-color: #201f1f;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.footer_num_div a {
  color: #8f8f8f;
  display: block;
  font-size: 15px;
  line-height: 30px;

}


.footer_num_div a:hover {
  color: #fff;
  display: block;
  font-size: 15px;
}

.footer_num_div p {
  color: #8f8f8f;
  font-size: 15px;

}

.main_div_footer h5 {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;

}

.footer_usefull_link {
  margin-bottom: 20px;
}

.footer_usefull_link h5 {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 700;

}

.footer_usefull_link ul {
  list-style: none;
  padding: 0px;
}

.footer_usefull_link li {
  line-height: 45px;
  border-bottom: 1px dashed #212121;
}

.footer_usefull_link li a {
  color: #8f8f8f;
  font-size: 15px;
  letter-spacing: .3px;

}


.footer_usefull_link li a:hover {
  color: #fff;
  font-size: 15px;
  letter-spacing: .3px;
}


.footer_usefull_link li:before {
  position: relative;
  content: '\2699';
  margin-right: 4px;
  font-weight: bold;
  color: #7e7a7a;
  top: 1px;
  font-size: 15px;
}

.footer_usefull_link b {
  letter-spacing: 1px;
}

.footer_social_icon {
  margin-top: 5px;
}

.footer_social_icon a {
  background-color: #201f1f;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0px 2px;
}


/*  */

.copyright-wrap {
  background-color: #9a0505;
  padding-top: 11px;
}

.copyright-wrap p {
  color: #fff;
}

.copyright-wrap p a {
  color: #fff !important;
  font-weight: 700;
}

/**/